NobuNobu
nobun****@users*****
2006年 4月 11日 (火) 17:39:07 JST
Index: xoops2jp/html/modules/base/language/english/global.php diff -u xoops2jp/html/modules/base/language/english/global.php:1.1.2.4 xoops2jp/html/modules/base/language/english/global.php:1.1.2.5 --- xoops2jp/html/modules/base/language/english/global.php:1.1.2.4 Sun Apr 2 22:07:47 2006 +++ xoops2jp/html/modules/base/language/english/global.php Tue Apr 11 17:39:07 2006 @@ -1,13 +1,14 @@ <?php -// $Id: global.php,v 1.1.2.4 2006/04/02 13:07:47 nobunobu Exp $ +// $Id: global.php,v 1.1.2.5 2006/04/11 08:39:07 nobunobu Exp $ define('_TOKEN_ERROR', 'CSRF was detected. Confirm carefully, then operate once again'); -define('_SYSTEM_MODULE_ERROR', 'Following System Modules are not installed.'); +define('_SYSTEM_MODULE_ERROR', 'Following Modules are not installed.'); define('_INSTALL','Install'); define('_UNINSTALL','Uninstall'); -define('_SYS_MODULE_UNINSTALLED','Not Installed'); -define('_SYS_MODULE_DISABLED','Disabled'); -define('_SYS_OPTION_MODULES','Optional Modules'); +define('_SYS_MODULE_UNINSTALLED','Required(Not Installed)'); +define('_SYS_MODULE_DISABLED','Required(Disabled)'); +define('_SYS_RECOMMENDED_MODULES','Recommended Module'); +define('_SYS_OPTION_MODULES','Optional Module'); define('_UNINSTALL_CONFIRM','Are you sure to uninstall system module?'); //%%%%%% File Name mainfile.php %%%%%