aboutsummaryrefslogtreecommitdiffstats
path: root/config.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 /config.inc.php
parent81213424e58a6074d966d1916096517a18d45a2c (diff)
downloadphpicalendar-bb831139f2af829899f80c3f44db3eec5e56f4e7.tar.gz
phpicalendar-bb831139f2af829899f80c3f44db3eec5e56f4e7.tar.bz2
phpicalendar-bb831139f2af829899f80c3f44db3eec5e56f4e7.zip
German language support.
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.inc.php b/config.inc.php
index 990c54e..abb084a 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -5,8 +5,8 @@ $fullpath = "webcal://"; // what iCal file are we using
$calendar_path = "./calendars"; // path to directory with calendars
$default_view = "day"; // default view for calendars
$default_cal = "Home"; // filename of calendar without .ics
-$language = "English"; // Language support - "English", "Polish"
+$language = "English"; // Language support - "English", "Polish", "German"
$week_start_day = "Tuesday"; // Day of the week your week starts on
-$time_format = "24" // Enter "12" for 12 hour clock, "24" for 24 hour clock (military, european)
+$time_format = "12" // Enter "12" for 12 hour clock, "24" for 24 hour clock (military, european)
?> \ No newline at end of file

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