XPressME Integration Kit

Trac

source: trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/admin.php @ 517

Last change on this file since 517 was 517, checked in by toemon, 14 years ago

システム情報にグループ権限の情報を表示 Fixes #288

File size: 2.2 KB
Line 
1<?php
2if( ! defined( 'XP2_ADMIN_LANG_INCLUDED' ) ) {
3        define( 'XP2_ADMIN_LANG_INCLUDED' , 1 ) ;
4       
5// altsys
6        define('_MD_A_MYMENU_MYTPLSADMIN','templates');
7        define('_MD_A_MYMENU_MYBLOCKSADMIN','blocks/permissions');
8        define('_MD_A_MYMENU_MYLANGADMIN','languages');
9        define('_MD_A_MYMENU_MYPREFERENCES','general');
10
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_BLOCK_STATS","Block Status");
15        define("_AM_XP2_STATS","WordPress Status");
16        define("_AM_XP2_CATEGORIES","Category count");
17        define("_AM_XP2_ARTICLES","Blog article count");
18        define("_AM_XP2_AUTHORS","Author count");
19        define("_AM_XP2_SYS_REPORT","Show Report Mode");
20        define("_AM_XP2_SYS_NORMAL","Show Normal Mode");
21        define("_AM_XP2_BLOCK_OPTIONS","Block Options");
22        define("_AM_XP2_GROUP_ROLE","Group Role");
23
24// Block Check 
25        define("_AM_XP2_BLOCK_OK","The block is normal. ");
26        define("_AM_XP2_BLOCK_NG","There is an abnormal block. ");
27        define("_AM_XP2_BLOCK_REPAIR_HOWTO","Please correct the block according to the following procedures. ");
28        define("_AM_XP2_BLOCK_REPAIR_STEP1","Step 1");
29        define("_AM_XP2_BLOCK_REMOVE","Remove xoops block table");
30        define("_AM_XP2_BLOCK_REMOVE_NOTE","Please use carefully, because <b>Remove Block</b> deletes records in block table");
31        define("_AM_XP2_BLOCK_REPAIR_STEP2","Step 2");
32        define("_AM_XP2_BLOCK_UPDATE","The block is restructured with the update of the module.");
33        define("_AM_XP2_TO_MODELE_UPDATE","To the module update");
34        define("_AM_XP2_BLOCK_REPAIR_STEP3","Step3");
35        define("_AM_XP2_BLOCK_ADMIN_SETTING","The arrangement setting of the block and the access authority of the block are set again. ");
36        define("_AM_XP2_BLOCK_TO_SETTING","to blocks/permissions");
37        define("_AM_XP2_USER_META_KEY","User meta information");
38        define("_AM_XP2_USER_META_NONE","There is no meta key necessary for the user level.");
39        define("_AM_XP2_USER_META_ERR","There is a meta key named %s that the prefix is different in %d piece.");
40        define("_AM_XP2_USER_META_OK","The user meta key is normal.");         
41}
42?>
Note: See TracBrowser for help on using the repository browser.