aboutsummaryrefslogtreecommitdiffstats
path: root/languages
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-12-07 03:13:58 +0000
committerChad Little <clittle@users.sourceforge.net>2002-12-07 03:13:58 +0000
commit8fdce5bc30b294c1c2ecb571cd248159038973c4 (patch)
treed98a7e5cccd804fda5e6183ab65bc273d6c07b2e /languages
parent92ace0634bd9cad77e716f76d6c243d5b1f8b2e7 (diff)
downloadphpicalendar-8fdce5bc30b294c1c2ecb571cd248159038973c4.tar.gz
phpicalendar-8fdce5bc30b294c1c2ecb571cd248159038973c4.tar.bz2
phpicalendar-8fdce5bc30b294c1c2ecb571cd248159038973c4.zip
Translated set prefs.
Diffstat (limited to 'languages')
-rw-r--r--languages/english.inc.php15
1 files changed, 8 insertions, 7 deletions
diff --git a/languages/english.inc.php b/languages/english.inc.php
index f13d2e7..5d6edcf 100644
--- a/languages/english.inc.php
+++ b/languages/english.inc.php
@@ -1,7 +1,7 @@
<?php
// English language include
-// For version 0.9 PHP iCalendar
+// For version 0.9.1 PHP iCalendar
//
// Translation by Chad Little (chad@chadsdomain.com)
//
@@ -59,9 +59,6 @@ $rss_day_date = 'g:i A'; // Lists just the time
$rss_week_date = '%b %e'; // Lists just the day
$rss_month_date = '%b %e'; // Lists just the day
$rss_language = 'en-us';
-
-// new in 0.9 ----------------------
-
$search_took_lang = 'Search took %s seconds';
$recurring_event_lang = 'Recurring event';
$exception_lang = 'Exception';
@@ -88,6 +85,10 @@ $status_lang = 'Status:';
$todo_lang = 'To do items';
$unfinished_lang = 'Unfinished';
+// ----- New for 0.9.1
+
+$set_prefs_lang = 'Your preferences have been set.';
+
// - navigation
$back_lang = 'Back';
$next_lang = 'Next';
@@ -97,6 +98,9 @@ $week_view_lang = 'Week View';
$month_view_lang = 'Month View';
$year_view_lang = 'Year View';
+// ---------------------------------
+
+
// $format_recur, items enclosed in % will be substituted with variables
$format_recur_lang['delimiter'] = ', '; // ie, 'one, two, three'
@@ -115,9 +119,6 @@ $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');

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