1*a1a3b679SAndreas Boehler<?php 2*a1a3b679SAndreas Boehler$lang['created_by_davcal'] = 'Created by DAVCal for DokuWiki'; 3*a1a3b679SAndreas Boehler$lang['unknown_error'] = 'Unknown Error'; 4*a1a3b679SAndreas Boehler$lang['event_added'] = 'Event added'; 5*a1a3b679SAndreas Boehler$lang['event_edited'] = 'Event edited'; 6*a1a3b679SAndreas Boehler$lang['event_deleted'] = 'Event deleted'; 7*a1a3b679SAndreas Boehler$lang['no_permission'] = 'You don\'t have permission to modify this calendar'; 8*a1a3b679SAndreas Boehler$lang['js']['create_new_event'] = 'Create new Event'; 9*a1a3b679SAndreas Boehler$lang['js']['cancel'] = 'Cancel'; 10*a1a3b679SAndreas Boehler$lang['js']['create'] = 'Create'; 11*a1a3b679SAndreas Boehler$lang['js']['edit'] = 'Edit'; 12*a1a3b679SAndreas Boehler$lang['js']['delete'] = 'Delete'; 13*a1a3b679SAndreas Boehler$lang['js']['edit_event'] = 'Edit Event'; 14*a1a3b679SAndreas Boehler$lang['js']['allday'] = 'All Day Event'; 15*a1a3b679SAndreas Boehler$lang['js']['title'] = 'Title'; 16*a1a3b679SAndreas Boehler$lang['js']['from'] = 'From'; 17*a1a3b679SAndreas Boehler$lang['js']['to'] = 'To'; 18*a1a3b679SAndreas Boehler$lang['js']['yes'] = 'Yes'; 19*a1a3b679SAndreas Boehler$lang['js']['confirmation'] = 'Confirmation'; 20*a1a3b679SAndreas Boehler$lang['js']['ok'] = 'OK'; 21*a1a3b679SAndreas Boehler$lang['js']['info'] = 'Info'; 22*a1a3b679SAndreas Boehler$lang['js']['really_delete_this_event'] = 'Really delete this event?'; 23