diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2008-07-29 14:56:40 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2008-07-29 14:56:40 +0000 |
commit | e9b2e6174e6f26208595a40c69b5448369c27f54 (patch) | |
tree | cf5b0f172b70cbc7965fbff20511232d9ca5a09b /phpBB/language | |
parent | fe93fa0e9d623a0e8438ccc10e37fb761912d3f0 (diff) | |
download | forums-e9b2e6174e6f26208595a40c69b5448369c27f54.tar forums-e9b2e6174e6f26208595a40c69b5448369c27f54.tar.gz forums-e9b2e6174e6f26208595a40c69b5448369c27f54.tar.bz2 forums-e9b2e6174e6f26208595a40c69b5448369c27f54.tar.xz forums-e9b2e6174e6f26208595a40c69b5448369c27f54.zip |
Add VST
git-svn-id: file:///svn/phpbb/trunk@8715 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/common.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 0895dd23eb..9b3c60319b 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -731,6 +731,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', @@ -774,6 +775,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', |