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/api/SC_Api_Operation.php

    r22433 r22489  
    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.