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_age.tpl

    r22443 r22444  
    2525<table id="total-age" class="list"> 
    2626    <tr> 
    27         <th><!--{t string="tpl_691"}--></th> 
    28         <th><!--{t string="tpl_692"}--></th> 
    29         <th><!--{t string="tpl_693"}--></th> 
    30         <th><!--{t string="tpl_700"}--></th> 
     27        <th><!--{t string="tpl_Age_01"}--></th> 
     28        <th><!--{t string="tpl_Number of items purchased_01"}--></th> 
     29        <th><!--{t string="tpl_Purchase total_01"}--></th> 
     30        <th><!--{t string="tpl_Purchase average_01"}--></th> 
    3131    </tr> 
    3232 
     
    4444        <tr class="<!--{$color}-->"> 
    4545            <td class="center"><!--{*年齢*}--><!--{$arrResults[cnt].age_name}--></td> 
    46             <td class="right"><!--{*購入件数*}--><!--{t string="tpl_701" %s1=$arrResults[cnt].order_count}--></td> 
     46            <td class="right"><!--{*購入件数*}--><!--{t string="tpl_%s1 item_01" %s1=$arrResults[cnt].order_count}--></td> 
    4747            <td class="right"><!--{*購入合計*}--><!--{t string="tpl_&#36; %s1_01" escape="none" %s1=$arrResults[cnt].total|number_format}--></td> 
    4848            <td class="right"><!--{*購入平均*}--><!--{t string="tpl_&#36; %s1_01" escape="none" %s1=$arrResults[cnt].total_average|number_format}--></td> 
     
    5151 
    5252    <tr> 
    53         <th><!--{t string="tpl_691"}--></th> 
    54         <th><!--{t string="tpl_692"}--></th> 
    55         <th><!--{t string="tpl_693"}--></th> 
    56         <th><!--{t string="tpl_700"}--></th> 
     53        <th><!--{t string="tpl_Age_01"}--></th> 
     54        <th><!--{t string="tpl_Number of items purchased_01"}--></th> 
     55        <th><!--{t string="tpl_Purchase total_01"}--></th> 
     56        <th><!--{t string="tpl_Purchase average_01"}--></th> 
    5757    </tr> 
    5858</table> 
Note: See TracChangeset for help on using the changeset viewer.