1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-31 03:29:23 +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:
David M 2006-02-19 15:13:26 +00:00
parent 6e2f8a1226
commit e9c5d6d26d
2 changed files with 4 additions and 5 deletions

View File

@ -37,8 +37,6 @@ $lang = array_merge($lang, array(
'FILE_CONTENTS' => 'File Contents',
'FILE_FROM_STORAGE' => 'File from storage folder',
'TEST_CONNECTION' => 'Test Connection',
'HELP_FILES' => 'Help Files',
'INSTALLED_LANGUAGE_PACKS' => 'Installed language packs',

View File

@ -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.',