Minahito
minah****@users*****
2006年 9月 21日 (木) 15:01:35 JST
Index: xoops2jp/html/modules/base/language/english/admin.php diff -u xoops2jp/html/modules/base/language/english/admin.php:1.1.2.50 xoops2jp/html/modules/base/language/english/admin.php:1.1.2.51 --- xoops2jp/html/modules/base/language/english/admin.php:1.1.2.50 Fri Sep 15 17:48:19 2006 +++ xoops2jp/html/modules/base/language/english/admin.php Thu Sep 21 15:01:34 2006 @@ -21,13 +21,12 @@ define('_AD_BASE_ERROR_GROUPID', "You must grant access permission to one or more groups."); define('_AD_BASE_ERROR_IMG_FILESIZE', "The maximum size of an image file is {0} bytes."); define('_AD_BASE_ERROR_IMG_SIZE', "The maximum width and height of an image file is {0} x {1}."); -define('_AD_BASE_ERROR_IMGCAT_READ_GROUPS', "You must grant read permission to one or more groups."); define('_AD_BASE_ERROR_INSTALLATION_MODULE_FAILURE', "Installation of '{0}' module has failed."); define('_AD_BASE_ERROR_INTRANGE', "{0} is wrong."); define('_AD_BASE_ERROR_MIN', "Input {0} with {1} or more numeric value."); define('_AD_BASE_ERROR_MODULE_NOT_FOUND', "The specified module cannot be found."); define('_AD_BASE_ERROR_NO_HELP_FILE', "The help file can not be found."); -define('_AD_BASE_ERROR_OBJECTEXIST', "{0} is wrong."); +define('_AD_BASE_ERROR_OBJECTEXIST', "Incorrect input on {0}."); define('_AD_BASE_ERROR_PLEASE_AGREE', "Please agree to the following licence."); define('_AD_BASE_ERROR_READGROUPS', "You must grant read permission to one or more groups."); define('_AD_BASE_ERROR_SEARCH_REQUIRED', "Input keyword"); @@ -316,10 +315,10 @@ define('_MD_AM_NOMODULE', "There is no module that can be cached."); define('_MD_AM_NONE', "None"); define('_MD_AM_NOTIFYTO', "Select group to which new user notification mail will be sent"); -define('_MD_AM_PERMADDNG', 'Could not add %s permission to %s for group %s'); -define('_MD_AM_PERMADDOK','Added %s permission to %s for group %s'); -define('_MD_AM_PERMRESETNG','Could not reset group permission for module %s'); -define('_MD_AM_PERMADDNGP', 'All parent items must be selected.'); +define('_MD_AM_PERMADDNG', "Could not add %s permission to %s for group %s"); +define('_MD_AM_PERMADDNGP', "All parent items must be selected."); +define('_MD_AM_PERMADDOK', "Added %s permission to %s for group %s"); +define('_MD_AM_PERMRESETNG', "Could not reset group permission for module %s"); define('_MD_AM_PREFMAIN', "Preferences Main"); define('_MD_AM_REMEMBER', "Remember to chmod 666 this file in order to let the system write to it properly."); define('_MD_AM_SEARCH', "Search Options");