Author: marshalrusty
Date: Thu Sep 10 16:27:10 2009
New Revision: 10133
Log:
Language changes
#51065
Modified:
branches/phpBB-3_0_0/phpBB/language/en/acp/common.php
Modified: branches/phpBB-3_0_0/phpBB/language/en/acp/common.php
==============================================================================
*** branches/phpBB-3_0_0/phpBB/language/en/acp/common.php (original)
--- branches/phpBB-3_0_0/phpBB/language/en/acp/common.php Thu Sep 10 16:27:10 2009
***************
*** 277,286 ****
'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.',
'SHOW_ALL_OPERATIONS' => 'Show all operations',
--- 277,286 ----
'SELECT_ANONYMOUS' => 'Select anonymous user',
'SELECT_OPTION' => 'Select option',
! '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',
|