From: <par...@us...> - 2009-02-10 19:59:51
|
Update of /cvsroot/phpicalendar/phpicalendar/languages In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23263/languages Modified Files: Tag: phpicalendar-editor english.inc.php Log Message: Initial UI changes for editing Index: english.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/english.inc.php,v retrieving revision 1.73 retrieving revision 1.73.2.1 diff -C2 -d -r1.73 -r1.73.2.1 *** english.inc.php 2 Jan 2009 07:12:12 -0000 1.73 --- english.inc.php 10 Feb 2009 19:59:45 -0000 1.73.2.1 *************** *** 88,94 **** $lang['l_priority_none'] = 'None'; $lang['l_status'] = 'Status'; ! $lang['l_status_confirmed'] = 'CONFIRMED' ; ! $lang['l_status_cancelled'] = 'CANCELLED'; ! $lang['l_status_tentative'] = 'TENTATIVE'; $lang['l_todo'] = 'To do items'; $lang['l_unfinished'] = 'Unfinished'; --- 88,94 ---- $lang['l_priority_none'] = 'None'; $lang['l_status'] = 'Status'; ! $lang['l_status_confirmed'] = 'CONFIRMED' ; ! $lang['l_status_cancelled'] = 'CANCELLED'; ! $lang['l_status_tentative'] = 'TENTATIVE'; $lang['l_todo'] = 'To do items'; $lang['l_unfinished'] = 'Unfinished'; *************** *** 144,147 **** --- 144,152 ---- $lang['l_year_view'] = 'Year View'; + + // New is version 2.32 + $lang['l_edit'] = 'Edit'; + $lang['l_edit_event'] = 'Edit Event'; + // --------------------------------- *************** *** 190,196 **** /* Notes about dateFormat_* ! The pieces are similar to that of the PHP function strftime(), however only the following is supported at this time: ! %A - the full week day name as specified in $daysofweek_lang %a - the shortened week day name as specified in $daysofweekshort_lang --- 195,201 ---- /* Notes about dateFormat_* ! The pieces are similar to that of the PHP function strftime(), however only the following is supported at this time: ! %A - the full week day name as specified in $daysofweek_lang %a - the shortened week day name as specified in $daysofweekshort_lang *************** *** 217,219 **** $lang['l_prefs_off'] = 'Preferences are disabled on this installation.'; ! ?> \ No newline at end of file --- 222,224 ---- $lang['l_prefs_off'] = 'Preferences are disabled on this installation.'; ! ?> |