// translation && fixed small bugs in AdminProductsController

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11204 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-12-14 14:01:41 +00:00
parent 10b112483e
commit 940f886fd3
10 changed files with 255 additions and 214 deletions
@@ -148,6 +148,8 @@
<br />
<a href="{$currentIndex}&{$identifier}={$id_cat}&{$table}Orderby={$key|urlencode}&{$table}Orderway=desc&token={$token}"><img border="0" src="../img/admin/down{if isset($order_by) && ($key == $order_by) && ($order_way == 'DESC')}_d{/if}.gif" /></a>
<a href="{$currentIndex}&{$identifier}={$id_cat}&{$table}Orderby={$key|urlencode}&{$table}Orderway=asc&token={$token}"><img border="0" src="../img/admin/up{if isset($order_by) && ($key == $order_by) && ($order_way == 'ASC')}_d{/if}.gif" /></a>
{else}
<br />&nbsp;
{/if}
</th>
{/foreach}
@@ -161,7 +163,7 @@
</th>
{/if}
{if $has_actions}
<th class="center">{l s='Actions'}</th>
<th class="center">{l s='Actions'}<br />&nbsp;</th>
{/if}
</tr>
{if !$simple_header}
@@ -61,7 +61,7 @@
{if $feature_shop_active}
{* @todo use asso_shop from Helper *}
<tr id="shop_association">
<td class="col-left"><label>{l s='Shop association:' }</label></td>
<td class="col-left"><label>{l s='Shop association:'}</label></td>
<td style="padding-bottom:5px;">{$displayAssoShop}</td>
</tr>
{/if}
@@ -71,19 +71,25 @@
<tr>
<td class="col-left"><label>{l s='Accessories:'}<br /><br /><i>{l s='(Do not forget to Save the product afterward)'}</i></label></td>
<td style="padding-bottom:5px;">
<div id="divAccessories">
{* @todo : donot use 3 foreach, but assign var *}
{foreach from=$accessories item=accessory}
{$accessory.name|htmlentitiesUTF8}{if !empty($accessory.reference)}{$accessory.reference}{/if} <span onclick="delAccessory({$accessory.id_product});" style="cursor: pointer;"><img src="../img/admin/delete.gif" class="middle" alt="" /></span><br />
{/foreach}
</div>
<input type="hidden" name="inputAccessories" id="inputAccessories" value="{foreach from=$accessories item=accessory}{$accessory.id_product}-{/foreach}" />
<input type="hidden" name="nameAccessories" id="nameAccessories" value="{foreach from=$accessories item=accessory}{$accessory.name|htmlentitiesUTF8}¤{/foreach}" />
<div id="ajax_choose_product" style="padding:6px; padding-top:2px; width:600px;">
<p class="clear">{l s='Begin typing the first letters of the product name, then select the product from the drop-down list:'}</p>
<input type="text" value="" id="product_autocomplete_input" />
<img onclick="$(this).prev().search();" style="cursor: pointer;" src="../img/admin/add.gif" alt="{l s='Add an accessory'}" title="{l s='Add an accessory'}" />
<p style="clear:both;margin-top:0;" class="preference_description">
{l s='Begin typing the first letters of the product name, then select the product from the drop-down list:'}
<input type="text" value="" id="product_autocomplete_input" />
</p>
<!--<img onclick="$(this).prev().search();" style="cursor: pointer;" src="../img/admin/add.gif" alt="{l s='Add an accessory'}" title="{l s='Add an accessory'}" />-->
</div>
<div id="divAccessories">
{* @todo : donot use 3 foreach, but assign var *}
{foreach from=$accessories item=accessory}
{$accessory.name|htmlentitiesUTF8}{if !empty($accessory.reference)}{$accessory.reference}{/if}
<span onclick="delAccessory({$accessory.id_product});" style="cursor: pointer;">
<img src="../img/admin/delete.gif" class="middle" alt="" />
</span><br />
{/foreach}
</div>
</td>
</tr>
@@ -156,11 +156,11 @@
<div id="upload-confirmation2">
<p id="gethtmlink" style="display: none;">{l s='This is the link'} :&nbsp;{$product->productDownload->getHtmlLink(false, true)}
<a id="make_downloadable_product_attribute" onclick="return confirm('{l s='Delete this file' slashes=1 js=1}')" href="index.php?tab=AdminProducts&id_product={$product->productDownload->id_product}&id_category={$id_category}&token={$token}&deleteVirtualProductAttribute=true" class="red">{l s='Delete this file'}</a>
<a id="make_downloadable_product_attribute" onclick="return confirm('{l s='Delete this file'}')" href="index.php?tab=AdminProducts&id_product={$product->productDownload->id_product}&id_category={$id_category}&token={$token}&deleteVirtualProductAttribute=true" class="red">{l s='Delete this file'}</a>
</p>
</div>
<a id="delete_downloadable_product_attribute" style="display:none;" onclick="return confirm('{l s='Delete this file' slashes=1 js=1}')" href="index.php?tab=AdminProducts&id_product={$product->id}&id_category={$id_category}&token={$token}&deleteVirtualProductAttribute=true" class="red">{l s='Delete this file'}</a>
<a id="delete_downloadable_product_attribute" style="display:none;" onclick="return confirm('{l s='Delete this file'}')" href="index.php?tab=AdminProducts&id_product={$product->id}&id_category={$id_category}&token={$token}&deleteVirtualProductAttribute=true" class="red">{l s='Delete this file'}</a>
{if $up_filename}
<input type="hidden" id="virtual_product_filename_attribute" name="virtual_product_filename_attribute" value="{$up_filename}" />
{/if}
+1 -1
View File
@@ -51,7 +51,7 @@
count = stripHTML(textarea_value).length;
rest = max - count;
if (rest < 0)
textarea.parent('div').find('span.counter').html('<span style="color:red;">{l s="Maximum"} '+max+' {l s=' characters'} : '+rest+'</span>');
textarea.parent('div').find('span.counter').html('<span style="color:red;">{l s='Maximum'} '+max+' {l s=' characters'} : '+rest+'</span>');
else
textarea.parent('div').find('span.counter').html(' ');
}
@@ -83,7 +83,7 @@
<table cellpadding="5" style="width: 50%; float: left; margin-right: 20px; border-right: 1px solid #CCCCCC;">
{* global information *}
<tr>
<td class="col-left"><label>{l s='Name:' }</label></td>
<td class="col-left"><label>{l s='Name:'}</label></td>
<td style="padding-bottom:5px;" class="translatable">
{foreach from=$languages item=language}
<div class="lang_{$language.id_lang}" style="{if !$language.is_default}display: none;{/if} float: left;">
@@ -98,20 +98,20 @@
</td>
</tr>
<tr>
<td class="col-left"><label>{l s='Reference:' }</label></td>
<td class="col-left"><label>{l s='Reference:'}</label></td>
<td style="padding-bottom:5px;">
<input size="55" type="text" name="reference" value="{$product->reference|htmlentitiesUTF8}" style="width: 130px; margin-right: 44px;" />
<span class="hint" name="help_box">{l s='Special characters allowed:' }.-_#\<span class="hint-pointer">&nbsp;</span></span>
<span class="hint" name="help_box">{l s='Special characters allowed:'}.-_#\<span class="hint-pointer">&nbsp;</span></span>
</td>
</tr>
<tr>
<td class="col-left"><label>{l s='EAN13 or JAN:' }</label></td>
<td class="col-left"><label>{l s='EAN13 or JAN:'}</label></td>
<td style="padding-bottom:5px;">
<input size="55" maxlength="13" type="text" name="ean13" value="{$product->ean13|htmlentitiesUTF8}" style="width: 130px; margin-right: 5px;" /> <span class="small">{l s='(Europe, Japan)'}</span>
</td>
</tr>
<tr>
<td class="col-left"><label>{l s='UPC:' }</label></td>
<td class="col-left"><label>{l s='UPC:'}</label></td>
<td style="padding-bottom:5px;">
<input size="55" maxlength="12" type="text" name="upc" value="{$product->upc}" style="width: 130px; margin-right: 5px;" /> <span class="small">{l s='(US, Canada)'}</span>
</td>
@@ -120,7 +120,7 @@
{* status informations *}
<table cellpadding="5" style="width: 40%; float: left; margin-left: 10px;">
<tr>
<td class="col-left"><label>{l s='Status:' }</label></td>
<td class="col-left"><label>{l s='Status:'}</label></td>
<td style="padding-bottom:5px;">
<input style="float:left;" onclick="toggleDraftWarning(false);showOptions(true);" type="radio" name="active" id="active_on" value="1" {if $product->active}checked="checked" {/if} />
<label for="active_on" class="t"><img src="../img/admin/enabled.gif" alt="{l s='Enabled'}"
@@ -132,7 +132,7 @@
</td>
</tr>
<tr id="product_options" {if !$product->active}style="display:none"{/if} >
<td class="col-left"><label>{l s='Options:' }</label></td>
<td class="col-left"><label>{l s='Options:'}</label></td>
<td style="padding-bottom:5px;">
<input style="float: left;" type="checkbox" name="available_for_order" id="available_for_order" value="1" {if $product->available_for_order}checked="checked"{/if} />
<script type="text/javascript">
@@ -161,7 +161,7 @@
</td>
</tr>
<tr>
<td class="col-left"><label>{l s='Condition:' }</label></td>
<td class="col-left"><label>{l s='Condition:'}</label></td>
<td style="padding-bottom:5px;">
<select name="condition" id="condition">
<option value="new" {if $product->condition == 'new'}selected="selected"{/if} >{l s='New'}</option>
@@ -171,7 +171,7 @@
</td>
</tr>
<tr>
<td class="col-left"><label>{l s='Manufacturer:' }</label></td>
<td class="col-left"><label>{l s='Manufacturer:'}</label></td>
<td style="padding-bottom:5px;">
<select name="id_manufacturer" id="id_manufacturer">
<option value="0">-- {l s='Choose (optional)'} --</option>
@@ -278,14 +278,14 @@ var textFieldLabel = 0;
<input type="hidden" id="virtual_product_filename" name="virtual_product_filename" value="{$up_filename}" />
{/if}
</div>
<a id="delete_downloadable_product" style="display:none;" onclick="return confirm('{l s='Delete this file' slashes=1 js=1}')" href="{$currentIndex}&deleteVirtualProduct=true&token={$token}&id_product={$product->id}" class="red">
<a id="delete_downloadable_product" style="display:none;" onclick="return confirm('{l s='Delete this file'}')" href="{$currentIndex}&deleteVirtualProduct=true&token={$token}&id_product={$product->id}" class="red">
{l s='Delete this file'}
</a>
</div>
{else}
<input type="hidden" id="virtual_product_filename" name="virtual_product_filename" value="{$product->productDownload->filename}" />
{l s='This is the link'}:&nbsp;{$product->productDownload->getHtmlLink(false, true)}
<a onclick="return confirm('{l s='Delete this file' slashes=1 js=1})')" href="{$currentIndex}&deleteVirtualProduct=true&token={$token}&id_product={$product->id}" class="red">{l s='Delete this file'}</a>
<a onclick="return confirm('{l s='Delete this file'})')" href="{$currentIndex}&deleteVirtualProduct=true&token={$token}&id_product={$product->id}" class="red">{l s='Delete this file'}</a>
{/if}
</p>
+4 -10
View File
@@ -56,7 +56,7 @@
</td>
</tr>
<tr>
<td class="col-left"><label>{l s='Tax rule:' }</label></td>
<td class="col-left"><label>{l s='Tax rule:'}</label></td>
<td style="padding-bottom:5px;">
<script type="text/javascript">
noTax = {if $tax_exclude_taxe_option}true{else}false{/if};
@@ -93,7 +93,7 @@
</tr>
{if $ps_use_ecotax}
<tr>
<td class="col-left"><label>{l s='Eco-tax (tax incl.):' }</label></td>
<td class="col-left"><label>{l s='Eco-tax (tax incl.):'}</label></td>
<td style="padding-bottom:5px;">
{$currency->prefix}<input size="11" maxlength="14" id="ecotax" name="ecotax" type="text" value="{$product->ecotax}" onkeyup="if (isArrowKey(event))return; calcPriceTE(); this.value = this.value.replace(/,/g, '.'); if (parseInt(this.value) > getE('priceTE').value) this.value = getE('priceTE').value; if (isNaN(this.value)) this.value = 0;" />{$currency->suffix}
<span style="margin-left:10px">({l s='already included in price'})</span>
@@ -101,13 +101,13 @@
</tr>
{/if}
<tr {if !$country_display_tax_label || $tax_exclude_taxe_option}style="display:none"{/if} >
<td class="col-left"><label>{l s='Retail price with tax:' }</label></td>
<td class="col-left"><label>{l s='Retail price with tax:'}</label></td>
<td style="padding-bottom:5px;">
{$currency->prefix}<input size="11" maxlength="14" id="priceTI" type="text" value="" onchange="noComma('priceTI');" onkeyup="if (isArrowKey(event)) return; calcPriceTE();" />{$currency->suffix}
</td>
</tr>
<tr id="tr_unit_price">
<td class="col-left"><label>{l s='Unit price:' }</label></td>
<td class="col-left"><label>{l s='Unit price:'}</label></td>
<td style="padding-bottom:5px;">
{$currency->prefix} <input size="11" maxlength="14" id="unit_price" name="unit_price" type="text" value="{$product->unit_price}"
onkeyup="if (isArrowKey(event)) return ;this.value = this.value.replace(/,/g, '.'); unitPriceWithTax('unit');"/>{$currency->suffix}
@@ -146,12 +146,6 @@
{$currency->prefix}<span id="finalPriceWithoutTax" style="font-weight: bold;"></span>{$currency->suffix} {if $country_display_tax_label}({l s='tax excl.'}){/if}</span>
</td>
</tr>
<tr>
<td class="col-left"><label>&nbsp;</label></td>
<td>
<div class="hint clear" style="display: block;width: 70%;">{l s='You can define many discounts and specific price rules in the Prices tab'}</div>
</td>
</tr>
</table>
<div class="separation"></div>
@@ -43,25 +43,25 @@
<table>
<tr>
<td class="col-left"><label>{l s='Width ( package ) :' }</label></td>
<td class="col-left"><label>{l s='Width ( package ) :'}</label></td>
<td style="padding-bottom:5px;">
<input size="6" maxlength="6" name="width" type="text" value="{$product->width}" onKeyUp="if (isArrowKey(event)) return ;this.value = this.value.replace(/,/g, '.');" /> {$ps_dimension_unit}
</td>
</tr>
<tr>
<td class="col-left"><label>{l s='Height ( package ) :' }</label></td>
<td class="col-left"><label>{l s='Height ( package ) :'}</label></td>
<td style="padding-bottom:5px;">
<input size="6" maxlength="6" name="height" type="text" value="{$product->height}" onKeyUp="if (isArrowKey(event)) return ;this.value = this.value.replace(/,/g, '.');" /> {$ps_dimension_unit}
</td>
</tr>
<tr>
<td class="col-left"><label>{l s='Depth ( package ) :' }</label></td>
<td class="col-left"><label>{l s='Depth ( package ) :'}</label></td>
<td style="padding-bottom:5px;">
<input size="6" maxlength="6" name="depth" type="text" value="{$product->depth}" onKeyUp="if (isArrowKey(event)) return ;this.value = this.value.replace(/,/g, '.');" /> {$ps_dimension_unit}
</td>
</tr>
<tr>
<td class="col-left"><label>{l s='Weight ( package ) :' }</label></td>
<td class="col-left"><label>{l s='Weight ( package ) :'}</label></td>
<td style="padding-bottom:5px;">
<input size="6" maxlength="6" name="weight" type="text" value="{$product->weight}" onKeyUp="if (isArrowKey(event)) return ;this.value = this.value.replace(/,/g, '.');" /> {$ps_weight_unit}
</td>
+18 -11
View File
@@ -207,7 +207,7 @@ class HelperListCore extends Helper
foreach ($this->_list as $index => $tr)
{
$id = $tr[$this->identifier];
$name = isset($tr['name']) ? $tr['name'] : null;
if ($this->shopLinkType)
$this->_list[$index]['short_shop_name'] = Tools::strlen($tr['shop_name']) > 15 ? Tools::substr($tr['shop_name'], 0, 15).'...' : $tr['shop_name'];
@@ -220,9 +220,9 @@ class HelperListCore extends Helper
$method_name = 'display'.ucfirst($action).'Link';
if (method_exists($this->context->controller, $method_name))
$this->_list[$index][$action] = $this->context->controller->$method_name($token, $id);
$this->_list[$index][$action] = $this->context->controller->$method_name($token, $id, $name);
else if (method_exists($this, $method_name))
$this->_list[$index][$action] = $this->$method_name($token, $id);
$this->_list[$index][$action] = $this->$method_name($token, $id, $name);
}
}
@@ -345,7 +345,7 @@ class HelperListCore extends Helper
/**
* Display duplicate action link
*/
protected function displayDuplicateLink($token = null, $id)
protected function displayDuplicateLink($token = null, $id, $name = null)
{
$tpl = $this->createTemplate('list_action_duplicate.tpl');
if (!array_key_exists('Duplicate', self::$cache_lang))
@@ -387,7 +387,7 @@ class HelperListCore extends Helper
* fields_display: // attribute $fieldsDisplay of the admin controller
* }
*/
protected function displayDetailsLink($token = null, $id)
protected function displayDetailsLink($token = null, $id, $name = null)
{
$tpl = $this->createTemplate('list_action_details.tpl');
if (!array_key_exists('Details', self::$cache_lang))
@@ -405,7 +405,7 @@ class HelperListCore extends Helper
/**
* Display view action link
*/
protected function displayViewLink($token = null, $id)
protected function displayViewLink($token = null, $id, $name = null)
{
$tpl = $this->createTemplate('list_action_view.tpl');
if (!array_key_exists('View', self::$cache_lang))
@@ -423,7 +423,7 @@ class HelperListCore extends Helper
/**
* Display edit action link
*/
protected function displayEditLink($token = null, $id)
protected function displayEditLink($token = null, $id, $name = null)
{
$tpl = $this->createTemplate('list_action_edit.tpl');
if (!array_key_exists('Edit', self::$cache_lang))
@@ -442,18 +442,25 @@ class HelperListCore extends Helper
/**
* Display delete action link
*/
protected function displayDeleteLink($token = null, $id)
protected function displayDeleteLink($token = null, $id, $name = null)
{
$tpl = $this->createTemplate('list_action_delete.tpl');
if (!array_key_exists('Delete', self::$cache_lang))
self::$cache_lang['Delete'] = $this->l('Delete');
if (!array_key_exists('DeleteItem', self::$cache_lang))
self::$cache_lang['DeleteItem'] = $this->l('Delete item #', __CLASS__, true, false);
self::$cache_lang['DeleteItem'] = $this->l('Delete selected item ?', __CLASS__, true, false);
if (!array_key_exists('Name', self::$cache_lang))
self::$cache_lang['Name'] = $this->l('Name:');
if (!is_null($name))
$name = '\n\n'.self::$cache_lang['Name'].' '.$name;
$tpl->assign(array_merge($this->tpl_delete_link_vars, array(
'href' => $this->currentIndex.'&'.$this->identifier.'='.$id.'&delete'.$this->table.'&token='.($token != null ? $token : $this->token),
'confirm' => (!is_null($this->specificConfirmDelete) ? '\r'.$this->specificConfirmDelete : self::$cache_lang['DeleteItem'].$id.' ? '),
'confirm' => (!is_null($this->specificConfirmDelete) ? '\r'.$this->specificConfirmDelete : self::$cache_lang['DeleteItem'].$name.' \n'.$this->l('ID:').' '.$id),
'action' => self::$cache_lang['Delete'],
'id' => $id,
)));
@@ -464,7 +471,7 @@ class HelperListCore extends Helper
/**
* Display delete action link
*/
protected function displayDefaultLink($token = null, $id)
protected function displayDefaultLink($token = null, $id, $name = null)
{
$tpl = $this->createTemplate('list_action_default.tpl');
if (!array_key_exists('Default', self::$cache_lang))
@@ -3189,10 +3189,7 @@ class AdminProductsControllerCore extends AdminController
$combination_images = $product->getCombinationImages($this->context->language->id);
foreach ($combinaisons as $k => $combinaison)
{
if ($currency->format % 2 != 0)
$price = $currency->sign.' '.$combinaison['price'];
else
$price = $combinaison['price'].' '.$currency->sign;
$price = Tools::displayPrice($combinaison['price'], $currency);
$comb_array[$combinaison['id_product_attribute']]['id_combinaison_attribute'] = $product->id.'||'.$combinaison['id_product_attribute'];
$comb_array[$combinaison['id_product_attribute']]['id_product_attribute'] = $combinaison['id_product_attribute'];
+195 -160
View File
@@ -32,15 +32,6 @@ $_LANGADM['AdminProfilesb2d77645b299d0652be9f8871fa5aab7'] = 'Profils';
$_LANGADM['AdminProfiles4e140ba723a03baa6948340bf90e2ef6'] = 'Nom :';
$_LANGADM['AdminProfiles38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
$_LANGADM['AdminProfiles4901062927f176fea0548821fe6a8625'] = 'Pour des raisons de sécurité, vous ne pouvez pas supprimer le profil Administrateur';
$_LANGADM['AdminSearchEnginesd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminSearchEnginese25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer la sélection ?';
$_LANGADM['AdminSearchEnginesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminSearchEngines9aa1b03934893d7134a660af4204f2a9'] = 'Serveur';
$_LANGADM['AdminSearchEnginesb864759d534539519ceaa2c03a39d4c2'] = 'Variable GET';
$_LANGADM['AdminSearchEnginesb6f05e5ddde1ec63d992d61144452dfa'] = 'Réferrant';
$_LANGADM['AdminSearchEngines505de52d5ae227b6e8acb02dce2a0c4d'] = 'Serveur';
$_LANGADM['AdminSearchEnginese2380878646a0e952f3475b82317cd19'] = 'Variable $_GET';
$_LANGADM['AdminSearchEngines38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
$_LANGADM['AdminOrderMessaged3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminOrderMessagee25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer la sélection ?';
$_LANGADM['AdminOrderMessageb718adec73e04ce3ec720dd11a06a308'] = 'ID';
@@ -50,6 +41,15 @@ $_LANGADM['AdminOrderMessage38d6bc03067212bb0c2633f8a57d5881'] = 'Messages préd
$_LANGADM['AdminOrderMessage4e140ba723a03baa6948340bf90e2ef6'] = 'Nom :';
$_LANGADM['AdminOrderMessage940663fd4428d2c86f9a4780b6574028'] = 'Message :';
$_LANGADM['AdminOrderMessage38fb7d24e0d60a048f540ecb18e13376'] = 'Sauvegarder';
$_LANGADM['AdminSearchEnginesd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminSearchEnginese25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer la sélection ?';
$_LANGADM['AdminSearchEnginesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminSearchEngines9aa1b03934893d7134a660af4204f2a9'] = 'Serveur';
$_LANGADM['AdminSearchEnginesb864759d534539519ceaa2c03a39d4c2'] = 'Variable GET';
$_LANGADM['AdminSearchEnginesb6f05e5ddde1ec63d992d61144452dfa'] = 'Réferrant';
$_LANGADM['AdminSearchEngines505de52d5ae227b6e8acb02dce2a0c4d'] = 'Serveur';
$_LANGADM['AdminSearchEnginese2380878646a0e952f3475b82317cd19'] = 'Variable $_GET';
$_LANGADM['AdminSearchEngines38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
$_LANGADM['AdminStatsTab452a7601dbc6f2c38aa89e68bda8b603'] = 'Statistiques';
$_LANGADM['AdminStatsTab8ff922bbcd8ad41cdfc48d3c5163b2ab'] = 'Calendrier';
$_LANGADM['AdminStatsTab03727ac48595a24daed975559c944a44'] = 'Jour';
@@ -85,32 +85,6 @@ $_LANGADM['AdminStats846495f9ceed11accf8879f555936a7d'] = 'Navigation';
$_LANGADM['AdminStats266e72d21719a5d0c7b8527c44c08f99'] = 'Pas de module installé';
$_LANGADM['AdminStats8290fb626ffacf21450997f25967efeb'] = 'Pas de module trouvé';
$_LANGADM['AdminStatsb9f69fde28fbf3d71afa1bc9e3b7dab8'] = 'Veuillez choisir un module dans la colonne de gauche';
$_LANGADM['AdminAccess151648106e4bf98297882ea2ea1c4b0e'] = 'Mise à jour réussie';
$_LANGADM['AdminAccessd939c2e53e1bfdb51cddcc37d50db438'] = 'Erreur lors de la mise à jour';
$_LANGADM['AdminAccess7015777bcc86cd0c5e4819310d62b040'] = 'Onglets';
$_LANGADM['AdminAccess4351cfebe4b61d8aa5efa1d020710005'] = 'Voir';
$_LANGADM['AdminAccessec211f7c20af43e742bf2570c3cb84f9'] = 'Ajouter';
$_LANGADM['AdminAccess7dce122004969d56ae2e0245cb754d35'] = 'Editer';
$_LANGADM['AdminAccessf2a6c498fb90ee345d997f888fce3b18'] = 'Supprimer';
$_LANGADM['AdminAccessb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Tout';
$_LANGADM['AdminAccess7fcca2f879aa88fea302c675f56428cc'] = 'Aucun onglet';
$_LANGADM['AdminAccessbf17ac149e2e7a530c677e9bd51d3fd2'] = 'Modules';
$_LANGADM['AdminAccessf1206f9fadc5ce41694f69129aecac26'] = 'Configurer';
$_LANGADM['AdminAccess501faad2df9c231576549a068fcf61ca'] = 'Pas de modules installés';
$_LANGADM['AdminAccess05fe96d753968b151a15b748140e4467'] = 'Les permissions des administrateur ne peuvent pas être modifiés.';
$_LANGADM['AdminTagsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminTags4994a8ffeba4ac3140beb89e8d41f174'] = 'Langue';
$_LANGADM['AdminTags49ee3087348e8d44e1feda1917443987'] = 'Nom';
$_LANGADM['AdminTags068f80c7519d0528fb08e82137a72131'] = 'Produits';
$_LANGADM['AdminTagsd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminTagse25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer la sélection ?';
$_LANGADM['AdminTagsc101058e7ea21bbbf2a5ac893088e90b'] = 'Tag';
$_LANGADM['AdminTags4e140ba723a03baa6948340bf90e2ef6'] = 'Nom :';
$_LANGADM['AdminTags0885f0c211f74834f0109c5abaf4cdc4'] = 'Language :';
$_LANGADM['AdminTags38fb7d24e0d60a048f540ecb18e13376'] = 'Sauvegarder';
$_LANGADM['AdminTags21a315eb210debe100cabc085ccf6f50'] = 'double cliquer pour déplacer vers une autre colonne';
$_LANGADM['AdminTags1063e38cb53d94d386f21227fcd84717'] = 'Supprimer';
$_LANGADM['AdminTagsec211f7c20af43e742bf2570c3cb84f9'] = 'Ajouter';
$_LANGADM['AdminZonesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminZonesb3ff996fe5c77610359114835baf9b38'] = 'Zone';
$_LANGADM['AdminZones00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
@@ -124,6 +98,32 @@ $_LANGADM['AdminZonesb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé';
$_LANGADM['AdminZones47726f4b1d9ceabe8b6022a762495201'] = 'Permettre ou non la livraison dans cette zone';
$_LANGADM['AdminZones93b5cbba04bc93f8f61a4a10bbf2d1ac'] = 'Association à un groupe de boutiques';
$_LANGADM['AdminZones38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
$_LANGADM['AdminTagsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminTags4994a8ffeba4ac3140beb89e8d41f174'] = 'Langue';
$_LANGADM['AdminTags49ee3087348e8d44e1feda1917443987'] = 'Nom';
$_LANGADM['AdminTags068f80c7519d0528fb08e82137a72131'] = 'Produits';
$_LANGADM['AdminTagsd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminTagse25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer la sélection ?';
$_LANGADM['AdminTagsc101058e7ea21bbbf2a5ac893088e90b'] = 'Tag';
$_LANGADM['AdminTags4e140ba723a03baa6948340bf90e2ef6'] = 'Nom :';
$_LANGADM['AdminTags0885f0c211f74834f0109c5abaf4cdc4'] = 'Language :';
$_LANGADM['AdminTags38fb7d24e0d60a048f540ecb18e13376'] = 'Sauvegarder';
$_LANGADM['AdminTags21a315eb210debe100cabc085ccf6f50'] = 'double cliquer pour déplacer vers une autre colonne';
$_LANGADM['AdminTags1063e38cb53d94d386f21227fcd84717'] = 'Supprimer';
$_LANGADM['AdminTagsec211f7c20af43e742bf2570c3cb84f9'] = 'Ajouter';
$_LANGADM['AdminAccess151648106e4bf98297882ea2ea1c4b0e'] = 'Mise à jour réussie';
$_LANGADM['AdminAccessd939c2e53e1bfdb51cddcc37d50db438'] = 'Erreur lors de la mise à jour';
$_LANGADM['AdminAccess7015777bcc86cd0c5e4819310d62b040'] = 'Onglets';
$_LANGADM['AdminAccess4351cfebe4b61d8aa5efa1d020710005'] = 'Voir';
$_LANGADM['AdminAccessec211f7c20af43e742bf2570c3cb84f9'] = 'Ajouter';
$_LANGADM['AdminAccess7dce122004969d56ae2e0245cb754d35'] = 'Editer';
$_LANGADM['AdminAccessf2a6c498fb90ee345d997f888fce3b18'] = 'Supprimer';
$_LANGADM['AdminAccessb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Tout';
$_LANGADM['AdminAccess7fcca2f879aa88fea302c675f56428cc'] = 'Aucun onglet';
$_LANGADM['AdminAccessbf17ac149e2e7a530c677e9bd51d3fd2'] = 'Modules';
$_LANGADM['AdminAccessf1206f9fadc5ce41694f69129aecac26'] = 'Configurer';
$_LANGADM['AdminAccess501faad2df9c231576549a068fcf61ca'] = 'Pas de modules installés';
$_LANGADM['AdminAccess05fe96d753968b151a15b748140e4467'] = 'Les permissions des administrateur ne peuvent pas être modifiés.';
$_LANGADM['AdminAliasesd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminAliasese25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer la sélection ?';
$_LANGADM['AdminAliases9ab81f57823f6aeb02362291f23883e6'] = 'Alias';
@@ -152,21 +152,6 @@ $_LANGADM['AdminQuickAccesses4edbdc3e1b62db73d670ee1231c14c8b'] = 'Ouvrir dans u
$_LANGADM['AdminQuickAccesses00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
$_LANGADM['AdminQuickAccessesb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé';
$_LANGADM['AdminQuickAccesses38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
$_LANGADM['AdminRangeWeightd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminRangeWeighte25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
$_LANGADM['AdminRangeWeightb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminRangeWeight914419aa32f04011357d3b604a86d7eb'] = 'Transporteur';
$_LANGADM['AdminRangeWeight5da618e8e4b89c66fe86e32cdafde142'] = 'De';
$_LANGADM['AdminRangeWeighte12167aa0a7698e6ebc92b4ce3909b53'] = 'A';
$_LANGADM['AdminRangeWeight553024cea5b7d69013550aefba774aaa'] = 'Tranches de poids';
$_LANGADM['AdminRangeWeightf8617a92ba0a0a4eabee724eab7c9f48'] = 'Transporteur :';
$_LANGADM['AdminRangeWeighted6f7f991fdee1625deeaf369ec3146b'] = 'Sur quel transporteur cette tranche sera appliquée';
$_LANGADM['AdminRangeWeightaec665fba230ca53799cf3563c696792'] = 'Il n\'y a pas de transporteur disponible pour une gamme de poids.';
$_LANGADM['AdminRangeWeight1e6d57e813355689e9c77e947d73ad8f'] = 'De :';
$_LANGADM['AdminRangeWeight2c39f2ba36ea6da8583198d554719eb1'] = 'Début de tranche (inclu)';
$_LANGADM['AdminRangeWeight33caa076f23f453dd4061726f3706325'] = 'A :';
$_LANGADM['AdminRangeWeight6bf0217a0db567ce8495e5125a1dfffb'] = 'Fin de tranche (exclu)';
$_LANGADM['AdminRangeWeight38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
$_LANGADM['AdminAttributeGeneratorc0babe5601b3f91313d53267c3c7ec24'] = 'Revenir au produit';
$_LANGADM['AdminAttributeGenerator13cdf2d0d1b996ad3a141e297c62ea6b'] = 'Cette fonctionnalité a été désactivée, vous pouvez l\'activer sur cette page:';
$_LANGADM['AdminAttributeGenerator9a63ec735f057c1366284bda67eee7de'] = 'Performances';
@@ -212,6 +197,21 @@ $_LANGADM['AdminPaymenta75b01d1ff66cd0a327bda1effa71dec'] = 'Liste de modules de
$_LANGADM['AdminPayment1f3a05f7b45df8e5c5cafaf0485eedd5'] = 'Cliquez pour voir la liste des modules de paiement.';
$_LANGADM['AdminPaymentdba77f97d76421a973d8e4903ec1b056'] = 'Restrictions des modules de paiement';
$_LANGADM['AdminPaymentcf7da676516ac041a93fd91755fa40f9'] = 'Aucun module de paiement installés';
$_LANGADM['AdminRangeWeightd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminRangeWeighte25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
$_LANGADM['AdminRangeWeightb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminRangeWeight914419aa32f04011357d3b604a86d7eb'] = 'Transporteur';
$_LANGADM['AdminRangeWeight5da618e8e4b89c66fe86e32cdafde142'] = 'De';
$_LANGADM['AdminRangeWeighte12167aa0a7698e6ebc92b4ce3909b53'] = 'A';
$_LANGADM['AdminRangeWeight553024cea5b7d69013550aefba774aaa'] = 'Tranches de poids';
$_LANGADM['AdminRangeWeightf8617a92ba0a0a4eabee724eab7c9f48'] = 'Transporteur :';
$_LANGADM['AdminRangeWeighted6f7f991fdee1625deeaf369ec3146b'] = 'Sur quel transporteur cette tranche sera appliquée';
$_LANGADM['AdminRangeWeightaec665fba230ca53799cf3563c696792'] = 'Il n\'y a pas de transporteur disponible pour une gamme de poids.';
$_LANGADM['AdminRangeWeight1e6d57e813355689e9c77e947d73ad8f'] = 'De :';
$_LANGADM['AdminRangeWeight2c39f2ba36ea6da8583198d554719eb1'] = 'Début de tranche (inclu)';
$_LANGADM['AdminRangeWeight33caa076f23f453dd4061726f3706325'] = 'A :';
$_LANGADM['AdminRangeWeight6bf0217a0db567ce8495e5125a1dfffb'] = 'Fin de tranche (exclu)';
$_LANGADM['AdminRangeWeight38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
$_LANGADM['AdminSlipb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminSlip6fde42aa0857eb92fc0d0c3fb1c6c8b7'] = 'ID Commande';
$_LANGADM['AdminSlip446faa7da2d42ba4ffeda73cb119dd91'] = 'Date d\'émission';
@@ -259,21 +259,6 @@ $_LANGADM['AdminContacts00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
$_LANGADM['AdminContactsb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé';
$_LANGADM['AdminContacts0a958d0b68cae1805a8f64cdcddb821b'] = 'Informations complémentaires au sujet de ce contact';
$_LANGADM['AdminContacts38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
$_LANGADM['AdminStockCover63d5049791d9d79d86e9a108b0a999ca'] = 'Référence';
$_LANGADM['AdminStockCover52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13';
$_LANGADM['AdminStockCoverfbd99ad01b92dbafc686772a39e3d065'] = 'UPC';
$_LANGADM['AdminStockCover49ee3087348e8d44e1feda1917443987'] = 'Nom';
$_LANGADM['AdminStockCover9841bdc50c4226cb6ec5db76494249e6'] = 'Couverture';
$_LANGADM['AdminStockCovera4cce100afa2a33318a3415863c4d97d'] = 'Nombre de jours avant rupture de stock';
$_LANGADM['AdminStockCover694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantitié';
$_LANGADM['AdminStockCover289393276fa1f4505629effd39df299f'] = 'Quantité physique utilisable';
$_LANGADM['AdminStockCoverd9346ea346566c2f4aaef585681ce309'] = 'Une semaine';
$_LANGADM['AdminStockCoverb04026e822789acfbc6df228d10db0db'] = 'Deux semaines';
$_LANGADM['AdminStockCover79f2c11f6a28e04a57212be2bfc4f0e3'] = 'Trois semaines';
$_LANGADM['AdminStockCover974985cd65fa0617f7596b848e78a456'] = 'Un mois';
$_LANGADM['AdminStockCover8be20afb17bd15d450d87a037aeedb33'] = 'Six mois';
$_LANGADM['AdminStockCover0e466b561c08a8441b09514c41642f4b'] = 'Un an';
$_LANGADM['AdminStockCover6ff095679d5d2d4432b5271ed232e384'] = 'Tous les entrepôts';
$_LANGADM['AdminGeolocationc95467b224ae2a3f8a4c12ddbbb0448e'] = 'Géolocalisation par IP :';
$_LANGADM['AdminGeolocation5ce2a0bcb8967528a33c2c0d31cbb194'] = 'Cette option vous permet, entre autres, de restreindre l\'accès à votre boutique dans certains pays, voir plus bas.';
$_LANGADM['AdminGeolocationdae8ace18bdcbcc6ae5aece263e14fe8'] = 'Options';
@@ -291,23 +276,6 @@ $_LANGADM['AdminGeolocation3f089ec9b9ef410a9d81bef70114d387'] = 'Pour utiliser l
$_LANGADM['AdminGeolocation976b976e66879a470635bf0f660e81fc'] = 'ce fichier';
$_LANGADM['AdminGeolocation3d3aa857bbce5746c7156f447f6bdc60'] = 'et de le décompresser dans le dossier tools/geoip/';
$_LANGADM['AdminGeolocation49ee3087348e8d44e1feda1917443987'] = 'Nom';
$_LANGADM['AdminThemesa1c58e94227389415de133efdf78ea6e'] = 'Apparence';
$_LANGADM['AdminThemes231856676246820203ddc442e481a5eb'] = 'Logo de l\'en-tête :';
$_LANGADM['AdminThemes86824265d3f2908928a0b5689ab9541d'] = 'Apparaîtra sur la page d\'accueil de votre boutique';
$_LANGADM['AdminThemes1b6dc1e488d9e5eba634c526cb8790f0'] = 'Logo des mails :';
$_LANGADM['AdminThemes6fa998a451d52f8bac2ca4b6cbde0c76'] = 'Apparaîtra dans l\'en-tête des e-mails, si non défini le logo de l\'en-tête sera utilisé';
$_LANGADM['AdminThemesaa94cba2130d7cdc43dd02920183bad1'] = 'Logo des factures :';
$_LANGADM['AdminThemes788facf04ad732f605ca6f9fd5d43c6f'] = 'Apparaîtra dans l\'en-tête des factures, si non défini le logo de l\'en-tête sera utilisé';
$_LANGADM['AdminThemes166e58184f5f3e344a4f1741a4716c05'] = 'Favicon :';
$_LANGADM['AdminThemes9cafe07932ca5f6ed588a5852e36af8d'] = 'Apparaîtra dans à coté de l\'adresse dans votre navigateur internet';
$_LANGADM['AdminThemes413dc5af3ee0d6d59cd83c80e91e07a7'] = 'Icône de magasins';
$_LANGADM['AdminThemes5bcdec816ad8c7bb1e7ef04f7ae9350d'] = 'Apparaîtra sur le localisateur de magasins (dans les Google Maps)';
$_LANGADM['AdminThemes60e53443dbca990bf3f314b2fa38e839'] = 'Taille suggérée : 30x30, GIF transparent';
$_LANGADM['AdminThemes93af5f35c247e0e814bd676249f60b62'] = 'Caractère de séparation :';
$_LANGADM['AdminThemesf2284dabeee8efb9617fbb0f05883adb'] = 'Utilisé pour le chemin de navigation dans les catégories et les produits';
$_LANGADM['AdminThemes38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
$_LANGADM['AdminThemesbbb572a770006c9e0e57c9e5d4bcda90'] = 'En direct de Prestashop Addons !';
$_LANGADM['AdminThemes0ac3a6bb56ca9b829859b5c12040e3a0'] = 'Trouvez de nouveaux thèmes sur Prestashop Addons !';
$_LANGADM['AdminContact63406c9482c644975f227cc93788e8fb'] = 'Choisissez votre pays';
$_LANGADM['AdminContactffea2d321be109fc7243cfeb515fe257'] = 'Choisissez votre pays (si applicable)';
$_LANGADM['AdminContact61f0fa926f97eafb392975ed79cebb4a'] = 'Nom de la boutique :';
@@ -325,6 +293,23 @@ $_LANGADM['AdminContact673ae02fffb72f0fe68a66f096a01347'] = 'Téléphone :';
$_LANGADM['AdminContact0e2fb5b02182fd28b9b96e86ed27838f'] = 'Fax :';
$_LANGADM['AdminContact5dd532f0a63d89c5af0243b74732f63c'] = 'Coordonnées';
$_LANGADM['AdminContact38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
$_LANGADM['AdminThemesa1c58e94227389415de133efdf78ea6e'] = 'Apparence';
$_LANGADM['AdminThemes231856676246820203ddc442e481a5eb'] = 'Logo de l\'en-tête :';
$_LANGADM['AdminThemes86824265d3f2908928a0b5689ab9541d'] = 'Apparaîtra sur la page d\'accueil de votre boutique';
$_LANGADM['AdminThemes1b6dc1e488d9e5eba634c526cb8790f0'] = 'Logo des mails :';
$_LANGADM['AdminThemes6fa998a451d52f8bac2ca4b6cbde0c76'] = 'Apparaîtra dans l\'en-tête des e-mails, si non défini le logo de l\'en-tête sera utilisé';
$_LANGADM['AdminThemesaa94cba2130d7cdc43dd02920183bad1'] = 'Logo des factures :';
$_LANGADM['AdminThemes788facf04ad732f605ca6f9fd5d43c6f'] = 'Apparaîtra dans l\'en-tête des factures, si non défini le logo de l\'en-tête sera utilisé';
$_LANGADM['AdminThemes166e58184f5f3e344a4f1741a4716c05'] = 'Favicon :';
$_LANGADM['AdminThemes9cafe07932ca5f6ed588a5852e36af8d'] = 'Apparaîtra dans à coté de l\'adresse dans votre navigateur internet';
$_LANGADM['AdminThemes413dc5af3ee0d6d59cd83c80e91e07a7'] = 'Icône de magasins';
$_LANGADM['AdminThemes5bcdec816ad8c7bb1e7ef04f7ae9350d'] = 'Apparaîtra sur le localisateur de magasins (dans les Google Maps)';
$_LANGADM['AdminThemes60e53443dbca990bf3f314b2fa38e839'] = 'Taille suggérée : 30x30, GIF transparent';
$_LANGADM['AdminThemes93af5f35c247e0e814bd676249f60b62'] = 'Caractère de séparation :';
$_LANGADM['AdminThemesf2284dabeee8efb9617fbb0f05883adb'] = 'Utilisé pour le chemin de navigation dans les catégories et les produits';
$_LANGADM['AdminThemes38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
$_LANGADM['AdminThemesbbb572a770006c9e0e57c9e5d4bcda90'] = 'En direct de Prestashop Addons !';
$_LANGADM['AdminThemes0ac3a6bb56ca9b829859b5c12040e3a0'] = 'Trouvez de nouveaux thèmes sur Prestashop Addons !';
$_LANGADM['AdminTabsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminTabs49ee3087348e8d44e1feda1917443987'] = 'Nom';
$_LANGADM['AdminTabs817434295a673aed431435658b65d9a7'] = 'Icône';
@@ -352,17 +337,6 @@ $_LANGADM['AdminStockInstantState22f992f93544057809c0c09ad04cf92a'] = 'Quantité
$_LANGADM['AdminStockInstantStatea32b05df1205bc21c7d037d8f4c5ca40'] = 'Quantité réelle';
$_LANGADM['AdminStockInstantState6ff095679d5d2d4432b5271ed232e384'] = 'Tous les entrepôts';
$_LANGADM['AdminStockInstantState171f36a48d1d3df7bd05d18352e47690'] = 'Cette interface vous permet d\'afficher des informations détaillées sur l\'état de vos stocks, par entrepôts.';
$_LANGADM['AdminStockMvt487375a97166f9edb015efb7b30fb433'] = 'Cette interface vous permet d\'afficher les mouvements de stock pour un entrepôt donné.';
$_LANGADM['AdminStockMvt49ee3087348e8d44e1feda1917443987'] = 'Nom';
$_LANGADM['AdminStockMvt31c6b3fdfaaa80dba2dbf92a4600524c'] = 'Signe';
$_LANGADM['AdminStockMvt6f15bdfa71aa83b0d197cad75757d580'] = 'Incrémenter';
$_LANGADM['AdminStockMvt6182913ea7b5c02fe2773ea87177d4f9'] = 'Décrémenter';
$_LANGADM['AdminStockMvt694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantité';
$_LANGADM['AdminStockMvtc1895ddff0b761649e508b88d52e9291'] = 'Prix HT';
$_LANGADM['AdminStockMvtf8c8b903cb2e4f297e4b96d4b9c1e98a'] = 'Employé';
$_LANGADM['AdminStockMvt44749712dbec183e983dcd78a7736c41'] = 'Date';
$_LANGADM['AdminStockMvt6ff095679d5d2d4432b5271ed232e384'] = 'Tous les entrepôts';
$_LANGADM['AdminStockMvt673032420d7e0ee43d76c93cc4b157d5'] = 'Le nom de ce produit n\'est pas disponible. Il a peut être été supprimé du système.';
$_LANGADM['AdminAttachmentsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminAttachments49ee3087348e8d44e1feda1917443987'] = 'Nom';
$_LANGADM['AdminAttachments0b27918290ff5323bea1e3b78a9cf04e'] = 'Fichier';
@@ -381,25 +355,6 @@ $_LANGADM['AdminAttachments2db1c4802b06f0d3979fe280bacfd5f2'] = 'dépasse le poi
$_LANGADM['AdminAttachments6dd757cbdd852a16f222a7d1a07eab3e'] = 'Mb';
$_LANGADM['AdminAttachments06d5d60cedc3946089462c34c719b4d6'] = '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['AdminAttachments4a21a191879a23aa2a27829300da95f5'] = 'Cet pièce jointe est utilisé par les produits suivants:';
$_LANGADM['AdminGendersd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminGenderse25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
$_LANGADM['AdminGendersb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminGenders49ee3087348e8d44e1feda1917443987'] = 'Nom';
$_LANGADM['AdminGendersa1fa27779242b4902f7ae3bdd5c6d508'] = 'Type';
$_LANGADM['AdminGenders63889cfb9d3cbe05d1bd2be5cc9953fd'] = 'Homme';
$_LANGADM['AdminGendersb719ce180ec7bd9641fece2f920f4817'] = 'Femme';
$_LANGADM['AdminGenderse9bb5320b3890b6747c91b5a71ae5a01'] = 'Neutre';
$_LANGADM['AdminGendersbe53a0541a6d36f6ecb879fa2c584b08'] = 'Image';
$_LANGADM['AdminGenders019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Sexe';
$_LANGADM['AdminGenders4e140ba723a03baa6948340bf90e2ef6'] = 'Nom:';
$_LANGADM['AdminGenders6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caractères invalides :';
$_LANGADM['AdminGenderse659b52eba1f0299b2d8ca3483919e72'] = 'Type :';
$_LANGADM['AdminGenders461900b74731e07320ca79366df3e809'] = 'Image :';
$_LANGADM['AdminGenders5db76c4f753ae0875becc0aacea74b85'] = 'Largeur de l\'image:';
$_LANGADM['AdminGenders3278973f0260849b8b58597a7aed17be'] = 'Largeur de l\'image en pixel. \"0\" pour utiliser la taille originale';
$_LANGADM['AdminGenders7ff8263c405723baa07f9f747db48f99'] = 'Hauteur de l\'image :';
$_LANGADM['AdminGenders8131c4756e4219c8d4b816222f07a6a1'] = 'Hauteur de l\'image en pixel. \"0\" pour utiliser la taille originale';
$_LANGADM['AdminGenders38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
$_LANGADM['AdminLogsd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminLogse25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
$_LANGADM['AdminLogsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
@@ -419,26 +374,51 @@ $_LANGADM['AdminLogsb80c52e7f679fba3c2837b42705fe779'] = 'A but informatif';
$_LANGADM['AdminLogs0eaadb4fcb48a0a0ed7bc9868be9fbaa'] = 'Avertissement';
$_LANGADM['AdminLogs902b0d55fddef6f8d651fe1035b7d4bd'] = 'Erreur';
$_LANGADM['AdminLogs2d7a39ee844a8ac84031dcd289630dd9'] = 'Problème majeur (erreur critique)';
$_LANGADM['AdminShipping2605fbb693837be42d0cd0e701cb5aa3'] = 'Manutention';
$_LANGADM['AdminShipping1d8ca7f442e6d4ad3da5cb61b84284fc'] = 'Frais de manutention';
$_LANGADM['AdminShipping21034ae6d01a83e702839a72ba8a77b0'] = 'HT';
$_LANGADM['AdminShippingc9722f74f95451816de0f8ca3259ae44'] = 'Frais de port offerts à partir de';
$_LANGADM['AdminShipping8e0fea0a31a2ef28aa69ecc1ec4460c1'] = 'Si vous définissez ces paramètres à 0, ils seront désactivés';
$_LANGADM['AdminShipping03bad6eaeef7a9d4655f07ac28a1746d'] = 'Les bons de réduction ne sont pas pris en compte lors du calcul de la gratuité des frais de port';
$_LANGADM['AdminShipping780c462e85ba4399a5d42e88f69a15ca'] = 'Facturation';
$_LANGADM['AdminShippinge3d29a6f3d7588301aa04429e686b260'] = 'En fonction du prix total';
$_LANGADM['AdminShipping49fec5c86a3b43821fdf0d9aa7bbd935'] = 'En fonction du poids total';
$_LANGADM['AdminShippingedba2e2f00e254e64fcb0057c0279a1d'] = 'Frais par transporteurs, zones et tranches';
$_LANGADM['AdminShipping006300efaf063e1705dd614ea0ae9e8b'] = 'Frais';
$_LANGADM['AdminShippingc58f2291088838a2fd291aa70d560b30'] = 'Vous avez seulement des transporteurs gratuits, il n\'est pas nécessaire de configurer vos tarifs de livraison.';
$_LANGADM['AdminShippingf8617a92ba0a0a4eabee724eab7c9f48'] = 'Transporteur :';
$_LANGADM['AdminShippingabed9eda0a174a7b32829098aa53ae4d'] = 'Zone / Tranche';
$_LANGADM['AdminShipping01b6e20344b68835c5ed1ddedf20d531'] = ';
$_LANGADM['AdminShippingb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Toutes les zones :';
$_LANGADM['AdminShipping38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
$_LANGADM['AdminShippingee40885aa3a350e6182b8ada1843ed30'] = 'Ce transporteur est gratuit';
$_LANGADM['AdminShipping8c6e9d97aa1ff2b61603508a7d25e8b7'] = 'Aucune tranche pour ce transporteur';
$_LANGADM['AdminShipping3c5a90ab81573c044caffb847d9157f6'] = 'Les prix sont en hors taxes.';
$_LANGADM['AdminGendersd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminGenderse25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
$_LANGADM['AdminGendersb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminGenders49ee3087348e8d44e1feda1917443987'] = 'Nom';
$_LANGADM['AdminGendersa1fa27779242b4902f7ae3bdd5c6d508'] = 'Type';
$_LANGADM['AdminGenders63889cfb9d3cbe05d1bd2be5cc9953fd'] = 'Homme';
$_LANGADM['AdminGendersb719ce180ec7bd9641fece2f920f4817'] = 'Femme';
$_LANGADM['AdminGenderse9bb5320b3890b6747c91b5a71ae5a01'] = 'Neutre';
$_LANGADM['AdminGendersbe53a0541a6d36f6ecb879fa2c584b08'] = 'Image';
$_LANGADM['AdminGenders019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Sexe';
$_LANGADM['AdminGenders4e140ba723a03baa6948340bf90e2ef6'] = 'Nom:';
$_LANGADM['AdminGenders6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caractères invalides :';
$_LANGADM['AdminGenderse659b52eba1f0299b2d8ca3483919e72'] = 'Type :';
$_LANGADM['AdminGenders461900b74731e07320ca79366df3e809'] = 'Image :';
$_LANGADM['AdminGenders5db76c4f753ae0875becc0aacea74b85'] = 'Largeur de l\'image:';
$_LANGADM['AdminGenders3278973f0260849b8b58597a7aed17be'] = 'Largeur de l\'image en pixel. \"0\" pour utiliser la taille originale';
$_LANGADM['AdminGenders7ff8263c405723baa07f9f747db48f99'] = 'Hauteur de l\'image :';
$_LANGADM['AdminGenders8131c4756e4219c8d4b816222f07a6a1'] = 'Hauteur de l\'image en pixel. \"0\" pour utiliser la taille originale';
$_LANGADM['AdminGenders38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
$_LANGADM['AdminStockMvt487375a97166f9edb015efb7b30fb433'] = 'Cette interface vous permet d\'afficher les mouvements de stock pour un entrepôt donné.';
$_LANGADM['AdminStockMvt49ee3087348e8d44e1feda1917443987'] = 'Nom';
$_LANGADM['AdminStockMvt31c6b3fdfaaa80dba2dbf92a4600524c'] = 'Signe';
$_LANGADM['AdminStockMvt6f15bdfa71aa83b0d197cad75757d580'] = 'Incrémenter';
$_LANGADM['AdminStockMvt6182913ea7b5c02fe2773ea87177d4f9'] = 'Décrémenter';
$_LANGADM['AdminStockMvt694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantité';
$_LANGADM['AdminStockMvtc1895ddff0b761649e508b88d52e9291'] = 'Prix HT';
$_LANGADM['AdminStockMvtf8c8b903cb2e4f297e4b96d4b9c1e98a'] = 'Employé';
$_LANGADM['AdminStockMvt44749712dbec183e983dcd78a7736c41'] = 'Date';
$_LANGADM['AdminStockMvt6ff095679d5d2d4432b5271ed232e384'] = 'Tous les entrepôts';
$_LANGADM['AdminStockMvt673032420d7e0ee43d76c93cc4b157d5'] = 'Le nom de ce produit n\'est pas disponible. Il a peut être été supprimé du système.';
$_LANGADM['AdminStockCover63d5049791d9d79d86e9a108b0a999ca'] = 'Référence';
$_LANGADM['AdminStockCover52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13';
$_LANGADM['AdminStockCoverfbd99ad01b92dbafc686772a39e3d065'] = 'UPC';
$_LANGADM['AdminStockCover49ee3087348e8d44e1feda1917443987'] = 'Nom';
$_LANGADM['AdminStockCover9841bdc50c4226cb6ec5db76494249e6'] = 'Couverture';
$_LANGADM['AdminStockCovera4cce100afa2a33318a3415863c4d97d'] = 'Nombre de jours avant rupture de stock';
$_LANGADM['AdminStockCover694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantitié';
$_LANGADM['AdminStockCover289393276fa1f4505629effd39df299f'] = 'Quantité physique utilisable';
$_LANGADM['AdminStockCoverd9346ea346566c2f4aaef585681ce309'] = 'Une semaine';
$_LANGADM['AdminStockCoverb04026e822789acfbc6df228d10db0db'] = 'Deux semaines';
$_LANGADM['AdminStockCover79f2c11f6a28e04a57212be2bfc4f0e3'] = 'Trois semaines';
$_LANGADM['AdminStockCover974985cd65fa0617f7596b848e78a456'] = 'Un mois';
$_LANGADM['AdminStockCover8be20afb17bd15d450d87a037aeedb33'] = 'Six mois';
$_LANGADM['AdminStockCover0e466b561c08a8441b09514c41642f4b'] = 'Un an';
$_LANGADM['AdminStockCover6ff095679d5d2d4432b5271ed232e384'] = 'Tous les entrepôts';
$_LANGADM['AdminCmsCategoriesd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminCmsCategoriese25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer la sélection ?';
$_LANGADM['AdminCmsCategoriesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
@@ -459,6 +439,26 @@ $_LANGADM['AdminCmsCategories394deec8b4e901394f69ad41095b1ecc'] = 'Meta mots-cle
$_LANGADM['AdminCmsCategories02fa003c38fefcda498b876f67f4cac7'] = 'URL simplifiée :';
$_LANGADM['AdminCmsCategories2ef9671539ece086eb5c74c851a08565'] = 'Seulement les lettres et le caractère moins (-) sont autorisés';
$_LANGADM['AdminCmsCategories38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
$_LANGADM['AdminShipping2605fbb693837be42d0cd0e701cb5aa3'] = 'Manutention';
$_LANGADM['AdminShipping1d8ca7f442e6d4ad3da5cb61b84284fc'] = 'Frais de manutention';
$_LANGADM['AdminShipping21034ae6d01a83e702839a72ba8a77b0'] = 'HT';
$_LANGADM['AdminShippingc9722f74f95451816de0f8ca3259ae44'] = 'Frais de port offerts à partir de';
$_LANGADM['AdminShipping8e0fea0a31a2ef28aa69ecc1ec4460c1'] = 'Si vous définissez ces paramètres à 0, ils seront désactivés';
$_LANGADM['AdminShipping03bad6eaeef7a9d4655f07ac28a1746d'] = 'Les bons de réduction ne sont pas pris en compte lors du calcul de la gratuité des frais de port';
$_LANGADM['AdminShipping780c462e85ba4399a5d42e88f69a15ca'] = 'Facturation';
$_LANGADM['AdminShippinge3d29a6f3d7588301aa04429e686b260'] = 'En fonction du prix total';
$_LANGADM['AdminShipping49fec5c86a3b43821fdf0d9aa7bbd935'] = 'En fonction du poids total';
$_LANGADM['AdminShippingedba2e2f00e254e64fcb0057c0279a1d'] = 'Frais par transporteurs, zones et tranches';
$_LANGADM['AdminShipping006300efaf063e1705dd614ea0ae9e8b'] = 'Frais';
$_LANGADM['AdminShippingc58f2291088838a2fd291aa70d560b30'] = 'Vous avez seulement des transporteurs gratuits, il n\'est pas nécessaire de configurer vos tarifs de livraison.';
$_LANGADM['AdminShippingf8617a92ba0a0a4eabee724eab7c9f48'] = 'Transporteur :';
$_LANGADM['AdminShippingabed9eda0a174a7b32829098aa53ae4d'] = 'Zone / Tranche';
$_LANGADM['AdminShipping01b6e20344b68835c5ed1ddedf20d531'] = 'à';
$_LANGADM['AdminShippingb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Toutes les zones :';
$_LANGADM['AdminShipping38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
$_LANGADM['AdminShippingee40885aa3a350e6182b8ada1843ed30'] = 'Ce transporteur est gratuit';
$_LANGADM['AdminShipping8c6e9d97aa1ff2b61603508a7d25e8b7'] = 'Aucune tranche pour ce transporteur';
$_LANGADM['AdminShipping3c5a90ab81573c044caffb847d9157f6'] = 'Les prix sont en hors taxes.';
$_LANGADM['AdminStatesd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminStatese25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer la sélection ?';
$_LANGADM['AdminStatesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
@@ -524,6 +524,31 @@ $_LANGADM['AdminSearchb7f410ce836f60dccb8386e84687168f'] = 'Aucun produit corres
$_LANGADM['AdminSearch0e1aa8d47719bc3d8b37955486b134f1'] = 'Produits correspondant à votre requête';
$_LANGADM['AdminSearch25f58a368625d6217cfb7f892e225358'] = 'Aucun client ne correspond à votre recherche';
$_LANGADM['AdminSearch09f6647acf86aef92f40591a183bf8eb'] = 'Client correspondant à votre requête';
$_LANGADM['AdminCmsd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminCmse25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer la sélection ?';
$_LANGADM['AdminCmsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminCmse6b391a8d2c4d45902a23a8b6585703d'] = 'URL';
$_LANGADM['AdminCmsb78a3223503896721cca1303f776159b'] = 'Titre';
$_LANGADM['AdminCms52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Position';
$_LANGADM['AdminCms00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
$_LANGADM['AdminCmsf8825c9f08ff15b5ef6bc3a3898817e8'] = 'Enregistrer et prévisualiser';
$_LANGADM['AdminCms789ca3cc9e29e7ef767619e13c6b2f9e'] = 'Catégorie CMS';
$_LANGADM['AdminCms57bd1d8ace15f17054281d1e88336b97'] = 'Catégorie parente CMS';
$_LANGADM['AdminCms7b250cb374c12c42a75227ba75df7779'] = 'Titre méta';
$_LANGADM['AdminCms6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caractères invalides';
$_LANGADM['AdminCms3f64b2beede1082fd32ddb0bf11a641f'] = 'Description META';
$_LANGADM['AdminCms7d7559ccac6bc30a4d985db11cb34a3a'] = 'Mots clés META';
$_LANGADM['AdminCms1dec4f55522b828fe5dacf8478021a9e'] = 'URL simplifiée';
$_LANGADM['AdminCms2ef9671539ece086eb5c74c851a08565'] = 'Seuls les caractères alphabétique et le caractère moins (-) sont autorisés';
$_LANGADM['AdminCms45b1bce0ceb1e155fc99d59a21761b9e'] = 'Contenu de la page';
$_LANGADM['AdminCms0099c0173a3c7758b36025bdae9b4fc7'] = 'Activé :';
$_LANGADM['AdminCmsb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé';
$_LANGADM['AdminCms38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
$_LANGADM['AdminCmsf16b5952df8d25ea30b25ff95ee8fedf'] = 'Boutique associé';
$_LANGADM['AdminCmscc4fbd30d676ea2f9994b7063a8ada15'] = 'Pages dans cette catégorie';
$_LANGADM['AdminCmsef61fb324d729c341ea8ab9901e23566'] = 'Créer';
$_LANGADM['AdminCms5ece607071fe59ddc4c88dc6abfe2310'] = 'Pas de page trouvée';
$_LANGADM['AdminCms084af17ae8dce6465e3acd94a3d995c1'] = 'Votre page de CMS sera enregistrée comme brouillon';
$_LANGADM['AdminAddressesd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminAddressese25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
$_LANGADM['AdminAddressesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
@@ -598,31 +623,6 @@ $_LANGADM['AdminInvoices366a2e6043b7f22bbb12df4a5fce45fb'] = 'Aucune facture tro
$_LANGADM['AdminInvoicescb63a9e24da94fffad24dd2f9bcf4ca4'] = 'Statuts de commande invalide';
$_LANGADM['AdminInvoices9a572188372df6be754991fd8f080f16'] = 'Aucune facture trouvée pour ces statuts';
$_LANGADM['AdminInvoices38b1cc080b5571823889c6f775bf6606'] = 'Numéro de facture invalide (il doit être supèrieur à ';
$_LANGADM['AdminCmsd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminCmse25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer la sélection ?';
$_LANGADM['AdminCmsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminCmse6b391a8d2c4d45902a23a8b6585703d'] = 'URL';
$_LANGADM['AdminCmsb78a3223503896721cca1303f776159b'] = 'Titre';
$_LANGADM['AdminCms52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Position';
$_LANGADM['AdminCms00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
$_LANGADM['AdminCmsf8825c9f08ff15b5ef6bc3a3898817e8'] = 'Enregistrer et prévisualiser';
$_LANGADM['AdminCms789ca3cc9e29e7ef767619e13c6b2f9e'] = 'Catégorie CMS';
$_LANGADM['AdminCms57bd1d8ace15f17054281d1e88336b97'] = 'Catégorie parente CMS';
$_LANGADM['AdminCms7b250cb374c12c42a75227ba75df7779'] = 'Titre méta';
$_LANGADM['AdminCms6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caractères invalides';
$_LANGADM['AdminCms3f64b2beede1082fd32ddb0bf11a641f'] = 'Description META';
$_LANGADM['AdminCms7d7559ccac6bc30a4d985db11cb34a3a'] = 'Mots clés META';
$_LANGADM['AdminCms1dec4f55522b828fe5dacf8478021a9e'] = 'URL simplifiée';
$_LANGADM['AdminCms2ef9671539ece086eb5c74c851a08565'] = 'Seuls les caractères alphabétique et le caractère moins (-) sont autorisés';
$_LANGADM['AdminCms45b1bce0ceb1e155fc99d59a21761b9e'] = 'Contenu de la page';
$_LANGADM['AdminCms0099c0173a3c7758b36025bdae9b4fc7'] = 'Activé :';
$_LANGADM['AdminCmsb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé';
$_LANGADM['AdminCms38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
$_LANGADM['AdminCmsf16b5952df8d25ea30b25ff95ee8fedf'] = 'Boutique associé';
$_LANGADM['AdminCmscc4fbd30d676ea2f9994b7063a8ada15'] = 'Pages dans cette catégorie';
$_LANGADM['AdminCmsef61fb324d729c341ea8ab9901e23566'] = 'Créer';
$_LANGADM['AdminCms5ece607071fe59ddc4c88dc6abfe2310'] = 'Pas de page trouvée';
$_LANGADM['AdminCms084af17ae8dce6465e3acd94a3d995c1'] = 'Votre page de CMS sera enregistrée comme brouillon';
$_LANGADM['AdminShopUrlb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminShopUrle93c33bd1341ab74195430daeb63db13'] = 'Nom de la boutique';
$_LANGADM['AdminShopUrleae639a70006feff484a39363c977e24'] = 'Domaine';
@@ -3109,6 +3109,8 @@ $_LANGADM['AdminProductsaad781b9842958b4552b8edebb83c346'] = 'La copie du fichie
$_LANGADM['AdminProducts06d43815fa42336629ff54da5630143c'] = 'le fichier';
$_LANGADM['AdminProducts6844aa7b2ea9577a34cea194362d5509'] = 'dépasse le poids autorisé par le serveur, cette limite est fixée a';
$_LANGADM['AdminProducts6dd757cbdd852a16f222a7d1a07eab3e'] = 'Mo';
$_LANGADM['AdminProducts1dc171c83c2ba64a6a311a8a011339ee'] = 'Impossible de supprimer l\'attribut';
$_LANGADM['AdminProducts03596501a6ce61f5a66dc0146fbab03e'] = 'Vous n\'avez pas la permission de supprimer ici.';
$_LANGADM['AdminProducts01f8544c8fd4628bc686502e8b727d95'] = 'le champ';
$_LANGADM['AdminProducts0a5fa53f3f20f67f98bd6c3b16df059d'] = 'est obligatoire';
$_LANGADM['AdminProducts7e47a344b06d82a8836cbee2748a79e6'] = 'est obligatoire au moins en';
@@ -3139,9 +3141,11 @@ $_LANGADM['AdminProducts9ea67be453eaccf020697b4654fc021a'] = 'Enregistrer et res
$_LANGADM['AdminProductsa9e2ceb7315eca5c3974b433f0c540fb'] = 'Les numéros de compte ont été mis à jour';
$_LANGADM['AdminProducts05c2af8e9583b3ade94e13447958f7af'] = 'Numéros de compte n\'a pas pu être mis à jour ou ajoutés dans la base';
$_LANGADM['AdminProductsba01281525ccf613566ae1c0e24de563'] = 'Les fournisseurs pour ce produit ont été mis à jour';
$_LANGADM['AdminProducts79037dcfa176cabd85c98785a5882681'] = 'La devise sélectionné n\'est pas valide.';
$_LANGADM['AdminProducts066e6b788175857e5869ca3fb070760d'] = 'Les références pour ce produit ont été mis à jour';
$_LANGADM['AdminProducts6e04b380975aea1bec4ba4e746e8c200'] = 'Les entrepôts et les localisation pour ce produit ont été mis à jour';
$_LANGADM['AdminProducts0a00c22a3a2a56e14c21e34d92f5a14b'] = 'Merci de choisir la boutique que vous souhaitez configurer';
$_LANGADM['AdminProductsa6cb368dedb16a6bed8a1f3b14a8f2a9'] = 'Vous devez sauvegarder ce produit avant de gérer la comptabilité de celui-ci.';
$_LANGADM['AdminProducts8cf04a9734132302f96da8e113e80ce5'] = 'Accueil';
$_LANGADM['AdminProductsef7de3f485174ff47f061ad27d83d0ee'] = 'sélectionnée(s)';
$_LANGADM['AdminProductsb56c3bda503a8dc4be356edb0cc31793'] = 'Tout replier';
@@ -3199,6 +3203,7 @@ $_LANGADM['AdminProducts74645ed4e5e25461a664d5f68ff19098'] = 'Cocher dans quelle
$_LANGADM['AdminProducts0f26e4f64d58beb4d924627c707e43ad'] = 'Numéro de compte';
$_LANGADM['AdminProducts290b7c47045d269e2ccfa69e6477acfe'] = 'Le prix des produits';
$_LANGADM['AdminProducts3faccbfcb5f35451302dcaff3af6cd3f'] = 'Merci de cocher une catégorie afin de sélectionner la catégorie par défaut.';
$_LANGADM['AdminProductsf16b5952df8d25ea30b25ff95ee8fedf'] = 'Boutique associé :';
$_LANGADM['AdminProductsbe26ade2055790d0e8d19eed69309574'] = 'Accessoires :';
$_LANGADM['AdminProductsd18324caa0ff21355efe5b6df70a3640'] = '(N\'oubliez pas d\'enregistrer le produit ensuite)';
$_LANGADM['AdminProducts3b263477a8ad622d76979befafd0119d'] = 'Tapez les premières lettres du nom du produit, puis choisissez le produit dans la liste déroulante :';
@@ -3232,6 +3237,7 @@ $_LANGADM['AdminProducts418734e88e64dbe12a62122833c89da7'] = 'Caractères spéci
$_LANGADM['AdminProductsac421120056d9d55c27faba6ae2178b2'] = 'La taille maximum d\'upload sur votre serveur est de';
$_LANGADM['AdminProductsdc8f50091cddc5183be3a5b5f774912a'] = 'Uploader un fichier';
$_LANGADM['AdminProducts3cb94c0658e6bbfdeac7e65b9635a8f5'] = 'Voici le lien';
$_LANGADM['AdminProductsa1997856e58a07d80e27aaf4bc7eaf88'] = 'Supprimer le fichier';
$_LANGADM['AdminProducts37bde2365871f3c9ca3efe90c2f0e7fa'] = 'Le nom complet du fichier avec l\'extension (exemple: Livre.pdf)';
$_LANGADM['AdminProductsc8360cc476fc8b5ee9a4db494220058d'] = 'Nombre de téléchargements par client autorisé';
$_LANGADM['AdminProducts8c1279db4db86553e4b9682f78cf500e'] = 'Date d\'expiration';
@@ -3286,7 +3292,9 @@ $_LANGADM['AdminProducts544baae42433c186ff222736db985d7d'] = 'Ajouter une valeur
$_LANGADM['AdminProducts22eb5599cf8ccde65128467443e72099'] = 'Aucune caractéristique définie';
$_LANGADM['AdminProducts22987d3b86cd0afd549196e94817e20f'] = 'Vous perdrez toutes les modifications non enregistrées, souhaitez-vous enregistrer ces dernières dans un premier temps ?';
$_LANGADM['AdminProductsd6ae681fcd58f1e1936ca97da36528ff'] = 'Ajouter une nouvelle caractéristique';
$_LANGADM['AdminProductsccb78eb7f6c9e4c522ad95bafbb4c899'] = 'Etes-vous certain de vouloir rafraîchir l\'onglet ? (Toutes les modifications seront perdues)';
$_LANGADM['AdminProducts8321e79c278ec510f63675c040594892'] = 'Maximum';
$_LANGADM['AdminProductsd076bfa965e6f3f48bba804b6faf1527'] = 'caractères';
$_LANGADM['AdminProductsccb78eb7f6c9e4c522ad95bafbb4c899'] = 'Êtes-vous certain de vouloir rafraîchir l\'onglet ? (Toutes les modifications seront perdues)';
$_LANGADM['AdminProductsbe53a0541a6d36f6ecb879fa2c584b08'] = 'Image';
$_LANGADM['AdminProductsd3d2e617335f08df83599665eef8a418'] = 'Fermer';
$_LANGADM['AdminProducts6b75fa7115dc07a315c0d9eb30f065e1'] = '(ou \"Esc\")';
@@ -3310,17 +3318,23 @@ $_LANGADM['AdminProductse187fd4d086ab8cf9144f2b1b7a68b93'] = 'Infos.';
$_LANGADM['AdminProductsc0471f0320bc17eb192bbd412d236806'] = 'Informations globales sur le produit';
$_LANGADM['AdminProducts873204675cdaee94cd0e27c18c0c3d0f'] = 'Réduit le stock';
$_LANGADM['AdminProductsa55e7def30626a5de92fb5bac30e765f'] = 'Augmente le stock';
$_LANGADM['AdminProducts4e140ba723a03baa6948340bf90e2ef6'] = 'Nom :';
$_LANGADM['AdminProducts6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caractères interdits :';
$_LANGADM['AdminProductsa1f9d795d1110aeeed6b5368c16dc725'] = 'EAN13 ou JAN :';
$_LANGADM['AdminProducts85f0bf927be7014e2265c4bc96bd50d2'] = '(Europe, Japon)';
$_LANGADM['AdminProducts104f50d9d335bbe38ee0c8e44ebddf03'] = '(US, Canada)';
$_LANGADM['AdminProducts24a23d787190f2c4812ff9ab11847a72'] = 'Statut :';
$_LANGADM['AdminProducts00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
$_LANGADM['AdminProductsb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé';
$_LANGADM['AdminProductsebcc39462e6620a8cf432194084a5483'] = 'Options :';
$_LANGADM['AdminProducts6a6d01ddaa8fb712f673a6c94525f149'] = 'disponible à l\'achat';
$_LANGADM['AdminProducts165cd22134a317e1feceeb858c3660cf'] = 'afficher le prix';
$_LANGADM['AdminProducts284dd90023a7ddf940af524df216b9fc'] = 'exclusivité web (non vendu en magasin)';
$_LANGADM['AdminProductsed51222f31afbf17ca5f3b0654db8969'] = 'Condition :';
$_LANGADM['AdminProducts03c2e7e41ffc181a4e84080b4710e81e'] = 'Neuf';
$_LANGADM['AdminProducts019d1ca7d50cc54b995f60d456435e87'] = 'Occasion';
$_LANGADM['AdminProducts6da03a74721a0554b7143254225cc08a'] = 'Reconditionné';
$_LANGADM['AdminProductsf4a275a931b82e5058bc8ffad8b8e5bd'] = 'Fournisseur :';
$_LANGADM['AdminProducts7825865597f0b1673524f56e335f3675'] = 'Choisir (optionnel)';
$_LANGADM['AdminProducts4cf86e65aa090f9e3acbfaba9f6af9a4'] = 'Vous êtes sur le point de perdre vos modifications, souhaitez vous continuer?';
$_LANGADM['AdminProducts686e697538050e4664636337cc3b834f'] = 'Créer';
@@ -3334,7 +3348,6 @@ $_LANGADM['AdminProductscc3787ca78f445f481069a4c047f7e7a'] = 'Choisissez la lang
$_LANGADM['AdminProducts6624493bea28e951b0e89cb12a324bcf'] = 'Est-ce un produit virtuel?';
$_LANGADM['AdminProductsf8d71f7aaec730f4f1620506a158728a'] = 'Ce produit a un fichier associé ?';
$_LANGADM['AdminProducts63b28593e2858476903ac94ca8697341'] = 'Votre répertoire de dépôt de fichier n\'a pas les permissions suffisantes en écriture';
$_LANGADM['AdminProductsa1997856e58a07d80e27aaf4bc7eaf88'] = 'Supprimer le fichier';
$_LANGADM['AdminProducts9c4cae7cfe29fcbd5a5b5d866593f294'] = 'Vous avez utilisé des déclinaisons, pour cette raison vous ne pouvez pas éditer votre fichier ici, mais dans l\'onglet \"Déclinaisons\"';
$_LANGADM['AdminProductsd88946b678e4c2f251d4e292e8142291'] = 'SEO';
$_LANGADM['AdminProducts2651608f8f1c6f391f919be228a6ee62'] = 'Cliquez ici pour améliorer votre position dans les moteurs de recherche (SEO)';
@@ -3368,11 +3381,15 @@ $_LANGADM['AdminProducts2aa2ef9d99efe99c01d0c1fb2a3838e5'] = 'Prix d\'achat HT :
$_LANGADM['AdminProducts8a1c241e92c26b92eaae87afa337eaa3'] = 'Le prix d\'achat auquel vous avez eu le produit';
$_LANGADM['AdminProductse8fce60a7ce078b55bd02a1c25748f16'] = 'Prix de vente HT :';
$_LANGADM['AdminProducts3bc79dca1e0cdc4b2ac5a2e415f902bf'] = 'Le prix de vente hors taxe du produit';
$_LANGADM['AdminProducts82913a5c53d8d818aa69936a630336a3'] = 'Règle de taxe :';
$_LANGADM['AdminProducts7475ec0d41372a307c497acb7eeea8c4'] = 'Aucune taxe';
$_LANGADM['AdminProducts59adc1912b6f538acb6afab8c2621945'] = 'Taxes actuellement désactivées';
$_LANGADM['AdminProducts1c669d037f8bc785f0e1a9aeb7070367'] = 'Voir options';
$_LANGADM['AdminProducts0d0a2536d9091f317c4c5695545efebb'] = 'Eco-taxe (TTC):';
$_LANGADM['AdminProducts535fb9c585d10cb369e97f1ae2d5e11f'] = 'Déjà incluse dans le prix';
$_LANGADM['AdminProductsfe3838c7c11aa406dd956566e17360d5'] = 'par';
$_LANGADM['AdminProducts9c67db9cd9f13cfbbe3ebb7ab90e9e3f'] = 'Prix de vente TTC :';
$_LANGADM['AdminProductsbbc8c3f199c22b3951a52bc9821971ee'] = 'Prix à l\'unité HT :';
$_LANGADM['AdminProducts6666cd76f96956469e7be39d750cc7d9'] = '/';
$_LANGADM['AdminProducts913bb5260c0b1fbd1d76d8140360dd19'] = 'avec taxes';
$_LANGADM['AdminProductsb2a474662dea2c96d1bc18cee6208eef'] = 'Par exemple. 15 € / Kg';
$_LANGADM['AdminProducts184dba60ea740430441d13a7e8213691'] = 'Affiche \"en solde\" en icône sur la page produit ainsi qu\'en texte sur les pages catégories';
@@ -3380,6 +3397,7 @@ $_LANGADM['AdminProducts7b988b81a5fe3114360063de23f49016'] = 'Prix de vente fina
$_LANGADM['AdminProductse2e79605fc9450ec17957cf0e910f5c6'] = 'TTC';
$_LANGADM['AdminProducts887ee91702c962a70b87cbef07bbcaec'] = 'HT';
$_LANGADM['AdminProducts6aa641a49246a5538f692e9884fbe96e'] = 'Vous pouvez définir plusieurs réductions et des règles de prix spécifiques dans l\'onglet Prix';
$_LANGADM['AdminProducts850611eb409c54ab510153d91572be5b'] = 'Prix spécifique actuel :';
$_LANGADM['AdminProductsc1649abdccba825a27f5820f126c8454'] = 'Ajouter un nouveau prix spécifiques';
$_LANGADM['AdminProductsf98188b975d57e9dfc3137c7c9f9a5da'] = 'Pour :';
$_LANGADM['AdminProducts8ed07686e8486f87c4e0d491b0949904'] = 'Combinaison :';
@@ -3389,6 +3407,18 @@ $_LANGADM['AdminProducts01b6e20344b68835c5ed1ddedf20d531'] = 'à';
$_LANGADM['AdminProducts95b6faa9d75417fe5e7767a733ab6fb4'] = 'À partir de';
$_LANGADM['AdminProducts3e34bdebd9bd5edda27e8728904a2552'] = 'l\'unité';
$_LANGADM['AdminProducts913325468f8b6bcd59733df11213b066'] = '(HT) :';
$_LANGADM['AdminProducts83a3be00962f7ebef403da83d203e595'] = 'Actuellement :';
$_LANGADM['AdminProducts9004d8f63917997431815639087b37b2'] = 'Vous pouvez définir cette valeur à 0 afin d\'appliquer le prix par défaut';
$_LANGADM['AdminProductsf5a7257cb1424678ae6bebbd0c36b341'] = 'Appliquer une remise de :';
$_LANGADM['AdminProductsb2f40690858b404ed10e62bdf422c704'] = 'Montant';
$_LANGADM['AdminProducts37be07209f53a5d636d5c904ca9ae64c'] = 'Pourcentage';
$_LANGADM['AdminProducts61946eb3e50f01d7ea339f202a2942f8'] = '(s\'il est réglé sur \"Montant\", la taxe est incluse)';
$_LANGADM['AdminProductsab7a485ebe75b6dd7243ad719f23c7de'] = 'Règle';
$_LANGADM['AdminProducts47ac923d219501859fb68fed8c8db77b'] = 'Combinaison';
$_LANGADM['AdminProducts3601146c4e948c32b6424d2c0a7f0118'] = 'Prix';
$_LANGADM['AdminProducts7f5f43f70aaffba55924eaa4b51d9eb3'] = '(HT)';
$_LANGADM['AdminProducts1901606ea069a83dc7beea17881ef95a'] = 'Période';
$_LANGADM['AdminProducts3c6c11039b6caf151f6e3e99237f2f3b'] = 'A partir de (quantité)';
$_LANGADM['AdminProductscf173b732a2a0377698d631db6185836'] = 'Quantités disponibles à la vente';
$_LANGADM['AdminProducts1fcff33e9fa51cdabcee9b29a88cdb24'] = 'Cette interface vous permet de gérer les quantités disponibles à la vente pour ce produit.';
$_LANGADM['AdminProducts39ea83076a965d97930b35e8ea6698cf'] = 'Vous pouvez manuellement définir des quantités pour ce produit, ou choisir de les synchroniser avec votre stock physique (en entrepôts)';
@@ -3407,6 +3437,10 @@ $_LANGADM['AdminProducts627b9f5acc2dcec1e8e341dd09df9768'] = 'Message lorsque ho
$_LANGADM['AdminProducts9d74dc485c5bf552c65dd6a2a3596a59'] = 'Sauvegarde des données...';
$_LANGADM['AdminProductsd115f8db0c5bb28f9f21f005b4b4caa8'] = 'Une erreur est appararu pendant la sauvegarde des données...';
$_LANGADM['AdminProductse6ff0db3b8285dce688b7f9a44e4915b'] = 'Données sauvegardé';
$_LANGADM['AdminProducts5362207e69f819de2b0fd72922ff30db'] = 'Longueur (du pack) :';
$_LANGADM['AdminProducts439919935798d6aa9b1bd38a25eb2bf5'] = 'Hauteur (du pack) :';
$_LANGADM['AdminProductsccb3f55cceafe88c345ec8d63b3e241c'] = 'Profondeur (du pack) :';
$_LANGADM['AdminProductsc27ff8defa50d70571392ab3c1266a92'] = 'Poid (du pack) :';
$_LANGADM['AdminProducts10b8ce36a973c8009b521b39488a89a7'] = 'Frais de port supplémentaires';
$_LANGADM['AdminProductsb6ef48322d4d59004db9f650344c1a8f'] = 'La taxe du transporteur sera appliquée.';
$_LANGADM['AdminProducts0ba05d9030c37586ec90a10b26f3d425'] = 'Fournisseurs du produit';
@@ -3421,6 +3455,7 @@ $_LANGADM['AdminProducts7164d9223003cb3505836cf3afebcb67'] = 'Référence(s) pro
$_LANGADM['AdminProducts9faa1161b2b3bbada2e8e7c11a4ed737'] = 'Vous pouvez spécifier les références des produits pour chaque fournisseur associé.';
$_LANGADM['AdminProductsdf644ae155e79abf54175bd15d75f363'] = 'Nom du produit';
$_LANGADM['AdminProducts8284ae5df53e6e7ffc1f2cc67ae68765'] = 'Référence du fournisseur';
$_LANGADM['AdminProducts2bb8274755d1ebd33d759a3005bfbcd3'] = 'Prix à l\'unité HT';
$_LANGADM['AdminProducts37cfa6b25252ad29f15194e30147f02b'] = 'Position dans l\'entrepôt';
$_LANGADM['AdminProductsf5a47e822b7e7006f2b547d97f10aa28'] = 'Cette interface vous permet de choisir les entrepôts dans lesquels le produit est stocké.';
$_LANGADM['AdminProducts21812846380ea674af23cae02ec213bd'] = 'Il est aussi possible de définir la position de chaque produit dans chaque entrepôt.';