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