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

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

File:
1 edited

Legend:

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

    r22496 r22504  
    247247        // 仮会員が有効の場合 
    248248        if (CUSTOMER_CONFIRM_MAIL == true) { 
    249             $subject        = $objHelperMail->sfMakeSubject(t('LC_Page_Entry_003')); 
     249            $subject        = $objHelperMail->sfMakeSubject(t('c_Confirmation of member registration_02')); 
    250250            $toCustomerMail = $objMailText->fetch('mail_templates/customer_mail.tpl'); 
    251251        } else { 
    252             $subject        = $objHelperMail->sfMakeSubject(t('LC_Page_Entry_004')); 
     252            $subject        = $objHelperMail->sfMakeSubject(t('c_Completion of member registration_02')); 
    253253            $toCustomerMail = $objMailText->fetch('mail_templates/customer_regist_mail.tpl'); 
    254254        } 
     
    320320        /* 
    321321        if (!$this->lfInputNameCheck($addData['zip01'])) { 
    322             $arrErr['zip01'] = t('LC_Page_Entry_005'); 
     322            $arrErr['zip01'] = t('c_* Format is inadequate.<br />_01'); 
    323323        } 
    324324        if (!$this->lfInputNameCheck($arrdata['zip02'])) { 
    325             $arrErr['zip02'] = t('LC_Page_Entry_006'); 
     325            $arrErr['zip02'] = t('c_* Format is inadequate.<br />_01'); 
    326326        } 
    327327        */ 
    328328        if (!$this->lfInputNameCheck($arrData['zipcode'])) { 
    329             $arrErr['zipcode'] = t('LC_Page_Entry_005'); 
     329            $arrErr['zipcode'] = t('c_* Format is inadequate.<br />_01'); 
    330330        } 
    331331 
Note: See TracChangeset for help on using the changeset viewer.