aboutsummaryrefslogtreecommitdiffstats
path: root/languages
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-09-22 00:16:43 +0000
committerChad Little <clittle@users.sourceforge.net>2002-09-22 00:16:43 +0000
commit565289afeb671058c92edcb40cc4ee993917ef82 (patch)
treed178142b1550896110e80b5d1fe99034778d21d2 /languages
parentc5e33ce084ce0f6032e963fc53d6a5f3f315e4de (diff)
downloadphpicalendar-565289afeb671058c92edcb40cc4ee993917ef82.tar.gz
phpicalendar-565289afeb671058c92edcb40cc4ee993917ef82.tar.bz2
phpicalendar-565289afeb671058c92edcb40cc4ee993917ef82.zip
Added footer support.
Diffstat (limited to 'languages')
-rw-r--r--languages/english.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/english.inc.php b/languages/english.inc.php
index 7d2431e..f4fd773 100644
--- a/languages/english.inc.php
+++ b/languages/english.inc.php
@@ -1 +1 @@
-<? // English language include // For version 0.4 PHP iCalendar // // Translation by Chad Little (chad@chadsdomain.com) // // Sumbit new translations to chad@chadsdomain.com $day_lang = "Day"; $week_lang = "Week"; $month_lang = "Month"; $year_lang = "Year"; $calendar_lang = "Calendar"; $next_day_lang = "Next Day"; $next_month_lang = "Next Month"; $next_week_lang = "Next Week"; $next_year_lang = "Next Year"; $last_day_lang = "Previous Day"; $last_month_lang = "Previous Month"; $last_week_lang = "Previous Week"; $last_year_lang = "Previous Year"; $subscribe_lang = "Subscribe"; $download_lang = "Download"; ?> \ No newline at end of file
+<? // English language include // For version 0.4 PHP iCalendar // // Translation by Chad Little (chad@chadsdomain.com) // // Submit new translations to chad@chadsdomain.com $day_lang = "Day"; $week_lang = "Week"; $month_lang = "Month"; $year_lang = "Year"; $calendar_lang = "Calendar"; $next_day_lang = "Next Day"; $next_month_lang = "Next Month"; $next_week_lang = "Next Week"; $next_year_lang = "Next Year"; $last_day_lang = "Previous Day"; $last_month_lang = "Previous Month"; $last_week_lang = "Previous Week"; $last_year_lang = "Previous Year"; $subscribe_lang = "Subscribe"; $download_lang = "Download"; $powered_by_lang = "Powered by"; $version_lang = "0.4"; ?> \ No newline at end of file

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