Changeset 22747


Ignore:
Timestamp:
2013/03/25 16:08:11 (10 years ago)
Author:
michael_nelson
Message:

refs #2172 郵便番号の必須を外したい

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

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/Smarty/templates/default_en-US/shopping/nonmember_input.tpl

    r22470 r22747  
    5959            </tr> 
    6060            <tr> 
    61                 <th>Postal code<span class="attention">*</span></th> 
     61                <th>Postal code</th> 
    6262                <td> 
    6363                    <!--{* <!--{assign var=key1 value="order_zip01"}--> *}--> 
  • branches/version-2_12-multilang/data/Smarty/templates/sphone_en-US/frontparts/form_personal_input.tpl

    r22365 r22747  
    3434</dd> 
    3535 
    36 <dt>Postal code&nbsp;<span class="attention">*</span></dt> 
     36<dt>Postal code&nbsp;</dt> 
    3737<dd> 
    3838    <!--{* <!--{assign var=key1 value="`$prefix`zip01"}--> *}--> 
  • branches/version-2_12-multilang/data/class/pages/admin/basis/LC_Page_Admin_Basis.php

    r22734 r22747  
    223223//        $objFormParam->addParam(t('c_Postal code 1_01'), 'zip01', ZIP01_LEN, 'n', array('EXIST_CHECK', 'NUM_CHECK','NUM_COUNT_CHECK')); 
    224224//        $objFormParam->addParam(t('c_Postal code 2_01'), 'zip02', ZIP02_LEN, 'n', array('EXIST_CHECK', 'NUM_CHECK','NUM_COUNT_CHECK')); 
    225         $objFormParam->addParam(t('c_Postal code_01'), 'zipcode', ZIPCODE_LEN, 'n', array('EXIST_CHECK', 'NUM_CHECK','MAX_LENGTH_CHECK')); 
     225        $objFormParam->addParam(t('c_Postal code_01'), 'zipcode', INT_LEN, 'n', array('NUM_CHECK')); 
    226226 
    227227        // 所在地チェック 
  • branches/version-2_12-multilang/data/class/pages/shopping/LC_Page_Shopping.php

    r22734 r22747  
    289289//        $objFormParam->addParam(t('c_Postal code 1_01'), 'order_zip01', ZIP01_LEN, 'n', array('EXIST_CHECK', 'NUM_CHECK', 'NUM_COUNT_CHECK')); 
    290290//        $objFormParam->addParam(t('c_Postal code 2_01'), 'order_zip02', ZIP02_LEN, 'n', array('EXIST_CHECK', 'NUM_CHECK', 'NUM_COUNT_CHECK')); 
    291         $objFormParam->addParam(t('c_Postal code_01'), 'order_zipcode', ZIPCODE_LEN, 'n', array('EXIST_CHECK', 'NUM_CHECK', 'MAX_LENGTH_CHECK')); 
     291        $objFormParam->addParam(t('c_Postal code_01'), 'order_zipcode',INT_LEN, 'n', array('NUM_CHECK')); 
    292292        $objFormParam->addParam(t('c_Prefecture_01'), 'order_pref', INT_LEN, 'n', array('MAX_LENGTH_CHECK', 'NUM_CHECK')); 
    293293        $objFormParam->addParam(t('c_Address 1_01'), 'order_addr01', MTEXT_LEN, 'KVa', array('EXIST_CHECK', 'SPTAB_CHECK', 'MAX_LENGTH_CHECK')); 
     
    313313//        $objFormParam->addParam(t('c_Postal code 1_01'), 'shipping_zip01', ZIP01_LEN, 'n', array('NUM_CHECK', 'NUM_COUNT_CHECK')); 
    314314//        $objFormParam->addParam(t('c_Postal code 2_01'), 'shipping_zip02', ZIP02_LEN, 'n', array('NUM_CHECK', 'NUM_COUNT_CHECK')); 
    315         $objFormParam->addParam(t('c_Postal code_01'), 'shipping_zipcode', ZIPCODE_LEN, 'n', array('NUM_CHECK', 'MAX_LENGTH_CHECK')); 
     315        $objFormParam->addParam(t('c_Postal code_01'), 'shipping_zipcode',  INT_LEN, 'n', array('NUM_CHECK')); 
    316316        $objFormParam->addParam(t('c_Prefecture_01'), 'shipping_pref', INT_LEN, 'n', array('MAX_LENGTH_CHECK', 'NUM_CHECK')); 
    317317        $objFormParam->addParam(t('c_Address 1_01'), 'shipping_addr01', MTEXT_LEN, 'KVa', array('SPTAB_CHECK', 'MAX_LENGTH_CHECK')); 
  • branches/version-2_12-multilang/data/locales/en-US.po

    r22734 r22747  
    33"Project-Id-Version: EC-CUBE Core\n" 
    44"POT-Creation-Date: 2012-05-07 13T_39+0900\n" 
    5 "PO-Revision-Date: 2013-01-25 17:43+0900\n" 
     5"PO-Revision-Date: 2013-03-25 15:55+0900\n" 
    66"Last-Translator: \n" 
    77"Language-Team: \n" 
     
    2727msgstr "* Do not include spaces, tabs or line breaks in T_ARG1. <br />" 
    2828 
    29 msgid "c_* A numerical value that starts with 0 has been entered for T_ARG1. <br />_01" 
     29msgid "" 
     30"c_* A numerical value that starts with 0 has been entered for T_ARG1. <br /" 
     31">_01" 
    3032msgstr "" 
    3133"* A numerical value that starts with 0 has been entered for T_ARG1. <br />" 
     
    3537 
    3638msgid "c_* The same value cannot be used for T_ARG1 and T_ARG2. <br />_01" 
    37 msgstr "" 
    38 "* The same value cannot be used for T_ARG1 and T_ARG2. <br />" 
    39  
    40 msgid "c_* It is not possible to enter a larger value for T_ARG1 than for T_ARG2. <br />_01" 
    41 msgstr "" 
    42 "* It is not possible to enter a value for T_ARG1 thats larger than " 
    43 "T_ARG2. <br />" 
     39msgstr "* The same value cannot be used for T_ARG1 and T_ARG2. <br />" 
     40 
     41msgid "" 
     42"c_* It is not possible to enter a larger value for T_ARG1 than for T_ARG2. " 
     43"<br />_01" 
     44msgstr "" 
     45"* It is not possible to enter a value for T_ARG1 thats larger than T_ARG2. " 
     46"<br />" 
    4447 
    4548msgid "c_* For T_ARG1, enter T_ARG2  characters or less. <br />_01" 
     
    127130msgstr "* Upload T_ARG1. <br />" 
    128131 
    129 msgid "c_* For the T_ARG1 file size, use a size that is T_ARG2T_ARG3 or less. <br />_01" 
     132msgid "" 
     133"c_* For the T_ARG1 file size, use a size that is T_ARG2T_ARG3 or less. <br /" 
     134">_01" 
    130135msgstr "" 
    131136"* For the T_ARG1 file size, use a size that is T_ARG2T_ARG3 or less. <br />" 
    132137 
    133 msgid "c_* Do not use Japanese or spaces in the file name for T_ARG1. <br />_01" 
     138msgid "" 
     139"c_* Do not use Japanese or spaces in the file name for T_ARG1. <br />_01" 
    134140msgstr "* Do not use Japanese or spaces in the file name for T_ARG1. <br />" 
    135141 
     
    140146msgstr "* Specify T_ARG1 correctly. <br />" 
    141147 
    142 msgid "c_* The period specification for T_ARG1 and T_ARG2 is not correct. <br />_01" 
     148msgid "" 
     149"c_* The period specification for T_ARG1 and T_ARG2 is not correct. <br />_01" 
    143150msgstr "" 
    144151"* The period specification for T_ARG1 and T_ARG2 is not correct. <br />" 
     
    153160msgstr "* T_ARG1 already used in member registration. <br />" 
    154161 
    155 msgid "c_* For a certain period of time after membership withdrawal, it is not possible to use the same T_ARG1. <br />_01" 
     162msgid "" 
     163"c_* For a certain period of time after membership withdrawal, it is not " 
     164"possible to use the same T_ARG1. <br />_01" 
    156165msgstr "" 
    157166"* For a certain period of time after membership withdrawal, it is not " 
     
    179188msgstr "A method that is not operating properly has been called." 
    180189 
    181 msgid "c_* A product in your cart is no longer being sold at this time. The item was deleted from your cart._01" 
     190msgid "" 
     191"c_* A product in your cart is no longer being sold at this time. The item " 
     192"was deleted from your cart._01" 
    182193msgstr "" 
    183194"* A product in your cart is no longer being sold at this time. The item was " 
    184195"deleted from your cart." 
    185196 
    186 msgid "c_* Delivery preparations are not ready  for T_ARG1. Please access the inquiry page for more details._01" 
    187 msgstr "" 
    188 "* Delivery preparations are not ready  for T_ARG1. Please access the " 
    189 "inquiry page for more details." 
    190  
    191 msgid "c_* There is a sale restriction (or inventory shortage) for T_ARG1. It is not possible to purchase a quantity that exceeds T_ARG2 in a single purchase._01" 
    192 msgstr "" 
    193 "* There is a sale restriction (or inventory shortage) for T_ARG1. It is " 
    194 "not possible to purchase a quantity that exceeds T_ARG2 in a single " 
    195 "purchase." 
     197msgid "" 
     198"c_* Delivery preparations are not ready  for T_ARG1. Please access the " 
     199"inquiry page for more details._01" 
     200msgstr "" 
     201"* Delivery preparations are not ready  for T_ARG1. Please access the inquiry " 
     202"page for more details." 
     203 
     204msgid "" 
     205"c_* There is a sale restriction (or inventory shortage) for T_ARG1. It is " 
     206"not possible to purchase a quantity that exceeds T_ARG2 in a single purchase." 
     207"_01" 
     208msgstr "" 
     209"* There is a sale restriction (or inventory shortage) for T_ARG1. It is not " 
     210"possible to purchase a quantity that exceeds T_ARG2 in a single purchase." 
    196211 
    197212msgid "c_* T_ARG1 is sold out._01" 
     
    243258msgstr "Copying of T_ARG1->T_ARG2 failed." 
    244259 
    245 msgid "c_The output source image path or the output destination folder has not been designated._01" 
     260msgid "" 
     261"c_The output source image path or the output destination folder has not been " 
     262"designated._01" 
    246263msgstr "" 
    247264"The output source image path or the output destination folder has not been " 
     
    257274msgstr "Image output failed." 
    258275 
    259 msgid "c_<div style=\"color: #F00; font-weight: bold; background-color: #FEB; text-align: center\">Please grant T_ARG1 user write access (777, etc.)</div>_01" 
     276msgid "" 
     277"c_<div style=\"color: #F00; font-weight: bold; background-color: #FEB; text-" 
     278"align: center\">Please grant T_ARG1 user write access (777, etc.)</div>_01" 
    260279msgstr "" 
    261280"<div style=\"color: #F00; font-weight: bold; background-color: #FEB; text-" 
    262 "align: center\">Please grant T_ARG1 user write access (777, etc.)</" 
    263 "div>" 
     281"align: center\">Please grant T_ARG1 user write access (777, etc.)</div>" 
    264282 
    265283msgid "c_T_ARG1../mtb_constants_init.php does not exist_01" 
     
    299317msgstr "* T_ARG1 is not uploaded. <br />" 
    300318 
    301 msgid "c_* T_ARG1 is not uploaded. (If you cannot upload the file, adjust php_value upload_max_filesize for the .htaccess file)<br />_01" 
    302 msgstr "" 
    303 "* T_ARG1 is not uploaded. (If you cannot upload the file, adjust " 
    304 "php_value upload_max_filesize for the .htaccess file)<br />" 
     319msgid "" 
     320"c_* T_ARG1 is not uploaded. (If you cannot upload the file, adjust php_value " 
     321"upload_max_filesize for the .htaccess file)<br />_01" 
     322msgstr "" 
     323"* T_ARG1 is not uploaded. (If you cannot upload the file, adjust php_value " 
     324"upload_max_filesize for the .htaccess file)<br />" 
    305325 
    306326msgid "c_* File upload failed. <br />_01" 
     
    319339msgstr "The following file was excluded: " 
    320340 
    321 msgid "c_The hash value does not match and the copy destination cannot be retrieved: _01" 
     341msgid "" 
     342"c_The hash value does not match and the copy destination cannot be " 
     343"retrieved: _01" 
    322344msgstr "" 
    323345"The hash value does not match and the copy destination cannot be retrieved: " 
     
    353375msgstr "Review" 
    354376 
    355 msgid "c_* This is an e-mail address already used in member registration. <br />_01" 
     377msgid "" 
     378"c_* This is an e-mail address already used in member registration. <br />_01" 
    356379msgstr "" 
    357380"* This is an e-mail address already used in member registration. <br />" 
     
    16831706msgstr "Details - Sub enlarged image T_ARG1" 
    16841707 
    1685 msgid "c_In SQL text, commands other than those related to reading and ';' symbols_01" 
     1708msgid "" 
     1709"c_In SQL text, commands other than those related to reading and ';' " 
     1710"symbols_01" 
    16861711msgstr "" 
    16871712"In SQL text, commands other than those related to reading and ';' symbols" 
     
    17051730msgstr "Delivery method settings are complete." 
    17061731 
    1707 msgid "c_E-mail settings are complete. Select a template and check the contents._01" 
     1732msgid "" 
     1733"c_E-mail settings are complete. Select a template and check the contents._01" 
    17081734msgstr "" 
    17091735"E-mail settings are complete. Select a template and check the contents." 
     
    17121738msgstr "Point settings are complete." 
    17131739 
    1714 msgid "c_Registration of the Act on Specified Commercial Transactions is complete._01" 
     1740msgid "" 
     1741"c_Registration of the Act on Specified Commercial Transactions is complete." 
     1742"_01" 
    17151743msgstr "" 
    17161744"Registration of the Act on Specified Commercial Transactions is complete." 
     
    17521780msgstr "The plug-in was updated." 
    17531781 
    1754 msgid "c_Management area settings were revised. If the URL was changed, access the new URL._01" 
     1782msgid "" 
     1783"c_Management area settings were revised. If the URL was changed, access the " 
     1784"new URL._01" 
    17551785msgstr "" 
    17561786"Management area settings were revised. If the URL was changed, access the " 
    17571787"new URL." 
    17581788 
    1759 msgid "c_There is an error in the settings details. Check the settings details._01" 
     1789msgid "" 
     1790"c_There is an error in the settings details. Check the settings details._01" 
    17601791msgstr "There is an error in the settings details. Check the settings details." 
    17611792 
     
    18231854msgstr "Items in cart" 
    18241855 
    1825 msgid "c_The contents of your cart were modified during product purchase. Please restart the purchasing procedure._01" 
     1856msgid "" 
     1857"c_The contents of your cart were modified during product purchase. Please " 
     1858"restart the purchasing procedure._01" 
    18261859msgstr "" 
    18271860"The contents of your cart were modified during product purchase. Please " 
     
    18791912msgstr "There are no products in your cart." 
    18801913 
    1881 msgid "c_It is not possible to add products to your cart during purchase processing._01" 
     1914msgid "" 
     1915"c_It is not possible to add products to your cart during purchase processing." 
     1916"_01" 
    18821917msgstr "" 
    18831918"It is not possible to add products to your cart during purchase processing." 
    18841919 
    1885 msgid "c_This procedure has been voided. The following factors may be attributable. <br />- The expiration date of the session information has passed <br /> - A new purchasing procedure was executed during an existing purchasing procedure <br />- The purchasing procedure has already been completed_01" 
     1920msgid "" 
     1921"c_This procedure has been voided. The following factors may be attributable. " 
     1922"<br />- The expiration date of the session information has passed <br /> - A " 
     1923"new purchasing procedure was executed during an existing purchasing " 
     1924"procedure <br />- The purchasing procedure has already been completed_01" 
    18861925msgstr "" 
    18871926"This procedure has been voided. The following factors may be attributable. " 
     
    18961935msgstr "The e-mail address or password is not correct." 
    18971936 
    1898 msgid "c_The e-mail address or password is not correct.<br />If you have not completed registration, complete registration from the URL given in the temporary registration e-mail._01" 
     1937msgid "" 
     1938"c_The e-mail address or password is not correct.<br />If you have not " 
     1939"completed registration, complete registration from the URL given in the " 
     1940"temporary registration e-mail._01" 
    18991941msgstr "" 
    19001942"The e-mail address or password is not correct.<br />If you have not " 
     
    19051947msgstr "Unauthorized access." 
    19061948 
    1907 msgid "c_There is a product that sold out immediately before your purchase. This procedure has been voided. We apologize for the inconvenience._01" 
     1949msgid "" 
     1950"c_There is a product that sold out immediately before your purchase. This " 
     1951"procedure has been voided. We apologize for the inconvenience._01" 
    19081952msgstr "" 
    19091953"There is a product that sold out immediately before your purchase. This " 
    19101954"procedure has been voided. We apologize for the inconvenience." 
    19111955 
    1912 msgid "c_Retrieval of information regarding products in your cart failed. This procedure has been voided. We apologize for the inconvenience._01" 
     1956msgid "" 
     1957"c_Retrieval of information regarding products in your cart failed. This " 
     1958"procedure has been voided. We apologize for the inconvenience._01" 
    19131959msgstr "" 
    19141960"Retrieval of information regarding products in your cart failed. This " 
    19151961"procedure has been voided. We apologize for the inconvenience." 
    19161962 
    1917 msgid "c_You do not have enough points. This procedure has been voided. We apologize for the inconvenience._01" 
     1963msgid "" 
     1964"c_You do not have enough points. This procedure has been voided. We " 
     1965"apologize for the inconvenience._01" 
    19181966msgstr "" 
    19191967"You do not have enough points. This procedure has been voided. We apologize " 
     
    19231971msgstr "This product is already added to your favorites" 
    19241972 
    1925 msgid "c_File decompression failed.Write access may not have been granted to the designated directory._01" 
     1973msgid "" 
     1974"c_File decompression failed.Write access may not have been granted to the " 
     1975"designated directory._01" 
    19261976msgstr "" 
    19271977"File decompression failed.\n" 
     
    19371987msgstr "FTP login failed." 
    19381988 
    1939 msgid "c_DB creation failed. The user designated by may not have been granted DB creation access._01" 
     1989msgid "" 
     1990"c_DB creation failed. The user designated by may not have been granted DB " 
     1991"creation access._01" 
    19401992msgstr "" 
    19411993"DB creation failed. \n" 
    19421994"The user designated by may not have been granted DB creation access." 
    19431995 
    1944 msgid "c_Import of the database structure failed. The sql file may be damaged._01" 
     1996msgid "" 
     1997"c_Import of the database structure failed. The sql file may be damaged._01" 
    19451998msgstr "" 
    19461999"Import of the database structure failed. \n" 
     
    19502003msgstr "The settings file does not exist in the designated path." 
    19512004 
    1952 msgid "c_It is not possible to write to the file settings.Grant write access to file settings._01" 
     2005msgid "" 
     2006"c_It is not possible to write to the file settings.Grant write access to " 
     2007"file settings._01" 
    19532008msgstr "" 
    19542009"It is not possible to write to the file settings.\n" 
    19552010"Grant write access to file settings." 
    19562011 
    1957 msgid "c_The download file does not exist. <br /> Please inquire at the store._01" 
     2012msgid "" 
     2013"c_The download file does not exist. <br /> Please inquire at the store._01" 
    19582014msgstr "The download file does not exist. <br /> Please inquire at the store." 
    19592015 
     
    19642020msgstr "Login error" 
    19652021 
    1966 msgid "c_The ID or password is not correct.<br />Check and reenter the ID and password._01" 
     2022msgid "" 
     2023"c_The ID or password is not correct.<br />Check and reenter the ID and " 
     2024"password._01" 
    19672025msgstr "" 
    19682026"The ID or password is not correct.<br />Check and reenter the ID and " 
     
    19842042msgstr "System error" 
    19852043 
    1986 msgid "c_A system error has occurred. <br /> Please contact the site administrator._01" 
     2044msgid "" 
     2045"c_A system error has occurred. <br /> Please contact the site administrator." 
     2046"_01" 
    19872047msgstr "" 
    19882048"A system error has occurred. <br /> Please contact the site administrator." 
     
    19972057msgstr "If you have forgotten your password" 
    19982058 
    1999 msgid "c_The e-mail address you registered is currently temporarily active.<br/>Please access the URL that was sent at the time of registration to complete member registration._01" 
     2059msgid "" 
     2060"c_The e-mail address you registered is currently temporarily active.<br/" 
     2061">Please access the URL that was sent at the time of registration to complete " 
     2062"member registration._01" 
    20002063msgstr "" 
    20012064"The e-mail address you registered is currently temporarily active.<br/" 
     
    20032066"member registration." 
    20042067 
    2005 msgid "c_There is an error with your name or the e-mail address is not correct._01" 
     2068msgid "" 
     2069"c_There is an error with your name or the e-mail address is not correct._01" 
    20062070msgstr "There is an error with your name or the e-mail address is not correct." 
    20072071 
     
    20122076msgstr "The password has been changed." 
    20132077 
    2014 msgid "c_The e-mail address or password is not correct.If you have not completed registration, access the registration page from the URL given to you in an e-mail._01" 
     2078msgid "" 
     2079"c_The e-mail address or password is not correct.If you have not completed " 
     2080"registration, access the registration page from the URL given to you in an e-" 
     2081"mail._01" 
    20152082msgstr "" 
    20162083"The e-mail address or password is not correct.\n" 
     
    20842151msgstr "Void access." 
    20852152 
    2086 msgid "c_* Member registration is already complete or the URL is invalid.<br />_01" 
     2153msgid "" 
     2154"c_* Member registration is already complete or the URL is invalid.<br />_01" 
    20872155msgstr "* Member registration is already complete or the URL is invalid.<br />" 
    20882156 
    2089 msgid "c_* The URL is invalid. Check the member registration URL listed in the e-mail._01" 
     2157msgid "" 
     2158"c_* The URL is invalid. Check the member registration URL listed in the e-" 
     2159"mail._01" 
    20902160msgstr "" 
    20912161"* The URL is invalid. Check the member registration URL listed in the e-mail." 
     
    21092179msgstr "Enter customer information" 
    21102180 
    2111 msgid "c_For shopping that includes downloaded products, member registration is necessary.<br />Please carry out member registration._01" 
     2181msgid "" 
     2182"c_For shopping that includes downloaded products, member registration is " 
     2183"necessary.<br />Please carry out member registration._01" 
    21122184msgstr "" 
    21132185"For shopping that includes downloaded products, member registration is " 
    21142186"necessary.<br />Please carry out member registration." 
    21152187 
    2116 msgid "c_The e-mail address or password is not correct.If you have not completed registration, complete registration from the URL given in the temporary registration e-mail._01" 
     2188msgid "" 
     2189"c_The e-mail address or password is not correct.If you have not completed " 
     2190"registration, complete registration from the URL given in the temporary " 
     2191"registration e-mail._01" 
    21172192msgstr "" 
    21182193"The e-mail address or password is not correct.\n" 
     
    21292204msgstr "Delivery destination" 
    21302205 
    2131 msgid "c_Module file retrieval failed. <br /> This procedure has been voided._01" 
     2206msgid "" 
     2207"c_Module file retrieval failed. <br /> This procedure has been voided._01" 
    21322208msgstr "Module file retrieval failed. <br /> This procedure has been voided." 
    21332209 
     
    21382214msgstr "Please make a selection" 
    21392215 
    2140 msgid "c_* When the quantity is 0, it is not possible to enter a shipping destination.<br />_01" 
     2216msgid "" 
     2217"c_* When the quantity is 0, it is not possible to enter a shipping " 
     2218"destination.<br />_01" 
    21412219msgstr "" 
    21422220"* When the quantity is 0, it is not possible to enter a shipping destination." 
     
    21522230msgstr "Payment method and delivery time" 
    21532231 
    2154 msgid "c_* The number of points you want to use exceeds the number of points you have.<br />_01" 
     2232msgid "" 
     2233"c_* The number of points you want to use exceeds the number of points you " 
     2234"have.<br />_01" 
    21552235msgstr "" 
    21562236"* The number of points you want to use exceeds the number of points you have." 
    21572237"<br />" 
    21582238 
    2159 msgid "c_* The number of points you want to use exceeds the amount of your purchase.<br />_01" 
     2239msgid "" 
     2240"c_* The number of points you want to use exceeds the amount of your purchase." 
     2241"<br />_01" 
    21602242msgstr "" 
    21612243"* The number of points you want to use exceeds the amount of your purchase." 
    21622244"<br />" 
    21632245 
    2164 msgid "c_* Based on the selected payment method, it is possible to use (T_ARG1 - T_ARG2) points.<br />_01" 
     2246msgid "" 
     2247"c_* Based on the selected payment method, it is possible to use (T_ARG1 - " 
     2248"T_ARG2) points.<br />_01" 
    21652249msgstr "" 
    21662250"* Based on the selected payment method, it is possible to use (T_ARG1 - " 
     
    22852369msgstr "DB password" 
    22862370 
    2287 msgid "c_* It is not possible to designate a different hierarchy for the URL._01" 
     2371msgid "" 
     2372"c_* It is not possible to designate a different hierarchy for the URL._01" 
    22882373msgstr "* It is not possible to designate a different hierarchy for the URL." 
    22892374 
    2290 msgid "c_* The designated management directory already exists. Please use a different name._01" 
     2375msgid "" 
     2376"c_* The designated management directory already exists. Please use a " 
     2377"different name._01" 
    22912378msgstr "" 
    22922379"* The designated management directory already exists. Please use a different " 
     
    22992386msgstr ">> Table structure was not changed.<br />" 
    23002387 
    2301 msgid "c_* The designated management directory already exists. Please use  a different name._01" 
     2388msgid "" 
     2389"c_* The designated management directory already exists. Please use  a " 
     2390"different name._01" 
    23022391msgstr "" 
    23032392"* The designated management directory already exists. Please use  a " 
     
    24752564msgstr "* This address is already used by another member (ID:T_ARG1)." 
    24762565 
    2477 msgid "c_* This mobile address is already used by another member (ID:T_ARG1)._01" 
     2566msgid "" 
     2567"c_* This mobile address is already used by another member (ID:T_ARG1)._01" 
    24782568msgstr "* This mobile address is already used by another member (ID:T_ARG1)." 
    24792569 
     
    24932583msgstr "* Block deletion failed<br />" 
    24942584 
    2495 msgid "c_* Data for the same file name exists. Enter a different file name.<br />_01" 
     2585msgid "" 
     2586"c_* Data for the same file name exists. Enter a different file name.<br />_01" 
    24962587msgstr "" 
    24972588"* Data for the same file name exists. Enter a different file name.<br />" 
     
    25362627msgstr "Template settings" 
    25372628 
    2538 msgid "c_* The default template and template that is currently selected cannot be deleted<br />_01" 
     2629msgid "" 
     2630"c_* The default template and template that is currently selected cannot be " 
     2631"deleted<br />_01" 
    25392632msgstr "" 
    25402633"* The default template and template that is currently selected cannot be " 
     
    25652658msgstr "* This template code is already registered.<br/>" 
    25662659 
    2567 msgid "c_* The template file could not be decompressed. The permissible formats are tar/tar.gz.<br />_01" 
     2660msgid "" 
     2661"c_* The template file could not be decompressed. The permissible formats are " 
     2662"tar/tar.gz.<br />_01" 
    25682663msgstr "" 
    25692664"* The template file could not be decompressed. The permissible formats are " 
     
    26212716msgstr "None" 
    26222717 
    2623 msgid "c_There is an inventory shortage for T_ARG1/(T_ARG2)/(T_ARG3). Up to T_ARG4 can be set for the quantity.<br />_1" 
    2624 msgstr "" 
    2625 "There is an inventory shortage for T_ARG1/(T_ARG2)/(T_ARG3). Up to " 
    2626 "T_ARG4 can be set for the quantity.<br />" 
     2718msgid "" 
     2719"c_There is an inventory shortage for T_ARG1/(T_ARG2)/(T_ARG3). Up to T_ARG4 " 
     2720"can be set for the quantity.<br />_1" 
     2721msgstr "" 
     2722"There is an inventory shortage for T_ARG1/(T_ARG2)/(T_ARG3). Up to T_ARG4 " 
     2723"can be set for the quantity.<br />" 
    26272724 
    26282725msgid "c_Adjust so that the total amount is not a negative number.<br />_01" 
    26292726msgstr "Adjust so that the total amount is not a negative number.<br />" 
    26302727 
    2631 msgid "c_Adjust so that a negative number is not displayed for the payment total.<br />_01" 
     2728msgid "" 
     2729"c_Adjust so that a negative number is not displayed for the payment total." 
     2730"<br />_01" 
    26322731msgstr "" 
    26332732"Adjust so that a negative number is not displayed for the payment total.<br /" 
    26342733">" 
    26352734 
    2636 msgid "c_Adjust the final number of points registered so that it does not become a negative number.<br />_01" 
     2735msgid "" 
     2736"c_Adjust the final number of points registered so that it does not become a " 
     2737"negative number.<br />_01" 
    26372738msgstr "" 
    26382739"Adjust the final number of points registered so that it does not become a " 
     
    27552856msgstr "* Cannot be deleted since a subcategory exists.<br/>" 
    27562857 
    2757 msgid "c_* The category cannot be deleted since there are products in the category.<br/>_01" 
     2858msgid "" 
     2859"c_* The category cannot be deleted since there are products in the category." 
     2860"<br/>_01" 
    27582861msgstr "" 
    27592862"* The category cannot be deleted since there are products in the category." 
    27602863"<br/>" 
    27612864 
    2762 msgid "c_* The maximum number of categories that can be registered has been exceeded.<br/>_01" 
     2865msgid "" 
     2866"c_* The maximum number of categories that can be registered has been " 
     2867"exceeded.<br/>_01" 
    27632868msgstr "" 
    27642869"* The maximum number of categories that can be registered has been exceeded." 
    27652870"<br/>" 
    27662871 
    2767 msgid "c_* Registration of the T_ARG1 hierarchy or higher is not possible.<br/>_01" 
    2768 msgstr "" 
    2769 "* Registration of the T_ARG1 hierarchy or higher is not possible.<br/>" 
     2872msgid "" 
     2873"c_* Registration of the T_ARG1 hierarchy or higher is not possible.<br/>_01" 
     2874msgstr "* Registration of the T_ARG1 hierarchy or higher is not possible.<br/>" 
    27702875 
    27712876msgid "c_* Registration of the same contents already exists.<br/>_01" 
     
    28112916msgstr "* Select one for the product type.<br />" 
    28122917 
    2813 msgid "c_* For downloaded products, enter the name of the downloaded file.<br />_01" 
     2918msgid "" 
     2919"c_* For downloaded products, enter the name of the downloaded file.<br />_01" 
    28142920msgstr "" 
    28152921"* For downloaded products, enter the name of the downloaded file.<br />" 
    28162922 
    2817 msgid "c_* For downloaded products, please upload the file for the downloaded product. <br />_01" 
     2923msgid "" 
     2924"c_* For downloaded products, please upload the file for the downloaded " 
     2925"product. <br />_01" 
    28182926msgstr "" 
    28192927"* For downloaded products, please upload the file for the downloaded " 
    28202928"product. <br />" 
    28212929 
    2822 msgid "c_* For regular products, it is not possible to set a download file name.<br />_01" 
     2930msgid "" 
     2931"c_* For regular products, it is not possible to set a download file name." 
     2932"<br />_01" 
    28232933msgstr "" 
    28242934"* For regular products, it is not possible to set a download file name.<br />" 
    28252935 
    2826 msgid "c_* For actual products, it is not possible to upload the file for the downloaded product. <br /> Please cancel the file. <br />_01" 
     2936msgid "" 
     2937"c_* For actual products, it is not possible to upload the file for the " 
     2938"downloaded product. <br /> Please cancel the file. <br />_01" 
    28272939msgstr "" 
    28282940"* For actual products, it is not possible to upload the file for the " 
     
    28322944msgstr "* The file is not uploaded." 
    28332945 
    2834 msgid "c_* For the file size of the file name for download sales, use one that is T_ARG1T_ARG2 or less <br />_01" 
     2946msgid "" 
     2947"c_* For the file size of the file name for download sales, use one that is " 
     2948"T_ARG1T_ARG2 or less <br />_01" 
    28352949msgstr "" 
    28362950"* For the file size of the file name for download sales, use one that is " 
     
    28522966msgstr "Line T_ARG1: T_ARG2" 
    28532967 
    2854 msgid "c_* T_ARG1 was detected for the item quantity. The item quantity is T_ARG2._01" 
     2968msgid "" 
     2969"c_* T_ARG1 was detected for the item quantity. The item quantity is T_ARG2." 
     2970"_01" 
    28552971msgstr "" 
    28562972"* T_ARG1 was detected for the item quantity. The item quantity is T_ARG2." 
     
    28622978msgstr "* The designated product specification ID is not registered." 
    28632979 
    2864 msgid "c_* During product specification ID designation, it is necessary to designate a product ID._01" 
     2980msgid "" 
     2981"c_* During product specification ID designation, it is necessary to " 
     2982"designate a product ID._01" 
    28652983msgstr "" 
    28662984"* During product specification ID designation, it is necessary to designate " 
    28672985"a product ID." 
    28682986 
    2869 msgid "c_* The designated product ID and production specification ID combination is not correct._01" 
     2987msgid "" 
     2988"c_* The designated product ID and production specification ID combination is " 
     2989"not correct._01" 
    28702990msgstr "" 
    28712991"* The designated product ID and production specification ID combination is " 
     
    28873007msgstr "* The designated relevant product ID (T_ARG1) is not registered." 
    28883008 
    2889 msgid "c_* The designated relevant product ID (T_ARG1) is already registered._01" 
     3009msgid "" 
     3010"c_* The designated relevant product ID (T_ARG1) is already registered._01" 
    28903011msgstr "* The designated relevant product ID (T_ARG1) is already registered." 
    28913012 
     
    28963017msgstr "* The designated product status ID is not registered." 
    28973018 
    2898 msgid "c_* Only '0' (active) and '1' (delete) are effective for the deletion flag. _01" 
     3019msgid "" 
     3020"c_* Only '0' (active) and '1' (delete) are effective for the deletion flag. " 
     3021"_01" 
    28993022msgstr "" 
    29003023"* Only '0' (active) and '1' (delete) are effective for the deletion flag. " 
     
    29033026msgstr "* For actual products, a download file name cannot be used." 
    29043027 
    2905 msgid "c_* For actual products,  file upload for the downloaded product cannot be used._01" 
     3028msgid "" 
     3029"c_* For actual products,  file upload for the downloaded product cannot be " 
     3030"used._01" 
    29063031msgstr "" 
    29073032"* For actual products,  file upload for the downloaded product cannot be " 
    29083033"used." 
    29093034 
    2910 msgid "c_* For downloaded products, the name of the downloaded file is required._01" 
     3035msgid "" 
     3036"c_* For downloaded products, the name of the downloaded file is required._01" 
    29113037msgstr "" 
    29123038"* For downloaded products, the name of the downloaded file is required." 
    29133039 
    2914 msgid "c_* For downloaded products, it is necessary to upload the file for the downloaded product._01" 
     3040msgid "" 
     3041"c_* For downloaded products, it is necessary to upload the file for the " 
     3042"downloaded product._01" 
    29153043msgstr "" 
    29163044"* For downloaded products, it is necessary to upload the file for the " 
     
    29293057msgstr "* A category of the same name already exists." 
    29303058 
    2931 msgid "c_* The maximum number of categories that can be registered has been exceeded._01" 
     3059msgid "" 
     3060"c_* The maximum number of categories that can be registered has been " 
     3061"exceeded._01" 
    29323062msgstr "" 
    29333063"* The maximum number of categories that can be registered has been exceeded." 
     
    29513081msgstr "You do not have access to change T_ARG1." 
    29523082 
    2953 msgid "c_T_ARG1 already exists. Please designate a different directory name._01" 
     3083msgid "" 
     3084"c_T_ARG1 already exists. Please designate a different directory name._01" 
    29543085msgstr "T_ARG1 already exists. Please designate a different directory name." 
    29553086 
     
    31923323msgstr "Correctly designate the customer ID" 
    31933324 
    3194 msgid "c_The maximum number of separate shipping destinations registered has been met._01" 
     3325msgid "" 
     3326"c_The maximum number of separate shipping destinations registered has been " 
     3327"met._01" 
    31953328msgstr "" 
    31963329"The maximum number of separate shipping destinations registered has been met." 
     
    32143347msgstr "Template operation failed." 
    32153348 
    3216 msgid "c_&gt;&gt; /install/T_ARG1, delete this file after completing installation._01" 
     3349msgid "" 
     3350"c_&gt;&gt; /install/T_ARG1, delete this file after completing installation." 
     3351"_01" 
    32173352msgstr "" 
    32183353"&gt;&gt; /install/T_ARG1, delete this file after completing installation." 
     
    33113446msgstr "Date<span class='attention'> *</span>" 
    33123447 
    3313 msgid "tpl_Compensating holidays are not automatically set. Set the dates for compensating holidays._01" 
     3448msgid "" 
     3449"tpl_Compensating holidays are not automatically set. Set the dates for " 
     3450"compensating holidays._01" 
    33143451msgstr "" 
    33153452"Compensating holidays are not automatically set. Set the dates for " 
     
    33353472 
    33363473msgid "tpl_Postal code<span class='attention'> *</span>_01" 
    3337 msgstr "Postal code<span class='attention'> *</span>" 
     3474msgstr "Postal code" 
    33383475 
    33393476msgid "tpl_Location finder_01" 
     
    33583495msgstr "Store business hours" 
    33593496 
    3360 msgid "tpl_Product order receipt e-mail address<span class='attention'> *</span>_01" 
     3497msgid "" 
     3498"tpl_Product order receipt e-mail address<span class='attention'> *</span>_01" 
    33613499msgstr "Product order receipt e-mail address<span class='attention'> *</span>" 
    33623500 
    3363 msgid "tpl_E-mail address for receiving inquiries<span class='attention'> *</span>_01" 
     3501msgid "" 
     3502"tpl_E-mail address for receiving inquiries<span class='attention'> *</" 
     3503"span>_01" 
    33643504msgstr "" 
    33653505"E-mail address for receiving inquiries<span class='attention'> *</span>" 
     
    33683508msgstr "E-mail address of sender<span class='attention'> *</span>" 
    33693509 
    3370 msgid "tpl_E-mail address for receiving sending errors<span class='attention'> *</span>_01" 
     3510msgid "" 
     3511"tpl_E-mail address for receiving sending errors<span class='attention'> *</" 
     3512"span>_01" 
    33713513msgstr "" 
    33723514"E-mail address for receiving sending errors<span class='attention'> *</span>" 
     
    35063648msgstr "Upload" 
    35073649 
    3508 msgid "tpl_Point grant rate (initial value)<span class='attention'> *</span>_01" 
     3650msgid "" 
     3651"tpl_Point grant rate (initial value)<span class='attention'> *</span>_01" 
    35093652msgstr "Point grant rate (initial value)<span class='attention'> *</span>" 
    35103653 
     
    35123655msgstr "Rounded down to nearest decimal" 
    35133656 
    3514 msgid "tpl_Points granted during member registration<span class='attention'> *</span>_01" 
     3657msgid "" 
     3658"tpl_Points granted during member registration<span class='attention'> *</" 
     3659"span>_01" 
    35153660msgstr "" 
    35163661"Points granted during member registration<span class='attention'> *</span>" 
     
    36033748msgstr "Ranking" 
    36043749 
    3605 msgid "tpl_Necessary fees other than for the product cost<span class='attention'> *</span>_01" 
    3606 msgstr "Necessary fees other than for the product cost<span class='attention'> *</span>" 
     3750msgid "" 
     3751"tpl_Necessary fees other than for the product cost<span class='attention'> " 
     3752"*</span>_01" 
     3753msgstr "" 
     3754"Necessary fees other than for the product cost<span class='attention'> *</" 
     3755"span>" 
    36073756 
    36083757msgid "tpl_Order method<span class='attention'> *</span>_01" 
     
    36303779msgstr "Please carry out registration." 
    36313780 
    3632 msgid "tpl_There is a difference in the number of lines. There may be an abnormality in registration._01" 
    3633 msgstr "There is a difference in the number of lines. There may be an abnormality in registration." 
     3781msgid "" 
     3782"tpl_There is a difference in the number of lines. There may be an " 
     3783"abnormality in registration._01" 
     3784msgstr "" 
     3785"There is a difference in the number of lines. There may be an abnormality in " 
     3786"registration." 
    36343787 
    36353788msgid "tpl_Under normal conditions_01" 
     
    36423795msgstr "Automatic registration" 
    36433796 
    3644 msgid "tpl_[Delete] [Postal code CSV update] and [DB manual registration] below will be carried out in order._01" 
     3797msgid "" 
     3798"tpl_[Delete] [Postal code CSV update] and [DB manual registration] below " 
     3799"will be carried out in order._01" 
    36453800msgstr "" 
    36463801"[Delete] [Postal code CSV update] and [DB manual registration] below will be " 
     
    36483803"original state." 
    36493804 
    3650 msgid "tpl_[Delete] and [DB manual registration] below will be carried out in order. _01" 
    3651 msgstr "" 
    3652 "[Delete] and [DB manual registration] below will be carried out in order. " 
    3653 "If a time out occurs,  the DB will be restored to its original state." 
     3805msgid "" 
     3806"tpl_[Delete] and [DB manual registration] below will be carried out in " 
     3807"order. _01" 
     3808msgstr "" 
     3809"[Delete] and [DB manual registration] below will be carried out in order. If " 
     3810"a time out occurs,  the DB will be restored to its original state." 
    36543811 
    36553812msgid "tpl_DB manual registration_01" 
    36563813msgstr "DB manual registration" 
    36573814 
    3658 msgid "tpl_Postal codes will be registered starting with the designated line number._01" 
     3815msgid "" 
     3816"tpl_Postal codes will be registered starting with the designated line number." 
     3817"_01" 
    36593818msgstr "" 
    36603819"Postal codes will be registered starting with the designated line number.  " 
     
    37293888msgstr "Newly input SQL" 
    37303889 
    3731 msgid "tpl_SQL text<span class='attention'> *</span><br /> (Do not use the word 'SELECT' .)_01" 
    3732 msgstr "SQL text<span class='attention'> *</span><br /> (Do not use the word 'SELECT' .)" 
     3890msgid "" 
     3891"tpl_SQL text<span class='attention'> *</span><br /> (Do not use the word " 
     3892"'SELECT' .)_01" 
     3893msgstr "" 
     3894"SQL text<span class='attention'> *</span><br /> (Do not use the word " 
     3895"'SELECT' .)" 
    37333896 
    37343897msgid "tpl_Confirm syntax error_01" 
     
    37983961msgstr "Enter 0 or greater for the move ranking" 
    37993962 
    3800 msgid "tpl_The order that was entered exceeds the maximum valued for the number registered._01" 
    3801 msgstr "The order that was entered exceeds the maximum valued for the number registered." 
     3963msgid "" 
     3964"tpl_The order that was entered exceeds the maximum valued for the number " 
     3965"registered._01" 
     3966msgstr "" 
     3967"The order that was entered exceeds the maximum valued for the number " 
     3968"registered." 
    38023969 
    38033970msgid "tpl_Currently, there is no data._01" 
     
    39304097msgstr "Password<span class='attention'> *</span>" 
    39314098 
    3932 msgid "tpl_Lower-case alphanumeric characters T_ARG1 to T_ARG2 (Symbols cannot be used)_01" 
    3933 msgstr "Lower-case alphanumeric characters T_ARG1 to T_ARG2 (Symbols cannot be used)" 
     4099msgid "" 
     4100"tpl_Lower-case alphanumeric characters T_ARG1 to T_ARG2 (Symbols cannot be " 
     4101"used)_01" 
     4102msgstr "" 
     4103"Lower-case alphanumeric characters T_ARG1 to T_ARG2 (Symbols cannot be used)" 
    39344104 
    39354105msgid "tpl_Enter twice for confirmation_01" 
    39364106msgstr "Enter twice for confirmation" 
    39374107 
    3938 msgid "tpl_Hint for when you have forgotten your password<span class='attention'> *</span>_01" 
    3939 msgstr "Hint for when you have forgotten your password<span class='attention'> *</span>" 
     4108msgid "" 
     4109"tpl_Hint for when you have forgotten your password<span class='attention'> " 
     4110"*</span>_01" 
     4111msgstr "" 
     4112"Hint for when you have forgotten your password<span class='attention'> *</" 
     4113"span>" 
    39404114 
    39414115msgid "tpl_Question:_01" 
     
    41674341msgstr "Smartphone" 
    41684342 
    4169 msgid "tpl_Select a template and click the 'Save and Continue' button to,<br />change the designtemplate._01" 
    4170 msgstr "Select a template and click the 'Save and Continue' button to,<br />change the designtemplate." 
     4343msgid "" 
     4344"tpl_Select a template and click the 'Save and Continue' button to,<br /" 
     4345">change the designtemplate._01" 
     4346msgstr "" 
     4347"Select a template and click the 'Save and Continue' button to,<br />change " 
     4348"the designtemplate." 
    41714349 
    41724350msgid "tpl_Selection_01" 
     
    41834361 
    41844362msgid "tpl_The template package will be uploaded._01" 
    4185 msgstr "The template package will be uploaded.<br />The package that you want to upload will be able to be selected from 'Template settings'." 
     4363msgstr "" 
     4364"The template package will be uploaded.<br />The package that you want to " 
     4365"upload will be able to be selected from 'Template settings'." 
    41864366 
    41874367msgid "tpl_Template code_01" 
     
    42724452msgstr "Text" 
    42734453 
    4274 msgid "tpl_Text<span class='attention'> *</span><br /> (When inserting a name, use {name})_01" 
    4275 msgstr "Text<span class='attention'> *</span><br /> (When inserting a name, use {name})" 
     4454msgid "" 
     4455"tpl_Text<span class='attention'> *</span><br /> (When inserting a name, use " 
     4456"{name})_01" 
     4457msgstr "" 
     4458"Text<span class='attention'> *</span><br /> (When inserting a name, use " 
     4459"{name})" 
    42764460 
    42774461msgid "tpl_Check with HTML_01" 
     
    45064690msgstr "Check the sending details" 
    45074691 
    4508 msgid "tpl_* This is an example of a single e-mail. The order information differs for each e-mail_01" 
    4509 msgstr "* This is an example of a single e-mail. The order information differs for each e-mail" 
     4692msgid "" 
     4693"tpl_* This is an example of a single e-mail. The order information differs " 
     4694"for each e-mail_01" 
     4695msgstr "" 
     4696"* This is an example of a single e-mail. The order information differs for " 
     4697"each e-mail" 
    45104698 
    45114699msgid "tpl_E-mail sending_01" 
     
    45574745msgstr "No" 
    45584746 
    4559 msgid "tpl_* Even if 'Yes' is selected, it is not displayed unless the customer is a member._01" 
    4560 msgstr "* Even if 'Yes' is selected, it is not displayed unless the customer is a member." 
     4747msgid "" 
     4748"tpl_* Even if 'Yes' is selected, it is not displayed unless the customer is " 
     4749"a member._01" 
     4750msgstr "" 
     4751"* Even if 'Yes' is selected, it is not displayed unless the customer is a " 
     4752"member." 
    45614753 
    45624754msgid "tpl_Create using these contents_01" 
     
    45784770msgstr "Response status change" 
    45794771 
    4580 msgid "tpl_* When T_ARG1 or when changing to delete, restore the inventory count manually._01" 
    4581 msgstr "* When T_ARG1 or when changing to delete, restore the inventory count manually." 
     4772msgid "" 
     4773"tpl_* When T_ARG1 or when changing to delete, restore the inventory count " 
     4774"manually._01" 
     4775msgstr "" 
     4776"* When T_ARG1 or when changing to delete, restore the inventory count " 
     4777"manually." 
    45824778 
    45834779msgid "tpl_Purchase amount(&#36;)_01" 
     
    46414837msgstr "Do you want to install the plug-in?" 
    46424838 
    4643 msgid "tpl_Data that has been erased cannot be restored.Do you want to delete the plug-in?_01" 
     4839msgid "" 
     4840"tpl_Data that has been erased cannot be restored.Do you want to delete the " 
     4841"plug-in?_01" 
    46444842msgstr "" 
    46454843"Data that has been erased cannot be restored. \n" 
     
    48655063msgstr "Number of items sold yesterday" 
    48665064 
    4867 msgid "tpl_<span>Sales for this month </span><span>(up to yesterday) </span>_01" 
     5065msgid "" 
     5066"tpl_<span>Sales for this month </span><span>(up to yesterday) </span>_01" 
    48685067msgstr "<span>Sales for this month </span><span>(up to yesterday) </span>" 
    48695068 
    4870 msgid "tpl_<span>Number of items sold this month </span><span>(up to yesterday) </span>_01" 
     5069msgid "" 
     5070"tpl_<span>Number of items sold this month </span><span>(up to yesterday) </" 
     5071"span>_01" 
    48715072msgstr "" 
    48725073"<span>Number of items sold this month </span><span>(up to yesterday) </span>" 
     
    49235124msgstr "Owners store" 
    49245125 
    4925 msgid "tpl_Copyright &copy; 2000-T_ARG1 LOCKON CO.,LTD. All Rights Reserved._01" 
     5126msgid "" 
     5127"tpl_Copyright &copy; 2000-T_ARG1 LOCKON CO.,LTD. All Rights Reserved._01" 
    49265128msgstr "Copyright &copy; 2000-T_ARG1 LOCKON CO.,LTD. All Rights Reserved." 
    49275129 
     
    50405242msgstr "Manufacturer name<span class='attention'> *</span>" 
    50415243 
    5042 msgid "tpl_File upload for downloaded product<span class='attention'> *</span>_01" 
     5244msgid "" 
     5245"tpl_File upload for downloaded product<span class='attention'> *</span>_01" 
    50435246msgstr "File upload for downloaded product<span class='attention'> *</span>" 
    50445247 
     
    50465249msgstr "[Erase file]" 
    50475250 
    5048 msgid "tpl_Extensions for uploaded files: T_ARG1 (Parameter DOWNLOAD_EXTENSION)_01" 
     5251msgid "" 
     5252"tpl_Extensions for uploaded files: T_ARG1 (Parameter DOWNLOAD_EXTENSION)_01" 
    50495253msgstr "Extensions for uploaded files: T_ARG1 (Parameter DOWNLOAD_EXTENSION)" 
    50505254 
     
    50855289msgstr "Delete" 
    50865290 
    5087 msgid "tpl_<span class='bold'>Extension that can be uploaded:</span>T_ARG1(Parameter DOWNLOAD_EXTENSION)_01" 
    5088 msgstr "<span class='bold'>Extension that can be uploaded:</span>T_ARG1(Parameter DOWNLOAD_EXTENSION)" 
     5291msgid "" 
     5292"tpl_<span class='bold'>Extension that can be uploaded:</span>T_ARG1" 
     5293"(Parameter DOWNLOAD_EXTENSION)_01" 
     5294msgstr "" 
     5295"<span class='bold'>Extension that can be uploaded:</span>T_ARG1(Parameter " 
     5296"DOWNLOAD_EXTENSION)" 
    50895297 
    50905298msgid "tpl_Copy the data on the 1st line_01" 
     
    51935401msgstr "CSV registration has been executed." 
    51945402 
    5195 msgid "tpl_When incorrect settings are applied, it may no longer be possible to access the management screen.<br/>Do not change these settings if you are not familiar with them._01" 
    5196 msgstr "When incorrect settings are applied, it may no longer be possible to access the management screen.<br/>Do not change these settings if you are not familiar with them." 
     5403msgid "" 
     5404"tpl_When incorrect settings are applied, it may no longer be possible to " 
     5405"access the management screen.<br/>Do not change these settings if you are " 
     5406"not familiar with them._01" 
     5407msgstr "" 
     5408"When incorrect settings are applied, it may no longer be possible to access " 
     5409"the management screen.<br/>Do not change these settings if you are not " 
     5410"familiar with them." 
    51975411 
    51985412msgid "tpl_Directory name_01" 
     
    52085422msgstr "Make SSL mandatory." 
    52095423 
    5210 msgid "tpl_* Access to the management area is limited to only connections from a designated IP address._01" 
    5211 msgstr "* Access to the management area is limited to only connections from a designated IP address.<br />You may enter an IP address per line to gain access to the page. If nothing is entered, access will be permitted to all IP addresses." 
     5424msgid "" 
     5425"tpl_* Access to the management area is limited to only connections from a " 
     5426"designated IP address._01" 
     5427msgstr "" 
     5428"* Access to the management area is limited to only connections from a " 
     5429"designated IP address.<br />You may enter an IP address per line to gain " 
     5430"access to the page. If nothing is entered, access will be permitted to all " 
     5431"IP addresses." 
    52125432 
    52135433msgid "tpl_Do you want to restore?_01" 
    52145434msgstr "Do you want to restore?" 
    52155435 
    5216 msgid "tpl_The database will be backed up.<br />The template file, etc. has not been backed up._01" 
    5217 msgstr "The database will be backed up.<br />The template file, etc. has not been backed up." 
     5436msgid "" 
     5437"tpl_The database will be backed up.<br />The template file, etc. has not " 
     5438"been backed up._01" 
     5439msgstr "" 
     5440"The database will be backed up.<br />The template file, etc. has not been " 
     5441"backed up." 
    52185442 
    52195443msgid "tpl_Backup name_01" 
     
    52905514 
    52915515msgid "tpl_It is possible to set master data values._01" 
    5292 msgstr "It is possible to set master data values.<br />It is not possible to register a duplicate ID.<br />When a blank ID is registered, the value is deleted.<br />Be careful as the site may no longer function depending on the settings values." 
     5516msgstr "" 
     5517"It is possible to set master data values.<br />It is not possible to " 
     5518"register a duplicate ID.<br />When a blank ID is registered, the value is " 
     5519"deleted.<br />Be careful as the site may no longer function depending on the " 
     5520"settings values." 
    52935521 
    52945522msgid "tpl_Value:_01" 
     
    52995527 
    53005528msgid "tpl_The parameter value is set as a PHP constant._01" 
    5301 msgstr "The parameter value is set as a PHP constant.<br />Surround character strings with [&quot;].<br />Be careful as the site may no longer function depending on the settings values." 
     5529msgstr "" 
     5530"The parameter value is set as a PHP constant.<br />Surround character " 
     5531"strings with [&quot;].<br />Be careful as the site may no longer function " 
     5532"depending on the settings values." 
    53025533 
    53035534msgid "tpl_Constant name_01" 
     
    54125643msgstr "Mail" 
    54135644 
    5414 msgid "tpl_(Due to changes in shipping companies, please manually select a shipping method.)_01" 
    5415 msgstr "(Due to changes in shipping companies, please manually select a shipping method.)" 
     5645msgid "" 
     5646"tpl_(Due to changes in shipping companies, please manually select a shipping " 
     5647"method.)_01" 
     5648msgstr "" 
     5649"(Due to changes in shipping companies, please manually select a shipping " 
     5650"method.)" 
    54165651 
    54175652msgid "tpl_(Due to changes in payment, please manually select a fee.)_01" 
     
    54455680msgstr "*Agreement to the license agreement" 
    54465681 
    5447 msgid "tpl_Please read the license agreement below.<br />It is necessary to agree to the agreement in order to continue with installation_01" 
     5682msgid "" 
     5683"tpl_Please read the license agreement below.<br />It is necessary to agree " 
     5684"to the agreement in order to continue with installation_01" 
    54485685msgstr "" 
    54495686"Please read the license agreement below.<br />It is necessary to agree to " 
    54505687"the agreement in order to continue with installation." 
    54515688 
    5452 msgid "tpl_Please agree to the software license agreement<br /><br />Lockon Co., Ltd. (hereinafter referred to as 'our company') requires customers to agree to the contents of the 'Software License Agreement' below to be able to use this software. You will be deemed as having agreed to the 'Software License Agreement' below at the point in time that you install, copy, or use this software.<br /><br />--------------------- Software License Agreement ---------------------<br /><br />1. License<br /><br />EC-CUBE adopts a 'dual license method' in which you can select either a free GPL license or paid commercial license for using the EC-CUBE product. The major characteristics of each license are as follows.<br /><br />1-1. GPL license<br /><br />Although it is possible to use EC-CUBE for free, and carry out duplication, modification, and distribution, if distributing an application that uses EC-CUBE, you must publish the source code for the application and make it utilizable.<br /><br />* When modifying, you may modify everything except for the copyright notice in the header section of the program file (PHP file, etc.) <br /><br />* With regard to the official conditions of the GPL license (GNU General Public License), please refer to http://www.fsf.org/licenses/ (Japanese translation: http://www.opensource.jp/gpl/gpl.ja.html).<br /><br />1-2. Commercial license <br /><br />The EC-CUBE commercial license is a license for parties who do not want to comply with the GPL license. <br />When you purchase an EC-CUBE commercial license, it is not necessary to make your own application an open source, within the scope of the commercial license. <br /><br />* A commercial license is necessary for all uses that do not comply with the GPL license. <br /><br />* For details regarding the commercial license, refer to http://www.ec-cube.net/license/business.php.<br /><br />2. Exclusion of liability<br /><br />2-1. Users shall confirm and agree that all direct and indirect damages (data loss, server trouble, halting of operations, claims from a third party, etc.) and dangers arising from use of this software are entirely the responsibility of the user.<br />2-2. In any case, and even in cases of illegal behavior, agreement, or any other legal basis, the suppliers, resellers, and various information contents providers for this software are not responsible for any direct, indirect, specific, incidental, or consequential loss or damage of the customer or other third party, including the loss of sales value, halting of operations, damage resulting from computer malfunctions, and any other commercial loss or damages, etc. Furthermore, our company is not responsible for any claims by a third party. <br /><br />3. Gathering of site information <br /><br />3-1 When installing EC-CUBE, the customer confirms and agrees that our company gathers information such as the site URL, store name, EC-CUBE version, PHP information, DB information, etc.<br />_01" 
     5689msgid "" 
     5690"tpl_Please agree to the software license agreement<br /><br />Lockon Co., " 
     5691"Ltd. (hereinafter referred to as 'our company') requires customers to agree " 
     5692"to the contents of the 'Software License Agreement' below to be able to use " 
     5693"this software. You will be deemed as having agreed to the 'Software License " 
     5694"Agreement' below at the point in time that you install, copy, or use this " 
     5695"software.<br /><br />--------------------- Software License Agreement " 
     5696"---------------------<br /><br />1. License<br /><br />EC-CUBE adopts a " 
     5697"'dual license method' in which you can select either a free GPL license or " 
     5698"paid commercial license for using the EC-CUBE product. The major " 
     5699"characteristics of each license are as follows.<br /><br />1-1. GPL " 
     5700"license<br /><br />Although it is possible to use EC-CUBE for free, and " 
     5701"carry out duplication, modification, and distribution, if distributing an " 
     5702"application that uses EC-CUBE, you must publish the source code for the " 
     5703"application and make it utilizable.<br /><br />* When modifying, you may " 
     5704"modify everything except for the copyright notice in the header section of " 
     5705"the program file (PHP file, etc.) <br /><br />* With regard to the official " 
     5706"conditions of the GPL license (GNU General Public License), please refer to " 
     5707"http://www.fsf.org/licenses/ (Japanese translation: http://www.opensource.jp/" 
     5708"gpl/gpl.ja.html).<br /><br />1-2. Commercial license <br /><br />The EC-CUBE " 
     5709"commercial license is a license for parties who do not want to comply with " 
     5710"the GPL license. <br />When you purchase an EC-CUBE commercial license, it " 
     5711"is not necessary to make your own application an open source, within the " 
     5712"scope of the commercial license. <br /><br />* A commercial license is " 
     5713"necessary for all uses that do not comply with the GPL license. <br /><br /" 
     5714">* For details regarding the commercial license, refer to http://www.ec-cube." 
     5715"net/license/business.php.<br /><br />2. Exclusion of liability<br /><br /" 
     5716">2-1. Users shall confirm and agree that all direct and indirect damages " 
     5717"(data loss, server trouble, halting of operations, claims from a third " 
     5718"party, etc.) and dangers arising from use of this software are entirely the " 
     5719"responsibility of the user.<br />2-2. In any case, and even in cases of " 
     5720"illegal behavior, agreement, or any other legal basis, the suppliers, " 
     5721"resellers, and various information contents providers for this software are " 
     5722"not responsible for any direct, indirect, specific, incidental, or " 
     5723"consequential loss or damage of the customer or other third party, including " 
     5724"the loss of sales value, halting of operations, damage resulting from " 
     5725"computer malfunctions, and any other commercial loss or damages, etc. " 
     5726"Furthermore, our company is not responsible for any claims by a third party. " 
     5727"<br /><br />3. Gathering of site information <br /><br />3-1 When installing " 
     5728"EC-CUBE, the customer confirms and agrees that our company gathers " 
     5729"information such as the site URL, store name, EC-CUBE version, PHP " 
     5730"information, DB information, etc.<br />_01" 
    54535731msgstr "" 
    54545732"Please agree to the software license agreement<br /><br />Lockon Co., Ltd. " 
     
    55155793msgstr "EC-CUBE Installation" 
    55165794 
    5517 msgid "tpl_This is a notice from EC-CUBE. Please use a browser that supports iframe for this section._01" 
     5795msgid "" 
     5796"tpl_This is a notice from EC-CUBE. Please use a browser that supports iframe " 
     5797"for this section._01" 
    55185798msgstr "" 
    55195799"This is a notice from EC-CUBE. Please use a browser that supports iframe for " 
     
    55295809msgstr "Ignore problems and proceed (for advanced users)" 
    55305810 
    5531 msgid "tpl_* If you proceed without resolving the problem, this may lead to problems._01" 
     5811msgid "" 
     5812"tpl_* If you proceed without resolving the problem, this may lead to " 
     5813"problems._01" 
    55325814msgstr "" 
    55335815"* If you proceed without resolving the problem, this may lead to problems." 
     
    55725854msgstr "Access the management area with link below." 
    55735855 
    5574 msgid "tpl_https://[Host name].[Domain name]/[Shop directory]/<span class='bold'>[Directory]</span>/_01" 
     5856msgid "" 
     5857"tpl_https://[Host name].[Domain name]/[Shop directory]/<span class='bold'>" 
     5858"[Directory]</span>/_01" 
    55755859msgstr "" 
    55765860"https://[Host name].[Domain name]/[Shop directory]/<span class='bold'>" 
    55775861"[Directory]</span>/" 
    55785862 
    5579 msgid "tpl_Access to the management area is limited to SSL (https) connections._01" 
     5863msgid "" 
     5864"tpl_Access to the management area is limited to SSL (https) connections._01" 
    55805865msgstr "Access to the management area is limited to SSL (https) connections." 
    55815866 
     
    55925877msgstr "Common domain" 
    55935878 
    5594 msgid "tpl_Designated when the subdomain differs based on normal URL and secure URL._01" 
     5879msgid "" 
     5880"tpl_Designated when the subdomain differs based on normal URL and secure URL." 
     5881"_01" 
    55955882msgstr "" 
    55965883"Designated when the subdomain differs based on normal URL and secure URL." 
     
    56055892msgstr "Mailer backend <span class='attention'>*</span>" 
    56065893 
    5607 msgid "tpl_mail - PHP built-in function  mail() is used to send.<br />SMTP - E-mails are sent by directly connecting to the SMTP server.<br />sendmail - Sent through the sendmail program._01" 
     5894msgid "" 
     5895"tpl_mail - PHP built-in function  mail() is used to send.<br />SMTP - E-" 
     5896"mails are sent by directly connecting to the SMTP server.<br />sendmail - " 
     5897"Sent through the sendmail program._01" 
    56085898msgstr "" 
    56095899"mail - PHP built-in function  mail() is used to send.<br />SMTP - E-mails " 
     
    56235913msgstr "SMTP user" 
    56245914 
    5625 msgid "tpl_Use only when the mailer backend is SMTP and SMTP-AUTH is also used._01" 
     5915msgid "" 
     5916"tpl_Use only when the mailer backend is SMTP and SMTP-AUTH is also used._01" 
    56265917msgstr "Use only when the mailer backend is SMTP and SMTP-AUTH is also used." 
    56275918 
     
    56535944msgstr "DB password <span class='attention'>*</span>" 
    56545945 
    5655 msgid "tpl_Are you sure you want to remove this item?It can not be restored._01" 
     5946msgid "" 
     5947"tpl_Are you sure you want to remove this item?It can not be restored._01" 
    56565948msgstr "" 
    56575949"Are you sure you want to remove this item? \n" 
     
    56645956msgstr "Connection information" 
    56655957 
    5666 msgid "tpl_Database initialization will begin.<br />* Will be suspended if a table, etc. is already created._01" 
     5958msgid "" 
     5959"tpl_Database initialization will begin.<br />* Will be suspended if a table, " 
     5960"etc. is already created._01" 
    56675961msgstr "" 
    56685962"Database initialization will begin.<br />* Will be suspended if a table, " 
     
    56785972msgstr "Site information" 
    56795973 
    5680 msgid "tpl_Please provide the information below for the purpose of debugging and improving the EC-CUBE system._01" 
     5974msgid "" 
     5975"tpl_Please provide the information below for the purpose of debugging and " 
     5976"improving the EC-CUBE system._01" 
    56815977msgstr "" 
    56825978"Please provide the information below for the purpose of debugging and " 
     
    57106006msgstr "EC-CUBE installation will begin." 
    57116007 
    5712 msgid "tpl_<span class='attention'>* The authentication key can be obtained from <a href='T_ARG1' target='_blank'>the EC-CUBE Owners Store</a>.</span>_01" 
     6008msgid "" 
     6009"tpl_<span class='attention'>* The authentication key can be obtained from <a " 
     6010"href='T_ARG1' target='_blank'>the EC-CUBE Owners Store</a>.</span>_01" 
    57136011msgstr "" 
    57146012"<span class='attention'>* The authentication key can be obtained from <a " 
    57156013"href='T_ARG1' target='_blank'>the EC-CUBE Owners Store</a>.</span>" 
    57166014 
    5717 msgid "tpl_You can log in to <a href='T_ARG1T_ARG2T_ARG3'>the management screen</a>._01" 
    5718 msgstr "" 
    5719 "You can log in to <a href='T_ARG1T_ARG2T_ARG3'>the management " 
    5720 "screen</a>." 
     6015msgid "" 
     6016"tpl_You can log in to <a href='T_ARG1T_ARG2T_ARG3'>the management screen</a>." 
     6017"_01" 
     6018msgstr "" 
     6019"You can log in to <a href='T_ARG1T_ARG2T_ARG3'>the management screen</a>." 
    57216020 
    57226021msgid "tpl_Monthly (end of month)_01" 
Note: See TracChangeset for help on using the changeset viewer.