xref: /plugin/davcal/lang/en/lang.php (revision 52010ac70e4ea239361d794150d998bba9ab390a)
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';
1782a48dfbSAndreas Boehler$lang['error_timezone_not_in_list'] = 'The desired timezone is not supported by PHP!';
18*52010ac7SAndreas Boehler$lang['error_option_error'] = 'You have an error in the option list';
1982a48dfbSAndreas Boehler$lang['this_calendar_uses_timezone'] = 'This calendar is shown in the timezone %s.';
20a1a3b679SAndreas Boehler$lang['js']['create_new_event'] = 'Create new Event';
21a1a3b679SAndreas Boehler$lang['js']['cancel'] = 'Cancel';
22a1a3b679SAndreas Boehler$lang['js']['create'] = 'Create';
23a495d34cSAndreas Boehler$lang['js']['save'] = 'Save';
24a495d34cSAndreas Boehler$lang['js']['settings'] = 'Settings';
25a1a3b679SAndreas Boehler$lang['js']['edit'] = 'Edit';
26a1a3b679SAndreas Boehler$lang['js']['delete'] = 'Delete';
27a1a3b679SAndreas Boehler$lang['js']['edit_event'] = 'Edit Event';
28a1a3b679SAndreas Boehler$lang['js']['allday'] = 'All Day Event';
29a1a3b679SAndreas Boehler$lang['js']['title'] = 'Title';
30a1a3b679SAndreas Boehler$lang['js']['from'] = 'From';
31a1a3b679SAndreas Boehler$lang['js']['to'] = 'To';
32a1a3b679SAndreas Boehler$lang['js']['yes'] = 'Yes';
33a1a3b679SAndreas Boehler$lang['js']['confirmation'] = 'Confirmation';
34a1a3b679SAndreas Boehler$lang['js']['ok'] = 'OK';
35a1a3b679SAndreas Boehler$lang['js']['info'] = 'Info';
36a1a3b679SAndreas Boehler$lang['js']['really_delete_this_event'] = 'Really delete this event?';
37a495d34cSAndreas Boehler$lang['js']['timezone'] = 'Timezone';
38a495d34cSAndreas Boehler$lang['js']['weeknumbers'] = 'Week Numbers';
39a495d34cSAndreas Boehler$lang['js']['use_lang_tz'] = 'Use Timezone from language setting';
40a495d34cSAndreas Boehler$lang['js']['only_workweek'] = 'Show only Work Week';
414a538b3fSAndreas Boehler$lang['js']['sync_url'] = 'CalDAV URL';
4291e00d2aSAndreas Boehler$lang['js']['error_retrieving_data'] = 'There was an error retrieving data from the calendar server.';
438d8445bbSAndreas Boehler$lang['js']['start_date_invalid'] = 'Start date/time is invalid.';
448d8445bbSAndreas Boehler$lang['js']['end_date_invalid'] = 'End date/time is invalid.';
458d8445bbSAndreas Boehler$lang['js']['end_date_before_start_date'] = 'End date/time is before start date/time.';
468d8445bbSAndreas Boehler$lang['js']['end_date_is_same_as_start_date'] = 'End date/time is equal to start date/time.';
470eebc909SAndreas Boehler$lang['js']['description'] = 'Description';
48f69bb449SAndreas Boehler$lang['js']['private_url'] = 'Private URL';
493c86dda8SAndreas Boehler$lang['js']['recurring_cant_edit'] = 'Editing recurring events is currently not supported';
5073b331a3SAndreas Boehler$lang['js']['no_permission'] = 'You don\'t have permission to modify this calendar';
51185e2535SAndreas Boehler$lang['js']['calendar'] = 'Calendar';
52185e2535SAndreas Boehler$lang['js']['start_monday'] = 'Week starts on Monday';
5334a47953SAndreas Boehler$lang['js']['nothing_to_show'] = 'Nothing to show';
54c85f7c04SAndreas Boehler$lang['js']['add_attachment'] = 'Add link';
55c85f7c04SAndreas Boehler$lang['js']['attachments'] = 'Attached links';
561d5bdcd0SAndreas Boehler$lang['js']['language_specific'] = 'Language specific';
57e86c8dd3SAndreas Boehler$lang['js']['sync_ical'] = 'iCal Sync URL';
58c8b5c493SAndreas Boehler$lang['js']['timeformat'] = 'Time Format';
59