aboutsummaryrefslogtreecommitdiffstats
path: root/languages/english-uk.inc.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-20 00:34:07 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-20 00:34:07 +0000
commit3734188aa20c0fad1610e5de3078d7d022694bbd (patch)
tree2a92abeed20dea39b44e8e68e8684d03f02ec067 /languages/english-uk.inc.php
parent9cc4b1667897ac0e9db28044d96e7b96a7ac38e5 (diff)
downloadphpicalendar-3734188aa20c0fad1610e5de3078d7d022694bbd.tar.gz
phpicalendar-3734188aa20c0fad1610e5de3078d7d022694bbd.tar.bz2
phpicalendar-3734188aa20c0fad1610e5de3078d7d022694bbd.zip
add languages
Diffstat (limited to 'languages/english-uk.inc.php')
-rw-r--r--languages/english-uk.inc.php42
1 files changed, 42 insertions, 0 deletions
diff --git a/languages/english-uk.inc.php b/languages/english-uk.inc.php
new file mode 100644
index 0000000..5367062
--- /dev/null
+++ b/languages/english-uk.inc.php
@@ -0,0 +1,42 @@
+<?php
+
+// English language (UK) include
+// For version 2.0 PHP iCalendar
+//
+// Use 24-hour notation and day/month order
+//
+// Submit new translations to phpicalendar@gmail.com
+
+require('english.inc.php');
+
+// For time formatting, check out: http://www.php.net/manual/en/function.date.php
+$timeFormat = 'G:i';
+$timeFormat_small = 'G:i';
+
+// For date formatting, see note below
+$dateFormat_day = '%A, %e %B';
+$dateFormat_week = '%e %B';
+$dateFormat_week_list = '%a, %e %b';
+$dateFormat_week_jump = '%e %b';
+$dateFormat_month = '%B %Y';
+$dateFormat_month_list = '%A, %e %b';
+$dateFormat_year = '%Y';
+
+
+/*
+Notes about dateFormat_*
+ The pieces are similar to that of the PHP function strftime(),
+ however only the following is supported at this time:
+
+ %A - the full week day name as specified in $daysofweek_lang
+ %a - the shortened week day name as specified in $daysofweekshort_lang
+ %B - the full month name as specified in $monthsofyear_lang
+ %b - the shortened month name as specified in $monthsofyearshort_lang
+ %e - the day of the month as a decimal number (1 to 31)
+ %Y - the 4-digit year
+
+ If this causes problems with representing your language accurately, let
+ us know. We will be happy to modify this if needed.
+*/
+
+?>

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