XPressME Integration Kit

Trac

source: trunk/xpressme_integration_kit/language/english/modinfo.php @ 276

Last change on this file since 276 was 276, checked in by toemon, 15 years ago

fixes#131 モジュール管理メニューに「WordPress管理」追加
WordPress側で権限を剥奪しても
XOOPS管理者グループに属するユーザは強制的にWordPress管理者権限を持つユーザとして、毎回、登録し直しまたは追加が行われるようにする。
但し、XOOPSの初期管理者グループに限る。 (group_typeをAdminにしてもgroupidが1で無ければ初期管理者グループとしてみなさない。)

File size: 5.0 KB
RevLine 
[177]1<?php
[186]2if( ! defined( 'XP2_MODINFO_LANG_INCLUDED' ) ) {
3        define( 'XP2_MODINFO_LANG_INCLUDED' , 1 ) ;
[177]4
5        // The name of this module admin menu
[183]6        define("_MI_XP2_MENU_SYS_INFO","System information");
7        define("_MI_XP2_MENU_BLOCK_ADMIN","blocks/permissions");
8        define("_MI_XP2_MENU_BLOCK_CHECK","blocks check");
[276]9        define("_MI_XP2_MENU_WP_ADMIN","WordPress Admin");
[177]10       
11        // The name of this module
[183]12        define("_MI_XP2_NAME","blog");
[177]13
14        // A brief description of this module
[183]15        define("_MI_XP2_DESC","WordPress For XOOPS Community");
[177]16
17        // Sub menu titles
[183]18        define("_MI_XP2_MENU_POST_NEW","New Post");
19        define("_MI_XP2_MENU_EDIT","Edit Post");
20        define("_MI_XP2_MENU_ADMIN","WordPress Admin");
21        define("_MI_XP2_MENU_XPRESS","XPressME Setting");
[177]22
23        // Block Name
[183]24        define("_MI_XP2_BLOCK_COMMENTS","Recent Comments");
25        define("_MI_XP2_BLOCK_CONTENT","Recent Posts with content");
26        define("_MI_XP2_BLOCK_POSTS","Recent Post Title");
27        define("_MI_XP2_BLOCK_CALENDER","Calendar");
28        define("_MI_XP2_BLOCK_POPULAR","Popular post list");
29        define("_MI_XP2_BLOCK_ARCHIVE","Archive");
30        define("_MI_XP2_BLOCK_AUTHORS","Author List");
31        define("_MI_XP2_BLOCK_PAGE","Page");
32        define("_MI_XP2_BLOCK_SEARCH","Search");
33        define("_MI_XP2_BLOCK_TAG","Tag Cloud");
34        define("_MI_XP2_BLOCK_CATEGORY","Category");
35        define("_MI_XP2_BLOCK_META","Meta");
36        define("_MI_XP2_BLOCK_SIDEBAR","Sidebar Navigation");
37        define("_MI_XP2_BLOCK_WIDGET","Widget");
38        define("_MI_XP2_BLOCK_ENHANCED","Enhanced");
[177]39
40        // Notify Categories
[183]41        define('_MI_XP2_NOTCAT_GLOBAL', 'ALL');
42        define('_MI_XP2_NOTCAT_GLOBALDSC', 'Notification option in the entire blog');
43        define('_MI_XP2_NOTCAT_CAT', 'Category under selection');
44        define('_MI_XP2_NOTCAT_CATDSC', 'Notification option to category under selection');
45        define('_MI_XP2_NOTCAT_AUTHOR', 'Author who is selecting it');
46        define('_MI_XP2_NOTCAT_AUTHORDSC', 'Notification option to author who is selecting it');
47        define('_MI_XP2_NOTCAT_POST', 'Article on display');
48        define('_MI_XP2_NOTCAT_POSTDSC', 'Notification option to article on display');
[177]49
50        // Each Notifications
[183]51        define('_MI_XP2_NOTIFY_GLOBAL_WAITING', 'Approval waiting');
52        define('_MI_XP2_NOTIFY_GLOBAL_WAITINGCAP', 'It notifies when the contribution and the edit that requires approving are done. Manager exclusive use');
53        define('_MI_XP2_NOTIFY_GLOBAL_WAITINGSBJ', '[{X_SITENAME}] {X_MODULE}: Approval waiting');
[177]54
[183]55        define('_MI_XP2_NOTIFY_GLOBAL_NEWPOST', 'Contribution of article');
56        define('_MI_XP2_NOTIFY_GLOBAL_NEWPOSTCAP', 'It notifies when the article is contributed in either of the entire this blog. ');
57        define('_MI_XP2_NOTIFY_GLOBAL_NEWPOSTSBJ', '[{XPRESS_BLOG_NAME}]Article: "{XPRESS_POST_TITLE}"');
[177]58
[183]59        define('_MI_XP2_NOTIFY_GLOBAL_NEWCOMMENT', 'Comment contribution');
60        define('_MI_XP2_NOTIFY_GLOBAL_NEWCOMMENTCAP', 'It notifies when the comment is contributed in either of the entire this blog. ');
61        define('_MI_XP2_NOTIFY_GLOBAL_NEWCOMMENTSBJ', '[{XPRESS_BLOG_NAME}]Comment: "{XPRESS_POST_TITLE}"');
[177]62
[183]63        define('_MI_XP2_NOTIFY_CAT_NEWPOST', 'Article contribution to selection category');
64        define('_MI_XP2_NOTIFY_CAT_NEWPOSTCAP', 'It notifies when there is an article contribution in this category.');
65        define('_MI_XP2_NOTIFY_CAT_NEWPOSTSBJ', '[{XPRESS_BLOG_NAME}]Article: "{XPRESS_POST_TITLE}" (Condition:Category="{XPRESS_CAT_TITLE}")');
[177]66
[183]67        define('_MI_XP2_NOTIFY_CAT_NEWCOMMENT', 'Comment contribution to selection category');
68        define('_MI_XP2_NOTIFY_CAT_NEWCOMMENTCAP', 'It notifies when there is a comment contribution in this category. ');
69        define('_MI_XP2_NOTIFY_CAT_NEWCOMMENTSBJ', '[{XPRESS_BLOG_NAME}]Comment: (Article"{XPRESS_POST_TITLE}") (Condition:Category="{XPRESS_CAT_TITLE}")');
[177]70
[183]71        define('_MI_XP2_NOTIFY_AUT_NEWPOST', 'Article contribution by selection contributor');
72        define('_MI_XP2_NOTIFY_AUT_NEWPOSTCAP', 'It notifies when there is an article contribution from this contributor. ');
73        define('_MI_XP2_NOTIFY_AUT_NEWPOSTSBJ', '[{XPRESS_BLOG_NAME}]Article: "{XPRESS_POST_TITLE}" (Condition:Author="{XPRESS_AUTH_NAME}")');
[177]74
[183]75        define('_MI_XP2_NOTIFY_AUT_NEWCOMMENT', 'Comment contribution to selection contributor article');
76        define('_MI_XP2_NOTIFY_AUT_NEWCOMMENTCAP', 'It notifies when the comment contribution is in the article by this contributor. ');
77        define('_MI_XP2_NOTIFY_AUT_NEWCOMMENTSBJ', '[{XPRESS_BLOG_NAME}]Comment: (Article"{XPRESS_POST_TITLE}") (Condition:Author="{XPRESS_AUTH_NAME}")');
[177]78
[183]79        define('_MI_XP2_NOTIFY_POST_EDITPOST', 'Article change');
80        define('_MI_XP2_NOTIFY_POST_EDITPOSTCAP', 'It notifies when there is a change in the article on the display. ');
81        define('_MI_XP2_NOTIFY_POST_EDITPOSTSBJ', '[{XPRESS_BLOG_NAME}]Article: "{XPRESS_POST_TITLE}"Change (Condition:Article specification)');
[177]82
[183]83        define('_MI_XP2_NOTIFY_POST_NEWCOMMENT', 'Comment contribution to article');
84        define('_MI_XP2_NOTIFY_POST_NEWCOMMENTCAP', 'It notifies when the comment is contributed in the article on the display. ');
85        define('_MI_XP2_NOTIFY_POST_NEWCOMMENTSBJ', '[{XPRESS_BLOG_NAME}]Comment: (Article"{XPRESS_POST_TITLE}") (Condition:Article specification)');
[177]86
87}
88?>
Note: See TracBrowser for help on using the repository browser.