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/contents/LC_Page_Admin_Contents_FileManager.php

    r22496 r22503  
    4848        $this->tpl_subno = 'file'; 
    4949        $this->tpl_maintitle = t('c_Edit contents_01'); 
    50         $this->tpl_subtitle = t('LC_Page_Admin_Contents_FileManager_002'); 
     50        $this->tpl_subtitle = t('c_File management_01'); 
    5151 
    5252    } 
     
    127127                if (SC_Utils_Ex::isBlank($this->arrErr)) { 
    128128                    if (is_dir($objFormParam->getValue('select_file'))) { 
    129                         $disp_error = t('LC_Page_Admin_Contents_FileManager_003'); 
     129                        $disp_error = t('c_* It is not possible to download the directory.<br/>_01'); 
    130130                        $this->setDispError('select_file', $disp_error); 
    131131                    } else { 
Note: See TracChangeset for help on using the changeset viewer.