Ignore:
Timestamp:
2013/01/27 21:07:20 (11 years ago)
Author:
kim
Message:

#2060 r22372,r22381,r22382,r22386-r22390,r22397-r22400,r22407-r22411,r22416,r22417,r22420,r22421,r22423,r22425,r22426 を差し戻す。

File:
1 edited

Legend:

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

    r22420 r22433  
    6565        if (!in_array($encoding, array('ASCII', 'UTF-8'))) { 
    6666            if ($encoding === false) { 
    67                 $encoding = t("c_Not detectable_01"); 
     67                $encoding = t("SC_Helper_Transform_001"); 
    6868            } 
    6969            $msg = t('SC_Helper_Transform_002', array('T_FIELD' => $encoding)); 
     
    327327            } 
    328328            // エラー画面表示 
    329             SC_Utils_Ex::sfDispSiteError(FREE_ERROR_MSG, '', true, t('c_Template operation failed. T_FIELD_01', array('T_FIELD' => $err_msg))); 
     329            SC_Utils_Ex::sfDispSiteError(FREE_ERROR_MSG, '', true, t('SC_Helper_Transform_004', 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("c_Template operation failed._01")); 
     622            SC_Utils_Ex::sfDispSiteError(FREE_ERROR_MSG, '', true, t("SC_Helper_Transform_005")); 
    623623        } 
    624624 
Note: See TracChangeset for help on using the changeset viewer.