aboutsummaryrefslogtreecommitdiffstats
path: root/languages
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-09-26 18:58:03 +0000
committerChad Little <clittle@users.sourceforge.net>2002-09-26 18:58:03 +0000
commitb52dfb9366911b3823206cfb84ac04e5387ffc57 (patch)
treed6dea180b27d9d9663a966238bff61c5866d5286 /languages
parente96724021e22328d14046f26bb57aed12275bb12 (diff)
downloadphpicalendar-b52dfb9366911b3823206cfb84ac04e5387ffc57.tar.gz
phpicalendar-b52dfb9366911b3823206cfb84ac04e5387ffc57.tar.bz2
phpicalendar-b52dfb9366911b3823206cfb84ac04e5387ffc57.zip
Added language support for This Week, Month, corrected navigation.
Diffstat (limited to 'languages')
-rw-r--r--languages/english.inc.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/languages/english.inc.php b/languages/english.inc.php
index 893bbaa..1c80a10 100644
--- a/languages/english.inc.php
+++ b/languages/english.inc.php
@@ -34,8 +34,13 @@ $date_lang = "Date";
$summary_lang = "Summary";
$all_day_lang = "All day event";
$notes_lang = "Notes";
+$this_years_lang = "This Year's Events";
+$today_lang = "Today";
+$this_week_lang = "This Week";
+$this_month_lang = "This Month";
// Set Location for date formatting, check out: http://www.php.net/manual/en/function.setlocale.php
+// These do not work on Mac OS X, but are fine on other builds of *nix.
setlocale (LC_TIME, 'en_EN');
// For time formatting, check out: http://www.php.net/manual/en/function.date.php

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