aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-09-25 21:54:13 +0000
committerjwangen <jwangen>2002-09-25 21:54:13 +0000
commitaf86e13fd3d9be51561ab4685129fd841b7bf39b (patch)
treebb6645e0a49e1f062a1b97deec9ae2cec0ee5cdc /config.inc.php
parent8a587b7052a1a53ecb153bc295639ed2b3e735fc (diff)
downloadphpicalendar-af86e13fd3d9be51561ab4685129fd841b7bf39b.tar.gz
phpicalendar-af86e13fd3d9be51561ab4685129fd841b7bf39b.tar.bz2
phpicalendar-af86e13fd3d9be51561ab4685129fd841b7bf39b.zip
Added variable in language files, $all_day_lang, for occurrences of the
English string "All day event." Needs to be translated.
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 16ae113..7a82f7e 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -6,7 +6,7 @@ $fullpath = "webcal://path/to/your/webcal/calendars/"; // what iCal file are we
$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 = "English"; // Language support - "English", "Polish", "German", "French", "Dutch", "Danish", "Italian", "Japanese", "Norwegian"
+$language = "Japanese"; // Language support - "English", "Polish", "German", "French", "Dutch", "Danish", "Italian", "Japanese", "Norwegian"
$week_start_day = "Sunday"; // Day of the week your week starts on
?> \ No newline at end of file

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