XPressME Integration Kit

Trac


Ignore:
Timestamp:
May 18, 2011, 9:07:23 PM (13 years ago)
Author:
toemon
Message:

WPなしでのインストールに対応 Fixed#405

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Ver3.0/xpressme_integration_kit/language/english/admin.php

    r737 r744  
    4141        define("_AM_XP2_NG_BLOCK_REMOVE","Remove xoops abnormal block table"); 
    4242        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."); 
    4368} 
    4469?> 
Note: See TracChangeset for help on using the changeset viewer.