aboutsummaryrefslogtreecommitdiffstats
path: root/languages
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-03-30 00:31:38 +0000
committerChad Little <clittle@users.sourceforge.net>2003-03-30 00:31:38 +0000
commitf6f28f72894b5d54e9ded8c72c927bc8168e336f (patch)
tree9893c64560505c2437b293436f53dab8cd6685ff /languages
parentefa91c2010a6ed09b8989260e782fa6de44b3897 (diff)
downloadphpicalendar-f6f28f72894b5d54e9ded8c72c927bc8168e336f.tar.gz
phpicalendar-f6f28f72894b5d54e9ded8c72c927bc8168e336f.tar.bz2
phpicalendar-f6f28f72894b5d54e9ded8c72c927bc8168e336f.zip
Initial check-in for Administration controls.
Diffstat (limited to 'languages')
-rw-r--r--languages/english.inc.php27
1 files changed, 27 insertions, 0 deletions
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';

© 2014-2024 Faster IT GmbH | imprint | privacy policy