Changeset 183 for trunk/language/english/admin.php
- Timestamp:
- Apr 20, 2009, 6:16:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/language/english/admin.php
r177 r183 1 1 <?php 2 if( ! defined( 'XP RESS_ADMIN_LANG_INCLUDED' ) ) {3 define( 'XP RESS_ADMIN_LANG_INCLUDED' , 1 ) ;2 if( ! defined( 'XP2_ADMIN_LANG_INCLUDED' ) ) { 3 define( 'XP2_ADMIN_LANG_INCLUDED' , 1 ) ; 4 4 5 5 // altsys … … 9 9 define('_MD_A_MYMENU_MYPREFERENCES','general'); 10 10 11 define("_AM_ SYSTEM_INFO","System infomation");12 define("_AM_X OOPS_CONFIG_INFO","Set value that XPressME acquired from XOOPS");13 define("_AM_XP RESS_PLUGIN","Active plug-in list at wordpress");14 define("_AM_XP RESS_STATS","WordPress Stats");15 define("_AM_XP RESS_CATEGORIES","Category count");16 define("_AM_XP RESS_ARTICLES","Blog article count");17 define("_AM_XP RESS_AUTHORS","Author count");18 define("_AM_XP RESS_SYS_REPORT","Show Report Mode");19 define("_AM_XP RESS_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"); 20 20 21 21 // 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"); 34 34 35 35
Note: See TracChangeset
for help on using the changeset viewer.