NobuNobu
nobun****@users*****
2007年 4月 30日 (月) 16:52:13 JST
Index: xoops2jp/extras/XUpgrade/language/english/index.html diff -u /dev/null xoops2jp/extras/XUpgrade/language/english/index.html:1.1.4.1 --- /dev/null Mon Apr 30 16:52:13 2007 +++ xoops2jp/extras/XUpgrade/language/english/index.html Mon Apr 30 16:52:13 2007 @@ -0,0 +1 @@ + <script>history.go(-1);</script> \ No newline at end of file Index: xoops2jp/extras/XUpgrade/language/english/modinfo.php diff -u /dev/null xoops2jp/extras/XUpgrade/language/english/modinfo.php:1.1.4.1 --- /dev/null Mon Apr 30 16:52:13 2007 +++ xoops2jp/extras/XUpgrade/language/english/modinfo.php Mon Apr 30 16:52:13 2007 @@ -0,0 +1,28 @@ +<?php + +define('_MI_XUPGRADE_DESC_INSTALLER_1', "This module supports you upgrade form XOOPS2 to XOOPS Cube Legacy 2.1."); +define('_MI_XUPGRADE_DESC_INSTALLER_2', "If you have already done upgrade, this module will do nothing."); +define('_MI_XUPGRADE_DESC_INSTALLER_3', "This module will upgrade your site when you install this module. So, you don't need to operate any on this module after module install. Of course, you may uninstall it."); +define('_MI_XUPGRADE_DESC_INSTALLER_4', "This module has the migration guide as the help for XOOPS2 users. It's possible to install this module to XOOPS Cube Legacy 2.1 for getting this help. Even if you have installed XOOPS Cube Legacy 2.1 from zero, this upgrade-module doesn't give any effects to your site."); +define('_MI_XUPGRADE_DESC_INSTALLER_5', "This module will copy configs of the general preference to new modules of XOOPS Cube Legacy, and delete these old configs."); +define('_MI_XUPGRADE_DESC_INSTALLER_6', "Also, this module will copy templates of old system module to templates of Legacy module, if you have custom templates."); +define('_MI_XUPGRADE_DESC_INSTALLER_7', "The status of this module is Alpha! Try it and report bugs, please!"); +define('_MI_XUPGRADE_DESC_XUPGRADE', "Supprt upgrade from XOOPS2 to XOOPS Cube Legacy 2.1."); +define('_MI_XUPGRADE_ERROR_CONFIGS_WRONG', "The value of configs is a wrong."); +define('_MI_XUPGRADE_ERROR_DELETED_CATEGORY', "Could not deleted {0}."); +define('_MI_XUPGRADE_ERROR_DELETED_CONFIG', "Could not delete the '{0}' config in the global."); +define('_MI_XUPGRADE_ERROR_FIND_CONFIG', "Could not find the '{0}' config in {1} module."); +define('_MI_XUPGRADE_ERROR_PORTED_CONFIG', "Could not Ported the '{0}' config to the config of {1} module."); +define('_MI_XUPGRADE_ERROR_PORTED_TEMPLATE', "Cound not port '{0}' template of the '{1}' tplset to Legacy."); +define('_MI_XUPGRADE_LANG_GPL', "The GNU General Public License"); +define('_MI_XUPGRADE_LANG_METEFOOTER_CATEGORY', "Meta Tags and Footer"); +define('_MI_XUPGRADE_LANG_USER_CATEGORY', "User Info Settings"); +define('_MI_XUPGRADE_LANG_XUPGRADE', "X UPGRADE"); +define('_MI_XUPGRADE_MESSAGE_ADJUST_MODULE_ISACTIVE', "Adjusted the 'isactive' value of '{0}' module under the Cube Legacy standard."); +define('_MI_XUPGRADE_MESSAGE_DELETED_CATEGORY', "Deleted '{0}'."); +define('_MI_XUPGRADE_MESSAGE_DELETED_CONFIG', "Deleted the '{0}' config in the global."); +define('_MI_XUPGRADE_MESSAGE_PORTED_CONFIG', "Ported the '{0}' config to the config of {1} module."); +define('_MI_XUPGRADE_MESSAGE_PORTED_TEMPLATE', "Ported '{0}' template of the '{1}' tplset to Legacy."); +define('_MI_XUPGRADE_MESSAGE_START_PORTING', "Start porting configs & templates..."); + +?>