mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Movin' a lang var, removin' a useless var
git-svn-id: file:///svn/phpbb/trunk@5564 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -37,8 +37,6 @@ $lang = array_merge($lang, array(
|
|||||||
'FILE_CONTENTS' => 'File Contents',
|
'FILE_CONTENTS' => 'File Contents',
|
||||||
'FILE_FROM_STORAGE' => 'File from storage folder',
|
'FILE_FROM_STORAGE' => 'File from storage folder',
|
||||||
|
|
||||||
'TEST_CONNECTION' => 'Test Connection',
|
|
||||||
|
|
||||||
'HELP_FILES' => 'Help Files',
|
'HELP_FILES' => 'Help Files',
|
||||||
|
|
||||||
'INSTALLED_LANGUAGE_PACKS' => 'Installed language packs',
|
'INSTALLED_LANGUAGE_PACKS' => 'Installed language packs',
|
||||||
|
@@ -403,9 +403,10 @@ $lang = array_merge($lang, array(
|
|||||||
'SUBJECT' => 'Subject',
|
'SUBJECT' => 'Subject',
|
||||||
'SUBMIT' => 'Submit',
|
'SUBMIT' => 'Submit',
|
||||||
|
|
||||||
'TERMS_USE' => 'Terms of Use',
|
'TERMS_USE' => 'Terms of Use',
|
||||||
'THE_TEAM' => 'The team',
|
'TEST_CONNECTION' => 'Test Connection',
|
||||||
'TIME' => 'Time',
|
'THE_TEAM' => 'The team',
|
||||||
|
'TIME' => 'Time',
|
||||||
|
|
||||||
'TOO_LONG_USER_PASSWORD' => 'The password you entered is too long.',
|
'TOO_LONG_USER_PASSWORD' => 'The password you entered is too long.',
|
||||||
'TOO_MANY_VOTE_OPTIONS' => 'You have tried to vote for too many options.',
|
'TOO_MANY_VOTE_OPTIONS' => 'You have tried to vote for too many options.',
|
||||||
|
Reference in New Issue
Block a user