diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-01-31 15:39:34 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-01-31 15:39:34 +0000 |
| commit | 4eb55d668905ed29298735c5cd84b9b410fe96e9 (patch) | |
| tree | 5cf60b5be49e4a64578d1a856d8ab77a99c60b29 /phpBB/language/en/lang_main.php | |
| parent | ad19326d397256590fd9285869b6a2ef4864c37b (diff) | |
| download | forums-4eb55d668905ed29298735c5cd84b9b410fe96e9.tar forums-4eb55d668905ed29298735c5cd84b9b410fe96e9.tar.gz forums-4eb55d668905ed29298735c5cd84b9b410fe96e9.tar.bz2 forums-4eb55d668905ed29298735c5cd84b9b410fe96e9.tar.xz forums-4eb55d668905ed29298735c5cd84b9b410fe96e9.zip | |
Changes mainly related to group admin updates ... added -13 +13 to timezone listing
git-svn-id: file:///svn/phpbb/trunk@3442 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/lang_main.php')
| -rw-r--r-- | phpBB/language/en/lang_main.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index 6fa7617fc5..dca1ae543c 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -734,6 +734,7 @@ $lang = array_merge($lang, array( 'logm_lock' => 'Locked following topic/s => %s', 'All_times' => 'All times are %s %s', + '-13' => 'GMT - 13 Hours', '-12' => 'GMT - 12 Hours', '-11' => 'GMT - 11 Hours', '-10' => 'GMT - 10 Hours', @@ -765,7 +766,9 @@ $lang = array_merge($lang, array( '10' => 'GMT + 10 Hours', '11' => 'GMT + 11 Hours', '12' => 'GMT + 12 Hours', + '13' => 'GMT + 13 Hours', 'tz' => array( + '-13' => 'GMT - 13 Hours', '-12' => 'GMT - 12 Hours', '-11' => 'GMT - 11 Hours', '-10' => 'GMT - 10 Hours', @@ -797,6 +800,7 @@ $lang = array_merge($lang, array( '10' => 'GMT + 10 Hours', '11' => 'GMT + 11 Hours', '12' => 'GMT + 12 Hours', + '13' => 'GMT + 13 Hours', 'dst' => '[ DST ]' ), 'datetime' => array( |
