From 25c9cbdf6e66398ac6c5b8b67f84d88c98fb3ca6 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Wed, 12 Sep 2012 15:06:48 +0000 Subject: [PATCH] [-] TR : #PSCFV-4027 : change string "tabs" by "Menus"... git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17309 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/functions.php | 4 +- .../controllers/access/helpers/form/form.tpl | 4 +- .../controllers/backup/download/view.tpl | 2 +- .../backup/helpers/list/list_header.tpl | 2 +- controllers/admin/AdminCarriersController.php | 4 +- controllers/admin/AdminContactsController.php | 2 +- .../admin/AdminEmployeesController.php | 4 +- controllers/admin/AdminHomeController.php | 2 +- controllers/admin/AdminImagesController.php | 2 +- controllers/admin/AdminImportController.php | 2 +- controllers/admin/AdminMetaController.php | 2 +- .../admin/AdminPreferencesController.php | 2 +- .../admin/AdminStockManagementController.php | 2 +- controllers/admin/AdminTabsController.php | 6 +-- .../admin/AdminTranslationsController.php | 4 +- install-dev/data/xml/tab.xml | 2 +- install-dev/langs/de/data/tab.xml | 2 +- install-dev/langs/en/data/tab.xml | 2 +- install-dev/langs/es/data/tab.xml | 2 +- install-dev/langs/fr/data/tab.xml | 2 +- install-dev/langs/it/data/tab.xml | 2 +- install-dev/upgrade/sql/1.5.0.17.sql | 2 + .../blockcustomerprivacy.php | 2 +- .../blockcustomerprivacy/translations/de.php | 2 +- .../blockcustomerprivacy/translations/es.php | 2 +- .../blockcustomerprivacy/translations/fr.php | 2 +- .../blockcustomerprivacy/translations/it.php | 2 +- modules/themeinstallator/themeinstallator.php | 2 +- modules/themeinstallator/translations/es.php | 2 +- modules/themeinstallator/translations/fr.php | 2 +- modules/themeinstallator/translations/it.php | 2 +- modules/watermark/translations/fr.php | 2 +- translations/de/admin.php | 28 +++++------ translations/de/errors.php | 8 ++-- translations/es/admin.php | 30 ++++++------ translations/es/errors.php | 10 ++-- translations/fr/admin.php | 48 ++++++++++--------- translations/fr/errors.php | 10 ++-- translations/it/admin.php | 30 ++++++------ translations/it/errors.php | 10 ++-- 40 files changed, 128 insertions(+), 124 deletions(-) diff --git a/admin-dev/functions.php b/admin-dev/functions.php index d408f5744..b343b5b9c 100644 --- a/admin-dev/functions.php +++ b/admin-dev/functions.php @@ -251,14 +251,14 @@ function checkingTab($tab) { if (isset(AdminTab::$tabParenting[$tab])) Tools::redirectAdmin('?tab='.AdminTab::$tabParenting[$tab].'&token='.Tools::getAdminTokenLite(AdminTab::$tabParenting[$tab])); - echo sprintf(Tools::displayError('Tab %s cannot be found.'),$tab); + echo sprintf(Tools::displayError('Page %s cannot be found.'),$tab); return false; } // Class file is included in Dispatcher::dispatch() function if (!class_exists($tab, false) OR !$row['id_tab']) { - echo sprintf(Tools::displayError('Tab file %s cannot be found.'),$tab); + echo sprintf(Tools::displayError('The class %s cannot be found.'),$tab); return false; } $adminObj = new $tab; diff --git a/admin-dev/themes/default/template/controllers/access/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/access/helpers/form/form.tpl index 8e396f129..36d1f4e0e 100644 --- a/admin-dev/themes/default/template/controllers/access/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/controllers/access/helpers/form/form.tpl @@ -204,7 +204,7 @@ - + {else} {foreach $tabs AS $tab} diff --git a/admin-dev/themes/default/template/controllers/backup/download/view.tpl b/admin-dev/themes/default/template/controllers/backup/download/view.tpl index 9cba820f6..de5351434 100644 --- a/admin-dev/themes/default/template/controllers/backup/download/view.tpl +++ b/admin-dev/themes/default/template/controllers/backup/download/view.tpl @@ -54,7 +54,7 @@

{l s='How to restore a database Backup in 10 easy steps:'}

    -
  1. {l s='Set "Enable Shop" to "No" in the Preferences > Maintenance tab.'}
  2. +
  3. {l s='Set "Enable Shop" to "No" in the "Maintenance" page under the "Preferences" menu.'}
  4. {l s='Download the Backup from the list below or from your FTP server (in the folder "admin/backups").'}
  5. {l s='Check the Backup integrity: look for errors, incomplete file, etc. Be sure to verify all your data.'}
  6. {l s='Ask your hosting provider for "phpMyAdmin" access to your database'}
  7. diff --git a/admin-dev/themes/default/template/controllers/backup/helpers/list/list_header.tpl b/admin-dev/themes/default/template/controllers/backup/helpers/list/list_header.tpl index efc8c3f6f..162072058 100644 --- a/admin-dev/themes/default/template/controllers/backup/helpers/list/list_header.tpl +++ b/admin-dev/themes/default/template/controllers/backup/helpers/list/list_header.tpl @@ -62,7 +62,7 @@

    {l s='How to restore a database Backup in 10 easy steps:'}

      -
    1. {l s='Set "Enable Shop" to "No" in the Preferences > Maintenance tab.'}
    2. +
    3. {l s='Set "Enable Shop" to "No" in the "Maintenance" page under the "Preferences" menu.'}
    4. {l s='Download the Backup from the list below or from your FTP server (in the folder "admin/backups").'}
    5. {l s='Check the Backup integrity: look for errors, incomplete file, etc. Be sure to verify all your data.'}
    6. {l s='Ask your hosting provider for "phpMyAdmin" access to your database'}
    7. 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
    8. '.$this->l('Fill in the fields and click "Save."').'
    9. '. $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".').'
    10. '.$this->l('Click "Add new."').'
    11. '. @@ -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.').'
    12. '.$this->l('When you are done, click "Save."').'
    13. -
    14. '.$this->l('Click on the "Shipping" tab.').'
    15. +
    16. '.$this->l('Click on the "Shipping" menu.').'
    17. '. $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 .= '
- {l s='Tabs'} + {l s='Menus'} {if !count($tabs)}
{l s='No tab'}{l s='No menu'}