|
From: <cl...@us...> - 2003-05-13 04:14:25
|
Update of /cvsroot/phpicalendar/phpicalendar/languages In directory sc8-pr-cvs1:/tmp/cvs-serv7779/languages Modified Files: english.inc.php Log Message: part two of admin.php Index: english.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/english.inc.php,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** english.inc.php 30 Mar 2003 00:31:38 -0000 1.42 --- english.inc.php 13 May 2003 04:14:22 -0000 1.43 *************** *** 103,107 **** $logout_lang = 'Logout'; $cal_file_lang = 'Calendar File'; - $confirm_lang = 'Are you sure?'; $php_error_lang = 'PHP Error'; $upload_error_gen_lang = 'There was a problem with your upload.'; --- 103,106 ---- *************** *** 114,119 **** --- 113,120 ---- $copy_error_lang = 'Failed to copy file'; $delete_error_lang = 'Failed to delete file'; + $delete_success_lang = 'was deleted successfully.'; $action_success_lang = 'Your action was successful.'; $submit_lang = 'Submit'; + $delete_lang = 'Delete'; |