- Timestamp:
- 2013/01/27 21:07:20 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-multilang/data/class/api/SC_Api_Operation.php
r22416 r22433 321 321 } 322 322 } else { 323 $arrErr['ECCUBE.Operation.NoLoad'] = t(' c_The operation could not be loaded._01');323 $arrErr['ECCUBE.Operation.NoLoad'] = t('SC_Api_Operation_001'); 324 324 } 325 325 } else { 326 $arrErr['ECCUBE.Authority.NoAuthority'] = t(' c_You do not have execution authority for the operation._01');326 $arrErr['ECCUBE.Authority.NoAuthority'] = t('SC_Api_Operation_002'); 327 327 } 328 328 }
Note: See TracChangeset
for help on using the changeset viewer.
