From f6f28f72894b5d54e9ded8c72c927bc8168e336f Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sun, 30 Mar 2003 00:31:38 +0000 Subject: Initial check-in for Administration controls. --- languages/english.inc.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'languages') diff --git a/languages/english.inc.php b/languages/english.inc.php index 677b550..664922e 100644 --- a/languages/english.inc.php +++ b/languages/english.inc.php @@ -91,6 +91,33 @@ $prefs_set_lang = 'Your preferences have been set.'; $prefs_unset_lang = 'Preferences unset. Changes will take place next page load.'; $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'; $next_lang = 'Next'; -- cgit v1.2.3