aboutsummaryrefslogtreecommitdiffstats
path: root/languages
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-02-08 22:37:03 +0000
committerChad Little <clittle@users.sourceforge.net>2004-02-08 22:37:03 +0000
commit8cf0cfa904dbc81496e07b8258efcf5446f1c272 (patch)
tree8114b99b4a65a78737b8489e74afec4a7b855e36 /languages
parentb4b1947362e1b6d92ce23b44b626ebbaabb401b4 (diff)
downloadphpicalendar-8cf0cfa904dbc81496e07b8258efcf5446f1c272.tar.gz
phpicalendar-8cf0cfa904dbc81496e07b8258efcf5446f1c272.tar.bz2
phpicalendar-8cf0cfa904dbc81496e07b8258efcf5446f1c272.zip
Tweeks of admin initial wiring of template.
Diffstat (limited to 'languages')
-rw-r--r--languages/english.inc.php30
1 files changed, 16 insertions, 14 deletions
diff --git a/languages/english.inc.php b/languages/english.inc.php
index c3934d4..6a41ce3 100644
--- a/languages/english.inc.php
+++ b/languages/english.inc.php
@@ -100,23 +100,25 @@ $lang['l_delete_cal'] = 'Delete a Calendar';
$lang['l_logout'] = 'Logout';
$lang['l_cal_file'] = 'Calendar File';
$lang['l_php_error'] = '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';
-$delete_success_lang = 'was deleted successfully.';
-$action_success_lang = 'Your action was successful.';
-$submit_lang = 'Submit';
-$delete_lang = 'Delete';
+$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.';
+$lang['l_upload_error_type'] = 'Only .ics files may be uploaded.';
+$lang['l_copy_error'] = 'Failed to copy file';
+$lang['l_delete_error'] = 'Failed to delete file';
+$lang['l_delete_success'] = 'was deleted successfully.';
+$lang['l_action_success'] = 'Your action was successful.';
+$lang['l_submit'] = 'Submit';
+$lang['l_delete'] = 'Delete';
$all_cal_comb_lang = 'All calendars combined';
// New for 2.0
-$lang['l_legend'] = 'Legend';
+$lang['l_legend'] = 'Legend';
+$lang['l_admin_subhead'] = 'Manage your calendars from this page';
+$lang['l_prefs_subhead'] = 'Sets a cookie for visiting this site';
// - navigation
$back_lang = 'Back';

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