From 78c1dce5285ef0830603ff84f765c267670e5582 Mon Sep 17 00:00:00 2001 From: djfm Date: Thu, 26 Sep 2013 08:23:16 +0000 Subject: [PATCH 1/2] [+] LO: Added Traditional Chinese installer --- .../apple/langs/tw/data/attribute.xml | 63 ++ .../apple/langs/tw/data/attribute_group.xml | 15 + .../apple/langs/tw/data/attributegroup.xml | 21 + .../fixtures/apple/langs/tw/data/carrier.xml | 6 + .../fixtures/apple/langs/tw/data/category.xml | 27 + .../fixtures/apple/langs/tw/data/feature.xml | 18 + .../apple/langs/tw/data/feature_value.xml | 45 ++ .../apple/langs/tw/data/featurevalue.xml | 45 ++ .../fixtures/apple/langs/tw/data/image.xml | 81 ++ .../fixtures/apple/langs/tw/data/index.php | 35 + .../apple/langs/tw/data/manufacturer.xml | 17 + .../apple/langs/tw/data/order_message.xml | 12 + .../apple/langs/tw/data/ordermessage.xml | 7 + .../fixtures/apple/langs/tw/data/product.xml | 135 ++++ .../fixtures/apple/langs/tw/data/profile.xml | 15 + .../fixtures/apple/langs/tw/data/scene.xml | 12 + .../fixtures/apple/langs/tw/data/supplier.xml | 15 + .../fixtures/apple/langs/tw/data/tag.xml | 9 + install-dev/fixtures/apple/langs/tw/index.php | 35 + install-dev/langs/tw/data/carrier.xml | 6 + install-dev/langs/tw/data/carrier.xml~ | 6 + install-dev/langs/tw/data/category.xml | 19 + install-dev/langs/tw/data/category.xml~ | 19 + install-dev/langs/tw/data/cms.xml | 38 + install-dev/langs/tw/data/cms.xml~ | 38 + install-dev/langs/tw/data/cms_category.xml | 11 + install-dev/langs/tw/data/cms_category.xml~ | 11 + install-dev/langs/tw/data/configuration.xml | 21 + install-dev/langs/tw/data/configuration.xml~ | 21 + install-dev/langs/tw/data/contact.xml | 9 + install-dev/langs/tw/data/contact.xml~ | 9 + install-dev/langs/tw/data/country.xml | 735 ++++++++++++++++++ install-dev/langs/tw/data/country.xml~ | 735 ++++++++++++++++++ install-dev/langs/tw/data/gender.xml | 6 + install-dev/langs/tw/data/gender.xml~ | 6 + install-dev/langs/tw/data/group.xml | 6 + install-dev/langs/tw/data/group.xml~ | 6 + install-dev/langs/tw/data/index.php | 35 + install-dev/langs/tw/data/meta.xml | 159 ++++ install-dev/langs/tw/data/meta.xml~ | 159 ++++ .../langs/tw/data/order_return_state.xml | 18 + .../langs/tw/data/order_return_state.xml~ | 18 + install-dev/langs/tw/data/order_state.xml | 51 ++ install-dev/langs/tw/data/order_state.xml~ | 51 ++ install-dev/langs/tw/data/profile.xml | 6 + install-dev/langs/tw/data/profile.xml~ | 6 + install-dev/langs/tw/data/quick_access.xml | 8 + install-dev/langs/tw/data/quick_access.xml~ | 8 + install-dev/langs/tw/data/risk.xml | 7 + install-dev/langs/tw/data/risk.xml~ | 7 + .../langs/tw/data/stock_mvt_reason.xml | 27 + .../langs/tw/data/stock_mvt_reason.xml~ | 27 + .../langs/tw/data/supplier_order_state.xml | 21 + .../langs/tw/data/supplier_order_state.xml~ | 21 + .../langs/tw/data/supply_order_state.xml | 21 + .../langs/tw/data/supply_order_state.xml~ | 21 + install-dev/langs/tw/data/tab.xml | 105 +++ install-dev/langs/tw/data/tab.xml~ | 105 +++ install-dev/langs/tw/flag.jpg | Bin 0 -> 11595 bytes install-dev/langs/tw/img/index.php | 35 + .../langs/tw/img/tw-default-category.jpg | Bin 0 -> 3928 bytes install-dev/langs/tw/img/tw-default-home.jpg | Bin 0 -> 3026 bytes install-dev/langs/tw/img/tw-default-large.jpg | Bin 0 -> 5919 bytes .../langs/tw/img/tw-default-large_scene.jpg | Bin 0 -> 4298 bytes .../langs/tw/img/tw-default-medium.jpg | Bin 0 -> 1845 bytes install-dev/langs/tw/img/tw-default-small.jpg | Bin 0 -> 968 bytes .../langs/tw/img/tw-default-thickbox.jpg | Bin 0 -> 8219 bytes .../langs/tw/img/tw-default-thumb_scene.jpg | Bin 0 -> 1119 bytes install-dev/langs/tw/img/tw.jpg | Bin 0 -> 10859 bytes install-dev/langs/tw/index.php | 35 + install-dev/langs/tw/install.php | 222 ++++++ install-dev/langs/tw/language.xml | 8 + install-dev/langs/tw/mail_identifiers.txt | 10 + 73 files changed, 3506 insertions(+) create mode 100644 install-dev/fixtures/apple/langs/tw/data/attribute.xml create mode 100644 install-dev/fixtures/apple/langs/tw/data/attribute_group.xml create mode 100644 install-dev/fixtures/apple/langs/tw/data/attributegroup.xml create mode 100644 install-dev/fixtures/apple/langs/tw/data/carrier.xml create mode 100644 install-dev/fixtures/apple/langs/tw/data/category.xml create mode 100644 install-dev/fixtures/apple/langs/tw/data/feature.xml create mode 100644 install-dev/fixtures/apple/langs/tw/data/feature_value.xml create mode 100644 install-dev/fixtures/apple/langs/tw/data/featurevalue.xml create mode 100644 install-dev/fixtures/apple/langs/tw/data/image.xml create mode 100644 install-dev/fixtures/apple/langs/tw/data/index.php create mode 100644 install-dev/fixtures/apple/langs/tw/data/manufacturer.xml create mode 100644 install-dev/fixtures/apple/langs/tw/data/order_message.xml create mode 100644 install-dev/fixtures/apple/langs/tw/data/ordermessage.xml create mode 100644 install-dev/fixtures/apple/langs/tw/data/product.xml create mode 100644 install-dev/fixtures/apple/langs/tw/data/profile.xml create mode 100644 install-dev/fixtures/apple/langs/tw/data/scene.xml create mode 100644 install-dev/fixtures/apple/langs/tw/data/supplier.xml create mode 100644 install-dev/fixtures/apple/langs/tw/data/tag.xml create mode 100644 install-dev/fixtures/apple/langs/tw/index.php create mode 100644 install-dev/langs/tw/data/carrier.xml create mode 100644 install-dev/langs/tw/data/carrier.xml~ create mode 100644 install-dev/langs/tw/data/category.xml create mode 100644 install-dev/langs/tw/data/category.xml~ create mode 100644 install-dev/langs/tw/data/cms.xml create mode 100644 install-dev/langs/tw/data/cms.xml~ create mode 100644 install-dev/langs/tw/data/cms_category.xml create mode 100644 install-dev/langs/tw/data/cms_category.xml~ create mode 100644 install-dev/langs/tw/data/configuration.xml create mode 100644 install-dev/langs/tw/data/configuration.xml~ create mode 100644 install-dev/langs/tw/data/contact.xml create mode 100644 install-dev/langs/tw/data/contact.xml~ create mode 100644 install-dev/langs/tw/data/country.xml create mode 100644 install-dev/langs/tw/data/country.xml~ create mode 100644 install-dev/langs/tw/data/gender.xml create mode 100644 install-dev/langs/tw/data/gender.xml~ create mode 100644 install-dev/langs/tw/data/group.xml create mode 100644 install-dev/langs/tw/data/group.xml~ create mode 100644 install-dev/langs/tw/data/index.php create mode 100644 install-dev/langs/tw/data/meta.xml create mode 100644 install-dev/langs/tw/data/meta.xml~ create mode 100644 install-dev/langs/tw/data/order_return_state.xml create mode 100644 install-dev/langs/tw/data/order_return_state.xml~ create mode 100644 install-dev/langs/tw/data/order_state.xml create mode 100644 install-dev/langs/tw/data/order_state.xml~ create mode 100644 install-dev/langs/tw/data/profile.xml create mode 100644 install-dev/langs/tw/data/profile.xml~ create mode 100644 install-dev/langs/tw/data/quick_access.xml create mode 100644 install-dev/langs/tw/data/quick_access.xml~ create mode 100644 install-dev/langs/tw/data/risk.xml create mode 100644 install-dev/langs/tw/data/risk.xml~ create mode 100644 install-dev/langs/tw/data/stock_mvt_reason.xml create mode 100644 install-dev/langs/tw/data/stock_mvt_reason.xml~ create mode 100644 install-dev/langs/tw/data/supplier_order_state.xml create mode 100644 install-dev/langs/tw/data/supplier_order_state.xml~ create mode 100644 install-dev/langs/tw/data/supply_order_state.xml create mode 100644 install-dev/langs/tw/data/supply_order_state.xml~ create mode 100644 install-dev/langs/tw/data/tab.xml create mode 100644 install-dev/langs/tw/data/tab.xml~ create mode 100644 install-dev/langs/tw/flag.jpg create mode 100644 install-dev/langs/tw/img/index.php create mode 100644 install-dev/langs/tw/img/tw-default-category.jpg create mode 100644 install-dev/langs/tw/img/tw-default-home.jpg create mode 100644 install-dev/langs/tw/img/tw-default-large.jpg create mode 100644 install-dev/langs/tw/img/tw-default-large_scene.jpg create mode 100644 install-dev/langs/tw/img/tw-default-medium.jpg create mode 100644 install-dev/langs/tw/img/tw-default-small.jpg create mode 100644 install-dev/langs/tw/img/tw-default-thickbox.jpg create mode 100644 install-dev/langs/tw/img/tw-default-thumb_scene.jpg create mode 100644 install-dev/langs/tw/img/tw.jpg create mode 100644 install-dev/langs/tw/index.php create mode 100644 install-dev/langs/tw/install.php create mode 100644 install-dev/langs/tw/language.xml create mode 100644 install-dev/langs/tw/mail_identifiers.txt diff --git a/install-dev/fixtures/apple/langs/tw/data/attribute.xml b/install-dev/fixtures/apple/langs/tw/data/attribute.xml new file mode 100644 index 000000000..f27df851c --- /dev/null +++ b/install-dev/fixtures/apple/langs/tw/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/tw/data/attribute_group.xml b/install-dev/fixtures/apple/langs/tw/data/attribute_group.xml new file mode 100644 index 000000000..221a81bc7 --- /dev/null +++ b/install-dev/fixtures/apple/langs/tw/data/attribute_group.xml @@ -0,0 +1,15 @@ + + + + Disk space + Disk space + + + Color + Color + + + ICU + Processor + + diff --git a/install-dev/fixtures/apple/langs/tw/data/attributegroup.xml b/install-dev/fixtures/apple/langs/tw/data/attributegroup.xml new file mode 100644 index 000000000..977fceeb7 --- /dev/null +++ b/install-dev/fixtures/apple/langs/tw/data/attributegroup.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/install-dev/fixtures/apple/langs/tw/data/carrier.xml b/install-dev/fixtures/apple/langs/tw/data/carrier.xml new file mode 100644 index 000000000..c59766e73 --- /dev/null +++ b/install-dev/fixtures/apple/langs/tw/data/carrier.xml @@ -0,0 +1,6 @@ + + + + Delivery next day! + + diff --git a/install-dev/fixtures/apple/langs/tw/data/category.xml b/install-dev/fixtures/apple/langs/tw/data/category.xml new file mode 100644 index 000000000..eeae63831 --- /dev/null +++ b/install-dev/fixtures/apple/langs/tw/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/tw/data/feature.xml b/install-dev/fixtures/apple/langs/tw/data/feature.xml new file mode 100644 index 000000000..7682c6495 --- /dev/null +++ b/install-dev/fixtures/apple/langs/tw/data/feature.xml @@ -0,0 +1,18 @@ + + + + Height + + + Width + + + Depth + + + Weight + + + Headphone + + diff --git a/install-dev/fixtures/apple/langs/tw/data/feature_value.xml b/install-dev/fixtures/apple/langs/tw/data/feature_value.xml new file mode 100644 index 000000000..d3a824d22 --- /dev/null +++ b/install-dev/fixtures/apple/langs/tw/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/tw/data/featurevalue.xml b/install-dev/fixtures/apple/langs/tw/data/featurevalue.xml new file mode 100644 index 000000000..d101bed96 --- /dev/null +++ b/install-dev/fixtures/apple/langs/tw/data/featurevalue.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/install-dev/fixtures/apple/langs/tw/data/image.xml b/install-dev/fixtures/apple/langs/tw/data/image.xml new file mode 100644 index 000000000..49a836dc3 --- /dev/null +++ b/install-dev/fixtures/apple/langs/tw/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/tw/data/index.php b/install-dev/fixtures/apple/langs/tw/data/index.php new file mode 100644 index 000000000..fcb7f5c2b --- /dev/null +++ b/install-dev/fixtures/apple/langs/tw/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/tw/data/manufacturer.xml b/install-dev/fixtures/apple/langs/tw/data/manufacturer.xml new file mode 100644 index 000000000..f06ff9661 --- /dev/null +++ b/install-dev/fixtures/apple/langs/tw/data/manufacturer.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/install-dev/fixtures/apple/langs/tw/data/order_message.xml b/install-dev/fixtures/apple/langs/tw/data/order_message.xml new file mode 100644 index 000000000..93ad3b501 --- /dev/null +++ b/install-dev/fixtures/apple/langs/tw/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/tw/data/ordermessage.xml b/install-dev/fixtures/apple/langs/tw/data/ordermessage.xml new file mode 100644 index 000000000..e743f5d97 --- /dev/null +++ b/install-dev/fixtures/apple/langs/tw/data/ordermessage.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/install-dev/fixtures/apple/langs/tw/data/product.xml b/install-dev/fixtures/apple/langs/tw/data/product.xml new file mode 100644 index 000000000..0c405b001 --- /dev/null +++ b/install-dev/fixtures/apple/langs/tw/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/tw/data/profile.xml b/install-dev/fixtures/apple/langs/tw/data/profile.xml new file mode 100644 index 000000000..02aa4d76c --- /dev/null +++ b/install-dev/fixtures/apple/langs/tw/data/profile.xml @@ -0,0 +1,15 @@ + + + + Administrator + + + Logistician + + + Translator + + + Salesman + + diff --git a/install-dev/fixtures/apple/langs/tw/data/scene.xml b/install-dev/fixtures/apple/langs/tw/data/scene.xml new file mode 100644 index 000000000..f7270d3ff --- /dev/null +++ b/install-dev/fixtures/apple/langs/tw/data/scene.xml @@ -0,0 +1,12 @@ + + + + The iPods Nano + + + The iPods + + + The MacBooks + + diff --git a/install-dev/fixtures/apple/langs/tw/data/supplier.xml b/install-dev/fixtures/apple/langs/tw/data/supplier.xml new file mode 100644 index 000000000..e9db64034 --- /dev/null +++ b/install-dev/fixtures/apple/langs/tw/data/supplier.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/install-dev/fixtures/apple/langs/tw/data/tag.xml b/install-dev/fixtures/apple/langs/tw/data/tag.xml new file mode 100644 index 000000000..b781c0ed2 --- /dev/null +++ b/install-dev/fixtures/apple/langs/tw/data/tag.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/install-dev/fixtures/apple/langs/tw/index.php b/install-dev/fixtures/apple/langs/tw/index.php new file mode 100644 index 000000000..67d9932bf --- /dev/null +++ b/install-dev/fixtures/apple/langs/tw/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/tw/data/carrier.xml b/install-dev/langs/tw/data/carrier.xml new file mode 100644 index 000000000..e7105114a --- /dev/null +++ b/install-dev/langs/tw/data/carrier.xml @@ -0,0 +1,6 @@ + + + + 到店提貨 + + diff --git a/install-dev/langs/tw/data/carrier.xml~ b/install-dev/langs/tw/data/carrier.xml~ new file mode 100644 index 000000000..343fa6f51 --- /dev/null +++ b/install-dev/langs/tw/data/carrier.xml~ @@ -0,0 +1,6 @@ + + + + Pick up in-store + + diff --git a/install-dev/langs/tw/data/category.xml b/install-dev/langs/tw/data/category.xml new file mode 100644 index 000000000..53f14132b --- /dev/null +++ b/install-dev/langs/tw/data/category.xml @@ -0,0 +1,19 @@ + + + + 根分類 + + root + + + + + + 首頁 + + home + + + + + diff --git a/install-dev/langs/tw/data/category.xml~ b/install-dev/langs/tw/data/category.xml~ new file mode 100644 index 000000000..87b90b95e --- /dev/null +++ b/install-dev/langs/tw/data/category.xml~ @@ -0,0 +1,19 @@ + + + + Root + + root + + + + + + Home + + home + + + + + diff --git a/install-dev/langs/tw/data/cms.xml b/install-dev/langs/tw/data/cms.xml new file mode 100644 index 000000000..5d0edaff4 --- /dev/null +++ b/install-dev/langs/tw/data/cms.xml @@ -0,0 +1,38 @@ + + + + 配送 + 配送說明與條件 + conditions, delivery, delay, shipment, pack + 請在這裡填入網站的配送說明與條件 + delivery + + + 法律聲明 + 法律聲明 + notice, legal, credits + 請在這裡填入網站的法律聲明 + legal-notice + + + 網站使用條款 + 網站使用條款 + conditions, terms, use, sell + 請在這裡填入網站的使用條款 + terms-and-conditions-of-use + + + 關於我們 + 關於我們 + about us, informations + 請在這裡填入網站的關於我們 + about-us + + + 付款安全說明 + 付款安全說明 + secure payment, ssl, visa, mastercard, paypal + 請在這裡填入網站的付款安全說明 + secure-payment + + diff --git a/install-dev/langs/tw/data/cms.xml~ b/install-dev/langs/tw/data/cms.xml~ new file mode 100644 index 000000000..251e799d2 --- /dev/null +++ b/install-dev/langs/tw/data/cms.xml~ @@ -0,0 +1,38 @@ + + + + 配送 + 配送說明與條件 + conditions, delivery, delay, shipment, pack + 請在這裡填入網站的配送說明與條件 + delivery + + + 法律聲明 + 法律聲明 + notice, legal, credits + 請在這裡填入網站的法律聲明 + legal-notice + + + 網站使用條款 + 網站使用條款 + conditions, terms, use, sell + 網站使用條款 + terms-and-conditions-of-use + + + 關於我們 + 關於我們 + about us, informations + 關於我們 + about-us + + + 付款安全說明 + 付款安全說明 + secure payment, ssl, visa, mastercard, paypal + 付款安全說明 + secure-payment + + diff --git a/install-dev/langs/tw/data/cms_category.xml b/install-dev/langs/tw/data/cms_category.xml new file mode 100644 index 000000000..440abcbd7 --- /dev/null +++ b/install-dev/langs/tw/data/cms_category.xml @@ -0,0 +1,11 @@ + + + + 首頁 + + home + + + + + diff --git a/install-dev/langs/tw/data/cms_category.xml~ b/install-dev/langs/tw/data/cms_category.xml~ new file mode 100644 index 000000000..ceb8cf491 --- /dev/null +++ b/install-dev/langs/tw/data/cms_category.xml~ @@ -0,0 +1,11 @@ + + + + Home + + home + + + + + diff --git a/install-dev/langs/tw/data/configuration.xml b/install-dev/langs/tw/data/configuration.xml new file mode 100644 index 000000000..e9c3d7aee --- /dev/null +++ b/install-dev/langs/tw/data/configuration.xml @@ -0,0 +1,21 @@ + + + + IN + + + DE + + + a|the|of|on|in|and|to + + + 0 + + + 親愛的客戶 + +敬祝平安, +客戶服務部門 + + diff --git a/install-dev/langs/tw/data/configuration.xml~ b/install-dev/langs/tw/data/configuration.xml~ new file mode 100644 index 000000000..ef31b5d07 --- /dev/null +++ b/install-dev/langs/tw/data/configuration.xml~ @@ -0,0 +1,21 @@ + + + + IN + + + DE + + + a|the|of|on|in|and|to + + + 0 + + + Dear Customer, + +Regards, +Customer service + + diff --git a/install-dev/langs/tw/data/contact.xml b/install-dev/langs/tw/data/contact.xml new file mode 100644 index 000000000..fb3b89e1c --- /dev/null +++ b/install-dev/langs/tw/data/contact.xml @@ -0,0 +1,9 @@ + + + + 如果在網站發現了技術性問題 + + + 任何關於產品、訂單的問題 + + diff --git a/install-dev/langs/tw/data/contact.xml~ b/install-dev/langs/tw/data/contact.xml~ new file mode 100644 index 000000000..bdc0b24d9 --- /dev/null +++ b/install-dev/langs/tw/data/contact.xml~ @@ -0,0 +1,9 @@ + + + + If a technical problem occurs on this website + + + For any question about a product, an order + + diff --git a/install-dev/langs/tw/data/country.xml b/install-dev/langs/tw/data/country.xml new file mode 100644 index 000000000..4e6bde1bf --- /dev/null +++ b/install-dev/langs/tw/data/country.xml @@ -0,0 +1,735 @@ + + + + Germany + + + Austria + + + Belgium + + + Canada + + + China + + + Spain + + + Finland + + + France + + + Greece + + + Italy + + + Japan + + + Luxemburg + + + Netherlands + + + Poland + + + Portugal + + + Czech Republic + + + United Kingdom + + + Sweden + + + Switzerland + + + Denmark + + + United States + + + HongKong + + + Norway + + + Australia + + + Singapore + + + Ireland + + + New Zealand + + + South Korea + + + Israel + + + South Africa + + + Nigeria + + + Ivory Coast + + + Togo + + + Bolivia + + + Mauritius + + + Romania + + + Slovakia + + + Algeria + + + American Samoa + + + + Angola + + + Anguilla + + + Antigua and Barbuda + + + Argentina + + + Armenia + + + Aruba + + + Azerbaijan + + + Bahamas + + + Bahrain + + + Bangladesh + + + Barbados + + + Belarus + + + Belize + + + Benin + + + Bermuda + + + Bhutan + + + Botswana + + + Brazil + + + Brunei + + + Burkina Faso + + + Burma (Myanmar) + + + Burundi + + + Cambodia + + + Cameroon + + + Cape Verde + + + Central African Republic + + + Chad + + + Chile + + + Colombia + + + Comoros + + + Congo, Dem. Republic + + + Congo, Republic + + + Costa Rica + + + Croatia + + + Cuba + + + Cyprus + + + Djibouti + + + Dominica + + + Dominican Republic + + + East Timor + + + Ecuador + + + Egypt + + + El Salvador + + + Equatorial Guinea + + + Eritrea + + + Estonia + + + Ethiopia + + + Falkland Islands + + + Faroe Islands + + + Fiji + + + Gabon + + + Gambia + + + Georgia + + + Ghana + + + Grenada + + + Greenland + + + Gibraltar + + + Guadeloupe + + + Guam + + + Guatemala + + + Guernsey + + + Guinea + + + Guinea-Bissau + + + Guyana + + + Haiti + + + Heard Island and McDonald Islands + + + Vatican City State + + + Honduras + + + Iceland + + + India + + + Indonesia + + + Iran + + + Iraq + + + Man Island + + + Jamaica + + + Jersey + + + Jordan + + + Kazakhstan + + + Kenya + + + Kiribati + + + Korea, Dem. Republic of + + + Kuwait + + + Kyrgyzstan + + + Laos + + + Latvia + + + Lebanon + + + Lesotho + + + Liberia + + + Libya + + + Liechtenstein + + + Lithuania + + + Macau + + + Macedonia + + + Madagascar + + + Malawi + + + Malaysia + + + Maldives + + + Mali + + + Malta + + + Marshall Islands + + + Martinique + + + Mauritania + + + Hungary + + + Mayotte + + + Mexico + + + Micronesia + + + Moldova + + + Monaco + + + Mongolia + + + Montenegro + + + Montserrat + + + Morocco + + + Mozambique + + + Namibia + + + Nauru + + + Nepal + + + Netherlands Antilles + + + New Caledonia + + + Nicaragua + + + Niger + + + Niue + + + Norfolk Island + + + Northern Mariana Islands + + + Oman + + + Pakistan + + + Palau + + + Palestinian Territories + + + Panama + + + Papua New Guinea + + + Paraguay + + + Peru + + + Philippines + + + Pitcairn + + + Puerto Rico + + + Qatar + + + Reunion Island + + + Russian Federation + + + Rwanda + + + Saint Barthelemy + + + Saint Kitts and Nevis + + + Saint Lucia + + + Saint Martin + + + Saint Pierre and Miquelon + + + Saint Vincent and the Grenadines + + + Samoa + + + San Marino + + + São Tomé and Príncipe + + + Saudi Arabia + + + Senegal + + + Serbia + + + Seychelles + + + Sierra Leone + + + Slovenia + + + Solomon Islands + + + Somalia + + + South Georgia and the South Sandwich Islands + + + Sri Lanka + + + Sudan + + + Suriname + + + Svalbard and Jan Mayen + + + Swaziland + + + Syria + + + Taiwan 臺灣 + + + Tajikistan + + + Tanzania + + + Thailand + + + Tokelau + + + Tonga + + + Trinidad and Tobago + + + Tunisia + + + Turkey + + + Turkmenistan + + + Turks and Caicos Islands + + + Tuvalu + + + Uganda + + + Ukraine + + + United Arab Emirates + + + Uruguay + + + Uzbekistan + + + Vanuatu + + + Venezuela + + + Vietnam + + + Virgin Islands (British) + + + Virgin Islands (U.S.) + + + Wallis and Futuna + + + Western Sahara + + + Yemen + + + Zambia + + + Zimbabwe + + + Albania + + + Afghanistan + + + Antarctica + + + Bosnia and Herzegovina + + + Bouvet Island + + + British Indian Ocean Territory + + + Bulgaria + + + Cayman Islands + + + Christmas Island + + + Cocos (Keeling) Islands + + + Cook Islands + + + French Guiana + + + French Polynesia + + + French Southern Territories + + + Åland Islands + + diff --git a/install-dev/langs/tw/data/country.xml~ b/install-dev/langs/tw/data/country.xml~ new file mode 100644 index 000000000..d57ea1e36 --- /dev/null +++ b/install-dev/langs/tw/data/country.xml~ @@ -0,0 +1,735 @@ + + + + Germany + + + Austria + + + Belgium + + + Canada + + + China + + + Spain + + + Finland + + + France + + + Greece + + + Italy + + + Japan + + + Luxemburg + + + Netherlands + + + Poland + + + Portugal + + + Czech Republic + + + United Kingdom + + + Sweden + + + Switzerland + + + Denmark + + + United States + + + HongKong + + + Norway + + + Australia + + + Singapore + + + Ireland + + + New Zealand + + + South Korea + + + Israel + + + South Africa + + + Nigeria + + + Ivory Coast + + + Togo + + + Bolivia + + + Mauritius + + + Romania + + + Slovakia + + + Algeria + + + American Samoa + + + + Angola + + + Anguilla + + + Antigua and Barbuda + + + Argentina + + + Armenia + + + Aruba + + + Azerbaijan + + + Bahamas + + + Bahrain + + + Bangladesh + + + Barbados + + + Belarus + + + Belize + + + Benin + + + Bermuda + + + Bhutan + + + Botswana + + + Brazil + + + Brunei + + + Burkina Faso + + + Burma (Myanmar) + + + Burundi + + + Cambodia + + + Cameroon + + + Cape Verde + + + Central African Republic + + + Chad + + + Chile + + + Colombia + + + Comoros + + + Congo, Dem. Republic + + + Congo, Republic + + + Costa Rica + + + Croatia + + + Cuba + + + Cyprus + + + Djibouti + + + Dominica + + + Dominican Republic + + + East Timor + + + Ecuador + + + Egypt + + + El Salvador + + + Equatorial Guinea + + + Eritrea + + + Estonia + + + Ethiopia + + + Falkland Islands + + + Faroe Islands + + + Fiji + + + Gabon + + + Gambia + + + Georgia + + + Ghana + + + Grenada + + + Greenland + + + Gibraltar + + + Guadeloupe + + + Guam + + + Guatemala + + + Guernsey + + + Guinea + + + Guinea-Bissau + + + Guyana + + + Haiti + + + Heard Island and McDonald Islands + + + Vatican City State + + + Honduras + + + Iceland + + + India + + + Indonesia + + + Iran + + + Iraq + + + Man Island + + + Jamaica + + + Jersey + + + Jordan + + + Kazakhstan + + + Kenya + + + Kiribati + + + Korea, Dem. Republic of + + + Kuwait + + + Kyrgyzstan + + + Laos + + + Latvia + + + Lebanon + + + Lesotho + + + Liberia + + + Libya + + + Liechtenstein + + + Lithuania + + + Macau + + + Macedonia + + + Madagascar + + + Malawi + + + Malaysia + + + Maldives + + + Mali + + + Malta + + + Marshall Islands + + + Martinique + + + Mauritania + + + Hungary + + + Mayotte + + + Mexico + + + Micronesia + + + Moldova + + + Monaco + + + Mongolia + + + Montenegro + + + Montserrat + + + Morocco + + + Mozambique + + + Namibia + + + Nauru + + + Nepal + + + Netherlands Antilles + + + New Caledonia + + + Nicaragua + + + Niger + + + Niue + + + Norfolk Island + + + Northern Mariana Islands + + + Oman + + + Pakistan + + + Palau + + + Palestinian Territories + + + Panama + + + Papua New Guinea + + + Paraguay + + + Peru + + + Philippines + + + Pitcairn + + + Puerto Rico + + + Qatar + + + Reunion Island + + + Russian Federation + + + Rwanda + + + Saint Barthelemy + + + Saint Kitts and Nevis + + + Saint Lucia + + + Saint Martin + + + Saint Pierre and Miquelon + + + Saint Vincent and the Grenadines + + + Samoa + + + San Marino + + + São Tomé and Príncipe + + + Saudi Arabia + + + Senegal + + + Serbia + + + Seychelles + + + Sierra Leone + + + Slovenia + + + Solomon Islands + + + Somalia + + + South Georgia and the South Sandwich Islands + + + Sri Lanka + + + Sudan + + + Suriname + + + Svalbard and Jan Mayen + + + Swaziland + + + Syria + + + Taiwan + + + Tajikistan + + + Tanzania + + + Thailand + + + Tokelau + + + Tonga + + + Trinidad and Tobago + + + Tunisia + + + Turkey + + + Turkmenistan + + + Turks and Caicos Islands + + + Tuvalu + + + Uganda + + + Ukraine + + + United Arab Emirates + + + Uruguay + + + Uzbekistan + + + Vanuatu + + + Venezuela + + + Vietnam + + + Virgin Islands (British) + + + Virgin Islands (U.S.) + + + Wallis and Futuna + + + Western Sahara + + + Yemen + + + Zambia + + + Zimbabwe + + + Albania + + + Afghanistan + + + Antarctica + + + Bosnia and Herzegovina + + + Bouvet Island + + + British Indian Ocean Territory + + + Bulgaria + + + Cayman Islands + + + Christmas Island + + + Cocos (Keeling) Islands + + + Cook Islands + + + French Guiana + + + French Polynesia + + + French Southern Territories + + + Åland Islands + + diff --git a/install-dev/langs/tw/data/gender.xml b/install-dev/langs/tw/data/gender.xml new file mode 100644 index 000000000..9ffe3ed4c --- /dev/null +++ b/install-dev/langs/tw/data/gender.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/install-dev/langs/tw/data/gender.xml~ b/install-dev/langs/tw/data/gender.xml~ new file mode 100644 index 000000000..75fc2ed2a --- /dev/null +++ b/install-dev/langs/tw/data/gender.xml~ @@ -0,0 +1,6 @@ + + + + + + diff --git a/install-dev/langs/tw/data/group.xml b/install-dev/langs/tw/data/group.xml new file mode 100644 index 000000000..b3a4d4f57 --- /dev/null +++ b/install-dev/langs/tw/data/group.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/install-dev/langs/tw/data/group.xml~ b/install-dev/langs/tw/data/group.xml~ new file mode 100644 index 000000000..2d1b70934 --- /dev/null +++ b/install-dev/langs/tw/data/group.xml~ @@ -0,0 +1,6 @@ + + + + + + diff --git a/install-dev/langs/tw/data/index.php b/install-dev/langs/tw/data/index.php new file mode 100644 index 000000000..10edbfe91 --- /dev/null +++ b/install-dev/langs/tw/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/langs/tw/data/meta.xml b/install-dev/langs/tw/data/meta.xml new file mode 100644 index 000000000..0b086d7ba --- /dev/null +++ b/install-dev/langs/tw/data/meta.xml @@ -0,0 +1,159 @@ + + + + 404 error + 找不到網頁 + error, 404, not found + page-not-found + + + 熱賣產品 + 我們的熱賣產品 + best sales + best-sales + + + 聯絡我們 + 使用這個表單與我們聯繫 + contact, form, e-mail + contact-us + + + + <description>網站以 PrestaShop 建置</description> + <keywords>shop, prestashop</keywords> + <url_rewrite/> + </meta> + <meta id="manufacturer" id_shop="1"> + <title>製造商 + 製造商列表 + manufacturer + manufacturers + + + 新產品 + 我們的新產品 + new, products + new-products + + + 忘記密碼 + 輸入您過去用來註冊的信箱,系統會為您產生新密碼後寄送到您的信箱 + forgot, password, e-mail, new, reset + password-recovery + + + 降價 + 我們的特價產品 + special, prices drop + prices-drop + + + 網站地圖 + 找不到網頁?可以參考這兒 + sitemap + sitemap + + + 供應商 + 供應商列表 + supplier + supplier + + + 地址 + + + address + + + 地址 + + + addresses + + + 認證 + + + authentication + + + 購物車 + + + cart + + + 折扣 + + + discount + + + 訂購記錄 + + + order-history + + + 識別 + + + identity + + + 我的帳號 + + + my-account + + + 訂單追蹤 + + + order-follow + + + 訂購單 + + + order-slip + + + 訂單 + + + order + + + 搜尋 + + + search + + + 商店 + + + stores + + + 訂單 + + + quick-order + + + 匿名追蹤 + + + guest-tracking + + + 訂單確認 + + + order-confirmation + + diff --git a/install-dev/langs/tw/data/meta.xml~ b/install-dev/langs/tw/data/meta.xml~ new file mode 100644 index 000000000..05c66134a --- /dev/null +++ b/install-dev/langs/tw/data/meta.xml~ @@ -0,0 +1,159 @@ + + + + 404 error + 找不到網頁 + error, 404, not found + page-not-found + + + 熱賣產品 + 我們的熱賣產品 + best sales + best-sales + + + 聯絡我們 + 使用這個表單與我們聯繫 + contact, form, e-mail + contact-us + + + + <description>網站以 PrestaShop 建置</description> + <keywords>shop, prestashop</keywords> + <url_rewrite/> + </meta> + <meta id="manufacturer" id_shop="1"> + <title>製造商 + 製造商列表 + manufacturer + manufacturers + + + 新產品 + 我們的新產品 + new, products + new-products + + + 忘記密碼 + 輸入您過去用來註冊的信箱,系統會為您產生新密碼後寄送到您的信箱 + forgot, password, e-mail, new, reset + password-recovery + + + 降價 + 我們的特價產品 + special, prices drop + prices-drop + + + 網站地圖 + 找不到網頁?可以參考這兒 + sitemap + sitemap + + + 供應商 + 供應商列表 + supplier + supplier + + + 地址 + + + address + + + 地址 + + + addresses + + + 認證 + + + authentication + + + Cart + + + cart + + + Discount + + + discount + + + Order history + + + order-history + + + Identity + + + identity + + + My account + + + my-account + + + Order follow + + + order-follow + + + Order slip + + + order-slip + + + Order + + + order + + + Search + + + search + + + Stores + + + stores + + + Order + + + quick-order + + + Guest tracking + + + guest-tracking + + + Order confirmation + + + order-confirmation + + diff --git a/install-dev/langs/tw/data/order_return_state.xml b/install-dev/langs/tw/data/order_return_state.xml new file mode 100644 index 000000000..d1ebbcb22 --- /dev/null +++ b/install-dev/langs/tw/data/order_return_state.xml @@ -0,0 +1,18 @@ + + + + 等待確認 + + + 等待包裝 + + + 包裹簽收 + + + 拒絕退貨 + + + 退貨完成 + + diff --git a/install-dev/langs/tw/data/order_return_state.xml~ b/install-dev/langs/tw/data/order_return_state.xml~ new file mode 100644 index 000000000..37ad31de9 --- /dev/null +++ b/install-dev/langs/tw/data/order_return_state.xml~ @@ -0,0 +1,18 @@ + + + + Waiting for confirmation + + + Waiting for package + + + Package received + + + Return denied + + + Return completed + + diff --git a/install-dev/langs/tw/data/order_state.xml b/install-dev/langs/tw/data/order_state.xml new file mode 100644 index 000000000..4ba7394d5 --- /dev/null +++ b/install-dev/langs/tw/data/order_state.xml @@ -0,0 +1,51 @@ + + + + 等待支票付款 + + + + 付款完成 + + + + 備貨中 + + + + 已配送 + + + + 已簽收 +