Ignore:
Timestamp:
2013/01/27 15:57:04 (11 years ago)
Author:
kim
Message:

#2060 メッセージIDの振り直し

API_AddrFromZip,API_BrowseNodeLookup,API_CartAdd,API_CartClear,API_CartCreate,API_CartGet,API_CartModify,API_ItemLookup,API_ItemSearch
API_ItemLookup_002とAPI_ItemSearch_002を統合

File:
1 edited

Legend:

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

    r22100 r22417  
    4242    public function __construct() { 
    4343        parent::__construct(); 
    44         $this->operation_description = t('API_ItemSearch_001'); 
     44        $this->operation_description = t('c_Product search and product list information are retrieved._01'); 
    4545    } 
    4646 
     
    9090                return true; 
    9191            } else { 
    92                 $this->addError('ItemSearch.Error', t('API_ItemSearch_002')); 
     92                $this->addError('ItemSearch.Error', t('c_* The requested information was not found._01')); 
    9393            } 
    9494        } 
Note: See TracChangeset for help on using the changeset viewer.