xref: /plugin/davcal/lang/en/lang.php (revision 82a48dfbf5495f3f2fd216265cb05b6e2f79ee7c)
1a1a3b679SAndreas Boehler<?php
2a1a3b679SAndreas Boehler$lang['created_by_davcal'] = 'Created by DAVCal for DokuWiki';
3a1a3b679SAndreas Boehler$lang['unknown_error'] = 'Unknown Error';
4a1a3b679SAndreas Boehler$lang['event_added'] = 'Event added';
5a1a3b679SAndreas Boehler$lang['event_edited'] = 'Event edited';
6a1a3b679SAndreas Boehler$lang['event_deleted'] = 'Event deleted';
7a1a3b679SAndreas Boehler$lang['no_permission'] = 'You don\'t have permission to modify this calendar';
8a495d34cSAndreas Boehler$lang['settings'] = 'Settings/Sync';
9a495d34cSAndreas Boehler$lang['settings_saved'] = 'Settings saved successfully';
10a495d34cSAndreas Boehler$lang['error_saving'] = 'Error saving settings.';
11bd883736SAndreas Boehler$lang['local_time'] = 'Local time (Browser based)';
124ed26d55SAndreas Boehler$lang['from'] = 'From';
134ed26d55SAndreas Boehler$lang['to'] = 'To';
144ed26d55SAndreas Boehler$lang['at'] = 'At';
154ed26d55SAndreas Boehler$lang['description'] = 'Description';
164ed26d55SAndreas Boehler$lang['title'] = 'Title';
17*82a48dfbSAndreas Boehler$lang['error_timezone_not_in_list'] = 'The desired timezone is not supported by PHP!';
18*82a48dfbSAndreas Boehler$lang['this_calendar_uses_timezone'] = 'This calendar is shown in the timezone %s.';
19a1a3b679SAndreas Boehler$lang['js']['create_new_event'] = 'Create new Event';
20a1a3b679SAndreas Boehler$lang['js']['cancel'] = 'Cancel';
21a1a3b679SAndreas Boehler$lang['js']['create'] = 'Create';
22a495d34cSAndreas Boehler$lang['js']['save'] = 'Save';
23a495d34cSAndreas Boehler$lang['js']['settings'] = 'Settings';
24a1a3b679SAndreas Boehler$lang['js']['edit'] = 'Edit';
25a1a3b679SAndreas Boehler$lang['js']['delete'] = 'Delete';
26a1a3b679SAndreas Boehler$lang['js']['edit_event'] = 'Edit Event';
27a1a3b679SAndreas Boehler$lang['js']['allday'] = 'All Day Event';
28a1a3b679SAndreas Boehler$lang['js']['title'] = 'Title';
29a1a3b679SAndreas Boehler$lang['js']['from'] = 'From';
30a1a3b679SAndreas Boehler$lang['js']['to'] = 'To';
31a1a3b679SAndreas Boehler$lang['js']['yes'] = 'Yes';
32a1a3b679SAndreas Boehler$lang['js']['confirmation'] = 'Confirmation';
33a1a3b679SAndreas Boehler$lang['js']['ok'] = 'OK';
34a1a3b679SAndreas Boehler$lang['js']['info'] = 'Info';
35a1a3b679SAndreas Boehler$lang['js']['really_delete_this_event'] = 'Really delete this event?';
36a495d34cSAndreas Boehler$lang['js']['timezone'] = 'Timezone';
37a495d34cSAndreas Boehler$lang['js']['weeknumbers'] = 'Week Numbers';
38a495d34cSAndreas Boehler$lang['js']['use_lang_tz'] = 'Use Timezone from language setting';
39a495d34cSAndreas Boehler$lang['js']['only_workweek'] = 'Show only Work Week';
404a538b3fSAndreas Boehler$lang['js']['sync_url'] = 'CalDAV URL';
4191e00d2aSAndreas Boehler$lang['js']['error_retrieving_data'] = 'There was an error retrieving data from the calendar server.';
428d8445bbSAndreas Boehler$lang['js']['start_date_invalid'] = 'Start date/time is invalid.';
438d8445bbSAndreas Boehler$lang['js']['end_date_invalid'] = 'End date/time is invalid.';
448d8445bbSAndreas Boehler$lang['js']['end_date_before_start_date'] = 'End date/time is before start date/time.';
458d8445bbSAndreas Boehler$lang['js']['end_date_is_same_as_start_date'] = 'End date/time is equal to start date/time.';
460eebc909SAndreas Boehler$lang['js']['description'] = 'Description';
47f69bb449SAndreas Boehler$lang['js']['private_url'] = 'Private URL';
483c86dda8SAndreas Boehler$lang['js']['recurring_cant_edit'] = 'Editing recurring events is currently not supported';
4973b331a3SAndreas Boehler$lang['js']['no_permission'] = 'You don\'t have permission to modify this calendar';
50185e2535SAndreas Boehler$lang['js']['calendar'] = 'Calendar';
51185e2535SAndreas Boehler$lang['js']['start_monday'] = 'Week starts on Monday';
5234a47953SAndreas Boehler$lang['js']['nothing_to_show'] = 'Nothing to show';
534ecb526cSAndreas Boehler$lang['js']['add_attachment'] = 'Add attachment';
544ecb526cSAndreas Boehler$lang['js']['attachments'] = 'Attached Webpages';
55