- 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/ItemSearch.php
r22032 r22059 42 42 public function __construct() { 43 43 parent::__construct(); 44 $this->operation_description = SC_I18n_Ex::t('API_I TEMSEARCH_DESC');44 $this->operation_description = SC_I18n_Ex::t('API_ItemSearch_001'); 45 45 } 46 46 … … 90 90 return true; 91 91 } else { 92 $this->addError('ItemSearch.Error', SC_I18n_Ex::t('API_I TEMSEARCH_ERROR'));92 $this->addError('ItemSearch.Error', SC_I18n_Ex::t('API_ItemSearch_002')); 93 93 } 94 94 }
Note: See TracChangeset
for help on using the changeset viewer.
