Changeset 22439 for branches


Ignore:
Timestamp:
2013/01/28 11:05:24 (11 years ago)
Author:
m_uehara
Message:

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

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

Legend:

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

    r22433 r22439  
    4545 
    4646    <div class="btn"> 
    47         <a class="btn-normal" href="javascript:;" onclick="OwnersStore.products_list();return false;"><span><!--{t string="tpl_457"}--></span></a> 
     47        <a class="btn-normal" href="javascript:;" onclick="OwnersStore.products_list();return false;"><span><!--{t string="tpl_Retrieve the module list_01"}--></span></a> 
    4848    </div> 
    4949 
  • branches/version-2_12-multilang/data/Smarty/templates/admin/ownersstore/plugin.tpl

    r22391 r22439  
    3434 
    3535            if(mode === 'disable') { 
    36                 result = window.confirm('<!--{t string="tpl_458" escape="j"}-->'); 
     36                result = window.confirm('<!--{t string="tpl_Do you want to void the plug-in?_01" escape="j"}-->'); 
    3737                if(result === false) { 
    3838                    $(event.target).attr("checked", "checked"); 
    3939                } 
    4040            } else if(mode === 'enable') { 
    41                 result = window.confirm('<!--{t string="tpl_459" escape="j"}-->'); 
     41                result = window.confirm('<!--{t string="tpl_Do you want to activate the plug-in?_01" escape="j"}-->'); 
    4242                if(result === false) { 
    4343                    $(event.target).attr("checked", ""); 
     
    5555     */ 
    5656    function remoteException(XMLHttpRequest, textStatus, errorThrown) { 
    57         alert('<!--{t string="tpl_460" escape="j"}-->'); 
     57        alert('<!--{t string="tpl_An error occurred during transmission._01" escape="j"}-->'); 
    5858    } 
    5959 
     
    8080     */ 
    8181    function install() { 
    82         if (window.confirm('<!--{t string="tpl_461" escape="j"}-->')){ 
     82        if (window.confirm('<!--{t string="tpl_Do you want to install the plug-in?_01" escape="j"}-->')){ 
    8383            fnModeSubmit('install','',''); 
    8484        } 
     
    9999     */ 
    100100    function update(plugin_id, plugin_code) { 
    101         if (window.confirm('<!--{t string="tpl_463" escape="j"}-->')){ 
     101        if (window.confirm('<!--{t string="tpl_Do you want to update the plug-in?_01" escape="j"}-->')){ 
    102102            removeUpdateFile('update_file_' + plugin_id); 
    103103            fnSetFormValue('plugin_id', plugin_id); 
     
    126126<input type="hidden" name="priority" value="" /> 
    127127<div id="system" class="contents-main"> 
    128     <h2><!--{t string="tpl_464"}--></h2> 
     128    <h2><!--{t string="tpl_Plug-in registration_01"}--></h2> 
    129129    <table class="form"> 
    130130        <tr> 
    131             <th><!--{t string="tpl_465" escape="none"}--></th> 
     131            <th><!--{t string="tpl_Plug-in<span class='attention'> *</span>_01" escape="none"}--></th> 
    132132            <td> 
    133133                <!--{assign var=key value="plugin_file"}--> 
    134134                <span class="attention"><!--{$arrErr[$key]}--></span> 
    135135                <input type="file" name="<!--{ $key }-->" class="box45" size="43"  style="<!--{$arrErr[$key]|sfGetErrorColor}--> <!--{if $arrErr[$key]}--> background-color:<!--{$smarty.const.ERR_COLOR|h}--><!--{/if}-->"> 
    136                 <a class="btn-action" href="javascript:;" onclick="install(); return false;"><span class="btn-next"><!--{t string="tpl_466"}--></span></a> 
     136                <a class="btn-action" href="javascript:;" onclick="install(); return false;"><span class="btn-next"><!--{t string="tpl_Install_01"}--></span></a> 
    137137            </td> 
    138138        </tr> 
     
    140140 
    141141    <!--▼プラグイン一覧ここから--> 
    142     <h2><!--{t string="tpl_467"}--></h2> 
     142    <h2><!--{t string="tpl_Plug-in list_01"}--></h2> 
    143143    <!--{if count($plugins) > 0}--> 
    144144        <span class="attention"><!--{$arrErr.plugin_error}--></span> 
     
    148148            <col width="13%" /> 
    149149            <tr> 
    150                 <th colspan="2"><!--{t string="tpl_468"}--></th> 
    151                 <th><!--{t string="tpl_469"}--></th> 
     150                <th colspan="2"><!--{t string="tpl_Explanation of functions_01"}--></th> 
     151                <th><!--{t string="tpl_Priority_01"}--></th> 
    152152            </tr> 
    153153            <!--{section name=data loop=$plugins}--> 
     
    189189                            <p class="description"><!--{$plugin.plugin_description|default:'-'|h}--></p> 
    190190                        <div> 
    191                             <span class="ec_cube_version"><!--{t string="tpl_470"}--><!--{$plugin.compliant_version|default:'-'|h}--></span><br/> 
     191                            <span class="ec_cube_version"><!--{t string="tpl_Compatible EC-CUBE version :_01"}--><!--{$plugin.compliant_version|default:'-'|h}--></span><br/> 
    192192                            <span class="attention"><!--{$arrErr[$plugin.plugin_code]}--></span> 
    193193                            <!-- 設定 --> 
    194194                                <!--{if $plugin.config_flg == true && $plugin.status != $smarty.const.PLUGIN_STATUS_UPLOADED}--> 
    195                                     <a href="?" onclick="win02('../load_plugin_config.php?plugin_id=<!--{$plugin.plugin_id}-->', 'load', 615, 400);return false;"><!--{t string="tpl_471"}--></a>&nbsp;|&nbsp; 
     195                                    <a href="?" onclick="win02('../load_plugin_config.php?plugin_id=<!--{$plugin.plugin_id}-->', 'load', 615, 400);return false;"><!--{t string="tpl_Plug-in settings_01"}--></a>&nbsp;|&nbsp; 
    196196                                <!--{else}--> 
    197                                     <span><!--{t string="tpl_471"}-->&nbsp;|&nbsp;</span> 
     197                                    <span><!--{t string="tpl_Plug-in settings_01"}-->&nbsp;|&nbsp;</span> 
    198198                                <!--{/if}--> 
    199199                            <!-- アップデート --> 
    200                                 <a class="update_link" href="javascript:;" name="<!--{$plugin.plugin_id}-->"><!--{t string="tpl_472"}--></a>&nbsp;|&nbsp; 
     200                                <a class="update_link" href="javascript:;" name="<!--{$plugin.plugin_id}-->"><!--{t string="tpl_Update_02"}--></a>&nbsp;|&nbsp; 
    201201                            <!-- 削除 --> 
    202202                                <a  href="javascript:;" name="uninstall" onclick="uninstall(<!--{$plugin.plugin_id}-->, '<!--{$plugin.plugin_code}-->'); return false;"><!--{t string="tpl_Remove_01"}--></a>&nbsp;|&nbsp; 
    203203                            <!-- 有効/無効 --> 
    204204                                <!--{if $plugin.enable == $smarty.const.PLUGIN_ENABLE_TRUE}--> 
    205                                     <label><input id="plugin_enable" type="checkbox" name="disable" value="<!--{$plugin.plugin_id}-->" id="login_memory" checked="checked"><!--{t string="tpl_473"}--></input></label><br/> 
     205                                    <label><input id="plugin_enable" type="checkbox" name="disable" value="<!--{$plugin.plugin_id}-->" id="login_memory" checked="checked"><!--{t string="tpl_Enabled_01"}--></input></label><br/> 
    206206                                <!--{else}--> 
    207                                     <label><input id="plugin_enable" type="checkbox" name="enable" value="<!--{$plugin.plugin_id}-->" id="login_memory"><!--{t string="tpl_474"}--></input></label><br/> 
     207                                    <label><input id="plugin_enable" type="checkbox" name="enable" value="<!--{$plugin.plugin_id}-->" id="login_memory"><!--{t string="tpl_Enable_01"}--></input></label><br/> 
    208208                                <!--{/if}--> 
    209209 
     
    211211                                <div id="plugin_update_<!--{$plugin.plugin_id}-->" style="display: none"> 
    212212                                    <input id="update_file_<!--{$plugin.plugin_id}-->" name="<!--{$plugin.plugin_code}-->" type="file" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" class="box30" size="30" <!--{if $arrErr[$key]}-->style="background-color:<!--{$smarty.const.ERR_COLOR|h}-->"<!--{/if}--> /> 
    213                                     <a class="btn-action" href="javascript:;" onclick="update(<!--{$plugin.plugin_id}-->, '<!--{$plugin.plugin_code}-->'); return false;"><span class="btn-next"><!--{t string="tpl_472"}--></span></a> 
     213                                    <a class="btn-action" href="javascript:;" onclick="update(<!--{$plugin.plugin_id}-->, '<!--{$plugin.plugin_code}-->'); return false;"><span class="btn-next"><!--{t string="tpl_Update_02"}--></span></a> 
    214214                                </div> 
    215215                        </div> 
     
    219219                    <span class="attention"><!--{$arrErr.priority[$plugin.plugin_id]}--></span> 
    220220                    <input type="text" class="center" name="priority_<!--{$plugin.plugin_code}-->" value="<!--{$plugin.priority|h}-->" size="1" class="priority" /> 
    221                     <a class="btn-action" href="javascript:;" onclick="update_priority(<!--{$plugin.plugin_id}-->, '<!--{$plugin.plugin_code}-->'); return false;"><span class="btn-next"><!--{t string="tpl_475"}--></span></a><br/> 
     221                    <a class="btn-action" href="javascript:;" onclick="update_priority(<!--{$plugin.plugin_id}-->, '<!--{$plugin.plugin_code}-->'); return false;"><span class="btn-next"><!--{t string="tpl_Change_01"}--></span></a><br/> 
    222222                    <span><!--{$plugin.priority_message}--></span> 
    223223                </td> 
     
    234234        </table> 
    235235    <!--{else}--> 
    236         <span><!--{t string="tpl_476"}--></span> 
     236        <span><!--{t string="tpl_There are no plug-ins registered._01"}--></span> 
    237237    <!--{/if}--> 
    238238</div> 
  • branches/version-2_12-multilang/data/Smarty/templates/admin/ownersstore/products_list.tpl

    r22424 r22439  
    2525<table id="ownersstore-products-list" class="list center"> 
    2626    <tr> 
    27         <th><!--{t string="tpl_477"}--></th> 
     27        <th><!--{t string="tpl_Logo_01"}--></th> 
    2828        <th><!--{t string="tpl_Product name_01"}--></th> 
    29         <th><!--{t string="tpl_478"}--></th> 
    30         <th><!--{t string="tpl_479"}--></th> 
    31         <th><!--{t string="tpl_480"}--></th> 
    32         <th><!--{t string="tpl_481"}--></th> 
     29        <th><!--{t string="tpl_Introduction version_01"}--></th> 
     30        <th><!--{t string="tpl_Installation_01"}--></th> 
     31        <th><!--{t string="tpl_Settings_01"}--></th> 
     32        <th><!--{t string="tpl_Purchase status_01"}--></th> 
    3333    </tr> 
    3434    <!--{foreach from=$arrProducts item=product name=products_list_loop}--> 
     
    5959                    <!--{if $product.version_up_flg}--> 
    6060                        <span class="icon_confirm"> 
    61                         <a href="#" onclick="OwnersStore.download(<!--{$product.product_id|h}-->);return false;"><!--{t string="tpl_472"}--></a> 
     61                        <a href="#" onclick="OwnersStore.download(<!--{$product.product_id|h}-->);return false;"><!--{t string="tpl_Update_02"}--></a> 
    6262                        </span> 
    6363                    <!--{* それ以外ならダウンロードボタン表示 *}--> 
     
    7575                        <span class="icon_confirm"> 
    7676                        <a href="#" onclick="win02('../load_module_config.php?module_id=<!--{$product.product_id}-->', 'load', 615, 400);return false;"> 
    77                             <!--{t string="tpl_480"}--></a> 
     77                            <!--{t string="tpl_Settings_01"}--></a> 
    7878                        </span> 
    7979                    <!--{else}--> 
     
    8181                        <span class="icon_confirm"> 
    8282                        <a href="#" onclick="win02('../load_module_config.php?module_id=<!--{$product.product_id}-->', 'load', 615, 400);return false;"> 
    83                             <!--{t string="tpl_480"}--></a> 
     83                            <!--{t string="tpl_Settings_01"}--></a> 
    8484                        </span> 
    8585                        </div> 
  • branches/version-2_12-multilang/data/Smarty/templates/admin/ownersstore/settings.tpl

    r22437 r22439  
    3333    <table class="form"> 
    3434        <tr> 
    35             <th><!--{t string="tpl_482"}--></th> 
     35            <th><!--{t string="tpl_Authentication key settings._01"}--></th> 
    3636            <td> 
    3737                <!--{assign var="key" value="public_key"}--> 
  • branches/version-2_12-multilang/data/Smarty/templates/admin/ownersstore/subnavi.tpl

    r22121 r22439  
    2525<ul class="level1"> 
    2626    <li id="navi-ownersstore-index" class="<!--{if $tpl_subno == 'index'}-->on<!--{/if}-->"> 
    27         <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->ownersstore/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span><!--{t string="tpl_483"}--></span></a></li> 
     27        <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->ownersstore/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span><!--{t string="tpl_Plug-in management_01"}--></span></a></li> 
    2828    <li id="navi-ownersstore-module" class="<!--{if $tpl_subno == 'module'}-->on<!--{/if}-->"> 
    29         <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->ownersstore/module.php"><span><!--{t string="tpl_484"}--></span></a></li> 
     29        <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->ownersstore/module.php"><span><!--{t string="tpl_Module management_01"}--></span></a></li> 
    3030    <li id="navi-ownersstore-settings" class="<!--{if $tpl_subno == 'settings'}-->on<!--{/if}-->"> 
    3131        <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->ownersstore/settings.php"><span><!--{t string="tpl_485"}--></span></a></li> 
  • branches/version-2_12-multilang/data/Smarty/templates/admin/products/product.tpl

    r22437 r22439  
    420420                <a name="<!--{$anckey}-->"></a> 
    421421                <input type="hidden" name="<!--{$key}-->" value="<!--{$arrRecommend[$recommend_no].product_id|h}-->" /> 
    422                 <a class="btn-normal" href="javascript:;" name="change" onclick="selectAll('category_id'); win03('./product_select.php?no=<!--{$smarty.section.cnt.iteration}-->', 'search', '615', '500'); return false;"><!--{t string="tpl_475"}--></a> 
     422                <a class="btn-normal" href="javascript:;" name="change" onclick="selectAll('category_id'); win03('./product_select.php?no=<!--{$smarty.section.cnt.iteration}-->', 'search', '615', '500'); return false;"><!--{t string="tpl_Change_01"}--></a> 
    423423                <!--{assign var=key value="recommend_delete`$smarty.section.cnt.iteration`"}--> 
    424424                <input type="checkbox" name="<!--{$key}-->" value="1" /><!--{t string="tpl_Remove_01"}--><br /> 
  • branches/version-2_12-multilang/data/Smarty/templates/admin/system/log.tpl

    r22436 r22439  
    4444    <!--{assign var=key value="line_max"}--> 
    4545    <!--{t string="tpl_716"}--><input type="text" name="<!--{$key|h}-->" value="<!--{$arrForm[$key].value|h}-->" size="6" maxlength="<!--{$arrForm[$key].length|h}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" /> 
    46     <a class="btn-normal" href="javascript:;" onclick="form1.submit(); return false;"><span><!--{t string="tpl_454"}--></span></a> 
     46    <a class="btn-normal" href="javascript:;" onclick="form1.submit(); return false;"><span><!--{t string="tpl_Read_01"}--></span></a> 
    4747</form> 
    4848 
     
    5050    <tr> 
    5151        <th><!--{t string="tpl_Date_02"}--></th> 
    52         <th><!--{t string="tpl_455"}--></th> 
    53         <th><!--{t string="tpl_456"}--></th> 
     52        <th><!--{t string="tpl_Pass_01"}--></th> 
     53        <th><!--{t string="tpl_Contents_01"}--></th> 
    5454    </tr> 
    5555    <!--{foreach from=$tpl_ec_log item=line}--> 
  • branches/version-2_12-multilang/data/locales/en-US.po

    r22437 r22439  
    50085008msgstr "Return to list" 
    50095009 
    5010 msgid "tpl_454" 
     5010msgid "tpl_Read_01" 
    50115011msgstr "Read" 
    50125012 
    5013 msgid "tpl_455" 
     5013msgid "tpl_Pass_01" 
    50145014msgstr "Pass" 
    50155015 
    5016 msgid "tpl_456" 
     5016msgid "tpl_Contents_01" 
    50175017msgstr "Contents" 
    50185018 
    5019 msgid "tpl_457" 
     5019msgid "tpl_Retrieve the module list_01" 
    50205020msgstr "Retrieve the module list" 
    50215021 
    5022 msgid "tpl_458" 
     5022msgid "tpl_Do you want to void the plug-in?_01" 
    50235023msgstr "Do you want to void the plug-in?" 
    50245024 
    5025 msgid "tpl_459" 
     5025msgid "tpl_Do you want to activate the plug-in?_01" 
    50265026msgstr "Do you want to activate the plug-in?" 
    50275027 
    5028 msgid "tpl_460" 
     5028msgid "tpl_An error occurred during transmission._01" 
    50295029msgstr "An error occurred during transmission." 
    50305030 
    5031 msgid "tpl_461" 
     5031msgid "tpl_Do you want to install the plug-in?_01" 
    50325032msgstr "Do you want to install the plug-in?" 
    50335033 
     
    50375037"Do you want to delete the plug-in?" 
    50385038 
    5039 msgid "tpl_463" 
     5039msgid "tpl_Do you want to update the plug-in?_01" 
    50405040msgstr "Do you want to update the plug-in?" 
    50415041 
    5042 msgid "tpl_464" 
     5042msgid "tpl_Plug-in registration_01" 
    50435043msgstr "Plug-in registration" 
    50445044 
    5045 msgid "tpl_465" 
     5045msgid "tpl_Plug-in<span class='attention'> *</span>_01" 
    50465046msgstr "Plug-in<span class='attention'> *</span>" 
    50475047 
    5048 msgid "tpl_466" 
     5048msgid "tpl_Install_01" 
    50495049msgstr "Install" 
    50505050 
    5051 msgid "tpl_467" 
     5051msgid "tpl_Plug-in list_01" 
    50525052msgstr "Plug-in list" 
    50535053 
    5054 msgid "tpl_468" 
     5054msgid "tpl_Explanation of functions_01" 
    50555055msgstr "Explanation of functions" 
    50565056 
    5057 msgid "tpl_469" 
     5057msgid "tpl_Priority_01" 
    50585058msgstr "Priority" 
    50595059 
    5060 msgid "tpl_470" 
     5060msgid "tpl_Compatible EC-CUBE version :_01" 
    50615061msgstr "Compatible EC-CUBE version :" 
    50625062 
    5063 msgid "tpl_471" 
     5063msgid "tpl_Plug-in settings_01" 
    50645064msgstr "Plug-in settings" 
    50655065 
    5066 msgid "tpl_472" 
     5066msgid "tpl_Update_02" 
    50675067msgstr "Update" 
    50685068 
    5069 msgid "tpl_473" 
     5069msgid "tpl_Enabled_01" 
    50705070msgstr "Enabled" 
    50715071 
    5072 msgid "tpl_474" 
     5072msgid "tpl_Enable_01" 
    50735073msgstr "Enable" 
    50745074 
    5075 msgid "tpl_475" 
     5075msgid "tpl_Change_01" 
    50765076msgstr "Change" 
    50775077 
    5078 msgid "tpl_476" 
     5078msgid "tpl_There are no plug-ins registered._01" 
    50795079msgstr "There are no plug-ins registered." 
    50805080 
    5081 msgid "tpl_477" 
     5081msgid "tpl_Logo_01" 
    50825082msgstr "Logo" 
    50835083 
    5084 msgid "tpl_478" 
     5084msgid "tpl_Introduction version_01" 
    50855085msgstr "Introduction version" 
    50865086 
    5087 msgid "tpl_479" 
     5087msgid "tpl_Installation_01" 
    50885088msgstr "Installation" 
    50895089 
    5090 msgid "tpl_480" 
     5090msgid "tpl_Settings_01" 
    50915091msgstr "Settings" 
    50925092 
    5093 msgid "tpl_481" 
     5093msgid "tpl_Purchase status_01" 
    50945094msgstr "Purchase status" 
    50955095 
    5096 msgid "tpl_482" 
     5096msgid "tpl_Authentication key settings._01" 
    50975097msgstr "Authentication key settings." 
    50985098 
    5099 msgid "tpl_483" 
     5099msgid "tpl_Plug-in management_01" 
    51005100msgstr "Plug-in management" 
    51015101 
    5102 msgid "tpl_484" 
     5102msgid "tpl_Module management_01" 
    51035103msgstr "Module management" 
    51045104 
  • branches/version-2_12-multilang/data/locales/ja.po

    r22437 r22439  
    49654965msgstr "一覧へ戻る" 
    49664966 
    4967 msgid "tpl_454" 
     4967msgid "tpl_Read_01" 
    49684968msgstr "読み込む" 
    49694969 
    4970 msgid "tpl_455" 
     4970msgid "tpl_Pass_01" 
    49714971msgstr "パス" 
    49724972 
    4973 msgid "tpl_456" 
     4973msgid "tpl_Contents_01" 
    49744974msgstr "内容" 
    49754975 
    4976 msgid "tpl_457" 
     4976msgid "tpl_Retrieve the module list_01" 
    49774977msgstr "モジュール一覧を取得する" 
    49784978 
    4979 msgid "tpl_458" 
     4979msgid "tpl_Do you want to void the plug-in?_01" 
    49804980msgstr "プラグインを無効にしても宜しいですか?" 
    49814981 
    4982 msgid "tpl_459" 
     4982msgid "tpl_Do you want to activate the plug-in?_01" 
    49834983msgstr "プラグインを有効にしても宜しいですか?" 
    49844984 
    4985 msgid "tpl_460" 
     4985msgid "tpl_An error occurred during transmission._01" 
    49864986msgstr "通信中にエラーが発生しました。" 
    49874987 
    4988 msgid "tpl_461" 
     4988msgid "tpl_Do you want to install the plug-in?_01" 
    49894989msgstr "プラグインをインストールしても宜しいでしょうか?" 
    49904990 
     
    49944994"プラグインを削除しても宜しいですか?" 
    49954995 
    4996 msgid "tpl_463" 
     4996msgid "tpl_Do you want to update the plug-in?_01" 
    49974997msgstr "プラグインをアップデートしても宜しいですか?" 
    49984998 
    4999 msgid "tpl_464" 
     4999msgid "tpl_Plug-in registration_01" 
    50005000msgstr "プラグイン登録" 
    50015001 
    5002 msgid "tpl_465" 
     5002msgid "tpl_Plug-in<span class='attention'> *</span>_01" 
    50035003msgstr "プラグイン<span class='attention'> *</span>" 
    50045004 
    5005 msgid "tpl_466" 
     5005msgid "tpl_Install_01" 
    50065006msgstr "インストール" 
    50075007 
    5008 msgid "tpl_467" 
     5008msgid "tpl_Plug-in list_01" 
    50095009msgstr "プラグイン一覧" 
    50105010 
    5011 msgid "tpl_468" 
     5011msgid "tpl_Explanation of functions_01" 
    50125012msgstr "機能説明" 
    50135013 
    5014 msgid "tpl_469" 
     5014msgid "tpl_Priority_01" 
    50155015msgstr "優先度" 
    50165016 
    5017 msgid "tpl_470" 
     5017msgid "tpl_Compatible EC-CUBE version :_01" 
    50185018msgstr "対応EC-CUBEバージョン :" 
    50195019 
    5020 msgid "tpl_471" 
     5020msgid "tpl_Plug-in settings_01" 
    50215021msgstr "プラグイン設定" 
    50225022 
    5023 msgid "tpl_472" 
     5023msgid "tpl_Update_02" 
    50245024msgstr "アップデート" 
    50255025 
    5026 msgid "tpl_473" 
     5026msgid "tpl_Enabled_01" 
    50275027msgstr "有効" 
    50285028 
    5029 msgid "tpl_474" 
     5029msgid "tpl_Enable_01" 
    50305030msgstr "有効にする" 
    50315031 
    5032 msgid "tpl_475" 
     5032msgid "tpl_Change_01" 
    50335033msgstr "変更" 
    50345034 
    5035 msgid "tpl_476" 
     5035msgid "tpl_There are no plug-ins registered._01" 
    50365036msgstr "登録されているプラグインはありません。" 
    50375037 
    5038 msgid "tpl_477" 
     5038msgid "tpl_Logo_01" 
    50395039msgstr "ロゴ" 
    50405040 
    5041 msgid "tpl_478" 
     5041msgid "tpl_Introduction version_01" 
    50425042msgstr "導入バージョン" 
    50435043 
    5044 msgid "tpl_479" 
     5044msgid "tpl_Installation_01" 
    50455045msgstr "インストール" 
    50465046 
    5047 msgid "tpl_480" 
     5047msgid "tpl_Settings_01" 
    50485048msgstr "設定" 
    50495049 
    5050 msgid "tpl_481" 
     5050msgid "tpl_Purchase status_01" 
    50515051msgstr "購入ステータス" 
    50525052 
    5053 msgid "tpl_482" 
     5053msgid "tpl_Authentication key settings._01" 
    50545054msgstr "認証キーの設定" 
    50555055 
    5056 msgid "tpl_483" 
     5056msgid "tpl_Plug-in management_01" 
    50575057msgstr "プラグイン管理" 
    50585058 
    5059 msgid "tpl_484" 
     5059msgid "tpl_Module management_01" 
    50605060msgstr "モジュール管理" 
    50615061 
Note: See TracChangeset for help on using the changeset viewer.