mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Add two standard language items - #30885
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8989 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
253f186322
commit
94f0047a9b
1 changed files with 4 additions and 0 deletions
|
@ -552,6 +552,8 @@ $lang = array_merge($lang, array(
|
||||||
'THE_TEAM' => 'The team',
|
'THE_TEAM' => 'The team',
|
||||||
'TIME' => 'Time',
|
'TIME' => 'Time',
|
||||||
|
|
||||||
|
'TOO_LONG' => 'The value you entered is too long',
|
||||||
|
|
||||||
'TOO_LONG_AIM' => 'The screenname you entered is too long.',
|
'TOO_LONG_AIM' => 'The screenname you entered is too long.',
|
||||||
'TOO_LONG_CONFIRM_CODE' => 'The confirm code you entered is too long.',
|
'TOO_LONG_CONFIRM_CODE' => 'The confirm code you entered is too long.',
|
||||||
'TOO_LONG_DATEFORMAT' => 'The date format you entered is too long.',
|
'TOO_LONG_DATEFORMAT' => 'The date format you entered is too long.',
|
||||||
|
@ -572,6 +574,8 @@ $lang = array_merge($lang, array(
|
||||||
|
|
||||||
'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.',
|
||||||
|
|
||||||
|
'TOO_SHORT' => 'The value you entered is too short.',
|
||||||
|
|
||||||
'TOO_SHORT_AIM' => 'The screenname you entered is too short.',
|
'TOO_SHORT_AIM' => 'The screenname you entered is too short.',
|
||||||
'TOO_SHORT_CONFIRM_CODE' => 'The confirm code you entered is too short.',
|
'TOO_SHORT_CONFIRM_CODE' => 'The confirm code you entered is too short.',
|
||||||
'TOO_SHORT_DATEFORMAT' => 'The date format you entered is too short.',
|
'TOO_SHORT_DATEFORMAT' => 'The date format you entered is too short.',
|
||||||
|
|
Loading…
Add table
Reference in a new issue