{l s='How to restore a database Backup in 10 easy steps:'}
-
{l s='Set "Enable Shop" to "No" in the Preferences > Maintenance tab.'}
+
{l s='Set "Enable Shop" to "No" in the "Maintenance" page under the "Preferences" menu.'}
{l s='Download the Backup from the list below or from your FTP server (in the folder "admin/backups").'}
{l s='Check the Backup integrity: look for errors, incomplete file, etc. Be sure to verify all your data.'}
{l s='Ask your hosting provider for "phpMyAdmin" access to your database'}
diff --git a/controllers/admin/AdminCarriersController.php b/controllers/admin/AdminCarriersController.php
index 4a93b2c90..b3ba82874 100644
--- a/controllers/admin/AdminCarriersController.php
+++ b/controllers/admin/AdminCarriersController.php
@@ -167,7 +167,7 @@ class AdminCarriersControllerCore extends AdminController
'.$this->l('Fill in the fields and click "Save."').'
'.
$this->l('You need to set a price range or a weight range for which the new carrier will be available.').' '.
- $this->l('Under the "Shipping" tab, click either "Price Ranges" or "Weight Ranges."').'
+ $this->l('Under the "Shipping" menu, click either "Price Ranges" or "Weight Ranges".').'
'.$this->l('Click "Add new."').'
'.
@@ -175,7 +175,7 @@ class AdminCarriersControllerCore extends AdminController
$this->l('For example, the carrier can be made available for a weight range between 0 and 5lbs. Another carrier can have a range between 5 and 10lbs.').'
'.$this->l('When you are done, click "Save."').'
-
'.$this->l('Click on the "Shipping" tab.').'
+
'.$this->l('Click on the "Shipping" menu.').'
'.
$this->l('You need to set the fees that will be applied for this carrier.').' '.
$this->l('At the bottom on the page, in the "Fees" section, select the name of the carrier.').'
diff --git a/controllers/admin/AdminContactsController.php b/controllers/admin/AdminContactsController.php
index 61afec9a6..c91720abc 100644
--- a/controllers/admin/AdminContactsController.php
+++ b/controllers/admin/AdminContactsController.php
@@ -78,7 +78,7 @@ class AdminContactsControllerCore extends AdminController
'required' => false,
'class' => 't',
'is_bool' => true,
- 'desc' => $this->l('If enabled, all messages will be saved in the "Customer Service" tab'),
+ 'desc' => $this->l('If enabled, all messages will be saved in the "Customer Service" page under the "Customer" menu'),
'values' => array(
array(
'id' => 'customer_service_on',
diff --git a/controllers/admin/AdminEmployeesController.php b/controllers/admin/AdminEmployeesController.php
index 79c4a35ac..33595fbd9 100644
--- a/controllers/admin/AdminEmployeesController.php
+++ b/controllers/admin/AdminEmployeesController.php
@@ -210,9 +210,9 @@ class AdminEmployeesControllerCore extends AdminController
),
array(
'type' => 'default_tab',
- 'label' => $this->l('Default tab'),
+ 'label' => $this->l('Default page'),
'name' => 'default_tab',
- 'desc' => $this->l('This tab will be displayed just after login'),
+ 'desc' => $this->l('This page will be displayed just after login'),
'options' => $this->tabs_list
),
array(
diff --git a/controllers/admin/AdminHomeController.php b/controllers/admin/AdminHomeController.php
index d5c88a5a8..6a73b8d58 100644
--- a/controllers/admin/AdminHomeController.php
+++ b/controllers/admin/AdminHomeController.php
@@ -169,7 +169,7 @@ class AdminHomeControllerCore extends AdminController
$shop = Context::getContext()->shop;
if ($_SERVER['HTTP_HOST'] != $shop->domain && $_SERVER['HTTP_HOST'] != $shop->domain_ssl)
$this->displayWarning($this->l('You are currently connected with the following domain name:').' '.$_SERVER['HTTP_HOST'].' '.
- $this->l('This is different from the main shop domain name set in shop tab:').' '.$shop->domain.'
+ $this->l('This is different from the main shop domain name set in "Multistore" page under the "Advanced Parameters" menu:').' '.$shop->domain.' '.
$this->l('Click here if you want to modify the main shop domain name').'');
}
diff --git a/controllers/admin/AdminImagesController.php b/controllers/admin/AdminImagesController.php
index 2d089028c..5795e29bd 100644
--- a/controllers/admin/AdminImagesController.php
+++ b/controllers/admin/AdminImagesController.php
@@ -139,7 +139,7 @@ class AdminImagesControllerCore extends AdminController
),
'PS_LEGACY_IMAGES' => array(
'title' => $this->l('Use the legacy image filesystem'),
- 'desc' => $this->l('This should be set to yes unless you successfully moved images in Preferences > Images tab'),
+ 'desc' => $this->l('This should be set to yes unless you successfully moved images in "Images" page under the "Preferences" menu'),
'validation' => 'isBool',
'cast' => 'intval',
'required' => false,
diff --git a/controllers/admin/AdminImportController.php b/controllers/admin/AdminImportController.php
index f7ed7d6da..ba4966cd0 100644
--- a/controllers/admin/AdminImportController.php
+++ b/controllers/admin/AdminImportController.php
@@ -2561,7 +2561,7 @@ class AdminImportControllerCore extends AdminController
If your server configuration allows it, you may add a directive in your .htaccess, for example:')
.' php_value post_max_size 20M '.
- Tools::displayError('(click to open "Generators" tab)').'';
+ Tools::displayError('(click to open "Generators" page)').'';
break;
break;
case UPLOAD_ERR_PARTIAL:
diff --git a/controllers/admin/AdminMetaController.php b/controllers/admin/AdminMetaController.php
index 38dc6efb9..f24ca43c4 100644
--- a/controllers/admin/AdminMetaController.php
+++ b/controllers/admin/AdminMetaController.php
@@ -149,7 +149,7 @@ class AdminMetaControllerCore extends AdminController
}
}
else
- $shop_url_options['description'] = $this->l('Multistore option is enabled, if you want to change the URL of your shop you have to go to "Advanced Parameters" -> "Multistore" tab.');
+ $shop_url_options['description'] = $this->l('Multistore option is enabled, if you want to change the URL of your shop you have to go to "Multistore" page under the "Advanced Parameters" menu.');
// List of options
$this->fields_options = array(
diff --git a/controllers/admin/AdminPreferencesController.php b/controllers/admin/AdminPreferencesController.php
index df56119c7..6f0da3fa0 100644
--- a/controllers/admin/AdminPreferencesController.php
+++ b/controllers/admin/AdminPreferencesController.php
@@ -88,7 +88,7 @@ class AdminPreferencesControllerCore extends AdminController
),
'PS_MULTISHOP_FEATURE_ACTIVE' => array(
'title' => $this->l('Enable Multistore'),
- 'desc' => $this->l('Multistore feature allows you to manage several shops with one back-office. If this feature is enabled, a "Multistore" tab will be available in the "Advanced Parameters" menu.'),
+ 'desc' => $this->l('Multistore feature allows you to manage several shops with one back-office. If this feature is enabled, a "Multistore" page will be available in the "Advanced Parameters" menu.'),
'validation' => 'isBool',
'cast' => 'intval',
'type' => 'bool',
diff --git a/controllers/admin/AdminStockManagementController.php b/controllers/admin/AdminStockManagementController.php
index 1769c522c..d9b161c7c 100644
--- a/controllers/admin/AdminStockManagementController.php
+++ b/controllers/admin/AdminStockManagementController.php
@@ -108,7 +108,7 @@ class AdminStockManagementControllerCore extends AdminController
$this->displayInformation($this->l('This interface allows you to manage the stocks of each of your products and their variations.').' ');
$this->displayInformation($this->l('Through this interface, you can increase quantities (add) and decrease quantities (delete) of products for a given warehouse.'));
$this->displayInformation($this->l('Furthermore, you can move quantities of (transfer) products between warehouses, or within one warehouse.').' ');
- $this->displayInformation($this->l('Note that if you want to increase quantities of multiple products at once, you can use the supply orders tab.').' ');
+ $this->displayInformation($this->l('Note that if you want to increase quantities of multiple products at once, you can use the "Supply orders" page under the "Stock" menu.').' ');
$this->displayInformation($this->l('Finally, you will be asked to specify the state of the quantity you will add:'));
$this->displayInformation($this->l('Usable for sale means that this quantity will be available in your shop(s),'));
$this->displayInformation($this->l('otherwise it will be considered reserved (i.e. for other purposes).'));
diff --git a/controllers/admin/AdminTabsController.php b/controllers/admin/AdminTabsController.php
index e7ad833c8..a39b35dee 100644
--- a/controllers/admin/AdminTabsController.php
+++ b/controllers/admin/AdminTabsController.php
@@ -103,7 +103,7 @@ class AdminTabsControllerCore extends AdminController
$this->fields_form = array(
'legend' => array(
- 'title' => $this->l('Tabs'),
+ 'title' => $this->l('Menus'),
'image' => '../img/admin/tab.gif'
),
'input' => array(
@@ -157,7 +157,7 @@ class AdminTabsControllerCore extends AdminController
'label' => $this->l('Disabled')
)
),
- 'desc' => $this->l('Show or hide tab.')
+ 'desc' => $this->l('Show or hide menu.')
),
array(
'type' => 'select',
@@ -272,7 +272,7 @@ class AdminTabsControllerCore extends AdminController
Tools::redirectAdmin(self::$currentIndex.'&conf=5&token='.Tools::getAdminTokenLite('AdminTabs'));
}
elseif (Tools::isSubmit('submitAddtab') && Tools::getValue('id_tab') === Tools::getValue('id_parent'))
- $this->errors[] = Tools::displayError('You can\'t put this tab in itself');
+ $this->errors[] = Tools::displayError('You can\'t put this menu in itself');
else
{
// Temporary add the position depend of the selection of the parent category
diff --git a/controllers/admin/AdminTranslationsController.php b/controllers/admin/AdminTranslationsController.php
index 0f2ce400d..f66207dfb 100644
--- a/controllers/admin/AdminTranslationsController.php
+++ b/controllers/admin/AdminTranslationsController.php
@@ -1730,12 +1730,12 @@ class AdminTranslationsControllerCore extends AdminController
if (Tools::file_exists_cache($this->translations_informations['modules']['dir']))
$modules = scandir($this->translations_informations['modules']['dir']);
else
- $this->displayWarning(Tools::displayError('There are no modules in your copy of PrestaShop. Use the Modules tab to activate them or go to our Website to download additional Modules.'));
+ $this->displayWarning(Tools::displayError('There are no modules in your copy of PrestaShop. Use the Modules page to activate them or go to our Website to download additional Modules.'));
else
if (Tools::file_exists_cache($this->translations_informations['modules']['override']['dir']))
$modules = scandir($this->translations_informations['modules']['override']['dir']);
else
- $this->displayWarning(Tools::displayError('There are no modules in your copy of PrestaShop. Use the Modules tab to activate them or go to our Website to download additional Modules.'));
+ $this->displayWarning(Tools::displayError('There are no modules in your copy of PrestaShop. Use the Modules page to activate them or go to our Website to download additional Modules.'));
return $modules;
}
diff --git a/install-dev/data/xml/tab.xml b/install-dev/data/xml/tab.xml
index f285c321e..91257720c 100644
--- a/install-dev/data/xml/tab.xml
+++ b/install-dev/data/xml/tab.xml
@@ -276,7 +276,7 @@
AdminAccess
-
+ AdminTabs
diff --git a/install-dev/langs/de/data/tab.xml b/install-dev/langs/de/data/tab.xml
index a99de409b..b1fd63aa7 100644
--- a/install-dev/langs/de/data/tab.xml
+++ b/install-dev/langs/de/data/tab.xml
@@ -90,7 +90,7 @@
-
+
diff --git a/install-dev/langs/en/data/tab.xml b/install-dev/langs/en/data/tab.xml
index 83a9061a8..ac952246b 100644
--- a/install-dev/langs/en/data/tab.xml
+++ b/install-dev/langs/en/data/tab.xml
@@ -90,7 +90,7 @@
-
+
diff --git a/install-dev/langs/es/data/tab.xml b/install-dev/langs/es/data/tab.xml
index d0db7547d..a7f1021cc 100644
--- a/install-dev/langs/es/data/tab.xml
+++ b/install-dev/langs/es/data/tab.xml
@@ -90,7 +90,7 @@
-
+
diff --git a/install-dev/langs/fr/data/tab.xml b/install-dev/langs/fr/data/tab.xml
index f19afe3f5..789598a3d 100644
--- a/install-dev/langs/fr/data/tab.xml
+++ b/install-dev/langs/fr/data/tab.xml
@@ -90,7 +90,7 @@
-
+
diff --git a/install-dev/langs/it/data/tab.xml b/install-dev/langs/it/data/tab.xml
index 26e913ce4..e8e2e4d34 100644
--- a/install-dev/langs/it/data/tab.xml
+++ b/install-dev/langs/it/data/tab.xml
@@ -90,7 +90,7 @@
-
+
diff --git a/install-dev/upgrade/sql/1.5.0.17.sql b/install-dev/upgrade/sql/1.5.0.17.sql
index 138794934..a314aa653 100644
--- a/install-dev/upgrade/sql/1.5.0.17.sql
+++ b/install-dev/upgrade/sql/1.5.0.17.sql
@@ -8,3 +8,5 @@ ALTER TABLE `PREFIX_customer_message` ADD `read` tinyint(1) NOT NULL default '0'
INSERT INTO `PREFIX_configuration`(`name`, `value`, `date_add`, `date_upd`) VALUES ('PS_ALLOW_MOBILE_DEVICE', '1', NOW(), NOW());
/* PHP:p15017_add_id_shop_to_primary_key(); */;
+
+UPDATE `PREFIX_tab_lang` SET `name` = 'Menus' WHERE `name` = 'tabs' AND `id_tab` = (SELECT `id_tab` FROM `PREFIX_tab` WHERE `class_name` = 'AdminTabs' LIMIT 1) AND `id_lang` IN (SELECT `id_lang` FROM `PREFIX_lang` WHERE `iso_code` IN ('en','fr','es','de','it'));
diff --git a/modules/blockcustomerprivacy/blockcustomerprivacy.php b/modules/blockcustomerprivacy/blockcustomerprivacy.php
index dbf035be3..80fda39fe 100644
--- a/modules/blockcustomerprivacy/blockcustomerprivacy.php
+++ b/modules/blockcustomerprivacy/blockcustomerprivacy.php
@@ -140,7 +140,7 @@ class Blockcustomerprivacy extends Module
'.$this->l('Message that will be displayed in the account creation form.').'
- '.$this->l('Tips: Remember that if the text is too long to be written directly in the form, you can add a link to one of your pages created via the CMS tab.').'
+ '.$this->l('Tips: Remember that if the text is too long to be written directly in the form, you can add a link to one of your pages created via the "CMS" page under the "Preferences" menu.').'
diff --git a/modules/blockcustomerprivacy/translations/de.php b/modules/blockcustomerprivacy/translations/de.php
index 8019a9ed4..11d575b7a 100644
--- a/modules/blockcustomerprivacy/translations/de.php
+++ b/modules/blockcustomerprivacy/translations/de.php
@@ -7,7 +7,7 @@ $_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_3a32ec2dbd8d955
$_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_20015706a8cbd457cbb6ea3e7d5dc9b3'] = 'Konfiguration aktualisiert';
$_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_b75fe4f32f17eb695f145704a8909146'] = 'Nachricht für Kunden des Datenschutzes';
$_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_03e6791c07164957bb87bfad5030f846'] = 'Nachricht, dass in der Account-Erstellung Form angezeigt werden.';
-$_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_2d4e74ab9c95452f5948cd959d186b6d'] = 'Tipps: Denken Sie daran, dass, wenn der Text zu lang, um direkt in das Formular geschrieben werden, können Sie einen Link zu einer Ihrer Seiten über das CMS Register erstellt haben.';
+$_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_4b1d5885ba2b2cfa06bb3a705a265871'] = 'Tipps: Denken Sie daran, dass, wenn der Text zu lang, um direkt in das Formular geschrieben werden, können Sie einen Link zu einer Ihrer Seiten über das CMS Register erstellt haben.';
$_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_c9cc8cce247e49bae79f15173ce97354'] = 'Speichern';
$_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_ffeb523df77567c7fad7faf8af5f7e46'] = 'Bitte stimmen Sie mit dem Kunden des Datenschutzes, indem Sie das Kontrollkästchen unten.';
$_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_fb0440f9ca32a8b49eded51b09e70821'] = 'Kunden Datenschutz';
diff --git a/modules/blockcustomerprivacy/translations/es.php b/modules/blockcustomerprivacy/translations/es.php
index 64c3a7def..b4bdc675b 100644
--- a/modules/blockcustomerprivacy/translations/es.php
+++ b/modules/blockcustomerprivacy/translations/es.php
@@ -7,7 +7,7 @@ $_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_3a32ec2dbd8d955
$_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_20015706a8cbd457cbb6ea3e7d5dc9b3'] = 'Configuración actualizada';
$_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_b75fe4f32f17eb695f145704a8909146'] = 'Mensaje sobre la privacidad de datos de los clientes';
$_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_03e6791c07164957bb87bfad5030f846'] = 'Mensaje que se mostrará en el formulario de creación de la cuenta.';
-$_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_2d4e74ab9c95452f5948cd959d186b6d'] = 'Sugerencias: Recuerde que si el texto es demasiado largo para ser escrito directamente en el formulario, puede añadir un enlace a una de sus páginas creadas a través de la ficha de la CMS.';
+$_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_4b1d5885ba2b2cfa06bb3a705a265871'] = 'Sugerencias: Recuerde que si el texto es demasiado largo para ser escrito directamente en el formulario, puede añadir un enlace a una de sus páginas creadas a través de la ficha de la CMS.';
$_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_c9cc8cce247e49bae79f15173ce97354'] = 'Guardar';
$_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_ffeb523df77567c7fad7faf8af5f7e46'] = 'Por favor, acepte el acuerdo sobre la privacidad de los datos de los clientes marcando la casilla de abajo.';
$_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_fb0440f9ca32a8b49eded51b09e70821'] = 'Privacidad de los datos de los clientes';
diff --git a/modules/blockcustomerprivacy/translations/fr.php b/modules/blockcustomerprivacy/translations/fr.php
index 1b8073a31..92c782c93 100644
--- a/modules/blockcustomerprivacy/translations/fr.php
+++ b/modules/blockcustomerprivacy/translations/fr.php
@@ -9,7 +9,7 @@ $_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_0560788430987c4
$_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_20015706a8cbd457cbb6ea3e7d5dc9b3'] = 'Configuration mise à jour';
$_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_b75fe4f32f17eb695f145704a8909146'] = 'Message concernant la confidentialité des données clients';
$_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_03e6791c07164957bb87bfad5030f846'] = 'Le message sera affiché sur le formulaire de création de compte.';
-$_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_2d4e74ab9c95452f5948cd959d186b6d'] = 'Astuce : si votre texte est trop long pour être affiché entièrement sur le formulaire d\'inscription sans gêner la navigation, vous pouvez à la place indiquer un lien vers une des pages que vous avez créées via l\'onglet CMS.';
+$_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_4b1d5885ba2b2cfa06bb3a705a265871'] = 'Astuce : si votre texte est trop long pour être affiché entièrement sur le formulaire d\'inscription sans gêner la navigation, vous pouvez à la place indiquer un lien vers une des pages que vous avez créées via la page \"CMS\".';
$_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_c9cc8cce247e49bae79f15173ce97354'] = 'Enregistrer';
$_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_ffeb523df77567c7fad7faf8af5f7e46'] = 'Veuillez accepter nos conditions concernant la confidentialité des données clients, en cochant la case ci-dessous.';
$_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_fb0440f9ca32a8b49eded51b09e70821'] = 'Confidentialité des données clients';
diff --git a/modules/blockcustomerprivacy/translations/it.php b/modules/blockcustomerprivacy/translations/it.php
index c48988e73..ea08c3192 100644
--- a/modules/blockcustomerprivacy/translations/it.php
+++ b/modules/blockcustomerprivacy/translations/it.php
@@ -7,7 +7,7 @@ $_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_3a32ec2dbd8d955
$_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_20015706a8cbd457cbb6ea3e7d5dc9b3'] = 'Configurazione aggiornata';
$_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_b75fe4f32f17eb695f145704a8909146'] = 'Messaggio per la privacy dei dati dei clienti';
$_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_03e6791c07164957bb87bfad5030f846'] = 'Messaggio che verrà visualizzato sotto forma di creazione dell\'account.';
-$_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_2d4e74ab9c95452f5948cd959d186b6d'] = 'Suggerimento: Ricordate che se il testo è troppo lungo per essere scritto direttamente in forma, è possibile aggiungere un link ad una delle pagine create tramite la scheda CMS.';
+$_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_4b1d5885ba2b2cfa06bb3a705a265871'] = 'Suggerimento: Ricordate che se il testo è troppo lungo per essere scritto direttamente in forma, è possibile aggiungere un link ad una delle pagine create tramite la scheda CMS.';
$_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_c9cc8cce247e49bae79f15173ce97354'] = 'Salvare';
$_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_ffeb523df77567c7fad7faf8af5f7e46'] = 'Si prega di concordare con la riservatezza dei dati dei clienti spuntando la casella qui sotto.';
$_MODULE['<{blockcustomerprivacy}prestashop>blockcustomerprivacy_fb0440f9ca32a8b49eded51b09e70821'] = 'Privacy dei dati dei clienti';
diff --git a/modules/themeinstallator/themeinstallator.php b/modules/themeinstallator/themeinstallator.php
index 934fd4535..a0e918466 100644
--- a/modules/themeinstallator/themeinstallator.php
+++ b/modules/themeinstallator/themeinstallator.php
@@ -620,7 +620,7 @@ class ThemeInstallator extends Module
else
{
$errors = ''.
- $this->l('Warning: Copy/Paste your errors if you want to manually set the image type (in the tab Preferences > Images):').
+ $this->l('Warning: Copy/Paste your errors if you want to manually set the image type (in the "Images" page under the "Preferences" menu):').
' ';
$errors .= $this->l('Some kind of image could not be added because they exists. Here\'s the list:');
$errors .= '
';
diff --git a/modules/themeinstallator/translations/es.php b/modules/themeinstallator/translations/es.php
index b723ee1f3..1ab1779d4 100644
--- a/modules/themeinstallator/translations/es.php
+++ b/modules/themeinstallator/translations/es.php
@@ -21,7 +21,7 @@ $_MODULE['<{themeinstallator}prestashop>themeinstallator_00f0916ff7ef4b0a0583b67
$_MODULE['<{themeinstallator}prestashop>themeinstallator_e6178f22c62901662347cfb2f7972d1f'] = 'Los siguientes módulos han sido desanclados: ';
$_MODULE['<{themeinstallator}prestashop>themeinstallator_04e4e6909614be09727ebe4fb79c9e27'] = 'Se han activado los siguientes módulos';
$_MODULE['<{themeinstallator}prestashop>themeinstallator_0dfbf4744524c8573235d60589d8b66e'] = 'Se han actualizado las imágenes en la base de datos';
-$_MODULE['<{themeinstallator}prestashop>themeinstallator_a525cd013f76b049acb0320987c0d325'] = 'Advertencia: Copiar / Pegar sus errores si desea configurar manualmente el tipo de imagen (en la ficha Preferencias> Imágenes):';
+$_MODULE['<{themeinstallator}prestashop>themeinstallator_4e246bd71dd5fb033e402b373e6ee434'] = 'Advertencia: Copiar / Pegar sus errores si desea configurar manualmente el tipo de imagen (en la ficha Preferencias> Imágenes):';
$_MODULE['<{themeinstallator}prestashop>themeinstallator_203c5dff06c7565ffd6713a914c62d16'] = 'Advertencia: Copiar / Pegar sus errores si desea configurar manualmente el tipo de imagen (en la ficha Preferencias> Imágenes):';
$_MODULE['<{themeinstallator}prestashop>themeinstallator_3b90370ac32dead2af37eabe3bdbb97f'] = 'Nombre de tipo de imagen:';
$_MODULE['<{themeinstallator}prestashop>themeinstallator_48ccf48dcf2218a413ce473262f21a0c'] = 'Ancho:';
diff --git a/modules/themeinstallator/translations/fr.php b/modules/themeinstallator/translations/fr.php
index 50c60a116..fe0a34186 100644
--- a/modules/themeinstallator/translations/fr.php
+++ b/modules/themeinstallator/translations/fr.php
@@ -21,7 +21,7 @@ $_MODULE['<{themeinstallator}prestashop>themeinstallator_00f0916ff7ef4b0a0583b67
$_MODULE['<{themeinstallator}prestashop>themeinstallator_e6178f22c62901662347cfb2f7972d1f'] = 'Les modules suivants ont été désactivés :';
$_MODULE['<{themeinstallator}prestashop>themeinstallator_04e4e6909614be09727ebe4fb79c9e27'] = 'Les modules suivants ont été activés :';
$_MODULE['<{themeinstallator}prestashop>themeinstallator_0dfbf4744524c8573235d60589d8b66e'] = 'Les images ont bien été mises à jour dans la base de données';
-$_MODULE['<{themeinstallator}prestashop>themeinstallator_a525cd013f76b049acb0320987c0d325'] = 'Attention : copier/coller vos erreurs si vous souhaitez définir manuellement ces types d\'images (dans l\'onglet Préférences > Images) :';
+$_MODULE['<{themeinstallator}prestashop>themeinstallator_4e246bd71dd5fb033e402b373e6ee434'] = 'Attention : copier/coller vos erreurs si vous souhaitez définir manuellement ces types d\'images (dans la page \"Images\" du menu \"Préférences\") :';
$_MODULE['<{themeinstallator}prestashop>themeinstallator_203c5dff06c7565ffd6713a914c62d16'] = 'Certains types d\'image n’ont pu être ajoutés, car ils existent déjà. Voici la liste :';
$_MODULE['<{themeinstallator}prestashop>themeinstallator_3b90370ac32dead2af37eabe3bdbb97f'] = 'Nom du type d\'image :';
$_MODULE['<{themeinstallator}prestashop>themeinstallator_48ccf48dcf2218a413ce473262f21a0c'] = 'Largeur :';
diff --git a/modules/themeinstallator/translations/it.php b/modules/themeinstallator/translations/it.php
index 67b8268c2..b4d0af41e 100644
--- a/modules/themeinstallator/translations/it.php
+++ b/modules/themeinstallator/translations/it.php
@@ -21,7 +21,7 @@ $_MODULE['<{themeinstallator}prestashop>themeinstallator_00f0916ff7ef4b0a0583b67
$_MODULE['<{themeinstallator}prestashop>themeinstallator_e6178f22c62901662347cfb2f7972d1f'] = 'Il seguente modulo è stato sganciato:';
$_MODULE['<{themeinstallator}prestashop>themeinstallator_04e4e6909614be09727ebe4fb79c9e27'] = 'I seguenti moduli sono stati abilitati';
$_MODULE['<{themeinstallator}prestashop>themeinstallator_0dfbf4744524c8573235d60589d8b66e'] = 'Le immagini sono state correttamente aggiornate nel database';
-$_MODULE['<{themeinstallator}prestashop>themeinstallator_a525cd013f76b049acb0320987c0d325'] = 'Attenzione: Copia/Incolla I tuoi errori se vuoi impostare manualmente il tipodi immagine (nel Tab Preferenza >Immagini):';
+$_MODULE['<{themeinstallator}prestashop>themeinstallator_4e246bd71dd5fb033e402b373e6ee434'] = 'Attenzione: Copia/Incolla I tuoi errori se vuoi impostare manualmente il tipodi immagine (nel Tab Preferenza >Immagini):';
$_MODULE['<{themeinstallator}prestashop>themeinstallator_203c5dff06c7565ffd6713a914c62d16'] = 'Alcuni tipi di immagini non possono essere aggiunti perchè già esistenti. Qui la lista:';
$_MODULE['<{themeinstallator}prestashop>themeinstallator_3b90370ac32dead2af37eabe3bdbb97f'] = 'Nome tipo immagine:';
$_MODULE['<{themeinstallator}prestashop>themeinstallator_48ccf48dcf2218a413ce473262f21a0c'] = 'Larghezza:';
diff --git a/modules/watermark/translations/fr.php b/modules/watermark/translations/fr.php
index 53dbd8b32..4444f72c3 100644
--- a/modules/watermark/translations/fr.php
+++ b/modules/watermark/translations/fr.php
@@ -18,7 +18,7 @@ $_MODULE['<{watermark}prestashop>watermark_130aab6764f25267c79cef371270eb2a'] =
$_MODULE['<{watermark}prestashop>watermark_444bcb3a3fcf8389296c49467f27e1d6'] = 'OK';
$_MODULE['<{watermark}prestashop>watermark_c888438d14855d7d96a2724ee9c306bd'] = 'Paramètres sauvegardés';
$_MODULE['<{watermark}prestashop>watermark_c0275788cf97660b52ab23f1f8c7c8d7'] = 'Configuration du filigrane';
-$_MODULE['<{watermark}prestashop>watermark_cc99ba657a4a5ecf9d2d7cb974d25596'] = 'Une fois que vous avez configuré le module, vous devez regénérer les images à l\'aide de l\'outil disponible dans l\'onglet Préférences > Images. Notez que le filigrane sera intégré automatiquement aux nouvelles images que vous mettrez en ligne.';
+$_MODULE['<{watermark}prestashop>watermark_cc99ba657a4a5ecf9d2d7cb974d25596'] = 'Une fois que vous avez configuré le module, vous devez regénérer les images à l\'aide de l\'outil disponible dans la page \"Images\" du menu \"Préférence\". Notez que le filigrane sera intégré automatiquement aux nouvelles images que vous mettrez en ligne.';
$_MODULE['<{watermark}prestashop>watermark_c23549e174914e9796db47d27c49eb95'] = 'Aucun filigrane pour le moment.';
$_MODULE['<{watermark}prestashop>watermark_c9519bff5a6fe31e0f26b1c52dad7ad8'] = 'Fichier du filigrane';
$_MODULE['<{watermark}prestashop>watermark_ce4ca541df51a63fd8e78e0da29e1d44'] = 'Doit être au format GIF';
diff --git a/translations/de/admin.php b/translations/de/admin.php
index 6baa169e7..eaa91b276 100644
--- a/translations/de/admin.php
+++ b/translations/de/admin.php
@@ -6,9 +6,9 @@ $_LANGADM['AdminAccess151648106e4bf98297882ea2ea1c4b0e'] = 'Aktualisierung erfol
$_LANGADM['AdminAccess4351cfebe4b61d8aa5efa1d020710005'] = 'Anzeigen';
$_LANGADM['AdminAccess501faad2df9c231576549a068fcf61ca'] = 'Keine Module installiert';
$_LANGADM['AdminAccess6f4d50d858c73d78c954d410016d67e5'] = '%s: Modul ist in der Datenbank installiert, doch fehlen dessen Dateien bzw. sind inkompatibel.';
-$_LANGADM['AdminAccess7015777bcc86cd0c5e4819310d62b040'] = 'Registerkarten';
+$_LANGADM['AdminAccess06145a21dcec7395085b033e6e169b61'] = 'Registerkarten';
$_LANGADM['AdminAccess7dce122004969d56ae2e0245cb754d35'] = 'Bearbeiten';
-$_LANGADM['AdminAccess7fcca2f879aa88fea302c675f56428cc'] = 'Keine Tabreiter';
+$_LANGADM['AdminAccess1587f391edb6fe6f3b919aaa27e25cfb'] = 'Keine Tabreiter';
$_LANGADM['AdminAccessb04c5e39cb3460a062bba48d85567cdb'] = 'Administratorrechte können nicht verändert werden.';
$_LANGADM['AdminAccessb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Alle';
$_LANGADM['AdminAccessbf17ac149e2e7a530c677e9bd51d3fd2'] = 'Module';
@@ -147,7 +147,7 @@ $_LANGADM['AdminBackup2c57f87f291b9fc07039757ce39a7693'] = 'Überprüfen Sie die
$_LANGADM['AdminBackup2dfcd22fa4b395849dba9e20998d24c7'] = 'Das Backup schien erfolgreich gespeichert worden zu sein. Laden Sie die Backup Datei bitte herunter und überprüfen Sie diese sorgfältig.';
$_LANGADM['AdminBackup30c210e0173f2ff607cc84dc01ffc1f0'] = 'Backup Optionen';
$_LANGADM['AdminBackup34082694d21dbdcfc31e6e32d9fb2b9f'] = 'Dateiname:';
-$_LANGADM['AdminBackup3584802c088b081e4b892f0d09ae1f7b'] = 'Stellen Sie \"Enable Shop\" auf \"Nein\" in den Einstellungen der Registerkarte \"Wartung\".';
+$_LANGADM['AdminBackup7bf215c957e661c3bd8ad7f6221675c9'] = 'Stellen Sie \"Enable Shop\" auf \"Nein\" in den Einstellungen der Registerkarte \"Wartung\".';
$_LANGADM['AdminBackup3cda35ca1352ab3557ad2817459b157d'] = 'Überprüfen Sie den Wert max. allowed filesize (ie. Max: 16Mb)';
$_LANGADM['AdminBackup42051aaa00e6158eed74593c3e94d99a'] = 'Der Download sollte automatisch starten.';
$_LANGADM['AdminBackup44749712dbec183e983dcd78a7736c41'] = 'Datum';
@@ -220,9 +220,9 @@ $_LANGADM['AdminCarriers6f9d01a14011f05fffe48559583fc609'] = 'Versanddienst Stan
$_LANGADM['AdminCarriers6fc6e3db51399bfdc0783c55413a9267'] = 'Maximale Packungshöhe:';
$_LANGADM['AdminCarriers7475ec0d41372a307c497acb7eeea8c4'] = 'Steuerfrei';
$_LANGADM['AdminCarriers785bc8b603d21f69f55e495d7efd6923'] = 'Versanddienst Standard-Reihenfolge';
-$_LANGADM['AdminCarriers7f60542118c84d0f91e9986af7e12688'] = 'Unter der Registerkarte \"Shipping\" klicken Sie entweder auf Preisspanne oder Gewichtsspanne.';
+$_LANGADM['AdminCarriers30315615ded40fd1680bcb80e183594c'] = 'Unter der Registerkarte \"Shipping\" klicken Sie entweder auf Preisspanne oder Gewichtsspanne.';
$_LANGADM['AdminCarriers80ac9c802ce4d76982ab5a2e5a54b8bc'] = 'Standard-Versanddienst:';
-$_LANGADM['AdminCarriers80d803aad983c22d14a0ddad539fad8e'] = 'Wählen Sie den Reiter Versand\"\"';
+$_LANGADM['AdminCarriers9ea62c2e649fa6ce70fd479d4228d34e'] = 'Wählen Sie den Reiter Versand\"\"';
$_LANGADM['AdminCarriers8430a7b1b81635e3df949c2845303303'] = 'Optionen Versanddienst';
$_LANGADM['AdminCarriers85ed6154e19cc138c7281ba6129641d3'] = 'Verfügbare Lieferzonen des Versandunternehmens';
$_LANGADM['AdminCarriers86b030372e7bf11a267c33851d28846a'] = 'Sie müssen die Gebühren für diesen Versanddienst angeben.';
@@ -514,7 +514,7 @@ $_LANGADM['AdminContactsb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert';
$_LANGADM['AdminContactsd3b206d196cd6be3a2764c1fb90b200f'] = 'Ausgewählte Elemente löschen';
$_LANGADM['AdminContactse25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen ?';
$_LANGADM['AdminContactsf16b5952df8d25ea30b25ff95ee8fedf'] = 'Shop-Zugehörigkeit.';
-$_LANGADM['AdminContactsfca1f01db55feb7e6c92c4a7914ef990'] = 'Wenn aktiviert, werden alle Nachrichten im \"Kundenservice\"-Tab gespeichert.';
+$_LANGADM['AdminContacts7660098e22fab124a198a31a6e1069b4'] = 'Wenn aktiviert, werden alle Nachrichten im \"Kundenservice\"-Tab gespeichert.';
$_LANGADM['AdminController0c6992101fe78e4f1ae3f391c485de29'] = 'Rückzahlung abgeschlossen';
$_LANGADM['AdminController12c500ed0b7879105fb46af0f246be87'] = 'Bestellungen';
$_LANGADM['AdminController13348442cc6a27032d2b4aa28b75a5d3'] = 'Suche';
@@ -951,7 +951,7 @@ $_LANGADM['AdminEmployees20db0bfeecd8fe60533206a2b5e9891a'] = 'Vorname';
$_LANGADM['AdminEmployees2467bfdbc86d3cc7aab2130f56ce6978'] = 'Mindestens 8 Zeichen, nur Buchstaben, Zahlen oder Bindestriche';
$_LANGADM['AdminEmployees24a23d787190f2c4812ff9ab11847a72'] = 'Status:';
$_LANGADM['AdminEmployees24fb083ea7699bfacb5b1fdd56746d35'] = 'Willkommensvideo auf der Startseite Ihres Back-Office anzeigen';
-$_LANGADM['AdminEmployees38bc801a65d737636374445ec68de6d4'] = 'Haupt-Reiter';
+$_LANGADM['AdminEmployees435a2d71a0c6c33cd2c917b00b8e0da1'] = 'Haupt-Reiter';
$_LANGADM['AdminEmployees38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern';
$_LANGADM['AdminEmployees5e0b30bd7c238faaa234164857d7b5bd'] = 'Tagesvorschau anzeigen:';
$_LANGADM['AdminEmployees640fd0cc0ffa0316ae087652871f4486'] = 'Minuten';
@@ -962,7 +962,7 @@ $_LANGADM['AdminEmployees6826c313cc8d16a3773ae8d892d4549d'] = 'Shop wählen, auf
$_LANGADM['AdminEmployees78e365acb087fd1f8d494dae0001de10'] = 'E-Mail-Adresse:';
$_LANGADM['AdminEmployees7bc873cba11f035df692c3549366c722'] = '-- bitte auswählen --';
$_LANGADM['AdminEmployees7bf180952a9369f95452b5ef13db381f'] = 'Back Office Breite';
-$_LANGADM['AdminEmployees802a0d2adac7699a3a37d1abe76f8ad4'] = 'Diese Registerkarte wird nur nach dem Login angezeigt werden';
+$_LANGADM['AdminEmployees36c4b74adbc20d8f8f073c15aba27111'] = 'Diese Registerkarte wird nur nach dem Login angezeigt werden';
$_LANGADM['AdminEmployees8b5dd64ab8d0b8158906796b53a200e2'] = 'E-Mail-Adresse';
$_LANGADM['AdminEmployees8c1366417a01cb8445c5420e250c3100'] = 'Minimaler Zeitraum vor dem Anfordern eines neuen Kennworts';
$_LANGADM['AdminEmployees8d3f5eff9c40ee315d452392bed5309b'] = 'Nachname';
@@ -1107,7 +1107,7 @@ $_LANGADM['AdminHome145091c4a142b35c98a860e2df97ef26'] = 'Anmeldungen';
$_LANGADM['AdminHome164cff8928fa92c9e06d609d08438c9d'] = 'Verkäufe der Woche';
$_LANGADM['AdminHome1d1b1cde6e62df1ce51a4799884a80af'] = 'Aktuelle Diskussionen';
$_LANGADM['AdminHome202460d68b46910927f17628291fdd61'] = 'Verkettung, Kompression & Cache';
-$_LANGADM['AdminHome20c17b78aef924e5f69675e3fe826abc'] = 'Dies unterscheidet sich vom Haupt-Shop Domainnamen wie dieser im Online-Shop Reiter gesetzt: ist';
+$_LANGADM['AdminHome4ab28b3687c84b0c92efbb1aabeadddb'] = 'Dies unterscheidet sich vom Haupt-Shop Domainnamen wie dieser im Online-Shop Reiter gesetzt: ist';
$_LANGADM['AdminHome2273d1167a6212812d95dc8fadbae78e'] = 'Kundenservice';
$_LANGADM['AdminHome2938c7f7e560ed972f8a4f68e80ff834'] = 'Dashboard';
$_LANGADM['AdminHome2ea989f83006e233627987293f4bde0a'] = 'Kunde';
@@ -1218,7 +1218,7 @@ $_LANGADM['AdminImagesd46bafd645c490bd4be22c4226619db9'] = 'JPEG Qualität';
$_LANGADM['AdminImagesdde6c96bcb0af50f18f37572267d904a'] = 'Maximale Höhe der vom Kunden gesendeten Bilder';
$_LANGADM['AdminImagese492ecbd8f7d4ea310457adc4ed4df89'] = 'Bitte warten Sie, der Vorgang kann mehrere Minuten dauern, bis über eine Stunde';
$_LANGADM['AdminImagese57fbdf001b4b35e6ca7dcdc628ca853'] = 'Maximale Größe der vom Kunden gesendeten Bilder (in Bytes)';
-$_LANGADM['AdminImagese7ed00268dc16aecaac5a60aeb6f4c73'] = 'Diese Option können Sie nur setzen, nachdem Sie Ihre Bilder erfolgreich verschoben haben - Voreinstellungen->Bilder';
+$_LANGADM['AdminImagesd18b9f70d63f9530b45ee5867ab3da56'] = 'Diese Option können Sie nur setzen, nachdem Sie Ihre Bilder erfolgreich verschoben haben - Voreinstellungen->Bilder';
$_LANGADM['AdminImagese933dc24fb245d863a43b4fefe9b45f5'] = 'Höhe:';
$_LANGADM['AdminImageseaae26a6fb20ed3ef54fb23bfa0b1fcc'] = 'Breite';
$_LANGADM['AdminImageseec6c4bdbd339edf8cbea68becb85244'] = 'Höhe';
@@ -2284,7 +2284,7 @@ $_LANGADM['AdminPerformancef4efdd180586cba038b52f2471e4075d'] = 'CCC (Verkettung
$_LANGADM['AdminPerformancef8198a372da81edfca0693a81242149d'] = 'Mcrypt ist schneller als unsere Klasse Blowfish, braucht aber die PHP-Erweiterung \"mcrypt\". Wenn Sie diese Einstellung ändern, werden alle alten Cookies neu initialisiert.';
$_LANGADM['AdminPerformancef8d698aea36fcbead2b9d5359ffca76f'] = 'Smarty';
$_LANGADM['AdminPerformancefdb3644651f3871a5e73f4dc271b64e3'] = 'Konventionelle Funktionsweise beibehalten';
-$_LANGADM['AdminPreferences03b62ec4239929885e0d9e068bff47e8'] = 'Die Multishop-Funktion ermöglicht Ihnen, mehrere Shops mit nur einem Administrationsbereich verwalten zu können. Wenn diese Funktion aktiviert ist, wird ein Tab \"Multishop\" unter dem Menü \"Erweiterte Parameter\" verfügbar sein.';
+$_LANGADM['AdminPreferences4be74c97d22c5a258e278805c33b42c2'] = 'Die Multishop-Funktion ermöglicht Ihnen, mehrere Shops mit nur einem Administrationsbereich verwalten zu können. Wenn diese Funktion aktiviert ist, wird ein Tab \"Multishop\" unter dem Menü \"Erweiterte Parameter\" verfügbar sein.';
$_LANGADM['AdminPreferences0db377921f4ce762c62526131097968f'] = 'Allgemein';
$_LANGADM['AdminPreferences1656072e927c8d3acd24359cbb648bb5'] = 'SSL aktivieren';
$_LANGADM['AdminPreferences27f3765c3871cd5fe52f88f31dfe2c89'] = 'höher';
@@ -3399,7 +3399,7 @@ $_LANGADM['AdminStockManagementb02c2b70fa9dfb5e023d0d0711da66ee'] = 'Produkt in
$_LANGADM['AdminStockManagementb6872ed521281f68f0d6d5eeee624053'] = 'Im Quell-Lager für den Verkauf verwendbar?';
$_LANGADM['AdminStockManagementb8f548c49e237e746f24336b3294f86b'] = 'Vom Lager entnehmen';
$_LANGADM['AdminStockManagementb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert';
-$_LANGADM['AdminStockManagementbeaf85425059adf7675f51b9f0cce075'] = 'Beachten Sie, wenn Sie Mengen von mehreren Produkten auf einmal erhöhen möchten, können Sie dies über die Registerkarte Befehle Einkaufsaufträge ausführen.';
+$_LANGADM['AdminStockManagementf97df63822268b60e1de33cd67e071fb'] = 'Beachten Sie, wenn Sie Mengen von mehreren Produkten auf einmal erhöhen möchten, können Sie dies über die Registerkarte Befehle Einkaufsaufträge ausführen.';
$_LANGADM['AdminStockManagementc271f27c53702bc417b89d84a320dccf'] = 'Vom Lager entnehmen';
$_LANGADM['AdminStockManagementc47b75b25e5ec5d67ca5fe262dc41e38'] = 'Soll diese Menge von der verwendbaren Menge (Ja) oder der physikalischen Menge (Nein) entnommen werden?';
$_LANGADM['AdminStockManagementc6d6a9005bcbf80689cce6fd4b0aaa86'] = 'Produkt entfernen';
@@ -3698,10 +3698,10 @@ $_LANGADM['AdminTabs52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Position';
$_LANGADM['AdminTabs53b3cae42737979c884275593a01f468'] = 'Modul:';
$_LANGADM['AdminTabs6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Ungültige Zeichen:';
$_LANGADM['AdminTabs6788f67ae68b5aa5ad08d8129399bf81'] = 'Klasse:';
-$_LANGADM['AdminTabs7015777bcc86cd0c5e4819310d62b040'] = 'Registerkarten';
+$_LANGADM['AdminTabs06145a21dcec7395085b033e6e169b61'] = 'Registerkarten';
$_LANGADM['AdminTabs817434295a673aed431435658b65d9a7'] = 'Bildsymbol';
$_LANGADM['AdminTabs8cf04a9734132302f96da8e113e80ce5'] = 'Startseite';
-$_LANGADM['AdminTabsa3908c4b42c40884e8cec52d3689ba5f'] = 'Zeige oder verstecke Tab.';
+$_LANGADM['AdminTabsfe513725b21a16ced7d05b454e74a33e'] = 'Zeige oder verstecke Tab.';
$_LANGADM['AdminTabsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminTabsb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert';
$_LANGADM['AdminTabse55f75a29310d7b60f7ac1d390c8ae42'] = 'Modul';
diff --git a/translations/de/errors.php b/translations/de/errors.php
index 2947d0e9d..db3625c18 100644
--- a/translations/de/errors.php
+++ b/translations/de/errors.php
@@ -188,7 +188,7 @@ $_ERRORS['4e0ac45de6bd848503ffa98ff6247f2f'] = 'Fehler löschen';
$_ERRORS['4eb9ec8ac71ad17fdc99b5371ace9f6e'] = 'Kann kein Backup erstellen';
$_ERRORS['4ee13cb828cde6949c31c24478a6069b'] = 'Ein Konto existiert bereits mit dieser E-Mail-Adresse:';
$_ERRORS['4eeb89c9c7ae218f3d9cb4faaf8f1e38'] = 'Größe des Dateinamens zu lang';
-$_ERRORS['4efc48557b29739b6cdd3fc01a299c47'] = 'Tab %s nicht gefunden.';
+$_ERRORS['c73b4b3a554196f363373761829a4a56'] = 'Tab %s nicht gefunden.';
$_ERRORS['4f12b222c9659d62afa795987259933f'] = 'Die Datei wurde nur teilweise hochgeladen. Bitte laden Sie diese nochmals hoch.';
$_ERRORS['500d47433346bdb935f38af928fa2661'] = 'Sie sind nicht berechtigt, ein Modul zu installieren.';
$_ERRORS['50289ca189ede3317209fcb9ecce167c'] = 'Beim Anlegen des neuen Ordner ist ein Fehler aufgetreten';
@@ -217,7 +217,7 @@ $_ERRORS['5aee207224baebde35a0b0009b8e74a9'] = 'Ein Artikel in Ihrem Warenkorb i
$_ERRORS['5af5f631f774a71445e3028253874394'] = 'Dieser Shop hat Ihre neue Bestellung nicht angenommen';
$_ERRORS['5b19b5178c34a3c0af13b0edc231efb8'] = 'Transaktions-ID ist ungültig';
$_ERRORS['5bd7619139757b6ec556cd32048e02eb'] = 'Ungültige Beschreibung';
-$_ERRORS['5c44170d4d6c8c52a319983d45fc9917'] = '(klicken Sie zum Öffnen auf \"Generatoren\" Tab)';
+$_ERRORS['5b8f192b08644fdc9fd1fd86bcbbc57b'] = '(klicken Sie zum Öffnen auf \"Generatoren\" Tab)';
$_ERRORS['5c45af89733d6bfc7b11d818a21b656d'] = 'ein Objekt hier zu bearbeiten.';
$_ERRORS['5c61f1e9d7d492c795142ceb39900050'] = 'Die Flagge und das Bild \"Kein Bild\" sind erforderlich';
$_ERRORS['5ca4012f9738274ebeb214a961f1c829'] = 'Objekt kann nicht geladen werden (fehlende oder ungültige Kennung)';
@@ -319,7 +319,7 @@ $_ERRORS['902b0d55fddef6f8d651fe1035b7d4bd'] = 'Fehler';
$_ERRORS['9072e6a7f1693ef1fb211f2f6dc56d02'] = 'Veranschlagter Preis für das Attribut';
$_ERRORS['918eafd2a5ffd2824a394ce7bf1c4df4'] = 'Ungültiges Geburtsdatum';
$_ERRORS['9211c38458f969f18498096a400a2214'] = 'kann Objekt nicht laden';
-$_ERRORS['92cfc43b8b3cf7a964f2ef24fd22f8df'] = 'Es sind keine Module in Ihrer PrestaShop-Installation vorhanden. Verwenden Sie die Registerkarte Module, um die Module zu aktivieren, oder laden Sie zusätzliche Module von unserer Internetseite herunter.';
+$_ERRORS['4c727b68772af37e54cef1f21e24d1b0'] = 'Es sind keine Module in Ihrer PrestaShop-Installation vorhanden. Verwenden Sie die Registerkarte Module, um die Module zu aktivieren, oder laden Sie zusätzliche Module von unserer Internetseite herunter.';
$_ERRORS['92e7a89759bc4c89fd49c01ccc40ac0a'] = 'Beim Kopieren der Bilder ist ein Fehler aufgetreten';
$_ERRORS['93ba082c4cdbebf510e04ba399071757'] = '\"%s\" ist nicht vorhanden. Vielleicht haben Sie die URL manuell und falsch eingegeben.';
$_ERRORS['93bec915b8879ccc0352b786ffa5bd70'] = 'Datum ist ungültig';
@@ -395,7 +395,7 @@ $_ERRORS['b7d99b30df0aade1e4d459fab8c7078f'] = 'Kein Profil';
$_ERRORS['b86d53f8bf21639366f8ed1595e54891'] = 'Bitte geben Sie Ihre E-Mail-Adresse ein';
$_ERRORS['b903210290c3ee265ddf20dfe4e1f4d2'] = 'Rabattwert ist grösser als die Gesamtsumme der Bestellung';
$_ERRORS['b9c1228a8e8c3412befae5d854508114'] = 'Mit diesem Warenkorb ist bereits eine Bestellung durchgeführt worden.';
-$_ERRORS['b9d252ecdd7f1b8789d7d59728c32f11'] = 'Tabdatei %s nicht gefunden.';
+$_ERRORS['bdc8e277b56a4b3878838c1ba9b47524'] = 'Tabdatei %s nicht gefunden.';
$_ERRORS['b9ee8da3131c120480c3e3b36a3562bb'] = 'Fehler beim Kopieren des Bildes:';
$_ERRORS['ba2bfa3216ea97ec1e454239610d089a'] = 'Sie haben keinen Zugang zu dieser Kategorie';
$_ERRORS['baafbb73bdf562b2dcbd2c4b807f758e'] = 'Die Adresse befindet sich in einem ungültigen Gebiet';
diff --git a/translations/es/admin.php b/translations/es/admin.php
index b171560ca..de3a5850e 100644
--- a/translations/es/admin.php
+++ b/translations/es/admin.php
@@ -6,9 +6,9 @@ $_LANGADM['AdminAccess151648106e4bf98297882ea2ea1c4b0e'] = 'Actualización corre
$_LANGADM['AdminAccess4351cfebe4b61d8aa5efa1d020710005'] = 'Vista';
$_LANGADM['AdminAccess501faad2df9c231576549a068fcf61ca'] = 'No hay módulos instalados';
$_LANGADM['AdminAccess6f4d50d858c73d78c954d410016d67e5'] = '%s: modulo instalado en la base de datos, pero los archivos estan perdidos o son incompatibles.';
-$_LANGADM['AdminAccess7015777bcc86cd0c5e4819310d62b040'] = 'Pestañas';
+$_LANGADM['AdminAccess06145a21dcec7395085b033e6e169b61'] = 'Pestañas';
$_LANGADM['AdminAccess7dce122004969d56ae2e0245cb754d35'] = 'Modificar';
-$_LANGADM['AdminAccess7fcca2f879aa88fea302c675f56428cc'] = 'Sin ficha';
+$_LANGADM['AdminAccess1587f391edb6fe6f3b919aaa27e25cfb'] = 'Sin ficha';
$_LANGADM['AdminAccessb04c5e39cb3460a062bba48d85567cdb'] = 'Los permisos de administrador no pueden ser modificados';
$_LANGADM['AdminAccessb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Todas';
$_LANGADM['AdminAccessbf17ac149e2e7a530c677e9bd51d3fd2'] = 'Módulos';
@@ -159,7 +159,7 @@ $_LANGADM['AdminBackup2c57f87f291b9fc07039757ce39a7693'] = 'Comprobar la integri
$_LANGADM['AdminBackup2dfcd22fa4b395849dba9e20998d24c7'] = 'Parece que la copia de seguridad se ha realizado correctamente, sin embargo, usted debe descargar y verificar cuidadosamente el archivo de copia de seguridad.';
$_LANGADM['AdminBackup30c210e0173f2ff607cc84dc01ffc1f0'] = 'Opciones de copia de seguridad';
$_LANGADM['AdminBackup34082694d21dbdcfc31e6e32d9fb2b9f'] = 'Nombre del archivo';
-$_LANGADM['AdminBackup3584802c088b081e4b892f0d09ae1f7b'] = 'Configurar \"Habilitar tienda\" a \"No\" en las Preferencias> ficha Mantenimiento.';
+$_LANGADM['AdminBackup7bf215c957e661c3bd8ad7f6221675c9'] = 'Configurar \"Habilitar tienda\" a \"No\" en las Preferencias> ficha Mantenimiento.';
$_LANGADM['AdminBackup3cda35ca1352ab3557ad2817459b157d'] = 'Compruebe el tamaño máximo de archivo permitido (por ejemplo, máximo: 16 MB)';
$_LANGADM['AdminBackup42051aaa00e6158eed74593c3e94d99a'] = 'La copia de seguridad de archivos debe descargarse automáticamente.';
$_LANGADM['AdminBackup44749712dbec183e983dcd78a7736c41'] = 'Fecha';
@@ -232,9 +232,9 @@ $_LANGADM['AdminCarriers6f9d01a14011f05fffe48559583fc609'] = 'Orden por defecto
$_LANGADM['AdminCarriers6fc6e3db51399bfdc0783c55413a9267'] = 'Alto máximo del paquete:';
$_LANGADM['AdminCarriers7475ec0d41372a307c497acb7eeea8c4'] = 'Sin IVA:';
$_LANGADM['AdminCarriers785bc8b603d21f69f55e495d7efd6923'] = 'Orden por defecto del transportista:';
-$_LANGADM['AdminCarriers7f60542118c84d0f91e9986af7e12688'] = 'Bajo la ficha de \"envío\" , haga clic en \"Rangos de precio\" o \"rangos de peso\".';
+$_LANGADM['AdminCarriers30315615ded40fd1680bcb80e183594c'] = 'Bajo la ficha de \"envío\" , haga clic en \"Rangos de precio\" o \"rangos de peso\".';
$_LANGADM['AdminCarriers80ac9c802ce4d76982ab5a2e5a54b8bc'] = 'Transportista por defecto:';
-$_LANGADM['AdminCarriers80d803aad983c22d14a0ddad539fad8e'] = 'Pulse en la pestaña \"Transporte\"';
+$_LANGADM['AdminCarriers9ea62c2e649fa6ce70fd479d4228d34e'] = 'Pulse en la pestaña \"Transporte\"';
$_LANGADM['AdminCarriers8430a7b1b81635e3df949c2845303303'] = 'Opciones del transportista';
$_LANGADM['AdminCarriers85ed6154e19cc138c7281ba6129641d3'] = 'La zona en la que se utilizará este transportista';
$_LANGADM['AdminCarriers86b030372e7bf11a267c33851d28846a'] = 'Usted tiene que elegir las tarifas que se aplicarán para este transportista.';
@@ -533,7 +533,7 @@ $_LANGADM['AdminContactsb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado';
$_LANGADM['AdminContactsd3b206d196cd6be3a2764c1fb90b200f'] = 'Borrar seleccionados';
$_LANGADM['AdminContactse25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar items seleccionados?';
$_LANGADM['AdminContactsf16b5952df8d25ea30b25ff95ee8fedf'] = 'Asociación de tienda:';
-$_LANGADM['AdminContactsfca1f01db55feb7e6c92c4a7914ef990'] = 'Si está habilitado, todos los mensajes se guardan en la ficha \"Servicio al Cliente\"';
+$_LANGADM['AdminContacts7660098e22fab124a198a31a6e1069b4'] = 'Si está habilitado, todos los mensajes se guardan en la ficha \"Servicio al Cliente\"';
$_LANGADM['AdminController0a71c80de89d7b2d3e6b22974a4a7548'] = 'Un nuevo orden se ha colocado en su tienda. ';
$_LANGADM['AdminController0c6992101fe78e4f1ae3f391c485de29'] = 'Devolución realizada con éxito';
$_LANGADM['AdminController0d17875eafd3cb6a98f76f9a2bd6441e'] = 'Una modificación de este campo se aplicó para la tienda.';
@@ -989,7 +989,7 @@ $_LANGADM['AdminEmployees20db0bfeecd8fe60533206a2b5e9891a'] = 'Nombre';
$_LANGADM['AdminEmployees2467bfdbc86d3cc7aab2130f56ce6978'] = 'Mín. 8 caracteres, usar sólo letras, números o';
$_LANGADM['AdminEmployees24a23d787190f2c4812ff9ab11847a72'] = 'Estado:';
$_LANGADM['AdminEmployees24fb083ea7699bfacb5b1fdd56746d35'] = 'Muestre el video de bienvenida en el inicio del Back-Office';
-$_LANGADM['AdminEmployees38bc801a65d737636374445ec68de6d4'] = 'Ficha predeterminada';
+$_LANGADM['AdminEmployees435a2d71a0c6c33cd2c917b00b8e0da1'] = 'Ficha predeterminada';
$_LANGADM['AdminEmployees38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar';
$_LANGADM['AdminEmployees5e0b30bd7c238faaa234164857d7b5bd'] = 'Mostrar el video de bienvenida:';
$_LANGADM['AdminEmployees640fd0cc0ffa0316ae087652871f4486'] = 'minutos';
@@ -1000,7 +1000,7 @@ $_LANGADM['AdminEmployees6826c313cc8d16a3773ae8d892d4549d'] = 'Seleccione las ti
$_LANGADM['AdminEmployees78e365acb087fd1f8d494dae0001de10'] = 'Email:';
$_LANGADM['AdminEmployees7bc873cba11f035df692c3549366c722'] = '--Elija--';
$_LANGADM['AdminEmployees7bf180952a9369f95452b5ef13db381f'] = 'Ancho de Back Office';
-$_LANGADM['AdminEmployees802a0d2adac7699a3a37d1abe76f8ad4'] = 'Esta pestaña se mostrará justo después de iniciar sesión';
+$_LANGADM['AdminEmployees36c4b74adbc20d8f8f073c15aba27111'] = 'Esta pestaña se mostrará justo después de iniciar sesión';
$_LANGADM['AdminEmployees8b5dd64ab8d0b8158906796b53a200e2'] = 'Email';
$_LANGADM['AdminEmployees8c1366417a01cb8445c5420e250c3100'] = 'Tiempo mínimo de seguridad antes de volver a pedir una nueva contraseña';
$_LANGADM['AdminEmployees8d3f5eff9c40ee315d452392bed5309b'] = 'Apellidos';
@@ -1149,7 +1149,7 @@ $_LANGADM['AdminHome145091c4a142b35c98a860e2df97ef26'] = 'Inscripciones';
$_LANGADM['AdminHome164cff8928fa92c9e06d609d08438c9d'] = 'Ventas de esta semana';
$_LANGADM['AdminHome1d1b1cde6e62df1ce51a4799884a80af'] = 'Hilos de discusión en curso';
$_LANGADM['AdminHome202460d68b46910927f17628291fdd61'] = 'Concatenación, compresión y cache';
-$_LANGADM['AdminHome20c17b78aef924e5f69675e3fe826abc'] = 'Esto es diferente del nombre de la tienda de dominio general en la posición en la pestaña de la tienda:';
+$_LANGADM['AdminHome4ab28b3687c84b0c92efbb1aabeadddb'] = 'Esto es diferente del nombre de la tienda de dominio general en la posición en la pestaña de la tienda:';
$_LANGADM['AdminHome2273d1167a6212812d95dc8fadbae78e'] = 'Servicio clientela';
$_LANGADM['AdminHome2938c7f7e560ed972f8a4f68e80ff834'] = 'Cuadro de mandos';
$_LANGADM['AdminHome2ea989f83006e233627987293f4bde0a'] = 'Cliente';
@@ -1262,7 +1262,7 @@ $_LANGADM['AdminImagesd46bafd645c490bd4be22c4226619db9'] = 'Calidad JPEG';
$_LANGADM['AdminImagesdde6c96bcb0af50f18f37572267d904a'] = 'La altura máxima de imágenes cargable por los clientes';
$_LANGADM['AdminImagese492ecbd8f7d4ea310457adc4ed4df89'] = 'Espere por favor, la espera puede durar algunos minutos';
$_LANGADM['AdminImagese57fbdf001b4b35e6ca7dcdc628ca853'] = 'El tamaño máximo de las imágenes que los clientes pueden descargar (en Bytes)';
-$_LANGADM['AdminImagese7ed00268dc16aecaac5a60aeb6f4c73'] = 'Debe permanecer en \"Sí\" a menos que haya desplazado con éxito las imágens a la pestaña \"Preferencias>Imagen\"';
+$_LANGADM['AdminImagesd18b9f70d63f9530b45ee5867ab3da56'] = 'Debe permanecer en \"Sí\" a menos que haya desplazado con éxito las imágens a la pestaña \"Preferencias>Imagen\"';
$_LANGADM['AdminImagese933dc24fb245d863a43b4fefe9b45f5'] = 'Alto:';
$_LANGADM['AdminImageseaae26a6fb20ed3ef54fb23bfa0b1fcc'] = 'ancho';
$_LANGADM['AdminImageseec6c4bdbd339edf8cbea68becb85244'] = 'Alto';
@@ -1750,7 +1750,7 @@ $_LANGADM['AdminMeta13f52e209a05e588d6966c38b5e1586b'] = 'Lista de palabras clav
$_LANGADM['AdminMeta14caa3d50da16368a8f30b53a5b72aa4'] = 'Automáticamente redirigifdos a la URL canónica';
$_LANGADM['AdminMeta193cfc9be3b995831c6af2fea6650e60'] = 'Página';
$_LANGADM['AdminMeta1dec4f55522b828fe5dacf8478021a9e'] = 'URL amigable';
-$_LANGADM['AdminMeta1fb97d3e905901fbef2cb4b648b3e24d'] = 'Multishop está activada, si desea cambiar la url de la tienda tiene que ir a \"parámetros avanzados\" -> \"MultiShop\"';
+$_LANGADM['AdminMetaacd42ca69c9211767cc6484338519a9a'] = 'Multishop está activada, si desea cambiar la url de la tienda tiene que ir a \"parámetros avanzados\" -> \"MultiShop\"';
$_LANGADM['AdminMeta2f00a8ca42b86bfcb39cdd34665a1386'] = 'por ejemplo \"Contactos\" para http://mysite.com/shop/contacts para redirigir a http://mysite.com/shop/contact-form.php';
$_LANGADM['AdminMeta33de75d34ebe209ac0536cfef2d44206'] = 'Título de la página';
$_LANGADM['AdminMeta33fe26e0d07af85617f326ca09fb5085'] = 'Para agregar \"etiquetas\", haga clic en el campo, escribir algo, y luego presionar \"Enter\"';
@@ -2368,7 +2368,7 @@ $_LANGADM['AdminPerformancef8198a372da81edfca0693a81242149d'] = 'Mcrypt es más
$_LANGADM['AdminPerformancef8d698aea36fcbead2b9d5359ffca76f'] = 'Smarty';
$_LANGADM['AdminPerformancefdb3644651f3871a5e73f4dc271b64e3'] = 'Conservar el funcionamiento original';
$_LANGADM['AdminPerformanceffff838eefbb0876472253553ef4d72f'] = 'Consola de depuración:';
-$_LANGADM['AdminPreferences03b62ec4239929885e0d9e068bff47e8'] = 'Multishop le permite administrar varias tiendas con un back-office. Si esta función está activada, una pestaña \"MultiShop\" estará disponible en \"parámetros avanzados\" del menú.';
+$_LANGADM['AdminPreferences4be74c97d22c5a258e278805c33b42c2'] = 'Multishop le permite administrar varias tiendas con un back-office. Si esta función está activada, una pestaña \"MultiShop\" estará disponible en \"parámetros avanzados\" del menú.';
$_LANGADM['AdminPreferences0db377921f4ce762c62526131097968f'] = 'General';
$_LANGADM['AdminPreferences1656072e927c8d3acd24359cbb648bb5'] = 'Activar SSL';
$_LANGADM['AdminPreferences27f3765c3871cd5fe52f88f31dfe2c89'] = 'superior';
@@ -3537,7 +3537,7 @@ $_LANGADM['AdminStockManagementb02c2b70fa9dfb5e023d0d0711da66ee'] = 'Añadir pro
$_LANGADM['AdminStockManagementb6872ed521281f68f0d6d5eeee624053'] = 'Utilizable para la venta en el almacén de origen?';
$_LANGADM['AdminStockManagementb8f548c49e237e746f24336b3294f86b'] = 'Retirar el producto en stock';
$_LANGADM['AdminStockManagementb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado';
-$_LANGADM['AdminStockManagementbeaf85425059adf7675f51b9f0cce075'] = 'Tenga en cuenta que si usted desea aumentar las cantidades de productos a la vez, puede usar la pestaña de suministro de los pedidos.';
+$_LANGADM['AdminStockManagementf97df63822268b60e1de33cd67e071fb'] = 'Tenga en cuenta que si usted desea aumentar las cantidades de productos a la vez, puede usar la pestaña de suministro de los pedidos.';
$_LANGADM['AdminStockManagementc271f27c53702bc417b89d84a320dccf'] = 'Eliminar de existencias';
$_LANGADM['AdminStockManagementc47b75b25e5ec5d67ca5fe262dc41e38'] = '¿Quieres eliminar esta cantidad de la cantidad utilizable (sí) o la cantidad física (no)?';
$_LANGADM['AdminStockManagementc6d6a9005bcbf80689cce6fd4b0aaa86'] = 'Eliminar existencias';
@@ -3841,10 +3841,10 @@ $_LANGADM['AdminTabs52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Posición';
$_LANGADM['AdminTabs53b3cae42737979c884275593a01f468'] = 'Módulo:';
$_LANGADM['AdminTabs6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos:n';
$_LANGADM['AdminTabs6788f67ae68b5aa5ad08d8129399bf81'] = 'Clase:';
-$_LANGADM['AdminTabs7015777bcc86cd0c5e4819310d62b040'] = 'Pestañas';
+$_LANGADM['AdminTabs06145a21dcec7395085b033e6e169b61'] = 'Pestañas';
$_LANGADM['AdminTabs817434295a673aed431435658b65d9a7'] = 'Icono';
$_LANGADM['AdminTabs8cf04a9734132302f96da8e113e80ce5'] = 'Inicio';
-$_LANGADM['AdminTabsa3908c4b42c40884e8cec52d3689ba5f'] = 'Mostrar u ocultar ficha.';
+$_LANGADM['AdminTabsfe513725b21a16ced7d05b454e74a33e'] = 'Mostrar u ocultar ficha.';
$_LANGADM['AdminTabsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminTabsb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado';
$_LANGADM['AdminTabse55f75a29310d7b60f7ac1d390c8ae42'] = 'Módulo';
diff --git a/translations/es/errors.php b/translations/es/errors.php
index 0dc468732..190300ced 100644
--- a/translations/es/errors.php
+++ b/translations/es/errors.php
@@ -215,7 +215,7 @@ $_ERRORS['4e0ac45de6bd848503ffa98ff6247f2f'] = 'Error de eliminación';
$_ERRORS['4eb9ec8ac71ad17fdc99b5371ace9f6e'] = 'Imposible crear un archivo de copia de seguridad';
$_ERRORS['4ee13cb828cde6949c31c24478a6069b'] = 'Ya existe una cuenta para este email';
$_ERRORS['4eeb89c9c7ae218f3d9cb4faaf8f1e38'] = 'Tamaño de nombre del archivo demasiado largo';
-$_ERRORS['4efc48557b29739b6cdd3fc01a299c47'] = 'Ficha %s no se encuentra';
+$_ERRORS['c73b4b3a554196f363373761829a4a56'] = 'Ficha %s no se encuentra';
$_ERRORS['4f12b222c9659d62afa795987259933f'] = 'El archivo cargado fue parcialmente cargado';
$_ERRORS['500d47433346bdb935f38af928fa2661'] = 'Usted no tiene permiso para instalar un módulo.';
$_ERRORS['50289ca189ede3317209fcb9ecce167c'] = 'Se ha producido un error durante la creación de nueva carpeta';
@@ -242,13 +242,13 @@ $_ERRORS['592a291120e1c687a70e6d1a53259a28'] = 'La base de datos de geolocalizac
$_ERRORS['59382adebc7f0d65c42fe773d443e4c7'] = 'El código ISO ya exite en otro idioma';
$_ERRORS['5a6448a8d8e77fa43df91db2eea79fb1'] = 'Este bcupón no está desactivado';
$_ERRORS['5a69d1cb0ef4096b272b3b441555d737'] = 'Usted no tiene permiso para configurar este módulo.';
-$_ERRORS['5abbf1d644e48c9d704c1f57dc38f757'] = 'No se puede colocar esta ficha en si misma';
+$_ERRORS['71e6840eaaf2c9c6ba1e647efc2ad722'] = 'No se puede colocar esta ficha en si misma';
$_ERRORS['5aee207224baebde35a0b0009b8e74a9'] = 'Un artículo en su cesta ya no está disponible para esta cantidad, no se puede continuar con su pedido.';
$_ERRORS['5af5f631f774a71445e3028253874394'] = 'Esta tienda no ha aceptado su nuevo pedido';
$_ERRORS['5b19b5178c34a3c0af13b0edc231efb8'] = 'Identificación de la transacción es inválida';
$_ERRORS['5b30a3e70b7e376b95991f191cf04b95'] = 'Por favor, cree una \"%1$s.php\" en el archivo \"%2$s\"';
$_ERRORS['5bd7619139757b6ec556cd32048e02eb'] = 'Descripción no válida';
-$_ERRORS['5c44170d4d6c8c52a319983d45fc9917'] = '(Haga clic para abrir la ficha \"Generadores\")';
+$_ERRORS['5b8f192b08644fdc9fd1fd86bcbbc57b'] = '(Haga clic para abrir la ficha \"Generadores\")';
$_ERRORS['5c45af89733d6bfc7b11d818a21b656d'] = 'Editar algo aquí';
$_ERRORS['5c61f1e9d7d492c795142ceb39900050'] = 'la imagen de la bandera y de la no-imagen son necesarias';
$_ERRORS['5ca4012f9738274ebeb214a961f1c829'] = 'El objeto no puede cargarse (no hay login o no es válido)';
@@ -362,7 +362,7 @@ $_ERRORS['918d3e2c65c72308ef3580f538d55af0'] = 'No se puede escribir el archivo
$_ERRORS['918eafd2a5ffd2824a394ce7bf1c4df4'] = 'Fecha de nacimiento inválida';
$_ERRORS['9211c38458f969f18498096a400a2214'] = 'el objeto no puede cargarse';
$_ERRORS['922dc0515643fb69585b67281692644a'] = 'Solo puede regenerar su contraseña cada %d minuto(s)';
-$_ERRORS['92cfc43b8b3cf7a964f2ef24fd22f8df'] = 'No hay módulos en su tienda de Prestashop. Utilice la pestaã módulos para activarlos o visite nuestra web para descargar módulos adicionales.';
+$_ERRORS['4c727b68772af37e54cef1f21e24d1b0'] = 'No hay módulos en su tienda de Prestashop. Utilice la pestaã módulos para activarlos o visite nuestra web para descargar módulos adicionales.';
$_ERRORS['92e7a89759bc4c89fd49c01ccc40ac0a'] = 'Se ha producido un error al copiar las imágenes';
$_ERRORS['93ba082c4cdbebf510e04ba399071757'] = '\"%s\" no existe. Tal vez usted escribió la dirección URL de forma manual.';
$_ERRORS['93bec915b8879ccc0352b786ffa5bd70'] = 'Fecha no es válido';
@@ -446,7 +446,7 @@ $_ERRORS['b7d99b30df0aade1e4d459fab8c7078f'] = 'No hay perfil';
$_ERRORS['b86d53f8bf21639366f8ed1595e54891'] = 'Por favor, proporcione su dirección de correo electrónico';
$_ERRORS['b903210290c3ee265ddf20dfe4e1f4d2'] = 'Descuento del valor es superior que el total de la orden =';
$_ERRORS['b9c1228a8e8c3412befae5d854508114'] = 'Ya se ha colocado un pedido en este carrito';
-$_ERRORS['b9d252ecdd7f1b8789d7d59728c32f11'] = 'FIcha archivo %s no se encuentra';
+$_ERRORS['bdc8e277b56a4b3878838c1ba9b47524'] = 'FIcha archivo %s no se encuentra';
$_ERRORS['b9ee8da3131c120480c3e3b36a3562bb'] = 'Error al copiar la imagen';
$_ERRORS['ba2bfa3216ea97ec1e454239610d089a'] = 'Usted no tiene acceso a esta categoría.';
$_ERRORS['baafbb73bdf562b2dcbd2c4b807f758e'] = 'Esta dirección no está en una zona válida.';
diff --git a/translations/fr/admin.php b/translations/fr/admin.php
index 0b0f86891..4f1f6ea78 100644
--- a/translations/fr/admin.php
+++ b/translations/fr/admin.php
@@ -2,13 +2,13 @@
global $_LANGADM;
$_LANGADM = array();
+$_LANGADM['AdminAccess06145a21dcec7395085b033e6e169b61'] = 'Menus';
$_LANGADM['AdminAccess151648106e4bf98297882ea2ea1c4b0e'] = 'Mise à jour réussie';
+$_LANGADM['AdminAccess1587f391edb6fe6f3b919aaa27e25cfb'] = 'Aucun menu';
$_LANGADM['AdminAccess4351cfebe4b61d8aa5efa1d020710005'] = 'Voir';
$_LANGADM['AdminAccess501faad2df9c231576549a068fcf61ca'] = 'Pas de modules installés';
$_LANGADM['AdminAccess6f4d50d858c73d78c954d410016d67e5'] = '%s : le module est installé dans la base de données, mais ses fichiers sont soit manquants, soit incompatibles.';
-$_LANGADM['AdminAccess7015777bcc86cd0c5e4819310d62b040'] = 'Onglets';
$_LANGADM['AdminAccess7dce122004969d56ae2e0245cb754d35'] = 'Modifier';
-$_LANGADM['AdminAccess7fcca2f879aa88fea302c675f56428cc'] = 'Aucun onglet';
$_LANGADM['AdminAccessb04c5e39cb3460a062bba48d85567cdb'] = 'Les permissions des administrateurs ne peuvent pas être modifiées.';
$_LANGADM['AdminAccessb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Tout';
$_LANGADM['AdminAccessbf17ac149e2e7a530c677e9bd51d3fd2'] = 'Modules';
@@ -160,7 +160,6 @@ $_LANGADM['AdminBackup2c57f87f291b9fc07039757ce39a7693'] = 'Vérifiez l\'intégr
$_LANGADM['AdminBackup2dfcd22fa4b395849dba9e20998d24c7'] = 'La sauvegarde semble s\'être déroulée correctement, cependant vous devriez télécharger le fichier de sauvegarde et vérifier sa validité.';
$_LANGADM['AdminBackup30c210e0173f2ff607cc84dc01ffc1f0'] = 'Options de sauvegarde';
$_LANGADM['AdminBackup34082694d21dbdcfc31e6e32d9fb2b9f'] = 'Nom du fichier';
-$_LANGADM['AdminBackup3584802c088b081e4b892f0d09ae1f7b'] = 'Mettez sur \"Non\" l\'option \"Activer la boutique\" dans l\'onglet \"Préférences\".';
$_LANGADM['AdminBackup3cda35ca1352ab3557ad2817459b157d'] = 'Vérifiez la taille maximale autorisée (ex. : Max 16 Mo)';
$_LANGADM['AdminBackup42051aaa00e6158eed74593c3e94d99a'] = 'Le téléchargement devrait se lancer automatiquement.';
$_LANGADM['AdminBackup44749712dbec183e983dcd78a7736c41'] = 'Date';
@@ -179,6 +178,7 @@ $_LANGADM['AdminBackup6afc2b40f9acff2a4d1e67f2dfcd8a30'] = 'Ignorer les tables d
$_LANGADM['AdminBackup6bfc8c9cb81f79f6db4707f115df9788'] = 'Cliquez sur le bouton \"Parcourir...\" et sélectionnez le fichier de sauvegarde depuis votre disque dur';
$_LANGADM['AdminBackup714aed045ed859b4e77cddddeeccaed5'] = 'Vous devez sauvegarder vos données régulièrement (à la fois vos fichiers et votre base de données).';
$_LANGADM['AdminBackup73cdddd7730abfc13a55efb9f5685a3b'] = 'heures';
+$_LANGADM['AdminBackup7bf215c957e661c3bd8ad7f6221675c9'] = 'Mettez sur \"Non\" l\'option \"Activer la boutique\" dans la page \"Maintenance\" du menu \"Préférences\".';
$_LANGADM['AdminBackup801ab24683a4a8c433c6eb40c48bcd9d'] = 'Télécharger';
$_LANGADM['AdminBackup85bb514f2e9d1d276e5a6d403f37c35c'] = 'Par défaut, vos tables de base de données existantes seront supprimées si vous restaurez une sauvegarde (voir Options).';
$_LANGADM['AdminBackup874cac6a7157c26b7d294443bf9cb54a'] = 'Choisissez cette option pour indiquer que le fichier de sauvegarde doit supprimer les tables existantes avant la restauration des données sauvegardées.';
@@ -209,6 +209,7 @@ $_LANGADM['AdminCarriers24a23d787190f2c4812ff9ab11847a72'] = 'État :';
$_LANGADM['AdminCarriers25fb8753d582a71ec3df328b1adc8b93'] = 'Par exemple, le transporteur peut être disponible pour la tranche de poids entre 0 et 5 kg. Un autre transporteur aura la tranche entre 5 et 10 kg.';
$_LANGADM['AdminCarriers2c261299e5086bd16299a8e8077862c8'] = 'Note :';
$_LANGADM['AdminCarriers2d8ee3c32fffdf39872b844a50f08ad9'] = 'Le meilleur prix';
+$_LANGADM['AdminCarriers30315615ded40fd1680bcb80e183594c'] = 'Dans le menu \"Transport\", cliquez sur les pages \"Tranches de prix\" ou \"Tranches de poids\".';
$_LANGADM['AdminCarriers3194ebe40c7a8c29c78ea79066b6e05c'] = 'Nom du transporteur affiché durant la commande';
$_LANGADM['AdminCarriers345bbbb0655372cd66cd37b8fdc4b766'] = 'Profondeur maximum du paquet :';
$_LANGADM['AdminCarriers354dd8819e93a1d7dbcf7029b5fcd2ff'] = 'Remplissez les champs et cliquez sur \"Enregistrer\".';
@@ -235,9 +236,7 @@ $_LANGADM['AdminCarriers6f9d01a14011f05fffe48559583fc609'] = 'Tri par défaut de
$_LANGADM['AdminCarriers6fc6e3db51399bfdc0783c55413a9267'] = 'Hauteur maximum du paquet :';
$_LANGADM['AdminCarriers7475ec0d41372a307c497acb7eeea8c4'] = 'Aucune taxe';
$_LANGADM['AdminCarriers785bc8b603d21f69f55e495d7efd6923'] = 'Ordre par défaut des transporteurs :';
-$_LANGADM['AdminCarriers7f60542118c84d0f91e9986af7e12688'] = 'Dans l\'onglet \"Transport\", cliquez sur \"Tranches de prix\" ou \"Tranches de poids\".';
$_LANGADM['AdminCarriers80ac9c802ce4d76982ab5a2e5a54b8bc'] = 'Transporteur par défaut :';
-$_LANGADM['AdminCarriers80d803aad983c22d14a0ddad539fad8e'] = 'Cliquez sur l\'onglet \"Transport\".';
$_LANGADM['AdminCarriers8430a7b1b81635e3df949c2845303303'] = 'Options des transporteurs';
$_LANGADM['AdminCarriers85ed6154e19cc138c7281ba6129641d3'] = 'Zones sur lesquelles le transporteur est disponible';
$_LANGADM['AdminCarriers86b030372e7bf11a267c33851d28846a'] = 'Vous devez choisir les frais qui seront appliqués pour ce transporteur.';
@@ -248,6 +247,7 @@ $_LANGADM['AdminCarriers92c713cffb8085099e9ab6b8a7387b5e'] = 'Inclus ou non les
$_LANGADM['AdminCarriers93cba07454f06a4a960172bbd6e2a435'] = 'Oui';
$_LANGADM['AdminCarriers94f9328aae40bd711c2c1032c9c9411d'] = 'Si la valeur est à 0 (zéro), le nom du transporteur sera remplacé par le nom de la boutique';
$_LANGADM['AdminCarriers9d5b8360a1232c6d3e5e005eff4a7131'] = 'Quand vous avez terminé, cliquez sur \"Enregistrer\".';
+$_LANGADM['AdminCarriers9ea62c2e649fa6ce70fd479d4228d34e'] = 'Cliquez sur le menu \"Transport\".';
$_LANGADM['AdminCarriersa2fb5420f32b0749ad87318f82c0db2c'] = 'Comportement des tranches :';
$_LANGADM['AdminCarriersa617573fb9cb14e1c414b8f00dd57b6b'] = 'Délai de livraison affiché durant la commande';
$_LANGADM['AdminCarriersab7fd6e250b64a46027a996088fdff74'] = 'Désactiver la sélection';
@@ -300,6 +300,7 @@ $_LANGADM['AdminCartRules29aa46cc3d2677c7e0f216910df600ff'] = 'Frais de port gra
$_LANGADM['AdminCartRules2f73d13f0a878086ce1f9933aed3ac80'] = 'Envoyer un cadeau';
$_LANGADM['AdminCartRules34b9126c1ba9f3b131875a8da7b426c4'] = 'Déclinaisons';
$_LANGADM['AdminCartRules3728af837fe70019577ddb0ed7125ee5'] = 'Jusqu\'au';
+$_LANGADM['AdminCartRules3ac705f2acd51a4613f9188c05c91d0d'] = 'Validité';
$_LANGADM['AdminCartRules3bbe671bffbf08ba0a9e94556a3a08f3'] = 'produit(s) correspondent aux règles suivantes :';
$_LANGADM['AdminCartRules3e9619330efb3bed62076dc6138a3889'] = 'Transporteurs non sélectionnés';
$_LANGADM['AdminCartRules4389e2185ee6d9712b5dc25312ab4f3b'] = 'La règle ne sera appliquée qu\'aux X premiers clients uniquement.';
@@ -341,7 +342,6 @@ $_LANGADM['AdminCartRules9f6e99bdd4184b83dc478d0ab1b4cbf7'] = 'Montant minimum';
$_LANGADM['AdminCartRulesa5a08c71d0992427cfd8815ebc8f6152'] = 'Boutiques sélectionnées';
$_LANGADM['AdminCartRulesa82be0f551b8708bc08eb33cd9ded0cf'] = 'Information';
$_LANGADM['AdminCartRulesaf1b98adf7f686b84cd0b443e022b7a0'] = 'Catégories';
-$_LANGADM['AdminCartRules3ac705f2acd51a4613f9188c05c91d0d'] = 'Validité';
$_LANGADM['AdminCartRulesb2f40690858b404ed10e62bdf422c704'] = 'Montant';
$_LANGADM['AdminCartRulesb51a203cee37965537db75688feaef75'] = 'Ne s\'applique que si la valeur de la réduction est supérieure au montant total du panier.';
$_LANGADM['AdminCartRulesb5a7adde1af5c87d7fd797b6245c2a39'] = 'Description';
@@ -513,6 +513,8 @@ $_LANGADM['AdminCmsCategoriesd0042a700e9bdf79689d63ee6846dc0e'] = 'Description :
$_LANGADM['AdminCmsCategoriesd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminCmsCategoriese25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer la sélection ?';
$_LANGADM['AdminCmsContent62381fc27e62649a16182a616de3f7ea'] = 'Catégorie actuelle';
+$_LANGADM['AdminCmsContentd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
+$_LANGADM['AdminCmsContente25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer la sélection ?';
$_LANGADM['AdminCmsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminCmsb78a3223503896721cca1303f776159b'] = 'Titre';
$_LANGADM['AdminCmsb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé';
@@ -528,6 +530,7 @@ $_LANGADM['AdminContacts0a958d0b68cae1805a8f64cdcddb821b'] = 'Informations compl
$_LANGADM['AdminContacts374be1f03a7e4dc66abae55e909b1efe'] = 'Nom du contact (ex. : Support Technique)';
$_LANGADM['AdminContacts38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
$_LANGADM['AdminContacts51ec9bf4aaeab1b25bb57f9f8d4de557'] = 'Nom :';
+$_LANGADM['AdminContacts7660098e22fab124a198a31a6e1069b4'] = 'Ce message sera enregistré dans la page \"SAV\" du menu \"Client\"';
$_LANGADM['AdminContacts76e1a2d01fd855aa7f2df99e2be260c5'] = 'L\'e-mail sera envoyé à cette adresse';
$_LANGADM['AdminContacts8b5dd64ab8d0b8158906796b53a200e2'] = 'Adresse e-mail :';
$_LANGADM['AdminContacts9aa698f602b1e5694855cee73a683488'] = 'Contacts';
@@ -539,7 +542,6 @@ $_LANGADM['AdminContactsb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé';
$_LANGADM['AdminContactsd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminContactse25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
$_LANGADM['AdminContactsf16b5952df8d25ea30b25ff95ee8fedf'] = 'Association de la boutique :';
-$_LANGADM['AdminContactsfca1f01db55feb7e6c92c4a7914ef990'] = 'Ce message sera enregistré dans l\'onglet SAV';
$_LANGADM['AdminController0a71c80de89d7b2d3e6b22974a4a7548'] = 'Une nouvelle commande a été passée sur votre boutique.';
$_LANGADM['AdminController0c6992101fe78e4f1ae3f391c485de29'] = 'Pack de localisation importé';
$_LANGADM['AdminController0d17875eafd3cb6a98f76f9a2bd6441e'] = 'Une modification de ce champ sera appliqué pour la boutique';
@@ -559,6 +561,7 @@ $_LANGADM['AdminController2d171b6a17c89ae0c6e4f2b64f2af559'] = 'Une modification
$_LANGADM['AdminController2d30a5364e7af9ab4e119dc77551e317'] = 'Sélection de l\'image par défaut enregistrée';
$_LANGADM['AdminController2df9f8b8654e79c091ab5f33c9e1b67b'] = 'Envoi réussi';
$_LANGADM['AdminController307fbef4087f1a9de65a595be1418670'] = 'Association d\'une image et d\'une boutique modifiée';
+$_LANGADM['AdminController317adff4884633ea2cf159be152f44c2'] = 'Configuration multiboutique pour';
$_LANGADM['AdminController399574be0ed95657dfac0e8d38374c62'] = 'par adresse IP';
$_LANGADM['AdminController3a38028d626312ff00aace87da666108'] = 'De :';
$_LANGADM['AdminController3dd9c50a1e72020b9cc83e92aa7d07b9'] = 'Temps de chargement :';
@@ -595,7 +598,6 @@ $_LANGADM['AdminController8524de963f07201e5c086830d370797f'] = 'Chargement en co
$_LANGADM['AdminController855d2bf59043b81e76bc931e685a4f58'] = 'par nom';
$_LANGADM['AdminController8642a2f37a5d42b54ce53b1fbdd1583f'] = 'paniers';
$_LANGADM['AdminController87a2663d841b78f01c27c0edb4f50b76'] = 'Suppression réussie';
-$_LANGADM['AdminController317adff4884633ea2cf159be152f44c2'] = 'Configuration multiboutique pour';
$_LANGADM['AdminController8a3cfd894d57e33c55400fc9d76aa08a'] = 'Cliquez ici pour en savoir plus';
$_LANGADM['AdminController9469a4605b719b91e2cdac9e3bbf460d'] = 'Traductions ajoutées avec succès';
$_LANGADM['AdminController9cf0de095c0d4c49d3b37ca76b50124e'] = 'Mise à jour réussie';
@@ -998,8 +1000,9 @@ $_LANGADM['AdminEmployees20db0bfeecd8fe60533206a2b5e9891a'] = 'Prénom';
$_LANGADM['AdminEmployees2467bfdbc86d3cc7aab2130f56ce6978'] = 'Minimum 8 caractères, uniquement lettres, nombres ou';
$_LANGADM['AdminEmployees24a23d787190f2c4812ff9ab11847a72'] = 'État :';
$_LANGADM['AdminEmployees24fb083ea7699bfacb5b1fdd56746d35'] = 'Voir la vidéo de bienvenue sur le tableau de bord du back office';
-$_LANGADM['AdminEmployees38bc801a65d737636374445ec68de6d4'] = 'Onglet par défaut';
+$_LANGADM['AdminEmployees36c4b74adbc20d8f8f073c15aba27111'] = 'Cet page s\'affichera juste après que l\'employé soit authentifié';
$_LANGADM['AdminEmployees38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
+$_LANGADM['AdminEmployees435a2d71a0c6c33cd2c917b00b8e0da1'] = 'Page par défaut';
$_LANGADM['AdminEmployees5e0b30bd7c238faaa234164857d7b5bd'] = 'Montrer screencast :';
$_LANGADM['AdminEmployees640fd0cc0ffa0316ae087652871f4486'] = 'minutes';
$_LANGADM['AdminEmployees6591effcd7a95eb926b61e1519530b17'] = 'Peut se connecter';
@@ -1009,7 +1012,6 @@ $_LANGADM['AdminEmployees6826c313cc8d16a3773ae8d892d4549d'] = 'Sélectionnez les
$_LANGADM['AdminEmployees78e365acb087fd1f8d494dae0001de10'] = 'Adresse e-mail :';
$_LANGADM['AdminEmployees7bc873cba11f035df692c3549366c722'] = '-- Choisissez --';
$_LANGADM['AdminEmployees7bf180952a9369f95452b5ef13db381f'] = 'Largeur du back-office';
-$_LANGADM['AdminEmployees802a0d2adac7699a3a37d1abe76f8ad4'] = 'Cet onglet s\'affichera juste après que l\'employé soit authentifié';
$_LANGADM['AdminEmployees8b5dd64ab8d0b8158906796b53a200e2'] = 'Adresse e-mail';
$_LANGADM['AdminEmployees8c1366417a01cb8445c5420e250c3100'] = 'Temps minimum avant de pouvoir redemander un nouveau mot de passe';
$_LANGADM['AdminEmployees8d3f5eff9c40ee315d452392bed5309b'] = 'Nom';
@@ -1159,7 +1161,6 @@ $_LANGADM['AdminHome164cff8928fa92c9e06d609d08438c9d'] = 'Ventes de la semaine';
$_LANGADM['AdminHome185cc2941a56f589296dbc693cf4d9e2'] = 'Ajoute une page statique';
$_LANGADM['AdminHome1d1b1cde6e62df1ce51a4799884a80af'] = 'Fils de discussion en cours';
$_LANGADM['AdminHome202460d68b46910927f17628291fdd61'] = 'Concaténation, Compression & Cache';
-$_LANGADM['AdminHome20c17b78aef924e5f69675e3fe826abc'] = 'Ce nom est différent du nom de domaine principal configuré dans l\'onglet boutique :';
$_LANGADM['AdminHome2273d1167a6212812d95dc8fadbae78e'] = 'Service client';
$_LANGADM['AdminHome2724cf222dcf00db76f4d0283a1e55ed'] = 'Affiche les paniers';
$_LANGADM['AdminHome2938c7f7e560ed972f8a4f68e80ff834'] = 'Tableau de bord';
@@ -1171,6 +1172,7 @@ $_LANGADM['AdminHome39c5dfa61825808dbc015048fb878457'] = 'Nouveau produit';
$_LANGADM['AdminHome3e290008e136525fee7cd327b5971904'] = 'Produits récemment vendus';
$_LANGADM['AdminHome3ec365dd533ddb7ef3d1c111186ce872'] = 'Détails';
$_LANGADM['AdminHome40317d97529854b2f51e59d485bbae74'] = 'plus d\'info sur php.net';
+$_LANGADM['AdminHome4ab28b3687c84b0c92efbb1aabeadddb'] = 'Ce nom est différent du nom de domaine principal configuré dans la page \"Multiboutique\" du menu \"Paramètres avancés\" :';
$_LANGADM['AdminHome4c1bf99667f98775acadbb4f2d343ad2'] = 'Remplissez votre catalogue avec de nouveaux produits.';
$_LANGADM['AdminHome4c9120f1a5947445c0e9620254ceb30b'] = 'Nouvelle commande';
$_LANGADM['AdminHome4d92a8b44ec205ea708bd3f3a8926b2d'] = 'Cache & compression navigateur';
@@ -1270,12 +1272,12 @@ $_LANGADM['AdminImagesc9c4e9c1a92d9b15e0cdefc7ddb1bbd5'] = 'La largeur maximum d
$_LANGADM['AdminImagescb2f901ceed5c3365d056794a1b5047f'] = 'Si vous faites une modification, n\'oubliez pas de regénérer les images';
$_LANGADM['AdminImagescdb7cf7699ae1a3a9e4652575caaa4ea'] = 'Ce type sera appliqué aux images des marques';
$_LANGADM['AdminImagescf40e19ee10782c4284cac90feb4f73e'] = 'Hauteur maximale en pixels';
+$_LANGADM['AdminImagesd18b9f70d63f9530b45ee5867ab3da56'] = 'Ce réglage doit rester sur \"Oui\" à moins que vous n’ayez déplacé avec succès les images dans la page \"Images\" du menu \"Préférences\"';
$_LANGADM['AdminImagesd379cadd41b68efe7c945b4d85c72085'] = 'Effacer les images précédentes';
$_LANGADM['AdminImagesd46bafd645c490bd4be22c4226619db9'] = 'Qualité JPEG';
$_LANGADM['AdminImagesdde6c96bcb0af50f18f37572267d904a'] = 'La hauteur maximum des images envoyées par les clients (en pixels)';
$_LANGADM['AdminImagese492ecbd8f7d4ea310457adc4ed4df89'] = 'Le processus peut prendre de quelques minutes à plus d\'une heure, merci pour votre patience';
$_LANGADM['AdminImagese57fbdf001b4b35e6ca7dcdc628ca853'] = 'La taille maximum des images envoyées par les clients (en octets)';
-$_LANGADM['AdminImagese7ed00268dc16aecaac5a60aeb6f4c73'] = '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, sous-onglet Images';
$_LANGADM['AdminImagese933dc24fb245d863a43b4fefe9b45f5'] = 'Hauteur :';
$_LANGADM['AdminImageseaae26a6fb20ed3ef54fb23bfa0b1fcc'] = 'largeur';
$_LANGADM['AdminImageseec6c4bdbd339edf8cbea68becb85244'] = 'Hauteur';
@@ -1430,7 +1432,6 @@ $_LANGADM['AdminImportd1457b72c3fb323a2671125aef3eab5d'] = '?';
$_LANGADM['AdminImportd66424c2034991e541dee7face1851fc'] = 'Fichier encodé en ISO-8859-1 ?';
$_LANGADM['AdminImportd7a158f13040edafc30b622d16c8b12d'] = '* Champs requis';
$_LANGADM['AdminImportd7fa0b529a16e87f34d8ef35054c765c'] = 'Importer des produits dans une commande fournisseur va d\'abord effacer les produits contenus dans cette commande.';
-$_LANGADM['AdminImportf648ba0d7d0fdf1ab184cb12e129ddde'] = 'Une catégorie racine est le point de départ de la hiérarchie des catégories. Cette fonctionnalité est utilisée en multiboutique.';
$_LANGADM['AdminImportde8a97fd084105e9d0e74b4825b40010'] = 'Choisissez la valeur correspondant à chaque colonne';
$_LANGADM['AdminImportdf8ffb90c945e796f2cfd9265325b9c3'] = 'Catégories (x,y,z...)';
$_LANGADM['AdminImportdf917adff915d5518c45ae6dc521783b'] = 'Votre fichier CSV (%d fichiers) :';
@@ -1458,6 +1459,7 @@ $_LANGADM['AdminImportf21ee1cc0e2e0a47deb2fc8726f406fa'] = 'Format : entre 0 et
$_LANGADM['AdminImportf2a6c498fb90ee345d997f888fce3b18'] = 'Supprimer';
$_LANGADM['AdminImportf41a10a672cbcdecaad1d2f73f30b1f8'] = 'Quantité attendue *';
$_LANGADM['AdminImportf44347857ec02907fd13f88f00ccd532'] = 'Les colonnes ne peuvent avoir des valeurs du même type';
+$_LANGADM['AdminImportf648ba0d7d0fdf1ab184cb12e129ddde'] = 'Une catégorie racine est le point de départ de la hiérarchie des catégories. Cette fonctionnalité est utilisée en multiboutique.';
$_LANGADM['AdminImportf8a0fa3674c3336359b77bbe8e942a2c'] = 'ID ou nom de la boutique';
$_LANGADM['AdminImportf8d897dac47378d6a906bbac8a6070bc'] = 'Utiliser la référence du produit comme clé ?';
$_LANGADM['AdminImportf90e807b74928118048a1a6fa65ebfe5'] = 'E-mail client';
@@ -1569,7 +1571,7 @@ $_LANGADM['AdminLanguages1214646a8e239537981e729a0f16f3e9'] = 'Votre fichier .ht
$_LANGADM['AdminLanguages14828817dac9b8636a1341b4fb0155d9'] = 'Code langue complet (ex. : en-us, pt-br)';
$_LANGADM['AdminLanguages2426cdf3330e330b60bb7004015207ba'] = 'Image affichée lorsqu\'aucune image n\'est disponible';
$_LANGADM['AdminLanguages24a23d787190f2c4812ff9ab11847a72'] = 'État :';
-$_LANGADM['AdminLanguages268af2d879ead99895cd62fd71e4056b'] = 'Après avoir créé la langue, vous pouvez importer le contenu du pack de langue, que vous pouvez télécharger depuis l\'onglet \"Localisation\", sous-onglet \"Traductions\".';
+$_LANGADM['AdminLanguages268af2d879ead99895cd62fd71e4056b'] = 'Après avoir créé la langue, vous pouvez importer le contenu du pack de langue, que vous pouvez télécharger depuis la page \"Localisation\" du menu \"Traductions\".';
$_LANGADM['AdminLanguages3253758a8726c828bbbdc0cc8de30410'] = 'Format de date (complet) :';
$_LANGADM['AdminLanguages38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
$_LANGADM['AdminLanguages3a08e2e340ab29fd9263af48193cbf8e'] = 'Langues';
@@ -1765,7 +1767,6 @@ $_LANGADM['AdminMeta13f52e209a05e588d6966c38b5e1586b'] = 'Liste des mots-clés';
$_LANGADM['AdminMeta14caa3d50da16368a8f30b53a5b72aa4'] = 'Rediriger automatiquement vers l\'URL canonique';
$_LANGADM['AdminMeta193cfc9be3b995831c6af2fea6650e60'] = 'Page';
$_LANGADM['AdminMeta1dec4f55522b828fe5dacf8478021a9e'] = 'URL simplifiée :';
-$_LANGADM['AdminMeta1fb97d3e905901fbef2cb4b648b3e24d'] = 'Le multiboutique est activé. Si vous souhaitez changer l\'URL d\'une de vos boutiques, veuillez vous rendre dans l\'onglet \"Paramètres avancés\" -> \"Multiboutique\".';
$_LANGADM['AdminMeta2f00a8ca42b86bfcb39cdd34665a1386'] = 'Exemple : \"contacts\" pour http://maboutique.com/shop/contacts redirigera vers http://maboutique.com/shop/contact-form.php';
$_LANGADM['AdminMeta33de75d34ebe209ac0536cfef2d44206'] = 'Titre de la page :';
$_LANGADM['AdminMeta33fe26e0d07af85617f326ca09fb5085'] = 'Pour ajouter un tag, cliquez dans le champ, écrire quelque chose, puis appuyez sur \"Entrée\"';
@@ -1795,6 +1796,7 @@ $_LANGADM['AdminMeta9ca94e67feafa7c087ed70257d54ce53'] = 'Mots-clés : %s';
$_LANGADM['AdminMetaa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Méta description :';
$_LANGADM['AdminMetaaa75f9d383049a51a3fc7254fffd81fc'] = 'Route vers les catégories avec le paramètre selected_filter pour le module navigation à facette';
$_LANGADM['AdminMetaacaa02ab1d800ce9a0b3df2e4ab8909a'] = 'Désactiver l\'option Apache MultiViews';
+$_LANGADM['AdminMetaacd42ca69c9211767cc6484338519a9a'] = 'Le multiboutique est activé. Si vous souhaitez changer l\'URL d\'une de vos boutiques, veuillez vous rendre dans la page \"Multiboutique\" du menu \"Paramètres avancés\".';
$_LANGADM['AdminMetab718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminMetab78a3223503896721cca1303f776159b'] = 'Titre';
$_LANGADM['AdminMetab7e4848d64e66565d360a42e54fd1b3b'] = 'Une courte description';
@@ -2395,12 +2397,12 @@ $_LANGADM['AdminPerformancef8198a372da81edfca0693a81242149d'] = 'Mcrypt est plus
$_LANGADM['AdminPerformancef8d698aea36fcbead2b9d5359ffca76f'] = 'Smarty';
$_LANGADM['AdminPerformancefdb3644651f3871a5e73f4dc271b64e3'] = 'Conserver le fonctionnement classique';
$_LANGADM['AdminPerformanceffff838eefbb0876472253553ef4d72f'] = 'Console de débogage :';
-$_LANGADM['AdminPreferences03b62ec4239929885e0d9e068bff47e8'] = 'Le multiboutique vous permet de gérer plusieurs boutiques avec une seule administration. Si cette fonctionnalité est activée, un onglet \"Multiboutique\" apparaître dans le menu \"Paramètres avancés\".';
$_LANGADM['AdminPreferences0db377921f4ce762c62526131097968f'] = 'Général';
$_LANGADM['AdminPreferences1656072e927c8d3acd24359cbb648bb5'] = 'Activer le SSL';
$_LANGADM['AdminPreferences27f3765c3871cd5fe52f88f31dfe2c89'] = 'supérieur';
$_LANGADM['AdminPreferences38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
$_LANGADM['AdminPreferences43b266c605d67eaa27801cc5dc0b3995'] = 'Activer le multiboutique';
+$_LANGADM['AdminPreferences4be74c97d22c5a258e278805c33b42c2'] = 'Le multiboutique vous permet de gérer plusieurs boutiques avec une seule administration. Si cette fonctionnalité est activée, la page \"Multiboutique\" apparaît dans le menu \"Paramètres avancés\".';
$_LANGADM['AdminPreferences700e61469b84a66ddb24304a85b0c181'] = 'classique';
$_LANGADM['AdminPreferences79a8435260e0c3b17e30ccb1c6dfc75c'] = 'Afficher les fournisseurs et les marques';
$_LANGADM['AdminPreferences8de64d6b49cebd2306af6ddbcd268700'] = 'Si votre hébergeur propose le protocole SSL, vous pouvez activer le cryptage SSL (https://) pour l\'identification des clients et le processus de commande';
@@ -3050,7 +3052,7 @@ $_LANGADM['AdminScenes48eff6b946aa810d6cb2db445e5e881b'] = 'Automatiquement redi
$_LANGADM['AdminScenes5e9df908eafa83cb51c0a3720e8348c7'] = 'Tout sélectionner';
$_LANGADM['AdminScenes5ffd7a335dd836b3373f5ec570a58bdc'] = 'Tout développer';
$_LANGADM['AdminScenes6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Les caractères non valables :';
-$_LANGADM['AdminScenes7dc99a2737d301ded7dbc18b54487c4c'] = 'Note : Pour changer la dimension de base des images de scènes, veuillez modifier le paramètre \'large_scene\' avec les dimensions souhaitées (dans le Back office : Onglet \'Préférences\' > Onglet \'Image\').';
+$_LANGADM['AdminScenes7dc99a2737d301ded7dbc18b54487c4c'] = 'Note : Pour changer la dimension de base des images de scènes, veuillez modifier le paramètre \'large_scene\' avec les dimensions souhaitées (dans la page \"Images\" du menu \"Préférences\").';
$_LANGADM['AdminScenes839af95e357936503d910adb5ae209a3'] = 'ko max.';
$_LANGADM['AdminScenes84418e651fa14682de36a551e72c2a06'] = 'Nom de la scène :';
$_LANGADM['AdminScenes8c38776925f7cf41c090646a43157024'] = 'Catégories :';
@@ -3059,7 +3061,7 @@ $_LANGADM['AdminScenes9747d23c8cc358c5ef78c51e59cd6817'] = 'Tout désélectionne
$_LANGADM['AdminScenes992fce2ab1e3df0de5e94109ab6f4ba0'] = 'Si vous souhaitez utiliser une miniature particulière (différente de celle générée à partir d\'une réduction de l\'image ci-dessus), veuillez choisir un fichier ici.';
$_LANGADM['AdminScenes997fd7aaabd538817e06ff1b3289bee3'] = 'Image à \"taguer\" :';
$_LANGADM['AdminScenes9ea67be453eaccf020697b4654fc021a'] = 'Sauvegarder et rester';
-$_LANGADM['AdminScenesa5394858079fa378684b20a1abc0e9be'] = 'Note : pour changer la dimension de base des images de scènes, veuillez modifier le paramètre \'thumb_scene\' avec les dimensions souhaitées (dans le back-office : onglet \"Préférences\", sous-onglet \"Images\").';
+$_LANGADM['AdminScenesa5394858079fa378684b20a1abc0e9be'] = 'Note : pour changer la dimension de base des images de scènes, veuillez modifier le paramètre \'thumb_scene\' avec les dimensions souhaitées (dans la page \"Images\" du menu \"Préférences\").';
$_LANGADM['AdminScenesa99236f155b9a3606d7b36262179bc17'] = 'Taille de l\'image :';
$_LANGADM['AdminScenesb56c3bda503a8dc4be356edb0cc31793'] = 'Tout réduire';
$_LANGADM['AdminScenesb667daefa504a39a424c395df58d04b1'] = 'Miniature particulière :';
@@ -3551,7 +3553,7 @@ $_LANGADM['AdminStockManagement0806767ed8feb724b1359de67a41f3d7'] = 'Par ailleur
$_LANGADM['AdminStockManagement0ba66de04477ab58b15c4cadd1354e9c'] = 'Devise associée au prix unitaire du produit';
$_LANGADM['AdminStockManagement0c0d054c2c707309be2e70fb9ed7c571'] = 'Entrepôt :';
$_LANGADM['AdminStockManagement0e0cf3cf131673617875bbf4bb4f0a38'] = 'Stock : transférer un produit';
-$_LANGADM['AdminStockManagement111f0e61a01a90ff0fd023a22c2f7d7d'] = 'Vous devez créer un entrepôt avant d\'ajouter du stock. Voir l\'onglet Stock/Entrepôts.';
+$_LANGADM['AdminStockManagement111f0e61a01a90ff0fd023a22c2f7d7d'] = 'Vous devez créer un entrepôt avant d\'ajouter du stock. Voir la page Stock/Entrepôts.';
$_LANGADM['AdminStockManagement160f18dd864c8dae55901a5c36b1813a'] = 'Le produit a bien été supprimé du stock';
$_LANGADM['AdminStockManagement1b5a26d3a8bc154d23781ac7ca397495'] = 'Sélectionnez l\'entrepôt destinataire.';
$_LANGADM['AdminStockManagement1c1ee49fc12644132bd3a57d85fda451'] = 'Ajouter du stock';
@@ -3589,7 +3591,6 @@ $_LANGADM['AdminStockManagementb02c2b70fa9dfb5e023d0d0711da66ee'] = 'Ajouter un
$_LANGADM['AdminStockManagementb6872ed521281f68f0d6d5eeee624053'] = 'Disponible à la vente dans l\'entrepôt d\'origine?';
$_LANGADM['AdminStockManagementb8f548c49e237e746f24336b3294f86b'] = 'Enlever du stock';
$_LANGADM['AdminStockManagementb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé';
-$_LANGADM['AdminStockManagementbeaf85425059adf7675f51b9f0cce075'] = 'Notez que si vous désirez ajouter du stock pour plusieurs produits à la fois, vous pouvez utiliser l\'onglet \"Commande fournisseur\".';
$_LANGADM['AdminStockManagementc271f27c53702bc417b89d84a320dccf'] = 'Retirer du stock';
$_LANGADM['AdminStockManagementc47b75b25e5ec5d67ca5fe262dc41e38'] = 'Souhaitez-vous soustraire cette quantité aux quantités utilisables (oui) ou aux quantités physiques (non) ?';
$_LANGADM['AdminStockManagementc6d6a9005bcbf80689cce6fd4b0aaa86'] = 'Supprimer du stock';
@@ -3609,6 +3610,7 @@ $_LANGADM['AdminStockManagemente1b729c52480225d06d4bd27b2a811be'] = 'Le produit
$_LANGADM['AdminStockManagementea4788705e6873b424c65e91c2846b19'] = 'Annuler';
$_LANGADM['AdminStockManagementeb65183e450756692c2d098c3cc5bda5'] = 'Stock : supprimer un produit';
$_LANGADM['AdminStockManagementf548c1f7ba94a7c672abbc78dc236ea8'] = 'Cette interface vous permet de gérer le stock de vos différents produits.';
+$_LANGADM['AdminStockManagementf97df63822268b60e1de33cd67e071fb'] = 'Notez que si vous désirez ajouter du stock pour plusieurs produits à la fois, vous pouvez utiliser la page \"Commande fournisseur\" dans le menu \"Stock\".';
$_LANGADM['AdminStockManagementfbd99ad01b92dbafc686772a39e3d065'] = 'UPC';
$_LANGADM['AdminStockManagementfc09a76bfa4a6ac12bad90577c45bd8a'] = 'Utilisable à la vente :';
$_LANGADM['AdminStockManagementfd11d220ab663016a21f1c9236a8e4d8'] = 'Quantité à transférer :';
@@ -3887,6 +3889,7 @@ $_LANGADM['AdminSupplyOrdersfc1267ed24e9b441105bf29487ff583a'] = 'Supprimer ce p
$_LANGADM['AdminSupplyOrdersfec53fed4ef21abd9053bae63859b355'] = 'Mettre à jour la sélection ?';
$_LANGADM['AdminSupplyOrdersff8affac9cbd332520bf040cefe1503d'] = 'Réception de produits pour la commande n°%s';
$_LANGADM['AdminTabs00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
+$_LANGADM['AdminTabs06145a21dcec7395085b033e6e169b61'] = 'Menus';
$_LANGADM['AdminTabs1e20f2d338784384a835df30266bc8d0'] = 'Mettre en ligne un logo depuis votre ordinateur (.gif, .jpg, .jpeg ou .png).';
$_LANGADM['AdminTabs24a23d787190f2c4812ff9ab11847a72'] = 'État :';
$_LANGADM['AdminTabs37242ae69082dfc3ec9d365a18a9606e'] = 'Icône :';
@@ -3897,14 +3900,13 @@ $_LANGADM['AdminTabs52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Position';
$_LANGADM['AdminTabs53b3cae42737979c884275593a01f468'] = 'Module :';
$_LANGADM['AdminTabs6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caractères non valables :';
$_LANGADM['AdminTabs6788f67ae68b5aa5ad08d8129399bf81'] = 'Classe :';
-$_LANGADM['AdminTabs7015777bcc86cd0c5e4819310d62b040'] = 'Onglets';
$_LANGADM['AdminTabs817434295a673aed431435658b65d9a7'] = 'Icône';
$_LANGADM['AdminTabs8cf04a9734132302f96da8e113e80ce5'] = 'Accueil';
-$_LANGADM['AdminTabsa3908c4b42c40884e8cec52d3689ba5f'] = 'Afficher ou cacher l\'onglet.';
$_LANGADM['AdminTabsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminTabsb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé';
$_LANGADM['AdminTabse55f75a29310d7b60f7ac1d390c8ae42'] = 'Module';
$_LANGADM['AdminTabsf18807509658fbdaae40911a61a6c3b1'] = 'Parent :';
+$_LANGADM['AdminTabsfe513725b21a16ced7d05b454e74a33e'] = 'Afficher ou cacher le menu.';
$_LANGADM['AdminTags068f80c7519d0528fb08e82137a72131'] = 'Produits';
$_LANGADM['AdminTags0885f0c211f74834f0109c5abaf4cdc4'] = 'Langue :';
$_LANGADM['AdminTags1063e38cb53d94d386f21227fcd84717'] = 'Supprimer';
@@ -4341,6 +4343,7 @@ $_LANGADM['index12c500ed0b7879105fb46af0f246be87'] = 'commandes';
$_LANGADM['index13348442cc6a27032d2b4aa28b75a5d3'] = 'Recherche';
$_LANGADM['index1a9c46c5de112e3cb217e0ec5576d499'] = 'Derniers clients';
$_LANGADM['index2d171b6a17c89ae0c6e4f2b64f2af559'] = 'Une modification de ce champ sera appliquée à toutes les boutiques';
+$_LANGADM['index317adff4884633ea2cf159be152f44c2'] = 'Configuration multiboutique pour';
$_LANGADM['index3c40bce8d041e25000f92477f7f8ab31'] = 'Cliquez ici pour voir ce message';
$_LANGADM['index3e12761a2bcba8a5a257db3ccab5422f'] = 'Une modification de ce champ sera appliquée à toutes les boutiques du groupe %s';
$_LANGADM['index3e937d04c1c83492260a33d926ca587c'] = 'Bug Tracker';
@@ -4359,7 +4362,6 @@ $_LANGADM['index77181afe06241c54ef771a23ee6da8f4'] = 'Derniers messages';
$_LANGADM['index7de03e29467c9d376a57e40f2ace850f'] = 'Une modification de ce champ sera appliquée à la boutique %s';
$_LANGADM['index8642a2f37a5d42b54ce53b1fbdd1583f'] = 'paniers';
$_LANGADM['index86bbc77fd75ac02c21b84a37b260eadd'] = 'Panneau d\'administration';
-$_LANGADM['index317adff4884633ea2cf159be152f44c2'] = 'Configuration multiboutique pour';
$_LANGADM['indexa2eda4e1c4dfc9bade7150b878c57a46'] = 'Voir tous les messages';
$_LANGADM['indexa4da6f31ab268a5310bc475e63ab92db'] = 'Je comprends les risques et je veux afficher la page';
$_LANGADM['indexa546b4ed60fa82d6e50475370c228979'] = 'Un nouveau message a été publié sur votre boutique.';
diff --git a/translations/fr/errors.php b/translations/fr/errors.php
index ab9460cec..ef7a9a977 100644
--- a/translations/fr/errors.php
+++ b/translations/fr/errors.php
@@ -217,6 +217,7 @@ $_ERRORS['4a2f5c8a04cc978f1803fe9b68833463'] = 'Veuillez remplir les champs requ
$_ERRORS['4b198aa15f6cc8f56488d924b18fa888'] = 'Aucun panier avec cet ID :';
$_ERRORS['4ba47e7f59b1e7932c110237da46b17b'] = 'Le champ %1$s (%2$s) est trop long (%3$d caractères max., HTML inclus).';
$_ERRORS['4c4492297de90e9e2f5665bf87b4e034'] = 'Ce bon de réduction n\'est pas cumulable avec un autre bon de réduction déjà présent dans votre panier :';
+$_ERRORS['4c727b68772af37e54cef1f21e24d1b0'] = 'Il n\'y pas de modules dans votre installation de PrestaShop. Utilisez l\'onglet Modules pour les activer ou rendez-vous sur notre site Internet afin de télécharger des modules complémentaires.';
$_ERRORS['4c8095bf0e5b08fc403372526a66ad79'] = 'Erreur - Pas de code ISO pour l\'e-mail';
$_ERRORS['4d36345317d952e77679da7a9116fa2f'] = 'Le code postal est invalide. Il doit être saisi comme suit : %s';
$_ERRORS['4d723acb1f1f9f9550fec2e473a2d874'] = 'L\'entrepôt de destination n\'est pas valable.';
@@ -226,7 +227,6 @@ $_ERRORS['4e0ac45de6bd848503ffa98ff6247f2f'] = 'Erreur lors de la suppression';
$_ERRORS['4eb9ec8ac71ad17fdc99b5371ace9f6e'] = 'Impossible de créer un fichier de sauvegarde';
$_ERRORS['4ee13cb828cde6949c31c24478a6069b'] = 'Un compte existe déjà avec cette adresse e-mail :';
$_ERRORS['4eeb89c9c7ae218f3d9cb4faaf8f1e38'] = 'Taille de nom de fichier trop long';
-$_ERRORS['4efc48557b29739b6cdd3fc01a299c47'] = 'L\'onglet %s est introuvable.';
$_ERRORS['4f12b222c9659d62afa795987259933f'] = 'Le fichier envoyé n\'a été que partiellement reçu.';
$_ERRORS['500d47433346bdb935f38af928fa2661'] = 'Vous n\'avez pas la permission d\'installer un module.';
$_ERRORS['50289ca189ede3317209fcb9ecce167c'] = 'Une erreur s\'est produite lors de la création d\'un nouveau dossier';
@@ -255,13 +255,12 @@ $_ERRORS['592a291120e1c687a70e6d1a53259a28'] = 'La base de données de géolocal
$_ERRORS['59382adebc7f0d65c42fe773d443e4c7'] = 'Ce code ISO est déjà lié à une autre langue.';
$_ERRORS['5a6448a8d8e77fa43df91db2eea79fb1'] = 'Ce bon de réduction est désactivé';
$_ERRORS['5a69d1cb0ef4096b272b3b441555d737'] = 'Vous n\'avez pas la permission de configurer ce module.';
-$_ERRORS['5abbf1d644e48c9d704c1f57dc38f757'] = 'Vous ne pouvez pas placer cet onglet dans lui-même';
$_ERRORS['5aee207224baebde35a0b0009b8e74a9'] = 'Un élément de votre panier n\'est plus disponible pour cette quantité, vous ne pouvez pas continuer votre commande.';
$_ERRORS['5af5f631f774a71445e3028253874394'] = 'Ce magasin n\'a pas accepté votre nouvelle commande.';
$_ERRORS['5b19b5178c34a3c0af13b0edc231efb8'] = 'L\'identifiant de transaction n\'est pas valable';
$_ERRORS['5b30a3e70b7e376b95991f191cf04b95'] = 'Veuillez créer le fichier \"%1$s.php\" dans \"%2$s\"';
+$_ERRORS['5b8f192b08644fdc9fd1fd86bcbbc57b'] = '(cliquez pour ouvrir l\'onglet Générateur)';
$_ERRORS['5bd7619139757b6ec556cd32048e02eb'] = 'Description non valable';
-$_ERRORS['5c44170d4d6c8c52a319983d45fc9917'] = '(cliquez pour ouvrir l\'onglet Générateur)';
$_ERRORS['5c45af89733d6bfc7b11d818a21b656d'] = 'de modifier un objet ici.';
$_ERRORS['5c61f1e9d7d492c795142ceb39900050'] = 'Le drapeau et l\'image de \"Aucune image\" sont requis.';
$_ERRORS['5ca4012f9738274ebeb214a961f1c829'] = 'Objet impossible à charger (identifiant manquant ou non valable)';
@@ -315,6 +314,7 @@ $_ERRORS['6fd4e04d113190d915a36b101ac92489'] = 'Cette commande a déjà cet éta
$_ERRORS['700c53d8cec1b1e9cf6c247944126166'] = 'Une erreur est survenue durant la mise à jour de votre panier.';
$_ERRORS['708d2bfb476ba46221602d549f0e7a4d'] = 'Identifiant de catégorie manquant';
$_ERRORS['71754079aaeefc5c6e745ddd59f8a35f'] = 'Commande gratuite';
+$_ERRORS['71e6840eaaf2c9c6ba1e647efc2ad722'] = 'Vous ne pouvez pas placer cet onglet dans lui-même';
$_ERRORS['73fe0bd9b8402c2328fbf6dcb8e090f1'] = 'La liaison avec la base de données ne peut pas être établie : %s';
$_ERRORS['74d93d946c302d8decb44dec33f4b3e6'] = 'La date de début n\'est pas valable (AAAA-MM-JJ)';
$_ERRORS['74efb694173710062ae76c1e9949817e'] = 'Prix/réduction non valable';
@@ -382,7 +382,6 @@ $_ERRORS['918d3e2c65c72308ef3580f538d55af0'] = 'Vous ne pouvez pas écrire sur c
$_ERRORS['918eafd2a5ffd2824a394ce7bf1c4df4'] = 'Date de naissance non valable';
$_ERRORS['9211c38458f969f18498096a400a2214'] = 'Impossible de charger l\'objet';
$_ERRORS['922dc0515643fb69585b67281692644a'] = 'Vous ne pouvez regénérer votre mot de passe que toutes les %d minute(s)';
-$_ERRORS['92cfc43b8b3cf7a964f2ef24fd22f8df'] = 'Il n\'y pas de modules dans votre installation de PrestaShop. Utilisez l\'onglet Modules pour les activer ou rendez-vous sur notre site Internet afin de télécharger des modules complémentaires.';
$_ERRORS['92e7a89759bc4c89fd49c01ccc40ac0a'] = 'Une erreur est survenue lors de la copie des images.';
$_ERRORS['93ba082c4cdbebf510e04ba399071757'] = '\"%s\" n\'existe pas. Vous avez peut-être saisi cette URL manuellement.';
$_ERRORS['93bec915b8879ccc0352b786ffa5bd70'] = 'La date n\'est pas valable';
@@ -473,7 +472,6 @@ $_ERRORS['b86d53f8bf21639366f8ed1595e54891'] = 'Veuillez fournir votre adresse e
$_ERRORS['b903210290c3ee265ddf20dfe4e1f4d2'] = 'La valeur de la remise est supérieure au montant totale de la commande';
$_ERRORS['b9c1228a8e8c3412befae5d854508114'] = 'Une commande a déjà été passée avec ce panier.';
$_ERRORS['b9c9035554b89254e31f479c1e3156ed'] = 'Vous ne pouvez pas supprimer le produit, car il ne reste plus de stocks physiques ou des commandes sont en cours d\'approvisionnement.';
-$_ERRORS['b9d252ecdd7f1b8789d7d59728c32f11'] = 'Le fichier d\'onglet %s est introuvable.';
$_ERRORS['ba2bfa3216ea97ec1e454239610d089a'] = 'Vous n\'avez pas accès à cette catégorie.';
$_ERRORS['baafbb73bdf562b2dcbd2c4b807f758e'] = 'Cette adresse n\'est pas dans une zone valable.';
$_ERRORS['bbced877c13c763f0141ff906c8ed0e5'] = 'Fichier non valable';
@@ -482,6 +480,7 @@ $_ERRORS['bc6f653d2d54db1348de50fe0b0192e9'] = 'La class Stock Manager est incor
$_ERRORS['bc9fcab1dcc7fe1538b180d314f20514'] = 'Vous ne pouvez pas désactiver le transporteur par défaut, choisissez un autre transporteur par défaut au préalable.';
$_ERRORS['bca593d141e3a4e1ca0d0af5d35fc79d'] = 'Une erreur s\'est produite : impossible d\'enregistrer l\'état actuel du retour produit';
$_ERRORS['bdc3ce1a2e9e6d8ab5bd0dd31c1a03fe'] = 'Une erreur est survenue lors de l\'import d\'une devise :';
+$_ERRORS['bdc8e277b56a4b3878838c1ba9b47524'] = 'La classe %s est introuvable.';
$_ERRORS['be676ad43f97a5f02f147a9e1db3410d'] = 'E-mail non valable.';
$_ERRORS['be694d5db9d32c43014995441a5939c4'] = 'Nom de fichier non valable';
$_ERRORS['be9fddade234ff9b16a1d92d62963b8e'] = 'Propriété d\'état invalide.';
@@ -509,6 +508,7 @@ $_ERRORS['c4f5077a372c78b2eaa4ef921396bbf7'] = 'Votre code postal n\'est pas val
$_ERRORS['c569149bbb8ca2ea337fa0a4c6c98409'] = 'Aucun bon de livraison trouvé pour cette période';
$_ERRORS['c662307430c97af94e120201c8d56c66'] = 'Ce champ %1$s est obligatoire au moins en %2$s';
$_ERRORS['c6a8757e591d6090eb75d11e8d316f57'] = 'SSL activé. Mais votre adresse IP est autorisée à utiliser le mode non sécurisé (maintenance ou adresse IP locale).';
+$_ERRORS['c73b4b3a554196f363373761829a4a56'] = 'La page %s est introuvable.';
$_ERRORS['c791e58067fc99ef9fdb95bace661815'] = 'Une erreur est survenue avec votre compte et votre nouveau mot de passe n\'a pas pu être envoyé à votre adresse email. Veuillez nous notifier de ce problème via le formulaire de contact.';
$_ERRORS['c795d0c41996964f15dc8c0297766988'] = 'Ce fichier doit être modifiable : %s';
$_ERRORS['c7cd7ecd5b19e01f74cad32af30c9ac4'] = 'Vous devez avoir au moins un employé dans le groupe Administrateur.';
diff --git a/translations/it/admin.php b/translations/it/admin.php
index bf7210541..9c3adaa39 100644
--- a/translations/it/admin.php
+++ b/translations/it/admin.php
@@ -6,9 +6,9 @@ $_LANGADM['AdminAccess151648106e4bf98297882ea2ea1c4b0e'] = 'Aggiornato con succe
$_LANGADM['AdminAccess4351cfebe4b61d8aa5efa1d020710005'] = 'Vedi';
$_LANGADM['AdminAccess501faad2df9c231576549a068fcf61ca'] = 'Nessun modulo installato';
$_LANGADM['AdminAccess6f4d50d858c73d78c954d410016d67e5'] = '%s: modulo è installato nel database, ma I suoi file mancano o non sono compatibili.';
-$_LANGADM['AdminAccess7015777bcc86cd0c5e4819310d62b040'] = 'Tabs';
+$_LANGADM['AdminAccess06145a21dcec7395085b033e6e169b61'] = 'Tabs';
$_LANGADM['AdminAccess7dce122004969d56ae2e0245cb754d35'] = 'Modifica';
-$_LANGADM['AdminAccess7fcca2f879aa88fea302c675f56428cc'] = 'Nessun tab';
+$_LANGADM['AdminAccess1587f391edb6fe6f3b919aaa27e25cfb'] = 'Nessun tab';
$_LANGADM['AdminAccessb04c5e39cb3460a062bba48d85567cdb'] = 'I permessi di Amministratore non possono essere modificati.';
$_LANGADM['AdminAccessb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Tutto';
$_LANGADM['AdminAccessbf17ac149e2e7a530c677e9bd51d3fd2'] = 'Moduli';
@@ -159,7 +159,7 @@ $_LANGADM['AdminBackup2c57f87f291b9fc07039757ce39a7693'] = 'Verifica l\'integrit
$_LANGADM['AdminBackup2dfcd22fa4b395849dba9e20998d24c7'] = 'Sembra che il backup sia riuscito, tuttavia, è necessario scaricare e verificare attentamente il file di backup.';
$_LANGADM['AdminBackup30c210e0173f2ff607cc84dc01ffc1f0'] = 'Opzioni backup';
$_LANGADM['AdminBackup34082694d21dbdcfc31e6e32d9fb2b9f'] = 'Nome del file';
-$_LANGADM['AdminBackup3584802c088b081e4b892f0d09ae1f7b'] = 'Imposta “abilita negozio” su No in preferenze > manutenzione';
+$_LANGADM['AdminBackup7bf215c957e661c3bd8ad7f6221675c9'] = 'Imposta “abilita negozio” su No in preferenze > manutenzione';
$_LANGADM['AdminBackup3cda35ca1352ab3557ad2817459b157d'] = 'Verifica l\'opzione Max allowed Filesize (es. Max: 16Mb)';
$_LANGADM['AdminBackup42051aaa00e6158eed74593c3e94d99a'] = 'Il file di back-up dovrebbe caricare automaticamente.';
$_LANGADM['AdminBackup44749712dbec183e983dcd78a7736c41'] = 'Data';
@@ -232,9 +232,9 @@ $_LANGADM['AdminCarriers6f9d01a14011f05fffe48559583fc609'] = 'Ordina';
$_LANGADM['AdminCarriers6fc6e3db51399bfdc0783c55413a9267'] = 'Altezza massima pacco:';
$_LANGADM['AdminCarriers7475ec0d41372a307c497acb7eeea8c4'] = 'Nessuna tassa';
$_LANGADM['AdminCarriers785bc8b603d21f69f55e495d7efd6923'] = 'Ordina per';
-$_LANGADM['AdminCarriers7f60542118c84d0f91e9986af7e12688'] = 'Sotto al Tab “Spedizioni” clicca “Intervallo di prezzi” o “ Intervallo di pesi”';
+$_LANGADM['AdminCarriers30315615ded40fd1680bcb80e183594c'] = 'Sotto al Tab “Spedizioni” clicca “Intervallo di prezzi” o “ Intervallo di pesi”';
$_LANGADM['AdminCarriers80ac9c802ce4d76982ab5a2e5a54b8bc'] = 'Mezzo di spedizione di default:';
-$_LANGADM['AdminCarriers80d803aad983c22d14a0ddad539fad8e'] = 'Clicca sulla linguetta Spedizioni\"\"';
+$_LANGADM['AdminCarriers9ea62c2e649fa6ce70fd479d4228d34e'] = 'Clicca sulla linguetta Spedizioni\"\"';
$_LANGADM['AdminCarriers8430a7b1b81635e3df949c2845303303'] = 'Opzioni mezzo di spedizione';
$_LANGADM['AdminCarriers85ed6154e19cc138c7281ba6129641d3'] = 'Zone in cui il mezzo di spedizione è disponibile';
$_LANGADM['AdminCarriers86b030372e7bf11a267c33851d28846a'] = 'Devi impostare delle tariffe che saranno applicate a questo corriere.';
@@ -533,7 +533,7 @@ $_LANGADM['AdminContactsb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato';
$_LANGADM['AdminContactsd3b206d196cd6be3a2764c1fb90b200f'] = 'Elimina selezione';
$_LANGADM['AdminContactse25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?';
$_LANGADM['AdminContactsf16b5952df8d25ea30b25ff95ee8fedf'] = 'Associazione di negozio:';
-$_LANGADM['AdminContactsfca1f01db55feb7e6c92c4a7914ef990'] = 'Se abilitato, tutti I messaggi saranno salvati nel tab “Servizio Clienti”';
+$_LANGADM['AdminContacts7660098e22fab124a198a31a6e1069b4'] = 'Se abilitato, tutti I messaggi saranno salvati nel tab “Servizio Clienti”';
$_LANGADM['AdminController0a71c80de89d7b2d3e6b22974a4a7548'] = 'E\' stato effettuato un nuovo ordine nel tuo negozio';
$_LANGADM['AdminController0c6992101fe78e4f1ae3f391c485de29'] = 'Rimborso eseguito';
$_LANGADM['AdminController0d17875eafd3cb6a98f76f9a2bd6441e'] = 'Una modifica di questo campo verrà applicata al negozio';
@@ -989,7 +989,7 @@ $_LANGADM['AdminEmployees20db0bfeecd8fe60533206a2b5e9891a'] = 'Nome';
$_LANGADM['AdminEmployees2467bfdbc86d3cc7aab2130f56ce6978'] = 'Min. 8 caratteri; usa solo lettere, numeri o';
$_LANGADM['AdminEmployees24a23d787190f2c4812ff9ab11847a72'] = 'Status:';
$_LANGADM['AdminEmployees24fb083ea7699bfacb5b1fdd56746d35'] = 'Mostra il video di benvenuto nella home del back office';
-$_LANGADM['AdminEmployees38bc801a65d737636374445ec68de6d4'] = 'Tab di default';
+$_LANGADM['AdminEmployees435a2d71a0c6c33cd2c917b00b8e0da1'] = 'Tab di default';
$_LANGADM['AdminEmployees38fb7d24e0d60a048f540ecb18e13376'] = 'Salva';
$_LANGADM['AdminEmployees5e0b30bd7c238faaa234164857d7b5bd'] = 'Mostra screencast:';
$_LANGADM['AdminEmployees640fd0cc0ffa0316ae087652871f4486'] = 'minuti';
@@ -1000,7 +1000,7 @@ $_LANGADM['AdminEmployees6826c313cc8d16a3773ae8d892d4549d'] = 'Selezionare il ne
$_LANGADM['AdminEmployees78e365acb087fd1f8d494dae0001de10'] = 'Indirizzo e-mail:';
$_LANGADM['AdminEmployees7bc873cba11f035df692c3549366c722'] = '-- Scegli --';
$_LANGADM['AdminEmployees7bf180952a9369f95452b5ef13db381f'] = 'Larghezza back office';
-$_LANGADM['AdminEmployees802a0d2adac7699a3a37d1abe76f8ad4'] = 'Questa tab verrà mostrata subito dopo l\'accesso';
+$_LANGADM['AdminEmployees36c4b74adbc20d8f8f073c15aba27111'] = 'Questa tab verrà mostrata subito dopo l\'accesso';
$_LANGADM['AdminEmployees8b5dd64ab8d0b8158906796b53a200e2'] = 'Indirizzo e-mail';
$_LANGADM['AdminEmployees8c1366417a01cb8445c5420e250c3100'] = 'Tempo minimo di sicurezza per ricreare la password';
$_LANGADM['AdminEmployees8d3f5eff9c40ee315d452392bed5309b'] = 'Cognome';
@@ -1149,7 +1149,7 @@ $_LANGADM['AdminHome145091c4a142b35c98a860e2df97ef26'] = 'Registrazioni';
$_LANGADM['AdminHome164cff8928fa92c9e06d609d08438c9d'] = 'Vendite settimanali';
$_LANGADM['AdminHome1d1b1cde6e62df1ce51a4799884a80af'] = 'Thread in corso';
$_LANGADM['AdminHome202460d68b46910927f17628291fdd61'] = 'Combinazione, Compressione & Cache';
-$_LANGADM['AdminHome20c17b78aef924e5f69675e3fe826abc'] = 'Questo è differente dal nome di dominio principale impostato nel tab negozio:';
+$_LANGADM['AdminHome4ab28b3687c84b0c92efbb1aabeadddb'] = 'Questo è differente dal nome di dominio principale impostato nel tab negozio:';
$_LANGADM['AdminHome2273d1167a6212812d95dc8fadbae78e'] = 'Servizio clienti';
$_LANGADM['AdminHome2938c7f7e560ed972f8a4f68e80ff834'] = 'Pannello di controllo';
$_LANGADM['AdminHome2ea989f83006e233627987293f4bde0a'] = 'Cliente';
@@ -1262,7 +1262,7 @@ $_LANGADM['AdminImagesd46bafd645c490bd4be22c4226619db9'] = 'Qualità JPEG';
$_LANGADM['AdminImagesdde6c96bcb0af50f18f37572267d904a'] = 'Massima altezza immagini caricabile dal cliente';
$_LANGADM['AdminImagese492ecbd8f7d4ea310457adc4ed4df89'] = 'Ti preghiamo di pazientare, potrebbero volerci alcuni minuti';
$_LANGADM['AdminImagese57fbdf001b4b35e6ca7dcdc628ca853'] = 'Grandezza max delle immagini caricate dal cliente (in Bytes)';
-$_LANGADM['AdminImagese7ed00268dc16aecaac5a60aeb6f4c73'] = 'Devi lasciarlo settato a Sì fino a quando non hai spostato le immagini in preferenze > immagini';
+$_LANGADM['AdminImagesd18b9f70d63f9530b45ee5867ab3da56'] = 'Devi lasciarlo settato a Sì fino a quando non hai spostato le immagini in preferenze > immagini';
$_LANGADM['AdminImagese933dc24fb245d863a43b4fefe9b45f5'] = 'Altezza:';
$_LANGADM['AdminImageseaae26a6fb20ed3ef54fb23bfa0b1fcc'] = 'larghezza';
$_LANGADM['AdminImageseec6c4bdbd339edf8cbea68becb85244'] = 'Altezza';
@@ -1750,7 +1750,7 @@ $_LANGADM['AdminMeta13f52e209a05e588d6966c38b5e1586b'] = 'Elenco keywords';
$_LANGADM['AdminMeta14caa3d50da16368a8f30b53a5b72aa4'] = 'Indirizza automaticamente all\'URL canonico';
$_LANGADM['AdminMeta193cfc9be3b995831c6af2fea6650e60'] = 'Pagina';
$_LANGADM['AdminMeta1dec4f55522b828fe5dacf8478021a9e'] = 'URL semplificato:';
-$_LANGADM['AdminMeta1fb97d3e905901fbef2cb4b648b3e24d'] = 'L\'opzione multinegozio è abilitata, se si desidera cambiare l\'url del tuo negozio devi andare al Tab \"parametri avanzati\" -> \"multi negozio\".';
+$_LANGADM['AdminMetaacd42ca69c9211767cc6484338519a9a'] = 'L\'opzione multinegozio è abilitata, se si desidera cambiare l\'url del tuo negozio devi andare al Tab \"parametri avanzati\" -> \"multi negozio\".';
$_LANGADM['AdminMeta2f00a8ca42b86bfcb39cdd34665a1386'] = 'es: Per “contatti” http://mysite.com/shop/contacts to redirect to http://mysite.com/shop/contact-form.php';
$_LANGADM['AdminMeta33de75d34ebe209ac0536cfef2d44206'] = 'Titolo della pagina:';
$_LANGADM['AdminMeta33fe26e0d07af85617f326ca09fb5085'] = 'Per aggiungere un “Tag” cliccare sul campo, scrivere qualcosa e premere “Invio”';
@@ -2367,7 +2367,7 @@ $_LANGADM['AdminPerformancef8198a372da81edfca0693a81242149d'] = 'Mcrypt è più
$_LANGADM['AdminPerformancef8d698aea36fcbead2b9d5359ffca76f'] = 'Smarty';
$_LANGADM['AdminPerformancefdb3644651f3871a5e73f4dc271b64e3'] = 'Mantieni il funzionamento classico';
$_LANGADM['AdminPerformanceffff838eefbb0876472253553ef4d72f'] = 'Console di Debug.';
-$_LANGADM['AdminPreferences03b62ec4239929885e0d9e068bff47e8'] = 'La funzione MultiNegozio, ti permette di gestire più negozi dallo stesso back office. Se questa funzione è abilitata, un Tab “multinegozio” sarà disponibile nel menù Parametri Avanzati';
+$_LANGADM['AdminPreferences4be74c97d22c5a258e278805c33b42c2'] = 'La funzione MultiNegozio, ti permette di gestire più negozi dallo stesso back office. Se questa funzione è abilitata, un Tab “multinegozio” sarà disponibile nel menù Parametri Avanzati';
$_LANGADM['AdminPreferences0db377921f4ce762c62526131097968f'] = 'Generale';
$_LANGADM['AdminPreferences1656072e927c8d3acd24359cbb648bb5'] = 'Attiva SSL';
$_LANGADM['AdminPreferences27f3765c3871cd5fe52f88f31dfe2c89'] = 'superiore';
@@ -3535,7 +3535,7 @@ $_LANGADM['AdminStockManagementb02c2b70fa9dfb5e023d0d0711da66ee'] = 'Aggiungi pr
$_LANGADM['AdminStockManagementb6872ed521281f68f0d6d5eeee624053'] = 'Utilizzabile per la vendita nel magazzino d\'origine?';
$_LANGADM['AdminStockManagementb8f548c49e237e746f24336b3294f86b'] = 'Rimuovi prodotto dal magazzino';
$_LANGADM['AdminStockManagementb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato';
-$_LANGADM['AdminStockManagementbeaf85425059adf7675f51b9f0cce075'] = 'Si noti che se si desidera aumentare la quantità di prodotti contemporaneamente, è possibile utilizzare la scheda di fornitura ordini.';
+$_LANGADM['AdminStockManagementf97df63822268b60e1de33cd67e071fb'] = 'Si noti che se si desidera aumentare la quantità di prodotti contemporaneamente, è possibile utilizzare la scheda di fornitura ordini.';
$_LANGADM['AdminStockManagementc271f27c53702bc417b89d84a320dccf'] = 'Rimuovi dal magazzino';
$_LANGADM['AdminStockManagementc47b75b25e5ec5d67ca5fe262dc41e38'] = 'Vuoi rimuovere questa quantità dalla quantità utilizzabile (sì) o la quantità fisica (no)?';
$_LANGADM['AdminStockManagementc6d6a9005bcbf80689cce6fd4b0aaa86'] = 'Rimuovi dal magazzino';
@@ -3838,10 +3838,10 @@ $_LANGADM['AdminTabs52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Posizione';
$_LANGADM['AdminTabs53b3cae42737979c884275593a01f468'] = 'Modulo:';
$_LANGADM['AdminTabs6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri vietati:';
$_LANGADM['AdminTabs6788f67ae68b5aa5ad08d8129399bf81'] = 'Classe :';
-$_LANGADM['AdminTabs7015777bcc86cd0c5e4819310d62b040'] = 'Tabs';
+$_LANGADM['AdminTabs06145a21dcec7395085b033e6e169b61'] = 'Tabs';
$_LANGADM['AdminTabs817434295a673aed431435658b65d9a7'] = 'Icona';
$_LANGADM['AdminTabs8cf04a9734132302f96da8e113e80ce5'] = 'Home page';
-$_LANGADM['AdminTabsa3908c4b42c40884e8cec52d3689ba5f'] = 'Mostra o nascondi tab';
+$_LANGADM['AdminTabsfe513725b21a16ced7d05b454e74a33e'] = 'Mostra o nascondi tab';
$_LANGADM['AdminTabsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminTabsb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato';
$_LANGADM['AdminTabse55f75a29310d7b60f7ac1d390c8ae42'] = 'Modulo';
diff --git a/translations/it/errors.php b/translations/it/errors.php
index 2e6641678..e25d90bcf 100644
--- a/translations/it/errors.php
+++ b/translations/it/errors.php
@@ -215,7 +215,7 @@ $_ERRORS['4e0ac45de6bd848503ffa98ff6247f2f'] = 'Eliminazione dell\'errore:';
$_ERRORS['4eb9ec8ac71ad17fdc99b5371ace9f6e'] = 'Impossibile creare un backup';
$_ERRORS['4ee13cb828cde6949c31c24478a6069b'] = 'un account esiste già per questo indirizzo e-mail:';
$_ERRORS['4eeb89c9c7ae218f3d9cb4faaf8f1e38'] = 'Dimensione del nome del file troppo lunga';
-$_ERRORS['4efc48557b29739b6cdd3fc01a299c47'] = 'Il Tab %s non può essere trovato';
+$_ERRORS['c73b4b3a554196f363373761829a4a56'] = 'Il Tab %s non può essere trovato';
$_ERRORS['4f12b222c9659d62afa795987259933f'] = 'Il file caricato è stato caricato solo parzialmente.';
$_ERRORS['500d47433346bdb935f38af928fa2661'] = 'Non hai i permessi per attivare questo modulo.';
$_ERRORS['50289ca189ede3317209fcb9ecce167c'] = 'È verificato un errore durante la creazione di nuova cartella';
@@ -242,13 +242,13 @@ $_ERRORS['592a291120e1c687a70e6d1a53259a28'] = 'Database di geolocalizzazione no
$_ERRORS['59382adebc7f0d65c42fe773d443e4c7'] = 'questo codice ISO è già collegato ad un\'altra lingua';
$_ERRORS['5a6448a8d8e77fa43df91db2eea79fb1'] = 'Questo voucher è disabilitato';
$_ERRORS['5a69d1cb0ef4096b272b3b441555d737'] = 'Non hai i permessi per configurare questo modulo.';
-$_ERRORS['5abbf1d644e48c9d704c1f57dc38f757'] = 'Non puoi inserire questa Tab in se stessa';
+$_ERRORS['71e6840eaaf2c9c6ba1e647efc2ad722'] = 'Non puoi inserire questa Tab in se stessa';
$_ERRORS['5aee207224baebde35a0b0009b8e74a9'] = 'Un articolo nel tuo carrello non è più disponibile in questa quantità, non è possibile procedere con l\'ordine.';
$_ERRORS['5af5f631f774a71445e3028253874394'] = 'Questo negozio non ha accettato il nuovo ordine.';
$_ERRORS['5b19b5178c34a3c0af13b0edc231efb8'] = 'L\'ID della transazione non è valido';
$_ERRORS['5b30a3e70b7e376b95991f191cf04b95'] = 'Prego creare un file “%1$s.php” in “%2$s”';
$_ERRORS['5bd7619139757b6ec556cd32048e02eb'] = 'Descrizione non valida';
-$_ERRORS['5c44170d4d6c8c52a319983d45fc9917'] = '(clicca per aprire il Tab “Generatori”)';
+$_ERRORS['5b8f192b08644fdc9fd1fd86bcbbc57b'] = '(clicca per aprire il Tab “Generatori”)';
$_ERRORS['5c45af89733d6bfc7b11d818a21b656d'] = 'di modificare un oggetto qui.';
$_ERRORS['5c61f1e9d7d492c795142ceb39900050'] = 'La bandiera e l\'immagine di \"Nessuna immagine\" sono richiesti';
$_ERRORS['5ca4012f9738274ebeb214a961f1c829'] = 'oggetto impossibile da caricare (ID mancante o non valido)';
@@ -362,7 +362,7 @@ $_ERRORS['918d3e2c65c72308ef3580f538d55af0'] = 'Impossibile scrivere questo file
$_ERRORS['918eafd2a5ffd2824a394ce7bf1c4df4'] = 'Data di nascita non valida';
$_ERRORS['9211c38458f969f18498096a400a2214'] = 'oggetto impossibile da caricare';
$_ERRORS['922dc0515643fb69585b67281692644a'] = 'Puoi rigenerare la tua password solo ogni %d minuti(0)';
-$_ERRORS['92cfc43b8b3cf7a964f2ef24fd22f8df'] = 'Non ci sono moduli nella tua installazione di PrestaShop. Utilizza il tab Moduli per attivarli o recati nel nostro sito Internet per scaricare moduli complementari.';
+$_ERRORS['4c727b68772af37e54cef1f21e24d1b0'] = 'Non ci sono moduli nella tua installazione di PrestaShop. Utilizza il tab Moduli per attivarli o recati nel nostro sito Internet per scaricare moduli complementari.';
$_ERRORS['92e7a89759bc4c89fd49c01ccc40ac0a'] = 'Si è verificato un errore durante le copie delle immagini';
$_ERRORS['93ba082c4cdbebf510e04ba399071757'] = '\"% s\" non esiste. Forse hai digitato l\'URL manualmente.';
$_ERRORS['93bec915b8879ccc0352b786ffa5bd70'] = 'La data non è valida';
@@ -446,7 +446,7 @@ $_ERRORS['b7d99b30df0aade1e4d459fab8c7078f'] = 'Nessun profilo';
$_ERRORS['b86d53f8bf21639366f8ed1595e54891'] = 'Per favore inserisci il tuo indirizzo e-mail';
$_ERRORS['b903210290c3ee265ddf20dfe4e1f4d2'] = 'Lo sconto è maggiore dell\'importo totale.';
$_ERRORS['b9c1228a8e8c3412befae5d854508114'] = 'Un ordine è già stato eseguito con questo carrello';
-$_ERRORS['b9d252ecdd7f1b8789d7d59728c32f11'] = 'Tab file %s non può essere trovato';
+$_ERRORS['bdc8e277b56a4b3878838c1ba9b47524'] = 'Tab file %s non può essere trovato';
$_ERRORS['b9ee8da3131c120480c3e3b36a3562bb'] = 'Errore durante la copia dell\'immagine:';
$_ERRORS['ba2bfa3216ea97ec1e454239610d089a'] = 'Non hai accesso a questa categoria';
$_ERRORS['baafbb73bdf562b2dcbd2c4b807f758e'] = 'L\'indirizzo non è in una zona valida';