Minahito
minah****@users*****
2006年 2月 4日 (土) 03:07:20 JST
Index: xoops2jp/html/modules/pm/xoops_version.php diff -u xoops2jp/html/modules/pm/xoops_version.php:1.1.2.11 xoops2jp/html/modules/pm/xoops_version.php:1.1.2.12 --- xoops2jp/html/modules/pm/xoops_version.php:1.1.2.11 Mon Jan 2 10:11:59 2006 +++ xoops2jp/html/modules/pm/xoops_version.php Sat Feb 4 03:07:19 2006 @@ -1,5 +1,5 @@ <?php -// $Id: xoops_version.php,v 1.1.2.11 2006/01/02 01:11:59 minahito Exp $ +// $Id: xoops_version.php,v 1.1.2.12 2006/02/03 18:07:19 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -42,9 +42,9 @@ // Installer $modversion['installer']['image'] = "images/pm_splash.gif"; -$modversion['installer']['description'][] = "プライベートメッセージ機能を担当します。"; -$modversion['installer']['description'][] = "XOOPS 2.0.x 相当のプライベートメッセージ機能を提供します。"; -$modversion['installer']['description'][] = "プライベートメッセージサービスを実装しています。他モジュールより仮想サービスを通じて最低限のPM操作が可能となります。"; +$modversion['installer']['description'][] = _MI_PM_DESC_INSTALLER_1; +$modversion['installer']['description'][] = _MI_PM_DESC_INSTALLER_2; +$modversion['installer']['description'][] = _MI_PM_DESC_INSTALLER_3; $modversion['installer']['licence']['title'] = _MI_PM_LANG_GPL; $modversion['installer']['licence']['file'] = "licence.txt";