Ignore:
Timestamp:
2013/01/28 14:26:33 (14 years ago)
Author:
m_uehara
Message:

#2060 メッセージIDの振り直し

Location:
branches/version-2_12-multilang/data
Files:
8 edited

Legend:

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

    r22444 r22445  
    316316                <td> 
    317317                    <!--{foreach key=key item=item from=$arrForm.payment_info}--> 
    318                     <!--{if $key != "title"}--><!--{if $item.name != ""}--><!--{t string="t_%s1:_01" %s1=$item.name}--><!--{/if}--><!--{$item.value}--><br/><!--{/if}--> 
     318                    <!--{if $key != "title"}--><!--{if $item.name != ""}--><!--{t string="tpl_%s1:_01" %s1=$item.name}--><!--{/if}--><!--{$item.value}--><br/><!--{/if}--> 
    319319                    <!--{/foreach}--> 
    320320                </td> 
  • branches/version-2_12-multilang/data/Smarty/templates/admin/order/edit.tpl

    r22444 r22445  
    687687            <td> 
    688688                <!--{foreach key=key item=item from=$arrForm.payment_info}--> 
    689                 <!--{if $key != "title"}--><!--{if $item.name != ""}--><!--{t string="t_%s1:_01" %s1=$item.name}--><!--{/if}--><!--{$item.value}--><br/><!--{/if}--> 
     689                <!--{if $key != "title"}--><!--{if $item.name != ""}--><!--{t string="tpl_%s1:_01" %s1=$item.name}--><!--{/if}--><!--{$item.value}--><br/><!--{/if}--> 
    690690                <!--{/foreach}--> 
    691691            </td> 
  • branches/version-2_12-multilang/data/Smarty/templates/admin/order/product_select.tpl

    r22437 r22445  
    200200                        <!--{if $tpl_classcat_find1[$id]}--> 
    201201                        <dl> 
    202                             <dt><!--{t string="t_%s1:_01" %s1=$tpl_class_name1[$id]|h}--></dt> 
     202                            <dt><!--{t string="tpl_%s1:_01" %s1=$tpl_class_name1[$id]|h}--></dt> 
    203203                            <dd> 
    204204                                <select name="classcategory_id1" id="<!--{$class1}-->" style="<!--{$arrErr[$class1]|sfGetErrorColor}-->"    onchange="fnSetClassCategories(this.form);"> 
     
    216216                        <!--{if $tpl_classcat_find2[$id]}--> 
    217217                        <dl> 
    218                             <dt><!--{t string="t_%s1:_01" %s1=$tpl_class_name2[$id]|h}--></dt> 
     218                            <dt><!--{t string="tpl_%s1:_01" %s1=$tpl_class_name2[$id]|h}--></dt> 
    219219                            <dd> 
    220220                                <select name="classcategory_id2" id="<!--{$class2}-->" style="<!--{$arrErr[$class2]|sfGetErrorColor}-->" onchange="fnCheckStock(this.form);"></select> 
  • branches/version-2_12-multilang/data/Smarty/templates/admin/system/adminarea.tpl

    r22442 r22445  
    4141        <!--{/if}--> 
    4242    </div> 
    43     <h2><!--{t string="t_Management area settings_01"}--></h2> 
     43    <h2><!--{t string="tpl_Management area settings_01"}--></h2> 
    4444    <table id="basis-index-admin"> 
    4545        <tr> 
  • branches/version-2_12-multilang/data/Smarty/templates/admin/system/masterdata.tpl

    r22442 r22445  
    5353            <!--{foreach from=$arrMasterData item=val key=key}--> 
    5454                <tr> 
    55                     <th><!--{t string="t_ID:_01"}--><input type="text" name="id[]" value="<!--{$key|h}-->" size="6" /></th> 
     55                    <th><!--{t string="tpl_ID:_01"}--><input type="text" name="id[]" value="<!--{$key|h}-->" size="6" /></th> 
    5656                    <td><!--{t string="tpl_Value:_01"}--><input type="text" name="name[]" value="<!--{$val|h}-->" style="" size="60" class="box60" /></td> 
    5757                </tr> 
     
    6262        <table class="form"> 
    6363            <tr> 
    64                 <th><!--{t string="t_ID:_01"}--><input type="text" name="id[]" size="6" /></th> 
     64                <th><!--{t string="tpl_ID:_01"}--><input type="text" name="id[]" size="6" /></th> 
    6565                <td><!--{t string="tpl_Value:_01"}--><input type="text" name="name[]" style="" size="60" class="box60" /></td> 
    6666            </tr> 
  • branches/version-2_12-multilang/data/Smarty/templates/admin/total/index.tpl

    r22444 r22445  
    277277                    <input id="datepickersearch_start_m" type="text" value="" <!--{if $arrErr.search_startyear_m != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> /> 
    278278                    <!--{if $smarty.const.CLOSE_DAY == 31}--> 
    279                         <!--{t string="t_Monthly (end of month)_01"}--> 
     279                        <!--{t string="tpl_Monthly (end of month)_01"}--> 
    280280                    <!--{else}--> 
    281                         <!--{t string="t_Monthly (by %s1)_01" %s1=$smarty.const.CLOSE_DAY}--> 
     281                        <!--{t string="tpl_Monthly (by %s1)_01" %s1=$smarty.const.CLOSE_DAY}--> 
    282282                    <!--{/if}--> 
    283283                    <input type="hidden" name="search_startyear_m" value="<!--{$arrForm.search_startyear_m.value|h}-->" /> 
  • branches/version-2_12-multilang/data/locales/en-US.po

    r22444 r22445  
    59175917"this section." 
    59185918 
    5919 msgid "t_Check results_01" 
     5919msgid "tpl_Check results_01" 
    59205920msgstr "Check results" 
    59215921 
    5922 msgid "t_When [Next] is clicked, a check will be executed once again._01" 
     5922msgid "tpl_When [Next] is clicked, a check will be executed once again._01" 
    59235923msgstr "When [Next] is clicked, a check will be executed once again." 
    59245924 
    5925 msgid "t_Ignore problems and proceed (for advanced users)_01" 
     5925msgid "tpl_Ignore problems and proceed (for advanced users)_01" 
    59265926msgstr "Ignore problems and proceed (for advanced users)" 
    59275927 
    5928 msgid "t_* If you proceed without resolving the problem, this may lead to problems._01" 
     5928msgid "tpl_* If you proceed without resolving the problem, this may lead to problems._01" 
    59295929msgstr "" 
    59305930"* If you proceed without resolving the problem, this may lead to problems." 
    59315931 
    5932 msgid "t_Copying of necessary files will begin._01" 
     5932msgid "tpl_Copying of necessary files will begin._01" 
    59335933msgstr "Copying of necessary files will begin." 
    59345934 
    5935 msgid "t_Copying of necessary files_01" 
     5935msgid "tpl_Copying of necessary files_01" 
    59365936msgstr "Copying of necessary files" 
    59375937 
    5938 msgid "t_EC site settings_01" 
     5938msgid "tpl_EC site settings_01" 
    59395939msgstr "EC site settings" 
    59405940 
    5941 msgid "t_Fill in the name of your store._01" 
     5941msgid "tpl_Fill in the name of your store._01" 
    59425942msgstr "Fill in the name of your store." 
    59435943 
    5944 msgid "t_The address will be the one in the order receipt mail, etc._01" 
     5944msgid "tpl_The address will be the one in the order receipt mail, etc._01" 
    59455945msgstr "The address will be the one in the order receipt mail, etc." 
    59465946 
    5947 msgid "t_Login ID <span class='attention'>*</span>_01" 
     5947msgid "tpl_Login ID <span class='attention'>*</span>_01" 
    59485948msgstr "Login ID <span class='attention'>*</span>" 
    59495949 
    5950 msgid "t_ID for logging in to the management area._01" 
     5950msgid "tpl_ID for logging in to the management area._01" 
    59515951msgstr "ID for logging in to the management area." 
    59525952 
    5953 msgid "t_Password for logging in to the management area._01" 
     5953msgid "tpl_Password for logging in to the management area._01" 
    59545954msgstr "Password for logging in to the management area." 
    59555955 
    5956 msgid "t_Management area settings_01" 
     5956msgid "tpl_Management area settings_01" 
    59575957msgstr "Management area settings" 
    59585958 
     
    61096109"href='%s1' target='_blank'>the EC-CUBE Owners Store</a>.</span>" 
    61106110 
    6111 msgid "t_You can log in to <a href='%s1%s2%s3'>the management screen</a>._01" 
     6111msgid "tpl_You can log in to <a href='%s1%s2%s3'>the management screen</a>._01" 
    61126112msgstr "" 
    61136113"You can log in to <a href='%s1%s2%s3'>the management " 
    61146114"screen</a>." 
    61156115 
    6116 msgid "t_Monthly (end of month)_01" 
     6116msgid "tpl_Monthly (end of month)_01" 
    61176117msgstr "Monthly (end of month)" 
    61186118 
    6119 msgid "t_Monthly (by %s1)_01" 
     6119msgid "tpl_Monthly (by %s1)_01" 
    61206120msgstr "Monthly (by %s1)" 
    61216121 
    6122 msgid "t_ID:_01" 
     6122msgid "tpl_ID:_01" 
    61236123msgstr "ID:" 
    61246124 
    6125 msgid "t_%s1:_01" 
     6125msgid "tpl_%s1:_01" 
    61266126msgstr "%s1:" 
    61276127 
  • branches/version-2_12-multilang/data/locales/ja.po

    r22444 r22445  
    58645864"い。" 
    58655865 
    5866 msgid "t_Check results_01" 
     5866msgid "tpl_Check results_01" 
    58675867msgstr "チェック結果" 
    58685868 
    5869 msgid "t_When [Next] is clicked, a check will be executed once again._01" 
     5869msgid "tpl_When [Next] is clicked, a check will be executed once again._01" 
    58705870msgstr "[次へ進む] をクリックすると、チェックを再実行します。" 
    58715871 
    5872 msgid "t_Ignore problems and proceed (for advanced users)_01" 
     5872msgid "tpl_Ignore problems and proceed (for advanced users)_01" 
    58735873msgstr "問題点を無視して次へ進む (上級者向け)" 
    58745874 
    5875 msgid "t_* If you proceed without resolving the problem, this may lead to problems._01" 
     5875msgid "tpl_* If you proceed without resolving the problem, this may lead to problems._01" 
    58765876msgstr "" 
    58775877"※ 問題点を解決せずに無視して進めると、トラブルの原因となる場合があります。" 
    58785878 
    5879 msgid "t_Copying of necessary files will begin._01" 
     5879msgid "tpl_Copying of necessary files will begin._01" 
    58805880msgstr "必要なファイルのコピーを開始します。" 
    58815881 
    5882 msgid "t_Copying of necessary files_01" 
     5882msgid "tpl_Copying of necessary files_01" 
    58835883msgstr "必要なファイルのコピー" 
    58845884 
    5885 msgid "t_EC site settings_01" 
     5885msgid "tpl_EC site settings_01" 
    58865886msgstr "ECサイトの設定" 
    58875887 
    5888 msgid "t_Fill in the name of your store._01" 
     5888msgid "tpl_Fill in the name of your store._01" 
    58895889msgstr "あなたの店名をご記入ください。" 
    58905890 
    5891 msgid "t_The address will be the one in the order receipt mail, etc._01" 
     5891msgid "tpl_The address will be the one in the order receipt mail, etc._01" 
    58925892msgstr "受注メールなどの宛先になります。" 
    58935893 
    5894 msgid "t_Login ID <span class='attention'>*</span>_01" 
     5894msgid "tpl_Login ID <span class='attention'>*</span>_01" 
    58955895msgstr "ログインID<span class='attention'>*</span>" 
    58965896 
    5897 msgid "t_ID for logging in to the management area._01" 
     5897msgid "tpl_ID for logging in to the management area._01" 
    58985898msgstr "管理機能にログインするためのIDです。" 
    58995899 
    5900 msgid "t_Password for logging in to the management area._01" 
     5900msgid "tpl_Password for logging in to the management area._01" 
    59015901msgstr "管理機能にログインするためのパスワードです。" 
    59025902 
    5903 msgid "t_Management area settings_01" 
     5903msgid "tpl_Management area settings_01" 
    59045904msgstr "管理機能の設定" 
    59055905 
     
    60556055"オーナーズストア</a>で取得できます。</span>" 
    60566056 
    6057 msgid "t_You can log in to <a href='%s1%s2%s3'>the management screen</a>._01" 
     6057msgid "tpl_You can log in to <a href='%s1%s2%s3'>the management screen</a>._01" 
    60586058msgstr "" 
    60596059"<a href='%s1%s2%s3'>管理画面</a>にログインできます。" 
    60606060 
    6061 msgid "t_Monthly (end of month)_01" 
     6061msgid "tpl_Monthly (end of month)_01" 
    60626062msgstr "月度 (末日締め)" 
    60636063 
    6064 msgid "t_Monthly (by %s1)_01" 
     6064msgid "tpl_Monthly (by %s1)_01" 
    60656065msgstr "月度 (%s1日締め)" 
    60666066 
    6067 msgid "t_ID:_01" 
     6067msgid "tpl_ID:_01" 
    60686068msgstr "ID:" 
    60696069 
    6070 msgid "t_%s1:_01" 
     6070msgid "tpl_%s1:_01" 
    60716071msgstr "%s1:" 
    60726072 
Note: See TracChangeset for help on using the changeset viewer.