xref: /plugin/davcal/lang/en/lang.php (revision b8265976447044920a0a086e71de1b1b2f6b7620)
1a1a3b679SAndreas Boehler<?php
24858fc45SAndreas Boehler/**
34858fc45SAndreas Boehler * English language file for DAVCal
44858fc45SAndreas Boehler *
54858fc45SAndreas Boehler * @author Andreas Böhler <dev@aboehler.at>
64858fc45SAndreas Boehler */
7a1a3b679SAndreas Boehler$lang['created_by_davcal'] = 'Created by DAVCal for DokuWiki';
8a1a3b679SAndreas Boehler$lang['unknown_error'] = 'Unknown Error';
9a1a3b679SAndreas Boehler$lang['event_added'] = 'Event added';
10a1a3b679SAndreas Boehler$lang['event_edited'] = 'Event edited';
11a1a3b679SAndreas Boehler$lang['event_deleted'] = 'Event deleted';
12a1a3b679SAndreas Boehler$lang['no_permission'] = 'You don\'t have permission to modify this calendar';
13a495d34cSAndreas Boehler$lang['settings'] = 'Settings/Sync';
14a495d34cSAndreas Boehler$lang['settings_saved'] = 'Settings saved successfully';
15a495d34cSAndreas Boehler$lang['error_saving'] = 'Error saving settings.';
16bd883736SAndreas Boehler$lang['local_time'] = 'Local time (Browser based)';
174ed26d55SAndreas Boehler$lang['from'] = 'From';
184ed26d55SAndreas Boehler$lang['to'] = 'To';
194ed26d55SAndreas Boehler$lang['at'] = 'At';
204ed26d55SAndreas Boehler$lang['description'] = 'Description';
214ed26d55SAndreas Boehler$lang['title'] = 'Title';
2282a48dfbSAndreas Boehler$lang['error_timezone_not_in_list'] = 'The desired timezone is not supported by PHP!';
2352010ac7SAndreas Boehler$lang['error_option_error'] = 'You have an error in the option list';
2482a48dfbSAndreas Boehler$lang['this_calendar_uses_timezone'] = 'This calendar is shown in the timezone %s.';
25d0b117dfSAndreas Boehler$lang['location'] = 'Location';
26*b8265976SAndreas Boehler$lang['calendar'] = 'Calendar';
27a1a3b679SAndreas Boehler$lang['js']['create_new_event'] = 'Create new Event';
28a1a3b679SAndreas Boehler$lang['js']['cancel'] = 'Cancel';
29a1a3b679SAndreas Boehler$lang['js']['create'] = 'Create';
30a495d34cSAndreas Boehler$lang['js']['save'] = 'Save';
31a495d34cSAndreas Boehler$lang['js']['settings'] = 'Settings';
32a1a3b679SAndreas Boehler$lang['js']['edit'] = 'Edit';
33a1a3b679SAndreas Boehler$lang['js']['delete'] = 'Delete';
34a1a3b679SAndreas Boehler$lang['js']['edit_event'] = 'Edit Event';
35a1a3b679SAndreas Boehler$lang['js']['allday'] = 'All Day Event';
36a1a3b679SAndreas Boehler$lang['js']['title'] = 'Title';
372b7be5bdSAndreas Boehler$lang['js']['location'] = 'Location';
38a1a3b679SAndreas Boehler$lang['js']['from'] = 'From';
39a1a3b679SAndreas Boehler$lang['js']['to'] = 'To';
40a1a3b679SAndreas Boehler$lang['js']['yes'] = 'Yes';
41a1a3b679SAndreas Boehler$lang['js']['confirmation'] = 'Confirmation';
42a1a3b679SAndreas Boehler$lang['js']['ok'] = 'OK';
43a1a3b679SAndreas Boehler$lang['js']['info'] = 'Info';
44a1a3b679SAndreas Boehler$lang['js']['really_delete_this_event'] = 'Really delete this event?';
45a495d34cSAndreas Boehler$lang['js']['timezone'] = 'Timezone';
46a495d34cSAndreas Boehler$lang['js']['weeknumbers'] = 'Week Numbers';
47a495d34cSAndreas Boehler$lang['js']['use_lang_tz'] = 'Use Timezone from language setting';
48a495d34cSAndreas Boehler$lang['js']['only_workweek'] = 'Show only Work Week';
494a538b3fSAndreas Boehler$lang['js']['sync_url'] = 'CalDAV URL';
5091e00d2aSAndreas Boehler$lang['js']['error_retrieving_data'] = 'There was an error retrieving data from the calendar server.';
518d8445bbSAndreas Boehler$lang['js']['start_date_invalid'] = 'Start date/time is invalid.';
528d8445bbSAndreas Boehler$lang['js']['end_date_invalid'] = 'End date/time is invalid.';
538d8445bbSAndreas Boehler$lang['js']['end_date_before_start_date'] = 'End date/time is before start date/time.';
548d8445bbSAndreas Boehler$lang['js']['end_date_is_same_as_start_date'] = 'End date/time is equal to start date/time.';
550eebc909SAndreas Boehler$lang['js']['description'] = 'Description';
56f69bb449SAndreas Boehler$lang['js']['private_url'] = 'Private URL';
573c86dda8SAndreas Boehler$lang['js']['recurring_cant_edit'] = 'Editing recurring events is currently not supported';
5873b331a3SAndreas Boehler$lang['js']['no_permission'] = 'You don\'t have permission to modify this calendar';
59185e2535SAndreas Boehler$lang['js']['calendar'] = 'Calendar';
60185e2535SAndreas Boehler$lang['js']['start_monday'] = 'Week starts on Monday';
6134a47953SAndreas Boehler$lang['js']['nothing_to_show'] = 'Nothing to show';
62c85f7c04SAndreas Boehler$lang['js']['add_attachment'] = 'Add link';
63c85f7c04SAndreas Boehler$lang['js']['attachments'] = 'Attached links';
641d5bdcd0SAndreas Boehler$lang['js']['language_specific'] = 'Language specific';
65e86c8dd3SAndreas Boehler$lang['js']['sync_ical'] = 'iCal Sync URL';
66c8b5c493SAndreas Boehler$lang['js']['timeformat'] = 'Time Format';
67