From: <cl...@us...> - 2003-03-30 00:31:43
|
Update of /cvsroot/phpicalendar/phpicalendar/languages In directory sc8-pr-cvs1:/tmp/cvs-serv15475/languages Modified Files: english.inc.php Log Message: Initial check-in for Administration controls. Index: english.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/english.inc.php,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** english.inc.php 13 Feb 2003 07:22:18 -0000 1.41 --- english.inc.php 30 Mar 2003 00:31:38 -0000 1.42 *************** *** 92,95 **** --- 92,122 ---- $unset_prefs_lang = 'Unset preferences:'; + // - administration + $admin_header_lang = 'PHP iCalendar Administration'; + $username_lang = 'Username'; + $password_lang = 'Password'; + $login_lang = 'Login'; + $invalid_login_lang = 'Wrong username or password.'; + $addupdate_cal_lang = 'Add or Update a Calendar'; + $addupdate_desc_lang = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.'; + $delete_cal_lang = 'Delete a Calendar'; + $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.'; + $upload_error_lang[0] = 'There was a problem with your upload.'; + $upload_error_lang[1] = 'The file you are trying to upload is too big.'; + $upload_error_lang[2] = 'The file you are trying to upload is too big.'; + $upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.'; + $upload_error_lang[4] = 'You must select a file for upload.'; + $upload_error_type_lang = 'Only .ics files may be uploaded.'; + $copy_error_lang = 'Failed to copy file'; + $delete_error_lang = 'Failed to delete file'; + $action_success_lang = 'Your action was successful.'; + $submit_lang = 'Submit'; + + + // - navigation $back_lang = 'Back'; |