[xoops-cvslog 2206] CVS update: xoops2jp/html/modules/pm/language/japanese

Back to archive index

Minahito minah****@users*****
2006年 2月 4日 (土) 03:07:33 JST


Index: xoops2jp/html/modules/pm/language/japanese/modinfo.php
diff -u xoops2jp/html/modules/pm/language/japanese/modinfo.php:1.1.2.3 xoops2jp/html/modules/pm/language/japanese/modinfo.php:1.1.2.4
--- xoops2jp/html/modules/pm/language/japanese/modinfo.php:1.1.2.3	Thu Dec 29 16:22:46 2005
+++ xoops2jp/html/modules/pm/language/japanese/modinfo.php	Sat Feb  4 03:07:33 2006
@@ -1,12 +1,13 @@
 <?php
 
-define("_MI_PM_NAME","プライベートメッセージ");
-define("_MI_PM_NAME_DESC","プライベートメッセージの機能を司るモジュール");
-
-define("_MI_PM_CONF_SEND_TYPE","送信先入力方法");
-define("_MI_PM_CONF_SEND_TYPE_COMBO","コンボボックス(XOOPS 2.0.x互換)");
-define("_MI_PM_CONF_SEND_TYPE_TEXT","テキストでunameを入力");
-
+define('_MI_PM_CONF_SEND_TYPE', "送信先入力方法");
+define('_MI_PM_CONF_SEND_TYPE_COMBO', "コンボボックス(XOOPS 2.0.x互換)");
+define('_MI_PM_CONF_SEND_TYPE_TEXT', "テキストでunameを入力");
+define('_MI_PM_DESC_INSTALLER_1', "プライベートメッセージ機能を担当します。");
+define('_MI_PM_DESC_INSTALLER_2', "XOOPS 2.0.x 相当のプライベートメッセージ機能を提供します。");
+define('_MI_PM_DESC_INSTALLER_3', "プライベートメッセージサービスを実装しています。他モジュールより仮想サービスを通じて最低限のPM操作が可能となります。");
 define('_MI_PM_LANG_GPL', "GNU 一般公衆利用許諾契約書");
+define('_MI_PM_NAME', "プライベートメッセージ");
+define('_MI_PM_NAME_DESC', "プライベートメッセージの機能を司るモジュール");
 
 ?>


xoops-cvslog メーリングリストの案内
Back to archive index