Ignore:
Timestamp:
2013/01/31 18:39:05 (11 years ago)
Author:
m_uehara
Message:

#2084 r22432 - r22433 の逆マージを行いました。

File:
1 edited

Legend:

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

    r22433 r22489  
    4242    public function __construct() { 
    4343        parent::__construct(); 
    44         $this->operation_description = t('API_AddrFromZip_001'); 
     44        $this->operation_description = t('c_Search for an address from the postal code._01'); 
    4545    } 
    4646 
     
    6464 
    6565    protected function lfInitParam(&$objFormParam) { 
    66         $objFormParam->addParam(t('PARAM_LABEL_ZIP1'), 'zip1', ZIP01_LEN, 'n', array('EXIST_CHECK', 'NUM_CHECK', 'MAX_LENGTH_CHECK')); 
    67         $objFormParam->addParam(t('PARAM_LABEL_ZIP2'), 'zip2', ZIP02_LEN, 'n', array('EXIST_CHECK', 'NUM_CHECK', 'MAX_LENGTH_CHECK')); 
     66        $objFormParam->addParam(t('c_Postal code 1_01'), 'zip1', ZIP01_LEN, 'n', array('EXIST_CHECK', 'NUM_CHECK', 'MAX_LENGTH_CHECK')); 
     67        $objFormParam->addParam(t('c_Postal code 2_01'), 'zip2', ZIP02_LEN, 'n', array('EXIST_CHECK', 'NUM_CHECK', 'MAX_LENGTH_CHECK')); 
    6868    } 
    6969 
Note: See TracChangeset for help on using the changeset viewer.