- Timestamp:
- 2012/10/29 17:30:27 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-multilang/data/class/api/operations/ItemLookup.php
r22032 r22059 42 42 public function __construct() { 43 43 parent::__construct(); 44 $this->operation_description = SC_I18n_Ex::t('API_I TEMLOOKUP_DESC');44 $this->operation_description = SC_I18n_Ex::t('API_ItemLookup_001'); 45 45 } 46 46 … … 73 73 return true; 74 74 } else { 75 $this->addError('ItemLookup.Error', SC_I18n_Ex::t('API_I TEMLOOKUP_ERROR'));75 $this->addError('ItemLookup.Error', SC_I18n_Ex::t('API_ItemLookup_002')); 76 76 } 77 77 }
Note: See TracChangeset
for help on using the changeset viewer.
