Ignore:
Timestamp:
2012/11/03 16:36:01 (11 years ago)
Author:
adachi
Message:

#1890 フロント画面のメッセージ集約

File:
1 edited

Legend:

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

    r22061 r22066  
    4444    function init() { 
    4545        parent::init(); 
    46         $this->tpl_subtitle = '会員登録内容変更(入力ページ)'; 
     46        $this->tpl_subtitle = SC_I18n_Ex::t('LC_Page_Mypage_Change_001'); 
    4747        $this->tpl_mypageno = 'change'; 
    4848 
     
    113113                        // 該当無し 
    114114                        else { 
    115                             $this->arrErr['zip01'] = '※該当する住所が見つかりませんでした。<br>'; 
     115                            $this->arrErr['zip01'] =  SC_I18n_Ex::t('LC_Page_Mypage_Change_002'); 
    116116                        } 
    117117                    } 
     
    128128 
    129129                    $this->tpl_mainpage = 'mypage/change_confirm.tpl'; 
    130                     $this->tpl_title    = '会員登録(確認ページ)'; 
    131                     $this->tpl_subtitle = '会員登録内容変更(確認ページ)'; 
     130                    $this->tpl_title    = SC_I18n_Ex::t('LC_Page_Mypage_Change_003'); 
     131                    $this->tpl_subtitle = SC_I18n_Ex::t('LC_Page_Mypage_Change_004'); 
    132132                } 
    133133                break; 
     
    206206        // 親ウィンドウの戻り値を格納するinputタグのnameのエラーチェック 
    207207        if (!$this->lfInputNameCheck($addData['zip01'])) { 
    208             $arrErr['zip01'] = '※ 入力形式が不正です。<br />'; 
     208            $arrErr['zip01'] =  SC_I18n_Ex::t('LC_Page_Mypage_Change_005'); 
    209209        } 
    210210        if (!$this->lfInputNameCheck($arrdata['zip02'])) { 
    211             $arrErr['zip02'] = '※ 入力形式が不正です。<br />'; 
     211            $arrErr['zip02'] =  SC_I18n_Ex::t('LC_Page_Mypage_Change_006'); 
    212212        } 
    213213 
Note: See TracChangeset for help on using the changeset viewer.