Ignore:
Timestamp:
2013/02/04 18:12:18 (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_DispError.php

    r22100 r22496  
    4848        $this->template = LOGIN_FRAME; 
    4949        $this->tpl_mainpage = 'login_error.tpl'; 
    50         $this->tpl_title = t('LC_Page_Error_DispError_001'); 
     50        $this->tpl_title = t('c_Login error_01'); 
    5151        // ディスプレイクラス生成 
    5252        $this->objDisplay = new SC_Display_Ex(); 
     
    7676        switch ($this->type) { 
    7777            case LOGIN_ERROR: 
    78                 $this->tpl_error=t('LC_Page_Error_DispError_002'); 
     78                $this->tpl_error=t('c_The ID or password is not correct.<br />Check and reenter the ID and password._01'); 
    7979                break; 
    8080            case ACCESS_ERROR: 
    81                 $this->tpl_error=t('LC_Page_Error_DispError_003'); 
     81                $this->tpl_error=t('c_Your login session has expired.<br /> Please log in again._01'); 
    8282                break; 
    8383            case AUTH_ERROR: 
    84                 $this->tpl_error=t('LC_Page_Error_DispError_004'); 
     84                $this->tpl_error=t('c_You cannot access this page_01'); 
    8585                SC_Response_Ex::sendHttpStatus(403); 
    8686                break; 
    8787            case INVALID_MOVE_ERRORR: 
    88                 $this->tpl_error=t('LC_Page_Error_DispError_005'); 
     88                $this->tpl_error=t('c_Illegal page migration.<br />Check page again._01'); 
    8989                break; 
    9090            default: 
    91                 $this->tpl_error=t('LC_Page_Error_DispError_006'); 
     91                $this->tpl_error=t('c_An error has occurred.<br />Check and log in again._01'); 
    9292                break; 
    9393        } 
Note: See TracChangeset for help on using the changeset viewer.