From db58043fbe353a82dce4b79f4a905fee6da8ba84 Mon Sep 17 00:00:00 2001 From: fram Date: Fri, 15 Mar 2013 12:18:30 +0100 Subject: [PATCH] // some corrections in ru and pl installer --- .../apple/langs/pl/data/attribute.xml | 63 ++++++++ .../apple/langs/pl/data/attribute_group.xml | 15 ++ .../apple/langs/pl/data/attributegroup.xml | 21 +++ .../fixtures/apple/langs/pl/data/carrier.xml | 6 + .../fixtures/apple/langs/pl/data/category.xml | 27 ++++ .../fixtures/apple/langs/pl/data/feature.xml | 18 +++ .../apple/langs/pl/data/feature_value.xml | 45 ++++++ .../apple/langs/pl/data/featurevalue.xml | 45 ++++++ .../fixtures/apple/langs/pl/data/image.xml | 81 +++++++++++ .../fixtures/apple/langs/pl/data/index.php | 35 +++++ .../apple/langs/pl/data/manufacturer.xml | 17 +++ .../apple/langs/pl/data/order_message.xml | 12 ++ .../apple/langs/pl/data/ordermessage.xml | 7 + .../fixtures/apple/langs/pl/data/product.xml | 135 ++++++++++++++++++ .../fixtures/apple/langs/pl/data/profile.xml | 15 ++ .../fixtures/apple/langs/pl/data/scene.xml | 12 ++ .../fixtures/apple/langs/pl/data/supplier.xml | 15 ++ .../fixtures/apple/langs/pl/data/tag.xml | 9 ++ install-dev/fixtures/apple/langs/pl/index.php | 35 +++++ install-dev/langs/pl/data/carrier.xml | 4 +- install-dev/langs/pl/data/category.xml | 10 +- install-dev/langs/pl/data/configuration.xml | 10 +- install-dev/langs/pl/data/contact.xml | 8 +- install-dev/langs/pl/data/gender.xml | 6 +- install-dev/langs/pl/data/group.xml | 8 +- install-dev/langs/pl/data/meta.xml | 132 ++++++++--------- install-dev/langs/pl/install.php | 17 +-- install-dev/langs/pl/language.xml | 2 +- install-dev/langs/ru/data/carrier.xml | 2 +- 29 files changed, 713 insertions(+), 99 deletions(-) create mode 100644 install-dev/fixtures/apple/langs/pl/data/attribute.xml create mode 100644 install-dev/fixtures/apple/langs/pl/data/attribute_group.xml create mode 100644 install-dev/fixtures/apple/langs/pl/data/attributegroup.xml create mode 100644 install-dev/fixtures/apple/langs/pl/data/carrier.xml create mode 100644 install-dev/fixtures/apple/langs/pl/data/category.xml create mode 100644 install-dev/fixtures/apple/langs/pl/data/feature.xml create mode 100644 install-dev/fixtures/apple/langs/pl/data/feature_value.xml create mode 100644 install-dev/fixtures/apple/langs/pl/data/featurevalue.xml create mode 100644 install-dev/fixtures/apple/langs/pl/data/image.xml create mode 100644 install-dev/fixtures/apple/langs/pl/data/index.php create mode 100644 install-dev/fixtures/apple/langs/pl/data/manufacturer.xml create mode 100644 install-dev/fixtures/apple/langs/pl/data/order_message.xml create mode 100644 install-dev/fixtures/apple/langs/pl/data/ordermessage.xml create mode 100644 install-dev/fixtures/apple/langs/pl/data/product.xml create mode 100644 install-dev/fixtures/apple/langs/pl/data/profile.xml create mode 100644 install-dev/fixtures/apple/langs/pl/data/scene.xml create mode 100644 install-dev/fixtures/apple/langs/pl/data/supplier.xml create mode 100644 install-dev/fixtures/apple/langs/pl/data/tag.xml create mode 100644 install-dev/fixtures/apple/langs/pl/index.php diff --git a/install-dev/fixtures/apple/langs/pl/data/attribute.xml b/install-dev/fixtures/apple/langs/pl/data/attribute.xml new file mode 100644 index 000000000..f27df851c --- /dev/null +++ b/install-dev/fixtures/apple/langs/pl/data/attribute.xml @@ -0,0 +1,63 @@ + + + + 2GB + + + 4GB + + + Metal + + + Blue + + + Pink + + + Green + + + Orange + + + Optional 64GB solid-state drive + + + 80GB Parallel ATA Drive @ 4200 rpm + + + 1.60GHz Intel Core 2 Duo + + + 1.80GHz Intel Core 2 Duo + + + 80GB: 20,000 Songs + + + 160GB: 40,000 Songs + + + Black + + + 8GB + + + 16GB + + + 32GB + + + Purple + + + Yellow + + + Red + + diff --git a/install-dev/fixtures/apple/langs/pl/data/attribute_group.xml b/install-dev/fixtures/apple/langs/pl/data/attribute_group.xml new file mode 100644 index 000000000..221a81bc7 --- /dev/null +++ b/install-dev/fixtures/apple/langs/pl/data/attribute_group.xml @@ -0,0 +1,15 @@ + + + + Disk space + Disk space + + + Color + Color + + + ICU + Processor + + diff --git a/install-dev/fixtures/apple/langs/pl/data/attributegroup.xml b/install-dev/fixtures/apple/langs/pl/data/attributegroup.xml new file mode 100644 index 000000000..977fceeb7 --- /dev/null +++ b/install-dev/fixtures/apple/langs/pl/data/attributegroup.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/install-dev/fixtures/apple/langs/pl/data/carrier.xml b/install-dev/fixtures/apple/langs/pl/data/carrier.xml new file mode 100644 index 000000000..c59766e73 --- /dev/null +++ b/install-dev/fixtures/apple/langs/pl/data/carrier.xml @@ -0,0 +1,6 @@ + + + + Delivery next day! + + diff --git a/install-dev/fixtures/apple/langs/pl/data/category.xml b/install-dev/fixtures/apple/langs/pl/data/category.xml new file mode 100644 index 000000000..eeae63831 --- /dev/null +++ b/install-dev/fixtures/apple/langs/pl/data/category.xml @@ -0,0 +1,27 @@ + + + + iPods + Now that you can buy movies from the iTunes Store and sync them to your iPod, the whole world is your theater. + music-ipods + + + + + + Accessories + Wonderful accessories for your iPod + accessories-ipod + + + + + + Laptops + The latest Intel processor, a bigger hard drive, plenty of memory, and even more new features all fit inside just one liberating inch. The new Mac laptops have the performance, power, and connectivity of a desktop computer. Without the desk part. + laptops + Apple laptops + Apple laptops MacBook Air + Powerful and chic Apple laptops + + diff --git a/install-dev/fixtures/apple/langs/pl/data/feature.xml b/install-dev/fixtures/apple/langs/pl/data/feature.xml new file mode 100644 index 000000000..7682c6495 --- /dev/null +++ b/install-dev/fixtures/apple/langs/pl/data/feature.xml @@ -0,0 +1,18 @@ + + + + Height + + + Width + + + Depth + + + Weight + + + Headphone + + diff --git a/install-dev/fixtures/apple/langs/pl/data/feature_value.xml b/install-dev/fixtures/apple/langs/pl/data/feature_value.xml new file mode 100644 index 000000000..d3a824d22 --- /dev/null +++ b/install-dev/fixtures/apple/langs/pl/data/feature_value.xml @@ -0,0 +1,45 @@ + + + + Jack stereo + + + Mini-jack stereo + + + 2.75 in + + + 2.06 in + + + 49.2 g + + + 0.26 in + + + 1.07 in + + + 1.62 in + + + 15.5 g + + + 0.41 in (clip included) + + + 4.33 in + + + 2.76 in + + + 120g + + + 0.31 in + + diff --git a/install-dev/fixtures/apple/langs/pl/data/featurevalue.xml b/install-dev/fixtures/apple/langs/pl/data/featurevalue.xml new file mode 100644 index 000000000..d101bed96 --- /dev/null +++ b/install-dev/fixtures/apple/langs/pl/data/featurevalue.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/install-dev/fixtures/apple/langs/pl/data/image.xml b/install-dev/fixtures/apple/langs/pl/data/image.xml new file mode 100644 index 000000000..49a836dc3 --- /dev/null +++ b/install-dev/fixtures/apple/langs/pl/data/image.xml @@ -0,0 +1,81 @@ + + + + MacBook Air + + + MacBook Air + + + MacBook Air + + + MacBook Air + + + MacBook Air + + + MacBook Air SuperDrive + + + iPod touch + + + iPod touch + + + iPod touch + + + iPod touch + + + iPod touch + + + iPod touch + + + housse-portefeuille-en-cuir + + + Shure SE210 Sound-Isolating Earphones for iPod and iPhone + + + iPod Nano + + + iPod Nano + + + iPod Nano + + + iPod Nano + + + iPod Nano + + + iPod Nano + + + iPod Nano + + + iPod Nano + + + iPod shuffle + + + iPod shuffle + + + iPod shuffle + + + iPod shuffle + + diff --git a/install-dev/fixtures/apple/langs/pl/data/index.php b/install-dev/fixtures/apple/langs/pl/data/index.php new file mode 100644 index 000000000..fcb7f5c2b --- /dev/null +++ b/install-dev/fixtures/apple/langs/pl/data/index.php @@ -0,0 +1,35 @@ + +* @copyright 2007-2013 PrestaShop SA +* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) +* International Registered Trademark & Property of PrestaShop SA +*/ + +header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); +header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); + +header('Cache-Control: no-store, no-cache, must-revalidate'); +header('Cache-Control: post-check=0, pre-check=0', false); +header('Pragma: no-cache'); + +header('Location: ../../../../../../'); +exit; \ No newline at end of file diff --git a/install-dev/fixtures/apple/langs/pl/data/manufacturer.xml b/install-dev/fixtures/apple/langs/pl/data/manufacturer.xml new file mode 100644 index 000000000..f06ff9661 --- /dev/null +++ b/install-dev/fixtures/apple/langs/pl/data/manufacturer.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/install-dev/fixtures/apple/langs/pl/data/order_message.xml b/install-dev/fixtures/apple/langs/pl/data/order_message.xml new file mode 100644 index 000000000..93ad3b501 --- /dev/null +++ b/install-dev/fixtures/apple/langs/pl/data/order_message.xml @@ -0,0 +1,12 @@ + + + + Delay + Hi, + +Unfortunately, an item on your order is currently out of stock. This may cause a slight delay in delivery. +Please accept our apologies and rest assured that we are working hard to rectify this. + +Best regards, + + diff --git a/install-dev/fixtures/apple/langs/pl/data/ordermessage.xml b/install-dev/fixtures/apple/langs/pl/data/ordermessage.xml new file mode 100644 index 000000000..e743f5d97 --- /dev/null +++ b/install-dev/fixtures/apple/langs/pl/data/ordermessage.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/install-dev/fixtures/apple/langs/pl/data/product.xml b/install-dev/fixtures/apple/langs/pl/data/product.xml new file mode 100644 index 000000000..0c405b001 --- /dev/null +++ b/install-dev/fixtures/apple/langs/pl/data/product.xml @@ -0,0 +1,135 @@ + + + + <p><strong><span style="font-size: small;">Curved ahead of the curve.</span></strong></p> +<p>For those about to rock, we give you nine amazing colors. But that's only part of the story. Feel the curved, all-aluminum and glass design and you won't want to put iPod nano down.</p> +<p><strong><span style="font-size: small;">Great looks. And brains, too.</span></strong></p> +<p>The new Genius feature turns iPod nano into your own highly intelligent, personal DJ. It creates playlists by finding songs in your library that go great together.</p> +<p><strong><span style="font-size: small;">Made to move with your moves.</span></strong></p> +<p>The accelerometer comes to iPod nano. Give it a shake to shuffle your music. Turn it sideways to view Cover Flow. And play games designed with your moves in mind.</p> + <p>New design. New features. Now in 8GB and 16GB. iPod nano rocks like never before.</p> + ipod-nano + + + + iPod Nano + In stock + + + + <p><span style="font-size: small;"><strong>Instant attachment.</strong></span></p> +<p>Wear up to 500 songs on your sleeve. Or your belt. Or your gym shorts. iPod shuffle is a badge of musical devotion. Now in new, more brilliant colors.</p> +<p><span style="font-size: small;"><strong>Feed your iPod shuffle.</strong></span></p> +<p>iTunes is your entertainment superstore. It’s your ultra-organized music collection and jukebox. And it’s how you load up your iPod shuffle in one click.</p> +<p><span style="font-size: small;"><strong>Beauty and the beat.</strong></span></p> +<p>Intensely colorful anodized aluminum complements the simple design of iPod shuffle. Now in blue, green, pink, red, and original silver.</p> + <p>iPod shuffle, the world’s most wearable music player, now clips on in more vibrant blue, green, pink, and red.</p> + ipod-shuffle + + + + iPod shuffle + In stock + + + + <p>MacBook Air is nearly as thin as your index finger. Practically every detail that could be streamlined has been. Yet it still has a 13.3-inch widescreen LED display, full-size keyboard, and large multi-touch trackpad. It’s incomparably portable without the usual ultraportable screen and keyboard compromises.</p><p>The incredible thinness of MacBook Air is the result of numerous size- and weight-shaving innovations. From a slimmer hard drive to strategically hidden I/O ports to a lower-profile battery, everything has been considered and reconsidered with thinness in mind.</p><p>MacBook Air is designed and engineered to take full advantage of the wireless world. A world in which 802.11n Wi-Fi is now so fast and so available, people are truly living untethered — buying and renting movies online, downloading software, and sharing and storing files on the web. </p> + MacBook Air is ultrathin, ultraportable, and ultra unlike anything else. But you don’t lose inches and pounds overnight. It’s the result of rethinking conventions. Of multiple wireless innovations. And of breakthrough design. With MacBook Air, mobile computing suddenly has a new standard. + macbook-air + + + + MacBook Air + + + + + Every MacBook has a larger hard drive, up to 250GB, to store growing media collections and valuable data.<br /><br />The 2.4GHz MacBook models now include 2GB of memory standard — perfect for running more of your favorite applications smoothly. + MacBook makes it easy to hit the road thanks to its tough polycarbonate case, built-in wireless technologies, and innovative MagSafe Power Adapter that releases automatically if someone accidentally trips on the cord. + macbook + + + + MacBook + + + + + <h3>Five new hands-on applications</h3> +<p>View rich HTML email with photos as well as PDF, Word, and Excel attachments. Get maps, directions, and real-time traffic information. Take notes and read stock and weather reports.</p> +<h3>Touch your music, movies, and more</h3> +<p>The revolutionary Multi-Touch technology built into the gorgeous 3.5-inch display lets you pinch, zoom, scroll, and flick with your fingers.</p> +<h3>Internet in your pocket</h3> +<p>With the Safari web browser, see websites the way they were designed to be seen and zoom in and out with a tap.<sup>2</sup> And add Web Clips to your Home screen for quick access to favorite sites.</p> +<h3>What's in the box</h3> +<ul> +<li><span></span>iPod touch</li> +<li><span></span>Earphones</li> +<li><span></span>USB 2.0 cable</li> +<li><span></span>Dock adapter</li> +<li><span></span>Polishing cloth</li> +<li><span></span>Stand</li> +<li><span></span>Quick Start guide</li> +</ul> + <ul> +<li>Revolutionary Multi-Touch interface</li> +<li>3.5-inch widescreen color display</li> +<li>Wi-Fi (802.11b/g)</li> +<li>8 mm thin</li> +<li>Safari, YouTube, Mail, Stocks, Weather, Notes, iTunes Wi-Fi Music Store, Maps</li> +</ul> + ipod-touch + + + + iPod touch + + + + + <p>Lorem ipsum</p> + <p>Lorem ipsum</p> + belkin-leather-folio-for-ipod-nano-black-chocolate + + + + Belkin Leather Folio for iPod nano - Black / Chocolate + + + + + <div class="product-overview-full">Using Hi-Definition MicroSpeakers to deliver full-range audio, the ergonomic and lightweight design of the SE210 earphones is ideal for premium on-the-go listening on your iPod or iPhone. They offer the most accurate audio reproduction from both portable and home stereo audio sources--for the ultimate in precision highs and rich low end. In addition, the flexible design allows you to choose the most comfortable fit from a variety of wearing positions. <br /> <br /> <strong>Features </strong> <br /> +<ul> +<li>Sound-isolating design </li> +<li> Hi-Definition MicroSpeaker with a single balanced armature driver </li> +<li> Detachable, modular cable so you can make the cable longer or shorter depending on your activity </li> +<li> Connector compatible with earphone ports on both iPod and iPhone </li> +</ul> +<strong>Specifications </strong><br /> +<ul> +<li>Speaker type: Hi-Definition MicroSpeaker </li> +<li> Frequency range: 25Hz-18.5kHz </li> +<li> Impedance (1kHz): 26 Ohms </li> +<li> Sensitivity (1mW): 114 dB SPL/mW </li> +<li> Cable length (with extension): 18.0 in./45.0 cm (54.0 in./137.1 cm) </li> +</ul> +<strong>In the box</strong><br /> +<ul> +<li>Shure SE210 earphones </li> +<li> Extension cable (36.0 in./91.4 cm) </li> +<li> Three pairs foam earpiece sleeves (small, medium, large) </li> +<li> Three pairs soft flex earpiece sleeves (small, medium, large) </li> +<li> One pair triple-flange earpiece sleeves </li> +<li> Carrying case </li> +</ul> +Warranty<br /> Two-year limited <br />(For details, please visit <br />www.shure.com/PersonalAudio/CustomerSupport/ProductReturnsAndWarranty/index.htm.) <br /><br /> Mfr. Part No.: SE210-A-EFS <br /><br />Note: Products sold through this website that do not bear the Apple Brand name are serviced and supported exclusively by their manufacturers in accordance with terms and conditions packaged with the products. Apple's Limited Warranty does not apply to products that are not Apple-branded, even if packaged or sold with Apple products. Please contact the manufacturer directly for technical support and customer service.</div> + <p>Evolved from personal monitor technology road-tested by pro musicians and perfected by Shure engineers, the lightweight and stylish SE210 delivers full-range audio that's free from outside noise.</p> + ecouteurs-a-isolation-sonore-shure-se210-blanc + + + + Shure SE210 Sound-Isolating Earphones for iPod and iPhone + + + + diff --git a/install-dev/fixtures/apple/langs/pl/data/profile.xml b/install-dev/fixtures/apple/langs/pl/data/profile.xml new file mode 100644 index 000000000..02aa4d76c --- /dev/null +++ b/install-dev/fixtures/apple/langs/pl/data/profile.xml @@ -0,0 +1,15 @@ + + + + Administrator + + + Logistician + + + Translator + + + Salesman + + diff --git a/install-dev/fixtures/apple/langs/pl/data/scene.xml b/install-dev/fixtures/apple/langs/pl/data/scene.xml new file mode 100644 index 000000000..f7270d3ff --- /dev/null +++ b/install-dev/fixtures/apple/langs/pl/data/scene.xml @@ -0,0 +1,12 @@ + + + + The iPods Nano + + + The iPods + + + The MacBooks + + diff --git a/install-dev/fixtures/apple/langs/pl/data/supplier.xml b/install-dev/fixtures/apple/langs/pl/data/supplier.xml new file mode 100644 index 000000000..e9db64034 --- /dev/null +++ b/install-dev/fixtures/apple/langs/pl/data/supplier.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/install-dev/fixtures/apple/langs/pl/data/tag.xml b/install-dev/fixtures/apple/langs/pl/data/tag.xml new file mode 100644 index 000000000..b781c0ed2 --- /dev/null +++ b/install-dev/fixtures/apple/langs/pl/data/tag.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/install-dev/fixtures/apple/langs/pl/index.php b/install-dev/fixtures/apple/langs/pl/index.php new file mode 100644 index 000000000..67d9932bf --- /dev/null +++ b/install-dev/fixtures/apple/langs/pl/index.php @@ -0,0 +1,35 @@ + +* @copyright 2007-2013 PrestaShop SA +* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) +* International Registered Trademark & Property of PrestaShop SA +*/ + +header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); +header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); + +header('Cache-Control: no-store, no-cache, must-revalidate'); +header('Cache-Control: post-check=0, pre-check=0', false); +header('Pragma: no-cache'); + +header('Location: ../../../../../'); +exit; \ No newline at end of file diff --git a/install-dev/langs/pl/data/carrier.xml b/install-dev/langs/pl/data/carrier.xml index 343fa6f51..5d76fa37c 100644 --- a/install-dev/langs/pl/data/carrier.xml +++ b/install-dev/langs/pl/data/carrier.xml @@ -1,6 +1,6 @@ - + - Pick up in-store + Odbiór w sklepie diff --git a/install-dev/langs/pl/data/category.xml b/install-dev/langs/pl/data/category.xml index 87b90b95e..165665933 100644 --- a/install-dev/langs/pl/data/category.xml +++ b/install-dev/langs/pl/data/category.xml @@ -1,17 +1,17 @@ - + - Root + Źródło - root + zrodlo - Home + Strona główna - home + strona-glowna diff --git a/install-dev/langs/pl/data/configuration.xml b/install-dev/langs/pl/data/configuration.xml index ef31b5d07..ee25d7dbb 100644 --- a/install-dev/langs/pl/data/configuration.xml +++ b/install-dev/langs/pl/data/configuration.xml @@ -1,21 +1,21 @@ - IN + W DE - a|the|of|on|in|and|to + od,z,na,po,i,w 0 - Dear Customer, + Szanowny Kliencie, -Regards, -Customer service +Z wyrazami szacunku, +Dzial obslugi klienta diff --git a/install-dev/langs/pl/data/contact.xml b/install-dev/langs/pl/data/contact.xml index bdc0b24d9..59ba0a8bc 100644 --- a/install-dev/langs/pl/data/contact.xml +++ b/install-dev/langs/pl/data/contact.xml @@ -1,9 +1,9 @@ - + - If a technical problem occurs on this website + Jeśli pojawił się problem techniczny na tej stronie - - For any question about a product, an order + + Wszelkie pytania dotyczące produktów i zamówień diff --git a/install-dev/langs/pl/data/gender.xml b/install-dev/langs/pl/data/gender.xml index 75fc2ed2a..f78d3643b 100644 --- a/install-dev/langs/pl/data/gender.xml +++ b/install-dev/langs/pl/data/gender.xml @@ -1,6 +1,6 @@ - - - + + + diff --git a/install-dev/langs/pl/data/group.xml b/install-dev/langs/pl/data/group.xml index 2d1b70934..407c07770 100644 --- a/install-dev/langs/pl/data/group.xml +++ b/install-dev/langs/pl/data/group.xml @@ -1,6 +1,6 @@ - + - - - + + + diff --git a/install-dev/langs/pl/data/meta.xml b/install-dev/langs/pl/data/meta.xml index bae593782..6868e6870 100644 --- a/install-dev/langs/pl/data/meta.xml +++ b/install-dev/langs/pl/data/meta.xml @@ -1,118 +1,118 @@ - + - 404 error - This page cannot be found - error, 404, not found - page-not-found + Błąd 404 + Nie można odnaleźć strony + błąd, 404, nie znaleziono + nie-znaleziono-strony - Best sales - Our best sales - best sales - best-sales + Najczęściej kupowane + Nasze najlepsze sprzedaże + Najczęściej kupowane + najczęściej-kupowane - Contact us - Use our form to contact us - contact, form, e-mail - contact-us + Skontaktuj się z nami + Skorzystaj z formularza kontaktowego + kontakt,e-mail + kontakt-z-nami - <description>Shop powered by PrestaShop</description> - <keywords>shop, prestashop</keywords> + <description>Sklep na oprogramowaniu PrestaShop</description> + <keywords>sklep, prestashop</keywords> <url_rewrite/> </meta> <meta id="manufacturer" id_shop="1"> - <title>Manufacturers - Manufacturers list - manufacturer - manufacturers + Producenci + Lista producentów + producent + producenci - New products - Our new products - new, products - new-products + Nowe produkty + Nasze nowe produkty + nowe, produkty + nowe-produkty - Forgot your password - Enter your e-mail address used to register in goal to get e-mail with your new password - forgot, password, e-mail, new, reset - password-recovery + Przypomnienie hasła + Wpisz swój adres e-mail w celu uzyskania nowego hasła + przypomnienie, hasło, e-mail, nowy + odzyskiwanie-hasła - Prices drop - Our special products - special, prices drop - prices-drop + Spadek cen + Nasze specjalne produkty + specjalne, spadek ceny + spadek-cen Sitemap - Lost ? Find what your are looking for + Zagubiłeś się? Znajdź to, czego szukasz! sitemap sitemap - Suppliers - Suppliers list - supplier - supplier + Dostawcy + Lista dostawców + dostawca + dostawca - Address + Adres - address + adres - Addresses + Adresy - addresses + adresy - Authentication + uwierzytelnianie - authentication + uwierzytelnianie - Cart + koszyk - cart + koszyk - Discount + Zniżka - discount + zniżka - Order history + Historia zamówień - order-history + historia-zamówień - Identity + Identyfikacja - identity + identyfikacja-tożsamość - My account + Moje konto - my-account + moje-konto - Order follow + Śledzenie zamówienia - order-follow + śledzenie-zamówienia Order slip @@ -121,39 +121,39 @@ order-slip - Order + Zamówienie - order + zamówienie - Search + Szukaj - search + szukaj - Stores + sklepy - stores + sklepy - Order + Zamówienie - quick-order + zamów-szybko - Guest tracking + Śledzenie zamówień gości - guest-tracking + śledzenie-gości - Order confirmation + Potwierdzenie zamówienia - order-confirmation + potwierdzenie-zamówienia diff --git a/install-dev/langs/pl/install.php b/install-dev/langs/pl/install.php index 4db8c0c70..4dc419971 100644 --- a/install-dev/langs/pl/install.php +++ b/install-dev/langs/pl/install.php @@ -126,8 +126,8 @@ return array( 'Select your timezone' => 'Wybierz swoją strefę czasową', 'Shop logo:' => 'Logo sklepu:', 'Your Account' => 'TWOJE KONTO', - 'First name:' => 'Imię', - 'Last name:' => 'Nazwisko', + 'First name:' => 'Imię:', + 'Last name:' => 'Nazwisko:', 'Shop password:' => 'Hasło:', 'Optional - You can add you logo at a later time.' => 'Fakultatywny: Możesz dodać logo w późniejszym czasie', 'E-mail address:' => 'Adres e-mail:', @@ -144,7 +144,7 @@ return array( 'Print my login information' => 'Wydrukuj tę stronę', 'Display' => 'Wyświetl', 'Must be alphanumeric string with at least 8 characters' => 'Hasło musi posiadać co najmniej 8 znaków alfanumerycznych', - 'Re-type to confirm:' => 'Potwierdzenie hasła', + 'Re-type to confirm:' => 'Potwierdzenie hasła:', 'Sign-up to the newsletter' => 'Zapisać się do newslettera PrestaShop ', 'Configure your database by filling out the following fields:' => 'Skonfiguruj połączenie z bazą danych wypełniając następujące pola:', 'Please complete the fields below in order for PrestaShop to connect to your database. ' => 'Proszę o wypełnienie poniższych pól w celu połączenia PrestaShop z Twoją bazą danych ', @@ -166,8 +166,8 @@ return array( 'You can use the links on the left column to go back to the previous steps, or restart the installation process by clicking here.' => 'Możesz korzystać z linków znajdujących się po lewej stronie, aby powrócić do poprzednich etapów lub uruchomić ponownie instalację klikając tutaj . ', 'You have just finished installing your shop. Thank you for using PrestaShop!' => 'Instalacja Twojego sklepu została zakończona. Dziękujemy za korzystanie z PrestaShop!', 'WARNING: For security purposes, you must delete the "install" folder.' => 'UWAGA : Ze względów bezpieczeństwa należy usunąć folder "install".', - 'Back Office' => 'Panel Administracyjny', - 'Manage your store using your Back Office. Manage your orders and customers, add modules, change themes, etc.' => 'Zarządzaj sklepem przy użyciu back office. Zarządzaj zamówieniami, modułami, szablonami itp.', + 'Back Office' => 'Back Office', + 'Manage your store using your Back Office. Manage your orders and customers, add modules, change themes, etc.' => 'Zarządzaj sklepem przy użyciu back office.', 'Manage your store' => 'Zarządzaj sklepem ', 'Front Office' => 'Front Office ', 'Discover your store as your future customers will see it!' => 'Sprawdź wygląd Twojego sklepu!', @@ -185,9 +185,10 @@ return array( 'The language selection above only applies to the Installation Assistant. Once your store is installed, you can choose the language of your store from over %d translations, all for free!' => 'Po dokonaniu instalacji sklepu, wybierz język spośród %d darmowych tłumaczeń.', 'menu_welcome' => 'Wybierz język', 'menu_license' => 'Umowy licencyjne', - 'menu_system' => 'Zgodność z systemami', + 'menu_system' => 'Zgodność z systemami', 'menu_database' => 'Konfiguracja systemu', 'menu_configure' => 'Informacje o sklepie', - 'menu_process' => 'Instalacja sklepu' + 'menu_process' => 'Instalacja sklepu', + 'Your PHP sessions path is not writable - check with your hosting provider:' => 'Twoja ścieżka sesji PHP jest niezapisywalna - skontaktuj się z dostawcą usług hostingowych:', ), -); +); \ No newline at end of file diff --git a/install-dev/langs/pl/language.xml b/install-dev/langs/pl/language.xml index 61416f906..39b5fd3da 100644 --- a/install-dev/langs/pl/language.xml +++ b/install-dev/langs/pl/language.xml @@ -1,7 +1,7 @@ - pl-pl + pl m/j/Y m/j/Y H:i:s false diff --git a/install-dev/langs/ru/data/carrier.xml b/install-dev/langs/ru/data/carrier.xml index 4289951b7..915e95ae9 100755 --- a/install-dev/langs/ru/data/carrier.xml +++ b/install-dev/langs/ru/data/carrier.xml @@ -1,6 +1,6 @@ - Выберите из ассортимента магазина + Забрать товар в магазине