Ignore:
Timestamp:
2013/02/05 18:21:13 (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_Bloc.php

    r22496 r22503  
    5050        $this->tpl_mainno = 'design'; 
    5151        $this->tpl_maintitle = t('c_Design_01'); 
    52         $this->tpl_subtitle = t('LC_Page_Admin_Design_Bloc_002'); 
     52        $this->tpl_subtitle = t('c_Block settings_01'); 
    5353        $masterData = new SC_DB_MasterData_Ex(); 
    5454        $this->arrDeviceType = $masterData->getMasterData('mtb_device_type'); 
     
    241241        $bloc_path = $bloc_dir . $arrValues['tpl_path']; 
    242242        if (!SC_Helper_FileManager_Ex::sfWriteFile($bloc_path, $arrParams['bloc_html'])) { 
    243             $this->arrErr['err'] = t('LC_Page_Admin_Design_Bloc_003'); 
     243            $this->arrErr['err'] = t('c_* Block writing failed<br />_01'); 
    244244            $objQuery->rollback(); 
    245245            return false; 
     
    285285 
    286286        if ($is_error) { 
    287             $this->arrErr['err'] = t('LC_Page_Admin_Design_Bloc_004'); 
     287            $this->arrErr['err'] = t('c_* Block deletion failed<br />_01'); 
    288288            $objQuery->rollback(); 
    289289            return false; 
Note: See TracChangeset for help on using the changeset viewer.