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/design/LC_Page_Admin_Design_Template.php

    r22492 r22496  
    4646        $this->tpl_subno    = 'template'; 
    4747        $this->tpl_mainno   = 'design'; 
    48         $this->tpl_maintitle = t('TPL_MAINTITLE_003'); 
     48        $this->tpl_maintitle = t('c_Design_01'); 
    4949        $this->tpl_subtitle = t('LC_Page_Admin_Design_Template_002'); 
    5050        $this->arrErr  = array(); 
     
    8989                    if ($this->doRegister($template_code, $this->device_type_id)) { 
    9090                        $this->tpl_select = $template_code; 
    91                         $this->tpl_onload = "alert('" . t('ALERT_004') . "');"; 
     91                        $this->tpl_onload = "alert('" . t('c_Registration is complete._01') . "');"; 
    9292                    } 
    9393                } 
     
    102102                if (SC_Utils_Ex::isBlank($this->arrErr)) { 
    103103                    if ($this->doDelete($template_code, $this->device_type_id)) { 
    104                         $this->tpl_onload = "alert('" . t('ALERT_011') . "');"; 
     104                        $this->tpl_onload = "alert('" . t('c_Deletion is complete._01') . "');"; 
    105105                    } 
    106106                } 
Note: See TracChangeset for help on using the changeset viewer.