Ignore:
Timestamp:
2013/01/27 15:37:10 (10 years ago)
Author:
kim
Message:

#2060 メッセージIDの振り直し SC_Image,SC_Initial,SC_PageNavi,SC_Product,SC_Query,SC_SelectSql,SC_SendMail,SC_View,SC_UploadFile,SC_Api_Operation,SC_Batch_Update,SC_Helper_CSV,SC_Helper_Customer,SC_Helper_DB,SC_Helper_Mail,SC_Helper_PageLayout


SC_Sendmail_001とLC_Page_001,LC_Page_Admin_001,SC_Utils_002,GC_Utils_001を統合
SC_UploadFile_003とLC_Page_Admin_Products_ProductClass_014を統合
SC_Helper_CSV_002とLC_Page_Admin_Customer_Edit_001を統合
SC_Helper_CSV_005とPARAM_LABEL_CATEGORYを統合

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/class/SC_Initial.php

    r22297 r22416  
    190190 
    191191            $mtb_constants = file_get_contents(CACHE_REALDIR . '../mtb_constants_init.php'); 
    192             $errorMessage = t('SC_Initial_001', array('T_CACHE_REALDIR' => CACHE_REALDIR), array('device_type_id' => FALSE)); 
     192            $errorMessage = t('c_<div style=\"color: #F00; font-weight: bold; background-color: #FEB; text-align: center\">Please grant T_CACHE_REALDIR user write access (777, etc.)</div>_01', array('T_CACHE_REALDIR' => CACHE_REALDIR), array('device_type_id' => FALSE)); 
    193193            if (is_writable(CACHE_REALDIR)) { 
    194194                $handle = fopen(CACHE_REALDIR . 'mtb_constants.php', 'w'); 
     
    206206            } 
    207207        } else { 
    208             die(t('SC_Initial_002', array('T_CACHE_REALDIR' => CACHE_REALDIR), array('device_type_id' => FALSE))); 
     208            die(t('c_T_CACHE_REALDIR../mtb_constants_init.php does not exist_01', array('T_CACHE_REALDIR' => CACHE_REALDIR), array('device_type_id' => FALSE))); 
    209209        } 
    210210    } 
Note: See TracChangeset for help on using the changeset viewer.