Minahito
minah****@users*****
2006年 8月 25日 (金) 19:15:32 JST
Index: xoops2jp/html/modules/base/language/english/admin.php diff -u xoops2jp/html/modules/base/language/english/admin.php:1.1.2.46 xoops2jp/html/modules/base/language/english/admin.php:1.1.2.47 --- xoops2jp/html/modules/base/language/english/admin.php:1.1.2.46 Thu Aug 24 16:34:49 2006 +++ xoops2jp/html/modules/base/language/english/admin.php Fri Aug 25 19:15:32 2006 @@ -21,7 +21,8 @@ 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_INSTALLATION_MODULE_FAILURE', "Installation of '{1}' module has failed."); +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."); @@ -30,10 +31,10 @@ 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"); -define('_AD_BASE_ERROR_SQL_FILE_NOT_FOUND', "SQL file not found at {1}"); +define('_AD_BASE_ERROR_SQL_FILE_NOT_FOUND', "SQL file not found at {0}"); define('_AD_BASE_ERROR_TEMPLATE_UNINSTALLED', "Could not uninstall template '{0}'."); -define('_AD_BASE_ERROR_UNINSTALLATION_MODULE_FAILURE', "Sorry, uninstallation of '{1}' module has failed."); -define('_AD_BASE_ERROR_UPDATING_MODULE_FAILURE', "Sorry, updating '{1}' module has failed."); +define('_AD_BASE_ERROR_UNINSTALLATION_MODULE_FAILURE', "Sorry, uninstallation of '{0}' module has failed."); +define('_AD_BASE_ERROR_UPDATING_MODULE_FAILURE', "Sorry, updating '{0}' module has failed."); define('_AD_BASE_ERROR_UPLOADGROUPS', "You must grant upload permission to one or more groups."); define('_AD_BASE_LANG_ACTIONSEARCH', "Action Search"); define('_AD_BASE_LANG_ACTIONSEARCH_INFO', "You can use ActionSearch to search for a menu item or a help file by typing in a keyword."); @@ -226,11 +227,11 @@ define('_AD_BASE_MESSAGE_DELETE_MODULEINFO_FROM_DB', "Delete module information from XOOPS database."); define('_AD_BASE_MESSAGE_DROP_TABLE', "Drop table {0}."); define('_AD_BASE_MESSAGE_INSERT_CONFIG', "Config {0} added."); -define('_AD_BASE_MESSAGE_INSTALLATION_MODULE_SUCCESSFUL', "Installation of '{1}' module has been successful."); -define('_AD_BASE_MESSAGE_TEMPLATE_INSTALLED', "Template '{1}' has been installed."); -define('_AD_BASE_MESSAGE_UNINSTALLATION_MODULE_SUCCESSFUL', "Uninstallation of '{1}' module has been successful."); +define('_AD_BASE_MESSAGE_INSTALLATION_MODULE_SUCCESSFUL', "Installation of '{0}' module has been successful."); +define('_AD_BASE_MESSAGE_TEMPLATE_INSTALLED', "Template '{0}' has been installed."); +define('_AD_BASE_MESSAGE_UNINSTALLATION_MODULE_SUCCESSFUL', "Uninstallation of '{0}' module has been successful."); define('_AD_BASE_MESSAGE_UPDATE_STARTED', "Update started."); -define('_AD_BASE_MESSAGE_UPDATING_MODULE_SUCCESSFUL', "Updating '{1}' module has been successful."); +define('_AD_BASE_MESSAGE_UPDATING_MODULE_SUCCESSFUL', "Updating '{0}' module has been successful."); define('_AD_BASE_TIPS_ADD_CUSTOM_BLOCK', "<a href=\"index.php?action=BlockInstallList\">Install new blocks</a>, and set your site just the way you want it!<br/>If you want to have a block with free content that is not part of a module, simply <a href=\"index.php?action=CustomBlockEdit\">create a custom block</a> and write your message in it."); define('_AD_BASE_TIPS_BLOCK_UNINSTALL', "Even if you uninstall a block, the configuration of the block isn't deleted. The block is simply removed from view. Therefore you can re-install the block easily because the installer remembers the last configuration."); define('_AD_BASE_TIPS_CUSTOM_BLOCK_UNINSTALL', "Even if you uninstall the custom block, the configuration of the block isn't deleted. The block is simply removed from view. You can re-install or delete it from the database from the <a href=\"index.php?action=BlockInstallList\">'install block' page</a>.");