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/products/product_select.tpl

    r22412 r22418  
    5151<table> 
    5252    <tr> 
    53         <th><!--{t string="tpl_191"}--></th> 
     53        <th><!--{t string="tpl_Category_01"}--></th> 
    5454        <td> 
    5555            <select name="search_category_id"> 
     
    6060    </tr> 
    6161    <tr> 
    62         <th><!--{t string="tpl_188"}--></th> 
     62        <th><!--{t string="tpl_Product name_01"}--></th> 
    6363        <td><input type="text" name="search_name" value="<!--{$arrForm.search_name|h}-->" size="35" class="box35" /></td> 
    6464    </tr> 
    6565</table> 
    6666<div class="btn-area"> 
    67     <a class="btn-action" href="javascript:;" onclick="fnFormModeSubmit('form1', 'search', '', ''); return false;" name="subm"><span class="btn-next"><!--{t string="tpl_193"}--></span></a> 
     67    <a class="btn-action" href="javascript:;" onclick="fnFormModeSubmit('form1', 'search', '', ''); return false;" name="subm"><span class="btn-next"><!--{t string="tpl_Search_01"}--></span></a> 
    6868</div> 
    6969 
    7070<!--▼検索結果表示--> 
    7171<!--{if $tpl_linemax}--> 
    72     <p><!--{t string="tpl_194" T_FIELD=$tpl_linemax}--></p> 
     72    <p><!--{t string="tpl_T_FIELD items were found._01" T_FIELD=$tpl_linemax}--></p> 
    7373    <!--{* ▼ページナビ *}--> 
    7474    <!--{$tpl_strnavi}--> 
     
    7878    <table class="list"> 
    7979        <tr> 
    80             <th><!--{t string="tpl_195"}--></th> 
    81             <th><!--{t string="tpl_192"}--></th> 
    82             <th><!--{t string="tpl_188"}--></th> 
    83             <th><!--{t string="tpl_196"}--></th> 
     80            <th><!--{t string="tpl_Product image_01"}--></th> 
     81            <th><!--{t string="tpl_Product code_01"}--></th> 
     82            <th><!--{t string="tpl_Product name_01"}--></th> 
     83            <th><!--{t string="tpl_Confirm_01"}--></th> 
    8484        </tr> 
    8585        <!--{section name=cnt loop=$arrProducts}--> 
     
    9797                </td> 
    9898                <td><!--{$arrProducts[cnt].name|h}--></td> 
    99                 <td align="center"><a href="#" onclick="return func_submit(<!--{$arrProducts[cnt].product_id|h}-->)"><!--{t string="tpl_196"}--></a></td> 
     99                <td align="center"><a href="#" onclick="return func_submit(<!--{$arrProducts[cnt].product_id|h}-->)"><!--{t string="tpl_Confirm_01"}--></a></td> 
    100100            </tr> 
    101101            <!--▲商品<!--{$smarty.section.cnt.iteration}-->--> 
    102102            <!--{sectionelse}--> 
    103103            <tr> 
    104                 <td colspan="4"><!--{t string="tpl_197"}--></td> 
     104                <td colspan="4"><!--{t string="tpl_There is no product registered_01"}--></td> 
    105105            </tr> 
    106106        <!--{/section}--> 
Note: See TracChangeset for help on using the changeset viewer.