aboutsummaryrefslogtreecommitdiffstats
path: root/init.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-09-22 20:41:56 +0000
committerChad Little <clittle@users.sourceforge.net>2002-09-22 20:41:56 +0000
commitbb831139f2af829899f80c3f44db3eec5e56f4e7 (patch)
treeb1123fdeaf44d8d4801851c23291400c28da8d36 /init.inc.php
parent81213424e58a6074d966d1916096517a18d45a2c (diff)
downloadphpicalendar-bb831139f2af829899f80c3f44db3eec5e56f4e7.tar.gz
phpicalendar-bb831139f2af829899f80c3f44db3eec5e56f4e7.tar.bz2
phpicalendar-bb831139f2af829899f80c3f44db3eec5e56f4e7.zip
German language support.
Diffstat (limited to 'init.inc.php')
-rw-r--r--init.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.inc.php b/init.inc.php
index 0c963a0..8b2e1a4 100644
--- a/init.inc.php
+++ b/init.inc.php
@@ -10,8 +10,8 @@ if(phpversion() >= "4.2.0")
include('./config.inc.php');
// define supported languages
-if ($language == "English") {
- include "languages/english.inc.php";
+if ($language == "German") {
+ include "languages/german.inc.php";
} elseif ($language == "Polish") {
include "languages/polish.inc.php";
} else {

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