Ignore:
Timestamp:
2013/01/27 18:18:27 (11 years ago)
Author:
adachi
Message:

#2060 メッセージIDの振り直し:tpl_251 - tpl304

File:
1 edited

Legend:

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

    r22391 r22424  
    2626function submitRegister() { 
    2727    var form = document.form1; 
    28     var msg    = "<!--{t string="tpl_303"}-->"; 
     28    var msg    = "<!--{t string="tpl_The template will be changed._01"}-->"; 
    2929 
    3030    if (window.confirm(msg)) { 
     
    4343<div id="design" class="contents-main"> 
    4444    <p class="remark"> 
    45         <!--{t string="tpl_298" escape="none"}--> 
     45        <!--{t string="tpl_Select a template and click the 'Save and Continue' button to,<br />change the designtemplate._01" escape="none"}--> 
    4646    </p> 
    4747 
     
    5959        <col width="5%" /> 
    6060        <tr> 
    61             <th><!--{t string="tpl_299"}--></th> 
    62             <th><!--{t string="tpl_300"}--></th> 
    63             <th><!--{t string="tpl_301"}--></th> 
    64             <th><!--{t string="tpl_302"}--></th> 
     61            <th><!--{t string="tpl_Selection_01"}--></th> 
     62            <th><!--{t string="tpl_Name_03"}--></th> 
     63            <th><!--{t string="tpl_Saving destination_01"}--></th> 
     64            <th><!--{t string="tpl_Download_01"}--></th> 
    6565            <th class="delete"><!--{t string="tpl_Remove_01"}--></th> 
    6666        </tr> 
     
    7171            <td class="left"><!--{$tpl.template_name|h}--></td> 
    7272            <td class="left">data/Smarty/templates/<!--{$tplcode|h}-->/</td> 
    73             <td><span class="icon_confirm"><a href="javascript:;" onClick="fnFormModeSubmit('form2', 'download','template_code','<!--{$tplcode}-->');return false;"><!--{t string="tpl_302"}--></a></span></td> 
     73            <td><span class="icon_confirm"><a href="javascript:;" onClick="fnFormModeSubmit('form2', 'download','template_code','<!--{$tplcode}-->');return false;"><!--{t string="tpl_Download_01"}--></a></span></td> 
    7474            <td><span class="icon_delete"><a href="javascript:;" onClick="fnFormModeSubmit('form2', 'delete','template_code','<!--{$tplcode}-->');return false;"><!--{t string="tpl_Remove_01"}--></a></span></td> 
    7575        </tr> 
Note: See TracChangeset for help on using the changeset viewer.