1 | <?php
|
---|
2 | if( ! 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');
|
---|
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 | define("_AM_XP2_NG_BLOCK_REMOVE","Remove xoops abnormal block table");
|
---|
42 | define("_AM_XP2_BLOCK_OR","OR");
|
---|
43 |
|
---|
44 | // WP install
|
---|
45 | define("_AM_XP2_NO_WP","WordPress has not been installed yet.");
|
---|
46 | define("_AM_XP2_WP_RE_CHK","Check again");
|
---|
47 | define("_AM_XP2_WP_INSTALL","Install WordPress");
|
---|
48 |
|
---|
49 | define("_AM_XP2_WP_CHK_0","WordPress file");
|
---|
50 | define("_AM_XP2_WP_CHK_1","The file of WordPress is not up-loaded to the module directory.");
|
---|
51 | define("_AM_XP2_WP_CHK_2","Get WordPress referring to the following. ");
|
---|
52 |
|
---|
53 | define("_AM_XP2_WP_STEP_1","Step 1: Download of WordPress");
|
---|
54 | define("_AM_XP2_WP_STEP_2","Step 2: Uncompression of WordPress package");
|
---|
55 | define("_AM_XP2_WP_STEP_3","Step 3: File of WordPress is uploaded to youre site");
|
---|
56 | define("_AM_XP2_WP_STEP_4","Step 4: Installation of WordPress");
|
---|
57 |
|
---|
58 | define("_AM_XP2_WP_INFO_0","The supply origin of WordPress of specified language (%s) was found");
|
---|
59 | define("_AM_XP2_WP_INFO_1","WordPress(%s) in your region can be downloaded from the following links. ");
|
---|
60 | define("_AM_XP2_WP_INFO_2","WordPress(%s) in your region was not found. ");
|
---|
61 | define("_AM_XP2_WP_INFO_3","You might be able to find information from the following links.");
|
---|
62 | define("_AM_XP2_WP_INFO_4","Or, You can download WordPress of an English version from the following links. ");
|
---|
63 | define("_AM_XP2_WP_INFO_5","Uncompress the downloaded ZIP package.");
|
---|
64 | define("_AM_XP2_WP_INFO_6","You can find \"wordpress\" folder by uncompressing the ZIP package. Upload all files and folders in \"wordpress\" folder to the %s module route by using the FTP client.");
|
---|
65 | define("_AM_XP2_WP_INFO_7","(module route: %s)");
|
---|
66 | define("_AM_XP2_WP_INFO_8","Overwrite everything if whether it overwrites is asked. ");
|
---|
67 | define("_AM_XP2_WP_INFO_9","Go to the installation of WordPress clicking \"Check again\" after the uploading of WordPress.");
|
---|
68 | }
|
---|
69 | ?> |
---|