xref: /plugin/davcal/lang/en/lang.php (revision 34a479532598659496d8f768b342611e8bd0501b)
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)';
12a1a3b679SAndreas Boehler$lang['js']['create_new_event'] = 'Create new Event';
13a1a3b679SAndreas Boehler$lang['js']['cancel'] = 'Cancel';
14a1a3b679SAndreas Boehler$lang['js']['create'] = 'Create';
15a495d34cSAndreas Boehler$lang['js']['save'] = 'Save';
16a495d34cSAndreas Boehler$lang['js']['settings'] = 'Settings';
17a1a3b679SAndreas Boehler$lang['js']['edit'] = 'Edit';
18a1a3b679SAndreas Boehler$lang['js']['delete'] = 'Delete';
19a1a3b679SAndreas Boehler$lang['js']['edit_event'] = 'Edit Event';
20a1a3b679SAndreas Boehler$lang['js']['allday'] = 'All Day Event';
21a1a3b679SAndreas Boehler$lang['js']['title'] = 'Title';
22a1a3b679SAndreas Boehler$lang['js']['from'] = 'From';
23a1a3b679SAndreas Boehler$lang['js']['to'] = 'To';
24a1a3b679SAndreas Boehler$lang['js']['yes'] = 'Yes';
25a1a3b679SAndreas Boehler$lang['js']['confirmation'] = 'Confirmation';
26a1a3b679SAndreas Boehler$lang['js']['ok'] = 'OK';
27a1a3b679SAndreas Boehler$lang['js']['info'] = 'Info';
28a1a3b679SAndreas Boehler$lang['js']['really_delete_this_event'] = 'Really delete this event?';
29a495d34cSAndreas Boehler$lang['js']['timezone'] = 'Timezone';
30a495d34cSAndreas Boehler$lang['js']['weeknumbers'] = 'Week Numbers';
31a495d34cSAndreas Boehler$lang['js']['use_lang_tz'] = 'Use Timezone from language setting';
32a495d34cSAndreas Boehler$lang['js']['only_workweek'] = 'Show only Work Week';
334a538b3fSAndreas Boehler$lang['js']['sync_url'] = 'CalDAV URL';
3491e00d2aSAndreas Boehler$lang['js']['error_retrieving_data'] = 'There was an error retrieving data from the calendar server.';
358d8445bbSAndreas Boehler$lang['js']['start_date_invalid'] = 'Start date/time is invalid.';
368d8445bbSAndreas Boehler$lang['js']['end_date_invalid'] = 'End date/time is invalid.';
378d8445bbSAndreas Boehler$lang['js']['end_date_before_start_date'] = 'End date/time is before start date/time.';
388d8445bbSAndreas Boehler$lang['js']['end_date_is_same_as_start_date'] = 'End date/time is equal to start date/time.';
390eebc909SAndreas Boehler$lang['js']['description'] = 'Description';
40f69bb449SAndreas Boehler$lang['js']['private_url'] = 'Private URL';
413c86dda8SAndreas Boehler$lang['js']['recurring_cant_edit'] = 'Editing recurring events is currently not supported';
4273b331a3SAndreas Boehler$lang['js']['no_permission'] = 'You don\'t have permission to modify this calendar';
43185e2535SAndreas Boehler$lang['js']['calendar'] = 'Calendar';
44185e2535SAndreas Boehler$lang['js']['start_monday'] = 'Week starts on Monday';
45*34a47953SAndreas Boehler$lang['js']['nothing_to_show'] = 'Nothing to show';
46