Ignore:
Timestamp:
2013/01/27 15:37:10 (13 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を統合

Location:
branches/version-2_12-multilang/data/class/helper
Files:
5 edited

Legend:

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

    r22100 r22416  
    5252 
    5353        $this->arrSubnaviName = array( 
    54             1 => t('SC_Helper_CSV_001'), 
    55             2 => t('SC_Helper_CSV_002'), 
    56             3 => t('SC_Helper_CSV_003'), 
    57             4 => t('SC_Helper_CSV_004'), 
    58             5 => t('SC_Helper_CSV_005'), 
     54            1 => t('c_Product management_01'), 
     55            2 => t('c_Member management_01'), 
     56            3 => t('c_Orders_01'), 
     57            4 => t('c_Review_01'), 
     58            5 => t('c_Category_01'), 
    5959        ); 
    6060    } 
  • branches/version-2_12-multilang/data/class/helper/SC_Helper_Customer.php

    r22205 r22416  
    423423        if ($objCustomer->isLoginSuccess(true) 
    424424            && SC_Helper_Customer_Ex::sfCustomerEmailDuplicationCheck($objCustomer->getValue('customer_id'), $objFormParam->getValue('email'))) { 
    425             $objErr->arrErr['email'] .= t('SC_Helper_Customer_001'); 
     425            $objErr->arrErr['email'] .= t('c_* This is an e-mail address already used in member registration. <br />_01'); 
    426426        } 
    427427        if ($objCustomer->isLoginSuccess(true) 
    428428            && SC_Helper_Customer_Ex::sfCustomerEmailDuplicationCheck($objCustomer->getValue('customer_id'), $objFormParam->getValue('email_mobile'))) { 
    429             $objErr->arrErr['email_mobile'] .= t('SC_Helper_Customer_001'); 
     429            $objErr->arrErr['email_mobile'] .= t('c_* This is an e-mail address already used in member registration. <br />_01'); 
    430430        } 
    431431 
     
    553553        $objFormParam->addParam(t('PARAM_LABEL_BUY_PRODUCT_CODE'), 'search_buy_product_code', STEXT_LEN, 'KVa', array('SPTAB_CHECK', 'MAX_LENGTH_CHECK')); 
    554554        $objFormParam->addParam(t('PARAM_LABEL_BUY_PRODUCT_NAME'), 'search_buy_product_name', STEXT_LEN, 'KVa', array('SPTAB_CHECK', 'MAX_LENGTH_CHECK')); 
    555         $objFormParam->addParam(t('PARAM_LABEL_CATEGORY'), 'search_category_id', INT_LEN, 'n', array('NUM_CHECK','MAX_LENGTH_CHECK')); 
     555        $objFormParam->addParam(t('c_Category_01'), 'search_category_id', INT_LEN, 'n', array('NUM_CHECK','MAX_LENGTH_CHECK')); 
    556556        $objFormParam->addParam(t('PARAM_LABEL_SEX'), 'search_sex', INT_LEN, 'n', array('MAX_LENGTH_CHECK')); 
    557557        $objFormParam->addParam(t('PARAM_LABEL_CUSTOMER_STATUS'), 'search_status', INT_LEN, 'n', array('MAX_LENGTH_CHECK')); 
     
    588588            && $array['search_buy_total_from'] > $array['buy_total_to'] 
    589589        ) { 
    590             $objErr->arrErr['search_buy_total_from'] .= t('SC_Helper_Customer_002'); 
     590            $objErr->arrErr['search_buy_total_from'] .= t('c_* The specified range for the purchase amount is inadequate._01'); 
    591591        } 
    592592 
     
    595595            && $array['search_buy_times_from'] > $array['search_buy_times_to'] 
    596596        ) { 
    597             $objErr->arrErr['search_buy_times_from'] .= t('SC_Helper_Customer_003'); 
     597            $objErr->arrErr['search_buy_times_from'] .= t('c_* The specified range for number of purchases is inadequate._01'); 
    598598        } 
    599599        if (!SC_Utils_Ex::isBlank($objErr->arrErr)) { 
  • branches/version-2_12-multilang/data/class/helper/SC_Helper_DB.php

    r22100 r22416  
    14411441 
    14421442            $sqls = file_get_contents($sqlFilePath); 
    1443             if ($sqls === false) trigger_error(t('SC_Helper_DB_001'), E_USER_ERROR); 
     1443            if ($sqls === false) trigger_error(t('c_The file exists but cannot be read_01'), E_USER_ERROR); 
    14441444 
    14451445            foreach (explode(';', $sqls) as $sql) { 
  • branches/version-2_12-multilang/data/class/helper/SC_Helper_Mail.php

    r22411 r22416  
    127127 
    128128        if (empty($arrOrder)) { 
    129             trigger_error(t('SC_Helper_Mail_001', array('T_ORDER_ID' => $order_id)), E_USER_ERROR); 
     129            trigger_error(t('c_No order exists. (Order number: T_ORDER_ID)_01', array('T_ORDER_ID' => $order_id)), E_USER_ERROR); 
    130130        } 
    131131 
     
    334334        // 仮会員が有効の場合 
    335335        if (CUSTOMER_CONFIRM_MAIL == true and $arrCustomerData['status'] == 1) { 
    336             $subject        = $objHelperMail->sfMakeSubject(t('SC_Helper_Mail_003'), $objMailText); 
     336            $subject        = $objHelperMail->sfMakeSubject(t('c_Confirmation of member registration_01'), $objMailText); 
    337337            $toCustomerMail = $objMailText->fetch('mail_templates/customer_mail.tpl'); 
    338338        } else { 
    339             $subject        = $objHelperMail->sfMakeSubject(t('SC_Helper_Mail_004'), $objMailText); 
     339            $subject        = $objHelperMail->sfMakeSubject(t('c_Completion of member registration_01'), $objMailText); 
    340340            $toCustomerMail = $objMailText->fetch('mail_templates/customer_regist_mail.tpl'); 
    341341        } 
     
    500500 
    501501        // 送信完了 報告メール 
    502         $compSubject = date(t('FORMAT_DATE_LONG')) . ' '. t('SC_Helper_Mail_002'); 
     502        $compSubject = date(t('FORMAT_DATE_LONG')) . ' '. t('c_The e-mail below has been sent._01'); 
    503503        // 管理者宛に変更 
    504504        $objMail->setTo($objSite['email03']); 
  • branches/version-2_12-multilang/data/class/helper/SC_Helper_PageLayout.php

    r22100 r22416  
    8484                    $objPage->arrPageLayout[$arrTarget[$target_id]][] = $arrBloc; 
    8585                } else { 
    86                     $error = t('SC_Helper_PageLayout_001') ."\n" 
     86                    $error = t('c_The block cannot be found_01') ."\n" 
    8787                        . 'tpl_path: ' . $arrBloc['tpl_path'] . "\n" 
    8888                        . 'php_path: ' . $arrBloc['php_path']; 
Note: See TracChangeset for help on using the changeset viewer.