Ignore:
Timestamp:
2013/01/27 11:25:38 (11 years ago)
Author:
kim
Message:

#2060 メッセージIDの振り直し SC_Fpdf_001-002(002とPARAM_LABEL_QUANTITY、LC_Page_Admin_Total_024を統合)
#2060 メッセージIDの振り直し SC_Fpdf003とLC_Page_Admin_Total_025、PARAM_LABEL_PRICEを統合
#2060 メッセージIDの振り直し SC_Fpdf004-006(006とPARAM_LABEL_DELIV_FEEを統合)
#2060 メッセージIDの振り直し SC_Fpdf007とPARAM_LABEL_CHARGE統合、SC_CartSession_001を修正時の間違いを訂正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/class/SC_Fpdf.php

    r22300 r22408  
    4242        $this->width_cell = array(110.3,12,21.7,24.5); 
    4343 
    44         $this->label_cell[] = t('SC_Fpdf_001'); 
    45         $this->label_cell[] = t('SC_Fpdf_002'); 
    46         $this->label_cell[] = t('SC_Fpdf_003'); 
    47         $this->label_cell[] = t('SC_Fpdf_004'); 
     44        $this->label_cell[] = t('c_Product name / Product code / [Specification]_01'); 
     45        $this->label_cell[] = t('c_Quantity_01'); 
     46        $this->label_cell[] = t('c_Unit price_01'); 
     47        $this->label_cell[] = t('c_Amount with tax_01'); 
    4848 
    4949        $this->arrMessage = array( 
     
    213213        $arrOrder[$i][0] = ''; 
    214214        $arrOrder[$i][1] = ''; 
    215         $arrOrder[$i][2] = t('SC_Fpdf_005'); 
     215        $arrOrder[$i][2] = t('c_Product total_01'); 
    216216        $arrOrder[$i][3] = t('SC_Fpdf_019', array('T_FIELD' => number_format($this->arrDisp['subtotal']))); 
    217217 
     
    219219        $arrOrder[$i][0] = ''; 
    220220        $arrOrder[$i][1] = ''; 
    221         $arrOrder[$i][2] = t('SC_Fpdf_006'); 
     221        $arrOrder[$i][2] = t('c_Shipping fee_01'); 
    222222        $arrOrder[$i][3] = t('SC_Fpdf_019', array('T_FIELD' => number_format($this->arrDisp['deliv_fee']))); 
    223223 
     
    225225        $arrOrder[$i][0] = ''; 
    226226        $arrOrder[$i][1] = ''; 
    227         $arrOrder[$i][2] = t('SC_Fpdf_007'); 
     227        $arrOrder[$i][2] = t('c_Processing fee_01'); 
    228228        $arrOrder[$i][3] = t('SC_Fpdf_019', array('T_FIELD' => number_format($this->arrDisp['charge']))); 
    229229 
Note: See TracChangeset for help on using the changeset viewer.