mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Two little changes to language files:
- Bug 1093 - Bug 1087 git-svn-id: file:///svn/phpbb/trunk@5671 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
b4c9cd7590
commit
5f6473fd54
2 changed files with 1 additions and 4 deletions
|
@ -133,7 +133,7 @@ $lang = array_merge($lang, array(
|
||||||
'CLASS_C' => 'A.B.C',
|
'CLASS_C' => 'A.B.C',
|
||||||
'CLASS_B' => 'A.B',
|
'CLASS_B' => 'A.B',
|
||||||
'BROWSER_VALID' => 'Validate browser',
|
'BROWSER_VALID' => 'Validate browser',
|
||||||
'BROWSER_VALID_EXPLAIN' => 'Enables browser validation for each session inproving security.',
|
'BROWSER_VALID_EXPLAIN' => 'Enables browser validation for each session improving security.',
|
||||||
'SEND_ENCODING' => 'Send Encoding',
|
'SEND_ENCODING' => 'Send Encoding',
|
||||||
'SEND_ENCODING_EXPLAIN' => 'Send the file encoding from phpBB via HTTP overriding the webserver configuration',
|
'SEND_ENCODING_EXPLAIN' => 'Send the file encoding from phpBB via HTTP overriding the webserver configuration',
|
||||||
'ENABLE_GZIP' => 'Enable GZip Compression',
|
'ENABLE_GZIP' => 'Enable GZip Compression',
|
||||||
|
|
|
@ -551,9 +551,6 @@ $lang = array_merge($lang, array(
|
||||||
'Oct' => 'Oct',
|
'Oct' => 'Oct',
|
||||||
'Nov' => 'Nov',
|
'Nov' => 'Nov',
|
||||||
'Dec' => 'Dec',
|
'Dec' => 'Dec',
|
||||||
|
|
||||||
'TODAY' => 'Today',
|
|
||||||
'YESTERDAY' => 'Yesterday',
|
|
||||||
),
|
),
|
||||||
|
|
||||||
'tz' => array(
|
'tz' => array(
|
||||||
|
|
Loading…
Add table
Reference in a new issue