Ignore:
Timestamp:
2012/10/29 17:30:27 (14 years ago)
Author:
h_yoshimoto
Message:

#1890 ダミー用のmsgid(クラス名+連番で)に置き換え.

File:
1 edited

Legend:

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

    r22032 r22059  
    321321                    } 
    322322                } else { 
    323                     $arrErr['ECCUBE.Operation.NoLoad'] = SC_I18n_Ex::t('SC_API_OPERATION_NO_LOAD'); 
     323                    $arrErr['ECCUBE.Operation.NoLoad'] = SC_I18n_Ex::t('SC_Api_Operation_001'); 
    324324                } 
    325325            } else { 
    326                 $arrErr['ECCUBE.Authority.NoAuthority'] = SC_I18n_Ex::t('SC_API_OPERATION_NO_AUTHORITY'); 
     326                $arrErr['ECCUBE.Authority.NoAuthority'] = SC_I18n_Ex::t('SC_Api_Operation_002'); 
    327327            } 
    328328        } 
Note: See TracChangeset for help on using the changeset viewer.