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

    r22412 r22418  
    3535    if ( ! fm["comment"].value ){ 
    3636        if ( err ) err += ''; 
    37         err += '<!--{t string="tpl_183"}-->'; 
     37        err += '<!--{t string="tpl_Enter a comment._01"}-->'; 
    3838    } 
    3939    if ( err ){ 
     
    4141        return false; 
    4242    } else { 
    43         if(window.confirm('<!--{t string="tpl_184"}-->')){ 
     43        if(window.confirm('<!--{t string="tpl_Register and continue?_01"}-->')){ 
    4444                fm.submit(); 
    4545                return true; 
     
    5353    if ( checkRank ){ 
    5454        if ( rank != checkRank ){ 
    55             if( ! window.confirm('<!--{t string="tpl_185" T_FIELD=$checkRank|h}-->')){ 
     55            if( ! window.confirm('<!--{t string="tpl_The selected field T_FIELD will be discarded. Continue? _01" T_FIELD=$checkRank|h}-->')){ 
    5656                flag = false; 
    5757            } 
     
    6868    var checkRank = '<!--{$checkRank|h}-->'; 
    6969    if ( checkRank ){ 
    70         if( ! window.confirm('<!--{t string="tpl_185" T_FIELD=$checkRank|h}-->')){ 
     70        if( ! window.confirm('<!--{t string="tpl_The selected field T_FIELD will be discarded. Continue? _01" T_FIELD=$checkRank|h}-->')){ 
    7171            flag = false; 
    7272        } 
     
    9292        <col width="7%" /> 
    9393        <tr> 
    94             <th><!--{t string="tpl_186"}--></th> 
    95             <th><!--{t string="tpl_187"}--></th> 
     94            <th><!--{t string="tpl_Ranking_01"}--></th> 
     95            <th><!--{t string="tpl_Product/comment_01"}--></th> 
    9696            <th><!--{t string="tpl_Edit_01"}--></th> 
    9797            <th><!--{t string="tpl_Remove_01"}--></th> 
     
    110110                            </div> 
    111111                            <div class="table-detail"> 
    112                                 <div class="detail-name"><!--{t string="tpl_188"}--> <!--{$arrItems[$smarty.section.cnt.iteration].name|h}--></div> 
     112                                <div class="detail-name"><!--{t string="tpl_Product name_01"}--> <!--{$arrItems[$smarty.section.cnt.iteration].name|h}--></div> 
    113113 
    114114                                    <div class="detail-form"> 
     
    129129                <!--{else}--> 
    130130                    <td class="AlignLeft"> 
    131                         <a class="btn-action-m" href="javascript:;" onclick="lfnCheckSetItem('<!--{$smarty.section.cnt.iteration}-->'); return false;" target="_blank"><span class="btn-next"><!--{t string="tpl_189"}--></span></a> 
     131                        <a class="btn-action-m" href="javascript:;" onclick="lfnCheckSetItem('<!--{$smarty.section.cnt.iteration}-->'); return false;" target="_blank"><span class="btn-next"><!--{t string="tpl_Select a product_01"}--></span></a> 
    132132                        <form name="form<!--{$smarty.section.cnt.iteration}-->" id="form<!--{$smarty.section.cnt.iteration}-->" method="post" action="?"> 
    133133                            <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
     
    149149            <td> 
    150150                <!--{if $arrItems[$smarty.section.cnt.iteration].product_id}--> 
    151                         <a href="javascript:;" onClick="return fnInsertValAndSubmit( document.form<!--{$smarty.section.cnt.iteration}-->, 'mode', 'delete', '<!--{t string="tpl_190"}-->' )"><!--{t string="tpl_Remove_01"}--></a> 
     151                        <a href="javascript:;" onClick="return fnInsertValAndSubmit( document.form<!--{$smarty.section.cnt.iteration}-->, 'mode', 'delete', '<!--{t string="tpl_Deletion will be carried out. Is this okay?_01"}-->' )"><!--{t string="tpl_Remove_01"}--></a> 
    152152                <!--{else}--> 
    153153                    - - 
Note: See TracChangeset for help on using the changeset viewer.