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

#2060 メッセージIDの振り直し:tpl_051 - tpl103

File:
1 edited

Legend:

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

    r22394 r22412  
    4343                    $("#longitude").val(latlng.lng()); 
    4444                } else { 
    45                     alert('<!--{t string="tpl_061"}-->'); 
     45                    alert('<!--{t string="tpl_The address was not found."}-->'); 
    4646                } 
    4747            }); 
    4848        } else { 
    49             alert('<!--{t string="tpl_061"}-->'); 
     49            alert('<!--{t string="tpl_The address was not found."}-->'); 
    5050        } 
    5151    }); 
     
    270270        </tr> 
    271271        <tr> 
    272             <th><!--{t string="tpl_051"}--> </th> 
     272            <th><!--{t string="tpl_Conditions for free shipping"}--> </th> 
    273273            <td> 
    274274                <span class="attention"><!--{$arrErr.free_rule}--></span> 
     
    277277        </tr> 
    278278        <tr> 
    279             <th><!--{t string="tpl_052"}--></th> 
     279            <th><!--{t string="tpl_Number of days during which download is possible"}--></th> 
    280280            <td> 
    281281                <span class="attention"><!--{$arrErr.downloadable_days}--></span> 
    282282                <input type="text" name="downloadable_days" value="<!--{$arrForm.downloadable_days|h}-->" maxlength="<!--{$smarty.const.DOWNLOAD_DAYS_LEN}-->" size="6" class="box6" style="<!--{if $arrErr.downloadable_days != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}--><!--{/if}-->" /> <!--{t string="tpl_715"}--> 
    283                 <input type="checkbox" name="downloadable_days_unlimited" value="1" <!--{if $arrForm.downloadable_days_unlimited == "1"}-->checked<!--{/if}--> onclick="fnCheckLimit('downloadable_days', 'downloadable_days_unlimited', '<!--{$smarty.const.DISABLED_RGB}-->');"/><!--{t string="tpl_053"}--> 
     283                <input type="checkbox" name="downloadable_days_unlimited" value="1" <!--{if $arrForm.downloadable_days_unlimited == "1"}-->checked<!--{/if}--> onclick="fnCheckLimit('downloadable_days', 'downloadable_days_unlimited', '<!--{$smarty.const.DISABLED_RGB}-->');"/><!--{t string="tpl_No limit"}--> 
    284284            </td> 
    285285        </tr> 
    286286    </table> 
    287287 
    288     <h2><!--{t string="tpl_054"}--></h2> 
     288    <h2><!--{t string="tpl_Map settings"}--></h2> 
    289289    <table> 
    290290        <tr> 
    291             <th><!--{t string="tpl_055"}--></th> 
     291            <th><!--{t string="tpl_Latitude/longitude information"}--></th> 
    292292            <td> 
    293293                <span class="attention"><!--{$arrErr.latitude}--></span> 
    294294                <span class="attention"><!--{$arrErr.longitude}--></span> 
    295                 <!--{t string="tpl_056"}--><input type="text" name="latitude" value="<!--{$arrForm.latitude|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="30" class="box30" style="<!--{if $arrErr.latitude != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" id="latitude" /> 
    296                 <!--{t string="tpl_057"}--><input type="text" name="longitude" value="<!--{$arrForm.longitude|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="30" class="box30" style="<!--{if $arrErr.longitude != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" id="longitude" /> 
    297                 <a class="btn-normal" href="javascript:;" name="codeAddress" id="codeAddress" onclick=""><!--{t string="tpl_058"}--></a> 
    298                 <a href="#maparea" id="mapAddress"><!--{t string="tpl_059"}--></a> 
     295                <!--{t string="tpl_Latitude : "}--><input type="text" name="latitude" value="<!--{$arrForm.latitude|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="30" class="box30" style="<!--{if $arrErr.latitude != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" id="latitude" /> 
     296                <!--{t string="tpl_Longitude: "}--><input type="text" name="longitude" value="<!--{$arrForm.longitude|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="30" class="box30" style="<!--{if $arrErr.longitude != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" id="longitude" /> 
     297                <a class="btn-normal" href="javascript:;" name="codeAddress" id="codeAddress" onclick=""><!--{t string="tpl_Automatic retrieval from location"}--></a> 
     298                <a href="#maparea" id="mapAddress"><!--{t string="tpl_Set using map"}--></a> 
    299299            </td> 
    300300        </tr> 
     
    310310    <div id="maparea"> 
    311311        <div id="maps" style="width: 300px; height: 300px"></div> 
    312         <a class="btn-normal" href="javascript:;" id="inputPoint"><!--{t string="tpl_060"}--></a> 
     312        <a class="btn-normal" href="javascript:;" id="inputPoint"><!--{t string="tpl_Enter this position."}--></a> 
    313313    </div> 
    314314</div> 
Note: See TracChangeset for help on using the changeset viewer.