aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-10-07 03:15:53 +0000
committerjwangen <jwangen>2002-10-07 03:15:53 +0000
commit46774fb3a5863cdf1f75e544fc69cf7fd6eb5d7a (patch)
tree49bbb2378b759f79e10c7079aa2f1dabd586c28f /config.inc.php
parentd03d65f3e6126da79c5090af66e2114d16a7c371 (diff)
downloadphpicalendar-46774fb3a5863cdf1f75e544fc69cf7fd6eb5d7a.tar.gz
phpicalendar-46774fb3a5863cdf1f75e544fc69cf7fd6eb5d7a.tar.bz2
phpicalendar-46774fb3a5863cdf1f75e544fc69cf7fd6eb5d7a.zip
Updated Japanese translation so it makes sense!
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 fa4f631..16ca7fc 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -10,8 +10,8 @@ $calendar_path = './calendars'; // Path to directory with calendars
$default_view = 'day'; // Default view for calendars = 'day', 'week', 'month'
$minical_view = 'current'; // Where do the mini-calendars go when clicked? = 'day', 'week', 'month', 'current'
$default_cal = 'Home'; // Exact filename of calendar without .ics
-$language = 'english'; // Language support - 'English', 'Polish', 'German', 'French', 'Dutch', 'Danish', 'Italian', 'Japanese', 'Norwegian', 'Spanish'
-$week_start_day = 'sunday'; // Day of the week your week starts on
+$language = 'English'; // Language support - 'English', 'Polish', 'German', 'French', 'Dutch', 'Danish', 'Italian', 'Japanese', 'Norwegian', 'Spanish'
+$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
$month_event_lines = '1'; // Number of lines to wrap each event title in month view, 0 means display all lines.

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