Minahito
minah****@users*****
2006年 2月 4日 (土) 03:07:33 JST
Index: xoops2jp/html/modules/pm/language/english/modinfo.php diff -u xoops2jp/html/modules/pm/language/english/modinfo.php:1.1.2.2 xoops2jp/html/modules/pm/language/english/modinfo.php:1.1.2.3 --- xoops2jp/html/modules/pm/language/english/modinfo.php:1.1.2.2 Sun Jan 29 16:10:23 2006 +++ xoops2jp/html/modules/pm/language/english/modinfo.php Sat Feb 4 03:07:33 2006 @@ -1,12 +1,13 @@ <?php -define("_MI_PM_NAME","Private Message"); -define("_MI_PM_NAME_DESC","This module realizes the feature of Private Message."); - -define("_MI_PM_CONF_SEND_TYPE","送信先入力方法"); -define("_MI_PM_CONF_SEND_TYPE_COMBO","Conbo box (XOOPS 2.0.x compatible)"); -define("_MI_PM_CONF_SEND_TYPE_TEXT","Text (input uname directly)"); - +define('_MI_PM_CONF_SEND_TYPE', "送信先入力方法"); +define('_MI_PM_CONF_SEND_TYPE_COMBO', "Conbo box (XOOPS 2.0.x compatible)"); +define('_MI_PM_CONF_SEND_TYPE_TEXT', "Text (input uname directly)"); +define('_MI_PM_DESC_INSTALLER_1', "This module has private message function."); +define('_MI_PM_DESC_INSTALLER_2', "It is compatible with XOOPS 2.0.X."); +define('_MI_PM_DESC_INSTALLER_3', "With this module, PM function is enabled from other modules by using virtual service."); define('_MI_PM_LANG_GPL', "The GNU General Public License"); +define('_MI_PM_NAME', "Private Message"); +define('_MI_PM_NAME_DESC', "This module realizes the feature of Private Message."); ?>