Ignore:
Timestamp:
2013/02/05 12:51:23 (11 years ago)
Author:
m_uehara
Message:

#2084 メッセージIDの振り直し

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/class/pages/error/LC_Page_Error.php

    r22496 r22500  
    9696                break; 
    9797            case PAGE_ERROR: 
    98                 $this->tpl_error=t('LC_Page_Error_003'); 
     98                $this->tpl_error=t('c_Illegal page migration._01'); 
    9999                break; 
    100100            case CART_EMPTY: 
     
    105105                break; 
    106106            case CANCEL_PURCHASE: 
    107                 $this->tpl_error=t('LC_Page_Error_006'); 
     107                $this->tpl_error=t('c_This procedure has been voided. The following factors may be attributable. <br />- The expiration date of the session information has passed <br /> - A new purchasing procedure was executed during an existing purchasing procedure <br />- The purchasing procedure has already been completed_01'); 
    108108                break; 
    109109            case CATEGORY_NOT_FOUND: 
     
    112112                break; 
    113113            case SITE_LOGIN_ERROR: 
    114                 $this->tpl_error=t('LC_Page_Error_008'); 
     114                $this->tpl_error=t('c_The e-mail address or password is not correct._01'); 
    115115                break; 
    116116            case TEMP_LOGIN_ERROR: 
    117                 $this->tpl_error=t('LC_Page_Error_009'); 
     117                $this->tpl_error=t('c_The e-mail address or password is not correct.<br />If you have not completed registration, complete registration from the URL given in the temporary registration e-mail._01'); 
    118118                break; 
    119119            case CUSTOMER_ERROR: 
     
    121121                break; 
    122122            case SOLD_OUT: 
    123                 $this->tpl_error=t('LC_Page_Error_011'); 
     123                $this->tpl_error=t('c_There is a product that sold out immediately before your purchase. This procedure has been voided. We apologize for the inconvenience._01'); 
    124124                break; 
    125125            case CART_NOT_FOUND: 
    126                 $this->tpl_error=t('LC_Page_Error_012'); 
     126                $this->tpl_error=t('c_Retrieval of information regarding products in your cart failed. This procedure has been voided. We apologize for the inconvenience._01'); 
    127127                break; 
    128128            case LACK_POINT: 
    129                 $this->tpl_error=t('LC_Page_Error_013'); 
     129                $this->tpl_error=t('c_You do not have enough points. This procedure has been voided. We apologize for the inconvenience._01'); 
    130130                break; 
    131131            case FAVORITE_ERROR: 
     
    133133                break; 
    134134            case EXTRACT_ERROR: 
    135                 $this->tpl_error=t('LC_Page_Error_015'); 
     135                $this->tpl_error=t('c_File decompression failed.\nWrite access may not have been granted to the designated directory._01'); 
    136136                break; 
    137137            case FTP_DOWNLOAD_ERROR: 
     
    139139                break; 
    140140            case FTP_LOGIN_ERROR: 
    141                 $this->tpl_error=t('LC_Page_Error_017'); 
     141                $this->tpl_error=t('c_FTP login failed._01'); 
    142142                break; 
    143143            case FTP_CONNECT_ERROR: 
    144                 $this->tpl_error=t('LC_Page_Error_018'); 
     144                $this->tpl_error=t('c_FTP login failed._02'); 
    145145                break; 
    146146            case CREATE_DB_ERROR: 
    147                 $this->tpl_error=t('LC_Page_Error_019'); 
     147                $this->tpl_error=t('c_DB creation failed. \nThe user designated by may not have been granted DB creation access._01'); 
    148148                break; 
    149149            case DB_IMPORT_ERROR: 
    150                 $this->tpl_error=t('LC_Page_Error_020'); 
     150                $this->tpl_error=t('c_Import of the database structure failed. \nThe sql file may be damaged._01'); 
    151151                break; 
    152152            case FILE_NOT_FOUND: 
    153                 $this->tpl_error=t('LC_Page_Error_021'); 
     153                $this->tpl_error=t('c_The settings file does not exist in the designated path._01'); 
    154154                break; 
    155155            case WRITE_FILE_ERROR: 
    156                 $this->tpl_error=t('LC_Page_Error_022'); 
     156                $this->tpl_error=t('c_It is not possible to write to the file settings.\nGrant write access to file settings._01'); 
    157157                break; 
    158158            case DOWNFILE_NOT_FOUND: 
    159                 $this->tpl_error=t('LC_Page_Error_023'); 
     159                $this->tpl_error=t('c_The download file does not exist. <br /> Please inquire at the store._01'); 
    160160                break; 
    161161            case FREE_ERROR_MSG: 
Note: See TracChangeset for help on using the changeset viewer.