Ignore:
Timestamp:
2013/01/28 14:02:19 (11 years ago)
Author:
adachi
Message:

#2060 メッセージIDの振り直し:tpl_tpl600-tpl_EC-CUBE Installation_01

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/Smarty/templates/admin/total/page_products.tpl

    r22443 r22444  
    2828        <th><!--{t string="tpl_Product code_01"}--></th> 
    2929        <th><!--{t string="tpl_Product name_01"}--></th> 
    30         <th><!--{t string="tpl_692"}--></th> 
     30        <th><!--{t string="tpl_Number of items purchased_01"}--></th> 
    3131        <th><!--{t string="tpl_Quantity_01"}--></th> 
    3232        <th><!--{t string="tpl_Unit price_01"}--></th> 
     
    4949            <td class="right"><!--{*商品コード*}--><!--{$arrResults[cnt].product_code|h}--></td> 
    5050            <td class="left"><!--{*商品名*}--><!--{$arrResults[cnt].product_name|sfCutString:40:false|h}--></td> 
    51             <td class="right"><!--{*購入件数*}--><!--{t string="tpl_701" %s1=$arrResults[cnt].order_count}--></td> 
     51            <td class="right"><!--{*購入件数*}--><!--{t string="tpl_%s1 item_01" %s1=$arrResults[cnt].order_count}--></td> 
    5252            <td class="right"><!--{*数量*}--><!--{$arrResults[cnt].products_count}--></td> 
    5353            <td class="right"><!--{*単価*}--><!--{t string="tpl_&#36; %s1_01" escape="none" %s1=$arrResults[cnt].price|number_format}--></td> 
     
    6060        <th><!--{t string="tpl_Product code_01"}--></th> 
    6161        <th><!--{t string="tpl_Product name_01"}--></th> 
    62         <th><!--{t string="tpl_692"}--></th> 
     62        <th><!--{t string="tpl_Number of items purchased_01"}--></th> 
    6363        <th><!--{t string="tpl_Quantity_01"}--></th> 
    6464        <th><!--{t string="tpl_Unit price_01"}--></th> 
Note: See TracChangeset for help on using the changeset viewer.