Ignore:
Timestamp:
2012/11/16 14:56:04 (11 years ago)
Author:
pineray
Message:

#163 (テキスト出力多言語対応)

グローバル化に伴い、不要となった SC_I18n を削除.

File:
1 edited

Legend:

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

    r22085 r22100  
    190190 
    191191            $mtb_constants = file_get_contents(CACHE_REALDIR . '../mtb_constants_init.php'); 
    192             $errorMessage = SC_I18n_Ex::t('SC_Initial_001', array('T_CACHE_REALDIR' => CACHE_REALDIR), array('device_type_id' => FALSE)); 
     192            $errorMessage = t('SC_Initial_001', 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(SC_I18n_Ex::t('SC_Initial_002', array('T_CACHE_REALDIR' => CACHE_REALDIR), array('device_type_id' => FALSE))); 
     208            die(t('SC_Initial_002', array('T_CACHE_REALDIR' => CACHE_REALDIR), array('device_type_id' => FALSE))); 
    209209        } 
    210210    } 
Note: See TracChangeset for help on using the changeset viewer.