Ignore:
Timestamp:
2013/02/04 21:42:42 (11 years ago)
Author:
kim
Message:

#2084 ID振り直し LC_Page_Admin_Products_UploadCSV_012からLC_Page_Admin_System_Parameterまで

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/class/pages/admin/system/LC_Page_Admin_System_Masterdata.php

    r22496 r22498  
    4848        $this->tpl_mainno = 'system'; 
    4949        $this->tpl_maintitle = t('c_System_01'); 
    50         $this->tpl_subtitle = t('LC_Page_Admin_System_Masterdata_001'); 
     50        $this->tpl_subtitle = t('c_Master data management_01'); 
    5151    } 
    5252 
     
    168168                for ($j = $i + 1; $j < count($arrId); $j++) { 
    169169                    if ($id == $arrId[$j]) { 
    170                         return t('LC_Page_Admin_System_Masterdata_002', array('T_ARG1' => $id)); 
     170                        return t('c_Since T_ARG1 is duplicated, registration is not possible._01', array('T_ARG1' => $id)); 
    171171                         
    172172                    } 
Note: See TracChangeset for help on using the changeset viewer.