mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
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
This commit is contained in:
parent
01cb221069
commit
6a47f198ff
2 changed files with 3 additions and 0 deletions
|
@ -93,6 +93,7 @@
|
||||||
<li>[Feature] Allow hard disabling of the template editor.</li>
|
<li>[Feature] Allow hard disabling of the template editor.</li>
|
||||||
<li>[Fix] Delete avatar files (Bug #29985).</li>
|
<li>[Fix] Delete avatar files (Bug #29985).</li>
|
||||||
<li>[Fix] Preserve selection in the MCP. (Bug #31265).</li>
|
<li>[Fix] Preserve selection in the MCP. (Bug #31265).</li>
|
||||||
|
<li>[Fix] Added VST (Bug #30545).</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<a name="v301"></a><h3>1.ii. Changes since 3.0.1</h3>
|
<a name="v301"></a><h3>1.ii. Changes since 3.0.1</h3>
|
||||||
|
|
|
@ -738,6 +738,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',
|
||||||
|
@ -781,6 +782,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