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/mail/LC_Page_Admin_Mail.php

    r22496 r22503  
    4949        $this->tpl_pager = 'pager.tpl'; 
    5050        $this->tpl_maintitle = t('c_Mail magazine_02'); 
    51         $this->tpl_subtitle = t('LC_Page_Admin_Mail_002'); 
     51        $this->tpl_subtitle = t('c_Delivery content settings_01'); 
    5252 
    5353        $masterData = new SC_DB_MasterData_Ex(); 
     
    5757        $this->arrSex = $masterData->getMasterData('mtb_sex'); 
    5858        $this->arrPageRows = $masterData->getMasterData('mtb_page_max'); 
    59         $this->arrHtmlmail = array('' => t('LC_Page_Admin_Mail_004'),  1 => t('LC_Page_Admin_Mail_005'), 2 => t('LC_Page_Admin_Mail_006')); 
     59        $this->arrHtmlmail = array('' => t('c_Both_01'),  1 => t('c_HTML_01'), 2 => t('c_TEXT_02')); 
    6060        $this->arrMailType = $masterData->getMasterData('mtb_mail_type'); 
    6161 
     
    219219        if (is_array($arrTemplate)) { 
    220220            foreach ($arrTemplate as $line) { 
    221                 $return[$line['template_id']] = t('LC_Page_Admin_Mail_007', array('T_ARG1' => $this->arrHtmlmail[$line['mail_method']])) . $line['subject']; 
     221                $return[$line['template_id']] = t('c_[T_ARG1]_01', array('T_ARG1' => $this->arrHtmlmail[$line['mail_method']])) . $line['subject']; 
    222222            } 
    223223        } 
Note: See TracChangeset for help on using the changeset viewer.