Ignore:
Timestamp:
2013/02/04 18:12:18 (13 years ago)
Author:
m_uehara
Message:

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

File:
1 edited

Legend:

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

    r22489 r22496  
    4545        parent::init(); 
    4646        $this->tpl_message = '住所を検索しています。'; 
    47         $this->tpl_message = t('LC_Page_InputZip_001'); 
     47        $this->tpl_message = t('c_The address is being searched._01'); 
    4848    } 
    4949 
     
    8282            } else { 
    8383                //echo '該当する住所が見つかりませんでした。'; 
    84                 echo t('LC_Page_InputZip_002'); 
     84                echo t('c_No applicable address was found._01'); 
    8585                 
    8686            } 
Note: See TracChangeset for help on using the changeset viewer.