Minahito
minah****@users*****
2006年 7月 1日 (土) 16:26:24 JST
Index: xoops2jp/html/modules/base/language/english/admin.php diff -u xoops2jp/html/modules/base/language/english/admin.php:1.1.2.32 xoops2jp/html/modules/base/language/english/admin.php:1.1.2.33 --- xoops2jp/html/modules/base/language/english/admin.php:1.1.2.32 Tue May 30 17:17:26 2006 +++ xoops2jp/html/modules/base/language/english/admin.php Sat Jul 1 16:26:24 2006 @@ -1,18 +1,38 @@ <?php +define('_AD_BASE_ERROR_BLOCK_TEMPLATE_INSTALL', "Could not install block template '{0}'"); define('_AD_BASE_ERROR_BMODULE', "bmodule"); +define('_AD_BASE_ERROR_CASE_OF_ACTIVE_MODULE', "Can't uninstall active module. For uninstall, turn off the active-status of the module."); +define('_AD_BASE_ERROR_COULD_NOT_DELETE_BLOCK_TEMPLATES', "Could not delete block templates : {0}"); +define('_AD_BASE_ERROR_COULD_NOT_INSERT_CONFIG', "Could not insert config '{0}'"); +define('_AD_BASE_ERROR_COULD_NOT_INSTALL_BLOCK', "Could not install '{0}' block"); +define('_AD_BASE_ERROR_COULD_NOT_INSTALL_TEMPLATE', "Could not install '{0}' template"); +define('_AD_BASE_ERROR_COULD_NOT_SET_ADMIN_PERMISSION', "Could not set admin permission"); +define('_AD_BASE_ERROR_COULD_NOT_SET_BLOCK_PERMISSION', "Could not set block permission of '{0}'"); +define('_AD_BASE_ERROR_COULD_NOT_SET_LINK', "Could not set link with all module at '{0}' block"); +define('_AD_BASE_ERROR_COULD_NOT_SET_READ_PERMISSION', "Could not set read permission"); +define('_AD_BASE_ERROR_COULD_NOT_SET_SYSTEM_PERMISSION', "Could not set system admin permission"); define('_AD_BASE_ERROR_DBUPDATE_FAILED', "Database update failed."); +define('_AD_BASE_ERROR_DELETE_MODULEINFO_FROM_DB', "Could not delete module information from XOOPS database."); +define('_AD_BASE_ERROR_DROP_TABLE', "Could not drop table {0}"); define('_AD_BASE_ERROR_EXTENSION', "Uploaded file's extension does not match any entry in the allowed list."); +define('_AD_BASE_ERROR_FAILED_TO_EXECUTE_CALLBACK', "Failed to execute '{0}' callback"); define('_AD_BASE_ERROR_GROUPID', "Group Id"); define('_AD_BASE_ERROR_IMG_FILESIZE', "Img filesize"); define('_AD_BASE_ERROR_IMG_SIZE', "Img size"); +define('_AD_BASE_ERROR_INSTALLATION_MODULE_FAILURE', "Installation of '{1}' module has been failure"); define('_AD_BASE_ERROR_INTRANGE', "{0} is wrong."); define('_AD_BASE_ERROR_MAXLENGTH', "Input {0} with {1} or less characters."); +define('_AD_BASE_ERROR_MODULE_NOT_FOUND', "The specified module is not found"); define('_AD_BASE_ERROR_OBJECTEXIST', "{0} is wrong."); define('_AD_BASE_ERROR_OPTIONS', "Options"); define('_AD_BASE_ERROR_PLEASE_AGREE', "Please agree the following licence."); define('_AD_BASE_ERROR_REQUIRED', "{0} is required."); define('_AD_BASE_ERROR_SMILE_URL_REQUIRED', "Upload the image file of smilies."); +define('_AD_BASE_ERROR_SQL_FILE_NOT_FOUND', "SQL file not found at {1}"); +define('_AD_BASE_ERROR_TEMPLATE_UNINSTALLED', "template uninstalled"); +define('_AD_BASE_ERROR_UNINSTALLATION_MODULE_FAILURE', "Uninstallation of '{1}' module has been failure"); +define('_AD_BASE_ERROR_UPDATING_MODULE_FAILURE', "Updating '{1}' module has been failure"); define('_AD_BASE_LANG_ADD_CUSTOM_BLOCK', "Add custom block"); define('_AD_BASE_LANG_ALL_MODULES', "All modules"); define('_AD_BASE_LANG_ALL_STATUS', "All status"); @@ -129,8 +149,18 @@ define('_AD_BASE_LANG_TOPPAGE', "Toppage"); define('_AD_BASE_LANG_VISIBLE', "Visible"); define('_AD_BASE_LANG_WEIGHT', "Weight"); +define('_AD_BASE_MESSAGE_BLOCK_HAS_BEEN_UNINSTALLED', "Block {0} has been uninstalled"); +define('_AD_BASE_MESSAGE_BLOCK_INSTALLED', "Block {0} has been installed"); define('_AD_BASE_MESSAGE_CHILDREN_DELETED_TOGETHER', "Children deleted together"); define('_AD_BASE_MESSAGE_CONFIRM_DELETE', "Do you really delete it?"); +define('_AD_BASE_MESSAGE_DATABASE_SETUP_FINISHED', "Database table setup finished."); +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_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_UPDATE_STARTED', "Update started"); +define('_AD_BASE_MESSAGE_UPDATING_MODULE_SUCCESSFUL', "Updating '{1}' 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!<br/>If you want to get a free block except modules' blocks, <a href=\"index.php?action=CustomBlockEdit\">create cutom block</a> and write your message to it."); define('_AD_BASE_TIPS_BLOCK_UNINSTALL', "Even if you uninstall the block, the configuration of the block isn't deleted. The block is removed only from display of your site. Therefore you can re-install the block easily because the installer recovers last configure."); 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 removed only from display of your site. You can re-install or delete it from database at <a href=\"index.php?action=BlockInstallList\">'install block' page</a>.");