//Changed English strings using the translationsenglish module.
This commit is contained in:
@@ -23,10 +23,10 @@
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
<div class="pagenotfound">
|
||||
<h1>{l s='Page not available'}</h1>
|
||||
<h1>{l s='This page is not available'}</h1>
|
||||
|
||||
<p>
|
||||
{l s='We\'re sorry, but the Web address you entered is no longer available'}
|
||||
{l s='We\'re sorry, but the Web address you\'ve entered is no longer available.'}
|
||||
</p>
|
||||
|
||||
<h3>{l s='To find a product, please type its name in the field below'}</h3>
|
||||
|
||||
@@ -215,7 +215,7 @@ $(function(){ldelim}
|
||||
<textarea id="other" name="other" cols="26" rows="3">{if isset($smarty.post.other)}{$smarty.post.other}{else}{if isset($address->other)}{$address->other}{/if}{/if}</textarea>
|
||||
</p>
|
||||
{if $one_phone_at_least}
|
||||
<p class="inline-infos required">{l s='You must register at least one phone number'} <sup class="required">*</sup></p>
|
||||
<p class="inline-infos required">{l s='You must register at least one phone number.'} <sup class="required">*</sup></p>
|
||||
{/if}
|
||||
<p class="text">
|
||||
<label for="phone">{l s='Home phone'}</label>
|
||||
@@ -226,7 +226,7 @@ $(function(){ldelim}
|
||||
<input type="text" id="phone_mobile" name="phone_mobile" value="{if isset($smarty.post.phone_mobile)}{$smarty.post.phone_mobile}{else}{if isset($address->phone_mobile)}{$address->phone_mobile}{/if}{/if}" />
|
||||
</p>
|
||||
<p class="required text" id="adress_alias">
|
||||
<label for="alias">{l s='Assign an address title for future reference'} <sup>*</sup></label>
|
||||
<label for="alias">{l s='Please assign an address title for future reference.'} <sup>*</sup></label>
|
||||
<input type="text" id="alias" name="alias" value="{if isset($smarty.post.alias)}{$smarty.post.alias}{else if isset($address->alias)}{$address->alias}{else if isset($select_address)}{l s='My address'}{/if}" />
|
||||
</p>
|
||||
</fieldset>
|
||||
|
||||
@@ -95,7 +95,7 @@
|
||||
{if isset($multipleAddresses) && $multipleAddresses}
|
||||
<div class="addresses">
|
||||
<h3>{l s='Your addresses are listed below.'}</h3>
|
||||
<p>{l s='Be sure to update them if they have changed.'}</p>
|
||||
<p>{l s='Be sure to update your personal information if it has changed.'}</p>
|
||||
{assign var="adrs_style" value=$addresses_style}
|
||||
<div class="bloc_adresses clearfix">
|
||||
{foreach from=$multipleAddresses item=address name=myLoop}
|
||||
@@ -119,7 +119,7 @@
|
||||
<p class="clear" />
|
||||
</div>
|
||||
{else}
|
||||
<p class="warning">{l s='No addresses available.'} <a href="{$link->getPageLink('address', true)}">{l s='Add new address'}</a></p>
|
||||
<p class="warning">{l s='No addresses are available.'} <a href="{$link->getPageLink('address', true)}">{l s='Add a new address'}</a></p>
|
||||
{/if}
|
||||
|
||||
<div class="clear address_add"><a href="{$link->getPageLink('address', true)}" title="{l s='Add an address'}" class="button_large">{l s='Add an address'}</a></div>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
|
||||
{capture name=path}{l s='Login'}{/capture}
|
||||
{capture name=path}{l s='Login:'}{/capture}
|
||||
{include file="$tpl_dir./breadcrumb.tpl"}
|
||||
|
||||
<script type="text/javascript">
|
||||
@@ -71,7 +71,7 @@ $(function(){ldelim}
|
||||
{/if}
|
||||
</script>
|
||||
|
||||
<h1>{if !isset($email_create)}{l s='Log in'}{else}{l s='Create your account'}{/if}</h1>
|
||||
<h1>{if !isset($email_create)}{l s='Log in'}{else}{l s='Create an account'}{/if}</h1>
|
||||
|
||||
{include file="$tpl_dir./errors.tpl"}
|
||||
{assign var='stateExist' value=false}
|
||||
@@ -142,7 +142,7 @@ $(function(){ldelim}
|
||||
<!--{if isset($authentification_error)}
|
||||
<div class="error">
|
||||
{if {$authentification_error|@count} == 1}
|
||||
<p>{l s='There is one error'} :</p>
|
||||
<p>{l s='There\'s at least one error'} :</p>
|
||||
{else}
|
||||
<p>{l s='There are %s errors' sprintf=[$account_error|@count]} :</p>
|
||||
{/if}
|
||||
@@ -155,18 +155,18 @@ $(function(){ldelim}
|
||||
{/if}-->
|
||||
<form action="{$link->getPageLink('authentication', true)}" method="post" id="create-account_form" class="std">
|
||||
<fieldset>
|
||||
<h3>{l s='Create your account'}</h3>
|
||||
<h3>{l s='Create an account'}</h3>
|
||||
<div class="form_content clearfix">
|
||||
<p class="title_block">{l s='Enter your e-mail address to create an account'}.</p>
|
||||
<p class="title_block">{l s='Please enter your email address to create an account.'}.</p>
|
||||
<div class="error" id="create_account_error" style="display:none"></div>
|
||||
<p class="text">
|
||||
<label for="email_create">{l s='E-mail address'}</label>
|
||||
<label for="email_create">{l s='Email address'}</label>
|
||||
<span><input type="text" id="email_create" name="email_create" value="{if isset($smarty.post.email_create)}{$smarty.post.email_create|stripslashes}{/if}" class="account_input" /></span>
|
||||
</p>
|
||||
<p class="submit">
|
||||
{if isset($back)}<input type="hidden" class="hidden" name="back" value="{$back|escape:'htmlall':'UTF-8'}" />{/if}
|
||||
<input type="submit" id="SubmitCreate" name="SubmitCreate" class="button_large" value="{l s='Create your account'}" />
|
||||
<input type="hidden" class="hidden" name="SubmitCreate" value="{l s='Create your account'}" />
|
||||
<input type="submit" id="SubmitCreate" name="SubmitCreate" class="button_large" value="{l s='Create an account'}" />
|
||||
<input type="hidden" class="hidden" name="SubmitCreate" value="{l s='Create an account'}" />
|
||||
</p>
|
||||
</div>
|
||||
</fieldset>
|
||||
@@ -177,7 +177,7 @@ $(function(){ldelim}
|
||||
<h3>{l s='Already registered?'}</h3>
|
||||
<div class="form_content clearfix">
|
||||
<p class="text">
|
||||
<label for="email">{l s='E-mail address'}</label>
|
||||
<label for="email">{l s='Email address'}</label>
|
||||
<span><input type="text" id="email" name="email" value="{if isset($smarty.post.email)}{$smarty.post.email|stripslashes}{/if}" class="account_input" /></span>
|
||||
</p>
|
||||
<p class="text">
|
||||
@@ -200,7 +200,7 @@ $(function(){ldelim}
|
||||
<div id="opc_account_form" style="display: block; ">
|
||||
<!-- Account -->
|
||||
<p class="required text">
|
||||
<label for="guest_email">{l s='E-mail address'} <sup>*</sup></label>
|
||||
<label for="guest_email">{l s='Email address'} <sup>*</sup></label>
|
||||
<input type="text" class="text" id="guest_email" name="guest_email" value="{if isset($smarty.post.guest_email)}{$smarty.post.guest_email}{/if}">
|
||||
</p>
|
||||
<p class="radio required">
|
||||
@@ -258,11 +258,11 @@ $(function(){ldelim}
|
||||
{if isset($newsletter) && $newsletter}
|
||||
<p class="checkbox">
|
||||
<input type="checkbox" name="newsletter" id="newsletter" value="1" {if isset($smarty.post.newsletter) && $smarty.post.newsletter == '1'}checked="checked"{/if}>
|
||||
<label for="newsletter">{l s='Sign up for our newsletter'}</label>
|
||||
<label for="newsletter">{l s='Sign up for our newsletter!'}</label>
|
||||
</p>
|
||||
<p class="checkbox">
|
||||
<input type="checkbox" name="optin" id="optin" value="1" {if isset($smarty.post.optin) && $smarty.post.optin == '1'}checked="checked"{/if}>
|
||||
<label for="optin">{l s='Receive special offers from our partners'}</label>
|
||||
<label for="optin">{l s='Receive special offers from our partners!'}</label>
|
||||
</p>
|
||||
{/if}
|
||||
<h3>{l s='Delivery address'}</h3>
|
||||
@@ -358,7 +358,7 @@ $(function(){ldelim}
|
||||
<!--{if isset($account_error)}
|
||||
<div class="error">
|
||||
{if {$account_error|@count} == 1}
|
||||
<p>{l s='There is one error'} :</p>
|
||||
<p>{l s='There\'s at least one error'} :</p>
|
||||
{else}
|
||||
<p>{l s='There are %s errors' sprintf=[$account_error|@count]} :</p>
|
||||
{/if}
|
||||
@@ -389,13 +389,13 @@ $(function(){ldelim}
|
||||
<input onkeyup="$('#lastname').val(this.value);" type="text" class="text" id="customer_lastname" name="customer_lastname" value="{if isset($smarty.post.customer_lastname)}{$smarty.post.customer_lastname}{/if}" />
|
||||
</p>
|
||||
<p class="required text">
|
||||
<label for="email">{l s='E-mail'} <sup>*</sup></label>
|
||||
<label for="email">{l s='Email:'} <sup>*</sup></label>
|
||||
<input type="text" class="text" id="email" name="email" value="{if isset($smarty.post.email)}{$smarty.post.email}{/if}" />
|
||||
</p>
|
||||
<p class="required password">
|
||||
<label for="passwd">{l s='Password'} <sup>*</sup></label>
|
||||
<input type="password" class="text" name="passwd" id="passwd" />
|
||||
<span class="form_info">{l s='(5 characters min.)'}</span>
|
||||
<span class="form_info">{l s='(Five characters minimum)'}</span>
|
||||
</p>
|
||||
<p class="select">
|
||||
<span>{l s='Date of Birth'}</span>
|
||||
@@ -435,11 +435,11 @@ $(function(){ldelim}
|
||||
{if $newsletter}
|
||||
<p class="checkbox" >
|
||||
<input type="checkbox" name="newsletter" id="newsletter" value="1" {if isset($smarty.post.newsletter) AND $smarty.post.newsletter == 1} checked="checked"{/if} />
|
||||
<label for="newsletter">{l s='Sign up for our newsletter'}</label>
|
||||
<label for="newsletter">{l s='Sign up for our newsletter!'}</label>
|
||||
</p>
|
||||
<p class="checkbox" >
|
||||
<input type="checkbox"name="optin" id="optin" value="1" {if isset($smarty.post.optin) AND $smarty.post.optin == 1} checked="checked"{/if} />
|
||||
<label for="optin">{l s='Receive special offers from our partners'}</label>
|
||||
<label for="optin">{l s='Receive special offers from our partners!'}</label>
|
||||
</p>
|
||||
{/if}
|
||||
</fieldset>
|
||||
@@ -500,7 +500,7 @@ $(function(){ldelim}
|
||||
<p class="text">
|
||||
<label for="address2">{l s='Address (Line 2)'}</label>
|
||||
<input type="text" class="text" name="address2" id="address2" value="{if isset($smarty.post.address2)}{$smarty.post.address2}{/if}" />
|
||||
<span class="inline-infos">{l s='Apartment, suite, unit, building, floor, etc.'}</span>
|
||||
<span class="inline-infos">{l s='Apartment, suite, unit, building, floor, etc...'}</span>
|
||||
</p>
|
||||
{elseif $field_name eq "postcode"}
|
||||
<p class="required postcode text">
|
||||
@@ -549,7 +549,7 @@ $(function(){ldelim}
|
||||
<textarea name="other" id="other" cols="26" rows="3">{if isset($smarty.post.other)}{$smarty.post.other}{/if}</textarea>
|
||||
</p>
|
||||
{if $one_phone_at_least}
|
||||
<p class="inline-infos">{l s='You must register at least one phone number'}</p>
|
||||
<p class="inline-infos">{l s='You must register at least one phone number.'}</p>
|
||||
{/if}
|
||||
<p class="text">
|
||||
<label for="phone">{l s='Home phone'}</label>
|
||||
@@ -560,7 +560,7 @@ $(function(){ldelim}
|
||||
<input type="text" class="text" name="phone_mobile" id="phone_mobile" value="{if isset($smarty.post.phone_mobile)}{$smarty.post.phone_mobile}{/if}" />
|
||||
</p>
|
||||
<p class="required text" id="address_alias">
|
||||
<label for="alias">{l s='Assign an address alias for future reference'} <sup>*</sup></label>
|
||||
<label for="alias">{l s='Assign an address alias for future reference.'} <sup>*</sup></label>
|
||||
<input type="text" class="text" name="alias" id="alias" value="{if isset($smarty.post.alias)}{$smarty.post.alias}{else}{l s='My address'}{/if}" />
|
||||
</p>
|
||||
</fieldset>
|
||||
|
||||
@@ -49,5 +49,5 @@
|
||||
{include file="./pagination.tpl"}
|
||||
</div>
|
||||
{else}
|
||||
<p class="warning">{l s='No top sellers.'}</p>
|
||||
<p class="warning">{l s='No top sellers for the moment.'}</p>
|
||||
{/if}
|
||||
|
||||
@@ -26,7 +26,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 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) && isset($category->id_category) && $category->id_category == 1}style="display:none;"{/if}>{$navigationPipe|escape:html:'UTF-8'}</span>
|
||||
{if !$path|strpos:'span'}
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
{if $category->id == 1 OR $nb_products == 0}
|
||||
{l s='There are no products.'}
|
||||
{l s='There are no products in this category'}
|
||||
{else}
|
||||
{if $nb_products == 1}
|
||||
{l s='There is %d product.' sprintf=$nb_products}
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
{capture name=path}{l s='Contact'}{/capture}
|
||||
{include file="$tpl_dir./breadcrumb.tpl"}
|
||||
|
||||
<h1>{l s='Customer Service'} - {if isset($customerThread) && $customerThread}{l s='Your reply'}{else}{l s='Contact us'}{/if}</h1>
|
||||
<h1>{l s='Customer service'} - {if isset($customerThread) && $customerThread}{l s='Your reply'}{else}{l s='Contact us'}{/if}</h1>
|
||||
|
||||
{if isset($confirmation)}
|
||||
<p>{l s='Your message has been successfully sent to our team.'}</p>
|
||||
@@ -43,7 +43,7 @@
|
||||
{include file="$tpl_dir./errors.tpl"}
|
||||
<form action="{$request_uri|escape:'htmlall':'UTF-8'}" method="post" class="std" enctype="multipart/form-data">
|
||||
<fieldset>
|
||||
<h3>{l s='Send a message'}</h3>
|
||||
<h3>{l s='send a message'}</h3>
|
||||
<p class="select">
|
||||
<label for="id_contact">{l s='Subject Heading'}</label>
|
||||
{if isset($customerThread.id_contact)}
|
||||
@@ -70,7 +70,7 @@
|
||||
{/foreach}
|
||||
{/if}
|
||||
<p class="text">
|
||||
<label for="email">{l s='E-mail address'}</label>
|
||||
<label for="email">{l s='Email address'}</label>
|
||||
{if isset($customerThread.email)}
|
||||
<input type="text" id="email" name="from" value="{$customerThread.email|escape:'htmlall':'UTF-8'}" readonly="readonly" />
|
||||
{else}
|
||||
|
||||
@@ -66,14 +66,14 @@
|
||||
{include file="$tpl_dir./errors.tpl"}
|
||||
|
||||
{if isset($transformSuccess)}
|
||||
<p class="success">{l s='Your guest account has been successfully transformed into a customer account. You can now log in on this'} <a href="{$link->getPageLink('authentication', true)}">{l s='page'}</a></p>
|
||||
<p class="success">{l s='Your guest account has been successfully transformed into a customer account. You can now log in on this'} <a href="{$link->getPageLink('authentication', true)}">{l s='page.'}</a></p>
|
||||
{else}
|
||||
<form method="post" action="{$action|escape:'htmlall':'UTF-8'}#guestToCustomer" class="std">
|
||||
<fieldset class="description_box">
|
||||
<p class="bold">{l s='Transform your guest account into a customer account and enjoy:'}</p>
|
||||
<ul class="bullet">
|
||||
<li>{l s='Personalized and secure access'}</li>
|
||||
<li>{l s='Fast and easy check out'}</li>
|
||||
<li>{l s='Fast and easy checkout'}</li>
|
||||
<li>{l s='Easier merchandise return'}</li>
|
||||
</ul>
|
||||
<p class="text">
|
||||
@@ -92,11 +92,11 @@
|
||||
{else}
|
||||
{include file="$tpl_dir./errors.tpl"}
|
||||
{if isset($show_login_link) && $show_login_link}
|
||||
<p><img src="{$img_dir}icon/userinfo.gif" alt="{l s='Information'}" class="icon" /><a href="{$link->getPageLink('my-account', true)}">{l s='Click here to log in to your customer account'}</a><br /><br /></p>
|
||||
<p><img src="{$img_dir}icon/userinfo.gif" alt="{l s='Information'}" class="icon" /><a href="{$link->getPageLink('my-account', true)}">{l s='Click here to login to your customer account.'}</a><br /><br /></p>
|
||||
{/if}
|
||||
<form method="post" action="{$action|escape:'htmlall':'UTF-8'}" class="std">
|
||||
<fieldset class="description_box">
|
||||
<p>{l s='To track your order, please enter the following information:'}</p>
|
||||
<p>{l s='o track your order, please enter the following information:'}</p>
|
||||
<p class="text">
|
||||
<label>{l s='Order Reference:'} </label>
|
||||
<input type="text" name="order_reference" value="{if isset($smarty.get.id_order)}{$smarty.get.id_order|escape:'htmlall':'UTF-8'}{else}{if isset($smarty.post.id_order)}{$smarty.post.id_order|escape:'htmlall':'UTF-8'}{/if}{/if}" size="8" />
|
||||
@@ -104,7 +104,7 @@
|
||||
</p>
|
||||
|
||||
<p class="text">
|
||||
<label>{l s='E-mail:'}</label>
|
||||
<label>{l s='Email:'}</label>
|
||||
<input type="text" name="email" value="{if isset($smarty.get.email)}{$smarty.get.email|escape:'htmlall':'UTF-8'}{else}{if isset($smarty.post.email)}{$smarty.post.email|escape:'htmlall':'UTF-8'}{/if}{/if}" />
|
||||
</p>
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
{include file="$tpl_dir./errors.tpl"}
|
||||
|
||||
<h1>{l s='Order history'}</h1>
|
||||
<p>{l s='Here are the orders you have placed since the creation of your account'}.</p>
|
||||
<p>{l s='Here are the orders you\'ve placed since your account was created.'}.</p>
|
||||
|
||||
{if $slowValidation}<p class="warning">{l s='If you have just placed an order, it may take a few minutes for it to be validated. Please refresh this page if your order is missing.'}</p>{/if}
|
||||
|
||||
@@ -37,10 +37,10 @@
|
||||
<table id="order-list" class="std">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="first_item">{l s='Order Reference'}</th>
|
||||
<th class="first_item">{l s='Order reference'}</th>
|
||||
<th class="item">{l s='Date'}</th>
|
||||
<th class="item">{l s='Total price'}</th>
|
||||
<th class="item">{l s='Payment'}</th>
|
||||
<th class="item">{l s='Payment: '}</th>
|
||||
<th class="item">{l s='Status'}</th>
|
||||
<th class="item">{l s='Invoice'}</th>
|
||||
<th class="last_item" style="width:65px"> </th>
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
{if isset($confirmation) && $confirmation}
|
||||
<p class="success">
|
||||
{l s='Your personal information has been successfully updated.'}
|
||||
{if isset($pwd_changed)}<br />{l s='Your password has been sent to your e-mail:'} {$email}{/if}
|
||||
{if isset($pwd_changed)}<br />{l s='Your password has been sent to your email:'} {$email}{/if}
|
||||
</p>
|
||||
{else}
|
||||
<h3>{l s='Please be sure to update your personal information if it has changed.'}</h3>
|
||||
@@ -56,7 +56,7 @@
|
||||
<input type="text" name="lastname" id="lastname" value="{$smarty.post.lastname}" />
|
||||
</p>
|
||||
<p class="required text">
|
||||
<label for="email">{l s='E-mail'} <sup>*</sup></label>
|
||||
<label for="email">{l s='Email:'} <sup>*</sup></label>
|
||||
<input type="text" name="email" id="email" value="{$smarty.post.email}" />
|
||||
</p>
|
||||
<p class="required text">
|
||||
@@ -109,18 +109,18 @@
|
||||
{if $newsletter}
|
||||
<p class="checkbox">
|
||||
<input type="checkbox" id="newsletter" name="newsletter" value="1" {if isset($smarty.post.newsletter) && $smarty.post.newsletter == 1} checked="checked"{/if} />
|
||||
<label for="newsletter">{l s='Sign up for our newsletter'}</label>
|
||||
<label for="newsletter">{l s='Sign up for our newsletter!'}</label>
|
||||
</p>
|
||||
<p class="checkbox">
|
||||
<input type="checkbox" name="optin" id="optin" value="1" {if isset($smarty.post.optin) && $smarty.post.optin == 1} checked="checked"{/if} />
|
||||
<label for="optin">{l s='Receive special offers from our partners'}</label>
|
||||
<label for="optin">{l s='Receive special offers from our partners!'}</label>
|
||||
</p>
|
||||
{/if}
|
||||
<p class="submit">
|
||||
<input type="submit" class="button" name="submitIdentity" value="{l s='Save'}" />
|
||||
</p>
|
||||
<p id="security_informations">
|
||||
{l s='[Insert customer data privacy clause or law here, if applicable]'}
|
||||
{l s='[Insert customer data privacy clause here, if applicable]'}
|
||||
</p>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
+183
-183
@@ -2,10 +2,10 @@
|
||||
|
||||
global $_LANG;
|
||||
$_LANG = array();
|
||||
$_LANG['404_13348442cc6a27032d2b4aa28b75a5d3'] = 'Suche';
|
||||
$_LANG['404_1d3ac0a5826e47e3c2761085e97877f6'] = 'Seite nicht gefunden';
|
||||
$_LANG['404_24c29702dc9c63dedb98e92f3028e068'] = 'Suche';
|
||||
$_LANG['404_44b1d05764b093cb00c25b8228cb87d3'] = 'Seite nicht gefunden';
|
||||
$_LANG['404_21dfea356c48679a5ce6671ee307d2a4'] = 'Zum Suchen eines Produkts, geben Sie bitte dessen Namen in das Feld unten ein';
|
||||
$_LANG['404_4f4816c6984e3c832882b39d8fecbd2c'] = 'Die von Ihnen angeforderte Seite ist nicht mehr vorhanden';
|
||||
$_LANG['404_6554aae881e40036cac1f5710a4c52c1'] = 'Die von Ihnen angeforderte Seite ist nicht mehr vorhanden';
|
||||
$_LANG['404_8cf04a9734132302f96da8e113e80ce5'] = 'Startseite';
|
||||
$_LANG['404_a68ba7d969d1294a35138fa501dfb078'] = 'Durchsuchen Sie unseren Produkt-Katalog:';
|
||||
$_LANG['address_0f68b904e33d9ac04605aecc958bcf52'] = 'Weitere Informationen';
|
||||
@@ -14,13 +14,13 @@ $_LANG['address_1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Firma';
|
||||
$_LANG['address_20db0bfeecd8fe60533206a2b5e9891a'] = 'Vorname';
|
||||
$_LANG['address_3908e1afa0ff22fbf112aff3c5ba55c1'] = 'Ihre Adressen';
|
||||
$_LANG['address_393d8c6bc7a04264bd9523dc8c92b818'] = 'Neue Adresse';
|
||||
$_LANG['address_39916f579f264041641c122e68e545d5'] = 'Sie müssen mindestens eine Rufnummer speichern';
|
||||
$_LANG['address_eeabead01c6c6f25f22bf0b041df58a9'] = 'Sie müssen mindestens eine Rufnummer speichern';
|
||||
$_LANG['address_41c2fff4867cc204120f001e7af20f7a'] = 'Mobil';
|
||||
$_LANG['address_455175f3f5be6306247babb349c0515a'] = 'Ihre Adresse';
|
||||
$_LANG['address_46a2a41cc6e552044816a2d04634545d'] = 'Staat';
|
||||
$_LANG['address_57d056ed0984166336b7879c2af3657f'] = 'Stadt';
|
||||
$_LANG['address_59716c97497eb9694541f7c3d37b1a4d'] = 'Land';
|
||||
$_LANG['address_6c1c4d5a22e3d6ed8385e7287233396f'] = 'Geben Sie dieser Adresse einen Titel, um sie leichter zu finden';
|
||||
$_LANG['address_89a9a0e5aec9360bc3b0141c8d42e586'] = 'Geben Sie dieser Adresse einen Titel, um sie leichter zu finden';
|
||||
$_LANG['address_7cb32e708d6b961d476baced73d362bb'] = 'Umsatzsteuer-Identifikationsnummer';
|
||||
$_LANG['address_846a54955f32846032981f8fe48c35ff'] = 'Adresse (2)';
|
||||
$_LANG['address_8d3f5eff9c40ee315d452392bed5309b'] = 'Nachname';
|
||||
@@ -40,20 +40,20 @@ $_LANG['addresses_8cf04a9734132302f96da8e113e80ce5'] = 'Startseite';
|
||||
$_LANG['addresses_a6d373cdb986fc009a5a040a4c3d8c1d'] = 'Wählen Sie Ihre Rechnungs-und Lieferadressen. Diese werden im Voraus bei der Bestellung gewählt. Sie können auch weitere Adressen hinzufügen, das ist besonders praktisch, um Geschenke zu versenden oder Ihr';
|
||||
$_LANG['addresses_a958dbb46713e59856c35f89e5092a5e'] = 'Zurück zu Ihrem Konto';
|
||||
$_LANG['addresses_aa5e970d64eb228f31669d3411171f92'] = 'Ihre Adressen sind unten aufgeführt.';
|
||||
$_LANG['addresses_b32dd33df738183cb85ab8ea714f8026'] = 'Keine Adresse verfügbar.';
|
||||
$_LANG['addresses_bed08e8af70a98c1a8361f13ec477be0'] = 'Eine Adresse hinzufügen';
|
||||
$_LANG['addresses_cf8f33fb835a556eb3aa8e71a88e7b34'] = 'Bitte aktualisieren Sie diese, falls sie sich ändern sollten.';
|
||||
$_LANG['addresses_56d3db43fb7f323139022a29d57276d8'] = 'Keine Adresse verfügbar.';
|
||||
$_LANG['addresses_b15e1100a6196acba01ef7aaa5b2a9e5'] = 'Eine Adresse hinzufügen';
|
||||
$_LANG['addresses_e380ae58f85252c076e131862857de35'] = 'Bitte aktualisieren Sie diese, falls sie sich ändern sollten.';
|
||||
$_LANG['addresses_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Mein Konto';
|
||||
$_LANG['addresses_e45be0a0d4a0b62b15694c1a631e6e62'] = 'Meine Adressen';
|
||||
$_LANG['addresses_f2a6c498fb90ee345d997f888fce3b18'] = 'Löschen';
|
||||
$_LANG['authentication-choice_01a569ddc6cf67ddec2a683f0a5f5956'] = 'Kennwort vergessen?';
|
||||
$_LANG['authentication-choice_5bef23eb7efff2736c5583bda59e5eb7'] = 'Erstellen Sie ein Konto';
|
||||
$_LANG['authentication-choice_5f0258bf719ab828e20edf91e4fb24a7'] = 'Bereits registriert?';
|
||||
$_LANG['authentication-choice_8b5dd64ab8d0b8158906796b53a200e2'] = 'E-Mail-Adresse';
|
||||
$_LANG['authentication-choice_bffe9a3c9a7e00ba00a11749e022d911'] = 'Anmelden';
|
||||
$_LANG['authentication-choice_d726bc5637e9f053917227ec02f6c9d7'] = 'Geben Sie Ihre E-Mail-Adresse an, um Ihr Konto zu erstellen';
|
||||
$_LANG['authentication-choice_2fdfd506efea08144c0794c32ca8250a'] = 'Erstellen Sie ein Konto';
|
||||
$_LANG['authentication-choice_db879b00e657fc85f7873343f11df21c'] = 'Bereits registriert?';
|
||||
$_LANG['authentication-choice_b357b524e740bc85b9790a0712d84a30'] = 'E-Mail-Adresse';
|
||||
$_LANG['authentication-choice_99dea78007133396a7b8ed70578ac6ae'] = 'Anmelden';
|
||||
$_LANG['authentication-choice_0b2c9f6cb541db5d223143a645492ddd'] = 'Geben Sie Ihre E-Mail-Adresse an, um Ihr Konto zu erstellen';
|
||||
$_LANG['authentication-choice_dc647eb65e6711e155375218212b3964'] = 'Kennwort';
|
||||
$_LANG['authentication-create-account_092daa39d2b825e4a7fe9b31c2080ecb'] = 'Wohnung, Einheit, Gebäude, Stockwerk, usw.';
|
||||
$_LANG['authentication-create-account_261ed9f602d575774ae05f2d9f3003da'] = 'Wohnung, Einheit, Gebäude, Stockwerk, usw.';
|
||||
$_LANG['authentication-create-account_0ba7583639a274c434bbe6ef797115a4'] = 'Registrieren ';
|
||||
$_LANG['authentication-create-account_0f68b904e33d9ac04605aecc958bcf52'] = 'Zusätzliche Informationen';
|
||||
$_LANG['authentication-create-account_10803b83a68db8f7e7a33e3b41e184d0'] = 'Geburtsdatum';
|
||||
@@ -62,7 +62,7 @@ $_LANG['authentication-create-account_195fbb57ffe7449796d23466085ce6d8'] = 'Mai'
|
||||
$_LANG['authentication-create-account_19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfeld';
|
||||
$_LANG['authentication-create-account_1b539f6f34e8503c97f6d3421346b63c'] = 'Juli';
|
||||
$_LANG['authentication-create-account_1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Firma';
|
||||
$_LANG['authentication-create-account_1e884e3078d9978e216a027ecd57fb34'] = 'E-Mail';
|
||||
$_LANG['authentication-create-account_01401fe9a93df81d28637e5218597b76'] = 'E-Mail';
|
||||
$_LANG['authentication-create-account_20db0bfeecd8fe60533206a2b5e9891a'] = 'Vorname';
|
||||
$_LANG['authentication-create-account_39916f579f264041641c122e68e545d5'] = 'Sie müssen mindestens eine Telefonnummer angeben';
|
||||
$_LANG['authentication-create-account_3fcf026bbfffb63fb24b8de9d0446949'] = 'April';
|
||||
@@ -77,9 +77,9 @@ $_LANG['authentication-create-account_6335a00a08fde0fbb8f6d6630cdadd92'] = 'Ihre
|
||||
$_LANG['authentication-create-account_659e59f062c75f81259d22786d6c44aa'] = 'Februar';
|
||||
$_LANG['authentication-create-account_688937ccaf2a2b0c45a1c9bbba09698d'] = 'Juni';
|
||||
$_LANG['authentication-create-account_6a1fdb6502fefe71937a62c4d03a810e'] = 'Straße, Postfach, z.Hdn.';
|
||||
$_LANG['authentication-create-account_6c1c4d5a22e3d6ed8385e7287233396f'] = 'Geben Sie dieser Adresse einen Titel, um sie leichter zu finden';
|
||||
$_LANG['authentication-create-account_6f6162d3a052bb330e9c60285c74c6c9'] = 'Abonnieren Sie unseren Newsletter';
|
||||
$_LANG['authentication-create-account_7c4afd8114c2cd8dd000bf3601057b0f'] = 'Firmenadresse';
|
||||
$_LANG['authentication-create-account_f9b479c47658c53084b56edcc3a2cd3a'] = 'Geben Sie dieser Adresse einen Titel, um sie leichter zu finden';
|
||||
$_LANG['authentication-create-account_93edfc7af9b6471b30030cf17646e36c'] = 'Abonnieren Sie unseren Newsletter';
|
||||
$_LANG['authentication-create-account_1011bae349c34405e0c47931fc7ef8ad'] = 'Firmenadresse';
|
||||
$_LANG['authentication-create-account_7cb32e708d6b961d476baced73d362bb'] = 'Umsatzsteuer-Identifikationsnummer';
|
||||
$_LANG['authentication-create-account_7e823b37564da492ca1629b4732289a8'] = 'November';
|
||||
$_LANG['authentication-create-account_82331503174acbae012b2004f6431fa5'] = 'Dezember';
|
||||
@@ -87,7 +87,7 @@ $_LANG['authentication-create-account_846a54955f32846032981f8fe48c35ff'] = 'Adre
|
||||
$_LANG['authentication-create-account_85fb93a8ee9440499692da24a1621769'] = 'APE';
|
||||
$_LANG['authentication-create-account_86f5978d9b80124f509bdb71786e929e'] = 'Januar';
|
||||
$_LANG['authentication-create-account_8d3f5eff9c40ee315d452392bed5309b'] = 'Nachname';
|
||||
$_LANG['authentication-create-account_ac135c86084a47630c9eadb4edd5ef75'] = 'Erhalten Sie Sonderangebote von unseren Partnern';
|
||||
$_LANG['authentication-create-account_baca087296e01b5d69799dd53bcd7950'] = 'Erhalten Sie Sonderangebote von unseren Partnern';
|
||||
$_LANG['authentication-create-account_ae7bdef7fe2bbbbf02c11e92c5fceb40'] = 'Meine Adresse';
|
||||
$_LANG['authentication-create-account_b60bb13a87fe3ae5463aeb0980a5a8a1'] = 'Identifikationsnummer';
|
||||
$_LANG['authentication-create-account_b78a3223503896721cca1303f776159b'] = 'Titel';
|
||||
@@ -102,7 +102,7 @@ $_LANG['authentication-create-account_eca60ae8611369fe28a02e2ab8c5d12e'] = 'Okto
|
||||
$_LANG['authentication-create-account_fa3e5edac607a88d8fd7ecb9d6d67424'] = 'März';
|
||||
$_LANG['authentication-create-account_fe66abce284ec8589e7d791185b5c442'] = 'Festnetznummer';
|
||||
$_LANG['authentication_01a569ddc6cf67ddec2a683f0a5f5956'] = 'Kennwort vergessen?';
|
||||
$_LANG['authentication_092daa39d2b825e4a7fe9b31c2080ecb'] = 'Wohnung, Einheit, Gebäude, Stockwerk, usw.';
|
||||
$_LANG['authentication_261ed9f602d575774ae05f2d9f3003da'] = 'Wohnung, Einheit, Gebäude, Stockwerk, usw.';
|
||||
$_LANG['authentication_0ba7583639a274c434bbe6ef797115a4'] = 'Anmelden';
|
||||
$_LANG['authentication_0f68b904e33d9ac04605aecc958bcf52'] = 'Weitere Informationen';
|
||||
$_LANG['authentication_1011bae349c34405e0c47931fc7ef8ad'] = 'Firmenadresse';
|
||||
@@ -112,24 +112,24 @@ $_LANG['authentication_195fbb57ffe7449796d23466085ce6d8'] = 'Mai';
|
||||
$_LANG['authentication_19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfeld';
|
||||
$_LANG['authentication_1b539f6f34e8503c97f6d3421346b63c'] = 'Juli';
|
||||
$_LANG['authentication_1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Firma';
|
||||
$_LANG['authentication_1e884e3078d9978e216a027ecd57fb34'] = 'E-Mail';
|
||||
$_LANG['authentication_6a1e265f92087bb6dd18194833fe946b'] = 'E-Mail';
|
||||
$_LANG['authentication_20db0bfeecd8fe60533206a2b5e9891a'] = 'Vorname';
|
||||
$_LANG['authentication_39916f579f264041641c122e68e545d5'] = 'Sie müssen mindestens eine Rufnummer speichern';
|
||||
$_LANG['authentication_eeabead01c6c6f25f22bf0b041df58a9'] = 'Sie müssen mindestens eine Rufnummer speichern';
|
||||
$_LANG['authentication_3fcf026bbfffb63fb24b8de9d0446949'] = 'April';
|
||||
$_LANG['authentication_41ba70891fb6f39327d8ccb9b1dafb84'] = 'August';
|
||||
$_LANG['authentication_41c2fff4867cc204120f001e7af20f7a'] = 'Mobil';
|
||||
$_LANG['authentication_455175f3f5be6306247babb349c0515a'] = 'Ihre Adresse';
|
||||
$_LANG['authentication_46a2a41cc6e552044816a2d04634545d'] = 'Staat';
|
||||
$_LANG['authentication_4f68183551e5dbd7c341347ffe308682'] = 'SIRET';
|
||||
$_LANG['authentication_563c888f9fb47029dc0ceba790a2253b'] = 'Es ist 1 Fehler aufgetreten';
|
||||
$_LANG['authentication_cb430603758e73c64b8e1fef814b0be0'] = 'Es ist 1 Fehler aufgetreten';
|
||||
$_LANG['authentication_57d056ed0984166336b7879c2af3657f'] = 'Stadt';
|
||||
$_LANG['authentication_59716c97497eb9694541f7c3d37b1a4d'] = 'Land';
|
||||
$_LANG['authentication_59ba30f362294e33f80618c601fd2801'] = 'Es sind %s Fehler aufgetreten';
|
||||
$_LANG['authentication_5bef23eb7efff2736c5583bda59e5eb7'] = 'Erstellen Sie ein Konto';
|
||||
$_LANG['authentication_2fdfd506efea08144c0794c32ca8250a'] = 'Erstellen Sie ein Konto';
|
||||
$_LANG['authentication_6335a00a08fde0fbb8f6d6630cdadd92'] = 'Ihre persönlichen Daten';
|
||||
$_LANG['authentication_659e59f062c75f81259d22786d6c44aa'] = 'Februar';
|
||||
$_LANG['authentication_688937ccaf2a2b0c45a1c9bbba09698d'] = 'Juni';
|
||||
$_LANG['authentication_6f6162d3a052bb330e9c60285c74c6c9'] = 'Den Newsletter abonnieren';
|
||||
$_LANG['authentication_93edfc7af9b6471b30030cf17646e36c'] = 'Den Newsletter abonnieren';
|
||||
$_LANG['authentication_766d4aaf3e045538be23f9a9e17a1593'] = 'Bestellung ohne Regisitrierung';
|
||||
$_LANG['authentication_7cb32e708d6b961d476baced73d362bb'] = 'Umsatzsteuer-Identifikationsnummer';
|
||||
$_LANG['authentication_7e823b37564da492ca1629b4732289a8'] = 'November';
|
||||
@@ -137,38 +137,38 @@ $_LANG['authentication_82331503174acbae012b2004f6431fa5'] = 'Dezember';
|
||||
$_LANG['authentication_846a54955f32846032981f8fe48c35ff'] = 'Adresse (2)';
|
||||
$_LANG['authentication_85fb93a8ee9440499692da24a1621769'] = 'APE';
|
||||
$_LANG['authentication_86f5978d9b80124f509bdb71786e929e'] = 'Januar';
|
||||
$_LANG['authentication_8b5dd64ab8d0b8158906796b53a200e2'] = 'E-Mail-Adresse';
|
||||
$_LANG['authentication_b357b524e740bc85b9790a0712d84a30'] = 'E-Mail-Adresse';
|
||||
$_LANG['authentication_8d3f5eff9c40ee315d452392bed5309b'] = 'Nachname';
|
||||
$_LANG['authentication_99dea78007133396a7b8ed70578ac6ae'] = 'Anmelden';
|
||||
$_LANG['authentication_051672911a3f1f05efba78a553ef6fe2'] = 'Anmelden';
|
||||
$_LANG['authentication_a0bfb8e59e6c13fc8d990781f77694fe'] = 'Weiter';
|
||||
$_LANG['authentication_ac135c86084a47630c9eadb4edd5ef75'] = 'Erhalten Sie die Angebote unserer Partner';
|
||||
$_LANG['authentication_baca087296e01b5d69799dd53bcd7950'] = 'Erhalten Sie die Angebote unserer Partner';
|
||||
$_LANG['authentication_ae47812e00631626815f5f75ad1abbbd'] = 'Straße, Postfach, z.Hdn.';
|
||||
$_LANG['authentication_ae7bdef7fe2bbbbf02c11e92c5fceb40'] = 'Meine Adresse';
|
||||
$_LANG['authentication_af0f5bdc5be121b9307687aeeae38c17'] = 'Lieferanschrift';
|
||||
$_LANG['authentication_b60bb13a87fe3ae5463aeb0980a5a8a1'] = 'Steuernummer';
|
||||
$_LANG['authentication_b78a3223503896721cca1303f776159b'] = 'Anrede';
|
||||
$_LANG['authentication_bcc254b55c4a1babdf1dcb82c207506b'] = 'Telefonnr.';
|
||||
$_LANG['authentication_bf2957630c4209f61a388a08c2154915'] = '(5 Zeichen min.)';
|
||||
$_LANG['authentication_f430bd2f85c4424dabd003de2ddf370c'] = '(5 Zeichen min.)';
|
||||
$_LANG['authentication_bffe9a3c9a7e00ba00a11749e022d911'] = 'Loggen Sie sich ein';
|
||||
$_LANG['authentication_c773457e85b990c10f8823eacb21346c'] = 'Steuernummer';
|
||||
$_LANG['authentication_cc5d90569e1c8313c2b1c2aab1401174'] = 'September';
|
||||
$_LANG['authentication_d30f507473129e70c4b962ceccf175cf'] = 'Postleitzahl';
|
||||
$_LANG['authentication_d726bc5637e9f053917227ec02f6c9d7'] = 'Geben Sie Ihre E-Mail-Adresse an, um Ihr Konto zu erstellen';
|
||||
$_LANG['authentication_07b66aebbc092434ec2f0558f229ad53'] = 'Geben Sie Ihre E-Mail-Adresse an, um Ihr Konto zu erstellen';
|
||||
$_LANG['authentication_db879b00e657fc85f7873343f11df21c'] = 'Bereits registriert?';
|
||||
$_LANG['authentication_dc647eb65e6711e155375218212b3964'] = 'Kennwort';
|
||||
$_LANG['authentication_dd7bf230fde8d4836917806aff6a6b27'] = 'Adresse';
|
||||
$_LANG['authentication_ea318a4ad37f0c2d2c368e6c958ed551'] = 'DNI / NIF / FK';
|
||||
$_LANG['authentication_eca60ae8611369fe28a02e2ab8c5d12e'] = 'Oktober';
|
||||
$_LANG['authentication_f9b479c47658c53084b56edcc3a2cd3a'] = 'Geben Sie dieser Adresse einen Titel, um sie leichter zu finden';
|
||||
$_LANG['authentication_d973a0b6f38ebe7c83094d3dc4e04ae5'] = 'Geben Sie dieser Adresse einen Titel, um sie leichter zu finden';
|
||||
$_LANG['authentication_fa3e5edac607a88d8fd7ecb9d6d67424'] = 'März';
|
||||
$_LANG['authentication_fe66abce284ec8589e7d791185b5c442'] = 'Festnetz';
|
||||
$_LANG['best-sales_32af07c9205de16855c50c3d20a51698'] = 'Momentan keine Bestsellers.';
|
||||
$_LANG['best-sales_73d3cc7826075c127caaadb0e20162ab'] = 'Momentan keine Bestsellers.';
|
||||
$_LANG['best-sales_3cb29f0ccc5fd220a97df89dafe46290'] = 'Bestsellers';
|
||||
$_LANG['best-sales_d3da97e2d9aee5c8fbe03156ad051c99'] = 'Mehr';
|
||||
$_LANG['breadcrumb_8cf04a9734132302f96da8e113e80ce5'] = 'Startseite';
|
||||
$_LANG['breadcrumb_b7a41993870e7125b9d4a19c952e5cab'] = 'zurück zu Startseite';
|
||||
$_LANG['breadcrumb_56cf8b33ab527ab81b4f6b3ceac090dd'] = '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_5f2df0ffebf79a6357f7fa93e472872b'] = 'Keine Produkte in dieser Kategorie vorhanden';
|
||||
$_LANG['category-count_a9d48596a6537347711527bab8fcd152'] = 'Es gibt %d Produkte.';
|
||||
$_LANG['category-product-list_03c2e7e41ffc181a4e84080b4710e81e'] = 'Neu';
|
||||
$_LANG['category-product-list_78945de8de090e90045d299651a68a9b'] = 'Verfügbar';
|
||||
@@ -177,12 +177,12 @@ $_LANG['category-product-list_b55197a49e8c4cd8c314bc2aa39d6feb'] = 'Nicht auf La
|
||||
$_LANG['category-product-list_ca2bf12169883f4982d8fe34b7e3c618'] = 'Reduzierter Preis!';
|
||||
$_LANG['category-product-list_cb3c718c905f00adbb6735f55bfb38ef'] = 'Das Produkt ist mit unterschiedlichen Optionen erhältlich';
|
||||
$_LANG['category-product-list_d0fcb89c94b29d6ab2db749ff688dc7c'] = 'Nur online!';
|
||||
$_LANG['category-product-sort_29ca2c66ccf5f39e95890f08204b3e85'] = 'Das teuerste';
|
||||
$_LANG['category-product-sort_03590cca8220917788b5a6c25fa39a15'] = 'Das teuerste';
|
||||
$_LANG['category-product-sort_33d8042bd735c559cc3206f4bc99aedc'] = 'Sortierung';
|
||||
$_LANG['category-product-sort_4f4f552919d5a7ad3435b5fdb7fcae61'] = 'Z bis A';
|
||||
$_LANG['category-product-sort_5820b5a5298779a25d98c41173b931bd'] = 'A bis Z';
|
||||
$_LANG['category-product-sort_b3c4afbd8ec3b1e28710fcbdc8cc0549'] = 'Das billigste';
|
||||
$_LANG['category-product-sort_baf800c24fcb4b5721f22a5a88f1f41a'] = 'Produkte auf Lager';
|
||||
$_LANG['category-product-sort_7f284e119af971a952e4b29f0875fc60'] = 'Das billigste';
|
||||
$_LANG['category-product-sort_fcebe56087b9373f15514831184fa572'] = 'Produkte auf Lager';
|
||||
$_LANG['category-tree-branch_e191aafd204a3bd9d62862f7ccf13f39'] = 'Produkte ansehen';
|
||||
$_LANG['category_2f4e54ec9bebe1122b5c23217e764828'] = 'Diese Kategorie ist zurzeit nicht verfügbar.';
|
||||
$_LANG['category_d3da97e2d9aee5c8fbe03156ad051c99'] = 'Mehr...';
|
||||
@@ -202,19 +202,19 @@ $_LANG['contact-form_4ec1c39345fe8820d68463eea8803b0f'] = 'Ihre Nachricht wurde
|
||||
$_LANG['contact-form_6c27c08f40e1b0d9901deb9ff5f722f7'] = 'Betreff';
|
||||
$_LANG['contact-form_7bc873cba11f035df692c3549366c722'] = '-- Auswählen --';
|
||||
$_LANG['contact-form_7c9d4636fc5ed97bb78bc2aac486beab'] = 'Ihre Nachricht wurde schon gesendet.';
|
||||
$_LANG['contact-form_8b5dd64ab8d0b8158906796b53a200e2'] = 'Ihre E-Mail-Adresse';
|
||||
$_LANG['contact-form_b357b524e740bc85b9790a0712d84a30'] = 'Ihre E-Mail-Adresse';
|
||||
$_LANG['contact-form_8cf04a9734132302f96da8e113e80ce5'] = 'Start';
|
||||
$_LANG['contact-form_94966d90747b97d1f0f206c98a8b1ac3'] = 'Senden';
|
||||
$_LANG['contact-form_bbaff12800505b22a853e8b7f4eb6a22'] = 'Kontakt';
|
||||
$_LANG['contact-form_cc5fd9b9f1cad59fcff97a1f21f34304'] = 'Senden Sie eine Nachricht';
|
||||
$_LANG['contact-form_b3e4d8d61f99bac80e6aa1774d73445b'] = 'Senden Sie eine Nachricht';
|
||||
$_LANG['contact-form_cfe1b4b75fb8dc152b124f9305835a11'] = 'Ihre Nachricht';
|
||||
$_LANG['contact-form_d5552e0564007d93ff5937a9cb3bc491'] = 'Kundenservice';
|
||||
$_LANG['contact-form_2273d1167a6212812d95dc8fadbae78e'] = 'Kundenservice';
|
||||
$_LANG['contact-form_d754a9e8cb640da12849a040f3ca8176'] = 'Ihre Antwort';
|
||||
$_LANG['contact-form_d79cf3f429596f77db95c65074663a54'] = 'Bestellnummer';
|
||||
$_LANG['contact-form_deb10517653c255364175796ace3553f'] = 'Produkt';
|
||||
$_LANG['discount_29aa46cc3d2677c7e0f216910df600ff'] = 'Versandkostenfrei';
|
||||
$_LANG['discount_334c4a4c42fdb79d7ebc3e73b517e6f8'] = 'kein';
|
||||
$_LANG['discount_5b54dccf3cb10410cee693309f409324'] = 'Sie haben keinen Gutschein.';
|
||||
$_LANG['discount_6adf97f83acf6453d4a6a4b1070f3754'] = 'kein';
|
||||
$_LANG['discount_d3f5baf7537ec2a40ade00599a8da8c6'] = 'Sie haben keinen Gutschein.';
|
||||
$_LANG['discount_689202409e48743b914713f96d93947c'] = 'Wert';
|
||||
$_LANG['discount_694e8d1f2ee056f98ee488bdc4982d73'] = 'Menge';
|
||||
$_LANG['discount_6adf97f83acf6453d4a6a4b1070f3754'] = 'kein';
|
||||
@@ -230,7 +230,7 @@ $_LANG['discount_ca0dbad92a874b2f69b549293387925e'] = 'Code';
|
||||
$_LANG['discount_d3f5baf7537ec2a40ade00599a8da8c6'] = 'Sie haben keinen Gutschein.';
|
||||
$_LANG['discount_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Mein Konto';
|
||||
$_LANG['discount_eb2527806a7e1ef48009eaaa785368fe'] = 'Kombinierbar';
|
||||
$_LANG['discount_f030b242608a016c5e80d53d2faf555b'] = 'Ihre Gutscheine';
|
||||
$_LANG['discount_95d2137c196c7f84df5753ed78f18332'] = 'Ihre Gutscheine';
|
||||
$_LANG['discount_f4a0d7cb0cd45214c8ca5912c970de13'] = 'inkl MwSt.';
|
||||
$_LANG['errors_0557fa923dcee4d0f86b1409f5c2167f'] = 'Zurück';
|
||||
$_LANG['errors_5fbddd8d4e0d8c7a868272f2f171df09'] = 'Es ist %d Fehler aufgetreten';
|
||||
@@ -240,21 +240,21 @@ $_LANG['footer_a5ea2dfa0714015b950c49835945ec19'] = 'Mobilseite durchsuchen';
|
||||
$_LANG['footer_e4045598261988d9988c594243a9434d'] = 'Allgemeine Geschäftsbedingungen';
|
||||
$_LANG['guest-tracking_109636f722b8fccc95d072b2760a6282'] = 'Wandeln Sie Ihre Gast-Konto in ein Kundenkonto um und geniessen Sie von folgenden Vorteilen:';
|
||||
$_LANG['guest-tracking_1f1015bbef5f42d858e8486397ad8f3e'] = 'Einfachere Rücksendungen von Produkten';
|
||||
$_LANG['guest-tracking_239109837129190b375ea21c5b0e656a'] = 'Bitte hier klicken, um sich anzumelden';
|
||||
$_LANG['guest-tracking_0257141296804a3d11cb843ea121037c'] = 'Bitte hier klicken, um sich anzumelden';
|
||||
$_LANG['guest-tracking_3aedb5d3a3e36f7bb6baf1fbb9497894'] = 'Tracking Gastkunden';
|
||||
$_LANG['guest-tracking_3b6bf3c0c07b89dc86f415117a1f0b80'] = 'Legen Sie Ihr Kennwort fest:';
|
||||
$_LANG['guest-tracking_43b2f3ca9c34b5934ff858549406f556'] = 'Für mehr Vorteile....';
|
||||
$_LANG['guest-tracking_4fb8550e52b59f7f93d60c1d1b56e93e'] = 'Tracking Gastkunden';
|
||||
$_LANG['guest-tracking_63c193f613dd3d9d6c16da7678efda2a'] = 'Bestellnr.';
|
||||
$_LANG['guest-tracking_71860c77c6745379b0d44304d66b6a13'] = 'anmelden.';
|
||||
$_LANG['guest-tracking_a16574242b3bbe2fc5ec9dc26fe4deb2'] = 'anmelden.';
|
||||
$_LANG['guest-tracking_7a8fe8aaa64e691d82f429d39e0df3a5'] = 'Personalisierter und sicherer Zugang';
|
||||
$_LANG['guest-tracking_92dbb751eb9457441af82a53f3cfae54'] = 'Zum Beispiel QIIXJXNUI oder QIIXJXNUI#1:';
|
||||
$_LANG['guest-tracking_94966d90747b97d1f0f206c98a8b1ac3'] = 'Speichern';
|
||||
$_LANG['guest-tracking_a82be0f551b8708bc08eb33cd9ded0cf'] = 'Information';
|
||||
$_LANG['guest-tracking_c2f0859d6f7e84914b60403fa423e9ad'] = 'Ihr Gastkonto wurde erfolgreich in ein Kundenkonto umgewandelt. Sie können sich jetzt anmelden.';
|
||||
$_LANG['guest-tracking_d2948a89e47a4ad7eb8412c1c260ea88'] = 'Um Ihre Bestellung zu verfolgen, geben Sie bitte folgende Informationen ein:';
|
||||
$_LANG['guest-tracking_dec9cc6702179299ae451c11633915c6'] = 'Schneller und einfacher Bestellablauf';
|
||||
$_LANG['guest-tracking_df1555fe48479f594280a2e03f9a8186'] = 'E-Mail:';
|
||||
$_LANG['guest-tracking_907db890138380a38976658f5b61f0fd'] = 'Um Ihre Bestellung zu verfolgen, geben Sie bitte folgende Informationen ein:';
|
||||
$_LANG['guest-tracking_93aef17b1541efc1c3f8bd6679972096'] = 'Schneller und einfacher Bestellablauf';
|
||||
$_LANG['guest-tracking_6a1e265f92087bb6dd18194833fe946b'] = 'E-Mail:';
|
||||
$_LANG['header_0fcd4065ff78fceb3083316ddb958bc1'] = 'Aus Ihrem Land können wir leider keine Bestellung aufnehmen';
|
||||
$_LANG['header_a85eba4c6c699122b2bb1387ea4813ad'] = 'Warenkorb';
|
||||
$_LANG['header_bffe9a3c9a7e00ba00a11749e022d911'] = 'Anmelden';
|
||||
@@ -264,8 +264,8 @@ $_LANG['history_0b3db27bc15f682e92ff250ebb167d4b'] = 'Zurück zu Ihrem Konto';
|
||||
$_LANG['history_0eede552438475bdfe820c13f24c9399'] = 'Gesamtpreis';
|
||||
$_LANG['history_116cb47fe026f7a3679486e086426a64'] = 'Wenn Sie soeben eine Bestellung abgesandt haben, kann es einige Zeit dauern, bis diese bestätigt wird. Bitte aktualisieren Sie Ihre Seite, wenn I';
|
||||
$_LANG['history_1b6324ace95b17a01323052fda855989'] = 'Produkte zum Downloaden';
|
||||
$_LANG['history_1e860e56970a81a1ba3e1fcb7fccc846'] = 'Bestellnr.';
|
||||
$_LANG['history_26aa02964b3c2f82231e4c064150e29e'] = 'Hier finden Sie bereits abgewickelten Bestellungen seit Erstellung Ihres Kontos';
|
||||
$_LANG['history_5d4710f9a8250b13164a82c94d5b00d1'] = 'Bestellnr.';
|
||||
$_LANG['history_06b05d09714a236f1e285a6b5c83a209'] = 'Hier finden Sie bereits abgewickelten Bestellungen seit Erstellung Ihres Kontos';
|
||||
$_LANG['history_27792947ed5d5da7c0d1f43327ed9dab'] = 'Details';
|
||||
$_LANG['history_332c80b1838dc515f5031e09da3b7f3f'] = 'Nachbestellen';
|
||||
$_LANG['history_44749712dbec183e983dcd78a7736c41'] = 'Datum';
|
||||
@@ -274,14 +274,14 @@ $_LANG['history_5acc2ceeb883ba07cef2d02ea382f242'] = 'Sie haben noch keine Beste
|
||||
$_LANG['history_782c8b38bce4f2f6975ca7f33ac8189b'] = 'Verlauf Ihrer Bestellungen';
|
||||
$_LANG['history_8cf04a9734132302f96da8e113e80ce5'] = 'Start';
|
||||
$_LANG['history_bcd1b68617759b1dfcff0403a6b5a8d1'] = 'PDF';
|
||||
$_LANG['history_c453a4b8e8d98e82f35b67f433e3b4da'] = 'Zahlung';
|
||||
$_LANG['history_bd0e34e5be6447844e6f262d51f1a9dc'] = 'Zahlung';
|
||||
$_LANG['history_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Mein Konto';
|
||||
$_LANG['history_ec53a8c4f07baed5d8825072c89799be'] = 'Status';
|
||||
$_LANG['identity_10803b83a68db8f7e7a33e3b41e184d0'] = 'Geburtsdatum';
|
||||
$_LANG['identity_195fbb57ffe7449796d23466085ce6d8'] = 'Mai';
|
||||
$_LANG['identity_19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfeld';
|
||||
$_LANG['identity_1b539f6f34e8503c97f6d3421346b63c'] = 'Juli';
|
||||
$_LANG['identity_1e884e3078d9978e216a027ecd57fb34'] = 'E-Mail';
|
||||
$_LANG['identity_6a1e265f92087bb6dd18194833fe946b'] = 'E-Mail';
|
||||
$_LANG['identity_20db0bfeecd8fe60533206a2b5e9891a'] = 'Vorname';
|
||||
$_LANG['identity_21102621bd5856b350ae86db3aeed9fc'] = 'Bitte ändern Sie Ihre persönlichen Daten, wenn diese sich geändert haben.';
|
||||
$_LANG['identity_3fcf026bbfffb63fb24b8de9d0446949'] = 'April';
|
||||
@@ -290,18 +290,18 @@ $_LANG['identity_4bc28f132d571b160ba407e143915de2'] = 'Aktuelles Kennwort';
|
||||
$_LANG['identity_6335a00a08fde0fbb8f6d6630cdadd92'] = 'Ihre persönlichen Daten';
|
||||
$_LANG['identity_659e59f062c75f81259d22786d6c44aa'] = 'Februar';
|
||||
$_LANG['identity_688937ccaf2a2b0c45a1c9bbba09698d'] = 'Juni';
|
||||
$_LANG['identity_6f6162d3a052bb330e9c60285c74c6c9'] = 'Newsletter abonnieren';
|
||||
$_LANG['identity_93edfc7af9b6471b30030cf17646e36c'] = 'Newsletter abonnieren';
|
||||
$_LANG['identity_7e823b37564da492ca1629b4732289a8'] = 'November';
|
||||
$_LANG['identity_82331503174acbae012b2004f6431fa5'] = 'Dezember';
|
||||
$_LANG['identity_8514d6418c5a503c4accac47e764ce11'] = 'Ihr Kennwort wurde aktualisiert.';
|
||||
$_LANG['identity_29224ba63cde6e9f1e16691138bdf954'] = 'Ihr Kennwort wurde aktualisiert.';
|
||||
$_LANG['identity_86f5978d9b80124f509bdb71786e929e'] = 'Januar';
|
||||
$_LANG['identity_8cf04a9734132302f96da8e113e80ce5'] = 'Start';
|
||||
$_LANG['identity_8d3f5eff9c40ee315d452392bed5309b'] = 'Nachname';
|
||||
$_LANG['identity_94d33283c51fdd4a296157461259aee0'] = 'Ihre persönlichen Daten wurden aktualisiert.';
|
||||
$_LANG['identity_a958dbb46713e59856c35f89e5092a5e'] = 'Zurück zu Ihrem Konto';
|
||||
$_LANG['identity_ac135c86084a47630c9eadb4edd5ef75'] = 'Erhalten Sie Angebote unserer Partner';
|
||||
$_LANG['identity_baca087296e01b5d69799dd53bcd7950'] = 'Erhalten Sie Angebote unserer Partner';
|
||||
$_LANG['identity_ae3bb2a1ac61750150b606298091d38a'] = 'Neues Kennwort';
|
||||
$_LANG['identity_b340f66ef028af40a01d073966d593a9'] = 'Laut des Gesetzes Nr. 78-17 vom 6. Januar 1978 besitzen Sie bezüglich Ihrer persönlichen Daten das Recht auf Zugriff, Berichtigung und Widerspruch.';
|
||||
$_LANG['identity_ea460dd8c3ac592e8224d8fe3ef774c7'] = 'Laut des Gesetzes Nr. 78-17 vom 6. Januar 1978 besitzen Sie bezüglich Ihrer persönlichen Daten das Recht auf Zugriff, Berichtigung und Widerspruch.';
|
||||
$_LANG['identity_b78a3223503896721cca1303f776159b'] = 'Anrede';
|
||||
$_LANG['identity_c9cc8cce247e49bae79f15173ce97354'] = 'Bestätigen';
|
||||
$_LANG['identity_cc5d90569e1c8313c2b1c2aab1401174'] = 'September';
|
||||
@@ -323,13 +323,13 @@ $_LANG['live_edit_ea4788705e6873b424c65e91c2846b19'] = 'Abbrechen';
|
||||
$_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_0397cbccfd02272abd38f8933b865218'] = '%d Produkt';
|
||||
$_LANG['manufacturer-list_2377be3c2ad9b435ba277a73f0f1ca76'] = 'Hersteller';
|
||||
$_LANG['manufacturer-list_0e1e874dde345d19583102a9fd63fb7e'] = 'Hersteller';
|
||||
$_LANG['manufacturer-list_3426bf3cca12b1f6550fd8bd36171e2f'] = 'Artikel ansehen';
|
||||
$_LANG['manufacturer-list_40a1d0763fd669e33d8663d15eb91cfb'] = 'Es sind %d Hersteller vorhanden.';
|
||||
$_LANG['manufacturer-list_864c665aea5e824772fda0e678c3ac4d'] = '%d Produkte';
|
||||
$_LANG['manufacturer-list_8a535d7f40eb9e738248d555675b572e'] = 'Es ist %d Hersteller vorhanden.';
|
||||
$_LANG['manufacturer-list_ce7bdbaa2a5998973271d85172456ee6'] = 'Es sind keine Hersteller vorhanden.';
|
||||
$_LANG['manufacturer_2377be3c2ad9b435ba277a73f0f1ca76'] = 'Hersteller';
|
||||
$_LANG['manufacturer_0e1e874dde345d19583102a9fd63fb7e'] = 'Hersteller';
|
||||
$_LANG['manufacturer_4c8d12a46c2deb4898979acfd4e23f6a'] = 'Produkte des Herstellers:';
|
||||
$_LANG['manufacturer_a65ed5e8df4b1c2bb34844f81cc9b451'] = 'Keine Produkte von diesem Hersteller.';
|
||||
$_LANG['manufacturer_d3da97e2d9aee5c8fbe03156ad051c99'] = 'Mehr...';
|
||||
@@ -337,7 +337,7 @@ $_LANG['my-account_284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Adressen';
|
||||
$_LANG['my-account_4b0afa9e8d3cdefd4fb21faebe22ef5f'] = 'Ihr Konto wurde erstellt.';
|
||||
$_LANG['my-account_4c8a50af0ebcf49be0cf4e0f67f37595'] = 'Meine persönlichen Daten';
|
||||
$_LANG['my-account_7442e29d7d53e549b78d93c46b8cdcfc'] = 'Bestellungen';
|
||||
$_LANG['my-account_75711a019b3f61f70ed3e785dbc60377'] = 'Willkommen auf Ihrer persönlichen Startseite. Hier können Sie Ihre persönlichen Daten, Ihre Bestellungen und Ihre Adresse verwalten.';
|
||||
$_LANG['my-account_67afe6ed34ec3a7b3d5d5d91143cdfde'] = 'Willkommen auf Ihrer persönlichen Startseite. Hier können Sie Ihre persönlichen Daten, Ihre Bestellungen und Ihre Adresse verwalten.';
|
||||
$_LANG['my-account_89080f0eedbd5491a93157930f1e45fc'] = 'Meine Rücksendungen';
|
||||
$_LANG['my-account_8cf04a9734132302f96da8e113e80ce5'] = 'Startseite';
|
||||
$_LANG['my-account_9132bc7bac91dd4e1c453d4e96edf219'] = 'Mein Guthaben';
|
||||
@@ -346,12 +346,12 @@ $_LANG['my-account_a82868319826fb092b73968e661b5b38'] = 'Gutscheine';
|
||||
$_LANG['my-account_a82be0f551b8708bc08eb33cd9ded0cf'] = 'Informationen';
|
||||
$_LANG['my-account_c87aacf5673fada1108c9f809d354311'] = 'Abmelden';
|
||||
$_LANG['my-account_d1a365ea7809ae5831c6d9f86886630c'] = 'Guthaben';
|
||||
$_LANG['my-account_d1c55b03aa566f1dbe40569fe957c496'] = 'Verlauf und Details meiner Bestellungen';
|
||||
$_LANG['my-account_f232e81d15c0f2b9a4b1853465aaf18a'] = 'Verlauf und Details meiner Bestellungen';
|
||||
$_LANG['my-account_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Mein Konto';
|
||||
$_LANG['my-account_e06d7593c1cd6dabef450be6c3da7091'] = 'Rücksendungen';
|
||||
$_LANG['my-account_e45be0a0d4a0b62b15694c1a631e6e62'] = 'Meine Adressen';
|
||||
$_LANG['my-account_f4c5b2b545efb89fefa11fd6c9da1cb3'] = 'Meine Standard-Adresse einfügen.';
|
||||
$_LANG['nbr-product-page_74dd2b447f2f9a892177430fd5bf54a0'] = 'Produkte pro Seite';
|
||||
$_LANG['my-account_8d201494ac15414c04d73247e367ec28'] = 'Meine Standard-Adresse einfügen.';
|
||||
$_LANG['nbr-product-page_21a1f0b4726f9f6cbced2bc8747ec44f'] = 'Produkte pro Seite';
|
||||
$_LANG['nbr-product-page_917d465e9a9e8b16a8da50a1ca8156ca'] = 'Anzeigen:';
|
||||
$_LANG['new-products_9ff0635f5737513b1a6f559ac2bff745'] = 'Neue Produkte';
|
||||
$_LANG['new-products_d58424783355b6da2dedc302f2bf4065'] = 'Keine neuen Produkte';
|
||||
@@ -359,7 +359,7 @@ $_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_713abca3b7abddc0445099b23c0a3697'] = 'An mehrere Adressen versenden.';
|
||||
$_LANG['order-address-multishipping-products_89379e8168d3baf9be5963422ac20caa'] = 'Einige Produktmengen wurden geändert, bitte überprpfen Sie diese';
|
||||
$_LANG['order-address-multishipping-products_68491b1a5c4ae0b0b8c3954c44c76f0b'] = 'Einige Produktmengen wurden geändert, bitte überprpfen Sie diese';
|
||||
$_LANG['order-address-multishipping-products_a4d3b161ce1309df1c4e25df28694b7b'] = 'Speichern';
|
||||
$_LANG['order-address-multishipping-products_b5a7adde1af5c87d7fd797b6245c2a39'] = 'Beschreibung';
|
||||
$_LANG['order-address-multishipping-products_b669d5bfee7c83844d00c007ef74cd2a'] = 'Lieferadresse wählen:';
|
||||
@@ -367,16 +367,16 @@ $_LANG['order-address-multishipping-products_deb10517653c255364175796ace3553f']
|
||||
$_LANG['order-address-multishipping_06933067aafd48425d67bcb01bba5cb6'] = 'aktualisieren';
|
||||
$_LANG['order-address-multishipping_10ac3d04253ef7e1ddc73e6091c0cd55'] = 'Zurück';
|
||||
$_LANG['order-address-multishipping_284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Adressen';
|
||||
$_LANG['order-address-multishipping_617096c86d35478132502be00e12e016'] = 'Falls Sie uns eine Nachricht zu Ihrer Bestellung hinterlassen wollen, nutzen Sie bitte das nachstehende Feld dazu.';
|
||||
$_LANG['order-address-multishipping_d93651d012e77dac5581b08db33195b2'] = 'Falls Sie uns eine Nachricht zu Ihrer Bestellung hinterlassen wollen, nutzen Sie bitte das nachstehende Feld dazu.';
|
||||
$_LANG['order-address-multishipping_82a7d396bbd6f6fef648578b4ae2ea81'] = 'Wählen Sie eine Rechnungsadresse:';
|
||||
$_LANG['order-address-multishipping_86024cad1e83101d97359d7351051156'] = 'Produktet';
|
||||
$_LANG['order-address-multishipping_068f80c7519d0528fb08e82137a72131'] = 'Produktet';
|
||||
$_LANG['order-address-multishipping_8a8c9edb5531fa2f822295d1830d090f'] = 'Ihre Lieferadresse';
|
||||
$_LANG['order-address-multishipping_b15e1100a6196acba01ef7aaa5b2a9e5'] = 'Neue Adresse hinzufügen';
|
||||
$_LANG['order-address-multishipping_da9d6ec2998a07c31ec9eb93c9f254ed'] = 'Ihre Rechnungsadresse';
|
||||
$_LANG['order-address-multishipping_db671b8ceed664eaecb59a4e6075ec9f'] = 'Wählen Sie bitte zuvor eine Adresse';
|
||||
$_LANG['order-address-multishipping_dd1f775e443ff3b9a89270713580a51b'] = 'Vor';
|
||||
$_LANG['order-address-multishipping_ec211f7c20af43e742bf2570c3cb84f9'] = 'Hinzufügen';
|
||||
$_LANG['order-address-multishipping_f5bf48aa40cad7891eb709fcf1fde128'] = 'Produkt';
|
||||
$_LANG['order-address-multishipping_deb10517653c255364175796ace3553f'] = 'Produkt';
|
||||
$_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';
|
||||
@@ -386,16 +386,16 @@ $_LANG['order-address_06933067aafd48425d67bcb01bba5cb6'] = 'Aktualisieren';
|
||||
$_LANG['order-address_10ac3d04253ef7e1ddc73e6091c0cd55'] = 'Weiter';
|
||||
$_LANG['order-address_284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Adressen';
|
||||
$_LANG['order-address_390b4c95516a4b7faf97389ca46fc0c7'] = 'Verwenden Sie die gleiche Adresse für die Rechnungsstellung';
|
||||
$_LANG['order-address_617096c86d35478132502be00e12e016'] = 'Wenn Sie uns eine Nachricht zu Ihrer Bestellung hinterlassen möchten, tragen Sie sie bitte hier ein.';
|
||||
$_LANG['order-address_d93651d012e77dac5581b08db33195b2'] = 'Wenn Sie uns eine Nachricht zu Ihrer Bestellung hinterlassen möchten, tragen Sie sie bitte hier ein.';
|
||||
$_LANG['order-address_6e1a71b786b5180af99406f87bbdbe0d'] = 'Spezifizieren Sie eine Lieferadresse pro Produkt.';
|
||||
$_LANG['order-address_7f6584ea7fc7f8b41b53f554f6c0183d'] = 'Eine Lieferadresse pro Produkt angeben.';
|
||||
$_LANG['order-address_82a7d396bbd6f6fef648578b4ae2ea81'] = 'Wählen Sie eine Rechnungsadresse:';
|
||||
$_LANG['order-address_86024cad1e83101d97359d7351051156'] = 'Produkte';
|
||||
$_LANG['order-address_8a8c9edb5531fa2f822295d1830d090f'] = 'Ihre Lieferadresse';
|
||||
$_LANG['order-address_8ea2f4a1acf2201a5233639f0cf67196'] = 'Ich möchte eine Lieferadresse pro Produkt angeben.';
|
||||
$_LANG['order-address_1a2ba42c10f64d9f42a857a22da4ec5d'] = 'Ich möchte eine Lieferadresse pro Produkt angeben.';
|
||||
$_LANG['order-address_b15e1100a6196acba01ef7aaa5b2a9e5'] = 'Neue Adresse hinzufügen';
|
||||
$_LANG['order-address_d0748d2df4aed77bd7591b3ac6c52c83'] = 'Wählen Sie eine Lieferadresse:';
|
||||
$_LANG['order-address_d28f8bbb0740354aae5456da9cc56d0e'] = 'Lieferadresse auswählen';
|
||||
$_LANG['order-address_1ab8cb7be68e5988a1e9b5b8d8024711'] = 'Lieferadresse auswählen';
|
||||
$_LANG['order-address_da9d6ec2998a07c31ec9eb93c9f254ed'] = 'Ihre Rechnungsadresse';
|
||||
$_LANG['order-address_dd1f775e443ff3b9a89270713580a51b'] = 'Zurück';
|
||||
$_LANG['order-address_e744ae5ff1db45c76911ee834b7fafcd'] = 'Mehrere Lieferadressen';
|
||||
@@ -403,38 +403,38 @@ $_LANG['order-address_ec211f7c20af43e742bf2570c3cb84f9'] = 'Hinzufügen';
|
||||
$_LANG['order-address_f5bf48aa40cad7891eb709fcf1fde128'] = 'Produkt';
|
||||
$_LANG['order-carrier_0a5737e9ac4d4cdbf41e473674c0e557'] = 'Ich habe die allgemeinen Geschäftsbedingungen gelesen und stimme Ihnen uneingeschränkt zu.';
|
||||
$_LANG['order-carrier_0d9175fe89fb80d815e7d03698b6e83a'] = 'Geschenk';
|
||||
$_LANG['order-carrier_0fce1189b263c211a8239fb0e9df004d'] = 'Ich möchte meine Bestellung in einer Recycling-Verpackung erhalten';
|
||||
$_LANG['order-carrier_9193b58520051d8b59ca64a5cc5353ff'] = 'Ich möchte meine Bestellung in einer Recycling-Verpackung erhalten';
|
||||
$_LANG['order-carrier_10ac3d04253ef7e1ddc73e6091c0cd55'] = 'Weiter';
|
||||
$_LANG['order-carrier_1f87346a16cf80c372065de3c54c86d9'] = 'inkl. MwSt.';
|
||||
$_LANG['order-carrier_21034ae6d01a83e702839a72ba8a77b0'] = 'exkl. MwSt.';
|
||||
$_LANG['order-carrier_2d51d96d770cc2244be31a85e608de19'] = 'Kein Versanddienst vorhanden.';
|
||||
$_LANG['order-carrier_5508a53851720a210e50f7b8a6f66f46'] = 'Sie müssen unsere allgemeinen Geschäftsbedingungen akzeptieren, bevor Sie zum nächsten Schritt gehen';
|
||||
$_LANG['order-carrier_5c2dfd55fea1f5c6adef500fcb6403b4'] = 'Zusätzliche Kosten über';
|
||||
$_LANG['order-carrier_617096c86d35478132502be00e12e016'] = 'Möchten Sie uns zu Ihrer Bestellung noch was mitteilen? Dann nutzen Sie hier bitte das nachstehende Feld.';
|
||||
$_LANG['order-carrier_d93651d012e77dac5581b08db33195b2'] = 'Möchten Sie uns zu Ihrer Bestellung noch was mitteilen? Dann nutzen Sie hier bitte das nachstehende Feld.';
|
||||
$_LANG['order-carrier_6f05787682585c32498e88bcd2ea88fc'] = 'Versanddienste';
|
||||
$_LANG['order-carrier_86024cad1e83101d97359d7351051156'] = 'Produkte';
|
||||
$_LANG['order-carrier_068f80c7519d0528fb08e82137a72131'] = 'Produkte';
|
||||
$_LANG['order-carrier_8fb37535c12fbe2899ab442ec474c157'] = 'Wählen Sie eine Versandmodalität';
|
||||
$_LANG['order-carrier_a6cc8cbe3fa07d0fca172c36a603332c'] = 'Für die Adresse \"%s\" ist kein Versanddienst vorhanden.';
|
||||
$_LANG['order-carrier_b1992d8f7c58180c1ebd461b7d502423'] = 'Der günstigste Preis';
|
||||
$_LANG['order-carrier_b4e59f3a4554655a099738382ebedbff'] = 'Sie können Ihrer Bestellung eine Begleitnachricht hinzufügen.';
|
||||
$_LANG['order-carrier_bf46d59ab4c5096d169c1a5eb39cc0c1'] = 'Sie können Ihrer Bestellung eine Begleitnachricht hinzufügen.';
|
||||
$_LANG['order-carrier_b6dddfff5178ce64364ca3f683930354'] = 'Der günstigste Preis und schnellste Weg';
|
||||
$_LANG['order-carrier_bd5b551d1757a856d9f2d01dc7850080'] = 'Hinterlassen Sie eine Nachricht';
|
||||
$_LANG['order-carrier_c1fb97680f5f203d44744a2355ed87ae'] = '(Allgemeine Geschäftsbedingungen lesen)';
|
||||
$_LANG['order-carrier_d53afd7ef9af5405df040482add9b153'] = '(Allgemeine Geschäftsbedingungen lesen)';
|
||||
$_LANG['order-carrier_c2a32e7734b79d54eaaddb651707b403'] = 'Der schnellste Weg';
|
||||
$_LANG['order-carrier_c8c4080207cd4f02548c8cb6285bd16b'] = 'Kein Versanddienst nötig für diese Bestellung';
|
||||
$_LANG['order-carrier_3818429ccff49b9d6ab2b4a9a137a00a'] = 'Kein Versanddienst nötig für diese Bestellung';
|
||||
$_LANG['order-carrier_cc9b9807af9192bed55cb1e92ba28844'] = 'Wählen Sie eine Versandmodalität für die angegebene Lieferadresse.';
|
||||
$_LANG['order-carrier_d2ab6e496545daf64eef4f73c2d7b924'] = 'betreffend Produkte:';
|
||||
$_LANG['order-carrier_9960807cfb66a03002a9b7777c4a96c5'] = 'betreffend Produkte:';
|
||||
$_LANG['order-carrier_dd1f775e443ff3b9a89270713580a51b'] = 'Zurück';
|
||||
$_LANG['order-carrier_e085dcd05d73bdd5afe338e5b6e42a18'] = 'Wählen Sie eine Lieferart:';
|
||||
$_LANG['order-carrier_e73804ec18eba10918b8d9c3208d46bd'] = 'Wählen Sie eine Lieferart:';
|
||||
$_LANG['order-carrier_e4045598261988d9988c594243a9434d'] = 'Allgemeine Geschäftsbedingungen';
|
||||
$_LANG['order-carrier_e7a6ca4e744870d455a57b644f696457'] = 'Kostenlos !';
|
||||
$_LANG['order-carrier_ea9cf7e47ff33b2be14e6dd07cbcefc6'] = 'Versandkosten';
|
||||
$_LANG['order-carrier_f5bf48aa40cad7891eb709fcf1fde128'] = 'Produkt';
|
||||
$_LANG['order-carrier_f60920a83c506f883cff36d8322816a4'] = 'Ich möchte, dass meine Bestellung als Geschenk verpackt wird.';
|
||||
$_LANG['order-carrier_fe37ec14fa2db219db5279f4934c6dfc'] = 'betreffend Produkt:';
|
||||
$_LANG['order-carrier_b24ce0cd392a5b0b8dedc66c25213594'] = 'Kostenlos !';
|
||||
$_LANG['order-carrier_66f51e43606e2baebb8e9c3bfe965da4'] = 'Versandkosten';
|
||||
$_LANG['order-carrier_deb10517653c255364175796ace3553f'] = 'Produkt';
|
||||
$_LANG['order-carrier_32224bd6487699ea66652d3dc502455d'] = 'Ich möchte, dass meine Bestellung als Geschenk verpackt wird.';
|
||||
$_LANG['order-carrier_e06b4fd44aa19916cbbb34d7ca26efa1'] = 'betreffend Produkt:';
|
||||
$_LANG['order-confirmation_4082ea29b4f196c4f60533500139725a'] = 'Bestellung verfolgen';
|
||||
$_LANG['order-confirmation_9390390581f54c65d6acfc8da4e17362'] = 'Zurück zu Bestellungen';
|
||||
$_LANG['order-confirmation_b09ffe631344edabac9412ed4c862544'] = 'Ihre Bestellnummer wurde Ihnen per E-Mail zugesandt.';
|
||||
$_LANG['order-confirmation_9be66ab020fd0ffb9dd22756969b8dc7'] = 'Ihre Bestellnummer wurde Ihnen per E-Mail zugesandt.';
|
||||
$_LANG['order-confirmation_e19e31ddb54b493059808ec4f2dab4cb'] = 'Ihre Bestellnummer lautet:';
|
||||
$_LANG['order-confirmation_fb077ecba55e5552916bde26d8b9e794'] = 'Bestellbestätigung';
|
||||
$_LANG['order-detail-product-li_0eede552438475bdfe820c13f24c9399'] = 'Gesamtpreis';
|
||||
@@ -443,11 +443,11 @@ $_LANG['order-detail-product-li_694e8d1f2ee056f98ee488bdc4982d73'] = 'Menge';
|
||||
$_LANG['order-detail-product-li_6c957f72dc8cdacc75762f2cbdcdfaf2'] = 'Einzelpreis';
|
||||
$_LANG['order-detail-product-li_853ae90f0351324bd73ea615e6487517'] = ':';
|
||||
$_LANG['order-detail-product-li_aec9b5b1c2f91ccdef8e25f5f1dac86a'] = 'Das Produkt downloaden';
|
||||
$_LANG['order-detail-product-li_d8ea8f57bff2e29a27f3821ae74968bd'] = 'Dieses Produkt downloaden';
|
||||
$_LANG['order-detail-product-li_c060ca8505d0aa094635fbf9beac94b0'] = 'Dieses Produkt downloaden';
|
||||
$_LANG['order-detail_01abfc750a0c942167651c40d088531d'] = 'Nr.';
|
||||
$_LANG['order-detail_0557fa923dcee4d0f86b1409f5c2167f'] = 'Zurück';
|
||||
$_LANG['order-detail_065ab3a28ca4f16f55f103adc7d0226f'] = 'Lieferung';
|
||||
$_LANG['order-detail_0a4af520470128dd451243ce1cd5a852'] = 'Download Ihrer PDF-Rechnung';
|
||||
$_LANG['order-detail_e682495785e844d491378817aa34aa3f'] = 'Download Ihrer PDF-Rechnung';
|
||||
$_LANG['order-detail_0eede552438475bdfe820c13f24c9399'] = 'Gesamtpreis';
|
||||
$_LANG['order-detail_1f87346a16cf80c372065de3c54c86d9'] = 'inkl. MwSt.';
|
||||
$_LANG['order-detail_25e93b63e91b5555bd458c89b1916678'] = 'Rücksendung anlegen';
|
||||
@@ -464,10 +464,10 @@ $_LANG['order-detail_466eadd40b3c10580e3ab4e8061161ce'] = 'Rechnung';
|
||||
$_LANG['order-detail_4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Nachricht';
|
||||
$_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_978c7c1b6214ab576cd8425896b29339'] = 'Verfolgen Sie Ihre Bestellung Schritt für Schritt';
|
||||
$_LANG['order-detail_5da618e8e4b89c66fe86e32cdafde142'] = 'Absender';
|
||||
$_LANG['order-detail_5fbddd8d4e0d8c7a868272f2f171df09'] = 'Es ist %d Fehler aufgetreten';
|
||||
$_LANG['order-detail_617096c86d35478132502be00e12e016'] = 'Wenn Sie uns eine Nachricht zu Ihrer Bestellung hinterlassen möchten, tragen Sie sie bitte hier ein.';
|
||||
$_LANG['order-detail_d93651d012e77dac5581b08db33195b2'] = 'Wenn Sie uns eine Nachricht zu Ihrer Bestellung hinterlassen möchten, tragen Sie sie bitte hier ein.';
|
||||
$_LANG['order-detail_6332e7985befad227455d60812bd1449'] = 'Bestellugsnummer %s – Vom ';
|
||||
$_LANG['order-detail_63d5049791d9d79d86e9a108b0a999ca'] = 'Artikel-Nr.';
|
||||
$_LANG['order-detail_66c4c5112f455a19afde47829df363fa'] = 'Gesamt:';
|
||||
@@ -477,20 +477,20 @@ $_LANG['order-detail_755bb0834a77079fd1330b555b69e6bf'] = 'Sie sind damit einver
|
||||
$_LANG['order-detail_780c462e85ba4399a5d42e88f69a15ca'] = 'Rechnung';
|
||||
$_LANG['order-detail_7bc873cba11f035df692c3549366c722'] = '--Auswählen--';
|
||||
$_LANG['order-detail_8c489d0946f66d17d73f26366a4bf620'] = 'Gewicht';
|
||||
$_LANG['order-detail_8efd9e9597e94fe3397c831f2ed1b7bd'] = 'Sie haben eine Geschenkverpackung für diese Bestellung gewünscht.';
|
||||
$_LANG['order-detail_e14bc5cef02df7369b604ea3885adb96'] = 'Sie haben eine Geschenkverpackung für diese Bestellung gewünscht.';
|
||||
$_LANG['order-detail_914419aa32f04011357d3b604a86d7eb'] = 'Versanddienst';
|
||||
$_LANG['order-detail_940663fd4428d2c86f9a4780b6574028'] = 'Nachricht:';
|
||||
$_LANG['order-detail_94966d90747b97d1f0f206c98a8b1ac3'] = 'Absenden';
|
||||
$_LANG['order-detail_9ead913c5b7c87efda39ca9640c46ae4'] = 'Es sind %d Fehler aufgetreten';
|
||||
$_LANG['order-detail_a12925b3d2beb085f9a024d8098b41dd'] = 'Gesamtbetrag Geschenkverpackung:';
|
||||
$_LANG['order-detail_31f52379817244bb67196c880749cfd8'] = '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_bef8403608dc4cb3ade799f63dd4bf59'] = '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_3d056974128aa7405c1941a684b8279d'] = 'Mit einem Gastkonto können Sie keine elektronische Waren-Rücksendung erstellen.';
|
||||
$_LANG['order-detail_b09eeb5676544c14685b96209dde1b1a'] = 'Bestellung #%s - aufgegeben am';
|
||||
$_LANG['order-detail_c1f6368d15f7c13c4e5e8f70c68c747f'] = 'Zahlungsweise:';
|
||||
$_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_c060ca8505d0aa094635fbf9beac94b0'] = 'Dieses Produkt downloaden';
|
||||
$_LANG['order-detail_db205f01b4fd580fb5daa9072d96849d'] = 'Gesamt Produkte';
|
||||
$_LANG['order-detail_deb10517653c255364175796ace3553f'] = 'Produkt';
|
||||
$_LANG['order-detail_ec53a8c4f07baed5d8825072c89799be'] = 'Status';
|
||||
@@ -503,12 +503,12 @@ $_LANG['order-follow_01abfc750a0c942167651c40d088531d'] = 'Nr.';
|
||||
$_LANG['order-follow_0d3cfc2fe56119651ee7848f3e32d84d'] = 'Rücksende-Etikette';
|
||||
$_LANG['order-follow_229ca46a5d762e19a428f59449c916ad'] = 'Bitte geben Sie einen Grund für die Rücksendung an!';
|
||||
$_LANG['order-follow_25e93b63e91b5555bd458c89b1916678'] = 'Rücksendung anlegen';
|
||||
$_LANG['order-follow_2e99578f8bd14385bc5bcc2608e7b938'] = 'Sie haben nicht genügend Produkte, um mit dieser Menge eine neue Rücksendung anzulegen!';
|
||||
$_LANG['order-follow_3976e0f730b236b1cf619dc80f78488e'] = 'Sie haben keine Rücksendung angelegt.';
|
||||
$_LANG['order-follow_8a6034d3379499b66d730aa17e007683'] = 'Sie haben nicht genügend Produkte, um mit dieser Menge eine neue Rücksendung anzulegen!';
|
||||
$_LANG['order-follow_15ef0f1f63c1e8a9fb8abad024939262'] = 'Sie haben keine Rücksendung angelegt.';
|
||||
$_LANG['order-follow_446faa7da2d42ba4ffeda73cb119dd91'] = 'Ausgabedatum';
|
||||
$_LANG['order-follow_558a57a100d0232908d28ac4bc1c35b5'] = 'Bitte geben Sie einen Grund für die Rücksendung an!';
|
||||
$_LANG['order-follow_cbd22dcb89c7ff53e1d58959352b278e'] = 'Bitte geben Sie einen Grund für die Rücksendung an!';
|
||||
$_LANG['order-follow_8cf04a9734132302f96da8e113e80ce5'] = 'Start';
|
||||
$_LANG['order-follow_93d4be62cede66eb788f5ca8046bac7f'] = 'Bitte geben Sie die gewünschte Anzahl jedes gewählten Produkts an.';
|
||||
$_LANG['order-follow_1819b587867a9c604a4d21c753756b4a'] = 'Bitte geben Sie die gewünschte Anzahl jedes gewählten Produkts an.';
|
||||
$_LANG['order-follow_988fd738de9c6d177440c5dcf69e73ce'] = 'Zurück';
|
||||
$_LANG['order-follow_9bb4b32641712af2309584a5e97c0f73'] = 'Diese Bestellung kann nicht zurückgesandt werden.';
|
||||
$_LANG['order-follow_a240fa27925a635b08dc28c9e4f9216d'] = 'Bestellung';
|
||||
@@ -518,22 +518,22 @@ $_LANG['order-follow_cc894fffb019b528d12951b74d6d2b6e'] = 'Rücksendung';
|
||||
$_LANG['order-follow_d442cb92c3b031eceacbfe87605b9356'] = 'Status der Rücksendung';
|
||||
$_LANG['order-follow_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Mein Konto';
|
||||
$_LANG['order-follow_daf51d7d9e10e6a469434ae548d9a173'] = 'Ausdrucken';
|
||||
$_LANG['order-follow_e1b6d8e31d5a3dee879dddc77c492b81'] = 'Produkte die sich in Rücksendung befinden.';
|
||||
$_LANG['order-follow_9cf9ab35a1b24314913bb739d25a0b36'] = 'Produkte die sich in Rücksendung befinden.';
|
||||
$_LANG['order-follow_e6f6a5e58ee6d010f22e4b3dbd756213'] = 'Bitte klicken Sie mindestens ein Produkt an, welches zurückgesandt werden soll.';
|
||||
$_LANG['order-opc-address_145769de0753212cb6f89a997ce200bc'] = 'Andresse ändern';
|
||||
$_LANG['order-opc-address_32063d827ff1f7d07455a7b8e3e1c098'] = 'Lieferadresse';
|
||||
$_LANG['order-opc-address_af0f5bdc5be121b9307687aeeae38c17'] = 'Lieferadresse';
|
||||
$_LANG['order-opc-address_b15e1100a6196acba01ef7aaa5b2a9e5'] = 'Neue Adresse hinzufügen';
|
||||
$_LANG['order-opc-address_b3939ab02b5f8d716719f08ec581acbb'] = 'Legen Sie bitte Leifer- und Rechnungsadresse fest.';
|
||||
$_LANG['order-opc-address_89fda22cffba3209fa31607fe96e4ed1'] = 'Legen Sie bitte Leifer- und Rechnungsadresse fest.';
|
||||
$_LANG['order-opc-address_dd7bf230fde8d4836917806aff6a6b27'] = 'Adresse';
|
||||
$_LANG['order-opc-address_ece53f91d0525eaa402014fe2736a158'] = 'Rechnungsadresse:';
|
||||
$_LANG['order-opc-address_601d8c4b9f72fc1862013c19b677a499'] = 'Rechnungsadresse:';
|
||||
$_LANG['order-opc-carrier_0a5737e9ac4d4cdbf41e473674c0e557'] = 'Ich habe die allgemeinen Geschäftsbedingungen gelesen und stimme Ihnen uneingeschränkt zu.';
|
||||
$_LANG['order-opc-carrier_0d9175fe89fb80d815e7d03698b6e83a'] = 'Geschenk';
|
||||
$_LANG['order-opc-carrier_0fce1189b263c211a8239fb0e9df004d'] = 'Ich möchte meine Bestellung in einer Recycling-Verpackung erhalten';
|
||||
$_LANG['order-opc-carrier_b4e59f3a4554655a099738382ebedbff'] = 'Sie können Ihrer Bestellung eine Begleitnachricht hinzufügen.';
|
||||
$_LANG['order-opc-carrier_946dae510a3d0d085fe207531e9fc81f'] = 'Sie können Ihrer Bestellung eine Begleitnachricht hinzufügen.';
|
||||
$_LANG['order-opc-carrier_c1fb97680f5f203d44744a2355ed87ae'] = '(Allgemeine Geschäftsbedingungen lesen)';
|
||||
$_LANG['order-opc-carrier_e085dcd05d73bdd5afe338e5b6e42a18'] = 'Wählen Sie eine Lieferart:';
|
||||
$_LANG['order-opc-carrier_e4045598261988d9988c594243a9434d'] = 'Allgemeine Geschäftsbedingungen';
|
||||
$_LANG['order-opc-carrier_ea9cf7e47ff33b2be14e6dd07cbcefc6'] = 'Transport';
|
||||
$_LANG['order-opc-carrier_66f51e43606e2baebb8e9c3bfe965da4'] = 'Transport';
|
||||
$_LANG['order-opc-carrier_f60920a83c506f883cff36d8322816a4'] = 'Ich möchte, dass meine Bestellung als Geschenk verpackt wird.';
|
||||
$_LANG['order-opc-new-account_01a569ddc6cf67ddec2a683f0a5f5956'] = 'Kennwort vergessen?';
|
||||
$_LANG['order-opc-new-account_08bd40c7543007ad06e4fce31618f6ec'] = 'Konto';
|
||||
@@ -543,11 +543,11 @@ $_LANG['order-opc-new-account_195fbb57ffe7449796d23466085ce6d8'] = 'Mai';
|
||||
$_LANG['order-opc-new-account_19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfeld';
|
||||
$_LANG['order-opc-new-account_1b539f6f34e8503c97f6d3421346b63c'] = 'Juli';
|
||||
$_LANG['order-opc-new-account_1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Firma';
|
||||
$_LANG['order-opc-new-account_1e884e3078d9978e216a027ecd57fb34'] = 'E-Mail';
|
||||
$_LANG['order-opc-new-account_6a1e265f92087bb6dd18194833fe946b'] = 'E-Mail';
|
||||
$_LANG['order-opc-new-account_20db0bfeecd8fe60533206a2b5e9891a'] = 'Vorname';
|
||||
$_LANG['order-opc-new-account_2eac22e71eedb5bdb8f94a1354964017'] = 'Meine Rechnungsadresse';
|
||||
$_LANG['order-opc-new-account_2fdfd506efea08144c0794c32ca8250a'] = 'Erstellen Sie ein Konto';
|
||||
$_LANG['order-opc-new-account_357e8e55cf47b6f04c354179b303105a'] = 'Als Gast kaufen';
|
||||
$_LANG['order-opc-new-account_12819315d9cf421dcaac8122a71ececa'] = 'Als Gast kaufen';
|
||||
$_LANG['order-opc-new-account_3fcf026bbfffb63fb24b8de9d0446949'] = 'April';
|
||||
$_LANG['order-opc-new-account_41ba70891fb6f39327d8ccb9b1dafb84'] = 'August';
|
||||
$_LANG['order-opc-new-account_41c2fff4867cc204120f001e7af20f7a'] = 'Mobilnummer';
|
||||
@@ -558,7 +558,7 @@ $_LANG['order-opc-new-account_59716c97497eb9694541f7c3d37b1a4d'] = 'Land';
|
||||
$_LANG['order-opc-new-account_601d8c4b9f72fc1862013c19b677a499'] = 'Rechnungsadresse';
|
||||
$_LANG['order-opc-new-account_659e59f062c75f81259d22786d6c44aa'] = 'Februar';
|
||||
$_LANG['order-opc-new-account_688937ccaf2a2b0c45a1c9bbba09698d'] = 'Juni';
|
||||
$_LANG['order-opc-new-account_6f6162d3a052bb330e9c60285c74c6c9'] = 'Abonnieren Sie unseren Newsletter';
|
||||
$_LANG['order-opc-new-account_93edfc7af9b6471b30030cf17646e36c'] = 'Abonnieren Sie unseren Newsletter';
|
||||
$_LANG['order-opc-new-account_766d4aaf3e045538be23f9a9e17a1593'] = 'Bestellung ohne Regisitrierung';
|
||||
$_LANG['order-opc-new-account_7a8fe8aaa64e691d82f429d39e0df3a5'] = 'Personalisierten und sicheren Zugriff';
|
||||
$_LANG['order-opc-new-account_7cb32e708d6b961d476baced73d362bb'] = 'Umsatzsteuer-Identifikationsnummer';
|
||||
@@ -566,17 +566,17 @@ $_LANG['order-opc-new-account_7e823b37564da492ca1629b4732289a8'] = 'November';
|
||||
$_LANG['order-opc-new-account_82331503174acbae012b2004f6431fa5'] = 'Dezember';
|
||||
$_LANG['order-opc-new-account_846a54955f32846032981f8fe48c35ff'] = 'Adresse (2. Zeile)';
|
||||
$_LANG['order-opc-new-account_86f5978d9b80124f509bdb71786e929e'] = 'Januar';
|
||||
$_LANG['order-opc-new-account_8b5dd64ab8d0b8158906796b53a200e2'] = 'E-Mail-Adresse';
|
||||
$_LANG['order-opc-new-account_b357b524e740bc85b9790a0712d84a30'] = 'E-Mail-Adresse';
|
||||
$_LANG['order-opc-new-account_8d3f5eff9c40ee315d452392bed5309b'] = 'Nachname';
|
||||
$_LANG['order-opc-new-account_936ccdb97115e9f35a11d35e3d5b5cad'] = 'Klicken Sie hier';
|
||||
$_LANG['order-opc-new-account_ac135c86084a47630c9eadb4edd5ef75'] = 'Erhalten Sie Sonderangebote von unseren Partnern';
|
||||
$_LANG['order-opc-new-account_baca087296e01b5d69799dd53bcd7950'] = 'Erhalten Sie Sonderangebote von unseren Partnern';
|
||||
$_LANG['order-opc-new-account_ae7bdef7fe2bbbbf02c11e92c5fceb40'] = 'Meine Adresse';
|
||||
$_LANG['order-opc-new-account_aee0c5ed0554d46465080ed36d1d93ab'] = 'Bitte verwenden Sie eine andere Adresse als Rechnungsadresse';
|
||||
$_LANG['order-opc-new-account_af0f5bdc5be121b9307687aeeae38c17'] = 'Lieferanschrift';
|
||||
$_LANG['order-opc-new-account_b60bb13a87fe3ae5463aeb0980a5a8a1'] = 'Identifikationsnummer';
|
||||
$_LANG['order-opc-new-account_b78a3223503896721cca1303f776159b'] = 'Titel';
|
||||
$_LANG['order-opc-new-account_bd9014fe70f4f8bb1beed74e3b708483'] = 'Postleitzahl';
|
||||
$_LANG['order-opc-new-account_bf2957630c4209f61a388a08c2154915'] = '(5 Zeichen min.)';
|
||||
$_LANG['order-opc-new-account_58357b08947453bff66da9b47b3da168'] = '(5 Zeichen min.)';
|
||||
$_LANG['order-opc-new-account_bffe9a3c9a7e00ba00a11749e022d911'] = 'Anmelden';
|
||||
$_LANG['order-opc-new-account_c28639657b4e3352241f83d8b6021e4e'] = 'Neuer Kunde';
|
||||
$_LANG['order-opc-new-account_c9cc8cce247e49bae79f15173ce97354'] = 'Speichern';
|
||||
@@ -586,29 +586,29 @@ $_LANG['order-opc-new-account_d50965b89f4bf0dfbc5b1f13052421a4'] = 'Erstellen Si
|
||||
$_LANG['order-opc-new-account_db879b00e657fc85f7873343f11df21c'] = 'Bereits registriert?';
|
||||
$_LANG['order-opc-new-account_dc647eb65e6711e155375218212b3964'] = 'Kennwort';
|
||||
$_LANG['order-opc-new-account_dd7bf230fde8d4836917806aff6a6b27'] = 'Adresse';
|
||||
$_LANG['order-opc-new-account_dec9cc6702179299ae451c11633915c6'] = 'Schnelles und einfaches Abmelden';
|
||||
$_LANG['order-opc-new-account_e27f7a671905c0944d0ba5ab8e3d03fb'] = 'Kontodaten erfolgreich gespeichert';
|
||||
$_LANG['order-opc-new-account_ce025dc66f590f8c03ad9556bc376d9e'] = 'Schnelles und einfaches Abmelden';
|
||||
$_LANG['order-opc-new-account_6a35e1439d14f62e7177f59c175c886f'] = 'Kontodaten erfolgreich gespeichert';
|
||||
$_LANG['order-opc-new-account_ea318a4ad37f0c2d2c368e6c958ed551'] = 'DNI / NIF / NIE';
|
||||
$_LANG['order-opc-new-account_eca60ae8611369fe28a02e2ab8c5d12e'] = 'Oktober';
|
||||
$_LANG['order-opc-new-account_fa3e5edac607a88d8fd7ecb9d6d67424'] = 'März';
|
||||
$_LANG['order-opc-new-account_fe66abce284ec8589e7d791185b5c442'] = 'Festnetznummer';
|
||||
$_LANG['order-opc-payment_c453a4b8e8d98e82f35b67f433e3b4da'] = 'Zahlung';
|
||||
$_LANG['order-opc-payment_bd0e34e5be6447844e6f262d51f1a9dc'] = 'Zahlung';
|
||||
$_LANG['order-opc_1f87346a16cf80c372065de3c54c86d9'] = 'inkl. MwSt.';
|
||||
$_LANG['order-opc_21034ae6d01a83e702839a72ba8a77b0'] = 'zzgl. MwSt.';
|
||||
$_LANG['order-opc_238a062a6a2543fd85d6616a8506fbe8'] = 'Für diese Bestellung ist kein Versanddienst erforderlich';
|
||||
$_LANG['order-opc_449374f661344e843453c4e189ddeed8'] = 'Meine Adresse ändern';
|
||||
$_LANG['order-opc_466ec9f29b485204ef53818459da48af'] = 'Fehler aufgetreten';
|
||||
$_LANG['order-opc_fe816ec4b30c11a39edfd8b0a4cfab49'] = 'Fehler aufgetreten';
|
||||
$_LANG['order-opc_4ce81305b7edb043d0a7a5c75cab17d0'] = 'Es sind';
|
||||
$_LANG['order-opc_601d8c4b9f72fc1862013c19b677a499'] = 'Rechnungsadresse:';
|
||||
$_LANG['order-opc_73f40a885e34d87e22d88684f9350a53'] = 'Sie können keine Bestellungen in diesem Shop machen';
|
||||
$_LANG['order-opc_42cc8aa1d968de2ca40d35fbc2aaf4cf'] = 'Sie können keine Bestellungen in diesem Shop machen';
|
||||
$_LANG['order-opc_78fa1019f9a9759b45c76e186393756f'] = 'Ihre Bestellung konnte nicht angenommen.';
|
||||
$_LANG['order-opc_879f6b8877752685a966564d072f498f'] = 'Ihr Warenkorb ist leer';
|
||||
$_LANG['order-opc_88b99d999766e043c9367b813b66cf58'] = 'Die allgemeinen Verkaufsbedingungen müssen nicht akzeptiert werden';
|
||||
$_LANG['order-opc_2e75f367f058646a1ba2fd01ceb74423'] = 'Die allgemeinen Verkaufsbedingungen müssen nicht akzeptiert werden';
|
||||
$_LANG['order-opc_9504d494016e17a6de7e7b51da637bc4'] = 'Es ist kein Versanddienst ausgewählt worden';
|
||||
$_LANG['order-opc_a240fa27925a635b08dc28c9e4f9216d'] = 'Bestellung';
|
||||
$_LANG['order-opc_a40cab5994f36d4c48103a22ca082e8f'] = 'Ihr Warenkorb';
|
||||
$_LANG['order-opc_aa34a6da8dc50fae115070ffaa67e874'] = 'Die allgemeinen Geschäftsbedingungen sind akzeptiert worden';
|
||||
$_LANG['order-opc_acd1d53aa434518183134b5459faf18b'] = 'Die allgemeinen Geschäftsbedingungen sind nicht akzeptiert worden';
|
||||
$_LANG['order-opc_d236af51d8eac54fe7c366af1f6b358c'] = 'Die allgemeinen Geschäftsbedingungen sind akzeptiert worden';
|
||||
$_LANG['order-opc_25d8efaba32cb44a922a727f20eaa002'] = 'Die allgemeinen Geschäftsbedingungen sind nicht akzeptiert worden';
|
||||
$_LANG['order-opc_af0f5bdc5be121b9307687aeeae38c17'] = 'Lieferadresse';
|
||||
$_LANG['order-opc_d87f73e8ff8d933ed2ba5ddf25040827'] = 'Gastbestellung';
|
||||
$_LANG['order-opc_db671b8ceed664eaecb59a4e6075ec9f'] = 'Wählen Sie bitte zuvor eine Adresse';
|
||||
@@ -630,14 +630,14 @@ $_LANG['order-payment_66c4c5112f455a19afde47829df363fa'] = 'Gesamt:';
|
||||
$_LANG['order-payment_66f51e43606e2baebb8e9c3bfe965da4'] = 'Versand:';
|
||||
$_LANG['order-payment_691b338fa68b3c177c6ebbc745624c6a'] = 'Gesamt Versandkosten:';
|
||||
$_LANG['order-payment_6c957f72dc8cdacc75762f2cbdcdfaf2'] = 'Einzelpreis';
|
||||
$_LANG['order-payment_6f758a9cd90f467e432a019b87fee031'] = 'Gesamt Geschenkverpackung (exkl. MwSt.):';
|
||||
$_LANG['order-payment_5cfa28d1182c6bd5bbd1af0bd459efbe'] = 'Gesamt Geschenkverpackung (exkl. MwSt.):';
|
||||
$_LANG['order-payment_86024cad1e83101d97359d7351051156'] = 'Produkte';
|
||||
$_LANG['order-payment_8e1263b23607508e7ba8ff39aec8031d'] = 'Es wurde noch kein Zahlungsmodul installiert.';
|
||||
$_LANG['order-payment_96b0141273eabab320119c467cdcaf17'] = 'Gesamt';
|
||||
$_LANG['order-payment_9a7dfcdac1fa244d3ddb36a9c0662c9e'] = 'Gesamt Versandkosten (exkl. MwSt.):';
|
||||
$_LANG['order-payment_9e6d9b3daa15e41d36806a289c42674d'] = 'Wählen Sie Ihre Art der Bezahlung';
|
||||
$_LANG['order-payment_e747da89afc98485bb90928d397e9821'] = 'Wählen Sie Ihre Art der Bezahlung';
|
||||
$_LANG['order-payment_9ff9c46512c186ebae182519a55dc6a9'] = 'Verfügbarkeit';
|
||||
$_LANG['order-payment_a12925b3d2beb085f9a024d8098b41dd'] = 'Gesamt Geschenkverpackung';
|
||||
$_LANG['order-payment_31f52379817244bb67196c880749cfd8'] = 'Gesamt Geschenkverpackung';
|
||||
$_LANG['order-payment_a82868319826fb092b73968e661b5b38'] = 'Gutscheine';
|
||||
$_LANG['order-payment_b5a7adde1af5c87d7fd797b6245c2a39'] = 'Beschreibung';
|
||||
$_LANG['order-payment_b935a8c55ff8c1c967d6f848b375db81'] = 'Gesamt Geschenkverpackung (inkl. MwSt.):';
|
||||
@@ -650,17 +650,17 @@ $_LANG['order-payment_f2a6c498fb90ee345d997f888fce3b18'] = 'löschen';
|
||||
$_LANG['order-payment_f5bf48aa40cad7891eb709fcf1fde128'] = 'Produkt';
|
||||
$_LANG['order-payment_f7b96335c6a33477579e43f3da368507'] = 'Von unseren Angeboten profitieren';
|
||||
$_LANG['order-return_1ac6ee29e9e68fb71bad91c1d34348cc'] = '%s:';
|
||||
$_LANG['order-return_1ca819fd1ccd9dfc3a091c66b778271f'] = 'Alle Produkte müssen in ihrer Originalverpackung und im ursprünglichen Zustand zurückgeschickt werden.';
|
||||
$_LANG['order-return_2a161a7d653aa950ebe6e3637e036048'] = 'Sie müssen unsere Bestätigung abwarten, bevor Sie uns die Produkte zurücksenden.';
|
||||
$_LANG['order-return_2b79d007c64009edf92d06f7cb280b25'] = 'Alle Produkte müssen in ihrer Originalverpackung und im ursprünglichen Zustand zurückgeschickt werden.';
|
||||
$_LANG['order-return_44a9edeffb86277f007fa90d96689a6d'] = '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_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.';
|
||||
$_LANG['order-return_16dafae9102750489087d1d087b72aba'] = 'Nach Erhalt Ihres Pakets erstatten wir Ihnen den Betrag Ihrer Bestellung. Sie werden auch noch extra per E-Mail darüber verständigt.';
|
||||
$_LANG['order-return_b1dceda8ca0eeb9fd9a4457bb613b67b'] = 'siehe PDF-Datei';
|
||||
$_LANG['order-return_b24be74c768f02b296d4e8f41be486fb'] = 'Folgende Produkte müssen zurückgesendet werden:';
|
||||
$_LANG['order-return_b94ae945442e9d71219d196cbc458d75'] = 'Das Paket muss an die richtige Adresse zugesandt werden';
|
||||
$_LANG['order-return_c412711583768a1e9c2deafe9243eee9'] = 'Aktueller Status der Produkt-Rücksendung:';
|
||||
$_LANG['order-return_d9d95b7fdffceaaa11c6bbae7b3bfa37'] = 'Das Paket muss an die richtige Adresse zugesandt werden';
|
||||
$_LANG['order-return_6f1f2e16c84468614218f62ca6b42ba2'] = 'Aktueller Status der Produkt-Rücksendung:';
|
||||
$_LANG['order-return_dd0b8feb4eb6c389c284518f5683017c'] = 'Wir erinnern Sie daran, dass Ihr Paket innerhalb von';
|
||||
$_LANG['order-return_deb10517653c255364175796ace3553f'] = 'Produkt';
|
||||
$_LANG['order-return_dfd57af0760925d5574fda1794d14de5'] = 'Rücksendungsnr.';
|
||||
@@ -686,10 +686,10 @@ $_LANG['order-slip_d1a365ea7809ae5831c6d9f86886630c'] = 'Guthaben';
|
||||
$_LANG['order-slip_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Mein Konto';
|
||||
$_LANG['order-slip_e28cc69f9aa3068eddb76dd508b11da2'] = '#%s';
|
||||
$_LANG['order-steps_290612199861c31d1036b185b4e69b75'] = 'Übersicht';
|
||||
$_LANG['order-steps_99dea78007133396a7b8ed70578ac6ae'] = 'Loggen Sie sich ein';
|
||||
$_LANG['order-steps_c453a4b8e8d98e82f35b67f433e3b4da'] = 'Zahlung';
|
||||
$_LANG['order-steps_051672911a3f1f05efba78a553ef6fe2'] = 'Loggen Sie sich ein';
|
||||
$_LANG['order-steps_bd0e34e5be6447844e6f262d51f1a9dc'] = 'Zahlung';
|
||||
$_LANG['order-steps_dd7bf230fde8d4836917806aff6a6b27'] = 'Adresse';
|
||||
$_LANG['order-steps_ea9cf7e47ff33b2be14e6dd07cbcefc6'] = 'Versandkosten';
|
||||
$_LANG['order-steps_66f51e43606e2baebb8e9c3bfe965da4'] = 'Versandkosten';
|
||||
$_LANG['pages-list_5813ce0ec7196c492c97596718f71969'] = 'Sitemap';
|
||||
$_LANG['pages-list_bbaff12800505b22a853e8b7f4eb6a22'] = 'Kontakt';
|
||||
$_LANG['pages-list_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Mein Konto';
|
||||
@@ -698,16 +698,16 @@ $_LANG['pagination_6c583afb157e33bfb5b7c3d4114c4dd5'] = 'Produkte';
|
||||
$_LANG['pagination_dd1f775e443ff3b9a89270713580a51b'] = 'Zurück';
|
||||
$_LANG['pagination_e0aa021e21dddbd6d8cecec71e9cf564'] = 'OK';
|
||||
$_LANG['password_01a569ddc6cf67ddec2a683f0a5f5956'] = 'Kennwort vergessen?';
|
||||
$_LANG['password_05bd9ea84bc2190c8a9414097e33c69a'] = 'Bitte geben Sie Ihre E-Mail-Adresse an, um Ihr neues Kennwort zu erhalten.';
|
||||
$_LANG['password_ad6de86f2f344d447d78a139fc16bd72'] = 'Bitte geben Sie Ihre E-Mail-Adresse an, um Ihr neues Kennwort zu erhalten.';
|
||||
$_LANG['password_0d0e2934af7d3bc4e7263fcb1f9bc51c'] = 'Kennwort anfordern';
|
||||
$_LANG['password_0fb655f37529ad006eb0d503e23e10f1'] = 'Kennwort vergessen';
|
||||
$_LANG['password_10911a0ad07a041ea43230e25faad2d7'] = 'Eine Bestätigungsmail ist an Ihre E-Mail-Adresse gesendet worden:';
|
||||
$_LANG['password_69f2698155df937f204e87d1c95332a7'] = 'Ihr neues Kennwort wurde an Ihre E-Mail-Adresse gesendet.';
|
||||
$_LANG['password_8859f6ab28ba3d2384b269bcfa36ac33'] = 'Eine Bestätigungsmail ist an Ihre E-Mail-Adresse gesendet worden:';
|
||||
$_LANG['password_f15b7d9b716da1d46ba073df11d4a8d0'] = 'Ihr neues Kennwort wurde an Ihre E-Mail-Adresse gesendet.';
|
||||
$_LANG['password_95e6faaba5e8b016e5f9bcf5ea6c8270'] = 'Zurück zur Anmeldeseite';
|
||||
$_LANG['password_c75f7811d70d17dbcd88e9d03752cbed'] = 'Anmeldung';
|
||||
$_LANG['password_d28f8b8bba7b45bc5103b23b4f21b4fd'] = 'Zurück zur Anmeldeseite';
|
||||
$_LANG['password_df1555fe48479f594280a2e03f9a8186'] = 'Geben Sie Ihre E-Mail-Adresse ein:';
|
||||
$_LANG['prices-drop_62e15ca272c14c03aa52b64c8caf2334'] = 'Keine Sonderangebote.';
|
||||
$_LANG['password_6a1e265f92087bb6dd18194833fe946b'] = 'Geben Sie Ihre E-Mail-Adresse ein:';
|
||||
$_LANG['prices-drop_701ddcee4495ef7a80e99750caf63941'] = 'Keine Sonderangebote.';
|
||||
$_LANG['prices-drop_c8f312df214e2295809027c6ca79d232'] = 'Sonderangebote';
|
||||
$_LANG['product-compare_216adaf4e98dc62ec3abeab51b9fc57f'] = 'Bitte wählen Sie mindestens 1 Produkt.';
|
||||
$_LANG['product-compare_7eece51cf3938103677db7a5051ef8f5'] = 'Vergleichen';
|
||||
@@ -723,8 +723,8 @@ $_LANG['product-desc-features_cb3c718c905f00adbb6735f55bfb38ef'] = 'Das Produkt
|
||||
$_LANG['product-js_78a2d6a3d6741d9d2cbff658d5df7cd8'] = 'Wird gesendet, bitte warten Sie ...';
|
||||
$_LANG['product-js_9173701581f0213f0104e064479e4ca3'] = 'in dieser Variante nicht mehr auf Lager, probieren Sie es mit einer anderen Variante.';
|
||||
$_LANG['product-js_bc0f7082192ef02e934a036cf4991789'] = 'Dieses Produkt ist nicht mehr auf Lager';
|
||||
$_LANG['product-js_c1f25211403ec7459f265788cdbee403'] = 'Bitte füllen Sie alle erforderlichen Felder aus und speichern Sie dann die Anpassung.';
|
||||
$_LANG['product-js_e4aae275fc6b4d57daab4431b8bf736c'] = 'Dieses Produkt ist in dieser Variante nicht verfügbar. Sie können jedoch eine andere Variante wählen.';
|
||||
$_LANG['product-js_0d9e08f309dc15da39fe0850ef180d90'] = 'Bitte füllen Sie alle erforderlichen Felder aus und speichern Sie dann die Anpassung.';
|
||||
$_LANG['product-js_3536d9c388d7375db82358f74072f5c4'] = 'Dieses Produkt ist in dieser Variante nicht verfügbar. Sie können jedoch eine andere Variante wählen.';
|
||||
$_LANG['product-list_03c2e7e41ffc181a4e84080b4710e81e'] = 'Neu';
|
||||
$_LANG['product-list_2d0f6b8300be19cf35e89e66f0677f95'] = 'In den Korb';
|
||||
$_LANG['product-list_4351cfebe4b61d8aa5efa1d020710005'] = 'Produkt ansehen';
|
||||
@@ -734,28 +734,28 @@ $_LANG['product-list_800e90e940e7f1fb938b0fda5137f38c'] = 'Reduziert!';
|
||||
$_LANG['product-list_b55197a49e8c4cd8c314bc2aa39d6feb'] = 'Ausverkauft';
|
||||
$_LANG['product-list_ca2bf12169883f4982d8fe34b7e3c618'] = 'Reduzierter Preis!';
|
||||
$_LANG['product-list_cb3c718c905f00adbb6735f55bfb38ef'] = 'Das Produkt ist mit unterschiedlichen Optionen erhältlich';
|
||||
$_LANG['product-list_d0fcb89c94b29d6ab2db749ff688dc7c'] = 'Nur online!';
|
||||
$_LANG['product-list_03de921a8ea82897e13d33d66c28b4db'] = 'Nur online!';
|
||||
$_LANG['product-prices_03de921a8ea82897e13d33d66c28b4db'] = 'Nur online erhältlich';
|
||||
$_LANG['product-prices_7bb63c7de5a5ee79356083a12f21e1e8'] = 'anstatt';
|
||||
$_LANG['product-prices_800e90e940e7f1fb938b0fda5137f38c'] = 'Reduziert!';
|
||||
$_LANG['product-prices_887ee91702c962a70b87cbef07bbcaec'] = 'zzgl. MwSt.';
|
||||
$_LANG['product-prices_58ef6750a23ba432fc1377b7de085d9f'] = 'zzgl. MwSt.';
|
||||
$_LANG['product-prices_a134618182b99ff9151d7e0b6b92410a'] = '(wird nicht von der Ermäßigung berücksichtigt)';
|
||||
$_LANG['product-prices_d436eb0fd9de10b54a828ce6435f7e81'] = 'davon';
|
||||
$_LANG['product-prices_f85524c253c150e88136df3999ac3fd4'] = 'Öko-Steuer';
|
||||
$_LANG['product-prices_fe3838c7c11aa406dd956566e17360d5'] = '/';
|
||||
$_LANG['product-quantity-discount_1b793b463a1c296e1327d7048c201cc3'] = 'von (Menge)';
|
||||
$_LANG['product-quantity-discount_47f1a471a7f6a74053869cdb9cbf05bb'] = 'Mengenrabatte';
|
||||
$_LANG['product-quantity-discount_7415fae0281735630b1a29782b60c27c'] = 'Für dieses Produkt ist kein Rabatt verfügbar.';
|
||||
$_LANG['product-quantity-discount_b1cff9892b2dde30a5f5cfb393c02423'] = 'Mengenrabatte';
|
||||
$_LANG['product-quantity-discount_a8653ee50c469163457071f807f79cfd'] = 'Für dieses Produkt ist kein Rabatt verfügbar.';
|
||||
$_LANG['product-quantity-discount_e2dc6c48c56de466f6d13781796abf3d'] = 'Rabatt';
|
||||
$_LANG['product-quantity-discount_f5bf48aa40cad7891eb709fcf1fde128'] = 'Produkt';
|
||||
$_LANG['product-sort_29ca2c66ccf5f39e95890f08204b3e85'] = 'Das teuerste';
|
||||
$_LANG['product-sort_03590cca8220917788b5a6c25fa39a15'] = 'Das teuerste';
|
||||
$_LANG['product-sort_33d8042bd735c559cc3206f4bc99aedc'] = 'Sortierung';
|
||||
$_LANG['product-sort_4f4f552919d5a7ad3435b5fdb7fcae61'] = 'Z bis A';
|
||||
$_LANG['product-sort_5820b5a5298779a25d98c41173b931bd'] = 'A bis Z';
|
||||
$_LANG['product-sort_b3c4afbd8ec3b1e28710fcbdc8cc0549'] = 'Das billigste';
|
||||
$_LANG['product-sort_baf800c24fcb4b5721f22a5a88f1f41a'] = 'Produkte auf Lager';
|
||||
$_LANG['product-sort_7f284e119af971a952e4b29f0875fc60'] = 'Das billigste';
|
||||
$_LANG['product-sort_fcebe56087b9373f15514831184fa572'] = 'Produkte auf Lager';
|
||||
$_LANG['product-sort_cfab1ba8c67c7c838db98d666f02a132'] = '--Auswählen--';
|
||||
$_LANG['product_013ebce42c68c531046bb51cf90ea8e4'] = 'Dieses Produkt ist in dieser Variante nicht verfügbar. Sie können jedoch eine andere Variante wählen.';
|
||||
$_LANG['product_28a623fd7e9d81936b562dc5241a16a7'] = 'Dieses Produkt ist in dieser Variante nicht verfügbar. Sie können jedoch eine andere Variante wählen.';
|
||||
$_LANG['product_02ea084dc2ef3e9965dbba4ec87d2f9b'] = 'Alle Bilder anzeigen';
|
||||
$_LANG['product_03de921a8ea82897e13d33d66c28b4db'] = 'Nur online erhältlich';
|
||||
$_LANG['product_0557fa923dcee4d0f86b1409f5c2167f'] = 'Zurück';
|
||||
@@ -763,84 +763,84 @@ $_LANG['product_0d83f0026f6d2923b2aa3a208156918c'] = 'Achtung: Letzte verfügbar
|
||||
$_LANG['product_10ac3d04253ef7e1ddc73e6091c0cd55'] = 'Weiter';
|
||||
$_LANG['product_110a4b01beabd53b661a47d4b44bd7a8'] = 'Veröffentlichen';
|
||||
$_LANG['product_13dba24862cf9128167a59100e154c8d'] = 'Ausdrucken';
|
||||
$_LANG['product_1b793b463a1c296e1327d7048c201cc3'] = 'von (Menge)';
|
||||
$_LANG['product_1ed52421fcb149d2c392e987047165bc'] = 'von (Menge)';
|
||||
$_LANG['product_2b56b60f878922093facd42284848a0c'] = 'Mehr Infos';
|
||||
$_LANG['product_2d0f6b8300be19cf35e89e66f0677f95'] = 'In den Korb';
|
||||
$_LANG['product_3d0d1f906e27800531e054a3b6787b7c'] = 'Menge:';
|
||||
$_LANG['product_3dd42bfc8345e82c43b4a40a3426ec49'] = 'Artikel-Nr:';
|
||||
$_LANG['product_4351cfebe4b61d8aa5efa1d020710005'] = 'Anzeigen';
|
||||
$_LANG['product_47f1a471a7f6a74053869cdb9cbf05bb'] = 'Mengenrabatte';
|
||||
$_LANG['product_4b98be16b76b0941840140f2043432a9'] = 'verfügbares Teil';
|
||||
$_LANG['product_b1cff9892b2dde30a5f5cfb393c02423'] = 'Mengenrabatte';
|
||||
$_LANG['product_c2d72061078b4d4b862b060edbef1b9d'] = 'verfügbares Teil';
|
||||
$_LANG['product_54c02ba7929b1fda4847991a45b58a48'] = 'Benutzeranpassung';
|
||||
$_LANG['product_588907ab2d492aca0b07b5bf9c931eea'] = 'Reduziert';
|
||||
$_LANG['product_71948aa4f6e12cdaa5e2e63a5eb8f142'] = 'Produktinfos';
|
||||
$_LANG['product_78a2d6a3d6741d9d2cbff658d5df7cd8'] = 'Wird gesendet, bitte warten Sie ...';
|
||||
$_LANG['product_7bb63c7de5a5ee79356083a12f21e1e8'] = 'anstatt';
|
||||
$_LANG['product_476efcbaed950dd513ffc08e4e9a632f'] = 'Wird gesendet, bitte warten Sie ...';
|
||||
$_LANG['product_9a9a97ca85af73f90515e72745f730f0'] = 'anstatt';
|
||||
$_LANG['product_7dcd185f890fd28f69d1ed210292d77f'] = 'Technische Daten';
|
||||
$_LANG['product_7f8c1eb3bfb1d0f94b20515f3cc5a211'] = 'Pflichtfelder';
|
||||
$_LANG['product_800e90e940e7f1fb938b0fda5137f38c'] = 'Reduziert!';
|
||||
$_LANG['product_801ab24683a4a8c433c6eb40c48bcd9d'] = 'Download';
|
||||
$_LANG['product_887ee91702c962a70b87cbef07bbcaec'] = 'exkl. MwSt.';
|
||||
$_LANG['product_8c751c4aab0db0b811cdfbddf0b4ea56'] = 'Verfügbarkeit:';
|
||||
$_LANG['product_9173701581f0213f0104e064479e4ca3'] = 'in dieser Variante nicht mehr auf Lager, probieren Sie es mit einer anderen Variante.';
|
||||
$_LANG['product_fa3638ce880fddddb872f53943933487'] = 'in dieser Variante nicht mehr auf Lager, probieren Sie es mit einer anderen Variante.';
|
||||
$_LANG['product_98b0a68a7e4c7b265a5ca9a0b733d96e'] = 'Wählen Sie eine Farbe:';
|
||||
$_LANG['product_98edb85b00d9527ad5acebe451b3fae6'] = 'Zubehör';
|
||||
$_LANG['product_9981d2af851e4b4a4ea612d59f08ab9c'] = 'Andere Ansichten';
|
||||
$_LANG['product_9dffbf69ffba8bc38bc4e01abf4b1675'] = 'Texte';
|
||||
$_LANG['product_a134618182b99ff9151d7e0b6b92410a'] = '(wird nicht von der Ermäßigung berücksichtigt)';
|
||||
$_LANG['product_b11ddc7e1671c0bd22dc89dd757508d4'] = 'Bilder';
|
||||
$_LANG['product_bb87e047206ecce912eec2afb5c29d6a'] = 'Wählen Sie ein Bild aus Ihrem Rechner';
|
||||
$_LANG['product_fd26de1a9f14da358bed04e29b04a89d'] = 'Wählen Sie ein Bild aus Ihrem Rechner';
|
||||
$_LANG['product_bc0f7082192ef02e934a036cf4991789'] = 'Dieses Produkt ist';
|
||||
$_LANG['product_c1f25211403ec7459f265788cdbee403'] = 'Bitte alle nötigen Felder ausfüllen und dann abspeichern.';
|
||||
$_LANG['product_c6beb9157a0e29e604ad5ec484488608'] = 'Vergrößern';
|
||||
$_LANG['product_3b6d056ac93fc7b1947c3bc2ce720aaf'] = 'Bitte alle nötigen Felder ausfüllen und dann abspeichern.';
|
||||
$_LANG['product_9369ba148ee259473fc1fb4939b6c2e8'] = 'Vergrößern';
|
||||
$_LANG['product_c9cc8cce247e49bae79f15173ce97354'] = 'Speichern';
|
||||
$_LANG['product_ca2bf12169883f4982d8fe34b7e3c618'] = 'Reduziert!';
|
||||
$_LANG['product_d3da97e2d9aee5c8fbe03156ad051c99'] = 'Mehr';
|
||||
$_LANG['product_d3f098af54fd27484e1b6168dfe6ae10'] = 'Menge als 1 auswählen.';
|
||||
$_LANG['product_d436eb0fd9de10b54a828ce6435f7e81'] = 'davon';
|
||||
$_LANG['product_f4d72a64acd8929c0cc9ed96a7a336cc'] = 'davon';
|
||||
$_LANG['product_d5a90effea572da2df11559161c0930b'] = 'Denken Sie daran, das Produkt in den Warenkorb zu legen, nachdem Sie Ihre persönlichen Daten gespeichert haben.';
|
||||
$_LANG['product_dd1f775e443ff3b9a89270713580a51b'] = 'Zurück';
|
||||
$_LANG['product_e16d56df08bbd47e53e153fc6dfc8ad8'] = 'verfügbare Teile';
|
||||
$_LANG['product_e2dc6c48c56de466f6d13781796abf3d'] = 'Rabatt';
|
||||
$_LANG['product_574ce4e0b9b99a55c2ea0435bfd920e3'] = 'verfügbare Teile';
|
||||
$_LANG['product_104d9898c04874d0fbac36e125fa1369'] = 'Rabatt';
|
||||
$_LANG['product_e2e79605fc9450ec17957cf0e910f5c6'] = 'inkl. MwSt.';
|
||||
$_LANG['product_e376237cca06a37330137147d20b0848'] = 'Dieses Produkt wird nicht einzeln verkauft. Sie müssen zumindest eine größere';
|
||||
$_LANG['product_e54a973d0c3342dac6ee7d9e145c6f83'] = 'Produktbündel zum Vorteilspreis';
|
||||
$_LANG['product_e5a75e83f9fd2f5fdff337a46227b3c3'] = 'Akzeptierte Formate: GIF, JPG, PNG';
|
||||
$_LANG['product_ea4788705e6873b424c65e91c2846b19'] = 'Storniert';
|
||||
$_LANG['product_f2a6c498fb90ee345d997f888fce3b18'] = 'Löschen';
|
||||
$_LANG['product_f5bf48aa40cad7891eb709fcf1fde128'] = 'Produkt';
|
||||
$_LANG['product_f85524c253c150e88136df3999ac3fd4'] = 'Öko-Steuer';
|
||||
$_LANG['product_deb10517653c255364175796ace3553f'] = 'Produkt';
|
||||
$_LANG['product_441ca5553df52b87e87513c6b88927d3'] = 'Öko-Steuer';
|
||||
$_LANG['product_f9ddd507fdf437437efdcb333a0f4ff0'] = 'Dieses Produkt ist für Ihre Kunden nicht sichtbar.';
|
||||
$_LANG['product_fe3838c7c11aa406dd956566e17360d5'] = '/ ';
|
||||
$_LANG['products-comparison_1063e38cb53d94d386f21227fcd84717'] = 'Entfernen';
|
||||
$_LANG['products-comparison_111ba3054a79fb54314235b4a87df6fb'] = 'Keine Produkte zum Vergleichen ausgewählt';
|
||||
$_LANG['products-comparison_234a9674e80b9c04a685075ad3ea6950'] = 'Keine Produkte zum Vergleichen ausgewählt';
|
||||
$_LANG['products-comparison_2d0f6b8300be19cf35e89e66f0677f95'] = 'In den Korb';
|
||||
$_LANG['products-comparison_4351cfebe4b61d8aa5efa1d020710005'] = 'Mehr Infos';
|
||||
$_LANG['products-comparison_4dbce7d8fae730e09fce9e83433c77ff'] = 'Produktvergleich';
|
||||
$_LANG['products-comparison_800e90e940e7f1fb938b0fda5137f38c'] = 'Reduziert!';
|
||||
$_LANG['products-comparison_8c751c4aab0db0b811cdfbddf0b4ea56'] = 'Verfügbarkeit:';
|
||||
$_LANG['products-comparison_98f770b0af18ca763421bac22b4b6805'] = 'Produktmerkmale';
|
||||
$_LANG['products-comparison_bc0f7082192ef02e934a036cf4991789'] = 'Dieses Produkt ist nicht mehr auf Lager';
|
||||
$_LANG['products-comparison_d6295c05503596b3ed3528aee83e3ef7'] = 'Produktmerkmale';
|
||||
$_LANG['products-comparison_c1f0d3df31869ee3093120a670be37dd'] = 'Dieses Produkt ist nicht mehr auf Lager';
|
||||
$_LANG['products-comparison_ca2bf12169883f4982d8fe34b7e3c618'] = 'Reduzierter Preis!';
|
||||
$_LANG['products-comparison_f5e15309ff0396474b8421ef48871d0b'] = 'Keine Produktmerkmale zum Vergleich verfügbar';
|
||||
$_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['restricted-country_cf8092a0be7b972d6cee3db90bfaf923'] = '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_24c29702dc9c63dedb98e92f3028e068'] = 'Suche';
|
||||
$_LANG['search_3a93aed43691aed28d2ce3a53d3c63f8'] = 'Ihre Suche ergab %d Treffer.';
|
||||
$_LANG['search_974056479706646f1e092ada9e3cfc2b'] = 'Keine Ergebnise gefunden';
|
||||
$_LANG['search_b2c56c8b57680e576c61c1b5df0d0c2d'] = 'Keine Ergebnise gefunden';
|
||||
$_LANG['search_a09e4037d02313230a191007246e1694'] = 'Ihre Suche ergab %d Treffer.';
|
||||
$_LANG['search_e59894bdfd0b523f5036ff21fa905474'] = 'Bitte geben Sie ein Stichwort für die Suche ein';
|
||||
$_LANG['search_e9cbf16b6f16ee339f45a841b915c47c'] = 'Zurück zur Anmeldeseite';
|
||||
$_LANG['search_a4bb6bf91165c149d73930f43ad4ef69'] = 'Bitte geben Sie ein Stichwort für die Suche ein';
|
||||
$_LANG['search_05cf990f79d935b0ea6105855adef686'] = 'Zurück zur Anmeldeseite';
|
||||
$_LANG['shopping-cart-product-line_1d9baf077ee87921f57a8fe42d510b65'] = 'Entfernen';
|
||||
$_LANG['shopping-cart-product-line_a59ba454f256953d318ac200a50d67d1'] = 'Geschenk!';
|
||||
$_LANG['shopping-cart-product-line_e716b72edf18038c04664e9b21569177'] = 'Sie müssen mindestens %d Stück von diesem Produkt kaufen.';
|
||||
$_LANG['shopping-cart-product-line_ec211f7c20af43e742bf2570c3cb84f9'] = 'Hinzufügen';
|
||||
$_LANG['shopping-cart-product-line_f2a6c498fb90ee345d997f888fce3b18'] = 'Löschen';
|
||||
$_LANG['shopping-cart_03ab340b3f99e03cff9e84314ead38c0'] = 'Menge';
|
||||
$_LANG['shopping-cart_0862f5d4211bdb50102141618d57e2a1'] = 'Gutschein-Code:';
|
||||
$_LANG['shopping-cart_9137796c15dd92e5553c3f29574d0968'] = 'Gutschein-Code:';
|
||||
$_LANG['shopping-cart_10ac3d04253ef7e1ddc73e6091c0cd55'] = 'Weiter';
|
||||
$_LANG['shopping-cart_12d3c7a4296542c62474856ec452c045'] = 'Ref.';
|
||||
$_LANG['shopping-cart_1ad9dce3d19b51de499eeaa71418435b'] = 'Gesamtpreis exkl. MwSt.:';
|
||||
@@ -850,10 +850,10 @@ $_LANG['shopping-cart_2633d6725607d13e80f5e30514b91fbe'] = 'Gesamt Gutscheine:';
|
||||
$_LANG['shopping-cart_29cfbfc41066134782f966beefd63a4e'] = 'Gesamt Produkte (inkl. MwSt.):';
|
||||
$_LANG['shopping-cart_2fb3b950fd7711136f7f251ae5fbdbdc'] = 'Text Nr.';
|
||||
$_LANG['shopping-cart_300225ee958b6350abc51805dab83c24'] = 'Einkauf fortsetzen';
|
||||
$_LANG['shopping-cart_38c656118c3c7cd5cecd00a419b050d2'] = 'Ich möchte verschiedene Lieferadressen (pro Produkt) angeben.';
|
||||
$_LANG['shopping-cart_fcb508ac320051bb4723fb938b33de0d'] = 'Ich möchte verschiedene Lieferadressen (pro Produkt) angeben.';
|
||||
$_LANG['shopping-cart_3a5199ec2407f4b2f90496072ea8f006'] = 'Gesamt Produkte (exkl. MwSt.):';
|
||||
$_LANG['shopping-cart_4b0afa9e8d3cdefd4fb21faebe22ef5f'] = 'Ihr Konto wurde erfolgreich erstellt.';
|
||||
$_LANG['shopping-cart_4c943e22dcb7953912d021539cc07de5'] = 'Ref.:';
|
||||
$_LANG['shopping-cart_e78b6f4eb3be046f4d25c07ce54954d4'] = 'Ref.:';
|
||||
$_LANG['shopping-cart_4e59b98d7fa1d964bfd9841ad5c34980'] = 'Gesamt Gutscheine (exkl. MwSt.):';
|
||||
$_LANG['shopping-cart_543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Gesamt Produkte:';
|
||||
$_LANG['shopping-cart_598a4c4d56197cc1f6bca50b20aa484a'] = 'Gesamt Steuern:';
|
||||
@@ -865,7 +865,7 @@ $_LANG['shopping-cart_66c4c5112f455a19afde47829df363fa'] = 'Gesamt:';
|
||||
$_LANG['shopping-cart_66f51e43606e2baebb8e9c3bfe965da4'] = 'Versand:';
|
||||
$_LANG['shopping-cart_691b338fa68b3c177c6ebbc745624c6a'] = 'Gesamt Versandkosten:';
|
||||
$_LANG['shopping-cart_6c957f72dc8cdacc75762f2cbdcdfaf2'] = 'Einzelpreis';
|
||||
$_LANG['shopping-cart_6faae4c39a8a0fc5020af4137f641c8e'] = 'Bitte lagernd Produkte sofort senden';
|
||||
$_LANG['shopping-cart_30efeba472c0bc4d0747d0109948a714'] = 'Bitte lagernd Produkte sofort senden';
|
||||
$_LANG['shopping-cart_7395559a94fa7a25907a155cda78afa0'] = 'Bestellbestätigung';
|
||||
$_LANG['shopping-cart_853ae90f0351324bd73ea615e6487517'] = ':';
|
||||
$_LANG['shopping-cart_86024cad1e83101d97359d7351051156'] = 'Produkte';
|
||||
@@ -873,15 +873,15 @@ $_LANG['shopping-cart_879f6b8877752685a966564d072f498f'] = 'Ihr Warenkorb ist le
|
||||
$_LANG['shopping-cart_94966d90747b97d1f0f206c98a8b1ac3'] = 'Senden';
|
||||
$_LANG['shopping-cart_96b0141273eabab320119c467cdcaf17'] = 'Gesamt';
|
||||
$_LANG['shopping-cart_9a7dfcdac1fa244d3ddb36a9c0662c9e'] = 'Gesamt Versandkosten (exkl. MwSt.):';
|
||||
$_LANG['shopping-cart_a12925b3d2beb085f9a024d8098b41dd'] = 'Gesamt Geschenksverpackung:';
|
||||
$_LANG['shopping-cart_0559e7888ca7513e71dad1c954a4b44d'] = 'Gesamt Geschenksverpackung:';
|
||||
$_LANG['shopping-cart_a23048e27d3360662e56525a2405e7f9'] = 'Gutscheinliste';
|
||||
$_LANG['shopping-cart_a40cab5994f36d4c48103a22ca082e8f'] = 'Ihr Warenkorb';
|
||||
$_LANG['shopping-cart_a82868319826fb092b73968e661b5b38'] = 'Gutscheine';
|
||||
$_LANG['shopping-cart_af0f5bdc5be121b9307687aeeae38c17'] = 'Lieferadresse';
|
||||
$_LANG['shopping-cart_b4f90d226d5212c67236540da6b5c2da'] = 'Zuletzt hinzugefügtes Produkt';
|
||||
$_LANG['shopping-cart_b5a7adde1af5c87d7fd797b6245c2a39'] = 'Beschreibung';
|
||||
$_LANG['shopping-cart_b935a8c55ff8c1c967d6f848b375db81'] = 'Gesamt Gutscheine (inkl. MwSt.):';
|
||||
$_LANG['shopping-cart_be686376cddb23d0227444ccc3c4b5b7'] = 'Gutschein';
|
||||
$_LANG['shopping-cart_68c1f7726dbf6e8c073350b2fb3a1604'] = 'Gesamt Gutscheine (inkl. MwSt.):';
|
||||
$_LANG['shopping-cart_f8f5730f2ee46b88120ff192190fb7cd'] = 'Gutschein';
|
||||
$_LANG['shopping-cart_d6bf6fa1b9ec58788836df2f1019cdb0'] = 'Ihr Warenkorb enthält:';
|
||||
$_LANG['shopping-cart_deb10517653c255364175796ace3553f'] = 'Produkt';
|
||||
$_LANG['shopping-cart_e0aa021e21dddbd6d8cecec71e9cf564'] = 'OK';
|
||||
@@ -889,15 +889,15 @@ $_LANG['shopping-cart_ec211f7c20af43e742bf2570c3cb84f9'] = 'Hinzufügen';
|
||||
$_LANG['shopping-cart_ecba3578d8cd65126d4a47c76b3c9c2d'] = 'Kostenloser Versand';
|
||||
$_LANG['shopping-cart_f2a6c498fb90ee345d997f888fce3b18'] = 'Löschen';
|
||||
$_LANG['shopping-cart_f5bf48aa40cad7891eb709fcf1fde128'] = 'Produkt';
|
||||
$_LANG['shopping-cart_f7b96335c6a33477579e43f3da368507'] = 'Profitieren Sie von unseren Angeboten:';
|
||||
$_LANG['sitemap_1814d65a76028fdfbadab64a5a8076df'] = 'Lieferant';
|
||||
$_LANG['shopping-cart_12a7a93d72ded50311b52c7d0a853e3c'] = 'Profitieren Sie von unseren Angeboten:';
|
||||
$_LANG['sitemap_a00e46e856e637f8fd077b4fd710c9e2'] = 'Lieferant';
|
||||
$_LANG['sitemap_1aa668d559a3a32a44796aeee6978a59'] = 'Neues Konto erstellen';
|
||||
$_LANG['sitemap_2377be3c2ad9b435ba277a73f0f1ca76'] = 'Hersteller';
|
||||
$_LANG['sitemap_0e1e874dde345d19583102a9fd63fb7e'] = 'Hersteller';
|
||||
$_LANG['sitemap_2433db5a329ea473271a3cd8c013362e'] = 'Persönliche Daten';
|
||||
$_LANG['sitemap_24cc85476cb8ec1a03192f09231e742b'] = 'Unsere Angebote';
|
||||
$_LANG['sitemap_284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Adressen';
|
||||
$_LANG['sitemap_34c869c542dee932ef8cd96d2f91cae6'] = 'Unsere Filialen';
|
||||
$_LANG['sitemap_3cb29f0ccc5fd220a97df89dafe46290'] = 'Verkaufshits';
|
||||
$_LANG['sitemap_01f7ac959c1e6ebbb2e0ee706a7a5255'] = 'Verkaufshits';
|
||||
$_LANG['sitemap_4394c8d8e63c470de62ced3ae85de5ae'] = 'Abmelden';
|
||||
$_LANG['sitemap_453aceb005ceaf54a47da15fee8b2a26'] = 'Seiten';
|
||||
$_LANG['sitemap_5813ce0ec7196c492c97596718f71969'] = 'Sitemap';
|
||||
@@ -908,7 +908,7 @@ $_LANG['sitemap_8cf04a9734132302f96da8e113e80ce5'] = 'Startseite';
|
||||
$_LANG['sitemap_9d5bf15117441a1b52eb1f0808e4aad3'] = 'Ermäßigung';
|
||||
$_LANG['sitemap_9ff0635f5737513b1a6f559ac2bff745'] = 'Neue Produkte';
|
||||
$_LANG['sitemap_a0623b78a5f2cfe415d9dbbd4428ea40'] = 'Ihr Konto';
|
||||
$_LANG['sitemap_af1b98adf7f686b84cd0b443e022b7a0'] = 'Kategorien';
|
||||
$_LANG['sitemap_8c38776925f7cf41c090646a43157024'] = 'Kategorien';
|
||||
$_LANG['sitemap_b4b80a59559e84e8497f746aac634674'] = 'Meine persönliche Daten verwalten.';
|
||||
$_LANG['sitemap_bbaff12800505b22a853e8b7f4eb6a22'] = 'Kontakt';
|
||||
$_LANG['sitemap_c75f7811d70d17dbcd88e9d03752cbed'] = 'Anmeldung';
|
||||
@@ -920,33 +920,33 @@ $_LANG['store_infos_78ae6f0cd191d25147e252dc54768238'] = 'Donnerstag';
|
||||
$_LANG['store_infos_796c163589f295373e171842f37265d5'] = 'Mittwoch';
|
||||
$_LANG['store_infos_8b7051187b9191cdcdae6ed5a10e5adc'] = 'Samstag';
|
||||
$_LANG['store_infos_9d1a0949c39e66a0cd65240bc0ac9177'] = 'Sonntag';
|
||||
$_LANG['store_infos_ad179a1071ebd8b00e0ff4718301dcea'] = 'Stunden';
|
||||
$_LANG['store_infos_a75e076c6fa3af6798371ae003c68364'] = 'Stunden';
|
||||
$_LANG['store_infos_c33b138a163847cdb6caeeb7c9a126b4'] = 'Freitag';
|
||||
$_LANG['stores_01abfc750a0c942167651c40d088531d'] = 'Nr.';
|
||||
$_LANG['stores_0aa6f4210bf373c95eda00232e93cd98'] = 'Entfernung';
|
||||
$_LANG['stores_12e8c7785484eb1547a9793a6b8603f9'] = 'Ihre Adresse:';
|
||||
$_LANG['stores_13348442cc6a27032d2b4aa28b75a5d3'] = 'Suchen';
|
||||
$_LANG['stores_1aee1c574c3c0cfa2d4e6692158bbc47'] = 'Kein Geschäft gefunden, probieren Sie einen größeren Radius';
|
||||
$_LANG['stores_24c29702dc9c63dedb98e92f3028e068'] = 'Suchen';
|
||||
$_LANG['stores_7ab6c2300ac1d74d35cadcfb39254827'] = 'Kein Geschäft gefunden, probieren Sie einen größeren Radius';
|
||||
$_LANG['stores_326684a8cb097db086be681022d9ae46'] = 'Radius:';
|
||||
$_LANG['stores_34c869c542dee932ef8cd96d2f91cae6'] = 'Unsere Ladengeschäfte';
|
||||
$_LANG['stores_673ae02fffb72f0fe68a66f096a01347'] = 'Telefonnr.:';
|
||||
$_LANG['stores_6cbcb5b200332cd223fd4f35f2f1a659'] = 'Shop gefunden - Details ansehen:';
|
||||
$_LANG['stores_6f7d0fc651c0564078d1f2f004e9c9de'] = 'Shop gefunden - Ergebnisse ansehen:';
|
||||
$_LANG['stores_74c037d72a34d5aa5fe1440ec7426f36'] = 'Adresse, Postleitzahl, Ort, Staat oder Land';
|
||||
$_LANG['stores_9b361fc1702bc432e712c88330537a8d'] = 'Hier eine detaillierte Liste unserer Ladengeschäfte, Sie können uns jederzeit kontaktieren:';
|
||||
$_LANG['stores_8519118a6eee0dcbb6118528f3f7febb'] = 'Adresse, Postleitzahl, Ort, Staat oder Land';
|
||||
$_LANG['stores_f8be99e56d4207f6df76e12bd32e0fea'] = 'Hier eine detaillierte Liste unserer Ladengeschäfte, Sie können uns jederzeit kontaktieren:';
|
||||
$_LANG['stores_9e076f5885f5cc16a4b5aeb8de4adff5'] = 'Nicht gefunden';
|
||||
$_LANG['stores_c556562cb1ccde3e1013ad55b47ce9ae'] = 'Anfahrt';
|
||||
$_LANG['stores_dd7bf230fde8d4836917806aff6a6b27'] = 'Adresse';
|
||||
$_LANG['stores_dd8e04bdafcdc0ff0a6be34cd74394c0'] = 'Geben Sie einen Ort ein (z. B. Postleitzahl, Adresse, Stadt oder Land) um die nächstgelegenen Geschäfte zu finden.';
|
||||
$_LANG['stores_fdb0c388de01d545017cdf9ccf00eb72'] = 'Ladengeschäft';
|
||||
$_LANG['supplier-list_0397cbccfd02272abd38f8933b865218'] = '%d Produkt';
|
||||
$_LANG['supplier-list_1814d65a76028fdfbadab64a5a8076df'] = 'Lieferant';
|
||||
$_LANG['supplier-list_a00e46e856e637f8fd077b4fd710c9e2'] = 'Lieferant';
|
||||
$_LANG['supplier-list_3426bf3cca12b1f6550fd8bd36171e2f'] = 'Produkte ansehen';
|
||||
$_LANG['supplier-list_44cc6cf69e752cd267e29e71ac4175ff'] = 'Es sind keine Lieferanten vorhanden.';
|
||||
$_LANG['supplier-list_70e0158b4815b0ad6be5f86a11e3a3b4'] = 'Es sind %d Lieferanten vorhanden.';
|
||||
$_LANG['supplier-list_864c665aea5e824772fda0e678c3ac4d'] = '%d Produkte';
|
||||
$_LANG['supplier-list_bf1f33501d576cce01509b67e2260242'] = 'Es ist %d Lieferant vorhanden.';
|
||||
$_LANG['supplier_1814d65a76028fdfbadab64a5a8076df'] = 'Zulieferer';
|
||||
$_LANG['supplier_a00e46e856e637f8fd077b4fd710c9e2'] = 'Zulieferer';
|
||||
$_LANG['supplier_4bbacadd33aff22ab7468fa4f9efd717'] = 'Produktliste des Lieferanten:';
|
||||
$_LANG['supplier_71a863ca23a2b5d1dc82e60b908576b5'] = 'Noch kein Produkt für diesen Lieferanten erfasst.';
|
||||
$_LANG['supplier_a65ed5e8df4b1c2bb34844f81cc9b451'] = 'Keine Produkte von diesem Hersteller.';
|
||||
|
||||
+183
-183
@@ -5,7 +5,7 @@ $_LANG = array();
|
||||
|
||||
$_LANG['404_a68ba7d969d1294a35138fa501dfb078'] = 'Busque en nuestra tienda:';
|
||||
$_LANG['address_19f823c6453c2b1ffd09cb715214813d'] = 'Campo requerido';
|
||||
$_LANG['address_39916f579f264041641c122e68e545d5'] = 'Usted debe registrarse por lo menos un número de teléfono';
|
||||
$_LANG['address_eeabead01c6c6f25f22bf0b041df58a9'] = 'Usted debe registrarse por lo menos un número de teléfono';
|
||||
$_LANG['address_46a2a41cc6e552044816a2d04634545d'] = 'Estados';
|
||||
$_LANG['address_57d056ed0984166336b7879c2af3657f'] = 'Ciudad';
|
||||
$_LANG['address_7cb32e708d6b961d476baced73d362bb'] = 'Número IVA';
|
||||
@@ -14,17 +14,17 @@ $_LANG['address_c9cc8cce247e49bae79f15173ce97354'] = 'Guardar';
|
||||
$_LANG['address_d30f507473129e70c4b962ceccf175cf'] = 'Código postal';
|
||||
$_LANG['addresses_06933067aafd48425d67bcb01bba5cb6'] = 'Actualizar';
|
||||
$_LANG['addresses_3c7d34ae915c6664189dab2aebb02307'] = 'Añadir una dirección';
|
||||
$_LANG['addresses_bed08e8af70a98c1a8361f13ec477be0'] = 'Añadir nueva dirección';
|
||||
$_LANG['addresses_cf8f33fb835a556eb3aa8e71a88e7b34'] = 'Asegúrese de actualizar sus datos si han cambiado.';
|
||||
$_LANG['addresses_b15e1100a6196acba01ef7aaa5b2a9e5'] = 'Añadir nueva dirección';
|
||||
$_LANG['addresses_e380ae58f85252c076e131862857de35'] = 'Asegúrese de actualizar sus datos si han cambiado.';
|
||||
$_LANG['addresses_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Mi cuenta';
|
||||
$_LANG['authentication-choice_bffe9a3c9a7e00ba00a11749e022d911'] = 'Log in';
|
||||
$_LANG['authentication-create-account_092daa39d2b825e4a7fe9b31c2080ecb'] = 'Apartamento, suite, unidad, edificio, piso, etc';
|
||||
$_LANG['authentication-choice_99dea78007133396a7b8ed70578ac6ae'] = 'Log in';
|
||||
$_LANG['authentication-create-account_261ed9f602d575774ae05f2d9f3003da'] = 'Apartamento, suite, unidad, edificio, piso, etc';
|
||||
$_LANG['authentication-create-account_195fbb57ffe7449796d23466085ce6d8'] = 'Mayo';
|
||||
$_LANG['authentication-create-account_1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Empresa';
|
||||
$_LANG['authentication-create-account_39916f579f264041641c122e68e545d5'] = 'Usted debe registrarse por lo menos un número de teléfono';
|
||||
$_LANG['authentication-create-account_6a1fdb6502fefe71937a62c4d03a810e'] = 'Calle, Oficina postal, nombre de la empresa';
|
||||
$_LANG['authentication-create-account_86f5978d9b80124f509bdb71786e929e'] = 'Enero';
|
||||
$_LANG['authentication-create-account_ac135c86084a47630c9eadb4edd5ef75'] = 'Recibir ofertas especiales de nuestros socios';
|
||||
$_LANG['authentication-create-account_baca087296e01b5d69799dd53bcd7950'] = 'Recibir ofertas especiales de nuestros socios';
|
||||
$_LANG['authentication-create-account_c773457e85b990c10f8823eacb21346c'] = 'Identificación fiscal';
|
||||
$_LANG['authentication-create-account_dd7bf230fde8d4836917806aff6a6b27'] = 'Dirección';
|
||||
$_LANG['authentication-create-account_fa3e5edac607a88d8fd7ecb9d6d67424'] = 'Marzo';
|
||||
@@ -40,7 +40,7 @@ $_LANG['authentication_59ba30f362294e33f80618c601fd2801'] = 'Hay %s errores';
|
||||
$_LANG['authentication_688937ccaf2a2b0c45a1c9bbba09698d'] = 'Junio';
|
||||
$_LANG['authentication_7e823b37564da492ca1629b4732289a8'] = 'Noviembre';
|
||||
$_LANG['authentication_846a54955f32846032981f8fe48c35ff'] = 'Dirección (línea 2 )';
|
||||
$_LANG['authentication_8b5dd64ab8d0b8158906796b53a200e2'] = 'Email';
|
||||
$_LANG['authentication_b357b524e740bc85b9790a0712d84a30'] = 'Email';
|
||||
$_LANG['authentication_ae7bdef7fe2bbbbf02c11e92c5fceb40'] = 'Mi dirección';
|
||||
$_LANG['authentication_b78a3223503896721cca1303f776159b'] = 'Título';
|
||||
$_LANG['authentication_dd7bf230fde8d4836917806aff6a6b27'] = 'Dirección';
|
||||
@@ -48,7 +48,7 @@ $_LANG['authentication_eca60ae8611369fe28a02e2ab8c5d12e'] = 'Octubre';
|
||||
$_LANG['category-count_057502b41589e4fcff2f77eb0b122669'] = 'Hay %d producto.';
|
||||
$_LANG['category-product-list_03c2e7e41ffc181a4e84080b4710e81e'] = 'Nuevo';
|
||||
$_LANG['category-product-list_b55197a49e8c4cd8c314bc2aa39d6feb'] = 'Agotado';
|
||||
$_LANG['category-product-sort_b3c4afbd8ec3b1e28710fcbdc8cc0549'] = 'Precio: más baratos primero';
|
||||
$_LANG['category-product-sort_7f284e119af971a952e4b29f0875fc60'] = 'Precio: más baratos primero';
|
||||
$_LANG['category-tree-branch_e191aafd204a3bd9d62862f7ccf13f39'] = 'Ver productos';
|
||||
$_LANG['category_d3da97e2d9aee5c8fbe03156ad051c99'] = 'Más';
|
||||
$_LANG['category_f73cc399b5ce12735a57f03414f09ef9'] = 'Subcategorías';
|
||||
@@ -59,29 +59,29 @@ $_LANG['contact-form_4ec1c39345fe8820d68463eea8803b0f'] = 'Su mensaje ha sido en
|
||||
$_LANG['contact-form_6c27c08f40e1b0d9901deb9ff5f722f7'] = 'Tema';
|
||||
$_LANG['contact-form_8cf04a9734132302f96da8e113e80ce5'] = 'Inicio';
|
||||
$_LANG['contact-form_bbaff12800505b22a853e8b7f4eb6a22'] = 'Contacto';
|
||||
$_LANG['contact-form_cc5fd9b9f1cad59fcff97a1f21f34304'] = 'Enviar un mensaje';
|
||||
$_LANG['contact-form_d5552e0564007d93ff5937a9cb3bc491'] = 'Servicio al cliente';
|
||||
$_LANG['contact-form_b3e4d8d61f99bac80e6aa1774d73445b'] = 'Enviar un mensaje';
|
||||
$_LANG['contact-form_2273d1167a6212812d95dc8fadbae78e'] = 'Servicio al cliente';
|
||||
$_LANG['contact-form_d754a9e8cb640da12849a040f3ca8176'] = 'Su respuesta';
|
||||
$_LANG['contact-form_deb10517653c255364175796ace3553f'] = 'Producto';
|
||||
$_LANG['discount_334c4a4c42fdb79d7ebc3e73b517e6f8'] = 'ninguno';
|
||||
$_LANG['discount_5b54dccf3cb10410cee693309f409324'] = 'No tiene vales descuento.';
|
||||
$_LANG['discount_6adf97f83acf6453d4a6a4b1070f3754'] = 'ninguno';
|
||||
$_LANG['discount_d3f5baf7537ec2a40ade00599a8da8c6'] = 'No tiene vales descuento.';
|
||||
$_LANG['discount_6adf97f83acf6453d4a6a4b1070f3754'] = 'Ninguno';
|
||||
$_LANG['discount_8cf04a9734132302f96da8e113e80ce5'] = 'Inicio';
|
||||
$_LANG['discount_93cba07454f06a4a960172bbd6e2a435'] = 'Sí';
|
||||
$_LANG['discount_95d2137c196c7f84df5753ed78f18332'] = 'Mis vales';
|
||||
$_LANG['discount_bafd7322c6e97d25b6299b5d6fe8920b'] = 'No';
|
||||
$_LANG['discount_ca0dbad92a874b2f69b549293387925e'] = 'Código';
|
||||
$_LANG['discount_f030b242608a016c5e80d53d2faf555b'] = 'Mis vales descuento';
|
||||
$_LANG['discount_95d2137c196c7f84df5753ed78f18332'] = 'Mis vales descuento';
|
||||
$_LANG['errors_f117e0acb7542168cb93c7e084f998c8'] = 'Hay %s error';
|
||||
$_LANG['footer_a5ea2dfa0714015b950c49835945ec19'] = 'Navega en el sitio móvil';
|
||||
$_LANG['guest-tracking_3b6bf3c0c07b89dc86f415117a1f0b80'] = 'Defina su contraseña:';
|
||||
$_LANG['guest-tracking_43b2f3ca9c34b5934ff858549406f556'] = 'Para obtener más ventajas ...';
|
||||
$_LANG['guest-tracking_4fb8550e52b59f7f93d60c1d1b56e93e'] = 'Seguimiento de invitado';
|
||||
$_LANG['guest-tracking_71860c77c6745379b0d44304d66b6a13'] = 'página';
|
||||
$_LANG['guest-tracking_a16574242b3bbe2fc5ec9dc26fe4deb2'] = 'página';
|
||||
$_LANG['guest-tracking_94966d90747b97d1f0f206c98a8b1ac3'] = 'Enviar';
|
||||
$_LANG['guest-tracking_df1555fe48479f594280a2e03f9a8186'] = 'Escriba su dirección email:';
|
||||
$_LANG['guest-tracking_6a1e265f92087bb6dd18194833fe946b'] = 'Escriba su dirección email:';
|
||||
$_LANG['history_0eede552438475bdfe820c13f24c9399'] = 'Precio total';
|
||||
$_LANG['history_1e860e56970a81a1ba3e1fcb7fccc846'] = 'Referencia de pedido';
|
||||
$_LANG['history_5d4710f9a8250b13164a82c94d5b00d1'] = 'Referencia de pedido';
|
||||
$_LANG['history_44749712dbec183e983dcd78a7736c41'] = 'Fecha';
|
||||
$_LANG['history_5acc2ceeb883ba07cef2d02ea382f242'] = 'Usted no ha solicitado pedidos.';
|
||||
$_LANG['history_8cf04a9734132302f96da8e113e80ce5'] = 'Inicio';
|
||||
@@ -106,7 +106,7 @@ $_LANG['my-account_a82be0f551b8708bc08eb33cd9ded0cf'] = 'Información';
|
||||
$_LANG['my-account_e06d7593c1cd6dabef450be6c3da7091'] = 'Devoluciones de mercancía';
|
||||
$_LANG['order-address-multishipping-products_03ab340b3f99e03cff9e84314ead38c0'] = 'Cant.';
|
||||
$_LANG['order-address-multishipping-products_b669d5bfee7c83844d00c007ef74cd2a'] = 'Seleccione su dirección de entrega:';
|
||||
$_LANG['order-address-multishipping_617096c86d35478132502be00e12e016'] = 'Si desea dejarnos un comentario acerca de su pedido, por favor escríbalo a continuación.';
|
||||
$_LANG['order-address-multishipping_d93651d012e77dac5581b08db33195b2'] = 'Si desea dejarnos un comentario acerca de su pedido, por favor escríbalo a continuación.';
|
||||
$_LANG['order-address_06933067aafd48425d67bcb01bba5cb6'] = 'Actualizar';
|
||||
$_LANG['order-address_284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Direcciones';
|
||||
$_LANG['order-address_390b4c95516a4b7faf97389ca46fc0c7'] = 'Usar la misma dirección para la facturación.';
|
||||
@@ -115,25 +115,25 @@ $_LANG['order-address_82a7d396bbd6f6fef648578b4ae2ea81'] = 'Elija una dirección
|
||||
$_LANG['order-address_d0748d2df4aed77bd7591b3ac6c52c83'] = 'Elija una dirección de entrega:';
|
||||
$_LANG['order-address_ec211f7c20af43e742bf2570c3cb84f9'] = 'Añadir';
|
||||
$_LANG['order-carrier_5c2dfd55fea1f5c6adef500fcb6403b4'] = 'Coste adicional';
|
||||
$_LANG['order-carrier_617096c86d35478132502be00e12e016'] = 'Si desea dejarnos un comentario acerca de su pedido, por favor escríbalo a continuación.';
|
||||
$_LANG['order-carrier_d93651d012e77dac5581b08db33195b2'] = 'Si desea dejarnos un comentario acerca de su pedido, por favor escríbalo a continuación.';
|
||||
$_LANG['order-carrier_bd5b551d1757a856d9f2d01dc7850080'] = 'Deje un mensaje';
|
||||
$_LANG['order-carrier_c2a32e7734b79d54eaaddb651707b403'] = 'El más rápido';
|
||||
$_LANG['order-carrier_e085dcd05d73bdd5afe338e5b6e42a18'] = 'Elija el modo de envío';
|
||||
$_LANG['order-carrier_e73804ec18eba10918b8d9c3208d46bd'] = 'Elija el modo de envío';
|
||||
$_LANG['order-carrier_e4045598261988d9988c594243a9434d'] = 'Condiciones generales de venta';
|
||||
$_LANG['order-carrier_f5bf48aa40cad7891eb709fcf1fde128'] = 'producto';
|
||||
$_LANG['order-carrier_f60920a83c506f883cff36d8322816a4'] = 'Deseo que mi pedido se envuelva en un papel de regalo.';
|
||||
$_LANG['order-carrier_deb10517653c255364175796ace3553f'] = 'producto';
|
||||
$_LANG['order-carrier_32224bd6487699ea66652d3dc502455d'] = 'Deseo que mi pedido se envuelva en un papel de regalo.';
|
||||
$_LANG['order-confirmation_4082ea29b4f196c4f60533500139725a'] = 'Seguimiento de mi pedido';
|
||||
$_LANG['order-confirmation_9390390581f54c65d6acfc8da4e17362'] = 'Volver a pedidos';
|
||||
$_LANG['order-detail-product-li_0eede552438475bdfe820c13f24c9399'] = 'Precio total';
|
||||
$_LANG['order-detail-product-li_aec9b5b1c2f91ccdef8e25f5f1dac86a'] = 'Descargar producto';
|
||||
$_LANG['order-detail_01abfc750a0c942167651c40d088531d'] = '#';
|
||||
$_LANG['order-detail_0a4af520470128dd451243ce1cd5a852'] = 'Descargar su factura en formato PDF.';
|
||||
$_LANG['order-detail_e682495785e844d491378817aa34aa3f'] = 'Descargar su factura en formato PDF.';
|
||||
$_LANG['order-detail_4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Mensaje';
|
||||
$_LANG['order-detail_6332e7985befad227455d60812bd1449'] = 'Referencia de la orden puesta %s';
|
||||
$_LANG['order-detail_755bb0834a77079fd1330b555b69e6bf'] = 'Ha aceptado recibir su pedido en embalaje reciclado.';
|
||||
$_LANG['order-detail_780c462e85ba4399a5d42e88f69a15ca'] = 'Facturación';
|
||||
$_LANG['order-detail_940663fd4428d2c86f9a4780b6574028'] = 'Mensaje:';
|
||||
$_LANG['order-detail_afd82044ef6cb3a99383a79fa5c68c9f'] = 'No es posible hacer una devolución de mercancía con una cuenta invitado';
|
||||
$_LANG['order-detail_3d056974128aa7405c1941a684b8279d'] = 'No es posible hacer una devolución de mercancía con una cuenta invitado';
|
||||
$_LANG['order-detail_c1f6368d15f7c13c4e5e8f70c68c747f'] = 'Modo de pago:';
|
||||
$_LANG['order-detail_ec53a8c4f07baed5d8825072c89799be'] = 'Estado';
|
||||
$_LANG['order-detail_f4e8b53a114e5a17d051ab84d326cae5'] = 'Total gastos de envío';
|
||||
@@ -144,24 +144,24 @@ $_LANG['order-follow_9bb4b32641712af2309584a5e97c0f73'] = 'No es posible devolve
|
||||
$_LANG['order-follow_cc894fffb019b528d12951b74d6d2b6e'] = 'Devoluciones';
|
||||
$_LANG['order-follow_d442cb92c3b031eceacbfe87605b9356'] = 'Estado del paquete';
|
||||
$_LANG['order-follow_e6f6a5e58ee6d010f22e4b3dbd756213'] = 'Por favor, marque al menos un producto para devolver.';
|
||||
$_LANG['order-opc-address_ece53f91d0525eaa402014fe2736a158'] = 'Dirección de facturación';
|
||||
$_LANG['order-opc-address_601d8c4b9f72fc1862013c19b677a499'] = 'Dirección de facturación';
|
||||
$_LANG['order-opc-carrier_0a5737e9ac4d4cdbf41e473674c0e557'] = 'He leído las condiciones generales de venta y las acepto sin reserva.';
|
||||
$_LANG['order-opc-carrier_b4e59f3a4554655a099738382ebedbff'] = 'Si lo desea, puede añadir una nota al regalo:';
|
||||
$_LANG['order-opc-carrier_ea9cf7e47ff33b2be14e6dd07cbcefc6'] = 'Envio';
|
||||
$_LANG['order-opc-carrier_946dae510a3d0d085fe207531e9fc81f'] = 'Si lo desea, puede añadir una nota al regalo:';
|
||||
$_LANG['order-opc-carrier_66f51e43606e2baebb8e9c3bfe965da4'] = 'Envio';
|
||||
$_LANG['order-opc-new-account_41c2fff4867cc204120f001e7af20f7a'] = 'Teléfono móvil';
|
||||
$_LANG['order-opc-new-account_57d056ed0984166336b7879c2af3657f'] = 'Ciudad';
|
||||
$_LANG['order-opc-new-account_688937ccaf2a2b0c45a1c9bbba09698d'] = 'Junio';
|
||||
$_LANG['order-opc-new-account_6f6162d3a052bb330e9c60285c74c6c9'] = 'Inscribirse a nuestra newsletter';
|
||||
$_LANG['order-opc-new-account_93edfc7af9b6471b30030cf17646e36c'] = 'Inscribirse a nuestra newsletter';
|
||||
$_LANG['order-opc-new-account_7cb32e708d6b961d476baced73d362bb'] = 'Número IVA';
|
||||
$_LANG['order-opc-new-account_82331503174acbae012b2004f6431fa5'] = 'Diciembre';
|
||||
$_LANG['order-opc-new-account_86f5978d9b80124f509bdb71786e929e'] = 'Enero';
|
||||
$_LANG['order-opc-new-account_8b5dd64ab8d0b8158906796b53a200e2'] = 'Email';
|
||||
$_LANG['order-opc-new-account_b357b524e740bc85b9790a0712d84a30'] = 'Email';
|
||||
$_LANG['order-opc-new-account_8d3f5eff9c40ee315d452392bed5309b'] = 'Apellidos';
|
||||
$_LANG['order-opc-new-account_af0f5bdc5be121b9307687aeeae38c17'] = 'Dirección de envío';
|
||||
$_LANG['order-opc-new-account_cc5d90569e1c8313c2b1c2aab1401174'] = 'Septiembre';
|
||||
$_LANG['order-opc-new-account_dd7bf230fde8d4836917806aff6a6b27'] = 'Dirección';
|
||||
$_LANG['order-opc-new-account_dec9cc6702179299ae451c11633915c6'] = 'Pedido fácil y rápido';
|
||||
$_LANG['order-opc-new-account_e27f7a671905c0944d0ba5ab8e3d03fb'] = 'Información de cuenta guardada satisfactoriamente.';
|
||||
$_LANG['order-opc-new-account_ce025dc66f590f8c03ad9556bc376d9e'] = 'Pedido fácil y rápido';
|
||||
$_LANG['order-opc-new-account_6a35e1439d14f62e7177f59c175c886f'] = 'Información de cuenta guardada satisfactoriamente.';
|
||||
$_LANG['order-opc-new-account_ea318a4ad37f0c2d2c368e6c958ed551'] = 'DNI / NIF / NIE';
|
||||
$_LANG['order-opc-new-account_fe66abce284ec8589e7d791185b5c442'] = 'Teléfono domicilio';
|
||||
$_LANG['order-opc_1f87346a16cf80c372065de3c54c86d9'] = 'IVA incluido';
|
||||
@@ -179,49 +179,49 @@ $_LANG['order-payment_dd1f775e443ff3b9a89270713580a51b'] = 'Anterior';
|
||||
$_LANG['order-payment_ec211f7c20af43e742bf2570c3cb84f9'] = 'Añadir';
|
||||
$_LANG['order-payment_f2a6c498fb90ee345d997f888fce3b18'] = 'Eliminar';
|
||||
$_LANG['order-payment_f7b96335c6a33477579e43f3da368507'] = 'Disfrutar de nuestras ofertas:';
|
||||
$_LANG['order-return_1ca819fd1ccd9dfc3a091c66b778271f'] = 'Todos los productos deben devolverse en su embalaje original y en el estado de origen.';
|
||||
$_LANG['order-return_c412711583768a1e9c2deafe9243eee9'] = 'Estado actual de su devolución:';
|
||||
$_LANG['order-return_2b79d007c64009edf92d06f7cb280b25'] = 'Todos los productos deben devolverse en su embalaje original y en el estado de origen.';
|
||||
$_LANG['order-return_6f1f2e16c84468614218f62ca6b42ba2'] = 'Estado actual de su devolución:';
|
||||
$_LANG['order-return_dd0b8feb4eb6c389c284518f5683017c'] = 'Le recordamos que la devolución debe efectuarse en un plazo de';
|
||||
$_LANG['order-return_ed2b5c0139cec8ad2873829dc1117d50'] = 'desde';
|
||||
$_LANG['order-slip_3cb6ea48a427bf3a1687302e3b764c27'] = 'Ver vale';
|
||||
$_LANG['order-slip_446faa7da2d42ba4ffeda73cb119dd91'] = 'Fecha de expedición';
|
||||
$_LANG['order-slip_77346fbddedb12894e80d8a9132b6b87'] = 'Lista de vales recibidos por anulaciones de pedidos';
|
||||
$_LANG['order-steps_99dea78007133396a7b8ed70578ac6ae'] = 'Login';
|
||||
$_LANG['order-steps_051672911a3f1f05efba78a553ef6fe2'] = 'Login';
|
||||
$_LANG['pages-list_5813ce0ec7196c492c97596718f71969'] = 'Mapa del sitio';
|
||||
$_LANG['pagination_dd1f775e443ff3b9a89270713580a51b'] = 'Anterior';
|
||||
$_LANG['pagination_e0aa021e21dddbd6d8cecec71e9cf564'] = 'OK';
|
||||
$_LANG['password_01a569ddc6cf67ddec2a683f0a5f5956'] = '¿Olvidaste tu contraseña?';
|
||||
$_LANG['password_d28f8b8bba7b45bc5103b23b4f21b4fd'] = 'Volver a inicio';
|
||||
$_LANG['prices-drop_62e15ca272c14c03aa52b64c8caf2334'] = 'No hay descuentos.';
|
||||
$_LANG['prices-drop_701ddcee4495ef7a80e99750caf63941'] = 'No hay descuentos.';
|
||||
$_LANG['product-compare_7eece51cf3938103677db7a5051ef8f5'] = 'Comparar';
|
||||
$_LANG['product-desc-features_801ab24683a4a8c433c6eb40c48bcd9d'] = 'Descargas';
|
||||
$_LANG['product-desc-features_b55197a49e8c4cd8c314bc2aa39d6feb'] = 'Agotado';
|
||||
$_LANG['product-list_03c2e7e41ffc181a4e84080b4710e81e'] = 'Nuevo';
|
||||
$_LANG['product-list_2d0f6b8300be19cf35e89e66f0677f95'] = 'Añadir al carrito';
|
||||
$_LANG['product-prices_03de921a8ea82897e13d33d66c28b4db'] = '¡Solo en Internet!';
|
||||
$_LANG['product-prices_887ee91702c962a70b87cbef07bbcaec'] = 'tasas no incluídas';
|
||||
$_LANG['product-prices_58ef6750a23ba432fc1377b7de085d9f'] = 'tasas no incluídas';
|
||||
$_LANG['product-prices_fe3838c7c11aa406dd956566e17360d5'] = 'por';
|
||||
$_LANG['product-sort_29ca2c66ccf5f39e95890f08204b3e85'] = 'Precio: más caros primero';
|
||||
$_LANG['product-sort_baf800c24fcb4b5721f22a5a88f1f41a'] = 'En stock primero';
|
||||
$_LANG['product-sort_03590cca8220917788b5a6c25fa39a15'] = 'Precio: más caros primero';
|
||||
$_LANG['product-sort_fcebe56087b9373f15514831184fa572'] = 'En stock primero';
|
||||
$_LANG['product_10ac3d04253ef7e1ddc73e6091c0cd55'] = 'Siguiente';
|
||||
$_LANG['product_3d0d1f906e27800531e054a3b6787b7c'] = 'Cantidad';
|
||||
$_LANG['product_3dd42bfc8345e82c43b4a40a3426ec49'] = 'Referencia:';
|
||||
$_LANG['product_588907ab2d492aca0b07b5bf9c931eea'] = 'En rebajas';
|
||||
$_LANG['product_7bb63c7de5a5ee79356083a12f21e1e8'] = 'en lugar de';
|
||||
$_LANG['product_9a9a97ca85af73f90515e72745f730f0'] = 'en lugar de';
|
||||
$_LANG['product_7dcd185f890fd28f69d1ed210292d77f'] = 'Ficha técnica';
|
||||
$_LANG['product_7f8c1eb3bfb1d0f94b20515f3cc5a211'] = 'campos obligatorios';
|
||||
$_LANG['product_9173701581f0213f0104e064479e4ca3'] = 'con esas opciones , pero está disponible con otras';
|
||||
$_LANG['product_fa3638ce880fddddb872f53943933487'] = 'con esas opciones , pero está disponible con otras';
|
||||
$_LANG['product_9981d2af851e4b4a4ea612d59f08ab9c'] = 'Otras vistas';
|
||||
$_LANG['product_9dffbf69ffba8bc38bc4e01abf4b1675'] = 'Texto';
|
||||
$_LANG['product_a134618182b99ff9151d7e0b6b92410a'] = 'no está incluido en el descuento';
|
||||
$_LANG['product_c6beb9157a0e29e604ad5ec484488608'] = 'Ampliar';
|
||||
$_LANG['product_9369ba148ee259473fc1fb4939b6c2e8'] = 'Ampliar';
|
||||
$_LANG['product_d3da97e2d9aee5c8fbe03156ad051c99'] = 'Más';
|
||||
$_LANG['product_e2e79605fc9450ec17957cf0e910f5c6'] = 'IVA incluído';
|
||||
$_LANG['product_f2a6c498fb90ee345d997f888fce3b18'] = 'Eliminar';
|
||||
$_LANG['product_f9ddd507fdf437437efdcb333a0f4ff0'] = 'Este producto no está visible para sus clientes.';
|
||||
$_LANG['scenes_ca2bf12169883f4982d8fe34b7e3c618'] = '¡Precio rebajado!';
|
||||
$_LANG['search_13348442cc6a27032d2b4aa28b75a5d3'] = 'Buscar';
|
||||
$_LANG['search_974056479706646f1e092ada9e3cfc2b'] = 'No se han encontrado resultados para su búsqueda';
|
||||
$_LANG['search_24c29702dc9c63dedb98e92f3028e068'] = 'Buscar';
|
||||
$_LANG['search_b2c56c8b57680e576c61c1b5df0d0c2d'] = 'No se han encontrado resultados para su búsqueda';
|
||||
$_LANG['shopping-cart-product-line_e716b72edf18038c04664e9b21569177'] = 'Necesita al menos %d para comprar este producto.';
|
||||
$_LANG['shopping-cart_03ab340b3f99e03cff9e84314ead38c0'] = 'Cant.';
|
||||
$_LANG['shopping-cart_1ad9dce3d19b51de499eeaa71418435b'] = 'Total sin IVA:';
|
||||
@@ -231,29 +231,29 @@ $_LANG['shopping-cart_5af5f631f774a71445e3028253874394'] = 'Esta tienda no ha ac
|
||||
$_LANG['shopping-cart_853ae90f0351324bd73ea615e6487517'] = ':';
|
||||
$_LANG['shopping-cart_86024cad1e83101d97359d7351051156'] = 'productos';
|
||||
$_LANG['shopping-cart_a23048e27d3360662e56525a2405e7f9'] = 'Lista de cupones ';
|
||||
$_LANG['shopping-cart_b935a8c55ff8c1c967d6f848b375db81'] = 'Total de envoltorio-regalo (IVA incluído):';
|
||||
$_LANG['shopping-cart_be686376cddb23d0227444ccc3c4b5b7'] = 'Vale descuento:';
|
||||
$_LANG['shopping-cart_f7b96335c6a33477579e43f3da368507'] = 'Disfrutar de nuestras ofertas:';
|
||||
$_LANG['shopping-cart_68c1f7726dbf6e8c073350b2fb3a1604'] = 'Total de envoltorio-regalo (IVA incluído):';
|
||||
$_LANG['shopping-cart_f8f5730f2ee46b88120ff192190fb7cd'] = 'Vale descuento:';
|
||||
$_LANG['shopping-cart_12a7a93d72ded50311b52c7d0a853e3c'] = 'Disfrutar de nuestras ofertas:';
|
||||
$_LANG['sitemap_284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Direcciones';
|
||||
$_LANG['sitemap_5813ce0ec7196c492c97596718f71969'] = 'Mapa del sitio';
|
||||
$_LANG['sitemap_9d5bf15117441a1b52eb1f0808e4aad3'] = 'Descuentos';
|
||||
$_LANG['sitemap_9ff0635f5737513b1a6f559ac2bff745'] = 'Novedades';
|
||||
$_LANG['sitemap_af1b98adf7f686b84cd0b443e022b7a0'] = 'Categorías';
|
||||
$_LANG['sitemap_8c38776925f7cf41c090646a43157024'] = 'Categorías';
|
||||
$_LANG['sitemap_bbaff12800505b22a853e8b7f4eb6a22'] = 'Contacto';
|
||||
$_LANG['store_infos_9d1a0949c39e66a0cd65240bc0ac9177'] = 'Domingo';
|
||||
$_LANG['store_infos_ad179a1071ebd8b00e0ff4718301dcea'] = 'Horas:';
|
||||
$_LANG['store_infos_a75e076c6fa3af6798371ae003c68364'] = 'Horas:';
|
||||
$_LANG['stores_12e8c7785484eb1547a9793a6b8603f9'] = 'Su dirección:';
|
||||
$_LANG['stores_1aee1c574c3c0cfa2d4e6692158bbc47'] = 'No se ha encontrado tienda, eliga un radio más amplio';
|
||||
$_LANG['stores_7ab6c2300ac1d74d35cadcfb39254827'] = 'No se ha encontrado tienda, eliga un radio más amplio';
|
||||
$_LANG['stores_34c869c542dee932ef8cd96d2f91cae6'] = 'Nuestras tiendas';
|
||||
$_LANG['stores_673ae02fffb72f0fe68a66f096a01347'] = 'Teléfono:';
|
||||
$_LANG['stores_6cbcb5b200332cd223fd4f35f2f1a659'] = 'hemos encontrado una tienda- ver datos:';
|
||||
$_LANG['stores_9b361fc1702bc432e712c88330537a8d'] = 'Aquí tiene la lista detallada de nuestras tiendas, no dude en ponerse en contacto con nosotros:';
|
||||
$_LANG['stores_f8be99e56d4207f6df76e12bd32e0fea'] = 'Aquí tiene la lista detallada de nuestras tiendas, no dude en ponerse en contacto con nosotros:';
|
||||
$_LANG['supplier-list_44cc6cf69e752cd267e29e71ac4175ff'] = 'Hay no proveedores.';
|
||||
$_LANG['supplier-list_70e0158b4815b0ad6be5f86a11e3a3b4'] = 'Hay %d proveedores.';
|
||||
$_LANG['contact-form_1e860e56970a81a1ba3e1fcb7fccc846'] = 'Referencia de pedido';
|
||||
$_LANG['identity_195fbb57ffe7449796d23466085ce6d8'] = 'Mayo';
|
||||
$_LANG['order-detail_f8f5730f2ee46b88120ff192190fb7cd'] = 'Vale descuento:';
|
||||
$_LANG['supplier_1814d65a76028fdfbadab64a5a8076df'] = 'Proveedores';
|
||||
$_LANG['supplier_a00e46e856e637f8fd077b4fd710c9e2'] = 'Proveedores';
|
||||
$_LANG['sitemap_59107b284bf28196b69063b109b644ef'] = 'Listado de nuestras tiendas';
|
||||
$_LANG['sitemap_5f8f45263b981c94e4743838a9df0089'] = 'Ver nuevos productos';
|
||||
$_LANG['sitemap_dff37d0995587679218858106b749f2d'] = 'Ver listado de fabricantes';
|
||||
@@ -268,7 +268,7 @@ $_LANG['address_e9b6b3aa3cab28048d3879710882e1de'] = 'Modificar la dirección';
|
||||
$_LANG['addresses_a6d373cdb986fc009a5a040a4c3d8c1d'] = 'Configure sus datos de pago y de envío. Estos serán seleccionados por defecto cuando haga un pedido. Puede añadir direcciones, algo especialmente útil para enviar regalos o recibir pedidos en la oficina.';
|
||||
$_LANG['addresses_e45be0a0d4a0b62b15694c1a631e6e62'] = 'Mis direcciones';
|
||||
$_LANG['addresses_f2a6c498fb90ee345d997f888fce3b18'] = 'Eliminar';
|
||||
$_LANG['authentication-choice_5bef23eb7efff2736c5583bda59e5eb7'] = 'Cree su cuenta';
|
||||
$_LANG['authentication-choice_2fdfd506efea08144c0794c32ca8250a'] = 'Cree su cuenta';
|
||||
$_LANG['authentication-create-account_0f68b904e33d9ac04605aecc958bcf52'] = 'Datos complementarios';
|
||||
$_LANG['authentication-create-account_41ba70891fb6f39327d8ccb9b1dafb84'] = 'Agosto';
|
||||
$_LANG['authentication-create-account_41c2fff4867cc204120f001e7af20f7a'] = 'Teléfono móvil';
|
||||
@@ -276,31 +276,31 @@ $_LANG['authentication-create-account_455175f3f5be6306247babb349c0515a'] = 'Su d
|
||||
$_LANG['authentication-create-account_59716c97497eb9694541f7c3d37b1a4d'] = 'País';
|
||||
$_LANG['authentication-create-account_6335a00a08fde0fbb8f6d6630cdadd92'] = 'Sus datos personales';
|
||||
$_LANG['authentication-create-account_688937ccaf2a2b0c45a1c9bbba09698d'] = 'Junio';
|
||||
$_LANG['authentication-create-account_6c1c4d5a22e3d6ed8385e7287233396f'] = 'Asignar un nombre a esta dirección para futuras operaciones';
|
||||
$_LANG['authentication-create-account_f9b479c47658c53084b56edcc3a2cd3a'] = 'Asignar un nombre a esta dirección para futuras operaciones';
|
||||
$_LANG['authentication-create-account_85fb93a8ee9440499692da24a1621769'] = 'APE';
|
||||
$_LANG['authentication-create-account_ae7bdef7fe2bbbbf02c11e92c5fceb40'] = 'Mi dirección';
|
||||
$_LANG['authentication-create-account_b60bb13a87fe3ae5463aeb0980a5a8a1'] = 'Número de identificación fiscal';
|
||||
$_LANG['authentication-create-account_eca60ae8611369fe28a02e2ab8c5d12e'] = 'Octubre';
|
||||
$_LANG['authentication_1e884e3078d9978e216a027ecd57fb34'] = 'Email';
|
||||
$_LANG['authentication_6a1e265f92087bb6dd18194833fe946b'] = 'Email';
|
||||
$_LANG['authentication_20db0bfeecd8fe60533206a2b5e9891a'] = 'Nombre';
|
||||
$_LANG['authentication_39916f579f264041641c122e68e545d5'] = 'Usted debe registrarse por lo menos un número de teléfono';
|
||||
$_LANG['authentication_eeabead01c6c6f25f22bf0b041df58a9'] = 'Usted debe registrarse por lo menos un número de teléfono';
|
||||
$_LANG['authentication_57d056ed0984166336b7879c2af3657f'] = 'Ciudad';
|
||||
$_LANG['authentication_659e59f062c75f81259d22786d6c44aa'] = 'Febrero';
|
||||
$_LANG['authentication_86f5978d9b80124f509bdb71786e929e'] = 'Enero';
|
||||
$_LANG['authentication_8d3f5eff9c40ee315d452392bed5309b'] = 'Apellidos';
|
||||
$_LANG['authentication_99dea78007133396a7b8ed70578ac6ae'] = 'Login';
|
||||
$_LANG['authentication_051672911a3f1f05efba78a553ef6fe2'] = 'Login';
|
||||
$_LANG['authentication_af0f5bdc5be121b9307687aeeae38c17'] = 'Dirección de envío';
|
||||
$_LANG['authentication_b60bb13a87fe3ae5463aeb0980a5a8a1'] = 'Número de identificación fiscal';
|
||||
$_LANG['authentication_bcc254b55c4a1babdf1dcb82c207506b'] = 'Teléfono';
|
||||
$_LANG['authentication_bf2957630c4209f61a388a08c2154915'] = '(Minimo 5 caracteres)';
|
||||
$_LANG['authentication_f430bd2f85c4424dabd003de2ddf370c'] = '(Minimo 5 caracteres)';
|
||||
$_LANG['authentication_bffe9a3c9a7e00ba00a11749e022d911'] = 'Log in';
|
||||
$_LANG['authentication_d30f507473129e70c4b962ceccf175cf'] = 'Código postal';
|
||||
$_LANG['authentication_d726bc5637e9f053917227ec02f6c9d7'] = 'Escriba su correo electrónico para crear su cuenta';
|
||||
$_LANG['authentication_07b66aebbc092434ec2f0558f229ad53'] = 'Escriba su correo electrónico para crear su cuenta';
|
||||
$_LANG['authentication_ea318a4ad37f0c2d2c368e6c958ed551'] = 'DNI / NIF / NIE';
|
||||
$_LANG['breadcrumb_b7a41993870e7125b9d4a19c952e5cab'] = 'volver a Inicio';
|
||||
$_LANG['breadcrumb_56cf8b33ab527ab81b4f6b3ceac090dd'] = 'volver a Inicio';
|
||||
$_LANG['category-product-list_ca2bf12169883f4982d8fe34b7e3c618'] = '¡Precio rebajado!';
|
||||
$_LANG['category-product-list_d0fcb89c94b29d6ab2db749ff688dc7c'] = '¡Solo por Internet!';
|
||||
$_LANG['category-product-sort_29ca2c66ccf5f39e95890f08204b3e85'] = 'Precio: más caros primero';
|
||||
$_LANG['category-product-sort_03590cca8220917788b5a6c25fa39a15'] = 'Precio: más caros primero';
|
||||
$_LANG['category-product-sort_4f4f552919d5a7ad3435b5fdb7fcae61'] = 'Nombre: de Z a A';
|
||||
$_LANG['cms_110a4b01beabd53b661a47d4b44bd7a8'] = 'Publicar';
|
||||
$_LANG['cms_d3c42ceb9bee8c44815b53f36e496925'] = 'Lista de las sub-categorias de %s:';
|
||||
@@ -314,50 +314,50 @@ $_LANG['guest-tracking_92dbb751eb9457441af82a53f3cfae54'] = 'Por ejemplo : QIIXJ
|
||||
$_LANG['header_a85eba4c6c699122b2bb1387ea4813ad'] = 'carrito';
|
||||
$_LANG['history_0b3db27bc15f682e92ff250ebb167d4b'] = 'Volver a su cuenta';
|
||||
$_LANG['history_1b6324ace95b17a01323052fda855989'] = 'Producto(s) para descargar';
|
||||
$_LANG['history_26aa02964b3c2f82231e4c064150e29e'] = 'Aquí están sus pedidos desde la creación de su cuenta.';
|
||||
$_LANG['history_c453a4b8e8d98e82f35b67f433e3b4da'] = 'Modo de pago';
|
||||
$_LANG['history_06b05d09714a236f1e285a6b5c83a209'] = 'Aquí están sus pedidos desde la creación de su cuenta.';
|
||||
$_LANG['history_bd0e34e5be6447844e6f262d51f1a9dc'] = 'Modo de pago';
|
||||
$_LANG['history_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Mi cuenta';
|
||||
$_LANG['identity_10803b83a68db8f7e7a33e3b41e184d0'] = 'Fecha de nacimiento';
|
||||
$_LANG['identity_20db0bfeecd8fe60533206a2b5e9891a'] = 'Nombre';
|
||||
$_LANG['identity_4bc28f132d571b160ba407e143915de2'] = 'Contraseña actual';
|
||||
$_LANG['identity_659e59f062c75f81259d22786d6c44aa'] = 'Febrero';
|
||||
$_LANG['identity_6f6162d3a052bb330e9c60285c74c6c9'] = 'Inscribirse a nuestra newsletter';
|
||||
$_LANG['identity_8514d6418c5a503c4accac47e764ce11'] = 'Su contraseña ha sido enviada a su correo electrónico.';
|
||||
$_LANG['identity_93edfc7af9b6471b30030cf17646e36c'] = 'Inscribirse a nuestra newsletter';
|
||||
$_LANG['identity_29224ba63cde6e9f1e16691138bdf954'] = 'Su contraseña ha sido enviada a su correo electrónico.';
|
||||
$_LANG['identity_94d33283c51fdd4a296157461259aee0'] = 'Sus datos personales han sido actualizados.';
|
||||
$_LANG['identity_fa3e5edac607a88d8fd7ecb9d6d67424'] = 'Marzo';
|
||||
$_LANG['live_edit_3c5b87f318f203adbfcc5d6a68959359'] = 'No se pudo cargar la lista de módulos';
|
||||
$_LANG['live_edit_b5a7416281b1e9483305b7cdeb9db954'] = '¿Está seguro? Si cierra esta ventana, su posición no será salvada';
|
||||
$_LANG['maintenance_22e0c4d1554f8621cd74b427855266e1'] = 'Para realizar tareas de manteniniento, nuestra tienda online estará inactiva temporariamente.';
|
||||
$_LANG['manufacturer-list_ce7bdbaa2a5998973271d85172456ee6'] = 'No hay fabricantes.';
|
||||
$_LANG['manufacturer_2377be3c2ad9b435ba277a73f0f1ca76'] = 'Marcas';
|
||||
$_LANG['manufacturer_0e1e874dde345d19583102a9fd63fb7e'] = 'Marcas';
|
||||
$_LANG['manufacturer_d3da97e2d9aee5c8fbe03156ad051c99'] = 'Más';
|
||||
$_LANG['my-account_9132bc7bac91dd4e1c453d4e96edf219'] = 'Mis vales descuento';
|
||||
$_LANG['my-account_95d2137c196c7f84df5753ed78f18332'] = 'Mis vales';
|
||||
$_LANG['my-account_a82868319826fb092b73968e661b5b38'] = 'Cupones';
|
||||
$_LANG['my-account_d1a365ea7809ae5831c6d9f86886630c'] = 'Vales';
|
||||
$_LANG['my-account_f4c5b2b545efb89fefa11fd6c9da1cb3'] = 'Añadir mi primera dirección';
|
||||
$_LANG['my-account_8d201494ac15414c04d73247e367ec28'] = 'Añadir mi primera dirección';
|
||||
$_LANG['new-products_9ff0635f5737513b1a6f559ac2bff745'] = 'Novedades';
|
||||
$_LANG['new-products_d58424783355b6da2dedc302f2bf4065'] = 'No hay nuevos productos.';
|
||||
$_LANG['order-address-multishipping-products_0c458988127eb2150776881e2ef3f0c4'] = 'Dirección de envío';
|
||||
$_LANG['order-address-multishipping-products_713abca3b7abddc0445099b23c0a3697'] = 'Enviar a múltiples direcciones';
|
||||
$_LANG['order-address-multishipping-products_89379e8168d3baf9be5963422ac20caa'] = 'Algunas cantidades de producto han cambiado, por favor verifiquelas';
|
||||
$_LANG['order-address-multishipping-products_68491b1a5c4ae0b0b8c3954c44c76f0b'] = 'Algunas cantidades de producto han cambiado, por favor verifiquelas';
|
||||
$_LANG['order-address-multishipping-products_deb10517653c255364175796ace3553f'] = 'Producto';
|
||||
$_LANG['order-address-multishipping_8a8c9edb5531fa2f822295d1830d090f'] = 'Su dirección de entrega';
|
||||
$_LANG['order-address-multishipping_b15e1100a6196acba01ef7aaa5b2a9e5'] = 'Añadir nueva dirección';
|
||||
$_LANG['order-address-multishipping_da9d6ec2998a07c31ec9eb93c9f254ed'] = 'Su dirección de facturación';
|
||||
$_LANG['order-address-product-line_1d9baf077ee87921f57a8fe42d510b65'] = 'sustraer';
|
||||
$_LANG['order-address_617096c86d35478132502be00e12e016'] = 'Si desea dejarnos un comentario acerca de su pedido, por favor escríbalo a continuación.';
|
||||
$_LANG['order-address_8ea2f4a1acf2201a5233639f0cf67196'] = 'Deseo especificar una dirección de envío para cada producto que ordene.';
|
||||
$_LANG['order-address_d93651d012e77dac5581b08db33195b2'] = 'Si desea dejarnos un comentario acerca de su pedido, por favor escríbalo a continuación.';
|
||||
$_LANG['order-address_1a2ba42c10f64d9f42a857a22da4ec5d'] = 'Deseo especificar una dirección de envío para cada producto que ordene.';
|
||||
$_LANG['order-address_e744ae5ff1db45c76911ee834b7fafcd'] = 'Multi-envio';
|
||||
$_LANG['order-address_f5bf48aa40cad7891eb709fcf1fde128'] = 'producto';
|
||||
$_LANG['order-carrier_0fce1189b263c211a8239fb0e9df004d'] = 'Acepto recibir mi pedido en embalaje reciclado';
|
||||
$_LANG['order-carrier_9193b58520051d8b59ca64a5cc5353ff'] = 'Acepto recibir mi pedido en embalaje reciclado';
|
||||
$_LANG['order-carrier_1f87346a16cf80c372065de3c54c86d9'] = 'IVA incluido';
|
||||
$_LANG['order-carrier_2d51d96d770cc2244be31a85e608de19'] = 'no hay transportistas disponibles';
|
||||
$_LANG['order-carrier_8fb37535c12fbe2899ab442ec474c157'] = 'Seleccione una opción de envío';
|
||||
$_LANG['order-carrier_b1992d8f7c58180c1ebd461b7d502423'] = 'El mejor precio';
|
||||
$_LANG['order-carrier_c8c4080207cd4f02548c8cb6285bd16b'] = 'No se necesita transportista para este pedido';
|
||||
$_LANG['order-carrier_3818429ccff49b9d6ab2b4a9a137a00a'] = 'No se necesita transportista para este pedido';
|
||||
$_LANG['order-carrier_dd1f775e443ff3b9a89270713580a51b'] = 'Anterior';
|
||||
$_LANG['order-carrier_e7a6ca4e744870d455a57b644f696457'] = '¡Gratis!';
|
||||
$_LANG['order-carrier_b24ce0cd392a5b0b8dedc66c25213594'] = '¡Gratis!';
|
||||
$_LANG['order-confirmation_e19e31ddb54b493059808ec4f2dab4cb'] = 'Su ID de pedido es:';
|
||||
$_LANG['order-detail-product-li_853ae90f0351324bd73ea615e6487517'] = ':';
|
||||
$_LANG['order-detail_1f87346a16cf80c372065de3c54c86d9'] = 'IVA incluido';
|
||||
@@ -367,7 +367,7 @@ $_LANG['order-detail_552a0d8c17d95d5dbdc0c28217024f5a'] = 'Costo de envío';
|
||||
$_LANG['order-detail_63d5049791d9d79d86e9a108b0a999ca'] = 'Referencia';
|
||||
$_LANG['order-detail_694e8d1f2ee056f98ee488bdc4982d73'] = 'Cantidad';
|
||||
$_LANG['order-detail_8c489d0946f66d17d73f26366a4bf620'] = 'Peso';
|
||||
$_LANG['order-detail_a12925b3d2beb085f9a024d8098b41dd'] = 'Total envoltorio regalo:';
|
||||
$_LANG['order-detail_31f52379817244bb67196c880749cfd8'] = 'Total envoltorio regalo:';
|
||||
$_LANG['order-detail_a240fa27925a635b08dc28c9e4f9216d'] = 'Orden';
|
||||
$_LANG['order-detail_b09eeb5676544c14685b96209dde1b1a'] = 'Orden #%s - colocada el';
|
||||
$_LANG['order-detail_deb10517653c255364175796ace3553f'] = 'Producto';
|
||||
@@ -393,12 +393,12 @@ $_LANG['order-opc-new-account_c9cc8cce247e49bae79f15173ce97354'] = 'Guardar';
|
||||
$_LANG['order-opc-new-account_d50965b89f4bf0dfbc5b1f13052421a4'] = 'Cree su cuenta hoy mismo y aproveche';
|
||||
$_LANG['order-opc_21034ae6d01a83e702839a72ba8a77b0'] = '(tasa excl)';
|
||||
$_LANG['order-opc_879f6b8877752685a966564d072f498f'] = 'Su carrito está vacío';
|
||||
$_LANG['order-opc_88b99d999766e043c9367b813b66cf58'] = 'ninguna condiciones generales de venta debe ser acceptada';
|
||||
$_LANG['order-opc_2e75f367f058646a1ba2fd01ceb74423'] = 'ninguna condiciones generales de venta debe ser acceptada';
|
||||
$_LANG['order-opc_a40cab5994f36d4c48103a22ca082e8f'] = 'Su cesta';
|
||||
$_LANG['order-opc_aa34a6da8dc50fae115070ffaa67e874'] = 'Ha aceptado las condiciones generales de venta';
|
||||
$_LANG['order-opc_d236af51d8eac54fe7c366af1f6b358c'] = 'Ha aceptado las condiciones generales de venta';
|
||||
$_LANG['order-payment_2633d6725607d13e80f5e30514b91fbe'] = 'Total cupones:';
|
||||
$_LANG['order-payment_59319ac504f7ad04ae16126cf49e7f7e'] = 'Su modo de pago';
|
||||
$_LANG['order-payment_6f758a9cd90f467e432a019b87fee031'] = 'Total de envoltorio-regalo (imp. excl.):';
|
||||
$_LANG['order-payment_5cfa28d1182c6bd5bbd1af0bd459efbe'] = 'Total de envoltorio-regalo (imp. excl.):';
|
||||
$_LANG['order-payment_96b0141273eabab320119c467cdcaf17'] = 'Total';
|
||||
$_LANG['order-payment_deb10517653c255364175796ace3553f'] = 'Producto';
|
||||
$_LANG['order-return_1ac6ee29e9e68fb71bad91c1d34348cc'] = '%s:';
|
||||
@@ -412,7 +412,7 @@ $_LANG['order-slip_cf3bae95c5f6023d5a10fe415b205a45'] = 'Vale';
|
||||
$_LANG['order-slip_d1a365ea7809ae5831c6d9f86886630c'] = 'Vales';
|
||||
$_LANG['order-slip_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Mi cuenta';
|
||||
$_LANG['pages-list_bbaff12800505b22a853e8b7f4eb6a22'] = 'Contacto';
|
||||
$_LANG['password_10911a0ad07a041ea43230e25faad2d7'] = 'Hemos enviado email de confirmación:';
|
||||
$_LANG['password_8859f6ab28ba3d2384b269bcfa36ac33'] = 'Hemos enviado email de confirmación:';
|
||||
$_LANG['password_95e6faaba5e8b016e5f9bcf5ea6c8270'] = 'Volver a inicio';
|
||||
$_LANG['prices-drop_c8f312df214e2295809027c6ca79d232'] = 'Bajada de precios';
|
||||
$_LANG['product-desc-features_4351cfebe4b61d8aa5efa1d020710005'] = 'Vista';
|
||||
@@ -423,20 +423,20 @@ $_LANG['product-list_800e90e940e7f1fb938b0fda5137f38c'] = '¡En descuento!';
|
||||
$_LANG['product-list_cb3c718c905f00adbb6735f55bfb38ef'] = 'Producto disponoble con diferentes opciones';
|
||||
$_LANG['product-prices_7bb63c7de5a5ee79356083a12f21e1e8'] = 'en lugar de';
|
||||
$_LANG['product-prices_d436eb0fd9de10b54a828ce6435f7e81'] = 'incluir';
|
||||
$_LANG['product-quantity-discount_7415fae0281735630b1a29782b60c27c'] = 'No hay ningún descuento por cantidad para este producto.';
|
||||
$_LANG['product-quantity-discount_a8653ee50c469163457071f807f79cfd'] = 'No hay ningún descuento por cantidad para este producto.';
|
||||
$_LANG['product-quantity-discount_e2dc6c48c56de466f6d13781796abf3d'] = 'descuento';
|
||||
$_LANG['product-sort_33d8042bd735c559cc3206f4bc99aedc'] = 'Ordenar por';
|
||||
$_LANG['product-sort_cfab1ba8c67c7c838db98d666f02a132'] = '--';
|
||||
$_LANG['product_013ebce42c68c531046bb51cf90ea8e4'] = 'El producto no existe en este modelo. Por favor, elija otro.';
|
||||
$_LANG['product_28a623fd7e9d81936b562dc5241a16a7'] = 'El producto no existe en este modelo. Por favor, elija otro.';
|
||||
$_LANG['product_02ea084dc2ef3e9965dbba4ec87d2f9b'] = 'Mostrar todas las imágenes';
|
||||
$_LANG['product_03de921a8ea82897e13d33d66c28b4db'] = '¡Solo en Internet!';
|
||||
$_LANG['product_0557fa923dcee4d0f86b1409f5c2167f'] = 'atras';
|
||||
$_LANG['product_4351cfebe4b61d8aa5efa1d020710005'] = 'Vista';
|
||||
$_LANG['product_4b98be16b76b0941840140f2043432a9'] = 'artículo disponible';
|
||||
$_LANG['product_c2d72061078b4d4b862b060edbef1b9d'] = 'artículo disponible';
|
||||
$_LANG['product_54c02ba7929b1fda4847991a45b58a48'] = 'Personalización del producto';
|
||||
$_LANG['product_801ab24683a4a8c433c6eb40c48bcd9d'] = 'Descargar';
|
||||
$_LANG['product_bb87e047206ecce912eec2afb5c29d6a'] = 'Por favor, seleccione un archivo de imagen de su disco duro';
|
||||
$_LANG['product_c1f25211403ec7459f265788cdbee403'] = 'Por favor, rellene todos los campos requeridos, a continuación, guardar la personalización.';
|
||||
$_LANG['product_fd26de1a9f14da358bed04e29b04a89d'] = 'Por favor, seleccione un archivo de imagen de su disco duro';
|
||||
$_LANG['product_3b6d056ac93fc7b1947c3bc2ce720aaf'] = 'Por favor, rellene todos los campos requeridos, a continuación, guardar la personalización.';
|
||||
$_LANG['product_c9cc8cce247e49bae79f15173ce97354'] = 'Guardar';
|
||||
$_LANG['product_d3f098af54fd27484e1b6168dfe6ae10'] = 'cantidades para este producto.';
|
||||
$_LANG['product_d5a90effea572da2df11559161c0930b'] = 'Después de guardar su producto personalizado, no olvide añadirlo a su cesta.';
|
||||
@@ -445,7 +445,7 @@ $_LANG['products-comparison_2d0f6b8300be19cf35e89e66f0677f95'] = 'Añadir al car
|
||||
$_LANG['products-comparison_4351cfebe4b61d8aa5efa1d020710005'] = 'Vista';
|
||||
$_LANG['products-comparison_800e90e940e7f1fb938b0fda5137f38c'] = '¡En descuento!';
|
||||
$_LANG['products-comparison_8c751c4aab0db0b811cdfbddf0b4ea56'] = 'Disponibilidad:';
|
||||
$_LANG['products-comparison_bc0f7082192ef02e934a036cf4991789'] = 'Este producto ya no se encuentra en stock';
|
||||
$_LANG['products-comparison_c1f0d3df31869ee3093120a670be37dd'] = 'Este producto ya no se encuentra en stock';
|
||||
$_LANG['products-comparison_f5e15309ff0396474b8421ef48871d0b'] = 'No hay aplicaciones para comparar';
|
||||
$_LANG['scenes_800e90e940e7f1fb938b0fda5137f38c'] = '¡En descuento!';
|
||||
$_LANG['scenes_d3d2e617335f08df83599665eef8a418'] = 'Cerrar';
|
||||
@@ -473,7 +473,7 @@ $_LANG['stores_01abfc750a0c942167651c40d088531d'] = '#';
|
||||
$_LANG['stores_326684a8cb097db086be681022d9ae46'] = 'Radio:';
|
||||
$_LANG['stores_c556562cb1ccde3e1013ad55b47ce9ae'] = 'Itinerario';
|
||||
$_LANG['stores_dd8e04bdafcdc0ff0a6be34cd74394c0'] = 'Escriba una ubicación (por ejemplo: un código postal, una dirección, una ciudad o un país) con el fin de encontrar las tiendas más cercanas.';
|
||||
$_LANG['supplier-list_1814d65a76028fdfbadab64a5a8076df'] = 'Proveedores';
|
||||
$_LANG['supplier-list_a00e46e856e637f8fd077b4fd710c9e2'] = 'Proveedores';
|
||||
$_LANG['supplier-list_3426bf3cca12b1f6550fd8bd36171e2f'] = 'ver productos';
|
||||
$_LANG['supplier_d3da97e2d9aee5c8fbe03156ad051c99'] = 'Más';
|
||||
$_LANG['sitemap_4394c8d8e63c470de62ced3ae85de5ae'] = 'Salir';
|
||||
@@ -484,19 +484,19 @@ $_LANG['products-comparison_5644feb8a1718c377371ae4e234bad4f'] = 'por %d';
|
||||
$_LANG['sitemap_4458cfcf1dc09fd70e2b591cfbb9fa0c'] = 'Ver listado de proveedores';
|
||||
$_LANG['sitemap_978c084d3cab5fc9fe4f02bce661216f'] = 'Ver productos con precio rebajado';
|
||||
$_LANG['404_21dfea356c48679a5ce6671ee307d2a4'] = 'Para buscar un artículo, por favor, indique su nombre en el siguiente campo:';
|
||||
$_LANG['404_4f4816c6984e3c832882b39d8fecbd2c'] = 'Lo sentimos, la página no se encuentra disponible.';
|
||||
$_LANG['404_6554aae881e40036cac1f5710a4c52c1'] = 'Lo sentimos, la página no se encuentra disponible.';
|
||||
$_LANG['address_41c2fff4867cc204120f001e7af20f7a'] = 'Teléfono móvil';
|
||||
$_LANG['address_b60bb13a87fe3ae5463aeb0980a5a8a1'] = 'Número de identificación fiscal';
|
||||
$_LANG['address_ea318a4ad37f0c2d2c368e6c958ed551'] = 'DNI / NIF / NIE';
|
||||
$_LANG['address_fe66abce284ec8589e7d791185b5c442'] = 'Teléfono domicilio';
|
||||
$_LANG['addresses_729a51874fe901b092899e9e8b31c97a'] = '¿Está seguro?';
|
||||
$_LANG['addresses_a958dbb46713e59856c35f89e5092a5e'] = 'Volver a su Cuenta';
|
||||
$_LANG['addresses_b32dd33df738183cb85ab8ea714f8026'] = 'Ninguna dirección disponible.';
|
||||
$_LANG['addresses_56d3db43fb7f323139022a29d57276d8'] = 'Ninguna dirección disponible.';
|
||||
$_LANG['authentication-choice_01a569ddc6cf67ddec2a683f0a5f5956'] = '¿Olvidaste tu contraseña?';
|
||||
$_LANG['authentication-choice_5f0258bf719ab828e20edf91e4fb24a7'] = '¿Ya está registrado?';
|
||||
$_LANG['authentication-choice_d726bc5637e9f053917227ec02f6c9d7'] = 'Escriba su correo electrónico para crear su cuenta';
|
||||
$_LANG['authentication-choice_db879b00e657fc85f7873343f11df21c'] = '¿Ya está registrado?';
|
||||
$_LANG['authentication-choice_0b2c9f6cb541db5d223143a645492ddd'] = 'Escriba su correo electrónico para crear su cuenta';
|
||||
$_LANG['authentication-create-account_10803b83a68db8f7e7a33e3b41e184d0'] = 'Fecha de nacimiento';
|
||||
$_LANG['authentication-create-account_1e884e3078d9978e216a027ecd57fb34'] = 'Email';
|
||||
$_LANG['authentication-create-account_01401fe9a93df81d28637e5218597b76'] = 'Email';
|
||||
$_LANG['authentication-create-account_3fcf026bbfffb63fb24b8de9d0446949'] = 'Abril';
|
||||
$_LANG['authentication-create-account_7cb32e708d6b961d476baced73d362bb'] = 'Número IVA';
|
||||
$_LANG['authentication-create-account_7e823b37564da492ca1629b4732289a8'] = 'Noviembre';
|
||||
@@ -504,24 +504,24 @@ $_LANG['authentication-create-account_82331503174acbae012b2004f6431fa5'] = 'Dici
|
||||
$_LANG['authentication-create-account_b78a3223503896721cca1303f776159b'] = 'Título';
|
||||
$_LANG['authentication-create-account_dc647eb65e6711e155375218212b3964'] = 'Contraseña';
|
||||
$_LANG['authentication-create-account_ea318a4ad37f0c2d2c368e6c958ed551'] = 'DNI / NIF / NIE';
|
||||
$_LANG['authentication_092daa39d2b825e4a7fe9b31c2080ecb'] = 'Apartamento, suite, unidad, edificio, piso, etc';
|
||||
$_LANG['authentication_261ed9f602d575774ae05f2d9f3003da'] = 'Apartamento, suite, unidad, edificio, piso, etc';
|
||||
$_LANG['authentication_0f68b904e33d9ac04605aecc958bcf52'] = 'Datos complementarios';
|
||||
$_LANG['authentication_19f823c6453c2b1ffd09cb715214813d'] = 'Campo requerido';
|
||||
$_LANG['authentication_41ba70891fb6f39327d8ccb9b1dafb84'] = 'Agosto';
|
||||
$_LANG['authentication_563c888f9fb47029dc0ceba790a2253b'] = 'Hay un error';
|
||||
$_LANG['authentication_cb430603758e73c64b8e1fef814b0be0'] = 'Hay un error';
|
||||
$_LANG['authentication_59716c97497eb9694541f7c3d37b1a4d'] = 'País';
|
||||
$_LANG['authentication_5bef23eb7efff2736c5583bda59e5eb7'] = 'Cree su cuenta';
|
||||
$_LANG['authentication_2fdfd506efea08144c0794c32ca8250a'] = 'Cree su cuenta';
|
||||
$_LANG['authentication_6335a00a08fde0fbb8f6d6630cdadd92'] = 'Sus datos personales';
|
||||
$_LANG['authentication_766d4aaf3e045538be23f9a9e17a1593'] = 'Pedido instantáneo';
|
||||
$_LANG['authentication_7cb32e708d6b961d476baced73d362bb'] = 'Número IVA';
|
||||
$_LANG['authentication_82331503174acbae012b2004f6431fa5'] = 'Diciembre';
|
||||
$_LANG['authentication_ac135c86084a47630c9eadb4edd5ef75'] = 'Recibir ofertas especiales de nuestros socios';
|
||||
$_LANG['authentication_baca087296e01b5d69799dd53bcd7950'] = 'Recibir ofertas especiales de nuestros socios';
|
||||
$_LANG['authentication_ae47812e00631626815f5f75ad1abbbd'] = 'Calle, Oficina postal, nombre de la empresa';
|
||||
$_LANG['authentication_dc647eb65e6711e155375218212b3964'] = 'Contraseña';
|
||||
$_LANG['authentication_f9b479c47658c53084b56edcc3a2cd3a'] = 'Deje un nombre a esta dirección para volver a encontrarla más fácilmente.';
|
||||
$_LANG['authentication_d973a0b6f38ebe7c83094d3dc4e04ae5'] = 'Deje un nombre a esta dirección para volver a encontrarla más fácilmente.';
|
||||
$_LANG['authentication_fa3e5edac607a88d8fd7ecb9d6d67424'] = 'Marzo';
|
||||
$_LANG['authentication_fe66abce284ec8589e7d791185b5c442'] = 'Teléfono domicilio';
|
||||
$_LANG['best-sales_32af07c9205de16855c50c3d20a51698'] = 'Los menos vendidos.';
|
||||
$_LANG['best-sales_73d3cc7826075c127caaadb0e20162ab'] = 'Los menos vendidos.';
|
||||
$_LANG['category-product-list_78945de8de090e90045d299651a68a9b'] = 'Disponibles';
|
||||
$_LANG['category-product-list_800e90e940e7f1fb938b0fda5137f38c'] = '¡En descuento!';
|
||||
$_LANG['category-product-list_cb3c718c905f00adbb6735f55bfb38ef'] = 'Producto disponoble con diferentes opciones';
|
||||
@@ -530,7 +530,7 @@ $_LANG['category_2f4e54ec9bebe1122b5c23217e764828'] = 'Esta categoría no está
|
||||
$_LANG['cms_0557fa923dcee4d0f86b1409f5c2167f'] = 'atras';
|
||||
$_LANG['contact-form_02d4482d332e1aef3437cd61c9bcc624'] = 'Contacte con nosotros';
|
||||
$_LANG['contact-form_7c9d4636fc5ed97bb78bc2aac486beab'] = 'Su mensage ha sido yà enviado';
|
||||
$_LANG['contact-form_8b5dd64ab8d0b8158906796b53a200e2'] = 'Email';
|
||||
$_LANG['contact-form_b357b524e740bc85b9790a0712d84a30'] = 'Email';
|
||||
$_LANG['contact-form_d79cf3f429596f77db95c65074663a54'] = 'Id. de pedido';
|
||||
$_LANG['discount_29aa46cc3d2677c7e0f216910df600ff'] = 'Transporte gratuíto';
|
||||
$_LANG['discount_694e8d1f2ee056f98ee488bdc4982d73'] = 'Cantidad';
|
||||
@@ -543,10 +543,10 @@ $_LANG['discount_f4a0d7cb0cd45214c8ca5912c970de13'] = 'Tasa incluida';
|
||||
$_LANG['errors_0557fa923dcee4d0f86b1409f5c2167f'] = 'atras';
|
||||
$_LANG['errors_4016ff118e1955bcaef744127da84314'] = 'Hay %d errores';
|
||||
$_LANG['footer_e4045598261988d9988c594243a9434d'] = 'Condiciones generales de venta';
|
||||
$_LANG['guest-tracking_239109837129190b375ea21c5b0e656a'] = 'Haga clic aquí para iniciar la sesión en su cuenta de cliente';
|
||||
$_LANG['guest-tracking_0257141296804a3d11cb843ea121037c'] = 'Haga clic aquí para iniciar la sesión en su cuenta de cliente';
|
||||
$_LANG['guest-tracking_3aedb5d3a3e36f7bb6baf1fbb9497894'] = 'Seguimiento de invitado';
|
||||
$_LANG['guest-tracking_a82be0f551b8708bc08eb33cd9ded0cf'] = 'Información';
|
||||
$_LANG['guest-tracking_d2948a89e47a4ad7eb8412c1c260ea88'] = 'Por favor, introduzca los siguientes datos para el seguimiento de su pedido';
|
||||
$_LANG['guest-tracking_907db890138380a38976658f5b61f0fd'] = 'Por favor, introduzca los siguientes datos para el seguimiento de su pedido';
|
||||
$_LANG['history_01abfc750a0c942167651c40d088531d'] = '#';
|
||||
$_LANG['history_116cb47fe026f7a3679486e086426a64'] = 'Si usted acaba de hacer un pedido, la validación puede llevar tiempo, gracias recargar la página.';
|
||||
$_LANG['history_27792947ed5d5da7c0d1f43327ed9dab'] = 'detalles';
|
||||
@@ -556,7 +556,7 @@ $_LANG['history_bcd1b68617759b1dfcff0403a6b5a8d1'] = 'PDF';
|
||||
$_LANG['history_ec53a8c4f07baed5d8825072c89799be'] = 'Estado';
|
||||
$_LANG['identity_3fcf026bbfffb63fb24b8de9d0446949'] = 'Abril';
|
||||
$_LANG['identity_ae3bb2a1ac61750150b606298091d38a'] = 'Contraseña';
|
||||
$_LANG['identity_b340f66ef028af40a01d073966d593a9'] = '[Insertar clausula de privacidad de datos del cliente o ley aquí, si es aplicable]';
|
||||
$_LANG['identity_ea460dd8c3ac592e8224d8fe3ef774c7'] = '[Insertar clausula de privacidad de datos del cliente o ley aquí, si es aplicable]';
|
||||
$_LANG['identity_b78a3223503896721cca1303f776159b'] = 'Título';
|
||||
$_LANG['identity_c9cc8cce247e49bae79f15173ce97354'] = 'Guardar';
|
||||
$_LANG['identity_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Mi cuenta';
|
||||
@@ -567,22 +567,22 @@ $_LANG['live_edit_c9cc8cce247e49bae79f15173ce97354'] = 'Guardar';
|
||||
$_LANG['live_edit_d3d2e617335f08df83599665eef8a418'] = 'Cerrar';
|
||||
$_LANG['live_edit_ea4788705e6873b424c65e91c2846b19'] = 'Anular';
|
||||
$_LANG['maintenance_a022ff58716d4cf34050cb68e7f12fcf'] = 'Lamentamos el inconveniente y le solicitamos probar mas tarde.';
|
||||
$_LANG['manufacturer-list_2377be3c2ad9b435ba277a73f0f1ca76'] = 'Marcas';
|
||||
$_LANG['manufacturer-list_0e1e874dde345d19583102a9fd63fb7e'] = 'Marcas';
|
||||
$_LANG['manufacturer_a65ed5e8df4b1c2bb34844f81cc9b451'] = 'No hay productos de este fabricante.';
|
||||
$_LANG['my-account_4b0afa9e8d3cdefd4fb21faebe22ef5f'] = 'Su cuenta está creada.';
|
||||
$_LANG['my-account_75711a019b3f61f70ed3e785dbc60377'] = 'Bienvenido a su cuenta. Desde aquí puede administrar las direcciones y los pedidos.';
|
||||
$_LANG['my-account_67afe6ed34ec3a7b3d5d5d91143cdfde'] = 'Bienvenido a su cuenta. Desde aquí puede administrar las direcciones y los pedidos.';
|
||||
$_LANG['my-account_8cf04a9734132302f96da8e113e80ce5'] = 'Inicio';
|
||||
$_LANG['my-account_c87aacf5673fada1108c9f809d354311'] = 'Salir';
|
||||
$_LANG['nbr-product-page_917d465e9a9e8b16a8da50a1ca8156ca'] = 'Mostrar:';
|
||||
$_LANG['order-address-multishipping-products_a4d3b161ce1309df1c4e25df28694b7b'] = 'Enviar';
|
||||
$_LANG['order-address-multishipping_82a7d396bbd6f6fef648578b4ae2ea81'] = 'Elija una dirección de facturación:';
|
||||
$_LANG['order-address-multishipping_86024cad1e83101d97359d7351051156'] = 'productos';
|
||||
$_LANG['order-address-multishipping_068f80c7519d0528fb08e82137a72131'] = 'productos';
|
||||
$_LANG['order-address-multishipping_db671b8ceed664eaecb59a4e6075ec9f'] = 'Por favor empieza eligiendo una dirección';
|
||||
$_LANG['order-address-product-line_ec211f7c20af43e742bf2570c3cb84f9'] = 'Añadir';
|
||||
$_LANG['order-address_6e1a71b786b5180af99406f87bbdbe0d'] = 'Especificar una dirección de envío para cada producto comprado';
|
||||
$_LANG['order-address_8a8c9edb5531fa2f822295d1830d090f'] = 'Su dirección de entrega';
|
||||
$_LANG['order-address_b15e1100a6196acba01ef7aaa5b2a9e5'] = 'Añadir nueva dirección';
|
||||
$_LANG['order-address_d28f8bbb0740354aae5456da9cc56d0e'] = 'Seleccione la dirección de envío';
|
||||
$_LANG['order-address_1ab8cb7be68e5988a1e9b5b8d8024711'] = 'Seleccione la dirección de envío';
|
||||
$_LANG['order-address_da9d6ec2998a07c31ec9eb93c9f254ed'] = 'Su dirección de facturación';
|
||||
$_LANG['order-address_dd1f775e443ff3b9a89270713580a51b'] = 'Anterior';
|
||||
$_LANG['order-carrier_0a5737e9ac4d4cdbf41e473674c0e557'] = 'He leído las condiciones generales de venta y las acepto sin reserva.';
|
||||
@@ -590,12 +590,12 @@ $_LANG['order-carrier_10ac3d04253ef7e1ddc73e6091c0cd55'] = 'Siguiente';
|
||||
$_LANG['order-carrier_21034ae6d01a83e702839a72ba8a77b0'] = '(tasa excl)';
|
||||
$_LANG['order-carrier_6f05787682585c32498e88bcd2ea88fc'] = 'Formas de entrega';
|
||||
$_LANG['order-carrier_a6cc8cbe3fa07d0fca172c36a603332c'] = 'No hay transportistas disponibles para la dirección \\"%s\\".';
|
||||
$_LANG['order-carrier_c1fb97680f5f203d44744a2355ed87ae'] = 'Condiciones generales de venta';
|
||||
$_LANG['order-confirmation_b09ffe631344edabac9412ed4c862544'] = 'Su ID de pedido se ha enviado a su dirección de correo electrónico';
|
||||
$_LANG['order-carrier_d53afd7ef9af5405df040482add9b153'] = 'Condiciones generales de venta';
|
||||
$_LANG['order-confirmation_9be66ab020fd0ffb9dd22756969b8dc7'] = 'Su ID de pedido se ha enviado a su dirección de correo electrónico';
|
||||
$_LANG['order-detail-product-li_63d5049791d9d79d86e9a108b0a999ca'] = 'Referencia';
|
||||
$_LANG['order-detail-product-li_694e8d1f2ee056f98ee488bdc4982d73'] = 'Cantidad';
|
||||
$_LANG['order-detail-product-li_6c957f72dc8cdacc75762f2cbdcdfaf2'] = 'Precio unitario';
|
||||
$_LANG['order-detail-product-li_d8ea8f57bff2e29a27f3821ae74968bd'] = 'descargar el producto';
|
||||
$_LANG['order-detail-product-li_c060ca8505d0aa094635fbf9beac94b0'] = 'descargar el producto';
|
||||
$_LANG['order-detail_0557fa923dcee4d0f86b1409f5c2167f'] = 'Anterior';
|
||||
$_LANG['order-detail_065ab3a28ca4f16f55f103adc7d0226f'] = 'Entrega';
|
||||
$_LANG['order-detail_0eede552438475bdfe820c13f24c9399'] = 'Precio total';
|
||||
@@ -603,46 +603,46 @@ $_LANG['order-detail_2633d6725607d13e80f5e30514b91fbe'] = 'Total cupones:';
|
||||
$_LANG['order-detail_3956298bcfc047e15b0e0d218492ce09'] = 'Devolución de mercancía';
|
||||
$_LANG['order-detail_3a5199ec2407f4b2f90496072ea8f006'] = 'Total de productos (imp. excl.):';
|
||||
$_LANG['order-detail_466eadd40b3c10580e3ab4e8061161ce'] = 'Factura';
|
||||
$_LANG['order-detail_59405437ba605684d715b3e21ef54b12'] = 'Siga su pedido paso a paso';
|
||||
$_LANG['order-detail_978c7c1b6214ab576cd8425896b29339'] = 'Siga su pedido paso a paso';
|
||||
$_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_d93651d012e77dac5581b08db33195b2'] = 'Si desea dejarnos un comentario acerca de su pedido, por favor escríbalo a continuación.';
|
||||
$_LANG['order-detail_6c957f72dc8cdacc75762f2cbdcdfaf2'] = 'Precio unitario';
|
||||
$_LANG['order-detail_8efd9e9597e94fe3397c831f2ed1b7bd'] = 'Ha pedido un papel regalo para este pedido.';
|
||||
$_LANG['order-detail_e14bc5cef02df7369b604ea3885adb96'] = 'Ha pedido un papel regalo para este pedido.';
|
||||
$_LANG['order-detail_94966d90747b97d1f0f206c98a8b1ac3'] = 'Enviar';
|
||||
$_LANG['order-detail_db205f01b4fd580fb5daa9072d96849d'] = 'Total productos';
|
||||
$_LANG['order-detail_f8617a92ba0a0a4eabee724eab7c9f48'] = 'Transportista:';
|
||||
$_LANG['order-follow_01abfc750a0c942167651c40d088531d'] = '#';
|
||||
$_LANG['order-follow_0d3cfc2fe56119651ee7848f3e32d84d'] = 'Nota de devolución';
|
||||
$_LANG['order-follow_2e99578f8bd14385bc5bcc2608e7b938'] = 'No tiene suficientes productos para solicitar otra devolución de mercancías.';
|
||||
$_LANG['order-follow_3976e0f730b236b1cf619dc80f78488e'] = 'No tiene autorización de devolución de mercadería.';
|
||||
$_LANG['order-follow_8a6034d3379499b66d730aa17e007683'] = 'No tiene suficientes productos para solicitar otra devolución de mercancías.';
|
||||
$_LANG['order-follow_15ef0f1f63c1e8a9fb8abad024939262'] = 'No tiene autorización de devolución de mercadería.';
|
||||
$_LANG['order-follow_446faa7da2d42ba4ffeda73cb119dd91'] = 'Fecha de expedición';
|
||||
$_LANG['order-follow_a240fa27925a635b08dc28c9e4f9216d'] = 'Pedido';
|
||||
$_LANG['order-follow_a958dbb46713e59856c35f89e5092a5e'] = 'Volver a su Cuenta';
|
||||
$_LANG['order-follow_daf51d7d9e10e6a469434ae548d9a173'] = 'Imprimir';
|
||||
$_LANG['order-opc-address_32063d827ff1f7d07455a7b8e3e1c098'] = 'Dirección de envío';
|
||||
$_LANG['order-opc-address_b3939ab02b5f8d716719f08ec581acbb'] = 'Debe especificar su dirección de facturación y de entrega.';
|
||||
$_LANG['order-opc-address_af0f5bdc5be121b9307687aeeae38c17'] = 'Dirección de envío';
|
||||
$_LANG['order-opc-address_89fda22cffba3209fa31607fe96e4ed1'] = 'Debe especificar su dirección de facturación y de entrega.';
|
||||
$_LANG['order-opc-carrier_e4045598261988d9988c594243a9434d'] = 'Condiciones generales de venta';
|
||||
$_LANG['order-opc-new-account_1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Empresa';
|
||||
$_LANG['order-opc-new-account_1e884e3078d9978e216a027ecd57fb34'] = 'Email';
|
||||
$_LANG['order-opc-new-account_6a1e265f92087bb6dd18194833fe946b'] = 'Email';
|
||||
$_LANG['order-opc-new-account_2fdfd506efea08144c0794c32ca8250a'] = 'Crear una cuenta';
|
||||
$_LANG['order-opc-new-account_357e8e55cf47b6f04c354179b303105a'] = 'Hacer un pedido como invitado';
|
||||
$_LANG['order-opc-new-account_12819315d9cf421dcaac8122a71ececa'] = 'Hacer un pedido como invitado';
|
||||
$_LANG['order-opc-new-account_46a2a41cc6e552044816a2d04634545d'] = 'Estados';
|
||||
$_LANG['order-opc-new-account_59716c97497eb9694541f7c3d37b1a4d'] = 'País';
|
||||
$_LANG['order-opc-new-account_766d4aaf3e045538be23f9a9e17a1593'] = 'Pedido instantáneo';
|
||||
$_LANG['order-opc-new-account_846a54955f32846032981f8fe48c35ff'] = 'Dirección (línea 2 )';
|
||||
$_LANG['order-opc-new-account_ac135c86084a47630c9eadb4edd5ef75'] = 'Recibir ofertas especiales de nuestros socios';
|
||||
$_LANG['order-opc-new-account_baca087296e01b5d69799dd53bcd7950'] = 'Recibir ofertas especiales de nuestros socios';
|
||||
$_LANG['order-opc-new-account_ae7bdef7fe2bbbbf02c11e92c5fceb40'] = 'Mi dirección';
|
||||
$_LANG['order-opc-new-account_b60bb13a87fe3ae5463aeb0980a5a8a1'] = 'Número de identificación fiscal';
|
||||
$_LANG['order-opc-new-account_bd9014fe70f4f8bb1beed74e3b708483'] = 'Código postal';
|
||||
$_LANG['order-opc-new-account_bf2957630c4209f61a388a08c2154915'] = '(Minimo 5 caracteres)';
|
||||
$_LANG['order-opc-new-account_58357b08947453bff66da9b47b3da168'] = '(Minimo 5 caracteres)';
|
||||
$_LANG['order-opc-new-account_dc647eb65e6711e155375218212b3964'] = 'Contraseña';
|
||||
$_LANG['order-opc-new-account_eca60ae8611369fe28a02e2ab8c5d12e'] = 'Octubre';
|
||||
$_LANG['order-opc-new-account_fa3e5edac607a88d8fd7ecb9d6d67424'] = 'Marzo';
|
||||
$_LANG['order-opc_238a062a6a2543fd85d6616a8506fbe8'] = 'No se necesita transportista para este pedido';
|
||||
$_LANG['order-opc_449374f661344e843453c4e189ddeed8'] = 'modifica mi dirección';
|
||||
$_LANG['order-opc_466ec9f29b485204ef53818459da48af'] = 'error(es)';
|
||||
$_LANG['order-opc_fe816ec4b30c11a39edfd8b0a4cfab49'] = 'error(es)';
|
||||
$_LANG['order-opc_a240fa27925a635b08dc28c9e4f9216d'] = 'Pedido';
|
||||
$_LANG['order-opc_acd1d53aa434518183134b5459faf18b'] = 'No ha aceptado las condiciones generales de venta';
|
||||
$_LANG['order-opc_25d8efaba32cb44a922a727f20eaa002'] = 'No ha aceptado las condiciones generales de venta';
|
||||
$_LANG['order-opc_af0f5bdc5be121b9307687aeeae38c17'] = 'Dirección de envío';
|
||||
$_LANG['order-opc_d87f73e8ff8d933ed2ba5ddf25040827'] = 'Instant checkout';
|
||||
$_LANG['order-opc_db671b8ceed664eaecb59a4e6075ec9f'] = 'Por favor empieza eligiendo una dirección';
|
||||
@@ -650,14 +650,14 @@ $_LANG['order-payment_28e014bf2ccc53bc1a8042ca57ca6645'] = 'Total de cupones de
|
||||
$_LANG['order-payment_29cfbfc41066134782f966beefd63a4e'] = 'Total de productos (IVA incluído):';
|
||||
$_LANG['order-payment_66f51e43606e2baebb8e9c3bfe965da4'] = 'Total de envío (imp. excl.):';
|
||||
$_LANG['order-payment_86024cad1e83101d97359d7351051156'] = 'productos';
|
||||
$_LANG['order-payment_a12925b3d2beb085f9a024d8098b41dd'] = 'Total envoltorio regalo:';
|
||||
$_LANG['order-payment_31f52379817244bb67196c880749cfd8'] = 'Total envoltorio regalo:';
|
||||
$_LANG['order-payment_a82868319826fb092b73968e661b5b38'] = 'Cupones';
|
||||
$_LANG['order-payment_b5a7adde1af5c87d7fd797b6245c2a39'] = 'Descripción';
|
||||
$_LANG['order-payment_ecba3578d8cd65126d4a47c76b3c9c2d'] = 'Envío gratuito!';
|
||||
$_LANG['order-payment_f5bf48aa40cad7891eb709fcf1fde128'] = 'producto';
|
||||
$_LANG['order-return_694e8d1f2ee056f98ee488bdc4982d73'] = 'Cantidad';
|
||||
$_LANG['order-return_88be9ea838e21273267409d76af3b284'] = 'Hemos aceptado su solicitud de devolución.';
|
||||
$_LANG['order-return_9f68b11daca41ccf9fdc9d2f69901c9c'] = 'En cuanto recibamos el paquete procederemos a la devolución del importe de su pedido y le informaremos por mail.';
|
||||
$_LANG['order-return_16dafae9102750489087d1d087b72aba'] = 'En cuanto recibamos el paquete procederemos a la devolución del importe de su pedido y le informaremos por mail.';
|
||||
$_LANG['order-return_b1dceda8ca0eeb9fd9a4457bb613b67b'] = 'En cuanto recibamos el paquete procederemos a la devolución del importe de su pedido y le informaremos por mail.';
|
||||
$_LANG['order-return_ea62a2e28a800c367509773730120a67'] = 'días tras recibir su pedido.';
|
||||
$_LANG['order-return_f393a2fe17dc0cacff53a136479b845d'] = 'No dude en ponerse en contacto con nosotros para cualquier pregunta.';
|
||||
@@ -666,11 +666,11 @@ $_LANG['order-slip_0ba830b7ca1513a4882ce5aac84030b8'] = 'No ha recibido ningún
|
||||
$_LANG['order-slip_bcd1b68617759b1dfcff0403a6b5a8d1'] = 'PDF';
|
||||
$_LANG['order-slip_e28cc69f9aa3068eddb76dd508b11da2'] = 'Nº%s';
|
||||
$_LANG['order-steps_290612199861c31d1036b185b4e69b75'] = 'Sumario';
|
||||
$_LANG['order-steps_c453a4b8e8d98e82f35b67f433e3b4da'] = 'Modo de pago';
|
||||
$_LANG['order-steps_bd0e34e5be6447844e6f262d51f1a9dc'] = 'Modo de pago';
|
||||
$_LANG['order-steps_dd7bf230fde8d4836917806aff6a6b27'] = 'Dirección';
|
||||
$_LANG['pagination_10ac3d04253ef7e1ddc73e6091c0cd55'] = 'Siguiente';
|
||||
$_LANG['pagination_6c583afb157e33bfb5b7c3d4114c4dd5'] = 'objetos:';
|
||||
$_LANG['password_df1555fe48479f594280a2e03f9a8186'] = 'Escriba su dirección email:';
|
||||
$_LANG['password_6a1e265f92087bb6dd18194833fe946b'] = 'Escriba su dirección email:';
|
||||
$_LANG['product-desc-features_2d0f6b8300be19cf35e89e66f0677f95'] = 'Añadir al carrito';
|
||||
$_LANG['product-js_9173701581f0213f0104e064479e4ca3'] = 'con esas opciones , pero está disponible con otras';
|
||||
$_LANG['product-js_bc0f7082192ef02e934a036cf4991789'] = 'Este producto ya no se encuentra en stock';
|
||||
@@ -681,26 +681,26 @@ $_LANG['product-quantity-discount_1b793b463a1c296e1327d7048c201cc3'] = 'desde (c
|
||||
$_LANG['product-quantity-discount_f5bf48aa40cad7891eb709fcf1fde128'] = 'producto';
|
||||
$_LANG['product-sort_4f4f552919d5a7ad3435b5fdb7fcae61'] = 'Nombre: de Z a A';
|
||||
$_LANG['product-sort_5820b5a5298779a25d98c41173b931bd'] = 'Nombre: de A a Z';
|
||||
$_LANG['product-sort_b3c4afbd8ec3b1e28710fcbdc8cc0549'] = 'Precio: más baratos primero';
|
||||
$_LANG['product-sort_7f284e119af971a952e4b29f0875fc60'] = 'Precio: más baratos primero';
|
||||
$_LANG['product_0d83f0026f6d2923b2aa3a208156918c'] = 'Advertencia: ¡Últimos artículos en stock!';
|
||||
$_LANG['product_110a4b01beabd53b661a47d4b44bd7a8'] = 'Publicar';
|
||||
$_LANG['product_13dba24862cf9128167a59100e154c8d'] = 'Imprimir';
|
||||
$_LANG['product_1b793b463a1c296e1327d7048c201cc3'] = 'desde (ctd)';
|
||||
$_LANG['product_1ed52421fcb149d2c392e987047165bc'] = 'desde (ctd)';
|
||||
$_LANG['product_2d0f6b8300be19cf35e89e66f0677f95'] = 'Añadir al carrito';
|
||||
$_LANG['product_71948aa4f6e12cdaa5e2e63a5eb8f142'] = 'Más';
|
||||
$_LANG['product_800e90e940e7f1fb938b0fda5137f38c'] = '¡En descuento!';
|
||||
$_LANG['product_98b0a68a7e4c7b265a5ca9a0b733d96e'] = 'Elija un color:';
|
||||
$_LANG['product_b11ddc7e1671c0bd22dc89dd757508d4'] = 'Imágenes';
|
||||
$_LANG['product_d436eb0fd9de10b54a828ce6435f7e81'] = 'incluir';
|
||||
$_LANG['product_f4d72a64acd8929c0cc9ed96a7a336cc'] = 'incluir';
|
||||
$_LANG['product_dd1f775e443ff3b9a89270713580a51b'] = 'Anterior';
|
||||
$_LANG['product_e16d56df08bbd47e53e153fc6dfc8ad8'] = 'artículos disponibles';
|
||||
$_LANG['product_f85524c253c150e88136df3999ac3fd4'] = 'para el impuesto ecologico';
|
||||
$_LANG['products-comparison_111ba3054a79fb54314235b4a87df6fb'] = 'No hay productos en el comparador';
|
||||
$_LANG['product_574ce4e0b9b99a55c2ea0435bfd920e3'] = 'artículos disponibles';
|
||||
$_LANG['product_441ca5553df52b87e87513c6b88927d3'] = 'para el impuesto ecologico';
|
||||
$_LANG['products-comparison_234a9674e80b9c04a685075ad3ea6950'] = 'No hay productos en el comparador';
|
||||
$_LANG['products-comparison_4dbce7d8fae730e09fce9e83433c77ff'] = 'Comparación de productos';
|
||||
$_LANG['scenes_03c2e7e41ffc181a4e84080b4710e81e'] = 'Nuevo';
|
||||
$_LANG['search_e9cbf16b6f16ee339f45a841b915c47c'] = 'Volver a la página anterior';
|
||||
$_LANG['search_05cf990f79d935b0ea6105855adef686'] = 'Volver a la página anterior';
|
||||
$_LANG['shopping-cart-product-line_ec211f7c20af43e742bf2570c3cb84f9'] = 'Añadir';
|
||||
$_LANG['shopping-cart_0862f5d4211bdb50102141618d57e2a1'] = 'Código del vale:';
|
||||
$_LANG['shopping-cart_9137796c15dd92e5553c3f29574d0968'] = 'Código del vale:';
|
||||
$_LANG['shopping-cart_29cfbfc41066134782f966beefd63a4e'] = 'Total de productos (IVA incluído):';
|
||||
$_LANG['shopping-cart_2fb3b950fd7711136f7f251ae5fbdbdc'] = 'Texto #';
|
||||
$_LANG['shopping-cart_300225ee958b6350abc51805dab83c24'] = 'Continuar la compra';
|
||||
@@ -708,19 +708,19 @@ $_LANG['shopping-cart_4b0afa9e8d3cdefd4fb21faebe22ef5f'] = 'Su cuenta está crea
|
||||
$_LANG['shopping-cart_5f6b9be870bc784ecc15ddb5dcf7f22e'] = 'Resumen de su cesta';
|
||||
$_LANG['shopping-cart_691b338fa68b3c177c6ebbc745624c6a'] = 'Total envío:';
|
||||
$_LANG['shopping-cart_94966d90747b97d1f0f206c98a8b1ac3'] = 'Enviar';
|
||||
$_LANG['shopping-cart_a12925b3d2beb085f9a024d8098b41dd'] = 'Total envoltorio regalo:';
|
||||
$_LANG['shopping-cart_0559e7888ca7513e71dad1c954a4b44d'] = 'Total envoltorio regalo:';
|
||||
$_LANG['shopping-cart_a40cab5994f36d4c48103a22ca082e8f'] = 'Su cesta';
|
||||
$_LANG['shopping-cart_a82868319826fb092b73968e661b5b38'] = 'Cupones';
|
||||
$_LANG['shopping-cart_deb10517653c255364175796ace3553f'] = 'Producto';
|
||||
$_LANG['sitemap_2433db5a329ea473271a3cd8c013362e'] = 'Datos personales';
|
||||
$_LANG['sitemap_3cb29f0ccc5fd220a97df89dafe46290'] = 'Mejores ventas';
|
||||
$_LANG['sitemap_01f7ac959c1e6ebbb2e0ee706a7a5255'] = 'Mejores ventas';
|
||||
$_LANG['store_infos_796c163589f295373e171842f37265d5'] = 'Miércoles';
|
||||
$_LANG['store_infos_8b7051187b9191cdcdae6ed5a10e5adc'] = 'Sábado';
|
||||
$_LANG['store_infos_c33b138a163847cdb6caeeb7c9a126b4'] = 'Viernes';
|
||||
$_LANG['stores_0aa6f4210bf373c95eda00232e93cd98'] = 'Distancia';
|
||||
$_LANG['stores_13348442cc6a27032d2b4aa28b75a5d3'] = 'Buscar';
|
||||
$_LANG['stores_24c29702dc9c63dedb98e92f3028e068'] = 'Buscar';
|
||||
$_LANG['stores_6f7d0fc651c0564078d1f2f004e9c9de'] = 'hemos encontrado tiendas- ver resultados:';
|
||||
$_LANG['stores_74c037d72a34d5aa5fe1440ec7426f36'] = 'Dirección, código postal, ciudad, Estado o país';
|
||||
$_LANG['stores_8519118a6eee0dcbb6118528f3f7febb'] = 'Dirección, código postal, ciudad, Estado o país';
|
||||
$_LANG['stores_dd7bf230fde8d4836917806aff6a6b27'] = 'Dirección';
|
||||
$_LANG['stores_fdb0c388de01d545017cdf9ccf00eb72'] = 'Tienda';
|
||||
$_LANG['supplier-list_bf1f33501d576cce01509b67e2260242'] = 'Hay %d proveedor.';
|
||||
@@ -733,19 +733,19 @@ $_LANG['password_0fb655f37529ad006eb0d503e23e10f1'] = 'Olvidó su contraseña';
|
||||
$_LANG['products-comparison_db0404dd6d32e0926c9adecd9ba193f3'] = 'por %s';
|
||||
$_LANG['sitemap_c75f7811d70d17dbcd88e9d03752cbed'] = 'Autentificación';
|
||||
$_LANG['sitemap_1d0a2e1f62ccf460d604ccbc9e09da95'] = 'Ver los productos más vendidos';
|
||||
$_LANG['404_13348442cc6a27032d2b4aa28b75a5d3'] = 'Buscar';
|
||||
$_LANG['404_1d3ac0a5826e47e3c2761085e97877f6'] = 'Página no disponible';
|
||||
$_LANG['404_24c29702dc9c63dedb98e92f3028e068'] = 'Buscar';
|
||||
$_LANG['404_44b1d05764b093cb00c25b8228cb87d3'] = 'Página no disponible';
|
||||
$_LANG['404_8cf04a9734132302f96da8e113e80ce5'] = 'Inicio';
|
||||
$_LANG['address_20db0bfeecd8fe60533206a2b5e9891a'] = 'Nombre';
|
||||
$_LANG['address_3908e1afa0ff22fbf112aff3c5ba55c1'] = 'Sus direcciones';
|
||||
$_LANG['address_393d8c6bc7a04264bd9523dc8c92b818'] = 'Nueva dirección';
|
||||
$_LANG['address_455175f3f5be6306247babb349c0515a'] = 'Su dirección';
|
||||
$_LANG['address_59716c97497eb9694541f7c3d37b1a4d'] = 'País';
|
||||
$_LANG['address_6c1c4d5a22e3d6ed8385e7287233396f'] = 'Asignar un nombre a esta dirección para futuras operaciones';
|
||||
$_LANG['address_89a9a0e5aec9360bc3b0141c8d42e586'] = 'Asignar un nombre a esta dirección para futuras operaciones';
|
||||
$_LANG['address_dd7bf230fde8d4836917806aff6a6b27'] = 'Dirección';
|
||||
$_LANG['addresses_8cf04a9734132302f96da8e113e80ce5'] = 'Inicio';
|
||||
$_LANG['addresses_aa5e970d64eb228f31669d3411171f92'] = 'Sus direcciones se muestran a continuación';
|
||||
$_LANG['authentication-choice_8b5dd64ab8d0b8158906796b53a200e2'] = 'Dirección email';
|
||||
$_LANG['authentication-choice_b357b524e740bc85b9790a0712d84a30'] = 'Dirección email';
|
||||
$_LANG['authentication-choice_dc647eb65e6711e155375218212b3964'] = 'Contraseña';
|
||||
$_LANG['authentication-create-account_0ba7583639a274c434bbe6ef797115a4'] = 'Incribirse';
|
||||
$_LANG['authentication-create-account_15bbb9d0bbf25e8d2978de1168c749dc'] = 'Sitio Web';
|
||||
@@ -755,8 +755,8 @@ $_LANG['authentication-create-account_46a2a41cc6e552044816a2d04634545d'] = 'Esta
|
||||
$_LANG['authentication-create-account_4f68183551e5dbd7c341347ffe308682'] = 'SIRET';
|
||||
$_LANG['authentication-create-account_57d056ed0984166336b7879c2af3657f'] = 'Ciudad';
|
||||
$_LANG['authentication-create-account_659e59f062c75f81259d22786d6c44aa'] = 'Febrero';
|
||||
$_LANG['authentication-create-account_6f6162d3a052bb330e9c60285c74c6c9'] = 'Inscribirse a nuestra newsletter';
|
||||
$_LANG['authentication-create-account_7c4afd8114c2cd8dd000bf3601057b0f'] = 'Información de su empresa';
|
||||
$_LANG['authentication-create-account_93edfc7af9b6471b30030cf17646e36c'] = 'Inscribirse a nuestra newsletter';
|
||||
$_LANG['authentication-create-account_1011bae349c34405e0c47931fc7ef8ad'] = 'Información de su empresa';
|
||||
$_LANG['authentication-create-account_846a54955f32846032981f8fe48c35ff'] = 'Dirección (línea 2 )';
|
||||
$_LANG['authentication-create-account_8d3f5eff9c40ee315d452392bed5309b'] = 'Apellidos';
|
||||
$_LANG['authentication-create-account_bf2957630c4209f61a388a08c2154915'] = '(Minimo 5 caracteres)';
|
||||
@@ -768,7 +768,7 @@ $_LANG['authentication_15bbb9d0bbf25e8d2978de1168c749dc'] = 'Sitio Web';
|
||||
$_LANG['authentication_195fbb57ffe7449796d23466085ce6d8'] = 'Mayo';
|
||||
$_LANG['authentication_1b539f6f34e8503c97f6d3421346b63c'] = 'Julio';
|
||||
$_LANG['authentication_41c2fff4867cc204120f001e7af20f7a'] = 'Teléfono móvil';
|
||||
$_LANG['authentication_6f6162d3a052bb330e9c60285c74c6c9'] = 'Inscribirse a nuestra newsletter';
|
||||
$_LANG['authentication_93edfc7af9b6471b30030cf17646e36c'] = 'Inscribirse a nuestra newsletter';
|
||||
$_LANG['authentication_85fb93a8ee9440499692da24a1621769'] = 'APE';
|
||||
$_LANG['authentication_a0bfb8e59e6c13fc8d990781f77694fe'] = 'Continuar';
|
||||
$_LANG['authentication_c773457e85b990c10f8823eacb21346c'] = 'Identificación fiscal';
|
||||
@@ -777,9 +777,9 @@ $_LANG['authentication_db879b00e657fc85f7873343f11df21c'] = '¿Ya está inscrito
|
||||
$_LANG['best-sales_3cb29f0ccc5fd220a97df89dafe46290'] = 'Mejores ventas';
|
||||
$_LANG['best-sales_d3da97e2d9aee5c8fbe03156ad051c99'] = 'Más';
|
||||
$_LANG['breadcrumb_8cf04a9734132302f96da8e113e80ce5'] = 'Inicio';
|
||||
$_LANG['category-count_5c9838becf9bbce28ba90a7426daf171'] = 'No hay productos.';
|
||||
$_LANG['category-count_5f2df0ffebf79a6357f7fa93e472872b'] = 'No hay productos.';
|
||||
$_LANG['category-product-sort_5820b5a5298779a25d98c41173b931bd'] = 'Nombre: de A a Z';
|
||||
$_LANG['category-product-sort_baf800c24fcb4b5721f22a5a88f1f41a'] = 'En stock primero';
|
||||
$_LANG['category-product-sort_fcebe56087b9373f15514831184fa572'] = 'En stock primero';
|
||||
$_LANG['cms_24a26cffdfea04302a5bc20b9bce6626'] = 'Esta página CMS no es visible por sus clientes.';
|
||||
$_LANG['contact-form_4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Mensaje';
|
||||
$_LANG['contact-form_7bc873cba11f035df692c3549366c722'] = '--Elija--';
|
||||
@@ -791,28 +791,28 @@ $_LANG['guest-tracking_109636f722b8fccc95d072b2760a6282'] = 'Transforma su cuent
|
||||
$_LANG['guest-tracking_63c193f613dd3d9d6c16da7678efda2a'] = 'Referencia de pedido';
|
||||
$_LANG['guest-tracking_7a8fe8aaa64e691d82f429d39e0df3a5'] = 'Acceso personalizado y seguro';
|
||||
$_LANG['guest-tracking_c2f0859d6f7e84914b60403fa423e9ad'] = 'Su cuenta de invitado ha sido creada sati';
|
||||
$_LANG['guest-tracking_dec9cc6702179299ae451c11633915c6'] = 'Pedido fácil y rápido';
|
||||
$_LANG['guest-tracking_93aef17b1541efc1c3f8bd6679972096'] = 'Pedido fácil y rápido';
|
||||
$_LANG['header_0fcd4065ff78fceb3083316ddb958bc1'] = 'No puede crear un nuevo pedido desde su país.';
|
||||
$_LANG['header_bffe9a3c9a7e00ba00a11749e022d911'] = 'Log in';
|
||||
$_LANG['header_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Mi cuenta';
|
||||
$_LANG['history_332c80b1838dc515f5031e09da3b7f3f'] = 'Pedir de nuevo';
|
||||
$_LANG['identity_19f823c6453c2b1ffd09cb715214813d'] = 'Campo requerido';
|
||||
$_LANG['identity_1b539f6f34e8503c97f6d3421346b63c'] = 'Julio';
|
||||
$_LANG['identity_1e884e3078d9978e216a027ecd57fb34'] = 'Email';
|
||||
$_LANG['identity_6a1e265f92087bb6dd18194833fe946b'] = 'Email';
|
||||
$_LANG['identity_21102621bd5856b350ae86db3aeed9fc'] = 'No dude en actualizar su información personal, si ha cambiado.';
|
||||
$_LANG['identity_6335a00a08fde0fbb8f6d6630cdadd92'] = 'Sus datos personales';
|
||||
$_LANG['identity_8cf04a9734132302f96da8e113e80ce5'] = 'Inicio';
|
||||
$_LANG['identity_ac135c86084a47630c9eadb4edd5ef75'] = 'Recibir ofertas especiales de nuestros socios';
|
||||
$_LANG['identity_baca087296e01b5d69799dd53bcd7950'] = 'Recibir ofertas especiales de nuestros socios';
|
||||
$_LANG['live_edit_282f96c7d1ed98d24606d209dcad9842'] = 'Posición de módulo guardado';
|
||||
$_LANG['live_edit_d8dcfab18b3a6eba56d617dd1dcb1ba7'] = 'Cierre de edición en vivo';
|
||||
$_LANG['manufacturer-list_0397cbccfd02272abd38f8933b865218'] = '%d producto';
|
||||
$_LANG['manufacturer-list_40a1d0763fd669e33d8663d15eb91cfb'] = 'Hay %d fabricantes.';
|
||||
$_LANG['manufacturer-list_864c665aea5e824772fda0e678c3ac4d'] = '%d productos';
|
||||
$_LANG['manufacturer-list_8a535d7f40eb9e738248d555675b572e'] = 'Hay %d fabricante.';
|
||||
$_LANG['my-account_d1c55b03aa566f1dbe40569fe957c496'] = 'Historia y detalles de mis pedidos';
|
||||
$_LANG['my-account_f232e81d15c0f2b9a4b1853465aaf18a'] = 'Historia y detalles de mis pedidos';
|
||||
$_LANG['my-account_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Mi cuenta';
|
||||
$_LANG['my-account_e45be0a0d4a0b62b15694c1a631e6e62'] = 'Mis direcciones';
|
||||
$_LANG['nbr-product-page_74dd2b447f2f9a892177430fd5bf54a0'] = 'productos por página';
|
||||
$_LANG['nbr-product-page_21a1f0b4726f9f6cbced2bc8747ec44f'] = 'productos por página';
|
||||
$_LANG['order-address-multishipping-products_12d3c7a4296542c62474856ec452c045'] = 'Ref.';
|
||||
$_LANG['order-address-multishipping-products_b5a7adde1af5c87d7fd797b6245c2a39'] = 'Descripción';
|
||||
$_LANG['order-address-multishipping_06933067aafd48425d67bcb01bba5cb6'] = 'Actualizar';
|
||||
@@ -820,20 +820,20 @@ $_LANG['order-address-multishipping_10ac3d04253ef7e1ddc73e6091c0cd55'] = 'Siguie
|
||||
$_LANG['order-address-multishipping_284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Direcciones';
|
||||
$_LANG['order-address-multishipping_dd1f775e443ff3b9a89270713580a51b'] = 'Anterior';
|
||||
$_LANG['order-address-multishipping_ec211f7c20af43e742bf2570c3cb84f9'] = 'Añadir';
|
||||
$_LANG['order-address-multishipping_f5bf48aa40cad7891eb709fcf1fde128'] = 'producto';
|
||||
$_LANG['order-address-multishipping_deb10517653c255364175796ace3553f'] = 'producto';
|
||||
$_LANG['order-address-product-line_07177f134a19f8965265d014b5b81645'] = 'Crear una nueva dirección';
|
||||
$_LANG['order-address-product-line_713abca3b7abddc0445099b23c0a3697'] = 'Enviar a múltiples direcciones';
|
||||
$_LANG['order-address-product-line_e716b72edf18038c04664e9b21569177'] = 'Necesita al menos %d para comprar este producto.';
|
||||
$_LANG['order-address_10ac3d04253ef7e1ddc73e6091c0cd55'] = 'Siguiente';
|
||||
$_LANG['order-carrier_0d9175fe89fb80d815e7d03698b6e83a'] = 'Regalo';
|
||||
$_LANG['order-carrier_5508a53851720a210e50f7b8a6f66f46'] = 'Por favor, acepte las condiciones generales antes del siguiente paso.';
|
||||
$_LANG['order-carrier_86024cad1e83101d97359d7351051156'] = 'productos';
|
||||
$_LANG['order-carrier_b4e59f3a4554655a099738382ebedbff'] = 'Si lo desea, puede añadir una nota al regalo:';
|
||||
$_LANG['order-carrier_068f80c7519d0528fb08e82137a72131'] = 'productos';
|
||||
$_LANG['order-carrier_bf46d59ab4c5096d169c1a5eb39cc0c1'] = 'Si lo desea, puede añadir una nota al regalo:';
|
||||
$_LANG['order-carrier_b6dddfff5178ce64364ca3f683930354'] = 'El mejor precio y grado';
|
||||
$_LANG['order-carrier_cc9b9807af9192bed55cb1e92ba28844'] = 'Seleccione una dirección de envío para la dirección:';
|
||||
$_LANG['order-carrier_d2ab6e496545daf64eef4f73c2d7b924'] = 'producto referente:';
|
||||
$_LANG['order-carrier_ea9cf7e47ff33b2be14e6dd07cbcefc6'] = 'Transporte';
|
||||
$_LANG['order-carrier_fe37ec14fa2db219db5279f4934c6dfc'] = 'producto referente:';
|
||||
$_LANG['order-carrier_9960807cfb66a03002a9b7777c4a96c5'] = 'producto referente:';
|
||||
$_LANG['order-carrier_66f51e43606e2baebb8e9c3bfe965da4'] = 'Transporte';
|
||||
$_LANG['order-carrier_e06b4fd44aa19916cbbb34d7ca26efa1'] = 'producto referente:';
|
||||
$_LANG['order-confirmation_fb077ecba55e5552916bde26d8b9e794'] = 'Confirmación de pedido';
|
||||
$_LANG['order-detail_25e93b63e91b5555bd458c89b1916678'] = 'Hacer vale de devolución RMA';
|
||||
$_LANG['order-detail_284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Direcciones';
|
||||
@@ -846,16 +846,16 @@ $_LANG['order-detail_66c4c5112f455a19afde47829df363fa'] = 'Total:';
|
||||
$_LANG['order-detail_7bc873cba11f035df692c3549366c722'] = '--Elija--';
|
||||
$_LANG['order-detail_914419aa32f04011357d3b604a86d7eb'] = 'Transportista';
|
||||
$_LANG['order-detail_9ead913c5b7c87efda39ca9640c46ae4'] = 'Hay %d errores';
|
||||
$_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_bef8403608dc4cb3ade799f63dd4bf59'] = '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_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_c060ca8505d0aa094635fbf9beac94b0'] = 'descargar el producto';
|
||||
$_LANG['order-follow_25e93b63e91b5555bd458c89b1916678'] = 'Hacer vale de devolución RMA';
|
||||
$_LANG['order-follow_558a57a100d0232908d28ac4bc1c35b5'] = 'Por favor indique (?) para su RMA (?)';
|
||||
$_LANG['order-follow_cbd22dcb89c7ff53e1d58959352b278e'] = 'Por favor indique (?) para su RMA (?)';
|
||||
$_LANG['order-follow_8cf04a9734132302f96da8e113e80ce5'] = 'Inicio';
|
||||
$_LANG['order-follow_93d4be62cede66eb788f5ca8046bac7f'] = 'Por favor, indique la cantidad de productos para cada producto marcado.';
|
||||
$_LANG['order-follow_1819b587867a9c604a4d21c753756b4a'] = 'Por favor, indique la cantidad de productos para cada producto marcado.';
|
||||
$_LANG['order-follow_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Mi cuenta';
|
||||
$_LANG['order-follow_e1b6d8e31d5a3dee879dddc77c492b81'] = 'A continuación encontrará la lista de la mercancía devuelta en curso';
|
||||
$_LANG['order-follow_9cf9ab35a1b24314913bb739d25a0b36'] = 'A continuación encontrará la lista de la mercancía devuelta en curso';
|
||||
$_LANG['order-opc-address_dd7bf230fde8d4836917806aff6a6b27'] = 'Dirección';
|
||||
$_LANG['order-opc-new-account_08bd40c7543007ad06e4fce31618f6ec'] = 'Cuenta';
|
||||
$_LANG['order-opc-new-account_0f68b904e33d9ac04605aecc958bcf52'] = 'Datos complementarios';
|
||||
@@ -871,8 +871,8 @@ $_LANG['order-opc-new-account_936ccdb97115e9f35a11d35e3d5b5cad'] = 'Cloc aquí';
|
||||
$_LANG['order-opc-new-account_b78a3223503896721cca1303f776159b'] = 'Título';
|
||||
$_LANG['order-opc-new-account_d30f507473129e70c4b962ceccf175cf'] = 'Código postal';
|
||||
$_LANG['order-opc-new-account_db879b00e657fc85f7873343f11df21c'] = '¿Ya está inscrito?';
|
||||
$_LANG['order-opc-payment_c453a4b8e8d98e82f35b67f433e3b4da'] = 'Pago';
|
||||
$_LANG['order-opc_73f40a885e34d87e22d88684f9350a53'] = 'Esta tienda no acepta ordenes.';
|
||||
$_LANG['order-opc-payment_bd0e34e5be6447844e6f262d51f1a9dc'] = 'Pago';
|
||||
$_LANG['order-opc_42cc8aa1d968de2ca40d35fbc2aaf4cf'] = 'Esta tienda no acepta ordenes.';
|
||||
$_LANG['order-opc_ea295188b69aa5e04810abcc38b2b2be'] = 'ha sido seleccionado';
|
||||
$_LANG['order-payment_1ac6ee29e9e68fb71bad91c1d34348cc'] = '%s:';
|
||||
$_LANG['order-payment_1d4c9008fd49770971ffc2e8f32df870'] = 'Total de envío (IVA incluído):';
|
||||
@@ -882,36 +882,36 @@ $_LANG['order-payment_444bcb3a3fcf8389296c49467f27e1d6'] = 'ok';
|
||||
$_LANG['order-payment_543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Total productos:';
|
||||
$_LANG['order-payment_66c4c5112f455a19afde47829df363fa'] = 'Total:';
|
||||
$_LANG['order-payment_6c957f72dc8cdacc75762f2cbdcdfaf2'] = 'Precio unitario';
|
||||
$_LANG['order-payment_9e6d9b3daa15e41d36806a289c42674d'] = 'Elija su modo de pago';
|
||||
$_LANG['order-payment_e747da89afc98485bb90928d397e9821'] = 'Elija su modo de pago';
|
||||
$_LANG['order-payment_9ff9c46512c186ebae182519a55dc6a9'] = 'Disp.';
|
||||
$_LANG['order-payment_b935a8c55ff8c1c967d6f848b375db81'] = 'Total de envoltorio-regalo (IVA incluído):';
|
||||
$_LANG['order-payment_c8cd21bd2e33378f10611bc4498cf96f'] = 'Borrar esta personalización';
|
||||
$_LANG['order-return_955b51949c0e756934c02c521f7f9405'] = 'documento PDF';
|
||||
$_LANG['order-return_b94ae945442e9d71219d196cbc458d75'] = 'Ver el documento PDF';
|
||||
$_LANG['order-return_d9d95b7fdffceaaa11c6bbae7b3bfa37'] = 'Ver el documento PDF';
|
||||
$_LANG['order-return_fbbd47b7e45c0ad3fe0bf70539b5a2d4'] = 'RECORDATORIO:';
|
||||
$_LANG['order-slip_01abfc750a0c942167651c40d088531d'] = 'Nº';
|
||||
$_LANG['order-slip_591286c3b4f075453e55532838ce0044'] = 'Vale';
|
||||
$_LANG['order-slip_8cf04a9734132302f96da8e113e80ce5'] = 'Inicio';
|
||||
$_LANG['order-slip_a240fa27925a635b08dc28c9e4f9216d'] = 'Pedido';
|
||||
$_LANG['order-steps_ea9cf7e47ff33b2be14e6dd07cbcefc6'] = 'Transporte';
|
||||
$_LANG['order-steps_66f51e43606e2baebb8e9c3bfe965da4'] = 'Transporte';
|
||||
$_LANG['pages-list_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Mi cuenta';
|
||||
$_LANG['password_05bd9ea84bc2190c8a9414097e33c69a'] = 'Por favor, introduzca el email que utilizó para registrarse y le enviaremos su nueva contraseña.';
|
||||
$_LANG['password_ad6de86f2f344d447d78a139fc16bd72'] = 'Por favor, introduzca el email que utilizó para registrarse y le enviaremos su nueva contraseña.';
|
||||
$_LANG['password_0d0e2934af7d3bc4e7263fcb1f9bc51c'] = 'Recuperar';
|
||||
$_LANG['password_69f2698155df937f204e87d1c95332a7'] = 'Hemos renovado su contraseña y se la hemos enviado por email';
|
||||
$_LANG['password_f15b7d9b716da1d46ba073df11d4a8d0'] = 'Hemos renovado su contraseña y se la hemos enviado por email';
|
||||
$_LANG['product-compare_216adaf4e98dc62ec3abeab51b9fc57f'] = 'Debe elegir al menos un producto';
|
||||
$_LANG['product-compare_90723749917a82bf3ff8a73247d32ffb'] = 'No puede añadir más de %d productos en el comparador.';
|
||||
$_LANG['product-desc-features_71948aa4f6e12cdaa5e2e63a5eb8f142'] = 'Más';
|
||||
$_LANG['product-desc-features_cb3c718c905f00adbb6735f55bfb38ef'] = 'Producto disponoble con diferentes opciones';
|
||||
$_LANG['product-js_c1f25211403ec7459f265788cdbee403'] = 'Por favor, rellene todos los campos requeridos, a continuación, guardar la personalización.';
|
||||
$_LANG['product-js_e4aae275fc6b4d57daab4431b8bf736c'] = 'El producto no existe en este modelo. Por favor, elija otro.';
|
||||
$_LANG['product-js_0d9e08f309dc15da39fe0850ef180d90'] = 'Por favor, rellene todos los campos requeridos, a continuación, guardar la personalización.';
|
||||
$_LANG['product-js_3536d9c388d7375db82358f74072f5c4'] = 'El producto no existe en este modelo. Por favor, elija otro.';
|
||||
$_LANG['product-list_4351cfebe4b61d8aa5efa1d020710005'] = 'Vista';
|
||||
$_LANG['product-list_77798ad342555ffa834758a2aaa6fc11'] = 'Comparar';
|
||||
$_LANG['product-list_d0fcb89c94b29d6ab2db749ff688dc7c'] = '¡Solo por Internet!';
|
||||
$_LANG['product-list_03de921a8ea82897e13d33d66c28b4db'] = '¡Solo por Internet!';
|
||||
$_LANG['product-prices_800e90e940e7f1fb938b0fda5137f38c'] = '¡En descuento!';
|
||||
$_LANG['product-quantity-discount_47f1a471a7f6a74053869cdb9cbf05bb'] = 'Precios decrecientes';
|
||||
$_LANG['product-quantity-discount_b1cff9892b2dde30a5f5cfb393c02423'] = 'Precios decrecientes';
|
||||
$_LANG['product_2b56b60f878922093facd42284848a0c'] = 'Más detalles';
|
||||
$_LANG['product_47f1a471a7f6a74053869cdb9cbf05bb'] = 'Precios decrecientes';
|
||||
$_LANG['product_78a2d6a3d6741d9d2cbff658d5df7cd8'] = 'En curso, por favor, espere ...';
|
||||
$_LANG['product_b1cff9892b2dde30a5f5cfb393c02423'] = 'Precios decrecientes';
|
||||
$_LANG['product_476efcbaed950dd513ffc08e4e9a632f'] = 'En curso, por favor, espere ...';
|
||||
$_LANG['product_887ee91702c962a70b87cbef07bbcaec'] = 'tasas no incluídas';
|
||||
$_LANG['product_8c751c4aab0db0b811cdfbddf0b4ea56'] = 'Disponibilidad:';
|
||||
$_LANG['product_98edb85b00d9527ad5acebe451b3fae6'] = 'Accesorios';
|
||||
@@ -920,29 +920,29 @@ $_LANG['product_e376237cca06a37330137147d20b0848'] = 'Este producto no se vende
|
||||
$_LANG['product_e54a973d0c3342dac6ee7d9e145c6f83'] = 'Contenido del pack';
|
||||
$_LANG['product_e5a75e83f9fd2f5fdff337a46227b3c3'] = 'Formatos de archivo permitidos: GIF, JPG, PNG';
|
||||
$_LANG['product_ea4788705e6873b424c65e91c2846b19'] = 'Anular';
|
||||
$_LANG['product_f5bf48aa40cad7891eb709fcf1fde128'] = 'producto';
|
||||
$_LANG['products-comparison_98f770b0af18ca763421bac22b4b6805'] = 'Características';
|
||||
$_LANG['product_deb10517653c255364175796ace3553f'] = 'producto';
|
||||
$_LANG['products-comparison_d6295c05503596b3ed3528aee83e3ef7'] = 'Características';
|
||||
$_LANG['products-comparison_ca2bf12169883f4982d8fe34b7e3c618'] = '¡Precio rebajado!';
|
||||
$_LANG['restricted-country_4ea06a9e8f9054fff852b1421f9f474b'] = 'No puede acceder a nuestra tienda desde su país. Le pedimos disculpas.';
|
||||
$_LANG['restricted-country_cf8092a0be7b972d6cee3db90bfaf923'] = 'No puede acceder a nuestra tienda desde su país. Le pedimos disculpas.';
|
||||
$_LANG['search_3a93aed43691aed28d2ce3a53d3c63f8'] = '%d resultado encontrado.';
|
||||
$_LANG['search_a09e4037d02313230a191007246e1694'] = '%d resultados encontrados.';
|
||||
$_LANG['search_e59894bdfd0b523f5036ff21fa905474'] = 'Por favor, escriba una palabra clave de búsqueda';
|
||||
$_LANG['search_a4bb6bf91165c149d73930f43ad4ef69'] = 'Por favor, escriba una palabra clave de búsqueda';
|
||||
$_LANG['shopping-cart_10ac3d04253ef7e1ddc73e6091c0cd55'] = 'Siguiente';
|
||||
$_LANG['shopping-cart_12d3c7a4296542c62474856ec452c045'] = 'Ref.';
|
||||
$_LANG['shopping-cart_1d9baf077ee87921f57a8fe42d510b65'] = 'sustraer';
|
||||
$_LANG['shopping-cart_2633d6725607d13e80f5e30514b91fbe'] = 'Total cupones:';
|
||||
$_LANG['shopping-cart_38c656118c3c7cd5cecd00a419b050d2'] = 'Deseo especificar una dirección de envío para cada producto ordenado.';
|
||||
$_LANG['shopping-cart_4c943e22dcb7953912d021539cc07de5'] = 'Ref:';
|
||||
$_LANG['shopping-cart_fcb508ac320051bb4723fb938b33de0d'] = 'Deseo especificar una dirección de envío para cada producto ordenado.';
|
||||
$_LANG['shopping-cart_e78b6f4eb3be046f4d25c07ce54954d4'] = 'Ref:';
|
||||
$_LANG['shopping-cart_4e59b98d7fa1d964bfd9841ad5c34980'] = 'Total de cupones de descuento (imp. excl.):';
|
||||
$_LANG['shopping-cart_66f51e43606e2baebb8e9c3bfe965da4'] = 'Total de envío (imp. excl.):';
|
||||
$_LANG['shopping-cart_6faae4c39a8a0fc5020af4137f641c8e'] = 'Enviar el primer producto disponible primero';
|
||||
$_LANG['shopping-cart_30efeba472c0bc4d0747d0109948a714'] = 'Enviar el primer producto disponible primero';
|
||||
$_LANG['shopping-cart_7395559a94fa7a25907a155cda78afa0'] = 'Confirmar orden';
|
||||
$_LANG['shopping-cart_879f6b8877752685a966564d072f498f'] = 'Su carrito está vacío';
|
||||
$_LANG['shopping-cart_96b0141273eabab320119c467cdcaf17'] = 'Total';
|
||||
$_LANG['shopping-cart_ec211f7c20af43e742bf2570c3cb84f9'] = 'Añadir';
|
||||
$_LANG['shopping-cart_ecba3578d8cd65126d4a47c76b3c9c2d'] = 'Envío gratuito!';
|
||||
$_LANG['sitemap_1814d65a76028fdfbadab64a5a8076df'] = 'Proveedores';
|
||||
$_LANG['sitemap_2377be3c2ad9b435ba277a73f0f1ca76'] = 'Marcas';
|
||||
$_LANG['sitemap_a00e46e856e637f8fd077b4fd710c9e2'] = 'Proveedores';
|
||||
$_LANG['sitemap_0e1e874dde345d19583102a9fd63fb7e'] = 'Marcas';
|
||||
$_LANG['sitemap_24cc85476cb8ec1a03192f09231e742b'] = 'Nuestras ofertas';
|
||||
$_LANG['sitemap_34c869c542dee932ef8cd96d2f91cae6'] = 'Nuestras tiendas';
|
||||
$_LANG['sitemap_62f5d708d6ad1fa1ddd9429a65cccbea'] = 'Todas las categorías';
|
||||
@@ -955,10 +955,10 @@ $_LANG['supplier-list_864c665aea5e824772fda0e678c3ac4d'] = '%d productos';
|
||||
$_LANG['supplier_71a863ca23a2b5d1dc82e60b908576b5'] = 'No hay productos de este proveedor.';
|
||||
$_LANG['category-count_a9d48596a6537347711527bab8fcd152'] = 'Hay %d productos.';
|
||||
$_LANG['order-address_86024cad1e83101d97359d7351051156'] = 'productos';
|
||||
$_LANG['order-return_2a161a7d653aa950ebe6e3637e036048'] = 'Usted debe esperar nuestra confirmación antes de devolver la mercancía.';
|
||||
$_LANG['order-return_44a9edeffb86277f007fa90d96689a6d'] = 'Usted debe esperar nuestra confirmación antes de devolver la mercancía.';
|
||||
$_LANG['order-return_deb10517653c255364175796ace3553f'] = 'Producto';
|
||||
$_LANG['product-prices_f85524c253c150e88136df3999ac3fd4'] = 'para el impuesto ecologico';
|
||||
$_LANG['product_e2dc6c48c56de466f6d13781796abf3d'] = 'descuento';
|
||||
$_LANG['product_104d9898c04874d0fbac36e125fa1369'] = 'descuento';
|
||||
$_LANG['product_fe3838c7c11aa406dd956566e17360d5'] = 'por';
|
||||
$_LANG['shopping-cart_b5a7adde1af5c87d7fd797b6245c2a39'] = 'Descripción';
|
||||
$_LANG['stores_9e076f5885f5cc16a4b5aeb8de4adff5'] = 'No se encuentra';
|
||||
|
||||
+183
-183
@@ -11,22 +11,22 @@ $_LANG['authentication_4f68183551e5dbd7c341347ffe308682'] = 'SIRET';
|
||||
$_LANG['authentication_59ba30f362294e33f80618c601fd2801'] = 'Il y a %s erreurs';
|
||||
$_LANG['authentication_688937ccaf2a2b0c45a1c9bbba09698d'] = 'Juin';
|
||||
$_LANG['authentication_7e823b37564da492ca1629b4732289a8'] = 'Novembre';
|
||||
$_LANG['authentication_8b5dd64ab8d0b8158906796b53a200e2'] = 'Adresse e-mail';
|
||||
$_LANG['authentication_b357b524e740bc85b9790a0712d84a30'] = 'Adresse e-mail';
|
||||
$_LANG['authentication_ae7bdef7fe2bbbbf02c11e92c5fceb40'] = 'Mon adresse';
|
||||
$_LANG['authentication_b78a3223503896721cca1303f776159b'] = 'Civilité';
|
||||
$_LANG['authentication_dd7bf230fde8d4836917806aff6a6b27'] = 'Adresse';
|
||||
$_LANG['authentication_eca60ae8611369fe28a02e2ab8c5d12e'] = 'Octobre';
|
||||
$_LANG['contact-form_8cf04a9734132302f96da8e113e80ce5'] = 'Accueil';
|
||||
$_LANG['discount_f030b242608a016c5e80d53d2faf555b'] = 'Vos bons de réductions';
|
||||
$_LANG['discount_95d2137c196c7f84df5753ed78f18332'] = 'Vos bons de réductions';
|
||||
$_LANG['footer_a5ea2dfa0714015b950c49835945ec19'] = 'Consulter la version mobile du site';
|
||||
$_LANG['guest-tracking_3b6bf3c0c07b89dc86f415117a1f0b80'] = 'Définissez votre mot de passe :';
|
||||
$_LANG['guest-tracking_43b2f3ca9c34b5934ff858549406f556'] = 'Pour plus d\'avantages...';
|
||||
$_LANG['guest-tracking_4fb8550e52b59f7f93d60c1d1b56e93e'] = 'Suivi d\'invité';
|
||||
$_LANG['guest-tracking_71860c77c6745379b0d44304d66b6a13'] = 'page';
|
||||
$_LANG['guest-tracking_a16574242b3bbe2fc5ec9dc26fe4deb2'] = 'page';
|
||||
$_LANG['guest-tracking_94966d90747b97d1f0f206c98a8b1ac3'] = 'Envoyer';
|
||||
$_LANG['guest-tracking_df1555fe48479f594280a2e03f9a8186'] = 'E-mail :';
|
||||
$_LANG['guest-tracking_6a1e265f92087bb6dd18194833fe946b'] = 'E-mail :';
|
||||
$_LANG['history_0eede552438475bdfe820c13f24c9399'] = 'Prix total';
|
||||
$_LANG['history_1e860e56970a81a1ba3e1fcb7fccc846'] = 'Référence du paiement';
|
||||
$_LANG['history_5d4710f9a8250b13164a82c94d5b00d1'] = 'Référence du paiement';
|
||||
$_LANG['history_44749712dbec183e983dcd78a7736c41'] = 'Date';
|
||||
$_LANG['identity_195fbb57ffe7449796d23466085ce6d8'] = 'Mai';
|
||||
$_LANG['live_edit_70d9be9b139893aa6c69b5e77e614311'] = 'Confirmer';
|
||||
@@ -35,7 +35,7 @@ $_LANG['live_edit_da87eac3848a0d55560bdd129a0e134b'] = 'Impossible de supprimer
|
||||
$_LANG['manufacturer-list_3426bf3cca12b1f6550fd8bd36171e2f'] = 'voir les articles';
|
||||
$_LANG['order-address-multishipping-products_03ab340b3f99e03cff9e84314ead38c0'] = 'Qté';
|
||||
$_LANG['order-address-multishipping-products_b669d5bfee7c83844d00c007ef74cd2a'] = 'Choisissez une adresse de livraison :';
|
||||
$_LANG['order-address-multishipping_617096c86d35478132502be00e12e016'] = 'Si vous souhaitez ajouter un commentaire à propos de votre commande, s\'il vous plaît écrivez-dessous.';
|
||||
$_LANG['order-address-multishipping_d93651d012e77dac5581b08db33195b2'] = 'Si vous souhaitez ajouter un commentaire à propos de votre commande, s\'il vous plaît écrivez-dessous.';
|
||||
$_LANG['errors_f117e0acb7542168cb93c7e084f998c8'] = 'Il y a %d erreur';
|
||||
$_LANG['order-address_06933067aafd48425d67bcb01bba5cb6'] = 'Mettre à jour';
|
||||
$_LANG['order-address_284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Adresses';
|
||||
@@ -50,9 +50,9 @@ $_LANG['order-detail_f5d74ea75357b5e139854c14f8e24fe3'] = 'Détail de la command
|
||||
$_LANG['order-detail_f8f5730f2ee46b88120ff192190fb7cd'] = 'Bons de réduction :';
|
||||
$_LANG['order-follow_229ca46a5d762e19a428f59449c916ad'] = 'Veuillez spécifier un motif de retour !';
|
||||
$_LANG['order-follow_e6f6a5e58ee6d010f22e4b3dbd756213'] = 'Veuillez cocher au moins un produit à retourner.';
|
||||
$_LANG['order-opc-address_ece53f91d0525eaa402014fe2736a158'] = 'Adresse de facturation';
|
||||
$_LANG['order-opc-address_601d8c4b9f72fc1862013c19b677a499'] = 'Adresse de facturation';
|
||||
$_LANG['order-opc-carrier_0a5737e9ac4d4cdbf41e473674c0e557'] = 'J\'ai lu les conditions générales de vente et j\'y adhère sans réserve.';
|
||||
$_LANG['order-opc-carrier_b4e59f3a4554655a099738382ebedbff'] = 'Vous pouvez ajouter un message d\'accompagnement à votre commande.';
|
||||
$_LANG['order-opc-carrier_946dae510a3d0d085fe207531e9fc81f'] = 'Vous pouvez ajouter un message d\'accompagnement à votre commande.';
|
||||
$_LANG['order-opc_9504d494016e17a6de7e7b51da637bc4'] = 'Aucun transporteur n\'a été sélectionné';
|
||||
$_LANG['order-payment_03ab340b3f99e03cff9e84314ead38c0'] = 'Qté';
|
||||
$_LANG['order-payment_4e59b98d7fa1d964bfd9841ad5c34980'] = 'Total bons d\'achats HT :';
|
||||
@@ -63,56 +63,56 @@ $_LANG['password_d28f8b8bba7b45bc5103b23b4f21b4fd'] = 'Retour à la page d\'iden
|
||||
$_LANG['product-desc-features_801ab24683a4a8c433c6eb40c48bcd9d'] = 'Téléchargement';
|
||||
$_LANG['product-desc-features_b55197a49e8c4cd8c314bc2aa39d6feb'] = 'Rupture de stock';
|
||||
$_LANG['product-prices_03de921a8ea82897e13d33d66c28b4db'] = 'Exclusivité web';
|
||||
$_LANG['product-prices_887ee91702c962a70b87cbef07bbcaec'] = 'HT';
|
||||
$_LANG['product-prices_58ef6750a23ba432fc1377b7de085d9f'] = 'HT';
|
||||
$_LANG['product-prices_fe3838c7c11aa406dd956566e17360d5'] = 'par';
|
||||
$_LANG['product-sort_29ca2c66ccf5f39e95890f08204b3e85'] = 'Le plus cher';
|
||||
$_LANG['product-sort_baf800c24fcb4b5721f22a5a88f1f41a'] = 'Produits en stock';
|
||||
$_LANG['product-sort_03590cca8220917788b5a6c25fa39a15'] = 'Le plus cher';
|
||||
$_LANG['product-sort_fcebe56087b9373f15514831184fa572'] = 'Produits en stock';
|
||||
$_LANG['product_10ac3d04253ef7e1ddc73e6091c0cd55'] = 'Suivant';
|
||||
$_LANG['product_3dd42bfc8345e82c43b4a40a3426ec49'] = 'Référence :';
|
||||
$_LANG['product_7f8c1eb3bfb1d0f94b20515f3cc5a211'] = 'champs requis';
|
||||
$_LANG['product_9981d2af851e4b4a4ea612d59f08ab9c'] = 'Autres vues';
|
||||
$_LANG['product_c6beb9157a0e29e604ad5ec484488608'] = 'Agrandir';
|
||||
$_LANG['product_9369ba148ee259473fc1fb4939b6c2e8'] = 'Agrandir';
|
||||
$_LANG['product_f9ddd507fdf437437efdcb333a0f4ff0'] = 'Ce produit n\'est pas visible par vos clients.';
|
||||
$_LANG['shopping-cart_5af5f631f774a71445e3028253874394'] = 'Cette boutique n\'a pas accepté votre nouvelle commande.';
|
||||
$_LANG['shopping-cart_853ae90f0351324bd73ea615e6487517'] = ' :';
|
||||
$_LANG['shopping-cart_86024cad1e83101d97359d7351051156'] = 'produits';
|
||||
$_LANG['shopping-cart_a23048e27d3360662e56525a2405e7f9'] = 'Liste des bons de réduction';
|
||||
$_LANG['shopping-cart_b935a8c55ff8c1c967d6f848b375db81'] = 'Total emballage cadeau TTC :';
|
||||
$_LANG['shopping-cart_be686376cddb23d0227444ccc3c4b5b7'] = 'Bons de réduction :';
|
||||
$_LANG['shopping-cart_f7b96335c6a33477579e43f3da368507'] = 'Profitez de nos offres :';
|
||||
$_LANG['shopping-cart_68c1f7726dbf6e8c073350b2fb3a1604'] = 'Total emballage cadeau TTC :';
|
||||
$_LANG['shopping-cart_f8f5730f2ee46b88120ff192190fb7cd'] = 'Bons de réduction :';
|
||||
$_LANG['shopping-cart_12a7a93d72ded50311b52c7d0a853e3c'] = 'Profitez de nos offres :';
|
||||
$_LANG['sitemap_5813ce0ec7196c492c97596718f71969'] = 'Plan du site';
|
||||
$_LANG['sitemap_9d5bf15117441a1b52eb1f0808e4aad3'] = 'Réduction';
|
||||
$_LANG['sitemap_9ff0635f5737513b1a6f559ac2bff745'] = 'Nouveaux produits';
|
||||
$_LANG['store_infos_9d1a0949c39e66a0cd65240bc0ac9177'] = 'Dimanche';
|
||||
$_LANG['store_infos_ad179a1071ebd8b00e0ff4718301dcea'] = 'Horaires :';
|
||||
$_LANG['store_infos_a75e076c6fa3af6798371ae003c68364'] = 'Horaires :';
|
||||
$_LANG['stores_12e8c7785484eb1547a9793a6b8603f9'] = 'Votre adresse :';
|
||||
$_LANG['stores_1aee1c574c3c0cfa2d4e6692158bbc47'] = 'Aucun magasin trouvé, essayez de sélectionner un rayon plus large';
|
||||
$_LANG['stores_7ab6c2300ac1d74d35cadcfb39254827'] = 'Aucun magasin trouvé, essayez de sélectionner un rayon plus large';
|
||||
$_LANG['stores_34c869c542dee932ef8cd96d2f91cae6'] = 'Nos magasins';
|
||||
$_LANG['stores_673ae02fffb72f0fe68a66f096a01347'] = 'Téléphone :';
|
||||
$_LANG['stores_6cbcb5b200332cd223fd4f35f2f1a659'] = 'boutique trouvée - voir les détails :';
|
||||
$_LANG['stores_9b361fc1702bc432e712c88330537a8d'] = 'Voici la liste détaillée de nos magasins, n\'hésitez pas à nous contacter :';
|
||||
$_LANG['stores_f8be99e56d4207f6df76e12bd32e0fea'] = 'Voici la liste détaillée de nos magasins, n\'hésitez pas à nous contacter :';
|
||||
$_LANG['supplier-list_44cc6cf69e752cd267e29e71ac4175ff'] = 'Il n\'y a aucun fournisseur.';
|
||||
$_LANG['supplier-list_70e0158b4815b0ad6be5f86a11e3a3b4'] = 'Il y a %d fournisseurs.';
|
||||
$_LANG['supplier_1814d65a76028fdfbadab64a5a8076df'] = 'Fournisseurs';
|
||||
$_LANG['supplier_a00e46e856e637f8fd077b4fd710c9e2'] = 'Fournisseurs';
|
||||
$_LANG['contact-form_1e860e56970a81a1ba3e1fcb7fccc846'] = 'Référence de commande';
|
||||
$_LANG['order-payment_8e1263b23607508e7ba8ff39aec8031d'] = 'Aucun module de paiement n\'a encore été installé.';
|
||||
$_LANG['product_9173701581f0213f0104e064479e4ca3'] = 'avec ces options mais reste disponible avec d\'autres options';
|
||||
$_LANG['product_fa3638ce880fddddb872f53943933487'] = 'avec ces options mais reste disponible avec d\'autres options';
|
||||
$_LANG['address_46a2a41cc6e552044816a2d04634545d'] = 'Etat';
|
||||
$_LANG['address_57d056ed0984166336b7879c2af3657f'] = 'Ville';
|
||||
$_LANG['address_7cb32e708d6b961d476baced73d362bb'] = 'Numéro TVA';
|
||||
$_LANG['address_846a54955f32846032981f8fe48c35ff'] = 'Adresse (2)';
|
||||
$_LANG['addresses_06933067aafd48425d67bcb01bba5cb6'] = 'Mettre à jour';
|
||||
$_LANG['addresses_3c7d34ae915c6664189dab2aebb02307'] = 'Ajouter une adresse';
|
||||
$_LANG['addresses_bed08e8af70a98c1a8361f13ec477be0'] = 'Ajouter une adresse';
|
||||
$_LANG['addresses_cf8f33fb835a556eb3aa8e71a88e7b34'] = 'Pensez à les tenir à jour si ces dernières venaient à changer.';
|
||||
$_LANG['addresses_b15e1100a6196acba01ef7aaa5b2a9e5'] = 'Ajouter une adresse';
|
||||
$_LANG['addresses_e380ae58f85252c076e131862857de35'] = 'Pensez à les tenir à jour si ces dernières venaient à changer.';
|
||||
$_LANG['addresses_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Mon compte';
|
||||
$_LANG['authentication-choice_bffe9a3c9a7e00ba00a11749e022d911'] = 'Connexion';
|
||||
$_LANG['authentication-create-account_092daa39d2b825e4a7fe9b31c2080ecb'] = 'Appartement, suite, bloc, bâtiment, étage, etc.';
|
||||
$_LANG['authentication-choice_99dea78007133396a7b8ed70578ac6ae'] = 'Connexion';
|
||||
$_LANG['authentication-create-account_261ed9f602d575774ae05f2d9f3003da'] = 'Appartement, suite, bloc, bâtiment, étage, etc.';
|
||||
$_LANG['authentication-create-account_195fbb57ffe7449796d23466085ce6d8'] = 'Mai';
|
||||
$_LANG['authentication-create-account_39916f579f264041641c122e68e545d5'] = 'Vous devez enregistrer au moins un numéro de téléphone';
|
||||
$_LANG['authentication-create-account_6a1fdb6502fefe71937a62c4d03a810e'] = 'Numéro dans la rue, boîte postale, nom de la société';
|
||||
$_LANG['authentication-create-account_86f5978d9b80124f509bdb71786e929e'] = 'Janvier';
|
||||
$_LANG['authentication-create-account_ac135c86084a47630c9eadb4edd5ef75'] = 'Recevoir des offres spéciales de nos partenaires';
|
||||
$_LANG['authentication-create-account_baca087296e01b5d69799dd53bcd7950'] = 'Recevoir des offres spéciales de nos partenaires';
|
||||
$_LANG['authentication-create-account_c773457e85b990c10f8823eacb21346c'] = 'Identification fiscale';
|
||||
$_LANG['authentication-create-account_dd7bf230fde8d4836917806aff6a6b27'] = 'Adresse';
|
||||
$_LANG['authentication-create-account_fa3e5edac607a88d8fd7ecb9d6d67424'] = 'Mars';
|
||||
@@ -126,7 +126,7 @@ $_LANG['authentication_846a54955f32846032981f8fe48c35ff'] = 'Adresse (2)';
|
||||
$_LANG['category-count_057502b41589e4fcff2f77eb0b122669'] = 'Il y a %d produit.';
|
||||
$_LANG['category-product-list_03c2e7e41ffc181a4e84080b4710e81e'] = 'Nouveau';
|
||||
$_LANG['category-product-list_b55197a49e8c4cd8c314bc2aa39d6feb'] = 'Rupture de stock';
|
||||
$_LANG['category-product-sort_b3c4afbd8ec3b1e28710fcbdc8cc0549'] = 'Le moins cher';
|
||||
$_LANG['category-product-sort_7f284e119af971a952e4b29f0875fc60'] = 'Le moins cher';
|
||||
$_LANG['category-tree-branch_e191aafd204a3bd9d62862f7ccf13f39'] = 'Voir les produits de cette catégorie';
|
||||
$_LANG['category_d3da97e2d9aee5c8fbe03156ad051c99'] = 'Plus';
|
||||
$_LANG['category_f73cc399b5ce12735a57f03414f09ef9'] = 'Sous-catégories';
|
||||
@@ -135,12 +135,12 @@ $_LANG['contact-form_13d6078da2e6592822ede083931d6826'] = 'Fichier';
|
||||
$_LANG['contact-form_4ec1c39345fe8820d68463eea8803b0f'] = 'Votre message a bien été envoyé à notre équipe.';
|
||||
$_LANG['contact-form_6c27c08f40e1b0d9901deb9ff5f722f7'] = 'Objet';
|
||||
$_LANG['contact-form_bbaff12800505b22a853e8b7f4eb6a22'] = 'Contact';
|
||||
$_LANG['contact-form_cc5fd9b9f1cad59fcff97a1f21f34304'] = 'Envoyez un message';
|
||||
$_LANG['contact-form_d5552e0564007d93ff5937a9cb3bc491'] = 'Service client';
|
||||
$_LANG['contact-form_b3e4d8d61f99bac80e6aa1774d73445b'] = 'Envoyez un message';
|
||||
$_LANG['contact-form_2273d1167a6212812d95dc8fadbae78e'] = 'Service client';
|
||||
$_LANG['contact-form_d754a9e8cb640da12849a040f3ca8176'] = 'Votre réponse';
|
||||
$_LANG['contact-form_deb10517653c255364175796ace3553f'] = 'Produit';
|
||||
$_LANG['discount_334c4a4c42fdb79d7ebc3e73b517e6f8'] = 'aucun';
|
||||
$_LANG['discount_5b54dccf3cb10410cee693309f409324'] = 'Vous ne possédez pas de bon de réduction.';
|
||||
$_LANG['discount_6adf97f83acf6453d4a6a4b1070f3754'] = 'aucun';
|
||||
$_LANG['discount_d3f5baf7537ec2a40ade00599a8da8c6'] = 'Vous ne possédez pas de bon de réduction.';
|
||||
$_LANG['discount_6adf97f83acf6453d4a6a4b1070f3754'] = 'aucun';
|
||||
$_LANG['discount_8cf04a9734132302f96da8e113e80ce5'] = 'Accueil';
|
||||
$_LANG['discount_93cba07454f06a4a960172bbd6e2a435'] = 'Oui';
|
||||
@@ -169,40 +169,40 @@ $_LANG['order-address_7f6584ea7fc7f8b41b53f554f6c0183d'] = 'Indiquez une adresse
|
||||
$_LANG['order-address_d0748d2df4aed77bd7591b3ac6c52c83'] = 'Choisissez une adresse de livraison :';
|
||||
$_LANG['order-address_ec211f7c20af43e742bf2570c3cb84f9'] = 'Ajouter';
|
||||
$_LANG['order-carrier_5c2dfd55fea1f5c6adef500fcb6403b4'] = 'Coût suppl. de';
|
||||
$_LANG['order-carrier_617096c86d35478132502be00e12e016'] = 'Si vous souhaitez ajouter un commentaire sur votre commande, veuillez l\'écrire ci-dessous.';
|
||||
$_LANG['order-carrier_d93651d012e77dac5581b08db33195b2'] = 'Si vous souhaitez ajouter un commentaire sur votre commande, veuillez l\'écrire ci-dessous.';
|
||||
$_LANG['order-carrier_bd5b551d1757a856d9f2d01dc7850080'] = 'Laissez un message';
|
||||
$_LANG['order-carrier_c2a32e7734b79d54eaaddb651707b403'] = 'Le plus rapide';
|
||||
$_LANG['order-carrier_e085dcd05d73bdd5afe338e5b6e42a18'] = 'Choisissez votre mode de livraison';
|
||||
$_LANG['order-carrier_e73804ec18eba10918b8d9c3208d46bd'] = 'Choisissez votre mode de livraison';
|
||||
$_LANG['order-carrier_e4045598261988d9988c594243a9434d'] = 'Conditions générales de vente';
|
||||
$_LANG['order-carrier_f5bf48aa40cad7891eb709fcf1fde128'] = 'produit';
|
||||
$_LANG['order-carrier_f60920a83c506f883cff36d8322816a4'] = 'Je souhaite que ma commande soit emballée dans un papier-cadeau.';
|
||||
$_LANG['order-carrier_deb10517653c255364175796ace3553f'] = 'produit';
|
||||
$_LANG['order-carrier_32224bd6487699ea66652d3dc502455d'] = 'Je souhaite que ma commande soit emballée dans un papier-cadeau.';
|
||||
$_LANG['order-confirmation_4082ea29b4f196c4f60533500139725a'] = 'Suivre ma commande';
|
||||
$_LANG['order-detail-product-li_0eede552438475bdfe820c13f24c9399'] = 'Prix total';
|
||||
$_LANG['order-detail-product-li_aec9b5b1c2f91ccdef8e25f5f1dac86a'] = 'Télécharger le produit';
|
||||
$_LANG['order-detail_01abfc750a0c942167651c40d088531d'] = 'n°';
|
||||
$_LANG['order-detail_0a4af520470128dd451243ce1cd5a852'] = 'Téléchargez votre facture au format PDF';
|
||||
$_LANG['order-detail_e682495785e844d491378817aa34aa3f'] = 'Téléchargez votre facture au format PDF';
|
||||
$_LANG['order-detail_4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Message';
|
||||
$_LANG['order-detail_6332e7985befad227455d60812bd1449'] = 'Référence de la commande %s – passée le';
|
||||
$_LANG['order-detail_afd82044ef6cb3a99383a79fa5c68c9f'] = 'Vous ne pouvez pas faire de retour de marchandise avec un compte invité';
|
||||
$_LANG['order-detail_3d056974128aa7405c1941a684b8279d'] = 'Vous ne pouvez pas faire de retour de marchandise avec un compte invité';
|
||||
$_LANG['order-follow_988fd738de9c6d177440c5dcf69e73ce'] = 'Retour';
|
||||
$_LANG['order-follow_9bb4b32641712af2309584a5e97c0f73'] = 'Cette commande ne peut pas être retournée.';
|
||||
$_LANG['order-follow_cc894fffb019b528d12951b74d6d2b6e'] = 'Retour de marchandise';
|
||||
$_LANG['order-follow_d442cb92c3b031eceacbfe87605b9356'] = 'État du retour';
|
||||
$_LANG['order-opc-carrier_ea9cf7e47ff33b2be14e6dd07cbcefc6'] = 'Expédition';
|
||||
$_LANG['order-opc-carrier_66f51e43606e2baebb8e9c3bfe965da4'] = 'Expédition';
|
||||
$_LANG['order-opc-new-account_41c2fff4867cc204120f001e7af20f7a'] = 'Téléphone portable';
|
||||
$_LANG['order-opc-new-account_57d056ed0984166336b7879c2af3657f'] = 'Ville';
|
||||
$_LANG['order-opc-new-account_688937ccaf2a2b0c45a1c9bbba09698d'] = 'Juin';
|
||||
$_LANG['order-opc-new-account_6f6162d3a052bb330e9c60285c74c6c9'] = 'S\'inscrire à notre newsletter';
|
||||
$_LANG['order-opc-new-account_93edfc7af9b6471b30030cf17646e36c'] = 'S\'inscrire à notre newsletter';
|
||||
$_LANG['order-opc-new-account_7cb32e708d6b961d476baced73d362bb'] = 'Numéro de TVA';
|
||||
$_LANG['order-opc-new-account_82331503174acbae012b2004f6431fa5'] = 'Décembre';
|
||||
$_LANG['order-opc-new-account_86f5978d9b80124f509bdb71786e929e'] = 'Janvier';
|
||||
$_LANG['order-opc-new-account_8b5dd64ab8d0b8158906796b53a200e2'] = 'Adresse e-mail';
|
||||
$_LANG['order-opc-new-account_b357b524e740bc85b9790a0712d84a30'] = 'Adresse e-mail';
|
||||
$_LANG['order-opc-new-account_8d3f5eff9c40ee315d452392bed5309b'] = 'Nom';
|
||||
$_LANG['order-opc-new-account_af0f5bdc5be121b9307687aeeae38c17'] = 'Adresse de livraison';
|
||||
$_LANG['order-opc-new-account_cc5d90569e1c8313c2b1c2aab1401174'] = 'Septembre';
|
||||
$_LANG['order-opc-new-account_dd7bf230fde8d4836917806aff6a6b27'] = 'Adresse';
|
||||
$_LANG['order-opc-new-account_dec9cc6702179299ae451c11633915c6'] = 'Une prise de commande facile et rapide';
|
||||
$_LANG['order-opc-new-account_e27f7a671905c0944d0ba5ab8e3d03fb'] = 'Informations du compte sauvegardées';
|
||||
$_LANG['order-opc-new-account_ce025dc66f590f8c03ad9556bc376d9e'] = 'Une prise de commande facile et rapide';
|
||||
$_LANG['order-opc-new-account_6a35e1439d14f62e7177f59c175c886f'] = 'Informations du compte sauvegardées';
|
||||
$_LANG['order-opc-new-account_ea318a4ad37f0c2d2c368e6c958ed551'] = 'DNI / NIF / NIE';
|
||||
$_LANG['order-opc-new-account_fe66abce284ec8589e7d791185b5c442'] = 'Téléphone';
|
||||
$_LANG['order-opc_1f87346a16cf80c372065de3c54c86d9'] = 'TTC';
|
||||
@@ -214,23 +214,23 @@ $_LANG['order-payment_dd1f775e443ff3b9a89270713580a51b'] = 'Précédent';
|
||||
$_LANG['order-payment_ec211f7c20af43e742bf2570c3cb84f9'] = 'Ajouter';
|
||||
$_LANG['order-payment_f2a6c498fb90ee345d997f888fce3b18'] = 'Supprimer';
|
||||
$_LANG['order-payment_f7b96335c6a33477579e43f3da368507'] = 'Profitez de nos offres';
|
||||
$_LANG['order-return_1ca819fd1ccd9dfc3a091c66b778271f'] = 'Tous les produits doivent être retournés dans leur emballage et leur état d\'origine.';
|
||||
$_LANG['order-return_c412711583768a1e9c2deafe9243eee9'] = 'Situation actuelle de votre retour produit :';
|
||||
$_LANG['order-return_2b79d007c64009edf92d06f7cb280b25'] = 'Tous les produits doivent être retournés dans leur emballage et leur état d\'origine.';
|
||||
$_LANG['order-return_6f1f2e16c84468614218f62ca6b42ba2'] = 'Situation actuelle de votre retour produit :';
|
||||
$_LANG['order-return_dd0b8feb4eb6c389c284518f5683017c'] = 'Nous vous rappelons que votre colis doit nous être retourné dans les';
|
||||
$_LANG['order-slip_3cb6ea48a427bf3a1687302e3b764c27'] = 'Afficher l\'avoir';
|
||||
$_LANG['order-slip_446faa7da2d42ba4ffeda73cb119dd91'] = 'Date d\'émission';
|
||||
$_LANG['order-slip_77346fbddedb12894e80d8a9132b6b87'] = 'Liste des avoirs reçus suite à des annulations de commandes';
|
||||
$_LANG['order-steps_99dea78007133396a7b8ed70578ac6ae'] = 'Identifiez-vous';
|
||||
$_LANG['order-steps_051672911a3f1f05efba78a553ef6fe2'] = 'Identifiez-vous';
|
||||
$_LANG['pagination_dd1f775e443ff3b9a89270713580a51b'] = 'Précédent';
|
||||
$_LANG['pagination_e0aa021e21dddbd6d8cecec71e9cf564'] = 'OK';
|
||||
$_LANG['password_01a569ddc6cf67ddec2a683f0a5f5956'] = 'Mot de passe oublié';
|
||||
$_LANG['prices-drop_62e15ca272c14c03aa52b64c8caf2334'] = 'Aucune promotion.';
|
||||
$_LANG['prices-drop_701ddcee4495ef7a80e99750caf63941'] = 'Aucune promotion.';
|
||||
$_LANG['product-compare_7eece51cf3938103677db7a5051ef8f5'] = 'Comparer';
|
||||
$_LANG['product-list_03c2e7e41ffc181a4e84080b4710e81e'] = 'Nouveau';
|
||||
$_LANG['product-list_2d0f6b8300be19cf35e89e66f0677f95'] = 'Ajouter au panier';
|
||||
$_LANG['product_3d0d1f906e27800531e054a3b6787b7c'] = 'Quantité :';
|
||||
$_LANG['product_588907ab2d492aca0b07b5bf9c931eea'] = 'En solde';
|
||||
$_LANG['product_7bb63c7de5a5ee79356083a12f21e1e8'] = 'au lieu de';
|
||||
$_LANG['product_9a9a97ca85af73f90515e72745f730f0'] = 'au lieu de';
|
||||
$_LANG['product_7dcd185f890fd28f69d1ed210292d77f'] = 'Fiche technique';
|
||||
$_LANG['product_9dffbf69ffba8bc38bc4e01abf4b1675'] = 'Textes';
|
||||
$_LANG['product_a134618182b99ff9151d7e0b6b92410a'] = '(ne sera pas compris dans la réduction)';
|
||||
@@ -238,17 +238,17 @@ $_LANG['product_d3da97e2d9aee5c8fbe03156ad051c99'] = 'Plus';
|
||||
$_LANG['product_e2e79605fc9450ec17957cf0e910f5c6'] = 'TTC';
|
||||
$_LANG['product_f2a6c498fb90ee345d997f888fce3b18'] = 'Supprimer';
|
||||
$_LANG['scenes_ca2bf12169883f4982d8fe34b7e3c618'] = 'Prix réduit !';
|
||||
$_LANG['search_13348442cc6a27032d2b4aa28b75a5d3'] = 'Recherchez';
|
||||
$_LANG['search_974056479706646f1e092ada9e3cfc2b'] = 'Aucun résultat trouvé';
|
||||
$_LANG['search_24c29702dc9c63dedb98e92f3028e068'] = 'Recherchez';
|
||||
$_LANG['search_b2c56c8b57680e576c61c1b5df0d0c2d'] = 'Aucun résultat trouvé';
|
||||
$_LANG['shopping-cart-product-line_e716b72edf18038c04664e9b21569177'] = 'Vous devez avoir acheté au moins %d de ce produit.';
|
||||
$_LANG['shopping-cart_03ab340b3f99e03cff9e84314ead38c0'] = 'Qté';
|
||||
$_LANG['shopping-cart_1ad9dce3d19b51de499eeaa71418435b'] = 'Total HT :';
|
||||
$_LANG['shopping-cart_1d4c9008fd49770971ffc2e8f32df870'] = 'Total frais de port TTC :';
|
||||
$_LANG['shopping-cart_3a5199ec2407f4b2f90496072ea8f006'] = 'Total produits HT :';
|
||||
$_LANG['sitemap_284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Adresses';
|
||||
$_LANG['sitemap_af1b98adf7f686b84cd0b443e022b7a0'] = 'Catégories';
|
||||
$_LANG['sitemap_8c38776925f7cf41c090646a43157024'] = 'Catégories';
|
||||
$_LANG['sitemap_5f8f45263b981c94e4743838a9df0089'] = 'Voir un nouveau produit';
|
||||
$_LANG['address_39916f579f264041641c122e68e545d5'] = 'Vous devez enregistrer au moins un numéro de téléphone';
|
||||
$_LANG['address_eeabead01c6c6f25f22bf0b041df58a9'] = 'Vous devez enregistrer au moins un numéro de téléphone';
|
||||
$_LANG['address_d30f507473129e70c4b962ceccf175cf'] = 'Code postal';
|
||||
$_LANG['authentication-create-account_1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Entreprise';
|
||||
$_LANG['cms_eecc2cef7e0fa128ecb0557b66486539'] = 'Cette page n\'existe pas.';
|
||||
@@ -266,18 +266,18 @@ $_LANG['authentication-create-account_b60bb13a87fe3ae5463aeb0980a5a8a1'] = 'Num
|
||||
$_LANG['authentication_57d056ed0984166336b7879c2af3657f'] = 'Ville';
|
||||
$_LANG['authentication_86f5978d9b80124f509bdb71786e929e'] = 'Janvier';
|
||||
$_LANG['authentication_8d3f5eff9c40ee315d452392bed5309b'] = 'Nom';
|
||||
$_LANG['authentication_99dea78007133396a7b8ed70578ac6ae'] = 'Identifiant';
|
||||
$_LANG['authentication_051672911a3f1f05efba78a553ef6fe2'] = 'Identifiant';
|
||||
$_LANG['authentication_af0f5bdc5be121b9307687aeeae38c17'] = 'Adresse de livraison';
|
||||
$_LANG['authentication_bcc254b55c4a1babdf1dcb82c207506b'] = 'Téléphone';
|
||||
$_LANG['authentication_bffe9a3c9a7e00ba00a11749e022d911'] = 'Identifiez-vous';
|
||||
$_LANG['authentication_d726bc5637e9f053917227ec02f6c9d7'] = 'Saisissez votre adresse e-mail pour créer votre compte';
|
||||
$_LANG['authentication_07b66aebbc092434ec2f0558f229ad53'] = 'Saisissez votre adresse e-mail pour créer votre compte';
|
||||
$_LANG['category-product-list_d0fcb89c94b29d6ab2db749ff688dc7c'] = 'Exclusivité web !';
|
||||
$_LANG['footer_08f800aff1c944464c18d790827e3876'] = 'Consulter la version standard du site';
|
||||
$_LANG['guest-tracking_1f1015bbef5f42d858e8486397ad8f3e'] = 'Retours produits simplifiés';
|
||||
$_LANG['guest-tracking_92dbb751eb9457441af82a53f3cfae54'] = 'Par exemple : QIIXJXNUI ou QIIXJXNUI#1';
|
||||
$_LANG['header_a85eba4c6c699122b2bb1387ea4813ad'] = 'Panier';
|
||||
$_LANG['history_26aa02964b3c2f82231e4c064150e29e'] = 'Vous trouverez ici vos commandes passées depuis la création de votre compte';
|
||||
$_LANG['history_c453a4b8e8d98e82f35b67f433e3b4da'] = 'Paiement';
|
||||
$_LANG['history_06b05d09714a236f1e285a6b5c83a209'] = 'Vous trouverez ici vos commandes passées depuis la création de votre compte';
|
||||
$_LANG['history_bd0e34e5be6447844e6f262d51f1a9dc'] = 'Paiement';
|
||||
$_LANG['history_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Mon compte';
|
||||
$_LANG['live_edit_3c5b87f318f203adbfcc5d6a68959359'] = 'Impossible de charger la liste des modules';
|
||||
$_LANG['live_edit_b5a7416281b1e9483305b7cdeb9db954'] = 'Êtes-vous sûr ? Si vous fermez cette fenêtre, sa position ne sera pas enregistrée';
|
||||
@@ -286,19 +286,19 @@ $_LANG['new-products_9ff0635f5737513b1a6f559ac2bff745'] = 'Nouveaux produits';
|
||||
$_LANG['new-products_d58424783355b6da2dedc302f2bf4065'] = 'Pas de nouveau produit';
|
||||
$_LANG['order-address-multishipping-products_0c458988127eb2150776881e2ef3f0c4'] = 'Adresse de livraison';
|
||||
$_LANG['order-address-multishipping-products_713abca3b7abddc0445099b23c0a3697'] = 'Livrer à plusieurs adresses';
|
||||
$_LANG['order-address-multishipping-products_89379e8168d3baf9be5963422ac20caa'] = 'Les quantités de certains produits ont été changées, veuillez les vérifier.';
|
||||
$_LANG['order-address-multishipping-products_68491b1a5c4ae0b0b8c3954c44c76f0b'] = 'Les quantités de certains produits ont été changées, veuillez les vérifier.';
|
||||
$_LANG['order-address-multishipping-products_deb10517653c255364175796ace3553f'] = 'Produit';
|
||||
$_LANG['order-address-multishipping_8a8c9edb5531fa2f822295d1830d090f'] = 'Votre adresse de livraison';
|
||||
$_LANG['order-address-multishipping_b15e1100a6196acba01ef7aaa5b2a9e5'] = 'Ajouter une nouvelle adresse';
|
||||
$_LANG['order-address-multishipping_da9d6ec2998a07c31ec9eb93c9f254ed'] = 'Votre adresse de facturation';
|
||||
$_LANG['order-address-product-line_1d9baf077ee87921f57a8fe42d510b65'] = 'Retirer';
|
||||
$_LANG['order-address_8ea2f4a1acf2201a5233639f0cf67196'] = 'Je tiens à préciser une adresse de livraison pour chaque produits que je commande.';
|
||||
$_LANG['order-address_1a2ba42c10f64d9f42a857a22da4ec5d'] = 'Je tiens à préciser une adresse de livraison pour chaque produits que je commande.';
|
||||
$_LANG['order-address_e744ae5ff1db45c76911ee834b7fafcd'] = 'Livraison multiple';
|
||||
$_LANG['order-address_f5bf48aa40cad7891eb709fcf1fde128'] = 'produit';
|
||||
$_LANG['order-detail_63d5049791d9d79d86e9a108b0a999ca'] = 'Référence';
|
||||
$_LANG['order-detail_694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantité';
|
||||
$_LANG['order-detail_8c489d0946f66d17d73f26366a4bf620'] = 'Poids';
|
||||
$_LANG['order-detail_a12925b3d2beb085f9a024d8098b41dd'] = 'Total emballage cadeau :';
|
||||
$_LANG['order-detail_31f52379817244bb67196c880749cfd8'] = 'Total emballage cadeau :';
|
||||
$_LANG['order-detail_a240fa27925a635b08dc28c9e4f9216d'] = 'Commande';
|
||||
$_LANG['order-detail_b09eeb5676544c14685b96209dde1b1a'] = 'Commande n°%s - Commandé le';
|
||||
$_LANG['order-detail_deb10517653c255364175796ace3553f'] = 'Produit';
|
||||
@@ -312,10 +312,10 @@ $_LANG['order-opc-carrier_e085dcd05d73bdd5afe338e5b6e42a18'] = 'Choisissez votre
|
||||
$_LANG['order-opc-carrier_f60920a83c506f883cff36d8322816a4'] = 'Je souhaite que ma commande soit emballée dans un papier-cadeau.';
|
||||
$_LANG['order-opc-new-account_10803b83a68db8f7e7a33e3b41e184d0'] = 'Date de naissance';
|
||||
$_LANG['order-opc_a40cab5994f36d4c48103a22ca082e8f'] = 'Votre panier';
|
||||
$_LANG['order-opc_aa34a6da8dc50fae115070ffaa67e874'] = 'Les conditions générales de vente ont été acceptées';
|
||||
$_LANG['order-opc_d236af51d8eac54fe7c366af1f6b358c'] = 'Les conditions générales de vente ont été acceptées';
|
||||
$_LANG['order-payment_2633d6725607d13e80f5e30514b91fbe'] = 'Total bons d\'achats :';
|
||||
$_LANG['order-payment_59319ac504f7ad04ae16126cf49e7f7e'] = 'Votre méthode de paiement';
|
||||
$_LANG['order-payment_6f758a9cd90f467e432a019b87fee031'] = 'Total papiers cadeaux HT :';
|
||||
$_LANG['order-payment_5cfa28d1182c6bd5bbd1af0bd459efbe'] = 'Total papiers cadeaux HT :';
|
||||
$_LANG['order-payment_96b0141273eabab320119c467cdcaf17'] = 'Total';
|
||||
$_LANG['order-payment_deb10517653c255364175796ace3553f'] = 'Produit';
|
||||
$_LANG['order-return_1ac6ee29e9e68fb71bad91c1d34348cc'] = '%s :';
|
||||
@@ -328,18 +328,18 @@ $_LANG['product-js_78a2d6a3d6741d9d2cbff658d5df7cd8'] = 'Envoi en cours, veuille
|
||||
$_LANG['product-list_cb3c718c905f00adbb6735f55bfb38ef'] = 'Produit disponible avec d\'autres options';
|
||||
$_LANG['product-prices_7bb63c7de5a5ee79356083a12f21e1e8'] = 'au lieu de';
|
||||
$_LANG['product-prices_d436eb0fd9de10b54a828ce6435f7e81'] = 'dont';
|
||||
$_LANG['product-quantity-discount_7415fae0281735630b1a29782b60c27c'] = 'Il n\'y a pas de remise en fonction de la quantité pour ce produit.';
|
||||
$_LANG['product-quantity-discount_a8653ee50c469163457071f807f79cfd'] = 'Il n\'y a pas de remise en fonction de la quantité pour ce produit.';
|
||||
$_LANG['product-quantity-discount_e2dc6c48c56de466f6d13781796abf3d'] = 'remise';
|
||||
$_LANG['product-sort_33d8042bd735c559cc3206f4bc99aedc'] = 'Tri';
|
||||
$_LANG['product-sort_cfab1ba8c67c7c838db98d666f02a132'] = '--';
|
||||
$_LANG['product_013ebce42c68c531046bb51cf90ea8e4'] = 'Ce produit n\'existe pas dans cette déclinaison. Vous pouvez néanmoins en sélectionner une autre.';
|
||||
$_LANG['product_28a623fd7e9d81936b562dc5241a16a7'] = 'Ce produit n\'existe pas dans cette déclinaison. Vous pouvez néanmoins en sélectionner une autre.';
|
||||
$_LANG['product_02ea084dc2ef3e9965dbba4ec87d2f9b'] = 'Afficher toutes les images';
|
||||
$_LANG['product_03de921a8ea82897e13d33d66c28b4db'] = 'Exclusivité web';
|
||||
$_LANG['product_0557fa923dcee4d0f86b1409f5c2167f'] = 'Retour';
|
||||
$_LANG['product_4b98be16b76b0941840140f2043432a9'] = 'pièce disponible';
|
||||
$_LANG['product_c2d72061078b4d4b862b060edbef1b9d'] = 'pièce disponible';
|
||||
$_LANG['product_801ab24683a4a8c433c6eb40c48bcd9d'] = 'Télécharger';
|
||||
$_LANG['product_bc0f7082192ef02e934a036cf4991789'] = 'Ce produit n\'est plus en stock';
|
||||
$_LANG['product_c1f25211403ec7459f265788cdbee403'] = 'Veuillez remplir tous les champs, puis enregistrer votre personnalisation';
|
||||
$_LANG['product_3b6d056ac93fc7b1947c3bc2ce720aaf'] = 'Veuillez remplir tous les champs, puis enregistrer votre personnalisation';
|
||||
$_LANG['product_d3f098af54fd27484e1b6168dfe6ae10'] = 'quantité pour ce produit. ';
|
||||
$_LANG['shopping-cart_543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Total produits :';
|
||||
$_LANG['shopping-cart_598a4c4d56197cc1f6bca50b20aa484a'] = 'Total taxes :';
|
||||
@@ -360,10 +360,10 @@ $_LANG['stores_01abfc750a0c942167651c40d088531d'] = 'N°';
|
||||
$_LANG['stores_326684a8cb097db086be681022d9ae46'] = 'Rayon :';
|
||||
$_LANG['stores_c556562cb1ccde3e1013ad55b47ce9ae'] = 'Itinéraire';
|
||||
$_LANG['stores_dd8e04bdafcdc0ff0a6be34cd74394c0'] = 'Saisissez un lieu (ex. : un code postal, une adresse, une ville ou un pays) afin de trouver les boutiques les plus proches.';
|
||||
$_LANG['supplier-list_1814d65a76028fdfbadab64a5a8076df'] = 'Fournisseurs';
|
||||
$_LANG['supplier-list_a00e46e856e637f8fd077b4fd710c9e2'] = 'Fournisseurs';
|
||||
$_LANG['supplier-list_3426bf3cca12b1f6550fd8bd36171e2f'] = 'voir les produits';
|
||||
$_LANG['supplier_d3da97e2d9aee5c8fbe03156ad051c99'] = 'Plus d\'infos';
|
||||
$_LANG['password_10911a0ad07a041ea43230e25faad2d7'] = 'Un e-mail de confirmation a été envoyé à votre adresse e-mail :';
|
||||
$_LANG['password_8859f6ab28ba3d2384b269bcfa36ac33'] = 'Un e-mail de confirmation a été envoyé à votre adresse e-mail :';
|
||||
$_LANG['address_0f68b904e33d9ac04605aecc958bcf52'] = 'Informations supplémentaires';
|
||||
$_LANG['address_1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Société';
|
||||
$_LANG['address_ae7bdef7fe2bbbbf02c11e92c5fceb40'] = 'Mon adresse';
|
||||
@@ -371,24 +371,24 @@ $_LANG['address_d7f172af352aa5232de5295afeaa68e5'] = 'Pour ajouter une nouvelle
|
||||
$_LANG['address_e9b6b3aa3cab28048d3879710882e1de'] = 'Modifier cette adresse';
|
||||
$_LANG['addresses_a6d373cdb986fc009a5a040a4c3d8c1d'] = 'Choisissez vos adresses de facturation et de livraison. Ces dernières seront présélectionnées lors de vos commandes. Vous pouvez également ajouter d\'autres adresses, ce qui est particulièrement intéressant pour envoyer des cadeaux ou recevoir votre commande au bureau.';
|
||||
$_LANG['addresses_f2a6c498fb90ee345d997f888fce3b18'] = 'Supprimer';
|
||||
$_LANG['authentication-choice_5bef23eb7efff2736c5583bda59e5eb7'] = 'Créez votre compte';
|
||||
$_LANG['authentication-choice_2fdfd506efea08144c0794c32ca8250a'] = 'Créez votre compte';
|
||||
$_LANG['authentication-create-account_19f823c6453c2b1ffd09cb715214813d'] = 'Champ requis';
|
||||
$_LANG['authentication-create-account_41ba70891fb6f39327d8ccb9b1dafb84'] = 'Août';
|
||||
$_LANG['authentication-create-account_41c2fff4867cc204120f001e7af20f7a'] = 'Téléphone mobile';
|
||||
$_LANG['authentication-create-account_455175f3f5be6306247babb349c0515a'] = 'Votre adresse';
|
||||
$_LANG['authentication-create-account_6335a00a08fde0fbb8f6d6630cdadd92'] = 'Vos informations personnelles';
|
||||
$_LANG['authentication-create-account_688937ccaf2a2b0c45a1c9bbba09698d'] = 'Juin';
|
||||
$_LANG['authentication-create-account_6c1c4d5a22e3d6ed8385e7287233396f'] = 'Donnez un titre à cette adresse pour la retrouver plus facilement';
|
||||
$_LANG['authentication-create-account_f9b479c47658c53084b56edcc3a2cd3a'] = 'Donnez un titre à cette adresse pour la retrouver plus facilement';
|
||||
$_LANG['authentication-create-account_85fb93a8ee9440499692da24a1621769'] = 'APE';
|
||||
$_LANG['authentication-create-account_ae7bdef7fe2bbbbf02c11e92c5fceb40'] = 'Mon adresse';
|
||||
$_LANG['authentication-create-account_eca60ae8611369fe28a02e2ab8c5d12e'] = 'Octobre';
|
||||
$_LANG['authentication_1e884e3078d9978e216a027ecd57fb34'] = 'E-mail';
|
||||
$_LANG['authentication_39916f579f264041641c122e68e545d5'] = 'Vous devez enregistrer au moins un numéro de téléphone';
|
||||
$_LANG['authentication_6a1e265f92087bb6dd18194833fe946b'] = 'E-mail';
|
||||
$_LANG['authentication_eeabead01c6c6f25f22bf0b041df58a9'] = 'Vous devez enregistrer au moins un numéro de téléphone';
|
||||
$_LANG['authentication_b60bb13a87fe3ae5463aeb0980a5a8a1'] = 'Numéro d\'identification';
|
||||
$_LANG['authentication_bf2957630c4209f61a388a08c2154915'] = '(5 caractères min.)';
|
||||
$_LANG['authentication_f430bd2f85c4424dabd003de2ddf370c'] = '(5 caractères min.)';
|
||||
$_LANG['authentication_d30f507473129e70c4b962ceccf175cf'] = 'Code postal';
|
||||
$_LANG['breadcrumb_b7a41993870e7125b9d4a19c952e5cab'] = 'retour à Accueil';
|
||||
$_LANG['category-product-sort_29ca2c66ccf5f39e95890f08204b3e85'] = 'Le plus cher';
|
||||
$_LANG['breadcrumb_56cf8b33ab527ab81b4f6b3ceac090dd'] = 'retour à Accueil';
|
||||
$_LANG['category-product-sort_03590cca8220917788b5a6c25fa39a15'] = 'Le plus cher';
|
||||
$_LANG['category-product-sort_4f4f552919d5a7ad3435b5fdb7fcae61'] = 'De Z à A';
|
||||
$_LANG['cms_110a4b01beabd53b661a47d4b44bd7a8'] = 'Publier';
|
||||
$_LANG['cms_d3c42ceb9bee8c44815b53f36e496925'] = 'Liste des sous-catégorie(s) de %s :';
|
||||
@@ -402,27 +402,27 @@ $_LANG['identity_10803b83a68db8f7e7a33e3b41e184d0'] = 'Date de naissance';
|
||||
$_LANG['identity_20db0bfeecd8fe60533206a2b5e9891a'] = 'Prénom';
|
||||
$_LANG['identity_4bc28f132d571b160ba407e143915de2'] = 'Mot de passe actuel';
|
||||
$_LANG['identity_659e59f062c75f81259d22786d6c44aa'] = 'Février';
|
||||
$_LANG['identity_6f6162d3a052bb330e9c60285c74c6c9'] = 'S\'inscrire à la newsletter';
|
||||
$_LANG['identity_8514d6418c5a503c4accac47e764ce11'] = 'Votre mot de passe a été mis à jour.';
|
||||
$_LANG['identity_93edfc7af9b6471b30030cf17646e36c'] = 'S\'inscrire à la newsletter';
|
||||
$_LANG['identity_29224ba63cde6e9f1e16691138bdf954'] = 'Votre mot de passe a été mis à jour.';
|
||||
$_LANG['identity_94d33283c51fdd4a296157461259aee0'] = 'Vos informations personnelles ont été mises à jour.';
|
||||
$_LANG['identity_fa3e5edac607a88d8fd7ecb9d6d67424'] = 'Mars';
|
||||
$_LANG['maintenance_22e0c4d1554f8621cd74b427855266e1'] = 'Pour cause de maintenance, votre boutique en ligne est temporairement inaccessible.';
|
||||
$_LANG['manufacturer-list_ce7bdbaa2a5998973271d85172456ee6'] = 'Il n\'y aucune marque.';
|
||||
$_LANG['manufacturer_2377be3c2ad9b435ba277a73f0f1ca76'] = 'Fabricants';
|
||||
$_LANG['manufacturer_0e1e874dde345d19583102a9fd63fb7e'] = 'Fabricants';
|
||||
$_LANG['manufacturer_d3da97e2d9aee5c8fbe03156ad051c99'] = 'Plus';
|
||||
$_LANG['my-account_9132bc7bac91dd4e1c453d4e96edf219'] = 'Mes avoirs';
|
||||
$_LANG['my-account_a82868319826fb092b73968e661b5b38'] = 'Bons de réduction';
|
||||
$_LANG['my-account_d1a365ea7809ae5831c6d9f86886630c'] = 'Avoirs';
|
||||
$_LANG['my-account_f4c5b2b545efb89fefa11fd6c9da1cb3'] = 'Ajouter ma première adresse';
|
||||
$_LANG['order-address_617096c86d35478132502be00e12e016'] = 'Si vous voulez nous laisser un message à propos de votre commande, merci de bien vouloir le renseigner dans le champ ci-contre';
|
||||
$_LANG['order-carrier_0fce1189b263c211a8239fb0e9df004d'] = 'J\'accepte de recevoir ma commande dans un emballage recyclé';
|
||||
$_LANG['my-account_8d201494ac15414c04d73247e367ec28'] = 'Ajouter ma première adresse';
|
||||
$_LANG['order-address_d93651d012e77dac5581b08db33195b2'] = 'Si vous voulez nous laisser un message à propos de votre commande, merci de bien vouloir le renseigner dans le champ ci-contre';
|
||||
$_LANG['order-carrier_9193b58520051d8b59ca64a5cc5353ff'] = 'J\'accepte de recevoir ma commande dans un emballage recyclé';
|
||||
$_LANG['order-carrier_1f87346a16cf80c372065de3c54c86d9'] = 'TTC';
|
||||
$_LANG['order-carrier_2d51d96d770cc2244be31a85e608de19'] = 'Aucun transporteur disponible.';
|
||||
$_LANG['order-carrier_8fb37535c12fbe2899ab442ec474c157'] = 'Choisissez une option de livraison';
|
||||
$_LANG['order-carrier_b1992d8f7c58180c1ebd461b7d502423'] = 'Le meilleur prix';
|
||||
$_LANG['order-carrier_c8c4080207cd4f02548c8cb6285bd16b'] = 'Aucun transporteur n\'est nécessaire pour cette commande';
|
||||
$_LANG['order-carrier_3818429ccff49b9d6ab2b4a9a137a00a'] = 'Aucun transporteur n\'est nécessaire pour cette commande';
|
||||
$_LANG['order-carrier_dd1f775e443ff3b9a89270713580a51b'] = 'Précédent';
|
||||
$_LANG['order-carrier_e7a6ca4e744870d455a57b644f696457'] = 'Gratuit !';
|
||||
$_LANG['order-carrier_b24ce0cd392a5b0b8dedc66c25213594'] = 'Gratuit !';
|
||||
$_LANG['order-confirmation_e19e31ddb54b493059808ec4f2dab4cb'] = 'Votre numéro de commande est le :';
|
||||
$_LANG['order-detail-product-li_853ae90f0351324bd73ea615e6487517'] = ' :';
|
||||
$_LANG['order-detail_1f87346a16cf80c372065de3c54c86d9'] = 'TTC';
|
||||
@@ -440,7 +440,7 @@ $_LANG['order-opc-new-account_c28639657b4e3352241f83d8b6021e4e'] = 'Nouveau clie
|
||||
$_LANG['order-opc-new-account_c9cc8cce247e49bae79f15173ce97354'] = 'Enregistrer';
|
||||
$_LANG['order-opc-new-account_d50965b89f4bf0dfbc5b1f13052421a4'] = 'Créez votre compte dès aujourd\'hui et profitez de';
|
||||
$_LANG['order-opc_879f6b8877752685a966564d072f498f'] = 'Votre panier est vide';
|
||||
$_LANG['order-opc_88b99d999766e043c9367b813b66cf58'] = 'Aucune condition générale de vente doit être acceptée';
|
||||
$_LANG['order-opc_2e75f367f058646a1ba2fd01ceb74423'] = 'Aucune condition générale de vente doit être acceptée';
|
||||
$_LANG['order-return_63d5049791d9d79d86e9a108b0a999ca'] = 'Référence';
|
||||
$_LANG['order-return_b24be74c768f02b296d4e8f41be486fb'] = 'Liste des articles à retourner :';
|
||||
$_LANG['order-return_dfd57af0760925d5574fda1794d14de5'] = 'Retour n°';
|
||||
@@ -455,7 +455,7 @@ $_LANG['product-list_800e90e940e7f1fb938b0fda5137f38c'] = 'En solde !';
|
||||
$_LANG['products-comparison_5644feb8a1718c377371ae4e234bad4f'] = 'par %d';
|
||||
$_LANG['product_4351cfebe4b61d8aa5efa1d020710005'] = 'Voir';
|
||||
$_LANG['product_54c02ba7929b1fda4847991a45b58a48'] = 'Personnalisation';
|
||||
$_LANG['product_bb87e047206ecce912eec2afb5c29d6a'] = 'Sélectionnez une image sur votre ordinateur';
|
||||
$_LANG['product_fd26de1a9f14da358bed04e29b04a89d'] = 'Sélectionnez une image sur votre ordinateur';
|
||||
$_LANG['product_c9cc8cce247e49bae79f15173ce97354'] = 'Enregistrer';
|
||||
$_LANG['product_d5a90effea572da2df11559161c0930b'] = 'Après avoir enregistré votre personnalisation, n\'oubliez pas d\'ajouter le produit au panier.';
|
||||
$_LANG['products-comparison_1063e38cb53d94d386f21227fcd84717'] = 'Retirer';
|
||||
@@ -463,7 +463,7 @@ $_LANG['products-comparison_2d0f6b8300be19cf35e89e66f0677f95'] = 'Ajouter au pan
|
||||
$_LANG['products-comparison_4351cfebe4b61d8aa5efa1d020710005'] = 'Plus d\'infos';
|
||||
$_LANG['products-comparison_800e90e940e7f1fb938b0fda5137f38c'] = 'En solde !';
|
||||
$_LANG['products-comparison_8c751c4aab0db0b811cdfbddf0b4ea56'] = 'Disponibilité :';
|
||||
$_LANG['products-comparison_bc0f7082192ef02e934a036cf4991789'] = 'Ce produit n\'est plus en stock';
|
||||
$_LANG['products-comparison_c1f0d3df31869ee3093120a670be37dd'] = 'Ce produit n\'est plus en stock';
|
||||
$_LANG['products-comparison_f5e15309ff0396474b8421ef48871d0b'] = 'Aucune fonctionnalité à comparer';
|
||||
$_LANG['scenes_800e90e940e7f1fb938b0fda5137f38c'] = 'En solde !';
|
||||
$_LANG['scenes_d3d2e617335f08df83599665eef8a418'] = 'Fermer';
|
||||
@@ -483,22 +483,22 @@ $_LANG['order-opc-address_145769de0753212cb6f89a997ce200bc'] = 'Changer l\'adres
|
||||
$_LANG['order-opc_21034ae6d01a83e702839a72ba8a77b0'] = 'HT';
|
||||
$_LANG['sitemap_4394c8d8e63c470de62ced3ae85de5ae'] = 'Déconnexion';
|
||||
$_LANG['sitemap_4458cfcf1dc09fd70e2b591cfbb9fa0c'] = 'Voir la liste des fournisseurs';
|
||||
$_LANG['authentication_563c888f9fb47029dc0ceba790a2253b'] = 'Il y a une erreur';
|
||||
$_LANG['authentication_cb430603758e73c64b8e1fef814b0be0'] = 'Il y a une erreur';
|
||||
$_LANG['authentication_59716c97497eb9694541f7c3d37b1a4d'] = 'Pays';
|
||||
$_LANG['authentication_766d4aaf3e045538be23f9a9e17a1593'] = 'Commande instantanée';
|
||||
$_LANG['authentication_7cb32e708d6b961d476baced73d362bb'] = 'Numéro TVA';
|
||||
$_LANG['authentication_82331503174acbae012b2004f6431fa5'] = 'Décembre';
|
||||
$_LANG['authentication_ac135c86084a47630c9eadb4edd5ef75'] = 'Recevez les offres spéciales de nos partenaires';
|
||||
$_LANG['authentication_baca087296e01b5d69799dd53bcd7950'] = 'Recevez les offres spéciales de nos partenaires';
|
||||
$_LANG['authentication_dc647eb65e6711e155375218212b3964'] = 'Mot de passe';
|
||||
$_LANG['authentication_fa3e5edac607a88d8fd7ecb9d6d67424'] = 'Mars';
|
||||
$_LANG['discount_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Mon compte';
|
||||
$_LANG['discount_eb2527806a7e1ef48009eaaa785368fe'] = 'Cumulable';
|
||||
$_LANG['discount_f4a0d7cb0cd45214c8ca5912c970de13'] = 'Taxes comprises';
|
||||
$_LANG['footer_e4045598261988d9988c594243a9434d'] = 'Conditions générales de vente';
|
||||
$_LANG['guest-tracking_239109837129190b375ea21c5b0e656a'] = 'Cliquez ici pour vous connecter à votre compte client';
|
||||
$_LANG['guest-tracking_0257141296804a3d11cb843ea121037c'] = 'Cliquez ici pour vous connecter à votre compte client';
|
||||
$_LANG['guest-tracking_3aedb5d3a3e36f7bb6baf1fbb9497894'] = 'Suivi d\'invité';
|
||||
$_LANG['guest-tracking_a82be0f551b8708bc08eb33cd9ded0cf'] = 'Informations';
|
||||
$_LANG['guest-tracking_d2948a89e47a4ad7eb8412c1c260ea88'] = 'Afin de suivre votre commande, veuillez saisir les informations suivantes :';
|
||||
$_LANG['guest-tracking_907db890138380a38976658f5b61f0fd'] = 'Afin de suivre votre commande, veuillez saisir les informations suivantes :';
|
||||
$_LANG['history_116cb47fe026f7a3679486e086426a64'] = 'Si vous venez de passer une commande, celle-ci peut mettre du temps pour être validée. Veuillez recharger cette page si votre commande ne s\'affiche pas.';
|
||||
$_LANG['history_ec53a8c4f07baed5d8825072c89799be'] = 'État';
|
||||
$_LANG['live_edit_1b7c6a7f9b72974ede874b8fba9547a0'] = 'Ajouter ce module';
|
||||
@@ -508,36 +508,36 @@ $_LANG['live_edit_ea4788705e6873b424c65e91c2846b19'] = 'Annuler';
|
||||
$_LANG['nbr-product-page_917d465e9a9e8b16a8da50a1ca8156ca'] = 'Lister : ';
|
||||
$_LANG['order-address-multishipping-products_a4d3b161ce1309df1c4e25df28694b7b'] = 'Valider';
|
||||
$_LANG['order-address-multishipping_82a7d396bbd6f6fef648578b4ae2ea81'] = 'Choisissez une adresse de facturation :';
|
||||
$_LANG['order-address-multishipping_86024cad1e83101d97359d7351051156'] = 'produits';
|
||||
$_LANG['order-address-multishipping_068f80c7519d0528fb08e82137a72131'] = 'produits';
|
||||
$_LANG['order-address-multishipping_db671b8ceed664eaecb59a4e6075ec9f'] = 'Veuillez d\'abord choisir une adresse';
|
||||
$_LANG['errors_4016ff118e1955bcaef744127da84314'] = 'Il y a %d erreurs';
|
||||
$_LANG['order-address-product-line_ec211f7c20af43e742bf2570c3cb84f9'] = 'Ajouter';
|
||||
$_LANG['order-address_6e1a71b786b5180af99406f87bbdbe0d'] = 'Indiquez une adresse de livraison pour chaque produit commandé.';
|
||||
$_LANG['order-address_8a8c9edb5531fa2f822295d1830d090f'] = 'Votre adresse de livraison';
|
||||
$_LANG['order-address_d28f8bbb0740354aae5456da9cc56d0e'] = 'Choisissez les adresses de livraison';
|
||||
$_LANG['order-address_1ab8cb7be68e5988a1e9b5b8d8024711'] = 'Choisissez les adresses de livraison';
|
||||
$_LANG['order-address_da9d6ec2998a07c31ec9eb93c9f254ed'] = 'Votre adresse de facturation';
|
||||
$_LANG['order-address_dd1f775e443ff3b9a89270713580a51b'] = 'Précédent';
|
||||
$_LANG['order-detail_6c957f72dc8cdacc75762f2cbdcdfaf2'] = 'Prix unitaire';
|
||||
$_LANG['order-detail_8efd9e9597e94fe3397c831f2ed1b7bd'] = 'Vous avez demandé un papier cadeau pour cette commande.';
|
||||
$_LANG['order-detail_e14bc5cef02df7369b604ea3885adb96'] = 'Vous avez demandé un papier cadeau pour cette commande.';
|
||||
$_LANG['order-detail_94966d90747b97d1f0f206c98a8b1ac3'] = 'Envoyer';
|
||||
$_LANG['order-detail_db205f01b4fd580fb5daa9072d96849d'] = 'Total produits';
|
||||
$_LANG['order-follow_2e99578f8bd14385bc5bcc2608e7b938'] = 'Vous n\'avez pas un nombre suffisant de produits pour générer un autre retour !';
|
||||
$_LANG['order-follow_8a6034d3379499b66d730aa17e007683'] = 'Vous n\'avez pas un nombre suffisant de produits pour générer un autre retour !';
|
||||
$_LANG['order-follow_a240fa27925a635b08dc28c9e4f9216d'] = 'Commande';
|
||||
$_LANG['order-opc-address_32063d827ff1f7d07455a7b8e3e1c098'] = 'Adresse de livraison';
|
||||
$_LANG['order-opc-address_b3939ab02b5f8d716719f08ec581acbb'] = 'Vous devez préciser votre adresse de livraison ainsi que votre adresse de facturation.';
|
||||
$_LANG['order-opc-address_af0f5bdc5be121b9307687aeeae38c17'] = 'Adresse de livraison';
|
||||
$_LANG['order-opc-address_89fda22cffba3209fa31607fe96e4ed1'] = 'Vous devez préciser votre adresse de livraison ainsi que votre adresse de facturation.';
|
||||
$_LANG['order-opc-new-account_1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Société';
|
||||
$_LANG['order-opc-new-account_1e884e3078d9978e216a027ecd57fb34'] = 'E-mail';
|
||||
$_LANG['order-opc-new-account_6a1e265f92087bb6dd18194833fe946b'] = 'E-mail';
|
||||
$_LANG['order-opc-new-account_2fdfd506efea08144c0794c32ca8250a'] = 'Créer un compte';
|
||||
$_LANG['order-opc-new-account_357e8e55cf47b6f04c354179b303105a'] = 'Commander en tant qu\'invité';
|
||||
$_LANG['order-opc-new-account_12819315d9cf421dcaac8122a71ececa'] = 'Commander en tant qu\'invité';
|
||||
$_LANG['order-opc_a240fa27925a635b08dc28c9e4f9216d'] = 'Commande';
|
||||
$_LANG['order-opc_acd1d53aa434518183134b5459faf18b'] = 'Les conditions générales de vente n\'ont pas été acceptées';
|
||||
$_LANG['order-opc_25d8efaba32cb44a922a727f20eaa002'] = 'Les conditions générales de vente n\'ont pas été acceptées';
|
||||
$_LANG['order-opc_d87f73e8ff8d933ed2ba5ddf25040827'] = 'Commande instantanée';
|
||||
$_LANG['order-opc_db671b8ceed664eaecb59a4e6075ec9f'] = 'Veuillez d\'abord choisir une adresse';
|
||||
$_LANG['order-payment_28e014bf2ccc53bc1a8042ca57ca6645'] = 'Total bons d\'achats TTC:';
|
||||
$_LANG['order-payment_29cfbfc41066134782f966beefd63a4e'] = 'Total produit TTC :';
|
||||
$_LANG['order-payment_66f51e43606e2baebb8e9c3bfe965da4'] = 'Transport:';
|
||||
$_LANG['order-payment_86024cad1e83101d97359d7351051156'] = 'produits';
|
||||
$_LANG['order-payment_a12925b3d2beb085f9a024d8098b41dd'] = 'Total papiers cadeaux :';
|
||||
$_LANG['order-payment_31f52379817244bb67196c880749cfd8'] = 'Total papiers cadeaux :';
|
||||
$_LANG['order-payment_a82868319826fb092b73968e661b5b38'] = 'Bons d\'achats';
|
||||
$_LANG['order-payment_b5a7adde1af5c87d7fd797b6245c2a39'] = 'Description';
|
||||
$_LANG['order-payment_ecba3578d8cd65126d4a47c76b3c9c2d'] = 'Livraison gratuite!';
|
||||
@@ -552,29 +552,29 @@ $_LANG['product-prices_a134618182b99ff9151d7e0b6b92410a'] = '(ne sera pas compri
|
||||
$_LANG['product-quantity-discount_1b793b463a1c296e1327d7048c201cc3'] = 'à partir de (qté)';
|
||||
$_LANG['product-sort_4f4f552919d5a7ad3435b5fdb7fcae61'] = 'De Z à A';
|
||||
$_LANG['product-sort_5820b5a5298779a25d98c41173b931bd'] = 'De A à Z';
|
||||
$_LANG['product-sort_b3c4afbd8ec3b1e28710fcbdc8cc0549'] = 'Le moins cher';
|
||||
$_LANG['product-sort_7f284e119af971a952e4b29f0875fc60'] = 'Le moins cher';
|
||||
$_LANG['product_0d83f0026f6d2923b2aa3a208156918c'] = 'Attention : dernières pièces disponibles !';
|
||||
$_LANG['product_110a4b01beabd53b661a47d4b44bd7a8'] = 'Publier';
|
||||
$_LANG['product_13dba24862cf9128167a59100e154c8d'] = 'Imprimer';
|
||||
$_LANG['product_800e90e940e7f1fb938b0fda5137f38c'] = 'En solde !';
|
||||
$_LANG['product_98b0a68a7e4c7b265a5ca9a0b733d96e'] = 'Choisissez une couleur :';
|
||||
$_LANG['product_dd1f775e443ff3b9a89270713580a51b'] = 'Précédent';
|
||||
$_LANG['product_e16d56df08bbd47e53e153fc6dfc8ad8'] = 'pièces disponibles';
|
||||
$_LANG['product_574ce4e0b9b99a55c2ea0435bfd920e3'] = 'pièces disponibles';
|
||||
$_LANG['products-comparison_4dbce7d8fae730e09fce9e83433c77ff'] = 'Comparaison de produits';
|
||||
$_LANG['shopping-cart_5f6b9be870bc784ecc15ddb5dcf7f22e'] = 'Récapitulatif de la commande';
|
||||
$_LANG['shopping-cart_691b338fa68b3c177c6ebbc745624c6a'] = 'Total frais de port :';
|
||||
$_LANG['shopping-cart_94966d90747b97d1f0f206c98a8b1ac3'] = 'Envoyer';
|
||||
$_LANG['shopping-cart_a12925b3d2beb085f9a024d8098b41dd'] = 'Total emballage cadeau :';
|
||||
$_LANG['shopping-cart_0559e7888ca7513e71dad1c954a4b44d'] = 'Total emballage cadeau :';
|
||||
$_LANG['shopping-cart_a40cab5994f36d4c48103a22ca082e8f'] = 'Votre panier';
|
||||
$_LANG['shopping-cart_a82868319826fb092b73968e661b5b38'] = 'Bon de réduction';
|
||||
$_LANG['shopping-cart_deb10517653c255364175796ace3553f'] = 'Produit';
|
||||
$_LANG['sitemap_3cb29f0ccc5fd220a97df89dafe46290'] = 'Meilleures ventes';
|
||||
$_LANG['sitemap_01f7ac959c1e6ebbb2e0ee706a7a5255'] = 'Meilleures ventes';
|
||||
$_LANG['store_infos_796c163589f295373e171842f37265d5'] = 'Mercredi';
|
||||
$_LANG['store_infos_8b7051187b9191cdcdae6ed5a10e5adc'] = 'Samedi';
|
||||
$_LANG['store_infos_c33b138a163847cdb6caeeb7c9a126b4'] = 'Vendredi';
|
||||
$_LANG['stores_0aa6f4210bf373c95eda00232e93cd98'] = 'Distance';
|
||||
$_LANG['stores_13348442cc6a27032d2b4aa28b75a5d3'] = 'Rechercher';
|
||||
$_LANG['stores_74c037d72a34d5aa5fe1440ec7426f36'] = 'Adresse, code postal, ville, Etat ou pays';
|
||||
$_LANG['stores_24c29702dc9c63dedb98e92f3028e068'] = 'Rechercher';
|
||||
$_LANG['stores_8519118a6eee0dcbb6118528f3f7febb'] = 'Adresse, code postal, ville, Etat ou pays';
|
||||
$_LANG['stores_dd7bf230fde8d4836917806aff6a6b27'] = 'Adresse';
|
||||
$_LANG['stores_fdb0c388de01d545017cdf9ccf00eb72'] = 'Magasin';
|
||||
$_LANG['supplier-list_bf1f33501d576cce01509b67e2260242'] = 'Il y a %d fournisseur.';
|
||||
@@ -582,35 +582,35 @@ $_LANG['supplier_4bbacadd33aff22ab7468fa4f9efd717'] = 'Liste des produits du fou
|
||||
$_LANG['contact-form_7c9d4636fc5ed97bb78bc2aac486beab'] = 'Votre message a déjà été envoyé.';
|
||||
$_LANG['order-detail_f8617a92ba0a0a4eabee724eab7c9f48'] = 'Transporteur :';
|
||||
$_LANG['404_21dfea356c48679a5ce6671ee307d2a4'] = 'Pour rechercher un produit, saisissez son nom dans le champ ci-dessous';
|
||||
$_LANG['404_4f4816c6984e3c832882b39d8fecbd2c'] = 'La page que vous avez demandée n\'existe plus';
|
||||
$_LANG['404_6554aae881e40036cac1f5710a4c52c1'] = 'La page que vous avez demandée n\'existe plus';
|
||||
$_LANG['address_41c2fff4867cc204120f001e7af20f7a'] = 'Téléphone portable';
|
||||
$_LANG['address_b60bb13a87fe3ae5463aeb0980a5a8a1'] = 'Numéro d\'identification fiscale :';
|
||||
$_LANG['address_ea318a4ad37f0c2d2c368e6c958ed551'] = 'DNI / NIF / NIE';
|
||||
$_LANG['address_fe66abce284ec8589e7d791185b5c442'] = 'Téléphone domicile';
|
||||
$_LANG['addresses_729a51874fe901b092899e9e8b31c97a'] = 'Êtes-vous sûr ?';
|
||||
$_LANG['addresses_a958dbb46713e59856c35f89e5092a5e'] = 'Retour à votre compte';
|
||||
$_LANG['addresses_b32dd33df738183cb85ab8ea714f8026'] = 'Aucune adresse disponible.';
|
||||
$_LANG['addresses_56d3db43fb7f323139022a29d57276d8'] = 'Aucune adresse disponible.';
|
||||
$_LANG['authentication-choice_01a569ddc6cf67ddec2a683f0a5f5956'] = 'Mot de passe oublié ?';
|
||||
$_LANG['authentication-choice_5f0258bf719ab828e20edf91e4fb24a7'] = 'Déjà enregistré ?';
|
||||
$_LANG['authentication-choice_d726bc5637e9f053917227ec02f6c9d7'] = 'Saisissez votre adresse e-mail pour créer votre compte';
|
||||
$_LANG['authentication-choice_db879b00e657fc85f7873343f11df21c'] = 'Déjà enregistré ?';
|
||||
$_LANG['authentication-choice_0b2c9f6cb541db5d223143a645492ddd'] = 'Saisissez votre adresse e-mail pour créer votre compte';
|
||||
$_LANG['authentication-create-account_10803b83a68db8f7e7a33e3b41e184d0'] = 'Date de naissance';
|
||||
$_LANG['authentication-create-account_1e884e3078d9978e216a027ecd57fb34'] = 'E-mail';
|
||||
$_LANG['authentication-create-account_01401fe9a93df81d28637e5218597b76'] = 'E-mail';
|
||||
$_LANG['authentication-create-account_3fcf026bbfffb63fb24b8de9d0446949'] = 'Avril';
|
||||
$_LANG['authentication-create-account_7cb32e708d6b961d476baced73d362bb'] = 'Numéro TVA';
|
||||
$_LANG['authentication-create-account_7e823b37564da492ca1629b4732289a8'] = 'Novembre';
|
||||
$_LANG['authentication-create-account_82331503174acbae012b2004f6431fa5'] = 'Décembre';
|
||||
$_LANG['authentication-create-account_b78a3223503896721cca1303f776159b'] = 'Titre';
|
||||
$_LANG['authentication-create-account_dc647eb65e6711e155375218212b3964'] = 'Mot de passe';
|
||||
$_LANG['authentication_092daa39d2b825e4a7fe9b31c2080ecb'] = 'Appartement, suite, bloc, bâtiment, étage, etc.';
|
||||
$_LANG['authentication_261ed9f602d575774ae05f2d9f3003da'] = 'Appartement, suite, bloc, bâtiment, étage, etc.';
|
||||
$_LANG['authentication_0f68b904e33d9ac04605aecc958bcf52'] = 'Informations complémentaires';
|
||||
$_LANG['authentication_19f823c6453c2b1ffd09cb715214813d'] = 'Champs requis';
|
||||
$_LANG['authentication_41ba70891fb6f39327d8ccb9b1dafb84'] = 'Août';
|
||||
$_LANG['authentication_5bef23eb7efff2736c5583bda59e5eb7'] = 'Créez votre compte';
|
||||
$_LANG['authentication_2fdfd506efea08144c0794c32ca8250a'] = 'Créez votre compte';
|
||||
$_LANG['authentication_6335a00a08fde0fbb8f6d6630cdadd92'] = 'Vos informations personnelles';
|
||||
$_LANG['authentication_ae47812e00631626815f5f75ad1abbbd'] = 'Numéro dans la rue, boîte postale, nom de la société';
|
||||
$_LANG['authentication_f9b479c47658c53084b56edcc3a2cd3a'] = 'Donnez un titre à cette adresse pour la retrouver plus facilement';
|
||||
$_LANG['authentication_d973a0b6f38ebe7c83094d3dc4e04ae5'] = 'Donnez un titre à cette adresse pour la retrouver plus facilement';
|
||||
$_LANG['authentication_fe66abce284ec8589e7d791185b5c442'] = 'Téléphone domicile';
|
||||
$_LANG['best-sales_32af07c9205de16855c50c3d20a51698'] = 'Pas de meilleure vente pour le moment.';
|
||||
$_LANG['best-sales_73d3cc7826075c127caaadb0e20162ab'] = 'Pas de meilleure vente pour le moment.';
|
||||
$_LANG['category-product-list_78945de8de090e90045d299651a68a9b'] = 'Disponibles';
|
||||
$_LANG['category-product-list_800e90e940e7f1fb938b0fda5137f38c'] = 'En solde !';
|
||||
$_LANG['category-product-list_cb3c718c905f00adbb6735f55bfb38ef'] = 'Disponible avec différentes options';
|
||||
@@ -618,7 +618,7 @@ $_LANG['category-product-sort_33d8042bd735c559cc3206f4bc99aedc'] = 'Trier par';
|
||||
$_LANG['category_2f4e54ec9bebe1122b5c23217e764828'] = 'Cette catégorie est actuellement indisponible.';
|
||||
$_LANG['cms_0557fa923dcee4d0f86b1409f5c2167f'] = 'Retour';
|
||||
$_LANG['contact-form_02d4482d332e1aef3437cd61c9bcc624'] = 'Contactez-nous';
|
||||
$_LANG['contact-form_8b5dd64ab8d0b8158906796b53a200e2'] = 'Votre adresse e-mail';
|
||||
$_LANG['contact-form_b357b524e740bc85b9790a0712d84a30'] = 'Votre adresse e-mail';
|
||||
$_LANG['contact-form_d79cf3f429596f77db95c65074663a54'] = 'Numéro de commande';
|
||||
$_LANG['discount_694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantité';
|
||||
$_LANG['discount_a1d0ec6d56f8833a078b5a7ac4caf2d4'] = 'Minimum';
|
||||
@@ -631,40 +631,40 @@ $_LANG['history_782c8b38bce4f2f6975ca7f33ac8189b'] = 'Historique de vos commande
|
||||
$_LANG['history_bcd1b68617759b1dfcff0403a6b5a8d1'] = 'PDF';
|
||||
$_LANG['identity_3fcf026bbfffb63fb24b8de9d0446949'] = 'Avril';
|
||||
$_LANG['identity_ae3bb2a1ac61750150b606298091d38a'] = 'Nouveau mot de passe';
|
||||
$_LANG['identity_b340f66ef028af40a01d073966d593a9'] = 'Conformément aux dispositions de la loi du n°78-17 du 6 janvier 1978, vous disposez d\'un droit d\'accès, de rectification et d\'opposition sur les données nominatives vous concernant.';
|
||||
$_LANG['identity_ea460dd8c3ac592e8224d8fe3ef774c7'] = 'Conformément aux dispositions de la loi du n°78-17 du 6 janvier 1978, vous disposez d\'un droit d\'accès, de rectification et d\'opposition sur les données nominatives vous concernant.';
|
||||
$_LANG['identity_b78a3223503896721cca1303f776159b'] = 'Civilité';
|
||||
$_LANG['identity_c9cc8cce247e49bae79f15173ce97354'] = 'Valider';
|
||||
$_LANG['identity_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Mon compte';
|
||||
$_LANG['identity_eca60ae8611369fe28a02e2ab8c5d12e'] = 'Octobre';
|
||||
$_LANG['identity_f4d1ea475eaa85102e2b4e6d95da84bd'] = 'Confirmation';
|
||||
$_LANG['maintenance_a022ff58716d4cf34050cb68e7f12fcf'] = 'Veuillez nous excuser pour le dérangement. Nous vous conseillons de revenir plus tard.';
|
||||
$_LANG['manufacturer-list_2377be3c2ad9b435ba277a73f0f1ca76'] = 'Marques';
|
||||
$_LANG['manufacturer-list_0e1e874dde345d19583102a9fd63fb7e'] = 'Marques';
|
||||
$_LANG['manufacturer_a65ed5e8df4b1c2bb34844f81cc9b451'] = 'Pas de produit pour cette marque.';
|
||||
$_LANG['my-account_4b0afa9e8d3cdefd4fb21faebe22ef5f'] = 'Votre compte est maintenant créé.';
|
||||
$_LANG['my-account_75711a019b3f61f70ed3e785dbc60377'] = 'Bienvenue sur votre page d\'accueil. Vous pouvez gérer vos informations personnelles, vos commandes ainsi que vos adresses.';
|
||||
$_LANG['my-account_67afe6ed34ec3a7b3d5d5d91143cdfde'] = 'Bienvenue sur votre page d\'accueil. Vous pouvez gérer vos informations personnelles, vos commandes ainsi que vos adresses.';
|
||||
$_LANG['my-account_c87aacf5673fada1108c9f809d354311'] = 'Se déconnecter';
|
||||
$_LANG['order-address_b15e1100a6196acba01ef7aaa5b2a9e5'] = 'Ajoutez une nouvelle adresse';
|
||||
$_LANG['order-carrier_0a5737e9ac4d4cdbf41e473674c0e557'] = 'J\'ai lu les conditions générales de vente et j\'y adhère sans réserve.';
|
||||
$_LANG['order-carrier_10ac3d04253ef7e1ddc73e6091c0cd55'] = 'Suivant';
|
||||
$_LANG['order-carrier_21034ae6d01a83e702839a72ba8a77b0'] = 'HT';
|
||||
$_LANG['order-carrier_6f05787682585c32498e88bcd2ea88fc'] = 'Méthodes de livraison';
|
||||
$_LANG['order-carrier_c1fb97680f5f203d44744a2355ed87ae'] = '(Lire les Conditions générales de vente)';
|
||||
$_LANG['order-confirmation_b09ffe631344edabac9412ed4c862544'] = 'Votre numéro de commande a été envoyé par mail.';
|
||||
$_LANG['order-carrier_d53afd7ef9af5405df040482add9b153'] = '(Lire les Conditions générales de vente)';
|
||||
$_LANG['order-confirmation_9be66ab020fd0ffb9dd22756969b8dc7'] = 'Votre numéro de commande a été envoyé par mail.';
|
||||
$_LANG['order-detail-product-li_63d5049791d9d79d86e9a108b0a999ca'] = 'Référence';
|
||||
$_LANG['order-detail-product-li_694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantité';
|
||||
$_LANG['order-detail-product-li_6c957f72dc8cdacc75762f2cbdcdfaf2'] = 'Prix unique';
|
||||
$_LANG['order-detail-product-li_d8ea8f57bff2e29a27f3821ae74968bd'] = 'télécharger ce produit';
|
||||
$_LANG['order-detail-product-li_c060ca8505d0aa094635fbf9beac94b0'] = 'télécharger ce produit';
|
||||
$_LANG['order-detail_0557fa923dcee4d0f86b1409f5c2167f'] = 'Retour';
|
||||
$_LANG['order-detail_065ab3a28ca4f16f55f103adc7d0226f'] = 'Livraison';
|
||||
$_LANG['order-detail_2633d6725607d13e80f5e30514b91fbe'] = 'Total des bons de réduction :';
|
||||
$_LANG['order-detail_3956298bcfc047e15b0e0d218492ce09'] = 'Retour de marchandise';
|
||||
$_LANG['order-detail_3a5199ec2407f4b2f90496072ea8f006'] = 'Total produits HT :';
|
||||
$_LANG['order-detail_466eadd40b3c10580e3ab4e8061161ce'] = 'Facture';
|
||||
$_LANG['order-detail_59405437ba605684d715b3e21ef54b12'] = 'Suivre votre commande pas à pas';
|
||||
$_LANG['order-detail_617096c86d35478132502be00e12e016'] = 'Si vous voulez nous laisser un message à propos de votre commande, veuillez l\'écrire ici.';
|
||||
$_LANG['order-detail_978c7c1b6214ab576cd8425896b29339'] = 'Suivre votre commande pas à pas';
|
||||
$_LANG['order-detail_d93651d012e77dac5581b08db33195b2'] = 'Si vous voulez nous laisser un message à propos de votre commande, veuillez l\'écrire ici.';
|
||||
$_LANG['order-follow_01abfc750a0c942167651c40d088531d'] = 'n°';
|
||||
$_LANG['order-follow_0d3cfc2fe56119651ee7848f3e32d84d'] = 'Etiquette de retour';
|
||||
$_LANG['order-follow_3976e0f730b236b1cf619dc80f78488e'] = 'Vous n\'avez aucun retour de marchandise créé.';
|
||||
$_LANG['order-follow_15ef0f1f63c1e8a9fb8abad024939262'] = 'Vous n\'avez aucun retour de marchandise créé.';
|
||||
$_LANG['order-follow_446faa7da2d42ba4ffeda73cb119dd91'] = 'Date d\'émission';
|
||||
$_LANG['order-follow_a958dbb46713e59856c35f89e5092a5e'] = 'Retour à votre compte';
|
||||
$_LANG['order-follow_daf51d7d9e10e6a469434ae548d9a173'] = 'Imprimer';
|
||||
@@ -672,7 +672,7 @@ $_LANG['order-opc-carrier_e4045598261988d9988c594243a9434d'] = 'Conditions gén
|
||||
$_LANG['order-opc-new-account_46a2a41cc6e552044816a2d04634545d'] = 'État';
|
||||
$_LANG['order-opc-new-account_59716c97497eb9694541f7c3d37b1a4d'] = 'Pays';
|
||||
$_LANG['order-opc-new-account_846a54955f32846032981f8fe48c35ff'] = 'Adresse (ligne 2)';
|
||||
$_LANG['order-opc-new-account_ac135c86084a47630c9eadb4edd5ef75'] = 'Recevoir des offres spéciales de nos partenaires';
|
||||
$_LANG['order-opc-new-account_baca087296e01b5d69799dd53bcd7950'] = 'Recevoir des offres spéciales de nos partenaires';
|
||||
$_LANG['order-opc-new-account_ae7bdef7fe2bbbbf02c11e92c5fceb40'] = 'Mon adresse';
|
||||
$_LANG['order-opc-new-account_b60bb13a87fe3ae5463aeb0980a5a8a1'] = 'Numéro d\'identification fiscale';
|
||||
$_LANG['order-opc-new-account_bd9014fe70f4f8bb1beed74e3b708483'] = 'Code postal';
|
||||
@@ -681,11 +681,11 @@ $_LANG['order-opc-new-account_eca60ae8611369fe28a02e2ab8c5d12e'] = 'Octobre';
|
||||
$_LANG['order-opc-new-account_fa3e5edac607a88d8fd7ecb9d6d67424'] = 'Mars';
|
||||
$_LANG['order-opc_238a062a6a2543fd85d6616a8506fbe8'] = 'Pas de transporteur n\'est nécessaire pour cette commande';
|
||||
$_LANG['order-opc_449374f661344e843453c4e189ddeed8'] = 'Modifier mon adresse';
|
||||
$_LANG['order-opc_466ec9f29b485204ef53818459da48af'] = 'erreur(s)';
|
||||
$_LANG['order-opc_fe816ec4b30c11a39edfd8b0a4cfab49'] = 'erreur(s)';
|
||||
$_LANG['order-opc_af0f5bdc5be121b9307687aeeae38c17'] = 'Adresse de livraison';
|
||||
$_LANG['order-return_694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantité';
|
||||
$_LANG['order-return_88be9ea838e21273267409d76af3b284'] = 'Nous avons enregistré votre demande de retour.';
|
||||
$_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.';
|
||||
$_LANG['order-return_16dafae9102750489087d1d087b72aba'] = 'Dès réception de votre colis, nous procéderons au remboursement du montant de votre commande et vous en informerons par mail.';
|
||||
$_LANG['order-return_b1dceda8ca0eeb9fd9a4457bb613b67b'] = 'indiqué sur le document PDF';
|
||||
$_LANG['order-return_ea62a2e28a800c367509773730120a67'] = 'jours après réception de votre commande.';
|
||||
$_LANG['order-return_f393a2fe17dc0cacff53a136479b845d'] = 'Veuillez nous contacter pour toute question.';
|
||||
@@ -693,21 +693,21 @@ $_LANG['order-return_f3ba7c2fb2c65ad6fa1b1efd30573a8d'] = 'Veuillez imprimer ce'
|
||||
$_LANG['order-slip_0ba830b7ca1513a4882ce5aac84030b8'] = 'Vous n\'avez reçu aucun avoir';
|
||||
$_LANG['order-slip_e28cc69f9aa3068eddb76dd508b11da2'] = 'n°%s';
|
||||
$_LANG['order-steps_290612199861c31d1036b185b4e69b75'] = 'Résumé';
|
||||
$_LANG['order-steps_c453a4b8e8d98e82f35b67f433e3b4da'] = 'Paiement';
|
||||
$_LANG['order-steps_bd0e34e5be6447844e6f262d51f1a9dc'] = 'Paiement';
|
||||
$_LANG['order-steps_dd7bf230fde8d4836917806aff6a6b27'] = 'Adresse';
|
||||
$_LANG['pagination_10ac3d04253ef7e1ddc73e6091c0cd55'] = 'Suivant';
|
||||
$_LANG['pagination_6c583afb157e33bfb5b7c3d4114c4dd5'] = 'produits :';
|
||||
$_LANG['password_df1555fe48479f594280a2e03f9a8186'] = 'Saisissez votre adresse e-mail :';
|
||||
$_LANG['password_6a1e265f92087bb6dd18194833fe946b'] = 'Saisissez votre adresse e-mail :';
|
||||
$_LANG['product-quantity-discount_f5bf48aa40cad7891eb709fcf1fde128'] = 'produit';
|
||||
$_LANG['product_2d0f6b8300be19cf35e89e66f0677f95'] = 'Ajouter au panier';
|
||||
$_LANG['product_71948aa4f6e12cdaa5e2e63a5eb8f142'] = 'En savoir plus';
|
||||
$_LANG['product_b11ddc7e1671c0bd22dc89dd757508d4'] = 'Images';
|
||||
$_LANG['product_d436eb0fd9de10b54a828ce6435f7e81'] = 'dont';
|
||||
$_LANG['product_f85524c253c150e88136df3999ac3fd4'] = 'd\'éco-participation';
|
||||
$_LANG['products-comparison_111ba3054a79fb54314235b4a87df6fb'] = 'Aucun produit dans le comparateur';
|
||||
$_LANG['product_f4d72a64acd8929c0cc9ed96a7a336cc'] = 'dont';
|
||||
$_LANG['product_441ca5553df52b87e87513c6b88927d3'] = 'd\'éco-participation';
|
||||
$_LANG['products-comparison_234a9674e80b9c04a685075ad3ea6950'] = 'Aucun produit dans le comparateur';
|
||||
$_LANG['scenes_03c2e7e41ffc181a4e84080b4710e81e'] = 'Nouveau';
|
||||
$_LANG['search_e9cbf16b6f16ee339f45a841b915c47c'] = 'Retour à la page précédente';
|
||||
$_LANG['shopping-cart_0862f5d4211bdb50102141618d57e2a1'] = 'Code de réduction :';
|
||||
$_LANG['search_05cf990f79d935b0ea6105855adef686'] = 'Retour à la page précédente';
|
||||
$_LANG['shopping-cart_9137796c15dd92e5553c3f29574d0968'] = 'Code de réduction :';
|
||||
$_LANG['shopping-cart_29cfbfc41066134782f966beefd63a4e'] = 'Total produits TTC :';
|
||||
$_LANG['shopping-cart_2fb3b950fd7711136f7f251ae5fbdbdc'] = 'Texte n°';
|
||||
$_LANG['shopping-cart_300225ee958b6350abc51805dab83c24'] = 'Continuer mes achats';
|
||||
@@ -723,10 +723,10 @@ $_LANG['order-carrier_a6cc8cbe3fa07d0fca172c36a603332c'] = 'Aucun transporteur d
|
||||
$_LANG['order-detail_0eede552438475bdfe820c13f24c9399'] = 'Prix total';
|
||||
$_LANG['order-detail_5fbddd8d4e0d8c7a868272f2f171df09'] = 'Il y a %d erreur';
|
||||
$_LANG['order-opc-new-account_766d4aaf3e045538be23f9a9e17a1593'] = 'Commande instantanée';
|
||||
$_LANG['order-opc-new-account_bf2957630c4209f61a388a08c2154915'] = '(min. 5 caractères.)';
|
||||
$_LANG['order-opc-new-account_58357b08947453bff66da9b47b3da168'] = '(min. 5 caractères.)';
|
||||
$_LANG['order-slip_bcd1b68617759b1dfcff0403a6b5a8d1'] = 'PDF';
|
||||
$_LANG['password_0fb655f37529ad006eb0d503e23e10f1'] = 'Mot de passe oublié';
|
||||
$_LANG['product_1b793b463a1c296e1327d7048c201cc3'] = 'à partir de (qté)';
|
||||
$_LANG['product_1ed52421fcb149d2c392e987047165bc'] = 'à partir de (qté)';
|
||||
$_LANG['products-comparison_db0404dd6d32e0926c9adecd9ba193f3'] = 'par %s';
|
||||
$_LANG['shopping-cart-product-line_ec211f7c20af43e742bf2570c3cb84f9'] = 'Ajouter';
|
||||
$_LANG['sitemap_060fa974e175a6ddfda03db845957156'] = 'Voir mes réductions';
|
||||
@@ -738,7 +738,7 @@ $_LANG['authentication_c773457e85b990c10f8823eacb21346c'] = 'Identification fisc
|
||||
$_LANG['authentication_cc5d90569e1c8313c2b1c2aab1401174'] = 'Septembre';
|
||||
$_LANG['authentication_db879b00e657fc85f7873343f11df21c'] = 'Déjà enregistré ?';
|
||||
$_LANG['category-count_a9d48596a6537347711527bab8fcd152'] = 'Il y a %d produits.';
|
||||
$_LANG['category-product-sort_baf800c24fcb4b5721f22a5a88f1f41a'] = 'Produits en stock';
|
||||
$_LANG['category-product-sort_fcebe56087b9373f15514831184fa572'] = 'Produits en stock';
|
||||
$_LANG['contact-form_7bc873cba11f035df692c3549366c722'] = '-- Choisir --';
|
||||
$_LANG['discount_8c1279db4db86553e4b9682f78cf500e'] = 'Date d\'expiration';
|
||||
$_LANG['errors_5fbddd8d4e0d8c7a868272f2f171df09'] = 'Il y a %d erreur';
|
||||
@@ -746,69 +746,69 @@ $_LANG['guest-tracking_109636f722b8fccc95d072b2760a6282'] = 'Transformez votre c
|
||||
$_LANG['guest-tracking_63c193f613dd3d9d6c16da7678efda2a'] = 'Référence du paiement';
|
||||
$_LANG['guest-tracking_7a8fe8aaa64e691d82f429d39e0df3a5'] = 'Accès personnalisé et sécurisé';
|
||||
$_LANG['guest-tracking_c2f0859d6f7e84914b60403fa423e9ad'] = 'Votre compte invité a été transformé avec succès en un compte client. Vous pouvez maintenant vous connecter sur cette';
|
||||
$_LANG['guest-tracking_dec9cc6702179299ae451c11633915c6'] = 'Passage de commande rapide et facile';
|
||||
$_LANG['guest-tracking_93aef17b1541efc1c3f8bd6679972096'] = 'Passage de commande rapide et facile';
|
||||
$_LANG['header_0fcd4065ff78fceb3083316ddb958bc1'] = 'Vous ne pouvez pas créer de nouvelle commande depuis votre pays :';
|
||||
$_LANG['header_bffe9a3c9a7e00ba00a11749e022d911'] = 'Connexion';
|
||||
$_LANG['header_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Mon compte';
|
||||
$_LANG['identity_8cf04a9734132302f96da8e113e80ce5'] = 'Accueil';
|
||||
$_LANG['live_edit_282f96c7d1ed98d24606d209dcad9842'] = 'Position du module enregistrée';
|
||||
$_LANG['live_edit_d8dcfab18b3a6eba56d617dd1dcb1ba7'] = 'Fermer Live Edit';
|
||||
$_LANG['nbr-product-page_74dd2b447f2f9a892177430fd5bf54a0'] = 'produits par page';
|
||||
$_LANG['nbr-product-page_21a1f0b4726f9f6cbced2bc8747ec44f'] = 'produits par page';
|
||||
$_LANG['order-address-multishipping-products_12d3c7a4296542c62474856ec452c045'] = 'Réf.';
|
||||
$_LANG['order-address-multishipping-products_b5a7adde1af5c87d7fd797b6245c2a39'] = 'Description';
|
||||
$_LANG['order-address-multishipping_06933067aafd48425d67bcb01bba5cb6'] = 'Mise à jour';
|
||||
$_LANG['order-address-multishipping_284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Adresses';
|
||||
$_LANG['order-address-multishipping_dd1f775e443ff3b9a89270713580a51b'] = 'Précédent';
|
||||
$_LANG['order-address-multishipping_ec211f7c20af43e742bf2570c3cb84f9'] = 'Ajouter';
|
||||
$_LANG['order-address-multishipping_f5bf48aa40cad7891eb709fcf1fde128'] = 'produit';
|
||||
$_LANG['order-address-multishipping_deb10517653c255364175796ace3553f'] = 'produit';
|
||||
$_LANG['order-address-product-line_07177f134a19f8965265d014b5b81645'] = 'Créer une nouvelle adresse';
|
||||
$_LANG['order-address-product-line_713abca3b7abddc0445099b23c0a3697'] = 'Livrer à plusieurs adresses';
|
||||
$_LANG['order-address_86024cad1e83101d97359d7351051156'] = 'produits';
|
||||
$_LANG['order-carrier_b4e59f3a4554655a099738382ebedbff'] = 'Vous pouvez ajouter un message d\'accompagnement à votre commande.';
|
||||
$_LANG['order-carrier_bf46d59ab4c5096d169c1a5eb39cc0c1'] = 'Vous pouvez ajouter un message d\'accompagnement à votre commande.';
|
||||
$_LANG['order-detail_41de6d6cfb8953c021bbe4ba0701c8a1'] = 'Messages';
|
||||
$_LANG['order-detail_66c4c5112f455a19afde47829df363fa'] = 'Total :';
|
||||
$_LANG['order-detail_7bc873cba11f035df692c3549366c722'] = '- Choisissez -';
|
||||
$_LANG['order-detail_9ead913c5b7c87efda39ca9640c46ae4'] = 'Il y a %d erreurs';
|
||||
$_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_bef8403608dc4cb3ade799f63dd4bf59'] = '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_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_c060ca8505d0aa094635fbf9beac94b0'] = 'télécharger ce produit';
|
||||
$_LANG['order-follow_25e93b63e91b5555bd458c89b1916678'] = 'Générer un retour';
|
||||
$_LANG['order-follow_558a57a100d0232908d28ac4bc1c35b5'] = 'Veuillez donner la raison de votre retour produit';
|
||||
$_LANG['order-follow_93d4be62cede66eb788f5ca8046bac7f'] = 'Veuillez indiquer la quantité voulue pour chaque produit coché.';
|
||||
$_LANG['order-follow_cbd22dcb89c7ff53e1d58959352b278e'] = 'Veuillez donner la raison de votre retour produit';
|
||||
$_LANG['order-follow_1819b587867a9c604a4d21c753756b4a'] = 'Veuillez indiquer la quantité voulue pour chaque produit coché.';
|
||||
$_LANG['order-follow_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Mon compte';
|
||||
$_LANG['order-follow_e1b6d8e31d5a3dee879dddc77c492b81'] = 'Voici la liste des retours produits en cours';
|
||||
$_LANG['order-follow_9cf9ab35a1b24314913bb739d25a0b36'] = 'Voici la liste des retours produits en cours';
|
||||
$_LANG['order-opc-address_dd7bf230fde8d4836917806aff6a6b27'] = 'Adresse';
|
||||
$_LANG['order-opc-new-account_08bd40c7543007ad06e4fce31618f6ec'] = 'Compte';
|
||||
$_LANG['order-opc-new-account_0f68b904e33d9ac04605aecc958bcf52'] = 'Informations complémentaires';
|
||||
$_LANG['order-opc-new-account_20db0bfeecd8fe60533206a2b5e9891a'] = 'Prénom';
|
||||
$_LANG['order-opc-new-account_2eac22e71eedb5bdb8f94a1354964017'] = 'Mon adresse de facturation';
|
||||
$_LANG['order-opc-payment_c453a4b8e8d98e82f35b67f433e3b4da'] = 'Paiement';
|
||||
$_LANG['order-opc-payment_bd0e34e5be6447844e6f262d51f1a9dc'] = 'Paiement';
|
||||
$_LANG['order-opc_ea295188b69aa5e04810abcc38b2b2be'] = 'a été sélectionné';
|
||||
$_LANG['order-payment_1d4c9008fd49770971ffc2e8f32df870'] = 'Total transport TTC :';
|
||||
$_LANG['order-payment_3a5199ec2407f4b2f90496072ea8f006'] = 'Total produit HT :';
|
||||
$_LANG['order-payment_444bcb3a3fcf8389296c49467f27e1d6'] = 'ok';
|
||||
$_LANG['order-payment_543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Total produits :';
|
||||
$_LANG['order-payment_66c4c5112f455a19afde47829df363fa'] = 'Total :';
|
||||
$_LANG['order-payment_9e6d9b3daa15e41d36806a289c42674d'] = 'Choisissez votre méthode de paiement';
|
||||
$_LANG['order-payment_e747da89afc98485bb90928d397e9821'] = 'Choisissez votre méthode de paiement';
|
||||
$_LANG['order-payment_9ff9c46512c186ebae182519a55dc6a9'] = 'Disp.';
|
||||
$_LANG['order-payment_b935a8c55ff8c1c967d6f848b375db81'] = 'Total papiers cadeaux TTC :';
|
||||
$_LANG['product-desc-features_71948aa4f6e12cdaa5e2e63a5eb8f142'] = 'En savoir plus';
|
||||
$_LANG['product-desc-features_cb3c718c905f00adbb6735f55bfb38ef'] = 'Disponible avec différentes options';
|
||||
$_LANG['product-js_c1f25211403ec7459f265788cdbee403'] = 'Veuillez remplir tous les champs requis, puis enregistrer votre personnalisation.';
|
||||
$_LANG['product-js_e4aae275fc6b4d57daab4431b8bf736c'] = 'Ce produit n\'existe pas dans cette déclinaison. Vous pouvez néanmoins en sélectionner une autre.';
|
||||
$_LANG['product-js_0d9e08f309dc15da39fe0850ef180d90'] = 'Veuillez remplir tous les champs requis, puis enregistrer votre personnalisation.';
|
||||
$_LANG['product-js_3536d9c388d7375db82358f74072f5c4'] = 'Ce produit n\'existe pas dans cette déclinaison. Vous pouvez néanmoins en sélectionner une autre.';
|
||||
$_LANG['product-list_77798ad342555ffa834758a2aaa6fc11'] = 'Comparer';
|
||||
$_LANG['product-list_d0fcb89c94b29d6ab2db749ff688dc7c'] = 'Exclusivité web !';
|
||||
$_LANG['product-list_03de921a8ea82897e13d33d66c28b4db'] = 'Exclusivité web !';
|
||||
$_LANG['product-prices_800e90e940e7f1fb938b0fda5137f38c'] = 'En solde !';
|
||||
$_LANG['product-prices_f85524c253c150e88136df3999ac3fd4'] = 'd\'éco-participation';
|
||||
$_LANG['product-quantity-discount_47f1a471a7f6a74053869cdb9cbf05bb'] = 'Prix dégressifs';
|
||||
$_LANG['product-quantity-discount_b1cff9892b2dde30a5f5cfb393c02423'] = 'Prix dégressifs';
|
||||
$_LANG['product_2b56b60f878922093facd42284848a0c'] = 'Plus de détails';
|
||||
$_LANG['product_78a2d6a3d6741d9d2cbff658d5df7cd8'] = 'Envoi en cours, veuillez patienter...';
|
||||
$_LANG['product_476efcbaed950dd513ffc08e4e9a632f'] = 'Envoi en cours, veuillez patienter...';
|
||||
$_LANG['product_887ee91702c962a70b87cbef07bbcaec'] = 'HT';
|
||||
$_LANG['product_8c751c4aab0db0b811cdfbddf0b4ea56'] = 'Disponibilité :';
|
||||
$_LANG['product_e54a973d0c3342dac6ee7d9e145c6f83'] = 'Contenu du pack';
|
||||
$_LANG['product_ea4788705e6873b424c65e91c2846b19'] = 'Annulé';
|
||||
$_LANG['shopping-cart_4c943e22dcb7953912d021539cc07de5'] = 'Réf. :';
|
||||
$_LANG['shopping-cart_e78b6f4eb3be046f4d25c07ce54954d4'] = 'Réf. :';
|
||||
$_LANG['shopping-cart_4e59b98d7fa1d964bfd9841ad5c34980'] = 'Total bons de réduction HT :';
|
||||
$_LANG['shopping-cart_66f51e43606e2baebb8e9c3bfe965da4'] = 'Transport:';
|
||||
$_LANG['shopping-cart_7395559a94fa7a25907a155cda78afa0'] = 'Confirmer la commande';
|
||||
@@ -824,18 +824,18 @@ $_LANG['stores_9e076f5885f5cc16a4b5aeb8de4adff5'] = 'Introuvable';
|
||||
$_LANG['supplier-list_0397cbccfd02272abd38f8933b865218'] = '%d produit';
|
||||
$_LANG['supplier-list_864c665aea5e824772fda0e678c3ac4d'] = '%d produits';
|
||||
$_LANG['order-slip_8cf04a9734132302f96da8e113e80ce5'] = 'Accueil';
|
||||
$_LANG['404_13348442cc6a27032d2b4aa28b75a5d3'] = 'Rechercher';
|
||||
$_LANG['404_1d3ac0a5826e47e3c2761085e97877f6'] = 'Page introuvable';
|
||||
$_LANG['404_24c29702dc9c63dedb98e92f3028e068'] = 'Rechercher';
|
||||
$_LANG['404_44b1d05764b093cb00c25b8228cb87d3'] = 'Page introuvable';
|
||||
$_LANG['404_8cf04a9734132302f96da8e113e80ce5'] = 'Accueil';
|
||||
$_LANG['address_20db0bfeecd8fe60533206a2b5e9891a'] = 'Prénom';
|
||||
$_LANG['address_3908e1afa0ff22fbf112aff3c5ba55c1'] = 'Vos adresses';
|
||||
$_LANG['address_393d8c6bc7a04264bd9523dc8c92b818'] = 'Nouvelle adresse';
|
||||
$_LANG['address_59716c97497eb9694541f7c3d37b1a4d'] = 'Pays';
|
||||
$_LANG['address_6c1c4d5a22e3d6ed8385e7287233396f'] = 'Donnez un titre à cette adresse pour la retrouver plus facilement';
|
||||
$_LANG['address_89a9a0e5aec9360bc3b0141c8d42e586'] = 'Donnez un titre à cette adresse pour la retrouver plus facilement';
|
||||
$_LANG['address_dd7bf230fde8d4836917806aff6a6b27'] = 'Adresse';
|
||||
$_LANG['addresses_8cf04a9734132302f96da8e113e80ce5'] = 'Accueil';
|
||||
$_LANG['addresses_aa5e970d64eb228f31669d3411171f92'] = 'Vos adresses sont listées ci-dessous.';
|
||||
$_LANG['authentication-choice_8b5dd64ab8d0b8158906796b53a200e2'] = 'Adresse e-mail';
|
||||
$_LANG['authentication-choice_b357b524e740bc85b9790a0712d84a30'] = 'Adresse e-mail';
|
||||
$_LANG['authentication-choice_dc647eb65e6711e155375218212b3964'] = 'Mot de passe';
|
||||
$_LANG['authentication-create-account_0ba7583639a274c434bbe6ef797115a4'] = 'Enregistrer';
|
||||
$_LANG['authentication-create-account_15bbb9d0bbf25e8d2978de1168c749dc'] = 'Site Web';
|
||||
@@ -845,7 +845,7 @@ $_LANG['authentication-create-account_46a2a41cc6e552044816a2d04634545d'] = 'Éta
|
||||
$_LANG['authentication-create-account_4f68183551e5dbd7c341347ffe308682'] = 'SIRET';
|
||||
$_LANG['authentication-create-account_57d056ed0984166336b7879c2af3657f'] = 'Ville';
|
||||
$_LANG['authentication-create-account_659e59f062c75f81259d22786d6c44aa'] = 'Février';
|
||||
$_LANG['authentication-create-account_6f6162d3a052bb330e9c60285c74c6c9'] = 'S\'inscrire à notre newsletter';
|
||||
$_LANG['authentication-create-account_93edfc7af9b6471b30030cf17646e36c'] = 'S\'inscrire à notre newsletter';
|
||||
$_LANG['authentication-create-account_846a54955f32846032981f8fe48c35ff'] = 'Adresse (ligne 2)';
|
||||
$_LANG['authentication-create-account_8d3f5eff9c40ee315d452392bed5309b'] = 'Nom';
|
||||
$_LANG['authentication-create-account_bf2957630c4209f61a388a08c2154915'] = '(min. 5 caractères.)';
|
||||
@@ -857,13 +857,13 @@ $_LANG['authentication_15bbb9d0bbf25e8d2978de1168c749dc'] = 'Site web';
|
||||
$_LANG['authentication_195fbb57ffe7449796d23466085ce6d8'] = 'Mai';
|
||||
$_LANG['authentication_1b539f6f34e8503c97f6d3421346b63c'] = 'Juillet';
|
||||
$_LANG['authentication_41c2fff4867cc204120f001e7af20f7a'] = 'Téléphone portable';
|
||||
$_LANG['authentication_6f6162d3a052bb330e9c60285c74c6c9'] = 'S\'inscrire à la newsletter';
|
||||
$_LANG['authentication_93edfc7af9b6471b30030cf17646e36c'] = 'S\'inscrire à la newsletter';
|
||||
$_LANG['authentication_85fb93a8ee9440499692da24a1621769'] = 'APE';
|
||||
$_LANG['authentication_a0bfb8e59e6c13fc8d990781f77694fe'] = 'Continuer';
|
||||
$_LANG['best-sales_3cb29f0ccc5fd220a97df89dafe46290'] = 'Meilleures ventes';
|
||||
$_LANG['best-sales_d3da97e2d9aee5c8fbe03156ad051c99'] = 'Plus d\'infos';
|
||||
$_LANG['breadcrumb_8cf04a9734132302f96da8e113e80ce5'] = 'Accueil';
|
||||
$_LANG['category-count_5c9838becf9bbce28ba90a7426daf171'] = 'Aucun produit dans cette catégorie.';
|
||||
$_LANG['category-count_5f2df0ffebf79a6357f7fa93e472872b'] = 'Aucun produit dans cette catégorie.';
|
||||
$_LANG['category-product-sort_5820b5a5298779a25d98c41173b931bd'] = 'De A à Z';
|
||||
$_LANG['cms_24a26cffdfea04302a5bc20b9bce6626'] = 'Cette page CMS n\'est pas visible par vos clients.';
|
||||
$_LANG['contact-form_4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Message';
|
||||
@@ -872,24 +872,24 @@ $_LANG['discount_a958dbb46713e59856c35f89e5092a5e'] = 'Retour à votre compte';
|
||||
$_LANG['history_332c80b1838dc515f5031e09da3b7f3f'] = 'Re-commander';
|
||||
$_LANG['identity_19f823c6453c2b1ffd09cb715214813d'] = 'Champs requis';
|
||||
$_LANG['identity_1b539f6f34e8503c97f6d3421346b63c'] = 'Juillet';
|
||||
$_LANG['identity_1e884e3078d9978e216a027ecd57fb34'] = 'E-mail';
|
||||
$_LANG['identity_6a1e265f92087bb6dd18194833fe946b'] = 'E-mail';
|
||||
$_LANG['identity_6335a00a08fde0fbb8f6d6630cdadd92'] = 'Vos informations personnelles';
|
||||
$_LANG['identity_ac135c86084a47630c9eadb4edd5ef75'] = 'Recevez les offres spéciales de nos partenaires';
|
||||
$_LANG['identity_baca087296e01b5d69799dd53bcd7950'] = 'Recevez les offres spéciales de nos partenaires';
|
||||
$_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['my-account_d1c55b03aa566f1dbe40569fe957c496'] = 'Historique et détails de mes commandes';
|
||||
$_LANG['my-account_f232e81d15c0f2b9a4b1853465aaf18a'] = 'Historique et détails de mes commandes';
|
||||
$_LANG['my-account_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Mon compte';
|
||||
$_LANG['my-account_e45be0a0d4a0b62b15694c1a631e6e62'] = 'Mes adresses';
|
||||
$_LANG['order-address-multishipping_10ac3d04253ef7e1ddc73e6091c0cd55'] = 'Suivant';
|
||||
$_LANG['order-address_10ac3d04253ef7e1ddc73e6091c0cd55'] = 'Suivant';
|
||||
$_LANG['order-carrier_0d9175fe89fb80d815e7d03698b6e83a'] = 'Cadeau';
|
||||
$_LANG['order-carrier_5508a53851720a210e50f7b8a6f66f46'] = 'Vous devez accepter les conditions générales de vente pour passer à l\'étape suivante.';
|
||||
$_LANG['order-carrier_86024cad1e83101d97359d7351051156'] = 'produits';
|
||||
$_LANG['order-carrier_068f80c7519d0528fb08e82137a72131'] = 'produits';
|
||||
$_LANG['order-carrier_b6dddfff5178ce64364ca3f683930354'] = 'Le meilleur prix et meilleur note';
|
||||
$_LANG['order-carrier_cc9b9807af9192bed55cb1e92ba28844'] = 'Choisissez une option de livraison pour l\'adresse : ';
|
||||
$_LANG['order-carrier_d2ab6e496545daf64eef4f73c2d7b924'] = 'Produits concernés :';
|
||||
$_LANG['order-carrier_ea9cf7e47ff33b2be14e6dd07cbcefc6'] = 'Frais de port';
|
||||
$_LANG['order-carrier_9960807cfb66a03002a9b7777c4a96c5'] = 'Produits concernés :';
|
||||
$_LANG['order-carrier_66f51e43606e2baebb8e9c3bfe965da4'] = 'Frais de port';
|
||||
$_LANG['order-confirmation_fb077ecba55e5552916bde26d8b9e794'] = 'Confirmation de commande';
|
||||
$_LANG['order-detail_25e93b63e91b5555bd458c89b1916678'] = 'Générer un retour';
|
||||
$_LANG['order-detail_284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Adresses';
|
||||
@@ -907,60 +907,60 @@ $_LANG['order-opc-new-account_936ccdb97115e9f35a11d35e3d5b5cad'] = 'Cliquez ici'
|
||||
$_LANG['order-opc-new-account_b78a3223503896721cca1303f776159b'] = 'Civilité';
|
||||
$_LANG['order-opc-new-account_d30f507473129e70c4b962ceccf175cf'] = 'Code postal';
|
||||
$_LANG['order-opc-new-account_db879b00e657fc85f7873343f11df21c'] = 'Déjà inscrit ?';
|
||||
$_LANG['order-opc_73f40a885e34d87e22d88684f9350a53'] = 'Cette boutique ne peut pas prendre de commandes.';
|
||||
$_LANG['order-opc_42cc8aa1d968de2ca40d35fbc2aaf4cf'] = 'Cette boutique ne peut pas prendre de commandes.';
|
||||
$_LANG['order-payment_1ac6ee29e9e68fb71bad91c1d34348cc'] = '%s : ';
|
||||
$_LANG['order-payment_1d9baf077ee87921f57a8fe42d510b65'] = 'Soustraire';
|
||||
$_LANG['order-payment_6c957f72dc8cdacc75762f2cbdcdfaf2'] = 'Prix unitaire';
|
||||
$_LANG['order-return_2a161a7d653aa950ebe6e3637e036048'] = 'Vous devez attendre notre confirmation avant de nous retourner les produits.';
|
||||
$_LANG['order-return_44a9edeffb86277f007fa90d96689a6d'] = 'Vous devez attendre notre confirmation avant de nous retourner les produits.';
|
||||
$_LANG['order-return_955b51949c0e756934c02c521f7f9405'] = 'document PDF';
|
||||
$_LANG['order-return_b94ae945442e9d71219d196cbc458d75'] = 'Le colis doit être livré à l\'adresse correcte';
|
||||
$_LANG['order-return_d9d95b7fdffceaaa11c6bbae7b3bfa37'] = 'Le colis doit être livré à l\'adresse correcte';
|
||||
$_LANG['order-return_fbbd47b7e45c0ad3fe0bf70539b5a2d4'] = 'RAPPEL :';
|
||||
$_LANG['order-slip_01abfc750a0c942167651c40d088531d'] = 'n°';
|
||||
$_LANG['order-slip_591286c3b4f075453e55532838ce0044'] = 'Avoir';
|
||||
$_LANG['order-slip_a240fa27925a635b08dc28c9e4f9216d'] = 'Commande';
|
||||
$_LANG['order-steps_ea9cf7e47ff33b2be14e6dd07cbcefc6'] = 'Frais de port';
|
||||
$_LANG['order-steps_66f51e43606e2baebb8e9c3bfe965da4'] = 'Frais de port';
|
||||
$_LANG['pages-list_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Mon compte';
|
||||
$_LANG['password_05bd9ea84bc2190c8a9414097e33c69a'] = 'Veuillez renseigner votre adresse e-mail afin de recevoir votre nouveau mot de passe.';
|
||||
$_LANG['password_69f2698155df937f204e87d1c95332a7'] = 'Votre mot de passe a été renouvelé et a été envoyé à votre adresse e-mail.';
|
||||
$_LANG['password_ad6de86f2f344d447d78a139fc16bd72'] = 'Veuillez renseigner votre adresse e-mail afin de recevoir votre nouveau mot de passe.';
|
||||
$_LANG['password_f15b7d9b716da1d46ba073df11d4a8d0'] = 'Votre mot de passe a été renouvelé et a été envoyé à votre adresse e-mail.';
|
||||
$_LANG['product-compare_216adaf4e98dc62ec3abeab51b9fc57f'] = 'Veuillez choisir au moins 1 produit.';
|
||||
$_LANG['product-compare_90723749917a82bf3ff8a73247d32ffb'] = 'Vous ne pouvez pas ajouter plus de %d produit(s) dans le comparateur.';
|
||||
$_LANG['product-list_4351cfebe4b61d8aa5efa1d020710005'] = 'Voir le produit';
|
||||
$_LANG['product_47f1a471a7f6a74053869cdb9cbf05bb'] = 'Prix dégressifs';
|
||||
$_LANG['product_b1cff9892b2dde30a5f5cfb393c02423'] = 'Prix dégressifs';
|
||||
$_LANG['product_98edb85b00d9527ad5acebe451b3fae6'] = 'Accessoires';
|
||||
$_LANG['product_ca2bf12169883f4982d8fe34b7e3c618'] = 'Prix réduit !';
|
||||
$_LANG['product_e376237cca06a37330137147d20b0848'] = 'Ce produit n\'est pas vendu à l\'unité. Vous devez sélectionner au moins';
|
||||
$_LANG['product_e5a75e83f9fd2f5fdff337a46227b3c3'] = 'Formats acceptés : GIF, JPG, PNG';
|
||||
$_LANG['product_f5bf48aa40cad7891eb709fcf1fde128'] = 'produit';
|
||||
$_LANG['product_deb10517653c255364175796ace3553f'] = 'produit';
|
||||
$_LANG['product_fe3838c7c11aa406dd956566e17360d5'] = 'par';
|
||||
$_LANG['products-comparison_98f770b0af18ca763421bac22b4b6805'] = 'Fonctionnalités';
|
||||
$_LANG['products-comparison_d6295c05503596b3ed3528aee83e3ef7'] = 'Fonctionnalités';
|
||||
$_LANG['products-comparison_ca2bf12169883f4982d8fe34b7e3c618'] = 'Prix réduit !';
|
||||
$_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['restricted-country_cf8092a0be7b972d6cee3db90bfaf923'] = 'Vous ne pouvez pas accéder à notre boutique depuis votre pays. Veuillez nous excuser de la gêne occasionnée.';
|
||||
$_LANG['search_3a93aed43691aed28d2ce3a53d3c63f8'] = '%d résultat a été trouvé.';
|
||||
$_LANG['search_a09e4037d02313230a191007246e1694'] = '%d résultats ont été trouvés.';
|
||||
$_LANG['search_e59894bdfd0b523f5036ff21fa905474'] = 'Veuillez saisir un mot-clé pour effectuer une recherche';
|
||||
$_LANG['search_a4bb6bf91165c149d73930f43ad4ef69'] = 'Veuillez saisir un mot-clé pour effectuer une recherche';
|
||||
$_LANG['shopping-cart_10ac3d04253ef7e1ddc73e6091c0cd55'] = 'Suivant';
|
||||
$_LANG['shopping-cart_12d3c7a4296542c62474856ec452c045'] = 'Réf.';
|
||||
$_LANG['shopping-cart_1d9baf077ee87921f57a8fe42d510b65'] = 'Enlever';
|
||||
$_LANG['shopping-cart_2633d6725607d13e80f5e30514b91fbe'] = 'Total bons de réduction :';
|
||||
$_LANG['shopping-cart_38c656118c3c7cd5cecd00a419b050d2'] = 'Je tiens à préciser une adresse de livraison pour chaque produit commandé.';
|
||||
$_LANG['sitemap_1814d65a76028fdfbadab64a5a8076df'] = 'Fournisseurs';
|
||||
$_LANG['sitemap_2377be3c2ad9b435ba277a73f0f1ca76'] = 'Marques';
|
||||
$_LANG['shopping-cart_fcb508ac320051bb4723fb938b33de0d'] = 'Je tiens à préciser une adresse de livraison pour chaque produit commandé.';
|
||||
$_LANG['sitemap_a00e46e856e637f8fd077b4fd710c9e2'] = 'Fournisseurs';
|
||||
$_LANG['sitemap_0e1e874dde345d19583102a9fd63fb7e'] = 'Marques';
|
||||
$_LANG['sitemap_34c869c542dee932ef8cd96d2f91cae6'] = 'Nos magasins';
|
||||
$_LANG['sitemap_62f5d708d6ad1fa1ddd9429a65cccbea'] = 'Toutes les catégories';
|
||||
$_LANG['sitemap_782c8b38bce4f2f6975ca7f33ac8189b'] = 'Historique des commandes';
|
||||
$_LANG['store_infos_5792315f09a5d54fb7e3d066672b507f'] = 'Mardi';
|
||||
$_LANG['supplier_71a863ca23a2b5d1dc82e60b908576b5'] = 'Pas de produit pour ce fournisseur.';
|
||||
$_LANG['authentication-create-account_7c4afd8114c2cd8dd000bf3601057b0f'] = 'Vos informations société';
|
||||
$_LANG['authentication-create-account_1011bae349c34405e0c47931fc7ef8ad'] = 'Vos informations société';
|
||||
$_LANG['identity_21102621bd5856b350ae86db3aeed9fc'] = 'N\'hésitez pas à modifier vos informations personnelles si celles-ci ont changé.';
|
||||
$_LANG['manufacturer-list_0397cbccfd02272abd38f8933b865218'] = '%d article';
|
||||
$_LANG['order-address-product-line_e716b72edf18038c04664e9b21569177'] = 'Vous devez choisir une quantité minimale de %d pour ce produit';
|
||||
$_LANG['order-carrier_fe37ec14fa2db219db5279f4934c6dfc'] = 'Produit concerné :';
|
||||
$_LANG['order-carrier_e06b4fd44aa19916cbbb34d7ca26efa1'] = 'Produit concerné :';
|
||||
$_LANG['order-detail_914419aa32f04011357d3b604a86d7eb'] = 'Transporteur';
|
||||
$_LANG['order-opc-new-account_659e59f062c75f81259d22786d6c44aa'] = 'Février';
|
||||
$_LANG['order-payment_c8cd21bd2e33378f10611bc4498cf96f'] = 'Supprimer cette personnalisation';
|
||||
$_LANG['order-return_deb10517653c255364175796ace3553f'] = 'Produit';
|
||||
$_LANG['password_0d0e2934af7d3bc4e7263fcb1f9bc51c'] = 'Récupérer le mot de passe';
|
||||
$_LANG['product_e2dc6c48c56de466f6d13781796abf3d'] = 'remise';
|
||||
$_LANG['shopping-cart_6faae4c39a8a0fc5020af4137f641c8e'] = 'Envoyer les produits disponibles en premier.';
|
||||
$_LANG['product_104d9898c04874d0fbac36e125fa1369'] = 'remise';
|
||||
$_LANG['shopping-cart_30efeba472c0bc4d0747d0109948a714'] = 'Envoyer les produits disponibles en premier.';
|
||||
$_LANG['sitemap_ae9ec80afffec5a455fbf2361a06168a'] = 'Gérer mon compte client';
|
||||
$_LANG['sitemap_fb1da63a72641ff67dc20d82cb239841'] = 'Voir mon historique de commande';
|
||||
|
||||
+183
-183
@@ -5,7 +5,7 @@ $_LANG = array();
|
||||
|
||||
$_LANG['404_a68ba7d969d1294a35138fa501dfb078'] = 'Cerca i prodotti nel nostro catalogo:';
|
||||
$_LANG['address_19f823c6453c2b1ffd09cb715214813d'] = 'Campo richiesto';
|
||||
$_LANG['address_39916f579f264041641c122e68e545d5'] = 'Devi inserire almeno un numero di telefono';
|
||||
$_LANG['address_eeabead01c6c6f25f22bf0b041df58a9'] = 'Devi inserire almeno un numero di telefono';
|
||||
$_LANG['address_46a2a41cc6e552044816a2d04634545d'] = 'Provincia';
|
||||
$_LANG['address_57d056ed0984166336b7879c2af3657f'] = 'Città';
|
||||
$_LANG['address_7cb32e708d6b961d476baced73d362bb'] = 'Numero IVA';
|
||||
@@ -14,16 +14,16 @@ $_LANG['address_c9cc8cce247e49bae79f15173ce97354'] = 'Salva';
|
||||
$_LANG['address_d30f507473129e70c4b962ceccf175cf'] = 'CAP';
|
||||
$_LANG['addresses_06933067aafd48425d67bcb01bba5cb6'] = 'Aggiorna';
|
||||
$_LANG['addresses_3c7d34ae915c6664189dab2aebb02307'] = 'Aggiungi un indirizzo';
|
||||
$_LANG['addresses_bed08e8af70a98c1a8361f13ec477be0'] = 'Aggiungi un nuovo indirizzo';
|
||||
$_LANG['addresses_cf8f33fb835a556eb3aa8e71a88e7b34'] = 'Assicurati di aggiornarli se sono cambiati.';
|
||||
$_LANG['authentication-choice_bffe9a3c9a7e00ba00a11749e022d911'] = 'Entra';
|
||||
$_LANG['authentication-create-account_092daa39d2b825e4a7fe9b31c2080ecb'] = 'Appartamenti, suite, unità, edificio, piano, ecc';
|
||||
$_LANG['addresses_b15e1100a6196acba01ef7aaa5b2a9e5'] = 'Aggiungi un nuovo indirizzo';
|
||||
$_LANG['addresses_e380ae58f85252c076e131862857de35'] = 'Assicurati di aggiornarli se sono cambiati.';
|
||||
$_LANG['authentication-choice_99dea78007133396a7b8ed70578ac6ae'] = 'Entra';
|
||||
$_LANG['authentication-create-account_261ed9f602d575774ae05f2d9f3003da'] = 'Appartamenti, suite, unità, edificio, piano, ecc';
|
||||
$_LANG['authentication-create-account_195fbb57ffe7449796d23466085ce6d8'] = 'Maggio';
|
||||
$_LANG['authentication-create-account_1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Società';
|
||||
$_LANG['authentication-create-account_39916f579f264041641c122e68e545d5'] = 'DEvi registrare almeno un numero di telefono';
|
||||
$_LANG['authentication-create-account_6a1fdb6502fefe71937a62c4d03a810e'] = 'Indirizzo strada, P.O.box, nome societò, c/o';
|
||||
$_LANG['authentication-create-account_86f5978d9b80124f509bdb71786e929e'] = 'Gennaio';
|
||||
$_LANG['authentication-create-account_ac135c86084a47630c9eadb4edd5ef75'] = 'Ricevere le offerte speciali dei nostri partner';
|
||||
$_LANG['authentication-create-account_baca087296e01b5d69799dd53bcd7950'] = 'Ricevere le offerte speciali dei nostri partner';
|
||||
$_LANG['authentication-create-account_c773457e85b990c10f8823eacb21346c'] = 'Codice fiscale';
|
||||
$_LANG['authentication-create-account_dd7bf230fde8d4836917806aff6a6b27'] = 'Indirizzo';
|
||||
$_LANG['authentication-create-account_fa3e5edac607a88d8fd7ecb9d6d67424'] = 'Marzo';
|
||||
@@ -39,7 +39,7 @@ $_LANG['authentication_59ba30f362294e33f80618c601fd2801'] = 'Ci sono %s errori';
|
||||
$_LANG['authentication_688937ccaf2a2b0c45a1c9bbba09698d'] = 'Giugno';
|
||||
$_LANG['authentication_7e823b37564da492ca1629b4732289a8'] = 'Novembre';
|
||||
$_LANG['authentication_846a54955f32846032981f8fe48c35ff'] = 'Indirizzo (riga 2)';
|
||||
$_LANG['authentication_8b5dd64ab8d0b8158906796b53a200e2'] = 'Indirizzo e-mail';
|
||||
$_LANG['authentication_b357b524e740bc85b9790a0712d84a30'] = 'Indirizzo e-mail';
|
||||
$_LANG['authentication_ae7bdef7fe2bbbbf02c11e92c5fceb40'] = 'Il mio indirizzo';
|
||||
$_LANG['authentication_b78a3223503896721cca1303f776159b'] = 'Titolo';
|
||||
$_LANG['authentication_dd7bf230fde8d4836917806aff6a6b27'] = 'Indirizzo';
|
||||
@@ -47,7 +47,7 @@ $_LANG['authentication_eca60ae8611369fe28a02e2ab8c5d12e'] = 'Ottobre';
|
||||
$_LANG['category-count_057502b41589e4fcff2f77eb0b122669'] = 'C\'e %d prodotto.';
|
||||
$_LANG['category-product-list_03c2e7e41ffc181a4e84080b4710e81e'] = 'Nuovo';
|
||||
$_LANG['category-product-list_b55197a49e8c4cd8c314bc2aa39d6feb'] = 'Non disponibile';
|
||||
$_LANG['category-product-sort_b3c4afbd8ec3b1e28710fcbdc8cc0549'] = 'Prezzo: dal più basso';
|
||||
$_LANG['category-product-sort_7f284e119af971a952e4b29f0875fc60'] = 'Prezzo: dal più basso';
|
||||
$_LANG['category-tree-branch_e191aafd204a3bd9d62862f7ccf13f39'] = 'Vedi prodotti';
|
||||
$_LANG['category_d3da97e2d9aee5c8fbe03156ad051c99'] = 'Altro';
|
||||
$_LANG['category_f73cc399b5ce12735a57f03414f09ef9'] = 'Sotto-categorie';
|
||||
@@ -58,28 +58,28 @@ $_LANG['contact-form_4ec1c39345fe8820d68463eea8803b0f'] = 'Il tuo messaggio è s
|
||||
$_LANG['contact-form_6c27c08f40e1b0d9901deb9ff5f722f7'] = 'Titolo argomento';
|
||||
$_LANG['contact-form_8cf04a9734132302f96da8e113e80ce5'] = 'Home';
|
||||
$_LANG['contact-form_bbaff12800505b22a853e8b7f4eb6a22'] = 'Contatta';
|
||||
$_LANG['contact-form_d5552e0564007d93ff5937a9cb3bc491'] = 'Servizio clienti';
|
||||
$_LANG['contact-form_2273d1167a6212812d95dc8fadbae78e'] = 'Servizio clienti';
|
||||
$_LANG['contact-form_d754a9e8cb640da12849a040f3ca8176'] = 'La tua risposta';
|
||||
$_LANG['contact-form_deb10517653c255364175796ace3553f'] = 'Prodotto';
|
||||
$_LANG['discount_334c4a4c42fdb79d7ebc3e73b517e6f8'] = 'nessuno';
|
||||
$_LANG['discount_5b54dccf3cb10410cee693309f409324'] = 'Non possiedi alcun voucher.';
|
||||
$_LANG['discount_6adf97f83acf6453d4a6a4b1070f3754'] = 'nessuno';
|
||||
$_LANG['discount_d3f5baf7537ec2a40ade00599a8da8c6'] = 'Non possiedi alcun voucher.';
|
||||
$_LANG['discount_6adf97f83acf6453d4a6a4b1070f3754'] = 'nessuno';
|
||||
$_LANG['discount_8cf04a9734132302f96da8e113e80ce5'] = 'Home';
|
||||
$_LANG['discount_93cba07454f06a4a960172bbd6e2a435'] = 'Sì';
|
||||
$_LANG['discount_95d2137c196c7f84df5753ed78f18332'] = 'I miei voucher';
|
||||
$_LANG['discount_bafd7322c6e97d25b6299b5d6fe8920b'] = 'No';
|
||||
$_LANG['discount_ca0dbad92a874b2f69b549293387925e'] = 'Codice';
|
||||
$_LANG['discount_f030b242608a016c5e80d53d2faf555b'] = 'I miei voucher';
|
||||
$_LANG['discount_95d2137c196c7f84df5753ed78f18332'] = 'I miei voucher';
|
||||
$_LANG['errors_f117e0acb7542168cb93c7e084f998c8'] = 'c\'è %d errore';
|
||||
$_LANG['footer_a5ea2dfa0714015b950c49835945ec19'] = 'Visita il sito mobile';
|
||||
$_LANG['guest-tracking_3b6bf3c0c07b89dc86f415117a1f0b80'] = 'Indica la tua password:';
|
||||
$_LANG['guest-tracking_43b2f3ca9c34b5934ff858549406f556'] = 'Per avere più vantaggi';
|
||||
$_LANG['guest-tracking_4fb8550e52b59f7f93d60c1d1b56e93e'] = 'Tracciamento ospite';
|
||||
$_LANG['guest-tracking_71860c77c6745379b0d44304d66b6a13'] = 'pagina';
|
||||
$_LANG['guest-tracking_a16574242b3bbe2fc5ec9dc26fe4deb2'] = 'pagina';
|
||||
$_LANG['guest-tracking_94966d90747b97d1f0f206c98a8b1ac3'] = 'Invia';
|
||||
$_LANG['guest-tracking_df1555fe48479f594280a2e03f9a8186'] = 'E-mail:';
|
||||
$_LANG['guest-tracking_6a1e265f92087bb6dd18194833fe946b'] = 'E-mail:';
|
||||
$_LANG['history_0eede552438475bdfe820c13f24c9399'] = 'Costo totale';
|
||||
$_LANG['history_1e860e56970a81a1ba3e1fcb7fccc846'] = 'Numero ordine';
|
||||
$_LANG['history_5d4710f9a8250b13164a82c94d5b00d1'] = 'Numero ordine';
|
||||
$_LANG['history_44749712dbec183e983dcd78a7736c41'] = 'Data';
|
||||
$_LANG['history_5acc2ceeb883ba07cef2d02ea382f242'] = 'Non hai inviato alcun ordine.';
|
||||
$_LANG['history_8cf04a9734132302f96da8e113e80ce5'] = 'Home';
|
||||
@@ -105,7 +105,7 @@ $_LANG['my-account_a82be0f551b8708bc08eb33cd9ded0cf'] = 'Dati';
|
||||
$_LANG['my-account_e06d7593c1cd6dabef450be6c3da7091'] = 'Restituzione merci';
|
||||
$_LANG['order-address-multishipping-products_03ab340b3f99e03cff9e84314ead38c0'] = 'Q.tà';
|
||||
$_LANG['order-address-multishipping-products_b669d5bfee7c83844d00c007ef74cd2a'] = 'Scegli l\'indirizzo di spedizione:';
|
||||
$_LANG['order-address-multishipping_617096c86d35478132502be00e12e016'] = 'Se vuoi aggiungere un commento al tuo ordine, scrivilo qui sotto.';
|
||||
$_LANG['order-address-multishipping_d93651d012e77dac5581b08db33195b2'] = 'Se vuoi aggiungere un commento al tuo ordine, scrivilo qui sotto.';
|
||||
$_LANG['order-address_06933067aafd48425d67bcb01bba5cb6'] = 'Aggiorna';
|
||||
$_LANG['order-address_284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Indirizzi';
|
||||
$_LANG['order-address_390b4c95516a4b7faf97389ca46fc0c7'] = 'Usa lo stesso indirizzo per la fatturazione.';
|
||||
@@ -114,25 +114,25 @@ $_LANG['order-address_82a7d396bbd6f6fef648578b4ae2ea81'] = 'Scegli un indirizzo
|
||||
$_LANG['order-address_d0748d2df4aed77bd7591b3ac6c52c83'] = 'Scegli un indirizzo di consegna:';
|
||||
$_LANG['order-address_ec211f7c20af43e742bf2570c3cb84f9'] = 'Aggiungi';
|
||||
$_LANG['order-carrier_5c2dfd55fea1f5c6adef500fcb6403b4'] = 'Costo aggiuntivo di';
|
||||
$_LANG['order-carrier_617096c86d35478132502be00e12e016'] = 'Se vuoi aggiungere un commento riguardo al tuo ordine, scrivilo qui di seguito.';
|
||||
$_LANG['order-carrier_d93651d012e77dac5581b08db33195b2'] = 'Se vuoi aggiungere un commento riguardo al tuo ordine, scrivilo qui di seguito.';
|
||||
$_LANG['order-carrier_bd5b551d1757a856d9f2d01dc7850080'] = 'Invia un messaggio';
|
||||
$_LANG['order-carrier_c2a32e7734b79d54eaaddb651707b403'] = 'Il più veloce';
|
||||
$_LANG['order-carrier_e085dcd05d73bdd5afe338e5b6e42a18'] = 'Scegli il tuo metodo di consegna';
|
||||
$_LANG['order-carrier_e73804ec18eba10918b8d9c3208d46bd'] = 'Scegli il tuo metodo di consegna';
|
||||
$_LANG['order-carrier_e4045598261988d9988c594243a9434d'] = 'Condizioni generali di vendita';
|
||||
$_LANG['order-carrier_f5bf48aa40cad7891eb709fcf1fde128'] = 'prodotto';
|
||||
$_LANG['order-carrier_f60920a83c506f883cff36d8322816a4'] = 'Vorrei l\'ordine in una confezione regalo.';
|
||||
$_LANG['order-carrier_deb10517653c255364175796ace3553f'] = 'prodotto';
|
||||
$_LANG['order-carrier_32224bd6487699ea66652d3dc502455d'] = 'Vorrei l\'ordine in una confezione regalo.';
|
||||
$_LANG['order-confirmation_4082ea29b4f196c4f60533500139725a'] = 'Segui il mio ordine';
|
||||
$_LANG['order-confirmation_9390390581f54c65d6acfc8da4e17362'] = 'Torna agli ordini';
|
||||
$_LANG['order-detail-product-li_0eede552438475bdfe820c13f24c9399'] = 'Totale prezzo';
|
||||
$_LANG['order-detail-product-li_aec9b5b1c2f91ccdef8e25f5f1dac86a'] = 'Download del prodotto';
|
||||
$_LANG['order-detail_01abfc750a0c942167651c40d088531d'] = 'n.';
|
||||
$_LANG['order-detail_0a4af520470128dd451243ce1cd5a852'] = 'Scarica la fattura come file. PDF';
|
||||
$_LANG['order-detail_e682495785e844d491378817aa34aa3f'] = 'Scarica la fattura come file. PDF';
|
||||
$_LANG['order-detail_4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Messaggio';
|
||||
$_LANG['order-detail_6332e7985befad227455d60812bd1449'] = 'Riferimento Ordine %s - effettuato il';
|
||||
$_LANG['order-detail_755bb0834a77079fd1330b555b69e6bf'] = 'Hai dato il permesso di ricevere il tuo ordine in una confezione riciclabile.';
|
||||
$_LANG['order-detail_780c462e85ba4399a5d42e88f69a15ca'] = 'Fatturazione';
|
||||
$_LANG['order-detail_940663fd4428d2c86f9a4780b6574028'] = 'Messaggio:';
|
||||
$_LANG['order-detail_afd82044ef6cb3a99383a79fa5c68c9f'] = 'Non puoi restituire la merce con un accout ospite';
|
||||
$_LANG['order-detail_3d056974128aa7405c1941a684b8279d'] = 'Non puoi restituire la merce con un accout ospite';
|
||||
$_LANG['order-detail_c1f6368d15f7c13c4e5e8f70c68c747f'] = 'Metodo di pagamento:';
|
||||
$_LANG['order-detail_ec53a8c4f07baed5d8825072c89799be'] = 'Stato';
|
||||
$_LANG['order-detail_f4e8b53a114e5a17d051ab84d326cae5'] = 'Totale spedizione';
|
||||
@@ -144,24 +144,24 @@ $_LANG['order-follow_9bb4b32641712af2309584a5e97c0f73'] = 'Questo ordine non pu
|
||||
$_LANG['order-follow_cc894fffb019b528d12951b74d6d2b6e'] = 'Ordine di ritorno';
|
||||
$_LANG['order-follow_d442cb92c3b031eceacbfe87605b9356'] = 'Stato del pacchetto';
|
||||
$_LANG['order-follow_e6f6a5e58ee6d010f22e4b3dbd756213'] = 'Spunta almeno un prodotto che vuoi restituire.';
|
||||
$_LANG['order-opc-address_ece53f91d0525eaa402014fe2736a158'] = 'Indirizzo di fatturazione';
|
||||
$_LANG['order-opc-address_601d8c4b9f72fc1862013c19b677a499'] = 'Indirizzo di fatturazione';
|
||||
$_LANG['order-opc-carrier_0a5737e9ac4d4cdbf41e473674c0e557'] = 'Accetto senza riserve le condizioni generali di vendita.';
|
||||
$_LANG['order-opc-carrier_b4e59f3a4554655a099738382ebedbff'] = 'Se lo desideri, puoi aggiungere una bigliettino al regalo:';
|
||||
$_LANG['order-opc-carrier_ea9cf7e47ff33b2be14e6dd07cbcefc6'] = 'Spedizione';
|
||||
$_LANG['order-opc-carrier_946dae510a3d0d085fe207531e9fc81f'] = 'Se lo desideri, puoi aggiungere una bigliettino al regalo:';
|
||||
$_LANG['order-opc-carrier_66f51e43606e2baebb8e9c3bfe965da4'] = 'Spedizione';
|
||||
$_LANG['order-opc-new-account_41c2fff4867cc204120f001e7af20f7a'] = 'Cellulare';
|
||||
$_LANG['order-opc-new-account_57d056ed0984166336b7879c2af3657f'] = 'Città';
|
||||
$_LANG['order-opc-new-account_688937ccaf2a2b0c45a1c9bbba09698d'] = 'Giugno';
|
||||
$_LANG['order-opc-new-account_6f6162d3a052bb330e9c60285c74c6c9'] = 'Iscriviti alla nostra newsletter';
|
||||
$_LANG['order-opc-new-account_93edfc7af9b6471b30030cf17646e36c'] = 'Iscriviti alla nostra newsletter';
|
||||
$_LANG['order-opc-new-account_7cb32e708d6b961d476baced73d362bb'] = 'Partita IVA';
|
||||
$_LANG['order-opc-new-account_82331503174acbae012b2004f6431fa5'] = 'Dicembre';
|
||||
$_LANG['order-opc-new-account_86f5978d9b80124f509bdb71786e929e'] = 'Gennaio';
|
||||
$_LANG['order-opc-new-account_8b5dd64ab8d0b8158906796b53a200e2'] = 'Indirizzo e-mail';
|
||||
$_LANG['order-opc-new-account_b357b524e740bc85b9790a0712d84a30'] = 'Indirizzo e-mail';
|
||||
$_LANG['order-opc-new-account_8d3f5eff9c40ee315d452392bed5309b'] = 'Cognome';
|
||||
$_LANG['order-opc-new-account_af0f5bdc5be121b9307687aeeae38c17'] = 'Indirizzo di consegna';
|
||||
$_LANG['order-opc-new-account_cc5d90569e1c8313c2b1c2aab1401174'] = 'Settembre';
|
||||
$_LANG['order-opc-new-account_dd7bf230fde8d4836917806aff6a6b27'] = 'Indirizzo';
|
||||
$_LANG['order-opc-new-account_dec9cc6702179299ae451c11633915c6'] = 'Check out rapido e semplice';
|
||||
$_LANG['order-opc-new-account_e27f7a671905c0944d0ba5ab8e3d03fb'] = 'Informazioni account salvate correttamente';
|
||||
$_LANG['order-opc-new-account_ce025dc66f590f8c03ad9556bc376d9e'] = 'Check out rapido e semplice';
|
||||
$_LANG['order-opc-new-account_6a35e1439d14f62e7177f59c175c886f'] = 'Informazioni account salvate correttamente';
|
||||
$_LANG['order-opc-new-account_ea318a4ad37f0c2d2c368e6c958ed551'] = 'CI / CF / NIE';
|
||||
$_LANG['order-opc-new-account_fe66abce284ec8589e7d791185b5c442'] = 'Telefono di casa';
|
||||
$_LANG['order-opc_1f87346a16cf80c372065de3c54c86d9'] = '(Tasse incluse)';
|
||||
@@ -179,48 +179,48 @@ $_LANG['order-payment_dd1f775e443ff3b9a89270713580a51b'] = 'Precedente';
|
||||
$_LANG['order-payment_ec211f7c20af43e742bf2570c3cb84f9'] = 'Aggiungi';
|
||||
$_LANG['order-payment_f2a6c498fb90ee345d997f888fce3b18'] = 'Cancella';
|
||||
$_LANG['order-payment_f7b96335c6a33477579e43f3da368507'] = 'Approfitta delle nostre offerte:';
|
||||
$_LANG['order-return_1ca819fd1ccd9dfc3a091c66b778271f'] = 'Tutti i prodotti devono essere restituiti nella loro confezione originale, senza danni o usura.';
|
||||
$_LANG['order-return_c412711583768a1e9c2deafe9243eee9'] = 'Stato attuale della tua restituzione della merce:';
|
||||
$_LANG['order-return_2b79d007c64009edf92d06f7cb280b25'] = 'Tutti i prodotti devono essere restituiti nella loro confezione originale, senza danni o usura.';
|
||||
$_LANG['order-return_6f1f2e16c84468614218f62ca6b42ba2'] = 'Stato attuale della tua restituzione della merce:';
|
||||
$_LANG['order-return_dd0b8feb4eb6c389c284518f5683017c'] = 'Il tuo pacchetto deve essere restituito entro';
|
||||
$_LANG['order-return_ed2b5c0139cec8ad2873829dc1117d50'] = 'il';
|
||||
$_LANG['order-slip_3cb6ea48a427bf3a1687302e3b764c27'] = 'Visualizza nota di credito';
|
||||
$_LANG['order-slip_446faa7da2d42ba4ffeda73cb119dd91'] = 'Data di emissione';
|
||||
$_LANG['order-slip_77346fbddedb12894e80d8a9132b6b87'] = 'Note di credito che hai ricevuto dopo aver cancellato gli ordini';
|
||||
$_LANG['order-steps_99dea78007133396a7b8ed70578ac6ae'] = 'Login';
|
||||
$_LANG['order-steps_051672911a3f1f05efba78a553ef6fe2'] = 'Login';
|
||||
$_LANG['pages-list_5813ce0ec7196c492c97596718f71969'] = 'Mappa del sito';
|
||||
$_LANG['pagination_dd1f775e443ff3b9a89270713580a51b'] = 'Precedente';
|
||||
$_LANG['pagination_e0aa021e21dddbd6d8cecec71e9cf564'] = 'OK';
|
||||
$_LANG['password_01a569ddc6cf67ddec2a683f0a5f5956'] = 'Hai dimenticato la password';
|
||||
$_LANG['password_d28f8b8bba7b45bc5103b23b4f21b4fd'] = 'Torna a Login';
|
||||
$_LANG['prices-drop_62e15ca272c14c03aa52b64c8caf2334'] = 'Nessuna riduzione prezzo.';
|
||||
$_LANG['prices-drop_701ddcee4495ef7a80e99750caf63941'] = 'Nessuna riduzione prezzo.';
|
||||
$_LANG['product-compare_7eece51cf3938103677db7a5051ef8f5'] = 'Confronta';
|
||||
$_LANG['product-desc-features_801ab24683a4a8c433c6eb40c48bcd9d'] = 'Download';
|
||||
$_LANG['product-desc-features_b55197a49e8c4cd8c314bc2aa39d6feb'] = 'Non disponibile';
|
||||
$_LANG['product-list_03c2e7e41ffc181a4e84080b4710e81e'] = 'Nuovo';
|
||||
$_LANG['product-list_2d0f6b8300be19cf35e89e66f0677f95'] = 'Aggiungi al carrello';
|
||||
$_LANG['product-prices_03de921a8ea82897e13d33d66c28b4db'] = 'Solo online';
|
||||
$_LANG['product-prices_887ee91702c962a70b87cbef07bbcaec'] = 'Tasse escl.';
|
||||
$_LANG['product-prices_58ef6750a23ba432fc1377b7de085d9f'] = 'Tasse escl.';
|
||||
$_LANG['product-prices_fe3838c7c11aa406dd956566e17360d5'] = 'per';
|
||||
$_LANG['product-sort_29ca2c66ccf5f39e95890f08204b3e85'] = 'Prezzo: dal più caro';
|
||||
$_LANG['product-sort_baf800c24fcb4b5721f22a5a88f1f41a'] = 'In magazzino';
|
||||
$_LANG['product-sort_03590cca8220917788b5a6c25fa39a15'] = 'Prezzo: dal più caro';
|
||||
$_LANG['product-sort_fcebe56087b9373f15514831184fa572'] = 'In magazzino';
|
||||
$_LANG['product_10ac3d04253ef7e1ddc73e6091c0cd55'] = 'Successivo';
|
||||
$_LANG['product_3d0d1f906e27800531e054a3b6787b7c'] = 'Quantità:';
|
||||
$_LANG['product_588907ab2d492aca0b07b5bf9c931eea'] = 'In vendita';
|
||||
$_LANG['product_7bb63c7de5a5ee79356083a12f21e1e8'] = 'invece di';
|
||||
$_LANG['product_9a9a97ca85af73f90515e72745f730f0'] = 'invece di';
|
||||
$_LANG['product_7dcd185f890fd28f69d1ed210292d77f'] = 'Scheda tecnica';
|
||||
$_LANG['product_7f8c1eb3bfb1d0f94b20515f3cc5a211'] = 'campi obbligatori';
|
||||
$_LANG['product_9173701581f0213f0104e064479e4ca3'] = 'con questi attributi, ma è disponibile con altri';
|
||||
$_LANG['product_fa3638ce880fddddb872f53943933487'] = 'con questi attributi, ma è disponibile con altri';
|
||||
$_LANG['product_9981d2af851e4b4a4ea612d59f08ab9c'] = 'Altre visualizzazioni';
|
||||
$_LANG['product_9dffbf69ffba8bc38bc4e01abf4b1675'] = 'Testi';
|
||||
$_LANG['product_a134618182b99ff9151d7e0b6b92410a'] = '(non influenzato dallo sconto)';
|
||||
$_LANG['product_c6beb9157a0e29e604ad5ec484488608'] = 'Vedi a schermo intero';
|
||||
$_LANG['product_9369ba148ee259473fc1fb4939b6c2e8'] = 'Vedi a schermo intero';
|
||||
$_LANG['product_d3da97e2d9aee5c8fbe03156ad051c99'] = 'Più';
|
||||
$_LANG['product_e2e79605fc9450ec17957cf0e910f5c6'] = 'tasse incl.';
|
||||
$_LANG['product_f2a6c498fb90ee345d997f888fce3b18'] = 'Elimina';
|
||||
$_LANG['product_f9ddd507fdf437437efdcb333a0f4ff0'] = 'Questo prodotto non è visibile ai tuoi clienti.';
|
||||
$_LANG['scenes_ca2bf12169883f4982d8fe34b7e3c618'] = 'Prezzo ridotto!';
|
||||
$_LANG['search_13348442cc6a27032d2b4aa28b75a5d3'] = 'Cerca';
|
||||
$_LANG['search_974056479706646f1e092ada9e3cfc2b'] = 'Nessun risultato per la tua ricerca';
|
||||
$_LANG['search_24c29702dc9c63dedb98e92f3028e068'] = 'Cerca';
|
||||
$_LANG['search_b2c56c8b57680e576c61c1b5df0d0c2d'] = 'Nessun risultato per la tua ricerca';
|
||||
$_LANG['shopping-cart-product-line_e716b72edf18038c04664e9b21569177'] = 'Devi comprare un minimo di %d di questo prodotto';
|
||||
$_LANG['shopping-cart_03ab340b3f99e03cff9e84314ead38c0'] = 'Qtà';
|
||||
$_LANG['shopping-cart_1ad9dce3d19b51de499eeaa71418435b'] = 'Totale (tasse escl.)';
|
||||
@@ -230,29 +230,29 @@ $_LANG['shopping-cart_5af5f631f774a71445e3028253874394'] = 'Questo negozio non h
|
||||
$_LANG['shopping-cart_853ae90f0351324bd73ea615e6487517'] = ':';
|
||||
$_LANG['shopping-cart_86024cad1e83101d97359d7351051156'] = 'prodotti';
|
||||
$_LANG['shopping-cart_a23048e27d3360662e56525a2405e7f9'] = 'Lista dei voucher';
|
||||
$_LANG['shopping-cart_b935a8c55ff8c1c967d6f848b375db81'] = 'Totale confezione regalo (tasse incl.):';
|
||||
$_LANG['shopping-cart_be686376cddb23d0227444ccc3c4b5b7'] = 'Voucher:';
|
||||
$_LANG['shopping-cart_f7b96335c6a33477579e43f3da368507'] = 'Approfitta delle nostre offerte:';
|
||||
$_LANG['shopping-cart_68c1f7726dbf6e8c073350b2fb3a1604'] = 'Totale confezione regalo (tasse incl.):';
|
||||
$_LANG['shopping-cart_f8f5730f2ee46b88120ff192190fb7cd'] = 'Voucher:';
|
||||
$_LANG['shopping-cart_12a7a93d72ded50311b52c7d0a853e3c'] = 'Approfitta delle nostre offerte:';
|
||||
$_LANG['sitemap_284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Indirizzi';
|
||||
$_LANG['sitemap_5813ce0ec7196c492c97596718f71969'] = 'Mappa del sito';
|
||||
$_LANG['sitemap_9d5bf15117441a1b52eb1f0808e4aad3'] = 'Sconti';
|
||||
$_LANG['sitemap_9ff0635f5737513b1a6f559ac2bff745'] = 'Nuovi prodotti';
|
||||
$_LANG['sitemap_af1b98adf7f686b84cd0b443e022b7a0'] = 'Categorie';
|
||||
$_LANG['sitemap_8c38776925f7cf41c090646a43157024'] = 'Categorie';
|
||||
$_LANG['sitemap_bbaff12800505b22a853e8b7f4eb6a22'] = 'Contatta';
|
||||
$_LANG['store_infos_9d1a0949c39e66a0cd65240bc0ac9177'] = 'Domenica';
|
||||
$_LANG['store_infos_ad179a1071ebd8b00e0ff4718301dcea'] = 'Ore:';
|
||||
$_LANG['store_infos_a75e076c6fa3af6798371ae003c68364'] = 'Ore:';
|
||||
$_LANG['stores_12e8c7785484eb1547a9793a6b8603f9'] = 'La tua posizione:';
|
||||
$_LANG['stores_1aee1c574c3c0cfa2d4e6692158bbc47'] = 'Nessun negozio trovato, prova a selezionare un raggio più ampio';
|
||||
$_LANG['stores_7ab6c2300ac1d74d35cadcfb39254827'] = 'Nessun negozio trovato, prova a selezionare un raggio più ampio';
|
||||
$_LANG['stores_34c869c542dee932ef8cd96d2f91cae6'] = 'I nostri negozi';
|
||||
$_LANG['stores_673ae02fffb72f0fe68a66f096a01347'] = 'Telefono:';
|
||||
$_LANG['stores_6cbcb5b200332cd223fd4f35f2f1a659'] = 'negozio trovato - vedi i dettagli:';
|
||||
$_LANG['stores_9b361fc1702bc432e712c88330537a8d'] = 'Ecco i dettagli dei nostri negozi, non esitare a contattarci:';
|
||||
$_LANG['stores_f8be99e56d4207f6df76e12bd32e0fea'] = 'Ecco i dettagli dei nostri negozi, non esitare a contattarci:';
|
||||
$_LANG['supplier-list_44cc6cf69e752cd267e29e71ac4175ff'] = 'Non ci sono fornitori.';
|
||||
$_LANG['supplier-list_70e0158b4815b0ad6be5f86a11e3a3b4'] = 'Ci sono %d fornitori';
|
||||
$_LANG['supplier_1814d65a76028fdfbadab64a5a8076df'] = 'Fornitori';
|
||||
$_LANG['supplier_a00e46e856e637f8fd077b4fd710c9e2'] = 'Fornitori';
|
||||
$_LANG['contact-form_1e860e56970a81a1ba3e1fcb7fccc846'] = 'Numero ordine';
|
||||
$_LANG['addresses_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Il mio account';
|
||||
$_LANG['contact-form_cc5fd9b9f1cad59fcff97a1f21f34304'] = 'Invia un messaggio';
|
||||
$_LANG['contact-form_b3e4d8d61f99bac80e6aa1774d73445b'] = 'Invia un messaggio';
|
||||
$_LANG['product_3dd42bfc8345e82c43b4a40a3426ec49'] = 'Riferimento:';
|
||||
$_LANG['address_0f68b904e33d9ac04605aecc958bcf52'] = 'Dati supplementari';
|
||||
$_LANG['address_1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Azienda';
|
||||
@@ -263,7 +263,7 @@ $_LANG['address_e9b6b3aa3cab28048d3879710882e1de'] = 'Modifica indirizzi';
|
||||
$_LANG['addresses_a6d373cdb986fc009a5a040a4c3d8c1d'] = 'Configura gli indirizzi desiderati di fatturazione e consegna così che siano preselezionati quando si effettua un ordine. Puoi anche aggiungere altri indirizzi, utili per inviare regali o ricevere il tuo ordine in ufficio.';
|
||||
$_LANG['addresses_e45be0a0d4a0b62b15694c1a631e6e62'] = 'I miei indirizzi';
|
||||
$_LANG['addresses_f2a6c498fb90ee345d997f888fce3b18'] = 'Cancella';
|
||||
$_LANG['authentication-choice_5bef23eb7efff2736c5583bda59e5eb7'] = 'Crea il tuo account';
|
||||
$_LANG['authentication-choice_2fdfd506efea08144c0794c32ca8250a'] = 'Crea il tuo account';
|
||||
$_LANG['authentication-create-account_19f823c6453c2b1ffd09cb715214813d'] = 'Campi obbligatori';
|
||||
$_LANG['authentication-create-account_41ba70891fb6f39327d8ccb9b1dafb84'] = 'Agosto';
|
||||
$_LANG['authentication-create-account_41c2fff4867cc204120f001e7af20f7a'] = 'Cellulare';
|
||||
@@ -271,31 +271,31 @@ $_LANG['authentication-create-account_455175f3f5be6306247babb349c0515a'] = 'Il t
|
||||
$_LANG['authentication-create-account_59716c97497eb9694541f7c3d37b1a4d'] = 'Paese';
|
||||
$_LANG['authentication-create-account_6335a00a08fde0fbb8f6d6630cdadd92'] = 'I tuoi dati personali';
|
||||
$_LANG['authentication-create-account_688937ccaf2a2b0c45a1c9bbba09698d'] = 'Giugno';
|
||||
$_LANG['authentication-create-account_6c1c4d5a22e3d6ed8385e7287233396f'] = 'Dai un titolo a questo indirizzo per riferimenti futuri';
|
||||
$_LANG['authentication-create-account_f9b479c47658c53084b56edcc3a2cd3a'] = 'Dai un titolo a questo indirizzo per riferimenti futuri';
|
||||
$_LANG['authentication-create-account_85fb93a8ee9440499692da24a1621769'] = 'APE';
|
||||
$_LANG['authentication-create-account_ae7bdef7fe2bbbbf02c11e92c5fceb40'] = 'Il mio indirizzo';
|
||||
$_LANG['authentication-create-account_b60bb13a87fe3ae5463aeb0980a5a8a1'] = 'Numero di identificazione';
|
||||
$_LANG['authentication-create-account_eca60ae8611369fe28a02e2ab8c5d12e'] = 'Ottobre';
|
||||
$_LANG['authentication_1e884e3078d9978e216a027ecd57fb34'] = 'E-mail';
|
||||
$_LANG['authentication_6a1e265f92087bb6dd18194833fe946b'] = 'E-mail';
|
||||
$_LANG['authentication_20db0bfeecd8fe60533206a2b5e9891a'] = 'Nome';
|
||||
$_LANG['authentication_39916f579f264041641c122e68e545d5'] = 'Devi registrare almeno un numero di telefono';
|
||||
$_LANG['authentication_eeabead01c6c6f25f22bf0b041df58a9'] = 'Devi registrare almeno un numero di telefono';
|
||||
$_LANG['authentication_57d056ed0984166336b7879c2af3657f'] = 'Città';
|
||||
$_LANG['authentication_659e59f062c75f81259d22786d6c44aa'] = 'Febbraio';
|
||||
$_LANG['authentication_86f5978d9b80124f509bdb71786e929e'] = 'Gennaio';
|
||||
$_LANG['authentication_8d3f5eff9c40ee315d452392bed5309b'] = 'Cognome';
|
||||
$_LANG['authentication_99dea78007133396a7b8ed70578ac6ae'] = 'Login';
|
||||
$_LANG['authentication_051672911a3f1f05efba78a553ef6fe2'] = 'Login';
|
||||
$_LANG['authentication_af0f5bdc5be121b9307687aeeae38c17'] = 'Indirizzo di consegna';
|
||||
$_LANG['authentication_b60bb13a87fe3ae5463aeb0980a5a8a1'] = 'Numero di identificazione';
|
||||
$_LANG['authentication_bcc254b55c4a1babdf1dcb82c207506b'] = 'Telefono';
|
||||
$_LANG['authentication_bf2957630c4209f61a388a08c2154915'] = '(min. 5 caratteri)';
|
||||
$_LANG['authentication_f430bd2f85c4424dabd003de2ddf370c'] = '(min. 5 caratteri)';
|
||||
$_LANG['authentication_bffe9a3c9a7e00ba00a11749e022d911'] = 'Log in';
|
||||
$_LANG['authentication_d30f507473129e70c4b962ceccf175cf'] = 'CAP';
|
||||
$_LANG['authentication_d726bc5637e9f053917227ec02f6c9d7'] = 'Inserisci il tuo indirizzo e-mail per creare un account';
|
||||
$_LANG['authentication_07b66aebbc092434ec2f0558f229ad53'] = 'Inserisci il tuo indirizzo e-mail per creare un account';
|
||||
$_LANG['authentication_ea318a4ad37f0c2d2c368e6c958ed551'] = 'CI / CF / NIE';
|
||||
$_LANG['breadcrumb_b7a41993870e7125b9d4a19c952e5cab'] = 'torna a Home';
|
||||
$_LANG['breadcrumb_56cf8b33ab527ab81b4f6b3ceac090dd'] = 'torna a Home';
|
||||
$_LANG['category-product-list_ca2bf12169883f4982d8fe34b7e3c618'] = 'Prezzo ridotto!';
|
||||
$_LANG['category-product-list_d0fcb89c94b29d6ab2db749ff688dc7c'] = 'Solo online!';
|
||||
$_LANG['category-product-sort_29ca2c66ccf5f39e95890f08204b3e85'] = 'Prezzo: dal più caro';
|
||||
$_LANG['category-product-sort_03590cca8220917788b5a6c25fa39a15'] = 'Prezzo: dal più caro';
|
||||
$_LANG['category-product-sort_4f4f552919d5a7ad3435b5fdb7fcae61'] = 'Nome del prodotto: dalla Z alla A';
|
||||
$_LANG['cms_110a4b01beabd53b661a47d4b44bd7a8'] = 'Pubblica';
|
||||
$_LANG['cms_d3c42ceb9bee8c44815b53f36e496925'] = 'Lista delle sottocategorie in %s:';
|
||||
@@ -309,50 +309,50 @@ $_LANG['guest-tracking_92dbb751eb9457441af82a53f3cfae54'] = 'Per esempio: QIIXJX
|
||||
$_LANG['header_a85eba4c6c699122b2bb1387ea4813ad'] = 'Carrello';
|
||||
$_LANG['history_0b3db27bc15f682e92ff250ebb167d4b'] = 'Torna al tuo account';
|
||||
$_LANG['history_1b6324ace95b17a01323052fda855989'] = 'Prodotti da scaricare';
|
||||
$_LANG['history_26aa02964b3c2f82231e4c064150e29e'] = 'Ecco gli ordini che hai eseguito dalla creazione del tuo account';
|
||||
$_LANG['history_c453a4b8e8d98e82f35b67f433e3b4da'] = 'Pagamento';
|
||||
$_LANG['history_06b05d09714a236f1e285a6b5c83a209'] = 'Ecco gli ordini che hai eseguito dalla creazione del tuo account';
|
||||
$_LANG['history_bd0e34e5be6447844e6f262d51f1a9dc'] = 'Pagamento';
|
||||
$_LANG['history_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Il mio account';
|
||||
$_LANG['identity_10803b83a68db8f7e7a33e3b41e184d0'] = 'Data di nascita';
|
||||
$_LANG['identity_20db0bfeecd8fe60533206a2b5e9891a'] = 'Nome';
|
||||
$_LANG['identity_4bc28f132d571b160ba407e143915de2'] = 'Password attuale';
|
||||
$_LANG['identity_659e59f062c75f81259d22786d6c44aa'] = 'Febbraio';
|
||||
$_LANG['identity_6f6162d3a052bb330e9c60285c74c6c9'] = 'Iscriviti alla nostra newsletter';
|
||||
$_LANG['identity_8514d6418c5a503c4accac47e764ce11'] = 'La tua password è stata inviata al tuo indirizzo e-mail.';
|
||||
$_LANG['identity_93edfc7af9b6471b30030cf17646e36c'] = 'Iscriviti alla nostra newsletter';
|
||||
$_LANG['identity_29224ba63cde6e9f1e16691138bdf954'] = 'La tua password è stata inviata al tuo indirizzo e-mail.';
|
||||
$_LANG['identity_94d33283c51fdd4a296157461259aee0'] = 'I tuoi dati personali sono stati aggiornati.';
|
||||
$_LANG['identity_fa3e5edac607a88d8fd7ecb9d6d67424'] = 'Marzo';
|
||||
$_LANG['live_edit_3c5b87f318f203adbfcc5d6a68959359'] = 'Errore nel caricamento della lista dei moduli';
|
||||
$_LANG['live_edit_b5a7416281b1e9483305b7cdeb9db954'] = 'Sei sicuto? Se chiudi questa finestra la sua posizione non sarà salvata';
|
||||
$_LANG['maintenance_22e0c4d1554f8621cd74b427855266e1'] = 'Per effettuare lavori di manutenzione, il sito non è momentaneamente raggiungibile.';
|
||||
$_LANG['manufacturer-list_ce7bdbaa2a5998973271d85172456ee6'] = 'Non ci sono produttori';
|
||||
$_LANG['manufacturer_2377be3c2ad9b435ba277a73f0f1ca76'] = 'Produttori';
|
||||
$_LANG['manufacturer_0e1e874dde345d19583102a9fd63fb7e'] = 'Produttori';
|
||||
$_LANG['manufacturer_d3da97e2d9aee5c8fbe03156ad051c99'] = 'Altro';
|
||||
$_LANG['my-account_9132bc7bac91dd4e1c453d4e96edf219'] = 'Le mie note di credito';
|
||||
$_LANG['my-account_95d2137c196c7f84df5753ed78f18332'] = 'I miei voucher';
|
||||
$_LANG['my-account_a82868319826fb092b73968e661b5b38'] = 'Voucher';
|
||||
$_LANG['my-account_d1a365ea7809ae5831c6d9f86886630c'] = 'Note di credito';
|
||||
$_LANG['my-account_f4c5b2b545efb89fefa11fd6c9da1cb3'] = 'Aggiungi il mio primo indirizzo';
|
||||
$_LANG['my-account_8d201494ac15414c04d73247e367ec28'] = 'Aggiungi il mio primo indirizzo';
|
||||
$_LANG['new-products_9ff0635f5737513b1a6f559ac2bff745'] = 'Nuovi prodotti';
|
||||
$_LANG['new-products_d58424783355b6da2dedc302f2bf4065'] = 'Non ci sono nuovi prodotti.';
|
||||
$_LANG['order-address-multishipping-products_0c458988127eb2150776881e2ef3f0c4'] = 'Indirizzo di spedizione';
|
||||
$_LANG['order-address-multishipping-products_713abca3b7abddc0445099b23c0a3697'] = 'Spedire a diversi indirizzi';
|
||||
$_LANG['order-address-multishipping-products_89379e8168d3baf9be5963422ac20caa'] = 'Alcune qantità sono cambiate, si prega di controllate.';
|
||||
$_LANG['order-address-multishipping-products_68491b1a5c4ae0b0b8c3954c44c76f0b'] = 'Alcune qantità sono cambiate, si prega di controllate.';
|
||||
$_LANG['order-address-multishipping-products_deb10517653c255364175796ace3553f'] = 'Prodotto';
|
||||
$_LANG['order-address-multishipping_8a8c9edb5531fa2f822295d1830d090f'] = 'Il tuo indirizzo di spedizione';
|
||||
$_LANG['order-address-multishipping_b15e1100a6196acba01ef7aaa5b2a9e5'] = 'Aggiungi nuovo indirizzo';
|
||||
$_LANG['order-address-multishipping_da9d6ec2998a07c31ec9eb93c9f254ed'] = 'Il tuo indirizzo di fatturazione';
|
||||
$_LANG['order-address-product-line_1d9baf077ee87921f57a8fe42d510b65'] = 'Sottrai';
|
||||
$_LANG['order-address_617096c86d35478132502be00e12e016'] = 'Se vuoi aggiungere un commento sul tuo ordine, scrivilo qui di seguito.';
|
||||
$_LANG['order-address_8ea2f4a1acf2201a5233639f0cf67196'] = 'Vorrei specificare un indirizzo diverso per gni prodotto che ho ordinato.';
|
||||
$_LANG['order-address_d93651d012e77dac5581b08db33195b2'] = 'Se vuoi aggiungere un commento sul tuo ordine, scrivilo qui di seguito.';
|
||||
$_LANG['order-address_1a2ba42c10f64d9f42a857a22da4ec5d'] = 'Vorrei specificare un indirizzo diverso per gni prodotto che ho ordinato.';
|
||||
$_LANG['order-address_e744ae5ff1db45c76911ee834b7fafcd'] = 'Spedizione multipla';
|
||||
$_LANG['order-address_f5bf48aa40cad7891eb709fcf1fde128'] = 'prodotto';
|
||||
$_LANG['order-carrier_0fce1189b263c211a8239fb0e9df004d'] = 'Accetto di ricevere l\'ordine in una confezione riciclata';
|
||||
$_LANG['order-carrier_9193b58520051d8b59ca64a5cc5353ff'] = 'Accetto di ricevere l\'ordine in una confezione riciclata';
|
||||
$_LANG['order-carrier_1f87346a16cf80c372065de3c54c86d9'] = '(Tasse incl.)';
|
||||
$_LANG['order-carrier_2d51d96d770cc2244be31a85e608de19'] = 'Nessun corriere disponibile';
|
||||
$_LANG['order-carrier_8fb37535c12fbe2899ab442ec474c157'] = 'Scegli opzione di spedizione';
|
||||
$_LANG['order-carrier_b1992d8f7c58180c1ebd461b7d502423'] = 'Il miglior prezzo';
|
||||
$_LANG['order-carrier_c8c4080207cd4f02548c8cb6285bd16b'] = 'Nessun corriere necessario per questo ordine';
|
||||
$_LANG['order-carrier_3818429ccff49b9d6ab2b4a9a137a00a'] = 'Nessun corriere necessario per questo ordine';
|
||||
$_LANG['order-carrier_dd1f775e443ff3b9a89270713580a51b'] = 'Precedente';
|
||||
$_LANG['order-carrier_e7a6ca4e744870d455a57b644f696457'] = 'Gratis!';
|
||||
$_LANG['order-carrier_b24ce0cd392a5b0b8dedc66c25213594'] = 'Gratis!';
|
||||
$_LANG['order-confirmation_e19e31ddb54b493059808ec4f2dab4cb'] = 'Il tuo numero di ordine è:';
|
||||
$_LANG['order-detail-product-li_853ae90f0351324bd73ea615e6487517'] = ':';
|
||||
$_LANG['order-detail_1f87346a16cf80c372065de3c54c86d9'] = '(Tasse incluse).';
|
||||
@@ -386,12 +386,12 @@ $_LANG['order-opc-new-account_c9cc8cce247e49bae79f15173ce97354'] = 'Salva';
|
||||
$_LANG['order-opc-new-account_d50965b89f4bf0dfbc5b1f13052421a4'] = 'Crea il tuo account oggi e approfitta di:';
|
||||
$_LANG['order-opc_21034ae6d01a83e702839a72ba8a77b0'] = '(Tasse escluse)';
|
||||
$_LANG['order-opc_879f6b8877752685a966564d072f498f'] = 'Il carrello è vuoto.';
|
||||
$_LANG['order-opc_88b99d999766e043c9367b813b66cf58'] = 'Non deve essere accettata nessuna condizione di vendita';
|
||||
$_LANG['order-opc_2e75f367f058646a1ba2fd01ceb74423'] = 'Non deve essere accettata nessuna condizione di vendita';
|
||||
$_LANG['order-opc_a40cab5994f36d4c48103a22ca082e8f'] = 'Il tuo carrello';
|
||||
$_LANG['order-opc_aa34a6da8dc50fae115070ffaa67e874'] = 'Condizioni di vendita accettate';
|
||||
$_LANG['order-opc_d236af51d8eac54fe7c366af1f6b358c'] = 'Condizioni di vendita accettate';
|
||||
$_LANG['order-payment_2633d6725607d13e80f5e30514b91fbe'] = 'Totale vouchers:';
|
||||
$_LANG['order-payment_59319ac504f7ad04ae16126cf49e7f7e'] = 'Il tuo metodo di pagamento';
|
||||
$_LANG['order-payment_6f758a9cd90f467e432a019b87fee031'] = 'Totale confezione regalo (tasse escl.):';
|
||||
$_LANG['order-payment_5cfa28d1182c6bd5bbd1af0bd459efbe'] = 'Totale confezione regalo (tasse escl.):';
|
||||
$_LANG['order-payment_96b0141273eabab320119c467cdcaf17'] = 'Totale';
|
||||
$_LANG['order-payment_deb10517653c255364175796ace3553f'] = 'Prodotto';
|
||||
$_LANG['order-return_1ac6ee29e9e68fb71bad91c1d34348cc'] = '%s:';
|
||||
@@ -405,7 +405,7 @@ $_LANG['order-slip_cf3bae95c5f6023d5a10fe415b205a45'] = 'Nota di credito';
|
||||
$_LANG['order-slip_d1a365ea7809ae5831c6d9f86886630c'] = 'Note di credito';
|
||||
$_LANG['order-slip_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Il mio account';
|
||||
$_LANG['pages-list_bbaff12800505b22a853e8b7f4eb6a22'] = 'Contatti';
|
||||
$_LANG['password_10911a0ad07a041ea43230e25faad2d7'] = 'Una e-mail di conferma è stata inviata al tuo indirizzo:';
|
||||
$_LANG['password_8859f6ab28ba3d2384b269bcfa36ac33'] = 'Una e-mail di conferma è stata inviata al tuo indirizzo:';
|
||||
$_LANG['password_95e6faaba5e8b016e5f9bcf5ea6c8270'] = 'Torna alla Login';
|
||||
$_LANG['prices-drop_c8f312df214e2295809027c6ca79d232'] = 'Riduzione prezzo';
|
||||
$_LANG['product-desc-features_4351cfebe4b61d8aa5efa1d020710005'] = 'Visualizza';
|
||||
@@ -416,21 +416,21 @@ $_LANG['product-list_800e90e940e7f1fb938b0fda5137f38c'] = 'In vendita!';
|
||||
$_LANG['product-list_cb3c718c905f00adbb6735f55bfb38ef'] = 'Prodotto disponibile con diverse opzioni';
|
||||
$_LANG['product-prices_7bb63c7de5a5ee79356083a12f21e1e8'] = 'invece di';
|
||||
$_LANG['product-prices_d436eb0fd9de10b54a828ce6435f7e81'] = 'includi';
|
||||
$_LANG['product-quantity-discount_7415fae0281735630b1a29782b60c27c'] = 'Non c\'è nessun sconto di quantità per questo prodotto.';
|
||||
$_LANG['product-quantity-discount_a8653ee50c469163457071f807f79cfd'] = 'Non c\'è nessun sconto di quantità per questo prodotto.';
|
||||
$_LANG['product-quantity-discount_e2dc6c48c56de466f6d13781796abf3d'] = 'sconto';
|
||||
$_LANG['product-sort_33d8042bd735c559cc3206f4bc99aedc'] = 'Ordina';
|
||||
$_LANG['product-sort_cfab1ba8c67c7c838db98d666f02a132'] = ':';
|
||||
$_LANG['product_013ebce42c68c531046bb51cf90ea8e4'] = 'Il prodotto non esiste in questo modello. Scegline un altro.';
|
||||
$_LANG['product_28a623fd7e9d81936b562dc5241a16a7'] = 'Il prodotto non esiste in questo modello. Scegline un altro.';
|
||||
$_LANG['product_02ea084dc2ef3e9965dbba4ec87d2f9b'] = 'Mostra tutte le immagini';
|
||||
$_LANG['product_03de921a8ea82897e13d33d66c28b4db'] = 'Solo online';
|
||||
$_LANG['product_0557fa923dcee4d0f86b1409f5c2167f'] = 'Indietro';
|
||||
$_LANG['product_4351cfebe4b61d8aa5efa1d020710005'] = 'Visualizza';
|
||||
$_LANG['product_4b98be16b76b0941840140f2043432a9'] = 'articolo disponibile';
|
||||
$_LANG['product_c2d72061078b4d4b862b060edbef1b9d'] = 'articolo disponibile';
|
||||
$_LANG['product_54c02ba7929b1fda4847991a45b58a48'] = 'Personalizzazione del prodotto';
|
||||
$_LANG['product_801ab24683a4a8c433c6eb40c48bcd9d'] = 'Download';
|
||||
$_LANG['product_bb87e047206ecce912eec2afb5c29d6a'] = 'Seleziona un file immagine dal tuo hard drive';
|
||||
$_LANG['product_fd26de1a9f14da358bed04e29b04a89d'] = 'Seleziona un file immagine dal tuo hard drive';
|
||||
$_LANG['product_bc0f7082192ef02e934a036cf4991789'] = 'Questo prodotto non è più disponibile';
|
||||
$_LANG['product_c1f25211403ec7459f265788cdbee403'] = 'Si prega di compilare tutti i campi obbligatori, quindi salvare la personalizzazione.';
|
||||
$_LANG['product_3b6d056ac93fc7b1947c3bc2ce720aaf'] = 'Si prega di compilare tutti i campi obbligatori, quindi salvare la personalizzazione.';
|
||||
$_LANG['product_c9cc8cce247e49bae79f15173ce97354'] = 'Salva';
|
||||
$_LANG['product_d3f098af54fd27484e1b6168dfe6ae10'] = 'pezzi per questo prodotto.';
|
||||
$_LANG['product_d5a90effea572da2df11559161c0930b'] = 'Dopo aver salvato il tuo prodotto personalizzato, ricordati di aggiungerlo al carrello.';
|
||||
@@ -440,7 +440,7 @@ $_LANG['products-comparison_4351cfebe4b61d8aa5efa1d020710005'] = 'Visualizza';
|
||||
$_LANG['products-comparison_5644feb8a1718c377371ae4e234bad4f'] = 'per %d';
|
||||
$_LANG['products-comparison_800e90e940e7f1fb938b0fda5137f38c'] = 'In vendita!';
|
||||
$_LANG['products-comparison_8c751c4aab0db0b811cdfbddf0b4ea56'] = 'Disponibilità:';
|
||||
$_LANG['products-comparison_bc0f7082192ef02e934a036cf4991789'] = 'Questo prodotto non è più disponibile';
|
||||
$_LANG['products-comparison_c1f0d3df31869ee3093120a670be37dd'] = 'Questo prodotto non è più disponibile';
|
||||
$_LANG['products-comparison_f5e15309ff0396474b8421ef48871d0b'] = 'Nessuna caratteristica da confrontare';
|
||||
$_LANG['scenes_800e90e940e7f1fb938b0fda5137f38c'] = 'In vendita!';
|
||||
$_LANG['scenes_d3d2e617335f08df83599665eef8a418'] = 'Chiudi';
|
||||
@@ -468,28 +468,28 @@ $_LANG['stores_01abfc750a0c942167651c40d088531d'] = 'n.';
|
||||
$_LANG['stores_326684a8cb097db086be681022d9ae46'] = 'Raggio:';
|
||||
$_LANG['stores_c556562cb1ccde3e1013ad55b47ce9ae'] = 'Ottieni indicazioni stradali';
|
||||
$_LANG['stores_dd8e04bdafcdc0ff0a6be34cd74394c0'] = 'Inserisci una località (es.: un CAP, un indirizzo, una città o un paese), al fine di trovare i negozi più vicini.';
|
||||
$_LANG['supplier-list_1814d65a76028fdfbadab64a5a8076df'] = 'Fornitori';
|
||||
$_LANG['supplier-list_a00e46e856e637f8fd077b4fd710c9e2'] = 'Fornitori';
|
||||
$_LANG['supplier-list_3426bf3cca12b1f6550fd8bd36171e2f'] = 'visualizza prodotti';
|
||||
$_LANG['supplier_d3da97e2d9aee5c8fbe03156ad051c99'] = 'Più';
|
||||
$_LANG['sitemap_4394c8d8e63c470de62ced3ae85de5ae'] = 'Esci';
|
||||
$_LANG['supplier_a65ed5e8df4b1c2bb34844f81cc9b451'] = 'Non ci sono prodotti per questo produttore.';
|
||||
$_LANG['authentication-create-account_0f68b904e33d9ac04605aecc958bcf52'] = 'Ulteriori informazioni';
|
||||
$_LANG['order-detail_a12925b3d2beb085f9a024d8098b41dd'] = 'Totale carta regalo:';
|
||||
$_LANG['order-detail_31f52379817244bb67196c880749cfd8'] = 'Totale carta regalo:';
|
||||
$_LANG['order-opc-new-account_4efcd04126e90b74c744bab6c66b6e63'] = 'Fatturazione separata e gli indirizzi di spedizione';
|
||||
$_LANG['404_21dfea356c48679a5ce6671ee307d2a4'] = 'Per trovare un prodotto, scrivi il suo nome nel campo sottostante';
|
||||
$_LANG['404_4f4816c6984e3c832882b39d8fecbd2c'] = 'Spiacenti, ma l\'indirizzo web che hai inserito non è più disponibile';
|
||||
$_LANG['404_6554aae881e40036cac1f5710a4c52c1'] = 'Spiacenti, ma l\'indirizzo web che hai inserito non è più disponibile';
|
||||
$_LANG['address_41c2fff4867cc204120f001e7af20f7a'] = 'N. cellulare';
|
||||
$_LANG['address_b60bb13a87fe3ae5463aeb0980a5a8a1'] = 'Codice fiscale';
|
||||
$_LANG['address_ea318a4ad37f0c2d2c368e6c958ed551'] = 'CI / CF / NIE';
|
||||
$_LANG['address_fe66abce284ec8589e7d791185b5c442'] = 'N. telefono';
|
||||
$_LANG['addresses_729a51874fe901b092899e9e8b31c97a'] = 'Sei sicuro?';
|
||||
$_LANG['addresses_a958dbb46713e59856c35f89e5092a5e'] = 'Torna al tuo account';
|
||||
$_LANG['addresses_b32dd33df738183cb85ab8ea714f8026'] = 'Non ci sono indirizzi disponibili.';
|
||||
$_LANG['addresses_56d3db43fb7f323139022a29d57276d8'] = 'Non ci sono indirizzi disponibili.';
|
||||
$_LANG['authentication-choice_01a569ddc6cf67ddec2a683f0a5f5956'] = 'Hai dimenticato la password';
|
||||
$_LANG['authentication-choice_5f0258bf719ab828e20edf91e4fb24a7'] = 'Sei già registrato?';
|
||||
$_LANG['authentication-choice_d726bc5637e9f053917227ec02f6c9d7'] = 'Inserisci il tuo indirizzo e-mail per creare un account';
|
||||
$_LANG['authentication-choice_db879b00e657fc85f7873343f11df21c'] = 'Sei già registrato?';
|
||||
$_LANG['authentication-choice_0b2c9f6cb541db5d223143a645492ddd'] = 'Inserisci il tuo indirizzo e-mail per creare un account';
|
||||
$_LANG['authentication-create-account_10803b83a68db8f7e7a33e3b41e184d0'] = 'Data di nascita';
|
||||
$_LANG['authentication-create-account_1e884e3078d9978e216a027ecd57fb34'] = 'E-mail';
|
||||
$_LANG['authentication-create-account_01401fe9a93df81d28637e5218597b76'] = 'E-mail';
|
||||
$_LANG['authentication-create-account_3fcf026bbfffb63fb24b8de9d0446949'] = 'Aprile';
|
||||
$_LANG['authentication-create-account_7cb32e708d6b961d476baced73d362bb'] = 'Numero di IVA';
|
||||
$_LANG['authentication-create-account_7e823b37564da492ca1629b4732289a8'] = 'Novembre';
|
||||
@@ -497,24 +497,24 @@ $_LANG['authentication-create-account_82331503174acbae012b2004f6431fa5'] = 'Dice
|
||||
$_LANG['authentication-create-account_b78a3223503896721cca1303f776159b'] = 'Titolo';
|
||||
$_LANG['authentication-create-account_dc647eb65e6711e155375218212b3964'] = 'Password';
|
||||
$_LANG['authentication-create-account_ea318a4ad37f0c2d2c368e6c958ed551'] = 'CI / CF / NIE';
|
||||
$_LANG['authentication_092daa39d2b825e4a7fe9b31c2080ecb'] = 'Appartamenti, suite, unità, edificio, piano, ecc';
|
||||
$_LANG['authentication_261ed9f602d575774ae05f2d9f3003da'] = 'Appartamenti, suite, unità, edificio, piano, ecc';
|
||||
$_LANG['authentication_0f68b904e33d9ac04605aecc958bcf52'] = 'Informazioni supplementari';
|
||||
$_LANG['authentication_19f823c6453c2b1ffd09cb715214813d'] = 'Campo richiesto';
|
||||
$_LANG['authentication_41ba70891fb6f39327d8ccb9b1dafb84'] = 'Agosto';
|
||||
$_LANG['authentication_563c888f9fb47029dc0ceba790a2253b'] = 'C\'è un errore';
|
||||
$_LANG['authentication_cb430603758e73c64b8e1fef814b0be0'] = 'C\'è un errore';
|
||||
$_LANG['authentication_59716c97497eb9694541f7c3d37b1a4d'] = 'Nazione';
|
||||
$_LANG['authentication_5bef23eb7efff2736c5583bda59e5eb7'] = 'Crea il tuo account';
|
||||
$_LANG['authentication_2fdfd506efea08144c0794c32ca8250a'] = 'Crea il tuo account';
|
||||
$_LANG['authentication_6335a00a08fde0fbb8f6d6630cdadd92'] = 'I tuoi dati personali';
|
||||
$_LANG['authentication_766d4aaf3e045538be23f9a9e17a1593'] = 'Checkout rapido';
|
||||
$_LANG['authentication_7cb32e708d6b961d476baced73d362bb'] = 'Numero IVA';
|
||||
$_LANG['authentication_82331503174acbae012b2004f6431fa5'] = 'Dicembre';
|
||||
$_LANG['authentication_ac135c86084a47630c9eadb4edd5ef75'] = 'Ricevi le offerte speciali dai nostri partner';
|
||||
$_LANG['authentication_baca087296e01b5d69799dd53bcd7950'] = 'Ricevi le offerte speciali dai nostri partner';
|
||||
$_LANG['authentication_ae47812e00631626815f5f75ad1abbbd'] = 'Indirizzo strada, P.O.box, nome societò, c/o';
|
||||
$_LANG['authentication_dc647eb65e6711e155375218212b3964'] = 'Password';
|
||||
$_LANG['authentication_f9b479c47658c53084b56edcc3a2cd3a'] = 'Indica un titolo per riferimento futuro';
|
||||
$_LANG['authentication_d973a0b6f38ebe7c83094d3dc4e04ae5'] = 'Indica un titolo per riferimento futuro';
|
||||
$_LANG['authentication_fa3e5edac607a88d8fd7ecb9d6d67424'] = 'Marzo';
|
||||
$_LANG['authentication_fe66abce284ec8589e7d791185b5c442'] = 'N. telefono';
|
||||
$_LANG['best-sales_32af07c9205de16855c50c3d20a51698'] = 'Non ci sono top venditori.';
|
||||
$_LANG['best-sales_73d3cc7826075c127caaadb0e20162ab'] = 'Non ci sono top venditori.';
|
||||
$_LANG['category-product-list_78945de8de090e90045d299651a68a9b'] = 'Disponibile';
|
||||
$_LANG['category-product-list_800e90e940e7f1fb938b0fda5137f38c'] = 'In vendita!';
|
||||
$_LANG['category-product-list_cb3c718c905f00adbb6735f55bfb38ef'] = 'Prodotto disponibile con diverse opzioni';
|
||||
@@ -523,7 +523,7 @@ $_LANG['category_2f4e54ec9bebe1122b5c23217e764828'] = 'Questa categoria adesso n
|
||||
$_LANG['cms_0557fa923dcee4d0f86b1409f5c2167f'] = 'Indietro';
|
||||
$_LANG['contact-form_02d4482d332e1aef3437cd61c9bcc624'] = 'Contattaci';
|
||||
$_LANG['contact-form_7c9d4636fc5ed97bb78bc2aac486beab'] = 'Il tuo messaggio è già stato inviato.';
|
||||
$_LANG['contact-form_8b5dd64ab8d0b8158906796b53a200e2'] = 'Indirizzo e-mail';
|
||||
$_LANG['contact-form_b357b524e740bc85b9790a0712d84a30'] = 'Indirizzo e-mail';
|
||||
$_LANG['contact-form_d79cf3f429596f77db95c65074663a54'] = 'ID ordine';
|
||||
$_LANG['discount_29aa46cc3d2677c7e0f216910df600ff'] = 'Spedizione gratuita';
|
||||
$_LANG['discount_694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantità';
|
||||
@@ -536,10 +536,10 @@ $_LANG['discount_f4a0d7cb0cd45214c8ca5912c970de13'] = 'IVA inclusa';
|
||||
$_LANG['errors_0557fa923dcee4d0f86b1409f5c2167f'] = 'Indietro';
|
||||
$_LANG['errors_4016ff118e1955bcaef744127da84314'] = 'Ci sono %d errori';
|
||||
$_LANG['footer_e4045598261988d9988c594243a9434d'] = 'Condizioni generali di vendita';
|
||||
$_LANG['guest-tracking_239109837129190b375ea21c5b0e656a'] = 'Clicca qui per il log-in al tuo account cliente';
|
||||
$_LANG['guest-tracking_0257141296804a3d11cb843ea121037c'] = 'Clicca qui per il log-in al tuo account cliente';
|
||||
$_LANG['guest-tracking_3aedb5d3a3e36f7bb6baf1fbb9497894'] = 'Tracciamento ospite';
|
||||
$_LANG['guest-tracking_a82be0f551b8708bc08eb33cd9ded0cf'] = 'Informazioni';
|
||||
$_LANG['guest-tracking_d2948a89e47a4ad7eb8412c1c260ea88'] = 'Per rintracciare il tuo ordine, inserisci i dati seguenti:';
|
||||
$_LANG['guest-tracking_907db890138380a38976658f5b61f0fd'] = 'Per rintracciare il tuo ordine, inserisci i dati seguenti:';
|
||||
$_LANG['history_01abfc750a0c942167651c40d088531d'] = 'n.';
|
||||
$_LANG['history_116cb47fe026f7a3679486e086426a64'] = 'Se hai appena effettuato un ordine, ci possono volere alcuni minuti perché sia convalidato. Aggiorna la pagina se non vedi l\'ordine.';
|
||||
$_LANG['history_27792947ed5d5da7c0d1f43327ed9dab'] = 'dettagli';
|
||||
@@ -549,7 +549,7 @@ $_LANG['history_bcd1b68617759b1dfcff0403a6b5a8d1'] = 'PDF';
|
||||
$_LANG['history_ec53a8c4f07baed5d8825072c89799be'] = 'Stato';
|
||||
$_LANG['identity_3fcf026bbfffb63fb24b8de9d0446949'] = 'Aprile';
|
||||
$_LANG['identity_ae3bb2a1ac61750150b606298091d38a'] = 'Password nuova';
|
||||
$_LANG['identity_b340f66ef028af40a01d073966d593a9'] = '[Inserisci qui la legge o la clausola sulla riservatezza dei dati dei clienti, se applicabile]';
|
||||
$_LANG['identity_ea460dd8c3ac592e8224d8fe3ef774c7'] = '[Inserisci qui la legge o la clausola sulla riservatezza dei dati dei clienti, se applicabile]';
|
||||
$_LANG['identity_b78a3223503896721cca1303f776159b'] = 'Titolo';
|
||||
$_LANG['identity_c9cc8cce247e49bae79f15173ce97354'] = 'Salva';
|
||||
$_LANG['identity_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Il mio account';
|
||||
@@ -560,22 +560,22 @@ $_LANG['live_edit_c9cc8cce247e49bae79f15173ce97354'] = 'Salva';
|
||||
$_LANG['live_edit_d3d2e617335f08df83599665eef8a418'] = 'Chiudi';
|
||||
$_LANG['live_edit_ea4788705e6873b424c65e91c2846b19'] = 'Annulla';
|
||||
$_LANG['maintenance_a022ff58716d4cf34050cb68e7f12fcf'] = 'Ci scusiamo per l\'inconveniente, ti invitiamo a riprovare più tardi.';
|
||||
$_LANG['manufacturer-list_2377be3c2ad9b435ba277a73f0f1ca76'] = 'Produttori';
|
||||
$_LANG['manufacturer-list_0e1e874dde345d19583102a9fd63fb7e'] = 'Produttori';
|
||||
$_LANG['manufacturer_a65ed5e8df4b1c2bb34844f81cc9b451'] = 'Non ci sono prodotti per questo produttore.';
|
||||
$_LANG['my-account_4b0afa9e8d3cdefd4fb21faebe22ef5f'] = 'Il tuo account è creato';
|
||||
$_LANG['my-account_75711a019b3f61f70ed3e785dbc60377'] = 'Benvenuto nel tuo account, Qui potrai gestire indirizzi e ordini.';
|
||||
$_LANG['my-account_67afe6ed34ec3a7b3d5d5d91143cdfde'] = 'Benvenuto nel tuo account, Qui potrai gestire indirizzi e ordini.';
|
||||
$_LANG['my-account_8cf04a9734132302f96da8e113e80ce5'] = 'Home';
|
||||
$_LANG['my-account_c87aacf5673fada1108c9f809d354311'] = 'Esci';
|
||||
$_LANG['nbr-product-page_917d465e9a9e8b16a8da50a1ca8156ca'] = 'Mostra:';
|
||||
$_LANG['order-address-multishipping-products_a4d3b161ce1309df1c4e25df28694b7b'] = 'Invia';
|
||||
$_LANG['order-address-multishipping_82a7d396bbd6f6fef648578b4ae2ea81'] = 'Scegli un indirizzo di fatturazione:';
|
||||
$_LANG['order-address-multishipping_86024cad1e83101d97359d7351051156'] = 'prodotti';
|
||||
$_LANG['order-address-multishipping_068f80c7519d0528fb08e82137a72131'] = 'prodotti';
|
||||
$_LANG['order-address-multishipping_db671b8ceed664eaecb59a4e6075ec9f'] = 'Si prega di iniziare selezionando un indirizzo';
|
||||
$_LANG['order-address-product-line_ec211f7c20af43e742bf2570c3cb84f9'] = 'Aggiungi';
|
||||
$_LANG['order-address_6e1a71b786b5180af99406f87bbdbe0d'] = 'Specificare un indirizzo di spedizione per ogni prodotto ordinato.';
|
||||
$_LANG['order-address_8a8c9edb5531fa2f822295d1830d090f'] = 'Il tuo indirizzo di consegna';
|
||||
$_LANG['order-address_b15e1100a6196acba01ef7aaa5b2a9e5'] = 'Aggiungi un nuovo indirizzo';
|
||||
$_LANG['order-address_d28f8bbb0740354aae5456da9cc56d0e'] = 'Scegli un indirizzo di spedizione';
|
||||
$_LANG['order-address_1ab8cb7be68e5988a1e9b5b8d8024711'] = 'Scegli un indirizzo di spedizione';
|
||||
$_LANG['order-address_da9d6ec2998a07c31ec9eb93c9f254ed'] = 'Il tuo indirizzo di fatturazione';
|
||||
$_LANG['order-address_dd1f775e443ff3b9a89270713580a51b'] = 'Precedente';
|
||||
$_LANG['order-carrier_0a5737e9ac4d4cdbf41e473674c0e557'] = 'Accetto senza riserve le condizioni generali di vendita.';
|
||||
@@ -583,12 +583,12 @@ $_LANG['order-carrier_10ac3d04253ef7e1ddc73e6091c0cd55'] = 'Successivo';
|
||||
$_LANG['order-carrier_21034ae6d01a83e702839a72ba8a77b0'] = '(Tasse escl.)';
|
||||
$_LANG['order-carrier_6f05787682585c32498e88bcd2ea88fc'] = 'Modalità di consegna';
|
||||
$_LANG['order-carrier_a6cc8cbe3fa07d0fca172c36a603332c'] = 'Nessun corriere disponibile per l\'indirizzo “%s”.';
|
||||
$_LANG['order-carrier_c1fb97680f5f203d44744a2355ed87ae'] = '(leggi i termini del servizio)';
|
||||
$_LANG['order-confirmation_b09ffe631344edabac9412ed4c862544'] = 'Il tuo numero di ordine è stato inviato al tuo indirizzo e-mail.';
|
||||
$_LANG['order-carrier_d53afd7ef9af5405df040482add9b153'] = '(leggi i termini del servizio)';
|
||||
$_LANG['order-confirmation_9be66ab020fd0ffb9dd22756969b8dc7'] = 'Il tuo numero di ordine è stato inviato al tuo indirizzo e-mail.';
|
||||
$_LANG['order-detail-product-li_63d5049791d9d79d86e9a108b0a999ca'] = 'Riferimento';
|
||||
$_LANG['order-detail-product-li_694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantità';
|
||||
$_LANG['order-detail-product-li_6c957f72dc8cdacc75762f2cbdcdfaf2'] = 'PU';
|
||||
$_LANG['order-detail-product-li_d8ea8f57bff2e29a27f3821ae74968bd'] = 'scarica questo prodotto';
|
||||
$_LANG['order-detail-product-li_c060ca8505d0aa094635fbf9beac94b0'] = 'scarica questo prodotto';
|
||||
$_LANG['order-detail_0557fa923dcee4d0f86b1409f5c2167f'] = 'Indietro';
|
||||
$_LANG['order-detail_065ab3a28ca4f16f55f103adc7d0226f'] = 'Consegna';
|
||||
$_LANG['order-detail_0eede552438475bdfe820c13f24c9399'] = 'Prezzo totale';
|
||||
@@ -596,46 +596,46 @@ $_LANG['order-detail_2633d6725607d13e80f5e30514b91fbe'] = 'Totale buoni:';
|
||||
$_LANG['order-detail_3956298bcfc047e15b0e0d218492ce09'] = 'Reso merce';
|
||||
$_LANG['order-detail_3a5199ec2407f4b2f90496072ea8f006'] = 'Totale prodotti (tasse escluse.)';
|
||||
$_LANG['order-detail_466eadd40b3c10580e3ab4e8061161ce'] = 'Fattura';
|
||||
$_LANG['order-detail_59405437ba605684d715b3e21ef54b12'] = 'Segui il tuo ordine';
|
||||
$_LANG['order-detail_978c7c1b6214ab576cd8425896b29339'] = 'Segui il tuo ordine';
|
||||
$_LANG['order-detail_5fbddd8d4e0d8c7a868272f2f171df09'] = 'c\'è %d errore';
|
||||
$_LANG['order-detail_617096c86d35478132502be00e12e016'] = 'Se vuoi aggiungere un commento riguardo al tuo ordine, scrivilo qui sotto.';
|
||||
$_LANG['order-detail_d93651d012e77dac5581b08db33195b2'] = 'Se vuoi aggiungere un commento riguardo al tuo ordine, scrivilo qui sotto.';
|
||||
$_LANG['order-detail_6c957f72dc8cdacc75762f2cbdcdfaf2'] = 'Prezzo unitario';
|
||||
$_LANG['order-detail_8efd9e9597e94fe3397c831f2ed1b7bd'] = 'Hai chiesto la carta regalo per il tuo ordine.';
|
||||
$_LANG['order-detail_e14bc5cef02df7369b604ea3885adb96'] = 'Hai chiesto la carta regalo per il tuo ordine.';
|
||||
$_LANG['order-detail_94966d90747b97d1f0f206c98a8b1ac3'] = 'Invia';
|
||||
$_LANG['order-detail_db205f01b4fd580fb5daa9072d96849d'] = 'Totale prodotti';
|
||||
$_LANG['order-detail_f8617a92ba0a0a4eabee724eab7c9f48'] = 'Corriere:';
|
||||
$_LANG['order-follow_01abfc750a0c942167651c40d088531d'] = 'n.';
|
||||
$_LANG['order-follow_0d3cfc2fe56119651ee7848f3e32d84d'] = 'Nota di restituzione';
|
||||
$_LANG['order-follow_2e99578f8bd14385bc5bcc2608e7b938'] = 'Non hai prodotti sufficienti per chiedere un\'altra restituzione della merce.';
|
||||
$_LANG['order-follow_3976e0f730b236b1cf619dc80f78488e'] = 'Non hai le autorizzazioni per la resa di merce.';
|
||||
$_LANG['order-follow_8a6034d3379499b66d730aa17e007683'] = 'Non hai prodotti sufficienti per chiedere un\'altra restituzione della merce.';
|
||||
$_LANG['order-follow_15ef0f1f63c1e8a9fb8abad024939262'] = 'Non hai le autorizzazioni per la resa di merce.';
|
||||
$_LANG['order-follow_446faa7da2d42ba4ffeda73cb119dd91'] = 'Data di emissione';
|
||||
$_LANG['order-follow_a240fa27925a635b08dc28c9e4f9216d'] = 'Ordine';
|
||||
$_LANG['order-follow_a958dbb46713e59856c35f89e5092a5e'] = 'Torna al tuo account';
|
||||
$_LANG['order-follow_daf51d7d9e10e6a469434ae548d9a173'] = 'Stampa';
|
||||
$_LANG['order-opc-address_32063d827ff1f7d07455a7b8e3e1c098'] = 'Indirizzo di consegna';
|
||||
$_LANG['order-opc-address_b3939ab02b5f8d716719f08ec581acbb'] = 'Devi specificare il tuo indirizzo di consegna e fatturazione';
|
||||
$_LANG['order-opc-address_af0f5bdc5be121b9307687aeeae38c17'] = 'Indirizzo di consegna';
|
||||
$_LANG['order-opc-address_89fda22cffba3209fa31607fe96e4ed1'] = 'Devi specificare il tuo indirizzo di consegna e fatturazione';
|
||||
$_LANG['order-opc-carrier_e4045598261988d9988c594243a9434d'] = 'Condizioni generali di vendita';
|
||||
$_LANG['order-opc-new-account_1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Società';
|
||||
$_LANG['order-opc-new-account_1e884e3078d9978e216a027ecd57fb34'] = 'E-mail';
|
||||
$_LANG['order-opc-new-account_6a1e265f92087bb6dd18194833fe946b'] = 'E-mail';
|
||||
$_LANG['order-opc-new-account_2fdfd506efea08144c0794c32ca8250a'] = 'Crea un account';
|
||||
$_LANG['order-opc-new-account_357e8e55cf47b6f04c354179b303105a'] = 'Checkout come ospite';
|
||||
$_LANG['order-opc-new-account_12819315d9cf421dcaac8122a71ececa'] = 'Checkout come ospite';
|
||||
$_LANG['order-opc-new-account_46a2a41cc6e552044816a2d04634545d'] = 'Stato';
|
||||
$_LANG['order-opc-new-account_59716c97497eb9694541f7c3d37b1a4d'] = 'Paese';
|
||||
$_LANG['order-opc-new-account_766d4aaf3e045538be23f9a9e17a1593'] = 'Checkout rapido';
|
||||
$_LANG['order-opc-new-account_846a54955f32846032981f8fe48c35ff'] = 'Indirizzo (linea 2)';
|
||||
$_LANG['order-opc-new-account_ac135c86084a47630c9eadb4edd5ef75'] = 'Ricevere le offerte speciali dei nostri partner';
|
||||
$_LANG['order-opc-new-account_baca087296e01b5d69799dd53bcd7950'] = 'Ricevere le offerte speciali dei nostri partner';
|
||||
$_LANG['order-opc-new-account_ae7bdef7fe2bbbbf02c11e92c5fceb40'] = 'Il mio indirizzo';
|
||||
$_LANG['order-opc-new-account_b60bb13a87fe3ae5463aeb0980a5a8a1'] = 'Numero di identificazione';
|
||||
$_LANG['order-opc-new-account_bd9014fe70f4f8bb1beed74e3b708483'] = 'CAP';
|
||||
$_LANG['order-opc-new-account_bf2957630c4209f61a388a08c2154915'] = '(5 caratteri min.)';
|
||||
$_LANG['order-opc-new-account_58357b08947453bff66da9b47b3da168'] = '(5 caratteri min.)';
|
||||
$_LANG['order-opc-new-account_dc647eb65e6711e155375218212b3964'] = 'Password';
|
||||
$_LANG['order-opc-new-account_eca60ae8611369fe28a02e2ab8c5d12e'] = 'Ottobre';
|
||||
$_LANG['order-opc-new-account_fa3e5edac607a88d8fd7ecb9d6d67424'] = 'Marzo';
|
||||
$_LANG['order-opc_238a062a6a2543fd85d6616a8506fbe8'] = 'Non è necessario nessun correre per questo ordine';
|
||||
$_LANG['order-opc_449374f661344e843453c4e189ddeed8'] = 'Modifica il mio indirizzo';
|
||||
$_LANG['order-opc_466ec9f29b485204ef53818459da48af'] = 'errore/i';
|
||||
$_LANG['order-opc_fe816ec4b30c11a39edfd8b0a4cfab49'] = 'errore/i';
|
||||
$_LANG['order-opc_a240fa27925a635b08dc28c9e4f9216d'] = 'Ordine';
|
||||
$_LANG['order-opc_acd1d53aa434518183134b5459faf18b'] = 'Condizioni di vendita non accettate';
|
||||
$_LANG['order-opc_25d8efaba32cb44a922a727f20eaa002'] = 'Condizioni di vendita non accettate';
|
||||
$_LANG['order-opc_af0f5bdc5be121b9307687aeeae38c17'] = 'Indirizzo di consegna';
|
||||
$_LANG['order-opc_d87f73e8ff8d933ed2ba5ddf25040827'] = 'Checkout rapido';
|
||||
$_LANG['order-opc_db671b8ceed664eaecb59a4e6075ec9f'] = 'Si prega di iniziare selezionando un indirizzo';
|
||||
@@ -643,14 +643,14 @@ $_LANG['order-payment_28e014bf2ccc53bc1a8042ca57ca6645'] = 'Totale coupon (tasse
|
||||
$_LANG['order-payment_29cfbfc41066134782f966beefd63a4e'] = 'Totale prodotti (tasse incl.):';
|
||||
$_LANG['order-payment_66f51e43606e2baebb8e9c3bfe965da4'] = 'Spedizione';
|
||||
$_LANG['order-payment_86024cad1e83101d97359d7351051156'] = 'prodotti';
|
||||
$_LANG['order-payment_a12925b3d2beb085f9a024d8098b41dd'] = 'Totale confezione regalo:';
|
||||
$_LANG['order-payment_31f52379817244bb67196c880749cfd8'] = 'Totale confezione regalo:';
|
||||
$_LANG['order-payment_a82868319826fb092b73968e661b5b38'] = 'Vouchers';
|
||||
$_LANG['order-payment_b5a7adde1af5c87d7fd797b6245c2a39'] = 'Descrizione';
|
||||
$_LANG['order-payment_ecba3578d8cd65126d4a47c76b3c9c2d'] = 'Spedizione gratuita!';
|
||||
$_LANG['order-payment_f5bf48aa40cad7891eb709fcf1fde128'] = 'prodotto';
|
||||
$_LANG['order-return_694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantità';
|
||||
$_LANG['order-return_88be9ea838e21273267409d76af3b284'] = 'Abbiamo registrato la vostra richiesta di restituzione.';
|
||||
$_LANG['order-return_9f68b11daca41ccf9fdc9d2f69901c9c'] = 'Quando ricevi il pacchetto, sarai avvisato via e-mail. Noi inizieremo ad elaborare il rimborso del totale dell\'ordine.';
|
||||
$_LANG['order-return_16dafae9102750489087d1d087b72aba'] = 'Quando ricevi il pacchetto, sarai avvisato via e-mail. Noi inizieremo ad elaborare il rimborso del totale dell\'ordine.';
|
||||
$_LANG['order-return_b1dceda8ca0eeb9fd9a4457bb613b67b'] = 'per l\'indirizzo corretto';
|
||||
$_LANG['order-return_ea62a2e28a800c367509773730120a67'] = 'giorni dal ricevimento dell\'ordine.';
|
||||
$_LANG['order-return_f393a2fe17dc0cacff53a136479b845d'] = 'Facci sapere se hai domande.';
|
||||
@@ -659,11 +659,11 @@ $_LANG['order-slip_0ba830b7ca1513a4882ce5aac84030b8'] = 'Non hai ricevuto alcuna
|
||||
$_LANG['order-slip_bcd1b68617759b1dfcff0403a6b5a8d1'] = 'PDF';
|
||||
$_LANG['order-slip_e28cc69f9aa3068eddb76dd508b11da2'] = '#%s:';
|
||||
$_LANG['order-steps_290612199861c31d1036b185b4e69b75'] = 'Riepilogo';
|
||||
$_LANG['order-steps_c453a4b8e8d98e82f35b67f433e3b4da'] = 'Pagamento';
|
||||
$_LANG['order-steps_bd0e34e5be6447844e6f262d51f1a9dc'] = 'Pagamento';
|
||||
$_LANG['order-steps_dd7bf230fde8d4836917806aff6a6b27'] = 'Indirizzo';
|
||||
$_LANG['pagination_10ac3d04253ef7e1ddc73e6091c0cd55'] = 'Successivo';
|
||||
$_LANG['pagination_6c583afb157e33bfb5b7c3d4114c4dd5'] = 'articoli:';
|
||||
$_LANG['password_df1555fe48479f594280a2e03f9a8186'] = 'E-mail:';
|
||||
$_LANG['password_6a1e265f92087bb6dd18194833fe946b'] = 'E-mail:';
|
||||
$_LANG['product-desc-features_2d0f6b8300be19cf35e89e66f0677f95'] = 'Aggiungi al carrello';
|
||||
$_LANG['product-js_9173701581f0213f0104e064479e4ca3'] = 'con questi attributi, ma è disponibile con altri';
|
||||
$_LANG['product-js_bc0f7082192ef02e934a036cf4991789'] = 'Questo prodotto non è più disponibile';
|
||||
@@ -675,63 +675,63 @@ $_LANG['product-quantity-discount_1b793b463a1c296e1327d7048c201cc3'] = 'da (q.t
|
||||
$_LANG['product-quantity-discount_f5bf48aa40cad7891eb709fcf1fde128'] = 'prodotto';
|
||||
$_LANG['product-sort_4f4f552919d5a7ad3435b5fdb7fcae61'] = 'Nome del prodotto: dalla Z alla A';
|
||||
$_LANG['product-sort_5820b5a5298779a25d98c41173b931bd'] = 'Nome del prodotto: dalla A alla Z';
|
||||
$_LANG['product-sort_b3c4afbd8ec3b1e28710fcbdc8cc0549'] = 'Prezzo: dal più basso';
|
||||
$_LANG['product-sort_7f284e119af971a952e4b29f0875fc60'] = 'Prezzo: dal più basso';
|
||||
$_LANG['product_0d83f0026f6d2923b2aa3a208156918c'] = 'Attenzione: Ultimi articoli in magazzino!';
|
||||
$_LANG['product_110a4b01beabd53b661a47d4b44bd7a8'] = 'Pubblica';
|
||||
$_LANG['product_13dba24862cf9128167a59100e154c8d'] = 'Stampa';
|
||||
$_LANG['product_1b793b463a1c296e1327d7048c201cc3'] = 'da (q.tà)';
|
||||
$_LANG['product_1ed52421fcb149d2c392e987047165bc'] = 'da (q.tà)';
|
||||
$_LANG['product_2d0f6b8300be19cf35e89e66f0677f95'] = 'Aggiungi al carrello';
|
||||
$_LANG['product_71948aa4f6e12cdaa5e2e63a5eb8f142'] = 'Dettagli';
|
||||
$_LANG['product_800e90e940e7f1fb938b0fda5137f38c'] = 'In vendita!';
|
||||
$_LANG['product_98b0a68a7e4c7b265a5ca9a0b733d96e'] = 'Scegli un colore:';
|
||||
$_LANG['product_b11ddc7e1671c0bd22dc89dd757508d4'] = 'Immagini';
|
||||
$_LANG['product_d436eb0fd9de10b54a828ce6435f7e81'] = 'includi';
|
||||
$_LANG['product_f4d72a64acd8929c0cc9ed96a7a336cc'] = 'includi';
|
||||
$_LANG['product_dd1f775e443ff3b9a89270713580a51b'] = 'Precedente';
|
||||
$_LANG['product_e16d56df08bbd47e53e153fc6dfc8ad8'] = 'articoli disponibili';
|
||||
$_LANG['product_f85524c253c150e88136df3999ac3fd4'] = 'per la eco-tassa';
|
||||
$_LANG['products-comparison_111ba3054a79fb54314235b4a87df6fb'] = 'Non ci sono prodotti nel comparatore';
|
||||
$_LANG['product_574ce4e0b9b99a55c2ea0435bfd920e3'] = 'articoli disponibili';
|
||||
$_LANG['product_441ca5553df52b87e87513c6b88927d3'] = 'per la eco-tassa';
|
||||
$_LANG['products-comparison_234a9674e80b9c04a685075ad3ea6950'] = 'Non ci sono prodotti nel comparatore';
|
||||
$_LANG['products-comparison_4dbce7d8fae730e09fce9e83433c77ff'] = 'Confronto dei prodotti';
|
||||
$_LANG['scenes_03c2e7e41ffc181a4e84080b4710e81e'] = 'Nuovo';
|
||||
$_LANG['shopping-cart_2fb3b950fd7711136f7f251ae5fbdbdc'] = 'Testo n.';
|
||||
$_LANG['search_e9cbf16b6f16ee339f45a841b915c47c'] = 'Torna alla pagina precedente';
|
||||
$_LANG['search_05cf990f79d935b0ea6105855adef686'] = 'Torna alla pagina precedente';
|
||||
$_LANG['shopping-cart-product-line_ec211f7c20af43e742bf2570c3cb84f9'] = 'Aggiungi';
|
||||
$_LANG['shopping-cart_0862f5d4211bdb50102141618d57e2a1'] = 'Codice del buono:';
|
||||
$_LANG['shopping-cart_9137796c15dd92e5553c3f29574d0968'] = 'Codice del buono:';
|
||||
$_LANG['shopping-cart_29cfbfc41066134782f966beefd63a4e'] = 'Totale prodotti (tasse incl.):';
|
||||
$_LANG['shopping-cart_300225ee958b6350abc51805dab83c24'] = 'Continua lo shopping';
|
||||
$_LANG['shopping-cart_4b0afa9e8d3cdefd4fb21faebe22ef5f'] = 'Il tuo account è creato';
|
||||
$_LANG['shopping-cart_5f6b9be870bc784ecc15ddb5dcf7f22e'] = 'Sintesi del carrello';
|
||||
$_LANG['shopping-cart_691b338fa68b3c177c6ebbc745624c6a'] = 'Totale spedizione:';
|
||||
$_LANG['shopping-cart_94966d90747b97d1f0f206c98a8b1ac3'] = 'Invia';
|
||||
$_LANG['shopping-cart_a12925b3d2beb085f9a024d8098b41dd'] = 'Totale carta regalo:';
|
||||
$_LANG['shopping-cart_0559e7888ca7513e71dad1c954a4b44d'] = 'Totale carta regalo:';
|
||||
$_LANG['shopping-cart_a40cab5994f36d4c48103a22ca082e8f'] = 'Il tuo carrello';
|
||||
$_LANG['shopping-cart_a82868319826fb092b73968e661b5b38'] = 'Voucher';
|
||||
$_LANG['shopping-cart_deb10517653c255364175796ace3553f'] = 'Prodotto';
|
||||
$_LANG['sitemap_2433db5a329ea473271a3cd8c013362e'] = 'Dati personali';
|
||||
$_LANG['sitemap_3cb29f0ccc5fd220a97df89dafe46290'] = 'Più venduti';
|
||||
$_LANG['sitemap_01f7ac959c1e6ebbb2e0ee706a7a5255'] = 'Più venduti';
|
||||
$_LANG['store_infos_796c163589f295373e171842f37265d5'] = 'Mercoledì';
|
||||
$_LANG['store_infos_8b7051187b9191cdcdae6ed5a10e5adc'] = 'Sabato';
|
||||
$_LANG['store_infos_c33b138a163847cdb6caeeb7c9a126b4'] = 'Venerdì';
|
||||
$_LANG['stores_0aa6f4210bf373c95eda00232e93cd98'] = 'Distanza';
|
||||
$_LANG['stores_13348442cc6a27032d2b4aa28b75a5d3'] = 'Cerca';
|
||||
$_LANG['stores_24c29702dc9c63dedb98e92f3028e068'] = 'Cerca';
|
||||
$_LANG['stores_6f7d0fc651c0564078d1f2f004e9c9de'] = 'negozi trovati - vedi tutti i risultati:';
|
||||
$_LANG['stores_74c037d72a34d5aa5fe1440ec7426f36'] = 'Indirizzo, CAP, città, stato o paese';
|
||||
$_LANG['stores_8519118a6eee0dcbb6118528f3f7febb'] = 'Indirizzo, CAP, città, stato o paese';
|
||||
$_LANG['stores_dd7bf230fde8d4836917806aff6a6b27'] = 'Indirizzo';
|
||||
$_LANG['stores_fdb0c388de01d545017cdf9ccf00eb72'] = 'Negozio';
|
||||
$_LANG['supplier-list_bf1f33501d576cce01509b67e2260242'] = 'C\'è %d fornitore';
|
||||
$_LANG['supplier_4bbacadd33aff22ab7468fa4f9efd717'] = 'Elenco dei prodotti da parte del fornitore:';
|
||||
$_LANG['404_13348442cc6a27032d2b4aa28b75a5d3'] = 'Ricerca';
|
||||
$_LANG['404_1d3ac0a5826e47e3c2761085e97877f6'] = 'Pagina non disponibile';
|
||||
$_LANG['404_24c29702dc9c63dedb98e92f3028e068'] = 'Ricerca';
|
||||
$_LANG['404_44b1d05764b093cb00c25b8228cb87d3'] = 'Pagina non disponibile';
|
||||
$_LANG['404_8cf04a9734132302f96da8e113e80ce5'] = 'Home';
|
||||
$_LANG['address_20db0bfeecd8fe60533206a2b5e9891a'] = 'Nome';
|
||||
$_LANG['address_3908e1afa0ff22fbf112aff3c5ba55c1'] = 'I tuoi indirizzi';
|
||||
$_LANG['address_393d8c6bc7a04264bd9523dc8c92b818'] = 'Nuovo indirizzo';
|
||||
$_LANG['address_455175f3f5be6306247babb349c0515a'] = 'Il tuo indirizzo';
|
||||
$_LANG['address_59716c97497eb9694541f7c3d37b1a4d'] = 'Nazione';
|
||||
$_LANG['address_6c1c4d5a22e3d6ed8385e7287233396f'] = 'Dai un titolo a questo indirizzo per riferimenti futuri';
|
||||
$_LANG['address_89a9a0e5aec9360bc3b0141c8d42e586'] = 'Dai un titolo a questo indirizzo per riferimenti futuri';
|
||||
$_LANG['address_dd7bf230fde8d4836917806aff6a6b27'] = 'Indirizzo';
|
||||
$_LANG['addresses_8cf04a9734132302f96da8e113e80ce5'] = 'Home';
|
||||
$_LANG['addresses_aa5e970d64eb228f31669d3411171f92'] = 'I tuoi indirizzi sono elencati qui di seguito.';
|
||||
$_LANG['authentication-choice_8b5dd64ab8d0b8158906796b53a200e2'] = 'Indirizzo e-mail';
|
||||
$_LANG['authentication-choice_b357b524e740bc85b9790a0712d84a30'] = 'Indirizzo e-mail';
|
||||
$_LANG['authentication-choice_dc647eb65e6711e155375218212b3964'] = 'Password';
|
||||
$_LANG['authentication-create-account_0ba7583639a274c434bbe6ef797115a4'] = 'Registrati';
|
||||
$_LANG['authentication-create-account_15bbb9d0bbf25e8d2978de1168c749dc'] = 'Sito';
|
||||
@@ -741,8 +741,8 @@ $_LANG['authentication-create-account_46a2a41cc6e552044816a2d04634545d'] = 'Stat
|
||||
$_LANG['authentication-create-account_4f68183551e5dbd7c341347ffe308682'] = 'SIRET';
|
||||
$_LANG['authentication-create-account_57d056ed0984166336b7879c2af3657f'] = 'Città';
|
||||
$_LANG['authentication-create-account_659e59f062c75f81259d22786d6c44aa'] = 'Febbraio';
|
||||
$_LANG['authentication-create-account_6f6162d3a052bb330e9c60285c74c6c9'] = 'Iscriviti alla nostra newsletter';
|
||||
$_LANG['authentication-create-account_7c4afd8114c2cd8dd000bf3601057b0f'] = 'Informazioni della tua società';
|
||||
$_LANG['authentication-create-account_93edfc7af9b6471b30030cf17646e36c'] = 'Iscriviti alla nostra newsletter';
|
||||
$_LANG['authentication-create-account_1011bae349c34405e0c47931fc7ef8ad'] = 'Informazioni della tua società';
|
||||
$_LANG['authentication-create-account_846a54955f32846032981f8fe48c35ff'] = 'Indirizzo (linea 2)';
|
||||
$_LANG['authentication-create-account_8d3f5eff9c40ee315d452392bed5309b'] = 'Cognome';
|
||||
$_LANG['authentication-create-account_bf2957630c4209f61a388a08c2154915'] = '(5 caratteri min.)';
|
||||
@@ -754,7 +754,7 @@ $_LANG['authentication_15bbb9d0bbf25e8d2978de1168c749dc'] = 'Sito web';
|
||||
$_LANG['authentication_195fbb57ffe7449796d23466085ce6d8'] = 'Maggio';
|
||||
$_LANG['authentication_1b539f6f34e8503c97f6d3421346b63c'] = 'Luglio';
|
||||
$_LANG['authentication_41c2fff4867cc204120f001e7af20f7a'] = 'N. cellulare';
|
||||
$_LANG['authentication_6f6162d3a052bb330e9c60285c74c6c9'] = 'Iscriviti alla nostra newsletter';
|
||||
$_LANG['authentication_93edfc7af9b6471b30030cf17646e36c'] = 'Iscriviti alla nostra newsletter';
|
||||
$_LANG['authentication_a0bfb8e59e6c13fc8d990781f77694fe'] = 'Continua';
|
||||
$_LANG['authentication_c773457e85b990c10f8823eacb21346c'] = 'Codice fiscale';
|
||||
$_LANG['authentication_cc5d90569e1c8313c2b1c2aab1401174'] = 'Settembre';
|
||||
@@ -762,10 +762,10 @@ $_LANG['authentication_db879b00e657fc85f7873343f11df21c'] = 'Sei già registrato
|
||||
$_LANG['best-sales_3cb29f0ccc5fd220a97df89dafe46290'] = 'Top venditori';
|
||||
$_LANG['best-sales_d3da97e2d9aee5c8fbe03156ad051c99'] = 'Più';
|
||||
$_LANG['breadcrumb_8cf04a9734132302f96da8e113e80ce5'] = 'Home';
|
||||
$_LANG['category-count_5c9838becf9bbce28ba90a7426daf171'] = 'Non ci sono prodotti.';
|
||||
$_LANG['category-count_5f2df0ffebf79a6357f7fa93e472872b'] = 'Non ci sono prodotti.';
|
||||
$_LANG['category-count_a9d48596a6537347711527bab8fcd152'] = 'Ci sono %d prodotti.';
|
||||
$_LANG['category-product-sort_5820b5a5298779a25d98c41173b931bd'] = 'Nome del prodotto: dalla A alla Z';
|
||||
$_LANG['category-product-sort_baf800c24fcb4b5721f22a5a88f1f41a'] = 'In magazzino';
|
||||
$_LANG['category-product-sort_fcebe56087b9373f15514831184fa572'] = 'In magazzino';
|
||||
$_LANG['cms_24a26cffdfea04302a5bc20b9bce6626'] = 'Questa pagina CSM non è visibile ai tuoi clienti.';
|
||||
$_LANG['contact-form_4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Messaggio';
|
||||
$_LANG['contact-form_7bc873cba11f035df692c3549366c722'] = '-- Scegli --';
|
||||
@@ -777,28 +777,28 @@ $_LANG['guest-tracking_109636f722b8fccc95d072b2760a6282'] = 'Trasforma il tuo ac
|
||||
$_LANG['guest-tracking_63c193f613dd3d9d6c16da7678efda2a'] = 'Numero ordine';
|
||||
$_LANG['guest-tracking_7a8fe8aaa64e691d82f429d39e0df3a5'] = 'Accesso sicuro e personalizzato';
|
||||
$_LANG['guest-tracking_c2f0859d6f7e84914b60403fa423e9ad'] = 'Il tuo account ospite è stato trasformato con successo in un conto cliente. Ora è possibile effettuare il login in questa';
|
||||
$_LANG['guest-tracking_dec9cc6702179299ae451c11633915c6'] = 'Facilità di reso merce';
|
||||
$_LANG['guest-tracking_93aef17b1541efc1c3f8bd6679972096'] = 'Facilità di reso merce';
|
||||
$_LANG['header_0fcd4065ff78fceb3083316ddb958bc1'] = 'Non puoi effettuare un nuovo ordine dal tuo paese.';
|
||||
$_LANG['header_bffe9a3c9a7e00ba00a11749e022d911'] = 'Entra';
|
||||
$_LANG['header_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Il mio conto';
|
||||
$_LANG['history_332c80b1838dc515f5031e09da3b7f3f'] = 'Riordina';
|
||||
$_LANG['identity_19f823c6453c2b1ffd09cb715214813d'] = 'Campo richiesto';
|
||||
$_LANG['identity_1b539f6f34e8503c97f6d3421346b63c'] = 'Luglio';
|
||||
$_LANG['identity_1e884e3078d9978e216a027ecd57fb34'] = 'E-mail';
|
||||
$_LANG['identity_6a1e265f92087bb6dd18194833fe946b'] = 'E-mail';
|
||||
$_LANG['identity_21102621bd5856b350ae86db3aeed9fc'] = 'Aggiorna i tuoi dati personali se sono cambiati.';
|
||||
$_LANG['identity_6335a00a08fde0fbb8f6d6630cdadd92'] = 'I tuoi dati personali';
|
||||
$_LANG['identity_8cf04a9734132302f96da8e113e80ce5'] = 'Home';
|
||||
$_LANG['identity_ac135c86084a47630c9eadb4edd5ef75'] = 'Ricevi le offerte speciali dai nostri partner';
|
||||
$_LANG['identity_baca087296e01b5d69799dd53bcd7950'] = 'Ricevi le offerte speciali dai nostri partner';
|
||||
$_LANG['live_edit_282f96c7d1ed98d24606d209dcad9842'] = 'Poszione dei Moduli salvata';
|
||||
$_LANG['live_edit_d8dcfab18b3a6eba56d617dd1dcb1ba7'] = 'Chiudi il live edit';
|
||||
$_LANG['manufacturer-list_0397cbccfd02272abd38f8933b865218'] = '%d prodotto';
|
||||
$_LANG['manufacturer-list_40a1d0763fd669e33d8663d15eb91cfb'] = 'Ci sono %d produttori';
|
||||
$_LANG['manufacturer-list_864c665aea5e824772fda0e678c3ac4d'] = '%d prodotti';
|
||||
$_LANG['manufacturer-list_8a535d7f40eb9e738248d555675b572e'] = 'C\'è %d produttore';
|
||||
$_LANG['my-account_d1c55b03aa566f1dbe40569fe957c496'] = 'Storico e dettagli dei miei ordini';
|
||||
$_LANG['my-account_f232e81d15c0f2b9a4b1853465aaf18a'] = 'Storico e dettagli dei miei ordini';
|
||||
$_LANG['my-account_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Il mio account';
|
||||
$_LANG['my-account_e45be0a0d4a0b62b15694c1a631e6e62'] = 'I miei indirizzi';
|
||||
$_LANG['nbr-product-page_74dd2b447f2f9a892177430fd5bf54a0'] = 'prodotti per pagina';
|
||||
$_LANG['nbr-product-page_21a1f0b4726f9f6cbced2bc8747ec44f'] = 'prodotti per pagina';
|
||||
$_LANG['order-address-multishipping-products_12d3c7a4296542c62474856ec452c045'] = 'Rif.';
|
||||
$_LANG['order-address-multishipping-products_b5a7adde1af5c87d7fd797b6245c2a39'] = 'Descrizione';
|
||||
$_LANG['order-address-multishipping_06933067aafd48425d67bcb01bba5cb6'] = 'Aggiorna';
|
||||
@@ -806,20 +806,20 @@ $_LANG['order-address-multishipping_10ac3d04253ef7e1ddc73e6091c0cd55'] = 'Prossi
|
||||
$_LANG['order-address-multishipping_284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Indirizzi';
|
||||
$_LANG['order-address-multishipping_dd1f775e443ff3b9a89270713580a51b'] = 'Precedente';
|
||||
$_LANG['order-address-multishipping_ec211f7c20af43e742bf2570c3cb84f9'] = 'Aggiungi';
|
||||
$_LANG['order-address-multishipping_f5bf48aa40cad7891eb709fcf1fde128'] = 'prodotto';
|
||||
$_LANG['order-address-multishipping_deb10517653c255364175796ace3553f'] = 'prodotto';
|
||||
$_LANG['order-address-product-line_07177f134a19f8965265d014b5b81645'] = 'Crea un nuovo indirizzo';
|
||||
$_LANG['order-address-product-line_713abca3b7abddc0445099b23c0a3697'] = 'Spedire a diversi indirizzi';
|
||||
$_LANG['order-address-product-line_e716b72edf18038c04664e9b21569177'] = 'Devi comprare un minimo di %d di questo prodotto';
|
||||
$_LANG['order-address_10ac3d04253ef7e1ddc73e6091c0cd55'] = 'Successivo';
|
||||
$_LANG['order-address_86024cad1e83101d97359d7351051156'] = 'prodotti';
|
||||
$_LANG['order-carrier_0d9175fe89fb80d815e7d03698b6e83a'] = 'Regalo';
|
||||
$_LANG['order-carrier_86024cad1e83101d97359d7351051156'] = 'prodotti';
|
||||
$_LANG['order-carrier_b4e59f3a4554655a099738382ebedbff'] = 'Se lo desideri, puoi aggiungere una bigliettino al regalo:';
|
||||
$_LANG['order-carrier_068f80c7519d0528fb08e82137a72131'] = 'prodotti';
|
||||
$_LANG['order-carrier_bf46d59ab4c5096d169c1a5eb39cc0c1'] = 'Se lo desideri, puoi aggiungere una bigliettino al regalo:';
|
||||
$_LANG['order-carrier_b6dddfff5178ce64364ca3f683930354'] = 'Miglior prezzo e qualità';
|
||||
$_LANG['order-carrier_cc9b9807af9192bed55cb1e92ba28844'] = 'Scegli un opzione di spedizione per l\'indirizzo:';
|
||||
$_LANG['order-carrier_d2ab6e496545daf64eef4f73c2d7b924'] = 'Prodotti interessati';
|
||||
$_LANG['order-carrier_ea9cf7e47ff33b2be14e6dd07cbcefc6'] = 'Spedizione';
|
||||
$_LANG['order-carrier_fe37ec14fa2db219db5279f4934c6dfc'] = 'Prodotto interessato';
|
||||
$_LANG['order-carrier_9960807cfb66a03002a9b7777c4a96c5'] = 'Prodotti interessati';
|
||||
$_LANG['order-carrier_66f51e43606e2baebb8e9c3bfe965da4'] = 'Spedizione';
|
||||
$_LANG['order-carrier_e06b4fd44aa19916cbbb34d7ca26efa1'] = 'Prodotto interessato';
|
||||
$_LANG['order-confirmation_fb077ecba55e5552916bde26d8b9e794'] = 'Conferma ordine';
|
||||
$_LANG['order-detail_25e93b63e91b5555bd458c89b1916678'] = 'Fai una nota d restituzione';
|
||||
$_LANG['order-detail_284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Indirizzi';
|
||||
@@ -832,16 +832,16 @@ $_LANG['order-detail_66c4c5112f455a19afde47829df363fa'] = 'Totale:';
|
||||
$_LANG['order-detail_7bc873cba11f035df692c3549366c722'] = '-- Scegli --';
|
||||
$_LANG['order-detail_914419aa32f04011357d3b604a86d7eb'] = 'Corriere';
|
||||
$_LANG['order-detail_9ead913c5b7c87efda39ca9640c46ae4'] = 'Ci sono %d errori';
|
||||
$_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_bef8403608dc4cb3ade799f63dd4bf59'] = '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_ced55d097872ab13bf177e8d31db396f'] = 'Clicca sul seguente link per seguire la consegna del tuo ordine';
|
||||
$_LANG['order-detail_d8ea8f57bff2e29a27f3821ae74968bd'] = 'scarica questo prodotto';
|
||||
$_LANG['order-detail_c060ca8505d0aa094635fbf9beac94b0'] = 'scarica questo prodotto';
|
||||
$_LANG['order-follow_25e93b63e91b5555bd458c89b1916678'] = 'Fai una nota d restituzione';
|
||||
$_LANG['order-follow_558a57a100d0232908d28ac4bc1c35b5'] = 'Si prega di specificare una spiegazione per il tuo reso prodotto';
|
||||
$_LANG['order-follow_cbd22dcb89c7ff53e1d58959352b278e'] = 'Si prega di specificare una spiegazione per il tuo reso prodotto';
|
||||
$_LANG['order-follow_8cf04a9734132302f96da8e113e80ce5'] = 'Home';
|
||||
$_LANG['order-follow_93d4be62cede66eb788f5ca8046bac7f'] = 'Indica una quantità per il prodotto che hai spuntato.';
|
||||
$_LANG['order-follow_1819b587867a9c604a4d21c753756b4a'] = 'Indica una quantità per il prodotto che hai spuntato.';
|
||||
$_LANG['order-follow_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Il mio account';
|
||||
$_LANG['order-follow_e1b6d8e31d5a3dee879dddc77c492b81'] = 'Qui ci sono i resi di merce che hai fatto';
|
||||
$_LANG['order-follow_9cf9ab35a1b24314913bb739d25a0b36'] = 'Qui ci sono i resi di merce che hai fatto';
|
||||
$_LANG['order-opc-address_dd7bf230fde8d4836917806aff6a6b27'] = 'Indirizzo';
|
||||
$_LANG['order-opc-new-account_08bd40c7543007ad06e4fce31618f6ec'] = 'Account';
|
||||
$_LANG['order-opc-new-account_0f68b904e33d9ac04605aecc958bcf52'] = 'Ulteriori informazioni';
|
||||
@@ -857,8 +857,8 @@ $_LANG['order-opc-new-account_936ccdb97115e9f35a11d35e3d5b5cad'] = 'Clicca qui';
|
||||
$_LANG['order-opc-new-account_b78a3223503896721cca1303f776159b'] = 'Titolo';
|
||||
$_LANG['order-opc-new-account_d30f507473129e70c4b962ceccf175cf'] = 'CAP';
|
||||
$_LANG['order-opc-new-account_db879b00e657fc85f7873343f11df21c'] = 'Sei già iscritto?';
|
||||
$_LANG['order-opc-payment_c453a4b8e8d98e82f35b67f433e3b4da'] = 'Pagamento';
|
||||
$_LANG['order-opc_73f40a885e34d87e22d88684f9350a53'] = 'Il negozio non accetta ordini.';
|
||||
$_LANG['order-opc-payment_bd0e34e5be6447844e6f262d51f1a9dc'] = 'Pagamento';
|
||||
$_LANG['order-opc_42cc8aa1d968de2ca40d35fbc2aaf4cf'] = 'Il negozio non accetta ordini.';
|
||||
$_LANG['order-payment_1ac6ee29e9e68fb71bad91c1d34348cc'] = '%s:';
|
||||
$_LANG['order-payment_1d4c9008fd49770971ffc2e8f32df870'] = 'Totale spedizone (tasse incl.):';
|
||||
$_LANG['order-payment_1d9baf077ee87921f57a8fe42d510b65'] = 'Sottrai';
|
||||
@@ -867,13 +867,13 @@ $_LANG['order-payment_444bcb3a3fcf8389296c49467f27e1d6'] = 'ok';
|
||||
$_LANG['order-payment_543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Totale prodotti:';
|
||||
$_LANG['order-payment_66c4c5112f455a19afde47829df363fa'] = 'Totale';
|
||||
$_LANG['order-payment_6c957f72dc8cdacc75762f2cbdcdfaf2'] = 'Prezzo unitario';
|
||||
$_LANG['order-payment_9e6d9b3daa15e41d36806a289c42674d'] = 'Scegli il tuo metodo di pagamento';
|
||||
$_LANG['order-payment_e747da89afc98485bb90928d397e9821'] = 'Scegli il tuo metodo di pagamento';
|
||||
$_LANG['order-payment_9ff9c46512c186ebae182519a55dc6a9'] = 'Disp.';
|
||||
$_LANG['order-payment_b935a8c55ff8c1c967d6f848b375db81'] = 'Totale confezione regalo (tasse incl.):';
|
||||
$_LANG['order-payment_c8cd21bd2e33378f10611bc4498cf96f'] = 'Elimina questa personalizzazione';
|
||||
$_LANG['order-return_2a161a7d653aa950ebe6e3637e036048'] = 'Attendi la nostra conferma prima di restituire qualsiasi merce.';
|
||||
$_LANG['order-return_44a9edeffb86277f007fa90d96689a6d'] = 'Attendi la nostra conferma prima di restituire qualsiasi merce.';
|
||||
$_LANG['order-return_955b51949c0e756934c02c521f7f9405'] = 'documento in PDF';
|
||||
$_LANG['order-return_b94ae945442e9d71219d196cbc458d75'] = 'Si prega di consultare il documento PDF';
|
||||
$_LANG['order-return_d9d95b7fdffceaaa11c6bbae7b3bfa37'] = 'Si prega di consultare il documento PDF';
|
||||
$_LANG['order-return_deb10517653c255364175796ace3553f'] = 'Prodotto';
|
||||
$_LANG['order-return_fbbd47b7e45c0ad3fe0bf70539b5a2d4'] = 'PROMEMORIA:';
|
||||
$_LANG['order-slip_01abfc750a0c942167651c40d088531d'] = 'n.';
|
||||
@@ -881,58 +881,58 @@ $_LANG['order-slip_591286c3b4f075453e55532838ce0044'] = 'Nota di ordine';
|
||||
$_LANG['order-slip_8cf04a9734132302f96da8e113e80ce5'] = 'Home';
|
||||
$_LANG['order-slip_a240fa27925a635b08dc28c9e4f9216d'] = 'Ordine';
|
||||
$_LANG['pages-list_d95cf4ab2cbf1dfb63f066b50558b07d'] = 'Il mio conto';
|
||||
$_LANG['password_05bd9ea84bc2190c8a9414097e33c69a'] = 'Inserisci l\'indirizzo e-mail usato per registrarti. Riceverai una e-mail con la tua nuova password.';
|
||||
$_LANG['password_ad6de86f2f344d447d78a139fc16bd72'] = 'Inserisci l\'indirizzo e-mail usato per registrarti. Riceverai una e-mail con la tua nuova password.';
|
||||
$_LANG['password_0d0e2934af7d3bc4e7263fcb1f9bc51c'] = 'Recupera Password';
|
||||
$_LANG['password_69f2698155df937f204e87d1c95332a7'] = 'La tua password è stata reimpostata ed è stata inviata al tuo indirizzo e-mail:';
|
||||
$_LANG['password_f15b7d9b716da1d46ba073df11d4a8d0'] = 'La tua password è stata reimpostata ed è stata inviata al tuo indirizzo e-mail:';
|
||||
$_LANG['product-compare_216adaf4e98dc62ec3abeab51b9fc57f'] = 'Si prega di selezionare almeno un prodotto.';
|
||||
$_LANG['product-compare_90723749917a82bf3ff8a73247d32ffb'] = 'Non puoi aggiungere più di %d prodotto/i alla comparazione';
|
||||
$_LANG['product-desc-features_71948aa4f6e12cdaa5e2e63a5eb8f142'] = 'Dettagli';
|
||||
$_LANG['product-desc-features_cb3c718c905f00adbb6735f55bfb38ef'] = 'Prodotto disponibile con diverse opzioni';
|
||||
$_LANG['product-js_c1f25211403ec7459f265788cdbee403'] = 'Si prega di compilare tutti i campi obbligatori, quindi salvare la personalizzazione.';
|
||||
$_LANG['product-js_e4aae275fc6b4d57daab4431b8bf736c'] = 'Il prodotto non esiste in questo modello. Scegline un altro.';
|
||||
$_LANG['product-js_0d9e08f309dc15da39fe0850ef180d90'] = 'Si prega di compilare tutti i campi obbligatori, quindi salvare la personalizzazione.';
|
||||
$_LANG['product-js_3536d9c388d7375db82358f74072f5c4'] = 'Il prodotto non esiste in questo modello. Scegline un altro.';
|
||||
$_LANG['product-list_4351cfebe4b61d8aa5efa1d020710005'] = 'Visualizza';
|
||||
$_LANG['product-list_77798ad342555ffa834758a2aaa6fc11'] = 'Selezionare per confrontare';
|
||||
$_LANG['product-list_d0fcb89c94b29d6ab2db749ff688dc7c'] = 'Solo online!';
|
||||
$_LANG['product-list_03de921a8ea82897e13d33d66c28b4db'] = 'Solo online!';
|
||||
$_LANG['product-prices_800e90e940e7f1fb938b0fda5137f38c'] = 'In vendita!';
|
||||
$_LANG['product-prices_f85524c253c150e88136df3999ac3fd4'] = 'per la eco-tassa';
|
||||
$_LANG['product-quantity-discount_47f1a471a7f6a74053869cdb9cbf05bb'] = 'Quantità sconto';
|
||||
$_LANG['product-quantity-discount_b1cff9892b2dde30a5f5cfb393c02423'] = 'Quantità sconto';
|
||||
$_LANG['product_2b56b60f878922093facd42284848a0c'] = 'Maggiori dettagli';
|
||||
$_LANG['product_47f1a471a7f6a74053869cdb9cbf05bb'] = 'Quantità sconto';
|
||||
$_LANG['product_78a2d6a3d6741d9d2cbff658d5df7cd8'] = 'Caricamento in corso, attendere prego ...';
|
||||
$_LANG['product_b1cff9892b2dde30a5f5cfb393c02423'] = 'Quantità sconto';
|
||||
$_LANG['product_476efcbaed950dd513ffc08e4e9a632f'] = 'Caricamento in corso, attendere prego ...';
|
||||
$_LANG['product_887ee91702c962a70b87cbef07bbcaec'] = 'tasse escl.';
|
||||
$_LANG['product_8c751c4aab0db0b811cdfbddf0b4ea56'] = 'Disponibilità:';
|
||||
$_LANG['product_98edb85b00d9527ad5acebe451b3fae6'] = 'Accessori';
|
||||
$_LANG['product_ca2bf12169883f4982d8fe34b7e3c618'] = 'Prezzo ridotto!';
|
||||
$_LANG['product_e2dc6c48c56de466f6d13781796abf3d'] = 'sconto';
|
||||
$_LANG['product_104d9898c04874d0fbac36e125fa1369'] = 'sconto';
|
||||
$_LANG['product_e376237cca06a37330137147d20b0848'] = 'Questo prodotto non è venduto singolarmente, devi selezionare almeno';
|
||||
$_LANG['product_e54a973d0c3342dac6ee7d9e145c6f83'] = 'Contenuto della confezione';
|
||||
$_LANG['product_e5a75e83f9fd2f5fdff337a46227b3c3'] = 'Formati di file consentiti: GIF, JPG, PNG';
|
||||
$_LANG['product_ea4788705e6873b424c65e91c2846b19'] = 'Annulla';
|
||||
$_LANG['product_f5bf48aa40cad7891eb709fcf1fde128'] = 'prodotto';
|
||||
$_LANG['product_deb10517653c255364175796ace3553f'] = 'prodotto';
|
||||
$_LANG['product_fe3838c7c11aa406dd956566e17360d5'] = 'per';
|
||||
$_LANG['products-comparison_98f770b0af18ca763421bac22b4b6805'] = 'Caratteristiche';
|
||||
$_LANG['products-comparison_d6295c05503596b3ed3528aee83e3ef7'] = 'Caratteristiche';
|
||||
$_LANG['products-comparison_ca2bf12169883f4982d8fe34b7e3c618'] = 'Prezzo ridotto!';
|
||||
$_LANG['restricted-country_4ea06a9e8f9054fff852b1421f9f474b'] = 'Non puoi accedere al nostro negozio dal tuo paese. Ci scusiamo per l\'inconveniente.';
|
||||
$_LANG['restricted-country_cf8092a0be7b972d6cee3db90bfaf923'] = 'Non puoi accedere al nostro negozio dal tuo paese. Ci scusiamo per l\'inconveniente.';
|
||||
$_LANG['search_3a93aed43691aed28d2ce3a53d3c63f8'] = '%d risultato trovati.';
|
||||
$_LANG['search_a09e4037d02313230a191007246e1694'] = '%d risultati trovati.';
|
||||
$_LANG['search_e59894bdfd0b523f5036ff21fa905474'] = 'Si prega di digitare una parola chiave di ricerca';
|
||||
$_LANG['search_a4bb6bf91165c149d73930f43ad4ef69'] = 'Si prega di digitare una parola chiave di ricerca';
|
||||
$_LANG['shopping-cart_10ac3d04253ef7e1ddc73e6091c0cd55'] = 'Successivo';
|
||||
$_LANG['shopping-cart_12d3c7a4296542c62474856ec452c045'] = 'Rif.';
|
||||
$_LANG['shopping-cart_1d9baf077ee87921f57a8fe42d510b65'] = 'Sottrai';
|
||||
$_LANG['shopping-cart_2633d6725607d13e80f5e30514b91fbe'] = 'Totale buoni:';
|
||||
$_LANG['shopping-cart_38c656118c3c7cd5cecd00a419b050d2'] = 'Voglio specificare un indirizzo di consegna per ogni prodotto ordinato.';
|
||||
$_LANG['shopping-cart_4c943e22dcb7953912d021539cc07de5'] = 'Rif :';
|
||||
$_LANG['shopping-cart_fcb508ac320051bb4723fb938b33de0d'] = 'Voglio specificare un indirizzo di consegna per ogni prodotto ordinato.';
|
||||
$_LANG['shopping-cart_e78b6f4eb3be046f4d25c07ce54954d4'] = 'Rif :';
|
||||
$_LANG['shopping-cart_4e59b98d7fa1d964bfd9841ad5c34980'] = 'Totale coupon (tasse escl.):';
|
||||
$_LANG['shopping-cart_66f51e43606e2baebb8e9c3bfe965da4'] = 'Spedizione';
|
||||
$_LANG['shopping-cart_6faae4c39a8a0fc5020af4137f641c8e'] = 'Spedisci prima gli articoli disponibili';
|
||||
$_LANG['shopping-cart_30efeba472c0bc4d0747d0109948a714'] = 'Spedisci prima gli articoli disponibili';
|
||||
$_LANG['shopping-cart_7395559a94fa7a25907a155cda78afa0'] = 'Conferma l\'ordine';
|
||||
$_LANG['shopping-cart_879f6b8877752685a966564d072f498f'] = 'Il carrello è vuoto.';
|
||||
$_LANG['shopping-cart_96b0141273eabab320119c467cdcaf17'] = 'Totale';
|
||||
$_LANG['shopping-cart_b5a7adde1af5c87d7fd797b6245c2a39'] = 'Descrizione';
|
||||
$_LANG['shopping-cart_ec211f7c20af43e742bf2570c3cb84f9'] = 'Aggiungi';
|
||||
$_LANG['shopping-cart_ecba3578d8cd65126d4a47c76b3c9c2d'] = 'Spedizione gratuita!';
|
||||
$_LANG['sitemap_1814d65a76028fdfbadab64a5a8076df'] = 'Fornitori';
|
||||
$_LANG['sitemap_2377be3c2ad9b435ba277a73f0f1ca76'] = 'Produttori';
|
||||
$_LANG['sitemap_a00e46e856e637f8fd077b4fd710c9e2'] = 'Fornitori';
|
||||
$_LANG['sitemap_0e1e874dde345d19583102a9fd63fb7e'] = 'Produttori';
|
||||
$_LANG['sitemap_24cc85476cb8ec1a03192f09231e742b'] = 'Le nostre offerte';
|
||||
$_LANG['sitemap_34c869c542dee932ef8cd96d2f91cae6'] = 'I nostri negozi';
|
||||
$_LANG['sitemap_62f5d708d6ad1fa1ddd9429a65cccbea'] = 'Tutte le categorie';
|
||||
@@ -947,4 +947,4 @@ $_LANG['supplier_71a863ca23a2b5d1dc82e60b908576b5'] = 'Nessun prodotto per quest
|
||||
$_LANG['authentication_85fb93a8ee9440499692da24a1621769'] = 'APE';
|
||||
$_LANG['order-carrier_5508a53851720a210e50f7b8a6f66f46'] = 'Devi accettare le condizioni generali di vendita prima di continuare.';
|
||||
$_LANG['order-opc_ea295188b69aa5e04810abcc38b2b2be'] = 'è stato selezionato';
|
||||
$_LANG['order-steps_ea9cf7e47ff33b2be14e6dd07cbcefc6'] = 'Spedizione';
|
||||
$_LANG['order-steps_66f51e43606e2baebb8e9c3bfe965da4'] = 'Spedizione';
|
||||
|
||||
@@ -23,10 +23,10 @@
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
|
||||
{capture name=path}{l s='Manufacturers'}{/capture}
|
||||
{capture name=path}{l s='Manufacturers:'}{/capture}
|
||||
{include file="$tpl_dir./breadcrumb.tpl"}
|
||||
|
||||
<h1>{l s='Manufacturers'}</h1>
|
||||
<h1>{l s='Manufacturers:'}</h1>
|
||||
|
||||
{if isset($errors) AND $errors}
|
||||
{include file="$tpl_dir./errors.tpl"}
|
||||
|
||||
@@ -23,18 +23,18 @@
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
|
||||
{capture assign='page_title'}{l s='Page not available'}{/capture}
|
||||
{capture assign='page_title'}{l s='This page is not available'}{/capture}
|
||||
{include file='./page-title.tpl'}
|
||||
|
||||
{* Submit à tester sur téléphone *}
|
||||
{* ===================================== *}
|
||||
<div data-role="content" id="content">
|
||||
<div id="not_found">
|
||||
<p>{l s='We\'re sorry, but the Web address you entered is no longer available'}</p>
|
||||
<p>{l s='We\'re sorry, but the Web address you\'ve entered is no longer available.'}</p>
|
||||
<p>{l s='To find a product, please type its name in the field below'}</p>
|
||||
<div data-role="fieldcontain" class="input_search_404">
|
||||
<form action="{$link->getPageLink('search')}" method="post" class="std">
|
||||
<input type="search" name="search_query" id="search_query" value="{l s='Search'}" />
|
||||
<input type="search" name="search_query" id="search_query" value="{l s='Search:'}" />
|
||||
</form>
|
||||
</div>
|
||||
<p>
|
||||
|
||||
@@ -207,7 +207,7 @@ $(function(){ldelim}
|
||||
<textarea id="other" name="other" cols="26" rows="3">{if isset($smarty.post.other)}{$smarty.post.other}{else}{if isset($address->other)}{$address->other|escape:'htmlall':'UTF-8'}{/if}{/if}</textarea>
|
||||
</div>
|
||||
|
||||
<p>{l s='You must register at least one phone number'} <sup class="required">*</sup></p>
|
||||
<p>{l s='You must register at least one phone number.'} <sup class="required">*</sup></p>
|
||||
<div class="text">
|
||||
<label for="phone">{l s='Home phone'}</label>
|
||||
<input type="text" id="phone" name="phone" value="{if isset($smarty.post.phone)}{$smarty.post.phone}{else}{if isset($address->phone)}{$address->phone|escape:'htmlall':'UTF-8'}{/if}{/if}" />
|
||||
@@ -217,7 +217,7 @@ $(function(){ldelim}
|
||||
<input type="text" id="phone_mobile" name="phone_mobile" value="{if isset($smarty.post.phone_mobile)}{$smarty.post.phone_mobile}{else}{if isset($address->phone_mobile)}{$address->phone_mobile|escape:'htmlall':'UTF-8'}{/if}{/if}" />
|
||||
</div>
|
||||
<p class="required text" id="adress_alias">
|
||||
<label for="alias">{l s='Assign an address title for future reference'} <sup>*</sup></label>
|
||||
<label for="alias">{l s='Please assign an address title for future reference.'} <sup>*</sup></label>
|
||||
<input type="text" id="alias" name="alias" value="{if isset($smarty.post.alias)}{$smarty.post.alias}{else if isset($address->alias)}{$address->alias|escape:'htmlall':'UTF-8'}{else if isset($select_address)}{l s='My address'}{/if}" />
|
||||
</p>
|
||||
<div>
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<div>
|
||||
{if isset($multipleAddresses) && $multipleAddresses}
|
||||
<h3>{l s='Your addresses are listed below.'}</h3>
|
||||
<p>{l s='Be sure to update them if they have changed.'}</p>
|
||||
<p>{l s='Be sure to update your personal information if it has changed.'}</p>
|
||||
{assign var="adrs_style" value=$addresses_style}
|
||||
<form action="opc.html" method="post">
|
||||
<ul data-role="listview" data-theme="g">
|
||||
@@ -53,9 +53,9 @@
|
||||
</ul>
|
||||
</form>
|
||||
{else}
|
||||
<p class="warning">{l s='No addresses available.'}</p>
|
||||
<p class="warning">{l s='No addresses are available.'}</p>
|
||||
{/if}
|
||||
<a href="{$link->getPageLink('address', true)}" data-role="button" data-theme="a" data-ajax="false">{l s='Add new address'}</a>
|
||||
<a href="{$link->getPageLink('address', true)}" data-role="button" data-theme="a" data-ajax="false">{l s='Add a new address'}</a>
|
||||
</div>
|
||||
|
||||
{include file='./sitemap.tpl'}
|
||||
|
||||
@@ -1,31 +1,31 @@
|
||||
<div data-role="content" id="content">
|
||||
|
||||
<form action="{$link->getPageLink('authentication', true)}" method="post" id="create-account_form" class="std login_form">
|
||||
<h2>{l s='Create your account'}</h2>
|
||||
<h2>{l s='Create an account'}</h2>
|
||||
<div class="form_content clearfix">
|
||||
<p class="title_block">{l s='Enter your e-mail address to create an account'}.</p>
|
||||
<p class="title_block">{l s='Enter your email address to create an account'}.</p>
|
||||
<fieldset>
|
||||
<span><input type="email" id="email_create" placeholder="{l s='E-mail address'}" name="email_create" value="{if isset($smarty.post.email_create)}{$smarty.post.email_create|escape:'htmlall':'UTF-8'|stripslashes}{/if}" class="account_input" /></span>
|
||||
<span><input type="email" id="email_create" placeholder="{l s='Email address'}" name="email_create" value="{if isset($smarty.post.email_create)}{$smarty.post.email_create|escape:'htmlall':'UTF-8'|stripslashes}{/if}" class="account_input" /></span>
|
||||
</fieldset>
|
||||
{if isset($back)}<input type="hidden" class="hidden" name="back" value="{$back|escape:'htmlall':'UTF-8'}" />{/if}
|
||||
<button type="submit" id="SubmitCreate" name="SubmitCreate" class="ui-btn-hidden submit_button" aria-disabled="false" data-theme="a">{l s='Create your account'}</button>
|
||||
<input type="hidden" class="hidden" name="SubmitCreate" value="{l s='Create your account'}" />
|
||||
<button type="submit" id="SubmitCreate" name="SubmitCreate" class="ui-btn-hidden submit_button" aria-disabled="false" data-theme="a">{l s='Create an account'}</button>
|
||||
<input type="hidden" class="hidden" name="SubmitCreate" value="{l s='Create an account'}" />
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<hr width="99%" align="center" size="2" class=""/>
|
||||
|
||||
<form action="{$link->getPageLink('authentication', true)}" method="post" class="login_form">
|
||||
<h2>{l s='Already registered ?'}</h2>
|
||||
<h2>{l s='Already registered?'}</h2>
|
||||
<fieldset>
|
||||
<input type="email" id="email" name="email" placeholder="{l s='E-mail address'}" value="{if isset($smarty.post.email)}{$smarty.post.email|escape:'htmlall':'UTF-8'|stripslashes}{/if}" class="account_input" />
|
||||
<input type="email" id="email" name="email" placeholder="{l s='Email address'}" value="{if isset($smarty.post.email)}{$smarty.post.email|escape:'htmlall':'UTF-8'|stripslashes}{/if}" class="account_input" />
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
<input type="password" id="passwd" name="passwd" placeholder="{l s='Password'}" value="{if isset($smarty.post.passwd)}{$smarty.post.passwd|escape:'htmlall':'UTF-8'|stripslashes}{/if}" class="account_input" />
|
||||
<p class="forget_pwd"><a href="{$link->getPageLink('password')}" data-ajax="false">{l s='Forgot your password?'}</a></p>
|
||||
</fieldset>
|
||||
<button type="submit" class="ui-btn-hidden submit_button" id="SubmitLogin" name="SubmitLogin" aria-disabled="false" data-theme="a">{l s='Log in'}</button>
|
||||
<button type="submit" class="ui-btn-hidden submit_button" id="SubmitLogin" name="SubmitLogin" aria-disabled="false" data-theme="a">{l s='Login'}</button>
|
||||
</form>
|
||||
</div><!-- /content -->
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<input onkeyup="$('#lastname').val(this.value);" type="text" class="text" id="customer_lastname" name="customer_lastname" value="{if isset($smarty.post.customer_lastname)}{$smarty.post.customer_lastname}{/if}" />
|
||||
</p>
|
||||
<p class="required">
|
||||
<label for="email">{l s='E-mail'} <sup>*</sup></label>
|
||||
<label for="email">{l s='E-Mail:'} <sup>*</sup></label>
|
||||
<input type="text" class="text" id="email" name="email" value="{if isset($smarty.post.email)}{$smarty.post.email}{/if}" />
|
||||
</p>
|
||||
<p class="required">
|
||||
@@ -64,17 +64,17 @@
|
||||
{if $newsletter}
|
||||
<p class="checkbox" >
|
||||
<input type="checkbox" name="newsletter" id="newsletter" value="1" {if isset($smarty.post.newsletter) AND $smarty.post.newsletter == 1} checked="checked"{/if} />
|
||||
<label for="newsletter">{l s='Sign up for our newsletter'}</label>
|
||||
<label for="newsletter">{l s='Sign up for our newsletter!'}</label>
|
||||
</p>
|
||||
<p class="checkbox" >
|
||||
<input type="checkbox"name="optin" id="optin" value="1" {if isset($smarty.post.optin) AND $smarty.post.optin == 1} checked="checked"{/if} />
|
||||
<label for="optin">{l s='Receive special offers from our partners'}</label>
|
||||
<label for="optin">{l s='Receive special offers from our partners!'}</label>
|
||||
</p>
|
||||
{/if}
|
||||
</fieldset>
|
||||
{if $b2b_enable}
|
||||
<fieldset class="account_creation">
|
||||
<h3>{l s='Your company informations'}</h3>
|
||||
<h3>{l s='Your company information'}</h3>
|
||||
<p class="text">
|
||||
<label for="">{l s='Company'}</label>
|
||||
<input type="text" class="text" id="company" name="company" value="{if isset($smarty.post.company)}{$smarty.post.company}{/if}" />
|
||||
@@ -129,7 +129,7 @@
|
||||
<p class="text">
|
||||
<label for="address2">{l s='Address (Line 2)'}</label>
|
||||
<input type="text" class="text" name="address2" id="address2" value="{if isset($smarty.post.address2)}{$smarty.post.address2}{/if}" />
|
||||
<span class="inline-infos">{l s='Apartment, suite, unit, building, floor, etc.'}</span>
|
||||
<span class="inline-infos">{l s='Apartment, suite, unit, building, floor, etc...'}</span>
|
||||
</p>
|
||||
{elseif $field_name eq "postcode"}
|
||||
<p class="required postcode text">
|
||||
@@ -187,7 +187,7 @@
|
||||
<input type="text" class="text" name="phone_mobile" id="phone_mobile" value="{if isset($smarty.post.phone_mobile)}{$smarty.post.phone_mobile}{/if}" />
|
||||
</p>
|
||||
<p class="required text" id="address_alias">
|
||||
<label for="alias">{l s='Assign an address title for future reference'} <sup>*</sup></label>
|
||||
<label for="alias">{l s='Assign an address alias for future reference'} <sup>*</sup></label>
|
||||
<input type="text" class="text" name="alias" id="alias" value="{if isset($smarty.post.alias)}{$smarty.post.alias}{else}{l s='My address'}{/if}" />
|
||||
</p>
|
||||
</fieldset>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
|
||||
{capture assign='page_title'}{if !isset($email_create)}{l s='Log in'}{else}{l s='Create your account'}{/if}{/capture}
|
||||
{capture assign='page_title'}{if !isset($email_create)}{l s='Log in'}{else}{l s='Create an account'}{/if}{/capture}
|
||||
{include file='./page-title.tpl'}
|
||||
{include file="./errors.tpl"}
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
{include file="./pagination.tpl"}
|
||||
|
||||
{else}
|
||||
<p class="warning">{l s='No top sellers.'}</p>
|
||||
<p class="warning">{l s='No top sellers for the moment.'}</p>
|
||||
{/if}
|
||||
{include file='./sitemap.tpl'}
|
||||
</div><!-- #content -->
|
||||
|
||||
@@ -56,13 +56,13 @@
|
||||
<select class="selectPrductSort">
|
||||
<option value="{$orderbydefault|escape:'htmlall':'UTF-8'}:{$orderwaydefault|escape:'htmlall':'UTF-8'}" {if $orderby eq $orderbydefault}selected="selected"{/if}>{l s='Sort by'}</option>
|
||||
{if !$PS_CATALOG_MODE}
|
||||
<option value="price:asc" {if $orderby eq 'price' AND $orderway eq 'asc'}selected="selected"{/if}>{l s='Price: lowest first'}</option>
|
||||
<option value="price:desc" {if $orderby eq 'price' AND $orderway eq 'desc'}selected="selected"{/if}>{l s='Price: highest first'}</option>
|
||||
<option value="price:asc" {if $orderby eq 'price' AND $orderway eq 'asc'}selected="selected"{/if}>{l s='Price: Lowest first'}</option>
|
||||
<option value="price:desc" {if $orderby eq 'price' AND $orderway eq 'desc'}selected="selected"{/if}>{l s='Price: Highest first'}</option>
|
||||
{/if}
|
||||
<option value="name:asc" {if $orderby eq 'name' AND $orderway eq 'asc'}selected="selected"{/if}>{l s='Product Name: A to Z'}</option>
|
||||
<option value="name:desc" {if $orderby eq 'name' AND $orderway eq 'desc'}selected="selected"{/if}>{l s='Product Name: Z to A'}</option>
|
||||
{if !$PS_CATALOG_MODE}
|
||||
<option value="quantity:desc" {if $orderby eq 'quantity' AND $orderway eq 'desc'}selected="selected"{/if}>{l s='In-stock first'}</option>
|
||||
<option value="quantity:desc" {if $orderby eq 'quantity' AND $orderway eq 'desc'}selected="selected"{/if}>{l s='In stock'}</option>
|
||||
{/if}
|
||||
</select>
|
||||
</form>
|
||||
|
||||
@@ -55,9 +55,9 @@
|
||||
|
||||
<fieldset>
|
||||
{if isset($customerThread.email)}
|
||||
<input class="ui-input-text ui-body-c ui-corner-all ui-shadow-inset" type="email" id="email" name="from" value="{$customerThread.email}" placeholder="{l s='E-mail address'}" readonly="readonly" />
|
||||
<input class="ui-input-text ui-body-c ui-corner-all ui-shadow-inset" type="email" id="email" name="from" value="{$customerThread.email}" placeholder="{l s='Email address'}" readonly="readonly" />
|
||||
{else}
|
||||
<input class="ui-input-text ui-body-c ui-corner-all ui-shadow-inset" type="email" id="email" name="from" value="{$email}" placeholder="{l s='E-mail address'}"/>
|
||||
<input class="ui-input-text ui-body-c ui-corner-all ui-shadow-inset" type="email" id="email" name="from" value="{$email}" placeholder="{l s='Email address'}"/>
|
||||
{/if}
|
||||
</fieldset>
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
|
||||
{capture assign='page_title'}{l s='My Vouchers'}{/capture}
|
||||
{capture assign='page_title'}{l s='My vouchers'}{/capture}
|
||||
{include file='./page-title.tpl'}
|
||||
|
||||
<div data-role="content" id="content">
|
||||
@@ -59,7 +59,7 @@
|
||||
</td>
|
||||
<td class="discount_minimum">
|
||||
{if $discountDetail.minimal == 0}
|
||||
{l s='none'}
|
||||
{l s='None'}
|
||||
{else}
|
||||
{convertPrice price=$discountDetail.minimal}
|
||||
{/if}
|
||||
@@ -80,7 +80,7 @@
|
||||
*{l s='Tax included'}
|
||||
</p>
|
||||
{else}
|
||||
<p class="warning">{l s='You do not possess any vouchers.'}</p>
|
||||
<p class="warning">{l s='You do not have any vouchers.'}</p>
|
||||
{/if}
|
||||
|
||||
</div><!-- /content -->
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<div data-role="content" id="content">
|
||||
<a data-role="button" data-icon="arrow-l" data-theme="a" data-mini="true" data-inline="true" href="{$link->getPageLink('my-account', true)}" data-ajax="false">{l s='My account'}</a>
|
||||
|
||||
<p>{l s='Here are the orders you have placed since the creation of your account'}.</p>
|
||||
<p>{l s='Here are the orders you\'ve placed since your account was created.'}.</p>
|
||||
|
||||
{if $slowValidation}<p class="warning">{l s='If you have just placed an order, it may take a few minutes for it to be validated. Please refresh this page if your order is missing.'}</p>{/if}
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
{if isset($order.invoice) && $order.invoice && isset($order.virtual) && $order.virtual}<img src="{$img_dir}icon/download_product.gif" class="icon" alt="{l s='Products to download'}" title="{l s='Products to download'}" />{/if}
|
||||
<h3>{l s='#'}{$order.id_order|string_format:"%06d"}</h3>
|
||||
<p><strong>{l s='Total price'}</strong> {displayPrice price=$order.total_paid currency=$order.id_currency no_utf8=false convert=false}</p>
|
||||
<p><strong>{l s='Payment'}</strong> {$order.payment|escape:'htmlall':'UTF-8'}</p>
|
||||
<p><strong>{l s='Payment: '}</strong> {$order.payment|escape:'htmlall':'UTF-8'}</p>
|
||||
<p><strong>{l s='Status'}</strong> {if isset($order.order_state)}{$order.order_state|escape:'htmlall':'UTF-8'}{/if}</p>
|
||||
<span class="ui-li-aside">{dateFormat date=$order.date_add full=0}</span>
|
||||
</a>
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
{if isset($confirmation) && $confirmation}
|
||||
<p class="success">
|
||||
{l s='Your personal information has been successfully updated.'}
|
||||
{if isset($pwd_changed)}<br />{l s='Your password has been sent to your e-mail:'} {$email|escape:'htmlall':'UTF-8'}{/if}
|
||||
{if isset($pwd_changed)}<br />{l s='Your password has been sent to your email:'} {$email|escape:'htmlall':'UTF-8'}{/if}
|
||||
</p>
|
||||
{else}
|
||||
<h3>{l s='Please be sure to update your personal information if it has changed.'}</h3>
|
||||
@@ -56,7 +56,7 @@
|
||||
<input type="text" name="lastname" id="lastname" value="{$smarty.post.lastname}" />
|
||||
</fieldset>
|
||||
<fieldset class="required text">
|
||||
<label for="email">{l s='E-mail'} <sup>*</sup></label>
|
||||
<label for="email">{l s='Email:'} <sup>*</sup></label>
|
||||
<input type="text" name="email" id="email" value="{$smarty.post.email}" />
|
||||
</fieldset>
|
||||
<fieldset class="required text">
|
||||
@@ -95,14 +95,14 @@
|
||||
{if $newsletter}
|
||||
<fieldset data-role="controlgroup">
|
||||
<input type="checkbox" id="newsletter" name="newsletter" value="1" {if isset($smarty.post.newsletter) && $smarty.post.newsletter == 1} checked="checked"{/if} />
|
||||
<label for="newsletter">{l s='Sign up for our newsletter'}</label>
|
||||
<label for="newsletter">{l s='Sign up for our newsletter!'}</label>
|
||||
<input type="checkbox" name="optin" id="optin" value="1" {if isset($smarty.post.optin) && $smarty.post.optin == 1} checked="checked"{/if} />
|
||||
<label for="optin">{l s='Receive special offers from our partners'}</label>
|
||||
<label for="optin">{l s='Receive special offers from our partners!'}</label>
|
||||
</fieldset>
|
||||
{/if}
|
||||
<input type="submit" data-theme="a" class="button" name="submitIdentity" value="{l s='Save'}" />
|
||||
<p id="security_informations">
|
||||
{l s='[Insert customer data privacy clause or law here, if applicable]'}
|
||||
{l s='[Insert customer data privacy clause here, if applicable]'}
|
||||
</p>
|
||||
</form>
|
||||
{/if}
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
|
||||
{capture assign='page_title'}{l s='Manufacturers'}{/capture}
|
||||
{capture assign='page_title'}{l s='Manufacturers:'}{/capture}
|
||||
{include file='./page-title.tpl'}
|
||||
|
||||
<div data-role="content" id="content">
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
{if !isset($errors) OR !sizeof($errors)}
|
||||
|
||||
<div data-role="content" id="content">
|
||||
<p><a data-role="button" data-icon="arrow-l" data-theme="a" data-mini="true" data-inline="true" href="{$link->getPageLink('manufacturer', true)}" data-ajax="false">{l s='Manufacturers'}</a></p>
|
||||
<p><a data-role="button" data-icon="arrow-l" data-theme="a" data-mini="true" data-inline="true" href="{$link->getPageLink('manufacturer', true)}" data-ajax="false">{l s='Manufacturers:'}</a></p>
|
||||
{if !empty($manufacturer->description) || !empty($manufacturer->short_description)}
|
||||
<div class="category_desc clearfix">
|
||||
{if !empty($manufacturer->short_description)}
|
||||
|
||||
@@ -27,21 +27,21 @@
|
||||
{include file='./page-title.tpl'}
|
||||
|
||||
<div data-role="content" id="content">
|
||||
<p>{l s='Welcome to your account. Here, you can manage your addresses and orders.'}</p>
|
||||
<p>{l s='Welcome to your account. Here you can manage al of your personal information and orders. '}</p>
|
||||
|
||||
<ul data-role="listview" data-inset="true" id="list_myaccount">
|
||||
{if $has_customer_an_address}
|
||||
<li>
|
||||
<a href="{$link->getPageLink('address', true)}" title="{l s='Add my first address'}" data-ajax="false">
|
||||
<a href="{$link->getPageLink('address', true)}" title="{l s='Add my first address.'}" data-ajax="false">
|
||||
<img src="{$img_mobile_dir}icon/addrbook.png" alt="{l s='Addresses'}" class="ui-li-icon ui-li-thumb" />
|
||||
{l s='Add my first address'}
|
||||
{l s='Add my first address.'}
|
||||
</a>
|
||||
</li>
|
||||
{/if}
|
||||
<li>
|
||||
<a href="{$link->getPageLink('history', true)}" title="{l s='Orders'}" data-ajax="false">
|
||||
<img src="{$img_mobile_dir}icon/order.png" alt="{l s='Orders'}" class="ui-li-icon ui-li-thumb" />
|
||||
{l s='History and details of my orders'}
|
||||
{l s='Order history and details '}
|
||||
</a>
|
||||
</li>
|
||||
{if $returnAllowed}
|
||||
|
||||
@@ -89,9 +89,9 @@
|
||||
<h3>
|
||||
{if $product.download_hash && $invoice && $product.display_filename != ''}
|
||||
{if isset($is_guest) && $is_guest}
|
||||
<a href="{$link->getPageLink('get-file', true, NULL, "key={$product.filename|escape:'htmlall':'UTF-8'}-{$product.download_hash|escape:'htmlall':'UTF-8'}&id_order={$order->id}&secure_key={$order->secure_key}")}" title="{l s='download this product'}" data-ajax="false">
|
||||
<a href="{$link->getPageLink('get-file', true, NULL, "key={$product.filename|escape:'htmlall':'UTF-8'}-{$product.download_hash|escape:'htmlall':'UTF-8'}&id_order={$order->id}&secure_key={$order->secure_key}")}" title="{l s='Download this product'}" data-ajax="false">
|
||||
{else}
|
||||
<a href="{$link->getPageLink('get-file', true, NULL, "key={$product.filename|escape:'htmlall':'UTF-8'}-{$product.download_hash|escape:'htmlall':'UTF-8'}")}" title="{l s='download this product'}" data-ajax="false">
|
||||
<a href="{$link->getPageLink('get-file', true, NULL, "key={$product.filename|escape:'htmlall':'UTF-8'}-{$product.download_hash|escape:'htmlall':'UTF-8'}")}" title="{l s='Download this product'}" data-ajax="false">
|
||||
{/if}
|
||||
<img src="{$img_dir}icon/download_product.gif" class="icon" alt="{l s='Download product'}" />
|
||||
{$product.product_name|escape:'htmlall':'UTF-8'}
|
||||
|
||||
@@ -51,20 +51,20 @@
|
||||
{if $invoice AND $invoiceAllowed}
|
||||
<li>
|
||||
<img src="{$img_dir}icon/pdf.gif" alt="" class="icon" />
|
||||
<a href="{$link->getPageLink('pdf-invoice', true)}?id_order={$order->id|intval}{if $is_guest}&secure_key={$order->secure_key}{/if}" data-ajax="false">{l s='Download your invoice as a PDF file'}</li>
|
||||
<a href="{$link->getPageLink('pdf-invoice', true)}?id_order={$order->id|intval}{if $is_guest}&secure_key={$order->secure_key}{/if}" data-ajax="false">{l s='Download your invoice as a PDF file.'}</li>
|
||||
</li>
|
||||
{/if}
|
||||
{if $order->recyclable}
|
||||
<li><img src="{$img_dir}icon/recyclable.gif" alt="" class="icon" /> {l s='You have given permission to receive your order in recycled packaging.'}</li>
|
||||
{/if}
|
||||
{if $order->gift}
|
||||
<li><img src="{$img_dir}icon/gift.gif" alt="" class="icon" /> {l s='You requested gift-wrapping for your order.'}</li>
|
||||
<li><img src="{$img_dir}icon/gift.gif" alt="" class="icon" /> {l s='You have requested gift wrapping for this order.'}</li>
|
||||
<li>{l s='Message:'} {$order->gift_message|nl2br}</li>
|
||||
{/if}
|
||||
</ul><!-- .info-order -->
|
||||
|
||||
{if count($order_history)}
|
||||
<h3 class="bg">{l s='Follow your order step-by-step'}</h3>
|
||||
<h3 class="bg">{l s='Follow your order\'s status step-by-step'}</h3>
|
||||
<ul data-role="listview" >
|
||||
{foreach from=$order_history item=state name="orderStates"}
|
||||
<li>
|
||||
@@ -91,9 +91,9 @@
|
||||
<p>
|
||||
<img src="{$img_dir}icon/pdf.gif" alt="" class="icon" />
|
||||
{if $is_guest}
|
||||
<a href="{$link->getPageLink('pdf-invoice', true, NULL, "id_order={$order->id}&secure_key=$order->secure_key")}" >{l s='Download your invoice as a PDF file'}</a>
|
||||
<a href="{$link->getPageLink('pdf-invoice', true, NULL, "id_order={$order->id}&secure_key=$order->secure_key")}" >{l s='Download your invoice as a PDF file.'}</a>
|
||||
{else}
|
||||
<a href="{$link->getPageLink('pdf-invoice', true, NULL, "id_order={$order->id}")}" >{l s='Download your invoice as a PDF file'}</a>
|
||||
<a href="{$link->getPageLink('pdf-invoice', true, NULL, "id_order={$order->id}")}" >{l s='Download your invoice as a PDF file.'}</a>
|
||||
{/if}
|
||||
</p>
|
||||
{/if}
|
||||
@@ -102,7 +102,7 @@
|
||||
<p><img src="{$img_dir}icon/recyclable.gif" alt="" class="icon" /> {l s='You have given permission to receive your order in recycled packaging.'}</p>
|
||||
{/if}
|
||||
{if $order->gift}
|
||||
<p><img src="{$img_dir}icon/gift.gif" alt="" class="icon" /> {l s='You requested gift-wrapping for your order.'}</p>
|
||||
<p><img src="{$img_dir}icon/gift.gif" alt="" class="icon" /> {l s='You have requested gift wrapping for this order.'}</p>
|
||||
<p>{l s='Message:'} {$order->gift_message|nl2br}</p>
|
||||
{/if}
|
||||
{* / TO CHECK ==========================*}
|
||||
@@ -142,7 +142,7 @@
|
||||
{* > TO CHECK ==========================*}
|
||||
{*$HOOK_ORDERDETAILDISPLAYED*}
|
||||
{* / TO CHECK ==========================*}
|
||||
{if $return_allowed}<p>{l s='If you wish to return one or more products, please mark the corresponding boxes and provide an explanation for the return. Then click the button below.'}</p>{/if}
|
||||
{if $return_allowed}<p>{l s='If you wish to return one or more products, please mark the corresponding boxes and provide an explanation for the return. When complete, click the button below.'}</p>{/if}
|
||||
{if !$is_guest}<form action="{$link->getPageLink('order-follow', true)}" method="post">{/if}
|
||||
<ul data-role="listview" data-inset="true">
|
||||
{foreach from=$products item=product name=products}
|
||||
@@ -186,7 +186,7 @@
|
||||
{/if}
|
||||
{if $order->total_wrapping > 0}
|
||||
<li data-theme="b" class="item">
|
||||
{l s='Total gift-wrapping:'} <span class="price-wrapping">{displayWtPriceWithCurrency price=$order->total_wrapping currency=$currency}</span>
|
||||
{l s='Total gift wrapping cost:'} <span class="price-wrapping">{displayWtPriceWithCurrency price=$order->total_wrapping currency=$currency}</span>
|
||||
</li>
|
||||
{/if}
|
||||
<li data-theme="b" class="item">
|
||||
@@ -218,7 +218,7 @@
|
||||
{if $return_allowed}
|
||||
<div id="returnOrderMessage">
|
||||
<h3>{l s='Merchandise return'}</h3>
|
||||
<p>{l s='If you wish to return one or more products, please mark the corresponding boxes and provide an explanation for the return. Then click the button below.'}</p>
|
||||
<p>{l s='If you wish to return one or more products, please mark the corresponding boxes and provide an explanation for the return. When complete, click the button below.'}</p>
|
||||
<fieldset>
|
||||
<textarea cols="67" rows="3" name="returnText"></textarea>
|
||||
</fieldset>
|
||||
@@ -275,7 +275,7 @@
|
||||
{* / TO CHECK ==========================*}
|
||||
<form action="{$link->getPageLink('order-detail', true)}" method="post" class="std" id="sendOrderMessage">
|
||||
<h3 class="bg">{l s='Add a message:'}</h3>
|
||||
<p>{l s='If you would like to add a comment about your order, please write it below.'}</p>
|
||||
<p>{l s='If you would like to add a comment about your order, please write it in the field below.'}</p>
|
||||
<fieldset>
|
||||
<label for="id_product">{l s='Product'}</label>
|
||||
<select name="id_product" style="width:300px;">
|
||||
@@ -292,6 +292,6 @@
|
||||
<input type="submit" data-role="button" data-theme="a" name="submitMessage" value="{l s='Send'}"/>
|
||||
</form>
|
||||
{else}
|
||||
<p><img src="{$img_dir}icon/infos.gif" alt="" class="icon" /> {l s='You cannot make a merchandise return with a guest account'}</p>
|
||||
<p><img src="{$img_dir}icon/infos.gif" alt="" class="icon" /> {l s='You cannot return merchandise with a guest account'}</p>
|
||||
{/if}
|
||||
</div><!-- #content -->
|
||||
|
||||
@@ -29,13 +29,13 @@
|
||||
<div data-role="content" id="content">
|
||||
<a data-role="button" data-icon="arrow-l" data-theme="a" data-mini="true" data-inline="true" href="{$link->getPageLink('my-account', true)}" data-ajax="false">{l s='My account'}</a>
|
||||
|
||||
{if isset($errorQuantity) && $errorQuantity}<p class="error">{l s='You do not have enough products to request another merchandise return.'}</p>{/if}
|
||||
{if isset($errorQuantity) && $errorQuantity}<p class="error">{l s='You do not have enough products to request an additional merchandise return.'}</p>{/if}
|
||||
{if isset($errorMsg) && $errorMsg}<p class="error">{l s='Please provide an explanation for your RMA.'}</p>{/if}
|
||||
{if isset($errorDetail1) && $errorDetail1}<p class="error">{l s='Please check at least one product you would like to return.'}</p>{/if}
|
||||
{if isset($errorDetail2) && $errorDetail2}<p class="error">{l s='Please provide a quantity for the product you checked.'}</p>{/if}
|
||||
{if isset($errorDetail2) && $errorDetail2}<p class="error">{l s='For each product you wish to add, please specify the desired quantity.'}</p>{/if}
|
||||
{if isset($errorNotReturnable) && $errorNotReturnable}<p class="error">{l s='This order cannot be returned.'}</p>{/if}
|
||||
|
||||
<p>{l s='Here are the merchandise returns you have made'}.</p>
|
||||
<p>{l s='Here is a list of pending merchandise returns'}.</p>
|
||||
<div class="block-center" id="block-history">
|
||||
{if $ordersReturn && count($ordersReturn)}
|
||||
<table id="order-list" class="std">
|
||||
@@ -69,7 +69,7 @@
|
||||
</table>
|
||||
<div id="block-order-detail" class="hidden"> </div>
|
||||
{else}
|
||||
<p class="warning">{l s='You have no return merchandise authorizations.'}</p>
|
||||
<p class="warning">{l s='You have no merchandise return authorizations.'}</p>
|
||||
{/if}
|
||||
</div>
|
||||
</div><!-- /content -->
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<div data-role="content" id="address-section">
|
||||
<div class="ui-grid-a margin-bottom-10px">
|
||||
<div class="ui-block-a">
|
||||
<h3 class="bg">{l s='Delivery address:'}</h3>
|
||||
<h3 class="bg">{l s='Delivery address'}</h3>
|
||||
{if isset($delivery)}
|
||||
<ul class="adress">
|
||||
<li class="address_name">{$delivery->firstname|escape:'htmlall':'UTF-8'} {$delivery->lastname|escape:'htmlall':'UTF-8'}</li>
|
||||
@@ -58,7 +58,7 @@
|
||||
</select>
|
||||
</div>
|
||||
<div class="ui-block-b">
|
||||
<h3 class="bg">{l s='Invoice address:'}</h3>
|
||||
<h3 class="bg">{l s='Invoice address'}</h3>
|
||||
{if isset($invoice)}
|
||||
<ul class="adress">
|
||||
<li class="address_name">{$invoice->firstname|escape:'htmlall':'UTF-8'} {$invoice->lastname|escape:'htmlall':'UTF-8'}</li>
|
||||
@@ -73,7 +73,7 @@
|
||||
<li class="address_country">{$invoice->country|escape:'htmlall':'UTF-8'} {if $invoice_state}({$invoice_state|escape:'htmlall':'UTF-8'}){/if}</li>
|
||||
</ul>
|
||||
{else}
|
||||
<p class="warning">{l s='You have to specify your delivery and invoice address.'}</p>
|
||||
<p class="warning">{l s='You must specify your delivery and invoice address'}</p>
|
||||
{/if}
|
||||
<label for="invoice-address-choice" class="select">{l s='Change address:'}</label>
|
||||
<select
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
|
||||
{capture assign='page_title'}{l s='Shipping'}{/capture}
|
||||
{capture assign='page_title'}{l s='Shipping:'}{/capture}
|
||||
{include file='./page-title.tpl'}
|
||||
|
||||
<div data-role="content" id="delivery_choose">
|
||||
@@ -51,7 +51,7 @@
|
||||
<label for="gift">{l s='I would like my order to be gift-wrapped.'}</label>
|
||||
</fieldset>
|
||||
<p class="textarea" id="gift_div" style="display: none;">
|
||||
<label for="gift_message">{l s='If you wish, you can add a note to the gift:'}</label>
|
||||
<label for="gift_message">{l s='If you would like, feel free to add a personalized message.'}</label>
|
||||
<textarea name="gift_message" id="gift_message" cols="35" rows="5">{$cart->gift_message|escape:'htmlall':'UTF-8'}</textarea>
|
||||
</p>
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
|
||||
{capture assign='page_title'}{l s='Payment'}{/capture}
|
||||
{capture assign='page_title'}{l s='Payment: '}{/capture}
|
||||
{include file='./page-title.tpl'}
|
||||
|
||||
<div data-role="content">
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
{include file='./page-title.tpl'}
|
||||
|
||||
{if $PS_CATALOG_MODE}
|
||||
<p class="warning">{l s='This store does not accept order.'}</p>
|
||||
<p class="warning">{l s='This store does not accept orders.'}</p>
|
||||
{else}
|
||||
|
||||
<script type="text/javascript">
|
||||
@@ -57,11 +57,11 @@
|
||||
var txtHasBeenSelected = "{l s='has been selected' js=1}";
|
||||
var txtNoCarrierIsSelected = "{l s='No carrier has been selected' js=1}";
|
||||
var txtNoCarrierIsNeeded = "{l s='No carrier is needed for this order' js=1}";
|
||||
var txtConditionsIsNotNeeded = "{l s='No terms of service must be accepted' js=1}";
|
||||
var txtTOSIsAccepted = "{l s='Terms of Service have been accepted' js=1}";
|
||||
var txtTOSIsNotAccepted = "{l s='Terms of service have not been accepted' js=1}";
|
||||
var txtConditionsIsNotNeeded = "{l s='You do not need to accept the Terms of Service for this order.' js=1}";
|
||||
var txtTOSIsAccepted = "{l s='The service terms have been accepted' js=1}";
|
||||
var txtTOSIsNotAccepted = "{l s='The service terms have not been accepted' js=1}";
|
||||
var txtThereis = "{l s='There is' js=1}";
|
||||
var txtErrors = "{l s='error(s)' js=1}";
|
||||
var txtErrors = "{l s='Error(s)' js=1}";
|
||||
var txtDeliveryAddress = "{l s='Delivery address' js=1}";
|
||||
var txtInvoiceAddress = "{l s='Invoice address' js=1}";
|
||||
var txtModifyMyAddress = "{l s='Modify my address' js=1}";
|
||||
|
||||
@@ -28,14 +28,14 @@
|
||||
{include file="$tpl_dir./errors.tpl"}
|
||||
<div data-role="content" id="content">
|
||||
{if isset($confirmation) && $confirmation == 1}
|
||||
<p class="success">{l s='Your password has been successfully reset and a confirmation has been sent to your e-mail address:'} {$email|escape:'htmlall':'UTF-8'}</p>
|
||||
<p class="success">{l s='Your password has been successfully reset and a confirmation has been sent to your email address:'} {$email|escape:'htmlall':'UTF-8'}</p>
|
||||
{elseif isset($confirmation) && $confirmation == 2}
|
||||
<p class="success">{l s='A confirmation e-mail has been sent to your address:'} {$email|escape:'htmlall':'UTF-8'}</p>
|
||||
<p class="success">{l s='A confirmation email has been sent to your address:'} {$email|escape:'htmlall':'UTF-8'}</p>
|
||||
{else}
|
||||
<p>{l s='Please enter the e-mail address used to register. We will send your new password to that address.'}</p>
|
||||
<p>{l s='Please enter the email address you used to register. We will then send you a new password. '}</p>
|
||||
<form action="{$request_uri|escape:'htmlall':'UTF-8'}" method="post" class="std" id="form_forgotpassword">
|
||||
<fieldset>
|
||||
<label for="email">{l s='E-mail:'}</label>
|
||||
<label for="email">{l s='Email:'}</label>
|
||||
<input type="text" id="email" name="email" value="{if isset($smarty.post.email)}{$smarty.post.email|escape:'htmlall':'UTF-8'|stripslashes}{/if}" />
|
||||
<input type="submit" class="button" data-theme="a" value="{l s='Retrieve Password'}" />
|
||||
</fieldset>
|
||||
|
||||
@@ -39,5 +39,5 @@
|
||||
{include file='./sitemap.tpl'}
|
||||
</div><!-- #content -->
|
||||
{else}
|
||||
<p class="warning">{l s='No price drop.'}</p>
|
||||
<p class="warning">{l s='No price drop'}</p>
|
||||
{/if}
|
||||
@@ -114,11 +114,11 @@ function initProductPage()
|
||||
{/if}
|
||||
|
||||
// Translations
|
||||
ProductFn.doesntExist = '{l s='The product does not exist in this model. Please choose another.' js=1}';
|
||||
ProductFn.doesntExist = '{l s='The combination does not exist for this product. Please choose another.' js=1}';
|
||||
ProductFn.doesntExistNoMore = '{l s='This product is no longer in stock' js=1}';
|
||||
ProductFn.doesntExistNoMoreBut = '{l s='with those attributes but is available with others' js=1}';
|
||||
ProductFn.uploading_in_progress = '{l s='Uploading in progress, please wait...' js=1}';
|
||||
ProductFn.fieldRequired = '{l s='Please fill in all required fields, then save the customization.' js=1}';
|
||||
ProductFn.fieldRequired = '{l s='Please fill in all required fields, then save your customization.' js=1}';
|
||||
|
||||
{if isset($groups)}
|
||||
// Combinations
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
<span class="on_sale">{l s='On sale!'}</span>
|
||||
{/if}
|
||||
{if $priceDisplay == 2}
|
||||
<span id="pretaxe_price"><span id="pretaxe_price_display">{convertPrice price=$product->getPrice(false, $smarty.const.NULL)}</span> {l s='tax excl.'}</span>
|
||||
<span id="pretaxe_price"><span id="pretaxe_price_display">{convertPrice price=$product->getPrice(false, $smarty.const.NULL)}</span> {l s='Tax excl.'}</span>
|
||||
{/if}
|
||||
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
{if (isset($quantity_discounts) && count($quantity_discounts) > 0)}
|
||||
<!-- quantity discount -->
|
||||
<ul class="idTabs clearfix">
|
||||
<li><a href="#discount" style="cursor: pointer" class="selected" data-ajax="false">{l s='Quantity discount'}</a></li>
|
||||
<li><a href="#discount" style="cursor: pointer" class="selected" data-ajax="false">{l s='Sliding scale pricing'}</a></li>
|
||||
</ul>
|
||||
<div id="quantityDiscount">
|
||||
<table class="std">
|
||||
@@ -39,7 +39,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr id="noQuantityDiscount">
|
||||
<td colspan='3'>{l s='There is not any quantity discount for this product.'}</td>
|
||||
<td colspan='3'>{l s='There is no quantity discount for this product.'}</td>
|
||||
</tr>
|
||||
{foreach from=$quantity_discounts item='quantity_discount' name='quantity_discounts'}
|
||||
<tr id="quantityDiscount_{$quantity_discount.id_product_attribute}">
|
||||
|
||||
@@ -106,8 +106,8 @@
|
||||
{if ($display_qties == 1 && !$PS_CATALOG_MODE && $product->available_for_order)}
|
||||
<p id="pQuantityAvailable"{if $product->quantity <= 0} style="display: none;"{/if}>
|
||||
<span id="quantityAvailable">{$product->quantity|intval}</span>
|
||||
<span {if $product->quantity > 1} style="display: none;"{/if} id="quantityAvailableTxt">{l s='item in stock'}</span>
|
||||
<span {if $product->quantity == 1} style="display: none;"{/if} id="quantityAvailableTxtMultiple">{l s='items in stock'}</span>
|
||||
<span {if $product->quantity > 1} style="display: none;"{/if} id="quantityAvailableTxt">{l s='Item in stock'}</span>
|
||||
<span {if $product->quantity == 1} style="display: none;"{/if} id="quantityAvailableTxtMultiple">{l s='Items in stock'}</span>
|
||||
</p>
|
||||
{/if}
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
*}
|
||||
|
||||
{capture assign='page_title'}
|
||||
{l s='Search'}
|
||||
{l s='Search:'}
|
||||
{if $nbProducts > 0}
|
||||
"{if isset($search_query) && $search_query}{$search_query|escape:'htmlall':'UTF-8'}{elseif $search_tag}{$search_tag|escape:'htmlall':'UTF-8'}{elseif $ref}{$ref|escape:'htmlall':'UTF-8'}{/if}"
|
||||
{/if}
|
||||
@@ -57,11 +57,11 @@
|
||||
{else}
|
||||
<p class="warning">
|
||||
{if isset($search_query) && $search_query}
|
||||
{l s='No results found for your search'} "{if isset($search_query)}{$search_query|escape:'htmlall':'UTF-8'}{/if}"
|
||||
{l s='No results were found for your search'} "{if isset($search_query)}{$search_query|escape:'htmlall':'UTF-8'}{/if}"
|
||||
{elseif isset($search_tag) && $search_tag}
|
||||
{l s='No results found for your search'} "{$search_tag|escape:'htmlall':'UTF-8'}"
|
||||
{l s='No results were found for your search'} "{$search_tag|escape:'htmlall':'UTF-8'}"
|
||||
{else}
|
||||
{l s='Please type a search keyword'}
|
||||
{l s='Please enter a search keyword'}
|
||||
{/if}
|
||||
</p>
|
||||
{/if}
|
||||
@@ -24,7 +24,7 @@
|
||||
</div>
|
||||
<div class="fl width-70 padding-left-5px">
|
||||
<h3>{$product.name}</h3>
|
||||
{if $product.reference}<p>{l s='Ref.:'} {$product.reference}</p>{/if}
|
||||
{if $product.reference}<p>{l s='Ref:'} {$product.reference}</p>{/if}
|
||||
<p>{$product.description_short}</p>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
@@ -87,9 +87,9 @@
|
||||
<div class="ui-grid-a cart_total_bar same-height">
|
||||
<div class="ui-block-a">
|
||||
<div class="ui-bar ui-bar-c">
|
||||
<h3>{l s='Voucher'}</h3>
|
||||
<h3>{l s='Voucher:'}</h3>
|
||||
<form action="{if $opc}{$link->getPageLink('order-opc', true)}{else}{$link->getPageLink('order', true)}{/if}" method="post" data-ajax="false">
|
||||
<input type="text" name="discount_name" id="discount_name" value="{if isset($discount_name) && $discount_name}{$discount_name}{/if}" placeholder="{l s='Voucher code'}" />
|
||||
<input type="text" name="discount_name" id="discount_name" value="{if isset($discount_name) && $discount_name}{$discount_name}{/if}" placeholder="{l s='Voucher code:'}" />
|
||||
<div class='btn-row'>
|
||||
<input type="hidden" name="submitDiscount" />
|
||||
<button type="submit" data-theme="a" name="submitAddDiscount" value="submit-value">{l s='Send'}</button>
|
||||
@@ -130,9 +130,9 @@
|
||||
<div {if $total_wrapping == 0}class="hide"{/if}>
|
||||
<h3>
|
||||
{if $use_taxes}
|
||||
{if $display_tax_label}{l s='Total gift-wrapping (tax incl.):'}{else}{l s='Total gift-wrapping:'}{/if}
|
||||
{if $display_tax_label}{l s='Total gift wrapping (tax incl.):'}{else}{l s='Total gift-wrapping cost:'}{/if}
|
||||
{else}
|
||||
{l s='Total gift-wrapping:'}
|
||||
{l s='Total gift-wrapping cost:'}
|
||||
{/if}
|
||||
</h3>
|
||||
<p><span class="price" id="total_wrapping">
|
||||
|
||||
@@ -60,10 +60,10 @@
|
||||
<li><a href="{$link->getPageLink('new-products')}" title="{l s='New products'}">{l s='New products'}</a></li>
|
||||
{if !$PS_CATALOG_MODE}
|
||||
<li><a href="{$link->getPageLink('prices-drop')}" title="{l s='Price drop'}">{l s='Price drop'}</a></li>
|
||||
<li><a href="{$link->getPageLink('best-sales', true)}" title="{l s='Top sellers'}">{l s='Top sellers'}</a></li>
|
||||
<li><a href="{$link->getPageLink('best-sales', true)}" title="{l s='Best sellers'}">{l s='Best sellers'}</a></li>
|
||||
{/if}
|
||||
{if $display_manufacturer_link OR $PS_DISPLAY_SUPPLIERS}<li><a href="{$link->getPageLink('manufacturer')}">{l s='Manufacturers'}</a></li>{/if}
|
||||
{if $display_supplier_link OR $PS_DISPLAY_SUPPLIERS}<li><a href="{$link->getPageLink('supplier')}">{l s='Suppliers'}</a></li>{/if}
|
||||
{if $display_manufacturer_link OR $PS_DISPLAY_SUPPLIERS}<li><a href="{$link->getPageLink('manufacturer')}">{l s='Manufacturers:'}</a></li>{/if}
|
||||
{if $display_supplier_link OR $PS_DISPLAY_SUPPLIERS}<li><a href="{$link->getPageLink('supplier')}">{l s='Suppliers:'}</a></li>{/if}
|
||||
</ul>
|
||||
</li>
|
||||
<li>{l s='Your Account'}
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
var defaultLat = '{$defaultLat}';
|
||||
var defaultLong = '{$defaultLong}';
|
||||
|
||||
var translation_1 = '{l s='No stores found, try selecting a wider radius' js=1}';
|
||||
var translation_1 = '{l s='No stores were found. Please try selecting a wider radius.' js=1}';
|
||||
var translation_2 = '{l s='store found - see details:' js=1}';
|
||||
var translation_3 = '{l s='stores found - see all results:' js=1}';
|
||||
var translation_4 = '{l s='Phone:' js=1}';
|
||||
@@ -68,7 +68,7 @@
|
||||
|
||||
<div id="stores_search_block">
|
||||
<button type="submit" data-theme="a" name="submit" value="submit-value" class="ui-btn-hidden" aria-disabled="false">
|
||||
{l s='Search'}
|
||||
{l s='Search:'}
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
|
||||
{capture assign='page_title'}{l s='Suppliers'}{/capture}
|
||||
{capture assign='page_title'}{l s='Suppliers:'}{/capture}
|
||||
{include file='./page-title.tpl'}
|
||||
|
||||
<div data-role="content" id="content">
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
|
||||
{if !isset($errors) OR !sizeof($errors)}
|
||||
<div data-role="content" id="content">
|
||||
<p><a data-role="button" data-icon="arrow-l" data-theme="a" data-mini="true" data-inline="true" href="{$link->getPageLink('supplier', true)}" data-ajax="false">{l s='Suppliers'}</a></p>
|
||||
<p><a data-role="button" data-icon="arrow-l" data-theme="a" data-mini="true" data-inline="true" href="{$link->getPageLink('supplier', true)}" data-ajax="false">{l s='Suppliers:'}</a></p>
|
||||
{if !empty($supplier->description) || !empty($supplier->short_description)}
|
||||
<div class="category_desc clearfix">
|
||||
{if !empty($supplier->short_description)}
|
||||
|
||||
@@ -32,12 +32,12 @@
|
||||
{l s='Your account has been created.'}
|
||||
</p>
|
||||
{/if}
|
||||
<p class="title_block">{l s='Welcome to your account. Here, you can manage your addresses and orders.'}</p>
|
||||
<p class="title_block">{l s='Welcome to your account. Here you can manage al of your personal information and orders. '}</p>
|
||||
<ul class="myaccount_lnk_list">
|
||||
{if $has_customer_an_address}
|
||||
<li><a href="{$link->getPageLink('address', true)}" title="{l s='Add my first address'}"><img src="{$img_dir}icon/addrbook.gif" alt="{l s='Add my first address'}" class="icon" /> {l s='Add my first address'}</a></li>
|
||||
<li><a href="{$link->getPageLink('address', true)}" title="{l s='Add my first address.'}"><img src="{$img_dir}icon/addrbook.gif" alt="{l s='Add my first address.'}" class="icon" /> {l s='Add my first address.'}</a></li>
|
||||
{/if}
|
||||
<li><a href="{$link->getPageLink('history', true)}" title="{l s='Orders'}"><img src="{$img_dir}icon/order.gif" alt="{l s='Orders'}" class="icon" /> {l s='History and details of my orders'}</a></li>
|
||||
<li><a href="{$link->getPageLink('history', true)}" title="{l s='Orders'}"><img src="{$img_dir}icon/order.gif" alt="{l s='Orders'}" class="icon" /> {l s='Order history and details '}</a></li>
|
||||
{if $returnAllowed}
|
||||
<li><a href="{$link->getPageLink('order-follow', true)}" title="{l s='Merchandise returns'}"><img src="{$img_dir}icon/return.gif" alt="{l s='Merchandise returns'}" class="icon" /> {l s='My merchandise returns'}</a></li>
|
||||
{/if}
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
{assign var="lastnValue" value=$nValue}
|
||||
{/foreach}
|
||||
</select>
|
||||
<span>{l s='products by page'}</span>
|
||||
<span>{l s='Products by page'}</span>
|
||||
</p>
|
||||
</form>
|
||||
{/if}
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<p>{l s='Choose the delivery addresses:'}</p>
|
||||
<script type="text/javascript">
|
||||
CloseTxt = '{l s='Submit' js=1}';
|
||||
QtyChanged = '{l s='Some product quantities have changed, please check them.' js=1}';
|
||||
QtyChanged = '{l s='Some product quantities have changed. Please check them.' js=1}';
|
||||
ShipToAnOtherAddress = '{l s='Ship to multiple addresses' js=1}';
|
||||
</script>
|
||||
<div id="order-detail-content" class="table_block">
|
||||
|
||||
@@ -67,8 +67,8 @@
|
||||
var currencyRate = '{$currencyRate|floatval}';
|
||||
var currencyFormat = '{$currencyFormat|intval}';
|
||||
var currencyBlank = '{$currencyBlank|intval}';
|
||||
var txtProduct = "{l s='product' js=1}";
|
||||
var txtProducts = "{l s='products' js=1}";
|
||||
var txtProduct = "{l s='Product' js=1}";
|
||||
var txtProducts = "{l s='Products' js=1}";
|
||||
var txtSelectAnAddressFirst = "{l s='Please start by selecting an address' js=1}";
|
||||
{/if}
|
||||
|
||||
@@ -191,7 +191,7 @@
|
||||
</p>
|
||||
{if !$opc}
|
||||
<div id="ordermsg" class="clearfix">
|
||||
<p class="txt">{l s='If you would like to add a comment about your order, please write it below.'}</p>
|
||||
<p class="txt">{l s='If you would like to add a comment about your order, please write it in the field below.'}</p>
|
||||
<p class="textarea"><textarea cols="60" rows="3" name="message">{if isset($oldMessage)}{$oldMessage}{/if}</textarea></p>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
@@ -186,10 +186,10 @@
|
||||
<div class="button_multishipping_mode" id="multishipping_mode_box">
|
||||
<div class="title">{l s='Multi-shipping'}</div>
|
||||
<div class="description">
|
||||
<input type="checkbox" id="multishipping_mode_checkbox" onchange="multishippingMode(this); return false;"/><label for="multishipping_mode_checkbox">{l s='I want to specify a delivery address for each product I order.'}</label>
|
||||
<input type="checkbox" id="multishipping_mode_checkbox" onchange="multishippingMode(this); return false;"/><label for="multishipping_mode_checkbox">{l s='I\'d like to specify a delivery address for each product ordered.'}</label>
|
||||
</div>
|
||||
<div class="description_off">
|
||||
<a href="{$link->getPageLink('order-opc', true, NULL, 'ajax=1&multi-shipping=1&method=multishipping')}" id="link_multishipping_form" title="{l s='Choose the delivery addresses'}">
|
||||
<a href="{$link->getPageLink('order-opc', true, NULL, 'ajax=1&multi-shipping=1&method=multishipping')}" id="link_multishipping_form" title="{l s='Choose the delivery address(es)'}">
|
||||
{l s='Specify a delivery address for each product.'}
|
||||
</a>
|
||||
</div>
|
||||
@@ -247,7 +247,7 @@
|
||||
</p>
|
||||
{if !$opc}
|
||||
<div id="ordermsg" class="clearfix">
|
||||
<p class="txt">{l s='If you would like to add a comment about your order, please write it below.'}</p>
|
||||
<p class="txt">{l s='If you would like to add a comment about your order, please write it in the field below.'}</p>
|
||||
<p class="textarea"><textarea cols="60" rows="3" name="message">{if isset($oldMessage)}{$oldMessage}{/if}</textarea></p>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
@@ -30,8 +30,8 @@
|
||||
var currencyRate = '{$currencyRate|floatval}';
|
||||
var currencyFormat = '{$currencyFormat|intval}';
|
||||
var currencyBlank = '{$currencyBlank|intval}';
|
||||
var txtProduct = "{l s='product' js=1}";
|
||||
var txtProducts = "{l s='products' js=1}";
|
||||
var txtProduct = "{l s='Product' js=1}";
|
||||
var txtProducts = "{l s='Products' js=1}";
|
||||
var orderUrl = '{$link->getPageLink("order", true)}';
|
||||
|
||||
var msg = "{l s='You must agree to the terms of service before continuing.' js=1}";
|
||||
@@ -51,7 +51,7 @@
|
||||
</script>
|
||||
{else}
|
||||
<script type="text/javascript">
|
||||
var txtFree = "{l s='Free!'}";
|
||||
var txtFree = "{l s='Free'}";
|
||||
</script>
|
||||
{/if}
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
{/if}
|
||||
|
||||
{if !$opc}
|
||||
{capture name=path}{l s='Shipping'}{/capture}
|
||||
{capture name=path}{l s='Shipping:'}{/capture}
|
||||
{include file="$tpl_dir./breadcrumb.tpl"}
|
||||
{/if}
|
||||
|
||||
@@ -80,7 +80,7 @@
|
||||
{/if}
|
||||
|
||||
{if !$opc}
|
||||
<h1>{l s='Shipping'}</h1>
|
||||
<h1>{l s='Shipping:'}</h1>
|
||||
{else}
|
||||
<h2><span>2</span> {l s='Delivery methods'}</h2>
|
||||
{/if}
|
||||
@@ -102,7 +102,7 @@
|
||||
{if isset($virtual_cart) && $virtual_cart}
|
||||
<input id="input_virtual_carrier" class="hidden" type="hidden" name="id_carrier" value="0" />
|
||||
{else}
|
||||
<h3 class="carrier_title">{l s='Choose your delivery method'}</h3>
|
||||
<h3 class="carrier_title">{l s='Choose your delivery method.'}</h3>
|
||||
|
||||
<div id="HOOK_BEFORECARRIER">
|
||||
{if isset($carriers) && isset($HOOK_BEFORECARRIER)}
|
||||
@@ -110,12 +110,12 @@
|
||||
{/if}
|
||||
</div>
|
||||
{if isset($isVirtualCart) && $isVirtualCart}
|
||||
<p class="warning">{l s='No carrier needed for this order'}</p>
|
||||
<p class="warning">{l s='No carrier is needed for this order.'}</p>
|
||||
{else}
|
||||
{if $recyclablePackAllowed}
|
||||
<p class="checkbox">
|
||||
<input type="checkbox" name="recyclable" id="recyclable" value="1" {if $recyclable == 1}checked="checked"{/if} />
|
||||
<label for="recyclable">{l s='I agree to receive my order in recycled packaging'}.</label>
|
||||
<label for="recyclable">{l s='I would like to receive my order in recycled packaging.'}.</label>
|
||||
</p>
|
||||
{/if}
|
||||
<div class="delivery_options_address">
|
||||
@@ -177,7 +177,7 @@
|
||||
{convertPrice price=$option.total_price_without_tax} {l s='(tax excl.)'}
|
||||
{/if}
|
||||
{else}
|
||||
{l s='Free!'}
|
||||
{l s='Free'}
|
||||
{/if}
|
||||
</div>
|
||||
</td>
|
||||
@@ -202,9 +202,9 @@
|
||||
{if isset($carrier.instance->delay[$cookie->id_lang])}
|
||||
{$carrier.instance->delay[$cookie->id_lang]}<br />
|
||||
{if count($carrier.product_list) <= 1}
|
||||
({l s='product concerned:'}
|
||||
({l s='Product concerned:'}
|
||||
{else}
|
||||
({l s='products concerned:'}
|
||||
({l s='Products concerned:'}
|
||||
{/if}
|
||||
{* This foreach is on one line, to avoid tabulation in the title attribute of the acronym *}
|
||||
{foreach $carrier.product_list as $product}
|
||||
@@ -242,7 +242,7 @@
|
||||
<h3 class="gift_title">{l s='Gift'}</h3>
|
||||
<p class="checkbox">
|
||||
<input type="checkbox" name="gift" id="gift" value="1" {if $cart->gift == 1}checked="checked"{/if} />
|
||||
<label for="gift">{l s='I would like my order to be gift-wrapped.'}</label>
|
||||
<label for="gift">{l s='I would like my order to be gift wrapped.'}</label>
|
||||
<br />
|
||||
|
||||
{if $gift_wrapping_price > 0}
|
||||
@@ -254,7 +254,7 @@
|
||||
{/if}
|
||||
</p>
|
||||
<p id="gift_div" class="textarea">
|
||||
<label for="gift_message">{l s='If you wish, you can add a note to the gift:'}</label>
|
||||
<label for="gift_message">{l s='If you\'d like, you can add a note to the gift:'}</label>
|
||||
<textarea rows="5" cols="35" id="gift_message" name="gift_message">{$cart->gift_message|escape:'htmlall':'UTF-8'}</textarea>
|
||||
</p>
|
||||
{/if}
|
||||
@@ -265,7 +265,7 @@
|
||||
<h3 class="condition_title">{l s='Terms of service'}</h3>
|
||||
<p class="checkbox">
|
||||
<input type="checkbox" name="cgv" id="cgv" value="1" {if $checkedTOS}checked="checked"{/if} />
|
||||
<label for="cgv">{l s='I agree to the Terms of Service and will adhere to them unconditionally.'}</label> <a href="{$link_conditions}" class="iframe">{l s='(Read Terms of Service)'}</a>
|
||||
<label for="cgv">{l s='I agree to the Terms of Service and will adhere to them unconditionally.'}</label> <a href="{$link_conditions}" class="iframe">{l s='(Read the Terms of Service)'}</a>
|
||||
</p>
|
||||
<script type="text/javascript">$('a.iframe').fancybox();</script>
|
||||
{/if}
|
||||
@@ -292,7 +292,7 @@
|
||||
{else}
|
||||
<h3>{l s='Leave a message'}</h3>
|
||||
<div>
|
||||
<p>{l s='If you would like to add a comment about your order, please write it below.'}</p>
|
||||
<p>{l s='If you would like to add a comment about your order, please write it in the field below.'}</p>
|
||||
<p><textarea cols="120" rows="3" name="message" id="message">{if isset($oldMessage)}{$oldMessage}{/if}</textarea></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
<br />
|
||||
{if $is_guest}
|
||||
<p>{l s='Your order ID is:'} <span class="bold">{$id_order_formatted}</span> . {l s='Your order ID has been sent to you via e-mail.'}</p>
|
||||
<p>{l s='Your order ID is:'} <span class="bold">{$id_order_formatted}</span> . {l s='Your order ID has been sent via email.'}</p>
|
||||
<a href="{$link->getPageLink('guest-tracking', true, NULL, "id_order={$reference_order}&email={$email}")}" title="{l s='Follow my order'}"><img src="{$img_dir}icon/order.gif" alt="{l s='Follow my order'}" class="icon" /></a>
|
||||
<a href="{$link->getPageLink('guest-tracking', true, NULL, "id_order={$reference_order}&email={$email}")}" title="{l s='Follow my order'}">{l s='Follow my order'}</a>
|
||||
{else}
|
||||
|
||||
@@ -39,20 +39,20 @@
|
||||
{if $invoice AND $invoiceAllowed}
|
||||
<p>
|
||||
<img src="{$img_dir}icon/pdf.gif" alt="" class="icon" />
|
||||
<a target="_blank" href="{$link->getPageLink('pdf-invoice', true)}?id_order={$order->id|intval}{if $is_guest}&secure_key={$order->secure_key}{/if}">{l s='Download your invoice as a PDF file'}</a>
|
||||
<a target="_blank" href="{$link->getPageLink('pdf-invoice', true)}?id_order={$order->id|intval}{if $is_guest}&secure_key={$order->secure_key}{/if}">{l s='Download your invoice as a PDF file.'}</a>
|
||||
</p>
|
||||
{/if}
|
||||
{if $order->recyclable}
|
||||
<p><img src="{$img_dir}icon/recyclable.gif" alt="" class="icon" /> {l s='You have given permission to receive your order in recycled packaging.'}</p>
|
||||
{/if}
|
||||
{if $order->gift}
|
||||
<p><img src="{$img_dir}icon/gift.gif" alt="" class="icon" /> {l s='You requested gift-wrapping for your order.'}</p>
|
||||
<p><img src="{$img_dir}icon/gift.gif" alt="" class="icon" /> {l s='You have requested gift wrapping for this order.'}</p>
|
||||
<p>{l s='Message:'} {$order->gift_message|nl2br}</p>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
{if count($order_history)}
|
||||
<h3>{l s='Follow your order step-by-step'}</h3>
|
||||
<h3>{l s='Follow your order\'s status step-by-step'}</h3>
|
||||
<div class="table_block">
|
||||
<table class="detail_step_by_step std">
|
||||
<thead>
|
||||
@@ -146,7 +146,7 @@
|
||||
{if $order->total_wrapping > 0}
|
||||
<tr class="item">
|
||||
<td colspan="{if $return_allowed || $order->hasProductReturned()}{if $order->hasProductReturned() && $return_allowed}7{else}6{/if}{else}5{/if}">
|
||||
{l s='Total gift-wrapping:'} <span class="price-wrapping">{displayWtPriceWithCurrency price=$order->total_wrapping currency=$currency}</span>
|
||||
{l s='Total gift wrapping cost:'} <span class="price-wrapping">{displayWtPriceWithCurrency price=$order->total_wrapping currency=$currency}</span>
|
||||
</td>
|
||||
</tr>
|
||||
{/if}
|
||||
@@ -251,16 +251,16 @@
|
||||
<label for="cb_{$product.id_order_detail|intval}">
|
||||
{if $product.download_hash && $invoice && $product.display_filename != '' && $product.product_quantity_refunded == 0 && $product.product_quantity_return == 0}
|
||||
{if isset($is_guest) && $is_guest}
|
||||
<a href="{$link->getPageLink('get-file', true, NULL, "key={$product.filename|escape:'htmlall':'UTF-8'}-{$product.download_hash|escape:'htmlall':'UTF-8'}&id_order={$order->id}&secure_key={$order->secure_key}")}" title="{l s='download this product'}">
|
||||
<a href="{$link->getPageLink('get-file', true, NULL, "key={$product.filename|escape:'htmlall':'UTF-8'}-{$product.download_hash|escape:'htmlall':'UTF-8'}&id_order={$order->id}&secure_key={$order->secure_key}")}" title="{l s='Download this product'}">
|
||||
{else}
|
||||
<a href="{$link->getPageLink('get-file', true, NULL, "key={$product.filename|escape:'htmlall':'UTF-8'}-{$product.download_hash|escape:'htmlall':'UTF-8'}")}" title="{l s='download this product'}">
|
||||
<a href="{$link->getPageLink('get-file', true, NULL, "key={$product.filename|escape:'htmlall':'UTF-8'}-{$product.download_hash|escape:'htmlall':'UTF-8'}")}" title="{l s='Download this product'}">
|
||||
{/if}
|
||||
<img src="{$img_dir}icon/download_product.gif" class="icon" alt="{l s='Download product'}" />
|
||||
</a>
|
||||
{if isset($is_guest) && $is_guest}
|
||||
<a href="{$link->getPageLink('get-file', true, NULL, "key={$product.filename|escape:'htmlall':'UTF-8'}-{$product.download_hash|escape:'htmlall':'UTF-8'}&id_order={$order->id}&secure_key={$order->secure_key}")}" title="{l s='download this product'}"> {$product.product_name|escape:'htmlall':'UTF-8'} </a>
|
||||
<a href="{$link->getPageLink('get-file', true, NULL, "key={$product.filename|escape:'htmlall':'UTF-8'}-{$product.download_hash|escape:'htmlall':'UTF-8'}&id_order={$order->id}&secure_key={$order->secure_key}")}" title="{l s='Download this product'}"> {$product.product_name|escape:'htmlall':'UTF-8'} </a>
|
||||
{else}
|
||||
<a href="{$link->getPageLink('get-file', true, NULL, "key={$product.filename|escape:'htmlall':'UTF-8'}-{$product.download_hash|escape:'htmlall':'UTF-8'}")}" title="{l s='download this product'}"> {$product.product_name|escape:'htmlall':'UTF-8'} </a>
|
||||
<a href="{$link->getPageLink('get-file', true, NULL, "key={$product.filename|escape:'htmlall':'UTF-8'}-{$product.download_hash|escape:'htmlall':'UTF-8'}")}" title="{l s='Download this product'}"> {$product.product_name|escape:'htmlall':'UTF-8'} </a>
|
||||
{/if}
|
||||
{else}
|
||||
{$product.product_name|escape:'htmlall':'UTF-8'}
|
||||
@@ -343,7 +343,7 @@
|
||||
{if $return_allowed}
|
||||
<div id="returnOrderMessage">
|
||||
<h3>{l s='Merchandise return'}</h3>
|
||||
<p>{l s='If you wish to return one or more products, please mark the corresponding boxes and provide an explanation for the return. Then click the button below.'}</p>
|
||||
<p>{l s='If you wish to return one or more products, please mark the corresponding boxes and provide an explanation for the return. When complete, click the button below.'}</p>
|
||||
<p class="textarea">
|
||||
<textarea cols="67" rows="3" name="returnText"></textarea>
|
||||
</p>
|
||||
@@ -399,7 +399,7 @@
|
||||
{/if}
|
||||
<form action="{$link->getPageLink('order-detail', true)}" method="post" class="std" id="sendOrderMessage">
|
||||
<h3>{l s='Add a message:'}</h3>
|
||||
<p>{l s='If you would like to add a comment about your order, please write it below.'}</p>
|
||||
<p>{l s='If you would like to add a comment about your order, please write it in the field below.'}</p>
|
||||
<p>
|
||||
<label for="id_product">{l s='Product'}</label>
|
||||
<select name="id_product" style="width:300px;">
|
||||
@@ -418,5 +418,5 @@
|
||||
</p>
|
||||
</form>
|
||||
{else}
|
||||
<p><img src="{$img_dir}icon/infos.gif" alt="" class="icon" /> {l s='You cannot make a merchandise return with a guest account'}</p>
|
||||
<p><img src="{$img_dir}icon/infos.gif" alt="" class="icon" /> {l s='You cannot return merchandise with a guest account'}</p>
|
||||
{/if}
|
||||
|
||||
@@ -27,13 +27,13 @@
|
||||
{include file="$tpl_dir./breadcrumb.tpl"}
|
||||
|
||||
<h1>{l s='Return Merchandise Authorization (RMA)'}</h1>
|
||||
{if isset($errorQuantity) && $errorQuantity}<p class="error">{l s='You do not have enough products to request another merchandise return.'}</p>{/if}
|
||||
{if isset($errorQuantity) && $errorQuantity}<p class="error">{l s='You do not have enough products to request an additional merchandise return.'}</p>{/if}
|
||||
{if isset($errorMsg) && $errorMsg}
|
||||
<p class="error">
|
||||
{l s='Please provide an explanation for your RMA.'}
|
||||
</p>
|
||||
<p>
|
||||
<h2>{l s='Please specify an explanation for your RMA:'}</h2>
|
||||
<h2>{l s='Please provide an explanation for your RMA:'}</h2>
|
||||
<form method="POST" id="returnOrderMessage"/>
|
||||
<p class="textarea">
|
||||
<textarea name="returnText"></textarea>
|
||||
@@ -50,10 +50,10 @@
|
||||
</p>
|
||||
{/if}
|
||||
{if isset($errorDetail1) && $errorDetail1}<p class="error">{l s='Please check at least one product you would like to return.'}</p>{/if}
|
||||
{if isset($errorDetail2) && $errorDetail2}<p class="error">{l s='Please provide a quantity for the product you checked.'}</p>{/if}
|
||||
{if isset($errorDetail2) && $errorDetail2}<p class="error">{l s='For each product you wish to add, please specify the desired quantity.'}</p>{/if}
|
||||
{if isset($errorNotReturnable) && $errorNotReturnable}<p class="error">{l s='This order cannot be returned.'}</p>{/if}
|
||||
|
||||
<p>{l s='Here are the merchandise returns you have made'}.</p>
|
||||
<p>{l s='Here is a list of pending merchandise returns'}.</p>
|
||||
<div class="block-center" id="block-history">
|
||||
{if $ordersReturn && count($ordersReturn)}
|
||||
<table id="order-list" class="std">
|
||||
@@ -87,7 +87,7 @@
|
||||
</table>
|
||||
<div id="block-order-detail" class="hidden"> </div>
|
||||
{else}
|
||||
<p class="warning">{l s='You have no return merchandise authorizations.'}</p>
|
||||
<p class="warning">{l s='You have no merchandise return authorizations.'}</p>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<div id="opc_login_errors" class="error" style="display:none;"></div>
|
||||
<!-- END Error return block -->
|
||||
<div style="margin-left:40px;margin-bottom:5px;float:left;width:40%;">
|
||||
<label for="login_email">{l s='E-mail address'}</label>
|
||||
<label for="login_email">{l s='Email address'}</label>
|
||||
<span><input type="text" id="login_email" name="email" /></span>
|
||||
</div>
|
||||
<div style="margin-left:40px;margin-bottom:5px;float:left;width:40%;">
|
||||
@@ -32,7 +32,7 @@
|
||||
<div class="opc_float">
|
||||
<p class="title_block">{l s='Instant Checkout'}</p>
|
||||
<p>
|
||||
<input type="button" class="exclusive_large" id="opc_guestCheckout" value="{l s='Checkout as guest'}" />
|
||||
<input type="button" class="exclusive_large" id="opc_guestCheckout" value="{l s='Guest checkout'}" />
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
<p class="title_block">{l s='Create your account today and enjoy:'}</p>
|
||||
<ul class="bullet">
|
||||
<li>{l s='Personalized and secure access'}</li>
|
||||
<li>{l s='Fast and easy check out'}</li>
|
||||
<li>{l s='A fast and easy check out process'}</li>
|
||||
<li>{l s='Separate billing and shipping addresses'}</li>
|
||||
</ul>
|
||||
<p>
|
||||
@@ -110,13 +110,13 @@
|
||||
<input type="hidden" id="opc_id_address_delivery" name="opc_id_address_delivery" value="{if isset($guestInformations) && $guestInformations.id_address_delivery}{$guestInformations.id_address_delivery}{else}0{/if}" />
|
||||
<input type="hidden" id="opc_id_address_invoice" name="opc_id_address_invoice" value="{if isset($guestInformations) && $guestInformations.id_address_delivery}{$guestInformations.id_address_delivery}{else}0{/if}" />
|
||||
<p class="required text">
|
||||
<label for="email">{l s='E-mail'} <sup>*</sup></label>
|
||||
<label for="email">{l s='Email:'} <sup>*</sup></label>
|
||||
<input type="text" class="text" id="email" name="email" value="{if isset($guestInformations) && $guestInformations.email}{$guestInformations.email}{/if}" />
|
||||
</p>
|
||||
<p class="required password is_customer_param">
|
||||
<label for="passwd">{l s='Password'} <sup>*</sup></label>
|
||||
<input type="password" class="text" name="passwd" id="passwd" />
|
||||
<span class="form_info">{l s='(5 characters min.)'}</span>
|
||||
<span class="form_info">{l s='(five characters min.)'}</span>
|
||||
</p>
|
||||
<p class="radio required">
|
||||
<span>{l s='Title'}</span>
|
||||
@@ -171,11 +171,11 @@
|
||||
{if isset($newsletter) && $newsletter}
|
||||
<p class="checkbox">
|
||||
<input type="checkbox" name="newsletter" id="newsletter" value="1" {if isset($guestInformations) && $guestInformations.newsletter}checked="checked"{/if} />
|
||||
<label for="newsletter">{l s='Sign up for our newsletter'}</label>
|
||||
<label for="newsletter">{l s='Sign up for our newsletter!'}</label>
|
||||
</p>
|
||||
<p class="checkbox" >
|
||||
<input type="checkbox"name="optin" id="optin" value="1" {if isset($guestInformations) && $guestInformations.optin}checked="checked"{/if} />
|
||||
<label for="optin">{l s='Receive special offers from our partners'}</label>
|
||||
<label for="optin">{l s='Receive special offers from our partners!'}</label>
|
||||
</p>
|
||||
{/if}
|
||||
<h3>{l s='Delivery address'}</h3>
|
||||
@@ -376,7 +376,7 @@
|
||||
<input type="submit" class="exclusive button" name="submitAccount" id="submitAccount" value="{l s='Save'}" />
|
||||
</p>
|
||||
<p style="display: none;" id="opc_account_saved">
|
||||
{l s='Account informations saved successfully'}
|
||||
{l s='Account information saved successfully'}
|
||||
</p>
|
||||
<p class="required opc-required" style="clear: both;">
|
||||
<sup>*</sup>{l s='Required field'}
|
||||
|
||||
@@ -62,11 +62,11 @@
|
||||
var txtHasBeenSelected = "{l s='has been selected' js=1}";
|
||||
var txtNoCarrierIsSelected = "{l s='No carrier has been selected' js=1}";
|
||||
var txtNoCarrierIsNeeded = "{l s='No carrier is needed for this order' js=1}";
|
||||
var txtConditionsIsNotNeeded = "{l s='No terms of service must be accepted' js=1}";
|
||||
var txtTOSIsAccepted = "{l s='Terms of Service have been accepted' js=1}";
|
||||
var txtTOSIsNotAccepted = "{l s='Terms of service have not been accepted' js=1}";
|
||||
var txtConditionsIsNotNeeded = "{l s='You do not need to accept the Terms of Service for this order.' js=1}";
|
||||
var txtTOSIsAccepted = "{l s='The service terms have been accepted' js=1}";
|
||||
var txtTOSIsNotAccepted = "{l s='The service terms have not been accepted' js=1}";
|
||||
var txtThereis = "{l s='There is' js=1}";
|
||||
var txtErrors = "{l s='error(s)' js=1}";
|
||||
var txtErrors = "{l s='Error(s)' js=1}";
|
||||
var txtDeliveryAddress = "{l s='Delivery address' js=1}";
|
||||
var txtInvoiceAddress = "{l s='Invoice address' js=1}";
|
||||
var txtModifyMyAddress = "{l s='Modify my address' js=1}";
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
{include file="$tpl_dir./breadcrumb.tpl"}
|
||||
{/if}
|
||||
|
||||
{if !$opc}<h1>{l s='Choose your payment method'}</h1>{else}<h2><span>3</span> {l s='Choose your payment method'}</h2>{/if}
|
||||
{if !$opc}<h1>{l s='Please choose your payment method'}</h1>{else}<h2><span>3</span> {l s='Please choose your payment method'}</h2>{/if}
|
||||
|
||||
{if !$opc}
|
||||
{assign var='current_step' value='payment'}
|
||||
@@ -116,12 +116,12 @@
|
||||
<td colspan="5">
|
||||
{if $use_taxes}
|
||||
{if $priceDisplay}
|
||||
{if $display_tax_label}{l s='Total gift-wrapping (tax excl.):'}{else}{l s='Total gift-wrapping:'}{/if}
|
||||
{if $display_tax_label}{l s='Total gift wrapping (tax excl.):'}{else}{l s='Total gift wrapping cost:'}{/if}
|
||||
{else}
|
||||
{if $display_tax_label}{l s='Total gift-wrapping (tax incl.):'}{else}{l s='Total gift-wrapping:'}{/if}
|
||||
{if $display_tax_label}{l s='Total gift-wrapping (tax incl.):'}{else}{l s='Total gift wrapping cost:'}{/if}
|
||||
{/if}
|
||||
{else}
|
||||
{l s='Total gift-wrapping:'}
|
||||
{l s='Total gift wrapping cost:'}
|
||||
{/if}
|
||||
</td>
|
||||
<td class="price-discount price" id="total_wrapping">
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
<div>
|
||||
<p class="bold">{l s='We have logged your return request.'}</p>
|
||||
<p>{l s='Your package must be returned to us within'} {$nbdaysreturn} {l s='days of receiving your order.'}</p>
|
||||
<p>{l s='Current status of your merchandise return:'} <span class="bold">{$state_name|escape:'htmlall':'UTF-8'}</span></p>
|
||||
<p>{l s='The current status of your merchandise return is:'} <span class="bold">{$state_name|escape:'htmlall':'UTF-8'}</span></p>
|
||||
<p>{l s='List of items to be returned:'}</p>
|
||||
</div>
|
||||
<div id="order-detail-content" class="table_block">
|
||||
@@ -93,17 +93,17 @@
|
||||
{if $orderRet->state == 2}
|
||||
<p class="bold">{l s='REMINDER:'}</p>
|
||||
<div>
|
||||
- {l s='All products must be returned in their original packaging without damage or wear.'}
|
||||
- {l s='All merchandise must be returned in its original packaging and in its original state.'}
|
||||
<br />- {l s='Please print out the'} <a href="{$link->getPageLink('pdf-order-return', true, NULL, "id_order_return={$orderRet->id|intval}")}">{l s='PDF return slip'}</a> {l s='and include it with your package.'}
|
||||
<br />- {l s='Please see PDF return slip'} (<a href="{$link->getPageLink('pdf-order-return', true, NULL, "id_order_return={$orderRet->id|intval}")}">{l s='for the correct address'}</a>)
|
||||
<br />- {l s='Please see the PDF return slip'} (<a href="{$link->getPageLink('pdf-order-return', true, NULL, "id_order_return={$orderRet->id|intval}")}">{l s='for the correct address'}</a>)
|
||||
<br /><br />
|
||||
{l s='Upon receiving your package, we will notify you by e-mail. We will then begin processing the reimbursement of your order total.'}
|
||||
{l s='When we receive your package, we will notify you by email. We will then begin processing order reimbursement.'}
|
||||
<br /><br /><a href="{$link->getPageLink('contact', true)}">{l s='Please let us know if you have any questions.'}</a>
|
||||
<br />
|
||||
<p class="bold">{l s='If the conditions of return listed above are not respected, we reserve the right to refuse your package and/or reimbursement.'}</p>
|
||||
</div>
|
||||
{elseif $orderRet->state == 1}
|
||||
<p class="bold">{l s='You must wait for our confirmation before returning any merchandise.'}</p>
|
||||
<p class="bold">{l s='You must wait for confirmation before returning any merchandise.'}</p>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
|
||||
@@ -47,10 +47,10 @@
|
||||
<li class="{if $current_step=='login'}step_current{else}{if $current_step=='payment' || $current_step=='shipping' || $current_step=='address'}step_done{else}step_todo{/if}{/if}">
|
||||
{if $current_step=='payment' || $current_step=='shipping' || $current_step=='address'}
|
||||
<a href="{$link->getPageLink('order', true, NULL, "{$smarty.capture.url_back}&step=1&multi-shipping={$multi_shipping}")}">
|
||||
2. {l s='Login'}
|
||||
2. {l s='Login:'}
|
||||
</a>
|
||||
{else}
|
||||
<span>2. {l s='Login'}</span>
|
||||
<span>2. {l s='Login:'}</span>
|
||||
{/if}
|
||||
</li>
|
||||
<li class="{if $current_step=='address'}step_current{else}{if $current_step=='payment' || $current_step=='shipping'}step_done{else}step_todo{/if}{/if}">
|
||||
@@ -65,14 +65,14 @@
|
||||
<li class="{if $current_step=='shipping'}step_current{else}{if $current_step=='payment'}step_done{else}step_todo{/if}{/if}">
|
||||
{if $current_step=='payment'}
|
||||
<a href="{$link->getPageLink('order', true, NULL, "{$smarty.capture.url_back}&step=2&multi-shipping={$multi_shipping}")}">
|
||||
4. {l s='Shipping'}
|
||||
4. {l s='Shipping:'}
|
||||
</a>
|
||||
{else}
|
||||
<span>4. {l s='Shipping'}</span>
|
||||
<span>4. {l s='Shipping:'}</span>
|
||||
{/if}
|
||||
</li>
|
||||
<li id="step_end" class="{if $current_step=='payment'}step_current_end{else}step_todo{/if}">
|
||||
<span>5. {l s='Payment'}</span>
|
||||
<span>5. {l s='Payment: '}</span>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- /Steps -->
|
||||
|
||||
@@ -31,15 +31,15 @@
|
||||
{include file="$tpl_dir./errors.tpl"}
|
||||
|
||||
{if isset($confirmation) && $confirmation == 1}
|
||||
<p class="success">{l s='Your password has been successfully reset and a confirmation has been sent to your e-mail address:'} {$smarty.post.email|escape:'htmlall':'UTF-8'|stripslashes}</p>
|
||||
<p class="success">{l s='Your password has been successfully reset and a confirmation has been sent to your email address:'} {$smarty.post.email|escape:'htmlall':'UTF-8'|stripslashes}</p>
|
||||
{elseif isset($confirmation) && $confirmation == 2}
|
||||
<p class="success">{l s='A confirmation e-mail has been sent to your address:'} {$smarty.post.email|escape:'htmlall':'UTF-8'|stripslashes}</p>
|
||||
<p class="success">{l s='A confirmation email has been sent to your address:'} {$smarty.post.email|escape:'htmlall':'UTF-8'|stripslashes}</p>
|
||||
{else}
|
||||
<p>{l s='Please enter the e-mail address used to register. We will send your new password to that address.'}</p>
|
||||
<p>{l s='Please enter the email address you used to register. We will then send you a new password. '}</p>
|
||||
<form action="{$request_uri|escape:'htmlall':'UTF-8'}" method="post" class="std" id="form_forgotpassword">
|
||||
<fieldset>
|
||||
<p class="text">
|
||||
<label for="email">{l s='E-mail:'}</label>
|
||||
<label for="email">{l s='Email:'}</label>
|
||||
<input type="text" id="email" name="email" value="{if isset($smarty.post.email)}{$smarty.post.email|escape:'htmlall':'UTF-8'|stripslashes}{/if}" />
|
||||
</p>
|
||||
<p class="submit">
|
||||
|
||||
@@ -49,5 +49,5 @@
|
||||
{include file="./pagination.tpl"}
|
||||
</div>
|
||||
{else}
|
||||
<p class="warning">{l s='No price drop.'}</p>
|
||||
<p class="warning">{l s='No price drop'}</p>
|
||||
{/if}
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
{if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}<span class="price" style="display: inline;">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span><br />{/if}
|
||||
{if isset($product.available_for_order) && $product.available_for_order && !isset($restricted_country_mode)}<span class="availability">{if ($product.allow_oosp || $product.quantity > 0)}{l s='Available'}{elseif (isset($product.quantity_all_versions) && $product.quantity_all_versions > 0)}{l s='Product available with different options'}{else}{l s='Out of stock'}{/if}</span>{/if}
|
||||
</div>
|
||||
{if isset($product.online_only) && $product.online_only}<span class="online_only">{l s='Online only!'}</span>{/if}
|
||||
{if isset($product.online_only) && $product.online_only}<span class="online_only">{l s='Online only'}</span>{/if}
|
||||
{/if}
|
||||
{if ($product.id_product_attribute == 0 || (isset($add_prod_display) && ($add_prod_display == 1))) && $product.available_for_order && !isset($restricted_country_mode) && $product.minimal_quantity <= 1 && $product.customizable != 2 && !$PS_CATALOG_MODE}
|
||||
{if ($product.allow_oosp || $product.quantity > 0)}
|
||||
|
||||
@@ -59,13 +59,13 @@ $(document).ready(function()
|
||||
<select id="selectPrductSort" class="selectProductSort">
|
||||
<option value="{$orderbydefault|escape:'htmlall':'UTF-8'}:{$orderwaydefault|escape:'htmlall':'UTF-8'}" {if $orderby eq $orderbydefault}selected="selected"{/if}>{l s='--'}</option>
|
||||
{if !$PS_CATALOG_MODE}
|
||||
<option value="price:asc" {if $orderby eq 'price' AND $orderway eq 'asc'}selected="selected"{/if}>{l s='Price: lowest first'}</option>
|
||||
<option value="price:desc" {if $orderby eq 'price' AND $orderway eq 'desc'}selected="selected"{/if}>{l s='Price: highest first'}</option>
|
||||
<option value="price:asc" {if $orderby eq 'price' AND $orderway eq 'asc'}selected="selected"{/if}>{l s='Price: Lowest first'}</option>
|
||||
<option value="price:desc" {if $orderby eq 'price' AND $orderway eq 'desc'}selected="selected"{/if}>{l s='Price: Highest first'}</option>
|
||||
{/if}
|
||||
<option value="name:asc" {if $orderby eq 'name' AND $orderway eq 'asc'}selected="selected"{/if}>{l s='Product Name: A to Z'}</option>
|
||||
<option value="name:desc" {if $orderby eq 'name' AND $orderway eq 'desc'}selected="selected"{/if}>{l s='Product Name: Z to A'}</option>
|
||||
{if !$PS_CATALOG_MODE}
|
||||
<option value="quantity:desc" {if $orderby eq 'quantity' AND $orderway eq 'desc'}selected="selected"{/if}>{l s='In-stock first'}</option>
|
||||
<option value="quantity:desc" {if $orderby eq 'quantity' AND $orderway eq 'desc'}selected="selected"{/if}>{l s='In stock'}</option>
|
||||
{/if}
|
||||
</select>
|
||||
</p>
|
||||
|
||||
+15
-15
@@ -116,11 +116,11 @@ combinationImages[0] = new Array();
|
||||
{/if}
|
||||
|
||||
// Translations
|
||||
var doesntExist = '{l s='This combination does not exist for this product. Please choose another.' js=1}';
|
||||
var doesntExist = '{l s='This combination does not exist for this product. Please select another combination.' js=1}';
|
||||
var doesntExistNoMore = '{l s='This product is no longer in stock' js=1}';
|
||||
var doesntExistNoMoreBut = '{l s='with those attributes but is available with others' js=1}';
|
||||
var uploading_in_progress = '{l s='Uploading in progress, please wait...' js=1}';
|
||||
var fieldRequired = '{l s='Please fill in all required fields, then save the customization.' js=1}';
|
||||
var doesntExistNoMoreBut = '{l s='with those attributes but is available with others.' js=1}';
|
||||
var uploading_in_progress = '{l s='Uploading in progress, please be patient.' js=1}';
|
||||
var fieldRequired = '{l s='Please fill in all the required fields before saving your customization.' js=1}';
|
||||
{if isset($groups)}
|
||||
// Combinations
|
||||
{foreach from=$combinations key=idCombination item=combination}
|
||||
@@ -176,12 +176,12 @@ var fieldRequired = '{l s='Please fill in all required fields, then save the cus
|
||||
{if $have_image}
|
||||
<span id="view_full_size">
|
||||
<img src="{$link->getImageLink($product->link_rewrite, $cover.id_image, 'large_default')}" {if $jqZoomEnabled}class="jqzoom" alt="{$link->getImageLink($product->link_rewrite, $cover.id_image, 'thickbox_default')}"{else} title="{$product->name|escape:'htmlall':'UTF-8'}" alt="{$product->name|escape:'htmlall':'UTF-8'}" {/if} id="bigpic" width="{$largeSize.width}" height="{$largeSize.height}" />
|
||||
<span class="span_link">{l s='View full size'}</span>
|
||||
<span class="span_link">{l s='Maximize'}</span>
|
||||
</span>
|
||||
{else}
|
||||
<span id="view_full_size">
|
||||
<img src="{$img_prod_dir}{$lang_iso}-default-large_default.jpg" id="bigpic" alt="" title="{$product->name|escape:'htmlall':'UTF-8'}" width="{$largeSize.width}" height="{$largeSize.height}" />
|
||||
<span class="span_link">{l s='View full size'}</span>
|
||||
<span class="span_link">{l s='Maximize'}</span>
|
||||
</span>
|
||||
{/if}
|
||||
</div>
|
||||
@@ -346,8 +346,8 @@ var fieldRequired = '{l s='Please fill in all required fields, then save the cus
|
||||
{if ($display_qties == 1 && !$PS_CATALOG_MODE && $product->available_for_order)}
|
||||
<p id="pQuantityAvailable"{if $product->quantity <= 0} style="display: none;"{/if}>
|
||||
<span id="quantityAvailable">{$product->quantity|intval}</span>
|
||||
<span {if $product->quantity > 1} style="display: none;"{/if} id="quantityAvailableTxt">{l s='item in stock'}</span>
|
||||
<span {if $product->quantity == 1} style="display: none;"{/if} id="quantityAvailableTxtMultiple">{l s='items in stock'}</span>
|
||||
<span {if $product->quantity > 1} style="display: none;"{/if} id="quantityAvailableTxt">{l s='Item in stock'}</span>
|
||||
<span {if $product->quantity == 1} style="display: none;"{/if} id="quantityAvailableTxtMultiple">{l s='Items in stock'}</span>
|
||||
</p>
|
||||
{/if}
|
||||
|
||||
@@ -412,11 +412,11 @@ var fieldRequired = '{l s='Please fill in all required fields, then save the cus
|
||||
</p>
|
||||
{/if}
|
||||
{if $packItems|@count && $productPrice < $product->getNoPackPrice()}
|
||||
<p class="pack_price">{l s='instead of'} <span style="text-decoration: line-through;">{convertPrice price=$product->getNoPackPrice()}</span></p>
|
||||
<p class="pack_price">{l s='Instead of'} <span style="text-decoration: line-through;">{convertPrice price=$product->getNoPackPrice()}</span></p>
|
||||
<br class="clear" />
|
||||
{/if}
|
||||
{if $product->ecotax != 0}
|
||||
<p class="price-ecotax">{l s='include'} <span id="ecotax_price_display">{if $priceDisplay == 2}{$ecotax_tax_exc|convertAndFormatPrice}{else}{$ecotax_tax_inc|convertAndFormatPrice}{/if}</span> {l s='for green tax'}
|
||||
<p class="price-ecotax">{l s='Include'} <span id="ecotax_price_display">{if $priceDisplay == 2}{$ecotax_tax_exc|convertAndFormatPrice}{else}{$ecotax_tax_inc|convertAndFormatPrice}{/if}</span> {l s='For green tax'}
|
||||
{if $product->specificPrice AND $product->specificPrice.reduction}
|
||||
<br />{l s='(not impacted by the discount)'}
|
||||
{/if}
|
||||
@@ -452,15 +452,15 @@ var fieldRequired = '{l s='Please fill in all required fields, then save the cus
|
||||
{if (isset($quantity_discounts) && count($quantity_discounts) > 0)}
|
||||
<!-- quantity discount -->
|
||||
<ul class="idTabs clearfix">
|
||||
<li><a href="#discount" style="cursor: pointer" class="selected">{l s='Quantity discount'}</a></li>
|
||||
<li><a href="#discount" style="cursor: pointer" class="selected">{l s='Sliding scale pricing'}</a></li>
|
||||
</ul>
|
||||
<div id="quantityDiscount">
|
||||
<table class="std">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{l s='product'}</th>
|
||||
<th>{l s='from (qty)'}</th>
|
||||
<th>{l s='discount'}</th>
|
||||
<th>{l s='Product'}</th>
|
||||
<th>{l s='From (qty)'}</th>
|
||||
<th>{l s='Discount'}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -585,7 +585,7 @@ var fieldRequired = '{l s='Please fill in all required fields, then save the cus
|
||||
</div>
|
||||
{/if}
|
||||
<div class="customizationUploadBrowse">
|
||||
<label class="customizationUploadBrowseDescription">{if !empty($field.name)}{$field.name}{else}{l s='Please select an image file from your hard drive'}{/if}{if $field.required}<sup>*</sup>{/if}</label>
|
||||
<label class="customizationUploadBrowseDescription">{if !empty($field.name)}{$field.name}{else}{l s='Please select an image file from your computer'}{/if}{if $field.required}<sup>*</sup>{/if}</label>
|
||||
<input type="file" name="file{$field.id_customization_field}" id="img{$customizationField}" class="customization_block_input {if isset($pictures.$key)}filled{/if}" />
|
||||
</div>
|
||||
</li>
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
{if $allow_oosp}
|
||||
{$product->available_later|escape:'htmlall':'UTF-8'}
|
||||
{else}
|
||||
{l s='This product is no longer in stock'}
|
||||
{l s='This product is no longer in stock.'}
|
||||
{/if}
|
||||
{else}
|
||||
{$product->available_now|escape:'htmlall':'UTF-8'}
|
||||
@@ -101,7 +101,7 @@
|
||||
|
||||
<tr class="comparison_header">
|
||||
<td>
|
||||
{l s='Features'}
|
||||
{l s='Features:'}
|
||||
</td>
|
||||
{section loop=$products|count step=1 start=0 name=td}
|
||||
<td></td>
|
||||
@@ -139,6 +139,6 @@
|
||||
</table>
|
||||
</div>
|
||||
{else}
|
||||
<p class="warning">{l s='There are no products selected for comparison'}</p>
|
||||
<p class="warning">{l s='There are no products selected for comparison.'}</p>
|
||||
{/if}
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
<div id="restricted-country">
|
||||
<p><img src="{$content_dir}img/logo.jpg" alt="logo" /><br /><br /></p>
|
||||
<p id="message">
|
||||
<img src="{$content_dir}img/admin/tab-tools.gif" style="margin-right:10px; float:left;" alt="" />{l s='You cannot access our store from your country. We apologize for the inconvenience.'}
|
||||
<img src="{$content_dir}img/admin/tab-tools.gif" style="margin-right:10px; float:left;" alt="" />{l s='You cannot access this store from your country. We apologize for the inconvenience.'}
|
||||
</p>
|
||||
<span style="clear:both;"> </span>
|
||||
</div>
|
||||
|
||||
@@ -23,23 +23,23 @@
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
|
||||
{capture name=path}{l s='Search'}{/capture}
|
||||
{capture name=path}{l s='Search:'}{/capture}
|
||||
{include file="$tpl_dir./breadcrumb.tpl"}
|
||||
|
||||
<h1 {if isset($instantSearch) && $instantSearch}id="instant_search_results"{/if}>
|
||||
{l s='Search'} {if $nbProducts > 0}"{if isset($search_query) && $search_query}{$search_query|escape:'htmlall':'UTF-8'}{elseif $search_tag}{$search_tag|escape:'htmlall':'UTF-8'}{elseif $ref}{$ref|escape:'htmlall':'UTF-8'}{/if}"{/if}
|
||||
{if isset($instantSearch) && $instantSearch}<a href="#" class="close">{l s='Return to previous page'}</a>{/if}
|
||||
{l s='Search:'} {if $nbProducts > 0}"{if isset($search_query) && $search_query}{$search_query|escape:'htmlall':'UTF-8'}{elseif $search_tag}{$search_tag|escape:'htmlall':'UTF-8'}{elseif $ref}{$ref|escape:'htmlall':'UTF-8'}{/if}"{/if}
|
||||
{if isset($instantSearch) && $instantSearch}<a href="#" class="close">{l s='Return to the previous page'}</a>{/if}
|
||||
</h1>
|
||||
|
||||
{include file="$tpl_dir./errors.tpl"}
|
||||
{if !$nbProducts}
|
||||
<p class="warning">
|
||||
{if isset($search_query) && $search_query}
|
||||
{l s='No results found for your search'} "{if isset($search_query)}{$search_query|escape:'htmlall':'UTF-8'}{/if}"
|
||||
{l s='No results were found for your search'} "{if isset($search_query)}{$search_query|escape:'htmlall':'UTF-8'}{/if}"
|
||||
{elseif isset($search_tag) && $search_tag}
|
||||
{l s='No results found for your search'} "{$search_tag|escape:'htmlall':'UTF-8'}"
|
||||
{l s='No results were found for your search'} "{$search_tag|escape:'htmlall':'UTF-8'}"
|
||||
{else}
|
||||
{l s='Please type a search keyword'}
|
||||
{l s='Please enter a search keyword'}
|
||||
{/if}
|
||||
</p>
|
||||
{else}
|
||||
|
||||
@@ -120,9 +120,9 @@
|
||||
<tr class="cart_total_voucher" {if $total_wrapping == 0}style="display: none;"{/if}>
|
||||
<td colspan="5">
|
||||
{if $use_taxes}
|
||||
{if $display_tax_label}{l s='Total gift-wrapping (tax incl.):'}{else}{l s='Total gift-wrapping:'}{/if}
|
||||
{if $display_tax_label}{l s='Total gift wrapping (tax incl.):'}{else}{l s='Total gift-wrapping cost:'}{/if}
|
||||
{else}
|
||||
{l s='Total gift-wrapping:'}
|
||||
{l s='Total gift-wrapping cost:'}
|
||||
{/if}
|
||||
</td>
|
||||
<td colspan="2" class="price-discount price" id="total_wrapping">
|
||||
@@ -192,7 +192,7 @@
|
||||
</fieldset>
|
||||
</form>
|
||||
{if $displayVouchers}
|
||||
<p id="title" class="title_offers">{l s='Take advantage of our offers:'}</p>
|
||||
<p id="title" class="title_offers">{l s='Take advantage of our exclusive offers:'}</p>
|
||||
<div id="display_cart_vouchers">
|
||||
{foreach $displayVouchers as $voucher}
|
||||
{if $voucher.code != ''}<span onclick="$('#discount_name').val('{$voucher.code}');return false;" class="voucher_name">{$voucher.code}</span> - {/if}{$voucher.name}<br />
|
||||
@@ -328,14 +328,14 @@
|
||||
{if $show_option_allow_separate_package}
|
||||
<p>
|
||||
<input type="checkbox" name="allow_seperated_package" id="allow_seperated_package" {if $cart->allow_seperated_package}checked="checked"{/if} />
|
||||
<label for="allow_seperated_package">{l s='Send the available products first'}</label>
|
||||
<label for="allow_seperated_package">{l s='Send available products first'}</label>
|
||||
</p>
|
||||
{/if}
|
||||
{if !$opc}
|
||||
{if Configuration::get('PS_ALLOW_MULTISHIPPING')}
|
||||
<p>
|
||||
<input type="checkbox" {if $multi_shipping}checked="checked"{/if} id="enable-multishipping" />
|
||||
<label for="enable-multishipping">{l s='I want to specify a delivery address for each individual product.'}</label>
|
||||
<label for="enable-multishipping">{l s='I would like to specify a delivery address for each individual product.'}</label>
|
||||
</p>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
@@ -33,11 +33,11 @@
|
||||
<ul>
|
||||
<li><a href="{$link->getPageLink('new-products')}" title="{l s='View a new products'}">{l s='New products'}</a></li>
|
||||
{if !$PS_CATALOG_MODE}
|
||||
<li><a href="{$link->getPageLink('best-sales')}" title="{l s='View a top sellers products'}">{l s='Top sellers'}</a></li>
|
||||
<li><a href="{$link->getPageLink('best-sales')}" title="{l s='View a top sellers products'}">{l s='Best sellers'}</a></li>
|
||||
<li><a href="{$link->getPageLink('prices-drop')}" title="{l s='View a products with price drop'}">{l s='Price drop'}</a></li>
|
||||
{/if}
|
||||
{if $display_manufacturer_link OR $PS_DISPLAY_SUPPLIERS}<li><a href="{$link->getPageLink('manufacturer')}" title="{l s='View list of a manufacturers'}">{l s='Manufacturers'}</a></li>{/if}
|
||||
{if $display_supplier_link OR $PS_DISPLAY_SUPPLIERS}<li><a href="{$link->getPageLink('supplier')}" title="{l s='View list of a suppliers'}">{l s='Suppliers'}</a></li>{/if}
|
||||
{if $display_manufacturer_link OR $PS_DISPLAY_SUPPLIERS}<li><a href="{$link->getPageLink('manufacturer')}" title="{l s='View list of a manufacturers'}">{l s='Manufacturers:'}</a></li>{/if}
|
||||
{if $display_supplier_link OR $PS_DISPLAY_SUPPLIERS}<li><a href="{$link->getPageLink('supplier')}" title="{l s='View list of a suppliers'}">{l s='Suppliers:'}</a></li>{/if}
|
||||
</ul>
|
||||
</div>
|
||||
<div class="sitemap_block">
|
||||
@@ -62,7 +62,7 @@
|
||||
</div>
|
||||
<div id="listpage_content">
|
||||
<div class="categTree">
|
||||
<h3>{l s='Categories'}</h3>
|
||||
<h3>{l s='Categories:'}</h3>
|
||||
<div class="tree_top"><a href="{$base_dir_ssl}" title="{$categoriesTree.name|escape:'htmlall':'UTF-8'}">{$categoriesTree.name|escape:'htmlall':'UTF-8'}</a></div>
|
||||
<ul class="tree">
|
||||
{if isset($categoriesTree.children)}
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
*}
|
||||
<br />
|
||||
<br />
|
||||
<span id="store_hours">{l s='Hours:'}</span>
|
||||
<span id="store_hours">{l s='working hours'}</span>
|
||||
<table style="font-size: 9px;">
|
||||
{foreach from=$days_datas item=one_day}
|
||||
<tr>
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
|
||||
{if $simplifiedStoresDiplay}
|
||||
{if $stores|@count}
|
||||
<p>{l s='Here are our store locations, please feel free to contact us:'}</p>
|
||||
<p>{l s='Here you can find our store locations. Please feel free to contact us:'}</p>
|
||||
{foreach $stores as $store}
|
||||
<div class="store-small grid_2">
|
||||
{if $store.has_picture}<p><img src="{$img_store_dir}{$store.id_store}-medium_default.jpg" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /></p>{/if}
|
||||
@@ -57,7 +57,7 @@
|
||||
var defaultLat = '{$defaultLat}';
|
||||
var defaultLong = '{$defaultLong}';
|
||||
|
||||
var translation_1 = '{l s='No stores found, try selecting a wider radius' js=1}';
|
||||
var translation_1 = '{l s='No stores were found. Please try selecting a wider radius.' js=1}';
|
||||
var translation_2 = '{l s='store found - see details:' js=1}';
|
||||
var translation_3 = '{l s='stores found - see all results:' js=1}';
|
||||
var translation_4 = '{l s='Phone:' js=1}';
|
||||
@@ -76,7 +76,7 @@
|
||||
<p>{l s='Enter a location (e.g. zip/postal code, address, city or country) in order to find the nearest stores.'}</p>
|
||||
<p>
|
||||
<label for="addressInput">{l s='Your location:'}</label>
|
||||
<input type="text" name="location" id="addressInput" value="{l s='Address, zip/postal code, city, state or country'}" onclick="this.value='';" />
|
||||
<input type="text" name="location" id="addressInput" value="{l s='Address, zip / postal code, city, state or country'}" onclick="this.value='';" />
|
||||
</p>
|
||||
<p>
|
||||
<label for="radiusSelect">{l s='Radius:'}</label>
|
||||
@@ -89,7 +89,7 @@
|
||||
<img src="{$img_ps_dir}loader.gif" class="middle" alt="" id="stores_loader" />
|
||||
</p>
|
||||
<p class="clearfix">
|
||||
<input type="button" class="button" onclick="searchLocations();" value="{l s='Search'}" style="display: inline;" />
|
||||
<input type="button" class="button" onclick="searchLocations();" value="{l s='Search:'}" style="display: inline;" />
|
||||
</p>
|
||||
<div><select id="locationSelect"><option></option></select></div>
|
||||
<div id="map"></div>
|
||||
|
||||
@@ -23,10 +23,10 @@
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
|
||||
{capture name=path}{l s='Suppliers'}{/capture}
|
||||
{capture name=path}{l s='Suppliers:'}{/capture}
|
||||
{include file="$tpl_dir./breadcrumb.tpl"}
|
||||
|
||||
<h1>{l s='Suppliers'}</h1>
|
||||
<h1>{l s='Suppliers:'}</h1>
|
||||
|
||||
{if isset($errors) AND $errors}
|
||||
{include file="$tpl_dir./errors.tpl"}
|
||||
|
||||
Reference in New Issue
Block a user