XPressME Integration Kit

Trac


Ignore:
Timestamp:
Apr 20, 2009, 6:16:29 PM (15 years ago)
Author:
toemon
Message:

#108 XOOPS Language ファイルのdefine文をVer1.Xと異なったものに変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/english/modinfo.php

    r177 r183  
    44 
    55        // The name of this module admin menu 
    6         define("_MI_MENU_SYS_INFO","System information"); 
    7         define("_MI_MENU_BLOCK_ADMIN","blocks/permissions"); 
    8         define("_MI_MENU_BLOCK_CHECK","blocks check"); 
     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"); 
    99         
    1010        // The name of this module 
    11         define("_MI_XPRESS_NAME","blog"); 
     11        define("_MI_XP2_NAME","blog"); 
    1212 
    1313        // A brief description of this module 
    14         define("_MI_XPRESS_DESC","WordPress For XOOPS Community"); 
     14        define("_MI_XP2_DESC","WordPress For XOOPS Community"); 
    1515 
    1616        // Sub menu titles 
    17         define("_MI_XPRESS_MENU_POST_NEW","New Post"); 
    18         define("_MI_XPRESS_MENU_EDIT","Edit Post"); 
    19         define("_MI_XPRESS_MENU_ADMIN","WordPress Admin"); 
    20         define("_MI_XPRESS_MENU_XPRESS","XPressME Setting"); 
     17        define("_MI_XP2_MENU_POST_NEW","New Post"); 
     18        define("_MI_XP2_MENU_EDIT","Edit Post"); 
     19        define("_MI_XP2_MENU_ADMIN","WordPress Admin"); 
     20        define("_MI_XP2_MENU_XPRESS","XPressME Setting"); 
    2121 
    2222        // Block Name 
    23         define("_MI_XPRESS_BLOCK_COMMENTS","Recent Comments"); 
    24         define("_MI_XPRESS_BLOCK_CONTENT","Recent Posts with content"); 
    25         define("_MI_XPRESS_BLOCK_POSTS","Recent Post Title"); 
    26         define("_MI_XPRESS_BLOCK_CALENDER","Calendar"); 
    27         define("_MI_XPRESS_BLOCK_POPULAR","Popular post list"); 
    28         define("_MI_XPRESS_BLOCK_ARCHIVE","Archive"); 
    29         define("_MI_XPRESS_BLOCK_AUTHORS","Author List"); 
    30         define("_MI_XPRESS_BLOCK_PAGE","Page"); 
    31         define("_MI_XPRESS_BLOCK_SEARCH","Search"); 
    32         define("_MI_XPRESS_BLOCK_TAG","Tag Cloud"); 
    33         define("_MI_XPRESS_BLOCK_CATEGORY","Category"); 
    34         define("_MI_XPRESS_BLOCK_META","Meta"); 
    35         define("_MI_XPRESS_BLOCK_SIDEBAR","Sidebar Navigation"); 
    36         define("_MI_XPRESS_BLOCK_WIDGET","Widget"); 
    37         define("_MI_XPRESS_BLOCK_ENHANCED","Enhanced"); 
     23        define("_MI_XP2_BLOCK_COMMENTS","Recent Comments"); 
     24        define("_MI_XP2_BLOCK_CONTENT","Recent Posts with content"); 
     25        define("_MI_XP2_BLOCK_POSTS","Recent Post Title"); 
     26        define("_MI_XP2_BLOCK_CALENDER","Calendar"); 
     27        define("_MI_XP2_BLOCK_POPULAR","Popular post list"); 
     28        define("_MI_XP2_BLOCK_ARCHIVE","Archive"); 
     29        define("_MI_XP2_BLOCK_AUTHORS","Author List"); 
     30        define("_MI_XP2_BLOCK_PAGE","Page"); 
     31        define("_MI_XP2_BLOCK_SEARCH","Search"); 
     32        define("_MI_XP2_BLOCK_TAG","Tag Cloud"); 
     33        define("_MI_XP2_BLOCK_CATEGORY","Category"); 
     34        define("_MI_XP2_BLOCK_META","Meta"); 
     35        define("_MI_XP2_BLOCK_SIDEBAR","Sidebar Navigation"); 
     36        define("_MI_XP2_BLOCK_WIDGET","Widget"); 
     37        define("_MI_XP2_BLOCK_ENHANCED","Enhanced"); 
    3838 
    3939        // Notify Categories 
    40         define('_MI_XPRESS_NOTCAT_GLOBAL', 'ALL'); 
    41         define('_MI_XPRESS_NOTCAT_GLOBALDSC', 'Notification option in the entire blog'); 
    42         define('_MI_XPRESS_NOTCAT_CAT', 'Category under selection'); 
    43         define('_MI_XPRESS_NOTCAT_CATDSC', 'Notification option to category under selection'); 
    44         define('_MI_XPRESS_NOTCAT_AUTHOR', 'Author who is selecting it');  
    45         define('_MI_XPRESS_NOTCAT_AUTHORDSC', 'Notification option to author who is selecting it'); 
    46         define('_MI_XPRESS_NOTCAT_POST', 'Article on display');  
    47         define('_MI_XPRESS_NOTCAT_POSTDSC', 'Notification option to article on display'); 
     40        define('_MI_XP2_NOTCAT_GLOBAL', 'ALL'); 
     41        define('_MI_XP2_NOTCAT_GLOBALDSC', 'Notification option in the entire blog'); 
     42        define('_MI_XP2_NOTCAT_CAT', 'Category under selection'); 
     43        define('_MI_XP2_NOTCAT_CATDSC', 'Notification option to category under selection'); 
     44        define('_MI_XP2_NOTCAT_AUTHOR', 'Author who is selecting it');  
     45        define('_MI_XP2_NOTCAT_AUTHORDSC', 'Notification option to author who is selecting it'); 
     46        define('_MI_XP2_NOTCAT_POST', 'Article on display');  
     47        define('_MI_XP2_NOTCAT_POSTDSC', 'Notification option to article on display'); 
    4848 
    4949        // Each Notifications 
    50         define('_MI_XPRESS_NOTIFY_GLOBAL_WAITING', 'Approval waiting'); 
    51         define('_MI_XPRESS_NOTIFY_GLOBAL_WAITINGCAP', 'It notifies when the contribution and the edit that requires approving are done. Manager exclusive use'); 
    52         define('_MI_XPRESS_NOTIFY_GLOBAL_WAITINGSBJ', '[{X_SITENAME}] {X_MODULE}: Approval waiting'); 
     50        define('_MI_XP2_NOTIFY_GLOBAL_WAITING', 'Approval waiting'); 
     51        define('_MI_XP2_NOTIFY_GLOBAL_WAITINGCAP', 'It notifies when the contribution and the edit that requires approving are done. Manager exclusive use'); 
     52        define('_MI_XP2_NOTIFY_GLOBAL_WAITINGSBJ', '[{X_SITENAME}] {X_MODULE}: Approval waiting'); 
    5353 
    54         define('_MI_XPRESS_NOTIFY_GLOBAL_NEWPOST', 'Contribution of article'); 
    55         define('_MI_XPRESS_NOTIFY_GLOBAL_NEWPOSTCAP', 'It notifies when the article is contributed in either of the entire this blog. '); 
    56         define('_MI_XPRESS_NOTIFY_GLOBAL_NEWPOSTSBJ', '[{XPRESS_BLOG_NAME}]Article: "{XPRESS_POST_TITLE}"'); 
     54        define('_MI_XP2_NOTIFY_GLOBAL_NEWPOST', 'Contribution of article'); 
     55        define('_MI_XP2_NOTIFY_GLOBAL_NEWPOSTCAP', 'It notifies when the article is contributed in either of the entire this blog. '); 
     56        define('_MI_XP2_NOTIFY_GLOBAL_NEWPOSTSBJ', '[{XPRESS_BLOG_NAME}]Article: "{XPRESS_POST_TITLE}"'); 
    5757 
    58         define('_MI_XPRESS_NOTIFY_GLOBAL_NEWCOMMENT', 'Comment contribution'); 
    59         define('_MI_XPRESS_NOTIFY_GLOBAL_NEWCOMMENTCAP', 'It notifies when the comment is contributed in either of the entire this blog. '); 
    60         define('_MI_XPRESS_NOTIFY_GLOBAL_NEWCOMMENTSBJ', '[{XPRESS_BLOG_NAME}]Comment: "{XPRESS_POST_TITLE}"'); 
     58        define('_MI_XP2_NOTIFY_GLOBAL_NEWCOMMENT', 'Comment contribution'); 
     59        define('_MI_XP2_NOTIFY_GLOBAL_NEWCOMMENTCAP', 'It notifies when the comment is contributed in either of the entire this blog. '); 
     60        define('_MI_XP2_NOTIFY_GLOBAL_NEWCOMMENTSBJ', '[{XPRESS_BLOG_NAME}]Comment: "{XPRESS_POST_TITLE}"'); 
    6161 
    62         define('_MI_XPRESS_NOTIFY_CAT_NEWPOST', 'Article contribution to selection category'); 
    63         define('_MI_XPRESS_NOTIFY_CAT_NEWPOSTCAP', 'It notifies when there is an article contribution in this category.'); 
    64         define('_MI_XPRESS_NOTIFY_CAT_NEWPOSTSBJ', '[{XPRESS_BLOG_NAME}]Article: "{XPRESS_POST_TITLE}" (Condition:Category="{XPRESS_CAT_TITLE}")'); 
     62        define('_MI_XP2_NOTIFY_CAT_NEWPOST', 'Article contribution to selection category'); 
     63        define('_MI_XP2_NOTIFY_CAT_NEWPOSTCAP', 'It notifies when there is an article contribution in this category.'); 
     64        define('_MI_XP2_NOTIFY_CAT_NEWPOSTSBJ', '[{XPRESS_BLOG_NAME}]Article: "{XPRESS_POST_TITLE}" (Condition:Category="{XPRESS_CAT_TITLE}")'); 
    6565 
    66         define('_MI_XPRESS_NOTIFY_CAT_NEWCOMMENT', 'Comment contribution to selection category'); 
    67         define('_MI_XPRESS_NOTIFY_CAT_NEWCOMMENTCAP', 'It notifies when there is a comment contribution in this category. '); 
    68         define('_MI_XPRESS_NOTIFY_CAT_NEWCOMMENTSBJ', '[{XPRESS_BLOG_NAME}]Comment: (Article"{XPRESS_POST_TITLE}") (Condition:Category="{XPRESS_CAT_TITLE}")'); 
     66        define('_MI_XP2_NOTIFY_CAT_NEWCOMMENT', 'Comment contribution to selection category'); 
     67        define('_MI_XP2_NOTIFY_CAT_NEWCOMMENTCAP', 'It notifies when there is a comment contribution in this category. '); 
     68        define('_MI_XP2_NOTIFY_CAT_NEWCOMMENTSBJ', '[{XPRESS_BLOG_NAME}]Comment: (Article"{XPRESS_POST_TITLE}") (Condition:Category="{XPRESS_CAT_TITLE}")'); 
    6969 
    70         define('_MI_XPRESS_NOTIFY_AUT_NEWPOST', 'Article contribution by selection contributor'); 
    71         define('_MI_XPRESS_NOTIFY_AUT_NEWPOSTCAP', 'It notifies when there is an article contribution from this contributor. '); 
    72         define('_MI_XPRESS_NOTIFY_AUT_NEWPOSTSBJ', '[{XPRESS_BLOG_NAME}]Article: "{XPRESS_POST_TITLE}" (Condition:Author="{XPRESS_AUTH_NAME}")'); 
     70        define('_MI_XP2_NOTIFY_AUT_NEWPOST', 'Article contribution by selection contributor'); 
     71        define('_MI_XP2_NOTIFY_AUT_NEWPOSTCAP', 'It notifies when there is an article contribution from this contributor. '); 
     72        define('_MI_XP2_NOTIFY_AUT_NEWPOSTSBJ', '[{XPRESS_BLOG_NAME}]Article: "{XPRESS_POST_TITLE}" (Condition:Author="{XPRESS_AUTH_NAME}")'); 
    7373 
    74         define('_MI_XPRESS_NOTIFY_AUT_NEWCOMMENT', 'Comment contribution to selection contributor article'); 
    75         define('_MI_XPRESS_NOTIFY_AUT_NEWCOMMENTCAP', 'It notifies when the comment contribution is in the article by this contributor. '); 
    76         define('_MI_XPRESS_NOTIFY_AUT_NEWCOMMENTSBJ', '[{XPRESS_BLOG_NAME}]Comment: (Article"{XPRESS_POST_TITLE}") (Condition:Author="{XPRESS_AUTH_NAME}")'); 
     74        define('_MI_XP2_NOTIFY_AUT_NEWCOMMENT', 'Comment contribution to selection contributor article'); 
     75        define('_MI_XP2_NOTIFY_AUT_NEWCOMMENTCAP', 'It notifies when the comment contribution is in the article by this contributor. '); 
     76        define('_MI_XP2_NOTIFY_AUT_NEWCOMMENTSBJ', '[{XPRESS_BLOG_NAME}]Comment: (Article"{XPRESS_POST_TITLE}") (Condition:Author="{XPRESS_AUTH_NAME}")'); 
    7777 
    78         define('_MI_XPRESS_NOTIFY_POST_EDITPOST', 'Article change'); 
    79         define('_MI_XPRESS_NOTIFY_POST_EDITPOSTCAP', 'It notifies when there is a change in the article on the display. '); 
    80         define('_MI_XPRESS_NOTIFY_POST_EDITPOSTSBJ', '[{XPRESS_BLOG_NAME}]Article: "{XPRESS_POST_TITLE}"Change (Condition:Article specification)'); 
     78        define('_MI_XP2_NOTIFY_POST_EDITPOST', 'Article change'); 
     79        define('_MI_XP2_NOTIFY_POST_EDITPOSTCAP', 'It notifies when there is a change in the article on the display. '); 
     80        define('_MI_XP2_NOTIFY_POST_EDITPOSTSBJ', '[{XPRESS_BLOG_NAME}]Article: "{XPRESS_POST_TITLE}"Change (Condition:Article specification)'); 
    8181 
    82         define('_MI_XPRESS_NOTIFY_POST_NEWCOMMENT', 'Comment contribution to article'); 
    83         define('_MI_XPRESS_NOTIFY_POST_NEWCOMMENTCAP', 'It notifies when the comment is contributed in the article on the display. '); 
    84         define('_MI_XPRESS_NOTIFY_POST_NEWCOMMENTSBJ', '[{XPRESS_BLOG_NAME}]Comment: (Article"{XPRESS_POST_TITLE}") (Condition:Article specification)'); 
     82        define('_MI_XP2_NOTIFY_POST_NEWCOMMENT', 'Comment contribution to article'); 
     83        define('_MI_XP2_NOTIFY_POST_NEWCOMMENTCAP', 'It notifies when the comment is contributed in the article on the display. '); 
     84        define('_MI_XP2_NOTIFY_POST_NEWCOMMENTSBJ', '[{XPRESS_BLOG_NAME}]Comment: (Article"{XPRESS_POST_TITLE}") (Condition:Article specification)'); 
    8585 
    8686} 
Note: See TracChangeset for help on using the changeset viewer.