diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2008-07-28 16:51:01 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2008-07-28 16:51:01 +0000 |
commit | 6a47f198ff2ae98c577a1b5d54cfc081ebd836ca (patch) | |
tree | 0bb8227d569716cc6a3d63dcda48abc5898a1ca1 | |
parent | 01cb221069c01408dfa8a204b1afd7094638fae8 (diff) | |
download | forums-6a47f198ff2ae98c577a1b5d54cfc081ebd836ca.tar forums-6a47f198ff2ae98c577a1b5d54cfc081ebd836ca.tar.gz forums-6a47f198ff2ae98c577a1b5d54cfc081ebd836ca.tar.bz2 forums-6a47f198ff2ae98c577a1b5d54cfc081ebd836ca.tar.xz forums-6a47f198ff2ae98c577a1b5d54cfc081ebd836ca.zip |
Wow, a new time zone at this time and age. #30545
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8704 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 1 | ||||
-rw-r--r-- | phpBB/language/en/common.php | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 57a7166933..686362d8cd 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -93,6 +93,7 @@ <li>[Feature] Allow hard disabling of the template editor.</li> <li>[Fix] Delete avatar files (Bug #29985).</li> <li>[Fix] Preserve selection in the MCP. (Bug #31265).</li> + <li>[Fix] Added VST (Bug #30545).</li> </ul> <a name="v301"></a><h3>1.ii. Changes since 3.0.1</h3> diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 7739c63521..3da4d6f2fd 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -738,6 +738,7 @@ $lang = array_merge($lang, array( '-7' => 'UTC - 7 hours', '-6' => 'UTC - 6 hours', '-5' => 'UTC - 5 hours', + '-4.5' => 'UTC - 4:30 hours', '-4' => 'UTC - 4 hours', '-3.5' => 'UTC - 3:30 hours', '-3' => 'UTC - 3 hours', @@ -781,6 +782,7 @@ $lang = array_merge($lang, array( '-7' => '[UTC - 7] Mountain Standard Time', '-6' => '[UTC - 6] Central Standard Time', '-5' => '[UTC - 5] Eastern Standard Time', + '-4.5' => '[UTC - 4:30] Venezuelan Standard Time', '-4' => '[UTC - 4] Atlantic Standard Time', '-3.5' => '[UTC - 3:30] Newfoundland Standard Time', '-3' => '[UTC - 3] Amazon Standard Time, Central Greenland Time', |