Ignore:
Timestamp:
2013/01/27 16:22:09 (11 years ago)
Author:
adachi
Message:

#2060 メッセージIDの振り直し:tpl_153 - tpl199

File:
1 edited

Legend:

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

    r22412 r22418  
    5050        <col width="80%" /> 
    5151        <tr> 
    52             <th><!--{t string="tpl_191"}--></th> 
     52            <th><!--{t string="tpl_Category_01"}--></th> 
    5353            <td> 
    5454                <select name="search_category_id"> 
     
    5959        </tr> 
    6060        <tr> 
    61             <th><!--{t string="tpl_192"}--></th> 
     61            <th><!--{t string="tpl_Product code_01"}--></th> 
    6262            <td><input type="text" name="search_product_code" value="<!--{$arrForm.search_product_code}-->" size="35" class="box35" /></td> 
    6363        </tr> 
    6464        <tr> 
    65             <th><!--{t string="tpl_188"}--></th> 
     65            <th><!--{t string="tpl_Product name_01"}--></th> 
    6666            <td><input type="text" name="search_name" value="<!--{$arrForm.search_name}-->" size="35" class="box35" /></td> 
    6767        </tr> 
     
    6969    <div class="btn-area"> 
    7070        <ul> 
    71             <li><a class="btn-action" href="javascript:;" onclick="fnFormModeSubmit('form1', 'search', '', ''); return false;"><span class="btn-next"><!--{t string="tpl_193"}--></span></a></li> 
     71            <li><a class="btn-action" href="javascript:;" onclick="fnFormModeSubmit('form1', 'search', '', ''); return false;"><span class="btn-next"><!--{t string="tpl_Search_01"}--></span></a></li> 
    7272        </ul> 
    7373    </div> 
    7474    <!--{* ▼検索結果表示 *}--> 
    7575    <!--{if is_numeric($tpl_linemax)}--> 
    76     <p><!--{t string="tpl_194" T_FIELD=$tpl_linemax}--></p> 
     76    <p><!--{t string="tpl_T_FIELD items were found._01" T_FIELD=$tpl_linemax}--></p> 
    7777    <!--{$tpl_strnavi}--> 
    7878 
     
    8383        <col width="12.5%" /> 
    8484        <tr> 
    85             <th><!--{t string="tpl_195"}--></th> 
    86             <th><!--{t string="tpl_192"}--></th> 
    87             <th><!--{t string="tpl_188"}--></th> 
    88             <th><!--{t string="tpl_196"}--></th> 
     85            <th><!--{t string="tpl_Product image_01"}--></th> 
     86            <th><!--{t string="tpl_Product code_01"}--></th> 
     87            <th><!--{t string="tpl_Product name_01"}--></th> 
     88            <th><!--{t string="tpl_Confirm_01"}--></th> 
    8989        </tr> 
    9090 
     
    106106            </td> 
    107107            <td><!--{$arr.name|h}--></td> 
    108             <td class="center"><a href="" onClick="return func_submit(<!--{$arr.product_id}-->)"><!--{t string="tpl_196"}--></a></td> 
     108            <td class="center"><a href="" onClick="return func_submit(<!--{$arr.product_id}-->)"><!--{t string="tpl_Confirm_01"}--></a></td> 
    109109        </tr> 
    110110        <!--▲商品<!--{$smarty.foreach.loop.iteration}-->-->     
     
    112112        <!--{if !$tpl_linemax>0}--> 
    113113        <tr> 
    114             <td colspan="4"><!--{t string="tpl_197"}--></td> 
     114            <td colspan="4"><!--{t string="tpl_There is no product registered_01"}--></td> 
    115115        </tr> 
    116116        <!--{/if}--> 
Note: See TracChangeset for help on using the changeset viewer.