Minahito
minah****@users*****
2006年 4月 6日 (木) 16:55:41 JST
Index: xoops2jp/html/modules/base/language/english/admin.php diff -u xoops2jp/html/modules/base/language/english/admin.php:1.1.2.20 xoops2jp/html/modules/base/language/english/admin.php:1.1.2.21 --- xoops2jp/html/modules/base/language/english/admin.php:1.1.2.20 Thu Apr 6 14:58:31 2006 +++ xoops2jp/html/modules/base/language/english/admin.php Thu Apr 6 16:55:41 2006 @@ -8,6 +8,7 @@ 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_LANG_ADD_CUSTOM_BLOCK', "Add custom block"); define('_AD_BASE_LANG_ALL_MODULES', "All modules"); define('_AD_BASE_LANG_ALL_STATUS', "All status"); define('_AD_BASE_LANG_BCACHETIME', "bcachetime"); @@ -41,6 +42,10 @@ define('_AD_BASE_LANG_CONTENT', "content"); define('_AD_BASE_LANG_CONTROL', "Control"); define('_AD_BASE_LANG_CREATE_NEW', "Add a new"); +define('_AD_BASE_LANG_CUSTOM_HTML', "Custom HTML"); +define('_AD_BASE_LANG_CUSTOM_PHP', "Custom PHP"); +define('_AD_BASE_LANG_CUSTOM_WITH_SMILIES', "Custom with Smilies"); +define('_AD_BASE_LANG_CUSTOM_WITHOUT_SMILIES', "Custom without Smilies"); define('_AD_BASE_LANG_DIRNAME', "dirname"); define('_AD_BASE_LANG_DISPLAY', "Display"); define('_AD_BASE_LANG_DOBR', "Insert line-break automaticall"); @@ -82,7 +87,9 @@ define('_AD_BASE_LANG_WEIGHT', "weight"); define('_AD_BASE_MESSAGE_CHILDREN_DELETED_TOGETHER', "Children deleted together"); define('_AD_BASE_MESSAGE_CONFIRM_DELETE', "Confirm to delete"); +define('_AD_BASE_TIPS_ADD_CUSTOM_BLOCK', "Add custom block"); define('_AD_BASE_TIPS_BLOCK_UNINSTALL', "block uninstall"); +define('_AD_BASE_TIPS_CUSTOM_BLOCK_UNINSTALL', "Custom block uninstall"); define('_AD_BASE_TIPS_INSTALL_BLOCK', "Let's customize your site with installing your favorite blocks. You can edit the block's options when you install the block."); define('_MB_A_BASE_LANG_ACTIONSEARCH', "Action Search"); define('_MB_A_BASE_LANG_ACTIONSEARCH_INFO', "what's Action Search....");