xref: /plugin/davcal/lang/en/lang.php (revision 4858fc45e42a316f3e67de7b942c5b2cadbd426f)
1a1a3b679SAndreas Boehler<?php
2*4858fc45SAndreas Boehler/**
3*4858fc45SAndreas Boehler * English language file for DAVCal
4*4858fc45SAndreas Boehler *
5*4858fc45SAndreas Boehler * @author Andreas Böhler <dev@aboehler.at>
6*4858fc45SAndreas 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.';
25a1a3b679SAndreas Boehler$lang['js']['create_new_event'] = 'Create new Event';
26a1a3b679SAndreas Boehler$lang['js']['cancel'] = 'Cancel';
27a1a3b679SAndreas Boehler$lang['js']['create'] = 'Create';
28a495d34cSAndreas Boehler$lang['js']['save'] = 'Save';
29a495d34cSAndreas Boehler$lang['js']['settings'] = 'Settings';
30a1a3b679SAndreas Boehler$lang['js']['edit'] = 'Edit';
31a1a3b679SAndreas Boehler$lang['js']['delete'] = 'Delete';
32a1a3b679SAndreas Boehler$lang['js']['edit_event'] = 'Edit Event';
33a1a3b679SAndreas Boehler$lang['js']['allday'] = 'All Day Event';
34a1a3b679SAndreas Boehler$lang['js']['title'] = 'Title';
35a1a3b679SAndreas Boehler$lang['js']['from'] = 'From';
36a1a3b679SAndreas Boehler$lang['js']['to'] = 'To';
37a1a3b679SAndreas Boehler$lang['js']['yes'] = 'Yes';
38a1a3b679SAndreas Boehler$lang['js']['confirmation'] = 'Confirmation';
39a1a3b679SAndreas Boehler$lang['js']['ok'] = 'OK';
40a1a3b679SAndreas Boehler$lang['js']['info'] = 'Info';
41a1a3b679SAndreas Boehler$lang['js']['really_delete_this_event'] = 'Really delete this event?';
42a495d34cSAndreas Boehler$lang['js']['timezone'] = 'Timezone';
43a495d34cSAndreas Boehler$lang['js']['weeknumbers'] = 'Week Numbers';
44a495d34cSAndreas Boehler$lang['js']['use_lang_tz'] = 'Use Timezone from language setting';
45a495d34cSAndreas Boehler$lang['js']['only_workweek'] = 'Show only Work Week';
464a538b3fSAndreas Boehler$lang['js']['sync_url'] = 'CalDAV URL';
4791e00d2aSAndreas Boehler$lang['js']['error_retrieving_data'] = 'There was an error retrieving data from the calendar server.';
488d8445bbSAndreas Boehler$lang['js']['start_date_invalid'] = 'Start date/time is invalid.';
498d8445bbSAndreas Boehler$lang['js']['end_date_invalid'] = 'End date/time is invalid.';
508d8445bbSAndreas Boehler$lang['js']['end_date_before_start_date'] = 'End date/time is before start date/time.';
518d8445bbSAndreas Boehler$lang['js']['end_date_is_same_as_start_date'] = 'End date/time is equal to start date/time.';
520eebc909SAndreas Boehler$lang['js']['description'] = 'Description';
53f69bb449SAndreas Boehler$lang['js']['private_url'] = 'Private URL';
543c86dda8SAndreas Boehler$lang['js']['recurring_cant_edit'] = 'Editing recurring events is currently not supported';
5573b331a3SAndreas Boehler$lang['js']['no_permission'] = 'You don\'t have permission to modify this calendar';
56185e2535SAndreas Boehler$lang['js']['calendar'] = 'Calendar';
57185e2535SAndreas Boehler$lang['js']['start_monday'] = 'Week starts on Monday';
5834a47953SAndreas Boehler$lang['js']['nothing_to_show'] = 'Nothing to show';
59c85f7c04SAndreas Boehler$lang['js']['add_attachment'] = 'Add link';
60c85f7c04SAndreas Boehler$lang['js']['attachments'] = 'Attached links';
611d5bdcd0SAndreas Boehler$lang['js']['language_specific'] = 'Language specific';
62e86c8dd3SAndreas Boehler$lang['js']['sync_ical'] = 'iCal Sync URL';
63c8b5c493SAndreas Boehler$lang['js']['timeformat'] = 'Time Format';
64