mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Add VST
git-svn-id: file:///svn/phpbb/trunk@8715 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
fe93fa0e9d
commit
e9b2e6174e
1 changed files with 2 additions and 0 deletions
|
@ -731,6 +731,7 @@ $lang = array_merge($lang, array(
|
||||||
'-7' => 'UTC - 7 hours',
|
'-7' => 'UTC - 7 hours',
|
||||||
'-6' => 'UTC - 6 hours',
|
'-6' => 'UTC - 6 hours',
|
||||||
'-5' => 'UTC - 5 hours',
|
'-5' => 'UTC - 5 hours',
|
||||||
|
'-4.5' => 'UTC - 4:30 hours',
|
||||||
'-4' => 'UTC - 4 hours',
|
'-4' => 'UTC - 4 hours',
|
||||||
'-3.5' => 'UTC - 3:30 hours',
|
'-3.5' => 'UTC - 3:30 hours',
|
||||||
'-3' => 'UTC - 3 hours',
|
'-3' => 'UTC - 3 hours',
|
||||||
|
@ -774,6 +775,7 @@ $lang = array_merge($lang, array(
|
||||||
'-7' => '[UTC - 7] Mountain Standard Time',
|
'-7' => '[UTC - 7] Mountain Standard Time',
|
||||||
'-6' => '[UTC - 6] Central Standard Time',
|
'-6' => '[UTC - 6] Central Standard Time',
|
||||||
'-5' => '[UTC - 5] Eastern Standard Time',
|
'-5' => '[UTC - 5] Eastern Standard Time',
|
||||||
|
'-4.5' => '[UTC - 4:30] Venezuelan Standard Time',
|
||||||
'-4' => '[UTC - 4] Atlantic Standard Time',
|
'-4' => '[UTC - 4] Atlantic Standard Time',
|
||||||
'-3.5' => '[UTC - 3:30] Newfoundland Standard Time',
|
'-3.5' => '[UTC - 3:30] Newfoundland Standard Time',
|
||||||
'-3' => '[UTC - 3] Amazon Standard Time, Central Greenland Time',
|
'-3' => '[UTC - 3] Amazon Standard Time, Central Greenland Time',
|
||||||
|
|
Loading…
Add table
Reference in a new issue