[xoops-cvslog 2445] CVS update: xoops2jp/html/modules/base/language/english

Back to archive index

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


Index: xoops2jp/html/modules/base/language/english/modinfo.php
diff -u xoops2jp/html/modules/base/language/english/modinfo.php:1.1.2.10 xoops2jp/html/modules/base/language/english/modinfo.php:1.1.2.11
--- xoops2jp/html/modules/base/language/english/modinfo.php:1.1.2.10	Tue Feb 21 20:53:16 2006
+++ xoops2jp/html/modules/base/language/english/modinfo.php	Sun Mar 26 15:07:43 2006
@@ -15,4 +15,18 @@
 define('_MI_PROFILE_BASE_CONTROLLER', "This system attaches great importance to the compatibility with XOOPS 2.0.x.<br/>Pre-road mechanism of this module is very flexible, but it is low speed.<br/>");
 define('_MI_PROFILE_BASE_LEGACY_RENDER_SYSTEM', "This system depends on Smarty engine for rendering and cache.<br/>This system can use themes of Xoops2.0.x rightly.");
 
+define('_MI_BASE_BLOCK_MAINMENU_NAME', "Main Menu");
+define('_MI_BASE_BLOCK_MAINMENU_DESC', "Shows the main navigation menu of the site");
+define('_MI_BASE_BLOCK_USERMENU_NAME', "User Menu");
+define('_MI_BASE_BLOCK_USERMENU_DESC', "Shows user block");
+define('_MI_BASE_BLOCK_SEARCH_NAME', "Search");
+define('_MI_BASE_BLOCK_SEARCH_DESC', "Shows search form block");
+define('_MI_BASE_BLOCK_WAITING_NAME', "Waiting Contents");
+define('_MI_BASE_BLOCK_WAITING_DESC', "Shows contents waiting for approval");
+define('_MI_BASE_BLOCK_SITEINFO_NAME', "Site Info");
+define('_MI_BASE_BLOCK_SITEINFO_DESC', "Shows basic info about the site and a link to Recommend Us pop up window");
+define('_MI_BASE_BLOCK_COMMENTS_NAME', "Recent Comments");
+define('_MI_BASE_BLOCK_COMMENTS_DESC', "Shows most recent comments");
+define('_MI_BASE_BLOCK_NOTIFICATION_NAME', "Notification Options");
+define('_MI_BASE_BLOCK_NOTIFICATION_DESC', "Shows notification options");
 ?>
Index: xoops2jp/html/modules/base/language/english/blocks.php
diff -u /dev/null xoops2jp/html/modules/base/language/english/blocks.php:1.1.2.1
--- /dev/null	Sun Mar 26 15:07:43 2006
+++ xoops2jp/html/modules/base/language/english/blocks.php	Sun Mar 26 15:07:43 2006
@@ -0,0 +1,29 @@
+<?php
+define("_MB_BASE_HOME",  "Home");
+
+define("_MB_BASE_VACNT", "View Account");
+define("_MB_BASE_EACNT", "Edit Account");
+define("_MB_BASE_NOTIF", "Notifications");
+define("_MB_BASE_INBOX", "Inbox");
+define("_MB_BASE_LOUT",  "Logout");
+define("_MB_BASE_ADMENU","Administration Menu");
+
+define("_MB_BASE_SEARCH","Search");
+define("_MB_BASE_ADVS",  "Advanced Search");
+
+define("_MB_BASE_SUBMS", "Submitted News");
+define("_MB_BASE_WLNKS", "Waiting Links");
+define("_MB_BASE_BLNK",  "Broken Links");
+define("_MB_BASE_MLNKS", "Modified Links");
+define("_MB_BASE_WDLS",  "Waiting Downloads");
+define("_MB_BASE_BFLS",  "Broken Files");
+define("_MB_BASE_MFLS",  "Modified Downloads");
+define("_MB_BASE_COMPEND", "Comments");
+
+define("_MB_BASE_RECO",  "Recommend Us");
+define("_MB_BASE_PWWIDTH", "Pop-Up Window Width");
+define("_MB_BASE_PWHEIGHT","Pop-Up Window Height");
+define("_MB_BASE_LOGO",    "Logo image file under %s directory");  // %s is your root image directory name
+define("_MB_BASE_SADMIN",  "Show admin groups");
+define("_MB_BASE_DISPLAYC","Display %s comments");
+?>


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