aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/lang_main.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/language/en/lang_main.php')
-rw-r--r--phpBB/language/en/lang_main.php33
1 files changed, 18 insertions, 15 deletions
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php
index 7f9378594e..6ad21d3c56 100644
--- a/phpBB/language/en/lang_main.php
+++ b/phpBB/language/en/lang_main.php
@@ -19,7 +19,7 @@
*
***************************************************************************/
- $lang = array_merge($lang, array(
+$lang = array_merge($lang, array(
'ENCODING' => 'iso-8859-15',
'DIRECTION' => 'ltr',
'LEFT' => 'left',
@@ -711,24 +711,24 @@
'-3' => 'GMT - 3 Hours',
'-2' => 'GMT - 2 Hours',
'-1' => 'GMT - 1 Hours',
- 0 => 'GMT',
- 1 => 'GMT + 1 Hour',
- 2 => 'GMT + 2 Hours',
- 3 => 'GMT + 3 Hours',
+ '0' => 'GMT',
+ '1' => 'GMT + 1 Hour',
+ '2' => 'GMT + 2 Hours',
+ '3' => 'GMT + 3 Hours',
'3.5' => 'GMT + 3.5 Hours',
- 4 => 'GMT + 4 Hours',
+ '4' => 'GMT + 4 Hours',
'4.5' => 'GMT + 4.5 Hours',
- 5 => 'GMT + 5 Hours',
+ '5' => 'GMT + 5 Hours',
'5.5' => 'GMT + 5.5 Hours',
- 6 => 'GMT + 6 Hours',
+ '6' => 'GMT + 6 Hours',
'6.5' => 'GMT + 6.5 Hours',
- 7 => 'GMT + 7 Hours',
- 8 => 'GMT + 8 Hours',
- 9 => 'GMT + 9 Hours',
+ '7' => 'GMT + 7 Hours',
+ '8' => 'GMT + 8 Hours',
+ '9' => 'GMT + 9 Hours',
'9.5' => 'GMT + 9.5 Hours',
- 10 => 'GMT + 10 Hours',
- 11 => 'GMT + 11 Hours',
- 12 => 'GMT + 12 Hours',
+ '10' => 'GMT + 10 Hours',
+ '11' => 'GMT + 11 Hours',
+ '12' => 'GMT + 12 Hours',
'tz' => array(
'-12' => 'GMT - 12 Hours',
'-11' => 'GMT - 11 Hours',
@@ -800,8 +800,11 @@
'Sep' => 'Sep',
'Oct' => 'Oct',
'Nov' => 'Nov',
- 'Dec' => 'Dec'
+ 'Dec' => 'Dec',
+ 'AM' => 'AM',
+ 'PM' => 'PM'
),
+
'Information' => 'Information',
'Critical_Information' => 'Critical Information',
'General_Error' => 'General Error',