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/system/LC_Page_Admin_System_Parameter.php

    r22100 r22496  
    5858        $this->tpl_subno = 'parameter'; 
    5959        $this->tpl_mainno = 'system'; 
    60         $this->tpl_maintitle = t('TPL_MAINTITLE_009'); 
     60        $this->tpl_maintitle = t('c_System_01'); 
    6161        $this->tpl_subtitle = t('LC_Page_Admin_System_Parameter'); 
    6262    } 
     
    9494                if (empty($this->arrErr)) { 
    9595                    $this->update($this->arrKeys, $this->arrForm); 
    96                     $this->tpl_onload = "window.alert('" . t('ALERT_029') . "');"; 
     96                    $this->tpl_onload = "window.alert('" . t('c_Parameter settings is complete._01') . "');"; 
    9797                } else { 
    9898                    $this->arrValues = SC_Utils_Ex::getHash2Array($this->arrForm, $this->arrKeys); 
    99                     $this->tpl_onload = "window.alert('" . t('ALERT_030') . "');"; 
     99                    $this->tpl_onload = "window.alert('" . t('c_An error has occurred. Please check entered data._01') . "');"; 
    100100                } 
    101101                break; 
Note: See TracChangeset for help on using the changeset viewer.