[xoops-cvslog 2446] CVS update: xoops2jp/html/modules/base/language/japanese

Back to archive index

NobuNobu nobun****@users*****
2006年 3月 26日 (日) 15:07:43 JST


Index: xoops2jp/html/modules/base/language/japanese/modinfo.php
diff -u xoops2jp/html/modules/base/language/japanese/modinfo.php:1.1.2.10 xoops2jp/html/modules/base/language/japanese/modinfo.php:1.1.2.11
--- xoops2jp/html/modules/base/language/japanese/modinfo.php:1.1.2.10	Tue Feb 21 20:53:16 2006
+++ xoops2jp/html/modules/base/language/japanese/modinfo.php	Sun Mar 26 15:07:43 2006
@@ -13,4 +13,18 @@
 define('_MI_BASE_NAME', "互換モジュール");
 define('_MI_BASE_NAME_DESC', "XOOPS Cube にXOOPS 2.0.x シリーズの互換性を与えます");
 
+define('_MI_BASE_BLOCK_MAINMENU_NAME', "メインメニュー");
+define('_MI_BASE_BLOCK_MAINMENU_DESC', "メインメニューを表示します");
+define('_MI_BASE_BLOCK_USERMENU_NAME', "ユーザメニュー");
+define('_MI_BASE_BLOCK_USERMENU_DESC', "ユーザメニューを表示します");
+define('_MI_BASE_BLOCK_SEARCH_NAME', "検索");
+define('_MI_BASE_BLOCK_SEARCH_DESC', "検索フォームを表示します");
+define('_MI_BASE_BLOCK_WAITING_NAME', "承認待ちコンテンツ");
+define('_MI_BASE_BLOCK_WAITING_DESC', "承認待ちのコンテンツの存在を通知します");
+define('_MI_BASE_BLOCK_SITEINFO_NAME', "サイト情報");
+define('_MI_BASE_BLOCK_SITEINFO_DESC', "サイトの情報を表示します");
+define('_MI_BASE_BLOCK_COMMENTS_NAME',"最近のコメント");
+define('_MI_BASE_BLOCK_COMMENTS_DESC',"最近のコメント一覧を表示します");
+define('_MI_BASE_BLOCK_NOTIFICATION_NAME', "イベント通知設定");
+define('_MI_BASE_BLOCK_NOTIFICATION_DESC', "イベント通知の設定フォームを表示します");
 ?>
Index: xoops2jp/html/modules/base/language/japanese/blocks.php
diff -u /dev/null xoops2jp/html/modules/base/language/japanese/blocks.php:1.1.2.1
--- /dev/null	Sun Mar 26 15:07:43 2006
+++ xoops2jp/html/modules/base/language/japanese/blocks.php	Sun Mar 26 15:07:43 2006
@@ -0,0 +1,29 @@
+<?php
+define("_MB_BASE_HOME",  "ホーム");
+
+define("_MB_BASE_VACNT", "アカウント情報");
+define("_MB_BASE_EACNT", "アカウント編集");
+define("_MB_BASE_NOTIF", "イベント通知機能");
+define("_MB_BASE_INBOX", "受信箱");
+define("_MB_BASE_LOUT",  "ログアウト");
+define("_MB_BASE_ADMENU","管理者メニュー");
+
+define("_MB_BASE_SEARCH","検索");
+define("_MB_BASE_ADVS",  "高度な検索");
+
+define("_MB_BASE_SUBMS", "新規投稿ニュース記事");
+define("_MB_BASE_WLNKS", "新規投稿リンク");
+define("_MB_BASE_BLNK",  "破損リンク報告");
+define("_MB_BASE_MLNKS", "修正リンク");
+define("_MB_BASE_WDLS",  "新規投稿ダウンロード情報");
+define("_MB_BASE_BFLS",  "破損ファイル報告");
+define("_MB_BASE_MFLS",  "修正ダウンロード情報");
+define("_MB_BASE_COMPEND", "コメント");
+
+define("_MB_BASE_RECO",  "当サイトを推薦する");
+define("_MB_BASE_PWWIDTH", "ポップアップウィンドウの横幅");
+define("_MB_BASE_PWHEIGHT","ポップアップウィンドウの高さ");
+define("_MB_BASE_LOGO",    "%s ディレクトリ内のロゴファイル名");  // %s is your root image directory name
+define("_MB_BASE_SADMIN",  "管理者グループを表示する");
+define("_MB_BASE_DISPLAYC","%s 件表示する");
+?>


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