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'; 8*a495d34cSAndreas Boehler$lang['settings'] = 'Settings/Sync'; 9*a495d34cSAndreas Boehler$lang['settings_saved'] = 'Settings saved successfully'; 10*a495d34cSAndreas Boehler$lang['error_saving'] = 'Error saving settings.'; 11a1a3b679SAndreas Boehler$lang['js']['create_new_event'] = 'Create new Event'; 12a1a3b679SAndreas Boehler$lang['js']['cancel'] = 'Cancel'; 13a1a3b679SAndreas Boehler$lang['js']['create'] = 'Create'; 14*a495d34cSAndreas Boehler$lang['js']['save'] = 'Save'; 15*a495d34cSAndreas Boehler$lang['js']['settings'] = 'Settings'; 16a1a3b679SAndreas Boehler$lang['js']['edit'] = 'Edit'; 17a1a3b679SAndreas Boehler$lang['js']['delete'] = 'Delete'; 18a1a3b679SAndreas Boehler$lang['js']['edit_event'] = 'Edit Event'; 19a1a3b679SAndreas Boehler$lang['js']['allday'] = 'All Day Event'; 20a1a3b679SAndreas Boehler$lang['js']['title'] = 'Title'; 21a1a3b679SAndreas Boehler$lang['js']['from'] = 'From'; 22a1a3b679SAndreas Boehler$lang['js']['to'] = 'To'; 23a1a3b679SAndreas Boehler$lang['js']['yes'] = 'Yes'; 24a1a3b679SAndreas Boehler$lang['js']['confirmation'] = 'Confirmation'; 25a1a3b679SAndreas Boehler$lang['js']['ok'] = 'OK'; 26a1a3b679SAndreas Boehler$lang['js']['info'] = 'Info'; 27a1a3b679SAndreas Boehler$lang['js']['really_delete_this_event'] = 'Really delete this event?'; 28*a495d34cSAndreas Boehler$lang['js']['timezone'] = 'Timezone'; 29*a495d34cSAndreas Boehler$lang['js']['weeknumbers'] = 'Week Numbers'; 30*a495d34cSAndreas Boehler$lang['js']['use_lang_tz'] = 'Use Timezone from language setting'; 31*a495d34cSAndreas Boehler$lang['js']['only_workweek'] = 'Show only Work Week'; 32