Ignore:
Timestamp:
2013/02/05 18:21:13 (11 years ago)
Author:
m_uehara
Message:

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

File:
1 edited

Legend:

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

    r22492 r22503  
    4444    function init() { 
    4545        parent::init(); 
    46         $this->tpl_title = t('LC_Page_Shopping_001'); 
     46        $this->tpl_title = t('c_Login_01'); 
    4747        $masterData = new SC_DB_MasterData_Ex(); 
    4848        $this->arrPref = $masterData->getMasterData('mtb_pref'); 
     
    8585 
    8686        $nonmember_mainpage = 'shopping/nonmember_input.tpl'; 
    87         $nonmember_title = t('LC_Page_Shopping_002'); 
     87        $nonmember_title = t('c_Enter customer information_01'); 
    8888 
    8989        $this->tpl_uniqid = $objSiteSess->getUniqId(); 
     
    104104        else { 
    105105            if ($this->cartKey == PRODUCT_TYPE_DOWNLOAD) { 
    106                 $msg = t('LC_Page_Shopping_003'); 
     106                $msg = t('c_For shopping that includes downloaded products, member registration is necessary.<br />Please carry out member registration._01'); 
    107107                SC_Utils_Ex::sfDispSiteError(FREE_ERROR_MSG, $objSiteSess, false, $msg); 
    108108                SC_Response_Ex::actionExit(); 
     
    501501        switch ($error) { 
    502502            case TEMP_LOGIN_ERROR: 
    503                 $msg = t('LC_Page_Shopping_004'); 
     503                $msg = t('c_The e-mail address or password is not correct.\nIf you have not completed registration, complete registration from the URL given in the temporary registration e-mail._01'); 
    504504                break; 
    505505            case SITE_LOGIN_ERROR: 
Note: See TracChangeset for help on using the changeset viewer.