Ignore:
Timestamp:
2013/01/27 17:24:49 (11 years ago)
Author:
h_yoshimoto
Message:

#2060 IDの振り直し(SC_Helper_Address,SC_Helper_Transform_,LC_Page_Admin_Home,LC_Page_Admin_Index)

File:
1 edited

Legend:

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

    r22102 r22420  
    6565        if (!in_array($encoding, array('ASCII', 'UTF-8'))) { 
    6666            if ($encoding === false) { 
    67                 $encoding = t("SC_Helper_Transform_001"); 
     67                $encoding = t("c_Not detectable_01"); 
    6868            } 
    6969            $msg = t('SC_Helper_Transform_002', array('T_FIELD' => $encoding)); 
     
    327327            } 
    328328            // エラー画面表示 
    329             SC_Utils_Ex::sfDispSiteError(FREE_ERROR_MSG, '', true, t('SC_Helper_Transform_004', array('T_FIELD' => $err_msg))); 
     329            SC_Utils_Ex::sfDispSiteError(FREE_ERROR_MSG, '', true, t('c_Template operation failed. T_FIELD_01', array('T_FIELD' => $err_msg))); 
    330330        } elseif ($this->snip_count) { 
    331331            $html = $this->objDOM->saveHTML(); 
     
    620620        } 
    621621        catch (Exception $e) { 
    622             SC_Utils_Ex::sfDispSiteError(FREE_ERROR_MSG, '', true, t("SC_Helper_Transform_005")); 
     622            SC_Utils_Ex::sfDispSiteError(FREE_ERROR_MSG, '', true, t("c_Template operation failed._01")); 
    623623        } 
    624624 
Note: See TracChangeset for help on using the changeset viewer.