diff --git a/controllers/admin/AdminImportController.php b/controllers/admin/AdminImportController.php index c8c79b2a1..c7fc38fe7 100644 --- a/controllers/admin/AdminImportController.php +++ b/controllers/admin/AdminImportController.php @@ -122,10 +122,10 @@ class AdminImportControllerCore extends AdminController 'ean13' => array('label' => $this->l('EAN13')), 'upc' => array('label' => $this->l('UPC')), 'wholesale_price' => array('label' => $this->l('Wholesale price')), - 'price' => array('label' => $this->l('Price')), + 'price' => array('label' => $this->l('Impact on price')), 'ecotax' => array('label' => $this->l('Ecotax')), 'quantity' => array('label' => $this->l('Quantity')), - 'weight' => array('label' => $this->l('Weight')), + 'weight' => array('label' => $this->l('Impact on weight')), 'default_on' => array('label' => $this->l('Default')), 'image_position' => array( 'label' => $this->l('Image position') diff --git a/translations/fr/admin.php b/translations/fr/admin.php index 08e56d386..166f56bb5 100644 --- a/translations/fr/admin.php +++ b/translations/fr/admin.php @@ -3442,10 +3442,10 @@ $_LANGADM['AdminImport63d5049791d9d79d86e9a108b0a999ca'] = 'Référence'; $_LANGADM['AdminImport52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; $_LANGADM['AdminImportfbd99ad01b92dbafc686772a39e3d065'] = 'UPC'; $_LANGADM['AdminImportc804723ccdde3d7a46933b208c6f928d'] = 'Prix d\'achat'; -$_LANGADM['AdminImport3601146c4e948c32b6424d2c0a7f0118'] = 'Prix'; +$_LANGADM['AdminImport622d67c7a2ea6386a4480e02b12fadd8'] = 'Impact sur le prix'; $_LANGADM['AdminImporte92cfa244b5eb9025d07522080468445'] = 'Eco taxe'; $_LANGADM['AdminImport694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantité'; -$_LANGADM['AdminImport8c489d0946f66d17d73f26366a4bf620'] = 'Poids'; +$_LANGADM['AdminImport3c1a34587e45bd9e9ae2efd9a6ecbb92'] = 'Impact sur le poids'; $_LANGADM['AdminImport7a1920d61156abc05a60135aefe8bc67'] = 'Défaut'; $_LANGADM['AdminImport9b93b45649ec5961b8cc84e905964683'] = 'Position de l\'image'; $_LANGADM['AdminImport427b6d816d7fdd86cabe48d8180a3cc9'] = 'URL de l\'image'; @@ -3472,6 +3472,7 @@ $_LANGADM['AdminImport6928b30c9f87670d7621fe8f1fef7054'] = 'Référence '; $_LANGADM['AdminImportc7d4affd54ce760d4731e21e3aa506fd'] = 'Référence fournisseur'; $_LANGADM['AdminImportec136b444eede3bc85639fac0dd06229'] = 'Fournisseur'; $_LANGADM['AdminImportc0bd7654d5b278e65f21cf4e9153fdb4'] = 'Fabricant'; +$_LANGADM['AdminImport8c489d0946f66d17d73f26366a4bf620'] = 'Poids'; $_LANGADM['AdminImportc1069a480848e06782b81b8bea9c0c94'] = 'Description courte'; $_LANGADM['AdminImportbede52f418b34b1ab0db65f9450bdfc3'] = 'Tags (x,y,z...)'; $_LANGADM['AdminImport927f1f2b947a6e113e98af5ae86fcc49'] = 'Texte en stock';