[-] FO : #PSCFV-2150 : Translations of back office are connected width sprintf()

This commit is contained in:
lLefevre
2012-05-14 14:38:07 +00:00
parent ef31252386
commit 3ddf7259a2
78 changed files with 246 additions and 441 deletions
@@ -65,7 +65,7 @@
{if $generate}
<div class="module_confirmation conf confirm">
{$combinations_size} {l s='product(s) successfully created.'}
{l s='%d product(s) successfully created.' sprintf=$combinations_size}
</div>
{/if}
<script type="text/javascript" src="../js/attributesBack.js"></script>
@@ -51,7 +51,7 @@
<h2><img src="../img/admin/cart.gif" /> {l s='Order information'}</h2>
<span>
{if $order->id}
<a href="{$link->getAdminLink('AdminOrders')}&id_order={$order->id}&vieworder"> {l s='Order #'}{$order->id|string_format:"%06d"}</a></span>
<a href="{$link->getAdminLink('AdminOrders')}&id_order={$order->id}&vieworder"> {l s='Order #%d' sprintf=$order->id|string_format:"%06d"}</a></span>
<br /><br />
{l s='Made on:'} {dateFormat date=$order->date_add}<br /><br /><br /><br />
{else}
@@ -144,7 +144,7 @@
</table>
<div class="clear">&nbsp;</div>
{else}
{$customer->firstname} {$customer->lastname} {l s='has never contacted you'}
{l s='%1$s %2$s has never contacted you' sprintf=[$customer->firstname, $customer->lastname]}
{/if}
{* display hook specified to this page : AdminCustomers *}
@@ -262,7 +262,7 @@
<div class="clear">&nbsp;</div>
{/if}
{else}
{$customer->firstname} {$customer->lastname} {l s='has not placed any orders yet'}
{l s='%1$s %2$s has not placed any orders yet' sprintf=[$customer->firstname, $customer->lastname]}
{/if}
{if $products AND count($products)}
@@ -334,7 +334,7 @@
{/foreach}
</table>
{else}
{$customer->firstname} {$customer->lastname} {l s='has not registered any addresses yet'}
{l s='%1$s %2$s has not registered any addresses yet' sprintf=[$customer->firstname, $customer->lastname]}
{/if}
<div class="clear">&nbsp;</div>
@@ -362,7 +362,7 @@
{/foreach}
</table>
{else}
{$customer->firstname} {$customer->lastname} {l s='has no discount vouchers'}.
{l s='%1$s %2$s has no discount vouchers' sprintf=[$customer->firstname, $customer->lastname]}.
{/if}
<div class="clear">&nbsp;</div>
@@ -171,7 +171,7 @@
{foreach $input['values'] key=key item=category }
<tr class="alt_row" id="{$category.id_category}">
<td>{$category.path}</td>
<td>{l s='Discount:'} {$category.reduction}{l s='%'}</td>
<td>{l s='Discount: %d%' sprintf=$category.reduction}</td>
<td>
<a href="#" onclick="deleteCategoryReduction({$category.id_category});"><img src="../img/admin/delete.gif"></a>
<input type="hidden" class="category_reduction" name="category_reduction[{$category.id_category}]" value="{$category.reduction}">
@@ -31,7 +31,7 @@
<fieldset>
<ul>
<li><span style="font-weight: bold; font-size: 13px; color:#000;">{l s='Name:'}</span> {$group->name[$language->id]}</li>
<li><span style="font-weight: bold; font-size: 13px; color:#000;">{l s='Discount:'}</span> {$group->reduction} {l s='%'}</li>
<li><span style="font-weight: bold; font-size: 13px; color:#000;">{l s='Discount: %d%' sprintf=$group->reduction}</span></li>
<li><span style="font-weight: bold; font-size: 13px; color:#000;">{l s='Current category discount:'}</span>
{if !$categorieReductions}
{l s='None'}
@@ -40,7 +40,7 @@
{foreach $categorieReductions key=key item=category }
<tr class="alt_row">
<td>{$category.path}</td>
<td>{l s='Discount:'} {$category.reduction}{l s='%'}</td>
<td>{l s='Discount: %d%' sprintf=$category.reduction}</td>
</tr>
{/foreach}
</table>
@@ -120,7 +120,7 @@
<fieldset style="float: left; margin: 0pt 20px 0pt 0pt; width: 70%;">
<legend><img src="../img/admin/import.gif" />{l s='Import'}</legend>
<label class="clear">{l s='Your CSV file'} ({count($files_to_import)} {if count($files_to_import) > 1} {l s='files'}{else}{l s='file'}{/if}{l s='):'}</label>
<label class="clear">{if count($files_to_import) > 1}{l s='Your CSV file (%d files):' sprintf=files_to_import}{else}{l s='Your CSV file (%d file):' sprintf=files_to_import}{/if}</label>
<div class="margin-form">
{if count($files_to_import)}
<select name="csv">
@@ -33,7 +33,7 @@
<div id="container">
<div id="error" {if !isset($errors)}class="hide"{/if}>
{if isset($errors)}
<h3>{if $nbErrors > 1}{l s='There are'}{else}{l s='There is'}{/if} {$nbErrors}{if $nbErrors > 1} {l s='errors'}{else} {l s='error'}{/if}</h3>
<h3>{if $nbErrors > 1}{l s='There are %d errors.' sprintf=$nbErrors}{else}{l s='There is %d error.' sprintf=$nbErrors}{/if}</h3>
<ol style="margin: 0 0 0 20px;">
{foreach from=$errors item="error"}
<li>{$error}</li>
@@ -23,7 +23,7 @@
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
<h1>{l s='The controller'} {$controller} {l s='is missing or invalid.'}</h1>
<h1>{l s='The controller %s is missing or invalid.' sprintf=$controller}</h1>
<ul>
<li><a href="index.php">{l s='Go to Dashboard'}</a></li>
<li><a href="#" onclick="window.history.back();">{l s='Back to previous page'}</a></li>
@@ -82,7 +82,7 @@
{elseif ($type == Product::CUSTOMIZE_TEXTFIELD)}
<ul style="margin: 0px 0px 4px 0px; padding: 0px 0px 0px 6px; list-style-type: none;">
{foreach from=$datas item=data}
<li>{if $data['name']}{$data['name']}{else}{l s='Text #'}{$data@iteration}{/if}{l s=':'} {$data['value']}</li>
<li>{if $data['name']}{l s='%s:' sprintf=$data['name']}{else}{l s='Text #%s:' sprintf=$data@iteration}{/if} {$data['value']}</li>
{/foreach}
</ul>
{/if}
@@ -74,7 +74,7 @@
{$document->getInvoiceNumberFormatted($current_id_lang)}
{/if}
{elseif get_class($document) eq 'OrderSlip'}
{l s='#'}{'%06d'|sprintf:$document->id}
{l s='#%d' sprintf=$document->id}
{/if} <img src="../img/admin/details.gif" alt="{l s='See the document'}" /></a></td>
<td class="document_amount">
{if get_class($document) eq 'OrderInvoice'}
@@ -153,7 +153,7 @@
<span style="font-weight: bold; font-size: 14px;"><a href="?tab=AdminCustomers&id_customer={$customer->id}&viewcustomer&token={getAdminToken tab='AdminCustomers'}"> {$customer->firstname} {$customer->lastname}</a></span> ({l s='#'}{$customer->id})<br />
(<a href="mailto:{$customer->email}">{$customer->email}</a>)<br /><br />
{if ($customer->isGuest())}
{l s='This order has been placed by a'} <b>{l s='guest'}</b>
{l s='This order has been placed by a guest.'}
{if (!Customer::customerExists($customer->email))}
<form method="POST" action="index.php?tab=AdminCustomers&id_customer={$customer->id}&token={getAdminToken tab='AdminCustomers'}">
<input type="hidden" name="id_lang" value="{$order->id_lang}" />
@@ -45,7 +45,8 @@
<li>
{l s='The field `request_uri` is the URL from which the customers come to your website.'}<br />
{l s='For example, if the visitor accesses a product page, the URL will be'} "{$uri}music-ipods/1-ipod-nano.html".<br />
{l s='This is interesting because you can add some tags or tokens in the links pointing to your website. For example, you can post a link'} "{$uri}index.php?prestashop" {l s='in the forum and get statistics by entering "%prestashop" in the field `request_uri`. You will get all the visitors coming from the forum.'}
{l s='This is interesting because you can add some tags or tokens in the links pointing to your website.'}
{l s='For example, you can post a link "%dindex.php?prestashop" in the forum and get statistics by entering "%prestashop" in the field `request_uri`. You will get all the visitors coming from the forum.'}
{l s='This method is more reliable than the `http_referer` one, but there is a danger: if a search engine read a page with your link, then it will be displayed in its results and you will have not only the forum visitors, but also the ones from the search engine.'}
</li>
<br />
@@ -75,7 +75,7 @@
{elseif $type == 'type_textfield'}
<ul style="margin: 0px 0px 4px 0px; padding: 0px 0px 0px 6px; list-style-type: none;">
{foreach $datas as $data name='loop'}
<li>{if $data['name']}$data['name']{else}{l s='Text #'}loop.iteration{/if}{l s=':'} {$data['value']}</li>
<li>{if $data['name']}$data['name']{else}{l s='Text #%d' sprintf=$loop.iteration}{/if}{l s=':'} {$data['value']}</li>
{/foreach}
</ul>
{/if}
@@ -46,7 +46,7 @@
<b>{$limit_warning['max_input_vars']}</b> {l s='for max_input_vars.'}<br/>
{l s='Please ask your hosting provider to increase the this limit to'}
{/if}
<u><b>{$limit_warning['needed_limit']}</b></u> {l s='at least.'} {l s='or edit the translation file manually.'}
{l s='%s at least or edit the translation file manually.' sprintf=$limit_warning['needed_limit']}
</div>
{else}
<form method="post" id="{$table}_form" action="{$url_submit}" class="form">
@@ -48,7 +48,7 @@
<b>{$limit_warning['max_input_vars']}</b> {l s='for max_input_vars.'}<br/>
{l s='Please ask your hosting provider to increase the this limit to'}
{/if}
<u><b>{$limit_warning['needed_limit']}</b></u> {l s='at least.'} {l s='or edit the translation file manually.'}
{l s='%s at least or edit the translation file manually.' sprintf=$limit_warning['needed_limit']}
</div>
{else}
<form method="post" id="{$table}_form" action="{$url_submit}" class="form">
@@ -45,7 +45,7 @@
<b>{$limit_warning['max_input_vars']}</b> {l s='for max_input_vars.'}<br/>
{l s='Please ask your hosting provider to increase the this limit to'}
{/if}
<u><b>{$limit_warning['needed_limit']}</b></u> {l s='at least.'} {l s='or edit the translation file manually.'}
{l s='%s at least or edit the translation file manually.' sprintf=$limit_warning['needed_limit']}
</div>
{else}
<form method="post" id="{$table}_form" action="{$url_submit}" class="form">
@@ -48,7 +48,7 @@
<b>{$limit_warning['max_input_vars']}</b> {l s='for max_input_vars.'}<br/>
{l s='Please ask your hosting provider to increase the this limit to'}
{/if}
<u><b>{$limit_warning['needed_limit']}</b></u> {l s='at least.'} {l s='or edit the translation file manually.'}
{l s='%s at least or edit the translation file manually.' sprintf=$limit_warning['needed_limit']}
</div>
{else}
<form method="post" id="{$table}_form" action="{$url_submit}" class="form">
@@ -46,7 +46,7 @@
{if count($errors) == 1}
{$errors[0]}
{else}
{$errors|count} {l s='errors'}
{l s='%d errors' sprintf=$errors|count}
<br/>
<ol>
{foreach $errors AS $error}
@@ -79,13 +79,13 @@
<a id="hideWarn" href=""><img alt="X" src="../img/admin/close.png" /></a>
</span>
{if count($warnings) > 1}
{l s='There are'} {count($warnings)} {l s='warnings'}
{l s='There are %d warnings.' sprintf=count($warnings)}
<span style="margin-left:20px;" id="labelSeeMore">
<a id="linkSeeMore" href="#" style="text-decoration:underline">{l s='Click here to see more'}</a>
<a id="linkHide" href="#" style="text-decoration:underline;display:none">{l s='Hide warning'}</a>
</span>
{else}
{l s='There is'} {count($warnings)} {l s='warning'} :
{l s='There is %d warning.' sprintf=count($warnings)}
{/if}
<ul style="display:{if count($warnings) > 1}none{else}block{/if};" id="seeMore">
{foreach $warnings as $warning}
+2 -2
View File
@@ -38,7 +38,7 @@
{if count($errors) == 1}
{$errors[0]}
{else}
{$errors|count} {l s='errors'}
{l s='%d errors' sprintf=$errors|count}
<br/>
<ol>
{foreach $errors as $error}
@@ -71,7 +71,7 @@
<a id="hideWarn" href=""><img alt="X" src="../img/admin/close.png" /></a>
</span>
{if count($warnings) > 1}
{l s='There are'} {count($warnings)} {l s='warnings'}
{l s='There are %d warnings.' sprintf=count($warnings)}
<span style="margin-left:20px;" id="labelSeeMore">
<a id="linkSeeMore" href="#" style="text-decoration:underline">{l s='Click here to see more'}</a>
<a id="linkHide" href="#" style="text-decoration:underline;display:none">{l s='Hide warning'}</a>
+1 -1
View File
@@ -1174,7 +1174,7 @@ abstract class AdminTabCore
echo $this->_errors[0];
else
{
echo $nbErrors.' '.$this->l('errors').'<br /><ol>';
echo sprintf($this->l('%d errors'), $nbErrors).'<br /><ol>';
foreach ($this->_errors as $error)
echo '<li>'.$error.'</li>';
echo '</ol>';
+1 -1
View File
@@ -93,7 +93,7 @@ class AdminAccessControllerCore extends AdminController
if ($m)
$module['name'] = $m->displayName;
else
$this->warnings[] = '<b>'.$module['name'].'</b>'.$this->l(': module is installed in database, but its files are missing or incompatible.');
$this->warnings[] = sprintf($this->l('%s: module is installed in database, but its files are missing or incompatible.'), '<b>'.$module['name'].'</b>');
}
}
@@ -146,9 +146,11 @@ class AdminAttachmentsControllerCore extends AdminController
if (isset($_FILES['file']) && is_uploaded_file($_FILES['file']['tmp_name']))
{
if ($_FILES['file']['size'] > (Configuration::get('PS_ATTACHMENT_MAXIMUM_SIZE') * 1024 * 1024))
$this->errors[] = $this->l('File too large, maximum size allowed:').' '.
(Configuration::get('PS_ATTACHMENT_MAXIMUM_SIZE') * 1024).' '.$this->l('kb').'. '.
$this->l('File size you\'re trying to upload is:').number_format(($_FILES['file']['size'] / 1024), 2, '.', '').$this->l('kb');
$this->errors[] = sprintf(
$this->l('File too large, maximum size allowed: %1$d kB. File size you\'re trying to upload is: %2$d kB.'),
(Configuration::get('PS_ATTACHMENT_MAXIMUM_SIZE') * 1024),
number_format(($_FILES['file']['size'] / 1024), 2, '.', '')
);
else
{
do $uniqid = sha1(microtime());
@@ -166,8 +168,11 @@ class AdminAttachmentsControllerCore extends AdminController
$max_upload = (int)ini_get('upload_max_filesize');
$max_post = (int)ini_get('post_max_size');
$upload_mb = min($max_upload, $max_post);
$this->errors[] = $this->l('the File').' <b>'.$_FILES['file']['name'].'</b> '.
$this->l('exceeds the size allowed by the server. The limit is set to').' <b>'.$upload_mb.$this->l('MB').'</b>';
$this->errors[] = sprintf(
$this->l('The File %1$s exceeds the size allowed by the server. The limit is set to %1$d MB.'),
'<b>'.$_FILES['file']['name'].'</b> ',
'<b>'.$upload_mb.'</b>'
);
}
else if (!empty($_FILES['file']['tmp_name']))
$this->errors[] = $this->l('No file or your file is not uploadable, please check your server configuration for the maximum upload size.');
@@ -199,7 +199,7 @@ class AdminCarriersControllerCore extends AdminController
'name' => 'name',
'size' => 25,
'required' => true,
'hint' => $this->l('Allowed characters: letters, spaces and').' ().-',
'hint' => sprintf($this->l('Allowed characters: letters, spaces and %s'), '().-'),
'desc' => array(
$this->l('Carrier name displayed during checkout'),
$this->l('For in-store pickup, enter 0 to replace the carrier name with your shop name')
+1 -1
View File
@@ -1244,7 +1244,7 @@ class AdminImportControllerCore extends AdminController
$is_tag_added = $tag->addTags($key, $product->id, $tags);
if (!$is_tag_added)
{
$this->addProductWarning($info['name'], $product->id, $this->l('Tags list').' '.$this->l('is invalid'));
$this->addProductWarning($info['name'], $product->id, $this->l('Tags list is invalid'));
break;
}
}
+1 -2
View File
@@ -90,8 +90,7 @@ class AdminMetaControllerCore extends AdminController
}
// Options to generate robot.txt
$robots_description = $this->l('Your robots.txt file MUST be in your website\'s root directory and nowhere else.');
$robots_description .= '<br />'.$this->l('e.g. http://www.yoursite.com/robots.txt');
$robots_description = $this->l('Your robots.txt file MUST be in your website\'s root directory and nowhere else (e.g. http://www.yoursite.com/robots.txt).');
if ($this->checkConfiguration($this->rb_file))
{
$robots_description .= '<br />'.$this->l('Generate your "robots.txt" file by clicking on the following button (this will erase your old robots.txt file):');
+1 -1
View File
@@ -1180,7 +1180,7 @@ class AdminOrdersControllerCore extends AdminController
$deliveryState = new State((int)($addressDelivery->id_state));
}
$this->toolbar_title = $this->l('Order #').sprintf('%06d', $order->id).' ('.$order->reference.') - '.$customer->firstname.' '.$customer->lastname;
$this->toolbar_title = sprintf($this->l('Order #%1$d (%2$s) - %3$s %4$s'), $order->id, $order->reference, $customer->firstname, $customer->lastname);
// gets warehouses to ship products, if and only if advanced stock management is activated
$warehouse_list = null;
@@ -524,7 +524,7 @@ class AdminPerformanceControllerCore extends AdminController
<a href="http://xcache.lighttpd.net" target="_blank">http://xcache.lighttpd.net</a>';
if (!is_writable(_PS_CACHEFS_DIRECTORY_))
$this->warnings[] = $this->l('To use the CacheFS directory').' '.realpath(_PS_CACHEFS_DIRECTORY_).' '.$this->l('must be writable');
$this->warnings[] = sprintf($this->l('To use the CacheFS directory %s must be writable.'), realpath(_PS_CACHEFS_DIRECTORY_));
$this->initToolbar();
$this->display = '';
+11 -3
View File
@@ -340,7 +340,11 @@ class AdminProductsControllerCore extends AdminController
if (isset($_FILES['attachment_file']) && is_uploaded_file($_FILES['attachment_file']['tmp_name']))
{
if ($_FILES['attachment_file']['size'] > (Configuration::get('PS_ATTACHMENT_MAXIMUM_SIZE') * 1024 * 1024))
$this->errors[] = $this->l('File too large, maximum size allowed:').' '.(Configuration::get('PS_ATTACHMENT_MAXIMUM_SIZE') * 1024).' '.$this->l('kB').'. '.$this->l('File size you\'re trying to upload is:').number_format(($_FILES['attachment_file']['size'] / 1024), 2, '.', '').$this->l('kB');
$this->errors[] = sprintf(
$this->l('File too large, maximum size allowed: %1$d kB. File size you\'re trying to upload is: %2$d kB.'),
(Configuration::get('PS_ATTACHMENT_MAXIMUM_SIZE') * 1024),
number_format(($_FILES['attachment_file']['size'] / 1024), 2, '.', '')
);
else
{
do $uniqid = sha1(microtime());
@@ -355,7 +359,11 @@ class AdminProductsControllerCore extends AdminController
$max_upload = (int)ini_get('upload_max_filesize');
$max_post = (int)ini_get('post_max_size');
$upload_mb = min($max_upload, $max_post);
$this->errors[] = $this->l('the File').' <b>'.$_FILES['attachment_file']['name'].'</b> '.$this->l('exceeds the size allowed by the server, this limit is set to').' <b>'.$upload_mb.$this->l('MB').'</b>';
$this->errors[] = sprintf(
$this->l('The File %1$s exceeds the size allowed by the server. The limit is set to %1$d MB.'),
'<b>'.$_FILES['attachment_file']['name'].'</b> ',
'<b>'.$upload_mb.'</b>'
);
}
else
$this->errors[] = Tools::displayError('File is missing');
@@ -1781,7 +1789,7 @@ class AdminProductsControllerCore extends AdminController
{
if (!Tools::getValue('virtual_product_expiration_date'))
{
$this->errors[] = $this->l('this field').' <b>'.$this->l('expiration date attribute').'</b> '.$this->l('is required');
$this->errors[] = Tools::displayError('This field expiration date attribute is required.');
return false;
}
}
+50 -29
View File
@@ -366,80 +366,101 @@ class AdminRequestSqlControllerCore extends AdminController
{
case 'checkedFrom':
if (isset($e[$key]['table']))
$this->errors[] = Tools::DisplayError($this->l('The Table').' "'.$e[$key]['table'].'" '.$this->l('doesn\'t exist.'));
$this->errors[] = sprintf(Tools::displayError('The Table "%s" doesn\'t exist.'), $e[$key]['table']);
else if (isset($e[$key]['attribut']))
$this->errors[] = Tools::DisplayError($this->l('The attribute').' "'.
$e[$key]['attribut'][0].'" '.$this->l('does not exist in the table:').$e[$key]['attribut'][1].'.');
$this->errors[] = sprintf(
Tools::displayError('The attribute "%1$s" does not exist in the table: %2$s.'),
$e[$key]['attribut'][0],
$e[$key]['attribut'][1]
);
else
$this->errors[] = Tools::DisplayError($this->l('Error'));
$this->errors[] = Tools::displayError('Error');
break;
case 'checkedSelect':
if (isset($e[$key]['table']))
$this->errors[] = Tools::DisplayError($this->l('The Table').' "'.$e[$key]['table'].'" '.$this->l('doesn\'t exist.'));
$this->errors[] = sprintf(Tools::displayError('The Table "%s" doesn\'t exist.'), $e[$key]['table']);
else if (isset($e[$key]['attribut']))
$this->errors[] = Tools::DisplayError($this->l('The attribute').' "'.
$e[$key]['attribut'][0].'" '.$this->l('does not exist in the table:').$e[$key]['attribut'][1].'.');
$this->errors[] = sprintf(
Tools::displayError('The attribute "%1$s" does not exist in the table: %2$s.'),
$e[$key]['attribut'][0],
$e[$key]['attribut'][1]
);
else if (isset($e[$key]['*']))
$this->errors[] = Tools::DisplayError($this->l('The operator "*" can be used in a nested query.'));
$this->errors[] = Tools::displayError('The operator "*" can be used in a nested query.');
else
$this->errors[] = Tools::DisplayError($this->l('Error'));
$this->errors[] = Tools::displayError('Error');
break;
case 'checkedWhere':
if (isset($e[$key]['operator']))
$this->errors[] = Tools::DisplayError($this->l('The operator').' "'.$e[$key]['operator'].'" '.$this->l('used is incorrect.'));
$this->errors[] = sprintf(Tools::displayError('The operator "%s" used is incorrect.'), $e[$key]['operator']);
else if (isset($e[$key]['attribut']))
$this->errors[] = Tools::DisplayError($this->l('The attribute').' "'.
$e[$key]['attribut'][0].'" '.$this->l('does not exist in the table:').$e[$key]['attribut'][1].'.');
$this->errors[] = sprintf(
Tools::displayError('The attribute "%1$s" does not exist in the table: %2$s.'),
$e[$key]['attribut'][0],
$e[$key]['attribut'][1]
);
else
$this->errors[] = Tools::DisplayError($this->l('Error'));
$this->errors[] = Tools::displayError('Error');
break;
case 'checkedHaving':
if (isset($e[$key]['operator']))
$this->errors[] = Tools::DisplayError($this->l('The operator').' "'.$e[$key]['operator'].'" '.$this->l('used is incorrect.'));
$this->errors[] = sprintf(Tools::displayError('The operator "%s" used is incorrect.'), $e[$key]['operator']);
else if (isset($e[$key]['attribut']))
$this->errors[] = Tools::DisplayError($this->l('The attribute').' "'.
$e[$key]['attribut'][0].'" '.$this->l('does not exist in the table:').$e[$key]['attribut'][1].'.');
$this->errors[] = sprintf(
Tools::displayError('The attribute "%1$s" does not exist in the table: %2$s.'),
$e[$key]['attribut'][0],
$e[$key]['attribut'][1]
);
else
$this->errors[] = Tools::DisplayError($this->l('Error'));
$this->errors[] = Tools::displayError('Error');
break;
case 'checkedOrder':
if (isset($e[$key]['attribut']))
$this->errors[] = Tools::DisplayError($this->l('The attribute').' "'.
$e[$key]['attribut'][0].'" '.$this->l('does not exist in the table:').$e[$key]['attribut'][1].'.');
$this->errors[] = sprintf(
Tools::displayError('The attribute "%1$s" does not exist in the table: %2$s.'),
$e[$key]['attribut'][0],
$e[$key]['attribut'][1]
);
else
$this->errors[] = Tools::DisplayError($this->l('Error'));
$this->errors[] = Tools::displayError('Error');
break;
case 'checkedGroupBy':
if (isset($e[$key]['attribut']))
$this->errors[] = Tools::DisplayError($this->l('The attribute').' "'.
$e[$key]['attribut'][0].'" '.$this->l('does not exist in the table:').$e[$key]['attribut'][1].'.');
$this->errors[] = sprintf(
Tools::displayError('The attribute "%1$s" does not exist in the table: %2$s.'),
$e[$key]['attribut'][0],
$e[$key]['attribut'][1]
);
else
$this->errors[] = Tools::DisplayError($this->l('Error'));
$this->errors[] = Tools::displayError('Error');
break;
case 'checkedLimit':
$this->errors[] = Tools::DisplayError($this->l('The LIMIT clause must contain numeric arguments.'));
$this->errors[] = Tools::displayError('The LIMIT clause must contain numeric arguments.');
break;
case 'returnNameTable':
if (isset($e[$key]['reference']))
$this->errors[] = Tools::DisplayError($this->l('The reference').'"'.
$e[$key]['reference'][0].'"'.$this->l('doesn\'t exist in:').$e[$key]['reference'][1]);
$this->errors[] = sprintf(
Tools::displayError('The reference "%1$s" does not exist in the table: %2$s.'),
$e[$key]['reference'][0],
$e[$key]['attribut'][1]
);
else
$this->errors[] = Tools::DisplayError($this->l('When multiple tables are used, each attribute must be referenced to a table.'));
$this->errors[] = Tools::displayError('When multiple tables are used, each attribute must be referenced to a table.');
break;
case 'testedRequired':
$this->errors[] = Tools::DisplayError($e[$key].' '.$this->l('doesn\'t exist.'));
$this->errors[] = sprintf(Tools::displayError('%s doesn\'t exist.'), $e[$key]);
break;
case 'testedUnauthorized':
$this->errors[] = Tools::DisplayError($e[$key].' '.$this->l('is a unauthorized keyword.'));
$this->errors[] = sprintf(Tools::displayError('is a unauthorized keyword.'), $e[$key]);
break;
}
}
+1 -1
View File
@@ -137,7 +137,7 @@ class AdminReturnControllerCore extends AdminController
$this->tpl_form_vars = array(
'customer' => new Customer($this->object->id_customer),
'url_customer' => 'index.php?tab=AdminCustomers&id_customer='.(int)$this->object->id_customer.'&viewcustomer&token='.Tools::getAdminToken('AdminCustomers'.(int)(Tab::getIdFromClassName('AdminCustomers')).(int)$this->context->employee->id),
'text_order' => $this->l('Order #').sprintf('%06d', $order->id).' '.$this->l('from').' '.Tools::displayDate($order->date_upd, $order->id_lang),
'text_order' => sprintf($this->l('Order #%1$d from %2$s'), $order->id, Tools::displayDate($order->date_upd, $order->id_lang)),
'url_order' => 'index.php?tab=AdminOrders&id_order='.(int)$order->id.'&vieworder&token='.Tools::getAdminToken('AdminOrders'.(int)Tab::getIdFromClassName('AdminOrders').(int)$this->context->employee->id),
'picture_folder' => _THEME_PROD_PIC_DIR_,
'type_file' => Product::CUSTOMIZE_FILE,
+5 -5
View File
@@ -198,9 +198,9 @@ class AdminScenesControllerCore extends AdminController
$image_to_map_desc = '';
$image_to_map_desc .= $this->l('Format:').' JPG, GIF, PNG. '.$this->l('File size:').' '
.(Tools::getMaxUploadSize() / 1024).''.$this->l('kB max.').' '
.$this->l('If larger than the image size setting, the image will be reduced to ')
.' '.$large_scene_image_type['width'].'x'.$large_scene_image_type['height'].'px '
.$this->l('(width x height). If smaller than the image-size setting, a white background will be added in order to achieve the correct image size.').'<br />'.
.sprintf($this->l('If larger than the image size setting, the image will be reduced to %1$d x %2$dpx (width x height).'),
$large_scene_image_type['width'], $large_scene_image_type['height'])
.$this->l('If smaller than the image-size setting, a white background will be added in order to achieve the correct image size.').'<br />'.
$this->l('Note: To change image dimensions, please change the \'large_scene\' image type settings to the desired size (in Back Office > Preferences > Images).');
if ($obj->id && file_exists(_PS_SCENE_IMG_DIR_.$obj->id.'-large_scene.jpg'))
{
@@ -228,8 +228,8 @@ class AdminScenesControllerCore extends AdminController
$img_alt_desc .= $this->l('If you want to use a thumbnail other than one generated from simply reducing the mapped image, please upload it here.')
.'<br />'.$this->l('Format:').' JPG, GIF, PNG. '
.$this->l('Filesize:').' '.(Tools::getMaxUploadSize() / 1024).''.$this->l('kB max.').' '
.$this->l('Automatically resized to')
.' '.$thumb_scene_image_type['width'].'x'.$thumb_scene_image_type['height'].'px '.$this->l('(width x height)').'.<br />'
.sprintf($this->l('Automatically resized to %1$d x %2$dpx (width x height).'),
$thumb_scene_image_type['width'], $thumb_scene_image_type['height']).'.<br />'
.$this->l('Note: To change image dimensions, please change the \'thumb_scene\' image type settings to the desired size (in Back Office > Preferences > Images).');
$input_img_alt = array(
+1 -1
View File
@@ -160,7 +160,7 @@ class AdminStoresControllerCore extends AdminController
'name' => 'name',
'size' => 33,
'required' => false,
'hint' => $this->l('Allowed characters: letters, spaces and').' (-)',
'hint' => sprintf($this->l('Allowed characters: letters, spaces and %s'), '().-'),
'desc' => $this->l('Store name (e.g. Citycentre Mall Store)')
),
array(
+1 -1
View File
@@ -131,7 +131,7 @@ class AdminTabsControllerCore extends AdminController
'type' => 'file',
'label' => $this->l('Icon:'),
'name' => 'icon',
'desc' => $this->l('Upload logo from your computer').' (.gif, .jpg, .jpeg '.$this->l('or').' .png)'
'desc' => $this->l('Upload logo from your computer (.gif, .jpg, .jpeg or .png).')
),
array(
'type' => 'radio',
@@ -300,7 +300,7 @@ class AdminTaxRulesGroupControllerCore extends AdminController
'label' => $this->l('No Tax')
)
),
'desc' => $this->l('(Total tax:').'9%)'
'desc' => sprintf($this->l('(Total tax: %s)'), '9%')
),
array(
'type' => 'text',
-1
View File
@@ -9,7 +9,6 @@ $_MODULE['<{bankwire}prestashop>bankwire_f05d09f37c9a02f0737c1e71142028a9'] = 'E
$_MODULE['<{bankwire}prestashop>bankwire_4402acab1c8f90dcf4a31dc96833bd86'] = 'No hay moneda asignada a este módulo';
$_MODULE['<{bankwire}prestashop>bankwire_bfa43217dfe8261ee7cb040339085677'] = 'se necesitan los detalles de la cuenta.';
$_MODULE['<{bankwire}prestashop>bankwire_ccab155f173ac76f79eb192703f86b18'] = 'Se necesita el propietario de la cuenta.';
$_MODULE['<{bankwire}prestashop>bankwire_444bcb3a3fcf8389296c49467f27e1d6'] = 'ok';
$_MODULE['<{bankwire}prestashop>bankwire_c888438d14855d7d96a2724ee9c306bd'] = 'configuración actualizada';
$_MODULE['<{bankwire}prestashop>bankwire_fcec4d73cccd149a2d18695fd8785f88'] = 'Este módulo permite aceptar pagos por trasferencia bancaria.';
$_MODULE['<{bankwire}prestashop>bankwire_b6af2d31afe71aedcceca73cc27fec29'] = 'si el cliente elije este modo de pago, el pedido cambiará su estado a \"pendiente de pago\".';
-1
View File
@@ -9,7 +9,6 @@ $_MODULE['<{bankwire}prestashop>bankwire_f05d09f37c9a02f0737c1e71142028a9'] = 'L
$_MODULE['<{bankwire}prestashop>bankwire_4402acab1c8f90dcf4a31dc96833bd86'] = 'Aucune devise disponible pour ce module';
$_MODULE['<{bankwire}prestashop>bankwire_bfa43217dfe8261ee7cb040339085677'] = 'Les détails du compte sont requis.';
$_MODULE['<{bankwire}prestashop>bankwire_ccab155f173ac76f79eb192703f86b18'] = 'Le titulaire du compte est requis.';
$_MODULE['<{bankwire}prestashop>bankwire_444bcb3a3fcf8389296c49467f27e1d6'] = 'ok';
$_MODULE['<{bankwire}prestashop>bankwire_c888438d14855d7d96a2724ee9c306bd'] = 'Mise à jour réussie';
$_MODULE['<{bankwire}prestashop>bankwire_fcec4d73cccd149a2d18695fd8785f88'] = 'Ce module vous permet d\'accepter les paiements par virement bancaire.';
$_MODULE['<{bankwire}prestashop>bankwire_b6af2d31afe71aedcceca73cc27fec29'] = 'Si le client choisit ce mode de paiement, la commande passera à l\'état \"Paiement en attente\".';
@@ -9,7 +9,6 @@ $_MODULE['<{blockbestsellers}prestashop>blockbestsellers-home_eae99cd6a931f35531
$_MODULE['<{blockbestsellers}prestashop>blockbestsellers-home_f7be84d6809317a6eb0ff3823a936800'] = 'No hay productos más vendidos en este momento';
$_MODULE['<{blockbestsellers}prestashop>blockbestsellers_6232eaff79c9ccb6c1a66e5a75a212d5'] = 'Bloque de mejores ventas';
$_MODULE['<{blockbestsellers}prestashop>blockbestsellers_95d17a0a1b5ea2de13a3565ed400ebbb'] = 'Añadir un bloque para mostrar las mejores ventas de la tienda';
$_MODULE['<{blockbestsellers}prestashop>blockbestsellers_f4d1ea475eaa85102e2b4e6d95da84bd'] = 'Confirmación';
$_MODULE['<{blockbestsellers}prestashop>blockbestsellers_c888438d14855d7d96a2724ee9c306bd'] = 'Actualización parámetros';
$_MODULE['<{blockbestsellers}prestashop>blockbestsellers_f4f70727dc34561dfde1a3c529b6205c'] = 'Parámetros';
$_MODULE['<{blockbestsellers}prestashop>blockbestsellers_530c88f8210e022b39128e3f0409bbcf'] = 'Mostrar siempre este bloque';
@@ -9,7 +9,6 @@ $_MODULE['<{blockbestsellers}prestashop>blockbestsellers-home_eae99cd6a931f35531
$_MODULE['<{blockbestsellers}prestashop>blockbestsellers-home_f7be84d6809317a6eb0ff3823a936800'] = 'Pas encore de meilleure vente';
$_MODULE['<{blockbestsellers}prestashop>blockbestsellers_6232eaff79c9ccb6c1a66e5a75a212d5'] = 'Bloc meilleures ventes';
$_MODULE['<{blockbestsellers}prestashop>blockbestsellers_95d17a0a1b5ea2de13a3565ed400ebbb'] = 'Ajoute un bloc qui affiche les meilleures ventes de la boutique';
$_MODULE['<{blockbestsellers}prestashop>blockbestsellers_f4d1ea475eaa85102e2b4e6d95da84bd'] = 'Confirmation';
$_MODULE['<{blockbestsellers}prestashop>blockbestsellers_c888438d14855d7d96a2724ee9c306bd'] = 'Paramètres mis à jour';
$_MODULE['<{blockbestsellers}prestashop>blockbestsellers_f4f70727dc34561dfde1a3c529b6205c'] = 'Paramètres';
$_MODULE['<{blockbestsellers}prestashop>blockbestsellers_530c88f8210e022b39128e3f0409bbcf'] = 'Toujours afficher ce bloc';
-1
View File
@@ -5,7 +5,6 @@ $_MODULE = array();
$_MODULE['<{blockcart}prestashop>blockcart_c2e1362a9710a3dd86f937c2ea1f336d'] = 'Carrito';
$_MODULE['<{blockcart}prestashop>blockcart_e03093a5753b436ee1de63b6e3e1bd02'] = 'Añadir un bloque que contenga el carrito de compra del cliente';
$_MODULE['<{blockcart}prestashop>blockcart_eb4ae207521bbe6403f7fe9564d38cda'] = 'Ajax: opción incorrecta.';
$_MODULE['<{blockcart}prestashop>blockcart_f4d1ea475eaa85102e2b4e6d95da84bd'] = 'Confirmación';
$_MODULE['<{blockcart}prestashop>blockcart_c888438d14855d7d96a2724ee9c306bd'] = 'Configuración actualizada';
$_MODULE['<{blockcart}prestashop>blockcart_f4f70727dc34561dfde1a3c529b6205c'] = 'Configuración';
$_MODULE['<{blockcart}prestashop>blockcart_614a8820aa4ac08ce2ee398a41b10778'] = 'Carrito Ajax';
-1
View File
@@ -5,7 +5,6 @@ $_MODULE = array();
$_MODULE['<{blockcart}prestashop>blockcart_c2e1362a9710a3dd86f937c2ea1f336d'] = 'Bloc panier';
$_MODULE['<{blockcart}prestashop>blockcart_e03093a5753b436ee1de63b6e3e1bd02'] = 'Ajoute un bloc avec le contenu du panier du client';
$_MODULE['<{blockcart}prestashop>blockcart_eb4ae207521bbe6403f7fe9564d38cda'] = 'Ajax : choix non valable.';
$_MODULE['<{blockcart}prestashop>blockcart_f4d1ea475eaa85102e2b4e6d95da84bd'] = 'Confirmation';
$_MODULE['<{blockcart}prestashop>blockcart_c888438d14855d7d96a2724ee9c306bd'] = 'Paramètres mis à jour';
$_MODULE['<{blockcart}prestashop>blockcart_f4f70727dc34561dfde1a3c529b6205c'] = 'Paramètres';
$_MODULE['<{blockcart}prestashop>blockcart_614a8820aa4ac08ce2ee398a41b10778'] = 'Panier Ajax';
@@ -6,7 +6,6 @@ $_MODULE['<{blockcategories}prestashop>blockcategories_8f0ed7c57fca428f7e3f8e64d
$_MODULE['<{blockcategories}prestashop>blockcategories_15a6f5841d9e4d7e62bec3319b4b7036'] = 'Añdir un bloque que ofrezca categorías de productos';
$_MODULE['<{blockcategories}prestashop>blockcategories_23e0d4ecc25de9b2777fdaca3e2f3193'] = 'Nivel máximo: Número incorrecto';
$_MODULE['<{blockcategories}prestashop>blockcategories_0cf328636f0d607ac24a5c435866b94b'] = 'HTML dinámico: opción no válida';
$_MODULE['<{blockcategories}prestashop>blockcategories_f4d1ea475eaa85102e2b4e6d95da84bd'] = 'Confirmación';
$_MODULE['<{blockcategories}prestashop>blockcategories_c888438d14855d7d96a2724ee9c306bd'] = 'Configuración actualizada';
$_MODULE['<{blockcategories}prestashop>blockcategories_f4f70727dc34561dfde1a3c529b6205c'] = 'Configuración';
$_MODULE['<{blockcategories}prestashop>blockcategories_19561e33450d1d3dfe6af08df5710dd0'] = 'Nivel máximo';
@@ -6,7 +6,6 @@ $_MODULE['<{blockcategories}prestashop>blockcategories_8f0ed7c57fca428f7e3f8e64d
$_MODULE['<{blockcategories}prestashop>blockcategories_15a6f5841d9e4d7e62bec3319b4b7036'] = 'Ajoute un bloc proposant une navigation au sein de vos catégories de produits';
$_MODULE['<{blockcategories}prestashop>blockcategories_23e0d4ecc25de9b2777fdaca3e2f3193'] = 'Profondeur maximum : nombre invalide';
$_MODULE['<{blockcategories}prestashop>blockcategories_0cf328636f0d607ac24a5c435866b94b'] = 'Dynamic HTML : choix invalide';
$_MODULE['<{blockcategories}prestashop>blockcategories_f4d1ea475eaa85102e2b4e6d95da84bd'] = 'Confirmation';
$_MODULE['<{blockcategories}prestashop>blockcategories_c888438d14855d7d96a2724ee9c306bd'] = 'Paramètres mis à jour';
$_MODULE['<{blockcategories}prestashop>blockcategories_f4f70727dc34561dfde1a3c529b6205c'] = 'Paramètres';
$_MODULE['<{blockcategories}prestashop>blockcategories_19561e33450d1d3dfe6af08df5710dd0'] = 'Profondeur maximum';
+4 -26
View File
@@ -4,39 +4,20 @@ global $_MODULE;
$_MODULE = array();
$_MODULE['<{blockcms}prestashop>blockcms_cd275312651aebf8cbbb8d3bb1c086ae'] = 'Bloque CMS';
$_MODULE['<{blockcms}prestashop>blockcms_cdca12007979fc49008fd125cdb775fc'] = 'Añadir un bloque con varios links hacia sus CMS';
$_MODULE['<{blockcms}prestashop>blockcms_ea4788705e6873b424c65e91c2846b19'] = 'Volver';
$_MODULE['<{blockcms}prestashop>blockcms_c9cc8cce247e49bae79f15173ce97354'] = 'Guardar';
$_MODULE['<{blockcms}prestashop>blockcms_97390dd0b5ba7867120aee2ff22bfa38'] = 'Configuración de los bloques CMS';
$_MODULE['<{blockcms}prestashop>blockcms_1cd127158cfd245511751206f4b3c6f0'] = 'Añadir un nuevo bloque CMS';
$_MODULE['<{blockcms}prestashop>blockcms_6e1ea63625a85f6d2d9ecbfb79586351'] = 'Lista de los bloques CMS de izquierda';
$_MODULE['<{blockcms}prestashop>blockcms_b718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_MODULE['<{blockcms}prestashop>blockcms_aae551ce0c29dfe39b0ff20139abdef3'] = 'Nombre del bloque';
$_MODULE['<{blockcms}prestashop>blockcms_99121ab27aaa7472cfada9071c5ba434'] = 'Nombre de la categoría CMS';
$_MODULE['<{blockcms}prestashop>blockcms_52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Posición';
$_MODULE['<{blockcms}prestashop>blockcms_06df33001c1d7187fdd81ea1f5b277aa'] = 'Acciones ';
$_MODULE['<{blockcms}prestashop>blockcms_08a38277b0309070706f6652eeae9a53'] = 'Bajar';
$_MODULE['<{blockcms}prestashop>blockcms_258f49887ef8d14ac268c92b02503aaa'] = 'Subir';
$_MODULE['<{blockcms}prestashop>blockcms_7dce122004969d56ae2e0245cb754d35'] = 'Editar';
$_MODULE['<{blockcms}prestashop>blockcms_f2a6c498fb90ee345d997f888fce3b18'] = 'Borrar';
$_MODULE['<{blockcms}prestashop>blockcms_8f08c1af47e3e9611289c1882befc3a8'] = 'No existe ningún bloque CMS';
$_MODULE['<{blockcms}prestashop>blockcms_0a40c06f34e5c794a7f0d3085d17d63a'] = 'Lista de los bloques CMS de la derecha';
$_MODULE['<{blockcms}prestashop>blockcms_965be994da393e5aa15bd3a2444c6ccf'] = 'Configuración de los links CMS a pie de página';
$_MODULE['<{blockcms}prestashop>blockcms_32c532e462a1f85b1b103ed9989a1aba'] = 'Mostrar \"Creado por PrestaShop\"';
$_MODULE['<{blockcms}prestashop>blockcms_fab8ca8250236ed20b96f9750e1eacc7'] = 'Mostrar links a pie de página';
$_MODULE['<{blockcms}prestashop>blockcms_49ee3087348e8d44e1feda1917443987'] = 'Nombre';
$_MODULE['<{blockcms}prestashop>blockcms_c9cc8cce247e49bae79f15173ce97354'] = 'Guardar';
$_MODULE['<{blockcms}prestashop>blockcms_5aa1602194579edb6f91d7dd53eadb32'] = 'Nuevo bloque CMS';
$_MODULE['<{blockcms}prestashop>blockcms_be58fccb15fb119b8c3d485e3a8561c4'] = 'Configuración del bloque CMS';
$_MODULE['<{blockcms}prestashop>blockcms_e83c1afa1d3dbe19fa9becebb5ca8480'] = 'Editar el bloque CMS';
$_MODULE['<{blockcms}prestashop>blockcms_7d9a9a0187e212cb7fd126afb8704bd1'] = 'Nombre del bloque:';
$_MODULE['<{blockcms}prestashop>blockcms_5aa1602194579edb6f91d7dd53eadb32'] = 'Nuevo bloque CMS';
$_MODULE['<{blockcms}prestashop>blockcms_bdbaef442c586e1bbecb44eba1ba7e2d'] = 'Si deja el campo vacío, el nombre será el mismo que el de la categoría';
$_MODULE['<{blockcms}prestashop>blockcms_7310626b183e1bcfcc61b844e8ea3c5c'] = 'Elija una categoría CMS:';
$_MODULE['<{blockcms}prestashop>blockcms_be9469719aa6efa2fc3bd5768bc406d7'] = 'Ubicación';
$_MODULE['<{blockcms}prestashop>blockcms_945d5e233cf7d6240f6b783b36a374ff'] = 'Izquierda';
$_MODULE['<{blockcms}prestashop>blockcms_92b09c7c48c520c3c55e497875da437c'] = 'Derecha';
$_MODULE['<{blockcms}prestashop>blockcms_1acef6bfa7dc3360eed6bf44851fa6a4'] = 'Mostrar tiendas:';
$_MODULE['<{blockcms}prestashop>blockcms_93cba07454f06a4a960172bbd6e2a435'] = 'Sí';
$_MODULE['<{blockcms}prestashop>blockcms_bafd7322c6e97d25b6299b5d6fe8920b'] = 'No';
$_MODULE['<{blockcms}prestashop>blockcms_08f3899ad165f85f8596199966b8c673'] = 'Mostrar \"nuestras tiendas\" al final del bloque';
$_MODULE['<{blockcms}prestashop>blockcms_ea4788705e6873b424c65e91c2846b19'] = 'Volver';
$_MODULE['<{blockcms}prestashop>blockcms_f7df0009efd65cec8e54cf4ef30abf5e'] = 'Campo \"Mostrar la tienda\" no válido';
$_MODULE['<{blockcms}prestashop>blockcms_903d12e7aa8c380c290b78c1898e01b7'] = 'Ubicación no válida';
$_MODULE['<{blockcms}prestashop>blockcms_92fc29650a0f9dd3fca4e5de1845f78b'] = 'Debe elegir al menos una página o subcategoría para crear un bloque CMS';
$_MODULE['<{blockcms}prestashop>blockcms_5e75cbfbfd02a7b2fab0ed21505e811b'] = 'Página CMS o subcategoría no válidos';
@@ -44,12 +25,9 @@ $_MODULE['<{blockcms}prestashop>blockcms_420d575844f77db5299065080d9c237f'] = 'N
$_MODULE['<{blockcms}prestashop>blockcms_ede67d50014846cb8bb1b00d5fde77be'] = ' id_cms_block no válido';
$_MODULE['<{blockcms}prestashop>blockcms_05b51791a83d3cef29ad68b70d48d131'] = 'Activación footer no válida';
$_MODULE['<{blockcms}prestashop>blockcms_5dab5acc3c6a2a7e87e8d8926a2c763e'] = 'Está tratando de suprimir un bloque cms que no existe';
$_MODULE['<{blockcms}prestashop>blockcms_138218281781fd0d938a140892d7386c'] = 'Edición de links CMS a pie de página con éxito';
$_MODULE['<{blockcms}prestashop>blockcms_ddd7d8a072783afaf23e5e6843398fc9'] = 'El bloque CMS se ha editado con éxito';
$_MODULE['<{blockcms}prestashop>blockcms_31a22821c66edf7e3aa33ef1c8109f4c'] = 'Se ha editado con éxito';
$_MODULE['<{blockcms}prestashop>blockcms_87a2663d841b78f01c27c0edb4f50b76'] = 'Se ha suprimido con éxito';
$_MODULE['<{blockcms}prestashop>blockcms_be58fccb15fb119b8c3d485e3a8561c4'] = 'Configuración del bloque CMS';
$_MODULE['<{blockcms}prestashop>blockcms_78edb384f1a71576034e00ed6844bcc2'] = 'No hay ningún CMS en esta categoría CMS';
$_MODULE['<{blockcms}prestashop>blockcms_34c869c542dee932ef8cd96d2f91cae6'] = 'Nuestras tiendas';
$_MODULE['<{blockcms}prestashop>blockcms_d1aa22a3126f04664e0fe3f598994014'] = 'Descuentos';
$_MODULE['<{blockcms}prestashop>blockcms_9ff0635f5737513b1a6f559ac2bff745'] = 'Nuevos productos';
+1 -1
View File
@@ -4,7 +4,6 @@ global $_MODULE;
$_MODULE = array();
$_MODULE['<{blocklayered}prestashop>blocklayered_84241e458cdd5162745500a59a3680f3'] = 'Bloque navegación por facetas';
$_MODULE['<{blocklayered}prestashop>blocklayered_2d08fa8e157fe3f1875402cbd98aee1b'] = 'Muestra un bloque con los filtros de la navegación por facetas';
$_MODULE['<{blocklayered}prestashop>blocklayered_af1b98adf7f686b84cd0b443e022b7a0'] = 'Categorías';
$_MODULE['<{blocklayered}prestashop>blocklayered_817c37b9c1f5cd4a450dad384e63e6c7'] = 'Su filtro';
$_MODULE['<{blocklayered}prestashop>blocklayered_3185cefd67b575e582063148e4f15860'] = 'se ha actualizado correctamente.';
$_MODULE['<{blocklayered}prestashop>blocklayered_7ccab4d8de5d6b9bb61e99c7bba343ab'] = 'se ha añadido correctamente.';
@@ -14,6 +13,7 @@ $_MODULE['<{blocklayered}prestashop>blocklayered_491f46aa6101560e9f1e0d55a063231
$_MODULE['<{blocklayered}prestashop>blocklayered_09da2b6f1217055bb22caa6ea08d9b80'] = 'Capas de navegación';
$_MODULE['<{blocklayered}prestashop>blocklayered_a2654ab6d514d63a3be2a4d6ea6b39df'] = 'Plantillas de los filtros existentes';
$_MODULE['<{blocklayered}prestashop>blocklayered_d4041fbb1580b68012b82fee850014a2'] = 'las plantillas de filtros están configuradas:';
$_MODULE['<{blocklayered}prestashop>blocklayered_af1b98adf7f686b84cd0b443e022b7a0'] = 'Categorías';
$_MODULE['<{blocklayered}prestashop>blocklayered_7dce122004969d56ae2e0245cb754d35'] = 'Editar';
$_MODULE['<{blocklayered}prestashop>blocklayered_d180b4e0681bba834c76b479590e1c1e'] = 'Eliminar plantilla de filtro #';
$_MODULE['<{blocklayered}prestashop>blocklayered_d1457b72c3fb323a2671125aef3eab5d'] = '?';
-3
View File
@@ -9,8 +9,6 @@ $_MODULE['<{blocklink}prestashop>blocklink_fe3f38c46c80813d94b6775299e59f13'] =
$_MODULE['<{blocklink}prestashop>blocklink_9394bb34611399534ffac4f0ece96b7f'] = 'URL incorrecta';
$_MODULE['<{blocklink}prestashop>blocklink_3da9d5745155a430aac6d7de3b6de0c8'] = 'En enlace se ha añadido con éxito';
$_MODULE['<{blocklink}prestashop>blocklink_898536ebd630aa3a9844e9cd9d1ebb9b'] = 'Se ha producido un error durante el proceso de creación del enlace';
$_MODULE['<{blocklink}prestashop>blocklink_ce9beec1b47458523d46274adfd2acee'] = 'Se ha producido un error durante el proceso de actualización del enlace';
$_MODULE['<{blocklink}prestashop>blocklink_7a7e3a8d8aefcb1d31b4fdfa1bdf9ee4'] = 'El enlace se ha actualizado con éxito';
$_MODULE['<{blocklink}prestashop>blocklink_b18032737875f7947443c98824103a1f'] = 'El campo \"título\" no puede estar vacío';
$_MODULE['<{blocklink}prestashop>blocklink_43b38b9a2fe65059bed320bd284047e3'] = 'El campo \"título\" es incorrecto';
$_MODULE['<{blocklink}prestashop>blocklink_eb74914f2759760be5c0a48f699f8541'] = 'Se ha producido un error durante la actualización del título';
@@ -24,7 +22,6 @@ $_MODULE['<{blocklink}prestashop>blocklink_ed2fc2838f7edb7607dd1cd19f3a82e0'] =
$_MODULE['<{blocklink}prestashop>blocklink_3b3d06023f6353f8fd05f859b298573e'] = 'URL:';
$_MODULE['<{blocklink}prestashop>blocklink_1f3674ab0d54a38327e8e4a0d97788d4'] = 'Abrir en una nueva ventana:';
$_MODULE['<{blocklink}prestashop>blocklink_7f3ee1818e42cfd668e361d89b8595fb'] = 'A~ãdir este enlace';
$_MODULE['<{blocklink}prestashop>blocklink_27a5ff9957ea16466ef085b53381e26a'] = 'Editar este enlace';
$_MODULE['<{blocklink}prestashop>blocklink_b22c8f9ad7db023c548c3b8e846cb169'] = 'Título del bloque';
$_MODULE['<{blocklink}prestashop>blocklink_2c906769e7f8b03cc1fedce4e24a20c2'] = 'Título del bloque:';
$_MODULE['<{blocklink}prestashop>blocklink_67c94c1cba852f2d13eed115c938baf6'] = 'URL del bloque:';
@@ -6,7 +6,6 @@ $_MODULE['<{blocknewproducts}prestashop>blocknewproducts_f7c34fc4a48bc683445c1e7
$_MODULE['<{blocknewproducts}prestashop>blocknewproducts_cc68052332d758d991b64087c6e4352e'] = 'Mostrar el bloque con los nuevos productos añadidos';
$_MODULE['<{blocknewproducts}prestashop>blocknewproducts_57af4b7e82ba04c42eb3ac111310a505'] = 'Debe rellenar el campo \"productos mostrados\"';
$_MODULE['<{blocknewproducts}prestashop>blocknewproducts_73293a024e644165e9bf48f270af63a0'] = 'Número incorrecto';
$_MODULE['<{blocknewproducts}prestashop>blocknewproducts_f4d1ea475eaa85102e2b4e6d95da84bd'] = 'Confirmación';
$_MODULE['<{blocknewproducts}prestashop>blocknewproducts_c888438d14855d7d96a2724ee9c306bd'] = 'Configuración actualizada';
$_MODULE['<{blocknewproducts}prestashop>blocknewproducts_f4f70727dc34561dfde1a3c529b6205c'] = 'Configuración';
$_MODULE['<{blocknewproducts}prestashop>blocknewproducts_e451e6943bb539d1bd804d2ede6474b5'] = 'Productos mostrados';
@@ -6,7 +6,6 @@ $_MODULE['<{blocknewproducts}prestashop>blocknewproducts_f7c34fc4a48bc683445c1e7
$_MODULE['<{blocknewproducts}prestashop>blocknewproducts_cc68052332d758d991b64087c6e4352e'] = 'Ajoute un bloc proposant les derniers produits ajoutés.';
$_MODULE['<{blocknewproducts}prestashop>blocknewproducts_57af4b7e82ba04c42eb3ac111310a505'] = 'Vous devez remplir le champ \"produit affiché\".';
$_MODULE['<{blocknewproducts}prestashop>blocknewproducts_73293a024e644165e9bf48f270af63a0'] = 'Nombre non valable.';
$_MODULE['<{blocknewproducts}prestashop>blocknewproducts_f4d1ea475eaa85102e2b4e6d95da84bd'] = 'Confirmation';
$_MODULE['<{blocknewproducts}prestashop>blocknewproducts_c888438d14855d7d96a2724ee9c306bd'] = 'Paramètres mis à jour';
$_MODULE['<{blocknewproducts}prestashop>blocknewproducts_f4f70727dc34561dfde1a3c529b6205c'] = 'Paramètres';
$_MODULE['<{blocknewproducts}prestashop>blocknewproducts_e451e6943bb539d1bd804d2ede6474b5'] = 'Produits affichés';
@@ -26,7 +26,6 @@ $_MODULE['<{blocknewsletter}prestashop>blocknewsletter_b2485e09e6a72c45d35286d3f
$_MODULE['<{blocknewsletter}prestashop>blocknewsletter_ed3cd7b3cc134222fa70602921ec27e1'] = 'Votre inscription a bien été prise en compte';
$_MODULE['<{blocknewsletter}prestashop>blocknewsletter_9e1f0c4c3f90d775eafbb0854ec63808'] = 'E-mail déjà enregistré ou non valable';
$_MODULE['<{blocknewsletter}prestashop>blocknewsletter_4e1c51e233f1ed368c58db9ef09010ba'] = 'Merci de vous être inscrit à notre newsletter.';
$_MODULE['<{blocknewsletter}prestashop>blockmobilenewsletter_416f61a2ce16586f8289d41117a2554e'] = 'votre e-mail';
$_MODULE['<{blocknewsletter}prestashop>blocknewsletter_ffb7e666a70151215b4c55c6268d7d72'] = 'Newsletter';
$_MODULE['<{blocknewsletter}prestashop>blocknewsletter_416f61a2ce16586f8289d41117a2554e'] = 'votre e-mail';
$_MODULE['<{blocknewsletter}prestashop>blocknewsletter_b26917587d98330d93f87808fc9d7267'] = 'Inscription';
@@ -4,7 +4,6 @@ global $_MODULE;
$_MODULE = array();
$_MODULE['<{blockspecials}prestashop>blockspecials_c19ed4ea98cbf319735f6d09bde6c757'] = 'Bloque promociones especiales';
$_MODULE['<{blockspecials}prestashop>blockspecials_c2fb79a6eca86e519f938a1ef15c3e69'] = 'Añadir un bloque con promociones especiales';
$_MODULE['<{blockspecials}prestashop>blockspecials_f4d1ea475eaa85102e2b4e6d95da84bd'] = 'Confirmación';
$_MODULE['<{blockspecials}prestashop>blockspecials_c888438d14855d7d96a2724ee9c306bd'] = 'Parámetros actualizados';
$_MODULE['<{blockspecials}prestashop>blockspecials_f4f70727dc34561dfde1a3c529b6205c'] = 'Parámetros ';
$_MODULE['<{blockspecials}prestashop>blockspecials_530c88f8210e022b39128e3f0409bbcf'] = 'Mostrar este bloque siempre';
@@ -4,7 +4,6 @@ global $_MODULE;
$_MODULE = array();
$_MODULE['<{blockspecials}prestashop>blockspecials_c19ed4ea98cbf319735f6d09bde6c757'] = 'Bloc promotions';
$_MODULE['<{blockspecials}prestashop>blockspecials_c2fb79a6eca86e519f938a1ef15c3e69'] = 'Ajoute un bloc proposant les produits en promotion actuellement';
$_MODULE['<{blockspecials}prestashop>blockspecials_f4d1ea475eaa85102e2b4e6d95da84bd'] = 'Confirmation';
$_MODULE['<{blockspecials}prestashop>blockspecials_c888438d14855d7d96a2724ee9c306bd'] = 'Paramètres mis à jour';
$_MODULE['<{blockspecials}prestashop>blockspecials_f4f70727dc34561dfde1a3c529b6205c'] = 'Paramètres';
$_MODULE['<{blockspecials}prestashop>blockspecials_530c88f8210e022b39128e3f0409bbcf'] = 'Toujours afficher ce bloc';
-1
View File
@@ -6,7 +6,6 @@ $_MODULE['<{blocktags}prestashop>blocktags_f2568a62d4ac8d1d5b532556379772ba'] =
$_MODULE['<{blocktags}prestashop>blocktags_a332910d45d955dad6c84817fe478e95'] = 'Añadir un bloque que contenga una nube de etiquetas';
$_MODULE['<{blocktags}prestashop>blocktags_4c1ef2cab0e711084a14f3d367a13c54'] = 'Debe completar el campo \"tags mostrados\"';
$_MODULE['<{blocktags}prestashop>blocktags_73293a024e644165e9bf48f270af63a0'] = 'Número no válido';
$_MODULE['<{blocktags}prestashop>blocktags_f4d1ea475eaa85102e2b4e6d95da84bd'] = 'Confirmar';
$_MODULE['<{blocktags}prestashop>blocktags_c888438d14855d7d96a2724ee9c306bd'] = 'Parámetros actualizados';
$_MODULE['<{blocktags}prestashop>blocktags_f4f70727dc34561dfde1a3c529b6205c'] = 'Parámetros';
$_MODULE['<{blocktags}prestashop>blocktags_a2701a006c71c9097d80ea1ddaea8fa9'] = 'Etiquetas mostradas';
-1
View File
@@ -6,7 +6,6 @@ $_MODULE['<{blocktags}prestashop>blocktags_f2568a62d4ac8d1d5b532556379772ba'] =
$_MODULE['<{blocktags}prestashop>blocktags_a332910d45d955dad6c84817fe478e95'] = 'Ajoute un bloc contenant les tags et un lien vers la recherche correspondante';
$_MODULE['<{blocktags}prestashop>blocktags_4c1ef2cab0e711084a14f3d367a13c54'] = 'Vous devez remplir le champs \"tags affichés\".';
$_MODULE['<{blocktags}prestashop>blocktags_73293a024e644165e9bf48f270af63a0'] = 'Nombre non valable.';
$_MODULE['<{blocktags}prestashop>blocktags_f4d1ea475eaa85102e2b4e6d95da84bd'] = 'Confirmation';
$_MODULE['<{blocktags}prestashop>blocktags_c888438d14855d7d96a2724ee9c306bd'] = 'Paramètres mis à jour';
$_MODULE['<{blocktags}prestashop>blocktags_f4f70727dc34561dfde1a3c529b6205c'] = 'Paramètres';
$_MODULE['<{blocktags}prestashop>blocktags_a2701a006c71c9097d80ea1ddaea8fa9'] = 'Tags affichés';
+4 -4
View File
@@ -4,13 +4,13 @@ global $_MODULE;
$_MODULE = array();
$_MODULE['<{blockuserinfo}prestashop>blockuserinfo_a2e9cd952cda8ba167e62b25a496c6c1'] = 'Bloque de información personal';
$_MODULE['<{blockuserinfo}prestashop>blockuserinfo_970a31aa19d205f92ccfd1913ca04dc0'] = 'Añadir un bloque para mostrar información acerca del cliente';
$_MODULE['<{blockuserinfo}prestashop>blockuserinfo_83218ac34c1834c26781fe4bde918ee4'] = 'Bienvenido';
$_MODULE['<{blockuserinfo}prestashop>blockuserinfo_4b877ba8588b19f1b278510bf2b57ebb'] = 'Cerrer sesión';
$_MODULE['<{blockuserinfo}prestashop>blockuserinfo_4394c8d8e63c470de62ced3ae85de5ae'] = 'Salir';
$_MODULE['<{blockuserinfo}prestashop>blockuserinfo_bffe9a3c9a7e00ba00a11749e022d911'] = 'Entrar';
$_MODULE['<{blockuserinfo}prestashop>blockuserinfo_12641546686fe11aaeb3b3c43a18c1b3'] = 'Su carrito de la compra';
$_MODULE['<{blockuserinfo}prestashop>blockuserinfo_7fc68677a16caa0f02826182468617e6'] = 'Carrito:';
$_MODULE['<{blockuserinfo}prestashop>blockuserinfo_f5bf48aa40cad7891eb709fcf1fde128'] = 'producto';
$_MODULE['<{blockuserinfo}prestashop>blockuserinfo_86024cad1e83101d97359d7351051156'] = 'productos';
$_MODULE['<{blockuserinfo}prestashop>blockuserinfo_9e65b51e82f2a9b9f72ebe3e083582bb'] = 'vacío';
$_MODULE['<{blockuserinfo}prestashop>blockuserinfo_a0623b78a5f2cfe415d9dbbd4428ea40'] = 'Su cuenta';
$_MODULE['<{blockuserinfo}prestashop>blockuserinfo_83218ac34c1834c26781fe4bde918ee4'] = 'Bienvenido';
$_MODULE['<{blockuserinfo}prestashop>blockuserinfo_4b877ba8588b19f1b278510bf2b57ebb'] = 'Cerrer sesión';
$_MODULE['<{blockuserinfo}prestashop>blockuserinfo_4394c8d8e63c470de62ced3ae85de5ae'] = 'Salir';
$_MODULE['<{blockuserinfo}prestashop>blockuserinfo_bffe9a3c9a7e00ba00a11749e022d911'] = 'Entrar';
-1
View File
@@ -6,7 +6,6 @@ $_MODULE['<{blockviewed}prestashop>blockviewed_859e85774d372c6084d62d02324a1cc3'
$_MODULE['<{blockviewed}prestashop>blockviewed_fad87bb9a90d9e42854af13633aac252'] = 'Añadir un bloque para mostrar los últimos productos vistos';
$_MODULE['<{blockviewed}prestashop>blockviewed_2e57399079951d84b435700493b8a8c1'] = 'Debe rellenar el campo\'Productos mostrados';
$_MODULE['<{blockviewed}prestashop>blockviewed_73293a024e644165e9bf48f270af63a0'] = 'Número no válido.';
$_MODULE['<{blockviewed}prestashop>blockviewed_f4d1ea475eaa85102e2b4e6d95da84bd'] = 'Confirmación';
$_MODULE['<{blockviewed}prestashop>blockviewed_c888438d14855d7d96a2724ee9c306bd'] = 'Configuración actualizada';
$_MODULE['<{blockviewed}prestashop>blockviewed_f4f70727dc34561dfde1a3c529b6205c'] = 'Configuración';
$_MODULE['<{blockviewed}prestashop>blockviewed_e451e6943bb539d1bd804d2ede6474b5'] = 'Productos mostrados';
-1
View File
@@ -6,7 +6,6 @@ $_MODULE['<{blockviewed}prestashop>blockviewed_859e85774d372c6084d62d02324a1cc3'
$_MODULE['<{blockviewed}prestashop>blockviewed_fad87bb9a90d9e42854af13633aac252'] = 'Ajoute un bloc proposant les derniers produits vus par le client.';
$_MODULE['<{blockviewed}prestashop>blockviewed_2e57399079951d84b435700493b8a8c1'] = 'Champ \"Produits vus\" obligatoire.';
$_MODULE['<{blockviewed}prestashop>blockviewed_73293a024e644165e9bf48f270af63a0'] = 'Nombre non valable.';
$_MODULE['<{blockviewed}prestashop>blockviewed_f4d1ea475eaa85102e2b4e6d95da84bd'] = 'Confirmation';
$_MODULE['<{blockviewed}prestashop>blockviewed_c888438d14855d7d96a2724ee9c306bd'] = 'Configuration mise à jour';
$_MODULE['<{blockviewed}prestashop>blockviewed_f4f70727dc34561dfde1a3c529b6205c'] = 'Configuration';
$_MODULE['<{blockviewed}prestashop>blockviewed_e451e6943bb539d1bd804d2ede6474b5'] = 'Nombre de produits affichés';
@@ -12,7 +12,6 @@ $_MODULE['<{blockwishlist}prestashop>blockwishlist_2715a65604e1af3d6933b61704865
$_MODULE['<{blockwishlist}prestashop>blockwishlist_7244141a5de030c4c882556f4fd70a8b'] = 'Añadir un bloque que contenga la wishlist de los clientes';
$_MODULE['<{blockwishlist}prestashop>blockwishlist_9ae79c1fccd231ac7fbbf3235dbf6326'] = 'Mi wishlist';
$_MODULE['<{blockwishlist}prestashop>blockwishlist_5ef2d617096ae7b47a83f3d4de9c84bd'] = 'Módulo activado: opción no válida';
$_MODULE['<{blockwishlist}prestashop>blockwishlist_f4d1ea475eaa85102e2b4e6d95da84bd'] = 'Confirmación';
$_MODULE['<{blockwishlist}prestashop>blockwishlist_c888438d14855d7d96a2724ee9c306bd'] = 'Configuración actualizada';
$_MODULE['<{blockwishlist}prestashop>blockwishlist_56ee3495a32081ccb6d2376eab391bfa'] = 'Listado';
$_MODULE['<{blockwishlist}prestashop>blockwishlist_e6d0e1c8fc6a4fcf47869df87e04cd88'] = 'Clientes';
@@ -12,7 +12,6 @@ $_MODULE['<{blockwishlist}prestashop>blockwishlist_2715a65604e1af3d6933b61704865
$_MODULE['<{blockwishlist}prestashop>blockwishlist_7244141a5de030c4c882556f4fd70a8b'] = 'Ajoute un bloc gérant les listes de cadeaux';
$_MODULE['<{blockwishlist}prestashop>blockwishlist_9ae79c1fccd231ac7fbbf3235dbf6326'] = 'Ma liste de cadeaux';
$_MODULE['<{blockwishlist}prestashop>blockwishlist_5ef2d617096ae7b47a83f3d4de9c84bd'] = 'Activation du module : choix non valable';
$_MODULE['<{blockwishlist}prestashop>blockwishlist_f4d1ea475eaa85102e2b4e6d95da84bd'] = 'Confirmation';
$_MODULE['<{blockwishlist}prestashop>blockwishlist_c888438d14855d7d96a2724ee9c306bd'] = 'Paramètres mis à jour';
$_MODULE['<{blockwishlist}prestashop>blockwishlist_56ee3495a32081ccb6d2376eab391bfa'] = 'Liste';
$_MODULE['<{blockwishlist}prestashop>blockwishlist_e6d0e1c8fc6a4fcf47869df87e04cd88'] = 'Clients';
@@ -7,7 +7,6 @@ $_MODULE['<{carriercompare}prestashop>carriercompare_68e114c207a6820a8f14d0eceac
$_MODULE['<{carriercompare}prestashop>carriercompare_ed70a57a190d596171cf324c16a2277d'] = 'El identificante State no es válido';
$_MODULE['<{carriercompare}prestashop>carriercompare_b72dd62d03697b37417288c63e78c8c6'] = 'Por favor, utilice un código postal válido en función del país elegido';
$_MODULE['<{carriercompare}prestashop>carriercompare_efaf5c3827ef576b05de32ad458f196c'] = 'Este identificante de transportista no se encuentra disponible para esta selección';
$_MODULE['<{carriercompare}prestashop>carriercompare_edc5cf1b3bab64b1d45ef51c63b53887'] = 'Imposible actualizar el carrito';
$_MODULE['<{carriercompare}prestashop>carriercompare_e7a6ca4e744870d455a57b644f696457'] = '¡Gratis!';
$_MODULE['<{carriercompare}prestashop>carriercompare_fbc1bef527a3a092053a244fd8d87abf'] = 'Haga una estimación de sus gastos de envío e impuestos';
$_MODULE['<{carriercompare}prestashop>carriercompare_59716c97497eb9694541f7c3d37b1a4d'] = 'País';
-1
View File
@@ -9,7 +9,6 @@ $_MODULE['<{cheque}prestashop>cheque_1fddeba3cee2a70b37a20889e124948a'] = 'Debe
$_MODULE['<{cheque}prestashop>cheque_4402acab1c8f90dcf4a31dc96833bd86'] = 'Ninguna divisa disponible para este módulo';
$_MODULE['<{cheque}prestashop>cheque_a0048063a9be52816b7fa7f17aa3a2b7'] = 'Se necesita la orden del cheque.';
$_MODULE['<{cheque}prestashop>cheque_4b5e20a521d31cc44b9690bd35eaacfc'] = 'Se necesita la dirección del cheque.';
$_MODULE['<{cheque}prestashop>cheque_e0aa021e21dddbd6d8cecec71e9cf564'] = 'OK';
$_MODULE['<{cheque}prestashop>cheque_c888438d14855d7d96a2724ee9c306bd'] = 'Actualización realizada con éxito';
$_MODULE['<{cheque}prestashop>cheque_14e41f4cfd99b10766cc15676d8cda66'] = 'Este módulo le permite aceptar pagos por cheque';
$_MODULE['<{cheque}prestashop>cheque_3b39b241f115e5823eeca07df2949a35'] = 'Si el cliente elije este módulo de pago, el pedido pasará a estado \"Pago en espera\"';
-1
View File
@@ -9,7 +9,6 @@ $_MODULE['<{cheque}prestashop>cheque_1fddeba3cee2a70b37a20889e124948a'] = 'L\'or
$_MODULE['<{cheque}prestashop>cheque_4402acab1c8f90dcf4a31dc96833bd86'] = 'Aucune devise disponible pour ce module';
$_MODULE['<{cheque}prestashop>cheque_a0048063a9be52816b7fa7f17aa3a2b7'] = 'L\'ordre du chèque est requis.';
$_MODULE['<{cheque}prestashop>cheque_4b5e20a521d31cc44b9690bd35eaacfc'] = 'L\'adresse est requise.';
$_MODULE['<{cheque}prestashop>cheque_e0aa021e21dddbd6d8cecec71e9cf564'] = 'OK';
$_MODULE['<{cheque}prestashop>cheque_c888438d14855d7d96a2724ee9c306bd'] = 'Paramètres mis à jour';
$_MODULE['<{cheque}prestashop>cheque_14e41f4cfd99b10766cc15676d8cda66'] = 'Ce module vous permet d\'accepter des paiements par chèque.';
$_MODULE['<{cheque}prestashop>cheque_3b39b241f115e5823eeca07df2949a35'] = 'Si le client choisit ce mode de paiement, la commande passera à l\'état \"Paiement en attente\".';
+3 -9
View File
@@ -4,20 +4,14 @@ global $_MODULE;
$_MODULE = array();
$_MODULE['<{editorial}prestashop>editorial_a46dcd3561c3feeb53903dfc0f796a35'] = 'Editor de textos página de inicio';
$_MODULE['<{editorial}prestashop>editorial_d02076897ed05399e22a0597404924ad'] = 'Un módulo de editor de texto para su página de inicio';
$_MODULE['<{editorial}prestashop>editorial_7fc8b5e7597368c070f5bc87c719dcc1'] = 'No puede efectuar esta acción';
$_MODULE['<{editorial}prestashop>editorial_07b8c09e490f7afbdcfa9cd5bfcfd4a9'] = 'Se ha producido un error mientras se subía la imagen.';
$_MODULE['<{editorial}prestashop>editorial_462390017ab0938911d2d4e964c0cab7'] = 'Parámetros actualizados con éxito';
$_MODULE['<{editorial}prestashop>editorial_0245625ee10f9c6c0ed7f50eb1838856'] = 'Título principal';
$_MODULE['<{editorial}prestashop>editorial_7496c27605d7ac3462a5dab8ecf1b569'] = 'Aparece a lo largo de la parte superior de la página de inicio';
$_MODULE['<{editorial}prestashop>editorial_e1f46be647e598f00eeb0ab62561d695'] = 'Subtítulo';
$_MODULE['<{editorial}prestashop>editorial_bf75f228011d1443c4ea7aca23c3cff2'] = 'Texto de introducción';
$_MODULE['<{editorial}prestashop>editorial_930919b6f854a62e62401e3e76377cc1'] = 'Su texto; por ejm: explique su objetivo, destaque un nuevo producto, describa un evento..';
$_MODULE['<{editorial}prestashop>editorial_78587f196180054fcb797d40f4a86f10'] = 'Imagen de página de inicio';
$_MODULE['<{editorial}prestashop>editorial_b18c29b8470190a02813415a04a2191f'] = 'Tamaño de la imagen';
$_MODULE['<{editorial}prestashop>editorial_729a51874fe901b092899e9e8b31c97a'] = '¿Está seguro?';
$_MODULE['<{editorial}prestashop>editorial_f2a6c498fb90ee345d997f888fce3b18'] = 'Borrar';
$_MODULE['<{editorial}prestashop>editorial_f85e125f2a9ebcd47f420c94b535f50a'] = 'Aparecerá arriba, junto al texto de introducción';
$_MODULE['<{editorial}prestashop>editorial_28d74ee805e3a162047d8f917b74dcb3'] = 'Enlace del logo de página de inicio';
$_MODULE['<{editorial}prestashop>editorial_62f6077d6d15a35ff4929a225205892f'] = 'Enlace usado en el segundo logo';
$_MODULE['<{editorial}prestashop>editorial_98039e8f2a0d93fc0fff503f9166f59b'] = 'Subtítulo del logo de página de inicio';
$_MODULE['<{editorial}prestashop>editorial_c260ede55f0be17068302e7f842802f3'] = 'Actualizar el editor';
$_MODULE['<{editorial}prestashop>editorial_7fc8b5e7597368c070f5bc87c719dcc1'] = 'No puede efectuar esta acción';
$_MODULE['<{editorial}prestashop>editorial_07b8c09e490f7afbdcfa9cd5bfcfd4a9'] = 'Se ha producido un error mientras se subía la imagen.';
$_MODULE['<{editorial}prestashop>editorial_462390017ab0938911d2d4e964c0cab7'] = 'Parámetros actualizados con éxito';
+3 -9
View File
@@ -4,20 +4,14 @@ global $_MODULE;
$_MODULE = array();
$_MODULE['<{editorial}prestashop>editorial_a46dcd3561c3feeb53903dfc0f796a35'] = 'Éditeur de page d\'accueil';
$_MODULE['<{editorial}prestashop>editorial_d02076897ed05399e22a0597404924ad'] = 'Un éditeur de texte pour votre page d\'accueil.';
$_MODULE['<{editorial}prestashop>editorial_7fc8b5e7597368c070f5bc87c719dcc1'] = 'Vous ne pouvez pas effectuer cette action.';
$_MODULE['<{editorial}prestashop>editorial_07b8c09e490f7afbdcfa9cd5bfcfd4a9'] = 'Une erreur est survenue lors de l\'upload de l\'image.';
$_MODULE['<{editorial}prestashop>editorial_462390017ab0938911d2d4e964c0cab7'] = 'Paramètres mis à jour avec succès';
$_MODULE['<{editorial}prestashop>editorial_0245625ee10f9c6c0ed7f50eb1838856'] = 'Titre principal';
$_MODULE['<{editorial}prestashop>editorial_7496c27605d7ac3462a5dab8ecf1b569'] = 'Apparaît en haut de la page d\'accueil';
$_MODULE['<{editorial}prestashop>editorial_e1f46be647e598f00eeb0ab62561d695'] = 'Sous-titre';
$_MODULE['<{editorial}prestashop>editorial_bf75f228011d1443c4ea7aca23c3cff2'] = 'Texte d\'introduction';
$_MODULE['<{editorial}prestashop>editorial_930919b6f854a62e62401e3e76377cc1'] = 'Texte d\'introduction de votre choix ; expliquez par exemple ce que vous vendez, mettez en avant un produit, ou racontez un évènement récent.';
$_MODULE['<{editorial}prestashop>editorial_78587f196180054fcb797d40f4a86f10'] = 'Logo de la page d\'accueil';
$_MODULE['<{editorial}prestashop>editorial_b18c29b8470190a02813415a04a2191f'] = 'Taille de l\'image';
$_MODULE['<{editorial}prestashop>editorial_729a51874fe901b092899e9e8b31c97a'] = 'Êtes-vous sûr ?';
$_MODULE['<{editorial}prestashop>editorial_f2a6c498fb90ee345d997f888fce3b18'] = 'Effacer';
$_MODULE['<{editorial}prestashop>editorial_f85e125f2a9ebcd47f420c94b535f50a'] = 'Apparaîtra à côté du texte d\'introduction';
$_MODULE['<{editorial}prestashop>editorial_28d74ee805e3a162047d8f917b74dcb3'] = 'Lien du logo';
$_MODULE['<{editorial}prestashop>editorial_62f6077d6d15a35ff4929a225205892f'] = 'Lien utilisé sur le second logo';
$_MODULE['<{editorial}prestashop>editorial_98039e8f2a0d93fc0fff503f9166f59b'] = 'Sous-titre du logo';
$_MODULE['<{editorial}prestashop>editorial_c260ede55f0be17068302e7f842802f3'] = 'Mettre à jour';
$_MODULE['<{editorial}prestashop>editorial_7fc8b5e7597368c070f5bc87c719dcc1'] = 'Vous ne pouvez pas effectuer cette action.';
$_MODULE['<{editorial}prestashop>editorial_07b8c09e490f7afbdcfa9cd5bfcfd4a9'] = 'Une erreur est survenue lors de l\'upload de l\'image.';
$_MODULE['<{editorial}prestashop>editorial_462390017ab0938911d2d4e964c0cab7'] = 'Paramètres mis à jour avec succès';
+1 -1
View File
@@ -74,7 +74,7 @@ $_MODULE['<{loyalty}prestashop>loyalty_29aa46cc3d2677c7e0f216910df600ff'] = 'Tra
$_MODULE['<{loyalty}prestashop>loyalty_cec73b5ce095a59305ad92a0d47495cb'] = 'Para usar';
$_MODULE['<{loyalty}prestashop>loyalty_019d1ca7d50cc54b995f60d456435e87'] = 'Usado';
$_MODULE['<{loyalty}prestashop>loyalty_2af3bf4c82c5b33875d532820a959799'] = 'Generado por los siguientes pedidos';
$_MODULE['<{loyalty}prestashop>loyalty_d1228f5476d15142b1358ae4b5fa2454'] = 'Pedido n°';
$_MODULE['<{loyalty}prestashop>loyalty_18fb6221fe0d9895c2e9ba08283f00e9'] = 'Pedido n°%d';
$_MODULE['<{loyalty}prestashop>loyalty_d5797f3bbadc278f756576dafc6ab4b8'] = 'puntos.';
$_MODULE['<{loyalty}prestashop>loyalty_1f67ea7a0b26e9eacc70523bde28df0c'] = 'más...';
$_MODULE['<{loyalty}prestashop>loyalty_a16cf3ec5200cc519f4fe48e34b1df83'] = 'El importe mínimo requerido para utilizar estos vales es de.';
+1 -1
View File
@@ -71,7 +71,7 @@ $_MODULE['<{loyalty}prestashop>loyalty_29aa46cc3d2677c7e0f216910df600ff'] = 'Fra
$_MODULE['<{loyalty}prestashop>loyalty_cec73b5ce095a59305ad92a0d47495cb'] = 'À utiliser';
$_MODULE['<{loyalty}prestashop>loyalty_019d1ca7d50cc54b995f60d456435e87'] = 'Utilisé';
$_MODULE['<{loyalty}prestashop>loyalty_2af3bf4c82c5b33875d532820a959799'] = 'Généré par les commandes suivantes';
$_MODULE['<{loyalty}prestashop>loyalty_d1228f5476d15142b1358ae4b5fa2454'] = 'Commande n°';
$_MODULE['<{loyalty}prestashop>loyalty_18fb6221fe0d9895c2e9ba08283f00e9'] = 'Commande n°%d';
$_MODULE['<{loyalty}prestashop>loyalty_d5797f3bbadc278f756576dafc6ab4b8'] = 'points.';
$_MODULE['<{loyalty}prestashop>loyalty_1f67ea7a0b26e9eacc70523bde28df0c'] = 'plus...';
$_MODULE['<{loyalty}prestashop>loyalty_a16cf3ec5200cc519f4fe48e34b1df83'] = 'Le montant minimum de commande afin d\'utiliser ces bons est : ';
@@ -163,7 +163,7 @@
<td class="history_date">{dateFormat date=$discount->date_from}</td>
<td class="history_date">{dateFormat date=$discount->date_to}</td>
<td class="history_method bold">{if $discount->quantity > 0}{l s='To use' mod='loyalty'}{else}{l s='Used' mod='loyalty'}{/if}</td>
<td class="history_method"><a href="{$smarty.server.SCRIPT_NAME}" onclick="return false" class="tips" title="{l s='Generated by these following orders' mod='loyalty'}|{foreach from=$discount->orders item=myorder name=myLoop}{l s='Order #' mod='loyalty'}{$myorder.id_order} ({displayPrice price=$myorder.total_paid currency=$myorder.id_currency}) : {if $myorder.points > 0}{$myorder.points} {l s='points.' mod='loyalty'}{else}{l s='Cancelled' mod='loyalty'}{/if}{if !$smarty.foreach.myLoop.last}|{/if}{/foreach}">{l s='more...' mod='loyalty'}</a></td>
<td class="history_method"><a href="{$smarty.server.SCRIPT_NAME}" onclick="return false" class="tips" title="{l s='Generated by these following orders' mod='loyalty'}|{foreach from=$discount->orders item=myorder name=myLoop}{l s='Order #%d' sprintf=$myorder.id_order mod='loyalty'} ({displayPrice price=$myorder.total_paid currency=$myorder.id_currency}) : {if $myorder.points > 0}{$myorder.points} {l s='points.' mod='loyalty'}{else}{l s='Cancelled' mod='loyalty'}{/if}{if !$smarty.foreach.myLoop.last}|{/if}{/foreach}">{l s='more...' mod='loyalty'}</a></td>
</tr>
{/foreach}
</tbody>
@@ -6,7 +6,6 @@ $_MODULE['<{productcomments}prestashop>productcommentcriterion_a09ed6c60eb321393
$_MODULE['<{productcomments}prestashop>productcommentcriterion_467366059d7d7c743a4d0971363a8d66'] = 'Limitado a ciertas catagorías';
$_MODULE['<{productcomments}prestashop>productcommentcriterion_772911becd336c843ab09a1d4b4f66c0'] = 'Limitado a ciertos productos';
$_MODULE['<{productcomments}prestashop>productcomments_b91c4e8b229a399a3bc911d352524a9b'] = 'Comentario sobre el producto';
$_MODULE['<{productcomments}prestashop>productcomments_f4d1ea475eaa85102e2b4e6d95da84bd'] = 'Confirmación';
$_MODULE['<{productcomments}prestashop>productcomments_c888438d14855d7d96a2724ee9c306bd'] = 'Ajustes actualizados';
$_MODULE['<{productcomments}prestashop>productcomments_1bb54e382f7dbdb260f0aa6b42bb624b'] = 'Criterio suprimido';
$_MODULE['<{productcomments}prestashop>productcomments_e6ea19ae2eb9447f98c7ed74227bb4a3'] = 'El campo Nombre es requerido por lo menos en';
@@ -22,7 +22,6 @@ $_MODULE['<{productcomments}prestashop>productcomments-extra_94966d90747b97d1f0f
$_MODULE['<{productcomments}prestashop>productcomments-extra_70397c4b252a5168c5ec003931cea215'] = 'Champs requis';
$_MODULE['<{productcomments}prestashop>productcomments_b91c4e8b229a399a3bc911d352524a9b'] = 'Commentaires produits';
$_MODULE['<{productcomments}prestashop>productcomments_9918811c511f3481c085e46c07ab5da8'] = 'Permet aux client de commenter les produits.';
$_MODULE['<{productcomments}prestashop>productcomments_f4d1ea475eaa85102e2b4e6d95da84bd'] = 'Confirmation';
$_MODULE['<{productcomments}prestashop>productcomments_c888438d14855d7d96a2724ee9c306bd'] = 'Configuration mise à jour';
$_MODULE['<{productcomments}prestashop>productcomments_1bb54e382f7dbdb260f0aa6b42bb624b'] = 'Critère supprimé';
$_MODULE['<{productcomments}prestashop>productcomments_e6ea19ae2eb9447f98c7ed74227bb4a3'] = 'Le champ Nom est requis au moins une fois en';
@@ -8,7 +8,6 @@ $_MODULE['<{sendtoafriend}prestashop>sendtoafriend_3234e2609dd694d8763c390fe97eb
$_MODULE['<{sendtoafriend}prestashop>sendtoafriend_2107f6398c37b4b9ee1e1b5afb5d3b2a'] = 'Enviar a un amigo';
$_MODULE['<{sendtoafriend}prestashop>sendtoafriend_20589174124c25654cac3736e737d2a3'] = 'Enviar esta página a un amigo al que podía interesarle este artículo.';
$_MODULE['<{sendtoafriend}prestashop>sendtoafriend_b31afdfa73c89b567778f15180c2dd6c'] = 'Su email ha sido enviado con éxito';
$_MODULE['<{sendtoafriend}prestashop>sendtoafriend_cc5fd9b9f1cad59fcff97a1f21f34304'] = 'Enviar un mensaje';
$_MODULE['<{sendtoafriend}prestashop>sendtoafriend_19d305aea0ccec77d23362111ebdb6b4'] = 'nombre del amigo:';
$_MODULE['<{sendtoafriend}prestashop>sendtoafriend_7ae8a9a7a5d8fa40d4515fc52f16bb2e'] = 'Email del amigo:';
$_MODULE['<{sendtoafriend}prestashop>sendtoafriend_2541d938b0a58946090d7abdde0d3890'] = 'enviar';
-6
View File
@@ -81,12 +81,6 @@ $_MODULE['<{shopimporter}prestashop>shopimporter_807079d19357b6d44089c220f74cc2d
$_MODULE['<{shopimporter}prestashop>shopimporter_29361e9c6917fb14b43d3e78e2811e56'] = 'La moneda por defecto no coincide:';
$_MODULE['<{shopimporter}prestashop>shopimporter_6117c4d73fcf0c20fe3946f1d00dde85'] = 'Por favor, cambie la moneda por defecto en la configuración';
$_MODULE['<{shopimporter}prestashop>shopimporter_8136c99d09cb6e9f0f998dd231fff6ed'] = 'Se produjo un error al agregar el objeto';
$_MODULE['<{shopimporter}prestashop>shopimporter_01f8544c8fd4628bc686502e8b727d95'] = 'el campo';
$_MODULE['<{shopimporter}prestashop>shopimporter_0a5fa53f3f20f67f98bd6c3b16df059d'] = 'es necesario';
$_MODULE['<{shopimporter}prestashop>shopimporter_f755e8b92cb8f02c24f6f539180d45b1'] = 'es demasiado largo';
$_MODULE['<{shopimporter}prestashop>shopimporter_70f4b635847038d056e33959821a7a66'] = 'caracteres máximos';
$_MODULE['<{shopimporter}prestashop>shopimporter_998b344cff693ad388a14ba89b1523c7'] = 'no es válido';
$_MODULE['<{shopimporter}prestashop>shopimporter_7e47a344b06d82a8836cbee2748a79e6'] = 'es necesario en';
$_MODULE['<{shopimporter}prestashop>shopimporter_44205a67121fcca5ffa925d1ed77b65e'] = 'El archivo no puede extraerse';
$_MODULE['<{shopimporter}prestashop>shopimporter_edeb9e20655b946e4bee4ac44a6c0a7f'] = 'El servidor no dispone de permisos para la escritura';
$_MODULE['<{shopimporter}prestashop>shopimporter_6cf73576720519e739771a4fa489410b'] = 'no se encuentra el idioma';
-6
View File
@@ -82,12 +82,6 @@ $_MODULE['<{shopimporter}prestashop>shopimporter_807079d19357b6d44089c220f74cc2d
$_MODULE['<{shopimporter}prestashop>shopimporter_29361e9c6917fb14b43d3e78e2811e56'] = 'La devise par défaut ne correspond pas à :';
$_MODULE['<{shopimporter}prestashop>shopimporter_6117c4d73fcf0c20fe3946f1d00dde85'] = 'Veuillez changer la devise par défaut dans votre configuration ';
$_MODULE['<{shopimporter}prestashop>shopimporter_8136c99d09cb6e9f0f998dd231fff6ed'] = 'Une erreur s\'est produite lors de l\'ajout de l\'objet ';
$_MODULE['<{shopimporter}prestashop>shopimporter_01f8544c8fd4628bc686502e8b727d95'] = 'le champ';
$_MODULE['<{shopimporter}prestashop>shopimporter_0a5fa53f3f20f67f98bd6c3b16df059d'] = 'est nécessaire ';
$_MODULE['<{shopimporter}prestashop>shopimporter_f755e8b92cb8f02c24f6f539180d45b1'] = 'est trop long';
$_MODULE['<{shopimporter}prestashop>shopimporter_70f4b635847038d056e33959821a7a66'] = 'caractères max.';
$_MODULE['<{shopimporter}prestashop>shopimporter_998b344cff693ad388a14ba89b1523c7'] = 'n\'est pas valable';
$_MODULE['<{shopimporter}prestashop>shopimporter_7e47a344b06d82a8836cbee2748a79e6'] = 'est nécessaire au moins dans ';
$_MODULE['<{shopimporter}prestashop>shopimporter_44205a67121fcca5ffa925d1ed77b65e'] = 'L\'archive ne peut être extraite.';
$_MODULE['<{shopimporter}prestashop>shopimporter_edeb9e20655b946e4bee4ac44a6c0a7f'] = 'Le serveur ne dispose pas des permissions pour l\'écriture.';
$_MODULE['<{shopimporter}prestashop>shopimporter_6cf73576720519e739771a4fa489410b'] = 'Langue introuvable';
@@ -12,7 +12,6 @@ $_MODULE['<{statsbestproducts}prestashop>statsbestproducts_6771f2d557a34bd89ea7a
$_MODULE['<{statsbestproducts}prestashop>statsbestproducts_11ff9f68afb6b8b5b8eda218d7c83a65'] = 'ventas';
$_MODULE['<{statsbestproducts}prestashop>statsbestproducts_213c80e9307852da96029181967ff545'] = 'Cant./día';
$_MODULE['<{statsbestproducts}prestashop>statsbestproducts_57f32d7d0e6672cc2b60bc7a49f91453'] = 'Páginas vistas';
$_MODULE['<{statsbestproducts}prestashop>statsbestproducts_27ce7f8b5623b2e2df568d64cf051607'] = 'Stock';
$_MODULE['<{statsbestproducts}prestashop>statsbestproducts_71a5c322b7f69a8a4e40b3eb20da5559'] = 'Mejores productos';
$_MODULE['<{statsbestproducts}prestashop>statsbestproducts_1784296dda47f4d571a179aad8106018'] = 'Lista de los mejores productos';
$_MODULE['<{statsbestproducts}prestashop>statsbestproducts_998e4c5c80f27dec552e99dfed34889a'] = 'CSV Export';
-1
View File
@@ -14,7 +14,6 @@ $_MODULE['<{statscheckup}prestashop>statscheckup_fff0d600f8a0b5e19e88bfb821dd115
$_MODULE['<{statscheckup}prestashop>statscheckup_59b514174bffe4ae402b3d63aad79fe0'] = 'imágenes';
$_MODULE['<{statscheckup}prestashop>statscheckup_11ff9f68afb6b8b5b8eda218d7c83a65'] = 'Ventas';
$_MODULE['<{statscheckup}prestashop>statscheckup_c3917e1f7138a24c6dc954fe81b86679'] = 'pedidos / mes';
$_MODULE['<{statscheckup}prestashop>statscheckup_27ce7f8b5623b2e2df568d64cf051607'] = 'Stock';
$_MODULE['<{statscheckup}prestashop>statscheckup_691d502cfd0e0626cd3b058e5682ad1c'] = 'artículos';
$_MODULE['<{statscheckup}prestashop>statscheckup_dc270bcf468689b19074a5eef7581b52'] = 'Insuficiente';
$_MODULE['<{statscheckup}prestashop>statscheckup_f4abc77d498c89880f67331609406774'] = 'Perfecto';
+1 -1
View File
@@ -28,7 +28,6 @@ $_MODULE['<{statsproduct}prestashop>statsproduct_3303da9d5241177588a06ad60d7edab
$_MODULE['<{statsproduct}prestashop>statsproduct_6ccf03bc05e4b749b74b5d577c7e7d3a'] = 'Disponibilidad de los productos';
$_MODULE['<{statsproduct}prestashop>statsproduct_12d3c7a4296542c62474856ec452c045'] = 'Ref.';
$_MODULE['<{statsproduct}prestashop>statsproduct_49ee3087348e8d44e1feda1917443987'] = 'Nombre';
$_MODULE['<{statsproduct}prestashop>statsproduct_27ce7f8b5623b2e2df568d64cf051607'] = 'Stock';
$_MODULE['<{statsproduct}prestashop>statsproduct_6602bbeb2956c035fb4cb5e844a4861b'] = 'Guía';
$_MODULE['<{statsproduct}prestashop>statsproduct_6c1a8292e4da90e1ef19ae9444226d8f'] = 'Número de compras en relación con el número de visitas';
$_MODULE['<{statsproduct}prestashop>statsproduct_1d0ba341c7847cbff109276485417a1c'] = 'Tras elegir una categoría y seleccionar un producto disponible de la categoría, aparecen algunos gráficos. Entonces, usted puede analizarlos.';
@@ -36,3 +35,4 @@ $_MODULE['<{statsproduct}prestashop>statsproduct_6559cc601f073740b825a4fc9b76149
$_MODULE['<{statsproduct}prestashop>statsproduct_e22269bb51f9f2394e148716babbafbb'] = 'Popularidad';
$_MODULE['<{statsproduct}prestashop>statsproduct_5e9613e58f3bdbc89b1fef07274c0877'] = 'Visitas (x100)';
$_MODULE['<{statsproduct}prestashop>statsproduct_287234a1ff35a314b5b6bc4e5828e745'] = 'Atributos';
$_MODULE['<{statsproduct}prestashop>statsproduct_27ce7f8b5623b2e2df568d64cf051607'] = 'Stock';
-5
View File
@@ -2,18 +2,13 @@
global $_MODULE;
$_MODULE = array();
$_MODULE['<{statsstock}prestashop>statsstock_1e8a6897e195774f3bc6fa7b2ae7f801'] = 'Estadísticas stock';
$_MODULE['<{statsstock}prestashop>statsstock_8fd17aacf4c601e502cade4914545d4d'] = 'Valor del stock';
$_MODULE['<{statsstock}prestashop>statsstock_3adbdb3ac060038aa0e6e6c138ef9873'] = 'Categoría';
$_MODULE['<{statsstock}prestashop>statsstock_b1c94ca2fbc3e78fc30069c8d0f01680'] = 'Todas';
$_MODULE['<{statsstock}prestashop>statsstock_1b2379801de373b6b563c347014fb34b'] = 'Su catálogo está vacío';
$_MODULE['<{statsstock}prestashop>statsstock_b718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_MODULE['<{statsstock}prestashop>statsstock_12d3c7a4296542c62474856ec452c045'] = 'Ref.';
$_MODULE['<{statsstock}prestashop>statsstock_7d74f3b92b19da5e606d737d339a9679'] = 'Artículo';
$_MODULE['<{statsstock}prestashop>statsstock_27ce7f8b5623b2e2df568d64cf051607'] = 'Stock';
$_MODULE['<{statsstock}prestashop>statsstock_88940d60e75cf4ff38ce27db4efc83b2'] = 'Precio*';
$_MODULE['<{statsstock}prestashop>statsstock_689202409e48743b914713f96d93947c'] = 'Valor';
$_MODULE['<{statsstock}prestashop>statsstock_26d6b7e13fef62e89ebdc5b7bef429cb'] = 'Stock total';
$_MODULE['<{statsstock}prestashop>statsstock_4364f8c09d7bf97996a20840900e7b30'] = 'Precio medio';
$_MODULE['<{statsstock}prestashop>statsstock_62668f75fc6977f3d09df632d1585d07'] = 'Valor total';
$_MODULE['<{statsstock}prestashop>statsstock_2dee758ce6cb0116b234dc3908f016c5'] = 'Precio medio cuando el producto tiene declinaciones.';
+49 -182
View File
@@ -5,6 +5,7 @@ $_LANGADM = array();
$_LANGADM['AdminAccess151648106e4bf98297882ea2ea1c4b0e'] = 'Actualización satisfactoria';
$_LANGADM['AdminAccess4351cfebe4b61d8aa5efa1d020710005'] = 'Ver';
$_LANGADM['AdminAccess501faad2df9c231576549a068fcf61ca'] = 'No hay módulos instalados';
$_LANGADM['AdminAccess6f4d50d858c73d78c954d410016d67e5'] = '%s: modulo instalado en la base de datos, pero los archivos estan perdidos o son incompatibles.';
$_LANGADM['AdminAccess7015777bcc86cd0c5e4819310d62b040'] = 'Tab';
$_LANGADM['AdminAccess7dce122004969d56ae2e0245cb754d35'] = 'Editar';
$_LANGADM['AdminAccess7fcca2f879aa88fea302c675f56428cc'] = 'Sin ficha';
@@ -15,29 +16,6 @@ $_LANGADM['AdminAccessd939c2e53e1bfdb51cddcc37d50db438'] = 'Error de actualizaci
$_LANGADM['AdminAccessec211f7c20af43e742bf2570c3cb84f9'] = 'Añadir';
$_LANGADM['AdminAccessf1206f9fadc5ce41694f69129aecac26'] = 'Configurar';
$_LANGADM['AdminAccessf2a6c498fb90ee345d997f888fce3b18'] = 'Suprimir';
$_LANGADM['AdminAccessfce31125ecc3fdca7df70c417a0de59c'] = ': modulo instalado en la base de datos, pero los archivos estan perdidos o son incompatibles';
$_LANGADM['AdminAccountingExport08bd40c7543007ad06e4fce31618f6ec'] = 'Cuenta';
$_LANGADM['AdminAccountingExport0d00ac1efdf30e85e3dd7eaf3bf8f2ed'] = 'La fecha no tiene el formato correcto';
$_LANGADM['AdminAccountingExport30eaa341fe77ffc920101f4a38b5c2d4'] = 'Cuenta de cliente';
$_LANGADM['AdminAccountingExport440ac606343b8a66acad0d2978786d2a'] = 'Fecha de factura';
$_LANGADM['AdminAccountingExport4e065ba1bec1d62b2d5450256612fa96'] = 'Número de factura';
$_LANGADM['AdminAccountingExport54b57630f7f35ff4b48b4217e05cc750'] = 'Exportar reconciliación';
$_LANGADM['AdminAccountingExport6b2b5614a23abed4834b7cb7b91c6887'] = 'Revista';
$_LANGADM['AdminAccountingExport776a4f1f391ad4e2173fd4647c442783'] = 'Total TTC';
$_LANGADM['AdminAccountingExport78e47fa6412a63f4120012972a66c4d6'] = 'Débito (TVA+HT)';
$_LANGADM['AdminAccountingExport7c9a3504dd4ce74b8021267ae1802968'] = 'Tipo de pago';
$_LANGADM['AdminAccountingExportac1d3ccc1bcfd04b713a97b7421639b5'] = 'Número de transacción';
$_LANGADM['AdminAccountingExportc669035b1f014b932d2281f65733637b'] = 'Empezar en:';
$_LANGADM['AdminAccountingExporte0f19919476adfb83acbba4852907b54'] = 'Estilo';
$_LANGADM['AdminAccountingExporteaf44b0d5410d22d5290eab1f78d336d'] = 'Código de divisa';
$_LANGADM['AdminAccountingExportf5a126d21b4992c42ef488093a2213fa'] = 'Crédito (TTC)';
$_LANGADM['AdminAccountingExportf7c8126d4209a3dbc04696c27663137c'] = 'Finaliza en:';
$_LANGADM['AdminAccountingExportfcf18fcae4e6fe5df1e3c0c663521dca'] = 'La exportación ha sido satisfactoria';
$_LANGADM['AdminAccountingManagement05c2af8e9583b3ade94e13447958f7af'] = 'Números de cuenta no se pudieron actualizar o añadir en la base de datos';
$_LANGADM['AdminAccountingManagement0a00c22a3a2a56e14c21e34d92f5a14b'] = 'Por favor seleccione una tienda a configurar';
$_LANGADM['AdminAccountingManagement3d87210607b465011fdf6efd18217782'] = 'Administrador de cuentas';
$_LANGADM['AdminAccountingManagementa9e2ceb7315eca5c3974b433f0c540fb'] = 'Los números de cuenta se han actualizado';
$_LANGADM['AdminAccountingManagementc9cc8cce247e49bae79f15173ce97354'] = 'Guardar';
$_LANGADM['AdminAddresses1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Empresa';
$_LANGADM['AdminAddresses20db0bfeecd8fe60533206a2b5e9891a'] = 'Nombre';
$_LANGADM['AdminAddresses284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Direcciones';
@@ -63,26 +41,22 @@ $_LANGADM['AdminAddressesea318a4ad37f0c2d2c368e6c958ed551'] = 'DNI / NIF / NIE';
$_LANGADM['AdminAddressesf64be5eef68442a8f50cf535b92ad3e4'] = 'Pais:';
$_LANGADM['AdminAddressesf90e807b74928118048a1a6fa65ebfe5'] = 'Email del cliente';
$_LANGADM['AdminAddressesfe66abce284ec8589e7d791185b5c442'] = 'Teléfono domicilio';
$_LANGADM['AdminAttachments06d43815fa42336629ff54da5630143c'] = 'el archivo';
$_LANGADM['AdminAttachments0b27918290ff5323bea1e3b78a9cf04e'] = 'Archivo';
$_LANGADM['AdminAttachments1330644e50b47cea36b82e830f521ed8'] = 'El archivo %1$s supera el tamaño permitido por el servidor. Este límite está establecido en %2$d Mo.';
$_LANGADM['AdminAttachments38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar';
$_LANGADM['AdminAttachments49ee3087348e8d44e1feda1917443987'] = 'Nombre';
$_LANGADM['AdminAttachments4de7deb3669d427bc715d7c4a59db66c'] = 'Este documento adjunto es utilizado por los siguientes productos:';
$_LANGADM['AdminAttachments5321af3b1b7fdb6eda5ac5e1ece2e645'] = 'El archivo no existe o no se puede descargar. Compruebe el límite de tamaño de los archivos descaragables configurado en su servidor.';
$_LANGADM['AdminAttachments6492d670e42151cc37574d99f4071f85'] = 'Nombre de fichero';
$_LANGADM['AdminAttachments8d8fcc1abd550c5f25dbfaa57d59cb67'] = 'Mb';
$_LANGADM['AdminAttachments8f03c9a0d16a47691b8f7c5a0b7776c9'] = 'supera el tamaño permitido por el servidor. Este límite está establecido en';
$_LANGADM['AdminAttachmentsaad781b9842958b4552b8edebb83c346'] = 'imposible copiar el archivo';
$_LANGADM['AdminAttachmentsab335fe79ef8a5e26c0dbc23332a7148'] = 'Subir archivo desde su ordenador';
$_LANGADM['AdminAttachmentsae21d822d879539a75c3d6fd91c2acb3'] = 'Archivo:';
$_LANGADM['AdminAttachmentsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminAttachmentsb8cb56e655c8957c168a380aca447e9b'] = 'el tamano del archivo que intenta descagar es:';
$_LANGADM['AdminAttachmentsba34ea40525a4379add785228e37fe86'] = 'kb';
$_LANGADM['AdminAttachmentsd0042a700e9bdf79689d63ee6846dc0e'] = 'Descripción:';
$_LANGADM['AdminAttachmentsdbb768f29d6b36b627c8233b32da4f2c'] = 'Archivo demasiado grande, el tamaño máximo permitido:';
$_LANGADM['AdminAttachmentse9cb217697088a98b1937d111d936281'] = 'Adjunta';
$_LANGADM['AdminAttachmentsf378471b67496f5490d52cabe1f819f3'] = 'Archivo demasiado voluminoso, tamaño máximo autorizado: %1$d kb. El tamano del archivo que intente descargar es: %2$d kb.';
$_LANGADM['AdminAttributeGenerator044a66fb62f8920b222660d638a7d8c5'] = 'Añada o modifique atributos para el producto:';
$_LANGADM['AdminAttributeGenerator18c17dae7b84c21b38873e823af2bcfe'] = 'producto(s) creado(s) correctamente.';
$_LANGADM['AdminAttributeGenerator181ba1a9e1a38f1a83277046cdbbc2bc'] = '%d producto(s) creado(s) correctamente.';
$_LANGADM['AdminAttributeGenerator233c543a23378c4ffd0e1efb17408510'] = 'Impacto en el precio';
$_LANGADM['AdminAttributeGenerator32b919d18cfaca89383f6000dcc9c031'] = 'Generar';
$_LANGADM['AdminAttributeGenerator419cdd539861e743b872b2c959629a54'] = 'IVA incluido.:';
@@ -119,11 +93,10 @@ $_LANGADM['AdminAttributesGroups76a2e1080cd661b42c6653fc8fd57367'] = 'Textura:';
$_LANGADM['AdminAttributesGroups859c7c7ffc3e60f67f6537f4d7dd98ca'] = 'Textura actual';
$_LANGADM['AdminAttributesGroups9a63ec735f057c1366284bda67eee7de'] = 'Rendimiento';
$_LANGADM['AdminAttributesGroupsa6a171cd441419cd756063a44e5229ab'] = 'Editar nuevo atributo';
$_LANGADM['AdminAttributesGroupsabc42d386e1904a255aabb45715860c8'] = 'Asociación de grupo de tienda';
$_LANGADM['AdminAttributesGroupsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminAttributesGroupsba353198430b2004efeb1ac6d1f410d0'] = 'Esto sobrescribiera el color HTML';
$_LANGADM['AdminAttributesGroupsc901bf50446cb0e30e4c9c5ca9841b34'] = 'Solo colores HTML (ej.,';
$_LANGADM['AdminAttributesGroupsc82a6100dace2b41087ba6cf99a5976a'] = 'Valores';
$_LANGADM['AdminAttributesGroupsc901bf50446cb0e30e4c9c5ca9841b34'] = 'Solo colores HTML (ej.,';
$_LANGADM['AdminAttributesGroupsc9cc8cce247e49bae79f15173ce97354'] = 'Guardar';
$_LANGADM['AdminAttributesGroupsc9e5eb0a273a65da3a04f42e8351dc97'] = 'Nombre público:';
$_LANGADM['AdminAttributesGroupscb5feb1b7314637725a2e73bdc9f7295'] = 'Color';
@@ -174,7 +147,6 @@ $_LANGADM['AdminBackupea4788705e6873b424c65e91c2846b19'] = 'Cancelar';
$_LANGADM['AdminCarriers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activo';
$_LANGADM['AdminCarriers16650c3cbb2dc17ebcdba01fb1f31f89'] = 'Subir el logotipo de su ordenador';
$_LANGADM['AdminCarriers1bd33faf04b6c7e0090de4f3e5915178'] = 'Acceso de grupo:';
$_LANGADM['AdminCarriers1cc70ef3820fa925ca1dd1ab645d239e'] = 'Caracteres permitidos: letras, espacios y';
$_LANGADM['AdminCarriers1d6af794b2599c1407a83029a09d1ecf'] = 'Transportistas';
$_LANGADM['AdminCarriers24a23d787190f2c4812ff9ab11847a72'] = 'Estado:';
$_LANGADM['AdminCarriers2c261299e5086bd16299a8e8077862c8'] = 'Grado:';
@@ -226,6 +198,7 @@ $_LANGADM['AdminCarrierscf3fb1ff52ea1eed3347ac5401ee7f0c'] = 'Ascendente';
$_LANGADM['AdminCarrierscf899ec0add2e9e103ad82c1a2a077ac'] = 'Aplicar los gastos de envío:';
$_LANGADM['AdminCarriersd3b206d196cd6be3a2764c1fb90b200f'] = 'Borrar seleccionados?';
$_LANGADM['AdminCarrierse118ab2d90a7fc8dc54d9b5d10a1edb3'] = 'Aplicar los gastos de envío y costes adicionales de envío por producto para este transportista';
$_LANGADM['AdminCarrierse1bcd0aa73dbc610f1fc628499244d8f'] = 'Caracteres autorizados: letras, espacios y %s';
$_LANGADM['AdminCarrierse25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar items seleccionados?';
$_LANGADM['AdminCarrierse3cf5ac19407b1a62c6fccaff675a53b'] = 'Descendente';
$_LANGADM['AdminCarrierse3d29a6f3d7588301aa04429e686b260'] = 'En función del precio total';
@@ -287,7 +260,6 @@ $_LANGADM['AdminCartRules961f2247a2070bedff9f9cd8d64e2650'] = 'Seleccionar';
$_LANGADM['AdminCartRules9ea67be453eaccf020697b4654fc021a'] = 'Guardar y permanecer';
$_LANGADM['AdminCartRules9f6e99bdd4184b83dc478d0ab1b4cbf7'] = 'Monto mínimo';
$_LANGADM['AdminCartRulesa5a08c71d0992427cfd8815ebc8f6152'] = 'Tiendas seleccionadas';
$_LANGADM['AdminCartRulesa6fe6d1a739e16b0f691c6f3730b78ae'] = 'Pago: Reglas de la cesta';
$_LANGADM['AdminCartRulesaf1b98adf7f686b84cd0b443e022b7a0'] = 'Categorias';
$_LANGADM['AdminCartRulesb07cc2801693b2e722906a3db3d9c447'] = 'Validez';
$_LANGADM['AdminCartRulesb51a203cee37965537db75688feaef75'] = 'Solo aplicable si el valor del cupón es mayor que el total de la cesta.';
@@ -327,6 +299,7 @@ $_LANGADM['AdminCartRulesf7de1b71605a10ef04416effa4c6e09e'] = 'Guardar y permane
$_LANGADM['AdminCartRulesfc6341fa76fe93b837d748563e0a60c1'] = 'Aplicar descuento';
$_LANGADM['AdminCarts01abfc750a0c942167651c40d088531d'] = 'n°';
$_LANGADM['AdminCarts068f80c7519d0528fb08e82137a72131'] = 'Productos';
$_LANGADM['AdminCarts18fb6221fe0d9895c2e9ba08283f00e9'] = 'Pedido n°%d';
$_LANGADM['AdminCarts1d949d2235747b894bbaae35fbf44f1d'] = 'Información cliente';
$_LANGADM['AdminCarts21586db2334d5241a3cbf559955c129b'] = 'tasa exclcluida';
$_LANGADM['AdminCarts2633d6725607d13e80f5e30514b91fbe'] = 'Total de descuentos:';
@@ -358,7 +331,6 @@ $_LANGADM['AdminCartsadb831a7fdd83dd1e2a309ce7591dff8'] = 'Visitante';
$_LANGADM['AdminCartsb157524c4be8c2fc80e5ef2f0b1bf1e6'] = 'Pedidos validados:';
$_LANGADM['AdminCartsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminCartsce26601dac0dea138b7295f02b7620a7'] = 'Cliente';
$_LANGADM['AdminCartsd1228f5476d15142b1358ae4b5fa2454'] = 'Pedido n°';
$_LANGADM['AdminCartsd79cf3f429596f77db95c65074663a54'] = 'Id. de pedido';
$_LANGADM['AdminCartsdeb10517653c255364175796ace3553f'] = 'Producto';
$_LANGADM['AdminCartse78b6f4eb3be046f4d25c07ce54954d4'] = 'Ref:';
@@ -475,27 +447,25 @@ $_LANGADM['AdminContactsb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado';
$_LANGADM['AdminContactsd3b206d196cd6be3a2764c1fb90b200f'] = 'Borrar seleccionados';
$_LANGADM['AdminContactse25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los items seleccionados?';
$_LANGADM['AdminController050a0d11da7943317186f76a36b14a6c'] = 'No hay pedidos nuevos hechos en su tienda ';
$_LANGADM['AdminController07213a0161f52846ab198be103b5ab43'] = 'errores';
$_LANGADM['AdminController12c500ed0b7879105fb46af0f246be87'] = 'pedidos';
$_LANGADM['AdminController13348442cc6a27032d2b4aa28b75a5d3'] = 'Buscar';
$_LANGADM['AdminController1a9c46c5de112e3cb217e0ec5576d499'] = 'Últimos clientes ';
$_LANGADM['AdminController3879149292f9af4469cec013785d6dfd'] = 'advertencias';
$_LANGADM['AdminController2169b4627df97333ed94d1e30a9b8148'] = '%d errores';
$_LANGADM['AdminController23a61fdb216b255d81b0d49ca1abb8a4'] = 'Hay %d advertencias.';
$_LANGADM['AdminController399574be0ed95657dfac0e8d38374c62'] = 'por dirección IP';
$_LANGADM['AdminController3dd9c50a1e72020b9cc83e92aa7d07b9'] = 'Tiempo de carga: ';
$_LANGADM['AdminController3e937d04c1c83492260a33d926ca587c'] = 'Bug Tracker ';
$_LANGADM['AdminController406cabb68a6d8f9f7ebbb3c10cd535ef'] = 'Hay %d cuidado.';
$_LANGADM['AdminController4236a440a662cc8253d7536e5aa17942'] = 'cerrar sesión';
$_LANGADM['AdminController46f22f2a56ddd091f4b2b2c35c5ca989'] = 'catalogo';
$_LANGADM['AdminController4942b4a77c98af316861fc63c648b45f'] = 'Mostrar todos los clientes ';
$_LANGADM['AdminController4b6f7d34a58ba399f077685951d06738'] = 'clientes';
$_LANGADM['AdminController4ce81305b7edb043d0a7a5c75cab17d0'] = 'Hay';
$_LANGADM['AdminController4f32a32dea642737580dd71cdfd8d3c0'] = 'Acceso Rápido';
$_LANGADM['AdminController5196611ad1bf27e9cef5375b038c04db'] = 'Sácame de aquí! ';
$_LANGADM['AdminController529a53abbdf42a64cb2d149c0aeced04'] = 'Los últimos pedidos ';
$_LANGADM['AdminController53cd939ae14e33855274e17a3c411fdd'] = 'Por razones de seguridad, también debe: ';
$_LANGADM['AdminController56deca22a707214865f7ea3ae6391d67'] = 'facturas';
$_LANGADM['AdminController6357d3551190ec7e79371a8570121d3a'] = 'hay';
$_LANGADM['AdminController77181afe06241c54ef771a23ee6da8f4'] = 'Últimos mensajes ';
$_LANGADM['AdminController7b83d3f08fa392b79e3f553b585971cd'] = 'cuidado';
$_LANGADM['AdminController8524de963f07201e5c086830d370797f'] = 'Cargando...';
$_LANGADM['AdminController855d2bf59043b81e76bc931e685a4f58'] = 'por nombre';
$_LANGADM['AdminController8642a2f37a5d42b54ce53b1fbdd1583f'] = 'cestas';
@@ -691,10 +661,8 @@ $_LANGADM['AdminCustomers019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Sexo';
$_LANGADM['AdminCustomers056ee659eb2023ed38fc4f09a3648ba9'] = '5 caracteres min., solo letras, numeros o';
$_LANGADM['AdminCustomers068f80c7519d0528fb08e82137a72131'] = 'Productos';
$_LANGADM['AdminCustomers06df33001c1d7187fdd81ea1f5b277aa'] = 'Acciones';
$_LANGADM['AdminCustomers08125f123aff8e74d755ecf415f54ae7'] = 'nunca se contacto con usted';
$_LANGADM['AdminCustomers084e0343a0486ff05530df6c705c8bb4'] = 'invitado';
$_LANGADM['AdminCustomers0f98b7f230f3c91292f0de4c99e263f2'] = 'Registro';
$_LANGADM['AdminCustomers1251852566309cb1f01aa44d71af2528'] = 'no ha hecho un pedido todavia';
$_LANGADM['AdminCustomers125cf762f473a17738b97ee3fabe4e8b'] = 'Este cliente está registrado como';
$_LANGADM['AdminCustomers1412292b09d3cd39f32549afb1f5f102'] = '¿Borrar items seleccionados?';
$_LANGADM['AdminCustomers14266fa9fc5146fc3b25fb95c9d5075f'] = 'Aplicar el precio de descuento de este grupo.';
@@ -736,8 +704,8 @@ $_LANGADM['AdminCustomers5ed5ce582affef97f07fa474c6751302'] = 'El cliente recibi
$_LANGADM['AdminCustomers6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos:';
$_LANGADM['AdminCustomers668a8d8d7ffe5da112b266e46b79b685'] = 'Nombre:';
$_LANGADM['AdminCustomers694e8d1f2ee056f98ee488bdc4982d73'] = 'Cantidad';
$_LANGADM['AdminCustomers6a5f3c8d684c30fca140b918e0bc989b'] = '%1$s %2$s no ha hecho un pedido todavia';
$_LANGADM['AdminCustomers6d2e7477916d118eb0a377fd13af4f63'] = 'Última actualización:';
$_LANGADM['AdminCustomers6ff01ff52bb6bc600dcb062808a55c5f'] = 'no tiene vales de descuento';
$_LANGADM['AdminCustomers7137a85d9b8d9e6d09f47767d2ca31ee'] = 'APE: ';
$_LANGADM['AdminCustomers7442e29d7d53e549b78d93c46b8cdcfc'] = 'Pedidos';
$_LANGADM['AdminCustomers74f68b6b29bed7925bc7257ef1c7f9e4'] = 'Opt.';
@@ -779,12 +747,14 @@ $_LANGADM['AdminCustomersca0dbad92a874b2f69b549293387925e'] = 'Código';
$_LANGADM['AdminCustomerscaa5b7a48ce4b1c1492c445446433fb5'] = 'Sexo:';
$_LANGADM['AdminCustomerscca344269d726c206f3d3894c85cae5a'] = 'Cliente abonado a la newsletter';
$_LANGADM['AdminCustomersce26601dac0dea138b7295f02b7620a7'] = 'Cliente';
$_LANGADM['AdminCustomersce87e57403dbb8cdd5897bd100d21013'] = '%1$s %2$s no ha registrado una direccion todavia';
$_LANGADM['AdminCustomersd04e2c1b67f3ef0d475409516b812e8b'] = 'SIRET:';
$_LANGADM['AdminCustomersd1554912e46f8d36a800ad8b604225f1'] = 'Pedidos válidos:';
$_LANGADM['AdminCustomersd3139f39f1ad6324c80a9ddd50cc7867'] = 'Páginas vistas';
$_LANGADM['AdminCustomersd3b206d196cd6be3a2764c1fb90b200f'] = 'Borrar seleccionados';
$_LANGADM['AdminCustomersd55669822f1a8cf72ec1911e462a54eb'] = 'para';
$_LANGADM['AdminCustomersd75d64b130eb4439fd6cf1051a20321a'] = 'no ha registrado una direccion todavia';
$_LANGADM['AdminCustomersd5f50861e345afcb7b07c1d3a07f3db1'] = '%1$s %2$s no tiene vales de descuento';
$_LANGADM['AdminCustomersdc6b42ed2f2ca892ace5740131b09783'] = '%1$s %2$s nunca se contacto con usted';
$_LANGADM['AdminCustomersdd7bf230fde8d4836917806aff6a6b27'] = 'Dirección';
$_LANGADM['AdminCustomerse0f0b0564d3d29a93fad7a4178b7b1ca'] = 'ID:';
$_LANGADM['AdminCustomerse13c678c09be620b7dfaf90182234b3d'] = 'Opt-in:';
@@ -887,7 +857,6 @@ $_LANGADM['AdminFeatures6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no vál
$_LANGADM['AdminFeatures689202409e48743b914713f96d93947c'] = 'Valor';
$_LANGADM['AdminFeatures6c3205f235918451faca3dcd6e63d760'] = 'Valor de característica';
$_LANGADM['AdminFeatures7aad0283b11e41230d9d1fc7372c3862'] = 'Añadir un nuevo valor de característica';
$_LANGADM['AdminFeatures817b35caca2afa11b6c1efc428315470'] = 'Asociación de tienda:';
$_LANGADM['AdminFeatures9446a98ad14416153cc4d45ab8b531bf'] = 'Rendimiento';
$_LANGADM['AdminFeaturesacdb802bfc2b99b15d1782570285c427'] = 'Valor:';
$_LANGADM['AdminFeaturesb07e7131a6007b2a1a765bdd0e1e4894'] = 'Característica:';
@@ -930,34 +899,6 @@ $_LANGADM['AdminGeolocationcad6a95d966e0470c436f454cedb820f'] = 'Geolocalizació
$_LANGADM['AdminGeolocationcc29c275766408d99b4a6ce0ed25739a'] = 'Comportamiento de geolocalización para los países no reconocidos:';
$_LANGADM['AdminGeolocationdae8ace18bdcbcc6ae5aece263e14fe8'] = 'Opciones';
$_LANGADM['AdminGeolocationeb0823c83a3202fa1ac79991faf9bacd'] = 'Direcciones IP autorizadas';
$_LANGADM['AdminShopGroup00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado';
$_LANGADM['AdminShopGroup0f86285516456595b59620181e9c689c'] = 'Grupo de tienda';
$_LANGADM['AdminShopGroup1814d65a76028fdfbadab64a5a8076df'] = 'Proveedor';
$_LANGADM['AdminShopGroup18e5ed18a875ebffce61b7abe7b5dc1e'] = 'Compartir clientes:';
$_LANGADM['AdminShopGroup2377be3c2ad9b435ba277a73f0f1ca76'] = 'Fabricantes';
$_LANGADM['AdminShopGroup24a23d787190f2c4812ff9ab11847a72'] = 'Estado:';
$_LANGADM['AdminShopGroup287234a1ff35a314b5b6bc4e5828e745'] = 'Atributos';
$_LANGADM['AdminShopGroup3d541d3352f36c85628c8dedea668348'] = 'Reglas de tasa grupal';
$_LANGADM['AdminShopGroup41d8e40a58b7e3a6a84f6137a2424b8d'] = 'Órdenes sobre acciones y carros entre las tiendas de este grupo (usted puede compartir las órdenes sólo si comparten los clientes y las cantidades disponibles)';
$_LANGADM['AdminShopGroup517a8a7dbf1f6e371509817de328e396'] = 'Grupo de clientes';
$_LANGADM['AdminShopGroup775a3ab6add326ef93f2382f49f9e500'] = 'Grupo de atributos';
$_LANGADM['AdminShopGroup791a9f4aec774fbe5591d239f3cf0113'] = 'GrupodeTienda';
$_LANGADM['AdminShopGroup8cf1c12c31b716190d84ba7c578dbcd8'] = 'Activar o desactivar el grupo de tiendas';
$_LANGADM['AdminShopGroup934514d7bd6af6a23fca1b985ec2d640'] = 'Compartir entre los clientes de las tiendas de este grupo';
$_LANGADM['AdminShopGroup98f770b0af18ca763421bac22b4b6805'] = 'Características';
$_LANGADM['AdminShopGroup9d98036f6f49d72e1ce068d3555c04cb'] = 'Importar datos desde otra tienda del grupo';
$_LANGADM['AdminShopGroupa37ede293936e29279ed543129451ec3'] = 'Grupos';
$_LANGADM['AdminShopGroupb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminShopGroupb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado';
$_LANGADM['AdminShopGroupbec5ca2064490f938c3478fd90bf2da1'] = 'Compartir cantidades disponibles para vender:';
$_LANGADM['AdminShopGroupc9cc8cce247e49bae79f15173ce97354'] = 'Guardar';
$_LANGADM['AdminShopGroupd3b206d196cd6be3a2764c1fb90b200f'] = 'Borrar seleccionados';
$_LANGADM['AdminShopGroupd8f3f16f4a7007d6219a34664e36d68b'] = 'Nombre GrupodeTienda';
$_LANGADM['AdminShopGroupdad1f8d794ee0dd7753fe75e73b78f31'] = 'Zonas';
$_LANGADM['AdminShopGroupe25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar items seleccionados?';
$_LANGADM['AdminShopGroupe9f83d2cd2cd8ce6d8a58d3fc454d5cf'] = 'Compartir ordenes:';
$_LANGADM['AdminShopGroupf4636bf0316d7fe289cb6a958704ffa2'] = 'Duplicar los datos de la tienda de grupo';
$_LANGADM['AdminShopGroupff8be7dc0dfd076e494b88721b257237'] = 'Utilice esta opción a los datos asociados (productos, módulos, etc) de la misma manera como la tienda seleccionada';
$_LANGADM['AdminGroups00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado';
$_LANGADM['AdminGroups019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Genero';
$_LANGADM['AdminGroups02d29656d8379684796b01abfd2a9a13'] = 'Mostrar precios:';
@@ -993,9 +934,10 @@ $_LANGADM['AdminGroups8b5dd64ab8d0b8158906796b53a200e2'] = 'Dirección de e-mail
$_LANGADM['AdminGroups8c4284091367c3213217fd939c84a15d'] = 'Módulos no autorizados:';
$_LANGADM['AdminGroups8fc7cc2b4c8d40941152d7242f353190'] = 'Clientes en este grupo pueden ver los precios';
$_LANGADM['AdminGroups93cba07454f06a4a960172bbd6e2a435'] = 'Si';
$_LANGADM['AdminGroups9b9c0e705c0692345da6ca513f47bad4'] = 'Descuento: %d%';
$_LANGADM['AdminGroups9ba58ad734a38b533febf81361bd1a4f'] = 'Descuento (%)';
$_LANGADM['AdminGroups9c37b7b6ff829e977df287900543ea54'] = 'Fecha de nacimiento';
$_LANGADM['AdminGroupsa1e7379abfdbc3b8e03506e5489c6110'] = 'Descuento:';
$_LANGADM['AdminGroupsa1e7379abfdbc3b8e03506e5489c6110'] = 'Descuento: %d%';
$_LANGADM['AdminGroupsa36f97f31dbcb265fb08f5c0626261ea'] = '% s - Cliente que hizo un pedido con Cuenta de invitado';
$_LANGADM['AdminGroupsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminGroupsb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado';
@@ -1125,7 +1067,6 @@ $_LANGADM['AdminImport0a3d8a674faf5d3b70784c58a4d61d89'] = 'ninguna entidad sele
$_LANGADM['AdminImport0a657a7416c29bdc5b134b61b863e7ee'] = 'Producto (%d /%d) no está disponible para este fin (en la línea %d).';
$_LANGADM['AdminImport0c8476c5f5cdedcf296f6b3c22e0dffb'] = 'Lang ID (%d) no es válido (en la línea %d).';
$_LANGADM['AdminImport0e54046ff37bbcbb8f43d25e5de36d7c'] = 'El fichero .csv ha sido importado correctamente a su tienda.';
$_LANGADM['AdminImport0f2d13b7866be71f7e0e08cc2ec885e1'] = '):';
$_LANGADM['AdminImport126a24b89fc776b9da2dd1963c058b28'] = 'Precio Unitario (te) *';
$_LANGADM['AdminImport133eea6c50bd91342a97216a6204975a'] = 'Archivo de muestra de Ordenes ';
$_LANGADM['AdminImport1814d65a76028fdfbadab64a5a8076df'] = 'Proveedores';
@@ -1160,7 +1101,6 @@ $_LANGADM['AdminImport406eba9770c82a84cae2d6ee3e846a56'] = 'Tasa de impuestos (%
$_LANGADM['AdminImport41b00531a619d5e0f965854e352529f1'] = 'ID de Atributo de Producto';
$_LANGADM['AdminImport427b6d816d7fdd86cabe48d8180a3cc9'] = 'imagen URL';
$_LANGADM['AdminImport42c79d65619a9c13d81045f2fe5998aa'] = 'Dirección 1 *';
$_LANGADM['AdminImport45b963397aa40d4a0063e0d85e4fe7a1'] = 'archivos';
$_LANGADM['AdminImport46a2a41cc6e552044816a2d04634545d'] = 'Provincia';
$_LANGADM['AdminImport48d6c0804dd92fb5463bba154a8a747f'] = 'Descuento hasta (aaaa-mm-dd)';
$_LANGADM['AdminImport4a49c8f248ebc1550c23159dbe0f1ace'] = 'Tenga en cuenta que nuestras muestras a nuestra disposición, a continuación.';
@@ -1177,6 +1117,7 @@ $_LANGADM['AdminImport5d01d5588119abec82fd8004995de275'] = 'Porcentaje del descu
$_LANGADM['AdminImport5fc0043ed2ef0d37b6d984e17ea22337'] = 'Seleccione su archivo CVS:';
$_LANGADM['AdminImport6311ae17c1ee52b36e68aaf4ad066387'] = 'Otros';
$_LANGADM['AdminImport63d5049791d9d79d86e9a108b0a999ca'] = 'Referencia';
$_LANGADM['AdminImport664d4132fc8dc3a158be4692b4246528'] = 'La lista de etiquetas no es válida';
$_LANGADM['AdminImport66a73af45237b82a6a3e2e4217ebe69f'] = 'Exclusividad Internet';
$_LANGADM['AdminImport6703aa9936582b4381418f7d523370b4'] = 'Grado de descuento';
$_LANGADM['AdminImport6928b30c9f87670d7621fe8f1fef7054'] = 'Referencia nº ';
@@ -1196,9 +1137,7 @@ $_LANGADM['AdminImport87aae49bd054f2cfa4b7b395dee5f2d3'] = 'Este descuento no es
$_LANGADM['AdminImport8954e2e0d62b56db3c10df45a7602cd3'] = 'ID Almacén';
$_LANGADM['AdminImport8985093401a36bb0b31a127caccfaf0d'] = 'Orden de suministro (%d) no se puede editar (en la línea %d).';
$_LANGADM['AdminImport8ae880593c2afcc7da6d3530513a05d6'] = 'Atributo (Nombre:Tipo:Posición)';
$_LANGADM['AdminImport8b16faf140fc02c3029eb87c628e6510'] = 'Su archivo CVS';
$_LANGADM['AdminImport8c489d0946f66d17d73f26366a4bf620'] = 'Peso';
$_LANGADM['AdminImport8c7dd922ad47494fc02c388e12c00eac'] = 'archivo';
$_LANGADM['AdminImport8ee9e2197f102def04f9ef8e3a9753f9'] = 'Producto (%d /%d) no se puede añadir dos veces (en la línea %d).';
$_LANGADM['AdminImport8f7627c77b01dc968a9665c0156da405'] = 'Tasa de descuento (%d) no es válido (en la línea %d). %s.';
$_LANGADM['AdminImport8fb2f7240d1cbeb86010e76827af5751'] = 'Moneda (%d) no es válido (en la línea %d).';
@@ -1209,8 +1148,6 @@ $_LANGADM['AdminImport95a6134288586bc854f6793506d00efd'] = 'Almacén ID (%d) no
$_LANGADM['AdminImport964e5a863ba051181f8f537626f5c953'] = 'Proveedor no válido';
$_LANGADM['AdminImport97f08a40f22a625d0cbfe03db3349108'] = 'ID del producto';
$_LANGADM['AdminImport980da98409d058c365664ff7ea33dd6b'] = 'líneas';
$_LANGADM['AdminImport998b344cff693ad388a14ba89b1523c7'] = 'no es válida';
$_LANGADM['AdminImport99af56daf9ee280b15e8ed79d75f0255'] = 'La lista de etiquetas';
$_LANGADM['AdminImport9b1f5ada3db7e58544806a11099b7103'] = 'ID Proveedor';
$_LANGADM['AdminImport9b93b45649ec5961b8cc84e905964683'] = 'Posición de la imagen';
$_LANGADM['AdminImport9c1628890f5db454a0b4aed7720de094'] = 'En inglés:';
@@ -1257,6 +1194,7 @@ $_LANGADM['AdminImportd66424c2034991e541dee7face1851fc'] = '¿codificación iso-
$_LANGADM['AdminImportd7fa0b529a16e87f34d8ef35054c765c'] = 'Importación de información de primer orden de suministro se restablecerá los productos solicitados, en su caso.';
$_LANGADM['AdminImportde8a97fd084105e9d0e74b4825b40010'] = 'Por favor, seleccione el tipo de valor de cada columna';
$_LANGADM['AdminImportdf8ffb90c945e796f2cfd9265325b9c3'] = 'Categorías (x,y,z...)';
$_LANGADM['AdminImportdf917adff915d5518c45ae6dc521783b'] = 'Su archivo CVS (%d archivos) :';
$_LANGADM['AdminImportdfa8db9b8d08689d8a23067e93ef4ef9'] = 'ID Moneda';
$_LANGADM['AdminImporte11d1e5d17a3f9ce34faccbb5cc61394'] = 'Orden de suministro de referencia *';
$_LANGADM['AdminImporte1a5e653bc356ed6745d6814d50213eb'] = 'Mostrar precios';
@@ -1267,6 +1205,7 @@ $_LANGADM['AdminImporte6d1ad59ffb524154c47ef02bb67bb79'] = 'Archivo de ejemplo p
$_LANGADM['AdminImporte791ac244233afc29b6f16f20b6e8e1f'] = 'Fecha de nacimiento (dd-mm-aaaa)';
$_LANGADM['AdminImporte81c4e4f2b7b93b481e13a8553c2ae1b'] = 'o';
$_LANGADM['AdminImporte92cfa244b5eb9025d07522080468445'] = 'Ecotasa';
$_LANGADM['AdminImporte951d2acc0ef475b62b892690abb80d8'] = 'Su archivo CVS (%d archivo) :';
$_LANGADM['AdminImportea4788705e6873b424c65e91c2846b19'] = 'Cancelar';
$_LANGADM['AdminImporteafce46b9013f4d12336785c388b664c'] = 'Archivo de ejemplo de direcciones';
$_LANGADM['AdminImporteb931783a286222455893fb956d52cc9'] = 'Usted puede leer información sobre la importación CSV en:';
@@ -1430,6 +1369,7 @@ $_LANGADM['AdminLocalizationf45093072dc38d0cf37441ea63e2ad68'] = 'Unidad de medi
$_LANGADM['AdminLogin01a569ddc6cf67ddec2a683f0a5f5956'] = '¿Olvidaste tu contraseña?';
$_LANGADM['AdminLogin0206fb59f6e0cd0d3d271b58e9109dca'] = '¿Olvido su contraseña?';
$_LANGADM['AdminLogin07213a0161f52846ab198be103b5ab43'] = 'errores';
$_LANGADM['AdminLogin1e460c9780e870a025de51dbac61eeae'] = 'Hay %d errores.';
$_LANGADM['AdminLogin34bdd7b9823059fa742afab7be9d4c58'] = 'Su clave se ha enviado a su email';
$_LANGADM['AdminLogin362b56674d07160fab60725a927bbf13'] = 'eliminado la carpeta /install';
$_LANGADM['AdminLogin463e58c1d35fb5a4a8d717c99a60d257'] = 'Regresar al inicio de sesión';
@@ -1442,6 +1382,7 @@ $_LANGADM['AdminLoginafbbe4ce0486fac5cfb8685e4fcb2b8a'] = 'Por razones de seguri
$_LANGADM['AdminLoginb341a59d5636ed3d6a819137495b08a0'] = 'Password:';
$_LANGADM['AdminLoginbffe9a3c9a7e00ba00a11749e022d911'] = 'Ingresar';
$_LANGADM['AdminLogincb5e100e5a9a3e7f6d1fd97512215282'] = 'error';
$_LANGADM['AdminLogine1ca36437c42dca0886afdc7d463b012'] = 'Hay %d error.';
$_LANGADM['AdminLogs0610bbb9dba03bb8037e468534b65a1a'] = 'Tipo de objeto';
$_LANGADM['AdminLogs0eaadb4fcb48a0a0ed7bc9868be9fbaa'] = 'Advertencia';
$_LANGADM['AdminLogs2d7a39ee844a8ac84031dcd289630dd9'] = 'Problema grave (error crítico)';
@@ -1494,7 +1435,6 @@ $_LANGADM['AdminManufacturers668a8d8d7ffe5da112b266e46b79b685'] = 'Nombre:';
$_LANGADM['AdminManufacturers7b250cb374c12c42a75227ba75df7779'] = 'Meta titulo:';
$_LANGADM['AdminManufacturers7dce122004969d56ae2e0245cb754d35'] = 'Modificar';
$_LANGADM['AdminManufacturers804f1e6cd9e6d68208f39932da191f61'] = 'Dirección de email';
$_LANGADM['AdminManufacturers817b35caca2afa11b6c1efc428315470'] = 'Asociación de tienda:';
$_LANGADM['AdminManufacturers884521e0d3b5e583f112e42352045ae9'] = 'Editar direcciones';
$_LANGADM['AdminManufacturers8bb2af035e07a96f27f1d8f2c98be357'] = 'Teléfono hogar:';
$_LANGADM['AdminManufacturers8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logotipo';
@@ -1671,9 +1611,8 @@ $_LANGADM['AdminModulesf2a6c498fb90ee345d997f888fce3b18'] = 'Suprimir';
$_LANGADM['AdminModulesfa5a31a20c6e887538741d9099bf93e7'] = 'módulo no encontrado';
$_LANGADM['AdminModulesfda2be82f9bf59bf76019b5167186a95'] = 'El siguiente módulo (s) se ha actualizado correctamente:';
$_LANGADM['AdminNotFound064d2e08f924478234959b67180290eb'] = 'Volver a la página anterior';
$_LANGADM['AdminNotFound108a3b71e398b14cc2d2054d3d7e1871'] = 'esta perdido o inválido.';
$_LANGADM['AdminNotFound55a6c776077ef389722620bcfd4a2dbf'] = 'El controlador';
$_LANGADM['AdminNotFoundd19e8ab738bcb64f6c960a6ee116b3b5'] = 'Ir al tablero';
$_LANGADM['AdminNotFoundefc54df619cd3792c98805fba1ee5ff7'] = 'El controlador %s esta perdido o inválido.';
$_LANGADM['AdminOrderMessage38d6bc03067212bb0c2633f8a57d5881'] = 'Orden de los mensages';
$_LANGADM['AdminOrderMessage49ee3087348e8d44e1feda1917443987'] = 'Nombre';
$_LANGADM['AdminOrderMessage4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Mensaje';
@@ -1693,17 +1632,17 @@ $_LANGADM['AdminOrders044083ab9d382e5bed8c049f601c509d'] = 'No se encontraron cu
$_LANGADM['AdminOrders068f80c7519d0528fb08e82137a72131'] = 'Artículos';
$_LANGADM['AdminOrders06933067aafd48425d67bcb01bba5cb6'] = 'Actualizar';
$_LANGADM['AdminOrders074d20a3d8b933b677a76337a81df873'] = 'Numeró de tarjeta:';
$_LANGADM['AdminOrders084e0343a0486ff05530df6c705c8bb4'] = 'una cuenta invitado';
$_LANGADM['AdminOrders0885f0c211f74834f0109c5abaf4cdc4'] = 'Idioma:';
$_LANGADM['AdminOrders08907d6524467f598eaeeb0ec85fa715'] = 'Este pedido se ha realizado a través de ';
$_LANGADM['AdminOrders0945359809dad1fbf3dea1c95a0da951'] = 'Documento';
$_LANGADM['AdminOrders0a9ed0867d12a9df60d2b37fd0229b87'] = 'Total con tasas:';
$_LANGADM['AdminOrders0aed4e816d2ab18361bbfe990b4fdcde'] = 'Usar esta cesta';
$_LANGADM['AdminOrders0c0d054c2c707309be2e70fb9ed7c571'] = 'Almacen:';
$_LANGADM['AdminOrders0c458988127eb2150776881e2ef3f0c4'] = 'Dirección de envío';
$_LANGADM['AdminOrders0d4d1c76cbf823ecde73e6a2e17672bd'] = 'Pedido N°%1$d (%2$s) - %3$s %4$s';
$_LANGADM['AdminOrders0d8d58008ef5dd7afce337373ef73993'] = 'Fecha:';
$_LANGADM['AdminOrders0d9175fe89fb80d815e7d03698b6e83a'] = 'Regalo';
$_LANGADM['AdminOrders0ec5c5bf208e4be4565e77cd6685e277'] = 'Error al enviar el correo electrónico a su cliente.';
$_LANGADM['AdminOrders1021f02536dc46ab3b07c269949e4de7'] = 'Texto #%s:';
$_LANGADM['AdminOrders1067f7778added234b6064bc8aa0765d'] = 'Reingresar artículos';
$_LANGADM['AdminOrders107ca6f108ab1c0c66015df0f61845a9'] = 'Paquete de reciclado';
$_LANGADM['AdminOrders11599f38f7ac080ae579f1bf32f08561'] = 'Añadir un nuevo cupón';
@@ -1713,6 +1652,7 @@ $_LANGADM['AdminOrders153c7809e6b00b6cbfa01b8aa9db43e3'] = 'pagado en vez de';
$_LANGADM['AdminOrders15776e1ba343092478723387aa0844d9'] = 'La cantidad a devolver es spuerior a la cantidad disponible';
$_LANGADM['AdminOrders197101c4a1b1fc503dcd6ebee127aa10'] = 'Arriba';
$_LANGADM['AdminOrders19d8b4cd46e3db747255c7d025042a64'] = 'Buscar un cupón';
$_LANGADM['AdminOrders1ac6ee29e9e68fb71bad91c1d34348cc'] = '%s:';
$_LANGADM['AdminOrders1d949d2235747b894bbaae35fbf44f1d'] = 'Información del cliente';
$_LANGADM['AdminOrders1de2ed90d5b4f8b9a76682d3abaa08df'] = 'Ver información de pagos';
$_LANGADM['AdminOrders1e6d57e813355689e9c77e947d73ad8f'] = 'De:';
@@ -1721,7 +1661,6 @@ $_LANGADM['AdminOrders21e12a8fe83def19b503a5fe335cff50'] = 'Tipo de tarjeta:';
$_LANGADM['AdminOrders24dd7d199595f022b6c9dbfd17bafb55'] = 'No hay pago disponible';
$_LANGADM['AdminOrders257630448a4acd9cfc1ce6c7a5ce05f3'] = 'Añadir cliente';
$_LANGADM['AdminOrders2633d6725607d13e80f5e30514b91fbe'] = 'Total cupones:';
$_LANGADM['AdminOrders27ce7f8b5623b2e2df568d64cf051607'] = 'Existencias';
$_LANGADM['AdminOrders284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Direcciones';
$_LANGADM['AdminOrders290612199861c31d1036b185b4e69b75'] = 'Sumario';
$_LANGADM['AdminOrders29aa46cc3d2677c7e0f216910df600ff'] = 'Envío gratis';
@@ -1729,7 +1668,6 @@ $_LANGADM['AdminOrders29c14e1df15d10b73ec9605fd146b9fe'] = 'No se puede aplicar
$_LANGADM['AdminOrders2a4863d18d0e1d218f2f8af4311ab943'] = 'Gastos de envío:';
$_LANGADM['AdminOrders2ab74fb771ac34b95b1657895282d5d9'] = 'Elija un mensaje estándar';
$_LANGADM['AdminOrders2d0f6b8300be19cf35e89e66f0677f95'] = 'Añadir a la cesta';
$_LANGADM['AdminOrders2fb3b950fd7711136f7f251ae5fbdbdc'] = 'Texto #';
$_LANGADM['AdminOrders32dbec9b1cf9c049084874294d14dca2'] = 'Palabras clave:';
$_LANGADM['AdminOrders33caa076f23f453dd4061726f3706325'] = 'A:';
$_LANGADM['AdminOrders341216368d7ecd01ce32b8b9892293cf'] = 'impuestos incluido.';
@@ -1756,11 +1694,9 @@ $_LANGADM['AdminOrders4ad439b4f7069964e258259e049fa90c'] = 'Reintegro estandard'
$_LANGADM['AdminOrders4b6c6cda10a23d1bdc920f2e47e5f46f'] = 'Añadir un producto';
$_LANGADM['AdminOrders4b8def9be8f45a8d6baea36b26868965'] = 'Suprimir artículos';
$_LANGADM['AdminOrders4cce03651d2ecba98c89991f3280a495'] = 'Una cuenta cliente ya existe con el mismo correo electrónico';
$_LANGADM['AdminOrders4e64a6e77f548802235c788bb5718e95'] = 'Cuando lea un mensaje, por favor haga clic en la verificación de color verde.';
$_LANGADM['AdminOrders4fa1b6a18af39df2372766b93c513f85'] = 'Paquete reciclado:';
$_LANGADM['AdminOrders5068c162a60b5859f973f701333f45c5'] = 'Número de seguimiento';
$_LANGADM['AdminOrders50cd1871f950375eef4e2efce35366c6'] = 'Añadir nota';
$_LANGADM['AdminOrders5263e6971aa7d2639fc64992ba5d24ad'] = 'Ordenes: Crear una orden';
$_LANGADM['AdminOrders543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Total productos:';
$_LANGADM['AdminOrders54431df3f2451575c469f55e99a49f3a'] = 'Vale de compra referido al pedido nº ';
$_LANGADM['AdminOrders552a0d8c17d95d5dbdc0c28217024f5a'] = 'Costo de envío';
@@ -1784,6 +1720,7 @@ $_LANGADM['AdminOrders691b338fa68b3c177c6ebbc745624c6a'] = 'Total envío:';
$_LANGADM['AdminOrders6a5efd211a422296eab4adc476c98f0e'] = 'Devolver artículos';
$_LANGADM['AdminOrders6a94d8492279c2bfd3e81f3158658980'] = '[Generado] CartRule de envío gratis';
$_LANGADM['AdminOrders6c957f72dc8cdacc75762f2cbdcdfaf2'] = 'Precio unitario';
$_LANGADM['AdminOrders6fe50cb3c0bf60f28ac9049ae6cb8c26'] = 'Este pedido se ha realizado a través de una cuenta invitado.';
$_LANGADM['AdminOrders711cb64729ed5b666cf97c01691f5806'] = 'Devolver gastos de envío';
$_LANGADM['AdminOrders71e2851d86b252a44c658b896c486921'] = 'Editar nota';
$_LANGADM['AdminOrders729a51874fe901b092899e9e8b31c97a'] = '¿Está seguro?';
@@ -1844,6 +1781,7 @@ $_LANGADM['AdminOrdersb5a7adde1af5c87d7fd797b6245c2a39'] = 'Descripción';
$_LANGADM['AdminOrdersb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminOrdersb7623e931f082f027293f27dbfe7a8ea'] = '¿Mostrar al cliente?';
$_LANGADM['AdminOrdersb9af8635591dc44009ccd8e5389722ec'] = 'No se encontrarón productos';
$_LANGADM['AdminOrdersb9e6daaef804c01f3847f1da8b053dd1'] = 'Imagen n°';
$_LANGADM['AdminOrdersba794350deb07c0c96fe73bd12239059'] = 'Embalaje';
$_LANGADM['AdminOrdersbafd7322c6e97d25b6299b5d6fe8920b'] = 'No';
$_LANGADM['AdminOrdersbb45670bfc1611e057b9569c1fdf8003'] = 'Mensaje de regalo';
@@ -1863,7 +1801,6 @@ $_LANGADM['AdminOrderscb1766c2f66e428afb3b74a67c045370'] = 'Marcar este mensaje
$_LANGADM['AdminOrderscc61945cbbf46721a053467c395c666f'] = 'Reembolsado';
$_LANGADM['AdminOrderscce5cb6b3f30f3c7c23e056782be13e2'] = 'Buscar clientes:';
$_LANGADM['AdminOrdersce26601dac0dea138b7295f02b7620a7'] = 'Cliente';
$_LANGADM['AdminOrdersd1228f5476d15142b1358ae4b5fa2454'] = 'Pedido N°';
$_LANGADM['AdminOrdersd3791adb95b19897037a0e3153ff6356'] = 'Restablecer el precio de envío';
$_LANGADM['AdminOrdersd5bd22327f46800fbd839c6fae3eaa49'] = 'Si opta por crear este descuento para todas las facturas, un descuento se creó por factura orden.';
$_LANGADM['AdminOrdersd98a07f84921b24ee30f86fd8cd85c3c'] = 'desde';
@@ -1983,6 +1920,7 @@ $_LANGADM['AdminPerformance39288e61e4ec7652a64de79b94be2c78'] = 'Compresión má
$_LANGADM['AdminPerformance3b122241906899e24b19de017667af13'] = 'Estas características van a ser desactivadas:';
$_LANGADM['AdminPerformance3f21c4cb40da6ee36bfbdee232f734eb'] = 'Nombre del segundo nombre de dominio de su tienda (por ejemplo, myshop-media-server-1.com). Si no tiene otro dominio, deje el campo vacío.';
$_LANGADM['AdminPerformance3ffcac2b857b421d5418b748b411265b'] = 'Servidores de media (utilizado únicamente cuando CCC está activado)';
$_LANGADM['AdminPerformance45e83bc937d99310bc571fb756bbb5ad'] = 'Para utilizar CacheFS la carpeta %s debe tener los derechos de escritura.';
$_LANGADM['AdminPerformance49aeb6053e875124e2e7a5e332cf37df'] = 'La consola no esta abierta';
$_LANGADM['AdminPerformance526838de93b6f66c78968a3a934042ee'] = 'Cache inteligente para CSS';
$_LANGADM['AdminPerformance5305b3e31f31228ba222c0681be73cbf'] = 'Compilar caché si las plantillas se actualizan';
@@ -2010,11 +1948,9 @@ $_LANGADM['AdminPerformance938a37a70efa8f8b7adf65d5e01442d5'] = 'Nunca compilar
$_LANGADM['AdminPerformance93cba07454f06a4a960172bbd6e2a435'] = 'Sí';
$_LANGADM['AdminPerformance9535ef94bfc73ca1933e6bcfc4e64ded'] = 'Utilizar Rijndael con la librería mcript.';
$_LANGADM['AdminPerformance98cb1c78dc57031530a646edadf2584d'] = 'Esta característica no puede desactivarse por que está en uso.';
$_LANGADM['AdminPerformance9c9ca93357c96b83727281cbd7c12f36'] = 'Para utilizar la carpeta CacheFS';
$_LANGADM['AdminPerformance9f2dedca6e0a783e7e52037b635c7c91'] = 'Dirección IP:';
$_LANGADM['AdminPerformance9f8a0aaa0d8c5eeb98f607482e6f2543'] = 'Cifrar';
$_LANGADM['AdminPerformancea80f3ba9da16baa959b8685c8538099d'] = 'Conservar el funcionamiento original';
$_LANGADM['AdminPerformancea9b036d3e91d53892d6a67c31327e456'] = 'debe tener los derechos de escritura';
$_LANGADM['AdminPerformanceaadb27e7677e4c4c85e4aa747ef7626e'] = 'Para utilizar XCache, debe instalar la extensión XCache en su servidor.';
$_LANGADM['AdminPerformanceaee8eb501dcb805b13f843db6dc56e9b'] = 'Debe introducir otro campo o subcampo para no volver a utilizar el cookie para el contenido estático.';
$_LANGADM['AdminPerformanceb0744a0fedad81b59019ea2cfd6d0bb9'] = 'Utilizar CCC para el código JavaScript';
@@ -2069,19 +2005,14 @@ $_LANGADM['AdminProducts03937134cedab9078be39a77ee3a48a0'] = 'Grupo';
$_LANGADM['AdminProducts03c2e7e41ffc181a4e84080b4710e81e'] = 'Nuevo';
$_LANGADM['AdminProducts03e895d6310cdab805586fce4123ed08'] = 'Seleccione el tipo de imagen_';
$_LANGADM['AdminProducts0449f210068787074ce58175b1a2f5cf'] = 'Suprimir este producto';
$_LANGADM['AdminProducts05c2af8e9583b3ade94e13447958f7af'] = 'Números de cuenta no se pudo actualizar o añadir en la base de datos';
$_LANGADM['AdminProducts0637058fbe3054e03005b04e2852b06f'] = 'Dejar en blanco si el precio no cambia';
$_LANGADM['AdminProducts06444363878572ed1fd5c9342cd5884f'] = 'Disponible a partir de:';
$_LANGADM['AdminProducts06d43815fa42336629ff54da5630143c'] = 'el archivo';
$_LANGADM['AdminProducts0932fe7755e51cff71c39720af420c3b'] = 'Precio unitario de la moneda';
$_LANGADM['AdminProducts0a00c22a3a2a56e14c21e34d92f5a14b'] = 'Por favor, seleccione la tienda que desee configurar';
$_LANGADM['AdminProducts0a5fa53f3f20f67f98bd6c3b16df059d'] = 'es necesario';
$_LANGADM['AdminProducts0b27918290ff5323bea1e3b78a9cf04e'] = 'Archivo';
$_LANGADM['AdminProducts0ba05d9030c37586ec90a10b26f3d425'] = 'Los proveedores de los productos actuales';
$_LANGADM['AdminProducts0d0a2536d9091f317c4c5695545efebb'] = 'Ecotasa:';
$_LANGADM['AdminProducts0d521f7724416d12a25c833829c6810b'] = 'Lista de productos para el pack:';
$_LANGADM['AdminProducts0e7c3ab78aa07c029da5f225a6619ca3'] = 'Cantidades disponibles para el producto actual y sus combinaciones se basan en stock en los almacenes';
$_LANGADM['AdminProducts0f26e4f64d58beb4d924627c707e43ad'] = 'Numero de cuenta';
$_LANGADM['AdminProducts104f50d9d335bbe38ee0c8e44ebddf03'] = '(US, Canadá)';
$_LANGADM['AdminProducts1063e38cb53d94d386f21227fcd84717'] = 'Eliminar';
$_LANGADM['AdminProducts10b8ce36a973c8009b521b39488a89a7'] = 'Gastos de porte suplementarios';
@@ -2090,6 +2021,7 @@ $_LANGADM['AdminProducts119a7c88cf8f1c685c57981abff26f43'] = 'Admitir pedidos';
$_LANGADM['AdminProducts12085f07b6313b69c63a625d8e23f706'] = 'valor personalizado';
$_LANGADM['AdminProducts1280169553c08486626f41d112b79450'] = 'Debe guardar este producto antes de la gestión de proveedores';
$_LANGADM['AdminProducts1284dfb4d1c104f5aa4ec55fa3883ff1'] = 'Por favor, elija los almacenes asociados a este producto, y el uno por defecto.';
$_LANGADM['AdminProducts1330644e50b47cea36b82e830f521ed8'] = 'El archivo %1$s supera el tamaño permitido por el servidor. Este límite está establecido en %2$d Mo.';
$_LANGADM['AdminProducts1330988644c6dfe038e00e6384ac845a'] = 'Anterior';
$_LANGADM['AdminProducts1351017ac6423911223bc19a8cb7c653'] = 'Nombre de archivo';
$_LANGADM['AdminProducts13cdf2d0d1b996ad3a141e297c62ea6b'] = 'Esta función se ha desactivado, podrá configurar esta función en esta página:';
@@ -2112,7 +2044,6 @@ $_LANGADM['AdminProducts1f4b25c6d3845c0a50b80a3d964b04d4'] = 'Comience a escribi
$_LANGADM['AdminProducts1f87346a16cf80c372065de3c54c86d9'] = 'Con IVA';
$_LANGADM['AdminProducts1fa366c172df7613ac40a6e8c5c0c6b1'] = 'asociar sus almacenes con las tiendas apropiadas';
$_LANGADM['AdminProducts1fcff33e9fa51cdabcee9b29a88cdb24'] = 'Esta interfaz le permite administrar las cantidades disponibles para la venta del producto actual y sus combinaciones en la tienda actual.';
$_LANGADM['AdminProducts20d8e3c9ba72de629652dc849c2a326a'] = 'Configurar el número de cuenta del producto para cada zona, si un campo está vacío, se utilizará el valor predeterminado del conjunto de la tienda en la ficha Contabilidad ';
$_LANGADM['AdminProducts21021ea0e52be8e9c599f4dff41e5be0'] = 'caracteristica';
$_LANGADM['AdminProducts21034ae6d01a83e702839a72ba8a77b0'] = '(tasa excl)';
$_LANGADM['AdminProducts2194e5264b4e11db918b9d1d428ab68f'] = 'No se puede hacer el atributo por defecto';
@@ -2120,7 +2051,6 @@ $_LANGADM['AdminProducts21f59b54f62b5b8b4bc0f63f0f617fc1'] = 'Impacto';
$_LANGADM['AdminProducts22ca5e6793d68c5775c0851a3d2cfa32'] = 'Marque todos los productos que se almacenan en este almacén.';
$_LANGADM['AdminProducts22eb5599cf8ccde65128467443e72099'] = 'Características sin definir';
$_LANGADM['AdminProducts234078adec0a64008b6ae77653776cfa'] = 'Breve descripción:';
$_LANGADM['AdminProducts23470f2faa48c53e6fb5fad4e3de3cdd'] = 'Producto virtual';
$_LANGADM['AdminProducts24a1199bf4dcbef398db7660409a61d9'] = 'Cuando no hay stock:';
$_LANGADM['AdminProducts24a23d787190f2c4812ff9ab11847a72'] = 'Estado:';
$_LANGADM['AdminProducts252d5754cc8f41c7c8bc1b15b26cbde3'] = 'Se administran una tienda que está en un grupo donde las cantidades se reparten entre todas las tiendas de este grupo.';
@@ -2152,13 +2082,11 @@ $_LANGADM['AdminProducts3b263477a8ad622d76979befafd0119d'] = 'Escriba las primer
$_LANGADM['AdminProducts3b6c024d7eff743d98d894ce0e0d1242'] = 'Documentos adjuntos disponibles';
$_LANGADM['AdminProducts3bc79dca1e0cdc4b2ac5a2e415f902bf'] = 'Precio sin Iva de venta de este producto';
$_LANGADM['AdminProducts3c6c11039b6caf151f6e3e99237f2f3b'] = 'A partir de (cantidad)';
$_LANGADM['AdminProducts3cb94c0658e6bbfdeac7e65b9635a8f5'] = 'Esto es un enlace';
$_LANGADM['AdminProducts3dd42bfc8345e82c43b4a40a3426ec49'] = 'Referencia:';
$_LANGADM['AdminProducts3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caracteres no válidos:';
$_LANGADM['AdminProducts3e06cfca1e715c7c256ef8da2098f62a'] = 'Debe guardar este producto antes de la adición de imágenes.';
$_LANGADM['AdminProducts3e34bdebd9bd5edda27e8728904a2552'] = 'unidad(es)';
$_LANGADM['AdminProducts3e565755572fa5df48eb811c62619098'] = 'Texto mostrado cuando está disponible:';
$_LANGADM['AdminProducts3e56c011b37f0bc78fb9eb175c1181c6'] = 'kb';
$_LANGADM['AdminProducts3ea3291e42b4f5eae395f389ce9a88d5'] = 'Generador de combinaciones de productos';
$_LANGADM['AdminProducts406c281fe886b62b8a34752bc6ef4a13'] = 'Valor incorrecto';
$_LANGADM['AdminProducts418734e88e64dbe12a62122833c89da7'] = 'Caracteres especiales autorizados:';
@@ -2186,12 +2114,10 @@ $_LANGADM['AdminProducts535fb9c585d10cb369e97f1ae2d5e11f'] = 'ya incluída en el
$_LANGADM['AdminProducts544baae42433c186ff222736db985d7d'] = 'Añadir un valor predefinido';
$_LANGADM['AdminProducts545f6c2f382c04810103b3e5e6f7d841'] = 'Ilimitado';
$_LANGADM['AdminProducts55110f4c6a2c90b143c6fcd295cb7bc7'] = 'Una combinación por defecto debe ser designada para cada producto.';
$_LANGADM['AdminProducts556a6218e1f97339218c46921f1a0f51'] = 'Debe guardar este producto antes de gestionar la contabilidad.';
$_LANGADM['AdminProducts57ec7ec7b4ada0275e7a24f8543039e0'] = 'No es posible administrar cantidades cuando:';
$_LANGADM['AdminProducts58fd2b2308056ad80255a322b305742b'] = 'Número de días';
$_LANGADM['AdminProducts59716c97497eb9694541f7c3d37b1a4d'] = 'País';
$_LANGADM['AdminProducts59adc1912b6f538acb6afab8c2621945'] = 'Los impuestos están desactivados actualemente';
$_LANGADM['AdminProducts5a95a425f74314a96f13a2f136992178'] = 'Compartir';
$_LANGADM['AdminProducts5b14ab8904d8a735edd6ea4cff8f7b7c'] = 'Precios especificos';
$_LANGADM['AdminProducts5c057e774f5a310728805fb927b17141'] = 'En este caso, las cantidades corresponden a los quantitites del stock real en los almacenes asociados a la tienda corriente o actual grupo de tiendas.';
$_LANGADM['AdminProducts5d9f4d9294b21f54147183e8ea27bc12'] = 'Usted debe tener un almacén común entre este paquete y de su producto.';
@@ -2213,8 +2139,6 @@ $_LANGADM['AdminProducts6453b853979579ed50ec58e2e7d13816'] = 'Se perderán todas
$_LANGADM['AdminProducts6492d670e42151cc37574d99f4071f85'] = 'Nombre del archivo';
$_LANGADM['AdminProducts64b53bc0cc0715cf944e23104df45d66'] = 'Producto virtual (servicios, reserva y productos descargables)';
$_LANGADM['AdminProducts6624493bea28e951b0e89cb12a324bcf'] = '¿Es un producto virtual?';
$_LANGADM['AdminProducts6666cd76f96956469e7be39d750cc7d9'] = '/';
$_LANGADM['AdminProducts6844aa7b2ea9577a34cea194362d5509'] = 'supera el tamaño permitido por el servidor, este límite está establecido en';
$_LANGADM['AdminProducts686e697538050e4664636337cc3b834f'] = 'Crear';
$_LANGADM['AdminProducts694e8d1f2ee056f98ee488bdc4982d73'] = 'Cantidad';
$_LANGADM['AdminProducts6a6d01ddaa8fb712f673a6c94525f149'] = 'disponible a la compra';
@@ -2223,11 +2147,9 @@ $_LANGADM['AdminProducts6ba23760079b4b664d4d5e311c7d5984'] = 'Palabras clave par
$_LANGADM['AdminProducts6c9c761d2a07d20625686d8062992f80'] = 'Quiero usar el sistema de archivo de gestión avanzada para este producto';
$_LANGADM['AdminProducts6ca82180f678cae60daa0476baf5e523'] = 'Usted puede establecer precios específicos para los clientes que pertenecen a grupos diferentes, de diferentes países ...';
$_LANGADM['AdminProducts6da03a74721a0554b7143254225cc08a'] = 'Recondicionado';
$_LANGADM['AdminProducts6e0fbf5e58083d923245509df03586a0'] = 'Estos campos se utilizan para la exportación de contabilidad';
$_LANGADM['AdminProducts6eac2df6a5cc74282553321a73c553fb'] = 'Por favor marque una categoría para seleccionar la categoría predeterminada.';
$_LANGADM['AdminProducts6f39383b81d4999830ab6febe6279777'] = 'Añadir o modificar las combinaciones de este producto';
$_LANGADM['AdminProducts70f394c7aa6039a151b545cc56b797b8'] = 'Si ninguna compañía seleccionada, todos los portadores se podría utilizar para el envío de este producto.';
$_LANGADM['AdminProducts70f4b635847038d056e33959821a7a66'] = 'caracteres máximos';
$_LANGADM['AdminProducts7164d9223003cb3505836cf3afebcb67'] = 'Referencia del Producto(s)';
$_LANGADM['AdminProducts729a51874fe901b092899e9e8b31c97a'] = '¿Está seguro?';
$_LANGADM['AdminProducts74645ed4e5e25461a664d5f68ff19098'] = 'Marcar la o las categorías en las que aparecen el o los productos';
@@ -2249,8 +2171,6 @@ $_LANGADM['AdminProducts7c4f29407893c334a6cb7a87bf045c0d'] = 'derecha';
$_LANGADM['AdminProducts7de42ace590ac5849de386ffccb38958'] = 'Nombre del proveedor';
$_LANGADM['AdminProducts7e2708aeb65763c54052f57ed1a1ec1d'] = 'Adjuntos';
$_LANGADM['AdminProducts7e3a51a56ddd2846e21c33f05e0aea6f'] = 'Todos los clientes';
$_LANGADM['AdminProducts7e47a344b06d82a8836cbee2748a79e6'] = 'se requiere al menos';
$_LANGADM['AdminProducts7e93b54f29abc0e84d489bf739a67e5f'] = 'Número de descargas';
$_LANGADM['AdminProducts804ccd6219996d12eda865d1c0707423'] = 'Todas las tiendas';
$_LANGADM['AdminProducts811882fecd5c7618d7099ebbd39ea254'] = 'izquierda';
$_LANGADM['AdminProducts8284ae5df53e6e7ffc1f2cc67ae68765'] = 'Referencia del proveedor';
@@ -2258,7 +2178,6 @@ $_LANGADM['AdminProducts82913a5c53d8d818aa69936a630336a3'] = 'Regla de impuestos
$_LANGADM['AdminProducts8300b58d12ed9de055d7a727c72ef55a'] = 'Seleccione su imagen:';
$_LANGADM['AdminProducts8321e79c278ec510f63675c040594892'] = 'Máximo';
$_LANGADM['AdminProducts839af95e357936503d910adb5ae209a3'] = 'Kb máx.';
$_LANGADM['AdminProducts83a3be00962f7ebef403da83d203e595'] = 'Actual:';
$_LANGADM['AdminProducts8524de963f07201e5c086830d370797f'] = 'Cargando...';
$_LANGADM['AdminProducts853fd1651461ce105a2f19272b700f06'] = 'Nueva combinación';
$_LANGADM['AdminProducts85f0bf927be7014e2265c4bc96bd50d2'] = '(Europa, Japón)';
@@ -2276,7 +2195,6 @@ $_LANGADM['AdminProducts8c489d0946f66d17d73f26366a4bf620'] = 'Peso';
$_LANGADM['AdminProducts8d8fcc1abd550c5f25dbfaa57d59cb67'] = 'Mo';
$_LANGADM['AdminProducts8e99fa97ef8d51d9215028842c7ad57c'] = 'Gestión de las prioridades';
$_LANGADM['AdminProducts8ed07686e8486f87c4e0d491b0949904'] = 'Combinación:';
$_LANGADM['AdminProducts8edb6e2f93a2381b4ad39d904e7f87d5'] = 'el campo';
$_LANGADM['AdminProducts8f1a864ccfbcab6bd57f058d5d2b42b2'] = 'También es posible especificar para cada combinación de producto / producto del proveedor de referencia de acuerdo con los proveedores previamente asociados.';
$_LANGADM['AdminProducts913325468f8b6bcd59733df11213b066'] = '(tasas no incluídas)';
$_LANGADM['AdminProducts913bb5260c0b1fbd1d76d8140360dd19'] = 'impuestos incluidos';
@@ -2286,8 +2204,6 @@ $_LANGADM['AdminProducts91c8f68700703b825761609b303d44e3'] = 'Impacto en el peso
$_LANGADM['AdminProducts9230dd17b40c6d0478772e4d545abc46'] = 'Cancelar la modificación';
$_LANGADM['AdminProducts926039e8a49f511c72cd88894ad52450'] = 'Para los packs, si no tiene productos que utilizan la gestión de las existencias avanzado, tiene que especificar un almacén común para esos productos y el pack.';
$_LANGADM['AdminProducts92ab5edf4194cb5a84d6808cb8d8b696'] = 'El enlace del producto aparecerá como:';
$_LANGADM['AdminProducts92c75dc7b5c97898f326b95360d4bac7'] = 'mostrar nombre de ficheros';
$_LANGADM['AdminProducts936229092c21ed68de9ba5c3edb6c9f8'] = 'número de días del atributo';
$_LANGADM['AdminProducts936ccdb97115e9f35a11d35e3d5b5cad'] = 'Cloc aquí';
$_LANGADM['AdminProducts93cba07454f06a4a960172bbd6e2a435'] = 'Si';
$_LANGADM['AdminProducts94d26b23623d5a7a411fa43f3cd48c9a'] = 'Usted puede optar por utilizar el sistema de archivo de gestión avanzada de este producto o no.';
@@ -2295,10 +2211,7 @@ $_LANGADM['AdminProducts95b6faa9d75417fe5e7767a733ab6fb4'] = 'A partir de ';
$_LANGADM['AdminProducts961f2247a2070bedff9f9cd8d64e2650'] = 'Seleccione';
$_LANGADM['AdminProducts97f014aa339f5b37951f100fb1a086d8'] = 'Por favor, seleccione al menos un producto.';
$_LANGADM['AdminProducts98f770b0af18ca763421bac22b4b6805'] = 'Características';
$_LANGADM['AdminProducts998b344cff693ad388a14ba89b1523c7'] = 'no es válido';
$_LANGADM['AdminProducts99af56daf9ee280b15e8ed79d75f0255'] = 'Listado de etiquetas';
$_LANGADM['AdminProducts9a63ec735f057c1366284bda67eee7de'] = 'Rendimientos:';
$_LANGADM['AdminProducts9bbd45bad55cfc620803907f2d8a0217'] = 'Contabilidad';
$_LANGADM['AdminProducts9be976b8052c984a95997e4a4f8eef96'] = 'aparece en el cuerpo de la página del producto';
$_LANGADM['AdminProducts9c67db9cd9f13cfbbe3ebb7ab90e9e3f'] = 'Precio de venta con IVA:';
$_LANGADM['AdminProducts9c7f56d70e922a61254366964c01c64a'] = 'Todas las divisas';
@@ -2318,7 +2231,6 @@ $_LANGADM['AdminProductsa1f9d795d1110aeeed6b5368c16dc725'] = 'EAN13 ou JAN :';
$_LANGADM['AdminProductsa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta descripción:';
$_LANGADM['AdminProductsa6ff0f7a2a1993857cb67b769780e708'] = 'Precios no especificados';
$_LANGADM['AdminProductsa890a08afc5d657bfe58f8ef21a6da65'] = 'Debe guardar este producto antes de añadir la personalización.';
$_LANGADM['AdminProductsa9ba3f599719d08ba53c26c932b6860f'] = 'número de días';
$_LANGADM['AdminProductsaa642c15d075aab8a1ac2ccbc9a0d07a'] = 'Usted está manejando un grupo de tiendas donde las cantidades que no son compartidos entre todas las tiendas de este grupo.';
$_LANGADM['AdminProductsaa690c7566fa052edf9db33d69db306f'] = 'Ventas de producto';
$_LANGADM['AdminProductsaac247ca22789872bad95dc8f6c45d37'] = 'Incremento:';
@@ -2341,7 +2253,6 @@ $_LANGADM['AdminProductsb0ae1c78575f8631338b57015604519b'] = 'Por favor, elija u
$_LANGADM['AdminProductsb287d004082f0d743a49dc7360d4fbbe'] = 'La cantidad mínima para pedir este producto (definir 1 para desactivar esta aplicación)';
$_LANGADM['AdminProductsb2e3e379189bcd9251937acc4dcf37e8'] = 'Sentencia sencilla para la cabecera HTML';
$_LANGADM['AdminProductsb2f40690858b404ed10e62bdf422c704'] = 'Importe';
$_LANGADM['AdminProductsb3f28ce65c666b3dd33240ad6921d941'] = 'no es válido';
$_LANGADM['AdminProductsb51a231babbab8586d70830dd7c96653'] = 'es compartible';
$_LANGADM['AdminProductsb54431f36761311b49af51be8407da30'] = 'Ancho (paquete) :';
$_LANGADM['AdminProductsb59c9757725815ede91ef3ccb2ba7749'] = 'Valor indefinido';
@@ -2349,12 +2260,10 @@ $_LANGADM['AdminProductsb61bd19699eab41bbcdabc42f83af268'] = 'Considere la posib
$_LANGADM['AdminProductsb6bf408fcbdbbc77159db64efbcbb7b1'] = 'Campos de texto:';
$_LANGADM['AdminProductsb6ef48322d4d59004db9f650344c1a8f'] = 'Se aplicará la tasa del transportista';
$_LANGADM['AdminProductsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminProductsb8cb56e655c8957c168a380aca447e9b'] = 'El tamano del archivo que intente descargar es:';
$_LANGADM['AdminProductsb908c2f34052b5276e0bf50f0e042211'] = 'Tamaño:';
$_LANGADM['AdminProductsb9208b03bcc9eb4a336258dcdcb66207'] = 'Combinaciones';
$_LANGADM['AdminProductsb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado';
$_LANGADM['AdminProductsbafd7322c6e97d25b6299b5d6fe8920b'] = 'No';
$_LANGADM['AdminProductsbb46711b0644764f89a3d068e510295a'] = 'contar ahora';
$_LANGADM['AdminProductsbbc8c3f199c22b3951a52bc9821971ee'] = 'Precio unitario:';
$_LANGADM['AdminProductsbe26ade2055790d0e8d19eed69309574'] = 'Accesorios:';
$_LANGADM['AdminProductsbe53a0541a6d36f6ecb879fa2c584b08'] = 'Imagen';
@@ -2364,20 +2273,15 @@ $_LANGADM['AdminProductsc0471f0320bc17eb192bbd412d236806'] = 'Información globa
$_LANGADM['AdminProductsc12cf3f1af68d3bb0dacb9f9ac61349e'] = 'Campos de archivo:';
$_LANGADM['AdminProductsc1649abdccba825a27f5820f126c8454'] = 'Añadir un precio específico';
$_LANGADM['AdminProductsc17ed6a82bd63f9dde6ab3572e3c32f4'] = 'Identificación del atributo del producto Indefinido';
$_LANGADM['AdminProductsc2aca4338baa0270267d8bf0279310f2'] = 'fecha de expiración';
$_LANGADM['AdminProductsc2d675b96dd130960c9c3fb9044e13be'] = 'fecha de expiración del atributo';
$_LANGADM['AdminProductsc312034c9f17a264365e734de442ca0a'] = 'El nombre completo del archivo con la extensión (ejemplo: libro, pdf)';
$_LANGADM['AdminProductsc3987e4cac14a8456515f0d200da04ee'] = 'Todos los países';
$_LANGADM['AdminProductsc39ddd7f7c2983a075a10bff9ff14ae5'] = '¿Quieres una imagen asociada con el producto en su descripción?';
$_LANGADM['AdminProductsc4c95c36570d5a8834be5e88e2f0f6b2'] = 'Informaciones';
$_LANGADM['AdminProductsc5a61551373c8838d63df1bdb1996a30'] = 'Ninguna fecha de expiración si este espacio está en blanco';
$_LANGADM['AdminProductsc74d5593ec71cdf7d4662cd0bc379fff'] = 'Nueva etiqueta';
$_LANGADM['AdminProductsc77b86cdeed7ed9197db5858fa3b5fd0'] = 'Aplicar a todas las combinaciones';
$_LANGADM['AdminProductsc795dfff10a7c952f4c5438951e9ece9'] = 'Portada';
$_LANGADM['AdminProductsc7c2169d380b95e2e3672037c5ace793'] = 'Asigne una caracteristica al producto';
$_LANGADM['AdminProductsc8360cc476fc8b5ee9a4db494220058d'] = 'Número de descargas autorizadas por cliente';
$_LANGADM['AdminProductsc9211c294f5e55646fb079d71194cd96'] = 'No es posible si la gestión de stocks avanzada no está habilitada';
$_LANGADM['AdminProductsc975449f6135768798a09476bcbaa6e8'] = 'mostrar el atributo nombre de archivo';
$_LANGADM['AdminProductsc9cc8cce247e49bae79f15173ce97354'] = 'Salvar';
$_LANGADM['AdminProductsc9ccbcfb87f75a9cf7a437314e6ece4f'] = 'Por favor, elegir a los proveedores asociados a este producto, y uno por defecto.';
$_LANGADM['AdminProductscc3787ca78f445f481069a4c047f7e7a'] = 'Elegir idioma:';
@@ -2399,7 +2303,6 @@ $_LANGADM['AdminProductsd74838fbbeb384c01d7294db33c36ec3'] = 'La gestión de exi
$_LANGADM['AdminProductsd88946b678e4c2f251d4e292e8142291'] = 'SEO';
$_LANGADM['AdminProductsd9da8da652ae39e03c51b2a671a47bf8'] = 'Quiero especificar cantidades disponibles de forma manual';
$_LANGADM['AdminProductsda22c93ccb398c72070f4000cc7b59a1'] = 'Personalización';
$_LANGADM['AdminProductsdbb768f29d6b36b627c8233b32da4f2c'] = 'Archivo demasiado voluminoso, tamaño máximo autorizado:';
$_LANGADM['AdminProductsdc8f50091cddc5183be3a5b5f774912a'] = 'Subir un fichero';
$_LANGADM['AdminProductsdd8c7d4ab211f8e57f450a015dfe4131'] = 'Añadir accesorios';
$_LANGADM['AdminProductsdd9644efbcf9d41c5be6daed03514dd8'] = 'Siguiente';
@@ -2440,15 +2343,14 @@ $_LANGADM['AdminProductsed75712b0eb1913c28a3872731ffd48d'] = 'Duplicar';
$_LANGADM['AdminProductseed3651230e6fea831d760fe3686d4e6'] = 'Por favor, elija un atributo';
$_LANGADM['AdminProductsf072da215c080d985d44361e96a3cf60'] = 'Denegar pedidos';
$_LANGADM['AdminProductsf107f5a9ee4ecea58d0f29ae7959baa8'] = 'Designación';
$_LANGADM['AdminProductsf16b5952df8d25ea30b25ff95ee8fedf'] = 'Asociación de tienda:';
$_LANGADM['AdminProductsf258ae7c40f58689780e219bc9a23608'] = 'Usted utiliza combinaciones, por esta razón no se puede editar el archivo de aquí, pero en la ficha Combinaciones';
$_LANGADM['AdminProductsf2a6c498fb90ee345d997f888fce3b18'] = 'Borrar';
$_LANGADM['AdminProductsf378471b67496f5490d52cabe1f819f3'] = 'Archivo demasiado voluminoso, tamaño máximo autorizado: %1$d kb. El tamano del archivo que intente descargar es: %2$d kb.';
$_LANGADM['AdminProductsf41afefb4495b85c7b7ddf3e1ca4387f'] = 'Puede especificar un valor para cada caracteristica del producto. Los campos vacios no seran mostrados';
$_LANGADM['AdminProductsf4a275a931b82e5058bc8ffad8b8e5bd'] = 'Fabricante:';
$_LANGADM['AdminProductsf55b3e4160181e543a17cb53dff1b218'] = 'o ir a';
$_LANGADM['AdminProductsf5a47e822b7e7006f2b547d97f10aa28'] = 'Esta interfaz le permite especificar en qué almacenes el producto se almacena.';
$_LANGADM['AdminProductsf5a7257cb1424678ae6bebbd0c36b341'] = 'Aplicar una reducción de';
$_LANGADM['AdminProductsf755e8b92cb8f02c24f6f539180d45b1'] = 'es demasiado largo';
$_LANGADM['AdminProductsf8825c9f08ff15b5ef6bc3a3898817e8'] = 'Guardar y previsualizar';
$_LANGADM['AdminProductsf98188b975d57e9dfc3137c7c9f9a5da'] = 'Para:';
$_LANGADM['AdminProductsf9c128cbc52bb845834c0d3e62b424ea'] = 'La fila en azul es la combinación predeterminada.';
@@ -2528,7 +2430,6 @@ $_LANGADM['AdminReferrers2402ba94d906bd24c2e0b4e3952c3ca9'] = 'Guardar tráfico
$_LANGADM['AdminReferrers24c29702dc9c63dedb98e92f3028e068'] = 'Buscar:';
$_LANGADM['AdminReferrers2d0c2b736fa1ab8ce149d26fc36e453a'] = '¡Pedir ayuda!';
$_LANGADM['AdminReferrers2e27c4006a026eacfc1f85b41bf9bc4c'] = 'Importe base';
$_LANGADM['AdminReferrers2fdae620abd0f37132313415eb443667'] = 'El interés reside en el hecho de que en las URL puede añadir etiquetas que le dirigen hacia su sitio Web. Por ejemplo, puede escribir un link en ';
$_LANGADM['AdminReferrers316853cc3718335f11c048e33b9be98a'] = 'Click';
$_LANGADM['AdminReferrers32eb2e5e4f68de58ec967137683ab09a'] = 'Si sabe como usar expresiones regulares de MySQL, puede usar';
$_LANGADM['AdminReferrers32fdaf53fadc20d17117baafe17f0233'] = 'En modo simple, puede utilizar algunos caracteres genéricos que pueden sustituir a otors carateres caracteres:';
@@ -2581,6 +2482,7 @@ $_LANGADM['AdminReferrersbafd7322c6e97d25b6299b5d6fe8920b'] = 'No';
$_LANGADM['AdminReferrersbb166feff34b74fef81127259160c93a'] = 'Afiliado';
$_LANGADM['AdminReferrersc33e404a441c6ba9648f88af3c68a1ca'] = 'Estadisticas';
$_LANGADM['AdminReferrersc67cf4c17877af5f7db7b337b87d84b8'] = 'Hay una enorme cantidad de datos, por lo que cada conexión que corresponde a un referente indizada. Puede actualizar este índice haciendo clic en el botón de arriba. Tenga en cuenta que puede tardar mucho tiempo y que sólo es necesario si se modifica o agrega un remitente y si quieres que los cambios sean retroactivos.';
$_LANGADM['AdminReferrerscbefb6b27ef8a32b339d38608a81a5eb'] = 'El interés reside en el hecho de que en las URL puede añadir etiquetas que le dirigen hacia su sitio Web.';
$_LANGADM['AdminReferrerscc99ae38b3da304c65ea3a9019800a38'] = 'Información técnica - Modo experto';
$_LANGADM['AdminReferrersd3139f39f1ad6324c80a9ddd50cc7867'] = 'Páginas vistas';
$_LANGADM['AdminReferrersd3b206d196cd6be3a2764c1fb90b200f'] = 'Borrar seleccionados';
@@ -2596,22 +2498,13 @@ $_LANGADM['AdminReferrersf4f70727dc34561dfde1a3c529b6205c'] = 'Configuración';
$_LANGADM['AdminRequestSql004bf6c9a40003140292e97330236c53'] = 'Acción';
$_LANGADM['AdminRequestSql0095a9fa74d1713e43e370a7d7846224'] = 'Exportar';
$_LANGADM['AdminRequestSql15c2d85f1fae22a3c3a0594510a1f611'] = 'Requerido';
$_LANGADM['AdminRequestSql16f8b79916f8f4e305f231e3dcb045e7'] = 'La referencia';
$_LANGADM['AdminRequestSql19681d28ed1cc72479bc26b7e76ad240'] = 'La cláusula LIMIT debe contener argumentos numéricos.';
$_LANGADM['AdminRequestSql2aab74fed0cd850fa990b124915d1762'] = 'utilizado es incorrecto.';
$_LANGADM['AdminRequestSql36296325727560bc0b1ae0e0801c82b7'] = 'Cuando las tablas se utilizan múltiples, cada atributo debe hacer referencia a una tabla.';
$_LANGADM['AdminRequestSql3637ca8abd7a2fee28a00495daaec24a'] = 'A continuación, puede ver los resultados de la consulta haciendo clic en la ficha:';
$_LANGADM['AdminRequestSql49744385fe09dfd66780305d33920047'] = 'El operador';
$_LANGADM['AdminRequestSql49ee3087348e8d44e1feda1917443987'] = 'Nombre';
$_LANGADM['AdminRequestSql4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:';
$_LANGADM['AdminRequestSql500ed780c28b031ff17cf9415f170bd0'] = 'La Tabla';
$_LANGADM['AdminRequestSql503d56551bb8c49dc062e28df2d5c347'] = 'Agregar la tabla';
$_LANGADM['AdminRequestSql5e4d646cb0cba34ec216552319c41fa6'] = 'Lista de las tablas MySQL:';
$_LANGADM['AdminRequestSql62a66bd7e2f1feae6d2eb45ec251c141'] = 'La consulta no tiene resultado.';
$_LANGADM['AdminRequestSql888cb3575217d185929dee26268c285b'] = 'No existe en la tabla:';
$_LANGADM['AdminRequestSql8ba084fcc77dfde36c3d982bae38490f'] = 'Por favor, seleccionar tabla.';
$_LANGADM['AdminRequestSql902b0d55fddef6f8d651fe1035b7d4bd'] = 'Error';
$_LANGADM['AdminRequestSql967073fb783cf50a3c3addc66f4c6567'] = 'es una palabra clave autorizada.';
$_LANGADM['AdminRequestSqla1fa27779242b4902f7ae3bdd5c6d508'] = 'Tipo';
$_LANGADM['AdminRequestSqla27bfd40a2250b4e9040bf594cb1460f'] = 'A continuación, puede exportar los resultados de la consulta como un archivo. Csv, haga clic en la ficha:';
$_LANGADM['AdminRequestSqla5d1e00410f8e55885dbb6eddd4fe3cd'] = '¿Cómo crear una nueva consulta SQL?';
@@ -2620,14 +2513,13 @@ $_LANGADM['AdminRequestSqlb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminRequestSqlc9cc8cce247e49bae79f15173ce97354'] = 'Guardar';
$_LANGADM['AdminRequestSqld3b206d196cd6be3a2764c1fb90b200f'] = 'Borrar seleccionados';
$_LANGADM['AdminRequestSqle25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar items seleccionados?';
$_LANGADM['AdminRequestSqlea11e5110768175d2d872ec15821dfa9'] = 'El atributo';
$_LANGADM['AdminRequestSqlf102493313886fbc48767cac746083ec'] = 'añadir atributo';
$_LANGADM['AdminRequestSqlf2bbdf9f72c085adc4d0404e370f0f4c'] = 'atributo';
$_LANGADM['AdminReturn004bf6c9a40003140292e97330236c53'] = 'Acción';
$_LANGADM['AdminReturn24a23d787190f2c4812ff9ab11847a72'] = 'Estado:';
$_LANGADM['AdminReturn2ca3deb5cd68fa9119b285804fab572f'] = 'Pedido:';
$_LANGADM['AdminReturn2fb3b950fd7711136f7f251ae5fbdbdc'] = 'Texto #';
$_LANGADM['AdminReturn38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar';
$_LANGADM['AdminReturn40ef29f14606c51685069a9bb12495ac'] = 'Pedido n°%1$d desde %2$s';
$_LANGADM['AdminReturn446faa7da2d42ba4ffeda73cb119dd91'] = 'Fecha de expedición';
$_LANGADM['AdminReturn593d14a9bb937448450dec461580c8cf'] = 'Activar devoluciones:';
$_LANGADM['AdminReturn5eea367ea73b909880393bd1ae79fc67'] = 'Cliente:';
@@ -2636,15 +2528,14 @@ $_LANGADM['AdminReturn694e8d1f2ee056f98ee488bdc4982d73'] = 'Cantidad';
$_LANGADM['AdminReturn853ae90f0351324bd73ea615e6487517'] = ':';
$_LANGADM['AdminReturn9442975514755961788cc54bf8b43ddf'] = 'Opciones para devolver mercancía (RMA)';
$_LANGADM['AdminReturn97b920aeb6427541616bdfb89a42be02'] = 'Tiempo límite de validez';
$_LANGADM['AdminReturna8658715e6b0e879cbcbc4728a423b36'] = 'Texto #%d';
$_LANGADM['AdminReturnb52b44c9d23e141b067d7e83b44bb556'] = 'Productos:';
$_LANGADM['AdminReturnb5ae76d7ccb124762ecb8452378ebe8c'] = 'Seleccione si quiere o no activar la devolución de mercancías en su tienda';
$_LANGADM['AdminReturnb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminReturnbe812bcdcf226cac718ced453e22dbae'] = 'Ver detalles en la página de pedido';
$_LANGADM['AdminReturnbfc23574a242be4531bcb29877ac1d8a'] = 'Autorización de devolución de mercancía (RMA)';
$_LANGADM['AdminReturncb5e33714f324e81edb2ad638d085d09'] = 'Explicación del cliente: ';
$_LANGADM['AdminReturnd1228f5476d15142b1358ae4b5fa2454'] = 'N° de pedido';
$_LANGADM['AdminReturnd79cf3f429596f77db95c65074663a54'] = 'ID pedido';
$_LANGADM['AdminReturnd98a07f84921b24ee30f86fd8cd85c3c'] = 'desde';
$_LANGADM['AdminReturndf644ae155e79abf54175bd15d75f363'] = 'Nombre del producto';
$_LANGADM['AdminReturne1c9e6510f0c8a1182dd5322b9c40331'] = 'Ve rdetalles en la página del cliente';
$_LANGADM['AdminReturnec53a8c4f07baed5d8825072c89799be'] = 'Estado';
@@ -2653,20 +2544,18 @@ $_LANGADM['AdminReturnf12dbe1dbf9af16a70ca2c0329112642'] = 'Estado de la devoluc
$_LANGADM['AdminReturnf279b0e5f1f92bf1bae821e102f5c400'] = 'Número de días que el cliente tiene para devolver un producto desde la fecha de compra';
$_LANGADM['AdminScenes00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado';
$_LANGADM['AdminScenes0b06437d7d0336bf27f7039265023594'] = 'Cuando un cliente se cierne sobre la imagen con el ratón, aparece un pop-up que muestra una breve descripción del producto.';
$_LANGADM['AdminScenes0b24516ee8c68a18020951583bc3b8ab'] = 'Reajustar tamaño automaticamente a';
$_LANGADM['AdminScenes1af828ba283f1db4849dd627767da221'] = 'Si es más grande que el tamaño de la imagen ajústelo, la imagen se reducirá a';
$_LANGADM['AdminScenes24a23d787190f2c4812ff9ab11847a72'] = 'Estado:';
$_LANGADM['AdminScenes255813ee5a1a16fea7fec6a240bc562c'] = 'Haga clic izquierdo con el ratón para dibujar la cartografía de la zona de cuatro lados, y luego suelte.';
$_LANGADM['AdminScenes3b263477a8ad622d76979befafd0119d'] = 'Comience a escribir las primeras letras del nombre del producto, a continuación, seleccione el producto de la lista desplegable:';
$_LANGADM['AdminScenes461f757c7a0d62237c9b0204f0fa507a'] = 'Cuando haya terminado de zonas de asignación, haga clic en Guardar mapa de imagen.';
$_LANGADM['AdminScenes46cff679f56896d63111deff52857fc9'] = 'Mapas de imagen';
$_LANGADM['AdminScenes48eff6b946aa810d6cb2db445e5e881b'] = 'Reajustar tamaño automaticamente a %1$d x %2$dpx (ancho x alto). ';
$_LANGADM['AdminScenes5e9df908eafa83cb51c0a3720e8348c7'] = 'Compruebe todo';
$_LANGADM['AdminScenes5ffd7a335dd836b3373f5ec570a58bdc'] = 'Expandir todo';
$_LANGADM['AdminScenes6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres inválidos';
$_LANGADM['AdminScenes7dc99a2737d301ded7dbc18b54487c4c'] = 'Nota: Para cambiar las dimensiones de la imagen, por favor, cambie el \'large_scene \" y ajuste el tipo de imagen al tamaño deseado (en Panel de administrador> Preferencias> Imágenes)';
$_LANGADM['AdminScenes839af95e357936503d910adb5ae209a3'] = 'Kb max.';
$_LANGADM['AdminScenes84418e651fa14682de36a551e72c2a06'] = 'Nombre del mapa de imagen:';
$_LANGADM['AdminScenes8a5c9824486e8c1f74cb4c4ec8f9e465'] = '(ancho x alto)';
$_LANGADM['AdminScenes8c38776925f7cf41c090646a43157024'] = 'Categorías:';
$_LANGADM['AdminScenes942da499f64e33bf906449f53937dcac'] = 'Por favor, añadir una imagen para continuar el mapeado de la imagen...';
$_LANGADM['AdminScenes9747d23c8cc358c5ef78c51e59cd6817'] = 'Desactive todo';
@@ -2690,6 +2579,7 @@ $_LANGADM['AdminScenesefa840b68d542771392db5b9977ca895'] = 'Cómo hacer mapas de
$_LANGADM['AdminScenesf16b5952df8d25ea30b25ff95ee8fedf'] = 'Asociación de tienda:';
$_LANGADM['AdminScenesf2a6c498fb90ee345d997f888fce3b18'] = 'Borrar';
$_LANGADM['AdminScenesf343523de5767545db82a1043a165a97'] = 'Luego, comience a escribir el nombre del producto asociado. Una lista de productos aparecerá.';
$_LANGADM['AdminScenesf81feb0cab040ca1ee3771e04136c01f'] = 'Si es más grande que el tamaño de la imagen ajústelo, la imagen se reducirá a %1$d x %2$d px (ancho x alto). ';
$_LANGADM['AdminScenesfa03eb688ad8aa1db593d33dabd89bad'] = 'Raiz';
$_LANGADM['AdminScenesfb2ea703b13d059f6b7ea5da806021df'] = 'Formato:';
$_LANGADM['AdminSearch00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado';
@@ -2781,17 +2671,13 @@ $_LANGADM['AdminShop4390988a3f7d7cfa3d8a5ecb11976f58'] = 'Grupo de tienda';
$_LANGADM['AdminShop45f739d1a4b022ab097c583c38eb388f'] = 'Lenguaje de transportistas';
$_LANGADM['AdminShop511e7adbb96dafc5569e4be09da8dc93'] = 'Lenguaje de productos';
$_LANGADM['AdminShop580cb0ed4cf533163f82c70c7833bb9d'] = 'Grupo de tienda:';
$_LANGADM['AdminShop5bafd557247e80174f35c1870e760364'] = 'Tienda por defecto';
$_LANGADM['AdminShop61f0fa926f97eafb392975ed79cebb4a'] = 'Nombre de la tienda:';
$_LANGADM['AdminShop622f3c75de9f3481ffc58c1f292c1c2b'] = 'Página CMS';
$_LANGADM['AdminShop62e5040acb58a7b77dbd16179b1ab557'] = 'Utilice esta opción a los datos asociados (productos, módulos, etc) de la misma manera como la tienda seleccionada';
$_LANGADM['AdminShop6416e8cb5fc0a208d94fa7f5a300dbc4'] = 'Almacén';
$_LANGADM['AdminShop6a9afe170bdaacb2cdf24336e038597d'] = 'Añadir url';
$_LANGADM['AdminShop72cfee7e99f1d0a9df6cb5434fac3665'] = 'Restricciones de módulos de pago por grupo de clientes';
$_LANGADM['AdminShop763721005c7411c951ba93086ca02d26'] = 'Opciones de tienda';
$_LANGADM['AdminShop790d59ef178acbc75d233bf4211763c6'] = 'Paises';
$_LANGADM['AdminShop7b19b37e7fc3dfe3c3e1ad5b84c7f565'] = 'Pagina de inicio';
$_LANGADM['AdminShop7e5bf0b306c8d4608fcddb53ce9b1169'] = 'Usted no puede cambiar el GroupShop cuando usted tiene más de una tienda';
$_LANGADM['AdminShop821b8ee6937cec96c30fdafbfe836d68'] = 'Tiendas';
$_LANGADM['AdminShop92318dc9b42eb05bb1c958f0a15d19b9'] = 'Idiomas';
$_LANGADM['AdminShop97c28a285baaceed1a185a2b8a088782'] = 'Exepciones de hook de modulos';
@@ -2800,6 +2686,16 @@ $_LANGADM['AdminShop9d5bf15117441a1b52eb1f0808e4aad3'] = 'Descuentos';
$_LANGADM['AdminShop9e43e210cf7bd16b8896636cae3e46b8'] = 'Restricciones de módulos de pago por moneda';
$_LANGADM['AdminShop9ea67be453eaccf020697b4654fc021a'] = 'Grabar y permanecer';
$_LANGADM['AdminShop9f82518d468b9fee614fcc92f76bb163'] = 'Shop';
$_LANGADM['AdminShopGroup00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado';
$_LANGADM['AdminShopGroup0f86285516456595b59620181e9c689c'] = 'Grupo de tienda';
$_LANGADM['AdminShopGroup18e5ed18a875ebffce61b7abe7b5dc1e'] = 'Compartir clientes:';
$_LANGADM['AdminShopGroup24a23d787190f2c4812ff9ab11847a72'] = 'Estado:';
$_LANGADM['AdminShopGroup8cf1c12c31b716190d84ba7c578dbcd8'] = 'Activar o desactivar el grupo de tiendas';
$_LANGADM['AdminShopGroupb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminShopGroupb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado';
$_LANGADM['AdminShopGroupbec5ca2064490f938c3478fd90bf2da1'] = 'Compartir cantidades disponibles para vender:';
$_LANGADM['AdminShopGroupc9cc8cce247e49bae79f15173ce97354'] = 'Guardar';
$_LANGADM['AdminShopGroupe9f83d2cd2cd8ce6d8a58d3fc454d5cf'] = 'Compartir ordenes:';
$_LANGADM['AdminShopUrl00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado';
$_LANGADM['AdminShopUrl10a0bce6f732af77fbc0b310de0a0f47'] = 'La tienda seleccionada ya tiene una dirección principal, si se establece este como URL principal, la más antigua se establecerá como URL normal';
$_LANGADM['AdminShopUrl1a12a19a4e3e3626f44f2c7969ce2b5b'] = 'Carpeta física de su tienda en el servidor. Deje este campo vacío si su tienda está instalado en la ruta raíz. Por ejemplo si su tienda está disponible en www.my-prestashop.com/my-store/, usted tiene que configurar mi tienda / en este campo.';
@@ -2807,8 +2703,6 @@ $_LANGADM['AdminShopUrl24a23d787190f2c4812ff9ab11847a72'] = 'Estado:';
$_LANGADM['AdminShopUrl32401234f706ad260cc990d83fe5d7ec'] = 'Su URL final será:';
$_LANGADM['AdminShopUrl37d00f4554dc3c0baeb34a9c22d787d9'] = 'URL de la tienda';
$_LANGADM['AdminShopUrl676e457154510d142765d535fbf11df0'] = 'URL principal';
$_LANGADM['AdminShopUrl7e01d4a0c1fa89814ea68649a506eeee'] = 'Dominio SSL';
$_LANGADM['AdminShopUrl8447306210a0972ac94b7d774799df1a'] = 'Uri';
$_LANGADM['AdminShopUrl873646ada13763eda1a5393d99973204'] = 'Dominio SSL:';
$_LANGADM['AdminShopUrl9c8417aa5dbcccb5b4c48b4176ae1e8a'] = 'URL física';
$_LANGADM['AdminShopUrl9efaaad2d5b51cd643529cd6872e169a'] = 'URL principal:';
@@ -2818,12 +2712,9 @@ $_LANGADM['AdminShopUrlb91c371eeb88143fd0260f990bcf8d75'] = 'Tienda:';
$_LANGADM['AdminShopUrlb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado';
$_LANGADM['AdminShopUrlbd5f9f37b54fe8f66369f74784576e6c'] = 'Dominio:';
$_LANGADM['AdminShopUrlc9cc8cce247e49bae79f15173ce97354'] = 'Guardar';
$_LANGADM['AdminShopUrld3b206d196cd6be3a2764c1fb90b200f'] = 'Borrar seleccionados';
$_LANGADM['AdminShopUrld42225935a374f1249f2a45ebed00772'] = 'Activado o desactivado';
$_LANGADM['AdminShopUrldd22844f47ebedcec07f9c920af00fb3'] = 'URL virtual:';
$_LANGADM['AdminShopUrle25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar items seleccionados?';
$_LANGADM['AdminShopUrle93c33bd1341ab74195430daeb63db13'] = 'Nombre';
$_LANGADM['AdminShopUrleae639a70006feff484a39363c977e24'] = 'Dominio';
$_LANGADM['AdminShopUrlec0a460d665960aaa805fe83079c8a29'] = 'Dado que la tienda seleccionada no tiene url principal, tiene que establecer esta url como principal';
$_LANGADM['AdminShopUrlf6e7829277b67d5a8805d6728a810362'] = 'La reescritura de direcciones URL se debe activar en el servidor para utilizar esta característica.';
$_LANGADM['AdminShopa9e4402481bd9b8e36752bf731f67eb6'] = 'Plantilla:';
@@ -2839,11 +2730,7 @@ $_LANGADM['AdminShopc269874d047098fef892a344be025303'] = 'Restricciones de módu
$_LANGADM['AdminShopc9cc8cce247e49bae79f15173ce97354'] = 'Guardar';
$_LANGADM['AdminShopce2530ff1fb8dc66d6c940c5ce32508d'] = 'Categorías asociadas:';
$_LANGADM['AdminShopcf173b732a2a0377698d631db6185836'] = 'Cantidades disponibles a la venta';
$_LANGADM['AdminShopd3b206d196cd6be3a2764c1fb90b200f'] = 'Borrar seleccionados';
$_LANGADM['AdminShopdfcfc43722eef1eab1e4a12e50a068b1'] = 'Monedas';
$_LANGADM['AdminShope25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar items seleccionados?';
$_LANGADM['AdminShopf5d52e166d3891c911dc7ac910387df6'] = 'La tienda por defecto';
$_LANGADM['AdminShopfafd952418c73bbc20286f8b0ec5bd6a'] = 'Categoría raiz';
$_LANGADM['AdminShopfedca77235d8e28be78f54c7f960c5a0'] = 'Categoría raíz:';
$_LANGADM['AdminShopfff0d600f8a0b5e19e88bfb821dd1157'] = 'Imagenes';
$_LANGADM['AdminSlip067af5895a7ced3197520b591f9a41eb'] = 'Generar el PDF';
@@ -3166,7 +3053,6 @@ $_LANGADM['AdminStores0e2fb5b02182fd28b9b96e86ed27838f'] = 'Fax:';
$_LANGADM['AdminStores1056348a5ee2b947804582ee224856ef'] = 'Muestra simplificada de la página de localización de la tienda';
$_LANGADM['AdminStores18325105de95083e4a1d10b78f29c2bc'] = 'Estado';
$_LANGADM['AdminStores1908624a0bca678cd26b99bfd405324e'] = 'Tamaño de archivo';
$_LANGADM['AdminStores1cc70ef3820fa925ca1dd1ab645d239e'] = 'Caracteres autorizados: letras, espacios y';
$_LANGADM['AdminStores24a23d787190f2c4812ff9ab11847a72'] = 'Estado:';
$_LANGADM['AdminStores28ff513c3d1589f6f46dcaee92f31172'] = 'Dirección (2):';
$_LANGADM['AdminStores2bf1d5fae1c321d594fdedf05058f709'] = 'Dirección:';
@@ -3207,6 +3093,7 @@ $_LANGADM['AdminStoresc33b138a163847cdb6caeeb7c9a126b4'] = 'Viernes';
$_LANGADM['AdminStoresc3f42f159abd8ca877101e1f6eff322f'] = 'Código postal:';
$_LANGADM['AdminStoresc4d2dfcc9772ed9b143df5491e828235'] = 'Ni mapa, ni búsqueda, solo una guia de la tienda';
$_LANGADM['AdminStoresd3b206d196cd6be3a2764c1fb90b200f'] = 'Borrar seleccionados';
$_LANGADM['AdminStorese1bcd0aa73dbc610f1fc628499244d8f'] = 'Caracteres autorizados: letras, espacios y %s';
$_LANGADM['AdminStorese25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar items seleccionados?';
$_LANGADM['AdminStorese734ed12d2c2026532f66e0ebeedfc8c'] = 'Ejemplo: 10:00AM - 9:30PM';
$_LANGADM['AdminStoresf2a6c498fb90ee345d997f888fce3b18'] = 'Borrar';
@@ -3396,6 +3283,7 @@ $_LANGADM['AdminSupplyOrdersfc1267ed24e9b441105bf29487ff583a'] = 'Sacar este pro
$_LANGADM['AdminSupplyOrdersfec53fed4ef21abd9053bae63859b355'] = '¿Actualización de los elementos seleccionados? ';
$_LANGADM['AdminSupplyOrdersff8affac9cbd332520bf040cefe1503d'] = 'Recepción de productos para el pedido de proveedores #% s ';
$_LANGADM['AdminTabs00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado';
$_LANGADM['AdminTabs1e20f2d338784384a835df30266bc8d0'] = 'Cargar el logo desde su ordenador (.gif, .jpg, .jpeg o .png).';
$_LANGADM['AdminTabs24a23d787190f2c4812ff9ab11847a72'] = 'Estado';
$_LANGADM['AdminTabs37242ae69082dfc3ec9d365a18a9606e'] = 'Icono';
$_LANGADM['AdminTabs38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar';
@@ -3408,12 +3296,10 @@ $_LANGADM['AdminTabs6788f67ae68b5aa5ad08d8129399bf81'] = 'Clase:';
$_LANGADM['AdminTabs7015777bcc86cd0c5e4819310d62b040'] = 'Pestañas';
$_LANGADM['AdminTabs817434295a673aed431435658b65d9a7'] = 'Icono';
$_LANGADM['AdminTabs8cf04a9734132302f96da8e113e80ce5'] = 'Inicio';
$_LANGADM['AdminTabs980bb228a128556fe3df923d2ede30b4'] = 'cargar el logo desde su ordenador';
$_LANGADM['AdminTabsa3908c4b42c40884e8cec52d3689ba5f'] = 'Mostrar u ocultar ficha.';
$_LANGADM['AdminTabsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminTabsb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado';
$_LANGADM['AdminTabse55f75a29310d7b60f7ac1d390c8ae42'] = 'Módulo';
$_LANGADM['AdminTabse81c4e4f2b7b93b481e13a8553c2ae1b'] = 'o';
$_LANGADM['AdminTabsf18807509658fbdaae40911a61a6c3b1'] = 'Padre:';
$_LANGADM['AdminTags068f80c7519d0528fb08e82137a72131'] = 'Productos';
$_LANGADM['AdminTags0885f0c211f74834f0109c5abaf4cdc4'] = 'Idioma:';
@@ -3440,6 +3326,7 @@ $_LANGADM['AdminTaxRulesGroup14e4d5e97b5a2c7780c4f23b7612a67b'] = 'Esta tasa sol
$_LANGADM['AdminTaxRulesGroup18325105de95083e4a1d10b78f29c2bc'] = 'Estado:';
$_LANGADM['AdminTaxRulesGroup46a2a41cc6e552044816a2d04634545d'] = 'Estado';
$_LANGADM['AdminTaxRulesGroup49ee3087348e8d44e1feda1917443987'] = 'Nombre';
$_LANGADM['AdminTaxRulesGroup4a4e778bc0c5e12f5e0bc4d9e99143a5'] = '(Total tasa: %s)';
$_LANGADM['AdminTaxRulesGroup4b78ac8eb158840e9638a3aeb26c4a9d'] = 'Tasa';
$_LANGADM['AdminTaxRulesGroup4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:';
$_LANGADM['AdminTaxRulesGroup58b0b77a9bd168ef0b3bb4e4e249099f'] = 'Combinar:';
@@ -3463,7 +3350,6 @@ $_LANGADM['AdminTaxRulesGroupb5a7adde1af5c87d7fd797b6245c2a39'] = 'Descripción'
$_LANGADM['AdminTaxRulesGroupb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminTaxRulesGroupb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado';
$_LANGADM['AdminTaxRulesGroupd0042a700e9bdf79689d63ee6846dc0e'] = 'Descripción:';
$_LANGADM['AdminTaxRulesGroupd181e8a886d082d932a6902bce42add8'] = '(Total tasa:';
$_LANGADM['AdminTaxRulesGroupd3b206d196cd6be3a2764c1fb90b200f'] = 'Borrar seleccionados';
$_LANGADM['AdminTaxRulesGroupd71eb99bcacbc0adb99203c4930925b8'] = 'Una después de otra';
$_LANGADM['AdminTaxRulesGroupe25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar items seleccionados?';
@@ -3478,14 +3364,12 @@ $_LANGADM['AdminTaxes0071aa279bd1583754a544277740f047'] = 'Suprimir el impuesto
$_LANGADM['AdminTaxes0099c0173a3c7758b36025bdae9b4fc7'] = 'Activado:';
$_LANGADM['AdminTaxes00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado';
$_LANGADM['AdminTaxes09e0f0c79e2f2959c73a321f2dd45421'] = 'Este impuesto se utiliza en una regla de impuestos, ¿Desea continuar?';
$_LANGADM['AdminTaxes0eece02846ddad3b9115d06907752500'] = 'Número de cuenta';
$_LANGADM['AdminTaxes1c669d037f8bc785f0e1a9aeb7070367'] = 'Opciones de impuestos';
$_LANGADM['AdminTaxes2f2f0f119a907c6c67a3c6fcde0193ab'] = 'Dirección de entrega';
$_LANGADM['AdminTaxes38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar';
$_LANGADM['AdminTaxes49ee3087348e8d44e1feda1917443987'] = 'Nombre';
$_LANGADM['AdminTaxes4e00e39db9994b6baeea51eaf66399d1'] = 'Ecotasa:';
$_LANGADM['AdminTaxes4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:';
$_LANGADM['AdminTaxes4e60715d561de124c1bf3cfdd875cf59'] = 'Se utiliza para la exportación de contabilidad';
$_LANGADM['AdminTaxes50068b9a709a0e2da6f25210de57bb85'] = 'Activar impuestos';
$_LANGADM['AdminTaxes5f7d9a7f76dba4bc86062ea848255f2f'] = 'Si se desactiva la ecotasa, el impuesto ecológico para todos los productos se establece en 0';
$_LANGADM['AdminTaxes6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos:';
@@ -3552,7 +3436,6 @@ $_LANGADM['AdminTrackingbcaad756615668f5e8e0447aa36f4f22'] = 'Producto desactiva
$_LANGADM['AdminTrackingec53a8c4f07baed5d8825072c89799be'] = 'Estado';
$_LANGADM['AdminTranslations0095a9fa74d1713e43e370a7d7846224'] = 'Exportar';
$_LANGADM['AdminTranslations00d9fe3a4ab9297f69c46d645fa8ca7c'] = 'Copiar';
$_LANGADM['AdminTranslations0465148388c5a639a985fd45faf2ceb6'] = 'total de expresiones perdidas:';
$_LANGADM['AdminTranslations06b88e0a4be34637f5f805ecb7f7cf55'] = 'usted debe seleccionar 2 idiomas para copiar los datos a partir de uno hacia el otro ';
$_LANGADM['AdminTranslations078deac9ee43d3b13c460c4fd069b925'] = 'Hay un problema para obtener los archivos Mail.';
$_LANGADM['AdminTranslations079d46f759c88cff004922cb0e01027a'] = 'Puede modificar las traducciones de cada una de las porciones de texto de PrestaShop.';
@@ -3567,25 +3450,20 @@ $_LANGADM['AdminTranslations27ca1be964154831467c8a36787a0499'] = 'Editar esta pl
$_LANGADM['AdminTranslations282d961c3071465db42647be8f662671'] = 'Traducciones de los nombres de los campos';
$_LANGADM['AdminTranslations2e8d630dcde90b8b5be0468678f88551'] = 'Importar / Exportar traducciones';
$_LANGADM['AdminTranslations30b499fa0aa80e9f1528b2d6bda382e7'] = 'una parte de los datos ha sido copiada, pero algunos archivos no se pudieron encontrar o copiar';
$_LANGADM['AdminTranslations338ff312cb917883ec15e66638f5e05f'] = 'Traducción del tema del email no encontrado en';
$_LANGADM['AdminTranslations33caa076f23f453dd4061726f3706325'] = 'Hacia:';
$_LANGADM['AdminTranslations369b8db3e9651d0b5d8a13a5f7f9a53a'] = 'Añadir un idioma';
$_LANGADM['AdminTranslations3b11ccd743db51cfe243c6fd122a1740'] = 'o editar el archivo de traducción de forma manual.';
$_LANGADM['AdminTranslations3b54d45d2c221c50e916f3be1fc12f2a'] = 'Actualizar traducciones';
$_LANGADM['AdminTranslations3f9031a1125703962cef15939c8f16b3'] = 'Pulse en los títulos para ver los valores';
$_LANGADM['AdminTranslations404b4271ee96d691668bdf528724d337'] = 'Primero, seleccione una sección (como panel de administrador o módulos), después haga clic en la bandera que representa el idioma que quiere corregir. ';
$_LANGADM['AdminTranslations410928fc2683df4304cda7feaaa6ef42'] = '%s al menos o editar el archivo de traducción de forma manual.';
$_LANGADM['AdminTranslations42f44c639e6e3a486d73cc0c9c143ffb'] = 'Expresiones para traducir';
$_LANGADM['AdminTranslations49209406acbe0bcd9091e03ec9349c42'] = 'Atención, pues sustituirá todos los datos existentes para el idioma de destino ';
$_LANGADM['AdminTranslations498ceaf940d61e880e87f93d76a11e05'] = 'Revisar los permisos de escritura del directorio';
$_LANGADM['AdminTranslations4994a8ffeba4ac3140beb89e8d41f174'] = 'Idioma';
$_LANGADM['AdminTranslations49bb55a857b2d5e437dc6879710a017d'] = 'primero cree un nuevo idioma';
$_LANGADM['AdminTranslations4cfef51ba8ab14fc4de1439f1ed1e430'] = 'Idioma que desea añadir o actualizar:';
$_LANGADM['AdminTranslations521ade85487f9f4fc04fa6549cb2ff79'] = 'Atención, su hosting utiliza el patch de seguridad suhosin para PHP que limita el número máximo de campos en el formulario';
$_LANGADM['AdminTranslations524d7e787cc63c50e0d1946ee8ef0bef'] = 'Añadir o actualizar el idioma';
$_LANGADM['AdminTranslations52d83d7ed502b33d300a8c0af2c5b455'] = 'Lista de los temas - Pulse para acceder a las traducciones del tema.';
$_LANGADM['AdminTranslations5362fd08e83f50a2866c7b4c23356877'] = 'Elija el tema desde el que quiere exportar sus traducciones';
$_LANGADM['AdminTranslations53b3cae42737979c884275593a01f468'] = 'Módulo:';
$_LANGADM['AdminTranslations5751b8042fbb1783ff37d9afe0e3ccc4'] = 'al menos';
$_LANGADM['AdminTranslations57fa5be19cbdbe09aa4f555b2ee710b3'] = 'Actualización de un idioma';
$_LANGADM['AdminTranslations5fb63579fc981698f97d55bfecb213ea'] = 'Copiar';
$_LANGADM['AdminTranslations6700e23ddf33bd4421249c9ef94d6295'] = 'Exportar un idioma';
@@ -3594,30 +3472,24 @@ $_LANGADM['AdminTranslations6e4fd86b4ea240672daa3c2fe1118fe0'] = 'Ampliar todos
$_LANGADM['AdminTranslations7084cbcddaa2af4a713a1727727b86f8'] = 'emails del núcleo:';
$_LANGADM['AdminTranslations72d6d7a1885885bb55a565fd1070581a'] = 'Importar';
$_LANGADM['AdminTranslations763d71969e7ee9bff4e5dc8976501f33'] = 'Añadir / Actualizar un idioma';
$_LANGADM['AdminTranslations7758f2751b4fd12e2c78ccf1688e6539'] = 'emails de los temas:';
$_LANGADM['AdminTranslations7f157dee2812fc655d003e16cc2cb4f0'] = 'Se ha producido un error durante la copia';
$_LANGADM['AdminTranslations8a4e2d14aa85ccb1aced124f8d793708'] = 'Traducciones del back-Office';
$_LANGADM['AdminTranslations8f2a5434bb1c382919249941c915b5e3'] = 'traducciones de los PDF';
$_LANGADM['AdminTranslations8f553fc697fcb0fe16a71f401e2021f5'] = 'Si el nombre del paquete de idioma se encuentra en formato isocode.gzip (exemple: fr.gzip) y el idioma correspondiente no existe, este se creará automáticamente.';
$_LANGADM['AdminTranslations91aaf01cad2d0dc0382edb323ed6e51a'] = 'No se puede crear la carpeta';
$_LANGADM['AdminTranslations921fbb1f4137ebeb5e354dd559c08b1e'] = 'Archivos de Idiomas (como se indica en Herramientas>> Idiomas>> Edición) debe completarse para permitir la copia de las traducciones';
$_LANGADM['AdminTranslations943922bf7e0ff51289246b23d74f9949'] = 'emails de los módulos:';
$_LANGADM['AdminTranslations961e2bc7e3f570a3209546330de84a00'] = 'para suhosin.request.max_vars.';
$_LANGADM['AdminTranslations9cb90a708739c817b2925cfc9aa79421'] = 'emails de los módulos en el tema:';
$_LANGADM['AdminTranslations9df9f71b2fc62b0ce48cbb8cb5671ee6'] = 'para suhosin.post.max_vars.';
$_LANGADM['AdminTranslationsa03365570c1c73391cb62cf9330957da'] = 'Guardar y quedarse';
$_LANGADM['AdminTranslationsa577e13cac9ee85d6f298e0a8deffeee'] = 'Exporte los datos de un idioma a un fichero (pack de idioma).';
$_LANGADM['AdminTranslationsa98d4e0c14db7364bbf15e4d94c878ac'] = 'Cadena vacía encontrada, por favor, edite:';
$_LANGADM['AdminTranslationsa9b6eaa5ff754aa46d30f5547a0edbf2'] = 'Importar un idioma manualmente';
$_LANGADM['AdminTranslationsa9e4402481bd9b8e36752bf731f67eb6'] = 'Tema';
$_LANGADM['AdminTranslationsac332cbcd79183bb75ed2aabdb49c679'] = 'No se puede conectar a prestashop.com para obtener la lista de idiomas.';
$_LANGADM['AdminTranslationsb19fb6a185577d3198778e1261b94b44'] = 'Error en la plantilla - Cadena vacía encontrada, por favor, edite: ';
$_LANGADM['AdminTranslationsb37d48744ecde1e6ba1c70b6d1e618f0'] = 'usted debe seleccionar 2 temas para copiar datos a partir del uno hacia el otro ';
$_LANGADM['AdminTranslationsb3cb7b15aa2fb2cb6675414233a3aa1b'] = 'Tema para %:';
$_LANGADM['AdminTranslationsc06a778aeea1249390e1e61d4772e96d'] = 'No Sujeto se encontró por %s, o sujeto se genera en la base de datos.';
$_LANGADM['AdminTranslationsc21f969b5f03d33d43e04f8f136e7682'] = 'defecto';
$_LANGADM['AdminTranslationsc55cb507e1107a57a37791ec42635ca4'] = 'Si es necesario';
$_LANGADM['AdminTranslationsc85106cf29f5fa8c8b8e73dc916e37cd'] = 'No se puede escribir el archivo de idioma para los temas de emails, la ruta de acceso es:';
$_LANGADM['AdminTranslationscab84f79f4bb552ebe0a62fa1965ec7b'] = 'Si decide actualizar un paquete de idioma existente, todas los madificaciones de traducción que ha aportado al tema \"Prestashop\" se perderán para dicho idioma. Esto incluye las traducciones del front-office y de los correos por defecto.';
$_LANGADM['AdminTranslationsd2298f4722b53d97039abbe9d1c11a44'] = 'Por favor, asegúrese de que existen archivos en Inglés en la carpeta% s ';
$_LANGADM['AdminTranslationsd4400e655d04c51fa5cfed66e1325b92'] = 'Traducir con Google (experimental)';
@@ -3630,9 +3502,6 @@ $_LANGADM['AdminTranslationse1686cbdbfefdc838c58469866922b6c'] = 'Ocultar todos
$_LANGADM['AdminTranslationsea21841da70e6405af19fabc4ff8bdd9'] = 'perdidas';
$_LANGADM['AdminTranslationsea4788705e6873b424c65e91c2846b19'] = 'Cancelar';
$_LANGADM['AdminTranslationseeafac73c8b9aade3a0baa5c4f371d69'] = 'traducciones del Front-office';
$_LANGADM['AdminTranslationsf422d7de703d8ee5139aa77f857afdbf'] = 'emails';
$_LANGADM['AdminTranslationsf89d0072276b0e5490ba96ada7fb2901'] = 'Traducción de los errores';
$_LANGADM['AdminTranslationsff75496593d3ce1584f5e974e9668330'] = 'Por favor, revise los permisos de escritura.';
$_LANGADM['AdminWarehouses070a1a1ddfb4adf6acd587be9d2a1a43'] = 'Usted puede especificar las compañías disponibles para enviar los pedidos a partir de esta bodega';
$_LANGADM['AdminWarehouses0b2d4aa7969d42e67024699d6412331a'] = 'Existencia de la moneda de valoración: ';
$_LANGADM['AdminWarehouses0b729ecf5635563fe634585545256385'] = 'N/D';
@@ -3740,7 +3609,6 @@ $_LANGADM['Helper0470d45929f27e1161330164c423b415'] = 'Establezca los campos obl
$_LANGADM['Helper06df33001c1d7187fdd81ea1f5b277aa'] = 'Acciones';
$_LANGADM['Helper08a38277b0309070706f6652eeae9a53'] = 'Abajo';
$_LANGADM['Helper0bcef9c45bd8a48eda1b26eb0c61c869'] = '%';
$_LANGADM['Helper0cb5f962975f8caa31f7564a420f5b39'] = 'Todos los grupos de tiendas';
$_LANGADM['Helper0f86285516456595b59620181e9c689c'] = 'Grupo de tienda';
$_LANGADM['Helper1412292b09d3cd39f32549afb1f5f102'] = '¿Borrar items seleccionados?';
$_LANGADM['Helper17f5f00c6d09158f70718e353e91d20e'] = 'Buscar una categoría';
@@ -3796,7 +3664,6 @@ $_LANGADM['Helperee77ea46b0c548ed60eadf31bdd68613'] = 'Duplicar';
$_LANGADM['Helperee9b2f3cf31c23c944b15fb0b33d6a77'] = 'Nombre del campo ';
$_LANGADM['Helperef7de3f485174ff47f061ad27d83d0ee'] = 'seleccionado';
$_LANGADM['Helperf2a6c498fb90ee345d997f888fce3b18'] = 'Borrar';
$_LANGADM['Helperf2f552caf8d0321d77fbe4dd7c400073'] = 'Usar valor por defecto';
$_LANGADM['Helperfa3e5edac607a88d8fd7ecb9d6d67424'] = 'Marzo';
$_LANGADM['index050a0d11da7943317186f76a36b14a6c'] = 'No hay pedidos nuevos se ha hecho en su tienda ';
$_LANGADM['index12c500ed0b7879105fb46af0f246be87'] = 'pedidos';
+10
View File
@@ -8,6 +8,7 @@ $_ERRORS['01816dd287bcb3b88ad3f63970ce045f'] = 'Cantidad no válida';
$_ERRORS['03552140a267acc27f494dc3ab368067'] = 'Modo de borrado desconocido';
$_ERRORS['03596501a6ce61f5a66dc0146fbab03e'] = 'No tiene autorización para borrar aquí';
$_ERRORS['03c123f62aad70a9533f5049cf3af959'] = 'Se ha producido un error al enlazar esta dirección con el pedido';
$_ERRORS['03e485196717bec5019b114bed08b1d0'] = 'La tabla \"%s\" no existe.';
$_ERRORS['044ef92a14ceaaba24382a72ca0267ae'] = 'Este país requiere de una selección estatal.';
$_ERRORS['052800f7397d4c12924faa83534c62f0'] = 'No puede desactivar o suprimir la última cuenta administrador';
$_ERRORS['059d29a2088bcf0b9bae76a11f3a07e3'] = 'El servicio de validación del IVA no se encuentra disponible';
@@ -57,6 +58,7 @@ $_ERRORS['176780e430fd1917c37223ceabf05bf8'] = 'el empleado no existe o la contr
$_ERRORS['1769b5ab48b8e2ce733fb38663ec853a'] = 'Error: servidor o puerto SMTP no válido';
$_ERRORS['17a9c6c63fef3a8444a710d1bab0579d'] = 'La dirección no es correcta. Compruebe si todos los campos requeridos están llenos. ';
$_ERRORS['17e7c6636cffbefd820d9556e18c370a'] = 'No se puede cargar el objeto del módulo';
$_ERRORS['19681d28ed1cc72479bc26b7e76ad240'] = 'La cláusula LIMIT debe contener argumentos numéricos.';
$_ERRORS['199ce43a3993a1f7d261c09127b9f2fa'] = 'cliente desconocido';
$_ERRORS['19f29a24f0ccb9b96b37182473b27d63'] = 'Propiedad de divisa no válido';
$_ERRORS['1a7bdc2c01aaa7757d475e204f2bc6f9'] = 'Usted no puede utilizar este bono en su país de entrega';
@@ -85,6 +87,7 @@ $_ERRORS['255831fa66df4d71a182bc5f1b803828'] = 'Se produjo un error durante la a
$_ERRORS['25723bba0086a38394001a8ca41e9126'] = 'valores no válidos para excepciones del campo';
$_ERRORS['2584358b228d0be73309403ff1ff8b25'] = 'No es posible la transferencia de la cantidad especificada, o ha ocurrido un error. No se tranfirieron existencias';
$_ERRORS['2591b6d46f45d8f60e24c6c9c96a2a11'] = 'Precio no válido ';
$_ERRORS['25dc749df68b0b0c8a8875d861e4d280'] = 'El atributo %1$s no existe en la tabla: %2$s.';
$_ERRORS['26beb437d3323bd4bfb0811b3e891315'] = '%d imagen(es)';
$_ERRORS['26e6e2aef679da0451f05fb535ac40d7'] = 'Se ha producido un error durante el envío del archivo';
$_ERRORS['27ab5a6a3e4b4cb32f0484a1f93d5f64'] = 'Solamente una parte de las imágenes se ha regenerado, la conexión con el servidor ha expirado antes del final.';
@@ -116,6 +119,7 @@ $_ERRORS['31fe542f8c37c61360c21d904e59bf41'] = 'El pedido no puede ser renovado
$_ERRORS['32a2e7694628335252aceb0552a6f6ba'] = 'Para usar Memcached, debe instalar la extensión PECL Memcache en su servidor.';
$_ERRORS['32d841e578ff7560bbaeda96f5328e9e'] = 'Servidor de media #2 no válido';
$_ERRORS['34843eb626c7fbe22db113fca38197b7'] = 'Se produjo un error durante la transformación invitado a lo cliente';
$_ERRORS['36296325727560bc0b1ae0e0801c82b7'] = 'Cuando las tablas se utilizan múltiples, cada atributo debe hacer referencia a una tabla.';
$_ERRORS['36527e8d64ec4ced95607f6ef9b2a1b9'] = 'No se puede encontrar la factura para la base de datos ';
$_ERRORS['366da0581c44d3c179e44f532b693eab'] = 'Falta la IP Memcached ';
$_ERRORS['36757394a699878de6f0e51f203d1ee7'] = 'No se puede explorar el directorio de raiz';
@@ -283,6 +287,7 @@ $_ERRORS['8227e4867a9388488b04ea32665bcc18'] = 'El directorio de módulos debe s
$_ERRORS['8232b04735bff65500e6fcc378ba1f4a'] = 'Este cupón ya se ha utilizado';
$_ERRORS['82a8b3ff9de7c44dcc811b80d6d23189'] = 'Una cuenta ya está registrada con este e-mail. ';
$_ERRORS['82f5cfff9540e141216195b59dddd594'] = 'no se puede encontrar el pedido';
$_ERRORS['8385116ba4317a7e936b06ad9df41bd3'] = 'El campo fecha de expiración del atributo es necesario.';
$_ERRORS['83bb26ccfcb5788d8976168edcc8790f'] = 'Por favor, acepte los términos de servicio ';
$_ERRORS['8475669ea7960c54c3a8a8eb0701a430'] = 'El campo %1$s (%2$s) es demasiado largo: %3$d caracteres máximos (contar ahora %4$d).';
$_ERRORS['84791cb2d987ad5f5b77e36e27686872'] = 'No se puede encontrar este orden de suministro en la base de datos ';
@@ -307,6 +312,7 @@ $_ERRORS['8eccd648c123a09bcf8520fea052861d'] = 'se ha producido un error mientra
$_ERRORS['8ecf4968ba36c1f1424e96a01aa9f4f0'] = 'Se ha producido un error durante la instalación del módulo:';
$_ERRORS['8f3d9ee281e1abb9111486bcbda6804e'] = 'Error: algunas o todas las imágenes no se han podido mover.';
$_ERRORS['8fd6c902e0a6186ebc62b4c3c65dc528'] = 'No se puede eliminar esta cuenta, ya que gestiona almacenes. Revise sus almacenes en primer lugar. ';
$_ERRORS['902b0d55fddef6f8d651fe1035b7d4bd'] = 'Error';
$_ERRORS['9072e6a7f1693ef1fb211f2f6dc56d02'] = 'Atirbuto de precio necesario';
$_ERRORS['918eafd2a5ffd2824a394ce7bf1c4df4'] = 'Fecha de nacimiento inválida';
$_ERRORS['9211c38458f969f18498096a400a2214'] = 'el objeto no puede cargarse';
@@ -317,6 +323,7 @@ $_ERRORS['93bec915b8879ccc0352b786ffa5bd70'] = 'Fecha no es válido ';
$_ERRORS['94295ef230cb5a43fa693a7bf898df86'] = 'Se ha producido un error, este módulo no existe:';
$_ERRORS['9562e87aa70988950a8356458082fc1b'] = 'Error: No hay operadores disponibles que entregar a esta dirección ';
$_ERRORS['95cc61064b636eb1782b85bde2263433'] = 'Ha ocurrido un error en la edición de esta línea de productos ';
$_ERRORS['967073fb783cf50a3c3addc66f4c6567'] = '%s es una palabra clave autorizada.';
$_ERRORS['96a2d573cabb2e5b3d6164140d28e8da'] = 'debe crearse el producto antes de añadir características';
$_ERRORS['97fc9862b0bebc68aa03f466bfc2c6bf'] = 'Error: tema de email no válido';
$_ERRORS['986641245e5ef77f951298aa30a5616f'] = 'la contraseña está vacía';
@@ -368,6 +375,7 @@ $_ERRORS['b38f15cfb6f5640c4ff55cd72c7575f6'] = 'Este cupón no es válido aún';
$_ERRORS['b39188d5e26a56bfd489f50435c08785'] = 'La función %1$s (Linea%2$s) está en desuso y se eliminará en la siguiente versión principal. ';
$_ERRORS['b40ad46c25c153a3d2fde078c0e1b0f8'] = 'Inicia sesión en el';
$_ERRORS['b4816317cad36c53e8b4120c7f2b561a'] = 'La selección de países no es válida';
$_ERRORS['b4b3f9faf62c063468f312900c67c863'] = '%s no existe.';
$_ERRORS['b578824c29b15327203b675dc8d8f5f1'] = 'Parámetros no válidos';
$_ERRORS['b58984a6d945e72c33586460ca8f3c61'] = 'Error: ningún cliente ';
$_ERRORS['b624fe284c163c46bc68eadf90e27248'] = 'El objeto no se pudo cargar. ';
@@ -438,6 +446,7 @@ $_ERRORS['d5b9eddfad35e1cd6c97eff40c8301e6'] = 'Se produjo un error al eliminar
$_ERRORS['d6de34089e7c9c2b568587543805a80b'] = 'El link reescrito para %1$s (ID: %2$s) se reescribió como %3$s.';
$_ERRORS['d7569980257d11fbd66deb501f5efab8'] = 'Usted no tiene permiso para eliminar este módulo. ';
$_ERRORS['d814b0ff8722719194d0bfdf3f489a97'] = 'Se ha producido un error al enviar el mensaje';
$_ERRORS['d905a6c7ce68ddeea5eda706e341c43b'] = 'El operador %s utilizado es incorrecto.';
$_ERRORS['d906ff9d856174f452e62e5dbdb83f11'] = 'Imposible mostrar el producto de copia de seguridad';
$_ERRORS['d95673a90af51b8d6818c5e5f3fc3b88'] = 'Anchura y altura debe ser numérico ';
$_ERRORS['db3f419ede0b78fcf31491509e68db40'] = 'Nombre de la zona no es válido. ';
@@ -516,6 +525,7 @@ $_ERRORS['f59b67acbc1ca8ecad71a742f5e43b09'] = 'Ningún pedido encontrado con es
$_ERRORS['f5d44b60e38b28d19549bb7a107654ca'] = 'No puede suprimir su propia cuenta';
$_ERRORS['f5d5ae2070effc7b3eee52adc882bb6b'] = 'factura no encontrada';
$_ERRORS['f71822f4baea3403f806fc2cd324ffb1'] = 'Se necesita un nombre para la característica %1$s en %2$s.';
$_ERRORS['f77df8faa08c086545f994db35bb6567'] = 'La referencia %1$s no existe en la tabla: %2$s.';
$_ERRORS['f787618e514c038851726224d7e4421e'] = 'fichero no seleccionado';
$_ERRORS['f8279a73d35437427d4c77e28828c5fc'] = 'este email no está registrado';
$_ERRORS['f8700fd851876c5adbffa7eddaaaf163'] = 'Se ha producido un error al enviar una imagen';
+43 -79
View File
@@ -5,6 +5,7 @@ $_LANGADM = array();
$_LANGADM['AdminAccess151648106e4bf98297882ea2ea1c4b0e'] = 'Mise à jour réussie';
$_LANGADM['AdminAccess4351cfebe4b61d8aa5efa1d020710005'] = 'Voir';
$_LANGADM['AdminAccess501faad2df9c231576549a068fcf61ca'] = 'Pas de modules installés';
$_LANGADM['AdminAccess6f4d50d858c73d78c954d410016d67e5'] = '%s : le module est installé dans la base de données, mais ses fichiers sont soit manquants, soit incompatibles.';
$_LANGADM['AdminAccess7015777bcc86cd0c5e4819310d62b040'] = 'Onglets';
$_LANGADM['AdminAccess7dce122004969d56ae2e0245cb754d35'] = 'Modifier';
$_LANGADM['AdminAccess7fcca2f879aa88fea302c675f56428cc'] = 'Aucun onglet';
@@ -15,7 +16,6 @@ $_LANGADM['AdminAccessd939c2e53e1bfdb51cddcc37d50db438'] = 'Erreur lors de la mi
$_LANGADM['AdminAccessec211f7c20af43e742bf2570c3cb84f9'] = 'Ajouter';
$_LANGADM['AdminAccessf1206f9fadc5ce41694f69129aecac26'] = 'Configurer';
$_LANGADM['AdminAccessf2a6c498fb90ee345d997f888fce3b18'] = 'Supprimer';
$_LANGADM['AdminAccessfce31125ecc3fdca7df70c417a0de59c'] = ' : le module est installé dans la base de données, mais ses fichiers sont soit manquants, soit incompatibles.';
$_LANGADM['AdminAddresses1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Société';
$_LANGADM['AdminAddresses20db0bfeecd8fe60533206a2b5e9891a'] = 'Prénom';
$_LANGADM['AdminAddresses284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Adresses';
@@ -70,26 +70,22 @@ $_LANGADM['AdminAdminPreferencesc87330f475e4384552c0077927d26e1a'] = 'Durée de
$_LANGADM['AdminAdminPreferencesdc58d598b2b22e50c5af01134305a4fb'] = 'Active l\'aide contextuelle en dessous des champs de saisie';
$_LANGADM['AdminAdminPreferencese673b146824251548feecf1f3929aceb'] = 'Durée de vie du cookie back-office';
$_LANGADM['AdminAdminPreferencesed5454727fb14b9800ead242d0972184'] = 'Vérifier l\'IP dans le cookie';
$_LANGADM['AdminAttachments06d43815fa42336629ff54da5630143c'] = 'le fichier';
$_LANGADM['AdminAttachments0b27918290ff5323bea1e3b78a9cf04e'] = 'Fichier';
$_LANGADM['AdminAttachments1330644e50b47cea36b82e830f521ed8'] = 'Le fichier %1$s dépasse le poids autorisé par le serveur, cette limite est fixée à %2$d Mo.';
$_LANGADM['AdminAttachments38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
$_LANGADM['AdminAttachments49ee3087348e8d44e1feda1917443987'] = 'Nom';
$_LANGADM['AdminAttachments4de7deb3669d427bc715d7c4a59db66c'] = 'Ce document joint est utilisée par les produits suivants :';
$_LANGADM['AdminAttachments5321af3b1b7fdb6eda5ac5e1ece2e645'] = 'Le fichier n\'existe pas ou celui-ci n\'est pas téléchargeable, vérifiez la limite de taille des fichiers téléchargeables configurée sur votre serveur.';
$_LANGADM['AdminAttachments6492d670e42151cc37574d99f4071f85'] = 'Nom du fichier :';
$_LANGADM['AdminAttachments8d8fcc1abd550c5f25dbfaa57d59cb67'] = 'Mo';
$_LANGADM['AdminAttachments8f03c9a0d16a47691b8f7c5a0b7776c9'] = 'dépasse le poids autorisé par le serveur, cette limite est fixée à';
$_LANGADM['AdminAttachmentsaad781b9842958b4552b8edebb83c346'] = 'Impossible de copier le fichier';
$_LANGADM['AdminAttachmentsab335fe79ef8a5e26c0dbc23332a7148'] = 'Mettez un fichier en ligne depuis votre poste de travail';
$_LANGADM['AdminAttachmentsae21d822d879539a75c3d6fd91c2acb3'] = 'Fichier :';
$_LANGADM['AdminAttachmentsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminAttachmentsb8cb56e655c8957c168a380aca447e9b'] = 'La taille du fichier que vous tentez de télécharger est :';
$_LANGADM['AdminAttachmentsba34ea40525a4379add785228e37fe86'] = 'kb';
$_LANGADM['AdminAttachmentsd0042a700e9bdf79689d63ee6846dc0e'] = 'Description :';
$_LANGADM['AdminAttachmentsdbb768f29d6b36b627c8233b32da4f2c'] = 'Fichier trop volumineux, taille maximum autorisée :';
$_LANGADM['AdminAttachmentse9cb217697088a98b1937d111d936281'] = 'Document joint';
$_LANGADM['AdminAttachmentsf378471b67496f5490d52cabe1f819f3'] = 'Fichier trop volumineux, taille maximum autorisée : %1$s ko. La taille du fichier que vous tentez de télécharger est : %2$s ko.';
$_LANGADM['AdminAttributeGenerator044a66fb62f8920b222660d638a7d8c5'] = 'Ajoutez ou modifiez les attributs pour le produit :';
$_LANGADM['AdminAttributeGenerator18c17dae7b84c21b38873e823af2bcfe'] = 'produit(s) créé(s) avec succès.';
$_LANGADM['AdminAttributeGenerator181ba1a9e1a38f1a83277046cdbbc2bc'] = '%d produit(s) créé(s) avec succès.';
$_LANGADM['AdminAttributeGenerator233c543a23378c4ffd0e1efb17408510'] = 'Impact sur le prix :';
$_LANGADM['AdminAttributeGenerator32b919d18cfaca89383f6000dcc9c031'] = 'Générer';
$_LANGADM['AdminAttributeGenerator419cdd539861e743b872b2c959629a54'] = 'TTC :';
@@ -202,7 +198,6 @@ $_LANGADM['AdminCarriers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
$_LANGADM['AdminCarriers0cae43334d77f00b5a692dc52adb533a'] = 'C\'est fait ! Le nouveau transporteur est disponible pour vos clients.';
$_LANGADM['AdminCarriers16650c3cbb2dc17ebcdba01fb1f31f89'] = 'Mettez en ligne un logo depuis votre ordinateur';
$_LANGADM['AdminCarriers1bd33faf04b6c7e0090de4f3e5915178'] = 'Accès groupé :';
$_LANGADM['AdminCarriers1cc70ef3820fa925ca1dd1ab645d239e'] = 'Caractères autorisés : lettres, espaces et';
$_LANGADM['AdminCarriers1d6af794b2599c1407a83029a09d1ecf'] = 'Transporteurs';
$_LANGADM['AdminCarriers24a23d787190f2c4812ff9ab11847a72'] = 'État :';
$_LANGADM['AdminCarriers2c261299e5086bd16299a8e8077862c8'] = 'Note :';
@@ -263,6 +258,7 @@ $_LANGADM['AdminCarrierscf3fb1ff52ea1eed3347ac5401ee7f0c'] = 'Croissant';
$_LANGADM['AdminCarrierscf899ec0add2e9e103ad82c1a2a077ac'] = 'Appliquer les frais de transports :';
$_LANGADM['AdminCarriersd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminCarrierse118ab2d90a7fc8dc54d9b5d10a1edb3'] = 'Appliquer les frais de transports et des frais de transports supplémentaires par produit pour ce transporteur';
$_LANGADM['AdminCarrierse1bcd0aa73dbc610f1fc628499244d8f'] = 'Caractères autorisés : lettres, espaces et %s';
$_LANGADM['AdminCarrierse25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
$_LANGADM['AdminCarrierse3cf5ac19407b1a62c6fccaff675a53b'] = 'Décroissant';
$_LANGADM['AdminCarrierse3d29a6f3d7588301aa04429e686b260'] = 'En fonction du prix total';
@@ -377,6 +373,7 @@ $_LANGADM['AdminCartRulesf7de1b71605a10ef04416effa4c6e09e'] = 'Enregistrer et re
$_LANGADM['AdminCartRulesfc6341fa76fe93b837d748563e0a60c1'] = 'Appliquer une réduction';
$_LANGADM['AdminCarts01abfc750a0c942167651c40d088531d'] = 'n°';
$_LANGADM['AdminCarts068f80c7519d0528fb08e82137a72131'] = 'Produits';
$_LANGADM['AdminCarts18fb6221fe0d9895c2e9ba08283f00e9'] = 'Commande n°%d';
$_LANGADM['AdminCarts1d949d2235747b894bbaae35fbf44f1d'] = 'Informations client';
$_LANGADM['AdminCarts21586db2334d5241a3cbf559955c129b'] = 'hors taxes';
$_LANGADM['AdminCarts2633d6725607d13e80f5e30514b91fbe'] = 'Total réductions :';
@@ -408,7 +405,6 @@ $_LANGADM['AdminCartsadb831a7fdd83dd1e2a309ce7591dff8'] = 'Visiteur';
$_LANGADM['AdminCartsb157524c4be8c2fc80e5ef2f0b1bf1e6'] = 'Commandes validées :';
$_LANGADM['AdminCartsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminCartsce26601dac0dea138b7295f02b7620a7'] = 'Client';
$_LANGADM['AdminCartsd1228f5476d15142b1358ae4b5fa2454'] = 'Commande n°';
$_LANGADM['AdminCartsd79cf3f429596f77db95c65074663a54'] = 'ID Commande';
$_LANGADM['AdminCartsdeb10517653c255364175796ace3553f'] = 'Produit';
$_LANGADM['AdminCartse78b6f4eb3be046f4d25c07ce54954d4'] = 'Réf. :';
@@ -531,7 +527,6 @@ $_LANGADM['AdminContactse25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les él
$_LANGADM['AdminContactsf16b5952df8d25ea30b25ff95ee8fedf'] = 'Association de la boutique :';
$_LANGADM['AdminContactsfca1f01db55feb7e6c92c4a7914ef990'] = 'Ce message sera enregistré dans l\'onglet SAV';
$_LANGADM['AdminController050a0d11da7943317186f76a36b14a6c'] = 'Pas de nouvelle commande passée sur votre boutique';
$_LANGADM['AdminController07213a0161f52846ab198be103b5ab43'] = 'erreurs';
$_LANGADM['AdminController0c6992101fe78e4f1ae3f391c485de29'] = 'Pack de localisation importé avec succès';
$_LANGADM['AdminController12c500ed0b7879105fb46af0f246be87'] = 'commandes';
$_LANGADM['AdminController13348442cc6a27032d2b4aa28b75a5d3'] = 'Recherche';
@@ -539,16 +534,18 @@ $_LANGADM['AdminController151648106e4bf98297882ea2ea1c4b0e'] = 'Mise à jour ré
$_LANGADM['AdminController16c64b6f203dd2b0a840184ef902a704'] = 'Module greffé sur le point d\'accroche avec succès';
$_LANGADM['AdminController18bbc44b29f81d10ca41aa4a1e4347d7'] = 'Si activé, ce message de confirmation va s\'afficher (facultatif)';
$_LANGADM['AdminController1a9c46c5de112e3cb217e0ec5576d499'] = 'Derniers clients';
$_LANGADM['AdminController2169b4627df97333ed94d1e30a9b8148'] = '%d errors';
$_LANGADM['AdminController23a61fdb216b255d81b0d49ca1abb8a4'] = 'Il y a %d avertissements.';
$_LANGADM['AdminController2aa80a00e1c76b0c14ef567e0e322a0e'] = 'Module réinitialisé avec succès';
$_LANGADM['AdminController2c76ba09452e3da727ed4e65cf2f2593'] = 'Langue copiée avec succès';
$_LANGADM['AdminController2d30a5364e7af9ab4e119dc77551e317'] = 'Sélection de l\'image par défaut enregistrée';
$_LANGADM['AdminController2df9f8b8654e79c091ab5f33c9e1b67b'] = 'Envoi réussi';
$_LANGADM['AdminController307fbef4087f1a9de65a595be1418670'] = 'Association d\'une image et d\'une boutique modifiée';
$_LANGADM['AdminController3879149292f9af4469cec013785d6dfd'] = 'avertissements';
$_LANGADM['AdminController399574be0ed95657dfac0e8d38374c62'] = 'par adresse IP';
$_LANGADM['AdminController3dd9c50a1e72020b9cc83e92aa7d07b9'] = 'Temps de chargement :';
$_LANGADM['AdminController3e937d04c1c83492260a33d926ca587c'] = 'Outil de suivi des bugs';
$_LANGADM['AdminController40606a2d55f7c33c732f1d3c1b5b1e66'] = 'Module supprimé';
$_LANGADM['AdminController406cabb68a6d8f9f7ebbb3c10cd535ef'] = 'Il y a %d avertissement.';
$_LANGADM['AdminController4236a440a662cc8253d7536e5aa17942'] = 'déconnexion';
$_LANGADM['AdminController4351cfebe4b61d8aa5efa1d020710005'] = 'Voir';
$_LANGADM['AdminController4402aa7e384266cd7d0350c1cc9a0123'] = 'La traduction a été ajoutée avec succès mais la langue n\'a pas été créée';
@@ -556,7 +553,6 @@ $_LANGADM['AdminController46b1b35fd252d60dd4d1b610a9224943'] = 'Module retiré d
$_LANGADM['AdminController46f22f2a56ddd091f4b2b2c35c5ca989'] = 'catalogue';
$_LANGADM['AdminController4942b4a77c98af316861fc63c648b45f'] = 'Voir tous les clients';
$_LANGADM['AdminController4b6f7d34a58ba399f077685951d06738'] = 'clients';
$_LANGADM['AdminController4ce81305b7edb043d0a7a5c75cab17d0'] = 'Il y a';
$_LANGADM['AdminController4f32a32dea642737580dd71cdfd8d3c0'] = 'Accès rapide';
$_LANGADM['AdminController5196611ad1bf27e9cef5375b038c04db'] = 'Faites-moi sortir d\'ici !';
$_LANGADM['AdminController529a53abbdf42a64cb2d149c0aeced04'] = 'Dernières commandes';
@@ -565,11 +561,9 @@ $_LANGADM['AdminController56deca22a707214865f7ea3ae6391d67'] = 'factures';
$_LANGADM['AdminController5bdc90e9608e48cc15f38ff360cd234a'] = 'Message affiché sur le bouton de validation (obligatoire)';
$_LANGADM['AdminController6175b106e638d4dd873cb3ff96724392'] = 'Miniatures régénérées avec succès';
$_LANGADM['AdminController630f6dc397fe74e52d5189e2c80f282b'] = 'Retour à la liste';
$_LANGADM['AdminController6357d3551190ec7e79371a8570121d3a'] = 'Il y a';
$_LANGADM['AdminController6b5ed001b03b7e1788ba881c15a08633'] = 'Module(s) installé(s) avec succès';
$_LANGADM['AdminController77181afe06241c54ef771a23ee6da8f4'] = 'Derniers messages';
$_LANGADM['AdminController795aa39f13629841edad6c04d3aca405'] = 'Images déplacées avec succès';
$_LANGADM['AdminController7b83d3f08fa392b79e3f553b585971cd'] = 'avertissement';
$_LANGADM['AdminController7cfc3f369b8123e1c2d22a37b31a49a7'] = 'Module téléchargé';
$_LANGADM['AdminController7dce122004969d56ae2e0245cb754d35'] = 'Modifier';
$_LANGADM['AdminController84b4d8c8cdd02488c0f868e97b22a3c2'] = 'Création réussie';
@@ -815,10 +809,8 @@ $_LANGADM['AdminCustomers019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Sexe';
$_LANGADM['AdminCustomers056ee659eb2023ed38fc4f09a3648ba9'] = '5 caractères min., uniquement lettres, chiffres, ou';
$_LANGADM['AdminCustomers068f80c7519d0528fb08e82137a72131'] = 'Produits';
$_LANGADM['AdminCustomers06df33001c1d7187fdd81ea1f5b277aa'] = 'Actions';
$_LANGADM['AdminCustomers08125f123aff8e74d755ecf415f54ae7'] = 'ne vous a jamais contacté';
$_LANGADM['AdminCustomers084e0343a0486ff05530df6c705c8bb4'] = 'qu\'invité';
$_LANGADM['AdminCustomers0f98b7f230f3c91292f0de4c99e263f2'] = 'Inscription';
$_LANGADM['AdminCustomers1251852566309cb1f01aa44d71af2528'] = 'n\'a jamais passé de commande';
$_LANGADM['AdminCustomers125cf762f473a17738b97ee3fabe4e8b'] = 'Ce client est enregistré en tant';
$_LANGADM['AdminCustomers1412292b09d3cd39f32549afb1f5f102'] = 'Supprimer les éléments sélectionnés ?';
$_LANGADM['AdminCustomers14266fa9fc5146fc3b25fb95c9d5075f'] = 'Seule la remise du groupe sélectionné s\'appliquera au client';
@@ -860,8 +852,8 @@ $_LANGADM['AdminCustomers5ed5ce582affef97f07fa474c6751302'] = 'Client acceptant
$_LANGADM['AdminCustomers6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caractères non valides :';
$_LANGADM['AdminCustomers668a8d8d7ffe5da112b266e46b79b685'] = 'Prénom :';
$_LANGADM['AdminCustomers694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantité';
$_LANGADM['AdminCustomers6a5f3c8d684c30fca140b918e0bc989b'] = '%1$s %2$s n\'a jamais passé de commande';
$_LANGADM['AdminCustomers6d2e7477916d118eb0a377fd13af4f63'] = 'Dernière mise à jour :';
$_LANGADM['AdminCustomers6ff01ff52bb6bc600dcb062808a55c5f'] = 'ne possède aucun bon de réduction';
$_LANGADM['AdminCustomers7137a85d9b8d9e6d09f47767d2ca31ee'] = 'APE :';
$_LANGADM['AdminCustomers7442e29d7d53e549b78d93c46b8cdcfc'] = 'Commandes';
$_LANGADM['AdminCustomers74f68b6b29bed7925bc7257ef1c7f9e4'] = 'Options';
@@ -903,12 +895,15 @@ $_LANGADM['AdminCustomersca0dbad92a874b2f69b549293387925e'] = 'Code';
$_LANGADM['AdminCustomerscaa5b7a48ce4b1c1492c445446433fb5'] = 'Sexe :';
$_LANGADM['AdminCustomerscca344269d726c206f3d3894c85cae5a'] = 'Client abonné à la newsletter';
$_LANGADM['AdminCustomersce26601dac0dea138b7295f02b7620a7'] = 'Client';
$_LANGADM['AdminCustomersce87e57403dbb8cdd5897bd100d21013'] = '%1$s %2$s n\'a pas encore enregistré d\'adresse';
$_LANGADM['AdminCustomersd04e2c1b67f3ef0d475409516b812e8b'] = 'SIRET :';
$_LANGADM['AdminCustomersd1457b72c3fb323a2671125aef3eab5d'] = '?';
$_LANGADM['AdminCustomersd1554912e46f8d36a800ad8b604225f1'] = 'Commandes valides :';
$_LANGADM['AdminCustomersd3139f39f1ad6324c80a9ddd50cc7867'] = 'Pages vues';
$_LANGADM['AdminCustomersd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminCustomersd55669822f1a8cf72ec1911e462a54eb'] = 'pour';
$_LANGADM['AdminCustomersd75d64b130eb4439fd6cf1051a20321a'] = 'n\'a pas encore enregistré d\'adresse';
$_LANGADM['AdminCustomersd5f50861e345afcb7b07c1d3a07f3db1'] = '%1$s %2$s ne possède aucun bon de réduction';
$_LANGADM['AdminCustomersdc6b42ed2f2ca892ace5740131b09783'] = '%1$s %2$s ne vous a jamais contacté';
$_LANGADM['AdminCustomersdd7bf230fde8d4836917806aff6a6b27'] = 'Adresse';
$_LANGADM['AdminCustomerse0f0b0564d3d29a93fad7a4178b7b1ca'] = 'ID :';
$_LANGADM['AdminCustomerse13c678c09be620b7dfaf90182234b3d'] = 'Opt-in :';
@@ -1103,9 +1098,10 @@ $_LANGADM['AdminGroups8b5dd64ab8d0b8158906796b53a200e2'] = 'Adresse e-mail';
$_LANGADM['AdminGroups8c4284091367c3213217fd939c84a15d'] = 'Modules non autorisée :';
$_LANGADM['AdminGroups8fc7cc2b4c8d40941152d7242f353190'] = 'Les clients membres de ce groupe peuvent voir les prix';
$_LANGADM['AdminGroups93cba07454f06a4a960172bbd6e2a435'] = 'Oui';
$_LANGADM['AdminGroups9b9c0e705c0692345da6ca513f47bad4'] = 'Réduction : %d%';
$_LANGADM['AdminGroups9ba58ad734a38b533febf81361bd1a4f'] = 'Réduction (%)';
$_LANGADM['AdminGroups9c37b7b6ff829e977df287900543ea54'] = 'Date de naissance';
$_LANGADM['AdminGroupsa1e7379abfdbc3b8e03506e5489c6110'] = 'Réduction :';
$_LANGADM['AdminGroupsa1e7379abfdbc3b8e03506e5489c6110'] = 'Réduction : %d%';
$_LANGADM['AdminGroupsa36f97f31dbcb265fb08f5c0626261ea'] = '%s - Clients ayant passé une commande avec le Guest Checkout.';
$_LANGADM['AdminGroupsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminGroupsb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactiver';
@@ -1267,7 +1263,6 @@ $_LANGADM['AdminImport0a3d8a674faf5d3b70784c58a4d61d89'] = 'aucune entité séle
$_LANGADM['AdminImport0a657a7416c29bdc5b134b61b863e7ee'] = 'Le produit (%d/%d) n\'est pas disponible pour cette commande (ligne %d).';
$_LANGADM['AdminImport0c8476c5f5cdedcf296f6b3c22e0dffb'] = 'L\'ID de la langue (%d) n\'est pas valable(ligne %d).';
$_LANGADM['AdminImport0e54046ff37bbcbb8f43d25e5de36d7c'] = 'Le fichier .CSV a été importé dans votre boutique';
$_LANGADM['AdminImport0f2d13b7866be71f7e0e08cc2ec885e1'] = ') :';
$_LANGADM['AdminImport126a24b89fc776b9da2dd1963c058b28'] = 'Prix unitaire HT *';
$_LANGADM['AdminImport133eea6c50bd91342a97216a6204975a'] = 'Exemple de fichier de commandes aux fournisseurs';
$_LANGADM['AdminImport1814d65a76028fdfbadab64a5a8076df'] = 'Fournisseurs';
@@ -1304,7 +1299,6 @@ $_LANGADM['AdminImport406eba9770c82a84cae2d6ee3e846a56'] = 'Le taux de taxe (%d)
$_LANGADM['AdminImport41b00531a619d5e0f965854e352529f1'] = 'ID déclinaison';
$_LANGADM['AdminImport427b6d816d7fdd86cabe48d8180a3cc9'] = 'URL de l\'image';
$_LANGADM['AdminImport42c79d65619a9c13d81045f2fe5998aa'] = 'Adresse 1 *';
$_LANGADM['AdminImport45b963397aa40d4a0063e0d85e4fe7a1'] = 'fichiers';
$_LANGADM['AdminImport46a2a41cc6e552044816a2d04634545d'] = 'État/région';
$_LANGADM['AdminImport48d6c0804dd92fb5463bba154a8a747f'] = 'Réduction à (aaaa-mm-jj)';
$_LANGADM['AdminImport4a49c8f248ebc1550c23159dbe0f1ace'] = 'Vous trouverez des exemples de fichiers ci-dessous.';
@@ -1322,6 +1316,7 @@ $_LANGADM['AdminImport5fc0043ed2ef0d37b6d984e17ea22337'] = 'Sélectionnez votre
$_LANGADM['AdminImport622d67c7a2ea6386a4480e02b12fadd8'] = 'Impact sur le prix';
$_LANGADM['AdminImport6311ae17c1ee52b36e68aaf4ad066387'] = 'Complément';
$_LANGADM['AdminImport63d5049791d9d79d86e9a108b0a999ca'] = 'Référence';
$_LANGADM['AdminImport664d4132fc8dc3a158be4692b4246528'] = 'La liste de tags n\'est pas valable';
$_LANGADM['AdminImport66a73af45237b82a6a3e2e4217ebe69f'] = 'Uniquement disponible en ligne';
$_LANGADM['AdminImport6703aa9936582b4381418f7d523370b4'] = 'Taux de réduction';
$_LANGADM['AdminImport6928b30c9f87670d7621fe8f1fef7054'] = 'N° de référence ';
@@ -1342,9 +1337,7 @@ $_LANGADM['AdminImport87aae49bd054f2cfa4b7b395dee5f2d3'] = 'Réduction non valab
$_LANGADM['AdminImport8954e2e0d62b56db3c10df45a7602cd3'] = 'ID entrepôt *';
$_LANGADM['AdminImport8985093401a36bb0b31a127caccfaf0d'] = 'La commande fournisseur (%d) n\'est pas modifiable (ligne %d).';
$_LANGADM['AdminImport8ae880593c2afcc7da6d3530513a05d6'] = 'Attribut (Nom:Type:Position)';
$_LANGADM['AdminImport8b16faf140fc02c3029eb87c628e6510'] = 'Votre fichier CSV';
$_LANGADM['AdminImport8c489d0946f66d17d73f26366a4bf620'] = 'Poids';
$_LANGADM['AdminImport8c7dd922ad47494fc02c388e12c00eac'] = 'fichier';
$_LANGADM['AdminImport8ee9e2197f102def04f9ef8e3a9753f9'] = 'Le produit (%d/%D) ne peut pas être ajouté deux fois (ligne %d).';
$_LANGADM['AdminImport8f7627c77b01dc968a9665c0156da405'] = 'Le taux de réduction (%d) n\'est pas valable (ligne %d). %s.';
$_LANGADM['AdminImport8fb2f7240d1cbeb86010e76827af5751'] = 'L\'ID la devise (%d) n\'est pas valable(ligne %d).';
@@ -1356,8 +1349,6 @@ $_LANGADM['AdminImport95a6134288586bc854f6793506d00efd'] = 'L\'ID de l\'entrepô
$_LANGADM['AdminImport964e5a863ba051181f8f537626f5c953'] = 'Fournisseur non valable';
$_LANGADM['AdminImport97f08a40f22a625d0cbfe03db3349108'] = 'ID produit';
$_LANGADM['AdminImport980da98409d058c365664ff7ea33dd6b'] = 'lignes';
$_LANGADM['AdminImport998b344cff693ad388a14ba89b1523c7'] = 'n\'est pas valable';
$_LANGADM['AdminImport99af56daf9ee280b15e8ed79d75f0255'] = 'La liste de tags';
$_LANGADM['AdminImport9b1f5ada3db7e58544806a11099b7103'] = 'ID fournisseur *';
$_LANGADM['AdminImport9b93b45649ec5961b8cc84e905964683'] = 'Position de l\'image';
$_LANGADM['AdminImport9c1628890f5db454a0b4aed7720de094'] = '<<';
@@ -1405,6 +1396,7 @@ $_LANGADM['AdminImportd7fa0b529a16e87f34d8ef35054c765c'] = 'Importer des produit
$_LANGADM['AdminImportde5beace60f0caa4a679e6debde15092'] = 'Une categorie racine est le point de depart de l\'arbre de categories. Cette fonctionnalitée est utilisé en multi-boutique.';
$_LANGADM['AdminImportde8a97fd084105e9d0e74b4825b40010'] = 'Choisissez la valeur correspondant à chaque colonne';
$_LANGADM['AdminImportdf8ffb90c945e796f2cfd9265325b9c3'] = 'Catégories (x,y,z...)';
$_LANGADM['AdminImportdf917adff915d5518c45ae6dc521783b'] = 'Votre fichier CSV (%d fichiers) :';
$_LANGADM['AdminImportdfa8db9b8d08689d8a23067e93ef4ef9'] = 'ID devise *';
$_LANGADM['AdminImporte11d1e5d17a3f9ce34faccbb5cc61394'] = 'Référence commande *';
$_LANGADM['AdminImporte1a5e653bc356ed6745d6814d50213eb'] = 'Afficher le prix';
@@ -1415,6 +1407,7 @@ $_LANGADM['AdminImporte6d1ad59ffb524154c47ef02bb67bb79'] = 'Exemple de fichier d
$_LANGADM['AdminImporte791ac244233afc29b6f16f20b6e8e1f'] = 'Anniversaire (aaaa-mm-jj) ';
$_LANGADM['AdminImporte81c4e4f2b7b93b481e13a8553c2ae1b'] = 'ou';
$_LANGADM['AdminImporte92cfa244b5eb9025d07522080468445'] = 'Écotaxe';
$_LANGADM['AdminImporte951d2acc0ef475b62b892690abb80d8'] = 'Votre fichier CSV (%d fichier) :';
$_LANGADM['AdminImportea4788705e6873b424c65e91c2846b19'] = 'Annuler';
$_LANGADM['AdminImporteafce46b9013f4d12336785c388b664c'] = 'Exemple de fichier de adresses';
$_LANGADM['AdminImporteb931783a286222455893fb956d52cc9'] = 'Vous pouvez lire des informations sur l\'import CSV sur :';
@@ -1616,6 +1609,7 @@ $_LANGADM['AdminLocalizationf45093072dc38d0cf37441ea63e2ad68'] = 'Unité de mesu
$_LANGADM['AdminLogin01a569ddc6cf67ddec2a683f0a5f5956'] = 'Mot de passe oublié ?';
$_LANGADM['AdminLogin0206fb59f6e0cd0d3d271b58e9109dca'] = 'Mot de passe perdu ?';
$_LANGADM['AdminLogin07213a0161f52846ab198be103b5ab43'] = 'erreurs';
$_LANGADM['AdminLogin1e460c9780e870a025de51dbac61eeae'] = 'Il y a %d erreurs.';
$_LANGADM['AdminLogin345d82a66ff0b2acff929bbab85ed936'] = 'renommé le dossier /admin (ex : /admin123%d)';
$_LANGADM['AdminLogin34bdd7b9823059fa742afab7be9d4c58'] = 'Votre mot de passe vous a été envoyé par e-mail';
$_LANGADM['AdminLogin362b56674d07160fab60725a927bbf13'] = 'supprimé le dossier /install';
@@ -1630,6 +1624,7 @@ $_LANGADM['AdminLoginafbbe4ce0486fac5cfb8685e4fcb2b8a'] = 'Pour des raisons de s
$_LANGADM['AdminLoginb341a59d5636ed3d6a819137495b08a0'] = 'Mot de passe :';
$_LANGADM['AdminLoginbffe9a3c9a7e00ba00a11749e022d911'] = 'Connexion';
$_LANGADM['AdminLogincb5e100e5a9a3e7f6d1fd97512215282'] = 'erreur';
$_LANGADM['AdminLogine1ca36437c42dca0886afdc7d463b012'] = 'Il y a %d erreur.';
$_LANGADM['AdminLogs0610bbb9dba03bb8037e468534b65a1a'] = 'Type de l\'objet';
$_LANGADM['AdminLogs0eaadb4fcb48a0a0ed7bc9868be9fbaa'] = 'Avertissement';
$_LANGADM['AdminLogs2d7a39ee844a8ac84031dcd289630dd9'] = 'Problème majeur (erreur critique)';
@@ -1722,6 +1717,7 @@ $_LANGADM['AdminMeta08a551b84112995247355daf3b5d72ba'] = 'Route vers les fournis
$_LANGADM['AdminMeta0af89096135210f23a49637e3d9f3a60'] = 'Balises méta';
$_LANGADM['AdminMeta0d3ed57f8fd83cc2e9cf265a18663c0a'] = 'Format des liens';
$_LANGADM['AdminMeta1092637069f4ebf1bee2b02fd280888b'] = 'Route vers les catégories';
$_LANGADM['AdminMeta13660ee52f72981279336cec61549596'] = 'Votre fichier robots.txt DOIT être dans le dossier racine de votre site web, et nulle part ailleurs (Ex. : http://www.monsite.com/robots.txt).';
$_LANGADM['AdminMeta13f52e209a05e588d6966c38b5e1586b'] = 'Liste des mots-clés';
$_LANGADM['AdminMeta14caa3d50da16368a8f30b53a5b72aa4'] = 'Rediriger automatiquement vers l\'URL canonique';
$_LANGADM['AdminMeta193cfc9be3b995831c6af2fea6650e60'] = 'Page';
@@ -1738,14 +1734,12 @@ $_LANGADM['AdminMeta3c7cbced91d6e2e0b34500449597779f'] = 'N\'activez cette optio
$_LANGADM['AdminMeta3cb0403ba2ec65e9030c1013b5edb42d'] = 'Configuration des URL';
$_LANGADM['AdminMeta41e0dc2e5b02da0e290cee6ef11f675a'] = 'Vous pouvez changer ici l\'URL de votre boutique. Si vous migrez votre boutique vers une nouvelle URL, veuillez penser à changer les valeurs ci dessous.';
$_LANGADM['AdminMeta43199543574edd476ab25337ad4a223c'] = 'URL de la boutique';
$_LANGADM['AdminMeta4af8920622301fd5c44c3a9678790202'] = 'Votre fichier robots.txt DOIT être dans le dossier racine de votre site web, et nulle part ailleurs.';
$_LANGADM['AdminMeta4b9a9672a96a435f1d15ad934e093104'] = 'Route vers les modules';
$_LANGADM['AdminMeta4c8b0de98df5c029863c90c4239003fb'] = 'Vous pouvez changer ici le format de vos liens. Il y a plusieurs mots-clés disponibles pour chaque route listée ci-dessous. Les mots-clés avec * sont obligatoires. Pour ajouter un mot-clé dans l\'URL, utilisez la syntaxe {motclé}. Vous pouvez ajouter du texte avant ou après le mot-clé, qui s\'affichera si le contenu du mot-clé n\'est pas vide, avec la syntaxe {avant:motclé:après}. Par exemple {-bonjour-:meta_title} ajoutera \"-bonjour-mon-titre\" dans l\'URL si la méta titre est remplie, autrement il n\'affichera rien. Les URL simplifiées et le module mod_rewrite d\'Apache doivent être activés sur votre serveur pour pouvoir utiliser cette option.';
$_LANGADM['AdminMeta532a7bf10fd5a4315e0dfefe7a110d43'] = 'Pages par défaut';
$_LANGADM['AdminMeta5575f8bf467eba7499f22e78db6f3f56'] = 'Route vers les produits';
$_LANGADM['AdminMeta6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caractères non valables :';
$_LANGADM['AdminMeta7959e21ff0b83542251ca0b4e9a62eea'] = 'Générer le fichier robots.txt';
$_LANGADM['AdminMeta7a7e8c770c2e9392ab9bbafff71ca498'] = 'Ex. : http://www.monsite.com/robots.txt';
$_LANGADM['AdminMeta7efeee26d2914e586169f61213741599'] = 'Domaine SSL';
$_LANGADM['AdminMeta83495f05c4aa5f326f23b6d58d0da5e6'] = 'Route vers les catégories CMS';
$_LANGADM['AdminMeta84e2bd6cb02b2ed581449b1ed5dd3d03'] = 'donnez les permissions d\'écriture au fichier (CHMOD 666 sur un système Unix)';
@@ -1903,9 +1897,8 @@ $_LANGADM['AdminModulesf2a6c498fb90ee345d997f888fce3b18'] = 'Supprimer';
$_LANGADM['AdminModulesfa5a31a20c6e887538741d9099bf93e7'] = 'module non trouvé';
$_LANGADM['AdminModulesfda2be82f9bf59bf76019b5167186a95'] = 'Le ou les modules suivants ont été correctement mis à jour :';
$_LANGADM['AdminNotFound064d2e08f924478234959b67180290eb'] = 'Retour à la page précédente';
$_LANGADM['AdminNotFound108a3b71e398b14cc2d2054d3d7e1871'] = 'est manquant ou non valable.';
$_LANGADM['AdminNotFound55a6c776077ef389722620bcfd4a2dbf'] = 'Le contrôleur';
$_LANGADM['AdminNotFoundd19e8ab738bcb64f6c960a6ee116b3b5'] = 'Aller à l\'accueil';
$_LANGADM['AdminNotFoundefc54df619cd3792c98805fba1ee5ff7'] = 'Le contrôleur %s est manquant ou non valable.';
$_LANGADM['AdminOrderMessage38d6bc03067212bb0c2633f8a57d5881'] = 'Messages prédéfinis';
$_LANGADM['AdminOrderMessage49ee3087348e8d44e1feda1917443987'] = 'Nom';
$_LANGADM['AdminOrderMessage4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Message';
@@ -1955,17 +1948,17 @@ $_LANGADM['AdminOrders06218411415e79be5c93e529adf6d2b1'] = 'Première commande d
$_LANGADM['AdminOrders068f80c7519d0528fb08e82137a72131'] = 'Produits';
$_LANGADM['AdminOrders06933067aafd48425d67bcb01bba5cb6'] = 'Mettre à jour';
$_LANGADM['AdminOrders074d20a3d8b933b677a76337a81df873'] = 'Numéro de carte :';
$_LANGADM['AdminOrders084e0343a0486ff05530df6c705c8bb4'] = 'compte invité';
$_LANGADM['AdminOrders0885f0c211f74834f0109c5abaf4cdc4'] = 'Langue :';
$_LANGADM['AdminOrders08907d6524467f598eaeeb0ec85fa715'] = 'Cette commande a été passée par un';
$_LANGADM['AdminOrders0945359809dad1fbf3dea1c95a0da951'] = 'Document';
$_LANGADM['AdminOrders0a9ed0867d12a9df60d2b37fd0229b87'] = 'Total taxe comprise :';
$_LANGADM['AdminOrders0aed4e816d2ab18361bbfe990b4fdcde'] = 'Utiliser ce panier';
$_LANGADM['AdminOrders0c0d054c2c707309be2e70fb9ed7c571'] = 'Entrepôt';
$_LANGADM['AdminOrders0c458988127eb2150776881e2ef3f0c4'] = 'Adresse de livraison';
$_LANGADM['AdminOrders0d4d1c76cbf823ecde73e6a2e17672bd'] = 'Commande n°%1$d (%2$s) - %3$s %4$s';
$_LANGADM['AdminOrders0d8d58008ef5dd7afce337373ef73993'] = 'Date :';
$_LANGADM['AdminOrders0d9175fe89fb80d815e7d03698b6e83a'] = 'Cadeau';
$_LANGADM['AdminOrders0ec5c5bf208e4be4565e77cd6685e277'] = 'Erreur durant l\'envoi de l\'e-mail au client';
$_LANGADM['AdminOrders1021f02536dc46ab3b07c269949e4de7'] = 'Texte n°%s :';
$_LANGADM['AdminOrders1067f7778added234b6064bc8aa0765d'] = 'Réinjecter';
$_LANGADM['AdminOrders107ca6f108ab1c0c66015df0f61845a9'] = 'Emballage recyclé';
$_LANGADM['AdminOrders11599f38f7ac080ae579f1bf32f08561'] = 'Ajouter un bon d\'achat';
@@ -1975,6 +1968,7 @@ $_LANGADM['AdminOrders153c7809e6b00b6cbfa01b8aa9db43e3'] = 'payé au lieu de';
$_LANGADM['AdminOrders15776e1ba343092478723387aa0844d9'] = 'La quantité à retourner est supérieure à la quantité disponible';
$_LANGADM['AdminOrders197101c4a1b1fc503dcd6ebee127aa10'] = 'PU';
$_LANGADM['AdminOrders19d8b4cd46e3db747255c7d025042a64'] = 'Rechercher un bon d\'achat :';
$_LANGADM['AdminOrders1ac6ee29e9e68fb71bad91c1d34348cc'] = '%s :';
$_LANGADM['AdminOrders1d949d2235747b894bbaae35fbf44f1d'] = 'Informations client';
$_LANGADM['AdminOrders1de2ed90d5b4f8b9a76682d3abaa08df'] = 'Voir les informations de paiement';
$_LANGADM['AdminOrders1e6d57e813355689e9c77e947d73ad8f'] = 'Origine :';
@@ -1991,7 +1985,6 @@ $_LANGADM['AdminOrders29c14e1df15d10b73ec9605fd146b9fe'] = 'Aucun transporteur n
$_LANGADM['AdminOrders2a4863d18d0e1d218f2f8af4311ab943'] = 'Prix du transporteur :';
$_LANGADM['AdminOrders2ab74fb771ac34b95b1657895282d5d9'] = 'Choisissez un message prédéfini';
$_LANGADM['AdminOrders2d0f6b8300be19cf35e89e66f0677f95'] = 'Ajouter au panier';
$_LANGADM['AdminOrders2fb3b950fd7711136f7f251ae5fbdbdc'] = 'Texte #';
$_LANGADM['AdminOrders32dbec9b1cf9c049084874294d14dca2'] = 'Mots-clés :';
$_LANGADM['AdminOrders33caa076f23f453dd4061726f3706325'] = 'Vers :';
$_LANGADM['AdminOrders341216368d7ecd01ce32b8b9892293cf'] = 'TTC';
@@ -2045,6 +2038,7 @@ $_LANGADM['AdminOrders691b338fa68b3c177c6ebbc745624c6a'] = 'Total livraison HT :
$_LANGADM['AdminOrders6a5efd211a422296eab4adc476c98f0e'] = 'Retourner les produits';
$_LANGADM['AdminOrders6a94d8492279c2bfd3e81f3158658980'] = '[Génération] Règle Panier pour livraison offerte';
$_LANGADM['AdminOrders6c957f72dc8cdacc75762f2cbdcdfaf2'] = 'Prix unique';
$_LANGADM['AdminOrders6fe50cb3c0bf60f28ac9049ae6cb8c26'] = 'Cette commande a été passée par un compte invité.';
$_LANGADM['AdminOrders711cb64729ed5b666cf97c01691f5806'] = 'Inclure frais de port';
$_LANGADM['AdminOrders71e2851d86b252a44c658b896c486921'] = 'Modifier une note';
$_LANGADM['AdminOrders729a51874fe901b092899e9e8b31c97a'] = 'Êtes-vous sûr ?';
@@ -2081,6 +2075,7 @@ $_LANGADM['AdminOrders961f2247a2070bedff9f9cd8d64e2650'] = 'Choisir';
$_LANGADM['AdminOrders96b0141273eabab320119c467cdcaf17'] = 'Total';
$_LANGADM['AdminOrders988876a65c025870f89dca38f1c93e1b'] = 'Le mail a été envoyé au client';
$_LANGADM['AdminOrders988fd738de9c6d177440c5dcf69e73ce'] = 'Retour';
$_LANGADM['AdminOrders98ab04462a3ea83fe76f4163efe755da'] = '#%d';
$_LANGADM['AdminOrders9a0badbe4ffecaa004839769db6185d0'] = '600 car. max.';
$_LANGADM['AdminOrders9aff554dd26baa786f105ec17fdcaac1'] = 'Cacher les paniers et commandes pour ce client';
$_LANGADM['AdminOrders9b2e4f5c43e114c3330ff9fdc69d2834'] = 'pour ajouter un commentaire ou envoyer un message au client';
@@ -2110,7 +2105,7 @@ $_LANGADM['AdminOrdersb5a7adde1af5c87d7fd797b6245c2a39'] = 'Description';
$_LANGADM['AdminOrdersb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminOrdersb7623e931f082f027293f27dbfe7a8ea'] = 'Montrer au client';
$_LANGADM['AdminOrdersb9af8635591dc44009ccd8e5389722ec'] = 'Aucun produit trouvé';
$_LANGADM['AdminOrdersb9e6daaef804c01f3847f1da8b053dd1'] = 'Image #';
$_LANGADM['AdminOrdersb9e6daaef804c01f3847f1da8b053dd1'] = 'Image ';
$_LANGADM['AdminOrdersba794350deb07c0c96fe73bd12239059'] = 'Emballage';
$_LANGADM['AdminOrdersbafd7322c6e97d25b6299b5d6fe8920b'] = 'Non';
$_LANGADM['AdminOrdersbb45670bfc1611e057b9569c1fdf8003'] = 'Message de l\'emballage cadeau';
@@ -2131,7 +2126,6 @@ $_LANGADM['AdminOrderscc61945cbbf46721a053467c395c666f'] = 'Remboursé';
$_LANGADM['AdminOrderscce5cb6b3f30f3c7c23e056782be13e2'] = 'Recherche de clients :';
$_LANGADM['AdminOrdersce26601dac0dea138b7295f02b7620a7'] = 'Client';
$_LANGADM['AdminOrdersd11de921f7d92649726cb018ece43f13'] = 'Rechercher un produit en tapant les premières lettres de son nom';
$_LANGADM['AdminOrdersd1228f5476d15142b1358ae4b5fa2454'] = 'Commande n°';
$_LANGADM['AdminOrdersd3791adb95b19897037a0e3153ff6356'] = 'Réinitialiser le prix du transporteur';
$_LANGADM['AdminOrdersd460ec1b52f16b50d55978c3d4bfdc97'] = '< Précédent';
$_LANGADM['AdminOrdersd5bd22327f46800fbd839c6fae3eaa49'] = 'Si vous décidez de créer cette remise pour toutes les factures, une remise sera créée par commande et leurs factures.';
@@ -2268,6 +2262,7 @@ $_LANGADM['AdminPerformance3b122241906899e24b19de017667af13'] = 'Ces fonctionnal
$_LANGADM['AdminPerformance3f21c4cb40da6ee36bfbdee232f734eb'] = 'Nom du deuxième domaine de votre boutique, (par exemple, myshop-media-server-1.com). Si vous n\'avez pas un autre domaine, laisser ce champ vide';
$_LANGADM['AdminPerformance3ffcac2b857b421d5418b748b411265b'] = 'Serveurs de média (utilisé uniquement lorsque CCC est activé)';
$_LANGADM['AdminPerformance40f69b99e05503042c924aa2f609908e'] = 'Réduire le code HTML après l\'exécution de la compilation Smarty';
$_LANGADM['AdminPerformance45e83bc937d99310bc571fb756bbb5ad'] = 'Pour utiliser CacheFS le dossier %s doit avoir les droits d\'écriture.';
$_LANGADM['AdminPerformance49aeb6053e875124e2e7a5e332cf37df'] = 'Ne pas ouvrir la console';
$_LANGADM['AdminPerformance526838de93b6f66c78968a3a934042ee'] = '\"Smart cache\" pour le CSS :';
$_LANGADM['AdminPerformance5305b3e31f31228ba222c0681be73cbf'] = 'Recompiler les templates s\'ils sont mis à jour';
@@ -2296,11 +2291,9 @@ $_LANGADM['AdminPerformance938a37a70efa8f8b7adf65d5e01442d5'] = 'Ne jamais compi
$_LANGADM['AdminPerformance93cba07454f06a4a960172bbd6e2a435'] = 'Oui';
$_LANGADM['AdminPerformance9535ef94bfc73ca1933e6bcfc4e64ded'] = 'Utiliser Rijndael avec la librairie mcrypt.';
$_LANGADM['AdminPerformance98cb1c78dc57031530a646edadf2584d'] = 'Cette fonctionnalité ne peut-être désactivée car elle est actuellement utilisée';
$_LANGADM['AdminPerformance9c9ca93357c96b83727281cbd7c12f36'] = 'Pour utiliser le dossier CacheFS';
$_LANGADM['AdminPerformance9f2dedca6e0a783e7e52037b635c7c91'] = 'Adresse IP :';
$_LANGADM['AdminPerformance9f8a0aaa0d8c5eeb98f607482e6f2543'] = 'Chiffrement';
$_LANGADM['AdminPerformancea80f3ba9da16baa959b8685c8538099d'] = 'Conserver le fonctionnement classique';
$_LANGADM['AdminPerformancea9b036d3e91d53892d6a67c31327e456'] = 'doit avoir les droits d\'écriture';
$_LANGADM['AdminPerformanceaadb27e7677e4c4c85e4aa747ef7626e'] = 'Pour utiliser Xcache, vous devez installer l\'extension Xcache sur votre serveur.';
$_LANGADM['AdminPerformanceaee8eb501dcb805b13f843db6dc56e9b'] = 'Vous devez mettre un autre domaine ou sous-domaine, afin d\'utiliser du contenu statique sans cookie.';
$_LANGADM['AdminPerformanceb0744a0fedad81b59019ea2cfd6d0bb9'] = 'Utiliser CCC pour le code JavaScript';
@@ -2364,9 +2357,7 @@ $_LANGADM['AdminProducts03e895d6310cdab805586fce4123ed08'] = 'Sélectionner le t
$_LANGADM['AdminProducts0449f210068787074ce58175b1a2f5cf'] = 'Supprimer ce produit';
$_LANGADM['AdminProducts0637058fbe3054e03005b04e2852b06f'] = 'laisser vide si le prix ne change pas';
$_LANGADM['AdminProducts06444363878572ed1fd5c9342cd5884f'] = 'Disponible à partir de :';
$_LANGADM['AdminProducts06d43815fa42336629ff54da5630143c'] = 'le fichier';
$_LANGADM['AdminProducts0932fe7755e51cff71c39720af420c3b'] = 'Devise du prix à l\'unité';
$_LANGADM['AdminProducts0a5fa53f3f20f67f98bd6c3b16df059d'] = 'est obligatoire';
$_LANGADM['AdminProducts0b27918290ff5323bea1e3b78a9cf04e'] = 'Fichier';
$_LANGADM['AdminProducts0ba05d9030c37586ec90a10b26f3d425'] = 'Fournisseurs du produit';
$_LANGADM['AdminProducts0d0a2536d9091f317c4c5695545efebb'] = 'Écotaxe (TTC) :';
@@ -2381,6 +2372,7 @@ $_LANGADM['AdminProducts12085f07b6313b69c63a625d8e23f706'] = 'Valeur personnalis
$_LANGADM['AdminProducts127f14c2cdae50319818c96533aff418'] = 'Vous ne pouvez pas ajouter de déclinaisons ou de produits dématérialisés à un pack.';
$_LANGADM['AdminProducts1280169553c08486626f41d112b79450'] = 'Vous devez enregistrer ce produit avant de gérer ses fournisseurs.';
$_LANGADM['AdminProducts1284dfb4d1c104f5aa4ec55fa3883ff1'] = 'Veuillez choisir les entrepôts associés au produit, et celui par défaut.';
$_LANGADM['AdminProducts1330644e50b47cea36b82e830f521ed8'] = 'Le fichier %1$s dépasse le poids autorisé par le serveur, cette limite est fixée à %2$d Mo.';
$_LANGADM['AdminProducts1330988644c6dfe038e00e6384ac845a'] = '< Précédent';
$_LANGADM['AdminProducts1351017ac6423911223bc19a8cb7c653'] = 'Nom du fichier';
$_LANGADM['AdminProducts13787cfb1a15ae6690a29d3895c54de9'] = 'Partout';
@@ -2458,7 +2450,6 @@ $_LANGADM['AdminProducts3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caractères interd
$_LANGADM['AdminProducts3e06cfca1e715c7c256ef8da2098f62a'] = 'Vous devez enregistrer ce produit avant de pouvoir ajouter des images.';
$_LANGADM['AdminProducts3e34bdebd9bd5edda27e8728904a2552'] = 'l\'unité';
$_LANGADM['AdminProducts3e565755572fa5df48eb811c62619098'] = 'Message quand en stock :';
$_LANGADM['AdminProducts3e56c011b37f0bc78fb9eb175c1181c6'] = 'ko';
$_LANGADM['AdminProducts3ea3291e42b4f5eae395f389ce9a88d5'] = 'Générateur de déclinaisons de produit';
$_LANGADM['AdminProducts3fc8a96873ad6ca0aab10982d2d57332'] = 'Supprimer le produit ?';
$_LANGADM['AdminProducts406c281fe886b62b8a34752bc6ef4a13'] = 'Valeur incorrecte';
@@ -2516,7 +2507,6 @@ $_LANGADM['AdminProducts6453b853979579ed50ec58e2e7d13816'] = 'Vous perdrez toute
$_LANGADM['AdminProducts6492d670e42151cc37574d99f4071f85'] = 'Nom du fichier :';
$_LANGADM['AdminProducts64b53bc0cc0715cf944e23104df45d66'] = 'Produit dématérialisé (services, réservations et produits téléchargeables)';
$_LANGADM['AdminProducts6624493bea28e951b0e89cb12a324bcf'] = 'Est-ce un produit virtuel ?';
$_LANGADM['AdminProducts6844aa7b2ea9577a34cea194362d5509'] = 'dépasse le poids autorisé par le serveur, cette limite est fixée à';
$_LANGADM['AdminProducts686e697538050e4664636337cc3b834f'] = 'Créer';
$_LANGADM['AdminProducts694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantité';
$_LANGADM['AdminProducts6a6d01ddaa8fb712f673a6c94525f149'] = 'disponible à la vente';
@@ -2531,7 +2521,6 @@ $_LANGADM['AdminProducts6f382b016d2f2357bae77571ccbf0d18'] = 'L\'URL réécrite
$_LANGADM['AdminProducts6f39383b81d4999830ab6febe6279777'] = 'Ajouter ou modifier des déclinaisons de produit';
$_LANGADM['AdminProducts70ec3125ad8169fc81d61d3586bfa4df'] = 'Annuler le nouveau prix spécifique';
$_LANGADM['AdminProducts70f394c7aa6039a151b545cc56b797b8'] = 'Si aucun des transporteurs n\'est sélectionné, tous les transporteurs pourront être utilisés pour expédier ce produit.';
$_LANGADM['AdminProducts70f4b635847038d056e33959821a7a66'] = 'caractères maximum';
$_LANGADM['AdminProducts7164d9223003cb3505836cf3afebcb67'] = 'Référence(s) produit(s)';
$_LANGADM['AdminProducts729a51874fe901b092899e9e8b31c97a'] = 'Êtes-vous sûr ?';
$_LANGADM['AdminProducts74645ed4e5e25461a664d5f68ff19098'] = 'Cocher dans quelle(s) catégorie(s) le produit doit apparaître';
@@ -2554,7 +2543,6 @@ $_LANGADM['AdminProducts7c4f29407893c334a6cb7a87bf045c0d'] = 'Droite';
$_LANGADM['AdminProducts7de42ace590ac5849de386ffccb38958'] = 'Nom du fournisseur';
$_LANGADM['AdminProducts7e2708aeb65763c54052f57ed1a1ec1d'] = 'Documents joints';
$_LANGADM['AdminProducts7e3a51a56ddd2846e21c33f05e0aea6f'] = 'Tous les clients';
$_LANGADM['AdminProducts7e47a344b06d82a8836cbee2748a79e6'] = 'est obligatoire au moins en';
$_LANGADM['AdminProducts7eba1061a22393d97d8d9ae140870634'] = 'Le pack est vide. Vous devez ajouter au moins un produit au pack avant de pouvoir enregistrer le pack.';
$_LANGADM['AdminProducts804ccd6219996d12eda865d1c0707423'] = 'Toutes les boutiques';
$_LANGADM['AdminProducts811882fecd5c7618d7099ebbd39ea254'] = 'Gauche';
@@ -2581,7 +2569,6 @@ $_LANGADM['AdminProducts8c489d0946f66d17d73f26366a4bf620'] = 'Poids';
$_LANGADM['AdminProducts8d8fcc1abd550c5f25dbfaa57d59cb67'] = 'Mégaoctets';
$_LANGADM['AdminProducts8e99fa97ef8d51d9215028842c7ad57c'] = 'Gestion des priorités';
$_LANGADM['AdminProducts8ed07686e8486f87c4e0d491b0949904'] = 'Déclinaison :';
$_LANGADM['AdminProducts8edb6e2f93a2381b4ad39d904e7f87d5'] = 'le champ';
$_LANGADM['AdminProducts8f1a864ccfbcab6bd57f058d5d2b42b2'] = 'Il est également possible de définir les références fournisseurs pour chaque produit.';
$_LANGADM['AdminProducts913325468f8b6bcd59733df11213b066'] = 'HT :';
$_LANGADM['AdminProducts913bb5260c0b1fbd1d76d8140360dd19'] = 'avec taxes';
@@ -2603,8 +2590,6 @@ $_LANGADM['AdminProducts9702aa552bdeeedf7fe046493b8c8c94'] = 'Cliquez sur \"Enre
$_LANGADM['AdminProducts97694f7ea39fcb69da17d2f81e032ec7'] = 'outrepasse la taxe d\'éco-participation du produit sur l\'onglet Information';
$_LANGADM['AdminProducts97f014aa339f5b37951f100fb1a086d8'] = 'Veuillez sélectionner au moins un produit';
$_LANGADM['AdminProducts98f770b0af18ca763421bac22b4b6805'] = 'Caractéristiques';
$_LANGADM['AdminProducts998b344cff693ad388a14ba89b1523c7'] = 'n\'est pas valable';
$_LANGADM['AdminProducts99af56daf9ee280b15e8ed79d75f0255'] = 'Liste des tags';
$_LANGADM['AdminProducts9a63ec735f057c1366284bda67eee7de'] = 'Performances';
$_LANGADM['AdminProducts9be976b8052c984a95997e4a4f8eef96'] = 'apparaît dans le corps de la page produit';
$_LANGADM['AdminProducts9c67db9cd9f13cfbbe3ebb7ab90e9e3f'] = 'Prix de vente TTC :';
@@ -2658,12 +2643,10 @@ $_LANGADM['AdminProductsb61bd19699eab41bbcdabc42f83af268'] = 'Pensez à changer
$_LANGADM['AdminProductsb6bf408fcbdbbc77159db64efbcbb7b1'] = 'Champs texte :';
$_LANGADM['AdminProductsb6ef48322d4d59004db9f650344c1a8f'] = 'La taxe du transporteur sera appliquée.';
$_LANGADM['AdminProductsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminProductsb8cb56e655c8957c168a380aca447e9b'] = 'La taille du fichier que vous tentez de télécharger est : ';
$_LANGADM['AdminProductsb908c2f34052b5276e0bf50f0e042211'] = 'Taille du fichier :';
$_LANGADM['AdminProductsb9208b03bcc9eb4a336258dcdcb66207'] = 'Déclinaisons';
$_LANGADM['AdminProductsb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé';
$_LANGADM['AdminProductsbafd7322c6e97d25b6299b5d6fe8920b'] = 'Non';
$_LANGADM['AdminProductsbb46711b0644764f89a3d068e510295a'] = 'en compte actuellement';
$_LANGADM['AdminProductsbbc8c3f199c22b3951a52bc9821971ee'] = 'Prix HT à l\'unité :';
$_LANGADM['AdminProductsbcca5b450662c87c9333d5095e2781d9'] = 'Voulez-vous utiliser ce produit?';
$_LANGADM['AdminProductsbe26ade2055790d0e8d19eed69309574'] = 'Accessoires :';
@@ -2674,7 +2657,6 @@ $_LANGADM['AdminProductsc0471f0320bc17eb192bbd412d236806'] = 'Informations globa
$_LANGADM['AdminProductsc12cf3f1af68d3bb0dacb9f9ac61349e'] = 'Champs fichier :';
$_LANGADM['AdminProductsc1649abdccba825a27f5820f126c8454'] = 'Ajouter un nouveau prix spécifique';
$_LANGADM['AdminProductsc17ed6a82bd63f9dde6ab3572e3c32f4'] = 'id_product_attribute non valable';
$_LANGADM['AdminProductsc2d675b96dd130960c9c3fb9044e13be'] = 'attribut de date d\'expiration';
$_LANGADM['AdminProductsc312034c9f17a264365e734de442ca0a'] = 'Le nom complet du fichier avec l\'extension (exemple : Livre.pdf)';
$_LANGADM['AdminProductsc367558af1b68137d55b83a8d6aab519'] = 'Impossible de récupérer le fichier';
$_LANGADM['AdminProductsc3987e4cac14a8456515f0d200da04ee'] = 'Tous les pays';
@@ -2707,7 +2689,6 @@ $_LANGADM['AdminProductsd74838fbbeb384c01d7294db33c36ec3'] = 'La gestion des sto
$_LANGADM['AdminProductsd88946b678e4c2f251d4e292e8142291'] = 'Référencement';
$_LANGADM['AdminProductsd9da8da652ae39e03c51b2a671a47bf8'] = 'Je veux définir mes quantités manuellement';
$_LANGADM['AdminProductsda22c93ccb398c72070f4000cc7b59a1'] = 'Personnalisation';
$_LANGADM['AdminProductsdbb768f29d6b36b627c8233b32da4f2c'] = 'Fichier trop volumineux, taille maximum autorisée :';
$_LANGADM['AdminProductsdc8f50091cddc5183be3a5b5f774912a'] = 'Mettre en ligne un fichier';
$_LANGADM['AdminProductsdd8c7d4ab211f8e57f450a015dfe4131'] = 'Ajouter un accessoire';
$_LANGADM['AdminProductsdd9644efbcf9d41c5be6daed03514dd8'] = 'Suivant >';
@@ -2755,13 +2736,13 @@ $_LANGADM['AdminProductsf107f5a9ee4ecea58d0f29ae7959baa8'] = 'Nom';
$_LANGADM['AdminProductsf258ae7c40f58689780e219bc9a23608'] = 'Vous avez utilisé des déclinaisons, pour cette raison vous ne pouvez pas modifier votre fichier ici, mais dans l\'onglet \"Déclinaisons\"';
$_LANGADM['AdminProductsf2a6c498fb90ee345d997f888fce3b18'] = 'Supprimer';
$_LANGADM['AdminProductsf33c23efaf78aacff7c1cbc75f732865'] = 'Définissez les libellés des champs textes :';
$_LANGADM['AdminProductsf378471b67496f5490d52cabe1f819f3'] = 'Fichier trop volumineux, taille maximum autorisée : %1$s ko. La taille du fichier que vous tentez de télécharger est : %2$s ko.';
$_LANGADM['AdminProductsf41afefb4495b85c7b7ddf3e1ca4387f'] = 'Vous pouvez préciser une valeur pour chaque caractéristique pertinente concernant ce produit ; les champs vides ne seront pas affichés.';
$_LANGADM['AdminProductsf4a275a931b82e5058bc8ffad8b8e5bd'] = 'Marque :';
$_LANGADM['AdminProductsf4d1ea475eaa85102e2b4e6d95da84bd'] = 'Confirmation';
$_LANGADM['AdminProductsf55b3e4160181e543a17cb53dff1b218'] = 'ou aller à';
$_LANGADM['AdminProductsf5a47e822b7e7006f2b547d97f10aa28'] = 'Cette interface vous permet de choisir les entrepôts dans lesquels le produit est stocké.';
$_LANGADM['AdminProductsf5a7257cb1424678ae6bebbd0c36b341'] = 'Appliquer une remise de :';
$_LANGADM['AdminProductsf755e8b92cb8f02c24f6f539180d45b1'] = 'est trop long';
$_LANGADM['AdminProductsf8825c9f08ff15b5ef6bc3a3898817e8'] = 'Enregistrer et prévisualiser';
$_LANGADM['AdminProductsf898d8e2e12d9963b7de1af85d301d92'] = 'Si un produit est décliné, les quantités sont basées sur la déclinaison par défaut.';
$_LANGADM['AdminProductsf92965e2c8a7afb3c1b9a5c09a263636'] = 'Ok';
@@ -2849,7 +2830,6 @@ $_LANGADM['AdminReferrers2402ba94d906bd24c2e0b4e3952c3ca9'] = 'Enregistrer le tr
$_LANGADM['AdminReferrers24c29702dc9c63dedb98e92f3028e068'] = 'Recherche :';
$_LANGADM['AdminReferrers2d0c2b736fa1ab8ce149d26fc36e453a'] = 'Obtenir de l\'aide !';
$_LANGADM['AdminReferrers2e27c4006a026eacfc1f85b41bf9bc4c'] = 'Rémunération de base';
$_LANGADM['AdminReferrers2fdae620abd0f37132313415eb443667'] = 'L\'intérêt réside dans le fait que vous pouvez ainsi ajouter des tags dans les URL qui pointent vers votre site. Par exemple, vous pouvez poster un lien';
$_LANGADM['AdminReferrers316853cc3718335f11c048e33b9be98a'] = 'Clic';
$_LANGADM['AdminReferrers32eb2e5e4f68de58ec967137683ab09a'] = 'Si vous savez utiliser les expressions régulières de MySQL, vous pouvez utiliser le';
$_LANGADM['AdminReferrers32fdaf53fadc20d17117baafe17f0233'] = 'En mode simple, vous pouvez utiliser certains caractères génériques qui peuvent remplacer d\'autres caractères :';
@@ -2892,7 +2872,6 @@ $_LANGADM['AdminReferrersa02a13d2bf709fe1a81957f5f43d3061'] = 'Coût par clic :'
$_LANGADM['AdminReferrersa1b58c5793a9c4b1596f555d3c46ca7c'] = 'Définitions';
$_LANGADM['AdminReferrersa1cff1c13d1d12ea1f04f6a1e5c10d9c'] = 'Donc si vous souhaitez filtrer tous les visiteurs provenant de Google, vous pouvez indiquer \"%google%\" dans ce champ, ou \"%google.fr%\" si vous ne souhaitez que les visiteurs de Google France.';
$_LANGADM['AdminReferrersa28735af01fbb1e35371cb120985ac47'] = 'Inscriptions';
$_LANGADM['AdminReferrersa4e34bb1b030f78313a3a8f687277c45'] = ' sur le forum et obtenir des statistiques sur ces visiteurs en indiquant \"%prestashop\" dans le champ\\\"request_uri\".';
$_LANGADM['AdminReferrersa9841e29f2c8180709b16cd2a13c55fe'] = 'Com.';
$_LANGADM['AdminReferrersa9d19a0efc717973d21fa6086e40b282'] = 'Voir la documentation pour plus de détails...';
$_LANGADM['AdminReferrersab0cf104f39708eabd07b8cb67e149ba'] = 'Cache';
@@ -2906,6 +2885,8 @@ $_LANGADM['AdminReferrersbafd7322c6e97d25b6299b5d6fe8920b'] = 'Non';
$_LANGADM['AdminReferrersbb166feff34b74fef81127259160c93a'] = 'Affilié';
$_LANGADM['AdminReferrersc33e404a441c6ba9648f88af3c68a1ca'] = 'Statistiques';
$_LANGADM['AdminReferrersc67cf4c17877af5f7db7b337b87d84b8'] = 'Il y a un grand nombre de données stockées, donc chaque connexion correspondant à un site référant est indexée. Vous pouvez rafraîchir les index en cliquant sur le bouton ci-dessus. Sachez que cette opération peut prendre plusieurs minutes, et n\'est requise que si vous modifiez ou ajoutez un référant, ou si vous souhaitez que vos modifications soient rétroactives.';
$_LANGADM['AdminReferrersc880199d9ed40c53d2b0ad0470d6f576'] = 'Par exemple, vous pouvez poster un lien \"%dindex.php?prestashop\" sur le forum et obtenir des statistiques sur ces visiteurs en indiquant \"%prestashop\" dans le champ\\\"request_uri\".';
$_LANGADM['AdminReferrerscbefb6b27ef8a32b339d38608a81a5eb'] = 'L\'intérêt réside dans le fait que vous pouvez ainsi ajouter des tags dans les URL qui pointent vers votre site.';
$_LANGADM['AdminReferrerscc99ae38b3da304c65ea3a9019800a38'] = 'Informations techniques';
$_LANGADM['AdminReferrersd3139f39f1ad6324c80a9ddd50cc7867'] = 'Pages vues';
$_LANGADM['AdminReferrersd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
@@ -2923,25 +2904,14 @@ $_LANGADM['AdminReferrersf4f70727dc34561dfde1a3c529b6205c'] = 'Configuration';
$_LANGADM['AdminRequestSql004bf6c9a40003140292e97330236c53'] = 'Action';
$_LANGADM['AdminRequestSql0095a9fa74d1713e43e370a7d7846224'] = 'Export';
$_LANGADM['AdminRequestSql15c2d85f1fae22a3c3a0594510a1f611'] = 'Requête';
$_LANGADM['AdminRequestSql16f8b79916f8f4e305f231e3dcb045e7'] = 'La référence ';
$_LANGADM['AdminRequestSql19681d28ed1cc72479bc26b7e76ad240'] = 'La clause LIMIT doit comporter des arguments de type numérique.';
$_LANGADM['AdminRequestSql1f2d475aaa05700d630e37969e1465fa'] = 'n\'existe pas';
$_LANGADM['AdminRequestSql2aab74fed0cd850fa990b124915d1762'] = ' utilisé est incorrect.';
$_LANGADM['AdminRequestSql36296325727560bc0b1ae0e0801c82b7'] = 'Lorsque plusieurs tables sont utilisées, chaque attribut doit être référencé à l\'une de ces tables.';
$_LANGADM['AdminRequestSql3637ca8abd7a2fee28a00495daaec24a'] = 'Vous pouvez ensuite afficher les résultats de requête en cliquant sur l\'onglet :';
$_LANGADM['AdminRequestSql49744385fe09dfd66780305d33920047'] = 'L\'opérateur ';
$_LANGADM['AdminRequestSql49ee3087348e8d44e1feda1917443987'] = 'Nom';
$_LANGADM['AdminRequestSql4e140ba723a03baa6948340bf90e2ef6'] = 'Nom : ';
$_LANGADM['AdminRequestSql500ed780c28b031ff17cf9415f170bd0'] = 'La table';
$_LANGADM['AdminRequestSql503d56551bb8c49dc062e28df2d5c347'] = 'Ajouter une table';
$_LANGADM['AdminRequestSql5e4d646cb0cba34ec216552319c41fa6'] = 'Liste des tables MySQL:';
$_LANGADM['AdminRequestSql5ee1c8222479e0b3fa99c9079e4e1f41'] = 'Sélectionner votre encodage de fichier par défaut';
$_LANGADM['AdminRequestSql62a66bd7e2f1feae6d2eb45ec251c141'] = 'Cette requête n\'a pas de résultat.';
$_LANGADM['AdminRequestSql888cb3575217d185929dee26268c285b'] = 'n\'existe pas dans la table : ';
$_LANGADM['AdminRequestSql8b1c81b3ab3def7adeab2092dde06c01'] = 'n\'existe pas dans : ';
$_LANGADM['AdminRequestSql8ba084fcc77dfde36c3d982bae38490f'] = 'Veuillez choisir la table.';
$_LANGADM['AdminRequestSql902b0d55fddef6f8d651fe1035b7d4bd'] = 'Votre requête est incorrecte.';
$_LANGADM['AdminRequestSql967073fb783cf50a3c3addc66f4c6567'] = 'est un mot-clé non autorisé.';
$_LANGADM['AdminRequestSqla1fa27779242b4902f7ae3bdd5c6d508'] = 'Type';
$_LANGADM['AdminRequestSqla27bfd40a2250b4e9040bf594cb1460f'] = 'Vous pouvez aussi exporter les résultats de la requête sous forme de fichier .csv en cliquant sur l\'onglet :';
$_LANGADM['AdminRequestSqla5d1e00410f8e55885dbb6eddd4fe3cd'] = 'Comment créer une nouvelle requête SQL ?';
@@ -2953,17 +2923,15 @@ $_LANGADM['AdminRequestSqlc0c5ed95f9249b70bb6e70763e55a4e5'] = 'Modifier cette r
$_LANGADM['AdminRequestSqlc9cc8cce247e49bae79f15173ce97354'] = 'Enregistrer';
$_LANGADM['AdminRequestSqld3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminRequestSqle25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
$_LANGADM['AdminRequestSqlea11e5110768175d2d872ec15821dfa9'] = 'L\'attribut ';
$_LANGADM['AdminRequestSqlf102493313886fbc48767cac746083ec'] = 'Ajouter un attribut';
$_LANGADM['AdminRequestSqlf262813987f17120ffae515b59e74905'] = 'Lors de l\'enregistrement de la requête, seul les requêtes de type \"SELECT\" sont autorisées.';
$_LANGADM['AdminRequestSqlf2bbdf9f72c085adc4d0404e370f0f4c'] = 'Attribut';
$_LANGADM['AdminRequestSqlf4d1b953eb8ff1f32c0c23a27fddc2e5'] = 'L\'opérande \"*\" ne peut être utilisée dans une requête imbriquée.';
$_LANGADM['AdminRequestSqlf4f70727dc34561dfde1a3c529b6205c'] = 'Paramètres';
$_LANGADM['AdminReturn004bf6c9a40003140292e97330236c53'] = 'Outils';
$_LANGADM['AdminReturn24a23d787190f2c4812ff9ab11847a72'] = 'État :';
$_LANGADM['AdminReturn2ca3deb5cd68fa9119b285804fab572f'] = 'Commande :';
$_LANGADM['AdminReturn2fb3b950fd7711136f7f251ae5fbdbdc'] = 'Texte n°';
$_LANGADM['AdminReturn38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
$_LANGADM['AdminReturn40ef29f14606c51685069a9bb12495ac'] = 'Commande n°%1$s du %2$s';
$_LANGADM['AdminReturn446faa7da2d42ba4ffeda73cb119dd91'] = 'Date d\'émission';
$_LANGADM['AdminReturn593d14a9bb937448450dec461580c8cf'] = 'Activer les retours :';
$_LANGADM['AdminReturn5eea367ea73b909880393bd1ae79fc67'] = 'Client :';
@@ -2972,15 +2940,14 @@ $_LANGADM['AdminReturn694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantité';
$_LANGADM['AdminReturn853ae90f0351324bd73ea615e6487517'] = ' :';
$_LANGADM['AdminReturn9442975514755961788cc54bf8b43ddf'] = 'Options des retours produits';
$_LANGADM['AdminReturn97b920aeb6427541616bdfb89a42be02'] = 'Nombre de jours :';
$_LANGADM['AdminReturna8658715e6b0e879cbcbc4728a423b36'] = 'Texte n°%d';
$_LANGADM['AdminReturnb52b44c9d23e141b067d7e83b44bb556'] = 'Produits :';
$_LANGADM['AdminReturnb5ae76d7ccb124762ecb8452378ebe8c'] = 'Activer ou désactiver la prise en charge des retours produits';
$_LANGADM['AdminReturnb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminReturnbe812bcdcf226cac718ced453e22dbae'] = 'Plus d\'informations sur la fiche commande';
$_LANGADM['AdminReturnbfc23574a242be4531bcb29877ac1d8a'] = 'Retour produit';
$_LANGADM['AdminReturncb5e33714f324e81edb2ad638d085d09'] = 'Motif de retour :';
$_LANGADM['AdminReturnd1228f5476d15142b1358ae4b5fa2454'] = 'Commande n°';
$_LANGADM['AdminReturnd79cf3f429596f77db95c65074663a54'] = 'ID commande';
$_LANGADM['AdminReturnd98a07f84921b24ee30f86fd8cd85c3c'] = 'du';
$_LANGADM['AdminReturndf644ae155e79abf54175bd15d75f363'] = 'Nom du produit';
$_LANGADM['AdminReturne1c9e6510f0c8a1182dd5322b9c40331'] = 'Plus d\'informations sur la fiche client';
$_LANGADM['AdminReturnec53a8c4f07baed5d8825072c89799be'] = 'État';
@@ -2989,20 +2956,18 @@ $_LANGADM['AdminReturnf12dbe1dbf9af16a70ca2c0329112642'] = 'État actuel du reto
$_LANGADM['AdminReturnf279b0e5f1f92bf1bae821e102f5c400'] = 'Nombre de jours après la date de livraison pendant lesquels le client peut retourner ses produits';
$_LANGADM['AdminScenes00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
$_LANGADM['AdminScenes0b06437d7d0336bf27f7039265023594'] = 'Lorsqu\'un client passe sa souris sur l\'image d\'une scène, une fenêtre pop-up apparaît et affiche un bref descriptif du produit. ';
$_LANGADM['AdminScenes0b24516ee8c68a18020951583bc3b8ab'] = 'Automatiquement redimensionné à';
$_LANGADM['AdminScenes1af828ba283f1db4849dd627767da221'] = 'Si l\'image envoyée est trop grande elle sera réduite à';
$_LANGADM['AdminScenes24a23d787190f2c4812ff9ab11847a72'] = 'État :';
$_LANGADM['AdminScenes255813ee5a1a16fea7fec6a240bc562c'] = 'Cliquez avec le bouton gauche sur l\'image afin de dessiner la zone rectangulaire et relâchez ce bouton une fois que la zone vous convient.';
$_LANGADM['AdminScenes3b263477a8ad622d76979befafd0119d'] = 'Tapez les premières lettres du nom du produit, puis choisissez le produit dans la liste déroulante :';
$_LANGADM['AdminScenes461f757c7a0d62237c9b0204f0fa507a'] = 'Lorsque vous avez fini de définir la zone \"taguée\", cliquez sur Enregistrer.';
$_LANGADM['AdminScenes46cff679f56896d63111deff52857fc9'] = 'Scènes';
$_LANGADM['AdminScenes48eff6b946aa810d6cb2db445e5e881b'] = 'Automatiquement redimensionné à %1$d x %2$dpx (largeur x hauteur).';
$_LANGADM['AdminScenes5e9df908eafa83cb51c0a3720e8348c7'] = 'Tout sélectionner';
$_LANGADM['AdminScenes5ffd7a335dd836b3373f5ec570a58bdc'] = 'Tout développer';
$_LANGADM['AdminScenes6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Les caractères non valables :';
$_LANGADM['AdminScenes7dc99a2737d301ded7dbc18b54487c4c'] = 'Note : Pour changer la dimension de base des images de scènes, veuillez modifier le paramètre \'large_scene\' avec les dimensions souhaitées (dans le Back office : Onglet \'Préférences\' > Onglet \'Image\').';
$_LANGADM['AdminScenes839af95e357936503d910adb5ae209a3'] = 'ko max.';
$_LANGADM['AdminScenes84418e651fa14682de36a551e72c2a06'] = 'Nom de la scène :';
$_LANGADM['AdminScenes8a5c9824486e8c1f74cb4c4ec8f9e465'] = '(largeur x hauteur)';
$_LANGADM['AdminScenes8c38776925f7cf41c090646a43157024'] = 'Catégories :';
$_LANGADM['AdminScenes942da499f64e33bf906449f53937dcac'] = 'Veuillez ajouter une image pour continuer';
$_LANGADM['AdminScenes9747d23c8cc358c5ef78c51e59cd6817'] = 'Tout désélectionner';
@@ -3017,7 +2982,7 @@ $_LANGADM['AdminScenesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminScenesb7d7436a18bf546dd6438d92218868c1'] = 'Tout sélectionner';
$_LANGADM['AdminScenesb908c2f34052b5276e0bf50f0e042211'] = 'Taille du fichier :';
$_LANGADM['AdminScenesb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé';
$_LANGADM['AdminScenesbc02f05b2b99eb2f72b99dba325427e9'] = '(largeur x hauteur). Si la taille de l\'image est trop petite, un fond blanc sera ajouté afin d\'atteindre une taille d\'image correcte.';
$_LANGADM['AdminScenesc0638746d2c5f3151be067263de10449'] = 'Si la taille de l\'image est trop petite, un fond blanc sera ajouté afin d\'atteindre une taille d\'image correcte.';
$_LANGADM['AdminScenesc9cc8cce247e49bae79f15173ce97354'] = 'Enregistrer';
$_LANGADM['AdminScenescb456215c3333db0551bd0788bc258c7'] = 'Activé';
$_LANGADM['AdminScenesd0f06038b6b3aa5edc07c7a6fd3ca3f9'] = 'Rechercher une catégorie';
@@ -3029,6 +2994,7 @@ $_LANGADM['AdminScenesefa840b68d542771392db5b9977ca895'] = 'Comment \"taguer\" l
$_LANGADM['AdminScenesf16b5952df8d25ea30b25ff95ee8fedf'] = 'Boutique associée :';
$_LANGADM['AdminScenesf2a6c498fb90ee345d997f888fce3b18'] = 'Supprimer';
$_LANGADM['AdminScenesf343523de5767545db82a1043a165a97'] = 'Saisissez ensuite les premières lettres du produit à associer. Une liste de produits apparaît.';
$_LANGADM['AdminScenesf81feb0cab040ca1ee3771e04136c01f'] = 'Si l\'image envoyée est trop grande elle sera réduite à %1$d x %2$dpx (largeur x hauteur).';
$_LANGADM['AdminScenesfa03eb688ad8aa1db593d33dabd89bad'] = 'Accueil';
$_LANGADM['AdminScenesfb2ea703b13d059f6b7ea5da806021df'] = 'Format :';
$_LANGADM['AdminScenesfcb71eef0a5538f3c8d5805c2935aed2'] = 'Le client peut cliquer afin d\'ouvrir la fiche produit. ';
@@ -3583,7 +3549,6 @@ $_LANGADM['AdminStores1056348a5ee2b947804582ee224856ef'] = 'Affichage simplifié
$_LANGADM['AdminStores129bc0180cf6adfae273b4322f2c33f5'] = 'Immatriculation de la boutique (ex. : SIRET, RCS, ...)';
$_LANGADM['AdminStores18325105de95083e4a1d10b78f29c2bc'] = 'État/région :';
$_LANGADM['AdminStores1908624a0bca678cd26b99bfd405324e'] = 'La taille du fichier';
$_LANGADM['AdminStores1cc70ef3820fa925ca1dd1ab645d239e'] = 'Caractères autorisés : lettres, espaces et';
$_LANGADM['AdminStores237726599268adc200964601cdafeb16'] = 'Adresse e-mail de la boutique :';
$_LANGADM['AdminStores24a23d787190f2c4812ff9ab11847a72'] = 'État';
$_LANGADM['AdminStores28ff513c3d1589f6f46dcaee92f31172'] = 'Adresse (2) :';
@@ -3633,6 +3598,7 @@ $_LANGADM['AdminStoresc4d2dfcc9772ed9b143df5491e828235'] = 'Pas de carte, pas de
$_LANGADM['AdminStoresd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminStoresd7ceaa3ddb4fc6884046456463ecb258'] = 'Immatriculation :';
$_LANGADM['AdminStoresdd7bf230fde8d4836917806aff6a6b27'] = 'Adresse';
$_LANGADM['AdminStorese1bcd0aa73dbc610f1fc628499244d8f'] = 'Caractères autorisés : lettres, espaces et %s';
$_LANGADM['AdminStorese25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
$_LANGADM['AdminStorese734ed12d2c2026532f66e0ebeedfc8c'] = 'Exemple : 10h00-21h30';
$_LANGADM['AdminStoresf2a6c498fb90ee345d997f888fce3b18'] = 'Supprimer';
@@ -3829,6 +3795,7 @@ $_LANGADM['AdminSupplyOrdersfc1267ed24e9b441105bf29487ff583a'] = 'Supprimer ce p
$_LANGADM['AdminSupplyOrdersfec53fed4ef21abd9053bae63859b355'] = 'Mettre à jour la sélection ?';
$_LANGADM['AdminSupplyOrdersff8affac9cbd332520bf040cefe1503d'] = 'Réception de produits pour la commande n°%s';
$_LANGADM['AdminTabs00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
$_LANGADM['AdminTabs1e20f2d338784384a835df30266bc8d0'] = 'Mettre en ligne un logo depuis votre ordinateur (.gif, .jpg, .jpeg ou .png).';
$_LANGADM['AdminTabs24a23d787190f2c4812ff9ab11847a72'] = 'État :';
$_LANGADM['AdminTabs37242ae69082dfc3ec9d365a18a9606e'] = 'Icône :';
$_LANGADM['AdminTabs38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
@@ -3841,12 +3808,10 @@ $_LANGADM['AdminTabs6788f67ae68b5aa5ad08d8129399bf81'] = 'Classe :';
$_LANGADM['AdminTabs7015777bcc86cd0c5e4819310d62b040'] = 'Onglets';
$_LANGADM['AdminTabs817434295a673aed431435658b65d9a7'] = 'Icône';
$_LANGADM['AdminTabs8cf04a9734132302f96da8e113e80ce5'] = 'Accueil';
$_LANGADM['AdminTabs980bb228a128556fe3df923d2ede30b4'] = 'Mettre en ligne un logo depuis votre ordinateur';
$_LANGADM['AdminTabsa3908c4b42c40884e8cec52d3689ba5f'] = 'Afficher ou cacher l\'onglet.';
$_LANGADM['AdminTabsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminTabsb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé';
$_LANGADM['AdminTabse55f75a29310d7b60f7ac1d390c8ae42'] = 'Module';
$_LANGADM['AdminTabse81c4e4f2b7b93b481e13a8553c2ae1b'] = 'ou';
$_LANGADM['AdminTabsf18807509658fbdaae40911a61a6c3b1'] = 'Parent :';
$_LANGADM['AdminTags068f80c7519d0528fb08e82137a72131'] = 'Produits';
$_LANGADM['AdminTags0885f0c211f74834f0109c5abaf4cdc4'] = 'Langue :';
@@ -3876,6 +3841,7 @@ $_LANGADM['AdminTaxRulesGroup14e4d5e97b5a2c7780c4f23b7612a67b'] = 'Cette taxe un
$_LANGADM['AdminTaxRulesGroup18325105de95083e4a1d10b78f29c2bc'] = 'État/région :';
$_LANGADM['AdminTaxRulesGroup46a2a41cc6e552044816a2d04634545d'] = 'État/région';
$_LANGADM['AdminTaxRulesGroup49ee3087348e8d44e1feda1917443987'] = 'Nom';
$_LANGADM['AdminTaxRulesGroup4a4e778bc0c5e12f5e0bc4d9e99143a5'] = '(Taxe totale : %s)';
$_LANGADM['AdminTaxRulesGroup4b78ac8eb158840e9638a3aeb26c4a9d'] = 'Taxe';
$_LANGADM['AdminTaxRulesGroup4e140ba723a03baa6948340bf90e2ef6'] = 'Nom :';
$_LANGADM['AdminTaxRulesGroup58b0b77a9bd168ef0b3bb4e4e249099f'] = 'Combiner :';
@@ -3899,7 +3865,6 @@ $_LANGADM['AdminTaxRulesGroupb5a7adde1af5c87d7fd797b6245c2a39'] = 'Description';
$_LANGADM['AdminTaxRulesGroupb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminTaxRulesGroupb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé';
$_LANGADM['AdminTaxRulesGroupd0042a700e9bdf79689d63ee6846dc0e'] = 'Description :';
$_LANGADM['AdminTaxRulesGroupd181e8a886d082d932a6902bce42add8'] = '(Taxe totale : ';
$_LANGADM['AdminTaxRulesGroupd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminTaxRulesGroupd71eb99bcacbc0adb99203c4930925b8'] = 'L\'un après l\'autre';
$_LANGADM['AdminTaxRulesGroupe25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
@@ -4009,10 +3974,10 @@ $_LANGADM['AdminTranslations2e8d630dcde90b8b5be0468678f88551'] = 'Import/export
$_LANGADM['AdminTranslations30b499fa0aa80e9f1528b2d6bda382e7'] = 'Seule une partie des données a été copiée, un ou plusieurs fichiers de traduction n\'ont pas été trouvés ou copiés';
$_LANGADM['AdminTranslations33caa076f23f453dd4061726f3706325'] = 'Vers :';
$_LANGADM['AdminTranslations369b8db3e9651d0b5d8a13a5f7f9a53a'] = 'Ajouter un langage';
$_LANGADM['AdminTranslations3b11ccd743db51cfe243c6fd122a1740'] = 'ou modifiez le fichier de traduction manuellement.';
$_LANGADM['AdminTranslations3b54d45d2c221c50e916f3be1fc12f2a'] = 'Enregistrer les modifications';
$_LANGADM['AdminTranslations3f9031a1125703962cef15939c8f16b3'] = 'Cliquez sur le titre des sections pour les déplier';
$_LANGADM['AdminTranslations404b4271ee96d691668bdf528724d337'] = 'Choisissez une section (comme Back-Office ou Modules), ensuite cliquez sur la langue que vous souhaitez modifier.';
$_LANGADM['AdminTranslations410928fc2683df4304cda7feaaa6ef42'] = '%s au moins ou modifiez le fichier de traduction manuellement.';
$_LANGADM['AdminTranslations42f44c639e6e3a486d73cc0c9c143ffb'] = 'Expressions à traduire';
$_LANGADM['AdminTranslations49209406acbe0bcd9091e03ec9349c42'] = 'Attention, cela va écraser toutes les données de la langue de destination !';
$_LANGADM['AdminTranslations49bb55a857b2d5e437dc6879710a017d'] = 'créez d\'abord une nouvelle langue';
@@ -4022,7 +3987,6 @@ $_LANGADM['AdminTranslations524d7e787cc63c50e0d1946ee8ef0bef'] = 'Ajouter ou met
$_LANGADM['AdminTranslations5362fd08e83f50a2866c7b4c23356877'] = 'Choisissez le thème duquel vous souhaitez exporter les traductions.';
$_LANGADM['AdminTranslations53b3cae42737979c884275593a01f468'] = 'Module :';
$_LANGADM['AdminTranslations5607dc45ebdfc0baaab64d944aa88f47'] = 'pour max_input_vars';
$_LANGADM['AdminTranslations5751b8042fbb1783ff37d9afe0e3ccc4'] = 'au moins.';
$_LANGADM['AdminTranslations57fa5be19cbdbe09aa4f555b2ee710b3'] = 'Mettre à jour';
$_LANGADM['AdminTranslations5fb63579fc981698f97d55bfecb213ea'] = 'Copier';
$_LANGADM['AdminTranslations6700e23ddf33bd4421249c9ef94d6295'] = 'Exporter des traductions';
+11
View File
@@ -8,6 +8,7 @@ $_ERRORS['01816dd287bcb3b88ad3f63970ce045f'] = 'Quantité non valable';
$_ERRORS['03552140a267acc27f494dc3ab368067'] = 'Mode de suppression inconnu :';
$_ERRORS['03596501a6ce61f5a66dc0146fbab03e'] = 'Vous n\'avez pas les droits nécessaires pour supprimer un élément.';
$_ERRORS['03c123f62aad70a9533f5049cf3af959'] = 'Une erreur est survenue en liant cette adresse à sa commande.';
$_ERRORS['03e485196717bec5019b114bed08b1d0'] = 'La table %s n\'existe pas.';
$_ERRORS['044ef92a14ceaaba24382a72ca0267ae'] = 'Ce pays requiert la sélection d\'un état.';
$_ERRORS['052800f7397d4c12924faa83534c62f0'] = 'Vous ne pouvez pas désactiver ou supprimer le dernier compte administrateur.';
$_ERRORS['05f89c31663a09912af64c539524588f'] = 'Le numéro de TVA est invalide';
@@ -67,6 +68,7 @@ $_ERRORS['176780e430fd1917c37223ceabf05bf8'] = 'Compte employé inexistant, ou m
$_ERRORS['1769b5ab48b8e2ce733fb38663ec853a'] = 'Erreur : serveur ou port SMTP non valable';
$_ERRORS['17a9c6c63fef3a8444a710d1bab0579d'] = 'L\'adresse n\'est pas correct. Vérifiez que les champs requis sont tous remplis.';
$_ERRORS['17e7c6636cffbefd820d9556e18c370a'] = 'Impossible de charger l\'objet du module';
$_ERRORS['19681d28ed1cc72479bc26b7e76ad240'] = 'La clause LIMIT doit comporter des arguments de type numérique.';
$_ERRORS['199ce43a3993a1f7d261c09127b9f2fa'] = 'Client inconnu';
$_ERRORS['19f29a24f0ccb9b96b37182473b27d63'] = 'Propriété de devise non valable.';
$_ERRORS['1a7bdc2c01aaa7757d475e204f2bc6f9'] = 'Vous ne pouvez pas utiliser ce bon de réduction avec ce transporteur';
@@ -96,6 +98,7 @@ $_ERRORS['255831fa66df4d71a182bc5f1b803828'] = 'Une erreur s\'est produite lors
$_ERRORS['25723bba0086a38394001a8ca41e9126'] = 'Pas de valeur valable pour les exceptions de champ.';
$_ERRORS['2584358b228d0be73309403ff1ff8b25'] = 'Il n\'est pas possible de transférer la quantité spécifiée, ou une erreur s\'est produite. Aucun stock n\'a été transféré.';
$_ERRORS['2591b6d46f45d8f60e24c6c9c96a2a11'] = 'Le prix n\'est pas valable';
$_ERRORS['25dc749df68b0b0c8a8875d861e4d280'] = 'L\'attribut \"%1$s\" n\'existe pas dans la table : %2$s.';
$_ERRORS['26beb437d3323bd4bfb0811b3e891315'] = '%d image(s)';
$_ERRORS['26e6e2aef679da0451f05fb535ac40d7'] = 'Une erreur s\'est produite pendant l\'envoi du fichier.';
$_ERRORS['27ab5a6a3e4b4cb32f0484a1f93d5f64'] = 'Seule une partie des images ont été regénérées, le serveur a dépassé son délai d\'expiration avant la fin.';
@@ -133,6 +136,7 @@ $_ERRORS['34843eb626c7fbe22db113fca38197b7'] = 'Une erreur s\'est produite duran
$_ERRORS['34bff86ac3ed2450ae5b4c562f353115'] = 'Il n\'y a pas de transporteur qui livre à l\'une des adresses sélectionnées.';
$_ERRORS['3549b9f409be47593858dbe1a546c978'] = 'Une erreur s\'est produite : impossible d\'enregistrer la règle de taxe actuelle';
$_ERRORS['35f428e10ac312a2d9a32325c8294df9'] = 'Ce champ %1$s (%2$s) est invalide.';
$_ERRORS['36296325727560bc0b1ae0e0801c82b7'] = 'Lorsque plusieurs tables sont utilisées, chaque attribut doit être référencé à l\'une de ces tables.';
$_ERRORS['36527e8d64ec4ced95607f6ef9b2a1b9'] = 'Facture introuvable';
$_ERRORS['366da0581c44d3c179e44f532b693eab'] = 'L\'IP Memcached est manquante';
$_ERRORS['36757394a699878de6f0e51f203d1ee7'] = 'Impossible de parcourir le répertoire racine';
@@ -318,6 +322,7 @@ $_ERRORS['8227e4867a9388488b04ea32665bcc18'] = 'Vous devez avoir les droits d\'
$_ERRORS['8232b04735bff65500e6fcc378ba1f4a'] = 'Ce bon de réduction a déjà été utilisé';
$_ERRORS['82a8b3ff9de7c44dcc811b80d6d23189'] = 'Un compte est déjà enregistré avec cet email.';
$_ERRORS['82f5cfff9540e141216195b59dddd594'] = 'Commande introuvable dans la base de données';
$_ERRORS['8385116ba4317a7e936b06ad9df41bd3'] = 'Le champ attribut de date d\'expiration est obligatoire.';
$_ERRORS['83bb26ccfcb5788d8976168edcc8790f'] = 'Veuillez accepter les conditions d\'utilisation';
$_ERRORS['8475669ea7960c54c3a8a8eb0701a430'] = 'Ce champ %1$s (%2$s) est trop long : %3$d caractères maximum (en compte actuellement %4$d).';
$_ERRORS['84791cb2d987ad5f5b77e36e27686872'] = 'Commande fournisseur introuvable dans la base de données';
@@ -343,6 +348,7 @@ $_ERRORS['8eccd648c123a09bcf8520fea052861d'] = 'Une erreur est survenue lors de
$_ERRORS['8ecf4968ba36c1f1424e96a01aa9f4f0'] = 'Une erreur est survenue pendant l\'installation du module :';
$_ERRORS['8f3d9ee281e1abb9111486bcbda6804e'] = 'Erreur : certaines ou toutes les images n\'ont pu être déplacées.';
$_ERRORS['8fd6c902e0a6186ebc62b4c3c65dc528'] = 'Vous ne pouvez pas supprimer ce compte puisqu\'il gère des entrepôts. Veuillez d\'abord vérifier vos entrepôts.';
$_ERRORS['902b0d55fddef6f8d651fe1035b7d4bd'] = 'Erreur';
$_ERRORS['9072e6a7f1693ef1fb211f2f6dc56d02'] = 'Prix requis pour l\'attribut';
$_ERRORS['918eafd2a5ffd2824a394ce7bf1c4df4'] = 'Date de naissance non valable';
$_ERRORS['9211c38458f969f18498096a400a2214'] = 'Impossible de charger l\'objet';
@@ -355,6 +361,7 @@ $_ERRORS['94073386539fc874e318a625941344f8'] = 'La date de fin n\'est pas valabl
$_ERRORS['94295ef230cb5a43fa693a7bf898df86'] = 'Une erreur est survenue, ce module n\'existe pas :';
$_ERRORS['9562e87aa70988950a8356458082fc1b'] = 'Erreur : il n\'y a aucun transporteur pouvant livrer à cette adresse';
$_ERRORS['95cc61064b636eb1782b85bde2263433'] = 'Une erreur s\'est produite lors de la modification de cette ligne de produit';
$_ERRORS['967073fb783cf50a3c3addc66f4c6567'] = '%s est un mot-clé non autorisé.';
$_ERRORS['96a2d573cabb2e5b3d6164140d28e8da'] = 'le produit doit être créé avant d\'ajouter des caractéristiques.';
$_ERRORS['97fc9862b0bebc68aa03f466bfc2c6bf'] = 'Erreur : sujet d\'e-mail non valable';
$_ERRORS['9802d4c5788286fb906861d64b2c520c'] = 'Vous ne pouvez pas supprimer ou désactiver un groupe de boutique qui contient des boutiques.';
@@ -420,6 +427,7 @@ $_ERRORS['b38f15cfb6f5640c4ff55cd72c7575f6'] = 'Ce bon de réduction n\'est pas
$_ERRORS['b39188d5e26a56bfd489f50435c08785'] = 'La fonction %1$s (Ligne %2$s) est obsolète et ne fera pas partie de notre prochaine version majeure.';
$_ERRORS['b40ad46c25c153a3d2fde078c0e1b0f8'] = 'Veuillez vous connecter';
$_ERRORS['b4816317cad36c53e8b4120c7f2b561a'] = 'La sélection des pays n\'est valable.';
$_ERRORS['b4b3f9faf62c063468f312900c67c863'] = '%s n\'existe pas.';
$_ERRORS['b578824c29b15327203b675dc8d8f5f1'] = 'Paramètre non valable';
$_ERRORS['b58984a6d945e72c33586460ca8f3c61'] = 'Erreur : aucun client trouvé';
$_ERRORS['b5933aa26b566f65c98b8c06ec835cff'] = 'La limite choisie est supérieure à celle du serveur. Vous devez augmenter la limite d\'envoi de votre serveur';
@@ -498,6 +506,7 @@ $_ERRORS['d5b9eddfad35e1cd6c97eff40c8301e6'] = 'Une erreur est survenue lors de
$_ERRORS['d6de34089e7c9c2b568587543805a80b'] = 'Le lien réécrit pour %1$s (ID : %2$s) a été réécrit en tant que %3$s.';
$_ERRORS['d7569980257d11fbd66deb501f5efab8'] = 'Vous n\'avez pas la permission de supprimer ce module.';
$_ERRORS['d814b0ff8722719194d0bfdf3f489a97'] = 'Une erreur s\'est produite pendant l\'envoi du message';
$_ERRORS['d905a6c7ce68ddeea5eda706e341c43b'] = 'L\'opérateur %s utilisé est incorrect.';
$_ERRORS['d906ff9d856174f452e62e5dbdb83f11'] = 'Impossible d\'afficher le fichier de sauvegarde';
$_ERRORS['d95673a90af51b8d6818c5e5f3fc3b88'] = 'Largeur et hauteur doivent être numériques.';
$_ERRORS['db3f419ede0b78fcf31491509e68db40'] = 'Nom de zone incorrect.';
@@ -581,12 +590,14 @@ $_ERRORS['f3c72e7562dd34e56991a7fb53061d3a'] = 'Nom de la pièce jointe requis';
$_ERRORS['f3d4d99cf273e2adbec0b81fdedf5c68'] = 'Nom de bon de réduction non valable.';
$_ERRORS['f3d730f13c88df7341776cc883888268'] = 'Ce produit ne peut pas être ajouté au panier';
$_ERRORS['f3fb906c0bd487b3341bc200d23e8faf'] = 'Cette tranche chevauche une autre';
$_ERRORS['f4d1b953eb8ff1f32c0c23a27fddc2e5'] = 'L\'opérande \"*\" ne peut être utilisée dans une requête imbriquée.';
$_ERRORS['f55449d53d91aff67bad843f9ab47aee'] = 'Système de cache manquant ';
$_ERRORS['f55cdaa9ea87c6ebeeb7b4acf31635af'] = 'Le message ne doit pas être vide';
$_ERRORS['f59b67acbc1ca8ecad71a742f5e43b09'] = 'Aucune commande avec cet ID :';
$_ERRORS['f5d44b60e38b28d19549bb7a107654ca'] = 'Vous ne pouvez pas supprimer votre propre compte.';
$_ERRORS['f5d5ae2070effc7b3eee52adc882bb6b'] = 'Facture non trouvée';
$_ERRORS['f71822f4baea3403f806fc2cd324ffb1'] = 'Le nom de la caractéristique n\'est pas valable. %1$s en %2$s.';
$_ERRORS['f77df8faa08c086545f994db35bb6567'] = 'La référence \"%1$s\" n\'existe pas dans la table : %2$s.';
$_ERRORS['f787618e514c038851726224d7e4421e'] = 'Aucun fichier sélectionné';
$_ERRORS['f8279a73d35437427d4c77e28828c5fc'] = 'Cette adresse e-mail n\'est pas enregistrée.';
$_ERRORS['f8700fd851876c5adbffa7eddaaaf163'] = 'Une erreur est survenue durant l\'envoi d\'image';