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/admin/basis/LC_Page_Admin_Basis_Kiyaku.php

    r22492 r22496  
    4646        $this->tpl_mainpage = 'basis/kiyaku.tpl'; 
    4747        $this->tpl_subno = 'kiyaku'; 
    48         $this->tpl_maintitle = t('TPL_MAINTITLE_006'); 
     48        $this->tpl_maintitle = t('c_Basic information_01'); 
    4949        $this->tpl_subtitle = t('LC_Page_Admin_Basis_Kiyaku_002'); 
    5050        $this->tpl_mainno = 'basis'; 
     
    131131                if (isset($_GET['msg']) && $_GET['msg'] == 'on') { 
    132132                    // 完了メッセージ 
    133                     $this->tpl_onload = "alert('" . t('ALERT_004') . "');"; 
     133                    $this->tpl_onload = "alert('" . t('c_Registration is complete._01') . "');"; 
    134134                } 
    135135                break; 
Note: See TracChangeset for help on using the changeset viewer.