XPressME Integration Kit

Trac

source: trunk/extras/xpress_i18n/portuguese-br/xpressme_modules_root/language/portuguesebr/admin.php @ 315

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

ポルトガル(ブラジル)言語ファイルベースの設置

File size: 2.1 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
22// Block Check 
23        define("_AM_XP2_BLOCK_OK","The block is normal. ");
24        define("_AM_XP2_BLOCK_NG","There is an abnormal block. ");
25        define("_AM_XP2_BLOCK_REPAIR_HOWTO","Please correct the block according to the following procedures. ");
26        define("_AM_XP2_BLOCK_REPAIR_STEP1","Step 1");
27        define("_AM_XP2_BLOCK_REMOVE","Remove xoops block table");
28        define("_AM_XP2_BLOCK_REMOVE_NOTE","Please use carefully, because <b>Remove Block</b> deletes records in block table");
29        define("_AM_XP2_BLOCK_REPAIR_STEP2","Step 2");
30        define("_AM_XP2_BLOCK_UPDATE","The block is restructured with the update of the module.");
31        define("_AM_XP2_TO_MODELE_UPDATE","To the module update");
32        define("_AM_XP2_BLOCK_REPAIR_STEP3","Step3");
33        define("_AM_XP2_BLOCK_ADMIN_SETTING","The arrangement setting of the block and the access authority of the block are set again. ");
34        define("_AM_XP2_BLOCK_TO_SETTING","to blocks/permissions");
35        define("_AM_XP2_USER_META_KEY","User meta information");
36        define("_AM_XP2_USER_META_NONE","There is no meta key necessary for the user level.");
37        define("_AM_XP2_USER_META_ERR","There is a meta key named %s that the prefix is different in %d piece.");
38        define("_AM_XP2_USER_META_OK","The user meta key is normal.");         
39}
40?>
Note: See TracBrowser for help on using the repository browser.