aboutsummaryrefslogtreecommitdiffstats
path: root/languages
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-09-21 04:44:53 +0000
committerChad Little <clittle@users.sourceforge.net>2002-09-21 04:44:53 +0000
commit5bd147326cb08cd4d896784ff4b9991a18ff5c70 (patch)
treefafaaa79ecad92031e6333d4d78e6f845a294167 /languages
parentf08d44cd84116992e2a29e9c023cbbf0abaf125d (diff)
downloadphpicalendar-5bd147326cb08cd4d896784ff4b9991a18ff5c70.tar.gz
phpicalendar-5bd147326cb08cd4d896784ff4b9991a18ff5c70.tar.bz2
phpicalendar-5bd147326cb08cd4d896784ff4b9991a18ff5c70.zip
English lang include 0.4.
Diffstat (limited to 'languages')
-rw-r--r--languages/english.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/languages/english.inc.php b/languages/english.inc.php
new file mode 100644
index 0000000..4328113
--- /dev/null
+++ b/languages/english.inc.php
@@ -0,0 +1 @@
+// English language include // For version 0.4 PHP iCalendar // // Translation by clittle <? $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

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