aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-02-18 21:19:16 +0000
committerChad Little <clittle@users.sourceforge.net>2003-02-18 21:19:16 +0000
commitb01e77a22a64a37c8566b1efbec310a7073b8f7e (patch)
treef63b864aa4b0a5e70f8a6b1b62243d3235ded685 /config.inc.php
parent106095812c22f2a875a486437f362569396fcbdb (diff)
downloadphpicalendar-b01e77a22a64a37c8566b1efbec310a7073b8f7e.tar.gz
phpicalendar-b01e77a22a64a37c8566b1efbec310a7073b8f7e.tar.bz2
phpicalendar-b01e77a22a64a37c8566b1efbec310a7073b8f7e.zip
Added Catalan and Traditional Chinese to project.
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 68751cd..46caa0d 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -1,6 +1,6 @@
<?php
-// Configuration file for PHP iCalendar 0.9
+// Configuration file for PHP iCalendar 0.9.1
//
// To set values, change the text between the single quotes
// Follow instructions to the right for detailed information
@@ -9,7 +9,7 @@ $style_sheet = 'silver'; // Themes support - silver, red, green, orange, gr
$default_view = 'day'; // Default view for calendars = 'day', 'week', 'month', 'year'
$minical_view = 'current'; // Where do the mini-calendars go when clicked? = 'day', 'week', 'month', 'current'
$default_cal = 'School'; // Exact filename of calendar without .ics
-$language = 'English'; // Language support - 'English', 'Polish', 'German', 'French', 'Dutch', 'Danish', 'Italian', 'Japanese', 'Norwegian', 'Spanish', 'Swedish', 'Portuguese'
+$language = 'English'; // Language support - 'English', 'Polish', 'German', 'French', 'Dutch', 'Danish', 'Italian', 'Japanese', 'Norwegian', 'Spanish', 'Swedish', 'Portuguese', 'Catalan', 'Traditional_Chinese'
$week_start_day = 'Sunday'; // Day of the week your week starts on
$day_start = '0700'; // Start time for day grid
$gridLength = '15'; // Grid distance in minutes for day view, multiples of 15 preferred

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