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/ItemLookup.php

    r22100 r22417  
    4242    public function __construct() { 
    4343        parent::__construct(); 
    44         $this->operation_description = t('API_ItemLookup_001'); 
     44        $this->operation_description = t('c_Product details information will be retrieved_01'); 
    4545    } 
    4646 
     
    7373                return true; 
    7474            } else { 
    75                 $this->addError('ItemLookup.Error', t('API_ItemLookup_002')); 
     75                $this->addError('ItemLookup.Error', t('c_* The requested information was not found._01')); 
    7676            } 
    7777        } 
Note: See TracChangeset for help on using the changeset viewer.