Ignore:
Timestamp:
2013/01/27 17:30:00 (11 years ago)
Author:
adachi
Message:

#2060 メッセージIDの振り直し:tpl_200 - tpl250

File:
1 edited

Legend:

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

    r22419 r22422  
    2727 
    2828    function fnDelete(customer_id) { 
    29         if (confirm('<!--{t string="tpl_248"}-->')) { 
     29        if (confirm('<!--{t string="tpl_Do you want to delete member information?_01"}-->')) { 
    3030            document.form1.mode.value = "delete" 
    3131            document.form1['edit_customer_id'].value = customer_id; 
     
    4545 
    4646    function fnReSendMail(customer_id) { 
    47         if (confirm('<!--{t string="tpl_249"}-->')) { 
     47        if (confirm('<!--{t string="tpl_Do you wish to receive a temporary registration e-mail again?_01"}-->')) { 
    4848            document.form1.mode.value = "resend_mail" 
    4949            document.form1['edit_customer_id'].value = customer_id; 
     
    581581    <h2><!--{t string="tpl_253"}--></h2> 
    582582    <div class="btn"> 
    583         <!--検索結果数--><!--{t string="tpl_230" escape="none" T_FIELD=$tpl_linemax}--> 
     583        <!--検索結果数--><!--{t string="tpl_<span class='attention'>T_FIELD items</span>&nbsp; were found._01" escape="none" T_FIELD=$tpl_linemax}--> 
    584584        <!--{if $smarty.const.ADMIN_MODE == '1'}--> 
    585585            <a class="btn-normal" href="javascript:;" onclick="fnModeSubmit('delete_all','',''); return false;"><span><!--{t string="tpl_327"}--></span></a> 
Note: See TracChangeset for help on using the changeset viewer.