mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Language changes
#51065 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10133 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
735e396152
commit
78fe1375d4
1 changed files with 4 additions and 4 deletions
|
@ -277,10 +277,10 @@ $lang = array_merge($lang, array(
|
|||
'SELECT_ANONYMOUS' => 'Select anonymous user',
|
||||
'SELECT_OPTION' => 'Select option',
|
||||
|
||||
'SETTING_TOO_LOW' => 'The entered value for the setting “%1$s” is too low. The minimal allowed value is %2$d.',
|
||||
'SETTING_TOO_BIG' => 'The entered value for the setting “%1$s” is too big. The maximal allowed value is %2$d.',
|
||||
'SETTING_TOO_LONG' => 'The entered value for the setting “%1$s” is too long. The maximal allowed length is %2$d.',
|
||||
'SETTING_TOO_SHORT' => 'The entered value for the setting “%1$s” is not long enough. The minimal allowed length is %2$d.',
|
||||
'SETTING_TOO_LOW' => 'The provided value for the setting “%1$s” is too low. The minimal acceptable value is %2$d.',
|
||||
'SETTING_TOO_BIG' => 'The provided value for the setting “%1$s” is too high. The maximum acceptable value is %2$d.',
|
||||
'SETTING_TOO_LONG' => 'The provided value for the setting “%1$s” is too long. The maximum acceptable length is %2$d.',
|
||||
'SETTING_TOO_SHORT' => 'The provided value for the setting “%1$s” is too short. The minimal acceptable length is %2$d.',
|
||||
|
||||
'SHOW_ALL_OPERATIONS' => 'Show all operations',
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue