From 7b65bca64cbff4eb2c3e2fdce084aa48f3673edd Mon Sep 17 00:00:00 2001 From: Chad Little Date: Thu, 20 May 2004 20:04:09 +0000 Subject: Language checkin, removed unneeded config options. --- README | 1 + config.inc.php | 4 +- languages/catalan.inc.php | 246 ++++++++++++++++++++++++---------------------- languages/english.inc.php | 3 + 4 files changed, 131 insertions(+), 123 deletions(-) diff --git a/README b/README index e4c344c..30a78ff 100644 --- a/README +++ b/README @@ -99,6 +99,7 @@ Changes: -Mozilla calendar support added to publish.php. -RSS supports ports other than 80. -RSS respects $calendar_path. + -YEARLY repeating events display better. -Various bug fixes. 1.1 diff --git a/config.inc.php b/config.inc.php index 74e901d..6ac9e4b 100644 --- a/config.inc.php +++ b/config.inc.php @@ -20,7 +20,7 @@ $month_event_lines = '1'; // Number of lines to wrap each event title in mo $tomorrows_events_lines = '1'; // Number of lines to wrap each event title in the 'Tommorrow's events' box, 0 means display all lines. $allday_week_lines = '1'; // Number of lines to wrap each event title in all-day events in week view, 0 means display all lines. $week_events_lines = '1'; // Number of lines to wrap each event title in the 'Tommorrow's events' box, 0 means display all lines. -$timezone = ''; // Set timezone. Read TIMEZONES file for more information +$timezone = 'US/Pacific'; // Set timezone. Read TIMEZONES file for more information $tmp_dir = '/tmp'; // The temporary directory on your system (/tmp is fine for UNIXes including Mac OS X) $calendar_path = ''; // Leave this blank on most installs, place your full path to calendars if they are outside the phpicalendar folder. $second_offset = '0'; // The time in seconds between your time and your server's time. @@ -35,8 +35,6 @@ $display_custom_goto = 'no'; // In the 'Jump To' box, display the custom 'go $display_ical_list = 'yes'; // In the 'Jump To' box, display the pop-up menu with the list of all calendars in the $calendar_path directory. $allow_webcals = 'no'; // Allow http:// and webcal:// prefixed URLs to be used as the $cal for remote viewing of "subscribe-able" calendars. This does not have to be enabled to allow specific ones below. $this_months_events = 'yes'; // Display "This month's events" at the bottom off the month page. -$use_color_cals = 'yes'; // Display each calendar in the pop-up as a different color. -$daysofweek_dayview = 'no'; // Display the days of the week in day.php view. $enable_rss = 'yes'; // Enable RSS access to your calendars (good thing). $show_search = 'yes'; // Show the search box in the sidebar. $allow_preferences = 'yes'; // Allow visitors to change various preferences via cookies. diff --git a/languages/catalan.inc.php b/languages/catalan.inc.php index f06339a..68686c7 100644 --- a/languages/catalan.inc.php +++ b/languages/catalan.inc.php @@ -1,130 +1,136 @@ diff --git a/languages/english.inc.php b/languages/english.inc.php index e805478..807271d 100644 --- a/languages/english.inc.php +++ b/languages/english.inc.php @@ -153,6 +153,9 @@ $format_recur_lang['count'] = 'for a count of %int%'; // ie, 'for 5 times' $format_recur_lang['bymonth'] = 'In months: %list%'; // ie, 'In months: January, February, March' $format_recur_lang['bymonthday'] = 'On dates: %list%'; // ie, 'On dates: 1, 2, 3, 4' $format_recur_lang['byday'] = 'On days: %list%'; // ie, 'On days: Mon, Tues, Wed, Thurs' + +// --------------------------------- + $daysofweek_lang = array ('Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'); $daysofweekshort_lang = array ('Sun','Mon','Tue','Wed','Thu','Fri','Sat'); $daysofweekreallyshort_lang = array ('S','M','T','W','T','F','S'); -- cgit v1.2.3