diff --git a/admin-dev/themes/template/products/informations.tpl b/admin-dev/themes/template/products/informations.tpl
index e5ce1023f..db3664ef3 100644
--- a/admin-dev/themes/template/products/informations.tpl
+++ b/admin-dev/themes/template/products/informations.tpl
@@ -132,7 +132,7 @@
- show_price}checked="checked"{/if} />
+ show_price}checked="checked"{/if} {if $product->available_for_order}disabled="disabled"{/if}/>
online_only}checked="checked"{/if} />
diff --git a/controllers/admin/AdminProductsController.php b/controllers/admin/AdminProductsController.php
index c917e3f51..9ddbbcd52 100644
--- a/controllers/admin/AdminProductsController.php
+++ b/controllers/admin/AdminProductsController.php
@@ -1922,6 +1922,14 @@ class AdminProductsControllerCore extends AdminController
$this->context->smarty->assign('toolbar_btn', $this->toolbar_btn);
}
+ public function initToolbarTitle()
+ {
+ parent::initToolbarTitle();
+ if ($product = $this->loadObject(true))
+ if ((bool)$product->id)
+ $this->toolbar_title .= ' ('.$product->name[$this->context->language->id].')';
+ }
+
/**
* initForm contains all necessary initialization needed for all tabs
*
diff --git a/css/admin.css b/css/admin.css
index 7dce199b9..a07d01a2b 100644
--- a/css/admin.css
+++ b/css/admin.css
@@ -1664,6 +1664,7 @@ a.blue:hover {
}
.ac_over {
background: #ECEADE;
+ color:#585A69;
}
.button-translate {
padding:0px;
diff --git a/translations/fr/admin.php b/translations/fr/admin.php
index f8548cbf5..77fef6391 100644
--- a/translations/fr/admin.php
+++ b/translations/fr/admin.php
@@ -7,22 +7,16 @@ $_LANGADM['AdminNotFound55a6c776077ef389722620bcfd4a2dbf'] = 'Le controlleur';
$_LANGADM['AdminNotFound0bafa728272543abdcdbc58357b00d2f'] = 'est manquant ou invalide';
$_LANGADM['AdminNotFoundd19e8ab738bcb64f6c960a6ee116b3b5'] = 'Aller à l\'accueil';
$_LANGADM['AdminNotFound064d2e08f924478234959b67180290eb'] = 'Retour à la page précédente';
-$_LANGADM['AdminPdf788ebe0fc7fc09c0c20069659af8e139'] = 'Configuration des PDF dans la langue courante :';
-$_LANGADM['AdminPdf41fcf9407f9c20e5d2306bbc4c3fed2f'] = 'Encodage :';
-$_LANGADM['AdminPdf7b66a66ca2141a1184bf40c300d00007'] = 'Encodage des factures PDF';
-$_LANGADM['AdminPdf7b33872f9b52c649fda24a8fef9492bb'] = 'Police :';
-$_LANGADM['AdminPdf8b28d3153d454696bef299fd0bbc2d7e'] = 'Police des factures PDF';
$_LANGADM['AdminAttributes00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
$_LANGADM['AdminAttributesb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé';
$_LANGADM['AdminAttributes08a38277b0309070706f6652eeae9a53'] = 'Haut';
$_LANGADM['AdminAttributes258f49887ef8d14ac268c92b02503aaa'] = 'Bas';
$_LANGADM['AdminAttributes5ece607071fe59ddc4c88dc6abfe2310'] = 'Aucuns éléments trouvés';
-$_LANGADM['AdminStats1e6d57e813355689e9c77e947d73ad8f'] = 'De :';
-$_LANGADM['AdminStats38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
-$_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['AdminPdf788ebe0fc7fc09c0c20069659af8e139'] = 'Configuration des PDF dans la langue courante :';
+$_LANGADM['AdminPdf41fcf9407f9c20e5d2306bbc4c3fed2f'] = 'Encodage :';
+$_LANGADM['AdminPdf7b66a66ca2141a1184bf40c300d00007'] = 'Encodage des factures PDF';
+$_LANGADM['AdminPdf7b33872f9b52c649fda24a8fef9492bb'] = 'Police :';
+$_LANGADM['AdminPdf8b28d3153d454696bef299fd0bbc2d7e'] = 'Police des factures PDF';
$_LANGADM['AdminSubDomainsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminSubDomainsbeed05bccb8b6f21466910eb4a4f142b'] = 'Sous-domaine';
$_LANGADM['AdminSubDomains51e2fe0e1a41fe9fec46ae2129bb8513'] = 'Sous-domaines';
@@ -38,31 +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['AdminStatsConf6e7b34fa59e1bd229b207892956dc41c'] = 'Jamais';
-$_LANGADM['AdminStatsConfd2ce009594dcc60befa6a4e6cbeb71fc'] = 'Semaine';
-$_LANGADM['AdminStatsConf7cbb885aa1164b390a0bc050a64e1812'] = 'Mois';
-$_LANGADM['AdminStatsConf537c66b24ef5c83b7382cdc3f34885f2'] = 'Année';
-$_LANGADM['AdminStatsConf0db377921f4ce762c62526131097968f'] = 'Général';
-$_LANGADM['AdminStatsConfb0b7c2b87eba7820fb826c780e136d2e'] = 'Moteur graphique';
-$_LANGADM['AdminStatsConf5f0552395d828276db64cb05ab75150b'] = 'Moteur de tableau';
-$_LANGADM['AdminStatsConfdc0a18457d5a9bb07540ad2ddb872822'] = 'Nettoyage automatique';
-$_LANGADM['AdminStatsTab452a7601dbc6f2c38aa89e68bda8b603'] = 'Statistiques';
-$_LANGADM['AdminStatsTab8ff922bbcd8ad41cdfc48d3c5163b2ab'] = 'Calendrier';
-$_LANGADM['AdminStatsTab03727ac48595a24daed975559c944a44'] = 'Jour';
-$_LANGADM['AdminStatsTab7cbb885aa1164b390a0bc050a64e1812'] = 'Mois';
-$_LANGADM['AdminStatsTab537c66b24ef5c83b7382cdc3f34885f2'] = 'Année';
-$_LANGADM['AdminStatsTab1e6d57e813355689e9c77e947d73ad8f'] = 'du';
-$_LANGADM['AdminStatsTab33caa076f23f453dd4061726f3706325'] = 'au';
-$_LANGADM['AdminStatsTabc9cc8cce247e49bae79f15173ce97354'] = 'Changer';
-$_LANGADM['AdminOrderMessaged3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
-$_LANGADM['AdminOrderMessagee25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer la sélection ?';
-$_LANGADM['AdminOrderMessageb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminOrderMessage49ee3087348e8d44e1feda1917443987'] = 'Nom';
-$_LANGADM['AdminOrderMessage4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Message';
-$_LANGADM['AdminOrderMessage38d6bc03067212bb0c2633f8a57d5881'] = 'Messages prédéfinis';
-$_LANGADM['AdminOrderMessage4e140ba723a03baa6948340bf90e2ef6'] = 'Nom :';
-$_LANGADM['AdminOrderMessage940663fd4428d2c86f9a4780b6574028'] = 'Message :';
-$_LANGADM['AdminOrderMessage38fb7d24e0d60a048f540ecb18e13376'] = 'Sauvegarder';
$_LANGADM['AdminSearchEnginesd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminSearchEnginese25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer la sélection ?';
$_LANGADM['AdminSearchEnginesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
@@ -72,6 +41,23 @@ $_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';
+$_LANGADM['AdminOrderMessage49ee3087348e8d44e1feda1917443987'] = 'Nom';
+$_LANGADM['AdminOrderMessage4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Message';
+$_LANGADM['AdminOrderMessage38d6bc03067212bb0c2633f8a57d5881'] = 'Messages prédéfinis';
+$_LANGADM['AdminOrderMessage4e140ba723a03baa6948340bf90e2ef6'] = 'Nom :';
+$_LANGADM['AdminOrderMessage940663fd4428d2c86f9a4780b6574028'] = 'Message :';
+$_LANGADM['AdminOrderMessage38fb7d24e0d60a048f540ecb18e13376'] = 'Sauvegarder';
+$_LANGADM['AdminStatsTab452a7601dbc6f2c38aa89e68bda8b603'] = 'Statistiques';
+$_LANGADM['AdminStatsTab8ff922bbcd8ad41cdfc48d3c5163b2ab'] = 'Calendrier';
+$_LANGADM['AdminStatsTab03727ac48595a24daed975559c944a44'] = 'Jour';
+$_LANGADM['AdminStatsTab7cbb885aa1164b390a0bc050a64e1812'] = 'Mois';
+$_LANGADM['AdminStatsTab537c66b24ef5c83b7382cdc3f34885f2'] = 'Année';
+$_LANGADM['AdminStatsTab1e6d57e813355689e9c77e947d73ad8f'] = 'du';
+$_LANGADM['AdminStatsTab33caa076f23f453dd4061726f3706325'] = 'au';
+$_LANGADM['AdminStatsTabc9cc8cce247e49bae79f15173ce97354'] = 'Changer';
$_LANGADM['AdminTrackingb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminTracking49ee3087348e8d44e1feda1917443987'] = 'Nom';
$_LANGADM['AdminTrackingb5a7adde1af5c87d7fd797b6245c2a39'] = 'Description';
@@ -93,29 +79,12 @@ $_LANGADM['AdminDeliverySlip0b1fb1278454d848f968d419e29c253b'] = 'Format : 2007-
$_LANGADM['AdminDeliverySlip33caa076f23f453dd4061726f3706325'] = 'Jusque :';
$_LANGADM['AdminDeliverySlip647ad0242a9d796e3c83ecf6d6435bc2'] = 'Format : 2008-12-31 (inclus)';
$_LANGADM['AdminDeliverySlip067af5895a7ced3197520b591f9a41eb'] = 'Générer un fichier PDF';
-$_LANGADM['AdminStockInstantState63d5049791d9d79d86e9a108b0a999ca'] = 'Référence';
-$_LANGADM['AdminStockInstantState52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13';
-$_LANGADM['AdminStockInstantStatefbd99ad01b92dbafc686772a39e3d065'] = 'UPC';
-$_LANGADM['AdminStockInstantState49ee3087348e8d44e1feda1917443987'] = 'Nom';
-$_LANGADM['AdminStockInstantStatea0447ea4abb174bcab8e35a69f094930'] = 'Prix HT';
-$_LANGADM['AdminStockInstantStatea094699b1837834e13875a06773bcf28'] = 'Quantité physique';
-$_LANGADM['AdminStockInstantState22f992f93544057809c0c09ad04cf92a'] = 'Quantité utilisable';
-$_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['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['AdminStats1e6d57e813355689e9c77e947d73ad8f'] = 'De :';
+$_LANGADM['AdminStats38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
+$_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';
@@ -129,6 +98,19 @@ $_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é';
@@ -170,51 +152,6 @@ $_LANGADM['AdminQuickAccesses4edbdc3e1b62db73d670ee1231c14c8b'] = 'Ouvrir dans u
$_LANGADM['AdminQuickAccesses00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
$_LANGADM['AdminQuickAccessesb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé';
$_LANGADM['AdminQuickAccesses38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
-$_LANGADM['AdminSlipb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminSlip6fde42aa0857eb92fc0d0c3fb1c6c8b7'] = 'ID Commande';
-$_LANGADM['AdminSlip446faa7da2d42ba4ffeda73cb119dd91'] = 'Date d\'émission';
-$_LANGADM['AdminSlipd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
-$_LANGADM['AdminSlipe25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
-$_LANGADM['AdminSlipc95ed58f8c9573f7d58667e6847758d9'] = 'Avoir';
-$_LANGADM['AdminSlip9a0e3730cac2d4abdda4cfa04483318e'] = 'Imprimer un PDF';
-$_LANGADM['AdminSlip1e6d57e813355689e9c77e947d73ad8f'] = 'Début';
-$_LANGADM['AdminSlip0b1fb1278454d848f968d419e29c253b'] = 'Au format 2010-01-01 (date de début incluse)';
-$_LANGADM['AdminSlip33caa076f23f453dd4061726f3706325'] = 'Fin';
-$_LANGADM['AdminSlip647ad0242a9d796e3c83ecf6d6435bc2'] = 'Au format 2010-01-31 (date de fin incluse)';
-$_LANGADM['AdminSlip067af5895a7ced3197520b591f9a41eb'] = 'Générer le PDF';
-$_LANGADM['AdminSlipf596633d68fc44d6c7460676060d5dcb'] = 'Date de début invalide';
-$_LANGADM['AdminSlipff9e9791ff17e1ca431449bb2fe992c0'] = 'Date de fin invalide';
-$_LANGADM['AdminSlip97e021ec21e7594c30cbb0adbe16be6d'] = 'Aucun avoir pour cette période';
-$_LANGADM['AdminRangePriced3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
-$_LANGADM['AdminRangePricee25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
-$_LANGADM['AdminRangePriceb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminRangePrice914419aa32f04011357d3b604a86d7eb'] = 'Transporteur';
-$_LANGADM['AdminRangePrice5da618e8e4b89c66fe86e32cdafde142'] = 'De';
-$_LANGADM['AdminRangePricee12167aa0a7698e6ebc92b4ce3909b53'] = 'A';
-$_LANGADM['AdminRangePricec62faf40cbefb8525a15d535d0256c5f'] = 'Tranches de prix';
-$_LANGADM['AdminRangePricef8617a92ba0a0a4eabee724eab7c9f48'] = 'Transporteur :';
-$_LANGADM['AdminRangePriceed6f7f991fdee1625deeaf369ec3146b'] = 'Sur quel transporteur cette tranche sera appliquée';
-$_LANGADM['AdminRangePriceb3c500a9f6fbe57f05013046a29f31c6'] = 'Il n\'y a pas de transporteur disponible pour une gamme de prix.';
-$_LANGADM['AdminRangePrice1e6d57e813355689e9c77e947d73ad8f'] = 'De :';
-$_LANGADM['AdminRangePrice2c39f2ba36ea6da8583198d554719eb1'] = 'Début de tranche (inclu)';
-$_LANGADM['AdminRangePrice33caa076f23f453dd4061726f3706325'] = 'A :';
-$_LANGADM['AdminRangePrice6bf0217a0db567ce8495e5125a1dfffb'] = 'Fin de tranche (exclu)';
-$_LANGADM['AdminRangePrice38fb7d24e0d60a048f540ecb18e13376'] = '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';
-$_LANGADM['AdminAttributeGenerator42dc1497090b299a41c64d1389e6ca8c'] = 'HT :';
-$_LANGADM['AdminAttributeGenerator419cdd539861e743b872b2c959629a54'] = 'TTC :';
-$_LANGADM['AdminAttributeGenerator18c17dae7b84c21b38873e823af2bcfe'] = 'produit(s) créé(s) avec succès.';
-$_LANGADM['AdminAttributeGenerator81315cfd898aada1e99e0034b4b078c3'] = 'Générateur de déclinaisons de produits';
-$_LANGADM['AdminAttributeGeneratorbbfdf55069aaebae3825be9d4425ce2a'] = 'Ajoutez ou modifiez les attributs pour le produit :';
-$_LANGADM['AdminAttributeGenerator694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantité';
-$_LANGADM['AdminAttributeGenerator63d5049791d9d79d86e9a108b0a999ca'] = 'Référence';
-$_LANGADM['AdminAttributeGenerator32b919d18cfaca89383f6000dcc9c031'] = 'Générer';
-$_LANGADM['AdminAttributeGenerator233c543a23378c4ffd0e1efb17408510'] = 'Impact sur le prix :';
-$_LANGADM['AdminAttributeGenerator792467936100838046f749e63dadfbdb'] = 'Impact sur le poids :';
-$_LANGADM['AdminAttributeGeneratorec211f7c20af43e742bf2570c3cb84f9'] = 'Ajouter';
-$_LANGADM['AdminAttributeGeneratorf2a6c498fb90ee345d997f888fce3b18'] = 'Supprimer';
$_LANGADM['AdminRangeWeightd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminRangeWeighte25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
$_LANGADM['AdminRangeWeightb718adec73e04ce3ec720dd11a06a308'] = 'ID';
@@ -230,6 +167,36 @@ $_LANGADM['AdminRangeWeight2c39f2ba36ea6da8583198d554719eb1'] = 'Début de tranc
$_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';
+$_LANGADM['AdminAttributeGenerator42dc1497090b299a41c64d1389e6ca8c'] = 'HT :';
+$_LANGADM['AdminAttributeGenerator419cdd539861e743b872b2c959629a54'] = 'TTC :';
+$_LANGADM['AdminAttributeGenerator18c17dae7b84c21b38873e823af2bcfe'] = 'produit(s) créé(s) avec succès.';
+$_LANGADM['AdminAttributeGenerator81315cfd898aada1e99e0034b4b078c3'] = 'Générateur de déclinaisons de produits';
+$_LANGADM['AdminAttributeGeneratorbbfdf55069aaebae3825be9d4425ce2a'] = 'Ajoutez ou modifiez les attributs pour le produit :';
+$_LANGADM['AdminAttributeGenerator694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantité';
+$_LANGADM['AdminAttributeGenerator63d5049791d9d79d86e9a108b0a999ca'] = 'Référence';
+$_LANGADM['AdminAttributeGenerator32b919d18cfaca89383f6000dcc9c031'] = 'Générer';
+$_LANGADM['AdminAttributeGenerator233c543a23378c4ffd0e1efb17408510'] = 'Impact sur le prix :';
+$_LANGADM['AdminAttributeGenerator792467936100838046f749e63dadfbdb'] = 'Impact sur le poids :';
+$_LANGADM['AdminAttributeGeneratorec211f7c20af43e742bf2570c3cb84f9'] = 'Ajouter';
+$_LANGADM['AdminAttributeGeneratorf2a6c498fb90ee345d997f888fce3b18'] = 'Supprimer';
+$_LANGADM['AdminRangePriced3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
+$_LANGADM['AdminRangePricee25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
+$_LANGADM['AdminRangePriceb718adec73e04ce3ec720dd11a06a308'] = 'ID';
+$_LANGADM['AdminRangePrice914419aa32f04011357d3b604a86d7eb'] = 'Transporteur';
+$_LANGADM['AdminRangePrice5da618e8e4b89c66fe86e32cdafde142'] = 'De';
+$_LANGADM['AdminRangePricee12167aa0a7698e6ebc92b4ce3909b53'] = 'A';
+$_LANGADM['AdminRangePricec62faf40cbefb8525a15d535d0256c5f'] = 'Tranches de prix';
+$_LANGADM['AdminRangePricef8617a92ba0a0a4eabee724eab7c9f48'] = 'Transporteur :';
+$_LANGADM['AdminRangePriceed6f7f991fdee1625deeaf369ec3146b'] = 'Sur quel transporteur cette tranche sera appliquée';
+$_LANGADM['AdminRangePriceb3c500a9f6fbe57f05013046a29f31c6'] = 'Il n\'y a pas de transporteur disponible pour une gamme de prix.';
+$_LANGADM['AdminRangePrice1e6d57e813355689e9c77e947d73ad8f'] = 'De :';
+$_LANGADM['AdminRangePrice2c39f2ba36ea6da8583198d554719eb1'] = 'Début de tranche (inclu)';
+$_LANGADM['AdminRangePrice33caa076f23f453dd4061726f3706325'] = 'A :';
+$_LANGADM['AdminRangePrice6bf0217a0db567ce8495e5125a1dfffb'] = 'Fin de tranche (exclu)';
+$_LANGADM['AdminRangePrice38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
$_LANGADM['AdminPayment9d653d0b5635dcdbbbbaa7c4b42e7a31'] = 'Restrictions des devises';
$_LANGADM['AdminPayment1c2e8d60a8f68d08b7009d5e4d5fa137'] = 'Merci de cocher pour chaque module la ou les devises à activer.';
$_LANGADM['AdminPayment1b1e7483572e24b802c4f4dec44b7a31'] = 'Restrictions des groupes';
@@ -245,17 +212,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['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['AdminSlipb718adec73e04ce3ec720dd11a06a308'] = 'ID';
+$_LANGADM['AdminSlip6fde42aa0857eb92fc0d0c3fb1c6c8b7'] = 'ID Commande';
+$_LANGADM['AdminSlip446faa7da2d42ba4ffeda73cb119dd91'] = 'Date d\'émission';
+$_LANGADM['AdminSlipd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
+$_LANGADM['AdminSlipe25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
+$_LANGADM['AdminSlipc95ed58f8c9573f7d58667e6847758d9'] = 'Avoir';
+$_LANGADM['AdminSlip9a0e3730cac2d4abdda4cfa04483318e'] = 'Imprimer un PDF';
+$_LANGADM['AdminSlip1e6d57e813355689e9c77e947d73ad8f'] = 'Début';
+$_LANGADM['AdminSlip0b1fb1278454d848f968d419e29c253b'] = 'Au format 2010-01-01 (date de début incluse)';
+$_LANGADM['AdminSlip33caa076f23f453dd4061726f3706325'] = 'Fin';
+$_LANGADM['AdminSlip647ad0242a9d796e3c83ecf6d6435bc2'] = 'Au format 2010-01-31 (date de fin incluse)';
+$_LANGADM['AdminSlip067af5895a7ced3197520b591f9a41eb'] = 'Générer le PDF';
+$_LANGADM['AdminSlipf596633d68fc44d6c7460676060d5dcb'] = 'Date de début invalide';
+$_LANGADM['AdminSlipff9e9791ff17e1ca431449bb2fe992c0'] = 'Date de fin invalide';
+$_LANGADM['AdminSlip97e021ec21e7594c30cbb0adbe16be6d'] = 'Aucun avoir pour cette période';
$_LANGADM['AdminDbe307db07b3975fef922a80d07455ee5e'] = 'Base de données';
$_LANGADM['AdminDb505de52d5ae227b6e8acb02dce2a0c4d'] = 'Serveur :';
$_LANGADM['AdminDb67cfd6717606cadb04e8ae03082a0182'] = 'IP ou nom du serveur, \'localhost\' fonctionnera dans la plupart des cas';
@@ -272,21 +243,6 @@ $_LANGADM['AdminDbac7484fa4e36b9b26ceb27526ee7268f'] = 'Changer le moteur en';
$_LANGADM['AdminDb38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
$_LANGADM['AdminDb6bb09f0abb00bcba314068abab6fecb7'] = 'est déjà présent dans';
$_LANGADM['AdminDba7fd7e3f904a981a4952454d79a806e8'] = 'Impossible de changer de moteur pour';
-$_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['AdminContactsd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminContactse25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
$_LANGADM['AdminContactsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
@@ -303,6 +259,21 @@ $_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';
@@ -320,23 +291,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['AdminContact63406c9482c644975f227cc93788e8fb'] = 'Choisissez votre pays';
-$_LANGADM['AdminContactffea2d321be109fc7243cfeb515fe257'] = 'Choisissez votre pays (si applicable)';
-$_LANGADM['AdminContact61f0fa926f97eafb392975ed79cebb4a'] = 'Nom de la boutique :';
-$_LANGADM['AdminContact792ccc0c7f3d0d20366fbbf44ef7cd78'] = 'Affiché dans les en-têtes des pages et des emails';
-$_LANGADM['AdminContact237726599268adc200964601cdafeb16'] = 'Adresse e-mail de la boutique :';
-$_LANGADM['AdminContact0188aaac1db951dc90bced9ecd606c04'] = 'Affichée dans les emails envoyés aux clients';
-$_LANGADM['AdminContactd7ceaa3ddb4fc6884046456463ecb258'] = 'Immatriculation :';
-$_LANGADM['AdminContact76cee53a1d378b50e5bc3aa50ab3b4c0'] = 'Immatriculation de la boutique (ex : SIRET, RCS, ...)';
-$_LANGADM['AdminContact3c720ca57528095461f52d40d26d956a'] = 'Adresse du magasin (ligne 1):';
-$_LANGADM['AdminContacte0ef7a9e00e6b6189c8da23da3fe79f8'] = 'Code postal :';
-$_LANGADM['AdminContactbffb711ec36f280459d11dce315da72f'] = 'Ville :';
-$_LANGADM['AdminContactf64be5eef68442a8f50cf535b92ad3e4'] = 'Pays :';
-$_LANGADM['AdminContact18325105de95083e4a1d10b78f29c2bc'] = 'Etat :';
-$_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';
@@ -354,6 +308,23 @@ $_LANGADM['AdminThemesf2284dabeee8efb9617fbb0f05883adb'] = 'Utilisé pour le che
$_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 :';
+$_LANGADM['AdminContact792ccc0c7f3d0d20366fbbf44ef7cd78'] = 'Affiché dans les en-têtes des pages et des emails';
+$_LANGADM['AdminContact237726599268adc200964601cdafeb16'] = 'Adresse e-mail de la boutique :';
+$_LANGADM['AdminContact0188aaac1db951dc90bced9ecd606c04'] = 'Affichée dans les emails envoyés aux clients';
+$_LANGADM['AdminContactd7ceaa3ddb4fc6884046456463ecb258'] = 'Immatriculation :';
+$_LANGADM['AdminContact76cee53a1d378b50e5bc3aa50ab3b4c0'] = 'Immatriculation de la boutique (ex : SIRET, RCS, ...)';
+$_LANGADM['AdminContact3c720ca57528095461f52d40d26d956a'] = 'Adresse du magasin (ligne 1):';
+$_LANGADM['AdminContacte0ef7a9e00e6b6189c8da23da3fe79f8'] = 'Code postal :';
+$_LANGADM['AdminContactbffb711ec36f280459d11dce315da72f'] = 'Ville :';
+$_LANGADM['AdminContactf64be5eef68442a8f50cf535b92ad3e4'] = 'Pays :';
+$_LANGADM['AdminContact18325105de95083e4a1d10b78f29c2bc'] = 'Etat :';
+$_LANGADM['AdminContact673ae02fffb72f0fe68a66f096a01347'] = 'Téléphone :';
+$_LANGADM['AdminContact0e2fb5b02182fd28b9b96e86ed27838f'] = 'Fax :';
+$_LANGADM['AdminContact5dd532f0a63d89c5af0243b74732f63c'] = 'Coordonnées';
+$_LANGADM['AdminContact38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
$_LANGADM['AdminTabsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminTabs49ee3087348e8d44e1feda1917443987'] = 'Nom';
$_LANGADM['AdminTabs817434295a673aed431435658b65d9a7'] = 'Icône';
@@ -371,6 +342,27 @@ $_LANGADM['AdminTabse81c4e4f2b7b93b481e13a8553c2ae1b'] = 'ou';
$_LANGADM['AdminTabsf18807509658fbdaae40911a61a6c3b1'] = 'Parent :';
$_LANGADM['AdminTabs6adf97f83acf6453d4a6a4b1070f3754'] = 'Aucune';
$_LANGADM['AdminTabs38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
+$_LANGADM['AdminStockInstantState63d5049791d9d79d86e9a108b0a999ca'] = 'Référence';
+$_LANGADM['AdminStockInstantState52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13';
+$_LANGADM['AdminStockInstantStatefbd99ad01b92dbafc686772a39e3d065'] = 'UPC';
+$_LANGADM['AdminStockInstantState49ee3087348e8d44e1feda1917443987'] = 'Nom';
+$_LANGADM['AdminStockInstantStatea0447ea4abb174bcab8e35a69f094930'] = 'Prix HT';
+$_LANGADM['AdminStockInstantStatea094699b1837834e13875a06773bcf28'] = 'Quantité physique';
+$_LANGADM['AdminStockInstantState22f992f93544057809c0c09ad04cf92a'] = 'Quantité utilisable';
+$_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';
@@ -389,25 +381,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['AdminLogsd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
-$_LANGADM['AdminLogse25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
-$_LANGADM['AdminLogsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminLogsecb833e2dc5d6c03d4d0cddf1b15e85a'] = 'Gravité (1-4)';
-$_LANGADM['AdminLogs4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Message';
-$_LANGADM['AdminLogs0610bbb9dba03bb8037e468534b65a1a'] = 'Type de l\'objet';
-$_LANGADM['AdminLogsd95fc016a6eee828f434ed5f55504427'] = 'ID de l\'objet';
-$_LANGADM['AdminLogs5f36cf760a5c474cc32a6d35d9c50d05'] = 'Code d\'erreur';
-$_LANGADM['AdminLogs44749712dbec183e983dcd78a7736c41'] = 'Date';
-$_LANGADM['AdminLogs9176296fbbb254872bd45b186a0640db'] = 'Alerte par e-mail';
-$_LANGADM['AdminLogsb935e54525e9ae14fd397b5d33e85b0c'] = 'Niveau de gravité minimum :';
-$_LANGADM['AdminLogs8ae94f94d2325d227d69a939e419644a'] = 'Mettre \"5\" si vous ne souhaitez pas recevoir d\'alertes par e-mail.';
-$_LANGADM['AdminLogs0250518090d13c807ece595694bffa98'] = 'Les e-mails seront destinés au propriétaire de la boutique.';
-$_LANGADM['AdminLogs3979bb684920e9e9dc86e266f93d8c87'] = 'Niveau de gravité';
-$_LANGADM['AdminLogsc9869fa659bd86f03aba826acd8db5b5'] = 'Signification des niveaux de gravité :';
-$_LANGADM['AdminLogsb80c52e7f679fba3c2837b42705fe779'] = 'A but informatif';
-$_LANGADM['AdminLogs0eaadb4fcb48a0a0ed7bc9868be9fbaa'] = 'Avertissement';
-$_LANGADM['AdminLogs902b0d55fddef6f8d651fe1035b7d4bd'] = 'Erreur';
-$_LANGADM['AdminLogs2d7a39ee844a8ac84031dcd289630dd9'] = 'Problème majeur (erreur critique)';
$_LANGADM['AdminGendersd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminGenderse25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
$_LANGADM['AdminGendersb718adec73e04ce3ec720dd11a06a308'] = 'ID';
@@ -427,26 +400,25 @@ $_LANGADM['AdminGenders3278973f0260849b8b58597a7aed17be'] = 'Largeur de l\'image
$_LANGADM['AdminGenders7ff8263c405723baa07f9f747db48f99'] = 'Hauteur de l\'image :';
$_LANGADM['AdminGenders8131c4756e4219c8d4b816222f07a6a1'] = 'Hauteur de l\'image en pixel. \"0\" pour utiliser la taille originale';
$_LANGADM['AdminGenders38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
-$_LANGADM['AdminCmsCategoriesd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
-$_LANGADM['AdminCmsCategoriese25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer la sélection ?';
-$_LANGADM['AdminCmsCategoriesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminCmsCategories49ee3087348e8d44e1feda1917443987'] = 'Nom';
-$_LANGADM['AdminCmsCategoriesb5a7adde1af5c87d7fd797b6245c2a39'] = 'Informations complémentaires';
-$_LANGADM['AdminCmsCategories52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Position';
-$_LANGADM['AdminCmsCategories86754577897acfb25deb69039d49d9a7'] = 'Affichée';
-$_LANGADM['AdminCmsCategories789ca3cc9e29e7ef767619e13c6b2f9e'] = 'Categorie CMS';
-$_LANGADM['AdminCmsCategories4e140ba723a03baa6948340bf90e2ef6'] = 'Nom :';
-$_LANGADM['AdminCmsCategories6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caractères interdits :';
-$_LANGADM['AdminCmsCategories6637b53a5820cef0817b7f2a2553bfc8'] = 'Affichée :';
-$_LANGADM['AdminCmsCategories00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
-$_LANGADM['AdminCmsCategoriesb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé';
-$_LANGADM['AdminCmsCategories2f74f5e9674526a836ce24ad5584fc6e'] = 'Catégorie parente :';
-$_LANGADM['AdminCmsCategories7b250cb374c12c42a75227ba75df7779'] = 'Balise
:';
-$_LANGADM['AdminCmsCategoriesa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta description :';
-$_LANGADM['AdminCmsCategories394deec8b4e901394f69ad41095b1ecc'] = 'Meta mots-clefs :';
-$_LANGADM['AdminCmsCategories02fa003c38fefcda498b876f67f4cac7'] = 'URL simplifiée :';
-$_LANGADM['AdminCmsCategories2ef9671539ece086eb5c74c851a08565'] = 'Seulement les lettres et le caractère moins (-) sont autorisés';
-$_LANGADM['AdminCmsCategories38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
+$_LANGADM['AdminLogsd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
+$_LANGADM['AdminLogse25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
+$_LANGADM['AdminLogsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
+$_LANGADM['AdminLogsecb833e2dc5d6c03d4d0cddf1b15e85a'] = 'Gravité (1-4)';
+$_LANGADM['AdminLogs4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Message';
+$_LANGADM['AdminLogs0610bbb9dba03bb8037e468534b65a1a'] = 'Type de l\'objet';
+$_LANGADM['AdminLogsd95fc016a6eee828f434ed5f55504427'] = 'ID de l\'objet';
+$_LANGADM['AdminLogs5f36cf760a5c474cc32a6d35d9c50d05'] = 'Code d\'erreur';
+$_LANGADM['AdminLogs44749712dbec183e983dcd78a7736c41'] = 'Date';
+$_LANGADM['AdminLogs9176296fbbb254872bd45b186a0640db'] = 'Alerte par e-mail';
+$_LANGADM['AdminLogsb935e54525e9ae14fd397b5d33e85b0c'] = 'Niveau de gravité minimum :';
+$_LANGADM['AdminLogs8ae94f94d2325d227d69a939e419644a'] = 'Mettre \"5\" si vous ne souhaitez pas recevoir d\'alertes par e-mail.';
+$_LANGADM['AdminLogs0250518090d13c807ece595694bffa98'] = 'Les e-mails seront destinés au propriétaire de la boutique.';
+$_LANGADM['AdminLogs3979bb684920e9e9dc86e266f93d8c87'] = 'Niveau de gravité';
+$_LANGADM['AdminLogsc9869fa659bd86f03aba826acd8db5b5'] = 'Signification des niveaux de gravité :';
+$_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';
@@ -467,27 +439,26 @@ $_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['AdminSearchd1457b72c3fb323a2671125aef3eab5d'] = '?';
-$_LANGADM['AdminSearchb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminSearch019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Sexe';
-$_LANGADM['AdminSearch49ee3087348e8d44e1feda1917443987'] = 'Nom';
-$_LANGADM['AdminSearch8b5dd64ab8d0b8158906796b53a200e2'] = 'Adresse e-mail';
-$_LANGADM['AdminSearch9c37b7b6ff829e977df287900543ea54'] = 'Date de naissance';
-$_LANGADM['AdminSearch151a3c668742e11d24b6f8e65f7f7ee6'] = 'Date d\'inscription';
-$_LANGADM['AdminSearch7442e29d7d53e549b78d93c46b8cdcfc'] = 'Commandes';
-$_LANGADM['AdminSearch00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
-$_LANGADM['AdminSearchc0bd7654d5b278e65f21cf4e9153fdb4'] = 'Fabriquant';
-$_LANGADM['AdminSearch63d5049791d9d79d86e9a108b0a999ca'] = 'Référence';
-$_LANGADM['AdminSearchec53a8c4f07baed5d8825072c89799be'] = 'Statut';
-$_LANGADM['AdminSearcheb6b06cab0dd72e04c4da68d511facf2'] = 'Résultats de la recherche';
-$_LANGADM['AdminSearchc8ff6311ee99b1ef5bdb2189e0b9ae96'] = 'Pas de caractéristiques correspondant à votre requête';
-$_LANGADM['AdminSearchce0597223b8d14a32c3fef3f4150c6f1'] = 'Caractéristiques correspondant à votre requête';
-$_LANGADM['AdminSearch3132e30d561d92add3dfa6eef64c9e36'] = 'Pas de catégories correspondant à votre requête';
-$_LANGADM['AdminSearchee0ac58cd02ccd3dddd46202c4d8257f'] = 'Catégories correspondant à votre requête';
-$_LANGADM['AdminSearchb7f410ce836f60dccb8386e84687168f'] = 'Aucun produit correspondant à votre requête';
-$_LANGADM['AdminSearch0e1aa8d47719bc3d8b37955486b134f1'] = 'Produits correspondant à votre requête';
-$_LANGADM['AdminSearch25f58a368625d6217cfb7f892e225358'] = 'Aucun client ne correspond à votre recherche';
-$_LANGADM['AdminSearch09f6647acf86aef92f40591a183bf8eb'] = 'Client correspondant à votre requête';
+$_LANGADM['AdminCmsCategoriesd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
+$_LANGADM['AdminCmsCategoriese25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer la sélection ?';
+$_LANGADM['AdminCmsCategoriesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
+$_LANGADM['AdminCmsCategories49ee3087348e8d44e1feda1917443987'] = 'Nom';
+$_LANGADM['AdminCmsCategoriesb5a7adde1af5c87d7fd797b6245c2a39'] = 'Informations complémentaires';
+$_LANGADM['AdminCmsCategories52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Position';
+$_LANGADM['AdminCmsCategories86754577897acfb25deb69039d49d9a7'] = 'Affichée';
+$_LANGADM['AdminCmsCategories789ca3cc9e29e7ef767619e13c6b2f9e'] = 'Categorie CMS';
+$_LANGADM['AdminCmsCategories4e140ba723a03baa6948340bf90e2ef6'] = 'Nom :';
+$_LANGADM['AdminCmsCategories6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caractères interdits :';
+$_LANGADM['AdminCmsCategories6637b53a5820cef0817b7f2a2553bfc8'] = 'Affichée :';
+$_LANGADM['AdminCmsCategories00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
+$_LANGADM['AdminCmsCategoriesb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé';
+$_LANGADM['AdminCmsCategories2f74f5e9674526a836ce24ad5584fc6e'] = 'Catégorie parente :';
+$_LANGADM['AdminCmsCategories7b250cb374c12c42a75227ba75df7779'] = 'Balise :';
+$_LANGADM['AdminCmsCategoriesa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta description :';
+$_LANGADM['AdminCmsCategories394deec8b4e901394f69ad41095b1ecc'] = 'Meta mots-clefs :';
+$_LANGADM['AdminCmsCategories02fa003c38fefcda498b876f67f4cac7'] = 'URL simplifiée :';
+$_LANGADM['AdminCmsCategories2ef9671539ece086eb5c74c851a08565'] = 'Seulement les lettres et le caractère moins (-) sont autorisés';
+$_LANGADM['AdminCmsCategories38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
$_LANGADM['AdminStatesd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminStatese25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer la sélection ?';
$_LANGADM['AdminStatesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
@@ -532,56 +503,27 @@ $_LANGADM['AdminFeaturesb07e7131a6007b2a1a765bdd0e1e4894'] = 'Caractéristique :
$_LANGADM['AdminFeatures0c8a987e64c2d46886bf92e29c736bdc'] = 'Ajouter une nouvelle valeur de caractéristique';
$_LANGADM['AdminFeatures13cdf2d0d1b996ad3a141e297c62ea6b'] = 'Cette fonctionnalité a été désactivée, vous pouvez l\'activer sur cette page:';
$_LANGADM['AdminFeatures9a63ec735f057c1366284bda67eee7de'] = 'Performances';
-$_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['AdminLocalization369686331c93d55e587441143ccdf427'] = 'Localisation';
-$_LANGADM['AdminLocalization1a8940a8dec839073dae5489faff67f7'] = 'Unité de poids :';
-$_LANGADM['AdminLocalization659c95668841b7d6602ead454b28d4ba'] = 'L\'unité de poids de votre boutique (ex. kg ou lbs)';
-$_LANGADM['AdminLocalization48751633fc026587e3c0179405247ac4'] = 'Unité de distance';
-$_LANGADM['AdminLocalization763441fe3cb9c82d0ffa63a7c5892b61'] = 'L\'unité de distance de votre boutique (ex. km ou mi)';
-$_LANGADM['AdminLocalizationa44d74a22a9161292ed48e7e08214a92'] = 'Unité de volume :';
-$_LANGADM['AdminLocalizatione8fa60f47938a6d0c897198af8804338'] = 'L\'unité de volume de votre boutique';
-$_LANGADM['AdminLocalizationf45093072dc38d0cf37441ea63e2ad68'] = 'Unité de mesure :';
-$_LANGADM['AdminLocalizationf804c2bdebc117d9cde3cddad3b49845'] = 'L\'unité de mesure de votre boutique (ex. cm ou in)';
-$_LANGADM['AdminLocalization38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
-$_LANGADM['AdminLocalization9b6545e4cea9b4ad4979d41bb9170e2b'] = 'Avancé';
-$_LANGADM['AdminLocalization400e03b004a1f01a467424a0ed93950a'] = 'Langue locale :';
-$_LANGADM['AdminLocalization19edfe6dfa17c2bded4b8112c2b273c0'] = 'La langue de votre serveur.';
-$_LANGADM['AdminLocalization5ca775ace4d40c1708b816f404fb3b1c'] = 'Pays locale :';
-$_LANGADM['AdminLocalization8905c859634dd24f740ecd3779cff1be'] = 'Le pays de votre serveur.';
-$_LANGADM['AdminLocalization7ca0e455445740b47853fe270fe966e2'] = 'Impossible de se connecter à prestashop.com';
-$_LANGADM['AdminLocalizationb8464cdd84b5f068ad72bf5c4f32163d'] = 'Etats';
-$_LANGADM['AdminLocalization719fec04166d6fa75f89cd29ad61fa8c'] = 'Taxes';
-$_LANGADM['AdminLocalizationdfcfc43722eef1eab1e4a12e50a068b1'] = 'Devises';
-$_LANGADM['AdminLocalization3a08e2e340ab29fd9263af48193cbf8e'] = 'Langues';
-$_LANGADM['AdminLocalizationafe1985cd4e5e0e87e3a7b33c9fe0a5e'] = 'Unités (ex., poids, volume, distance)';
-$_LANGADM['AdminLocalization67074a462da1e5a1f733c6fb8e2355f3'] = 'Import de pack de localisation';
-$_LANGADM['AdminLocalization8b1b3046eb5036b08a5eda7dbaa371cd'] = 'Pack de localisation que vous souhaitez importer:';
-$_LANGADM['AdminLocalizationeedffe39822101d8aaeaf3b1a1661926'] = 'Contenu à importer :';
-$_LANGADM['AdminLocalization6ae75b98f6c60f529bb7426e89216a37'] = 'Importer';
+$_LANGADM['AdminSearchd1457b72c3fb323a2671125aef3eab5d'] = '?';
+$_LANGADM['AdminSearchb718adec73e04ce3ec720dd11a06a308'] = 'ID';
+$_LANGADM['AdminSearch019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Sexe';
+$_LANGADM['AdminSearch49ee3087348e8d44e1feda1917443987'] = 'Nom';
+$_LANGADM['AdminSearch8b5dd64ab8d0b8158906796b53a200e2'] = 'Adresse e-mail';
+$_LANGADM['AdminSearch9c37b7b6ff829e977df287900543ea54'] = 'Date de naissance';
+$_LANGADM['AdminSearch151a3c668742e11d24b6f8e65f7f7ee6'] = 'Date d\'inscription';
+$_LANGADM['AdminSearch7442e29d7d53e549b78d93c46b8cdcfc'] = 'Commandes';
+$_LANGADM['AdminSearch00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
+$_LANGADM['AdminSearchc0bd7654d5b278e65f21cf4e9153fdb4'] = 'Fabriquant';
+$_LANGADM['AdminSearch63d5049791d9d79d86e9a108b0a999ca'] = 'Référence';
+$_LANGADM['AdminSearchec53a8c4f07baed5d8825072c89799be'] = 'Statut';
+$_LANGADM['AdminSearcheb6b06cab0dd72e04c4da68d511facf2'] = 'Résultats de la recherche';
+$_LANGADM['AdminSearchc8ff6311ee99b1ef5bdb2189e0b9ae96'] = 'Pas de caractéristiques correspondant à votre requête';
+$_LANGADM['AdminSearchce0597223b8d14a32c3fef3f4150c6f1'] = 'Caractéristiques correspondant à votre requête';
+$_LANGADM['AdminSearch3132e30d561d92add3dfa6eef64c9e36'] = 'Pas de catégories correspondant à votre requête';
+$_LANGADM['AdminSearchee0ac58cd02ccd3dddd46202c4d8257f'] = 'Catégories correspondant à votre requête';
+$_LANGADM['AdminSearchb7f410ce836f60dccb8386e84687168f'] = 'Aucun produit correspondant à votre requête';
+$_LANGADM['AdminSearch0e1aa8d47719bc3d8b37955486b134f1'] = 'Produits correspondant à votre requête';
+$_LANGADM['AdminSearch25f58a368625d6217cfb7f892e225358'] = 'Aucun client ne correspond à votre recherche';
+$_LANGADM['AdminSearch09f6647acf86aef92f40591a183bf8eb'] = 'Client correspondant à votre requête';
$_LANGADM['AdminAddressesd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminAddressese25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
$_LANGADM['AdminAddressesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
@@ -607,6 +549,31 @@ $_LANGADM['AdminAddresses7cb32e708d6b961d476baced73d362bb'] = 'Numéro de TVA';
$_LANGADM['AdminAddressesf64be5eef68442a8f50cf535b92ad3e4'] = 'Pays :';
$_LANGADM['AdminAddresses46a2a41cc6e552044816a2d04634545d'] = 'Etat';
$_LANGADM['AdminAddressesf90e807b74928118048a1a6fa65ebfe5'] = 'Email du client';
+$_LANGADM['AdminLocalization369686331c93d55e587441143ccdf427'] = 'Localisation';
+$_LANGADM['AdminLocalization1a8940a8dec839073dae5489faff67f7'] = 'Unité de poids :';
+$_LANGADM['AdminLocalization659c95668841b7d6602ead454b28d4ba'] = 'L\'unité de poids de votre boutique (ex. kg ou lbs)';
+$_LANGADM['AdminLocalization48751633fc026587e3c0179405247ac4'] = 'Unité de distance';
+$_LANGADM['AdminLocalization763441fe3cb9c82d0ffa63a7c5892b61'] = 'L\'unité de distance de votre boutique (ex. km ou mi)';
+$_LANGADM['AdminLocalizationa44d74a22a9161292ed48e7e08214a92'] = 'Unité de volume :';
+$_LANGADM['AdminLocalizatione8fa60f47938a6d0c897198af8804338'] = 'L\'unité de volume de votre boutique';
+$_LANGADM['AdminLocalizationf45093072dc38d0cf37441ea63e2ad68'] = 'Unité de mesure :';
+$_LANGADM['AdminLocalizationf804c2bdebc117d9cde3cddad3b49845'] = 'L\'unité de mesure de votre boutique (ex. cm ou in)';
+$_LANGADM['AdminLocalization38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
+$_LANGADM['AdminLocalization9b6545e4cea9b4ad4979d41bb9170e2b'] = 'Avancé';
+$_LANGADM['AdminLocalization400e03b004a1f01a467424a0ed93950a'] = 'Langue locale :';
+$_LANGADM['AdminLocalization19edfe6dfa17c2bded4b8112c2b273c0'] = 'La langue de votre serveur.';
+$_LANGADM['AdminLocalization5ca775ace4d40c1708b816f404fb3b1c'] = 'Pays locale :';
+$_LANGADM['AdminLocalization8905c859634dd24f740ecd3779cff1be'] = 'Le pays de votre serveur.';
+$_LANGADM['AdminLocalization7ca0e455445740b47853fe270fe966e2'] = 'Impossible de se connecter à prestashop.com';
+$_LANGADM['AdminLocalizationb8464cdd84b5f068ad72bf5c4f32163d'] = 'Etats';
+$_LANGADM['AdminLocalization719fec04166d6fa75f89cd29ad61fa8c'] = 'Taxes';
+$_LANGADM['AdminLocalizationdfcfc43722eef1eab1e4a12e50a068b1'] = 'Devises';
+$_LANGADM['AdminLocalization3a08e2e340ab29fd9263af48193cbf8e'] = 'Langues';
+$_LANGADM['AdminLocalizationafe1985cd4e5e0e87e3a7b33c9fe0a5e'] = 'Unités (ex., poids, volume, distance)';
+$_LANGADM['AdminLocalization67074a462da1e5a1f733c6fb8e2355f3'] = 'Import de pack de localisation';
+$_LANGADM['AdminLocalization8b1b3046eb5036b08a5eda7dbaa371cd'] = 'Pack de localisation que vous souhaitez importer:';
+$_LANGADM['AdminLocalizationeedffe39822101d8aaeaf3b1a1661926'] = 'Contenu à importer :';
+$_LANGADM['AdminLocalization6ae75b98f6c60f529bb7426e89216a37'] = 'Importer';
$_LANGADM['AdminInvoices1b107c8f50c81b4b3497765849934a1c'] = 'Options des factures';
$_LANGADM['AdminInvoices3ae56a835894e53600833725244b578f'] = 'Activer les factures :';
$_LANGADM['AdminInvoices23bf11ceb4fb51647fd977aba60246d3'] = 'Activer ou désactiver la prise en charge des factures';
@@ -631,6 +598,31 @@ $_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';
@@ -712,6 +704,31 @@ $_LANGADM['AdminReturn694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantité';
$_LANGADM['AdminReturn004bf6c9a40003140292e97330236c53'] = 'Outils';
$_LANGADM['AdminReturn2fb3b950fd7711136f7f251ae5fbdbdc'] = 'Texte n°';
$_LANGADM['AdminReturn853ae90f0351324bd73ea615e6487517'] = ' :';
+$_LANGADM['AdminGroupShopb718adec73e04ce3ec720dd11a06a308'] = 'ID';
+$_LANGADM['AdminGroupShop0f86285516456595b59620181e9c689c'] = 'Groupe de boutique';
+$_LANGADM['AdminGroupShop00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
+$_LANGADM['AdminGroupShop791a9f4aec774fbe5591d239f3cf0113'] = 'Groupe de boutique';
+$_LANGADM['AdminGroupShopd8f3f16f4a7007d6219a34664e36d68b'] = 'Nom du groupe de boutique :';
+$_LANGADM['AdminGroupShop18e5ed18a875ebffce61b7abe7b5dc1e'] = 'Partager les clients :';
+$_LANGADM['AdminGroupShopb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé';
+$_LANGADM['AdminGroupShop934514d7bd6af6a23fca1b985ec2d640'] = 'Partager les comptes clients entre les différentes boutiques de ce groupe';
+$_LANGADM['AdminGroupShope9f83d2cd2cd8ce6d8a58d3fc454d5cf'] = 'Partager les commandes :';
+$_LANGADM['AdminGroupShop24a23d787190f2c4812ff9ab11847a72'] = 'Statut :';
+$_LANGADM['AdminGroupShop8cf1c12c31b716190d84ba7c578dbcd8'] = 'Activer ou désactiver le groupe de boutique';
+$_LANGADM['AdminGroupShop38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
+$_LANGADM['AdminGroupShop775a3ab6add326ef93f2382f49f9e500'] = 'Les groupes d\'attributs';
+$_LANGADM['AdminGroupShop287234a1ff35a314b5b6bc4e5828e745'] = 'Attributs';
+$_LANGADM['AdminGroupShop517a8a7dbf1f6e371509817de328e396'] = 'Groupes de clients';
+$_LANGADM['AdminGroupShop98f770b0af18ca763421bac22b4b6805'] = 'Caractéristiques';
+$_LANGADM['AdminGroupShopa37ede293936e29279ed543129451ec3'] = 'Groupes';
+$_LANGADM['AdminGroupShop2377be3c2ad9b435ba277a73f0f1ca76'] = 'Fabricants';
+$_LANGADM['AdminGroupShop1814d65a76028fdfbadab64a5a8076df'] = 'Fournisseurs';
+$_LANGADM['AdminGroupShop6fab199dbf5a4155871fb0d5dbfa9827'] = 'Les règles fiscales des groupes';
+$_LANGADM['AdminGroupShopdad1f8d794ee0dd7753fe75e73b78f31'] = 'Zones';
+$_LANGADM['AdminGroupShop9d98036f6f49d72e1ce068d3555c04cb'] = 'Importation de données depuis un autre magasin du groupe';
+$_LANGADM['AdminGroupShopf4636bf0316d7fe289cb6a958704ffa2'] = 'Dupliquer les données du groupe de magasins';
+$_LANGADM['AdminGroupShopff8be7dc0dfd076e494b88721b257237'] = 'Utilisez cette option pour les données associés (produits, modules, etc) de la même manière que la boutique sélectionnée';
+$_LANGADM['AdminGroupShopfa2428e247e092ba7b8380481f5d2c23'] = 'Vous ne pouvez pas éditer un groupe de boutique si vous avez plus d\'une boutique';
$_LANGADM['AdminSearchConfda0d18febbbe9cd4e54b68aa72f1d231'] = 'Indexation';
$_LANGADM['AdminSearchConf1c24b90abdb6175e6c57762446db435a'] = 'Les produits indexés ont été analysés par PrestaShop et apparaitront dans la recherche en front office.';
$_LANGADM['AdminSearchConfd09de235a4115d5c3ff8d8e75f2fa45c'] = 'Produits indexés :';
@@ -741,31 +758,6 @@ $_LANGADM['AdminSearchConf9bc82ee9ca6110810689927a77493617'] = 'Poids du fabrica
$_LANGADM['AdminSearchConfc152439199cebb7e1c27633efeaf1eda'] = 'Poids des tags';
$_LANGADM['AdminSearchConf1b25f9ffbf4d185dbb985380a04732cc'] = 'Poids des attributs';
$_LANGADM['AdminSearchConf4871216a35362aebc0d9908e6e288765'] = 'Poids des caractéristiques';
-$_LANGADM['AdminGroupShopb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminGroupShop0f86285516456595b59620181e9c689c'] = 'Groupe de boutique';
-$_LANGADM['AdminGroupShop00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
-$_LANGADM['AdminGroupShop791a9f4aec774fbe5591d239f3cf0113'] = 'Groupe de boutique';
-$_LANGADM['AdminGroupShopd8f3f16f4a7007d6219a34664e36d68b'] = 'Nom du groupe de boutique :';
-$_LANGADM['AdminGroupShop18e5ed18a875ebffce61b7abe7b5dc1e'] = 'Partager les clients :';
-$_LANGADM['AdminGroupShopb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé';
-$_LANGADM['AdminGroupShop934514d7bd6af6a23fca1b985ec2d640'] = 'Partager les comptes clients entre les différentes boutiques de ce groupe';
-$_LANGADM['AdminGroupShope9f83d2cd2cd8ce6d8a58d3fc454d5cf'] = 'Partager les commandes :';
-$_LANGADM['AdminGroupShop24a23d787190f2c4812ff9ab11847a72'] = 'Statut :';
-$_LANGADM['AdminGroupShop8cf1c12c31b716190d84ba7c578dbcd8'] = 'Activer ou désactiver le groupe de boutique';
-$_LANGADM['AdminGroupShop38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
-$_LANGADM['AdminGroupShop775a3ab6add326ef93f2382f49f9e500'] = 'Les groupes d\'attributs';
-$_LANGADM['AdminGroupShop287234a1ff35a314b5b6bc4e5828e745'] = 'Attributs';
-$_LANGADM['AdminGroupShop517a8a7dbf1f6e371509817de328e396'] = 'Groupes de clients';
-$_LANGADM['AdminGroupShop98f770b0af18ca763421bac22b4b6805'] = 'Caractéristiques';
-$_LANGADM['AdminGroupShopa37ede293936e29279ed543129451ec3'] = 'Groupes';
-$_LANGADM['AdminGroupShop2377be3c2ad9b435ba277a73f0f1ca76'] = 'Fabricants';
-$_LANGADM['AdminGroupShop1814d65a76028fdfbadab64a5a8076df'] = 'Fournisseurs';
-$_LANGADM['AdminGroupShop6fab199dbf5a4155871fb0d5dbfa9827'] = 'Les règles fiscales des groupes';
-$_LANGADM['AdminGroupShopdad1f8d794ee0dd7753fe75e73b78f31'] = 'Zones';
-$_LANGADM['AdminGroupShop9d98036f6f49d72e1ce068d3555c04cb'] = 'Importation de données depuis un autre magasin du groupe';
-$_LANGADM['AdminGroupShopf4636bf0316d7fe289cb6a958704ffa2'] = 'Dupliquer les données du groupe de magasins';
-$_LANGADM['AdminGroupShopff8be7dc0dfd076e494b88721b257237'] = 'Utilisez cette option pour les données associés (produits, modules, etc) de la même manière que la boutique sélectionnée';
-$_LANGADM['AdminGroupShopfa2428e247e092ba7b8380481f5d2c23'] = 'Vous ne pouvez pas éditer un groupe de boutique si vous avez plus d\'une boutique';
$_LANGADM['AdminEmails1e884e3078d9978e216a027ecd57fb34'] = 'Adresse e-mail';
$_LANGADM['AdminEmails68e07c80282df8c6f72fd4edf630dc75'] = 'Envoyer l\'email à :';
$_LANGADM['AdminEmails765f159ab61b665aca550bd1a767f9d2'] = 'Lorsqu\'un client envoie un message depuis sa page de commande';
@@ -855,38 +847,6 @@ $_LANGADM['AdminGenerator7959e21ff0b83542251ca0b4e9a62eea'] = 'Générer le fich
$_LANGADM['AdminGenerator76bdc7d3324595e5c6430ba466690cba'] = 'fichier robots.txt !';
$_LANGADM['AdminGeneratoraa2646a667ee1cd83235786dccef4a26'] = 'robots.txt';
$_LANGADM['AdminGeneratorc03c063bb390b0042cabd4e08ac92347'] = 'vide dans le dossier :';
-$_LANGADM['AdminSuppliersd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
-$_LANGADM['AdminSupplierse25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionés ?';
-$_LANGADM['AdminSuppliersb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminSuppliers8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo';
-$_LANGADM['AdminSuppliers49ee3087348e8d44e1feda1917443987'] = 'Nom';
-$_LANGADM['AdminSuppliers990fc90e39367377c314f1d61522ae61'] = 'Nombre de produits';
-$_LANGADM['AdminSuppliers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
-$_LANGADM['AdminSuppliers1814d65a76028fdfbadab64a5a8076df'] = 'Fournisseurs';
-$_LANGADM['AdminSuppliers4e140ba723a03baa6948340bf90e2ef6'] = 'Nom :';
-$_LANGADM['AdminSuppliers6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caractères interdits :';
-$_LANGADM['AdminSuppliersd0042a700e9bdf79689d63ee6846dc0e'] = 'Description :';
-$_LANGADM['AdminSuppliers76d17e0cd552ad8ca18c5fc1ae9d8098'] = 'Apparaîtra dans la liste des fournisseurs';
-$_LANGADM['AdminSuppliersacd7b45c9d50280a52990015b2c24ba8'] = 'Logo :';
-$_LANGADM['AdminSuppliers42ce2270f85f28aee54d41a4f5e94698'] = 'Charger le logo du fournisseur à partir de votre ordinateur';
-$_LANGADM['AdminSuppliers7b250cb374c12c42a75227ba75df7779'] = 'Meta Titre:';
-$_LANGADM['AdminSuppliers3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caractères interdits:';
-$_LANGADM['AdminSuppliersa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta Description:';
-$_LANGADM['AdminSuppliers394deec8b4e901394f69ad41095b1ecc'] = 'Meta Mots clés:';
-$_LANGADM['AdminSuppliers0099c0173a3c7758b36025bdae9b4fc7'] = 'Activé :';
-$_LANGADM['AdminSuppliersb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactiver';
-$_LANGADM['AdminSuppliers38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
-$_LANGADM['AdminSuppliersf16b5952df8d25ea30b25ff95ee8fedf'] = 'Association boutique :';
-$_LANGADM['AdminSuppliers543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Total produits :';
-$_LANGADM['AdminSupplierse78b6f4eb3be046f4d25c07ce54954d4'] = 'Réf :';
-$_LANGADM['AdminSuppliersccf096490d2671f3ea97ea9289eee5b1'] = 'Ean 13 :';
-$_LANGADM['AdminSuppliersaf7448c885be0d8acd5eb84322176570'] = 'UPC :';
-$_LANGADM['AdminSuppliers2d84cbbf65674e7961d4a821338c7f86'] = 'Quantité disponible';
-$_LANGADM['AdminSuppliers1caa6ff629641a4eb20f190f7a0539ca'] = 'Attributs';
-$_LANGADM['AdminSuppliers63d5049791d9d79d86e9a108b0a999ca'] = 'Référence';
-$_LANGADM['AdminSuppliers52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13';
-$_LANGADM['AdminSuppliersfbd99ad01b92dbafc686772a39e3d065'] = 'UPC';
-$_LANGADM['AdminSuppliersc8c5918f1175c1296d19755b2f49d1c9'] = 'Quantité disponible';
$_LANGADM['AdminCategoriesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminCategories49ee3087348e8d44e1feda1917443987'] = 'Nom';
$_LANGADM['AdminCategoriesb5a7adde1af5c87d7fd797b6245c2a39'] = 'Informations complémentaires';
@@ -919,39 +879,6 @@ $_LANGADM['AdminCategories02fa003c38fefcda498b876f67f4cac7'] = 'URL simplifiée
$_LANGADM['AdminCategories1bd33faf04b6c7e0090de4f3e5915178'] = 'Accès pour le groupe :';
$_LANGADM['AdminCategoriesa8cff2e828f241eed159bc28e76707c7'] = 'Cochez tous les groupes auxquels vous voulez donner accès à cette catégorie';
$_LANGADM['AdminCategories38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
-$_LANGADM['AdminTaxesd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
-$_LANGADM['AdminTaxese25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
-$_LANGADM['AdminTaxesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminTaxes49ee3087348e8d44e1feda1917443987'] = 'Nom';
-$_LANGADM['AdminTaxesdcb66ff6e4a2517ade22183779939c9d'] = 'Taux';
-$_LANGADM['AdminTaxes00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
-$_LANGADM['AdminTaxes5f7d9a7f76dba4bc86062ea848255f2f'] = 'Si vous désactivez l\'ecotax, elle sera mise à 0 sur chacun de vos produits.';
-$_LANGADM['AdminTaxes1c669d037f8bc785f0e1a9aeb7070367'] = 'Taxe';
-$_LANGADM['AdminTaxes50068b9a709a0e2da6f25210de57bb85'] = 'Activer les taxes :';
-$_LANGADM['AdminTaxes7c9ad104937545220eb5ac67fb1ee9d9'] = 'Activer ou désactiver la prise en charge des taxes';
-$_LANGADM['AdminTaxesc67e7a009554ed22f2010f1ef919a204'] = 'Afficher les taxes dans le panier :';
-$_LANGADM['AdminTaxese8cce94acc56227d96f94315fc5c0553'] = 'Activer ou désactiver l\'affichage des taxes sur une ligne distincte du panier';
-$_LANGADM['AdminTaxes6c480608ed6896b113dd2381d2a7512c'] = 'Basé sur:';
-$_LANGADM['AdminTaxes886dc40a9367328f942e6bf6c31f3ebb'] = 'Adresse de facturation';
-$_LANGADM['AdminTaxes2f2f0f119a907c6c67a3c6fcde0193ab'] = 'Adresse de livraison';
-$_LANGADM['AdminTaxes8e4157c726a8c5cf64361e2d751bc945'] = 'Utiliser l\'Ecotax';
-$_LANGADM['AdminTaxes4e00e39db9994b6baeea51eaf66399d1'] = 'Écotaxe :';
-$_LANGADM['AdminTaxes9010d6744cf8eada0c221b2d31be15a5'] = 'La taxe à appliquer sur l\'écotaxe (ex : écotaxe française : 19,6%)';
-$_LANGADM['AdminTaxesf2a6c498fb90ee345d997f888fce3b18'] = 'Supprimer';
-$_LANGADM['AdminTaxes0071aa279bd1583754a544277740f047'] = 'Supprimer la taxe n°';
-$_LANGADM['AdminTaxes8a9b8ee83e347d62ff34dd235e97dcc3'] = 'Cette taxe est utilisée dans une règle de taxe, souhaitez vous continuer?';
-$_LANGADM['AdminTaxes6b1f6081d484b3728b5d3637ea44f14c'] = 'Cette taxe est utilisée dans une règle de taxe, si vous continuez elle sera retirée de cette règle, souhaitez vous continuer? ';
-$_LANGADM['AdminTaxes719fec04166d6fa75f89cd29ad61fa8c'] = 'Taxes';
-$_LANGADM['AdminTaxes4e140ba723a03baa6948340bf90e2ef6'] = 'Nom :';
-$_LANGADM['AdminTaxes6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caractères interdits :';
-$_LANGADM['AdminTaxesf444460da40424231f40202fc5de2507'] = 'Nom de la taxe affiché dans le panier et sur la facture, ex : TVA';
-$_LANGADM['AdminTaxes9f75452921af0033334512428e29900e'] = 'Taux :';
-$_LANGADM['AdminTaxes211b840946f6b36e303291b1fe2bdb77'] = 'Format: XX.XX ou XX.XXX (ex: 19.60 or 13.925)';
-$_LANGADM['AdminTaxes0099c0173a3c7758b36025bdae9b4fc7'] = 'Activé :';
-$_LANGADM['AdminTaxesb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé';
-$_LANGADM['AdminTaxes0eece02846ddad3b9115d06907752500'] = 'Numéro de compte :';
-$_LANGADM['AdminTaxes4e60715d561de124c1bf3cfdd875cf59'] = 'Utilisé pour l\'exportation de comptabilité';
-$_LANGADM['AdminTaxes38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
$_LANGADM['AdminAttributesGroupsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminAttributesGroups49ee3087348e8d44e1feda1917443987'] = 'Nom';
$_LANGADM['AdminAttributesGroups52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Position';
@@ -985,32 +912,39 @@ $_LANGADM['AdminAttributesGroups00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
$_LANGADM['AdminAttributesGroupsb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé';
$_LANGADM['AdminAttributesGroups08a38277b0309070706f6652eeae9a53'] = 'Bas';
$_LANGADM['AdminAttributesGroups258f49887ef8d14ac268c92b02503aaa'] = 'Haut';
-$_LANGADM['AdminStatusesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminStatuses49ee3087348e8d44e1feda1917443987'] = 'Nom';
-$_LANGADM['AdminStatuses817434295a673aed431435658b65d9a7'] = 'Icône';
-$_LANGADM['AdminStatusesbd88be5f33d835d0667fece965ab2443'] = 'Envoyer un e-mail au client';
-$_LANGADM['AdminStatuses466eadd40b3c10580e3ab4e8061161ce'] = 'Facture';
-$_LANGADM['AdminStatusesd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
-$_LANGADM['AdminStatusese25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
-$_LANGADM['AdminStatuses34499467057e6ded44fd7861eee1893b'] = 'Statuts de retour';
-$_LANGADM['AdminStatuses884521e0d3b5e583f112e42352045ae9'] = 'Modifier Adresses';
-$_LANGADM['AdminStatuses33af8066d3c83110d4bd897f687cedd2'] = 'Statuts de commande';
-$_LANGADM['AdminStatuses46d654225b4ccc1607fd1af012d18e12'] = 'Nom du statut :';
-$_LANGADM['AdminStatusesa4bb440d400f4dc30f148b44d08680b4'] = 'Les caractères invalides: des chiffres et';
-$_LANGADM['AdminStatusesbf068ace28aa095e354ff02a01d32f1e'] = 'Suivi commande (par exemple, «en suspens»)';
-$_LANGADM['AdminStatuses37242ae69082dfc3ec9d365a18a9606e'] = 'Icône :';
-$_LANGADM['AdminStatusesffd3346d0bd6c20f4748a4ba3f5886b9'] = 'Charger une icône à partir de votre ordinateur (Type de fichier:. Gif, taille suggérée: 16x16)';
-$_LANGADM['AdminStatusesfb5a0e846f382e4f81b1c4daddcf6e4e'] = 'Couleur :';
-$_LANGADM['AdminStatuses450dcddb1c36122c2c95a91d2bceec1d'] = 'Envoyer un e-mail au client lorsque l\'ordre est changé à cet état';
-$_LANGADM['AdminStatuses18fd64e64a136498e12c6f6c325f7811'] = 'Modèle :';
-$_LANGADM['AdminStatuses6c9ffc43d3ce4c90a77aec20c8229a19'] = 'Seules les lettres, le nombre et -_ sont autorisés';
-$_LANGADM['AdminStatuses38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
-$_LANGADM['AdminStatuses05202e93ec35aa0719d1a4754fa4e264'] = 'Modifier les statuts des commandes';
-$_LANGADM['AdminStatusesc9cc8cce247e49bae79f15173ce97354'] = 'Enregistrer';
-$_LANGADM['AdminStatusesea4788705e6873b424c65e91c2846b19'] = 'Annuler';
-$_LANGADM['AdminStatuses3bcc67d68bdef48a3bc5766693afbd49'] = 'Modifier statut';
-$_LANGADM['AdminStatuses510f6a8fda6eb21f9ff01954e034a29a'] = 'Pour des raisons de sécurité, vous ne pouvez pas supprimer des statuts par défaut.';
-$_LANGADM['AdminStatuses31fde7b05ac8952dacf4af8a704074ec'] = 'Aperçu';
+$_LANGADM['AdminTaxesd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
+$_LANGADM['AdminTaxese25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
+$_LANGADM['AdminTaxesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
+$_LANGADM['AdminTaxes49ee3087348e8d44e1feda1917443987'] = 'Nom';
+$_LANGADM['AdminTaxesdcb66ff6e4a2517ade22183779939c9d'] = 'Taux';
+$_LANGADM['AdminTaxes00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
+$_LANGADM['AdminTaxes5f7d9a7f76dba4bc86062ea848255f2f'] = 'Si vous désactivez l\'ecotax, elle sera mise à 0 sur chacun de vos produits.';
+$_LANGADM['AdminTaxes1c669d037f8bc785f0e1a9aeb7070367'] = 'Taxe';
+$_LANGADM['AdminTaxes50068b9a709a0e2da6f25210de57bb85'] = 'Activer les taxes :';
+$_LANGADM['AdminTaxes7c9ad104937545220eb5ac67fb1ee9d9'] = 'Activer ou désactiver la prise en charge des taxes';
+$_LANGADM['AdminTaxesc67e7a009554ed22f2010f1ef919a204'] = 'Afficher les taxes dans le panier :';
+$_LANGADM['AdminTaxese8cce94acc56227d96f94315fc5c0553'] = 'Activer ou désactiver l\'affichage des taxes sur une ligne distincte du panier';
+$_LANGADM['AdminTaxes6c480608ed6896b113dd2381d2a7512c'] = 'Basé sur:';
+$_LANGADM['AdminTaxes886dc40a9367328f942e6bf6c31f3ebb'] = 'Adresse de facturation';
+$_LANGADM['AdminTaxes2f2f0f119a907c6c67a3c6fcde0193ab'] = 'Adresse de livraison';
+$_LANGADM['AdminTaxes8e4157c726a8c5cf64361e2d751bc945'] = 'Utiliser l\'Ecotax';
+$_LANGADM['AdminTaxes4e00e39db9994b6baeea51eaf66399d1'] = 'Écotaxe :';
+$_LANGADM['AdminTaxes9010d6744cf8eada0c221b2d31be15a5'] = 'La taxe à appliquer sur l\'écotaxe (ex : écotaxe française : 19,6%)';
+$_LANGADM['AdminTaxesf2a6c498fb90ee345d997f888fce3b18'] = 'Supprimer';
+$_LANGADM['AdminTaxes0071aa279bd1583754a544277740f047'] = 'Supprimer la taxe n°';
+$_LANGADM['AdminTaxes8a9b8ee83e347d62ff34dd235e97dcc3'] = 'Cette taxe est utilisée dans une règle de taxe, souhaitez vous continuer?';
+$_LANGADM['AdminTaxes6b1f6081d484b3728b5d3637ea44f14c'] = 'Cette taxe est utilisée dans une règle de taxe, si vous continuez elle sera retirée de cette règle, souhaitez vous continuer? ';
+$_LANGADM['AdminTaxes719fec04166d6fa75f89cd29ad61fa8c'] = 'Taxes';
+$_LANGADM['AdminTaxes4e140ba723a03baa6948340bf90e2ef6'] = 'Nom :';
+$_LANGADM['AdminTaxes6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caractères interdits :';
+$_LANGADM['AdminTaxesf444460da40424231f40202fc5de2507'] = 'Nom de la taxe affiché dans le panier et sur la facture, ex : TVA';
+$_LANGADM['AdminTaxes9f75452921af0033334512428e29900e'] = 'Taux :';
+$_LANGADM['AdminTaxes211b840946f6b36e303291b1fe2bdb77'] = 'Format: XX.XX ou XX.XXX (ex: 19.60 or 13.925)';
+$_LANGADM['AdminTaxes0099c0173a3c7758b36025bdae9b4fc7'] = 'Activé :';
+$_LANGADM['AdminTaxesb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé';
+$_LANGADM['AdminTaxes0eece02846ddad3b9115d06907752500'] = 'Numéro de compte :';
+$_LANGADM['AdminTaxes4e60715d561de124c1bf3cfdd875cf59'] = 'Utilisé pour l\'exportation de comptabilité';
+$_LANGADM['AdminTaxes38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
$_LANGADM['AdminScenesb718adec73e04ce3ec720dd11a06a308'] = 'Id';
$_LANGADM['AdminScenes46cff679f56896d63111deff52857fc9'] = 'Scènes';
$_LANGADM['AdminScenescb456215c3333db0551bd0788bc258c7'] = 'Activé';
@@ -1044,6 +978,10 @@ $_LANGADM['AdminScenes8c38776925f7cf41c090646a43157024'] = 'Catégories:';
$_LANGADM['AdminScenesf5dae0e1b3d4bc66fadd2840b4f79227'] = 'Veuillez ajouter une image pour continuer';
$_LANGADM['AdminScenesf16b5952df8d25ea30b25ff95ee8fedf'] = 'Boutique associé :';
$_LANGADM['AdminScenes997fd7aaabd538817e06ff1b3289bee3'] = 'Image à \"tagger\" :';
+$_LANGADM['Helper0f86285516456595b59620181e9c689c'] = 'Groupe de boutiques';
+$_LANGADM['Helper9f82518d468b9fee614fcc92f76bb163'] = 'Boutique';
+$_LANGADM['Helper0cb5f962975f8caa31f7564a420f5b39'] = 'Tous les groupes de boutiques';
+$_LANGADM['Helper804ccd6219996d12eda865d1c0707423'] = 'Toutes les boutiques';
$_LANGADM['Helper12da13873eb34a420fe6f888e3c37f56'] = 'Ajouter un tag';
$_LANGADM['Helper2efd89b3ccc76b0b03a34196fc6d1c8b'] = 'Ajouter un tag';
$_LANGADM['Helper1908624a0bca678cd26b99bfd405324e'] = 'La taille du fichier';
@@ -1052,10 +990,6 @@ $_LANGADM['Helper19f823c6453c2b1ffd09cb715214813d'] = 'Champs requis';
$_LANGADM['Helperb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['Helperc6155aaecccf794cd2a00fcc35898022'] = 'Nom du groupe';
$_LANGADM['Helper69e62346c35bc63795db142cfbb0af66'] = 'Pas de groupe créé';
-$_LANGADM['Helper0f86285516456595b59620181e9c689c'] = 'Groupe de boutiques';
-$_LANGADM['Helper9f82518d468b9fee614fcc92f76bb163'] = 'Boutique';
-$_LANGADM['Helper0cb5f962975f8caa31f7564a420f5b39'] = 'Tous les groupes de boutiques';
-$_LANGADM['Helper804ccd6219996d12eda865d1c0707423'] = 'Toutes les boutiques';
$_LANGADM['Helper00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
$_LANGADM['Helperb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé';
$_LANGADM['Helper08a38277b0309070706f6652eeae9a53'] = 'Bas';
@@ -1078,6 +1012,32 @@ $_LANGADM['Helpercc3787ca78f445f481069a4c047f7e7a'] = 'Choisir une langue';
$_LANGADM['Helperf2f552caf8d0321d77fbe4dd7c400073'] = 'Utiliser la valeur par défaut';
$_LANGADM['Helper748fcfa104eb25dc36947b4886eea0d9'] = 'Vous ne pouvez pas changer la valeur de cette configuration pour cette boutique';
$_LANGADM['Helper38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
+$_LANGADM['AdminStatusesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
+$_LANGADM['AdminStatuses49ee3087348e8d44e1feda1917443987'] = 'Nom';
+$_LANGADM['AdminStatuses817434295a673aed431435658b65d9a7'] = 'Icône';
+$_LANGADM['AdminStatusesbd88be5f33d835d0667fece965ab2443'] = 'Envoyer un e-mail au client';
+$_LANGADM['AdminStatuses466eadd40b3c10580e3ab4e8061161ce'] = 'Facture';
+$_LANGADM['AdminStatusesd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
+$_LANGADM['AdminStatusese25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
+$_LANGADM['AdminStatuses34499467057e6ded44fd7861eee1893b'] = 'Statuts de retour';
+$_LANGADM['AdminStatuses884521e0d3b5e583f112e42352045ae9'] = 'Modifier Adresses';
+$_LANGADM['AdminStatuses33af8066d3c83110d4bd897f687cedd2'] = 'Statuts de commande';
+$_LANGADM['AdminStatuses46d654225b4ccc1607fd1af012d18e12'] = 'Nom du statut :';
+$_LANGADM['AdminStatusesa4bb440d400f4dc30f148b44d08680b4'] = 'Les caractères invalides: des chiffres et';
+$_LANGADM['AdminStatusesbf068ace28aa095e354ff02a01d32f1e'] = 'Suivi commande (par exemple, «en suspens»)';
+$_LANGADM['AdminStatuses37242ae69082dfc3ec9d365a18a9606e'] = 'Icône :';
+$_LANGADM['AdminStatusesffd3346d0bd6c20f4748a4ba3f5886b9'] = 'Charger une icône à partir de votre ordinateur (Type de fichier:. Gif, taille suggérée: 16x16)';
+$_LANGADM['AdminStatusesfb5a0e846f382e4f81b1c4daddcf6e4e'] = 'Couleur :';
+$_LANGADM['AdminStatuses450dcddb1c36122c2c95a91d2bceec1d'] = 'Envoyer un e-mail au client lorsque l\'ordre est changé à cet état';
+$_LANGADM['AdminStatuses18fd64e64a136498e12c6f6c325f7811'] = 'Modèle :';
+$_LANGADM['AdminStatuses6c9ffc43d3ce4c90a77aec20c8229a19'] = 'Seules les lettres, le nombre et -_ sont autorisés';
+$_LANGADM['AdminStatuses38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
+$_LANGADM['AdminStatuses05202e93ec35aa0719d1a4754fa4e264'] = 'Modifier les statuts des commandes';
+$_LANGADM['AdminStatusesc9cc8cce247e49bae79f15173ce97354'] = 'Enregistrer';
+$_LANGADM['AdminStatusesea4788705e6873b424c65e91c2846b19'] = 'Annuler';
+$_LANGADM['AdminStatuses3bcc67d68bdef48a3bc5766693afbd49'] = 'Modifier statut';
+$_LANGADM['AdminStatuses510f6a8fda6eb21f9ff01954e034a29a'] = 'Pour des raisons de sécurité, vous ne pouvez pas supprimer des statuts par défaut.';
+$_LANGADM['AdminStatuses31fde7b05ac8952dacf4af8a704074ec'] = 'Aperçu';
$_LANGADM['AdminMetad3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminMetae25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
$_LANGADM['AdminMetab718adec73e04ce3ec720dd11a06a308'] = 'ID';
@@ -1203,6 +1163,38 @@ $_LANGADM['AdminEmployees9fbf3617c6172a75648e9ac0a864bb56'] = 'Profil :';
$_LANGADM['AdminEmployees7bc873cba11f035df692c3549366c722'] = '-- Choisissez --';
$_LANGADM['AdminEmployeesf16b5952df8d25ea30b25ff95ee8fedf'] = 'Boutique associée :';
$_LANGADM['AdminEmployees38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
+$_LANGADM['AdminSuppliersd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
+$_LANGADM['AdminSupplierse25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionés ?';
+$_LANGADM['AdminSuppliersb718adec73e04ce3ec720dd11a06a308'] = 'ID';
+$_LANGADM['AdminSuppliers8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo';
+$_LANGADM['AdminSuppliers49ee3087348e8d44e1feda1917443987'] = 'Nom';
+$_LANGADM['AdminSuppliers990fc90e39367377c314f1d61522ae61'] = 'Nombre de produits';
+$_LANGADM['AdminSuppliers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
+$_LANGADM['AdminSuppliers1814d65a76028fdfbadab64a5a8076df'] = 'Fournisseurs';
+$_LANGADM['AdminSuppliers4e140ba723a03baa6948340bf90e2ef6'] = 'Nom :';
+$_LANGADM['AdminSuppliers6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caractères interdits :';
+$_LANGADM['AdminSuppliersd0042a700e9bdf79689d63ee6846dc0e'] = 'Description :';
+$_LANGADM['AdminSuppliers76d17e0cd552ad8ca18c5fc1ae9d8098'] = 'Apparaîtra dans la liste des fournisseurs';
+$_LANGADM['AdminSuppliersacd7b45c9d50280a52990015b2c24ba8'] = 'Logo :';
+$_LANGADM['AdminSuppliers42ce2270f85f28aee54d41a4f5e94698'] = 'Charger le logo du fournisseur à partir de votre ordinateur';
+$_LANGADM['AdminSuppliers7b250cb374c12c42a75227ba75df7779'] = 'Meta Titre:';
+$_LANGADM['AdminSuppliers3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caractères interdits:';
+$_LANGADM['AdminSuppliersa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta Description:';
+$_LANGADM['AdminSuppliers394deec8b4e901394f69ad41095b1ecc'] = 'Meta Mots clés:';
+$_LANGADM['AdminSuppliers0099c0173a3c7758b36025bdae9b4fc7'] = 'Activé :';
+$_LANGADM['AdminSuppliersb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactiver';
+$_LANGADM['AdminSuppliers38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
+$_LANGADM['AdminSuppliersf16b5952df8d25ea30b25ff95ee8fedf'] = 'Association boutique :';
+$_LANGADM['AdminSuppliers543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Total produits :';
+$_LANGADM['AdminSupplierse78b6f4eb3be046f4d25c07ce54954d4'] = 'Réf :';
+$_LANGADM['AdminSuppliersccf096490d2671f3ea97ea9289eee5b1'] = 'Ean 13 :';
+$_LANGADM['AdminSuppliersaf7448c885be0d8acd5eb84322176570'] = 'UPC :';
+$_LANGADM['AdminSuppliers2d84cbbf65674e7961d4a821338c7f86'] = 'Quantité disponible';
+$_LANGADM['AdminSuppliers1caa6ff629641a4eb20f190f7a0539ca'] = 'Attributs';
+$_LANGADM['AdminSuppliers63d5049791d9d79d86e9a108b0a999ca'] = 'Référence';
+$_LANGADM['AdminSuppliers52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13';
+$_LANGADM['AdminSuppliersfbd99ad01b92dbafc686772a39e3d065'] = 'UPC';
+$_LANGADM['AdminSuppliersc8c5918f1175c1296d19755b2f49d1c9'] = 'Quantité disponible';
$_LANGADM['AdminCartsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminCarts6fde42aa0857eb92fc0d0c3fb1c6c8b7'] = 'ID Commande';
$_LANGADM['AdminCartsce26601dac0dea138b7295f02b7620a7'] = 'Client';
@@ -1326,88 +1318,6 @@ $_LANGADM['AdminHome2938c7f7e560ed972f8a4f68e80ff834'] = 'Tableau de bord';
$_LANGADM['AdminHome57747250ec23a658f7a227ac9241aeef'] = 'Ne plus me remontrer';
$_LANGADM['AdminHome8524de963f07201e5c086830d370797f'] = 'Chargement en cours ...';
$_LANGADM['AdminHomeafd87eb38820c73315688a7cab2571d4'] = 'Pour bien commencer...';
-$_LANGADM['AdminGroupsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminGroups49ee3087348e8d44e1feda1917443987'] = 'Nom';
-$_LANGADM['AdminGroups104d9898c04874d0fbac36e125fa1369'] = 'Réduction';
-$_LANGADM['AdminGroupsef53538ae41a651c7f72ab6cb1135d8c'] = 'Membres';
-$_LANGADM['AdminGroups3112209b2dd9b55cf5dbc4865dd15afd'] = 'Date de création';
-$_LANGADM['AdminGroupsd1457b72c3fb323a2671125aef3eab5d'] = '?';
-$_LANGADM['AdminGroups019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Sexe';
-$_LANGADM['AdminGroups8b5dd64ab8d0b8158906796b53a200e2'] = 'Adresse e-mail';
-$_LANGADM['AdminGroups9c37b7b6ff829e977df287900543ea54'] = 'Date de naissance';
-$_LANGADM['AdminGroups7442e29d7d53e549b78d93c46b8cdcfc'] = 'Commandes';
-$_LANGADM['AdminGroups00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
-$_LANGADM['AdminGroupsc38266740494aa4980d05c606fccac10'] = 'Groupe clients';
-$_LANGADM['AdminGroups38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
-$_LANGADM['AdminGroups4e140ba723a03baa6948340bf90e2ef6'] = 'Nom :';
-$_LANGADM['AdminGroupsa1e7379abfdbc3b8e03506e5489c6110'] = 'Réduction:';
-$_LANGADM['AdminGroups6ad237b9a44e75f0f947efe1d5f1ccaa'] = 'Appliquera automatiquement une réduction sur TOUS les produits de la boutique pour les membres appartenant à ce groupe';
-$_LANGADM['AdminGroups2dc9a383d693a2ded8b1ef832926ea93'] = 'Affichage des prix:';
-$_LANGADM['AdminGroups35756bfdf07485441e0b1dd219025374'] = 'Comment afficher les prix pour ce groupe de client dans le détail de commande (taxes inclues / exclues).';
-$_LANGADM['AdminGroupsbefcac0f9644a7abee43e69f49252ac4'] = 'taxes exclues';
-$_LANGADM['AdminGroupsf4a0d7cb0cd45214c8ca5912c970de13'] = 'taxes inclues';
-$_LANGADM['AdminGroupseac5d50ef423731cba328369c67d14db'] = 'Modules non autorisée :';
-$_LANGADM['AdminGroups8cf04a9734132302f96da8e113e80ce5'] = 'Accueil';
-$_LANGADM['AdminGroupsef7de3f485174ff47f061ad27d83d0ee'] = 'sélectionnés';
-$_LANGADM['AdminGroupsd0f06038b6b3aa5edc07c7a6fd3ca3f9'] = 'Rechercher une catégorie';
-$_LANGADM['AdminGroups28c5141dead257ca0310f55a75a1fdf5'] = 'Cette catégorie existe déjà pour ce groupe';
-$_LANGADM['AdminGroups0bcef9c45bd8a48eda1b26eb0c61c869'] = '%';
-$_LANGADM['AdminGroups8135a36c44911a6537e22be046849764'] = 'Attention, la réduction appliqué à une catégorie ne se cumule pas avec la réduction global mais la remplace. Le groupe est automatiquement ajoutée à la catégorie.';
-$_LANGADM['AdminGroups567183b8b1122180690be51cc6df2b74'] = 'Réduction (en %) :';
-$_LANGADM['AdminGroups34ec78fcc91ffb1e54cd85e4a0924332'] = 'Ajouter';
-$_LANGADM['AdminGroups09e0c50aac55c8ef94a811c154294f19'] = '<< Interdire';
-$_LANGADM['AdminGroups23b7863dc4dd693288037ce1ae1e2f82'] = '<< Autoriser';
-$_LANGADM['AdminGroups2e9a5410376da9d88c4623a408de2b58'] = 'Réductions actuelles :';
-$_LANGADM['AdminGroups6adf97f83acf6453d4a6a4b1070f3754'] = 'Aucun';
-$_LANGADM['AdminGroupsfb93ea877b4e204a3676b9a27fe423b9'] = 'Clients membres de ce groupe';
-$_LANGADM['AdminShopb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminShop9f82518d468b9fee614fcc92f76bb163'] = 'Boutique';
-$_LANGADM['AdminShop4390988a3f7d7cfa3d8a5ecb11976f58'] = 'Groupe de boutiques';
-$_LANGADM['AdminShopfafd952418c73bbc20286f8b0ec5bd6a'] = 'Catégorie parente';
-$_LANGADM['AdminShop00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
-$_LANGADM['AdminShopd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
-$_LANGADM['AdminShope25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
-$_LANGADM['AdminShop763721005c7411c951ba93086ca02d26'] = 'Options de la boutique';
-$_LANGADM['AdminShop5bafd557247e80174f35c1870e760364'] = 'Boutique par défaut';
-$_LANGADM['AdminShopf5d52e166d3891c911dc7ac910387df6'] = 'La boutique par défaut';
-$_LANGADM['AdminShop260cede9d9f86589bb1ca1827cc0ca69'] = 'Aucune URL est configurée pour le magasin : %s';
-$_LANGADM['AdminShopa4ea91cd0d1ea33d8113457644dd6157'] = 'cliquez ici';
-$_LANGADM['AdminShop61f0fa926f97eafb392975ed79cebb4a'] = 'Nom de la boutique :';
-$_LANGADM['AdminShop580cb0ed4cf533163f82c70c7833bb9d'] = 'Groupe de boutique :';
-$_LANGADM['AdminShopfedca77235d8e28be78f54c7f960c5a0'] = 'Catégorie principale :';
-$_LANGADM['AdminShop24a23d787190f2c4812ff9ab11847a72'] = 'Statut:';
-$_LANGADM['AdminShopb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé';
-$_LANGADM['AdminShop37c0e2b9736bc4cc2005f7be3fd66fe5'] = 'Activer ou désactiver la boutique';
-$_LANGADM['AdminShopa9e4402481bd9b8e36752bf731f67eb6'] = 'Thème :';
-$_LANGADM['AdminShop38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
-$_LANGADM['AdminShop1d6af794b2599c1407a83029a09d1ecf'] = 'Transporteurs';
-$_LANGADM['AdminShop45f739d1a4b022ab097c583c38eb388f'] = 'Traductions des transporteurs';
-$_LANGADM['AdminShopb8ddfef634372f5719de857ea26c99be'] = 'Langues des catégories';
-$_LANGADM['AdminShop622f3c75de9f3481ffc58c1f292c1c2b'] = 'Page CMS';
-$_LANGADM['AdminShopbbaff12800505b22a853e8b7f4eb6a22'] = 'Contact';
-$_LANGADM['AdminShop790d59ef178acbc75d233bf4211763c6'] = 'Pays';
-$_LANGADM['AdminShopdfcfc43722eef1eab1e4a12e50a068b1'] = 'Devises';
-$_LANGADM['AdminShop9d5bf15117441a1b52eb1f0808e4aad3'] = 'Réductions';
-$_LANGADM['AdminShopfff0d600f8a0b5e19e88bfb821dd1157'] = 'Images';
-$_LANGADM['AdminShop92318dc9b42eb05bb1c958f0a15d19b9'] = 'Langues';
-$_LANGADM['AdminShop2377be3c2ad9b435ba277a73f0f1ca76'] = 'Fabricants';
-$_LANGADM['AdminShopbf17ac149e2e7a530c677e9bd51d3fd2'] = 'Modules';
-$_LANGADM['AdminShop89b58c514d07acaa086ca02b57512dcb'] = 'Points d\'accroches des modules';
-$_LANGADM['AdminShop6595ee1b0569961d7c678dab991a9a91'] = 'Exceptions des points d\'accroches des modules';
-$_LANGADM['AdminShopb6755d218d5f4e1cef9cce9cc39aeda9'] = 'Meta';
-$_LANGADM['AdminShopc269874d047098fef892a344be025303'] = 'Restrictions des pays pour le module de paiement';
-$_LANGADM['AdminShop72cfee7e99f1d0a9df6cb5434fac3665'] = 'Restrictions des groupes d\'utilisateurs pour le module de paiement';
-$_LANGADM['AdminShop9e43e210cf7bd16b8896636cae3e46b8'] = 'Restrictions des devises pour le module de paiement';
-$_LANGADM['AdminShop068f80c7519d0528fb08e82137a72131'] = 'Produits';
-$_LANGADM['AdminShop511e7adbb96dafc5569e4be09da8dc93'] = 'Langue des produits';
-$_LANGADM['AdminShopbb34f602e45a9fbcb2cdfee7a48673fc'] = 'Scènes';
-$_LANGADM['AdminShop27ce7f8b5623b2e2df568d64cf051607'] = 'Stock';
-$_LANGADM['AdminShop821b8ee6937cec96c30fdafbfe836d68'] = 'Magasins';
-$_LANGADM['AdminShop6416e8cb5fc0a208d94fa7f5a300dbc4'] = 'Entrepôt';
-$_LANGADM['AdminShop99104e1966b34f0320d33c5892946a82'] = 'Importer les informations associées (produits, etc.) depuis une autre boutique';
-$_LANGADM['AdminShop8409f0f4c1b13db73d10a0f148b67dda'] = 'Importer les informations de la boutique';
-$_LANGADM['AdminShopff8be7dc0dfd076e494b88721b257237'] = 'Utilisez cette option pour associer les données (produits, modules etc) de la même façon que la boutique sélectionnée';
-$_LANGADM['AdminShop7e5bf0b306c8d4608fcddb53ce9b1169'] = 'Vous ne pouvez pas changer le groupe de boutiques lorsque vous avez plus d\'une boutique';
$_LANGADM['AdminLanguagesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminLanguages8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo';
$_LANGADM['AdminLanguages49ee3087348e8d44e1feda1917443987'] = 'Nom';
@@ -1456,6 +1366,87 @@ $_LANGADM['AdminLanguagesb2c5e7132e09b09f69a01680fbc6a140'] = 'vous ne pouvez pa
$_LANGADM['AdminLanguagesbdfa43896989503e31f5d965ac83fb0f'] = 'vous ne pouvez pas effacer la langue actuellement en cours d\'utilisation, modifiez ce paramètre avant de supprimer';
$_LANGADM['AdminLanguages43a3af99a9049fc327267d6599db63b5'] = 'Ce pack n\'est pas complet et ne peut pas être utilisé.';
$_LANGADM['AdminLanguagesc8177e39573538431ca4c24841ee3fbe'] = 'Les fichiers manquants sont colorés en rouge';
+$_LANGADM['AdminShopb718adec73e04ce3ec720dd11a06a308'] = 'ID';
+$_LANGADM['AdminShop9f82518d468b9fee614fcc92f76bb163'] = 'Boutique';
+$_LANGADM['AdminShop4390988a3f7d7cfa3d8a5ecb11976f58'] = 'Groupe de boutiques';
+$_LANGADM['AdminShopfafd952418c73bbc20286f8b0ec5bd6a'] = 'Catégorie parente';
+$_LANGADM['AdminShop00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
+$_LANGADM['AdminShopd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
+$_LANGADM['AdminShope25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
+$_LANGADM['AdminShop763721005c7411c951ba93086ca02d26'] = 'Options de la boutique';
+$_LANGADM['AdminShop5bafd557247e80174f35c1870e760364'] = 'Boutique par défaut';
+$_LANGADM['AdminShopf5d52e166d3891c911dc7ac910387df6'] = 'La boutique par défaut';
+$_LANGADM['AdminShop260cede9d9f86589bb1ca1827cc0ca69'] = 'Aucune URL est configurée pour le magasin : %s';
+$_LANGADM['AdminShopa4ea91cd0d1ea33d8113457644dd6157'] = 'cliquez ici';
+$_LANGADM['AdminShop61f0fa926f97eafb392975ed79cebb4a'] = 'Nom de la boutique :';
+$_LANGADM['AdminShop580cb0ed4cf533163f82c70c7833bb9d'] = 'Groupe de boutique :';
+$_LANGADM['AdminShopfedca77235d8e28be78f54c7f960c5a0'] = 'Catégorie principale :';
+$_LANGADM['AdminShop24a23d787190f2c4812ff9ab11847a72'] = 'Statut:';
+$_LANGADM['AdminShopb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé';
+$_LANGADM['AdminShop37c0e2b9736bc4cc2005f7be3fd66fe5'] = 'Activer ou désactiver la boutique';
+$_LANGADM['AdminShopa9e4402481bd9b8e36752bf731f67eb6'] = 'Thème :';
+$_LANGADM['AdminShop38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
+$_LANGADM['AdminShop1d6af794b2599c1407a83029a09d1ecf'] = 'Transporteurs';
+$_LANGADM['AdminShop45f739d1a4b022ab097c583c38eb388f'] = 'Traductions des transporteurs';
+$_LANGADM['AdminShopb8ddfef634372f5719de857ea26c99be'] = 'Langues des catégories';
+$_LANGADM['AdminShop622f3c75de9f3481ffc58c1f292c1c2b'] = 'Page CMS';
+$_LANGADM['AdminShopbbaff12800505b22a853e8b7f4eb6a22'] = 'Contact';
+$_LANGADM['AdminShop790d59ef178acbc75d233bf4211763c6'] = 'Pays';
+$_LANGADM['AdminShopdfcfc43722eef1eab1e4a12e50a068b1'] = 'Devises';
+$_LANGADM['AdminShop9d5bf15117441a1b52eb1f0808e4aad3'] = 'Réductions';
+$_LANGADM['AdminShopfff0d600f8a0b5e19e88bfb821dd1157'] = 'Images';
+$_LANGADM['AdminShop92318dc9b42eb05bb1c958f0a15d19b9'] = 'Langues';
+$_LANGADM['AdminShop2377be3c2ad9b435ba277a73f0f1ca76'] = 'Fabricants';
+$_LANGADM['AdminShopbf17ac149e2e7a530c677e9bd51d3fd2'] = 'Modules';
+$_LANGADM['AdminShop89b58c514d07acaa086ca02b57512dcb'] = 'Points d\'accroches des modules';
+$_LANGADM['AdminShop6595ee1b0569961d7c678dab991a9a91'] = 'Exceptions des points d\'accroches des modules';
+$_LANGADM['AdminShopb6755d218d5f4e1cef9cce9cc39aeda9'] = 'Meta';
+$_LANGADM['AdminShopc269874d047098fef892a344be025303'] = 'Restrictions des pays pour le module de paiement';
+$_LANGADM['AdminShop72cfee7e99f1d0a9df6cb5434fac3665'] = 'Restrictions des groupes d\'utilisateurs pour le module de paiement';
+$_LANGADM['AdminShop9e43e210cf7bd16b8896636cae3e46b8'] = 'Restrictions des devises pour le module de paiement';
+$_LANGADM['AdminShop068f80c7519d0528fb08e82137a72131'] = 'Produits';
+$_LANGADM['AdminShop511e7adbb96dafc5569e4be09da8dc93'] = 'Langue des produits';
+$_LANGADM['AdminShopbb34f602e45a9fbcb2cdfee7a48673fc'] = 'Scènes';
+$_LANGADM['AdminShop821b8ee6937cec96c30fdafbfe836d68'] = 'Magasins';
+$_LANGADM['AdminShop6416e8cb5fc0a208d94fa7f5a300dbc4'] = 'Entrepôt';
+$_LANGADM['AdminShop99104e1966b34f0320d33c5892946a82'] = 'Importer les informations associées (produits, etc.) depuis une autre boutique';
+$_LANGADM['AdminShop8409f0f4c1b13db73d10a0f148b67dda'] = 'Importer les informations de la boutique';
+$_LANGADM['AdminShopff8be7dc0dfd076e494b88721b257237'] = 'Utilisez cette option pour associer les données (produits, modules etc) de la même façon que la boutique sélectionnée';
+$_LANGADM['AdminShop7e5bf0b306c8d4608fcddb53ce9b1169'] = 'Vous ne pouvez pas changer le groupe de boutiques lorsque vous avez plus d\'une boutique';
+$_LANGADM['AdminGroupsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
+$_LANGADM['AdminGroups49ee3087348e8d44e1feda1917443987'] = 'Nom';
+$_LANGADM['AdminGroups104d9898c04874d0fbac36e125fa1369'] = 'Réduction';
+$_LANGADM['AdminGroupsef53538ae41a651c7f72ab6cb1135d8c'] = 'Membres';
+$_LANGADM['AdminGroups3112209b2dd9b55cf5dbc4865dd15afd'] = 'Date de création';
+$_LANGADM['AdminGroupsd1457b72c3fb323a2671125aef3eab5d'] = '?';
+$_LANGADM['AdminGroups019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Sexe';
+$_LANGADM['AdminGroups8b5dd64ab8d0b8158906796b53a200e2'] = 'Adresse e-mail';
+$_LANGADM['AdminGroups9c37b7b6ff829e977df287900543ea54'] = 'Date de naissance';
+$_LANGADM['AdminGroups7442e29d7d53e549b78d93c46b8cdcfc'] = 'Commandes';
+$_LANGADM['AdminGroups00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
+$_LANGADM['AdminGroupsc38266740494aa4980d05c606fccac10'] = 'Groupe clients';
+$_LANGADM['AdminGroups38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
+$_LANGADM['AdminGroups4e140ba723a03baa6948340bf90e2ef6'] = 'Nom :';
+$_LANGADM['AdminGroupsa1e7379abfdbc3b8e03506e5489c6110'] = 'Réduction:';
+$_LANGADM['AdminGroups6ad237b9a44e75f0f947efe1d5f1ccaa'] = 'Appliquera automatiquement une réduction sur TOUS les produits de la boutique pour les membres appartenant à ce groupe';
+$_LANGADM['AdminGroups2dc9a383d693a2ded8b1ef832926ea93'] = 'Affichage des prix:';
+$_LANGADM['AdminGroups35756bfdf07485441e0b1dd219025374'] = 'Comment afficher les prix pour ce groupe de client dans le détail de commande (taxes inclues / exclues).';
+$_LANGADM['AdminGroupsbefcac0f9644a7abee43e69f49252ac4'] = 'taxes exclues';
+$_LANGADM['AdminGroupsf4a0d7cb0cd45214c8ca5912c970de13'] = 'taxes inclues';
+$_LANGADM['AdminGroupseac5d50ef423731cba328369c67d14db'] = 'Modules non autorisée :';
+$_LANGADM['AdminGroups8cf04a9734132302f96da8e113e80ce5'] = 'Accueil';
+$_LANGADM['AdminGroupsef7de3f485174ff47f061ad27d83d0ee'] = 'sélectionnés';
+$_LANGADM['AdminGroupsd0f06038b6b3aa5edc07c7a6fd3ca3f9'] = 'Rechercher une catégorie';
+$_LANGADM['AdminGroups28c5141dead257ca0310f55a75a1fdf5'] = 'Cette catégorie existe déjà pour ce groupe';
+$_LANGADM['AdminGroups0bcef9c45bd8a48eda1b26eb0c61c869'] = '%';
+$_LANGADM['AdminGroups8135a36c44911a6537e22be046849764'] = 'Attention, la réduction appliqué à une catégorie ne se cumule pas avec la réduction global mais la remplace. Le groupe est automatiquement ajoutée à la catégorie.';
+$_LANGADM['AdminGroups567183b8b1122180690be51cc6df2b74'] = 'Réduction (en %) :';
+$_LANGADM['AdminGroups34ec78fcc91ffb1e54cd85e4a0924332'] = 'Ajouter';
+$_LANGADM['AdminGroups09e0c50aac55c8ef94a811c154294f19'] = '<< Interdire';
+$_LANGADM['AdminGroups23b7863dc4dd693288037ce1ae1e2f82'] = '<< Autoriser';
+$_LANGADM['AdminGroups2e9a5410376da9d88c4623a408de2b58'] = 'Réductions actuelles :';
+$_LANGADM['AdminGroups6adf97f83acf6453d4a6a4b1070f3754'] = 'Aucun';
+$_LANGADM['AdminGroupsfb93ea877b4e204a3676b9a27fe423b9'] = 'Clients membres de ce groupe';
$_LANGADM['AdminInformation3f79383ea69a630b2928b4cf279cc9f0'] = 'Outils: Informations';
$_LANGADM['AdminInformationaf3e294442744e49788883caffaeaf19'] = 'Mettez à jour votre version de PHP';
$_LANGADM['AdminInformationc168c59890774aa16b1c1fc49168394b'] = 'Configurer votre serveur afin d\'autoriser l\'envoi de fichier';
@@ -1651,6 +1642,57 @@ $_LANGADM['AdminCountriesa86a021f16a103f44a8aa1c06e484831'] = 'Ré-affichera une
$_LANGADM['AdminCountriesfc6bff84b96cbd12e8b2acb2cbe4c979'] = 'Ré-affichera votre dernière édition de mise en page ';
$_LANGADM['AdminCountries96cddc4940425c2e51164e6f53ca3acf'] = 'Effacera la mise en page en cours';
$_LANGADM['AdminCountries4cc62307750c99e9f150d2baa18b6b81'] = 'Etes-vous certain de vouloir appliquer cette action ?';
+$_LANGADM['AdminPPreferences068f80c7519d0528fb08e82137a72131'] = 'Produits';
+$_LANGADM['AdminPPreferences90dc497d9d6686ce91ad5c94524020f0'] = 'Mode catalogue:';
+$_LANGADM['AdminPPreferences0a2ab45f848348a2626b7491ab6d8cdd'] = 'Lorsque ce paramètre est activé, toutes les fonctionnalités d\'achat sont désactivées';
+$_LANGADM['AdminPPreferences11c3382637c5733a6221acf98129b298'] = 'Autoriser la commande de produits hors stock :';
+$_LANGADM['AdminPPreferences24c3ed033892f4548a23e4c50e8f6e7f'] = 'Le bouton Ajouter au panier est caché lorsque le produit est indisponible ';
+$_LANGADM['AdminPPreferences7c96e8b786ae7bf55d100a864a73b44b'] = 'Activer la gestion des stocks :';
+$_LANGADM['AdminPPreferencesc2afe59ae613c1b64c27dba13257e404'] = 'Activer la gestion des stocks avancés:';
+$_LANGADM['AdminPPreferences769d0fbed5bbf0bb965e0cf33d1d6334'] = 'Afficher les quantités disponibles sur la page produit :';
+$_LANGADM['AdminPPreferencesa655e39faa3b79bdbfdbe59be2aa1013'] = 'Activer JqZoom au lieu de Thickbox sur les pages produits :';
+$_LANGADM['AdminPPreferences08ed0bcf3c2ad0458a120a7b46fb11aa'] = 'Afficher les attributs indisponibles sur la fiche produit';
+$_LANGADM['AdminPPreferences9b8bbcbf5a2788eb2d27b237413f7cd8'] = 'Afficher le bouton \"ajouter au panier\" lorsque le produit a des attributs';
+$_LANGADM['AdminPPreferences3ae332007d1df0ff39971bc1ae7ae27c'] = 'Nombre maximum de produits dans le comparateur :';
+$_LANGADM['AdminPPreferencesca9bccbec65b9e333e8896dbe43369df'] = '0 pour désactiver cette fonctionnalité';
+$_LANGADM['AdminPPreferences9d2f8578a64b498b2d164f7cc8e9086c'] = 'Montant total minimum requis pour valider une commande :';
+$_LANGADM['AdminPPreferences0499db31e756ee9a4f209cad2fafcbf4'] = 'Afficher les dernières quantités lorsque celles-ci sont inférieures à :';
+$_LANGADM['AdminPPreferences78ed1e99c1143172692db7f58722c93f'] = 'Nombre de jours durant lesquels un produit est considéré comme \"nouveau\" :';
+$_LANGADM['AdminPPreferences39cb26ab18c110579dec495581a11552'] = 'Redirection après avoir ajouté un produit au panier :';
+$_LANGADM['AdminPPreferences990f7aaf94657fef90a1326a88958c78'] = 'Concerne uniquement la version non-AJAX du panier';
+$_LANGADM['AdminPPreferences4b8d849da50c8e72f839c5c7e1abfe95'] = 'page précédente';
+$_LANGADM['AdminPPreferences74451598607d4a1844581e95abc69e82'] = 'récapitulatif du panier';
+$_LANGADM['AdminPPreferences759892e4fd5da7b789eee82dcca9df45'] = 'Produits par page :';
+$_LANGADM['AdminPPreferencesca7de506b98e6e8c63285923677507de'] = 'Nombre de produits par page. Valeur par défaut : 10';
+$_LANGADM['AdminPPreferencese4636eaae9d9044b9ae49392197713ed'] = 'Tri par défaut :';
+$_LANGADM['AdminPPreferencesca267c647010fcc8c76e3ccd3fddd572'] = 'Tri par défaut pour la liste des produits';
+$_LANGADM['AdminPPreferencesdf644ae155e79abf54175bd15d75f363'] = 'Nom du produit';
+$_LANGADM['AdminPPreferences290b7c47045d269e2ccfa69e6477acfe'] = 'Prix du produit';
+$_LANGADM['AdminPPreferences5b84212579db9037cfe4f22863b17789'] = 'Date d\'ajout';
+$_LANGADM['AdminPPreferences3cfcde53f39184634bc7b2344479fbc4'] = 'Position dans la catégorie';
+$_LANGADM['AdminPPreferencesc0bd7654d5b278e65f21cf4e9153fdb4'] = 'Fabricant';
+$_LANGADM['AdminPPreferencesd920ec381c352d9d92a53ed3d261e8c6'] = 'Date de modification';
+$_LANGADM['AdminPPreferencesdcf765af784bde828a35fc529a1760ef'] = 'Ordre par défaut :';
+$_LANGADM['AdminPPreferences18ab46929929152a148ad898fe038ccf'] = 'Ordre de tri par défaut pour la liste des produits';
+$_LANGADM['AdminPPreferencescf3fb1ff52ea1eed3347ac5401ee7f0c'] = 'Croissant';
+$_LANGADM['AdminPPreferencese3cf5ac19407b1a62c6fccaff675a53b'] = 'Décroissant';
+$_LANGADM['AdminPPreferences14d14736f0cc7bbd49ee5dbc335d7f60'] = 'Taille maximale de la description courte';
+$_LANGADM['AdminPPreferences9df736cf267f1f94c5a4997fecbd4e3d'] = 'Définissez la taille maximale de la description courte du produit';
+$_LANGADM['AdminPPreferencesc4d833424eba2cd43c9327d4943dc61f'] = 'Image générée par :';
+$_LANGADM['AdminPPreferences9df22f196a33acd0b372fe502de51211'] = 'auto';
+$_LANGADM['AdminPPreferenceseaae26a6fb20ed3ef54fb23bfa0b1fcc'] = 'largeur';
+$_LANGADM['AdminPPreferencesb435e227d5dd201e1768b2bcb2e0aa81'] = 'hauteur';
+$_LANGADM['AdminPPreferences32465c25dfecca0db61214b9af3bd9f1'] = 'Taille maximum des images produits :';
+$_LANGADM['AdminPPreferencese57fbdf001b4b35e6ca7dcdc628ca853'] = 'La taille maximum des images envoyées par les clients (en octets)';
+$_LANGADM['AdminPPreferences048a517fd1781ed314402df592f2ea68'] = 'Largeur :';
+$_LANGADM['AdminPPreferencesc9c4e9c1a92d9b15e0cdefc7ddb1bbd5'] = 'La largeur maximum des images envoyées par les clients';
+$_LANGADM['AdminPPreferences9a61f5ce3180789a8455f536681cabc1'] = 'Hauteur :';
+$_LANGADM['AdminPPreferencesdde6c96bcb0af50f18f37572267d904a'] = 'La hauteur maximum des images envoyées par les clients';
+$_LANGADM['AdminPPreferences044a77653804fe33652d68098d98121e'] = 'Utiliser l\'ancien système de stockage d\'images';
+$_LANGADM['AdminPPreferencese7ed00268dc16aecaac5a60aeb6f4c73'] = 'Ce réglage doit rester sur \"Oui\" à moins que vous n’ayez déplacé avec succès les images dans l\'onglet Préférences > Image';
+$_LANGADM['AdminPPreferences88694e637431115721b5241e652a178f'] = 'Remises des quantités basées sur:';
+$_LANGADM['AdminPPreferences68217d833599eb6fb56f9e6d2ca24196'] = 'Comment calculer les remises de quantité';
+$_LANGADM['AdminPPreferencesb9208b03bcc9eb4a336258dcdcb66207'] = 'Combinaisons';
$_LANGADM['AdminWarehouses63d5049791d9d79d86e9a108b0a999ca'] = 'Référence';
$_LANGADM['AdminWarehouses49ee3087348e8d44e1feda1917443987'] = 'Nom';
$_LANGADM['AdminWarehouses20890e791d8923cfff55ce5331259b34'] = 'Méthode de valorisation';
@@ -1703,59 +1745,6 @@ $_LANGADM['AdminWarehouses92b68eb7efe99b8e3d16487dc5b0224a'] = 'Cliquez ici pour
$_LANGADM['AdminWarehouses16d2b386b2034b9488996466aaae0b57'] = 'Historique';
$_LANGADM['AdminWarehousesaea92e99bc142df2bcacebabae3758a0'] = 'Cliquez ici pour afficher l\'historique (mouvements) de cet entrepôt';
$_LANGADM['AdminWarehouses815491b6dbf72f1fd26dafbacc3c3e1f'] = 'Cet entrepôt n\'éxiste pas';
-$_LANGADM['AdminPPreferences068f80c7519d0528fb08e82137a72131'] = 'Produits';
-$_LANGADM['AdminPPreferences90dc497d9d6686ce91ad5c94524020f0'] = 'Mode catalogue:';
-$_LANGADM['AdminPPreferences0a2ab45f848348a2626b7491ab6d8cdd'] = 'Lorsque ce paramètre est activé, toutes les fonctionnalités d\'achat sont désactivées';
-$_LANGADM['AdminPPreferences11c3382637c5733a6221acf98129b298'] = 'Autoriser la commande de produits hors stock :';
-$_LANGADM['AdminPPreferences24c3ed033892f4548a23e4c50e8f6e7f'] = 'Le bouton Ajouter au panier est caché lorsque le produit est indisponible ';
-$_LANGADM['AdminPPreferences7c96e8b786ae7bf55d100a864a73b44b'] = 'Activer la gestion des stocks :';
-$_LANGADM['AdminPPreferencesc2afe59ae613c1b64c27dba13257e404'] = 'Activer la gestion des stocks avancés:';
-$_LANGADM['AdminPPreferences8dad943eaf63f95012f0e090af08ac29'] = 'Lorsque ce paramètre est activé, vous pourrez gérer un stock physique, des entrepôts, et des commandes aux fournisseurs.';
-$_LANGADM['AdminPPreferences769d0fbed5bbf0bb965e0cf33d1d6334'] = 'Afficher les quantités disponibles sur la page produit :';
-$_LANGADM['AdminPPreferencesa655e39faa3b79bdbfdbe59be2aa1013'] = 'Activer JqZoom au lieu de Thickbox sur les pages produits :';
-$_LANGADM['AdminPPreferences08ed0bcf3c2ad0458a120a7b46fb11aa'] = 'Afficher les attributs indisponibles sur la fiche produit';
-$_LANGADM['AdminPPreferences9b8bbcbf5a2788eb2d27b237413f7cd8'] = 'Afficher le bouton \"ajouter au panier\" lorsque le produit a des attributs';
-$_LANGADM['AdminPPreferencesc7c54c4ed31886079cd525b60c8867c1'] = 'Affichez ou enlevez le bouton \"ajouter au panier\" sur les pages avec plusieurs produits pour les produits ayant des attributs, forçant ainsi les clients à aller voir le détail du produit et donc ses attributs.';
-$_LANGADM['AdminPPreferences3ae332007d1df0ff39971bc1ae7ae27c'] = 'Nombre maximum de produits dans le comparateur :';
-$_LANGADM['AdminPPreferencesca9bccbec65b9e333e8896dbe43369df'] = '0 pour désactiver cette fonctionnalité';
-$_LANGADM['AdminPPreferences9d2f8578a64b498b2d164f7cc8e9086c'] = 'Montant total minimum requis pour valider une commande :';
-$_LANGADM['AdminPPreferences0499db31e756ee9a4f209cad2fafcbf4'] = 'Afficher les dernières quantités lorsque celles-ci sont inférieures à :';
-$_LANGADM['AdminPPreferences78ed1e99c1143172692db7f58722c93f'] = 'Nombre de jours durant lesquels un produit est considéré comme \"nouveau\" :';
-$_LANGADM['AdminPPreferences39cb26ab18c110579dec495581a11552'] = 'Redirection après avoir ajouté un produit au panier :';
-$_LANGADM['AdminPPreferences990f7aaf94657fef90a1326a88958c78'] = 'Concerne uniquement la version non-AJAX du panier';
-$_LANGADM['AdminPPreferences4b8d849da50c8e72f839c5c7e1abfe95'] = 'page précédente';
-$_LANGADM['AdminPPreferences74451598607d4a1844581e95abc69e82'] = 'récapitulatif du panier';
-$_LANGADM['AdminPPreferences759892e4fd5da7b789eee82dcca9df45'] = 'Produits par page :';
-$_LANGADM['AdminPPreferencesca7de506b98e6e8c63285923677507de'] = 'Nombre de produits par page. Valeur par défaut : 10';
-$_LANGADM['AdminPPreferencese4636eaae9d9044b9ae49392197713ed'] = 'Tri par défaut :';
-$_LANGADM['AdminPPreferencesca267c647010fcc8c76e3ccd3fddd572'] = 'Tri par défaut pour la liste des produits';
-$_LANGADM['AdminPPreferencesdf644ae155e79abf54175bd15d75f363'] = 'Nom du produit';
-$_LANGADM['AdminPPreferences290b7c47045d269e2ccfa69e6477acfe'] = 'Prix du produit';
-$_LANGADM['AdminPPreferences5b84212579db9037cfe4f22863b17789'] = 'Date d\'ajout';
-$_LANGADM['AdminPPreferences3cfcde53f39184634bc7b2344479fbc4'] = 'Position dans la catégorie';
-$_LANGADM['AdminPPreferencesc0bd7654d5b278e65f21cf4e9153fdb4'] = 'Fabricant';
-$_LANGADM['AdminPPreferencesd920ec381c352d9d92a53ed3d261e8c6'] = 'Date de modification';
-$_LANGADM['AdminPPreferencesdcf765af784bde828a35fc529a1760ef'] = 'Ordre par défaut :';
-$_LANGADM['AdminPPreferences18ab46929929152a148ad898fe038ccf'] = 'Ordre de tri par défaut pour la liste des produits';
-$_LANGADM['AdminPPreferencescf3fb1ff52ea1eed3347ac5401ee7f0c'] = 'Croissant';
-$_LANGADM['AdminPPreferencese3cf5ac19407b1a62c6fccaff675a53b'] = 'Décroissant';
-$_LANGADM['AdminPPreferences14d14736f0cc7bbd49ee5dbc335d7f60'] = 'Taille maximale de la description courte';
-$_LANGADM['AdminPPreferences9df736cf267f1f94c5a4997fecbd4e3d'] = 'Définissez la taille maximale de la description courte du produit';
-$_LANGADM['AdminPPreferencesc4d833424eba2cd43c9327d4943dc61f'] = 'Image générée par :';
-$_LANGADM['AdminPPreferences9df22f196a33acd0b372fe502de51211'] = 'auto';
-$_LANGADM['AdminPPreferenceseaae26a6fb20ed3ef54fb23bfa0b1fcc'] = 'largeur';
-$_LANGADM['AdminPPreferencesb435e227d5dd201e1768b2bcb2e0aa81'] = 'hauteur';
-$_LANGADM['AdminPPreferences32465c25dfecca0db61214b9af3bd9f1'] = 'Taille maximum des images produits :';
-$_LANGADM['AdminPPreferencese57fbdf001b4b35e6ca7dcdc628ca853'] = 'La taille maximum des images envoyées par les clients (en octets)';
-$_LANGADM['AdminPPreferences048a517fd1781ed314402df592f2ea68'] = 'Largeur :';
-$_LANGADM['AdminPPreferencesc9c4e9c1a92d9b15e0cdefc7ddb1bbd5'] = 'La largeur maximum des images envoyées par les clients';
-$_LANGADM['AdminPPreferences9a61f5ce3180789a8455f536681cabc1'] = 'Hauteur :';
-$_LANGADM['AdminPPreferencesdde6c96bcb0af50f18f37572267d904a'] = 'La hauteur maximum des images envoyées par les clients';
-$_LANGADM['AdminPPreferences044a77653804fe33652d68098d98121e'] = 'Utiliser l\'ancien système de stockage d\'images';
-$_LANGADM['AdminPPreferencese7ed00268dc16aecaac5a60aeb6f4c73'] = 'Ce réglage doit rester sur \"Oui\" à moins que vous n’ayez déplacé avec succès les images dans l\'onglet Préférences > Image';
-$_LANGADM['AdminPPreferences88694e637431115721b5241e652a178f'] = 'Remises des quantités basées sur:';
-$_LANGADM['AdminPPreferences68217d833599eb6fb56f9e6d2ca24196'] = 'Comment calculer les remises de quantité';
-$_LANGADM['AdminPPreferencesb9208b03bcc9eb4a336258dcdcb66207'] = 'Combinaisons';
$_LANGADM['AdminStoresb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminStores59716c97497eb9694541f7c3d37b1a4d'] = 'Pays';
$_LANGADM['AdminStores46a2a41cc6e552044816a2d04634545d'] = 'État';
@@ -2728,8 +2717,6 @@ $_LANGADM['AdminController7e47a344b06d82a8836cbee2748a79e6'] = 'est requis au mo
$_LANGADM['AdminControllerf755e8b92cb8f02c24f6f539180d45b1'] = 'est trop long';
$_LANGADM['AdminController70f4b635847038d056e33959821a7a66'] = 'caractères maximum';
$_LANGADM['AdminController998b344cff693ad388a14ba89b1523c7'] = 'est invalide';
-$_LANGADM['AdminController9f82518d468b9fee614fcc92f76bb163'] = 'Boutique';
-$_LANGADM['AdminController804ccd6219996d12eda865d1c0707423'] = 'Toutes les boutiques';
$_LANGADM['AdminControllercc3787ca78f445f481069a4c047f7e7a'] = 'Chosir le language :';
$_LANGADM['AdminController3dd9c50a1e72020b9cc83e92aa7d07b9'] = 'Temps de chargement :';
$_LANGADM['AdminControllerbbaff12800505b22a853e8b7f4eb6a22'] = 'Contact';
@@ -2752,10 +2739,10 @@ $_LANGADM['AdminController5196611ad1bf27e9cef5375b038c04db'] = 'Faites-moi parti
$_LANGADM['AdminController07213a0161f52846ab198be103b5ab43'] = 'erreurs';
$_LANGADM['AdminController6357d3551190ec7e79371a8570121d3a'] = 'Il y a';
$_LANGADM['AdminController3879149292f9af4469cec013785d6dfd'] = 'avertissements';
-$_LANGADM['AdminController4ce81305b7edb043d0a7a5c75cab17d0'] = 'Il y a';
-$_LANGADM['AdminController7b83d3f08fa392b79e3f553b585971cd'] = 'avertissement';
$_LANGADM['AdminController8a3cfd894d57e33c55400fc9d76aa08a'] = 'Cliquez ici pour voir plus';
$_LANGADM['AdminControllera92269f5f14ac147a821728c23204c0b'] = 'Cacher l\'avertissement';
+$_LANGADM['AdminController4ce81305b7edb043d0a7a5c75cab17d0'] = 'Il y a';
+$_LANGADM['AdminController7b83d3f08fa392b79e3f553b585971cd'] = 'avertissement';
$_LANGADM['AdminController6a26f548831e6a8c26bfbbd9f6ec61e0'] = 'Aide';
$_LANGADM['AdminControllere9c7e4df74077626f7e42797c65273c4'] = 'et rester';
$_LANGADM['AdminSupplyOrders63d5049791d9d79d86e9a108b0a999ca'] = 'Référence';
@@ -3103,8 +3090,10 @@ $_LANGADM['AdminProductsed26f5ba7a0f0f6ca8b16c3886eb68ad'] = 'Prix final';
$_LANGADM['AdminProducts86754577897acfb25deb69039d49d9a7'] = 'Statut';
$_LANGADM['AdminProducts52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Position';
$_LANGADM['AdminProductsc4c95c36570d5a8834be5e88e2f0f6b2'] = 'Informations';
-$_LANGADM['AdminProductsfff0d600f8a0b5e19e88bfb821dd1157'] = 'Images';
$_LANGADM['AdminProductse16dd6e118732c5d1586d6aba0b62f3a'] = 'Prix';
+$_LANGADM['AdminProductsfff0d600f8a0b5e19e88bfb821dd1157'] = 'Images';
+$_LANGADM['AdminProducts0063394f0497bfd610ebac0aee7cfc34'] = 'Associations';
+$_LANGADM['AdminProductsea9cf7e47ff33b2be14e6dd07cbcefc6'] = 'Transports';
$_LANGADM['AdminProductsb9208b03bcc9eb4a336258dcdcb66207'] = 'Combinaisons';
$_LANGADM['AdminProducts98f770b0af18ca763421bac22b4b6805'] = 'Caractéristiques';
$_LANGADM['AdminProductsda22c93ccb398c72070f4000cc7b59a1'] = 'Personnalisation';
@@ -3137,16 +3126,14 @@ $_LANGADM['AdminProductsa9ba3f599719d08ba53c26c932b6860f'] = 'nombre de jours';
$_LANGADM['AdminProductsc2d675b96dd130960c9c3fb9044e13be'] = 'date d\'expiration';
$_LANGADM['AdminProductsc2aca4338baa0270267d8bf0279310f2'] = 'date d\'expiration';
$_LANGADM['AdminProductsb3f28ce65c666b3dd33240ad6921d941'] = 'n\'est pas valide';
-$_LANGADM['AdminProducts12863510995b6eb729281e1e911852af'] = 'Le comportement \"lorsque hors-stock\" doit être positionné sur \"refus des commandes\" pour les produits virtuels.';
$_LANGADM['AdminProductsc3543f3c6662fa1dedf70ed9c35053c0'] = 'Votre produit va être enregistré en tant que brouillon';
$_LANGADM['AdminProductsf8825c9f08ff15b5ef6bc3a3898817e8'] = 'Enregistrer et prévisualiser';
$_LANGADM['AdminProducts0449f210068787074ce58175b1a2f5cf'] = 'Supprimer ce produit';
$_LANGADM['AdminProductsed75712b0eb1913c28a3872731ffd48d'] = 'Dupliquer';
$_LANGADM['AdminProductsbe79f9c19dbf33fba980c3d9961bed6e'] = 'Pévisualiser';
$_LANGADM['AdminProducts3094af8ef1a9cd6080c00647a5fbfc61'] = 'Voir les ventes du produit';
-$_LANGADM['AdminProductsea4788705e6873b424c65e91c2846b19'] = 'Annuler';
-$_LANGADM['AdminProducts686e697538050e4664636337cc3b834f'] = 'Créer';
$_LANGADM['AdminProductscc78b7c8486204f81b1298df02d6e035'] = 'Ajouter une nouvelle combinaison';
+$_LANGADM['AdminProductsea4788705e6873b424c65e91c2846b19'] = 'Annuler';
$_LANGADM['AdminProductsc9cc8cce247e49bae79f15173ce97354'] = 'Enregistrer';
$_LANGADM['AdminProducts9ea67be453eaccf020697b4654fc021a'] = 'Enregistrer et rester';
$_LANGADM['AdminProductsa9e2ceb7315eca5c3974b433f0c540fb'] = 'Les numéros de compte ont été mis à jour';
@@ -3155,6 +3142,13 @@ $_LANGADM['AdminProductsba01281525ccf613566ae1c0e24de563'] = 'Les fournisseurs p
$_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['AdminProducts8cf04a9734132302f96da8e113e80ce5'] = 'Accueil';
+$_LANGADM['AdminProductsef7de3f485174ff47f061ad27d83d0ee'] = 'sélectionnée(s)';
+$_LANGADM['AdminProductsb56c3bda503a8dc4be356edb0cc31793'] = 'Tout replier';
+$_LANGADM['AdminProducts5ffd7a335dd836b3373f5ec570a58bdc'] = 'Tout étendre';
+$_LANGADM['AdminProducts5e9df908eafa83cb51c0a3720e8348c7'] = 'Tout cocher';
+$_LANGADM['AdminProducts9747d23c8cc358c5ef78c51e59cd6817'] = 'Tout décocher';
+$_LANGADM['AdminProductsd0f06038b6b3aa5edc07c7a6fd3ca3f9'] = 'Chercher une catégorie';
$_LANGADM['AdminProductsd5ba13ad00daa44c6a03d790e08cf0c8'] = 'Vous devez sauvegarder ce produit avant de pouvoir définir des prix spécifiques';
$_LANGADM['AdminProductsa6ff0f7a2a1993857cb67b769780e708'] = 'Aucun prix spécifique';
$_LANGADM['AdminProducts545f6c2f382c04810103b3e5e6f7d841'] = 'Illimité';
@@ -3176,36 +3170,13 @@ $_LANGADM['AdminProducts03937134cedab9078be39a77ee3a48a0'] = 'Groupe';
$_LANGADM['AdminProducts48881913e6addc0c3c439f02229ac91e'] = 'Appliquer à tous les produits ';
$_LANGADM['AdminProducts9639e32cab248434a17ab32237cb3b71'] = 'Appliquer';
$_LANGADM['AdminProductsac67ede5a84eb5a1add7ff4440e9a485'] = 'requis';
-$_LANGADM['AdminProducts5fd58de80d182944e9c229aa4c3b8180'] = 'Ajouter ou modifier des propriétés personnalisables';
-$_LANGADM['AdminProductsc12cf3f1af68d3bb0dacb9f9ac61349e'] = 'Champs fichier :';
-$_LANGADM['AdminProducts255cf1d721d2bd8cd7b792c23a0773c3'] = 'Nombre de champs d\'upload de fichier à afficher';
-$_LANGADM['AdminProductsb6bf408fcbdbbc77159db64efbcbb7b1'] = 'Champs texte :';
-$_LANGADM['AdminProducts2998f049bcca4beccebd03d57d35384e'] = 'Nombre de champs texte à afficher';
-$_LANGADM['AdminProductsb17f3f4dcf653a5776792498a9b44d6a'] = 'Mettre à jour les paramètres';
-$_LANGADM['AdminProducts9d63ba376b631c024125951ea2a1280d'] = 'Champs fichier :';
-$_LANGADM['AdminProducts5561b49810cadf25824adfe31a1ed9cb'] = 'Enregistrer les champs';
-$_LANGADM['AdminProductse9cb217697088a98b1937d111d936281'] = 'Document joint';
-$_LANGADM['AdminProducts6492d670e42151cc37574d99f4071f85'] = 'Nom du fichier';
-$_LANGADM['AdminProductsd0042a700e9bdf79689d63ee6846dc0e'] = 'Description :';
-$_LANGADM['AdminProducts0b27918290ff5323bea1e3b78a9cf04e'] = 'Fichier';
-$_LANGADM['AdminProductsab335fe79ef8a5e26c0dbc23332a7148'] = 'Chargez un fichier depuis votre poste de travail';
-$_LANGADM['AdminProducts92b69747c04b60634ec738b2e0d01abc'] = 'Ajouter un nouveau document joint';
-$_LANGADM['AdminProducts19f823c6453c2b1ffd09cb715214813d'] = 'Champ requis';
-$_LANGADM['AdminProducts9d38722749ec2101e437414ac2a743f9'] = 'Documents joints pour ce produit';
-$_LANGADM['AdminProducts1063e38cb53d94d386f21227fcd84717'] = 'Supprimer';
-$_LANGADM['AdminProducts3b6c024d7eff743d98d894ce0e0d1242'] = 'Documents joints disponibles';
-$_LANGADM['AdminProductsec211f7c20af43e742bf2570c3cb84f9'] = 'Ajouter';
-$_LANGADM['AdminProductsef43555f81249c93872352f5501bfedd'] = 'Mettre à jour les documents joints';
-$_LANGADM['AdminProducts8cf04a9734132302f96da8e113e80ce5'] = 'Accueil';
-$_LANGADM['AdminProductsef7de3f485174ff47f061ad27d83d0ee'] = 'sélectionnée(s)';
-$_LANGADM['AdminProductsb56c3bda503a8dc4be356edb0cc31793'] = 'Tout replier';
-$_LANGADM['AdminProducts5ffd7a335dd836b3373f5ec570a58bdc'] = 'Tout étendre';
-$_LANGADM['AdminProducts5e9df908eafa83cb51c0a3720e8348c7'] = 'Tout cocher';
-$_LANGADM['AdminProducts9747d23c8cc358c5ef78c51e59cd6817'] = 'Tout décocher';
-$_LANGADM['AdminProductsd0f06038b6b3aa5edc07c7a6fd3ca3f9'] = 'Chercher une catégorie';
+$_LANGADM['AdminProductsa890a08afc5d657bfe58f8ef21a6da65'] = 'Vous devez enregistrer ce produit avant de pouvoir le personnaliser.';
+$_LANGADM['AdminProductse42fc6cc1e61287c77a6b2dfba93111f'] = 'Vous devez enregistrer ce produit avant de pouvoir ajouter des pièces jointes.';
+$_LANGADM['AdminProducts3e06cfca1e715c7c256ef8da2098f62a'] = 'Vous devez enregistrer ce produit avant de pouvoir ajouter des images.';
$_LANGADM['AdminProducts13cdf2d0d1b996ad3a141e297c62ea6b'] = 'Cette fonctionnalité a été désactivée, vous pouvez l\'activer sur cette page:';
$_LANGADM['AdminProducts9a63ec735f057c1366284bda67eee7de'] = 'Performances';
$_LANGADM['AdminProductsddca89873b6cb1ff542e03163dfd179c'] = 'Vous devez enregistrer ce produit avant de pouvoir ajouter des déclinaison.';
+$_LANGADM['AdminProducts1ca81cd1aaff46ab65722b1a0b657b73'] = 'Vous devez enregistrer ce produit avant de pouvoir ajouter des déclinaison.';
$_LANGADM['AdminProducts287234a1ff35a314b5b6bc4e5828e745'] = 'Déclinaisons';
$_LANGADM['AdminProducts21f59b54f62b5b8b4bc0f63f0f617fc1'] = 'Impact';
$_LANGADM['AdminProducts8c489d0946f66d17d73f26366a4bf620'] = 'Poids';
@@ -3217,26 +3188,36 @@ $_LANGADM['AdminProducts58fd2b2308056ad80255a322b305742b'] = 'Nombre de jours';
$_LANGADM['AdminProducts5a95a425f74314a96f13a2f136992178'] = 'Partager';
$_LANGADM['AdminProducts93cba07454f06a4a960172bbd6e2a435'] = 'Oui';
$_LANGADM['AdminProductsbafd7322c6e97d25b6299b5d6fe8920b'] = 'Non';
-$_LANGADM['AdminProducts06df33001c1d7187fdd81ea1f5b277aa'] = 'Actions';
-$_LANGADM['AdminProducts1245fb9eadb8049b570d7bdc0936aa55'] = 'Modifier cette déclinaison';
-$_LANGADM['AdminProductsf5f0ae24e8e0435331d55d1d0351698f'] = 'Faites de cet attribut celui par défaut';
-$_LANGADM['AdminProductsd290771bddc4ea282abf5bcf8b26e6e4'] = 'Faites de cet attribut celui par défaut';
-$_LANGADM['AdminProducts729a51874fe901b092899e9e8b31c97a'] = 'Êtes-vous sûr ?';
-$_LANGADM['AdminProducts330fa1ffb267980193f6ee94424cb720'] = 'Supprimer cette déclinaison';
-$_LANGADM['AdminProducts943395f3cd91fd71f4800c5319e68d35'] = 'Supprimer toutes les déclinaisons';
-$_LANGADM['AdminProductsf22c10907735de8cabc370b142d6764a'] = 'Encore aucune déclinaison';
-$_LANGADM['AdminProductsf9c128cbc52bb845834c0d3e62b424ea'] = 'La ligne en bleu est la déclinaison par défaut.';
-$_LANGADM['AdminProducts55110f4c6a2c90b143c6fcd295cb7bc7'] = 'Une déclinaison par défaut doit être désignée pour chaque produit.';
-$_LANGADM['AdminProducts3ded4198860347448f12909814956d0f'] = 'Vous devez sauvegarder ce produit avant de gérer ses quantités';
-$_LANGADM['AdminProducts9ecd8a3d565acce8839cd76312519c07'] = 'Vous devez sauvegarder ce produit avant de gérer ses fournisseurs';
-$_LANGADM['AdminProductsfa2f043613ef7c0d8446b6a785e5857c'] = 'Vous devez sauvegarder ce produit avant de gérer ses entrepôts';
-$_LANGADM['AdminProducts7be66046997731ac05844f11ee4f6a76'] = 'Supprimer cette image';
+$_LANGADM['AdminProductsac39534471aaccc02f223e291f9d21fc'] = 'Vous devez sauvegarder ce produit avant de gérer ses quantités.';
+$_LANGADM['AdminProducts9ecd8a3d565acce8839cd76312519c07'] = 'Vous devez sauvegarder ce produit avant de gérer ses fournisseurs.';
+$_LANGADM['AdminProductsfa2f043613ef7c0d8446b6a785e5857c'] = 'Vous devez sauvegarder ce produit avant de gérer ses entrepôts.';
+$_LANGADM['AdminProductscd165c73eb0d0b368744cc027dd469bb'] = 'Vous devez sauvegarder ce produit avant de pouvoir ajouter des caractéristiques.';
$_LANGADM['AdminProducts9d9aa88574c4dab04ddd8356c377357d'] = 'Catégorie par défaut :';
$_LANGADM['AdminProducts10cbdb4839f838ce30409739435a6070'] = 'Catalogue :';
$_LANGADM['AdminProductsb61bd19699eab41bbcdabc42f83af268'] = 'Pensez à changer la catégorie par défaut.';
$_LANGADM['AdminProducts74645ed4e5e25461a664d5f68ff19098'] = 'Cocher dans quelle(s) catégorie(s) le produit doit apparaître';
$_LANGADM['AdminProducts0f26e4f64d58beb4d924627c707e43ad'] = 'Numéro de compte';
-$_LANGADM['AdminProducts9784504bdbb408d129ab4553a4de38da'] = 'Fermer l\'ajout de combinaison';
+$_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['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 :';
+$_LANGADM['AdminProductsdd8c7d4ab211f8e57f450a015dfe4131'] = 'Ajouter un accessoire';
+$_LANGADM['AdminProductse9cb217697088a98b1937d111d936281'] = 'Document joint';
+$_LANGADM['AdminProducts6492d670e42151cc37574d99f4071f85'] = 'Nom du fichier';
+$_LANGADM['AdminProductsd0042a700e9bdf79689d63ee6846dc0e'] = 'Description :';
+$_LANGADM['AdminProducts0b27918290ff5323bea1e3b78a9cf04e'] = 'Fichier';
+$_LANGADM['AdminProductsab335fe79ef8a5e26c0dbc23332a7148'] = 'Chargez un fichier depuis votre poste de travail';
+$_LANGADM['AdminProducts92b69747c04b60634ec738b2e0d01abc'] = 'Ajouter un nouveau document joint';
+$_LANGADM['AdminProducts19f823c6453c2b1ffd09cb715214813d'] = 'Champs requis';
+$_LANGADM['AdminProducts9d38722749ec2101e437414ac2a743f9'] = 'Documents joints pour ce produit';
+$_LANGADM['AdminProducts1063e38cb53d94d386f21227fcd84717'] = 'Supprimer';
+$_LANGADM['AdminProducts3b6c024d7eff743d98d894ce0e0d1242'] = 'Documents joints disponibles';
+$_LANGADM['AdminProductsec211f7c20af43e742bf2570c3cb84f9'] = 'Ajouter';
+$_LANGADM['AdminProductsef43555f81249c93872352f5501bfedd'] = 'Mettre à jour les documents joints';
+$_LANGADM['AdminProducts1245fb9eadb8049b570d7bdc0936aa55'] = 'Modifier cette déclinaison';
+$_LANGADM['AdminProductsf9c128cbc52bb845834c0d3e62b424ea'] = 'La ligne en bleu est la déclinaison par défaut.';
+$_LANGADM['AdminProducts55110f4c6a2c90b143c6fcd295cb7bc7'] = 'Une déclinaison par défaut doit être désignée pour chaque produit.';
$_LANGADM['AdminProductsfc55a6e78b7d33b0241db646dc913ef9'] = 'Modifier cette déclinaison';
$_LANGADM['AdminProducts6f39383b81d4999830ab6febe6279777'] = 'Ajouter ou modifier des déclinaisons de produit';
$_LANGADM['AdminProductsf55b3e4160181e543a17cb53dff1b218'] = 'ou aller à';
@@ -3286,6 +3267,14 @@ $_LANGADM['AdminProductsadbabbab7becdf5ef8736a64466df260'] = 'Ajouter cette déc
$_LANGADM['AdminProducts040c4cd298c6f710e3862d94a4d1145c'] = 'Modifier cette combinaison';
$_LANGADM['AdminProductsefb41efb550c9beaa9291985f7fa850a'] = 'Ajouter ce groupe de déclinaisons';
$_LANGADM['AdminProducts9230dd17b40c6d0478772e4d545abc46'] = 'Annuler la modification';
+$_LANGADM['AdminProducts5fd58de80d182944e9c229aa4c3b8180'] = 'Ajouter ou modifier des propriétés personnalisables';
+$_LANGADM['AdminProductsc12cf3f1af68d3bb0dacb9f9ac61349e'] = 'Champs fichier :';
+$_LANGADM['AdminProducts255cf1d721d2bd8cd7b792c23a0773c3'] = 'Nombre de champs d\'upload de fichier à afficher';
+$_LANGADM['AdminProductsb6bf408fcbdbbc77159db64efbcbb7b1'] = 'Champs texte :';
+$_LANGADM['AdminProducts2998f049bcca4beccebd03d57d35384e'] = 'Nombre de champs texte à afficher';
+$_LANGADM['AdminProductsb17f3f4dcf653a5776792498a9b44d6a'] = 'Mettre à jour les paramètres';
+$_LANGADM['AdminProducts9d63ba376b631c024125951ea2a1280d'] = 'Champs fichier :';
+$_LANGADM['AdminProducts5561b49810cadf25824adfe31a1ed9cb'] = 'Enregistrer les champs';
$_LANGADM['AdminProductsc7c2169d380b95e2e3672037c5ace793'] = 'Attribuer des caractéristiques à ce produit';
$_LANGADM['AdminProductsf41afefb4495b85c7b7ddf3e1ca4387f'] = 'Vous pouvez spécifier une valeur pour chaque caractéristique pertinente concernant ce produit, les champs vides ne seront pas affichés.';
$_LANGADM['AdminProductsccfc539487f4e869ef05c1607d24a772'] = 'Vous pouvez définir une valeur spécifique, ou choisir parmi les valeurs existantes pré-définis que vous avez ajouté précédemment.';
@@ -3306,7 +3295,6 @@ $_LANGADM['AdminProducts1330988644c6dfe038e00e6384ac845a'] = '< Précédent';
$_LANGADM['AdminProductsaba7bdb49b66dd8485c2586a2c88c84e'] = 'Le fichier';
$_LANGADM['AdminProducts6006a8509fdf7c46885562ae6cd70d7f'] = 'a été uploadé avec succès';
$_LANGADM['AdminProductsda092b198ff6befe7f8a2e68767b8a08'] = 'chargement en cours ...';
-$_LANGADM['AdminProducts630f6dc397fe74e52d5189e2c80f282b'] = 'Retourner à la liste';
$_LANGADM['AdminProductsfee1ad396cfeab246802224002123f39'] = 'Editer cette image de produit';
$_LANGADM['AdminProducts8bf615c78d82dede20bca75a5c73615c'] = 'Ajouter une nouvelle image pour ce produit';
$_LANGADM['AdminProductsae21d822d879539a75c3d6fd91c2acb3'] = 'Fichier :';
@@ -3316,6 +3304,8 @@ $_LANGADM['AdminProductsb908c2f34052b5276e0bf50f0e042211'] = 'Taille du fichier
$_LANGADM['AdminProductsc820e0c1d4ae16db218626f49e7916b1'] = 'Ko max.';
$_LANGADM['AdminProductsc795dfff10a7c952f4c5438951e9ece9'] = 'Image de couverture';
$_LANGADM['AdminProducts004bf6c9a40003140292e97330236c53'] = 'Action';
+$_LANGADM['AdminProducts7be66046997731ac05844f11ee4f6a76'] = 'Supprimer cette image';
+$_LANGADM['AdminProducts729a51874fe901b092899e9e8b31c97a'] = 'Êtes-vous sûr ?';
$_LANGADM['AdminProductse187fd4d086ab8cf9144f2b1b7a68b93'] = 'Infos.';
$_LANGADM['AdminProductsc0471f0320bc17eb192bbd412d236806'] = 'Informations globales sur le produit';
$_LANGADM['AdminProducts873204675cdaee94cd0e27c18c0c3d0f'] = 'Réduit le stock';
@@ -3333,10 +3323,10 @@ $_LANGADM['AdminProducts019d1ca7d50cc54b995f60d456435e87'] = 'Occasion';
$_LANGADM['AdminProducts6da03a74721a0554b7143254225cc08a'] = 'Reconditionné';
$_LANGADM['AdminProducts7825865597f0b1673524f56e335f3675'] = 'Choisir (optionnel)';
$_LANGADM['AdminProducts4cf86e65aa090f9e3acbfaba9f6af9a4'] = 'Vous êtes sur le point de perdre vos modifications, souhaitez vous continuer?';
+$_LANGADM['AdminProducts686e697538050e4664636337cc3b834f'] = 'Créer';
$_LANGADM['AdminProducts126ddccbd9f946b8cd46d88b304a2020'] = 'Merci de sélectionner au moins un produit';
$_LANGADM['AdminProductsd764262872a3bfe2b0944d1826f43a88'] = 'Merci de mettre une quantité pour ajouter un produit.';
$_LANGADM['AdminProducts4492081ca02b059f9e8af4ddaf0f7292'] = 'Pack';
-$_LANGADM['AdminProducts3b263477a8ad622d76979befafd0119d'] = 'Tapez les premières lettres du nom du produit, puis choisissez le produit dans la liste déroulante :';
$_LANGADM['AdminProducts2811dedc85918c3e3ed0becd87cbb336'] = 'Vous ne pouvez pas ajouter de produits téléchargeables à un pack.';
$_LANGADM['AdminProductsc7a915a59b56dc898c0ae52b64bed0c5'] = 'Ajouter un objet au pack';
$_LANGADM['AdminProductsc74d5593ec71cdf7d4662cd0bc379fff'] = 'Nouvel intitulé';
@@ -3346,23 +3336,10 @@ $_LANGADM['AdminProductsf8d71f7aaec730f4f1620506a158728a'] = 'Ce produit a un fi
$_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['AdminProductsd74838fbbeb384c01d7294db33c36ec3'] = 'La gestion des stocks est désactivée';
-$_LANGADM['AdminProducts10b8ce36a973c8009b521b39488a89a7'] = 'Frais de port supplémentaires';
-$_LANGADM['AdminProducts887ee91702c962a70b87cbef07bbcaec'] = 'HT';
-$_LANGADM['AdminProductsb6ef48322d4d59004db9f650344c1a8f'] = 'La taxe du transporteur sera appliquée.';
-$_LANGADM['AdminProducts3e565755572fa5df48eb811c62619098'] = 'Message quand en stock :';
-$_LANGADM['AdminProducts3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caractères interdits :';
-$_LANGADM['AdminProducts627b9f5acc2dcec1e8e341dd09df9768'] = 'Message lorsque hors-stock mais commandable :';
-$_LANGADM['AdminProducts24a1199bf4dcbef398db7660409a61d9'] = 'Si rupture de stock :';
-$_LANGADM['AdminProductsf072da215c080d985d44361e96a3cf60'] = 'Refuser les commandes';
-$_LANGADM['AdminProducts119a7c88cf8f1c685c57981abff26f43'] = 'Accepter les commandes';
-$_LANGADM['AdminProducts0871f875dff8224be3247ccedea01024'] = 'voir dans';
-$_LANGADM['AdminProductsd0834fcec6337785ee749c8f5464f6f6'] = 'Préférences';
-$_LANGADM['AdminProducts3faccbfcb5f35451302dcaff3af6cd3f'] = 'Merci de cocher une catégorie afin de sélectionner la catégorie par défaut.';
$_LANGADM['AdminProductsd88946b678e4c2f251d4e292e8142291'] = 'SEO';
$_LANGADM['AdminProducts2651608f8f1c6f391f919be228a6ee62'] = 'Cliquez ici pour améliorer votre position dans les moteurs de recherche (SEO)';
$_LANGADM['AdminProducts7b250cb374c12c42a75227ba75df7779'] = 'Balise :';
-$_LANGADM['AdminProducts18a2ecd7e67529945cf93821d3fc438f'] = 'Titre de la fiche produit, laissez vide pour utiliser le nom du produit';
+$_LANGADM['AdminProducts18a2ecd7e67529945cf93821d3fc438f'] = 'Titre de la fiche produit, laisser vide pour utiliser le nom du produit';
$_LANGADM['AdminProductsa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta description :';
$_LANGADM['AdminProductsb2e3e379189bcd9251937acc4dcf37e8'] = 'Une phrase de description';
$_LANGADM['AdminProducts394deec8b4e901394f69ad41095b1ecc'] = 'Meta mots-clefs :';
@@ -3384,12 +3361,9 @@ $_LANGADM['AdminProducts03e895d6310cdab805586fce4123ed08'] = 'Sélectionner le t
$_LANGADM['AdminProducts883cb219650dc3aa23733c0aa59a2ef7'] = 'Code à insérer dans votre description';
$_LANGADM['AdminProducts29e6c2eef6a0b578f4c0395c1b8f5b88'] = 'Ce code est à copier/coller dans la description.';
$_LANGADM['AdminProducts32b502f33a535f75dcbf63f6753c631e'] = 'Tags :';
+$_LANGADM['AdminProducts3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caractères interdits :';
$_LANGADM['AdminProducts8fca858b27c5837dcb22c398aca5e0fc'] = 'Tags séparés par des virgules (ex : dvd, lecteur dvd, hifi)';
-$_LANGADM['AdminProductsbe26ade2055790d0e8d19eed69309574'] = 'Accessoires :';
-$_LANGADM['AdminProductsd18324caa0ff21355efe5b6df70a3640'] = '(N\'oubliez pas d\'enregistrer le produit ensuite)';
-$_LANGADM['AdminProductsdd8c7d4ab211f8e57f450a015dfe4131'] = 'Ajouter un accessoire';
$_LANGADM['AdminProducts28006174c29b4b11d08cbb81c5823a0f'] = 'Aller à la catégorie :';
-$_LANGADM['AdminProducts290b7c47045d269e2ccfa69e6477acfe'] = 'Le prix des produits';
$_LANGADM['AdminProducts2aa2ef9d99efe99c01d0c1fb2a3838e5'] = 'Prix d\'achat HT :';
$_LANGADM['AdminProducts8a1c241e92c26b92eaae87afa337eaa3'] = 'Le prix d\'achat auquel vous avez eu le produit';
$_LANGADM['AdminProductse8fce60a7ce078b55bd02a1c25748f16'] = 'Prix de vente HT :';
@@ -3404,12 +3378,13 @@ $_LANGADM['AdminProductsb2a474662dea2c96d1bc18cee6208eef'] = 'Par exemple. 15
$_LANGADM['AdminProducts184dba60ea740430441d13a7e8213691'] = 'Affiche \"en solde\" en icône sur la page produit ainsi qu\'en texte sur les pages catégories';
$_LANGADM['AdminProducts7b988b81a5fe3114360063de23f49016'] = 'Prix de vente final :';
$_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['AdminProductsc1649abdccba825a27f5820f126c8454'] = 'Ajouter un nouveau prix spécifiques';
$_LANGADM['AdminProductsf98188b975d57e9dfc3137c7c9f9a5da'] = 'Pour :';
$_LANGADM['AdminProducts8ed07686e8486f87c4e0d491b0949904'] = 'Combinaison :';
$_LANGADM['AdminProductsc77b86cdeed7ed9197db5858fa3b5fd0'] = 'Appliquer à toutes les combinaisons';
-$_LANGADM['AdminProducts06444363878572ed1fd5c9342cd5884f'] = 'Disponible auprès de :';
+$_LANGADM['AdminProducts06444363878572ed1fd5c9342cd5884f'] = 'Disponible à partir de :';
$_LANGADM['AdminProducts01b6e20344b68835c5ed1ddedf20d531'] = 'à';
$_LANGADM['AdminProducts95b6faa9d75417fe5e7767a733ab6fb4'] = 'À partir de';
$_LANGADM['AdminProducts3e34bdebd9bd5edda27e8728904a2552'] = 'l\'unité';
@@ -3422,7 +3397,18 @@ $_LANGADM['AdminProductsbf76a848be16c05c7745225af43220ed'] = 'Ce n\'est pas poss
$_LANGADM['AdminProductsd53b24576909e16a71502adafb901d4d'] = 'Je veux définir mes quantités manuellement, et gérer mon stock de façon indépendante.';
$_LANGADM['AdminProducts694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantité';
$_LANGADM['AdminProductsf107f5a9ee4ecea58d0f29ae7959baa8'] = 'Nom';
+$_LANGADM['AdminProducts24a1199bf4dcbef398db7660409a61d9'] = 'Si rupture de stock :';
+$_LANGADM['AdminProductsf072da215c080d985d44361e96a3cf60'] = 'Refuser les commandes';
+$_LANGADM['AdminProducts119a7c88cf8f1c685c57981abff26f43'] = 'Accepter les commandes';
$_LANGADM['AdminProductsabdce1ce11e706002227550e5658af79'] = 'comme défini dans les Préférences';
+$_LANGADM['AdminProductsd74838fbbeb384c01d7294db33c36ec3'] = 'La gestion des stocks est désactivée';
+$_LANGADM['AdminProducts3e565755572fa5df48eb811c62619098'] = 'Message quand en stock :';
+$_LANGADM['AdminProducts627b9f5acc2dcec1e8e341dd09df9768'] = 'Message lorsque hors-stock mais commandable :';
+$_LANGADM['AdminProducts9d74dc485c5bf552c65dd6a2a3596a59'] = 'Sauvegarde des données...';
+$_LANGADM['AdminProductsd115f8db0c5bb28f9f21f005b4b4caa8'] = 'Une erreur est appararu pendant la sauvegarde des données...';
+$_LANGADM['AdminProductse6ff0db3b8285dce688b7f9a44e4915b'] = 'Données sauvegardé';
+$_LANGADM['AdminProducts10b8ce36a973c8009b521b39488a89a7'] = 'Frais de port supplémentaires';
+$_LANGADM['AdminProductsb6ef48322d4d59004db9f650344c1a8f'] = 'La taxe du transporteur sera appliquée.';
$_LANGADM['AdminProducts0ba05d9030c37586ec90a10b26f3d425'] = 'Fournisseurs du produit';
$_LANGADM['AdminProductsd3c23a0ba4a3f027d6acaeb67c4391e4'] = 'Cette interface vous permet de spécifier les fournisseurs pour un produit donné.';
$_LANGADM['AdminProducts8f1a864ccfbcab6bd57f058d5d2b42b2'] = 'Il est également possible de définir les références fournisseurs pour chaque produit.';
@@ -3433,6 +3419,8 @@ $_LANGADM['AdminProducts7de42ace590ac5849de386ffccb38958'] = 'Nom du fournisseur
$_LANGADM['AdminProducts7a1920d61156abc05a60135aefe8bc67'] = 'Defaut';
$_LANGADM['AdminProducts7164d9223003cb3505836cf3afebcb67'] = 'Référence(s) produit(s)';
$_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['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.';