From: Yuriy R. <mar...@ph...> - 2009-09-10 15:32:34
|
Author: marshalrusty Date: Thu Sep 10 16:32:16 2009 New Revision: 10134 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:32:16 2009 *************** *** 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', --- 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 minimum 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 minimum acceptable length is %2$d.', 'SHOW_ALL_OPERATIONS' => 'Show all operations', |