Ignore:
Timestamp:
2013/01/31 18:39:05 (11 years ago)
Author:
m_uehara
Message:

#2084 r22432 - r22433 の逆マージを行いました。

File:
1 edited

Legend:

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

    r22453 r22489  
    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_ARG1' => $encoding)); 
     
    327327            } 
    328328            // エラー画面表示 
    329             SC_Utils_Ex::sfDispSiteError(FREE_ERROR_MSG, '', true, t('SC_Helper_Transform_004', array('T_ARG1' => $err_msg))); 
     329            SC_Utils_Ex::sfDispSiteError(FREE_ERROR_MSG, '', true, t('c_Template operation failed. T_ARG1_01', array('T_ARG1' => $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.