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を統合

File:
1 edited

Legend:

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

    r22100 r22416  
    321321                    } 
    322322                } else { 
    323                     $arrErr['ECCUBE.Operation.NoLoad'] = t('SC_Api_Operation_001'); 
     323                    $arrErr['ECCUBE.Operation.NoLoad'] = t('c_The operation could not be loaded._01'); 
    324324                } 
    325325            } else { 
    326                 $arrErr['ECCUBE.Authority.NoAuthority'] = t('SC_Api_Operation_002'); 
     326                $arrErr['ECCUBE.Authority.NoAuthority'] = t('c_You do not have execution authority for the operation._01'); 
    327327            } 
    328328        } 
Note: See TracChangeset for help on using the changeset viewer.