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

    r22032 r22059  
    4242    public function __construct() { 
    4343        parent::__construct(); 
    44         $this->operation_description = SC_I18n_Ex::t('API_ITEMSEARCH_DESC'); 
     44        $this->operation_description = SC_I18n_Ex::t('API_ItemSearch_001'); 
    4545    } 
    4646 
     
    9090                return true; 
    9191            } else { 
    92                 $this->addError('ItemSearch.Error', SC_I18n_Ex::t('API_ITEMSEARCH_ERROR')); 
     92                $this->addError('ItemSearch.Error', SC_I18n_Ex::t('API_ItemSearch_002')); 
    9393            } 
    9494        } 
Note: See TracChangeset for help on using the changeset viewer.