[*] Installer : added brazilian/portuguese

This commit is contained in:
dMetzger
2012-10-03 18:09:12 +00:00
parent f80e1545d9
commit b1d8be885a
49 changed files with 2033 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<?xml version="1.0"?>
<entity_carrier>
<carrier id="carrier_1" id_shop="1">
<delay>Pick up in-store</delay>
</carrier>
</entity_carrier>
+19
View File
@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<entity_category>
<category id="Root" id_shop="1">
<name>Root</name>
<description/>
<link_rewrite>root</link_rewrite>
<meta_title/>
<meta_keywords/>
<meta_description/>
</category>
<category id="Home" id_shop="1">
<name>Home</name>
<description/>
<link_rewrite>home</link_rewrite>
<meta_title/>
<meta_keywords/>
<meta_description/>
</category>
</entity_category>
+45
View File
@@ -0,0 +1,45 @@
<?xml version="1.0"?>
<entity_cms>
<cms id="Delivery">
<meta_title>Delivery</meta_title>
<meta_description>Our terms and conditions of delivery</meta_description>
<meta_keywords>conditions, delivery, delay, shipment, pack</meta_keywords>
<content>&lt;h2&gt;Shipments and returns&lt;/h2&gt;&lt;h3&gt;Your pack shipment&lt;/h3&gt;&lt;p&gt;Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.&lt;/p&gt;&lt;p&gt;Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.&lt;br /&gt;&lt;br /&gt;Boxes are amply sized and your items are well-protected.&lt;/p&gt;</content>
<link_rewrite>delivery</link_rewrite>
</cms>
<cms id="Legal_Notice">
<meta_title>Legal Notice</meta_title>
<meta_description>Legal notice</meta_description>
<meta_keywords>notice, legal, credits</meta_keywords>
<content>&lt;h2&gt;Legal&lt;/h2&gt;&lt;h3&gt;Credits&lt;/h3&gt;&lt;p&gt;Concept and production:&lt;/p&gt;&lt;p&gt;This Web site was created using &lt;a href="http://www.prestashop.com"&gt;PrestaShop&lt;/a&gt;&amp;trade; open-source software.&lt;/p&gt;</content>
<link_rewrite>legal-notice</link_rewrite>
</cms>
<cms id="Terms_and_conditions_of_use">
<meta_title>Terms and conditions of use</meta_title>
<meta_description>Our terms and conditions of use</meta_description>
<meta_keywords>conditions, terms, use, sell</meta_keywords>
<content>&lt;h2&gt;Your terms and conditions of use&lt;/h2&gt;&lt;h3&gt;Rule 1&lt;/h3&gt;&lt;p&gt;Here is the rule 1 content&lt;/p&gt;&#xD;
&lt;h3&gt;Rule 2&lt;/h3&gt;&lt;p&gt;Here is the rule 2 content&lt;/p&gt;&#xD;
&lt;h3&gt;Rule 3&lt;/h3&gt;&lt;p&gt;Here is the rule 3 content&lt;/p&gt;</content>
<link_rewrite>terms-and-conditions-of-use</link_rewrite>
</cms>
<cms id="About_us">
<meta_title>About us</meta_title>
<meta_description>Learn more about us</meta_description>
<meta_keywords>about us, informations</meta_keywords>
<content>&lt;h2&gt;About us&lt;/h2&gt;&#xD;
&lt;h3&gt;Our company&lt;/h3&gt;&lt;p&gt;Our company&lt;/p&gt;&#xD;
&lt;h3&gt;Our team&lt;/h3&gt;&lt;p&gt;Our team&lt;/p&gt;&#xD;
&lt;h3&gt;Informations&lt;/h3&gt;&lt;p&gt;Informations&lt;/p&gt;</content>
<link_rewrite>about-us</link_rewrite>
</cms>
<cms id="Secure_payment">
<meta_title>Secure payment</meta_title>
<meta_description>Our secure payment mean</meta_description>
<meta_keywords>secure payment, ssl, visa, mastercard, paypal</meta_keywords>
<content>&lt;h2&gt;Secure payment&lt;/h2&gt;&#xD;
&lt;h3&gt;Our secure payment&lt;/h3&gt;&lt;p&gt;With SSL&lt;/p&gt;&#xD;
&lt;h3&gt;Using Visa/Mastercard/Paypal&lt;/h3&gt;&lt;p&gt;About this services&lt;/p&gt;</content>
<link_rewrite>secure-payment</link_rewrite>
</cms>
</entity_cms>
@@ -0,0 +1,11 @@
<?xml version="1.0"?>
<entity_cms_category>
<cms_category id="Home">
<name>Home</name>
<description/>
<link_rewrite>home</link_rewrite>
<meta_title/>
<meta_keywords/>
<meta_description/>
</cms_category>
</entity_cms_category>
@@ -0,0 +1,21 @@
<?xml version="1.0"?>
<entity_configuration>
<configuration id="PS_INVOICE_PREFIX">
<value>IN</value>
</configuration>
<configuration id="PS_DELIVERY_PREFIX">
<value>DE</value>
</configuration>
<configuration id="PS_SEARCH_BLACKLIST">
<value>a|the|of|on|in|and|to</value>
</configuration>
<configuration id="PS_META_KEYWORDS">
<value>0</value>
</configuration>
<configuration id="PS_CUSTOMER_SERVICE_SIGNATURE">
<value>Dear Customer,&#xD;
&#xD;
Regards,&#xD;
Customer service</value>
</configuration>
</entity_configuration>
+9
View File
@@ -0,0 +1,9 @@
<?xml version="1.0"?>
<entity_contact>
<contact id="Webmaster" name="Webmaster">
<description>If a technical problem occurs on this website</description>
</contact>
<contact id="Customer_service" name="Customer service">
<description>For any question about a product, an order</description>
</contact>
</entity_contact>
+735
View File
@@ -0,0 +1,735 @@
<?xml version="1.0"?>
<entity_country>
<country id="DE">
<name>Germany</name>
</country>
<country id="AT">
<name>Austria</name>
</country>
<country id="BE">
<name>Belgium</name>
</country>
<country id="CA">
<name>Canada</name>
</country>
<country id="CN">
<name>China</name>
</country>
<country id="ES">
<name>Spain</name>
</country>
<country id="FI">
<name>Finland</name>
</country>
<country id="FR">
<name>France</name>
</country>
<country id="GR">
<name>Greece</name>
</country>
<country id="IT">
<name>Italy</name>
</country>
<country id="JP">
<name>Japan</name>
</country>
<country id="LU">
<name>Luxemburg</name>
</country>
<country id="NL">
<name>Netherlands</name>
</country>
<country id="PL">
<name>Poland</name>
</country>
<country id="PT">
<name>Portugal</name>
</country>
<country id="CZ">
<name>Czech Republic</name>
</country>
<country id="GB">
<name>United Kingdom</name>
</country>
<country id="SE">
<name>Sweden</name>
</country>
<country id="CH">
<name>Switzerland</name>
</country>
<country id="DK">
<name>Denmark</name>
</country>
<country id="US">
<name>United States</name>
</country>
<country id="HK">
<name>HongKong</name>
</country>
<country id="NO">
<name>Norway</name>
</country>
<country id="AU">
<name>Australia</name>
</country>
<country id="SG">
<name>Singapore</name>
</country>
<country id="IE">
<name>Ireland</name>
</country>
<country id="NZ">
<name>New Zealand</name>
</country>
<country id="KR">
<name>South Korea</name>
</country>
<country id="IL">
<name>Israel</name>
</country>
<country id="ZA">
<name>South Africa</name>
</country>
<country id="NG">
<name>Nigeria</name>
</country>
<country id="CI">
<name>Ivory Coast</name>
</country>
<country id="TG">
<name>Togo</name>
</country>
<country id="BO">
<name>Bolivia</name>
</country>
<country id="MU">
<name>Mauritius</name>
</country>
<country id="RO">
<name>Romania</name>
</country>
<country id="SK">
<name>Slovakia</name>
</country>
<country id="DZ">
<name>Algeria</name>
</country>
<country id="AS">
<name>American Samoa</name>
</country>
<country id="AD">
<name>Andorra</name>
</country>
<country id="AO">
<name>Angola</name>
</country>
<country id="AI">
<name>Anguilla</name>
</country>
<country id="AG">
<name>Antigua and Barbuda</name>
</country>
<country id="AR">
<name>Argentina</name>
</country>
<country id="AM">
<name>Armenia</name>
</country>
<country id="AW">
<name>Aruba</name>
</country>
<country id="AZ">
<name>Azerbaijan</name>
</country>
<country id="BS">
<name>Bahamas</name>
</country>
<country id="BH">
<name>Bahrain</name>
</country>
<country id="BD">
<name>Bangladesh</name>
</country>
<country id="BB">
<name>Barbados</name>
</country>
<country id="BY">
<name>Belarus</name>
</country>
<country id="BZ">
<name>Belize</name>
</country>
<country id="BJ">
<name>Benin</name>
</country>
<country id="BM">
<name>Bermuda</name>
</country>
<country id="BT">
<name>Bhutan</name>
</country>
<country id="BW">
<name>Botswana</name>
</country>
<country id="BR">
<name>Brazil</name>
</country>
<country id="BN">
<name>Brunei</name>
</country>
<country id="BF">
<name>Burkina Faso</name>
</country>
<country id="MM">
<name>Burma (Myanmar)</name>
</country>
<country id="BI">
<name>Burundi</name>
</country>
<country id="KH">
<name>Cambodia</name>
</country>
<country id="CM">
<name>Cameroon</name>
</country>
<country id="CV">
<name>Cape Verde</name>
</country>
<country id="CF">
<name>Central African Republic</name>
</country>
<country id="TD">
<name>Chad</name>
</country>
<country id="CL">
<name>Chile</name>
</country>
<country id="CO">
<name>Colombia</name>
</country>
<country id="KM">
<name>Comoros</name>
</country>
<country id="CD">
<name>Congo, Dem. Republic</name>
</country>
<country id="CG">
<name>Congo, Republic</name>
</country>
<country id="CR">
<name>Costa Rica</name>
</country>
<country id="HR">
<name>Croatia</name>
</country>
<country id="CU">
<name>Cuba</name>
</country>
<country id="CY">
<name>Cyprus</name>
</country>
<country id="DJ">
<name>Djibouti</name>
</country>
<country id="DM">
<name>Dominica</name>
</country>
<country id="DO">
<name>Dominican Republic</name>
</country>
<country id="TL">
<name>East Timor</name>
</country>
<country id="EC">
<name>Ecuador</name>
</country>
<country id="EG">
<name>Egypt</name>
</country>
<country id="SV">
<name>El Salvador</name>
</country>
<country id="GQ">
<name>Equatorial Guinea</name>
</country>
<country id="ER">
<name>Eritrea</name>
</country>
<country id="EE">
<name>Estonia</name>
</country>
<country id="ET">
<name>Ethiopia</name>
</country>
<country id="FK">
<name>Falkland Islands</name>
</country>
<country id="FO">
<name>Faroe Islands</name>
</country>
<country id="FJ">
<name>Fiji</name>
</country>
<country id="GA">
<name>Gabon</name>
</country>
<country id="GM">
<name>Gambia</name>
</country>
<country id="GE">
<name>Georgia</name>
</country>
<country id="GH">
<name>Ghana</name>
</country>
<country id="GD">
<name>Grenada</name>
</country>
<country id="GL">
<name>Greenland</name>
</country>
<country id="GI">
<name>Gibraltar</name>
</country>
<country id="GP">
<name>Guadeloupe</name>
</country>
<country id="GU">
<name>Guam</name>
</country>
<country id="GT">
<name>Guatemala</name>
</country>
<country id="GG">
<name>Guernsey</name>
</country>
<country id="GN">
<name>Guinea</name>
</country>
<country id="GW">
<name>Guinea-Bissau</name>
</country>
<country id="GY">
<name>Guyana</name>
</country>
<country id="HT">
<name>Haiti</name>
</country>
<country id="HM">
<name>Heard Island and McDonald Islands</name>
</country>
<country id="VA">
<name>Vatican City State</name>
</country>
<country id="HN">
<name>Honduras</name>
</country>
<country id="IS">
<name>Iceland</name>
</country>
<country id="IN">
<name>India</name>
</country>
<country id="ID">
<name>Indonesia</name>
</country>
<country id="IR">
<name>Iran</name>
</country>
<country id="IQ">
<name>Iraq</name>
</country>
<country id="IM">
<name>Man Island</name>
</country>
<country id="JM">
<name>Jamaica</name>
</country>
<country id="JE">
<name>Jersey</name>
</country>
<country id="JO">
<name>Jordan</name>
</country>
<country id="KZ">
<name>Kazakhstan</name>
</country>
<country id="KE">
<name>Kenya</name>
</country>
<country id="KI">
<name>Kiribati</name>
</country>
<country id="KP">
<name>Korea, Dem. Republic of</name>
</country>
<country id="KW">
<name>Kuwait</name>
</country>
<country id="KG">
<name>Kyrgyzstan</name>
</country>
<country id="LA">
<name>Laos</name>
</country>
<country id="LV">
<name>Latvia</name>
</country>
<country id="LB">
<name>Lebanon</name>
</country>
<country id="LS">
<name>Lesotho</name>
</country>
<country id="LR">
<name>Liberia</name>
</country>
<country id="LY">
<name>Libya</name>
</country>
<country id="LI">
<name>Liechtenstein</name>
</country>
<country id="LT">
<name>Lithuania</name>
</country>
<country id="MO">
<name>Macau</name>
</country>
<country id="MK">
<name>Macedonia</name>
</country>
<country id="MG">
<name>Madagascar</name>
</country>
<country id="MW">
<name>Malawi</name>
</country>
<country id="MY">
<name>Malaysia</name>
</country>
<country id="MV">
<name>Maldives</name>
</country>
<country id="ML">
<name>Mali</name>
</country>
<country id="MT">
<name>Malta</name>
</country>
<country id="MH">
<name>Marshall Islands</name>
</country>
<country id="MQ">
<name>Martinique</name>
</country>
<country id="MR">
<name>Mauritania</name>
</country>
<country id="HU">
<name>Hungary</name>
</country>
<country id="YT">
<name>Mayotte</name>
</country>
<country id="MX">
<name>Mexico</name>
</country>
<country id="FM">
<name>Micronesia</name>
</country>
<country id="MD">
<name>Moldova</name>
</country>
<country id="MC">
<name>Monaco</name>
</country>
<country id="MN">
<name>Mongolia</name>
</country>
<country id="ME">
<name>Montenegro</name>
</country>
<country id="MS">
<name>Montserrat</name>
</country>
<country id="MA">
<name>Morocco</name>
</country>
<country id="MZ">
<name>Mozambique</name>
</country>
<country id="NA">
<name>Namibia</name>
</country>
<country id="NR">
<name>Nauru</name>
</country>
<country id="NP">
<name>Nepal</name>
</country>
<country id="AN">
<name>Netherlands Antilles</name>
</country>
<country id="NC">
<name>New Caledonia</name>
</country>
<country id="NI">
<name>Nicaragua</name>
</country>
<country id="NE">
<name>Niger</name>
</country>
<country id="NU">
<name>Niue</name>
</country>
<country id="NF">
<name>Norfolk Island</name>
</country>
<country id="MP">
<name>Northern Mariana Islands</name>
</country>
<country id="OM">
<name>Oman</name>
</country>
<country id="PK">
<name>Pakistan</name>
</country>
<country id="PW">
<name>Palau</name>
</country>
<country id="PS">
<name>Palestinian Territories</name>
</country>
<country id="PA">
<name>Panama</name>
</country>
<country id="PG">
<name>Papua New Guinea</name>
</country>
<country id="PY">
<name>Paraguay</name>
</country>
<country id="PE">
<name>Peru</name>
</country>
<country id="PH">
<name>Philippines</name>
</country>
<country id="PN">
<name>Pitcairn</name>
</country>
<country id="PR">
<name>Puerto Rico</name>
</country>
<country id="QA">
<name>Qatar</name>
</country>
<country id="RE">
<name>Reunion Island</name>
</country>
<country id="RU">
<name>Russian Federation</name>
</country>
<country id="RW">
<name>Rwanda</name>
</country>
<country id="BL">
<name>Saint Barthelemy</name>
</country>
<country id="KN">
<name>Saint Kitts and Nevis</name>
</country>
<country id="LC">
<name>Saint Lucia</name>
</country>
<country id="MF">
<name>Saint Martin</name>
</country>
<country id="PM">
<name>Saint Pierre and Miquelon</name>
</country>
<country id="VC">
<name>Saint Vincent and the Grenadines</name>
</country>
<country id="WS">
<name>Samoa</name>
</country>
<country id="SM">
<name>San Marino</name>
</country>
<country id="ST">
<name>S&#xE3;o Tom&#xE9; and Pr&#xED;ncipe</name>
</country>
<country id="SA">
<name>Saudi Arabia</name>
</country>
<country id="SN">
<name>Senegal</name>
</country>
<country id="RS">
<name>Serbia</name>
</country>
<country id="SC">
<name>Seychelles</name>
</country>
<country id="SL">
<name>Sierra Leone</name>
</country>
<country id="SI">
<name>Slovenia</name>
</country>
<country id="SB">
<name>Solomon Islands</name>
</country>
<country id="SO">
<name>Somalia</name>
</country>
<country id="GS">
<name>South Georgia and the South Sandwich Islands</name>
</country>
<country id="LK">
<name>Sri Lanka</name>
</country>
<country id="SD">
<name>Sudan</name>
</country>
<country id="SR">
<name>Suriname</name>
</country>
<country id="SJ">
<name>Svalbard and Jan Mayen</name>
</country>
<country id="SZ">
<name>Swaziland</name>
</country>
<country id="SY">
<name>Syria</name>
</country>
<country id="TW">
<name>Taiwan</name>
</country>
<country id="TJ">
<name>Tajikistan</name>
</country>
<country id="TZ">
<name>Tanzania</name>
</country>
<country id="TH">
<name>Thailand</name>
</country>
<country id="TK">
<name>Tokelau</name>
</country>
<country id="TO">
<name>Tonga</name>
</country>
<country id="TT">
<name>Trinidad and Tobago</name>
</country>
<country id="TN">
<name>Tunisia</name>
</country>
<country id="TR">
<name>Turkey</name>
</country>
<country id="TM">
<name>Turkmenistan</name>
</country>
<country id="TC">
<name>Turks and Caicos Islands</name>
</country>
<country id="TV">
<name>Tuvalu</name>
</country>
<country id="UG">
<name>Uganda</name>
</country>
<country id="UA">
<name>Ukraine</name>
</country>
<country id="AE">
<name>United Arab Emirates</name>
</country>
<country id="UY">
<name>Uruguay</name>
</country>
<country id="UZ">
<name>Uzbekistan</name>
</country>
<country id="VU">
<name>Vanuatu</name>
</country>
<country id="VE">
<name>Venezuela</name>
</country>
<country id="VN">
<name>Vietnam</name>
</country>
<country id="VG">
<name>Virgin Islands (British)</name>
</country>
<country id="VI">
<name>Virgin Islands (U.S.)</name>
</country>
<country id="WF">
<name>Wallis and Futuna</name>
</country>
<country id="EH">
<name>Western Sahara</name>
</country>
<country id="YE">
<name>Yemen</name>
</country>
<country id="ZM">
<name>Zambia</name>
</country>
<country id="ZW">
<name>Zimbabwe</name>
</country>
<country id="AL">
<name>Albania</name>
</country>
<country id="AF">
<name>Afghanistan</name>
</country>
<country id="AQ">
<name>Antarctica</name>
</country>
<country id="BA">
<name>Bosnia and Herzegovina</name>
</country>
<country id="BV">
<name>Bouvet Island</name>
</country>
<country id="IO">
<name>British Indian Ocean Territory</name>
</country>
<country id="BG">
<name>Bulgaria</name>
</country>
<country id="KY">
<name>Cayman Islands</name>
</country>
<country id="CX">
<name>Christmas Island</name>
</country>
<country id="CC">
<name>Cocos (Keeling) Islands</name>
</country>
<country id="CK">
<name>Cook Islands</name>
</country>
<country id="GF">
<name>French Guiana</name>
</country>
<country id="PF">
<name>French Polynesia</name>
</country>
<country id="TF">
<name>French Southern Territories</name>
</country>
<country id="AX">
<name>&#xC5;land Islands</name>
</country>
</entity_country>
+6
View File
@@ -0,0 +1,6 @@
<?xml version="1.0"?>
<entity_gender>
<gender id="Mr" name="Mr."/>
<gender id="Ms" name="Ms."/>
<gender id="Miss" name="Miss"/>
</entity_gender>
+6
View File
@@ -0,0 +1,6 @@
<?xml version="1.0"?>
<entity_group>
<group id="Visitor" name="Visitor"/>
<group id="Guest" name="Guest"/>
<group id="Customer" name="Customer"/>
</entity_group>
+153
View File
@@ -0,0 +1,153 @@
<?xml version="1.0"?>
<entity_meta>
<meta id="404" id_shop="1">
<title>404 error</title>
<description>This page cannot be found</description>
<keywords>error, 404, not found</keywords>
<url_rewrite>page-not-found</url_rewrite>
</meta>
<meta id="best-sales" id_shop="1">
<title>Best sales</title>
<description>Our best sales</description>
<keywords>best sales</keywords>
<url_rewrite>best-sales</url_rewrite>
</meta>
<meta id="contact" id_shop="1">
<title>Contact us</title>
<description>Use our form to contact us</description>
<keywords>contact, form, e-mail</keywords>
<url_rewrite>contact-us</url_rewrite>
</meta>
<meta id="index" id_shop="1">
<title/>
<description>Shop powered by PrestaShop</description>
<keywords>shop, prestashop</keywords>
<url_rewrite/>
</meta>
<meta id="manufacturer" id_shop="1">
<title>Manufacturers</title>
<description>Manufacturers list</description>
<keywords>manufacturer</keywords>
<url_rewrite>manufacturers</url_rewrite>
</meta>
<meta id="new-products" id_shop="1">
<title>New products</title>
<description>Our new products</description>
<keywords>new, products</keywords>
<url_rewrite>new-products</url_rewrite>
</meta>
<meta id="password" id_shop="1">
<title>Forgot your password</title>
<description>Enter your e-mail address used to register in goal to get e-mail with your new password</description>
<keywords>forgot, password, e-mail, new, reset</keywords>
<url_rewrite>password-recovery</url_rewrite>
</meta>
<meta id="prices-drop" id_shop="1">
<title>Prices drop</title>
<description>Our special products</description>
<keywords>special, prices drop</keywords>
<url_rewrite>prices-drop</url_rewrite>
</meta>
<meta id="sitemap" id_shop="1">
<title>Sitemap</title>
<description>Lost ? Find what your are looking for</description>
<keywords>sitemap</keywords>
<url_rewrite>sitemap</url_rewrite>
</meta>
<meta id="supply" id_shop="1">
<title>Suppliers</title>
<description>Suppliers list</description>
<keywords>supplier</keywords>
<url_rewrite>supplier</url_rewrite>
</meta>
<meta id="address" id_shop="1">
<title>Address</title>
<description/>
<keywords/>
<url_rewrite>address</url_rewrite>
</meta>
<meta id="addresses" id_shop="1">
<title>Addresses</title>
<description/>
<keywords/>
<url_rewrite>addresses</url_rewrite>
</meta>
<meta id="authentication" id_shop="1">
<title>Authentication</title>
<description/>
<keywords/>
<url_rewrite>authentication</url_rewrite>
</meta>
<meta id="cart" id_shop="1">
<title>Cart</title>
<description/>
<keywords/>
<url_rewrite>cart</url_rewrite>
</meta>
<meta id="discount" id_shop="1">
<title>Discount</title>
<description/>
<keywords/>
<url_rewrite>discount</url_rewrite>
</meta>
<meta id="history" id_shop="1">
<title>Order history</title>
<description/>
<keywords/>
<url_rewrite>order-history</url_rewrite>
</meta>
<meta id="identity" id_shop="1">
<title>Identity</title>
<description/>
<keywords/>
<url_rewrite>identity</url_rewrite>
</meta>
<meta id="my-account" id_shop="1">
<title>My account</title>
<description/>
<keywords/>
<url_rewrite>my-account</url_rewrite>
</meta>
<meta id="order-follow" id_shop="1">
<title>Order follow</title>
<description/>
<keywords/>
<url_rewrite>order-follow</url_rewrite>
</meta>
<meta id="order-slip" id_shop="1">
<title>Order slip</title>
<description/>
<keywords/>
<url_rewrite>order-slip</url_rewrite>
</meta>
<meta id="order" id_shop="1">
<title>Order</title>
<description/>
<keywords/>
<url_rewrite>order</url_rewrite>
</meta>
<meta id="search" id_shop="1">
<title>Search</title>
<description/>
<keywords/>
<url_rewrite>search</url_rewrite>
</meta>
<meta id="stores" id_shop="1">
<title>Stores</title>
<description/>
<keywords/>
<url_rewrite>stores</url_rewrite>
</meta>
<meta id="order-opc" id_shop="1">
<title>Order</title>
<description/>
<keywords/>
<url_rewrite>quick-order</url_rewrite>
</meta>
<meta id="guest-tracking" id_shop="1">
<title>Guest tracking</title>
<description/>
<keywords/>
<url_rewrite>guest-tracking</url_rewrite>
</meta>
</entity_meta>
@@ -0,0 +1,18 @@
<?xml version="1.0"?>
<entity_order_return_state>
<order_return_state id="Waiting_for_confirmation">
<name>Waiting for confirmation</name>
</order_return_state>
<order_return_state id="Waiting_for_package">
<name>Waiting for package</name>
</order_return_state>
<order_return_state id="Package_received">
<name>Package received</name>
</order_return_state>
<order_return_state id="Return_denied">
<name>Return denied</name>
</order_return_state>
<order_return_state id="Return_completed">
<name>Return completed</name>
</order_return_state>
</entity_order_return_state>
+51
View File
@@ -0,0 +1,51 @@
<?xml version="1.0"?>
<entity_order_state>
<order_state id="Awaiting_cheque_payment">
<name>Awaiting cheque payment</name>
<template>cheque</template>
</order_state>
<order_state id="Payment_accepted">
<name>Payment accepted</name>
<template>payment</template>
</order_state>
<order_state id="Preparation_in_progress">
<name>Preparation in progress</name>
<template>preparation</template>
</order_state>
<order_state id="Shipped">
<name>Shipped</name>
<template>shipped</template>
</order_state>
<order_state id="Delivered">
<name>Delivered</name>
<template/>
</order_state>
<order_state id="Canceled">
<name>Canceled</name>
<template>order_canceled</template>
</order_state>
<order_state id="Refund">
<name>Refund</name>
<template>refund</template>
</order_state>
<order_state id="Payment_error">
<name>Payment error</name>
<template>payment_error</template>
</order_state>
<order_state id="On_backorder">
<name>On backorder</name>
<template>outofstock</template>
</order_state>
<order_state id="Awaiting_bank_wire_payment">
<name>Awaiting bank wire payment</name>
<template>bankwire</template>
</order_state>
<order_state id="Awaiting_PayPal_payment">
<name>Awaiting PayPal payment</name>
<template/>
</order_state>
<order_state id="Payment_remotely_accepted">
<name>Payment remotely accepted</name>
<template/>
</order_state>
</entity_order_state>
+6
View File
@@ -0,0 +1,6 @@
<?xml version="1.0"?>
<entity_profile>
<profile id="SuperAdmin">
<name>SuperAdmin</name>
</profile>
</entity_profile>
@@ -0,0 +1,8 @@
<?xml version="1.0"?>
<entity_quick_access>
<quick_access id="Home" name="Home"/>
<quick_access id="My_Shop" name="My Shop"/>
<quick_access id="New_category" name="New category"/>
<quick_access id="New_product" name="New product"/>
<quick_access id="New_voucher" name="New voucher"/>
</entity_quick_access>
+7
View File
@@ -0,0 +1,7 @@
<?xml version="1.0"?>
<entity_risk>
<risk id="None" name="None"/>
<risk id="Low" name="Low"/>
<risk id="Medium" name="Medium"/>
<risk id="High" name="High"/>
</entity_risk>
@@ -0,0 +1,27 @@
<?xml version="1.0"?>
<entity_stock_mvt_reason>
<stock_mvt_reason id="Increase">
<name>Increase</name>
</stock_mvt_reason>
<stock_mvt_reason id="Decrease">
<name>Decrease</name>
</stock_mvt_reason>
<stock_mvt_reason id="Customer_Order">
<name>Customer Order</name>
</stock_mvt_reason>
<stock_mvt_reason id="Regulation_following_an_inventory_of_stock">
<name>Regulation following an inventory of stock</name>
</stock_mvt_reason>
<stock_mvt_reason id="Regulation_following_an_inventory_of_stock_1">
<name>Regulation following an inventory of stock</name>
</stock_mvt_reason>
<stock_mvt_reason id="Transfer_to_another_warehouse">
<name>Transfer to another warehouse</name>
</stock_mvt_reason>
<stock_mvt_reason id="Transfer_from_another_warehouse">
<name>Transfer from another warehouse</name>
</stock_mvt_reason>
<stock_mvt_reason id="Supply_Order">
<name>Supply Order</name>
</stock_mvt_reason>
</entity_stock_mvt_reason>
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<entity_supplier_order_state>
<supplier_order_state id="creation_in_progress">
<name><![CDATA[creation in progress]]></name>
</supplier_order_state>
<supplier_order_state id="Order_validated">
<name><![CDATA[Order validated]]></name>
</supplier_order_state>
<supplier_order_state id="Pending_receipt">
<name><![CDATA[Pending receipt]]></name>
</supplier_order_state>
<supplier_order_state id="Order_received_in_part">
<name><![CDATA[Order received in part]]></name>
</supplier_order_state>
<supplier_order_state id="Order_received_completely">
<name><![CDATA[Order received completely]]></name>
</supplier_order_state>
<supplier_order_state id="order_fenced">
<name><![CDATA[order fenced]]></name>
</supplier_order_state>
</entity_supplier_order_state>
@@ -0,0 +1,21 @@
<?xml version="1.0"?>
<entity_supply_order_state>
<supply_order_state id="supply_order_state_1">
<name>1 - Creation in progress</name>
</supply_order_state>
<supply_order_state id="supply_order_state_2">
<name>2 - Order validated</name>
</supply_order_state>
<supply_order_state id="supply_order_state_3">
<name>3 - Pending receipt</name>
</supply_order_state>
<supply_order_state id="supply_order_state_4">
<name>4 - Order received in part</name>
</supply_order_state>
<supply_order_state id="supply_order_state_5">
<name>5 - Order received completely</name>
</supply_order_state>
<supply_order_state id="supply_order_state_6">
<name>6 - Order canceled</name>
</supply_order_state>
</entity_supply_order_state>
+104
View File
@@ -0,0 +1,104 @@
<?xml version="1.0"?>
<entity_tab>
<tab id="Home" name="Home"/>
<tab id="CMS_Pages" name="CMS Pages"/>
<tab id="CMS_Categories" name="CMS Categories"/>
<tab id="Combinations_Generator" name="Combinations Generator"/>
<tab id="Search" name="Search"/>
<tab id="Login" name="Login"/>
<tab id="Shops" name="Shops"/>
<tab id="Shop_URLs" name="Shop URLs"/>
<tab id="Catalog" name="Catalog"/>
<tab id="Orders" name="Orders"/>
<tab id="Customers" name="Customers"/>
<tab id="Price_Rules" name="Price Rules"/>
<tab id="Shipping" name="Shipping"/>
<tab id="Localization" name="Localization"/>
<tab id="Modules" name="Modules"/>
<tab id="Preferences" name="Preferences"/>
<tab id="Advanced_Parameters" name="Advanced Parameters"/>
<tab id="Administration" name="Administration"/>
<tab id="Stats" name="Stats"/>
<tab id="Stock" name="Stock"/>
<tab id="Products" name="Products"/>
<tab id="Categories" name="Categories"/>
<tab id="Monitoring" name="Monitoring"/>
<tab id="Attributes_and_Values" name="Attributes and Values"/>
<tab id="Features" name="Features"/>
<tab id="Manufacturers" name="Manufacturers"/>
<tab id="Suppliers" name="Suppliers"/>
<tab id="Image_Mapping" name="Image Mapping"/>
<tab id="Tags" name="Tags"/>
<tab id="Attachments" name="Attachments"/>
<tab id="Orders_1" name="Orders"/>
<tab id="Invoices" name="Invoices"/>
<tab id="Merchandise_Returns" name="Merchandise Returns"/>
<tab id="Delivery_Slips" name="Delivery Slips"/>
<tab id="Credit_Slips" name="Credit Slips"/>
<tab id="Statuses" name="Statuses"/>
<tab id="Order_Messages" name="Order Messages"/>
<tab id="Customers_1" name="Customers"/>
<tab id="Addresses" name="Addresses"/>
<tab id="Groups" name="Groups"/>
<tab id="Shopping_Carts" name="Shopping Carts"/>
<tab id="Customer_Service" name="Customer Service"/>
<tab id="Contacts" name="Contacts"/>
<tab id="Titles" name="Titles"/>
<tab id="Outstanding" name="Outstanding"/>
<tab id="Cart_Rules" name="Cart Rules"/>
<tab id="Catalog_Price_Rules" name="Catalog Price Rules"/>
<tab id="Shipping_1" name="Shipping"/>
<tab id="Carriers" name="Carriers"/>
<tab id="Price_Ranges" name="Price Ranges"/>
<tab id="Weight_Ranges" name="Weight Ranges"/>
<tab id="Localization_1" name="Localization"/>
<tab id="Languages" name="Languages"/>
<tab id="Zones" name="Zones"/>
<tab id="Countries" name="Countries"/>
<tab id="States" name="States"/>
<tab id="Currencies" name="Currencies"/>
<tab id="Taxes" name="Taxes"/>
<tab id="Tax_Rules" name="Tax Rules"/>
<tab id="Translations" name="Translations"/>
<tab id="Modules_1" name="Modules"/>
<tab id="Modules_Themes_Catalog" name="Modules &amp; Themes Catalog"/>
<tab id="Positions" name="Positions"/>
<tab id="Payment" name="Payment"/>
<tab id="General" name="General"/>
<tab id="Orders_2" name="Orders"/>
<tab id="Products_1" name="Products"/>
<tab id="Customers_2" name="Customers"/>
<tab id="Themes" name="Themes"/>
<tab id="SEO_URLs" name="SEO &amp; URLs"/>
<tab id="CMS" name="CMS"/>
<tab id="Images" name="Images"/>
<tab id="Store_Contacts" name="Store Contacts"/>
<tab id="Search_1" name="Search"/>
<tab id="Maintenance" name="Maintenance"/>
<tab id="Geolocation" name="Geolocation"/>
<tab id="Configuration_Information" name="Configuration Information"/>
<tab id="Performance" name="Performance"/>
<tab id="E-mail" name="E-mail"/>
<tab id="Multistore" name="Multistore"/>
<tab id="CSV_Import" name="CSV Import"/>
<tab id="DB_Backup" name="DB Backup"/>
<tab id="SQL_Manager" name="SQL Manager"/>
<tab id="Logs" name="Logs"/>
<tab id="Webservice" name="Webservice"/>
<tab id="Preferences_1" name="Preferences"/>
<tab id="Quick_Access" name="Quick Access"/>
<tab id="Employees" name="Employees"/>
<tab id="Profiles" name="Profiles"/>
<tab id="Permissions" name="Permissions"/>
<tab id="Menus" name="Menus"/>
<tab id="Stats_1" name="Stats"/>
<tab id="Search_Engines" name="Search Engines"/>
<tab id="Referrers" name="Referrers"/>
<tab id="Warehouses" name="Warehouses"/>
<tab id="Stock_Management" name="Stock Management"/>
<tab id="Stock_Movement" name="Stock Movement"/>
<tab id="Instant_Stock_Status" name="Instant Stock Status"/>
<tab id="Stock_Coverage" name="Stock Coverage"/>
<tab id="Supply_orders" name="Supply orders"/>
<tab id="Configuration" name="Configuration"/>
</entity_tab>
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 968 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

+198
View File
@@ -0,0 +1,198 @@
<?php
return array(
'informations' => array(
'phone' => '+1 888.947.6543',
'support' => 'http://support.prestashop.com/en/',
),
'translations' => array(
'menu_welcome' => 'Bem-vindo !',
'menu_system' => 'Compatibilidade do Sistema',
'menu_database' => 'Configuração do Sistema',
'menu_configure' => 'Configuração da loja',
'menu_process' => 'Instalação',
'Choose the installer language:' => 'Escolha a língua de instalação',
'Field required' => 'Campos requeridos',
'Invalid shop name' => 'Nome da loja inválido',
'Your firstname contains some invalid characters' => 'Seu primeiro nome contém alguns caractéres inválidos',
'Your lastname contains some invalid characters' => 'Seu sobrenome contém alguns caractéres inválidos',
'Must be alphanumeric string with at least 8 characters' => 'A senha deve conter pelo menos 8 caractéres alfanuméricos',
'The password is incorrect (alphanumeric string with at least 8 characters)' => 'A senha é inválida (alfa-numéricos com pelo menos 8 caractéres)',
'Password and its confirmation are different' => 'A confirmação da senha é diferente da senha original',
'This e-mail address is invalid' => 'Este endereço de e-mail é inválido',
'The uploaded file exceeds the upload_max_filesize directive in php.ini' => 'O tamanho do arquivo enviado excede o upload_max_filesize no php.ini',
'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form' => 'O tamanho do arquivo enviado excede o MAX_FILE_SIZE especificado no formulário HTML',
'The uploaded file was only partially uploaded' => 'O arquivo foi enviado apenas parcialmente',
'No file was uploaded' => 'Nenhum arquivo foi enviado',
'Missing a temporary folder' => 'Está faltando a pasta temporária',
'Failed to write file to disk' => 'Não foi possível gravar o arquivo enviado para o disco',
'File upload stopped by extension' => 'Arquivo não foi enviao porque este tipo de extensão é proibida pelo servidor',
'No error code available' => 'Não há código de erro disponível',
'This is not a valid image file' => 'Este não é um arquivo de imagem válido',
'Image type is not supported' => 'Este tipo de imagem não é aceito',
'Image folder %s is not writable' => 'Não é possível gravar a pasta de imagem %',
'Cannot upload the file' => 'Não foi possível enviar o arquivo',
'Lingerie and Adult' => 'Lingerie e Adulto',
'Animals and Pets' => 'Animais e Bichos de Estimação',
'Art and Culture' => 'Arte e Cultura',
'Babies' => 'Artigos para bebê',
'Beauty and Personal Care' => 'Beleza e Cuidado Pessoal',
'Cars' => 'Carros',
'Computer Hardware and Software' => 'Computadores Hardware e Software ',
'Download' => 'Download',
'Fashion and accessories' => 'Moda e acessórios',
'Flowers, Gifts and Crafts' => 'Flores, Presentes e Artesanato',
'Food and beverage' => 'Comida e Bebida',
'HiFi, Photo and Video' => 'Hifi, foto e vídeos',
'Home and Garden' => 'Casa e Jardim',
'Home Appliances' => 'Eletrodomésticos',
'Jewelry' => 'Jóias',
'Mobile and Telecom' => 'Telefonia e Comunicação',
'Services' => 'Serviços',
'Shoes and accessories' => 'Calçados e acessórios',
'Sports and Entertainment' => 'Esportes e Recreação',
'Travel' => 'Viagens e Turismo',
'Database is connected' => 'O banco de dados está conectado',
'A test e-mail has been sent to %s' => 'Um e-mail de teste foi enviado para %s',
'An error occurred while sending email, please verify your parameters' => 'Ocorreu um erro ao enviar o email, por favor verifique suas configurações',
'Create settings.inc file' => 'Crie o arquivo settings.inc',
'Create database tables' => 'Crie tabelas de banco de dados ',
'Create default shop and languages' => 'Crie loja padrão e línguas',
'Populate database tables' => 'Preencha tabelas de banco de dados',
'Configure shop information' => 'Configure informações da loja',
'Install modules' => 'Instale módulos',
'Install demonstration data' => 'Demonstração de instalação do produto',
'Install theme' => 'Instale o tema',
'Send information e-mail' => 'Envio de informações por e-mail',
'PHP parameters:' => 'Parâmetros PHP :',
'Is PHP 5.1.2 or later installed ?' => 'PHP 5.1.2 ou posterior está instalado ?',
'Can upload files ?' => 'Pode enviar arquivos ?',
'Can create new files and folders ?' => 'Pode criar novos arquivos e pastas ?',
'Is GD Library installed ?' => 'Biblioteca GD está instalada ?',
'Is MySQL support is on ?' => 'MySQL está instalado ?',
'Recursive write permissions on files and folders:' => 'Grave permissões em arquivos e pastas recursivas:',
'Can open external URLs ?' => 'Pode abrir URLs externas ?',
'Is PHP register global option off (recommended) ?' => 'A opção de registro global PHP está desligada(recomendado) ?',
'Is GZIP compression activated (recommended) ?' => 'A compressão GZIP está ativada (recomendado) ?',
'Is Mcrypt extension available (recommended) ?' => 'A extensão Mcrypt está disponível (recomendado) ?',
'Is PHP magic quotes option deactivated (recommended) ?' => ' A opção PHP magic_quotes está desativada (recomendado) ?',
'Is Dom extension loaded ?' => 'A extensão DOM está carregada ?',
'Is PDO MySQL extension loaded ?' => 'A extensão PDO MySQL está carregada ?',
'Shop settings and merchant account information' => 'Informações sobre o vendedor e a loja',
'Shop name:' => 'Nome da loja :',
'Main activity:' => 'Principal atividade :',
'Please choose your main activity' => 'Por favor escolha sua atividade principal',
'Other activity...' => 'Outra atividade ...',
'This information is not required, it will only be used for statistical purposes. This information does not change anything in your store.' => 'Esta informação não é necessária, ela será usada apenas para fins estatísticos. Esta informação não muda nada em sua loja.',
'Install demo products:' => 'Instalar produtos de demonstração :',
'Yes' => 'Sim',
'No' => 'Não',
'Demo products are a good way to learn how to use PrestaShop. You should install them if you are not familiar with it.' => 'Produtos de demonstração são uma boa maneira de aprender como usar o PrestaShop. Você deve instalá-los se você não está familiarizado com a plataforma.',
'Default country:' => 'País padrão :',
'Select your country' => 'Selecione seu país',
'Shop timezone:' => 'Fuso horário da loja :',
'Select your timezone' => 'Selecione o seu fuso horário',
'Shop logo:' => 'Logo da loja',
'Recommended dimensions:' => 'Dimensões recomendadas :',
'First name:' => 'Primeiro nome :',
'Last name:' => 'Sobrenome :',
'E-mail address:' => 'Endereço de e-mail :',
'Shop password:' => 'Senha da loja :',
'Re-type to confirm:' => 'Digite novamente para confirmar :',
'Receive this information by e-mail' => 'Receba esta informação por e-mail',
'Warning: You will receive this information only if your e-mail configuration is correct.' => 'Atenção: Você receberá esta informação apenas se a configuração do seu e-mail está correta.',
'Configure your database by filling out the following fields:' => 'Configure o seu banco de dados, preencha os seguintes campos :',
'You have to create a database, help available in <a href="http://doc.prestashop.com" target="_blank">our online documentation</a>.' => 'Você tem que criar um banco de dados, você encontra ajuda em <a href="http://doc.prestashop.com" target="_blank">nossa documentação on line</a>.',
'Database server address:' => 'Endereço do servidor do banco de dados :',
'If you want to use a different port, add :XX after your server address where XX is your port number.' => 'Se você quiser usar um port diferente, adicione: XX após o endereço do servidor, onde XX é o número do seu port.',
'Database name:' => 'Nome do banco de dados :',
'Database login:' => 'Login do banco de dados :',
'Database password:' => 'Senha do banco de dados :',
'Database Engine:' => 'Tipo do banco de dados :',
'Tables prefix:' => 'Prefixo das tabelas :',
'Drop existing tables (mode dev):' => 'Exclua as tabelas existentes (mode dev) :',
'Verify now!' => 'Verifique agora !',
'E-mail delivery set-up' => 'Configuração de entrega de e-mails',
'Configure SMTP manually (advanced users only)' => 'Configuração manual do SMTP (apenas para usuários avançados)',
'By default, the PHP mail() function is used' => 'Por padrão, é usada a função PHP mail()',
'SMTP server address:' => 'Endereço do servidor SMTP',
'Encryption:' => 'Encriptação :',
'None' => 'Nenhum',
'Port:' => 'Port :',
'Login:' => 'Identificação :',
'Password:' => 'Senha :',
'enter@your.email' => 'colocar@seu.email',
'Send me a test email!' => 'Envie-me um email de teste !',
'Next' => 'Próximo',
'Back' => 'Voltar',
'Official forum' => 'Fórum oficial',
'Support' => 'Suporte',
'Documentation' => 'Documentação',
'Contact us!' => 'Entre em Contato !',
'Forum' => 'Fórum',
'Blog' => 'Blog',
'Done!' => 'Feito !',
'An error occured during installation...' => 'Ocorreu um erro durante a instalação... ',
'You can use the links on the left column to go back to the previous steps, or restart the installation process by <a href="%s">clicking here</a>.' => 'Você pode usar os links da coluna da esquerda para voltar às etapas anteriores, ou reiniciar o processo de instalação ao <a href="%s">clicar aqui</a>.',
'Your installation is finished!' => 'Você acabou a instalação !',
'You have just finished installing your shop. Thank you for using PrestaShop!' => 'Você acaba de terminar de instalar sua loja. Obrigado por utilizar o PrestaShop !',
'Please remember your login information:' => 'Por favor, memorize suas informações de identificação :',
'WARNING: For security purposes, you must delete the "install" folder.' => 'ATENÇÃO : Por questão de segurança, você deve deletar a pasta "/install/".',
'Back Office' => 'Área Administrativa',
'Manage your store using your Back Office. Manage your orders and customers, add modules, change themes, etc.' => 'Gerencie sua loja usando sua Área Administrativa. Gerencie seus pedidos e clientes, adicione módulos, mude temas, etc...',
'Manage your store' => 'Gerencie sua loja',
'Front Office' => 'Front Office',
'Discover your store as your future customers will see it!' => 'Conheça a sua loja como seus futuros clientes vão vê-la !',
'Discover your store' => 'Conheça sua loja',
'Required set-up. Please verify the following checklist items are true.' => 'Configuração obrigatória. Por favor, verifique que os seguintes ítens da lista sejam verdadeiros.',
'Your configuration is valid, click next to continue!' => 'Sua configuração está válida, clique próximo para continuar !',
'Your configuration is invalid. Please fix the issues below:' => 'Sua configuração está inválida. Por favor arrume os erros abaixo :',
'Optional set-up' => 'Configuração opcional',
'Refresh these settings' => 'Atualize estas configurações',
'Welcome to the PrestaShop %s Installer.' => 'Bem-vindo ao Instalador % do PrestaShop.',
'The installation process should take only few minutes!' => 'O processo de instalação deve levar apenas alguns minutos! !',
'If you need help, do not hesitate to check <a href="%1$s" target="_blank">our documentation</a> or to contact our support team: %2$s' => 'Se você precisar de ajuda, não deixe de visitar <a href="%1$s" target="_blank">nossa documentação</a> ou contatar nossa equipe de suporte : %2$s',
'Choose the installer language:' => 'Escolha a língua para instalação :',
'Did you know?' => 'Você sabia ?',
'PrestaShop and its community offers over 40 different languages for free, directly accessible from your Back Office on the Localization tab.' => 'PrestaShop e sua comunidade oferece mais de 40 diferentes idiomas de graça, acessível diretamente a partir da sua Área Administrativa na aba localização.',
'Licenses Agreement' => 'Acordo de licenças',
'PrestaShop core is released under the OSL 3.0 while PrestaShop modules and themes are released under the AFL 3.0.' => 'O núcleo PrestaShop é publicado sob a OSL 3.0 enquanto os módulos e temas são publicados sob a AFL 3.0.',
'I agree to the above terms and conditions.' => 'Eu concordo com os termos e condições acima.',
'I agree to participate in improving the solution by sending anonymous information about my configuration.' => 'Eu concordo em participar na melhoria da solução enviando informações anônimas sobre a minha configuração.',
'If you have any questions, please visit our <a href="%1$s" target="_blank">documentation</a> and <a href="%2$s" target="_blank">community forum</a>.' => 'Se você tem alguma pergunta, por favor visite nossa <a href="%1$s" target="_blank">documentação</a> e nosso <a href="%2$s" target="_blank">fórum da comunidade</a>.',
'Test message from PrestaShop' => 'Mensagem de teste do PrestaShop',
'This is a test message, your server is now available to send email' => 'Esta é uma mensagem de teste, seu servidor está disponível agora para enviar emails.',
'%s - Login information' => '%s - Informação de identificação',
'An SQL error occured for entity <i>%1$s</i>: <i>%2$s</i>' => 'Um erro SQL ocorrey para a entidade <i>%1$s</i> : <i>%2$s</i>',
'Cannot create image "%1$s" for entity "%2$s"' => 'Não é possível criar imagem "%1$s" para a entidade "%2$s"',
'Cannot create image "%1$s" (bad permissions on folder "%2$s")' => 'Não é possível criar imagem "%1$s" (permissão inválida na pasta "%2$s")',
'Cannot create image "%s"' => 'Não é possível criar imagem "%s"',
'SQL error on query <i>%s</i>' => 'Erro SQL na consulta <i>%s</i>',
'Server name is not valid' => 'Nome do servidor não é válido',
'You must enter a database name' => 'Você precisa colocar o nome do banco de dados',
'You must enter a database login' => 'Você precisa colocar a identificação do banco de dados',
'Tables prefix is invalid' => 'O prefixo das tabelas estão inválidos',
'Wrong engine chosen for MySQL' => 'O mecanismo escolhido para o MySQL está inválido',
'Cannot convert database data to utf-8' => 'Não é possível converter as informações do banco de dados para utf-8',
'At least one table with same prefix was already found, please change your prefix or drop your database' => 'Pelo menos uma tabela com mesmo prefixo já foi encontrada, por favor, mude seu prefixo ou exclua o seu banco de dados',
'Database Server is not found. Please verify the login, password and server fields' => 'O servidor do banco de dados não foi encontrado. Por favor, verifique os campos de identificação, senha e servidor',
'Connection to MySQL server succeeded, but database "%s" not found' => 'A conexão para o servidor MySQL foi realizada com sucesso, mas o banco de dados "%s" não foi encontrado',
'Engine innoDB is not supported by your MySQL server, please use MyISAM' => 'O mecanismo innoDB não é aceito pelo seu servidor SQL, por favor use MyISAM',
'%s file is not writable (check permissions)' => 'O arquivo %s não pode ser gravado (verifique permissões)',
'%s folder is not writable (check permissions)' => 'A pasta %s não pode ser gravada (verifique permissões)',
'Cannot write settings file' => 'Não é possível gravar configurações de arquivo',
'Database structure file not found' => 'Arquivo de estrutura do banco de dados não encontrado',
'Cannot create group shop' => 'Não é possível criar loja de grupo',
'Cannot create shop' => 'Não é possível criar loja',
'Cannot create shop URL' => 'Não é possível criar a URL da loja',
'File "language.xml" not found for language iso "%s"' => 'O arquivo "language.xml" não foi encontrado para língua iso "%s"',
'File "language.xml" not valid for language iso "%s"' => 'O arquivo "language.xml" não é válido para língua iso "%s"',
'Cannot install language "%s"' => 'Não é possível instalar a língua "%s"',
'Cannot create admin account' => 'Não é possível criar uma conta de administração',
'Cannot install module "%s"' => 'Não é possível instalar módulo "%s"',
'Fixtures class "%s" not found' => 'A classe "%s" para fixtures não foi encontrada',
'"%s" must be an instane of "InstallXmlLoader"' => '"%s" deve ser um exemplo de "InstallXmlLoader"',
'Display' => 'Exibir',
'<b>Warning: You cannot use anymore this tool to upgrade your store.</b><br /><br />You already have <b>PrestaShop version %1$s installed</b>.<br /><br />If you want to upgrade to the latest version please read our documentation: <a href="%2$s">%2$s</a>' => '<b>Atenção: Você não pode mais usar essa ferramenta para atualizar sua loja.</b><br /><br />Você já tem <b>a versão %1$s do PrestaShop instalada.</b><br /><br />Se você deseja atualizar para a versão mais recente, por favor leia nossa documentação: <a href="%2$s">%2$s</a>',
'PrestaShop Wizard Installer' => 'Instalação do PrestaShop',
),
);
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<language>
<name><![CDATA[Português (Portuguese)]]></name>
<language_code>pt-br</language_code>
<date_format_lite>Y-m-d</date_format_lite>
<date_format_full>Y-m-d H:i:s</date_format_full>
<is_rtl>false</is_rtl>
</language>
+10
View File
@@ -0,0 +1,10 @@
Hi {firstname} {lastname},
Here is your personal login information for {shop_name}:
Password: {passwd}
E-mail address: {email}
{shop_name} - {shop_url}
{shop_url} powered by PrestaShop™