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/customer/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; 
     
    524524<input type="hidden" name="mode" value="search" /> 
    525525 
    526     <h2><!--{t string="tpl_250"}--></h2> 
     526    <h2><!--{t string="tpl_Search condition settings_01"}--></h2> 
    527527 
    528528    <!--検索条件設定テーブルここから--> 
     
    530530        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`/adminparts/form_customer_search.tpl"}--> 
    531531        <tr> 
    532             <th><!--{t string="tpl_209"}--></th> 
     532            <th><!--{t string="tpl_Member status_01"}--></th> 
    533533            <td colspan="3"><!--{html_checkboxes name="search_status" options=$arrStatus separator="&nbsp;" selected=$arrForm.search_status.value}--></td> 
    534534        </tr> 
     
    568568    <h2><!--{t string="tpl_253"}--></h2> 
    569569    <div class="btn"> 
    570         <!--検索結果数--><!--{t string="tpl_230" escape="none" T_FIELD=$tpl_linemax}--> 
     570        <!--検索結果数--><!--{t string="tpl_<span class='attention'>T_FIELD items</span>&nbsp; were found._01" escape="none" T_FIELD=$tpl_linemax}--> 
    571571        <!--検索結果--> 
    572572        <a class="btn-normal" href="javascript:;" onclick="fnModeSubmit('csv','',''); return false;"><!--{t string="tpl_254"}--></a> 
     
    590590            <th rowspan="2"><!--{t string="tpl_Member ID_01"}--></th> 
    591591            <th rowspan="2"><!--{t string="tpl_Name_02"}--></th> 
    592             <th rowspan="2"><!--{t string="tpl_215"}--></th> 
     592            <th rowspan="2"><!--{t string="tpl_Gender_01"}--></th> 
    593593            <th><!--{t string="tpl_Phone Number_01"}--></th> 
    594594            <th rowspan="2"><!--{t string="tpl_Edit_01"}--></th> 
Note: See TracChangeset for help on using the changeset viewer.