Minahito
minah****@users*****
2007年 3月 5日 (月) 12:30:50 JST
Index: xoops2jp/html/modules/user/language/english/admin.php diff -u xoops2jp/html/modules/user/language/english/admin.php:1.1.2.30.2.5.2.2 xoops2jp/html/modules/user/language/english/admin.php:1.1.2.30.2.5.2.3 --- xoops2jp/html/modules/user/language/english/admin.php:1.1.2.30.2.5.2.2 Wed Feb 28 19:09:56 2007 +++ xoops2jp/html/modules/user/language/english/admin.php Mon Mar 5 12:30:49 2007 @@ -5,11 +5,11 @@ define('_AD_USER_ERROR_GROUP_VALUE', "Specified group value is wrong."); define('_AD_USER_ERROR_IMAGE_REQUIRED', "You must select an image file."); define('_AD_USER_ERROR_INJURY_MIN_MAX', "Relationship between minimum value and maximum value is wrong."); -define('_AD_USER_ERROR_INTRANGE', "Incorrect input on {0}."); +define('_AD_USER_ERROR_INTRANGE', "Incorrect input on {0:toLower}."); define('_AD_USER_ERROR_MAILJOB_SEND_FAIL', "Failed sending mail or private message."); define('_AD_USER_ERROR_MAILJOB_SEND_MEANS', "You must choose one or more mail delivery method(s)."); -define('_AD_USER_ERROR_MIN', "Input {0} with {1} or more numeric value(s)."); -define('_AD_USER_ERROR_OBJECTEXIST', "Incorrect input on {0}."); +define('_AD_USER_ERROR_MIN', "Input {0:toLower} with {1} or more numeric value(s)."); +define('_AD_USER_ERROR_OBJECTEXIST', "Incorrect input on {0:toLower}."); define('_AD_USER_ERROR_REQUEST_IS_WRONG', "Request is invalid."); define('_AD_USER_ERROR_UMODE', "The specified value for the comment sort order is invalid."); define('_AD_USER_ERROR_UNAME_NO_UNIQUE', "Username has been taken.");