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_Log.php

    r22496 r22498  
    4747        $this->tpl_mainno   = 'system'; 
    4848        $this->tpl_maintitle = t('c_System_01'); 
    49         $this->tpl_subtitle = t('LC_Page_Admin_System_Log_001'); 
     49        $this->tpl_subtitle = t('c_EC-CUBE log display_01'); 
    5050        $this->line_max     = 50; 
    5151    } 
     
    167167            return constant($const_name); 
    168168        } 
    169         trigger_error(t('LC_Page_Admin_System_Log_002'), E_USER_ERROR); 
     169        trigger_error(t('c_An illegal log was designated._01'), E_USER_ERROR); 
    170170    } 
    171171 
     
    177177     */ 
    178178    function loadLogList() { 
    179         $this->arrLogList[''] = t('LC_Page_Admin_System_Log_003'); 
    180         $this->arrLogList['CUSTOMER'] = t('LC_Page_Admin_System_Log_004'); 
    181         $this->arrLogList['ADMIN'] = t('LC_Page_Admin_System_Log_005'); 
     179        $this->arrLogList[''] = t('c_Standard log file_01'); 
     180        $this->arrLogList['CUSTOMER'] = t('c_Member login log file_01'); 
     181        $this->arrLogList['ADMIN'] = t('c_Management area log file_01'); 
    182182 
    183183        if (defined('DEBUG_LOG_REALFILE') && strlen(DEBUG_LOG_REALFILE) >= 1) { 
    184             $this->arrLogList['DEBUG'] = t('LC_Page_Admin_System_Log_006'); 
     184            $this->arrLogList['DEBUG'] = t('c_Debug log file_01'); 
    185185        } 
    186186 
    187187        if (defined('ERROR_LOG_REALFILE') && strlen(ERROR_LOG_REALFILE) >= 1) { 
    188             $this->arrLogList['ERROR'] = t('LC_Page_Admin_System_Log_007'); 
     188            $this->arrLogList['ERROR'] = t('c_Error log file_01'); 
    189189        } 
    190190 
    191191        if (defined('DB_LOG_REALFILE') && strlen(DB_LOG_REALFILE) >= 1) { 
    192             $this->arrLogList['DB'] = t('LC_Page_Admin_System_Log_008'); 
     192            $this->arrLogList['DB'] = t('c_DB log file_01'); 
    193193        } 
    194194    } 
Note: See TracChangeset for help on using the changeset viewer.