aboutsummaryrefslogtreecommitdiffstats
path: root/languages
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-10-05 00:07:19 +0000
committerjwangen <jwangen>2002-10-05 00:07:19 +0000
commit7856c7ea0ed134c4dfee5c9ae2b4e7e2f9ab8b79 (patch)
tree47c4606d9fab5aedc732de796bf517b9d381f8d7 /languages
parentce4d8be46ccefe642883253544a4ec81bdde8cc5 (diff)
downloadphpicalendar-7856c7ea0ed134c4dfee5c9ae2b4e7e2f9ab8b79.tar.gz
phpicalendar-7856c7ea0ed134c4dfee5c9ae2b4e7e2f9ab8b79.tar.bz2
phpicalendar-7856c7ea0ed134c4dfee5c9ae2b4e7e2f9ab8b79.zip
Minor changes, implemented use configable number of lines for line wrappings
Diffstat (limited to 'languages')
-rw-r--r--languages/english.inc.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/languages/english.inc.php b/languages/english.inc.php
index 0bd71b7..dfd7f6c 100644
--- a/languages/english.inc.php
+++ b/languages/english.inc.php
@@ -83,4 +83,14 @@ Notes about dateFormat_*
us know. We will be happy to modify this if needed.
*/
+// Error messages - %s will be replaced with a variable
+$error_title_lang = 'Error!';
+$error_window_lang = 'There was an error!';
+$error_calendar_lang = 'The calendar %s caused this error.';
+$error_path_lang = 'Unable to open the path: %s';
+$error_back_lang = 'Please use the "Back" button to return.';
+$error_remotecal_lang = 'You cannot view remote calendars on this server which are not approved.';
+$error_restrictedcal_lang = 'You have tried to access calendar that is restricted on this server.';
+$error_invalidcal_lang = 'Invalid calendar file. Please try a different calendar.';
+
?> \ No newline at end of file

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