[-] FO : #PSCFV-2149 : Front office translations are connected width sprintf()

This commit is contained in:
lLefevre
2012-05-11 14:25:25 +00:00
parent 6da951e85a
commit fff6a52a61
23 changed files with 153 additions and 294 deletions
@@ -63,8 +63,8 @@ class GuestTrackingControllerCore extends FrontController
$this->errors[] = Tools::displayError('There is no account associated with this e-mail address');
else if (Customer::customerExists($email, false, true))
{
$this->errors[] = Tools::displayError('Your guest account has already been transformed into a customer account.
Please log-in to your customer account to view this order, this section is reserved for guest accounts');
$this->errors[] = Tools::displayError('Your guest account has already been transformed into a customer account.').' '.
Tools::displayError('Please log-in to your customer account to view this order, this section is reserved for guest accounts');
$this->context->smarty->assign('show_login_link', true);
}
else if (!Validate::isLoadedObject($order))
+2 -2
View File
@@ -141,7 +141,7 @@ $(function(){ldelim}
{if {$authentification_error|@count} == 1}
<p>{l s='There is one error'} :</p>
{else}
<p>{l s='There are'}{$account_error|@count} {l s='errors'} :</p>
<p>{l s='There are %s errors' sprintf=[$account_error|@count]} :</p>
{/if}
<ol>
{foreach from=$authentification_error item=v}
@@ -354,7 +354,7 @@ $(function(){ldelim}
{if {$account_error|@count} == 1}
<p>{l s='There is one error'} :</p>
{else}
<p>{l s='There are'}{$account_error|@count} {l s='errors'} :</p>
<p>{l s='There are %s errors' sprintf=[$account_error|@count]} :</p>
{/if}
<ol>
{foreach from=$account_error item=v}
+1 -1
View File
@@ -27,7 +27,7 @@
<!-- Breadcrumb -->
{if isset($smarty.capture.path)}{assign var='path' value=$smarty.capture.path}{/if}
<div class="breadcrumb">
<a href="{$base_dir}" title="{l s='return to'} {l s='Home'}"><img src="{$img_dir}icon/home.gif" height="26" width="26" alt="{l s='Home'}" /></a>
<a href="{$base_dir}" title="{l s='return to Home'}"><img src="{$img_dir}icon/home.gif" height="26" width="26" alt="{l s='Home'}" /></a>
{if isset($path) AND $path}
<span class="navigation-pipe" {if isset($category) && $category->id_category == 1}style="display:none;"{/if}>{$navigationPipe|escape:html:'UTF-8'}</span>
{if !$path|strpos:'span'}
+5 -3
View File
@@ -26,7 +26,9 @@
{if $category->id == 1 OR $nb_products == 0}
{l s='There are no products.'}
{else}
{if $nb_products == 1}{l s='There is'}{else}{l s='There are'}{/if}&#160;
{$nb_products}&#160;
{if $nb_products == 1}{l s='product.'}{else}{l s='products.'}{/if}
{if $nb_products == 1}
{l s='There is %d product.' sprintf=$nb_products}
{else}
{l s='There are %d products.' sprintf=$nb_products}
{/if}
{/if}
+2 -2
View File
@@ -47,7 +47,7 @@
<div class="block-cms">
<h1><a href="{if $category->id eq 1}{$base_dir}{else}{$link->getCategoryLink($category->id, $category->link_rewrite)}{/if}">{$category->name|escape:'htmlall':'UTF-8'}</a></h1>
{if isset($sub_category) & !empty($sub_category)}
<h4>{l s='List of sub categories in'}{$category->name}{l s=':'}</h4>
<h4>{l s='List of sub categories in %s:' sprintf=$category->name}</h4>
<ul class="bullet">
{foreach from=$sub_category item=subcategory}
<li>
@@ -57,7 +57,7 @@
</ul>
{/if}
{if isset($cms_pages) & !empty($cms_pages)}
<h4>{l s='List of pages in'}{$category->name}{l s=':'}</h4>
<h4>{l s='List of pages in %s:' sprintf=$category->name}</h4>
<ul class="bullet">
{foreach from=$cms_pages item=cmspages}
<li>
+1 -1
View File
@@ -26,7 +26,7 @@
{if isset($errors) && $errors}
<div class="error">
<p>{if $errors|@count > 1}{l s='There are'}{else}{l s='There is'}{/if} {$errors|@count} {if $errors|@count > 1}{l s='errors'}{else}{l s='error'}{/if} :</p>
<p>{if $errors|@count > 1}{l s='There are %d errors' sprintf=$errors|@count}{else}{l s='There is %d error' sprintf=$errors|@count}{/if}</p>
<ol>
{foreach from=$errors key=k item=error}
<li>{$error}</li>
+3 -62
View File
@@ -46,7 +46,6 @@ $_LANG['addresses_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Mein Konto';
$_LANG['addresses_e45be0a0d4a0b62b15694c1a631e6e62'] = 'Meine Adressen';
$_LANG['addresses_f2a6c498fb90ee345d997f888fce3b18'] = 'Löschen';
$_LANG['authentication_01a569ddc6cf67ddec2a683f0a5f5956'] = 'Kennwort vergessen?';
$_LANG['authentication_07213a0161f52846ab198be103b5ab43'] = 'Fehler aufgetreten';
$_LANG['authentication_092daa39d2b825e4a7fe9b31c2080ecb'] = 'Wohnung, Einheit, Gebäude, Stockwerk, usw.';
$_LANG['authentication_0ba7583639a274c434bbe6ef797115a4'] = 'Anmelden';
$_LANG['authentication_0f68b904e33d9ac04605aecc958bcf52'] = 'Weitere Informationen';
@@ -71,7 +70,6 @@ $_LANG['authentication_57d056ed0984166336b7879c2af3657f'] = 'Stadt';
$_LANG['authentication_59716c97497eb9694541f7c3d37b1a4d'] = 'Land';
$_LANG['authentication_5bef23eb7efff2736c5583bda59e5eb7'] = 'Erstellen Sie ein Konto';
$_LANG['authentication_6335a00a08fde0fbb8f6d6630cdadd92'] = 'Ihre persönlichen Daten';
$_LANG['authentication_6357d3551190ec7e79371a8570121d3a'] = 'Es sind';
$_LANG['authentication_659e59f062c75f81259d22786d6c44aa'] = 'Februar';
$_LANG['authentication_688937ccaf2a2b0c45a1c9bbba09698d'] = 'Juni';
$_LANG['authentication_6f6162d3a052bb330e9c60285c74c6c9'] = 'Den Newsletter abonnieren';
@@ -108,13 +106,11 @@ $_LANG['authentication_fa3e5edac607a88d8fd7ecb9d6d67424'] = 'März';
$_LANG['authentication_fe66abce284ec8589e7d791185b5c442'] = 'Festnetz';
$_LANG['best-sales_32af07c9205de16855c50c3d20a51698'] = 'Momentan keine Bestsellers.';
$_LANG['best-sales_3cb29f0ccc5fd220a97df89dafe46290'] = 'Bestsellers';
$_LANG['breadcrumb_157f518779095e8206908ff1268f10a7'] = 'zurück zu';
$_LANG['breadcrumb_8cf04a9734132302f96da8e113e80ce5'] = 'Startseite';
$_LANG['category-count_4ce81305b7edb043d0a7a5c75cab17d0'] = 'Es gibt';
$_LANG['breadcrumb_b7a41993870e7125b9d4a19c952e5cab'] = 'zurück zu Startseite';
$_LANG['category-count_057502b41589e4fcff2f77eb0b122669'] = 'Es gibt %d Produkt.';
$_LANG['category-count_5c9838becf9bbce28ba90a7426daf171'] = 'Keine Produkte in dieser Kategorie vorhanden';
$_LANG['category-count_6357d3551190ec7e79371a8570121d3a'] = 'Es gibt';
$_LANG['category-count_aac098b07937926af675e5b248734d50'] = 'Produkte.';
$_LANG['category-count_b30e141e947fd1b73ad9a02c2c37e7a2'] = 'Produkt.';
$_LANG['category-count_a9d48596a6537347711527bab8fcd152'] = 'Es gibt %d Produkte.';
$_LANG['category_2f4e54ec9bebe1122b5c23217e764828'] = 'Diese Kategorie ist zurzeit nicht verfügbar.';
$_LANG['category_d3da97e2d9aee5c8fbe03156ad051c99'] = 'Mehr...';
$_LANG['category_f73cc399b5ce12735a57f03414f09ef9'] = 'Unterkategorien';
@@ -122,9 +118,6 @@ $_LANG['category_ff32f7dba36bcd6d0a4214cd80253c3a'] = 'Es ist kein Produkt in di
$_LANG['cms_0557fa923dcee4d0f86b1409f5c2167f'] = 'Zurück';
$_LANG['cms_110a4b01beabd53b661a47d4b44bd7a8'] = 'Veröffentlichen';
$_LANG['cms_24a26cffdfea04302a5bc20b9bce6626'] = 'Diese CMS-Seite ist für Ihre Kunden nicht sichtbar.';
$_LANG['cms_3a5c46570d66970143926e8279942f75'] = 'Liste der Seiten in ';
$_LANG['cms_853ae90f0351324bd73ea615e6487517'] = ':';
$_LANG['cms_d98f927661a115378037cc539b046ea8'] = 'Liste der Unterkategorie(n) von ';
$_LANG['cms_eecc2cef7e0fa128ecb0557b66486539'] = 'Diese Seite existiert nicht';
$_LANG['contact-form_02d4482d332e1aef3437cd61c9bcc624'] = 'Kontaktieren Sie uns';
$_LANG['contact-form_0880266daff3ed4c441adb888658c47c'] = 'Bei Fragen zu einer Bestellung oder für Informationen zu unseren Produkten';
@@ -161,10 +154,6 @@ $_LANG['discount_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Mein Konto';
$_LANG['discount_eb2527806a7e1ef48009eaaa785368fe'] = 'Kombinierbar';
$_LANG['discount_f4a0d7cb0cd45214c8ca5912c970de13'] = 'inkl MwSt.';
$_LANG['errors_0557fa923dcee4d0f86b1409f5c2167f'] = 'Zurück';
$_LANG['errors_07213a0161f52846ab198be103b5ab43'] = 'Fehler aufgetreten';
$_LANG['errors_4ce81305b7edb043d0a7a5c75cab17d0'] = 'Es sind';
$_LANG['errors_6357d3551190ec7e79371a8570121d3a'] = 'Es ist';
$_LANG['errors_cb5e100e5a9a3e7f6d1fd97512215282'] = 'Fehler aufgetreten';
$_LANG['guest-tracking_1f1015bbef5f42d858e8486397ad8f3e'] = 'Einfachere Rücksendungen von Produkten';
$_LANG['guest-tracking_239109837129190b375ea21c5b0e656a'] = 'Bitte hier klicken, um sich anzumelden';
$_LANG['guest-tracking_3aedb5d3a3e36f7bb6baf1fbb9497894'] = 'Tracking Gastkunden';
@@ -235,15 +224,9 @@ $_LANG['identity_f4d1ea475eaa85102e2b4e6d95da84bd'] = 'Bestätigung';
$_LANG['identity_fa3e5edac607a88d8fd7ecb9d6d67424'] = 'März';
$_LANG['maintenance_22e0c4d1554f8621cd74b427855266e1'] = 'Auf Grund von Wartungsarbeiten ist dieser Shop im Moment nicht erreichbar.';
$_LANG['maintenance_a022ff58716d4cf34050cb68e7f12fcf'] = 'Wir entschuldigen uns für die Unannehmlichkeiten und ersuchen Sie uns später nochmals zu besuchen.';
$_LANG['manufacturer-list_17fc949d3618e4e954ad9c3b6005378d'] = 'Hersteller.';
$_LANG['manufacturer-list_2377be3c2ad9b435ba277a73f0f1ca76'] = 'Hersteller';
$_LANG['manufacturer-list_3426bf3cca12b1f6550fd8bd36171e2f'] = 'Artikel ansehen';
$_LANG['manufacturer-list_3fa2b11f3f485404874b0e209b5be196'] = 'Hersteller.';
$_LANG['manufacturer-list_4ce81305b7edb043d0a7a5c75cab17d0'] = 'Es ist';
$_LANG['manufacturer-list_6357d3551190ec7e79371a8570121d3a'] = 'Es sind';
$_LANG['manufacturer-list_86024cad1e83101d97359d7351051156'] = 'Artikel';
$_LANG['manufacturer-list_ce7bdbaa2a5998973271d85172456ee6'] = 'Es sind keine Hersteller vorhanden.';
$_LANG['manufacturer-list_f5bf48aa40cad7891eb709fcf1fde128'] = 'Artikel';
$_LANG['manufacturer_4c8d12a46c2deb4898979acfd4e23f6a'] = 'Produkte des Herstellers:';
$_LANG['manufacturer_a65ed5e8df4b1c2bb34844f81cc9b451'] = 'Keine Produkte von diesem Hersteller.';
$_LANG['manufacturer_d3da97e2d9aee5c8fbe03156ad051c99'] = 'Mehr...';
@@ -272,7 +255,6 @@ $_LANG['order-address-multishipping-products_03ab340b3f99e03cff9e84314ead38c0']
$_LANG['order-address-multishipping-products_0c458988127eb2150776881e2ef3f0c4'] = 'Lieferadresse';
$_LANG['order-address-multishipping-products_12d3c7a4296542c62474856ec452c045'] = 'Ref.';
$_LANG['order-address-multishipping-products_1d9baf077ee87921f57a8fe42d510b65'] = 'Weniger';
$_LANG['order-address-multishipping-products_2fb3b950fd7711136f7f251ae5fbdbdc'] = 'Text#';
$_LANG['order-address-multishipping-products_713abca3b7abddc0445099b23c0a3697'] = 'An mehrere Adressen versenden.';
$_LANG['order-address-multishipping-products_853ae90f0351324bd73ea615e6487517'] = ':';
$_LANG['order-address-multishipping-products_89379e8168d3baf9be5963422ac20caa'] = 'Einige Produktmengen wurden geändert, bitte überprpfen Sie diese';
@@ -298,8 +280,6 @@ $_LANG['order-address-multishipping_f5bf48aa40cad7891eb709fcf1fde128'] = 'Produk
$_LANG['order-address-product-line_07177f134a19f8965265d014b5b81645'] = 'Neue Adresse anlegen';
$_LANG['order-address-product-line_1d9baf077ee87921f57a8fe42d510b65'] = 'Weniger';
$_LANG['order-address-product-line_713abca3b7abddc0445099b23c0a3697'] = 'An verschiedene Adressen liefern';
$_LANG['order-address-product-line_851d9bc346dfba1530e6ad49b554d9e2'] = 'Sie müssen mindestens';
$_LANG['order-address-product-line_e8c8981687ec92e377b6231fc7ff0c9a'] = 'in den Warenkorb legen';
$_LANG['order-address-product-line_ec211f7c20af43e742bf2570c3cb84f9'] = 'Mehr';
$_LANG['order-address-product-line_f2a6c498fb90ee345d997f888fce3b18'] = 'Löschen';
$_LANG['order-address_06933067aafd48425d67bcb01bba5cb6'] = 'Aktualisieren';
@@ -332,7 +312,6 @@ $_LANG['order-carrier_617096c86d35478132502be00e12e016'] = 'Möchten Sie uns zu
$_LANG['order-carrier_674bb1e64d73fb88b873caf79ba06128'] = '(lesen)';
$_LANG['order-carrier_6f05787682585c32498e88bcd2ea88fc'] = 'Versanddienste';
$_LANG['order-carrier_86024cad1e83101d97359d7351051156'] = 'Produkte';
$_LANG['order-carrier_8f90815af11493295587f91f571c2f95'] = 'Für diese Adresse sind keine Versandmöglichkeiten verfügbar.';
$_LANG['order-carrier_8fb37535c12fbe2899ab442ec474c157'] = 'Wählen Sie eine Versandmodalität';
$_LANG['order-carrier_935b611697305cd981f442cfede10094'] = 'Wählen Sie eine Versandmodalität für die angegebene Lieferadresse.';
$_LANG['order-carrier_ad88a6c9e8c880f23639321d78ec859d'] = 'Ich habe die allgemeinen Geschäftsbedingungen gelesen und stimme Ihnen uneingeschränkt zu.';
@@ -341,7 +320,6 @@ $_LANG['order-carrier_b4e59f3a4554655a099738382ebedbff'] = 'Sie können Ihrer Be
$_LANG['order-carrier_b6dddfff5178ce64364ca3f683930354'] = 'Der günstigste Preis und schnellste Weg';
$_LANG['order-carrier_bd5b551d1757a856d9f2d01dc7850080'] = 'Hinterlassen Sie eine Nachricht';
$_LANG['order-carrier_c2a32e7734b79d54eaaddb651707b403'] = 'Der schnellste Weg';
$_LANG['order-carrier_c7ffdc38ef6b1ecee2c12c01aa7566b0'] = 'Für einige Produkte wurde kein Versanddienst angegeben.';
$_LANG['order-carrier_c8c4080207cd4f02548c8cb6285bd16b'] = 'Kein Versanddienst nötig für diese Bestellung';
$_LANG['order-carrier_dd1f775e443ff3b9a89270713580a51b'] = 'Zurück';
$_LANG['order-carrier_e085dcd05d73bdd5afe338e5b6e42a18'] = 'Wählen Sie eine Lieferart:';
@@ -355,16 +333,12 @@ $_LANG['order-confirmation_9390390581f54c65d6acfc8da4e17362'] = 'Zurück zu Best
$_LANG['order-confirmation_b09ffe631344edabac9412ed4c862544'] = 'Ihre Bestellnummer wurde Ihnen per E-Mail zugesandt.';
$_LANG['order-confirmation_e19e31ddb54b493059808ec4f2dab4cb'] = 'Ihre Bestellnummer lautet:';
$_LANG['order-confirmation_fb077ecba55e5552916bde26d8b9e794'] = 'Bestellbestätigung';
$_LANG['order-detail_01abfc750a0c942167651c40d088531d'] = 'Nr.';
$_LANG['order-detail_065ab3a28ca4f16f55f103adc7d0226f'] = 'Lieferung';
$_LANG['order-detail_07213a0161f52846ab198be103b5ab43'] = 'Fehler';
$_LANG['order-detail_0a4af520470128dd451243ce1cd5a852'] = 'Download Ihrer PDF-Rechnung';
$_LANG['order-detail_0eede552438475bdfe820c13f24c9399'] = 'Gesamtpreis';
$_LANG['order-detail_1f87346a16cf80c372065de3c54c86d9'] = 'inkl. MwSt.';
$_LANG['order-detail_25e93b63e91b5555bd458c89b1916678'] = 'Rücksendung anlegen';
$_LANG['order-detail_2633d6725607d13e80f5e30514b91fbe'] = 'Gesamtbetrag der Ermäßigungsgutscheine ';
$_LANG['order-detail_2ca3deb5cd68fa9119b285804fab572f'] = 'Bestellung:';
$_LANG['order-detail_2f49a3a2cd502503bd5c3ae6676f5c41'] = 'erteilt am';
$_LANG['order-detail_332c80b1838dc515f5031e09da3b7f3f'] = 'Nachbestellen';
$_LANG['order-detail_336d5ebc5436534e61d16e63ddfca327'] = '-';
$_LANG['order-detail_37c06f5486d3068a0a9604552c7e081f'] = 'Nachricht hinzufügen:';
@@ -374,13 +348,11 @@ $_LANG['order-detail_41de6d6cfb8953c021bbe4ba0701c8a1'] = 'Nachrichten';
$_LANG['order-detail_44749712dbec183e983dcd78a7736c41'] = 'Datum';
$_LANG['order-detail_466eadd40b3c10580e3ab4e8061161ce'] = 'Rechnung';
$_LANG['order-detail_4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Nachricht';
$_LANG['order-detail_4ce81305b7edb043d0a7a5c75cab17d0'] = 'Es besteht';
$_LANG['order-detail_5068c162a60b5859f973f701333f45c5'] = 'Sendungsverfolgungs-Nr.';
$_LANG['order-detail_552a0d8c17d95d5dbdc0c28217024f5a'] = 'Versandkosten';
$_LANG['order-detail_59405437ba605684d715b3e21ef54b12'] = 'Verfolgen Sie Ihre Bestellung Schritt für Schritt';
$_LANG['order-detail_5da618e8e4b89c66fe86e32cdafde142'] = 'Absender';
$_LANG['order-detail_617096c86d35478132502be00e12e016'] = 'Wenn Sie uns eine Nachricht zu Ihrer Bestellung hinterlassen möchten, tragen Sie sie bitte hier ein.';
$_LANG['order-detail_6357d3551190ec7e79371a8570121d3a'] = 'Es bestehen';
$_LANG['order-detail_63d5049791d9d79d86e9a108b0a999ca'] = 'Artikel-Nr.';
$_LANG['order-detail_66c4c5112f455a19afde47829df363fa'] = 'Gesamt:';
$_LANG['order-detail_694e8d1f2ee056f98ee488bdc4982d73'] = 'Menge';
@@ -394,12 +366,10 @@ $_LANG['order-detail_914419aa32f04011357d3b604a86d7eb'] = 'Versanddienst';
$_LANG['order-detail_940663fd4428d2c86f9a4780b6574028'] = 'Nachricht:';
$_LANG['order-detail_94966d90747b97d1f0f206c98a8b1ac3'] = 'Absenden';
$_LANG['order-detail_a12925b3d2beb085f9a024d8098b41dd'] = 'Gesamtbetrag Geschenkverpackung:';
$_LANG['order-detail_a240fa27925a635b08dc28c9e4f9216d'] = 'Auftrag';
$_LANG['order-detail_ac8f8f0de7595f3e4e813e3a1065a061'] = 'Wenn Sie ein oder mehrere Produkte zurücksenden möchten, klicken Sie bitte jedes von ihnen an, geben Sie den Grund der Rücksendung an und bestätigen Sie.';
$_LANG['order-detail_aec9b5b1c2f91ccdef8e25f5f1dac86a'] = 'Das Produkt downloaden';
$_LANG['order-detail_afd82044ef6cb3a99383a79fa5c68c9f'] = 'Mit einem Gastkonto können Sie keine elektronische Waren-Rücksendung erstellen.';
$_LANG['order-detail_c1f6368d15f7c13c4e5e8f70c68c747f'] = 'Zahlungsweise:';
$_LANG['order-detail_cb5e100e5a9a3e7f6d1fd97512215282'] = 'Fehler';
$_LANG['order-detail_ced55d097872ab13bf177e8d31db396f'] = 'Klicken Sie auf den folgenden Link, um die Lieferung Ihrer Bestellung zu verfolgen';
$_LANG['order-detail_d8ea8f57bff2e29a27f3821ae74968bd'] = 'Dieses Produkt downloaden';
$_LANG['order-detail_db205f01b4fd580fb5daa9072d96849d'] = 'Gesamt Produkte';
@@ -504,34 +474,26 @@ $_LANG['order-opc_ea295188b69aa5e04810abcc38b2b2be'] = 'ist gewählt worden';
$_LANG['order-payment_03ab340b3f99e03cff9e84314ead38c0'] = 'Menge';
$_LANG['order-payment_12d3c7a4296542c62474856ec452c045'] = 'Ref.';
$_LANG['order-payment_1d9baf077ee87921f57a8fe42d510b65'] = 'Subtrahieren';
$_LANG['order-payment_1f87346a16cf80c372065de3c54c86d9'] = 'inkl. MwSt.';
$_LANG['order-payment_21034ae6d01a83e702839a72ba8a77b0'] = 'exkl. MwSt.';
$_LANG['order-payment_2633d6725607d13e80f5e30514b91fbe'] = 'Gesamt Gutschein:';
$_LANG['order-payment_2fb3b950fd7711136f7f251ae5fbdbdc'] = 'Text #';
$_LANG['order-payment_444bcb3a3fcf8389296c49467f27e1d6'] = 'OK';
$_LANG['order-payment_543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Gesamt Produkte:';
$_LANG['order-payment_59319ac504f7ad04ae16126cf49e7f7e'] = 'Ihre Art der Bezahlung';
$_LANG['order-payment_66c4c5112f455a19afde47829df363fa'] = 'Gesamt:';
$_LANG['order-payment_691b338fa68b3c177c6ebbc745624c6a'] = 'Gesamt Versand:';
$_LANG['order-payment_6c957f72dc8cdacc75762f2cbdcdfaf2'] = 'Einzelpreis';
$_LANG['order-payment_853ae90f0351324bd73ea615e6487517'] = ':';
$_LANG['order-payment_86024cad1e83101d97359d7351051156'] = 'Produkte';
$_LANG['order-payment_8e1263b23607508e7ba8ff39aec8031d'] = 'Es wurde noch kein Zahlungsmodul installiert.';
$_LANG['order-payment_96b0141273eabab320119c467cdcaf17'] = 'Gesamt';
$_LANG['order-payment_9cc000efe3e783af5bf114f2e6573156'] = 'Gesamt Geschenkverpackung:';
$_LANG['order-payment_9e6d9b3daa15e41d36806a289c42674d'] = 'Wählen Sie Ihre Art der Bezahlung';
$_LANG['order-payment_9ff9c46512c186ebae182519a55dc6a9'] = 'Verfügbarkeit';
$_LANG['order-payment_a12925b3d2beb085f9a024d8098b41dd'] = 'Gesamt Geschenkverpackung';
$_LANG['order-payment_a82868319826fb092b73968e661b5b38'] = 'Gutscheine';
$_LANG['order-payment_ada0f55ef37f4928c5cd970f378c15e8'] = 'Gesamt Gutscheine:';
$_LANG['order-payment_b5a7adde1af5c87d7fd797b6245c2a39'] = 'Beschreibung';
$_LANG['order-payment_c8cd21bd2e33378f10611bc4498cf96f'] = 'Diese eigenen Anpassungen löschen';
$_LANG['order-payment_db205f01b4fd580fb5daa9072d96849d'] = 'Gesamt Produkte';
$_LANG['order-payment_dd1f775e443ff3b9a89270713580a51b'] = 'Zurück';
$_LANG['order-payment_deb10517653c255364175796ace3553f'] = 'Produkt';
$_LANG['order-payment_ec211f7c20af43e742bf2570c3cb84f9'] = 'Addieren';
$_LANG['order-payment_f2a6c498fb90ee345d997f888fce3b18'] = 'löschen';
$_LANG['order-payment_f4e8b53a114e5a17d051ab84d326cae5'] = 'Gesamt Versand:';
$_LANG['order-payment_f5bf48aa40cad7891eb709fcf1fde128'] = 'Produkt';
$_LANG['order-payment_f7b96335c6a33477579e43f3da368507'] = 'Von usneren Angeboten profitieren';
$_LANG['order-return_17806a71d233a243594b1210af57c245'] = 'Liste der Produkte, die zurückgesendet werden:';
@@ -539,7 +501,6 @@ $_LANG['order-return_1ca819fd1ccd9dfc3a091c66b778271f'] = 'Alle Produkte müssen
$_LANG['order-return_2a161a7d653aa950ebe6e3637e036048'] = 'Sie müssen unsere Bestätigung abwarten, bevor Sie uns die Produkte zurücksenden.';
$_LANG['order-return_63d5049791d9d79d86e9a108b0a999ca'] = 'Artikel-Nr.';
$_LANG['order-return_694e8d1f2ee056f98ee488bdc4982d73'] = 'Menge';
$_LANG['order-return_853ae90f0351324bd73ea615e6487517'] = ':';
$_LANG['order-return_88be9ea838e21273267409d76af3b284'] = 'Wir haben Ihre Bitte um Rücksendung gespeichert.';
$_LANG['order-return_955b51949c0e756934c02c521f7f9405'] = 'PDF-Datei aus';
$_LANG['order-return_9f68b11daca41ccf9fdc9d2f69901c9c'] = 'Nach Erhalt Ihres Pakets erstatten wir Ihnen den Betrag Ihrer Bestellung. Sie werden auch noch extra per E-Mail darüber verständigt.';
@@ -556,7 +517,6 @@ $_LANG['order-return_f393a2fe17dc0cacff53a136479b845d'] = 'Falls Sie noch Fragen
$_LANG['order-return_f3ba7c2fb2c65ad6fa1b1efd30573a8d'] = 'Bitte drucken Sie diese';
$_LANG['order-return_f637120d9f24c366b382ede6c21cddf0'] = 'Wenn die oben genannten Rücksende-Bedingungen nicht erfüllt waren, behalten wir uns das Recht vor, Ihr Paket oder Ihre Rückerstattung zu verweigern.';
$_LANG['order-return_fbbd47b7e45c0ad3fe0bf70539b5a2d4'] = 'ERINNERUNG:';
$_LANG['order-slip_01abfc750a0c942167651c40d088531d'] = 'Nr.';
$_LANG['order-slip_0ba830b7ca1513a4882ce5aac84030b8'] = 'Sie haben noch keine Guthaben';
$_LANG['order-slip_3cb6ea48a427bf3a1687302e3b764c27'] = 'Guthaben anzeigen';
$_LANG['order-slip_446faa7da2d42ba4ffeda73cb119dd91'] = 'Ausgabedatum';
@@ -590,8 +550,6 @@ $_LANG['prices-drop_62e15ca272c14c03aa52b64c8caf2334'] = 'Keine Sonderangebote.'
$_LANG['prices-drop_c8f312df214e2295809027c6ca79d232'] = 'Sonderangebote';
$_LANG['product-compare_216adaf4e98dc62ec3abeab51b9fc57f'] = 'Bitte wählen Sie mindestens 1 Produkt.';
$_LANG['product-compare_7eece51cf3938103677db7a5051ef8f5'] = 'Vergleichen';
$_LANG['product-compare_a8d079e460524011d67b268fcd3c047e'] = 'zurm Vergleich hinzufügen.';
$_LANG['product-compare_fe22c6b5957bca5380f9cf6529fea8c5'] = 'Sie können nicht mehr als';
$_LANG['product-list_03c2e7e41ffc181a4e84080b4710e81e'] = 'Neu';
$_LANG['product-list_2d0f6b8300be19cf35e89e66f0677f95'] = 'In den Korb';
$_LANG['product-list_4351cfebe4b61d8aa5efa1d020710005'] = 'Produkt ansehen';
@@ -680,21 +638,16 @@ $_LANG['products-comparison_98f770b0af18ca763421bac22b4b6805'] = 'Produktmerkmal
$_LANG['products-comparison_bc0f7082192ef02e934a036cf4991789'] = 'Dieses Produkt ist nicht mehr auf Lager';
$_LANG['products-comparison_ca2bf12169883f4982d8fe34b7e3c618'] = 'Reduzierter Preis!';
$_LANG['products-comparison_f5e15309ff0396474b8421ef48871d0b'] = 'Keine Produktmerkmale zum Vergleich verfügbar';
$_LANG['products-comparison_fe3838c7c11aa406dd956566e17360d5'] = 'durch';
$_LANG['restricted-country_4ea06a9e8f9054fff852b1421f9f474b'] = 'Sie können aus Ihrem Land nicht auf unseren Shop zugreifen. Wir bitten Sie, uns für diese Unannehmlichkeit zu entschuldigen.';
$_LANG['scenes_03c2e7e41ffc181a4e84080b4710e81e'] = 'Neu';
$_LANG['scenes_800e90e940e7f1fb938b0fda5137f38c'] = 'Reduziert!';
$_LANG['scenes_ca2bf12169883f4982d8fe34b7e3c618'] = 'Reduzierter Preis!';
$_LANG['scenes_d3d2e617335f08df83599665eef8a418'] = 'Schließen';
$_LANG['search_13348442cc6a27032d2b4aa28b75a5d3'] = 'Suche';
$_LANG['search_374a2615c744dd856979150a5fcc285e'] = 'Ergebnis gefunden.';
$_LANG['search_974056479706646f1e092ada9e3cfc2b'] = 'Keine Ergebnise gefunden';
$_LANG['search_e214e4077f303dd6547d22217ae84cc9'] = 'Ergebnisse gefunden.';
$_LANG['search_e59894bdfd0b523f5036ff21fa905474'] = 'Bitte geben Sie ein Stichwort für die Suche ein';
$_LANG['search_e9cbf16b6f16ee339f45a841b915c47c'] = 'Zurück zur Anmeldeseite';
$_LANG['shopping-cart-product-line_1d9baf077ee87921f57a8fe42d510b65'] = 'Entfernen';
$_LANG['shopping-cart-product-line_851d9bc346dfba1530e6ad49b554d9e2'] = 'Sie müssen ';
$_LANG['shopping-cart-product-line_e8c8981687ec92e377b6231fc7ff0c9a'] = ' haben, um dieses Produkt zu kaufen.';
$_LANG['shopping-cart-product-line_ec211f7c20af43e742bf2570c3cb84f9'] = 'Hinzufügen';
$_LANG['shopping-cart-product-line_f2a6c498fb90ee345d997f888fce3b18'] = 'Löschen';
$_LANG['shopping-cart_03ab340b3f99e03cff9e84314ead38c0'] = 'Menge';
@@ -702,8 +655,6 @@ $_LANG['shopping-cart_10ac3d04253ef7e1ddc73e6091c0cd55'] = 'Weiter';
$_LANG['shopping-cart_12d3c7a4296542c62474856ec452c045'] = 'Ref.';
$_LANG['shopping-cart_1ad9dce3d19b51de499eeaa71418435b'] = 'Gesamtpreis exkl. MwSt.:';
$_LANG['shopping-cart_1d9baf077ee87921f57a8fe42d510b65'] = 'Entfernen';
$_LANG['shopping-cart_1f87346a16cf80c372065de3c54c86d9'] = '(inkl. MwSt.)';
$_LANG['shopping-cart_21034ae6d01a83e702839a72ba8a77b0'] = '(zzgl. MwSt.)';
$_LANG['shopping-cart_2633d6725607d13e80f5e30514b91fbe'] = 'Gesamt Gutscheine:';
$_LANG['shopping-cart_2fb3b950fd7711136f7f251ae5fbdbdc'] = 'Text Nr.';
$_LANG['shopping-cart_300225ee958b6350abc51805dab83c24'] = 'Einkauf fortsetzen';
@@ -722,21 +673,17 @@ $_LANG['shopping-cart_853ae90f0351324bd73ea615e6487517'] = ':';
$_LANG['shopping-cart_86024cad1e83101d97359d7351051156'] = 'Produkte';
$_LANG['shopping-cart_879f6b8877752685a966564d072f498f'] = 'Ihr Warenkorb ist leer.';
$_LANG['shopping-cart_96b0141273eabab320119c467cdcaf17'] = 'Gesamt';
$_LANG['shopping-cart_9cc000efe3e783af5bf114f2e6573156'] = 'Gesamt Geschenksverpackung';
$_LANG['shopping-cart_a12925b3d2beb085f9a024d8098b41dd'] = 'Gesamt Geschenksverpackung:';
$_LANG['shopping-cart_a40cab5994f36d4c48103a22ca082e8f'] = 'Ihr Warenkorb';
$_LANG['shopping-cart_a82868319826fb092b73968e661b5b38'] = 'Gutscheine';
$_LANG['shopping-cart_ada0f55ef37f4928c5cd970f378c15e8'] = 'Gesamt Gutscheine';
$_LANG['shopping-cart_af0f5bdc5be121b9307687aeeae38c17'] = 'Lieferadresse';
$_LANG['shopping-cart_b26936037de7ddea95141427b2dbb29d'] = 'Ihr Warenkorb enthält';
$_LANG['shopping-cart_b4f90d226d5212c67236540da6b5c2da'] = 'Zuletzt hinzugefügtes Produkt';
$_LANG['shopping-cart_b5a7adde1af5c87d7fd797b6245c2a39'] = 'Beschreibung';
$_LANG['shopping-cart_db205f01b4fd580fb5daa9072d96849d'] = 'Gesamt Produkte';
$_LANG['shopping-cart_deb10517653c255364175796ace3553f'] = 'Produkt';
$_LANG['shopping-cart_e0aa021e21dddbd6d8cecec71e9cf564'] = 'OK';
$_LANG['shopping-cart_ec211f7c20af43e742bf2570c3cb84f9'] = 'Hinzufügen';
$_LANG['shopping-cart_f2a6c498fb90ee345d997f888fce3b18'] = 'Löschen';
$_LANG['shopping-cart_f4e8b53a114e5a17d051ab84d326cae5'] = 'Gesamt Versandkosten';
$_LANG['shopping-cart_f5bf48aa40cad7891eb709fcf1fde128'] = 'Produkt';
$_LANG['shopping-cart_f7b96335c6a33477579e43f3da368507'] = 'Profitieren Sie von unseren Angeboten:';
$_LANG['sitemap_1814d65a76028fdfbadab64a5a8076df'] = 'Lieferant';
@@ -780,15 +727,9 @@ $_LANG['stores_c12a54029f4b4517d9302e2dda2d191c'] = 'Hier eine detaillierte List
$_LANG['stores_c556562cb1ccde3e1013ad55b47ce9ae'] = 'Anfahrt';
$_LANG['stores_dd7bf230fde8d4836917806aff6a6b27'] = 'Adresse';
$_LANG['stores_fdb0c388de01d545017cdf9ccf00eb72'] = 'Ladengeschäft';
$_LANG['supplier-list_13c6f6474ae3e11e2c2da11c07c05174'] = 'Lieferant.';
$_LANG['supplier-list_1814d65a76028fdfbadab64a5a8076df'] = 'Lieferant';
$_LANG['supplier-list_285e963189303f5819e77ec7450673af'] = 'Lieferanten.';
$_LANG['supplier-list_3426bf3cca12b1f6550fd8bd36171e2f'] = 'Produkte ansehen';
$_LANG['supplier-list_44cc6cf69e752cd267e29e71ac4175ff'] = 'Es sind keine Lieferanten vorhanden.';
$_LANG['supplier-list_4ce81305b7edb043d0a7a5c75cab17d0'] = 'Es bestehen';
$_LANG['supplier-list_6357d3551190ec7e79371a8570121d3a'] = 'Es bestehen';
$_LANG['supplier-list_86024cad1e83101d97359d7351051156'] = 'Produkte';
$_LANG['supplier-list_f5bf48aa40cad7891eb709fcf1fde128'] = 'Produkt';
$_LANG['supplier_4bbacadd33aff22ab7468fa4f9efd717'] = 'Produktliste des Lieferanten:';
$_LANG['supplier_71a863ca23a2b5d1dc82e60b908576b5'] = 'Noch kein Produkt für diesen Lieferanten erfasst.';
+46 -62
View File
@@ -46,7 +46,6 @@ $_LANG['addresses_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Mi cuenta';
$_LANG['addresses_e45be0a0d4a0b62b15694c1a631e6e62'] = 'Mis Direcciones';
$_LANG['addresses_f2a6c498fb90ee345d997f888fce3b18'] = 'Borrar';
$_LANG['authentication_01a569ddc6cf67ddec2a683f0a5f5956'] = '¿Ha olvidado su contraseña?';
$_LANG['authentication_07213a0161f52846ab198be103b5ab43'] = 'errors';
$_LANG['authentication_092daa39d2b825e4a7fe9b31c2080ecb'] = 'Apartamento, suite, unidad, edificio, piso, etc';
$_LANG['authentication_0ba7583639a274c434bbe6ef797115a4'] = 'Registrarse';
$_LANG['authentication_0f68b904e33d9ac04605aecc958bcf52'] = 'Información adicional';
@@ -69,9 +68,9 @@ $_LANG['authentication_4f68183551e5dbd7c341347ffe308682'] = 'SIRET';
$_LANG['authentication_563c888f9fb47029dc0ceba790a2253b'] = 'Hay un error';
$_LANG['authentication_57d056ed0984166336b7879c2af3657f'] = 'Ciudad';
$_LANG['authentication_59716c97497eb9694541f7c3d37b1a4d'] = 'País';
$_LANG['authentication_59ba30f362294e33f80618c601fd2801'] = 'Hay %s errores';
$_LANG['authentication_5bef23eb7efff2736c5583bda59e5eb7'] = 'Cree su cuenta';
$_LANG['authentication_6335a00a08fde0fbb8f6d6630cdadd92'] = 'Datos personales';
$_LANG['authentication_6357d3551190ec7e79371a8570121d3a'] = 'hdfgh';
$_LANG['authentication_659e59f062c75f81259d22786d6c44aa'] = 'Febrero';
$_LANG['authentication_688937ccaf2a2b0c45a1c9bbba09698d'] = 'Junio';
$_LANG['authentication_6f6162d3a052bb330e9c60285c74c6c9'] = 'Subscripcion a nuestra newsletter';
@@ -109,13 +108,11 @@ $_LANG['authentication_fa3e5edac607a88d8fd7ecb9d6d67424'] = 'Marzo';
$_LANG['authentication_fe66abce284ec8589e7d791185b5c442'] = 'Teléfono de domicilio';
$_LANG['best-sales_32af07c9205de16855c50c3d20a51698'] = 'Los menos vendidos.';
$_LANG['best-sales_3cb29f0ccc5fd220a97df89dafe46290'] = 'Los más vendidos';
$_LANG['breadcrumb_157f518779095e8206908ff1268f10a7'] = 'volver a';
$_LANG['breadcrumb_8cf04a9734132302f96da8e113e80ce5'] = 'Inicio';
$_LANG['category-count_4ce81305b7edb043d0a7a5c75cab17d0'] = 'Hay';
$_LANG['breadcrumb_b7a41993870e7125b9d4a19c952e5cab'] = 'volver a Inicio';
$_LANG['category-count_057502b41589e4fcff2f77eb0b122669'] = 'Hay %d producto.';
$_LANG['category-count_5c9838becf9bbce28ba90a7426daf171'] = 'No hay productos';
$_LANG['category-count_6357d3551190ec7e79371a8570121d3a'] = 'Hay';
$_LANG['category-count_aac098b07937926af675e5b248734d50'] = 'productos';
$_LANG['category-count_b30e141e947fd1b73ad9a02c2c37e7a2'] = 'producto';
$_LANG['category-count_a9d48596a6537347711527bab8fcd152'] = 'Hay %d productos.';
$_LANG['category_2f4e54ec9bebe1122b5c23217e764828'] = 'Esta categoría no está disponible.';
$_LANG['category_d3da97e2d9aee5c8fbe03156ad051c99'] = 'Más';
$_LANG['category_f73cc399b5ce12735a57f03414f09ef9'] = 'Subcategorías';
@@ -123,9 +120,8 @@ $_LANG['category_ff32f7dba36bcd6d0a4214cd80253c3a'] = 'No hay productos en esta
$_LANG['cms_0557fa923dcee4d0f86b1409f5c2167f'] = 'Volver';
$_LANG['cms_110a4b01beabd53b661a47d4b44bd7a8'] = 'Publicar';
$_LANG['cms_24a26cffdfea04302a5bc20b9bce6626'] = 'Esta página CMS no es visible por sus clientes.';
$_LANG['cms_3a5c46570d66970143926e8279942f75'] = 'Lista de las paginas en';
$_LANG['cms_853ae90f0351324bd73ea615e6487517'] = ':';
$_LANG['cms_d98f927661a115378037cc539b046ea8'] = 'Lista de las sub-categorias de';
$_LANG['cms_d3c42ceb9bee8c44815b53f36e496925'] = 'Lista de las sub-categorias de %s:';
$_LANG['cms_e02aaa9a02ed0955984af6508675d242'] = 'Lista de las paginas en %s:';
$_LANG['cms_eecc2cef7e0fa128ecb0557b66486539'] = 'Esta página no existe.';
$_LANG['contact-form_02d4482d332e1aef3437cd61c9bcc624'] = 'Contactarnos';
$_LANG['contact-form_0880266daff3ed4c441adb888658c47c'] = 'Para preguntas referientes a un pedido o para informaciones sobre nuestros productos';
@@ -162,10 +158,8 @@ $_LANG['discount_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Mi cuenta';
$_LANG['discount_eb2527806a7e1ef48009eaaa785368fe'] = 'Acumulativo';
$_LANG['discount_f4a0d7cb0cd45214c8ca5912c970de13'] = 'Impuestos incluidos';
$_LANG['errors_0557fa923dcee4d0f86b1409f5c2167f'] = 'Volver';
$_LANG['errors_07213a0161f52846ab198be103b5ab43'] = 'errores';
$_LANG['errors_4ce81305b7edb043d0a7a5c75cab17d0'] = 'Hay';
$_LANG['errors_6357d3551190ec7e79371a8570121d3a'] = 'Hay';
$_LANG['errors_cb5e100e5a9a3e7f6d1fd97512215282'] = 'error';
$_LANG['errors_5fbddd8d4e0d8c7a868272f2f171df09'] = 'Hay %d error';
$_LANG['errors_9ead913c5b7c87efda39ca9640c46ae4'] = 'Hay %d errores';
$_LANG['guest-tracking_1f1015bbef5f42d858e8486397ad8f3e'] = 'Realizar devoluciones de productos más fácilmente';
$_LANG['guest-tracking_239109837129190b375ea21c5b0e656a'] = 'Haga clic aquí para iniciar la sesión en su cuenta de cliente';
$_LANG['guest-tracking_3aedb5d3a3e36f7bb6baf1fbb9497894'] = 'Seguimiento de invitado';
@@ -236,15 +230,13 @@ $_LANG['identity_f4d1ea475eaa85102e2b4e6d95da84bd'] = 'Confirmar';
$_LANG['identity_fa3e5edac607a88d8fd7ecb9d6d67424'] = 'Marzo';
$_LANG['maintenance_22e0c4d1554f8621cd74b427855266e1'] = 'Para realizar tareas de manteniniento, nuestra tienda online estará inactiva temporariamente.';
$_LANG['maintenance_a022ff58716d4cf34050cb68e7f12fcf'] = 'Lamentamos el inconveniente y le solicitamos probar mas tarde.';
$_LANG['manufacturer-list_17fc949d3618e4e954ad9c3b6005378d'] = 'fabricante.';
$_LANG['manufacturer-list_0397cbccfd02272abd38f8933b865218'] = '%d producto';
$_LANG['manufacturer-list_2377be3c2ad9b435ba277a73f0f1ca76'] = 'Fabricantes';
$_LANG['manufacturer-list_3426bf3cca12b1f6550fd8bd36171e2f'] = 'ver productos';
$_LANG['manufacturer-list_3fa2b11f3f485404874b0e209b5be196'] = 'fabricantes.';
$_LANG['manufacturer-list_4ce81305b7edb043d0a7a5c75cab17d0'] = 'Hay';
$_LANG['manufacturer-list_6357d3551190ec7e79371a8570121d3a'] = 'Hay';
$_LANG['manufacturer-list_86024cad1e83101d97359d7351051156'] = 'productos';
$_LANG['manufacturer-list_40a1d0763fd669e33d8663d15eb91cfb'] = 'Hay %d fabricantes.';
$_LANG['manufacturer-list_864c665aea5e824772fda0e678c3ac4d'] = '%d productos';
$_LANG['manufacturer-list_8a535d7f40eb9e738248d555675b572e'] = 'Hay %d fabricante.';
$_LANG['manufacturer-list_ce7bdbaa2a5998973271d85172456ee6'] = 'No hay fabricantes.';
$_LANG['manufacturer-list_f5bf48aa40cad7891eb709fcf1fde128'] = 'producto';
$_LANG['manufacturer_4c8d12a46c2deb4898979acfd4e23f6a'] = 'Lista de productos por fabricante:';
$_LANG['manufacturer_a65ed5e8df4b1c2bb34844f81cc9b451'] = 'No hay productos de este fabricante.';
$_LANG['manufacturer_d3da97e2d9aee5c8fbe03156ad051c99'] = 'Más';
@@ -271,9 +263,9 @@ $_LANG['new-products_9ff0635f5737513b1a6f559ac2bff745'] = 'Nuevos productos';
$_LANG['new-products_d58424783355b6da2dedc302f2bf4065'] = 'No hay nuevos productos.';
$_LANG['order-address-multishipping-products_03ab340b3f99e03cff9e84314ead38c0'] = 'Ctd';
$_LANG['order-address-multishipping-products_0c458988127eb2150776881e2ef3f0c4'] = 'Dirección de envío';
$_LANG['order-address-multishipping-products_1021f02536dc46ab3b07c269949e4de7'] = 'Texto #%s:';
$_LANG['order-address-multishipping-products_12d3c7a4296542c62474856ec452c045'] = 'Ref.';
$_LANG['order-address-multishipping-products_1d9baf077ee87921f57a8fe42d510b65'] = 'Sustraer';
$_LANG['order-address-multishipping-products_2fb3b950fd7711136f7f251ae5fbdbdc'] = 'Texto #';
$_LANG['order-address-multishipping-products_713abca3b7abddc0445099b23c0a3697'] = 'Envio a multiples direcciones';
$_LANG['order-address-multishipping-products_853ae90f0351324bd73ea615e6487517'] = ':';
$_LANG['order-address-multishipping-products_89379e8168d3baf9be5963422ac20caa'] = 'Algunas cantidades de producto han cambiado, por favor verifiquelas';
@@ -299,8 +291,7 @@ $_LANG['order-address-multishipping_f5bf48aa40cad7891eb709fcf1fde128'] = 'produc
$_LANG['order-address-product-line_07177f134a19f8965265d014b5b81645'] = 'Crear una nueva dirección';
$_LANG['order-address-product-line_1d9baf077ee87921f57a8fe42d510b65'] = 'Sustraer';
$_LANG['order-address-product-line_713abca3b7abddc0445099b23c0a3697'] = 'Enviar a múltiples direcciones';
$_LANG['order-address-product-line_851d9bc346dfba1530e6ad49b554d9e2'] = 'Debe comprar un mínimo de';
$_LANG['order-address-product-line_e8c8981687ec92e377b6231fc7ff0c9a'] = 'de este producto.';
$_LANG['order-address-product-line_e716b72edf18038c04664e9b21569177'] = 'Debe comprar un mínimo de %d de este producto.';
$_LANG['order-address-product-line_ec211f7c20af43e742bf2570c3cb84f9'] = 'Añadir';
$_LANG['order-address-product-line_f2a6c498fb90ee345d997f888fce3b18'] = 'Borrar';
$_LANG['order-address_06933067aafd48425d67bcb01bba5cb6'] = 'Actualizar';
@@ -333,7 +324,6 @@ $_LANG['order-carrier_617096c86d35478132502be00e12e016'] = 'Si desea añadir alg
$_LANG['order-carrier_674bb1e64d73fb88b873caf79ba06128'] = '(leer)';
$_LANG['order-carrier_6f05787682585c32498e88bcd2ea88fc'] = 'Formas de entrega';
$_LANG['order-carrier_86024cad1e83101d97359d7351051156'] = 'productos';
$_LANG['order-carrier_8f90815af11493295587f91f571c2f95'] = 'No hay transportista disponible para esta dirección';
$_LANG['order-carrier_8fb37535c12fbe2899ab442ec474c157'] = 'Seleccione una opción de envío';
$_LANG['order-carrier_935b611697305cd981f442cfede10094'] = 'Seleccione una dirección de envío para la dirección:';
$_LANG['order-carrier_ad88a6c9e8c880f23639321d78ec859d'] = 'He leído las condiciones generales de venta y las acepto sin reserva. ';
@@ -342,7 +332,6 @@ $_LANG['order-carrier_b4e59f3a4554655a099738382ebedbff'] = 'Si lo desea, puede a
$_LANG['order-carrier_b6dddfff5178ce64364ca3f683930354'] = 'El mejor precio y grado';
$_LANG['order-carrier_bd5b551d1757a856d9f2d01dc7850080'] = 'Deje un mensaje';
$_LANG['order-carrier_c2a32e7734b79d54eaaddb651707b403'] = 'El más rápido';
$_LANG['order-carrier_c7ffdc38ef6b1ecee2c12c01aa7566b0'] = 'No hay transportistas disponibles para enviar a algunas de sus direcciones';
$_LANG['order-carrier_c8c4080207cd4f02548c8cb6285bd16b'] = 'No se necesita transportista para este pedido';
$_LANG['order-carrier_dd1f775e443ff3b9a89270713580a51b'] = 'Anterior';
$_LANG['order-carrier_e085dcd05d73bdd5afe338e5b6e42a18'] = 'Elija el modo de envío';
@@ -356,16 +345,12 @@ $_LANG['order-confirmation_9390390581f54c65d6acfc8da4e17362'] = 'Volver a pedido
$_LANG['order-confirmation_b09ffe631344edabac9412ed4c862544'] = 'Su ID de pedido se ha enviado a su dirección de correo electrónico';
$_LANG['order-confirmation_e19e31ddb54b493059808ec4f2dab4cb'] = 'Su ID de pedido es:';
$_LANG['order-confirmation_fb077ecba55e5552916bde26d8b9e794'] = 'Confirmación de pedido';
$_LANG['order-detail_01abfc750a0c942167651c40d088531d'] = '#';
$_LANG['order-detail_065ab3a28ca4f16f55f103adc7d0226f'] = 'Entrega';
$_LANG['order-detail_07213a0161f52846ab198be103b5ab43'] = 'errores';
$_LANG['order-detail_0a4af520470128dd451243ce1cd5a852'] = 'Descargar su factura en formato PDF.';
$_LANG['order-detail_0eede552438475bdfe820c13f24c9399'] = 'Precio total';
$_LANG['order-detail_1f87346a16cf80c372065de3c54c86d9'] = '(sin IVA)';
$_LANG['order-detail_25e93b63e91b5555bd458c89b1916678'] = 'Hacer vale de devolución RMA';
$_LANG['order-detail_2633d6725607d13e80f5e30514b91fbe'] = 'Total vales descuento:';
$_LANG['order-detail_2ca3deb5cd68fa9119b285804fab572f'] = 'Pedido:';
$_LANG['order-detail_2f49a3a2cd502503bd5c3ae6676f5c41'] = 'colocada el';
$_LANG['order-detail_332c80b1838dc515f5031e09da3b7f3f'] = 'Pedir de nuevo';
$_LANG['order-detail_336d5ebc5436534e61d16e63ddfca327'] = '-';
$_LANG['order-detail_37c06f5486d3068a0a9604552c7e081f'] = 'Añadir un mensaje:';
@@ -375,13 +360,12 @@ $_LANG['order-detail_41de6d6cfb8953c021bbe4ba0701c8a1'] = 'Mensajes';
$_LANG['order-detail_44749712dbec183e983dcd78a7736c41'] = 'Fecha';
$_LANG['order-detail_466eadd40b3c10580e3ab4e8061161ce'] = 'Factura';
$_LANG['order-detail_4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Mensaje';
$_LANG['order-detail_4ce81305b7edb043d0a7a5c75cab17d0'] = 'Hay';
$_LANG['order-detail_5068c162a60b5859f973f701333f45c5'] = 'Número de seguimiento';
$_LANG['order-detail_552a0d8c17d95d5dbdc0c28217024f5a'] = 'Costo de envío';
$_LANG['order-detail_59405437ba605684d715b3e21ef54b12'] = 'Siga su pedido paso a paso';
$_LANG['order-detail_5da618e8e4b89c66fe86e32cdafde142'] = 'De';
$_LANG['order-detail_5fbddd8d4e0d8c7a868272f2f171df09'] = 'Hay %s error';
$_LANG['order-detail_617096c86d35478132502be00e12e016'] = 'Si desea dejarnos un comentario acerca de su pedido, por favor escríbalo a continuación.';
$_LANG['order-detail_6357d3551190ec7e79371a8570121d3a'] = 'Hay';
$_LANG['order-detail_63d5049791d9d79d86e9a108b0a999ca'] = 'Referencia';
$_LANG['order-detail_66c4c5112f455a19afde47829df363fa'] = 'Total:';
$_LANG['order-detail_694e8d1f2ee056f98ee488bdc4982d73'] = 'Cantidad';
@@ -394,13 +378,13 @@ $_LANG['order-detail_8efd9e9597e94fe3397c831f2ed1b7bd'] = 'Ha pedido un papel re
$_LANG['order-detail_914419aa32f04011357d3b604a86d7eb'] = 'Transportista';
$_LANG['order-detail_940663fd4428d2c86f9a4780b6574028'] = 'Mensaje:';
$_LANG['order-detail_94966d90747b97d1f0f206c98a8b1ac3'] = 'Enviar';
$_LANG['order-detail_9ead913c5b7c87efda39ca9640c46ae4'] = 'Hay %d errores';
$_LANG['order-detail_a12925b3d2beb085f9a024d8098b41dd'] = 'Total embalaje regalo:';
$_LANG['order-detail_a240fa27925a635b08dc28c9e4f9216d'] = 'Orden';
$_LANG['order-detail_ac8f8f0de7595f3e4e813e3a1065a061'] = 'Si desea devolver uno o varios productos, por favor, marque la casilla correspondiente (s) e indique el motivo de la devolución . A continuación valide. ';
$_LANG['order-detail_aec9b5b1c2f91ccdef8e25f5f1dac86a'] = 'Descargar producto';
$_LANG['order-detail_afd82044ef6cb3a99383a79fa5c68c9f'] = 'No es posible hacer una devolución de mercancía con una cuenta invitado';
$_LANG['order-detail_b09eeb5676544c14685b96209dde1b1a'] = 'Orden #%s - colocada el';
$_LANG['order-detail_c1f6368d15f7c13c4e5e8f70c68c747f'] = 'Modo de pago:';
$_LANG['order-detail_cb5e100e5a9a3e7f6d1fd97512215282'] = 'error';
$_LANG['order-detail_ced55d097872ab13bf177e8d31db396f'] = 'Pulse en el siguiente enlace para un seguimiento de la entrega de su pedido';
$_LANG['order-detail_d8ea8f57bff2e29a27f3821ae74968bd'] = 'descargar el producto';
$_LANG['order-detail_db205f01b4fd580fb5daa9072d96849d'] = 'Total productos';
@@ -503,44 +487,46 @@ $_LANG['order-opc_b8ff21395f55fffe1f1224aaa5c6bb51'] = 'Ha aceptado las condicio
$_LANG['order-opc_d87f73e8ff8d933ed2ba5ddf25040827'] = 'Instant checkout';
$_LANG['order-opc_ea295188b69aa5e04810abcc38b2b2be'] = 'ha sido seleccionado';
$_LANG['order-payment_03ab340b3f99e03cff9e84314ead38c0'] = 'Ctd';
$_LANG['order-payment_1021f02536dc46ab3b07c269949e4de7'] = 'Texto #%s:';
$_LANG['order-payment_12d3c7a4296542c62474856ec452c045'] = 'Ref.';
$_LANG['order-payment_1ac6ee29e9e68fb71bad91c1d34348cc'] = '%s:';
$_LANG['order-payment_1d4c9008fd49770971ffc2e8f32df870'] = 'Total de envío (IVA incluído):';
$_LANG['order-payment_1d9baf077ee87921f57a8fe42d510b65'] = 'Sustraer';
$_LANG['order-payment_1f87346a16cf80c372065de3c54c86d9'] = 'IVA incluído';
$_LANG['order-payment_21034ae6d01a83e702839a72ba8a77b0'] = '(imp. excl.)';
$_LANG['order-payment_2633d6725607d13e80f5e30514b91fbe'] = 'Total cupones de descuento:';
$_LANG['order-payment_2fb3b950fd7711136f7f251ae5fbdbdc'] = 'Texto #';
$_LANG['order-payment_28e014bf2ccc53bc1a8042ca57ca6645'] = 'Total de cupones de descuento (IVA incluído):';
$_LANG['order-payment_29cfbfc41066134782f966beefd63a4e'] = 'Total de productos (IVA incluído):';
$_LANG['order-payment_3a5199ec2407f4b2f90496072ea8f006'] = 'Total de productos (imp. excl.):';
$_LANG['order-payment_444bcb3a3fcf8389296c49467f27e1d6'] = 'ok';
$_LANG['order-payment_4e59b98d7fa1d964bfd9841ad5c34980'] = 'Total de cupones de descuento (imp. excl.):';
$_LANG['order-payment_543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Total de productos:';
$_LANG['order-payment_59319ac504f7ad04ae16126cf49e7f7e'] = 'Su modo de pago';
$_LANG['order-payment_66c4c5112f455a19afde47829df363fa'] = 'Total:';
$_LANG['order-payment_691b338fa68b3c177c6ebbc745624c6a'] = 'Total envío:';
$_LANG['order-payment_6c957f72dc8cdacc75762f2cbdcdfaf2'] = 'Precio unitario';
$_LANG['order-payment_853ae90f0351324bd73ea615e6487517'] = ':';
$_LANG['order-payment_6f758a9cd90f467e432a019b87fee031'] = 'Total de envoltorio-regalo (imp. excl.):';
$_LANG['order-payment_86024cad1e83101d97359d7351051156'] = 'productos';
$_LANG['order-payment_8e1263b23607508e7ba8ff39aec8031d'] = 'Aún no se han instalado módulos de pago.';
$_LANG['order-payment_96b0141273eabab320119c467cdcaf17'] = 'Total';
$_LANG['order-payment_9cc000efe3e783af5bf114f2e6573156'] = 'Total envoltorio-regalo.';
$_LANG['order-payment_9a7dfcdac1fa244d3ddb36a9c0662c9e'] = 'Total de envío (imp. excl.):';
$_LANG['order-payment_9e6d9b3daa15e41d36806a289c42674d'] = 'Elija su modo de pago';
$_LANG['order-payment_9ff9c46512c186ebae182519a55dc6a9'] = 'Disp.';
$_LANG['order-payment_a12925b3d2beb085f9a024d8098b41dd'] = 'Total envoltorio-regalo:';
$_LANG['order-payment_a82868319826fb092b73968e661b5b38'] = 'Cupones';
$_LANG['order-payment_ada0f55ef37f4928c5cd970f378c15e8'] = 'Total cupones de descuento';
$_LANG['order-payment_b5a7adde1af5c87d7fd797b6245c2a39'] = 'Descripción';
$_LANG['order-payment_b935a8c55ff8c1c967d6f848b375db81'] = 'Total de envoltorio-regalo (IVA incluído):';
$_LANG['order-payment_c8cd21bd2e33378f10611bc4498cf96f'] = 'Borrar esta personalización';
$_LANG['order-payment_db205f01b4fd580fb5daa9072d96849d'] = 'Total de productos';
$_LANG['order-payment_dd1f775e443ff3b9a89270713580a51b'] = 'Anterior';
$_LANG['order-payment_deb10517653c255364175796ace3553f'] = 'Producto';
$_LANG['order-payment_ec211f7c20af43e742bf2570c3cb84f9'] = 'Añadir';
$_LANG['order-payment_f2a6c498fb90ee345d997f888fce3b18'] = 'Borrar';
$_LANG['order-payment_f4e8b53a114e5a17d051ab84d326cae5'] = 'Total envío';
$_LANG['order-payment_f5bf48aa40cad7891eb709fcf1fde128'] = 'producto';
$_LANG['order-payment_f7b96335c6a33477579e43f3da368507'] = 'Saque ventaja de nuestras ofertas:';
$_LANG['order-return_17806a71d233a243594b1210af57c245'] = 'Lista de artículos marcados como devueltos:';
$_LANG['order-return_1ac6ee29e9e68fb71bad91c1d34348cc'] = '%s:';
$_LANG['order-return_1ca819fd1ccd9dfc3a091c66b778271f'] = 'Todos los productos deben devolverse en su embalaje original y en el estado de origen. ';
$_LANG['order-return_2a161a7d653aa950ebe6e3637e036048'] = 'Usted debe esperar nuestra confirmación antes de devolver la mercancía.';
$_LANG['order-return_63d5049791d9d79d86e9a108b0a999ca'] = 'Referencia';
$_LANG['order-return_694e8d1f2ee056f98ee488bdc4982d73'] = 'Cantidad';
$_LANG['order-return_853ae90f0351324bd73ea615e6487517'] = ':';
$_LANG['order-return_88be9ea838e21273267409d76af3b284'] = 'Hemos aceptado su solicitud de devolución.';
$_LANG['order-return_955b51949c0e756934c02c521f7f9405'] = 'documento PDF';
$_LANG['order-return_9f68b11daca41ccf9fdc9d2f69901c9c'] = 'En cuanto recibamos el paquete procederemos a la devolución del importe de su pedido y le informaremos por mail. ';
@@ -557,7 +543,6 @@ $_LANG['order-return_f393a2fe17dc0cacff53a136479b845d'] = 'No dude en ponerse en
$_LANG['order-return_f3ba7c2fb2c65ad6fa1b1efd30573a8d'] = 'Por favor, imprima este';
$_LANG['order-return_f637120d9f24c366b382ede6c21cddf0'] = 'Si las condiciones de devolución antes mencionadas no se respetasen, nos reservamos el derecho a rechazar el paquete y / o el reembolso.';
$_LANG['order-return_fbbd47b7e45c0ad3fe0bf70539b5a2d4'] = 'RECORDATORIO:';
$_LANG['order-slip_01abfc750a0c942167651c40d088531d'] = 'Nº';
$_LANG['order-slip_0ba830b7ca1513a4882ce5aac84030b8'] = 'No ha recibido ningún vale.';
$_LANG['order-slip_3cb6ea48a427bf3a1687302e3b764c27'] = 'Ver vale';
$_LANG['order-slip_446faa7da2d42ba4ffeda73cb119dd91'] = 'Fecha de creación';
@@ -570,6 +555,7 @@ $_LANG['order-slip_bcd1b68617759b1dfcff0403a6b5a8d1'] = 'PDF';
$_LANG['order-slip_cf3bae95c5f6023d5a10fe415b205a45'] = 'Vale';
$_LANG['order-slip_d1a365ea7809ae5831c6d9f86886630c'] = 'Vales';
$_LANG['order-slip_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Mi cuenta';
$_LANG['order-slip_e28cc69f9aa3068eddb76dd508b11da2'] = 'Nº%s';
$_LANG['order-steps_290612199861c31d1036b185b4e69b75'] = 'Resumen';
$_LANG['order-steps_99dea78007133396a7b8ed70578ac6ae'] = 'Login';
$_LANG['order-steps_c453a4b8e8d98e82f35b67f433e3b4da'] = 'Pago';
@@ -591,8 +577,7 @@ $_LANG['prices-drop_62e15ca272c14c03aa52b64c8caf2334'] = 'No hay descuentos.';
$_LANG['prices-drop_c8f312df214e2295809027c6ca79d232'] = 'Descuentos';
$_LANG['product-compare_216adaf4e98dc62ec3abeab51b9fc57f'] = 'Debe elegir al menos un producto';
$_LANG['product-compare_7eece51cf3938103677db7a5051ef8f5'] = 'Comparar';
$_LANG['product-compare_a8d079e460524011d67b268fcd3c047e'] = 'productos en el comparador.';
$_LANG['product-compare_fe22c6b5957bca5380f9cf6529fea8c5'] = 'No puede añadir más de ';
$_LANG['product-compare_90723749917a82bf3ff8a73247d32ffb'] = 'No puede añadir más de %d productos en el comparador.';
$_LANG['product-list_03c2e7e41ffc181a4e84080b4710e81e'] = 'Nuevo';
$_LANG['product-list_2d0f6b8300be19cf35e89e66f0677f95'] = 'Añadir a la cesta';
$_LANG['product-list_4351cfebe4b61d8aa5efa1d020710005'] = 'Ver';
@@ -675,41 +660,43 @@ $_LANG['products-comparison_111ba3054a79fb54314235b4a87df6fb'] = 'No hay product
$_LANG['products-comparison_2d0f6b8300be19cf35e89e66f0677f95'] = 'Añadir al la cesta';
$_LANG['products-comparison_4351cfebe4b61d8aa5efa1d020710005'] = 'Saber más';
$_LANG['products-comparison_4dbce7d8fae730e09fce9e83433c77ff'] = 'Comparación de productos';
$_LANG['products-comparison_5644feb8a1718c377371ae4e234bad4f'] = 'por %d';
$_LANG['products-comparison_800e90e940e7f1fb938b0fda5137f38c'] = '¡En rebajas!';
$_LANG['products-comparison_8c751c4aab0db0b811cdfbddf0b4ea56'] = 'Disponibilidad:';
$_LANG['products-comparison_98f770b0af18ca763421bac22b4b6805'] = 'Aplicaciones';
$_LANG['products-comparison_bc0f7082192ef02e934a036cf4991789'] = 'Este producto ya no se encuentra en stock';
$_LANG['products-comparison_ca2bf12169883f4982d8fe34b7e3c618'] = 'Precio en descuento';
$_LANG['products-comparison_f5e15309ff0396474b8421ef48871d0b'] = 'No hay aplicaciones para comparar';
$_LANG['products-comparison_fe3838c7c11aa406dd956566e17360d5'] = 'por';
$_LANG['restricted-country_4ea06a9e8f9054fff852b1421f9f474b'] = 'No puede acceder a nuestra tienda desde su país. Le pedimos disculpas.';
$_LANG['scenes_03c2e7e41ffc181a4e84080b4710e81e'] = 'Nuevo';
$_LANG['scenes_800e90e940e7f1fb938b0fda5137f38c'] = '¡En descuento!';
$_LANG['scenes_ca2bf12169883f4982d8fe34b7e3c618'] = '¡Precio rebajado!';
$_LANG['scenes_d3d2e617335f08df83599665eef8a418'] = 'Cerrar';
$_LANG['search_13348442cc6a27032d2b4aa28b75a5d3'] = 'Buscar';
$_LANG['search_374a2615c744dd856979150a5fcc285e'] = 'resultado encontrado.';
$_LANG['search_3a93aed43691aed28d2ce3a53d3c63f8'] = '%d resultado encontrado.';
$_LANG['search_974056479706646f1e092ada9e3cfc2b'] = 'No se han encontrado resultados para su búsqueda';
$_LANG['search_e214e4077f303dd6547d22217ae84cc9'] = 'resultados encontrados.';
$_LANG['search_a09e4037d02313230a191007246e1694'] = '%d resultados encontrados.';
$_LANG['search_e59894bdfd0b523f5036ff21fa905474'] = 'Por favor, escriba una palabra clave de búsqueda';
$_LANG['search_e9cbf16b6f16ee339f45a841b915c47c'] = 'Volver a la página anterior';
$_LANG['shopping-cart-product-line_1d9baf077ee87921f57a8fe42d510b65'] = 'sustraer';
$_LANG['shopping-cart-product-line_851d9bc346dfba1530e6ad49b554d9e2'] = 'Necesita al menos';
$_LANG['shopping-cart-product-line_e8c8981687ec92e377b6231fc7ff0c9a'] = 'para comprar este producto';
$_LANG['shopping-cart-product-line_e716b72edf18038c04664e9b21569177'] = 'Necesita al menos %d para comprar este producto.';
$_LANG['shopping-cart-product-line_ec211f7c20af43e742bf2570c3cb84f9'] = 'Añadir';
$_LANG['shopping-cart-product-line_f2a6c498fb90ee345d997f888fce3b18'] = 'Eliminar';
$_LANG['shopping-cart_03ab340b3f99e03cff9e84314ead38c0'] = 'Cantidad';
$_LANG['shopping-cart_10ac3d04253ef7e1ddc73e6091c0cd55'] = 'Siguiente';
$_LANG['shopping-cart_12d3c7a4296542c62474856ec452c045'] = 'Ref.';
$_LANG['shopping-cart_1ad9dce3d19b51de499eeaa71418435b'] = 'Total sin IVA:';
$_LANG['shopping-cart_1d4c9008fd49770971ffc2e8f32df870'] = 'Total de envío (IVA incluído):';
$_LANG['shopping-cart_1d9baf077ee87921f57a8fe42d510b65'] = 'sustraer';
$_LANG['shopping-cart_1f87346a16cf80c372065de3c54c86d9'] = 'con IVA';
$_LANG['shopping-cart_21034ae6d01a83e702839a72ba8a77b0'] = 'sin IVA';
$_LANG['shopping-cart_2633d6725607d13e80f5e30514b91fbe'] = 'Total vales descuento:';
$_LANG['shopping-cart_28e014bf2ccc53bc1a8042ca57ca6645'] = 'Total de cupones de descuento (IVA incluído):';
$_LANG['shopping-cart_29cfbfc41066134782f966beefd63a4e'] = 'Total de productos (IVA incluído):';
$_LANG['shopping-cart_2fb3b950fd7711136f7f251ae5fbdbdc'] = 'Texto Nº';
$_LANG['shopping-cart_300225ee958b6350abc51805dab83c24'] = 'Continuar la compra';
$_LANG['shopping-cart_38c656118c3c7cd5cecd00a419b050d2'] = 'Deseo especificar una dirección de envío para cada producto ordenado.';
$_LANG['shopping-cart_3a5199ec2407f4b2f90496072ea8f006'] = 'Total de productos (imp. excl.):';
$_LANG['shopping-cart_4b0afa9e8d3cdefd4fb21faebe22ef5f'] = 'Su cuenta está creada.';
$_LANG['shopping-cart_4e59b98d7fa1d964bfd9841ad5c34980'] = 'Total de cupones de descuento (imp. excl.):';
$_LANG['shopping-cart_543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Total de productos:';
$_LANG['shopping-cart_598a4c4d56197cc1f6bca50b20aa484a'] = 'Total de impuestos:';
$_LANG['shopping-cart_5af5f631f774a71445e3028253874394'] = 'Esta tienda no ha aceptado su pedido.';
@@ -718,26 +705,25 @@ $_LANG['shopping-cart_601d8c4b9f72fc1862013c19b677a499'] = 'Dirección de factur
$_LANG['shopping-cart_66c4c5112f455a19afde47829df363fa'] = 'Total:';
$_LANG['shopping-cart_691b338fa68b3c177c6ebbc745624c6a'] = 'Total gastos de envío:';
$_LANG['shopping-cart_6c957f72dc8cdacc75762f2cbdcdfaf2'] = 'Precio unitario';
$_LANG['shopping-cart_6f758a9cd90f467e432a019b87fee031'] = 'Total de envoltorio-regalo (imp. excl.):';
$_LANG['shopping-cart_6faae4c39a8a0fc5020af4137f641c8e'] = 'Enviar el primer producto disponible primero';
$_LANG['shopping-cart_853ae90f0351324bd73ea615e6487517'] = ':';
$_LANG['shopping-cart_86024cad1e83101d97359d7351051156'] = 'productos';
$_LANG['shopping-cart_879f6b8877752685a966564d072f498f'] = 'Su cesta está vacída';
$_LANG['shopping-cart_96b0141273eabab320119c467cdcaf17'] = 'Total';
$_LANG['shopping-cart_9cc000efe3e783af5bf114f2e6573156'] = 'Total embalaje para regalo';
$_LANG['shopping-cart_9a7dfcdac1fa244d3ddb36a9c0662c9e'] = 'Total de envío (imp. excl.):';
$_LANG['shopping-cart_a12925b3d2beb085f9a024d8098b41dd'] = 'Total embalaje para regalo:';
$_LANG['shopping-cart_a40cab5994f36d4c48103a22ca082e8f'] = 'Su cesta';
$_LANG['shopping-cart_a82868319826fb092b73968e661b5b38'] = 'Vales descuento';
$_LANG['shopping-cart_ada0f55ef37f4928c5cd970f378c15e8'] = 'Total vales descuento';
$_LANG['shopping-cart_af0f5bdc5be121b9307687aeeae38c17'] = 'Dirección de envío';
$_LANG['shopping-cart_b26936037de7ddea95141427b2dbb29d'] = 'Su cesta contiene';
$_LANG['shopping-cart_b4f90d226d5212c67236540da6b5c2da'] = 'Último producto añadido';
$_LANG['shopping-cart_b5a7adde1af5c87d7fd797b6245c2a39'] = 'Descripción';
$_LANG['shopping-cart_db205f01b4fd580fb5daa9072d96849d'] = 'Total productos';
$_LANG['shopping-cart_b935a8c55ff8c1c967d6f848b375db81'] = 'Total de envoltorio-regalo (IVA incluído):';
$_LANG['shopping-cart_deb10517653c255364175796ace3553f'] = 'Producto';
$_LANG['shopping-cart_e0aa021e21dddbd6d8cecec71e9cf564'] = 'ok';
$_LANG['shopping-cart_ec211f7c20af43e742bf2570c3cb84f9'] = 'Añadir';
$_LANG['shopping-cart_f2a6c498fb90ee345d997f888fce3b18'] = 'Eliminar';
$_LANG['shopping-cart_f4e8b53a114e5a17d051ab84d326cae5'] = 'Total gastos de envío';
$_LANG['shopping-cart_f5bf48aa40cad7891eb709fcf1fde128'] = 'producto';
$_LANG['shopping-cart_f7b96335c6a33477579e43f3da368507'] = 'Disfrutar de nuestras ofertas:';
$_LANG['sitemap_1814d65a76028fdfbadab64a5a8076df'] = 'Proveedores';
@@ -781,15 +767,13 @@ $_LANG['stores_c12a54029f4b4517d9302e2dda2d191c'] = 'Aquí tiene la lista detall
$_LANG['stores_c556562cb1ccde3e1013ad55b47ce9ae'] = 'Itinerario';
$_LANG['stores_dd7bf230fde8d4836917806aff6a6b27'] = 'Dirección';
$_LANG['stores_fdb0c388de01d545017cdf9ccf00eb72'] = 'Tienda';
$_LANG['supplier-list_13c6f6474ae3e11e2c2da11c07c05174'] = 'proveedor.';
$_LANG['supplier-list_0397cbccfd02272abd38f8933b865218'] = '%d producto';
$_LANG['supplier-list_1814d65a76028fdfbadab64a5a8076df'] = 'Proveedores';
$_LANG['supplier-list_285e963189303f5819e77ec7450673af'] = 'proveedores.';
$_LANG['supplier-list_3426bf3cca12b1f6550fd8bd36171e2f'] = 'ver productos';
$_LANG['supplier-list_44cc6cf69e752cd267e29e71ac4175ff'] = 'Hay no proveedores.';
$_LANG['supplier-list_4ce81305b7edb043d0a7a5c75cab17d0'] = 'Hay';
$_LANG['supplier-list_6357d3551190ec7e79371a8570121d3a'] = 'Hay';
$_LANG['supplier-list_86024cad1e83101d97359d7351051156'] = 'productos';
$_LANG['supplier-list_f5bf48aa40cad7891eb709fcf1fde128'] = 'producto';
$_LANG['supplier-list_70e0158b4815b0ad6be5f86a11e3a3b4'] = 'Hay %d proveedores.';
$_LANG['supplier-list_864c665aea5e824772fda0e678c3ac4d'] = '%d productos';
$_LANG['supplier-list_bf1f33501d576cce01509b67e2260242'] = 'Hay %d proveedor.';
$_LANG['supplier_4bbacadd33aff22ab7468fa4f9efd717'] = 'Lista de productos por proveedor:';
$_LANG['supplier_71a863ca23a2b5d1dc82e60b908576b5'] = 'No hay productos de este proveedor.';
+46 -59
View File
@@ -46,7 +46,6 @@ $_LANG['addresses_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Mon compte';
$_LANG['addresses_e45be0a0d4a0b62b15694c1a631e6e62'] = 'Mes adresses';
$_LANG['addresses_f2a6c498fb90ee345d997f888fce3b18'] = 'Supprimer';
$_LANG['authentication_01a569ddc6cf67ddec2a683f0a5f5956'] = 'Mot de passe oublié ?';
$_LANG['authentication_07213a0161f52846ab198be103b5ab43'] = 'erreurs';
$_LANG['authentication_092daa39d2b825e4a7fe9b31c2080ecb'] = 'Appartement, suite, bloc, bâtiment, étage, etc.';
$_LANG['authentication_0ba7583639a274c434bbe6ef797115a4'] = 'S\'inscrire';
$_LANG['authentication_0f68b904e33d9ac04605aecc958bcf52'] = 'Informations complémentaires';
@@ -69,9 +68,9 @@ $_LANG['authentication_4f68183551e5dbd7c341347ffe308682'] = 'SIRET';
$_LANG['authentication_563c888f9fb47029dc0ceba790a2253b'] = 'Il y a une erreur';
$_LANG['authentication_57d056ed0984166336b7879c2af3657f'] = 'Ville';
$_LANG['authentication_59716c97497eb9694541f7c3d37b1a4d'] = 'Pays';
$_LANG['authentication_59ba30f362294e33f80618c601fd2801'] = 'Il y a %s erreurs';
$_LANG['authentication_5bef23eb7efff2736c5583bda59e5eb7'] = 'Créez votre compte';
$_LANG['authentication_6335a00a08fde0fbb8f6d6630cdadd92'] = 'Vos informations personnelles';
$_LANG['authentication_6357d3551190ec7e79371a8570121d3a'] = 'Il y a';
$_LANG['authentication_659e59f062c75f81259d22786d6c44aa'] = 'Février';
$_LANG['authentication_688937ccaf2a2b0c45a1c9bbba09698d'] = 'Juin';
$_LANG['authentication_6f6162d3a052bb330e9c60285c74c6c9'] = 'S\'inscrire à la newsletter';
@@ -109,13 +108,11 @@ $_LANG['authentication_fa3e5edac607a88d8fd7ecb9d6d67424'] = 'Mars';
$_LANG['authentication_fe66abce284ec8589e7d791185b5c442'] = 'Téléphone domicile';
$_LANG['best-sales_32af07c9205de16855c50c3d20a51698'] = 'Pas de meilleure vente pour le moment.';
$_LANG['best-sales_3cb29f0ccc5fd220a97df89dafe46290'] = 'Meilleures ventes';
$_LANG['breadcrumb_157f518779095e8206908ff1268f10a7'] = 'retour à';
$_LANG['breadcrumb_8cf04a9734132302f96da8e113e80ce5'] = 'Accueil';
$_LANG['category-count_4ce81305b7edb043d0a7a5c75cab17d0'] = 'Il y a';
$_LANG['breadcrumb_b7a41993870e7125b9d4a19c952e5cab'] = 'retour à Accueil';
$_LANG['category-count_057502b41589e4fcff2f77eb0b122669'] = 'Il y a %d produit.';
$_LANG['category-count_5c9838becf9bbce28ba90a7426daf171'] = 'Aucun produit dans cette catégorie.';
$_LANG['category-count_6357d3551190ec7e79371a8570121d3a'] = 'Il y a';
$_LANG['category-count_aac098b07937926af675e5b248734d50'] = 'produits.';
$_LANG['category-count_b30e141e947fd1b73ad9a02c2c37e7a2'] = 'produit.';
$_LANG['category-count_a9d48596a6537347711527bab8fcd152'] = 'Il y a %d produits.';
$_LANG['category_2f4e54ec9bebe1122b5c23217e764828'] = 'Cette catégorie est actuellement indisponible.';
$_LANG['category_d3da97e2d9aee5c8fbe03156ad051c99'] = 'Plus';
$_LANG['category_f73cc399b5ce12735a57f03414f09ef9'] = 'Sous-catégories';
@@ -123,9 +120,8 @@ $_LANG['category_ff32f7dba36bcd6d0a4214cd80253c3a'] = 'Il n\'y a aucun produit d
$_LANG['cms_0557fa923dcee4d0f86b1409f5c2167f'] = 'Retour';
$_LANG['cms_110a4b01beabd53b661a47d4b44bd7a8'] = 'Publier';
$_LANG['cms_24a26cffdfea04302a5bc20b9bce6626'] = 'Cette page CMS n\'est pas visible par vos clients.';
$_LANG['cms_3a5c46570d66970143926e8279942f75'] = 'Liste des pages dans ';
$_LANG['cms_853ae90f0351324bd73ea615e6487517'] = ' :';
$_LANG['cms_d98f927661a115378037cc539b046ea8'] = 'Liste des sous-catégorie(s) de ';
$_LANG['cms_d3c42ceb9bee8c44815b53f36e496925'] = 'Liste des sous-catégorie(s) de %s :';
$_LANG['cms_e02aaa9a02ed0955984af6508675d242'] = 'Liste des pages dans %s :';
$_LANG['cms_eecc2cef7e0fa128ecb0557b66486539'] = 'Cette page n\'existe pas.';
$_LANG['contact-form_02d4482d332e1aef3437cd61c9bcc624'] = 'Contactez-nous';
$_LANG['contact-form_0880266daff3ed4c441adb888658c47c'] = 'Pour des questions à propos d\'une commande ou des informations sur nos produits';
@@ -162,10 +158,8 @@ $_LANG['discount_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Mon compte';
$_LANG['discount_eb2527806a7e1ef48009eaaa785368fe'] = 'Cumulable';
$_LANG['discount_f4a0d7cb0cd45214c8ca5912c970de13'] = 'Taxes comprises';
$_LANG['errors_0557fa923dcee4d0f86b1409f5c2167f'] = 'Retour';
$_LANG['errors_07213a0161f52846ab198be103b5ab43'] = 'erreurs';
$_LANG['errors_4ce81305b7edb043d0a7a5c75cab17d0'] = 'Il y a';
$_LANG['errors_6357d3551190ec7e79371a8570121d3a'] = 'Il y a';
$_LANG['errors_cb5e100e5a9a3e7f6d1fd97512215282'] = 'erreur';
$_LANG['errors_5fbddd8d4e0d8c7a868272f2f171df09'] = 'Il y a %d erreur';
$_LANG['errors_9ead913c5b7c87efda39ca9640c46ae4'] = 'Il y a %d erreurs';
$_LANG['guest-tracking_1f1015bbef5f42d858e8486397ad8f3e'] = 'Retours produits simplifiés';
$_LANG['guest-tracking_239109837129190b375ea21c5b0e656a'] = 'Cliquez ici pour vous connecter à votre compte client';
$_LANG['guest-tracking_3aedb5d3a3e36f7bb6baf1fbb9497894'] = 'Suivi d\'invité';
@@ -247,15 +241,13 @@ $_LANG['live_edit_da87eac3848a0d55560bdd129a0e134b'] = 'Impossible de supprimer
$_LANG['live_edit_ea4788705e6873b424c65e91c2846b19'] = 'Annuler';
$_LANG['maintenance_22e0c4d1554f8621cd74b427855266e1'] = 'Pour cause de maintenance, votre boutique en ligne est temporairement inaccessible.';
$_LANG['maintenance_a022ff58716d4cf34050cb68e7f12fcf'] = 'Veuillez nous excuser pour le dérangement. Nous vous conseillons de revenir plus tard.';
$_LANG['manufacturer-list_17fc949d3618e4e954ad9c3b6005378d'] = 'marque.';
$_LANG['manufacturer-list_0397cbccfd02272abd38f8933b865218'] = '%d article';
$_LANG['manufacturer-list_2377be3c2ad9b435ba277a73f0f1ca76'] = 'Marques';
$_LANG['manufacturer-list_3426bf3cca12b1f6550fd8bd36171e2f'] = 'voir les articles';
$_LANG['manufacturer-list_3fa2b11f3f485404874b0e209b5be196'] = 'marques.';
$_LANG['manufacturer-list_4ce81305b7edb043d0a7a5c75cab17d0'] = 'Il y a';
$_LANG['manufacturer-list_6357d3551190ec7e79371a8570121d3a'] = 'Il y a';
$_LANG['manufacturer-list_86024cad1e83101d97359d7351051156'] = 'articles';
$_LANG['manufacturer-list_40a1d0763fd669e33d8663d15eb91cfb'] = 'Il y a %d marques.';
$_LANG['manufacturer-list_864c665aea5e824772fda0e678c3ac4d'] = '%d articles';
$_LANG['manufacturer-list_8a535d7f40eb9e738248d555675b572e'] = 'Il y a %d marque.';
$_LANG['manufacturer-list_ce7bdbaa2a5998973271d85172456ee6'] = 'Il n\'y aucune marque.';
$_LANG['manufacturer-list_f5bf48aa40cad7891eb709fcf1fde128'] = 'article';
$_LANG['manufacturer_4c8d12a46c2deb4898979acfd4e23f6a'] = 'Liste des produits de la marque :';
$_LANG['manufacturer_a65ed5e8df4b1c2bb34844f81cc9b451'] = 'Pas de produit pour cette marque.';
$_LANG['manufacturer_d3da97e2d9aee5c8fbe03156ad051c99'] = 'Plus';
@@ -282,9 +274,9 @@ $_LANG['new-products_9ff0635f5737513b1a6f559ac2bff745'] = 'Nouveaux produits';
$_LANG['new-products_d58424783355b6da2dedc302f2bf4065'] = 'Pas de nouveau produit';
$_LANG['order-address-multishipping-products_03ab340b3f99e03cff9e84314ead38c0'] = 'Qté';
$_LANG['order-address-multishipping-products_0c458988127eb2150776881e2ef3f0c4'] = 'Adresse de livraison';
$_LANG['order-address-multishipping-products_1021f02536dc46ab3b07c269949e4de7'] = 'Texte #%s : ';
$_LANG['order-address-multishipping-products_12d3c7a4296542c62474856ec452c045'] = 'Réf.';
$_LANG['order-address-multishipping-products_1d9baf077ee87921f57a8fe42d510b65'] = 'Retirer';
$_LANG['order-address-multishipping-products_2fb3b950fd7711136f7f251ae5fbdbdc'] = 'Texte #';
$_LANG['order-address-multishipping-products_713abca3b7abddc0445099b23c0a3697'] = 'Livrer à plusieurs adresses';
$_LANG['order-address-multishipping-products_853ae90f0351324bd73ea615e6487517'] = ' : ';
$_LANG['order-address-multishipping-products_89379e8168d3baf9be5963422ac20caa'] = 'Les quantités de certains produits ont été changées, veuillez les vérifier.';
@@ -310,8 +302,7 @@ $_LANG['order-address-multishipping_f5bf48aa40cad7891eb709fcf1fde128'] = 'produi
$_LANG['order-address-product-line_07177f134a19f8965265d014b5b81645'] = 'Créer une nouvelle adresse';
$_LANG['order-address-product-line_1d9baf077ee87921f57a8fe42d510b65'] = 'Retirer';
$_LANG['order-address-product-line_713abca3b7abddc0445099b23c0a3697'] = 'Livrer à plusieurs adresses';
$_LANG['order-address-product-line_851d9bc346dfba1530e6ad49b554d9e2'] = 'Vous devez choisir une quantité minimale de ';
$_LANG['order-address-product-line_e8c8981687ec92e377b6231fc7ff0c9a'] = 'pour ce produit';
$_LANG['order-address-product-line_e716b72edf18038c04664e9b21569177'] = 'Vous devez choisir une quantité minimale de %d pour ce produit';
$_LANG['order-address-product-line_ec211f7c20af43e742bf2570c3cb84f9'] = 'Ajouter';
$_LANG['order-address-product-line_f2a6c498fb90ee345d997f888fce3b18'] = 'Supprimer';
$_LANG['order-address_06933067aafd48425d67bcb01bba5cb6'] = 'Mettre à jour';
@@ -366,15 +357,12 @@ $_LANG['order-confirmation_9390390581f54c65d6acfc8da4e17362'] = 'Retour aux comm
$_LANG['order-confirmation_b09ffe631344edabac9412ed4c862544'] = 'Votre numéro de commande a été envoyé par mail.';
$_LANG['order-confirmation_e19e31ddb54b493059808ec4f2dab4cb'] = 'Votre numéro de commande est le :';
$_LANG['order-confirmation_fb077ecba55e5552916bde26d8b9e794'] = 'Confirmation de commande';
$_LANG['order-detail_01abfc750a0c942167651c40d088531d'] = 'n°';
$_LANG['order-detail_065ab3a28ca4f16f55f103adc7d0226f'] = 'Livraison';
$_LANG['order-detail_07213a0161f52846ab198be103b5ab43'] = 'erreurs';
$_LANG['order-detail_0a4af520470128dd451243ce1cd5a852'] = 'Téléchargez votre facture au format PDF';
$_LANG['order-detail_0eede552438475bdfe820c13f24c9399'] = 'Prix total';
$_LANG['order-detail_1f87346a16cf80c372065de3c54c86d9'] = 'TTC';
$_LANG['order-detail_25e93b63e91b5555bd458c89b1916678'] = 'Générer un retour';
$_LANG['order-detail_2633d6725607d13e80f5e30514b91fbe'] = 'Total des bons de réduction :';
$_LANG['order-detail_2f49a3a2cd502503bd5c3ae6676f5c41'] = 'placé sur';
$_LANG['order-detail_332c80b1838dc515f5031e09da3b7f3f'] = 'Re-commander';
$_LANG['order-detail_336d5ebc5436534e61d16e63ddfca327'] = '-';
$_LANG['order-detail_37c06f5486d3068a0a9604552c7e081f'] = 'Ajouter un message :';
@@ -384,13 +372,12 @@ $_LANG['order-detail_41de6d6cfb8953c021bbe4ba0701c8a1'] = 'Messages';
$_LANG['order-detail_44749712dbec183e983dcd78a7736c41'] = 'Date';
$_LANG['order-detail_466eadd40b3c10580e3ab4e8061161ce'] = 'Facture';
$_LANG['order-detail_4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Message';
$_LANG['order-detail_4ce81305b7edb043d0a7a5c75cab17d0'] = 'Il y a';
$_LANG['order-detail_5068c162a60b5859f973f701333f45c5'] = 'Numéro de suivi';
$_LANG['order-detail_552a0d8c17d95d5dbdc0c28217024f5a'] = 'Prix du transport';
$_LANG['order-detail_59405437ba605684d715b3e21ef54b12'] = 'Suivre votre commande pas à pas';
$_LANG['order-detail_5da618e8e4b89c66fe86e32cdafde142'] = 'Expéditeur';
$_LANG['order-detail_5fbddd8d4e0d8c7a868272f2f171df09'] = 'Il y a %d erreur';
$_LANG['order-detail_617096c86d35478132502be00e12e016'] = 'Si vous voulez nous laisser un message à propos de votre commande, veuillez l\'écrire ici.';
$_LANG['order-detail_6357d3551190ec7e79371a8570121d3a'] = 'Il y a';
$_LANG['order-detail_63d5049791d9d79d86e9a108b0a999ca'] = 'Référence';
$_LANG['order-detail_66c4c5112f455a19afde47829df363fa'] = 'Total :';
$_LANG['order-detail_694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantité';
@@ -403,13 +390,13 @@ $_LANG['order-detail_8efd9e9597e94fe3397c831f2ed1b7bd'] = 'Vous avez demandé un
$_LANG['order-detail_914419aa32f04011357d3b604a86d7eb'] = 'Transporteur';
$_LANG['order-detail_940663fd4428d2c86f9a4780b6574028'] = 'Message :';
$_LANG['order-detail_94966d90747b97d1f0f206c98a8b1ac3'] = 'Envoyer';
$_LANG['order-detail_9ead913c5b7c87efda39ca9640c46ae4'] = 'Il y a %d erreurs';
$_LANG['order-detail_a12925b3d2beb085f9a024d8098b41dd'] = 'Total emballage cadeau :';
$_LANG['order-detail_a240fa27925a635b08dc28c9e4f9216d'] = 'Commande';
$_LANG['order-detail_ac8f8f0de7595f3e4e813e3a1065a061'] = 'Si vous désirez nous retourner un ou plusieurs produits, veuillez cocher chacun d\'entre eux et spécifier un motif de retour, puis valider.';
$_LANG['order-detail_aec9b5b1c2f91ccdef8e25f5f1dac86a'] = 'Télécharger le produit';
$_LANG['order-detail_afd82044ef6cb3a99383a79fa5c68c9f'] = 'Vous ne pouvez pas faire de retour de marchandise avec un compte invité';
$_LANG['order-detail_b09eeb5676544c14685b96209dde1b1a'] = 'Commande n°%s - Commandé le';
$_LANG['order-detail_c1f6368d15f7c13c4e5e8f70c68c747f'] = 'Méthode de paiement :';
$_LANG['order-detail_cb5e100e5a9a3e7f6d1fd97512215282'] = 'erreur';
$_LANG['order-detail_ced55d097872ab13bf177e8d31db396f'] = 'Cliquez sur le lien suivant pour suivre la livraison de votre commande';
$_LANG['order-detail_d8ea8f57bff2e29a27f3821ae74968bd'] = 'télécharger ce produit';
$_LANG['order-detail_db205f01b4fd580fb5daa9072d96849d'] = 'Total produits';
@@ -512,44 +499,46 @@ $_LANG['order-opc_b8ff21395f55fffe1f1224aaa5c6bb51'] = 'Les conditions général
$_LANG['order-opc_d87f73e8ff8d933ed2ba5ddf25040827'] = 'Commande instantanée';
$_LANG['order-opc_ea295188b69aa5e04810abcc38b2b2be'] = 'a été sélectionné';
$_LANG['order-payment_03ab340b3f99e03cff9e84314ead38c0'] = 'Qté';
$_LANG['order-payment_1021f02536dc46ab3b07c269949e4de7'] = 'Texte #%s : ';
$_LANG['order-payment_12d3c7a4296542c62474856ec452c045'] = 'Réf.';
$_LANG['order-payment_1ac6ee29e9e68fb71bad91c1d34348cc'] = '%s : ';
$_LANG['order-payment_1d4c9008fd49770971ffc2e8f32df870'] = 'Total transport TTC :';
$_LANG['order-payment_1d9baf077ee87921f57a8fe42d510b65'] = 'Soustraire';
$_LANG['order-payment_1f87346a16cf80c372065de3c54c86d9'] = 'TTC';
$_LANG['order-payment_21034ae6d01a83e702839a72ba8a77b0'] = 'HT';
$_LANG['order-payment_2633d6725607d13e80f5e30514b91fbe'] = 'Total bons d\'achats :';
$_LANG['order-payment_2fb3b950fd7711136f7f251ae5fbdbdc'] = 'Texte #';
$_LANG['order-payment_28e014bf2ccc53bc1a8042ca57ca6645'] = 'Total bons d\'achats TTC:';
$_LANG['order-payment_29cfbfc41066134782f966beefd63a4e'] = 'Total produit TTC :';
$_LANG['order-payment_3a5199ec2407f4b2f90496072ea8f006'] = 'Total produit HT :';
$_LANG['order-payment_444bcb3a3fcf8389296c49467f27e1d6'] = 'ok';
$_LANG['order-payment_4e59b98d7fa1d964bfd9841ad5c34980'] = 'Total bons d\'achats HT :';
$_LANG['order-payment_543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Total produits :';
$_LANG['order-payment_59319ac504f7ad04ae16126cf49e7f7e'] = 'Votre méthode de paiement';
$_LANG['order-payment_66c4c5112f455a19afde47829df363fa'] = 'Total :';
$_LANG['order-payment_691b338fa68b3c177c6ebbc745624c6a'] = 'Total transport :';
$_LANG['order-payment_6c957f72dc8cdacc75762f2cbdcdfaf2'] = 'Prix unitaire';
$_LANG['order-payment_853ae90f0351324bd73ea615e6487517'] = ' : ';
$_LANG['order-payment_6f758a9cd90f467e432a019b87fee031'] = 'Total papiers cadeaux HT :';
$_LANG['order-payment_86024cad1e83101d97359d7351051156'] = 'produits';
$_LANG['order-payment_8e1263b23607508e7ba8ff39aec8031d'] = 'Aucun module de paiement n\'a encore été installé.';
$_LANG['order-payment_96b0141273eabab320119c467cdcaf17'] = 'Total';
$_LANG['order-payment_9cc000efe3e783af5bf114f2e6573156'] = 'Total papiers cadeaux';
$_LANG['order-payment_9a7dfcdac1fa244d3ddb36a9c0662c9e'] = 'Total transport HT :';
$_LANG['order-payment_9e6d9b3daa15e41d36806a289c42674d'] = 'Choisissez votre méthode de paiement';
$_LANG['order-payment_9ff9c46512c186ebae182519a55dc6a9'] = 'Disp.';
$_LANG['order-payment_a12925b3d2beb085f9a024d8098b41dd'] = 'Total papiers cadeaux :';
$_LANG['order-payment_a82868319826fb092b73968e661b5b38'] = 'Bons d\'achats';
$_LANG['order-payment_ada0f55ef37f4928c5cd970f378c15e8'] = 'Total bons d\'achats';
$_LANG['order-payment_b5a7adde1af5c87d7fd797b6245c2a39'] = 'Description';
$_LANG['order-payment_b935a8c55ff8c1c967d6f848b375db81'] = 'Total papiers cadeaux TTC :';
$_LANG['order-payment_c8cd21bd2e33378f10611bc4498cf96f'] = 'Supprimer cette personnalisation';
$_LANG['order-payment_db205f01b4fd580fb5daa9072d96849d'] = 'Total produit';
$_LANG['order-payment_dd1f775e443ff3b9a89270713580a51b'] = 'Précédent';
$_LANG['order-payment_deb10517653c255364175796ace3553f'] = 'Produit';
$_LANG['order-payment_ec211f7c20af43e742bf2570c3cb84f9'] = 'Ajouter';
$_LANG['order-payment_f2a6c498fb90ee345d997f888fce3b18'] = 'Supprimer';
$_LANG['order-payment_f4e8b53a114e5a17d051ab84d326cae5'] = 'Total transport';
$_LANG['order-payment_f5bf48aa40cad7891eb709fcf1fde128'] = 'produit';
$_LANG['order-payment_f7b96335c6a33477579e43f3da368507'] = 'Profitez de nos offres';
$_LANG['order-return_17806a71d233a243594b1210af57c245'] = 'Liste des produits faisant l\'objet d\'un retour :';
$_LANG['order-return_1ac6ee29e9e68fb71bad91c1d34348cc'] = '%s :';
$_LANG['order-return_1ca819fd1ccd9dfc3a091c66b778271f'] = 'Tous les produits doivent être retournés dans leur emballage et leur état d\'origine.';
$_LANG['order-return_2a161a7d653aa950ebe6e3637e036048'] = 'Vous devez attendre notre confirmation avant de nous retourner les produits.';
$_LANG['order-return_63d5049791d9d79d86e9a108b0a999ca'] = 'Référence';
$_LANG['order-return_694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantité';
$_LANG['order-return_853ae90f0351324bd73ea615e6487517'] = ' :';
$_LANG['order-return_88be9ea838e21273267409d76af3b284'] = 'Nous avons enregistré votre demande de retour.';
$_LANG['order-return_955b51949c0e756934c02c521f7f9405'] = 'document PDF';
$_LANG['order-return_9f68b11daca41ccf9fdc9d2f69901c9c'] = 'Dès réception de votre colis, nous procéderons au remboursement du montant de votre commande et vous en informerons par mail.';
@@ -566,7 +555,6 @@ $_LANG['order-return_f393a2fe17dc0cacff53a136479b845d'] = 'Veuillez nous contact
$_LANG['order-return_f3ba7c2fb2c65ad6fa1b1efd30573a8d'] = 'Veuillez imprimer ce';
$_LANG['order-return_f637120d9f24c366b382ede6c21cddf0'] = 'Si les conditions de retour listées ci-dessus n\'étaient pas respectées, nous nous réservons le droit de refuser votre colis ou votre remboursement.';
$_LANG['order-return_fbbd47b7e45c0ad3fe0bf70539b5a2d4'] = 'RAPPEL :';
$_LANG['order-slip_01abfc750a0c942167651c40d088531d'] = 'n°';
$_LANG['order-slip_0ba830b7ca1513a4882ce5aac84030b8'] = 'Vous n\'avez reçu aucun avoir';
$_LANG['order-slip_3cb6ea48a427bf3a1687302e3b764c27'] = 'Afficher l\'avoir';
$_LANG['order-slip_446faa7da2d42ba4ffeda73cb119dd91'] = 'Date d\'émission';
@@ -579,6 +567,7 @@ $_LANG['order-slip_bcd1b68617759b1dfcff0403a6b5a8d1'] = 'PDF';
$_LANG['order-slip_cf3bae95c5f6023d5a10fe415b205a45'] = 'Avoir';
$_LANG['order-slip_d1a365ea7809ae5831c6d9f86886630c'] = 'Avoirs';
$_LANG['order-slip_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Mon compte';
$_LANG['order-slip_e28cc69f9aa3068eddb76dd508b11da2'] = 'n°%s';
$_LANG['order-steps_290612199861c31d1036b185b4e69b75'] = 'Résumé';
$_LANG['order-steps_99dea78007133396a7b8ed70578ac6ae'] = 'Identifiez-vous';
$_LANG['order-steps_c453a4b8e8d98e82f35b67f433e3b4da'] = 'Paiement';
@@ -600,8 +589,7 @@ $_LANG['prices-drop_62e15ca272c14c03aa52b64c8caf2334'] = 'Aucune promotion.';
$_LANG['prices-drop_c8f312df214e2295809027c6ca79d232'] = 'Promotions';
$_LANG['product-compare_216adaf4e98dc62ec3abeab51b9fc57f'] = 'Veuillez choisir au moins 1 produit.';
$_LANG['product-compare_7eece51cf3938103677db7a5051ef8f5'] = 'Comparer';
$_LANG['product-compare_a8d079e460524011d67b268fcd3c047e'] = 'produit(s) dans le comparateur.';
$_LANG['product-compare_fe22c6b5957bca5380f9cf6529fea8c5'] = 'Vous ne pouvez pas ajouter plus de';
$_LANG['product-compare_90723749917a82bf3ff8a73247d32ffb'] = 'Vous ne pouvez pas ajouter plus de %d produit(s) dans le comparateur.';
$_LANG['product-list_03c2e7e41ffc181a4e84080b4710e81e'] = 'Nouveau';
$_LANG['product-list_2d0f6b8300be19cf35e89e66f0677f95'] = 'Ajouter au panier';
$_LANG['product-list_4351cfebe4b61d8aa5efa1d020710005'] = 'Voir le produit';
@@ -684,42 +672,44 @@ $_LANG['products-comparison_111ba3054a79fb54314235b4a87df6fb'] = 'Aucun produit
$_LANG['products-comparison_2d0f6b8300be19cf35e89e66f0677f95'] = 'Ajouter au panier';
$_LANG['products-comparison_4351cfebe4b61d8aa5efa1d020710005'] = 'Plus d\'infos';
$_LANG['products-comparison_4dbce7d8fae730e09fce9e83433c77ff'] = 'Comparaison de produits';
$_LANG['products-comparison_5644feb8a1718c377371ae4e234bad4f'] = 'par %d';
$_LANG['products-comparison_800e90e940e7f1fb938b0fda5137f38c'] = 'En solde !';
$_LANG['products-comparison_8c751c4aab0db0b811cdfbddf0b4ea56'] = 'Disponibilité :';
$_LANG['products-comparison_98f770b0af18ca763421bac22b4b6805'] = 'Fonctionnalités';
$_LANG['products-comparison_bc0f7082192ef02e934a036cf4991789'] = 'Ce produit n\'est plus en stock';
$_LANG['products-comparison_ca2bf12169883f4982d8fe34b7e3c618'] = 'Prix réduit !';
$_LANG['products-comparison_f5e15309ff0396474b8421ef48871d0b'] = 'Aucune fonctionnalité à comparer';
$_LANG['products-comparison_fe3838c7c11aa406dd956566e17360d5'] = 'par';
$_LANG['restricted-country_4ea06a9e8f9054fff852b1421f9f474b'] = 'Vous ne pouvez pas accéder à notre boutique depuis votre pays. Veuillez nous excuser de la gêne occasionnée.';
$_LANG['scenes_03c2e7e41ffc181a4e84080b4710e81e'] = 'Nouveau';
$_LANG['scenes_800e90e940e7f1fb938b0fda5137f38c'] = 'En solde !';
$_LANG['scenes_ca2bf12169883f4982d8fe34b7e3c618'] = 'Prix réduit !';
$_LANG['scenes_d3d2e617335f08df83599665eef8a418'] = 'Fermer';
$_LANG['search_13348442cc6a27032d2b4aa28b75a5d3'] = 'Recherchez';
$_LANG['search_374a2615c744dd856979150a5fcc285e'] = 'résultat a été trouvé.';
$_LANG['search_3a93aed43691aed28d2ce3a53d3c63f8'] = '%d résultat a été trouvé.';
$_LANG['search_974056479706646f1e092ada9e3cfc2b'] = 'Aucun résultat trouvé';
$_LANG['search_e214e4077f303dd6547d22217ae84cc9'] = 'résultats ont été trouvés.';
$_LANG['search_a09e4037d02313230a191007246e1694'] = '%d résultats ont été trouvés.';
$_LANG['search_e59894bdfd0b523f5036ff21fa905474'] = 'Veuillez saisir un mot-clé pour effectuer une recherche';
$_LANG['search_e9cbf16b6f16ee339f45a841b915c47c'] = 'Retour à la page précédente';
$_LANG['shopping-cart-product-line_1d9baf077ee87921f57a8fe42d510b65'] = 'Enlever';
$_LANG['shopping-cart-product-line_851d9bc346dfba1530e6ad49b554d9e2'] = 'Vous devez avoir acheté au moins ';
$_LANG['shopping-cart-product-line_a59ba454f256953d318ac200a50d67d1'] = 'Offert !';
$_LANG['shopping-cart-product-line_e8c8981687ec92e377b6231fc7ff0c9a'] = ' de ce produit.';
$_LANG['shopping-cart-product-line_e716b72edf18038c04664e9b21569177'] = 'Vous devez avoir acheté au moins %d de ce produit.';
$_LANG['shopping-cart-product-line_ec211f7c20af43e742bf2570c3cb84f9'] = 'Ajouter';
$_LANG['shopping-cart-product-line_f2a6c498fb90ee345d997f888fce3b18'] = 'Supprimer';
$_LANG['shopping-cart_03ab340b3f99e03cff9e84314ead38c0'] = 'Qté';
$_LANG['shopping-cart_10ac3d04253ef7e1ddc73e6091c0cd55'] = 'Suivant';
$_LANG['shopping-cart_12d3c7a4296542c62474856ec452c045'] = 'Réf.';
$_LANG['shopping-cart_1ad9dce3d19b51de499eeaa71418435b'] = 'Total HT :';
$_LANG['shopping-cart_1d4c9008fd49770971ffc2e8f32df870'] = 'Total frais de port TTC :';
$_LANG['shopping-cart_1d9baf077ee87921f57a8fe42d510b65'] = 'Enlever';
$_LANG['shopping-cart_1f87346a16cf80c372065de3c54c86d9'] = 'TTC';
$_LANG['shopping-cart_21034ae6d01a83e702839a72ba8a77b0'] = 'HT';
$_LANG['shopping-cart_2633d6725607d13e80f5e30514b91fbe'] = 'Total bons de réduction :';
$_LANG['shopping-cart_28e014bf2ccc53bc1a8042ca57ca6645'] = 'Total bons de réduction TTC :';
$_LANG['shopping-cart_29cfbfc41066134782f966beefd63a4e'] = 'Total produits TTC :';
$_LANG['shopping-cart_2fb3b950fd7711136f7f251ae5fbdbdc'] = 'Texte n°';
$_LANG['shopping-cart_300225ee958b6350abc51805dab83c24'] = 'Continuer mes achats';
$_LANG['shopping-cart_38c656118c3c7cd5cecd00a419b050d2'] = 'Je tiens à préciser une adresse de livraison pour chaque produit commandé.';
$_LANG['shopping-cart_3a5199ec2407f4b2f90496072ea8f006'] = 'Total produits HT :';
$_LANG['shopping-cart_4b0afa9e8d3cdefd4fb21faebe22ef5f'] = 'Votre compte est maintenant créé.';
$_LANG['shopping-cart_4e59b98d7fa1d964bfd9841ad5c34980'] = 'Total bons de réduction HT :';
$_LANG['shopping-cart_543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Total produits :';
$_LANG['shopping-cart_598a4c4d56197cc1f6bca50b20aa484a'] = 'Total taxes :';
$_LANG['shopping-cart_5af5f631f774a71445e3028253874394'] = 'Cette boutique n\'a pas accepté votre nouvelle commande.';
@@ -728,26 +718,25 @@ $_LANG['shopping-cart_601d8c4b9f72fc1862013c19b677a499'] = 'Adresse de facturati
$_LANG['shopping-cart_66c4c5112f455a19afde47829df363fa'] = 'Total :';
$_LANG['shopping-cart_691b338fa68b3c177c6ebbc745624c6a'] = 'Total frais de port :';
$_LANG['shopping-cart_6c957f72dc8cdacc75762f2cbdcdfaf2'] = 'Prix unitaire';
$_LANG['shopping-cart_6f758a9cd90f467e432a019b87fee031'] = 'Total emballage cadeau HT :';
$_LANG['shopping-cart_6faae4c39a8a0fc5020af4137f641c8e'] = 'Envoyer les produits disponibles en premier.';
$_LANG['shopping-cart_853ae90f0351324bd73ea615e6487517'] = ' :';
$_LANG['shopping-cart_86024cad1e83101d97359d7351051156'] = 'produits';
$_LANG['shopping-cart_879f6b8877752685a966564d072f498f'] = 'Votre panier est vide.';
$_LANG['shopping-cart_96b0141273eabab320119c467cdcaf17'] = 'Total';
$_LANG['shopping-cart_9cc000efe3e783af5bf114f2e6573156'] = 'Total emballage cadeau';
$_LANG['shopping-cart_9a7dfcdac1fa244d3ddb36a9c0662c9e'] = 'Total frais de port HT :';
$_LANG['shopping-cart_a12925b3d2beb085f9a024d8098b41dd'] = 'Total emballage cadeau :';
$_LANG['shopping-cart_a40cab5994f36d4c48103a22ca082e8f'] = 'Votre panier';
$_LANG['shopping-cart_a82868319826fb092b73968e661b5b38'] = 'Bons de réduction';
$_LANG['shopping-cart_ada0f55ef37f4928c5cd970f378c15e8'] = 'Total bons de réduction';
$_LANG['shopping-cart_af0f5bdc5be121b9307687aeeae38c17'] = 'Adresse de livraison';
$_LANG['shopping-cart_b26936037de7ddea95141427b2dbb29d'] = 'Votre panier contient';
$_LANG['shopping-cart_b4f90d226d5212c67236540da6b5c2da'] = 'Dernier produit ajouté';
$_LANG['shopping-cart_b5a7adde1af5c87d7fd797b6245c2a39'] = 'Description';
$_LANG['shopping-cart_db205f01b4fd580fb5daa9072d96849d'] = 'Total produits';
$_LANG['shopping-cart_b935a8c55ff8c1c967d6f848b375db81'] = 'Total emballage cadeau TTC :';
$_LANG['shopping-cart_deb10517653c255364175796ace3553f'] = 'Produit';
$_LANG['shopping-cart_e0aa021e21dddbd6d8cecec71e9cf564'] = 'ok';
$_LANG['shopping-cart_ec211f7c20af43e742bf2570c3cb84f9'] = 'Ajouter';
$_LANG['shopping-cart_f2a6c498fb90ee345d997f888fce3b18'] = 'Supprimer';
$_LANG['shopping-cart_f4e8b53a114e5a17d051ab84d326cae5'] = 'Total frais de port';
$_LANG['shopping-cart_f5bf48aa40cad7891eb709fcf1fde128'] = 'produit';
$_LANG['shopping-cart_f7b96335c6a33477579e43f3da368507'] = 'Profitez de nos offres :';
$_LANG['sitemap_1814d65a76028fdfbadab64a5a8076df'] = 'Fournisseurs';
@@ -791,15 +780,13 @@ $_LANG['stores_c12a54029f4b4517d9302e2dda2d191c'] = 'Voici la liste détaillée
$_LANG['stores_c556562cb1ccde3e1013ad55b47ce9ae'] = 'Itinéraire';
$_LANG['stores_dd7bf230fde8d4836917806aff6a6b27'] = 'Adresse';
$_LANG['stores_fdb0c388de01d545017cdf9ccf00eb72'] = 'Magasin';
$_LANG['supplier-list_13c6f6474ae3e11e2c2da11c07c05174'] = 'fournisseur.';
$_LANG['supplier-list_0397cbccfd02272abd38f8933b865218'] = '%d produit';
$_LANG['supplier-list_1814d65a76028fdfbadab64a5a8076df'] = 'Fournisseurs';
$_LANG['supplier-list_285e963189303f5819e77ec7450673af'] = 'fournisseurs.';
$_LANG['supplier-list_3426bf3cca12b1f6550fd8bd36171e2f'] = 'voir les produits';
$_LANG['supplier-list_44cc6cf69e752cd267e29e71ac4175ff'] = 'Il n\'y a aucun fournisseur.';
$_LANG['supplier-list_4ce81305b7edb043d0a7a5c75cab17d0'] = 'Il y a';
$_LANG['supplier-list_6357d3551190ec7e79371a8570121d3a'] = 'Il y a';
$_LANG['supplier-list_86024cad1e83101d97359d7351051156'] = 'produits';
$_LANG['supplier-list_f5bf48aa40cad7891eb709fcf1fde128'] = 'produit';
$_LANG['supplier-list_70e0158b4815b0ad6be5f86a11e3a3b4'] = 'Il y a %d fournisseurs.';
$_LANG['supplier-list_864c665aea5e824772fda0e678c3ac4d'] = '%d produits';
$_LANG['supplier-list_bf1f33501d576cce01509b67e2260242'] = 'Il y a %d fournisseur.';
$_LANG['supplier_4bbacadd33aff22ab7468fa4f9efd717'] = 'Liste des produits du fournisseur';
$_LANG['supplier_71a863ca23a2b5d1dc82e60b908576b5'] = 'Pas de produit pour ce fournisseur.';
+3 -62
View File
@@ -46,7 +46,6 @@ $_LANG['addresses_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Il mio account';
$_LANG['addresses_e45be0a0d4a0b62b15694c1a631e6e62'] = 'I miei indirizzi';
$_LANG['addresses_f2a6c498fb90ee345d997f888fce3b18'] = 'Cancella';
$_LANG['authentication_01a569ddc6cf67ddec2a683f0a5f5956'] = 'Hai dimenticato la password?';
$_LANG['authentication_07213a0161f52846ab198be103b5ab43'] = 'errori';
$_LANG['authentication_092daa39d2b825e4a7fe9b31c2080ecb'] = 'Appartamenti, suite, unità, edificio, piano, ecc';
$_LANG['authentication_0ba7583639a274c434bbe6ef797115a4'] = 'Registra';
$_LANG['authentication_0f68b904e33d9ac04605aecc958bcf52'] = 'Informazioni supplementari';
@@ -71,7 +70,6 @@ $_LANG['authentication_57d056ed0984166336b7879c2af3657f'] = 'Città';
$_LANG['authentication_59716c97497eb9694541f7c3d37b1a4d'] = 'Nazione';
$_LANG['authentication_5bef23eb7efff2736c5583bda59e5eb7'] = 'Crea il tuo account';
$_LANG['authentication_6335a00a08fde0fbb8f6d6630cdadd92'] = 'I tuoi dati personali';
$_LANG['authentication_6357d3551190ec7e79371a8570121d3a'] = 'Ci sono';
$_LANG['authentication_659e59f062c75f81259d22786d6c44aa'] = 'Febbraio';
$_LANG['authentication_688937ccaf2a2b0c45a1c9bbba09698d'] = 'Giugno';
$_LANG['authentication_6f6162d3a052bb330e9c60285c74c6c9'] = 'Iscriviti alla nostra newsletter';
@@ -109,13 +107,11 @@ $_LANG['authentication_fa3e5edac607a88d8fd7ecb9d6d67424'] = 'Marzo';
$_LANG['authentication_fe66abce284ec8589e7d791185b5c442'] = 'N. telefono ';
$_LANG['best-sales_32af07c9205de16855c50c3d20a51698'] = 'Non ci sono top venditori.';
$_LANG['best-sales_3cb29f0ccc5fd220a97df89dafe46290'] = 'Top venditori';
$_LANG['breadcrumb_157f518779095e8206908ff1268f10a7'] = 'torna a';
$_LANG['breadcrumb_8cf04a9734132302f96da8e113e80ce5'] = 'Home';
$_LANG['category-count_4ce81305b7edb043d0a7a5c75cab17d0'] = 'C\'e';
$_LANG['breadcrumb_b7a41993870e7125b9d4a19c952e5cab'] = 'torna a Home';
$_LANG['category-count_057502b41589e4fcff2f77eb0b122669'] = 'C\'e %d prodotto.';
$_LANG['category-count_5c9838becf9bbce28ba90a7426daf171'] = 'Non ci sono prodotti.';
$_LANG['category-count_6357d3551190ec7e79371a8570121d3a'] = 'Ci sono';
$_LANG['category-count_aac098b07937926af675e5b248734d50'] = 'prodotti.';
$_LANG['category-count_b30e141e947fd1b73ad9a02c2c37e7a2'] = 'prodotto.';
$_LANG['category-count_a9d48596a6537347711527bab8fcd152'] = 'Ci sono %d prodotti.';
$_LANG['category_2f4e54ec9bebe1122b5c23217e764828'] = 'Questa categoria adesso non è disponibile.';
$_LANG['category_d3da97e2d9aee5c8fbe03156ad051c99'] = 'Altro';
$_LANG['category_f73cc399b5ce12735a57f03414f09ef9'] = 'Sotto-categorie';
@@ -123,9 +119,6 @@ $_LANG['category_ff32f7dba36bcd6d0a4214cd80253c3a'] = 'Non ci sono prodotti in q
$_LANG['cms_0557fa923dcee4d0f86b1409f5c2167f'] = 'Indietro';
$_LANG['cms_110a4b01beabd53b661a47d4b44bd7a8'] = 'Pubblica';
$_LANG['cms_24a26cffdfea04302a5bc20b9bce6626'] = 'Questa pagina CSM non è visibile ai tuoi clienti.';
$_LANG['cms_3a5c46570d66970143926e8279942f75'] = 'Elenco di pagine in';
$_LANG['cms_853ae90f0351324bd73ea615e6487517'] = ':';
$_LANG['cms_d98f927661a115378037cc539b046ea8'] = 'Elenco di sotto-categorie in';
$_LANG['cms_eecc2cef7e0fa128ecb0557b66486539'] = 'Questa pagina non esiste.';
$_LANG['contact-form_02d4482d332e1aef3437cd61c9bcc624'] = 'Contattaci';
$_LANG['contact-form_0880266daff3ed4c441adb888658c47c'] = 'Per domande riguardo a un ordine o per informazioni sui nostri prodotti';
@@ -162,10 +155,6 @@ $_LANG['discount_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Il mio account';
$_LANG['discount_eb2527806a7e1ef48009eaaa785368fe'] = 'Cumulativo';
$_LANG['discount_f4a0d7cb0cd45214c8ca5912c970de13'] = 'IVA inclusa';
$_LANG['errors_0557fa923dcee4d0f86b1409f5c2167f'] = 'Indietro';
$_LANG['errors_07213a0161f52846ab198be103b5ab43'] = 'errori';
$_LANG['errors_4ce81305b7edb043d0a7a5c75cab17d0'] = 'C\'è';
$_LANG['errors_6357d3551190ec7e79371a8570121d3a'] = 'Ci sono';
$_LANG['errors_cb5e100e5a9a3e7f6d1fd97512215282'] = 'errore';
$_LANG['guest-tracking_1f1015bbef5f42d858e8486397ad8f3e'] = 'Facile restituzione dei prodotti';
$_LANG['guest-tracking_239109837129190b375ea21c5b0e656a'] = 'Clicca qui per il log-in al tuo account cliente';
$_LANG['guest-tracking_3aedb5d3a3e36f7bb6baf1fbb9497894'] = 'Tracciamento ospite';
@@ -236,15 +225,9 @@ $_LANG['identity_f4d1ea475eaa85102e2b4e6d95da84bd'] = 'Conferma';
$_LANG['identity_fa3e5edac607a88d8fd7ecb9d6d67424'] = 'Marzo';
$_LANG['maintenance_22e0c4d1554f8621cd74b427855266e1'] = 'Per effettuare lavori di manutenzione, il sito non è momentaneamente raggiungibile.';
$_LANG['maintenance_a022ff58716d4cf34050cb68e7f12fcf'] = 'Ci scusiamo per l\'inconveniente, ti invitiamo a riprovare più tardi.';
$_LANG['manufacturer-list_17fc949d3618e4e954ad9c3b6005378d'] = 'produttore.';
$_LANG['manufacturer-list_2377be3c2ad9b435ba277a73f0f1ca76'] = 'Produttori';
$_LANG['manufacturer-list_3426bf3cca12b1f6550fd8bd36171e2f'] = 'vedi prodotti';
$_LANG['manufacturer-list_3fa2b11f3f485404874b0e209b5be196'] = 'produttori.';
$_LANG['manufacturer-list_4ce81305b7edb043d0a7a5c75cab17d0'] = 'C\'è';
$_LANG['manufacturer-list_6357d3551190ec7e79371a8570121d3a'] = 'Ci sono';
$_LANG['manufacturer-list_86024cad1e83101d97359d7351051156'] = 'prodotti';
$_LANG['manufacturer-list_ce7bdbaa2a5998973271d85172456ee6'] = 'Non ci sono produttori';
$_LANG['manufacturer-list_f5bf48aa40cad7891eb709fcf1fde128'] = 'prodotto';
$_LANG['manufacturer_4c8d12a46c2deb4898979acfd4e23f6a'] = 'Elenco di prodotti del produttore:';
$_LANG['manufacturer_a65ed5e8df4b1c2bb34844f81cc9b451'] = 'Non ci sono prodotti per questo produttore.';
$_LANG['manufacturer_d3da97e2d9aee5c8fbe03156ad051c99'] = 'Altro';
@@ -273,7 +256,6 @@ $_LANG['order-address-multishipping-products_03ab340b3f99e03cff9e84314ead38c0']
$_LANG['order-address-multishipping-products_0c458988127eb2150776881e2ef3f0c4'] = 'Indirizzo di spedizione';
$_LANG['order-address-multishipping-products_12d3c7a4296542c62474856ec452c045'] = 'Rif.';
$_LANG['order-address-multishipping-products_1d9baf077ee87921f57a8fe42d510b65'] = 'Sottrai';
$_LANG['order-address-multishipping-products_2fb3b950fd7711136f7f251ae5fbdbdc'] = 'Testo#';
$_LANG['order-address-multishipping-products_713abca3b7abddc0445099b23c0a3697'] = 'Spedire a diversi indirizzi';
$_LANG['order-address-multishipping-products_853ae90f0351324bd73ea615e6487517'] = ':';
$_LANG['order-address-multishipping-products_89379e8168d3baf9be5963422ac20caa'] = 'Alcune qantità sono cambiate, si prega di controllate.';
@@ -299,8 +281,6 @@ $_LANG['order-address-multishipping_f5bf48aa40cad7891eb709fcf1fde128'] = 'prodot
$_LANG['order-address-product-line_07177f134a19f8965265d014b5b81645'] = 'Crea un nuovo indirizzo';
$_LANG['order-address-product-line_1d9baf077ee87921f57a8fe42d510b65'] = 'Sottrai';
$_LANG['order-address-product-line_713abca3b7abddc0445099b23c0a3697'] = 'Spedire a diversi indirizzi';
$_LANG['order-address-product-line_851d9bc346dfba1530e6ad49b554d9e2'] = 'Devi acquistare un minoìimo di';
$_LANG['order-address-product-line_e8c8981687ec92e377b6231fc7ff0c9a'] = 'di questo prodotto';
$_LANG['order-address-product-line_ec211f7c20af43e742bf2570c3cb84f9'] = 'Aggiungi';
$_LANG['order-address-product-line_f2a6c498fb90ee345d997f888fce3b18'] = 'Cancella';
$_LANG['order-address_06933067aafd48425d67bcb01bba5cb6'] = 'Aggiorna';
@@ -333,7 +313,6 @@ $_LANG['order-carrier_617096c86d35478132502be00e12e016'] = 'Se vuoi aggiungere u
$_LANG['order-carrier_674bb1e64d73fb88b873caf79ba06128'] = '(leggi)';
$_LANG['order-carrier_6f05787682585c32498e88bcd2ea88fc'] = 'Modalità di consegna';
$_LANG['order-carrier_86024cad1e83101d97359d7351051156'] = 'prodotti';
$_LANG['order-carrier_8f90815af11493295587f91f571c2f95'] = 'Non ci sono corrieri disponibili che consegnano a questo indirizzo.';
$_LANG['order-carrier_8fb37535c12fbe2899ab442ec474c157'] = 'Scegli opzione di spedizione';
$_LANG['order-carrier_935b611697305cd981f442cfede10094'] = 'Scegli un opzione di spedizione per l\'indirizzo:';
$_LANG['order-carrier_ad88a6c9e8c880f23639321d78ec859d'] = 'Accetto senza riserve le condizioni generali di vendita.';
@@ -342,7 +321,6 @@ $_LANG['order-carrier_b4e59f3a4554655a099738382ebedbff'] = 'Se lo desideri, puoi
$_LANG['order-carrier_b6dddfff5178ce64364ca3f683930354'] = 'Miglior prezzo e qualità';
$_LANG['order-carrier_bd5b551d1757a856d9f2d01dc7850080'] = 'Invia un messaggio';
$_LANG['order-carrier_c2a32e7734b79d54eaaddb651707b403'] = 'Il più veloce';
$_LANG['order-carrier_c7ffdc38ef6b1ecee2c12c01aa7566b0'] = 'Non ci sono vettori disponibili che consegnano ad alcuni dei tuoi indirizzi.';
$_LANG['order-carrier_c8c4080207cd4f02548c8cb6285bd16b'] = 'Nessun corriere necessario per questo ordine';
$_LANG['order-carrier_dd1f775e443ff3b9a89270713580a51b'] = 'Precedente';
$_LANG['order-carrier_e085dcd05d73bdd5afe338e5b6e42a18'] = 'Scegli il tuo metodo di consegna';
@@ -356,16 +334,12 @@ $_LANG['order-confirmation_9390390581f54c65d6acfc8da4e17362'] = 'Torna agli ordi
$_LANG['order-confirmation_b09ffe631344edabac9412ed4c862544'] = 'Il tuo numero di ordine è stato inviato al tuo indirizzo e-mail.';
$_LANG['order-confirmation_e19e31ddb54b493059808ec4f2dab4cb'] = 'Il tuo numero di ordine è:';
$_LANG['order-confirmation_fb077ecba55e5552916bde26d8b9e794'] = 'Conferma ordine';
$_LANG['order-detail_01abfc750a0c942167651c40d088531d'] = 'n.';
$_LANG['order-detail_065ab3a28ca4f16f55f103adc7d0226f'] = 'Consegna';
$_LANG['order-detail_07213a0161f52846ab198be103b5ab43'] = 'errori';
$_LANG['order-detail_0a4af520470128dd451243ce1cd5a852'] = 'Scarica la fattura come file. PDF';
$_LANG['order-detail_0eede552438475bdfe820c13f24c9399'] = 'Prezzo totale';
$_LANG['order-detail_1f87346a16cf80c372065de3c54c86d9'] = '(Tasse incluse).';
$_LANG['order-detail_25e93b63e91b5555bd458c89b1916678'] = 'Fai una nota d restituzione';
$_LANG['order-detail_2633d6725607d13e80f5e30514b91fbe'] = 'Totale buoni:';
$_LANG['order-detail_2ca3deb5cd68fa9119b285804fab572f'] = 'Ordine:';
$_LANG['order-detail_2f49a3a2cd502503bd5c3ae6676f5c41'] = 'immessi sul';
$_LANG['order-detail_332c80b1838dc515f5031e09da3b7f3f'] = 'Riordina';
$_LANG['order-detail_336d5ebc5436534e61d16e63ddfca327'] = '-';
$_LANG['order-detail_37c06f5486d3068a0a9604552c7e081f'] = 'Aggiungi un messaggio:';
@@ -375,13 +349,11 @@ $_LANG['order-detail_41de6d6cfb8953c021bbe4ba0701c8a1'] = 'Messaggi';
$_LANG['order-detail_44749712dbec183e983dcd78a7736c41'] = 'Data';
$_LANG['order-detail_466eadd40b3c10580e3ab4e8061161ce'] = 'Fattura';
$_LANG['order-detail_4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Messaggio';
$_LANG['order-detail_4ce81305b7edb043d0a7a5c75cab17d0'] = 'C\'è';
$_LANG['order-detail_5068c162a60b5859f973f701333f45c5'] = 'Reso merce';
$_LANG['order-detail_552a0d8c17d95d5dbdc0c28217024f5a'] = 'Costi di spedizione';
$_LANG['order-detail_59405437ba605684d715b3e21ef54b12'] = 'Segui il tuo ordine ';
$_LANG['order-detail_5da618e8e4b89c66fe86e32cdafde142'] = 'Da';
$_LANG['order-detail_617096c86d35478132502be00e12e016'] = 'Se vuoi aggiungere un commento riguardo al tuo ordine, scrivilo qui sotto.';
$_LANG['order-detail_6357d3551190ec7e79371a8570121d3a'] = 'Ci sono';
$_LANG['order-detail_63d5049791d9d79d86e9a108b0a999ca'] = 'Riferimento';
$_LANG['order-detail_66c4c5112f455a19afde47829df363fa'] = 'Totale:';
$_LANG['order-detail_694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantità';
@@ -395,12 +367,10 @@ $_LANG['order-detail_914419aa32f04011357d3b604a86d7eb'] = 'Corriere';
$_LANG['order-detail_940663fd4428d2c86f9a4780b6574028'] = 'Messaggio:';
$_LANG['order-detail_94966d90747b97d1f0f206c98a8b1ac3'] = 'Invia';
$_LANG['order-detail_a12925b3d2beb085f9a024d8098b41dd'] = 'Totale carta regalo:';
$_LANG['order-detail_a240fa27925a635b08dc28c9e4f9216d'] = 'Ordine';
$_LANG['order-detail_ac8f8f0de7595f3e4e813e3a1065a061'] = 'Se vuoi restituire uno o più prodotti, spunta le caselle corrispondenti e dai una spiegazione per la restituzione. Quindi clicca sul tasto qui sotto.';
$_LANG['order-detail_aec9b5b1c2f91ccdef8e25f5f1dac86a'] = 'Download del prodotto';
$_LANG['order-detail_afd82044ef6cb3a99383a79fa5c68c9f'] = 'Non puoi restituire la merce con un accout ospite';
$_LANG['order-detail_c1f6368d15f7c13c4e5e8f70c68c747f'] = 'Metodo di pagamento:';
$_LANG['order-detail_cb5e100e5a9a3e7f6d1fd97512215282'] = 'errore';
$_LANG['order-detail_ced55d097872ab13bf177e8d31db396f'] = 'Clicca sul seguente link per seguire la consegna del tuo ordine';
$_LANG['order-detail_d8ea8f57bff2e29a27f3821ae74968bd'] = 'scarica questo prodotto';
$_LANG['order-detail_db205f01b4fd580fb5daa9072d96849d'] = 'Totale prodotti';
@@ -505,34 +475,26 @@ $_LANG['order-opc_ea295188b69aa5e04810abcc38b2b2be'] = 'è stato selezionato';
$_LANG['order-payment_03ab340b3f99e03cff9e84314ead38c0'] = 'Q.tà';
$_LANG['order-payment_12d3c7a4296542c62474856ec452c045'] = 'Rif.';
$_LANG['order-payment_1d9baf077ee87921f57a8fe42d510b65'] = 'Sottrai';
$_LANG['order-payment_1f87346a16cf80c372065de3c54c86d9'] = '(Tasse incl.)';
$_LANG['order-payment_21034ae6d01a83e702839a72ba8a77b0'] = '(tasse escl.)';
$_LANG['order-payment_2633d6725607d13e80f5e30514b91fbe'] = 'Totale vouchers:';
$_LANG['order-payment_2fb3b950fd7711136f7f251ae5fbdbdc'] = 'Testo#';
$_LANG['order-payment_444bcb3a3fcf8389296c49467f27e1d6'] = 'ok';
$_LANG['order-payment_543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Totale prodotti:';
$_LANG['order-payment_59319ac504f7ad04ae16126cf49e7f7e'] = 'Il tuo metodo di pagamento';
$_LANG['order-payment_66c4c5112f455a19afde47829df363fa'] = 'Totale';
$_LANG['order-payment_691b338fa68b3c177c6ebbc745624c6a'] = 'Totale spedizone:';
$_LANG['order-payment_6c957f72dc8cdacc75762f2cbdcdfaf2'] = 'Prezzo unitario';
$_LANG['order-payment_853ae90f0351324bd73ea615e6487517'] = ':';
$_LANG['order-payment_86024cad1e83101d97359d7351051156'] = 'prodotti';
$_LANG['order-payment_8e1263b23607508e7ba8ff39aec8031d'] = 'Non sono stati installati moduli di pagamento.';
$_LANG['order-payment_96b0141273eabab320119c467cdcaf17'] = 'Totale';
$_LANG['order-payment_9cc000efe3e783af5bf114f2e6573156'] = 'Totale confezione regalo:';
$_LANG['order-payment_9e6d9b3daa15e41d36806a289c42674d'] = 'Scegli il tuo metodo di pagamento';
$_LANG['order-payment_9ff9c46512c186ebae182519a55dc6a9'] = 'Disp.';
$_LANG['order-payment_a12925b3d2beb085f9a024d8098b41dd'] = 'Totale confezione regalo:';
$_LANG['order-payment_a82868319826fb092b73968e661b5b38'] = 'Vouchers';
$_LANG['order-payment_ada0f55ef37f4928c5cd970f378c15e8'] = 'Totale vouchers';
$_LANG['order-payment_b5a7adde1af5c87d7fd797b6245c2a39'] = 'Descrizione';
$_LANG['order-payment_c8cd21bd2e33378f10611bc4498cf96f'] = 'Elimina questa personalizzazione';
$_LANG['order-payment_db205f01b4fd580fb5daa9072d96849d'] = 'Totale prodotti';
$_LANG['order-payment_dd1f775e443ff3b9a89270713580a51b'] = 'Precedente';
$_LANG['order-payment_deb10517653c255364175796ace3553f'] = 'Prodotto';
$_LANG['order-payment_ec211f7c20af43e742bf2570c3cb84f9'] = 'Aggiungi';
$_LANG['order-payment_f2a6c498fb90ee345d997f888fce3b18'] = 'Cancella';
$_LANG['order-payment_f4e8b53a114e5a17d051ab84d326cae5'] = 'Totale spedizione';
$_LANG['order-payment_f5bf48aa40cad7891eb709fcf1fde128'] = 'prodotto';
$_LANG['order-payment_f7b96335c6a33477579e43f3da368507'] = 'Approfitta delle nostre offerte:';
$_LANG['order-return_17806a71d233a243594b1210af57c245'] = 'Elenco elementi contrassegnati come restituiti:';
@@ -540,7 +502,6 @@ $_LANG['order-return_1ca819fd1ccd9dfc3a091c66b778271f'] = 'Tutti i prodotti devo
$_LANG['order-return_2a161a7d653aa950ebe6e3637e036048'] = 'Attendi la nostra conferma prima di restituire qualsiasi merce.';
$_LANG['order-return_63d5049791d9d79d86e9a108b0a999ca'] = 'Riferimento';
$_LANG['order-return_694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantità';
$_LANG['order-return_853ae90f0351324bd73ea615e6487517'] = ':';
$_LANG['order-return_88be9ea838e21273267409d76af3b284'] = 'Abbiamo registrato la vostra richiesta di restituzione.';
$_LANG['order-return_955b51949c0e756934c02c521f7f9405'] = 'documento in PDF';
$_LANG['order-return_9f68b11daca41ccf9fdc9d2f69901c9c'] = 'Quando ricevi il pacchetto, sarai avvisato via e-mail. Noi inizieremo ad elaborare il rimborso del totale dell\'ordine.';
@@ -557,7 +518,6 @@ $_LANG['order-return_f393a2fe17dc0cacff53a136479b845d'] = 'Facci sapere se hai d
$_LANG['order-return_f3ba7c2fb2c65ad6fa1b1efd30573a8d'] = 'Ti preghiamo di stampare il';
$_LANG['order-return_f637120d9f24c366b382ede6c21cddf0'] = 'Se le condizioni di restituzione di cui sopra non sono rispettate, ci riserviamo il diritto di rifiutare il pacchetto e / o rimborso.';
$_LANG['order-return_fbbd47b7e45c0ad3fe0bf70539b5a2d4'] = 'PROMEMORIA:';
$_LANG['order-slip_01abfc750a0c942167651c40d088531d'] = 'n.';
$_LANG['order-slip_0ba830b7ca1513a4882ce5aac84030b8'] = 'Non hai ricevuto alcuna nota di credito.';
$_LANG['order-slip_3cb6ea48a427bf3a1687302e3b764c27'] = 'Visualizza nota di credito';
$_LANG['order-slip_446faa7da2d42ba4ffeda73cb119dd91'] = 'Data di emissione';
@@ -591,8 +551,6 @@ $_LANG['prices-drop_62e15ca272c14c03aa52b64c8caf2334'] = 'Nessuna riduzione prez
$_LANG['prices-drop_c8f312df214e2295809027c6ca79d232'] = 'Riduzione prezzo';
$_LANG['product-compare_216adaf4e98dc62ec3abeab51b9fc57f'] = 'Si prega di selezionare almeno un prodotto.';
$_LANG['product-compare_7eece51cf3938103677db7a5051ef8f5'] = 'Confronta';
$_LANG['product-compare_a8d079e460524011d67b268fcd3c047e'] = 'prodotto/i del comparatore prodotto';
$_LANG['product-compare_fe22c6b5957bca5380f9cf6529fea8c5'] = 'Non è possibile aggiungere più di';
$_LANG['product-list_03c2e7e41ffc181a4e84080b4710e81e'] = 'Nuovo';
$_LANG['product-list_2d0f6b8300be19cf35e89e66f0677f95'] = 'Aggiungi al carrello';
$_LANG['product-list_4351cfebe4b61d8aa5efa1d020710005'] = 'Visualizza';
@@ -681,21 +639,16 @@ $_LANG['products-comparison_98f770b0af18ca763421bac22b4b6805'] = 'Caratteristich
$_LANG['products-comparison_bc0f7082192ef02e934a036cf4991789'] = 'Questo prodotto non è più disponibile';
$_LANG['products-comparison_ca2bf12169883f4982d8fe34b7e3c618'] = 'Prezzo ridotto!';
$_LANG['products-comparison_f5e15309ff0396474b8421ef48871d0b'] = 'Nessuna caratteristica da confrontare';
$_LANG['products-comparison_fe3838c7c11aa406dd956566e17360d5'] = 'per';
$_LANG['restricted-country_4ea06a9e8f9054fff852b1421f9f474b'] = 'Non puoi accedere al nostro negozio dal tuo paese. Ci scusiamo per l\'inconveniente.';
$_LANG['scenes_03c2e7e41ffc181a4e84080b4710e81e'] = 'Nuovo';
$_LANG['scenes_800e90e940e7f1fb938b0fda5137f38c'] = 'In vendita!';
$_LANG['scenes_ca2bf12169883f4982d8fe34b7e3c618'] = 'Prezzo ridotto!';
$_LANG['scenes_d3d2e617335f08df83599665eef8a418'] = 'Chiudi';
$_LANG['search_13348442cc6a27032d2b4aa28b75a5d3'] = 'Cerca';
$_LANG['search_374a2615c744dd856979150a5fcc285e'] = 'risultato è stato trovato.';
$_LANG['search_974056479706646f1e092ada9e3cfc2b'] = 'Nessun risultato per la tua ricerca';
$_LANG['search_e214e4077f303dd6547d22217ae84cc9'] = 'risultati sono stati trovati.';
$_LANG['search_e59894bdfd0b523f5036ff21fa905474'] = 'Si prega di digitare una parola chiave di ricerca';
$_LANG['search_e9cbf16b6f16ee339f45a841b915c47c'] = 'Torna alla pagina precedente';
$_LANG['shopping-cart-product-line_1d9baf077ee87921f57a8fe42d510b65'] = 'Sottrai';
$_LANG['shopping-cart-product-line_851d9bc346dfba1530e6ad49b554d9e2'] = 'È necessario acquistare un minimo di';
$_LANG['shopping-cart-product-line_e8c8981687ec92e377b6231fc7ff0c9a'] = 'di questo prodotto.';
$_LANG['shopping-cart-product-line_ec211f7c20af43e742bf2570c3cb84f9'] = 'Aggiungi';
$_LANG['shopping-cart-product-line_f2a6c498fb90ee345d997f888fce3b18'] = 'Elimina';
$_LANG['shopping-cart_03ab340b3f99e03cff9e84314ead38c0'] = 'Qtà';
@@ -703,8 +656,6 @@ $_LANG['shopping-cart_10ac3d04253ef7e1ddc73e6091c0cd55'] = 'Successivo';
$_LANG['shopping-cart_12d3c7a4296542c62474856ec452c045'] = 'Rif.';
$_LANG['shopping-cart_1ad9dce3d19b51de499eeaa71418435b'] = 'Totale (tasse escl.)';
$_LANG['shopping-cart_1d9baf077ee87921f57a8fe42d510b65'] = 'Sottrai';
$_LANG['shopping-cart_1f87346a16cf80c372065de3c54c86d9'] = '(tasse incl.)';
$_LANG['shopping-cart_21034ae6d01a83e702839a72ba8a77b0'] = '(tasse escl.)';
$_LANG['shopping-cart_2633d6725607d13e80f5e30514b91fbe'] = 'Totale buoni:';
$_LANG['shopping-cart_2fb3b950fd7711136f7f251ae5fbdbdc'] = 'Testo n.';
$_LANG['shopping-cart_300225ee958b6350abc51805dab83c24'] = 'Continua lo shopping';
@@ -723,21 +674,17 @@ $_LANG['shopping-cart_853ae90f0351324bd73ea615e6487517'] = ':';
$_LANG['shopping-cart_86024cad1e83101d97359d7351051156'] = 'prodotti';
$_LANG['shopping-cart_879f6b8877752685a966564d072f498f'] = 'Il carrello è vuoto.';
$_LANG['shopping-cart_96b0141273eabab320119c467cdcaf17'] = 'Totale';
$_LANG['shopping-cart_9cc000efe3e783af5bf114f2e6573156'] = 'Totale carta regalo';
$_LANG['shopping-cart_a12925b3d2beb085f9a024d8098b41dd'] = 'Totale carta regalo:';
$_LANG['shopping-cart_a40cab5994f36d4c48103a22ca082e8f'] = 'Il tuo carrello';
$_LANG['shopping-cart_a82868319826fb092b73968e661b5b38'] = 'Voucher';
$_LANG['shopping-cart_ada0f55ef37f4928c5cd970f378c15e8'] = 'Totale buoni';
$_LANG['shopping-cart_af0f5bdc5be121b9307687aeeae38c17'] = 'Indirizzo di consegna';
$_LANG['shopping-cart_b26936037de7ddea95141427b2dbb29d'] = 'Il tuo carrello contiene';
$_LANG['shopping-cart_b4f90d226d5212c67236540da6b5c2da'] = 'Ultimo prodotto aggiunto';
$_LANG['shopping-cart_b5a7adde1af5c87d7fd797b6245c2a39'] = 'Descrizione';
$_LANG['shopping-cart_db205f01b4fd580fb5daa9072d96849d'] = 'Totale prodotti';
$_LANG['shopping-cart_deb10517653c255364175796ace3553f'] = 'Prodotto';
$_LANG['shopping-cart_e0aa021e21dddbd6d8cecec71e9cf564'] = 'ok';
$_LANG['shopping-cart_ec211f7c20af43e742bf2570c3cb84f9'] = 'Aggiungi';
$_LANG['shopping-cart_f2a6c498fb90ee345d997f888fce3b18'] = 'Elimina';
$_LANG['shopping-cart_f4e8b53a114e5a17d051ab84d326cae5'] = 'Totale spedizione';
$_LANG['shopping-cart_f5bf48aa40cad7891eb709fcf1fde128'] = 'prodotto';
$_LANG['shopping-cart_f7b96335c6a33477579e43f3da368507'] = 'Approfitta delle nostre offerte:';
$_LANG['sitemap_1814d65a76028fdfbadab64a5a8076df'] = 'Fornitori';
@@ -781,15 +728,9 @@ $_LANG['stores_c12a54029f4b4517d9302e2dda2d191c'] = 'Ecco i dettagli dei nostri
$_LANG['stores_c556562cb1ccde3e1013ad55b47ce9ae'] = 'Ottieni indicazioni stradali';
$_LANG['stores_dd7bf230fde8d4836917806aff6a6b27'] = 'Indirizzo';
$_LANG['stores_fdb0c388de01d545017cdf9ccf00eb72'] = 'Negozio';
$_LANG['supplier-list_13c6f6474ae3e11e2c2da11c07c05174'] = 'fornitore.';
$_LANG['supplier-list_1814d65a76028fdfbadab64a5a8076df'] = 'Fornitori';
$_LANG['supplier-list_285e963189303f5819e77ec7450673af'] = 'fornitori.';
$_LANG['supplier-list_3426bf3cca12b1f6550fd8bd36171e2f'] = 'visualizza prodotti';
$_LANG['supplier-list_44cc6cf69e752cd267e29e71ac4175ff'] = 'Non ci sono fornitori.';
$_LANG['supplier-list_4ce81305b7edb043d0a7a5c75cab17d0'] = 'C\'è';
$_LANG['supplier-list_6357d3551190ec7e79371a8570121d3a'] = 'Ci sono';
$_LANG['supplier-list_86024cad1e83101d97359d7351051156'] = 'prodotti';
$_LANG['supplier-list_f5bf48aa40cad7891eb709fcf1fde128'] = 'prodotto';
$_LANG['supplier_4bbacadd33aff22ab7468fa4f9efd717'] = 'Elenco dei prodotti da parte del fornitore:';
$_LANG['supplier_71a863ca23a2b5d1dc82e60b908576b5'] = 'Nessun prodotto per questo fornitore.';
+6 -4
View File
@@ -36,9 +36,11 @@
<span class="bold">
{if $nbManufacturers == 0}{l s='There are no manufacturers.'}
{else}
{if $nbManufacturers == 1}{l s='There is'}{else}{l s='There are'}{/if}&#160;
{$nbManufacturers}&#160;
{if $nbManufacturers == 1}{l s='manufacturer.'}{else}{l s='manufacturers.'}{/if}
{if $nbManufacturers == 1}
{l s='There is %d manufacturer.' sprintf=$nbManufacturers}
{else}
{l s='There are %d manufacturers.' sprintf=$nbManufacturers}
{/if}
{/if}
</span>{/strip}
</p>
@@ -66,7 +68,7 @@
{if $manufacturer.nb_products > 0}</a>{/if}
<br />
{if $manufacturer.nb_products > 0}<a href="{$link->getmanufacturerLink($manufacturer.id_manufacturer, $manufacturer.link_rewrite)|escape:'htmlall':'UTF-8'}">{/if}
<span>{$manufacturer.nb_products|intval} {if $manufacturer.nb_products == 1}{l s='product'}{else}{l s='products'}{/if}</span>
<span>{if $manufacturer.nb_products == 1}{l s='%d product' sprintf=$manufacturer.nb_products|intval}{else}{l s='%d products' sprintf=$manufacturer.nb_products|intval}{/if}</span>
{if $manufacturer.nb_products > 0}</a>{/if}
</p>
</div>
@@ -62,7 +62,7 @@
</div>
{elseif $type == $CUSTOMIZE_TEXTFIELD}
<ul class="typedText">
{foreach from=$datas item='textField' name='typedText'}<li>{if $textField.name}{$textField.name}{else}{l s='Text #'}{$smarty.foreach.typedText.index+1}{/if}{l s=':'} {$textField.value}</li>{/foreach}
{foreach from=$datas item='textField' name='typedText'}<li>{if $textField.name}{$textField.name}{l s=':'}{else}{l s='Text #%s:' sprintf=$smarty.foreach.typedText.index+1}{/if} {$textField.value}</li>{/foreach}
</ul>
{/if}
{/foreach}
@@ -45,7 +45,7 @@
<img src="{$img_dir}icon/quantity_down.gif" alt="{l s='Subtract'}" width="14" height="9" />
</a>
{else}
<a class="cart_quantity_down" style="opacity: 0.3;" href="#" id="cart_quantity_down_{$product.id_product}_{$product.id_product_attribute}_0_{$product.id_address_delivery|intval}" title="{l s='You must purchase a minimum of'}{$product.minimal_quantity}{l s='of this product.'}">
<a class="cart_quantity_down" style="opacity: 0.3;" href="#" id="cart_quantity_down_{$product.id_product}_{$product.id_product_attribute}_0_{$product.id_address_delivery|intval}" title="{l s='You must purchase a minimum of %d of this product.' sprintf=$product.minimal_quantity}">
<img src="{$img_dir}icon/quantity_down.gif" width="14" height="9" alt="{l s='Subtract'}" />
</a>
{/if}
+2 -2
View File
@@ -35,7 +35,7 @@
<input type="hidden" value="{$order->id}" name="id_order"/>
<h4>
<input type="submit" value="{l s='Reorder'}" name="submitReorder" class="button exclusive" />
{l s='Order'} <span class="color-myaccount">{l s='#'}{$order->id|string_format:"%06d"}</span> - {l s='placed on'} {dateFormat date=$order->date_add full=0}
{l s='Order #%s - placed on' sprintf=$order->id|string_format:"%06d"}{dateFormat date=$order->date_add full=0}
</h4>
</div>
</form>
@@ -383,7 +383,7 @@
{/if}
{if isset($errors) && $errors}
<div class="error">
<p>{if $errors|@count > 1}{l s='There are'}{else}{l s='There is'}{/if} {$errors|@count} {if $errors|@count > 1}{l s='errors'}{else}{l s='error'}{/if} :</p>
<p>{if $errors|@count > 1}{l s='There are %d errors' sprintf=$errors|@count}{else}{l s='There is %d error' sprintf=$errors|@count}{/if}</p>
<ol>
{foreach from=$errors key=k item=error}
<li>{$error}</li>
+9 -9
View File
@@ -75,12 +75,12 @@
{if $use_taxes}
{if $priceDisplay}
<tr class="cart_total_price">
<td colspan="6">{l s='Total products'}{if $display_tax_label} {l s='(tax excl.)'}{/if}{l s=':'}</td>
<td colspan="6">{if $display_tax_label}{l s='Total products (tax excl.):'}{else}{l s='Total products:'}{/if}</td>
<td class="price" id="total_product">{displayPrice price=$total_products}</td>
</tr>
{else}
<tr class="cart_total_price">
<td colspan="6">{l s='Total products'}{if $display_tax_label} {l s='(tax incl.)'}{/if}{l s=':'}</td>
<td colspan="6">{if $display_tax_label}{l s='Total products (tax incl.):'}{else}{l s='Total products:'}{/if}</td>
<td class="price" id="total_product">{displayPrice price=$total_products_wt}</td>
</tr>
{/if}
@@ -94,9 +94,9 @@
<td colspan="6">
{if $use_taxes}
{if $priceDisplay}
{l s='Total vouchers'}{if $display_tax_label} {l s='(tax excl.)'}{/if}{l s=':'}
{if $display_tax_label}{l s='Total vouchers (tax excl.):'}{else}{l s='Total vouchers:'}{/if}
{else}
{l s='Total vouchers'}{if $display_tax_label} {l s='(tax incl.)'}{/if}{l s=':'}
{if $display_tax_label}{l s='Total vouchers (tax incl.):'}{else}{l s='Total vouchers:'}{/if}
{/if}
{else}
{l s='Total vouchers:'}
@@ -118,9 +118,9 @@
<td colspan="6">
{if $use_taxes}
{if $priceDisplay}
{l s='Total gift-wrapping'}{if $display_tax_label} {l s='(tax excl.)'}{/if}{l s=':'}
{if $display_tax_label}{l s='Total gift-wrapping (tax excl.):'}{else}{l s='Total gift-wrapping:'}{/if}
{else}
{l s='Total gift-wrapping'}{if $display_tax_label} {l s='(tax incl.)'}{/if}{l s=':'}
{if $display_tax_label}{l s='Total gift-wrapping (tax incl.):'}{else}{l s='Total gift-wrapping:'}{/if}
{/if}
{else}
{l s='Total gift-wrapping:'}
@@ -141,12 +141,12 @@
{if $use_taxes}
{if $priceDisplay}
<tr class="cart_total_delivery" {if $shippingCost <= 0} style="display:none;"{/if}>
<td colspan="6">{l s='Total shipping'}{if $display_tax_label} {l s='(tax excl.)'}{/if}{l s=':'}</td>
<td colspan="6">{if $display_tax_label}{l s='Total shipping (tax excl.):'}{else}{l s='Total shipping:'}{/if}}</td>
<td class="price" id="total_shipping">{displayPrice price=$shippingCostTaxExc}</td>
</tr>
{else}
<tr class="cart_total_delivery"{if $shippingCost <= 0} style="display:none;"{/if}>
<td colspan="6">{l s='Total shipping'}{if $display_tax_label} {l s='(tax incl.)'}{/if}{l s=':'}</td>
<td colspan="6">{if $display_tax_label}{l s='Total shipping (tax incl.):'}{else}{l s='Total shipping:'}{/if}</td>
<td class="price" id="total_shipping" >{displayPrice price=$shippingCost}</td>
</tr>
{/if}
@@ -238,7 +238,7 @@
</div>
{elseif $type == $CUSTOMIZE_TEXTFIELD}
<ul class="typedText">
{foreach from=$datas item='textField' name='typedText'}<li>{if $textField.name}{$textField.name}{else}{l s='Text #'}{$smarty.foreach.typedText.index+1}{/if}{l s=':'} {$textField.value}</li>{/foreach}
{foreach from=$datas item='textField' name='typedText'}<li>{if $textField.name}{l s='%s:' sprintf=$textField.name}{else}{l s='Text #%s:' sprintf=$smarty.foreach.typedText.index+1}{/if} {$textField.value}</li>{/foreach}
</ul>
{/if}
{/foreach}
+1 -1
View File
@@ -68,7 +68,7 @@
<ul class="typedText">{counter start=0 print=false}
{foreach from=$datas item='data'}
{assign var='customizationFieldName' value="Text #"|cat:$data.id_customization_field}
<li>{$data.name|default:$customizationFieldName}{l s=':'} {$data.value}</li>
<li>{l s='%s:' sprintf=$data.name|default:$customizationFieldName} {$data.value}</li>
{/foreach}
</ul>
{/if}
+4 -4
View File
@@ -43,12 +43,12 @@
<tbody>
{foreach from=$ordersSlip item=slip name=myLoop}
<tr class="{if $smarty.foreach.myLoop.first}first_item{elseif $smarty.foreach.myLoop.last}last_item{else}item{/if} {if $smarty.foreach.myLoop.index % 2}alternate_item{/if}">
<td class="bold"><span class="color-myaccount">{l s='#'}{$slip.id_order_slip|string_format:"%06d"}</span></td>
<td class="history_method"><a class="color-myaccount" href="javascript:showOrder(1, {$slip.id_order|intval}, '{$link->getPageLink('order-detail')}');">{l s='#'}{$slip.id_order|string_format:"%06d"}</a></td>
<td class="bold"><span class="color-myaccount">{l s='#%s' sprintf=$slip.id_order_slip|string_format:"%06d"}</span></td>
<td class="history_method"><a class="color-myaccount" href="javascript:showOrder(1, {$slip.id_order|intval}, '{$link->getPageLink('order-detail')}');">{l s='#%s' sprintf=$slip.id_order|string_format:"%06d"}</a></td>
<td class="bold">{dateFormat date=$slip.date_add full=0}</td>
<td class="history_invoice">
<a href="{$link->getPageLink('pdf-order-slip', true, NULL, "id_order_slip={$slip.id_order_slip|intval}")}" title="{l s='Credit slip'} {l s='#'}{$slip.id_order_slip|string_format:"%06d"}"><img src="{$img_dir}icon/pdf.gif" alt="{l s='Order slip'} {l s='#'}{$slip.id_order_slip|string_format:"%06d"}" class="icon" /></a>
<a href="{$link->getPageLink('pdf-order-slip', true, NULL, "id_order_slip={$slip.id_order_slip|intval}")}" title="{l s='Credit slip'} {l s='#'}{$slip.id_order_slip|string_format:"%06d"}">{l s='PDF'}</a>
<a href="{$link->getPageLink('pdf-order-slip', true, NULL, "id_order_slip={$slip.id_order_slip|intval}")}" title="{l s='Credit slip'} {l s='#%s' sprintf=$slip.id_order_slip|string_format:"%06d"}"><img src="{$img_dir}icon/pdf.gif" alt="{l s='Order slip'} {l s='#%s' sprintf=$slip.id_order_slip|string_format:"%06d"}" class="icon" /></a>
<a href="{$link->getPageLink('pdf-order-slip', true, NULL, "id_order_slip={$slip.id_order_slip|intval}")}" title="{l s='Credit slip'} {l s='#%s' sprintf=$slip.id_order_slip|string_format:"%06d"}">{l s='PDF'}</a>
</td>
</tr>
{/foreach}
+1 -1
View File
@@ -28,7 +28,7 @@
<script type="text/javascript">
// <![CDATA[
var min_item = '{l s='Please select at least one product' js=1}';
var max_item = "{l s='You cannot add more than' js=1} {$comparator_max_item} {l s='product(s) to the product comparison' js=1}";
var max_item = "{l s='You cannot add more than %d product(s) to the product comparison' sprintf=$comparator_max_item js=1}";
//]]>
</script>
+1 -1
View File
@@ -62,7 +62,7 @@
{if !empty($product->unity) && $product->unit_price_ratio > 0.000000}
{math equation="pprice / punit_price" pprice=$product->getPrice($taxes_behavior) punit_price=$product->unit_price_ratio assign=unit_price}
<p class="comparison_unit_price">{convertPrice price=$unit_price} {l s='per'} {$product->unity|escape:'htmlall':'UTF-8'}</p>
<p class="comparison_unit_price">{convertPrice price=$unit_price} {l s='per %d' sprintf=$product->unity|escape:'htmlall':'UTF-8'}</p>
{else}
&nbsp;
{/if}
+1 -1
View File
@@ -44,7 +44,7 @@
{/if}
</p>
{else}
<h3 class="nbresult"><span class="big">{$nbProducts|intval}</span>&nbsp;{if $nbProducts == 1}{l s='result has been found.'}{else}{l s='results have been found.'}{/if}</h3>
<h3 class="nbresult"><span class="big">{if $nbProducts == 1}{l s='%d result has been found.' sprintf=$nbProducts|intval}{else}{l s='%d results have been found.' sprintf=$nbProducts|intva}{/if}</span></h3>
{if !isset($instantSearch) || (isset($instantSearch) && !$instantSearch)}
<div class="sortPagiBar clearfix">
@@ -68,7 +68,7 @@
<img src="{$img_dir}icon/quantity_down.gif" alt="{l s='Subtract'}" width="14" height="9" />
</a>
{else}
<a class="cart_quantity_down" style="opacity: 0.3;" href="#" id="cart_quantity_down_{$product.id_product}_{$product.id_product_attribute}_0_{$product.id_address_delivery|intval}" title="{l s='You must purchase a minimum of'}{$product.minimal_quantity}{l s='of this product.'}">
<a class="cart_quantity_down" style="opacity: 0.3;" href="#" id="cart_quantity_down_{$product.id_product}_{$product.id_product_attribute}_0_{$product.id_address_delivery|intval}" title="{l s='You must purchase a minimum of %d of this product.' sprintf=$product.minimal_quantity}">
<img src="{$img_dir}icon/quantity_down.gif" width="14" height="9" alt="{l s='Subtract'}" />
</a>
{/if}
+8 -8
View File
@@ -85,12 +85,12 @@
{if $use_taxes}
{if $priceDisplay}
<tr class="cart_total_price">
<td colspan="5">{l s='Total products'}{if $display_tax_label} {l s='(tax excl.)'}{/if}{l s=':'}</td>
<td colspan="5">{if $display_tax_label}{l s='Total products (tax excl.):'}{else}{l s='Total products:'}{/if}</td>
<td colspan="2" class="price" id="total_product">{displayPrice price=$total_products}</td>
</tr>
{else}
<tr class="cart_total_price">
<td colspan="5">{l s='Total products'}{if $display_tax_label} {l s='(tax incl.)'}{/if}{l s=':'}</td>
<td colspan="5">{if $display_tax_label}{l s='Total products (tax incl.):'}{else}{l s='Total products:'}{/if}</td>
<td colspan="2" class="price" id="total_product">{displayPrice price=$total_products_wt}</td>
</tr>
{/if}
@@ -104,9 +104,9 @@
<td colspan="5">
{if $use_taxes}
{if $priceDisplay}
{l s='Total vouchers'}{if $display_tax_label} {l s='(tax excl.)'}{/if}{l s=':'}
{if $display_tax_label}{l s='Total vouchers (tax excl.):'}{else}{l s='Total vouchers:'}{/if}
{else}
{l s='Total vouchers'}{if $display_tax_label} {l s='(tax incl.)'}{/if}{l s=':'}
{if $display_tax_label}{l s='Total vouchers (tax incl.):'}{else}{l s='Total vouchers:'}{/if}
{/if}
{else}
{l s='Total vouchers:'}
@@ -128,9 +128,9 @@
<td colspan="5">
{if $use_taxes}
{if $priceDisplay}
{l s='Total gift-wrapping'}{if $display_tax_label} {l s='(tax excl.)'}{/if}{l s=':'}
{if $display_tax_label}{l s='Total gift-wrapping (tax excl.):'}{else}{l s='Total gift-wrapping:'}{/if}
{else}
{l s='Total gift-wrapping'}{if $display_tax_label} {l s='(tax incl.)'}{/if}{l s=':'}
{if $display_tax_label}{l s='Total gift-wrapping (tax incl.):'}{else}{l s='Total gift-wrapping:'}{/if}
{/if}
{else}
{l s='Total gift-wrapping:'}
@@ -151,12 +151,12 @@
{if $use_taxes}
{if $priceDisplay}
<tr class="cart_total_delivery" {if $shippingCost <= 0} style="display:none;"{/if}>
<td colspan="5">{l s='Total shipping'}{if $display_tax_label} {l s='(tax excl.)'}{/if}{l s=':'}</td>
<td colspan="5">{if $display_tax_label}{l s='Total shipping (tax excl.):'}{else}{l s='Total shipping:'}{/if}</td>
<td colspan="2" class="price" id="total_shipping">{displayPrice price=$shippingCostTaxExc}</td>
</tr>
{else}
<tr class="cart_total_delivery"{if $shippingCost <= 0} style="display:none;"{/if}>
<td colspan="5">{l s='Total shipping'}{if $display_tax_label} {l s='(tax incl.)'}{/if}{l s=':'}</td>
<td colspan="5">{if $display_tax_label}{l s='Total shipping (tax incl.):'}{else}{l s='Total shipping:'}{/if}</td>
<td colspan="2" class="price" id="total_shipping" >{displayPrice price=$shippingCost}</td>
</tr>
{/if}
+6 -4
View File
@@ -37,9 +37,11 @@
<span class="bold">
{if $nbSuppliers == 0}{l s='There are no suppliers.'}
{else}
{if $nbSuppliers == 1}{l s='There is'}{else}{l s='There are'}{/if}&#160;
{$nbSuppliers}&#160;
{if $nbSuppliers == 1}{l s='supplier.'}{else}{l s='suppliers.'}{/if}
{if $nbSuppliers == 1}
{l s='There is %d supplier.' sprintf=$nbSuppliers}
{else}
{l s='There are %d suppliers.' sprintf=$nbSuppliers}
{/if}
{/if}
</span>{/strip}
</p>
@@ -81,7 +83,7 @@
{if $supplier.nb_products > 0}
<a href="{$link->getsupplierLink($supplier.id_supplier, $supplier.link_rewrite)|escape:'htmlall':'UTF-8'}">
{/if}
<span>{$supplier.nb_products|intval} {if $supplier.nb_products == 1}{l s='product'}{else}{l s='products'}{/if}</span>
<span>{if $supplier.nb_products == 1}{l s='%d product' sprintf=$supplier.nb_products|intval}{else}{l s='%d products' sprintf=$supplier.nb_products|intval}{/if}</span>
{if $supplier.nb_products > 0}
</a>
{/if}