XPressME Integration Kit

Trac

Changeset 183 for trunk/language


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

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

Location:
trunk/language
Files:
8 edited

Legend:

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

    r177 r183  
    11<?php 
    2 if( ! defined( 'XPRESS_ADMIN_LANG_INCLUDED' ) ) { 
    3         define( 'XPRESS_ADMIN_LANG_INCLUDED' , 1 ) ; 
     2if( ! defined( 'XP2_ADMIN_LANG_INCLUDED' ) ) { 
     3        define( 'XP2_ADMIN_LANG_INCLUDED' , 1 ) ; 
    44         
    55// altsys 
     
    99        define('_MD_A_MYMENU_MYPREFERENCES','general'); 
    1010 
    11         define("_AM_SYSTEM_INFO","System infomation"); 
    12         define("_AM_XOOPS_CONFIG_INFO","Set value that XPressME acquired from XOOPS"); 
    13         define("_AM_XPRESS_PLUGIN","Active plug-in list at wordpress"); 
    14         define("_AM_XPRESS_STATS","WordPress Stats"); 
    15         define("_AM_XPRESS_CATEGORIES","Category count"); 
    16         define("_AM_XPRESS_ARTICLES","Blog article count"); 
    17         define("_AM_XPRESS_AUTHORS","Author count"); 
    18         define("_AM_XPRESS_SYS_REPORT","Show Report Mode"); 
    19         define("_AM_XPRESS_SYS_NORMAL","Show Normal Mode"); 
     11        define("_AM_XP2_SYSTEM_INFO","System infomation"); 
     12        define("_AM_XP2_XOOPS_CONFIG_INFO","Set value that XPressME acquired from XOOPS"); 
     13        define("_AM_XP2_PLUGIN","Active plug-in list at wordpress"); 
     14        define("_AM_XP2_STATS","WordPress Stats"); 
     15        define("_AM_XP2_CATEGORIES","Category count"); 
     16        define("_AM_XP2_ARTICLES","Blog article count"); 
     17        define("_AM_XP2_AUTHORS","Author count"); 
     18        define("_AM_XP2_SYS_REPORT","Show Report Mode"); 
     19        define("_AM_XP2_SYS_NORMAL","Show Normal Mode"); 
    2020 
    2121// Block Check   
    22         define("_AM_XP_BLOCK_OK","The block is normal. "); 
    23         define("_AM_XP_BLOCK_NG","There is an abnormal block. "); 
    24         define("_AM_XP_BLOCK_REPAIR_HOWTO","Please correct the block according to the following procedures. "); 
    25         define("_AM_XP_BLOCK_REPAIR_STEP1","Step 1"); 
    26         define("_AM_XP_BLOCK_REMOVE","Remove xoops block table"); 
    27         define("_AM_XP_BLOCK_REMOVE_NOTE","Please use carefully, because <b>Remove Block</b> deletes records in block table"); 
    28         define("_AM_XP_BLOCK_REPAIR_STEP2","Step 2"); 
    29         define("_AM_XP_BLOCK_UPDATE","The block is restructured with the update of the module."); 
    30         define("_AM_XP_TO_MODELE_UPDATE","To the module update"); 
    31         define("_AM_XP_BLOCK_REPAIR_STEP3","Step3"); 
    32         define("_AM_XP_BLOCK_ADMIN_SETTING","The arrangement setting of the block and the access authority of the block are set again. "); 
    33         define("_AM_XP_BLOCK_TO_SETTING","to blocks/permissions"); 
     22        define("_AM_XP2_BLOCK_OK","The block is normal. "); 
     23        define("_AM_XP2_BLOCK_NG","There is an abnormal block. "); 
     24        define("_AM_XP2_BLOCK_REPAIR_HOWTO","Please correct the block according to the following procedures. "); 
     25        define("_AM_XP2_BLOCK_REPAIR_STEP1","Step 1"); 
     26        define("_AM_XP2_BLOCK_REMOVE","Remove xoops block table"); 
     27        define("_AM_XP2_BLOCK_REMOVE_NOTE","Please use carefully, because <b>Remove Block</b> deletes records in block table"); 
     28        define("_AM_XP2_BLOCK_REPAIR_STEP2","Step 2"); 
     29        define("_AM_XP2_BLOCK_UPDATE","The block is restructured with the update of the module."); 
     30        define("_AM_XP2_TO_MODELE_UPDATE","To the module update"); 
     31        define("_AM_XP2_BLOCK_REPAIR_STEP3","Step3"); 
     32        define("_AM_XP2_BLOCK_ADMIN_SETTING","The arrangement setting of the block and the access authority of the block are set again. "); 
     33        define("_AM_XP2_BLOCK_TO_SETTING","to blocks/permissions"); 
    3434         
    3535         
  • trunk/language/english/blocks.php

    r177 r183  
    11<?php 
    2 if( ! defined( 'XPRESS_BLOCK_LANG_INCLUDED' ) ) { 
    3         define( 'XPRESS_BLOCK_LANG_INCLUDED' , 1 ) ; 
     2if( ! defined( 'XP2_BLOCK_LANG_INCLUDED' ) ) { 
     3        define( 'XP2_BLOCK_LANG_INCLUDED' , 1 ) ; 
    44// general       
    5         define("_MB_XPRESS_COUNT",'Number of displays'); 
    6         define("_MB_XPRESS_COUNT_ZERO_ALL",'Number of displays (Everything is displayed in case of 0)'); 
    7         define("_MB_XPRESS_LENGTH","length"); 
    8         define("_MB_XPRESS_ALL","all"); 
    9         define("_MB_XPRESS_BLOCK_CACHE_ERR","Cash doesn't exist. <br />Please access the %s module first."); 
    10         define("_MB_XPRESS_SHOW_NUM_OF_POST","The number of entries is displayed."); 
    11         define("_MB_XPRESS_SHOW_DROP_DOWN","It displays it by the drop down list."); 
    12         define("_MB_XPRESS_HIDE_EMPTY","hide empty"); 
    13         define("_MB_XPRESS_TITLE","title"); 
    14         define("_MB_XPRESS_PUBLISH_DATE","publish date"); 
    15         define("_MB_XPRESS_SORT_ORDER","sort order"); 
    16         define("_MB_XPRESS_SORT_ASC","ASC"); 
    17         define("_MB_XPRESS_SORT_DESC","DESC"); 
    18         define("_MB_XPRESS_SHOW_DATE_SELECT","Date Display"); 
    19         define("_MB_XPRESS_SHOW_DATE_NONE","Not display"); 
    20         define("_MB_XPRESS_SHOW_POST_DATE","Post Date"); 
    21         define("_MB_XPRESS_SHOW_MODIFY_DATE","Modify Date"); 
    22         define("_MB_XPRESS_SHOW_DATE","The date is displayed."); 
    23         define("_MB_XPRESS_DATE_FORMAT","Format at date (The setting with WordPress is applied for the blank)."); 
    24         define("_MB_XPRESS_TIME_FORMAT","Format at time (The setting with WordPress is applied for the blank)."); 
    25         define("_MB_XPRESS_FLAT","Flat"); 
    26         define("_MB_XPRESS_LIST","List"); 
    27         define("_MB_XPRESS_FILE_NAME","Files Name"); 
     5        define("_MB_XP2_COUNT",'Number of displays'); 
     6        define("_MB_XP2_COUNT_ZERO_ALL",'Number of displays (Everything is displayed in case of 0)'); 
     7        define("_MB_XP2_LENGTH","length"); 
     8        define("_MB_XP2_ALL","all"); 
     9        define("_MB_XP2_BLOCK_CACHE_ERR","Cash doesn't exist. <br />Please access the %s module first."); 
     10        define("_MB_XP2_SHOW_NUM_OF_POST","The number of entries is displayed."); 
     11        define("_MB_XP2_SHOW_DROP_DOWN","It displays it by the drop down list."); 
     12        define("_MB_XP2_HIDE_EMPTY","hide empty"); 
     13        define("_MB_XP2_TITLE","title"); 
     14        define("_MB_XP2_PUBLISH_DATE","publish date"); 
     15        define("_MB_XP2_SORT_ORDER","sort order"); 
     16        define("_MB_XP2_SORT_ASC","ASC"); 
     17        define("_MB_XP2_SORT_DESC","DESC"); 
     18        define("_MB_XP2_SHOW_DATE_SELECT","Date Display"); 
     19        define("_MB_XP2_SHOW_DATE_NONE","Not display"); 
     20        define("_MB_XP2_SHOW_POST_DATE","Post Date"); 
     21        define("_MB_XP2_SHOW_MODIFY_DATE","Modify Date"); 
     22        define("_MB_XP2_SHOW_DATE","The date is displayed."); 
     23        define("_MB_XP2_DATE_FORMAT","Format at date (The setting with WordPress is applied for the blank)."); 
     24        define("_MB_XP2_TIME_FORMAT","Format at time (The setting with WordPress is applied for the blank)."); 
     25        define("_MB_XP2_FLAT","Flat"); 
     26        define("_MB_XP2_LIST","List"); 
     27        define("_MB_XP2_FILE_NAME","Files Name"); 
    2828         
    2929// recent comment block  
    30         define("_MB_XPRESS_COMM_DISP_AUTH","The comment author name is displayed."); 
    31         define("_MB_XPRESS_COMM_DISP_TYPE","The comment type is displayed."); 
    32         define("_MB_XPRESS_COM_TYPE","select the type of the displayed comment."); 
    33         define("_MB_XPRESS_COMMENT","Comment"); 
    34         define("_MB_XPRESS_TRUCKBACK","Trackback"); 
    35         define("_MB_XPRESS_PINGBACK","Pingback"); 
     30        define("_MB_XP2_COMM_DISP_AUTH","The comment author name is displayed."); 
     31        define("_MB_XP2_COMM_DISP_TYPE","The comment type is displayed."); 
     32        define("_MB_XP2_COM_TYPE","select the type of the displayed comment."); 
     33        define("_MB_XP2_COMMENT","Comment"); 
     34        define("_MB_XP2_TRUCKBACK","Trackback"); 
     35        define("_MB_XP2_PINGBACK","Pingback"); 
    3636         
    3737// recent posts content 
    38         define("_MB_XPRESS_P_EXCERPT","The post is displayed by the except."); 
    39         define("_MB_XPRESS_P_EXCERPT_SIZE","Number of except characters"); 
    40         define("_MB_XPRESS_CATS_SELECT","Select categorie"); 
    41         define("_MB_XPRESS_TAGS_SELECT","Tags Select(Comma separated list of tags)"); 
     38        define("_MB_XP2_P_EXCERPT","The post is displayed by the except."); 
     39        define("_MB_XP2_P_EXCERPT_SIZE","Number of except characters"); 
     40        define("_MB_XP2_CATS_SELECT","Select categorie"); 
     41        define("_MB_XP2_TAGS_SELECT","Tags Select(Comma separated list of tags)"); 
    4242         
    4343// recent posts list     
    44         define("_MB_XPRESS_REDNEW_DAYS","Passed days displayed by marking red 'New'"); 
    45         define("_MB_XPRESS_GREENNEW_DAYS","Passed days displayed by marking green 'New'");       
     44        define("_MB_XP2_REDNEW_DAYS","Passed days displayed by marking red 'New'"); 
     45        define("_MB_XP2_GREENNEW_DAYS","Passed days displayed by marking green 'New'");  
    4646 
    4747// calender              
    48         define("_MB_XPRESS_SUN_COLOR","Color on Sunday"); 
    49         define("_MB_XPRESS_SAT_COLOR","Color on Saturday"); 
     48        define("_MB_XP2_SUN_COLOR","Color on Sunday"); 
     49        define("_MB_XP2_SAT_COLOR","Color on Saturday"); 
    5050         
    5151// popular               
    52         define("_MB_MONTH_RANGE","The one in the number a specified month is displayed (0; all)."); 
     52        define("_MB_XP2_MONTH_RANGE","The one in the number a specified month is displayed (0; all)."); 
    5353         
    5454// archives 
    55         define("_MB_XPRESS_ARC_TYPE","The type of archive"); 
    56         define("_MB_XPRESS_ARC_YEAR","yearly"); 
    57         define("_MB_XPRESS_ARC_MONTH","monthly"); 
    58         define("_MB_XPRESS_ARC_WEEK","weekly"); 
    59         define("_MB_XPRESS_ARC_DAY","daily"); 
    60         define("_MB_XPRESS_ARC_POST","post by post"); 
     55        define("_MB_XP2_ARC_TYPE","The type of archive"); 
     56        define("_MB_XP2_ARC_YEAR","yearly"); 
     57        define("_MB_XP2_ARC_MONTH","monthly"); 
     58        define("_MB_XP2_ARC_WEEK","weekly"); 
     59        define("_MB_XP2_ARC_DAY","daily"); 
     60        define("_MB_XP2_ARC_POST","post by post"); 
    6161 
    6262// authors       
    63         define("_MB_XPRESS_EXCLUEDEADMIN","The manager is excluded from the list."); 
    64         define("_MB_XPRESS_SHOW_FULLNAME","The author name is displayed by the full name."); 
     63        define("_MB_XP2_EXCLUEDEADMIN","The manager is excluded from the list."); 
     64        define("_MB_XP2_SHOW_FULLNAME","The author name is displayed by the full name."); 
    6565 
    6666// page          
    67         define("_MB_XPRESS_PAGE_ORDERBY","List Pages by Page Order "); 
    68         define("_MB_XPRESS_PAGE_TITLE","post_title"); 
    69         define("_MB_XPRESS_PAGE_MENU_ORDER","menu_order"); 
    70         define("_MB_XPRESS_PAGE_POST_DATE","post_date"); 
    71         define("_MB_XPRESS_PAGE_POST_MODIFY","post_modified"); 
    72         define("_MB_XPRESS_PAGE_ID","ID"); 
    73         define("_MB_XPRESS_PAGE_AUTHOR","post_author ID"); 
    74         define("_MB_XPRESS_PAGE_SLUG","post_name"); 
    75         define("_MB_XPRESS_PAGE_EXCLUDE","Define a comma-separated list of Page IDs to be excluded from the list "); 
    76         define("_MB_XPRESS_PAGE_EXCLUDE_TREE","Define a comma-separated list of parent Page IDs to be excluded. Use this parameter to exclude a parent and all of that parent's child Pages."); 
    77         define("_MB_XPRESS_PAGE_INCLUDE","Only include certain Pages in the list , this parameter takes a comma-separated list of Page IDs. "); 
    78         define("_MB_XPRESS_PAGE_DEPTH","how many levels in the hierarchy of pages are to be included in the list (0=all Pages and sub-pages displayedj"); 
    79         define("_MB_XPRESS_PAGE_CHILD_OF","Displays the sub-pages of a single Page onlyB(uses the ID for a Page as the valuej"); 
    80         define("_MB_XPRESS_PAGE_HIERARCHICAL","Display sub-Pages in an indented manner below their parent or list the Pages inline."); 
    81         define("_MB_XPRESS_PAGE_META_KEY","Only include the Pages that have this Custom Field Key (use in conjunction with the meta_value field)."); 
    82         define("_MB_XPRESS_PAGE_META_VALUE","Only include the Pages that have this Custom Field Value (use in conjuntion with the meta_key field)."); 
     67        define("_MB_XP2_PAGE_ORDERBY","List Pages by Page Order "); 
     68        define("_MB_XP2_PAGE_TITLE","post_title"); 
     69        define("_MB_XP2_PAGE_MENU_ORDER","menu_order"); 
     70        define("_MB_XP2_PAGE_POST_DATE","post_date"); 
     71        define("_MB_XP2_PAGE_POST_MODIFY","post_modified"); 
     72        define("_MB_XP2_PAGE_ID","ID"); 
     73        define("_MB_XP2_PAGE_AUTHOR","post_author ID"); 
     74        define("_MB_XP2_PAGE_SLUG","post_name"); 
     75        define("_MB_XP2_PAGE_EXCLUDE","Define a comma-separated list of Page IDs to be excluded from the list "); 
     76        define("_MB_XP2_PAGE_EXCLUDE_TREE","Define a comma-separated list of parent Page IDs to be excluded. Use this parameter to exclude a parent and all of that parent's child Pages."); 
     77        define("_MB_XP2_PAGE_INCLUDE","Only include certain Pages in the list , this parameter takes a comma-separated list of Page IDs. "); 
     78        define("_MB_XP2_PAGE_DEPTH","how many levels in the hierarchy of pages are to be included in the list (0=all Pages and sub-pages displayedj"); 
     79        define("_MB_XP2_PAGE_CHILD_OF","Displays the sub-pages of a single Page onlyB(uses the ID for a Page as the valuej"); 
     80        define("_MB_XP2_PAGE_HIERARCHICAL","Display sub-Pages in an indented manner below their parent or list the Pages inline."); 
     81        define("_MB_XP2_PAGE_META_KEY","Only include the Pages that have this Custom Field Key (use in conjunction with the meta_value field)."); 
     82        define("_MB_XP2_PAGE_META_VALUE","Only include the Pages that have this Custom Field Value (use in conjuntion with the meta_key field)."); 
    8383         
    8484// Search 
    85         define("_MB_XPRESS_SEARCH_LENGTH","Length of search textbox"); 
     85        define("_MB_XP2_SEARCH_LENGTH","Length of search textbox"); 
    8686         
    8787// tag cloud 
    88         define("_MB_XPRESS_CLOUD_SMALLEST",'The text size of the tag with the smallest count value '); 
    89         define("_MB_XPRESS_CLOUD_LARGEST",'The text size of the tag with the highest count value'); 
    90         define("_MB_XPRESS_CLOUD_UNIT","Unit of measure as pertains to the smallest and largest values. This can be any CSS length value, e.g. pt, px, em, %;"); 
    91         define("_MB_XPRESS_CLOUD_NUMBER","The number of actual tags to display in the cloud. (Use '0' to display all tags.)"); 
    92         define("_MB_XPRESS_CLOUD_FORMAT","Format of the cloud display"); 
    93         define("_MB_XPRESS_CLOUD_ORDERBY","Order of the tags"); 
    94         define("_MB_XPRESS_CLOUD_ORDER","Sort order. Valid values('RAND' tags are in a random order. Note: this parameter was introduced with Version 2.5.)"); 
    95         define("_MB_XPRESS_CLOUD_EXCLUDE","Comma separated list of tags (term_id) to exclude."); 
    96         define("_MB_XPRESS_CLOUD_INCLUDE","Comma separated list of tags (term_id) to include."); 
    97         define("_MB_XPRESS_RAND","RAND"); 
    98         define("_MB_XPRESS_TAG_NAME","tag name"); 
    99         define("_MB_XPRESS_TAG_COUNT","count"); 
     88        define("_MB_XP2_CLOUD_SMALLEST",'The text size of the tag with the smallest count value '); 
     89        define("_MB_XP2_CLOUD_LARGEST",'The text size of the tag with the highest count value'); 
     90        define("_MB_XP2_CLOUD_UNIT","Unit of measure as pertains to the smallest and largest values. This can be any CSS length value, e.g. pt, px, em, %;"); 
     91        define("_MB_XP2_CLOUD_NUMBER","The number of actual tags to display in the cloud. (Use '0' to display all tags.)"); 
     92        define("_MB_XP2_CLOUD_FORMAT","Format of the cloud display"); 
     93        define("_MB_XP2_CLOUD_ORDERBY","Order of the tags"); 
     94        define("_MB_XP2_CLOUD_ORDER","Sort order. Valid values('RAND' tags are in a random order. Note: this parameter was introduced with Version 2.5.)"); 
     95        define("_MB_XP2_CLOUD_EXCLUDE","Comma separated list of tags (term_id) to exclude."); 
     96        define("_MB_XP2_CLOUD_INCLUDE","Comma separated list of tags (term_id) to include."); 
     97        define("_MB_XP2_RAND","RAND"); 
     98        define("_MB_XP2_TAG_NAME","tag name"); 
     99        define("_MB_XP2_TAG_COUNT","count"); 
    100100         
    101101// Categorie 
    102         define("_MB_XPRESS_CAT_ALL_STR","All categories link Display Title. (blank is not displayj"); 
    103         define("_MB_XPRESS_CAT_ORDERBY","Order of the categories"); 
    104         define("_MB_XPRESS_CAT_NAME","name"); 
    105         define("_MB_XPRESS_CAT_COUNT","count"); 
    106         define("_MB_XPRESS_CAT_ID","ID"); 
    107         define("_MB_XPRESS_SHOW_LAST_UPDATE","Should the last updated timestamp for posts be displayed."); 
    108         define("_MB_XPRESS_CAT_HIDE_EMPTY","hide display of categories with no posts."); 
    109         define("_MB_XPRESS_DESC_FOR_TITLE","Sets whether a category's description is inserted into the title attribute of the links created"); 
    110         define("_MB_XPRESS_CAT_EXCLUDE","Exclude one or more categories from the results. This parameter takes a comma-separated list of categories by unique ID"); 
    111         define("_MB_XPRESS_CAT_INCLUDE","Only include the categories detailed in a comma-separated list by unique ID, in ascending order."); 
    112         define("_MB_XPRESS_CAT_HIERARCHICAL","Display sub-categories as inner list items (below the parent list item) or inline."); 
    113         define("_MB_XPRESS_CAT_DEPTH","how many levels in the hierarchy of Categories are to be included in the list of Categories.(0=All Categories and child Categories)"); 
     102        define("_MB_XP2_CAT_ALL_STR","All categories link Display Title. (blank is not displayj"); 
     103        define("_MB_XP2_CAT_ORDERBY","Order of the categories"); 
     104        define("_MB_XP2_CAT_NAME","name"); 
     105        define("_MB_XP2_CAT_COUNT","count"); 
     106        define("_MB_XP2_CAT_ID","ID"); 
     107        define("_MB_XP2_SHOW_LAST_UPDATE","Should the last updated timestamp for posts be displayed."); 
     108        define("_MB_XP2_CAT_HIDE_EMPTY","hide display of categories with no posts."); 
     109        define("_MB_XP2_DESC_FOR_TITLE","Sets whether a category's description is inserted into the title attribute of the links created"); 
     110        define("_MB_XP2_CAT_EXCLUDE","Exclude one or more categories from the results. This parameter takes a comma-separated list of categories by unique ID"); 
     111        define("_MB_XP2_CAT_INCLUDE","Only include the categories detailed in a comma-separated list by unique ID, in ascending order."); 
     112        define("_MB_XP2_CAT_HIERARCHICAL","Display sub-categories as inner list items (below the parent list item) or inline."); 
     113        define("_MB_XP2_CAT_DEPTH","how many levels in the hierarchy of Categories are to be included in the list of Categories.(0=All Categories and child Categories)"); 
    114114         
    115115// meta  
    116         define("_MB_XPRESS_META_WP_LINK","The link to the WordPress site is displayed."); 
    117         define("_MB_XPRESS_META_XOOPS_LINK","The link to the Xoops site is displayed."); 
    118         define("_MB_XPRESS_META_POST_RSS","RSS of the posts is displayed."); 
    119         define("_MB_XPRESS_META_COMMENT_RSS","RSS of the comments is displayed."); 
    120         define("_MB_XPRESS_META_POST_NEW","'new post' is displayed."); 
    121         define("_MB_XPRESS_META_ADMIN","'admin' is displayed."); 
    122         define("_MB_XPRESS_META_README","ReadMe is displayed."); 
    123         define("_MB_XPRESS_META_CH_STYLE","'display mode' is displayed."); 
     116        define("_MB_XP2_META_WP_LINK","The link to the WordPress site is displayed."); 
     117        define("_MB_XP2_META_XOOPS_LINK","The link to the Xoops site is displayed."); 
     118        define("_MB_XP2_META_POST_RSS","RSS of the posts is displayed."); 
     119        define("_MB_XP2_META_COMMENT_RSS","RSS of the comments is displayed."); 
     120        define("_MB_XP2_META_POST_NEW","'new post' is displayed."); 
     121        define("_MB_XP2_META_ADMIN","'admin' is displayed."); 
     122        define("_MB_XP2_META_README","ReadMe is displayed."); 
     123        define("_MB_XP2_META_CH_STYLE","'display mode' is displayed."); 
    124124 
    125125// meta  
    126         define("_MB_XPRESS_SELECT_WIDGET","Displayed Widget is selected."); 
     126        define("_MB_XP2_SELECT_WIDGET","Displayed Widget is selected."); 
    127127         
    128128// custom  
    129         define("_MB_XPRESS_ENHACED_FILE","Input the file name used in the custom block."); 
    130         define("_MB_XPRESS_MAKE_ENHACED_FILE","Please make the file specified here in the block directory of the theme."); 
     129        define("_MB_XP2_ENHACED_FILE","Input the file name used in the custom block."); 
     130        define("_MB_XP2_MAKE_ENHACED_FILE","Please make the file specified here in the block directory of the theme."); 
    131131} 
    132132?> 
  • trunk/language/english/main.php

    r177 r183  
    11<?php 
    2 if( ! defined( 'XPRESS_MAIN_LANG_INCLUDED' ) ) { 
    3         define( 'XPRESS_MAIN_LANG_INCLUDED' , 1 ) ; 
     2if( ! defined( 'XP2_MAIN_LANG_INCLUDED' ) ) { 
     3        define( 'XP2_MAIN_LANG_INCLUDED' , 1 ) ; 
    44         
    55} 
  • 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} 
  • trunk/language/ja_utf8/admin.php

    r170 r183  
    11<?php 
    2 if( ! defined( 'XPRESS_ADMIN_LANG_INCLUDED' ) ) { 
    3         define( 'XPRESS_ADMIN_LANG_INCLUDED' , 1 ) ; 
     2if( ! defined( 'XP2_ADMIN_LANG_INCLUDED' ) ) { 
     3        define( 'XP2_ADMIN_LANG_INCLUDED' , 1 ) ; 
    44         
    55// altsys 
     
    99        define('_MD_A_MYMENU_MYPREFERENCES','一般設定'); 
    1010 
    11         define("_AM_SYSTEM_INFO","システム情報"); 
    12         define("_AM_XOOPS_CONFIG_INFO","XPressMEがXOOPSより取得した設定値"); 
    13         define("_AM_XPRESS_PLUGIN","WordPressで使用中のプラグイン"); 
    14         define("_AM_XPRESS_STATS","統計"); 
    15         define("_AM_XPRESS_CATEGORIES","カテゴリー数"); 
    16         define("_AM_XPRESS_ARTICLES","記事数"); 
    17         define("_AM_XPRESS_AUTHORS","投稿者数"); 
    18         define("_AM_XPRESS_SYS_REPORT","レポート形式で表示"); 
    19         define("_AM_XPRESS_SYS_NORMAL","ノーマル表示へ戻る"); 
     11        define("_AM_XP2_SYSTEM_INFO","システム情報"); 
     12        define("_AM_XP2_XOOPS_CONFIG_INFO","XPressMEがXOOPSより取得した設定値"); 
     13        define("_AM_XP2_PLUGIN","WordPressで使用中のプラグイン"); 
     14        define("_AM_XP2_STATS","統計"); 
     15        define("_AM_XP2_CATEGORIES","カテゴリー数"); 
     16        define("_AM_XP2_ARTICLES","記事数"); 
     17        define("_AM_XP2_AUTHORS","投稿者数"); 
     18        define("_AM_XP2_SYS_REPORT","レポート形式で表示"); 
     19        define("_AM_XP2_SYS_NORMAL","ノーマル表示へ戻る"); 
    2020 
    2121// Block Check   
    22         define("_AM_XP_BLOCK_OK","ブロックは正常です。"); 
    23         define("_AM_XP_BLOCK_NG","異常ブロックがあります。"); 
    24         define("_AM_XP_BLOCK_REPAIR_HOWTO","以下の手順に従ってブロックを修正してください。"); 
    25         define("_AM_XP_BLOCK_REPAIR_STEP1","ステップ 1"); 
    26         define("_AM_XP_BLOCK_REMOVE","ブロックを削除"); 
    27         define("_AM_XP_BLOCK_REMOVE_NOTE","注意: モジュールのブロックがデータベースから<b>削除</b>されます。"); 
    28         define("_AM_XP_BLOCK_REPAIR_STEP2","ステップ 2"); 
    29         define("_AM_XP_BLOCK_UPDATE","モジュールをアップデートして、ブロックを再構築します。"); 
    30         define("_AM_XP_TO_MODELE_UPDATE","モジュールアップデートへ"); 
    31         define("_AM_XP_BLOCK_REPAIR_STEP3","ステップ 3"); 
    32         define("_AM_XP_BLOCK_ADMIN_SETTING","ブロックの配置とアクセス権限を再設定します。"); 
    33         define("_AM_XP_BLOCK_TO_SETTING","ブロック権限の設定へ"); 
     22        define("_AM_XP2_BLOCK_OK","ブロックは正常です。"); 
     23        define("_AM_XP2_BLOCK_NG","異常ブロックがあります。"); 
     24        define("_AM_XP2_BLOCK_REPAIR_HOWTO","以下の手順に従ってブロックを修正してください。"); 
     25        define("_AM_XP2_BLOCK_REPAIR_STEP1","ステップ 1"); 
     26        define("_AM_XP2_BLOCK_REMOVE","ブロックを削除"); 
     27        define("_AM_XP2_BLOCK_REMOVE_NOTE","注意: モジュールのブロックがデータベースから<b>削除</b>されます。"); 
     28        define("_AM_XP2_BLOCK_REPAIR_STEP2","ステップ 2"); 
     29        define("_AM_XP2_BLOCK_UPDATE","モジュールをアップデートして、ブロックを再構築します。"); 
     30        define("_AM_XP2_TO_MODELE_UPDATE","モジュールアップデートへ"); 
     31        define("_AM_XP2_BLOCK_REPAIR_STEP3","ステップ 3"); 
     32        define("_AM_XP2_BLOCK_ADMIN_SETTING","ブロックの配置とアクセス権限を再設定します。"); 
     33        define("_AM_XP2_BLOCK_TO_SETTING","ブロック権限の設定へ"); 
    3434         
    3535         
  • trunk/language/ja_utf8/blocks.php

    r145 r183  
    11<?php 
    2 if( ! defined( 'XPRESS_BLOCK_LANG_INCLUDED' ) ) { 
    3         define( 'XPRESS_BLOCK_LANG_INCLUDED' , 1 ) ; 
     2if( ! defined( 'XP2_BLOCK_LANG_INCLUDED' ) ) { 
     3        define( 'XP2_BLOCK_LANG_INCLUDED' , 1 ) ; 
    44// general       
    5         define("_MB_XPRESS_COUNT",'表示数'); 
    6         define("_MB_XPRESS_COUNT_ZERO_ALL",'表示数(0の場合全てを表示)'); 
    7         define("_MB_XPRESS_LENGTH","長さ"); 
    8         define("_MB_XPRESS_ALL","すべて"); 
    9         define("_MB_XPRESS_BLOCK_CACHE_ERR","キャッシュが存在しません。<br />最初に%sモジュールにアクセスしてください。"); 
    10         define("_MB_XPRESS_SHOW_NUM_OF_POST","エントリー数の表示"); 
    11         define("_MB_XPRESS_SHOW_DROP_DOWN","ドロップダウンリストで表示"); 
    12         define("_MB_XPRESS_HIDE_EMPTY","エントリーのない項目をリスト一覧から除く"); 
    13         define("_MB_XPRESS_TITLE","タイトル"); 
    14         define("_MB_XPRESS_PUBLISH_DATE","投稿日付"); 
    15         define("_MB_XPRESS_SORT_ORDER","並び替え順序"); 
    16         define("_MB_XPRESS_SORT_ASC","昇順"); 
    17         define("_MB_XPRESS_SORT_DESC","降順"); 
    18         define("_MB_XPRESS_SHOW_DATE_SELECT","日付の表示"); 
    19         define("_MB_XPRESS_SHOW_DATE_NONE","表示しない"); 
    20         define("_MB_XPRESS_SHOW_POST_DATE","作成日を表示"); 
    21         define("_MB_XPRESS_SHOW_MODIFY_DATE","最終更新日を表示"); 
    22         define("_MB_XPRESS_SHOW_DATE","日付を表示する"); 
    23         define("_MB_XPRESS_DATE_FORMAT","日付のフォーマット(空白の場合WordPressでの設定が適用されます)"); 
    24         define("_MB_XPRESS_TIME_FORMAT","時刻のフォーマット(空白の場合WordPressでの設定が適用されます)"); 
    25         define("_MB_XPRESS_FLAT","フラット"); 
    26         define("_MB_XPRESS_LIST","リスト"); 
    27         define("_MB_XPRESS_FILE_NAME","ファイル名"); 
     5        define("_MB_XP2_COUNT",'表示数'); 
     6        define("_MB_XP2_COUNT_ZERO_ALL",'表示数(0の場合全てを表示)'); 
     7        define("_MB_XP2_LENGTH","長さ"); 
     8        define("_MB_XP2_ALL","すべて"); 
     9        define("_MB_XP2_BLOCK_CACHE_ERR","キャッシュが存在しません。<br />最初に%sモジュールにアクセスしてください。"); 
     10        define("_MB_XP2_SHOW_NUM_OF_POST","エントリー数の表示"); 
     11        define("_MB_XP2_SHOW_DROP_DOWN","ドロップダウンリストで表示"); 
     12        define("_MB_XP2_HIDE_EMPTY","エントリーのない項目をリスト一覧から除く"); 
     13        define("_MB_XP2_TITLE","タイトル"); 
     14        define("_MB_XP2_PUBLISH_DATE","投稿日付"); 
     15        define("_MB_XP2_SORT_ORDER","並び替え順序"); 
     16        define("_MB_XP2_SORT_ASC","昇順"); 
     17        define("_MB_XP2_SORT_DESC","降順"); 
     18        define("_MB_XP2_SHOW_DATE_SELECT","日付の表示"); 
     19        define("_MB_XP2_SHOW_DATE_NONE","表示しない"); 
     20        define("_MB_XP2_SHOW_POST_DATE","作成日を表示"); 
     21        define("_MB_XP2_SHOW_MODIFY_DATE","最終更新日を表示"); 
     22        define("_MB_XP2_SHOW_DATE","日付を表示する"); 
     23        define("_MB_XP2_DATE_FORMAT","日付のフォーマット(空白の場合WordPressでの設定が適用されます)"); 
     24        define("_MB_XP2_TIME_FORMAT","時刻のフォーマット(空白の場合WordPressでの設定が適用されます)"); 
     25        define("_MB_XP2_FLAT","フラット"); 
     26        define("_MB_XP2_LIST","リスト"); 
     27        define("_MB_XP2_FILE_NAME","ファイル名"); 
    2828         
    2929// recent comment block  
    30         define("_MB_XPRESS_COMM_DISP_AUTH","コメント投稿者を表示する"); 
    31         define("_MB_XPRESS_COMM_DISP_TYPE","コメントタイプを表示する"); 
    32         define("_MB_XPRESS_COM_TYPE","表示するコメントのタイプを選択"); 
    33         define("_MB_XPRESS_COMMENT","コメント"); 
    34         define("_MB_XPRESS_TRUCKBACK","トラックバック"); 
    35         define("_MB_XPRESS_PINGBACK","ピンバック"); 
     30        define("_MB_XP2_COMM_DISP_AUTH","コメント投稿者を表示する"); 
     31        define("_MB_XP2_COMM_DISP_TYPE","コメントタイプを表示する"); 
     32        define("_MB_XP2_COM_TYPE","表示するコメントのタイプを選択"); 
     33        define("_MB_XP2_COMMENT","コメント"); 
     34        define("_MB_XP2_TRUCKBACK","トラックバック"); 
     35        define("_MB_XP2_PINGBACK","ピンバック"); 
    3636         
    3737// recent posts content 
    38         define("_MB_XPRESS_P_EXCERPT","記事を概要で表示する"); 
    39         define("_MB_XPRESS_P_EXCERPT_SIZE","記事の概要文字数"); 
    40         define("_MB_XPRESS_CATS_SELECT","対象のカテゴリー選択"); 
    41         define("_MB_XPRESS_TAGS_SELECT","対象のタグ選択(複数ある場合はカンマ区切りで入力"); 
     38        define("_MB_XP2_P_EXCERPT","記事を概要で表示する"); 
     39        define("_MB_XP2_P_EXCERPT_SIZE","記事の概要文字数"); 
     40        define("_MB_XP2_CATS_SELECT","対象のカテゴリー選択"); 
     41        define("_MB_XP2_TAGS_SELECT","対象のタグ選択(複数ある場合はカンマ区切りで入力"); 
    4242         
    4343// recent posts list     
    44         define("_MB_XPRESS_REDNEW_DAYS","赤のNewマークを表示する日数"); 
    45         define("_MB_XPRESS_GREENNEW_DAYS","緑のNewマークを表示する日数");    
     44        define("_MB_XP2_REDNEW_DAYS","赤のNewマークを表示する日数"); 
     45        define("_MB_XP2_GREENNEW_DAYS","緑のNewマークを表示する日数");       
    4646 
    4747// calender              
    48         define("_MB_XPRESS_SUN_COLOR","日曜日の表示色"); 
    49         define("_MB_XPRESS_SAT_COLOR","土曜日の表示色"); 
     48        define("_MB_XP2_SUN_COLOR","日曜日の表示色"); 
     49        define("_MB_XP2_SAT_COLOR","土曜日の表示色"); 
    5050         
    5151// popular               
    52         define("_MB_MONTH_RANGE","指定月数内のものを表示(0;指定なし)"); 
     52        define("_MB_XP2_MONTH_RANGE","指定月数内のものを表示(0;指定なし)"); 
    5353         
    5454// archives 
    55         define("_MB_XPRESS_ARC_TYPE","アーカイブタイプ"); 
    56         define("_MB_XPRESS_ARC_YEAR","年別アーカイブ"); 
    57         define("_MB_XPRESS_ARC_MONTH","月別アーカイブ"); 
    58         define("_MB_XPRESS_ARC_WEEK","週別アーカイブ"); 
    59         define("_MB_XPRESS_ARC_DAY","日別アーカイブ"); 
    60         define("_MB_XPRESS_ARC_POST","個別記事アーカイブ"); 
     55        define("_MB_XP2_ARC_TYPE","アーカイブタイプ"); 
     56        define("_MB_XP2_ARC_YEAR","年別アーカイブ"); 
     57        define("_MB_XP2_ARC_MONTH","月別アーカイブ"); 
     58        define("_MB_XP2_ARC_WEEK","週別アーカイブ"); 
     59        define("_MB_XP2_ARC_DAY","日別アーカイブ"); 
     60        define("_MB_XP2_ARC_POST","個別記事アーカイブ"); 
    6161 
    6262// authors       
    63         define("_MB_XPRESS_EXCLUEDEADMIN","リスト一覧から管理人を除く"); 
    64         define("_MB_XPRESS_SHOW_FULLNAME","著者名をフルネームで表示"); 
     63        define("_MB_XP2_EXCLUEDEADMIN","リスト一覧から管理人を除く"); 
     64        define("_MB_XP2_SHOW_FULLNAME","著者名をフルネームで表示"); 
    6565 
    6666// page          
    67         define("_MB_XPRESS_PAGE_ORDERBY","ページリストのソート項目"); 
    68         define("_MB_XPRESS_PAGE_TITLE","タイトル名順"); 
    69         define("_MB_XPRESS_PAGE_MENU_ORDER","ページ順"); 
    70         define("_MB_XPRESS_PAGE_POST_DATE","作成日順"); 
    71         define("_MB_XPRESS_PAGE_POST_MODIFY","最終更新日順"); 
    72         define("_MB_XPRESS_PAGE_ID","ページ ID順"); 
    73         define("_MB_XPRESS_PAGE_AUTHOR","作成者ID 順"); 
    74         define("_MB_XPRESS_PAGE_SLUG","ページスラッグ順"); 
    75         define("_MB_XPRESS_PAGE_EXCLUDE","リストから除外するページID をカンマ区切りで昇順に指定。"); 
    76         define("_MB_XPRESS_PAGE_EXCLUDE_TREE","リストから除外するページID を指定(子ページも除外されます)。"); 
    77         define("_MB_XPRESS_PAGE_INCLUDE","指定したページID のみリストに表示。カンマ区切りで昇順に指定"); 
    78         define("_MB_XPRESS_PAGE_DEPTH","ページ階層のどのレベルまでをリストに出力するかを指定。 (0=全親子ページを出力)"); 
    79         define("_MB_XPRESS_PAGE_CHILD_OF","指定IDのページを親とする階層のページをリストに表示します。(0=全親子ページを出力)"); 
    80         define("_MB_XPRESS_PAGE_HIERARCHICAL","子ページをリスト表示するとき、インデント(字下げ)する。"); 
    81         define("_MB_XPRESS_PAGE_META_KEY","ここに記述したカスタムフィールドキーを持つページだけを表示します。"); 
    82         define("_MB_XPRESS_PAGE_META_VALUE","ここに記述したカスタムフィールド値を持つページだけを表示します。"); 
     67        define("_MB_XP2_PAGE_ORDERBY","ページリストのソート項目"); 
     68        define("_MB_XP2_PAGE_TITLE","タイトル名順"); 
     69        define("_MB_XP2_PAGE_MENU_ORDER","ページ順"); 
     70        define("_MB_XP2_PAGE_POST_DATE","作成日順"); 
     71        define("_MB_XP2_PAGE_POST_MODIFY","最終更新日順"); 
     72        define("_MB_XP2_PAGE_ID","ページ ID順"); 
     73        define("_MB_XP2_PAGE_AUTHOR","作成者ID 順"); 
     74        define("_MB_XP2_PAGE_SLUG","ページスラッグ順"); 
     75        define("_MB_XP2_PAGE_EXCLUDE","リストから除外するページID をカンマ区切りで昇順に指定。"); 
     76        define("_MB_XP2_PAGE_EXCLUDE_TREE","リストから除外するページID を指定(子ページも除外されます)。"); 
     77        define("_MB_XP2_PAGE_INCLUDE","指定したページID のみリストに表示。カンマ区切りで昇順に指定"); 
     78        define("_MB_XP2_PAGE_DEPTH","ページ階層のどのレベルまでをリストに出力するかを指定。 (0=全親子ページを出力)"); 
     79        define("_MB_XP2_PAGE_CHILD_OF","指定IDのページを親とする階層のページをリストに表示します。(0=全親子ページを出力)"); 
     80        define("_MB_XP2_PAGE_HIERARCHICAL","子ページをリスト表示するとき、インデント(字下げ)する。"); 
     81        define("_MB_XP2_PAGE_META_KEY","ここに記述したカスタムフィールドキーを持つページだけを表示します。"); 
     82        define("_MB_XP2_PAGE_META_VALUE","ここに記述したカスタムフィールド値を持つページだけを表示します。"); 
    8383         
    8484// Search 
    85         define("_MB_XPRESS_SEARCH_LENGTH","検索BOXの長さ"); 
     85        define("_MB_XP2_SEARCH_LENGTH","検索BOXの長さ"); 
    8686         
    8787// tag cloud 
    88         define("_MB_XPRESS_CLOUD_SMALLEST",'最少使用数のタグの表示に使うフォントサイズ'); 
    89         define("_MB_XPRESS_CLOUD_LARGEST",'最多使用数のタグの表示に使うフォントサイズ'); 
    90         define("_MB_XPRESS_CLOUD_UNIT","フォントサイズの単位。pt, px, em, % 等"); 
    91         define("_MB_XPRESS_CLOUD_NUMBER","クラウドに表示するタグ数。[0] を指定すると全タグを表示"); 
    92         define("_MB_XPRESS_CLOUD_FORMAT","クラウド表示のフォーマット"); 
    93         define("_MB_XPRESS_CLOUD_ORDERBY","タグの表示順とする項目"); 
    94         define("_MB_XPRESS_CLOUD_ORDER","ソート順(ランダムはWordPress2.5以上で指定可能)"); 
    95         define("_MB_XPRESS_CLOUD_EXCLUDE","除外するタグの term_id をカンマ区切りで指定"); 
    96         define("_MB_XPRESS_CLOUD_INCLUDE","表示対象とするタグの term_id をカンマ区切りで指定、空白時は全タグ対象"); 
    97         define("_MB_XPRESS_RAND","ランダム"); 
    98         define("_MB_XPRESS_TAG_NAME","タグ名"); 
    99         define("_MB_XPRESS_TAG_COUNT","使用回数"); 
     88        define("_MB_XP2_CLOUD_SMALLEST",'最少使用数のタグの表示に使うフォントサイズ'); 
     89        define("_MB_XP2_CLOUD_LARGEST",'最多使用数のタグの表示に使うフォントサイズ'); 
     90        define("_MB_XP2_CLOUD_UNIT","フォントサイズの単位。pt, px, em, % 等"); 
     91        define("_MB_XP2_CLOUD_NUMBER","クラウドに表示するタグ数。[0] を指定すると全タグを表示"); 
     92        define("_MB_XP2_CLOUD_FORMAT","クラウド表示のフォーマット"); 
     93        define("_MB_XP2_CLOUD_ORDERBY","タグの表示順とする項目"); 
     94        define("_MB_XP2_CLOUD_ORDER","ソート順(ランダムはWordPress2.5以上で指定可能)"); 
     95        define("_MB_XP2_CLOUD_EXCLUDE","除外するタグの term_id をカンマ区切りで指定"); 
     96        define("_MB_XP2_CLOUD_INCLUDE","表示対象とするタグの term_id をカンマ区切りで指定、空白時は全タグ対象"); 
     97        define("_MB_XP2_RAND","ランダム"); 
     98        define("_MB_XP2_TAG_NAME","タグ名"); 
     99        define("_MB_XP2_TAG_COUNT","使用回数"); 
    100100         
    101101// Categorie 
    102         define("_MB_XPRESS_CAT_ALL_STR","全カテゴリへのリンクを示す文字を指定します。(空白時は表示なし)"); 
    103         define("_MB_XPRESS_CAT_ORDERBY","カテゴリのソート項目"); 
    104         define("_MB_XPRESS_CAT_NAME","カテゴリ名"); 
    105         define("_MB_XPRESS_CAT_COUNT","カテゴリの投稿数"); 
    106         define("_MB_XPRESS_CAT_ID","カテゴリID"); 
    107         define("_MB_XPRESS_SHOW_LAST_UPDATE","各カテゴリに属する投稿の最終更新日を表示する。"); 
    108         define("_MB_XPRESS_CAT_HIDE_EMPTY","投稿のないカテゴリを非表示にする。"); 
    109         define("_MB_XPRESS_DESC_FOR_TITLE","カテゴリの概要をリンクの title 属性に挿入する。"); 
    110         define("_MB_XPRESS_CAT_EXCLUDE","リストから除外するカテゴリID をカンマ区切りで昇順に指定。"); 
    111         define("_MB_XPRESS_CAT_INCLUDE","指定したカテゴリID のみリストに表示。カンマ区切りで昇順に指定"); 
    112         define("_MB_XPRESS_CAT_HIERARCHICAL","サブカテゴリーを表示するとき、インデント(字下げ)する。"); 
    113         define("_MB_XPRESS_CAT_DEPTH","カテゴリ階層のどのレベルまでをリストに出力するかを指定。 (0=全親子カテゴリを出力)"); 
     102        define("_MB_XP2_CAT_ALL_STR","全カテゴリへのリンクを示す文字を指定します。(空白時は表示なし)"); 
     103        define("_MB_XP2_CAT_ORDERBY","カテゴリのソート項目"); 
     104        define("_MB_XP2_CAT_NAME","カテゴリ名"); 
     105        define("_MB_XP2_CAT_COUNT","カテゴリの投稿数"); 
     106        define("_MB_XP2_CAT_ID","カテゴリID"); 
     107        define("_MB_XP2_SHOW_LAST_UPDATE","各カテゴリに属する投稿の最終更新日を表示する。"); 
     108        define("_MB_XP2_CAT_HIDE_EMPTY","投稿のないカテゴリを非表示にする。"); 
     109        define("_MB_XP2_DESC_FOR_TITLE","カテゴリの概要をリンクの title 属性に挿入する。"); 
     110        define("_MB_XP2_CAT_EXCLUDE","リストから除外するカテゴリID をカンマ区切りで昇順に指定。"); 
     111        define("_MB_XP2_CAT_INCLUDE","指定したカテゴリID のみリストに表示。カンマ区切りで昇順に指定"); 
     112        define("_MB_XP2_CAT_HIERARCHICAL","サブカテゴリーを表示するとき、インデント(字下げ)する。"); 
     113        define("_MB_XP2_CAT_DEPTH","カテゴリ階層のどのレベルまでをリストに出力するかを指定。 (0=全親子カテゴリを出力)"); 
    114114         
    115115// meta  
    116         define("_MB_XPRESS_META_WP_LINK","WordPressサイトへのリンクを表示"); 
    117         define("_MB_XPRESS_META_XOOPS_LINK","Xoopsサイトへのリンクを表示"); 
    118         define("_MB_XPRESS_META_POST_RSS","投稿のRSSを表示"); 
    119         define("_MB_XPRESS_META_COMMENT_RSS","コメントのRSSを表示"); 
    120         define("_MB_XPRESS_META_POST_NEW","新規投稿を表示"); 
    121         define("_MB_XPRESS_META_ADMIN","サイトの管理を表示"); 
    122         define("_MB_XPRESS_META_README","ReadMeを表示"); 
    123         define("_MB_XPRESS_META_CH_STYLE","表示モード切替を表示"); 
     116        define("_MB_XP2_META_WP_LINK","WordPressサイトへのリンクを表示"); 
     117        define("_MB_XP2_META_XOOPS_LINK","Xoopsサイトへのリンクを表示"); 
     118        define("_MB_XP2_META_POST_RSS","投稿のRSSを表示"); 
     119        define("_MB_XP2_META_COMMENT_RSS","コメントのRSSを表示"); 
     120        define("_MB_XP2_META_POST_NEW","新規投稿を表示"); 
     121        define("_MB_XP2_META_ADMIN","サイトの管理を表示"); 
     122        define("_MB_XP2_META_README","ReadMeを表示"); 
     123        define("_MB_XP2_META_CH_STYLE","表示モード切替を表示"); 
    124124 
    125125// meta  
    126         define("_MB_XPRESS_SELECT_WIDGET","表示するウィジェットを選択 (複数選択可)"); 
     126        define("_MB_XP2_SELECT_WIDGET","表示するウィジェットを選択 (複数選択可)"); 
    127127         
    128128// custom  
    129         define("_MB_XPRESS_ENHACED_FILE","カスタムブロックを表示するファイル名を入力してください。"); 
    130         define("_MB_XPRESS_MAKE_ENHACED_FILE","ここで指定したファイルをテーマ内のブロックディレクトリーに作成してください。"); 
     129        define("_MB_XP2_ENHACED_FILE","カスタムブロックを表示するファイル名を入力してください。"); 
     130        define("_MB_XP2_MAKE_ENHACED_FILE","ここで指定したファイルをテーマ内のブロックディレクトリーに作成してください。"); 
    131131} 
    132132?> 
  • trunk/language/ja_utf8/main.php

    r1 r183  
    11<?php 
    2 if( ! defined( 'XPRESS_MAIN_LANG_INCLUDED' ) ) { 
    3         define( 'XPRESS_MAIN_LANG_INCLUDED' , 1 ) ; 
     2if( ! defined( 'XP2_MAIN_LANG_INCLUDED' ) ) { 
     3        define( 'XP2_MAIN_LANG_INCLUDED' , 1 ) ; 
    44 
    55} 
  • trunk/language/ja_utf8/modinfo.php

    r151 r183  
    44 
    55        // The name of this module admin menu 
    6         define("_MI_MENU_SYS_INFO","システム情報"); 
    7         define("_MI_MENU_BLOCK_ADMIN","ブロック権限"); 
    8         define("_MI_MENU_BLOCK_CHECK","ブロックチェック"); 
     6        define("_MI_XP2_MENU_SYS_INFO","システム情報"); 
     7        define("_MI_XP2_MENU_BLOCK_ADMIN","ブロック権限"); 
     8        define("_MI_XP2_MENU_BLOCK_CHECK","ブロックチェック"); 
    99         
    1010        // The name of this module 
    11         define("_MI_XPRESS_NAME","ブログ"); 
     11        define("_MI_XP2_NAME","ブログ"); 
    1212 
    1313        // A brief description of this module 
    14         define("_MI_XPRESS_DESC","WordPressMEをXOOPSモジュール化したものです。"); 
     14        define("_MI_XP2_DESC","WordPressMEをXOOPSモジュール化したものです。"); 
    1515 
    1616        // Sub menu titles 
    17         define("_MI_XPRESS_MENU_POST_NEW","新規投稿"); 
    18         define("_MI_XPRESS_MENU_EDIT","編集"); 
    19         define("_MI_XPRESS_MENU_ADMIN","WordPress管理"); 
    20         define("_MI_XPRESS_MENU_XPRESS","XPressME設定"); 
     17        define("_MI_XP2_MENU_POST_NEW","新規投稿"); 
     18        define("_MI_XP2_MENU_EDIT","編集"); 
     19        define("_MI_XP2_MENU_ADMIN","WordPress管理"); 
     20        define("_MI_XP2_MENU_XPRESS","XPressME設定"); 
    2121 
    2222        // Block Name 
    23         define("_MI_XPRESS_BLOCK_COMMENTS","最近のコメント"); 
    24         define("_MI_XPRESS_BLOCK_CONTENT","最近の記事内容"); 
    25         define("_MI_XPRESS_BLOCK_POSTS","最近の記事"); 
    26         define("_MI_XPRESS_BLOCK_CALENDER","カレンダー"); 
    27         define("_MI_XPRESS_BLOCK_POPULAR","人気記事リスト"); 
    28         define("_MI_XPRESS_BLOCK_ARCHIVE","アーカイブ"); 
    29         define("_MI_XPRESS_BLOCK_AUTHORS","投稿者"); 
    30         define("_MI_XPRESS_BLOCK_PAGE","ページ"); 
    31         define("_MI_XPRESS_BLOCK_SEARCH","検索"); 
    32         define("_MI_XPRESS_BLOCK_TAG","タグクラウド"); 
    33         define("_MI_XPRESS_BLOCK_CATEGORY","カテゴリー"); 
    34         define("_MI_XPRESS_BLOCK_META","メタ情報"); 
    35         define("_MI_XPRESS_BLOCK_SIDEBAR","サイドバー"); 
    36         define("_MI_XPRESS_BLOCK_WIDGET","ウィジェット"); 
    37         define("_MI_XPRESS_BLOCK_ENHANCED","拡張ブロック"); 
     23        define("_MI_XP2_BLOCK_COMMENTS","最近のコメント"); 
     24        define("_MI_XP2_BLOCK_CONTENT","最近の記事内容"); 
     25        define("_MI_XP2_BLOCK_POSTS","最近の記事"); 
     26        define("_MI_XP2_BLOCK_CALENDER","カレンダー"); 
     27        define("_MI_XP2_BLOCK_POPULAR","人気記事リスト"); 
     28        define("_MI_XP2_BLOCK_ARCHIVE","アーカイブ"); 
     29        define("_MI_XP2_BLOCK_AUTHORS","投稿者"); 
     30        define("_MI_XP2_BLOCK_PAGE","ページ"); 
     31        define("_MI_XP2_BLOCK_SEARCH","検索"); 
     32        define("_MI_XP2_BLOCK_TAG","タグクラウド"); 
     33        define("_MI_XP2_BLOCK_CATEGORY","カテゴリー"); 
     34        define("_MI_XP2_BLOCK_META","メタ情報"); 
     35        define("_MI_XP2_BLOCK_SIDEBAR","サイドバー"); 
     36        define("_MI_XP2_BLOCK_WIDGET","ウィジェット"); 
     37        define("_MI_XP2_BLOCK_ENHANCED","拡張ブロック"); 
    3838         
    3939        // Notify Categories 
    40         define('_MI_XPRESS_NOTCAT_GLOBAL', 'ブログ全体'); 
    41         define('_MI_XPRESS_NOTCAT_GLOBALDSC', 'ブログ全体における通知オプション'); 
    42         define('_MI_XPRESS_NOTCAT_CAT', '選択中のカテゴリ'); 
    43         define('_MI_XPRESS_NOTCAT_CATDSC', '選択中のカテゴリに対する通知オプション'); 
    44         define('_MI_XPRESS_NOTCAT_AUTHOR', '選択中の投稿者');  
    45         define('_MI_XPRESS_NOTCAT_AUTHORDSC', '選択中の投稿者に対する通知オプション'); 
    46         define('_MI_XPRESS_NOTCAT_POST', '表示中の記事');  
    47         define('_MI_XPRESS_NOTCAT_POSTDSC', '表示中の記事に対する通知オプション'); 
     40        define('_MI_XP2_NOTCAT_GLOBAL', 'ブログ全体'); 
     41        define('_MI_XP2_NOTCAT_GLOBALDSC', 'ブログ全体における通知オプション'); 
     42        define('_MI_XP2_NOTCAT_CAT', '選択中のカテゴリ'); 
     43        define('_MI_XP2_NOTCAT_CATDSC', '選択中のカテゴリに対する通知オプション'); 
     44        define('_MI_XP2_NOTCAT_AUTHOR', '選択中の投稿者');  
     45        define('_MI_XP2_NOTCAT_AUTHORDSC', '選択中の投稿者に対する通知オプション'); 
     46        define('_MI_XP2_NOTCAT_POST', '表示中の記事');  
     47        define('_MI_XP2_NOTCAT_POSTDSC', '表示中の記事に対する通知オプション'); 
    4848 
    4949        // Each Notifications 
    50         define('_MI_XPRESS_NOTIFY_GLOBAL_WAITING', '承認待ち'); 
    51         define('_MI_XPRESS_NOTIFY_GLOBAL_WAITINGCAP', '承認を要する投稿・編集が行われた場合に通知します。管理者専用'); 
    52         define('_MI_XPRESS_NOTIFY_GLOBAL_WAITINGSBJ', '[{X_SITENAME}] {X_MODULE}: 承認待ち'); 
     50        define('_MI_XP2_NOTIFY_GLOBAL_WAITING', '承認待ち'); 
     51        define('_MI_XP2_NOTIFY_GLOBAL_WAITINGCAP', '承認を要する投稿・編集が行われた場合に通知します。管理者専用'); 
     52        define('_MI_XP2_NOTIFY_GLOBAL_WAITINGSBJ', '[{X_SITENAME}] {X_MODULE}: 承認待ち'); 
    5353 
    54         define('_MI_XPRESS_NOTIFY_GLOBAL_NEWPOST', '記事投稿'); 
    55         define('_MI_XPRESS_NOTIFY_GLOBAL_NEWPOSTCAP', 'このブログ全体のいずれかに記事の投稿があった場合に通知する'); 
    56         define('_MI_XPRESS_NOTIFY_GLOBAL_NEWPOSTSBJ', '[{XPRESS_BLOG_NAME}]記事: "{XPRESS_POST_TITLE}"'); 
     54        define('_MI_XP2_NOTIFY_GLOBAL_NEWPOST', '記事投稿'); 
     55        define('_MI_XP2_NOTIFY_GLOBAL_NEWPOSTCAP', 'このブログ全体のいずれかに記事の投稿があった場合に通知する'); 
     56        define('_MI_XP2_NOTIFY_GLOBAL_NEWPOSTSBJ', '[{XPRESS_BLOG_NAME}]記事: "{XPRESS_POST_TITLE}"'); 
    5757 
    58         define('_MI_XPRESS_NOTIFY_GLOBAL_NEWCOMMENT', 'コメント投稿'); 
    59         define('_MI_XPRESS_NOTIFY_GLOBAL_NEWCOMMENTCAP', 'このブログ全体のいずれかにコメントの投稿があった場合に通知する'); 
    60         define('_MI_XPRESS_NOTIFY_GLOBAL_NEWCOMMENTSBJ', '[{XPRESS_BLOG_NAME}]コメント: "{XPRESS_POST_TITLE}"'); 
     58        define('_MI_XP2_NOTIFY_GLOBAL_NEWCOMMENT', 'コメント投稿'); 
     59        define('_MI_XP2_NOTIFY_GLOBAL_NEWCOMMENTCAP', 'このブログ全体のいずれかにコメントの投稿があった場合に通知する'); 
     60        define('_MI_XP2_NOTIFY_GLOBAL_NEWCOMMENTSBJ', '[{XPRESS_BLOG_NAME}]コメント: "{XPRESS_POST_TITLE}"'); 
    6161 
    62         define('_MI_XPRESS_NOTIFY_CAT_NEWPOST', '選択カテゴリへの記事投稿'); 
    63         define('_MI_XPRESS_NOTIFY_CAT_NEWPOSTCAP', 'このカテゴリに記事投稿があった場合に通知する'); 
    64         define('_MI_XPRESS_NOTIFY_CAT_NEWPOSTSBJ', '[{XPRESS_BLOG_NAME}]記事: "{XPRESS_POST_TITLE}" (条件:カテゴリ="{XPRESS_CAT_TITLE}")'); 
     62        define('_MI_XP2_NOTIFY_CAT_NEWPOST', '選択カテゴリへの記事投稿'); 
     63        define('_MI_XP2_NOTIFY_CAT_NEWPOSTCAP', 'このカテゴリに記事投稿があった場合に通知する'); 
     64        define('_MI_XP2_NOTIFY_CAT_NEWPOSTSBJ', '[{XPRESS_BLOG_NAME}]記事: "{XPRESS_POST_TITLE}" (条件:カテゴリ="{XPRESS_CAT_TITLE}")'); 
    6565 
    66         define('_MI_XPRESS_NOTIFY_CAT_NEWCOMMENT', '選択カテゴリへのコメント投稿'); 
    67         define('_MI_XPRESS_NOTIFY_CAT_NEWCOMMENTCAP', 'このカテゴリにコメント投稿があった場合に通知する'); 
    68         define('_MI_XPRESS_NOTIFY_CAT_NEWCOMMENTSBJ', '[{XPRESS_BLOG_NAME}]コメント: (記事"{XPRESS_POST_TITLE}") (条件:カテゴリ="{XPRESS_CAT_TITLE}")'); 
     66        define('_MI_XP2_NOTIFY_CAT_NEWCOMMENT', '選択カテゴリへのコメント投稿'); 
     67        define('_MI_XP2_NOTIFY_CAT_NEWCOMMENTCAP', 'このカテゴリにコメント投稿があった場合に通知する'); 
     68        define('_MI_XP2_NOTIFY_CAT_NEWCOMMENTSBJ', '[{XPRESS_BLOG_NAME}]コメント: (記事"{XPRESS_POST_TITLE}") (条件:カテゴリ="{XPRESS_CAT_TITLE}")'); 
    6969 
    70         define('_MI_XPRESS_NOTIFY_AUT_NEWPOST', '選択投稿者による記事投稿'); 
    71         define('_MI_XPRESS_NOTIFY_AUT_NEWPOSTCAP', 'この投稿者から記事投稿があった場合に通知する'); 
    72         define('_MI_XPRESS_NOTIFY_AUT_NEWPOSTSBJ', '[{XPRESS_BLOG_NAME}]記事: "{XPRESS_POST_TITLE}" (条件:投稿者="{XPRESS_AUTH_NAME}")'); 
     70        define('_MI_XP2_NOTIFY_AUT_NEWPOST', '選択投稿者による記事投稿'); 
     71        define('_MI_XP2_NOTIFY_AUT_NEWPOSTCAP', 'この投稿者から記事投稿があった場合に通知する'); 
     72        define('_MI_XP2_NOTIFY_AUT_NEWPOSTSBJ', '[{XPRESS_BLOG_NAME}]記事: "{XPRESS_POST_TITLE}" (条件:投稿者="{XPRESS_AUTH_NAME}")'); 
    7373 
    74         define('_MI_XPRESS_NOTIFY_AUT_NEWCOMMENT', '選択投稿者記事へのコメント投稿'); 
    75         define('_MI_XPRESS_NOTIFY_AUT_NEWCOMMENTCAP', 'この投稿者による記事へコメント投稿があった場合に通知する'); 
    76         define('_MI_XPRESS_NOTIFY_AUT_NEWCOMMENTSBJ', '[{XPRESS_BLOG_NAME}]コメント: (記事"{XPRESS_POST_TITLE}") (条件:投稿者="{XPRESS_AUTH_NAME}")'); 
     74        define('_MI_XP2_NOTIFY_AUT_NEWCOMMENT', '選択投稿者記事へのコメント投稿'); 
     75        define('_MI_XP2_NOTIFY_AUT_NEWCOMMENTCAP', 'この投稿者による記事へコメント投稿があった場合に通知する'); 
     76        define('_MI_XP2_NOTIFY_AUT_NEWCOMMENTSBJ', '[{XPRESS_BLOG_NAME}]コメント: (記事"{XPRESS_POST_TITLE}") (条件:投稿者="{XPRESS_AUTH_NAME}")'); 
    7777 
    78         define('_MI_XPRESS_NOTIFY_POST_EDITPOST', '記事変更'); 
    79         define('_MI_XPRESS_NOTIFY_POST_EDITPOSTCAP', '表示中の記事に変更があった場合に通知する'); 
    80         define('_MI_XPRESS_NOTIFY_POST_EDITPOSTSBJ', '[{XPRESS_BLOG_NAME}]記事: "{XPRESS_POST_TITLE}"変更 (条件:記事指定)'); 
     78        define('_MI_XP2_NOTIFY_POST_EDITPOST', '記事変更'); 
     79        define('_MI_XP2_NOTIFY_POST_EDITPOSTCAP', '表示中の記事に変更があった場合に通知する'); 
     80        define('_MI_XP2_NOTIFY_POST_EDITPOSTSBJ', '[{XPRESS_BLOG_NAME}]記事: "{XPRESS_POST_TITLE}"変更 (条件:記事指定)'); 
    8181 
    82         define('_MI_XPRESS_NOTIFY_POST_NEWCOMMENT', '記事へのコメント投稿'); 
    83         define('_MI_XPRESS_NOTIFY_POST_NEWCOMMENTCAP', '表示中の記事にコメントの投稿があった場合に通知する'); 
    84         define('_MI_XPRESS_NOTIFY_POST_NEWCOMMENTSBJ', '[{XPRESS_BLOG_NAME}]コメント: (記事"{XPRESS_POST_TITLE}") (条件:記事指定)'); 
     82        define('_MI_XP2_NOTIFY_POST_NEWCOMMENT', '記事へのコメント投稿'); 
     83        define('_MI_XP2_NOTIFY_POST_NEWCOMMENTCAP', '表示中の記事にコメントの投稿があった場合に通知する'); 
     84        define('_MI_XP2_NOTIFY_POST_NEWCOMMENTSBJ', '[{XPRESS_BLOG_NAME}]コメント: (記事"{XPRESS_POST_TITLE}") (条件:記事指定)'); 
    8585 
    8686} 
Note: See TracChangeset for help on using the changeset viewer.