mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 09:46:46 +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:
@@ -403,9 +403,10 @@ $lang = array_merge($lang, array(
|
||||
'SUBJECT' => 'Subject',
|
||||
'SUBMIT' => 'Submit',
|
||||
|
||||
'TERMS_USE' => 'Terms of Use',
|
||||
'THE_TEAM' => 'The team',
|
||||
'TIME' => 'Time',
|
||||
'TERMS_USE' => 'Terms of Use',
|
||||
'TEST_CONNECTION' => 'Test Connection',
|
||||
'THE_TEAM' => 'The team',
|
||||
'TIME' => 'Time',
|
||||
|
||||
'TOO_LONG_USER_PASSWORD' => 'The password you entered is too long.',
|
||||
'TOO_MANY_VOTE_OPTIONS' => 'You have tried to vote for too many options.',
|
||||
|
Reference in New Issue
Block a user