Ignore:
Timestamp:
2013/01/21 19:04:06 (11 years ago)
Author:
michael_nelson
Message:

#1992 英文テキストを調整

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/Smarty/templates/default_en-US/shopping/payment.tpl

    r22262 r22296  
    224224                <!--{else}--> 
    225225                    <select name="<!--{$key}-->" id="<!--{$key}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->"> 
    226                         <option value="" selected="">No designation</option> 
     226                        <option value="" selected="">Basic delivery</option> 
    227227                        <!--{assign var=shipping_date_value value=$arrForm[$key].value|default:$shippingItem.shipping_date}--> 
    228228                        <!--{html_options options=$arrDelivDate selected=$shipping_date_value}--> 
     
    234234                Delivery time: 
    235235                <select name="<!--{$key}-->" id="<!--{$key}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->"> 
    236                     <option value="" selected="">No designation</option> 
     236                    <option value="" selected="">Basic delivery</option> 
    237237                    <!--{assign var=shipping_time_value value=$arrForm[$key].value|default:$shippingItem.time_id}--> 
    238238                    <!--{html_options options=$arrDelivTime selected=$shipping_time_value}--> 
     
    247247            <div class="point_area"> 
    248248                <h3>Point usage</h3> 
    249                     <p>It is possible to use <span class="attention">1 point as &#036; <!--{$smarty.const.POINT_VALUE|number_format}--></span>.<br /> 
     249                    <p>It is possible to use points during this purchase. <span class="attention">1 point = &#036; <!--{$smarty.const.POINT_VALUE|number_format}--></span>.<br /> 
    250250                       If using points, check the box next to "Use points" and enter the number of points you want to use. 
    251251                    </p> 
     
    269269        <div class="pay_area02"> 
    270270            <h3>Other inquiries</h3> 
    271             <p>If you have any other inquiries, please input them here.</p> 
     271            <p>If you have any other inquiries, please enter them here.</p> 
    272272            <div> 
    273273                <!--★その他お問い合わせ事項★--> 
Note: See TracChangeset for help on using the changeset viewer.