Ignore:
Timestamp:
2012/10/29 17:30:27 (14 years ago)
Author:
h_yoshimoto
Message:

#1890 ダミー用のmsgid(クラス名+連番で)に置き換え.

File:
1 edited

Legend:

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

    r22032 r22059  
    4242    public function __construct() { 
    4343        parent::__construct(); 
    44         $this->operation_description = SC_I18n_Ex::t('API_ITEMLOOKUP_DESC'); 
     44        $this->operation_description = SC_I18n_Ex::t('API_ItemLookup_001'); 
    4545    } 
    4646 
     
    7373                return true; 
    7474            } else { 
    75                 $this->addError('ItemLookup.Error', SC_I18n_Ex::t('API_ITEMLOOKUP_ERROR')); 
     75                $this->addError('ItemLookup.Error', SC_I18n_Ex::t('API_ItemLookup_002')); 
    7676            } 
    7777        } 
Note: See TracChangeset for help on using the changeset viewer.