aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-09-22 21:45:57 +0000
committerChad Little <clittle@users.sourceforge.net>2002-09-22 21:45:57 +0000
commit9a78e04835cc7bd020454db793a56add58186833 (patch)
tree4eab3562b5fc6b4e2529a35d1f9a285716c3111f /config.inc.php
parentbb831139f2af829899f80c3f44db3eec5e56f4e7 (diff)
downloadphpicalendar-9a78e04835cc7bd020454db793a56add58186833.tar.gz
phpicalendar-9a78e04835cc7bd020454db793a56add58186833.tar.bz2
phpicalendar-9a78e04835cc7bd020454db793a56add58186833.zip
French lang 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 abb084a..9feef21 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -3,9 +3,9 @@
$style_sheet = "default.css"; // Themes support
$fullpath = "webcal://"; // what iCal file are we using
$calendar_path = "./calendars"; // path to directory with calendars
-$default_view = "day"; // default view for 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"
+$language = "English"; // Language support - "English", "Polish", "German", "French"
$week_start_day = "Tuesday"; // 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