aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-09-24 01:16:13 +0000
committerjwangen <jwangen>2002-09-24 01:16:13 +0000
commit26c6f00201d83f4d8a3c37fea0427e070e910801 (patch)
treef2d99245d140aaa0124e25e946f27b7a6dec863d /config.inc.php
parent82003a697eb5bfed137ba02e60e6a4266329b42e (diff)
downloadphpicalendar-26c6f00201d83f4d8a3c37fea0427e070e910801.tar.gz
phpicalendar-26c6f00201d83f4d8a3c37fea0427e070e910801.tar.bz2
phpicalendar-26c6f00201d83f4d8a3c37fea0427e070e910801.zip
Accidentally left the default to Japanese in config.inc.php. Changed it
back to English
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.inc.php b/config.inc.php
index fe483b7..45ca313 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -5,7 +5,7 @@ $fullpath = "webcal://"; // what iCal file are we using
$calendar_path = "./calendars"; // path to directory with calendars
$default_view = "day"; // default view for calendars = "day", "week", "month"
$default_cal = "Home"; // filename of calendar without .ics
-$language = "Japanese"; // Language support - "English", "Polish", "German", "French", "Dutch", "Danish", "Italian", "Japanese"
+$language = "English"; // Language support - "English", "Polish", "German", "French", "Dutch", "Danish", "Italian", "Japanese"
$week_start_day = "Sunday"; // Day of the week your week starts on
$time_format = "12" // Enter "12" for 12 hour clock, "24" for 24 hour clock (military, european)

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