From 1650b72cf3a89aa6ced0386716dcbbc2b08178ec Mon Sep 17 00:00:00 2001 From: lLefevre Date: Wed, 14 Mar 2012 17:25:41 +0000 Subject: [PATCH] // Fix replace //" by " in english keys and change french keys git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14177 b9a71923-0436-4b27-9f14-aed3839534dd --- .../attribute_generator/content.tpl | 2 +- .../controllers/backup/download/view.tpl | 20 +- .../backup/helpers/list/list_header.tpl | 18 +- .../controllers/cart_rules/informations.tpl | 2 +- .../template/controllers/images/content.tpl | 6 +- .../languages/helpers/form/form.tpl | 2 +- .../controllers/orders/_new_product.tpl | 2 +- .../controllers/products/combinations.tpl | 4 +- .../products/helpers/form/form.tpl | 2 +- .../template/controllers/products/prices.tpl | 4 +- .../controllers/products/suppliers.tpl | 2 +- .../referrers/helpers/form/form.tpl | 12 +- controllers/admin/AdminBackupController.php | 2 +- controllers/admin/AdminCarriersController.php | 26 +-- controllers/admin/AdminContactsController.php | 2 +- .../admin/AdminCountriesController.php | 2 +- .../AdminCustomerPreferencesController.php | 2 +- .../admin/AdminCustomerThreadsController.php | 4 +- .../admin/AdminEmployeesController.php | 2 +- controllers/admin/AdminGendersController.php | 4 +- controllers/admin/AdminImagesController.php | 2 +- .../admin/AdminInformationController.php | 22 +-- controllers/admin/AdminInvoicesController.php | 4 +- .../admin/AdminLanguagesController.php | 4 +- controllers/admin/AdminLogsController.php | 2 +- controllers/admin/AdminMetaController.php | 6 +- controllers/admin/AdminModulesController.php | 2 +- .../admin/AdminOrderPreferencesController.php | 2 +- .../admin/AdminPPreferencesController.php | 4 +- .../admin/AdminPerformanceController.php | 8 +- .../admin/AdminRequestSqlController.php | 8 +- .../admin/AdminSearchConfController.php | 6 +- controllers/admin/AdminSlipController.php | 4 +- .../admin/AdminTranslationsController.php | 2 +- translations/fr/admin.php | 178 +++++++++--------- 35 files changed, 187 insertions(+), 187 deletions(-) diff --git a/admin-dev/themes/default/template/controllers/attribute_generator/content.tpl b/admin-dev/themes/default/template/controllers/attribute_generator/content.tpl index 8eadb2235..4d6d0d820 100644 --- a/admin-dev/themes/default/template/controllers/attribute_generator/content.tpl +++ b/admin-dev/themes/default/template/controllers/attribute_generator/content.tpl @@ -76,7 +76,7 @@
{l s='Attributes generator'} -
{l s='To generate the attributes, hold down the \\"Ctrl\\" key, select your attributes and click \\"Add\\".'}
+
{l s='To generate the attributes, hold down the "Ctrl" key, select your attributes and click "Add".'}
-

{l s='Cart rules are applied to the cart by priority. A cart rule with priority of \\"1\\" will be processed before a cart rule with a priority of \\"2\\".'}

+

{l s='Cart rules are applied to the cart by priority. A cart rule with priority of "1" will be processed before a cart rule with a priority of "2".'}

diff --git a/admin-dev/themes/default/template/controllers/images/content.tpl b/admin-dev/themes/default/template/controllers/images/content.tpl index 14b113990..4f3b4af2f 100644 --- a/admin-dev/themes/default/template/controllers/images/content.tpl +++ b/admin-dev/themes/default/template/controllers/images/content.tpl @@ -83,19 +83,19 @@
{if $safe_mode}
- {l s='PrestaShop has detected that your server configuration is not compatible with the new storage system (directive \\"safe_mode\\" is activated). You should continue to use the existing system.'} + {l s='PrestaShop has detected that your server configuration is not compatible with the new storage system (directive "safe_mode" is activated). You should continue to use the existing system.'}
{else}
{l s='Move images'}
{l s='You can choose to keep your images stored in the previous system - there is nothing wrong with that.'}
- {l s='You can also decide to move your images to the new storage system: in this case, click on the \\"Move images\\" button below. Please be patient, this can take several minutes.'} + {l s='You can also decide to move your images to the new storage system: in this case, click on the "Move images" button below. Please be patient, this can take several minutes.'}

  {l s='After moving all of your product images, for best performance go to the '} {l s='product preferences tab'} - {l s='and set \\"Use the legacy image filesystem\\" option to \\"No\\".'} + {l s='and set "Use the legacy image filesystem" option to "No".'}
diff --git a/admin-dev/themes/default/template/controllers/languages/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/languages/helpers/form/form.tpl index 0d75b59f2..b3b013d32 100644 --- a/admin-dev/themes/default/template/controllers/languages/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/controllers/languages/helpers/form/form.tpl @@ -39,7 +39,7 @@ {block name=script} var langPackOk = "\"\" {l s='A language pack is available for this ISO (name is'}"; var langPackVersion = "{l s='The compatible Prestashop version for this language and your system is:'}"; - var langPackInfo = "{l s='After creating the language, you can import the content of the language pack, which you can download above under \\"Localization - Translations\\"'}"; + var langPackInfo = "{l s='After creating the language, you can import the content of the language pack, which you can download above under "Localization - Translations"'}"; var noLangPack = "\"\" {l s='No language pack available on prestashop.com for this ISO code'}"; var download = "{l s='Download'}"; diff --git a/admin-dev/themes/default/template/controllers/orders/_new_product.tpl b/admin-dev/themes/default/template/controllers/orders/_new_product.tpl index ad033774a..619aad2c4 100644 --- a/admin-dev/themes/default/template/controllers/orders/_new_product.tpl +++ b/admin-dev/themes/default/template/controllers/orders/_new_product.tpl @@ -72,7 +72,7 @@
-

{l s='If you don\'t select \\"Free shipping,\\" the normal shipping cost will be applied'}

+

{l s='If you don\'t select "Free shipping," the normal shipping cost will be applied'}

diff --git a/admin-dev/themes/default/template/controllers/products/combinations.tpl b/admin-dev/themes/default/template/controllers/products/combinations.tpl index 992bdf743..ac36f4bbe 100644 --- a/admin-dev/themes/default/template/controllers/products/combinations.tpl +++ b/admin-dev/themes/default/template/controllers/products/combinations.tpl @@ -181,7 +181,7 @@ {if $currency->format % 2 != 0}{$currency->sign}{/if} {if $currency->format % 2 == 0} {$currency->sign} {/if}({l s='leave blank if the price does not change'}) - + @@ -245,7 +245,7 @@ {if $currency->format % 2 != 0}{$currency->sign}{/if} {if $currency->format % 2 == 0} {$currency->sign}{/if} - ({l s='overrides Eco-tax on \\"Information\\" tab'}) + ({l s='overrides Eco-tax on "Information" tab'}) {/if} diff --git a/admin-dev/themes/default/template/controllers/products/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/products/helpers/form/form.tpl index 7eb6cd491..e51eb959c 100644 --- a/admin-dev/themes/default/template/controllers/products/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/controllers/products/helpers/form/form.tpl @@ -284,7 +284,7 @@ ThickboxI18nImage = "{l s='Image'}"; ThickboxI18nOf = "{l s='of'}"; ThickboxI18nClose = "{l s='Close'}"; - ThickboxI18nOrEscKey = "{l s='(or \\"Esc\\")'}"; + ThickboxI18nOrEscKey = "{l s='(or "Esc")'}"; ThickboxI18nNext = "{l s='Next >'}"; ThickboxI18nPrev = "{l s='< Previous'}"; tb_pathToImage = "../img/loadingAnimation.gif"; diff --git a/admin-dev/themes/default/template/controllers/products/prices.tpl b/admin-dev/themes/default/template/controllers/products/prices.tpl index 9ad23d214..695383c73 100644 --- a/admin-dev/themes/default/template/controllers/products/prices.tpl +++ b/admin-dev/themes/default/template/controllers/products/prices.tpl @@ -201,7 +201,7 @@ jQuery(document).ready(Customer.init); - on_sale}checked="checked"{/if} value="1" />  + on_sale}checked="checked"{/if} value="1" />  @@ -361,7 +361,7 @@ jQuery(document).ready(Customer.init); - {l s='(if set to \\"amount\\", tax is included)'} + {l s='(if set to "amount", tax is included)'}
diff --git a/admin-dev/themes/default/template/controllers/products/suppliers.tpl b/admin-dev/themes/default/template/controllers/products/suppliers.tpl index e0f1c8ebc..20d4682b6 100644 --- a/admin-dev/themes/default/template/controllers/products/suppliers.tpl +++ b/admin-dev/themes/default/template/controllers/products/suppliers.tpl @@ -73,7 +73,7 @@ {else}

{l s='You can specify product reference(s) for each supplier associated.'}

{/if} -

{l s='Click \\"Save and Stay\\" after changing selected suppliers to display the associated product references.'}

+

{l s='Click "Save and Stay" after changing selected suppliers to display the associated product references.'}

{foreach from=$associated_suppliers item=supplier}

{$supplier->name}

diff --git a/admin-dev/themes/default/template/controllers/referrers/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/referrers/helpers/form/form.tpl index abff7dcb8..02ee6f75e 100644 --- a/admin-dev/themes/default/template/controllers/referrers/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/controllers/referrers/helpers/form/form.tpl @@ -37,15 +37,15 @@
  • {l s='The field `http_referer` is the website from which your customers arrive.'}
    - {l s='For example, visitors coming from Google will have a `http_referer` like this one: \\"http://www.google.com/search?q=prestashop\\".'}
    + {l s='For example, visitors coming from Google will have a `http_referer` like this one: "http://www.google.com/search?q=prestashop".'}
    {l s='If the visitor arrives directly (by typing the URL of your shop or by using their bookmarks, for example), `http_referer` will be empty.'}
    - {l s='So if you want all the visitors coming from google, you can type \\"%google%\\" in this field, or \\"%google.fr%\\" if you want the visitors coming from Google France only.'}
    + {l s='So if you want all the visitors coming from google, you can type "%google%" in this field, or "%google.fr%" if you want the visitors coming from Google France only.'}

  • {l s='The field `request_uri` is the URL from which the customers come to your website.'}
    {l s='For example, if the visitor accesses a product page, the URL will be'} "{$uri}music-ipods/1-ipod-nano.html".
    - {l s='This is interesting because you can add some tags or tokens in the links pointing to your website. For example, you can post a link'} "{$uri}index.php?prestashop" {l s='in the forum and get statistics by entering \\"%prestashop\\" in the field `request_uri`. You will get all the visitors coming from the forum.'} + {l s='This is interesting because you can add some tags or tokens in the links pointing to your website. For example, you can post a link'} "{$uri}index.php?prestashop" {l s='in the forum and get statistics by entering "%prestashop" in the field `request_uri`. You will get all the visitors coming from the forum.'} {l s='This method is more reliable than the `http_referer` one, but there is a danger: if a search engine read a page with your link, then it will be displayed in its results and you will have not only the forum visitors, but also the ones from the search engine.'}

  • @@ -60,13 +60,13 @@
  • {l s='When using the simple mode, you can use some generic characters which can replace any characters:'}
      -
    • {l s='\\"_\\" will replace one character. If you want to use the real \\"_\\", you should type'} "\\_".
    • -
    • {l s='\\"%\\" will replace any number of characters. If you want to use the real \\"%\\", you should type'} "\\%".
    • +
    • {l s='"_" will replace one character. If you want to use the real "_", you should type'} "\\_".
    • +
    • {l s='"%" will replace any number of characters. If you want to use the real "%", you should type'} "\\%".

  • - {l s='The simple mode uses the MySQL \\"LIKE\\", but for a higher potency you can use MySQL regular expressions.'} + {l s='The simple mode uses the MySQL "LIKE", but for a higher potency you can use MySQL regular expressions.'} {l s='Take a look at our documentation for more details...'}
diff --git a/controllers/admin/AdminBackupController.php b/controllers/admin/AdminBackupController.php index 88ea35149..e39cb2cf5 100644 --- a/controllers/admin/AdminBackupController.php +++ b/controllers/admin/AdminBackupController.php @@ -149,7 +149,7 @@ class AdminBackupControllerCore extends AdminController // Test if the backup dir is writable if (!is_writable(_PS_ADMIN_DIR_.'/backups/')) - $this->warnings[] = $this->l('\\"Backups\\" Directory in admin directory must be writeable (CHMOD 755 / 777)'); + $this->warnings[] = $this->l('"Backups" Directory in admin directory must be writeable (CHMOD 755 / 777)'); if ($this->display == 'add' && is_writable(_PS_ADMIN_DIR_.'/backups/')) { diff --git a/controllers/admin/AdminCarriersController.php b/controllers/admin/AdminCarriersController.php index 740cf3499..5180fadcd 100644 --- a/controllers/admin/AdminCarriersController.php +++ b/controllers/admin/AdminCarriersController.php @@ -155,24 +155,24 @@ class AdminCarriersControllerCore extends AdminController ' '.$this->l('How do I create a new carrier?').'
    -
  • '.$this->l('Click \\"Add new.\\"').'
  • -
  • '.$this->l('Fill in the fields and click \\"Save.\\"').'
  • +
  • '.$this->l('Click "Add new."').'
  • +
  • '.$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" tab, click either "Price Ranges" or "Weight Ranges."').'
  • -
  • '.$this->l('Click \\"Add new.\\"').'
  • +
  • '.$this->l('Click "Add new."').'
  • '. $this->l('Select the name of the carrier and define the price range or the weight range.').' '. $this->l('For example, the carrier can be made available for a weight range between 0 and 5lbs. Another carrier will have a range between 5 and 10lbs.').'
  • -
  • '.$this->l('When you are done, click \\"Save.\\"').'
  • -
  • '.$this->l('Click on the \\"Shipping\\" tab.').'
  • +
  • '.$this->l('When you are done, click "Save."').'
  • +
  • '.$this->l('Click on the "Shipping" tab.').'
  • '. $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.').' + $this->l('At the bottom on the page, in the "Fees" section, select the name of the carrier.').'
  • -
  • '.$this->l('For each zone, enter a price and click \\"Save.\\"').'
  • +
  • '.$this->l('For each zone, enter a price and click "Save."').'
  • '.$this->l('You\'re all set! The new carrier will be displayed to your customers.').'
' ); @@ -227,7 +227,7 @@ class AdminCarriersControllerCore extends AdminController 'name' => 'grade', 'required' => false, 'size' => 1, - 'desc' => $this->l('\\"0\\" for a longest shipping delay,\\"9\\" for the shortest shipping delay.') + 'desc' => $this->l('"0" for a longest shipping delay, "9" for the shortest shipping delay.') ), array( 'type' => 'text', @@ -381,7 +381,7 @@ class AdminCarriersControllerCore extends AdminController 'name' => 'max_height', 'required' => false, 'size' => 10, - 'desc' => $this->l('Maximum height managed by this carrier. Set \\"0\\" or leave this field blank to ignore this.') + 'desc' => $this->l('Maximum height managed by this carrier. Set "0" or leave this field blank to ignore this.') ), array( 'type' => 'text', @@ -389,7 +389,7 @@ class AdminCarriersControllerCore extends AdminController 'name' => 'max_width', 'required' => false, 'size' => 10, - 'desc' => $this->l('Maximum width managed by this carrier. Set \\"0\\" or leave this field blank to ignore this.') + 'desc' => $this->l('Maximum width managed by this carrier. Set "0" or leave this field blank to ignore this.') ), array( 'type' => 'text', @@ -397,7 +397,7 @@ class AdminCarriersControllerCore extends AdminController 'name' => 'max_depth', 'required' => false, 'size' => 10, - 'desc' => $this->l('Maximum depth managed by this carrier. Set \\"0\\" or leave this field blank to ignore this.') + 'desc' => $this->l('Maximum depth managed by this carrier. Set "0" or leave this field blank to ignore this.') ), array( 'type' => 'text', @@ -405,7 +405,7 @@ class AdminCarriersControllerCore extends AdminController 'name' => 'max_weight', 'required' => false, 'size' => 10, - 'desc' => $this->l('Maximum weight managed by this carrier. Set \\"0\\" or leave this field blank to ignore this.') + 'desc' => $this->l('Maximum weight managed by this carrier. Set "0" or leave this field blank to ignore this.') ), array( 'type' => 'hidden', diff --git a/controllers/admin/AdminContactsController.php b/controllers/admin/AdminContactsController.php index e7192df2b..3c6ddeb4b 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" tab'), 'values' => array( array( 'id' => 'customer_service_on', diff --git a/controllers/admin/AdminCountriesController.php b/controllers/admin/AdminCountriesController.php index 7f06d03b1..a8bf373e4 100644 --- a/controllers/admin/AdminCountriesController.php +++ b/controllers/admin/AdminCountriesController.php @@ -314,7 +314,7 @@ class AdminCountriesControllerCore extends AdminController ), array( 'type' => 'radio', - 'label' => $this->l('Display tax label (e.g. \\"Tax incl.\\"):'), + 'label' => $this->l('Display tax label (e.g. "Tax incl."):'), 'name' => 'display_tax_label', 'required' => false, 'class' => 't', diff --git a/controllers/admin/AdminCustomerPreferencesController.php b/controllers/admin/AdminCustomerPreferencesController.php index eb01a3e8e..3c48841cc 100644 --- a/controllers/admin/AdminCustomerPreferencesController.php +++ b/controllers/admin/AdminCustomerPreferencesController.php @@ -52,7 +52,7 @@ class AdminCustomerPreferencesControllerCore extends AdminController 'fields' => array( 'PS_REGISTRATION_PROCESS_TYPE' => array( 'title' => $this->l('Registration process type'), - 'desc' => $this->l('The \\"Only account creation\\" registration option allows the customer to register faster, and create his address later.'), + 'desc' => $this->l('The "Only account creation" registration option allows the customer to register faster, and create his address later.'), 'validation' => 'isInt', 'cast' => 'intval', 'type' => 'select', diff --git a/controllers/admin/AdminCustomerThreadsController.php b/controllers/admin/AdminCustomerThreadsController.php index 4e3ee8f1c..6f2bbe6e3 100644 --- a/controllers/admin/AdminCustomerThreadsController.php +++ b/controllers/admin/AdminCustomerThreadsController.php @@ -487,7 +487,7 @@ class AdminCustomerThreadsControllerCore extends AdminController if ($thread->status != 'pending1') $actions['pending1'] = array( 'href' => self::$currentIndex.'&viewcustomer_thread&setstatus=3&id_customer_thread='.Tools::getValue('id_customer_thread').'&viewmsg&token='.$this->token, - 'name' => $this->l('Mark this message as \\"pending 1\\" (will be answered later)') + 'name' => $this->l('Mark this message as "pending 1" (will be answered later)') ); else $actions['pending1'] = array( @@ -498,7 +498,7 @@ class AdminCustomerThreadsControllerCore extends AdminController if ($thread->status != 'pending2') $actions['pending2'] = array( 'href' => self::$currentIndex.'&viewcustomer_thread&setstatus=4&id_customer_thread='.Tools::getValue('id_customer_thread').'&viewmsg&token='.$this->token, - 'name' => $this->l('Mark this message as \\"pending 2\\" (will be answered later)') + 'name' => $this->l('Mark this message as "pending 2" (will be answered later)') ); else $actions['pending2'] = array( diff --git a/controllers/admin/AdminEmployeesController.php b/controllers/admin/AdminEmployeesController.php index 6f3df62f1..d154c134a 100644 --- a/controllers/admin/AdminEmployeesController.php +++ b/controllers/admin/AdminEmployeesController.php @@ -218,7 +218,7 @@ class AdminEmployeesControllerCore extends AdminController 'label' => $this->l('Back Office width'), 'name' => 'bo_width', 'size' => 10, - 'desc' => $this->l('Back Office width, in pixels. The value \\"0\\" means that the Back Office width will be flexible.') + 'desc' => $this->l('Back Office width, in pixels. The value "0" means that the Back Office width will be flexible.') ), array( 'type' => 'select', diff --git a/controllers/admin/AdminGendersController.php b/controllers/admin/AdminGendersController.php index b61fae1d8..7aa90493d 100644 --- a/controllers/admin/AdminGendersController.php +++ b/controllers/admin/AdminGendersController.php @@ -142,14 +142,14 @@ class AdminGendersControllerCore extends AdminController 'label' => $this->l('Image Width:'), 'name' => 'img_width', 'size' => 4, - 'desc' => $this->l('Image width in pixels. Enter \\"0\\" to use original size') + 'desc' => $this->l('Image width in pixels. Enter "0" to use original size') ), array( 'type' => 'text', 'label' => $this->l('Image Height:'), 'name' => 'img_height', 'size' => 4, - 'desc' => $this->l('Image height in pixels. Enter \\"0\\" to use original size') + 'desc' => $this->l('Image height in pixels. Enter "0" to use original size') ) ), 'submit' => array( diff --git a/controllers/admin/AdminImagesController.php b/controllers/admin/AdminImagesController.php index 21824edc2..bc2dd2c92 100644 --- a/controllers/admin/AdminImagesController.php +++ b/controllers/admin/AdminImagesController.php @@ -53,7 +53,7 @@ class AdminImagesControllerCore extends AdminController 'top' => '', 'bottom' => '', 'description' => $this->l('JPEG images have a small file size and standard quality. PNG images have a bigger file size, a higher quality and support transparency. Note that in all cases the image files will have the .jpg extension.').' -

'.$this->l('WARNING: This feature may not be compatible with your theme or with some modules. In particular, PNG mode is not compatible with the Watermark module. If you encounter any issues, turn it off by selecting \\"Use JPEG\\".'), +

'.$this->l('WARNING: This feature may not be compatible with your theme or with some modules. In particular, PNG mode is not compatible with the Watermark module. If you encounter any issues, turn it off by selecting "Use JPEG".'), 'fields' => array( 'PS_IMAGE_QUALITY' => array( 'title' => $this->l('Image quality'), diff --git a/controllers/admin/AdminInformationController.php b/controllers/admin/AdminInformationController.php index 61f09fd42..4b5524c11 100644 --- a/controllers/admin/AdminInformationController.php +++ b/controllers/admin/AdminInformationController.php @@ -91,18 +91,18 @@ class AdminInformationControllerCore extends AdminController 'system' => $this->l('Configure your server to allow the creation of directories and files with write permissions'), 'gd' => $this->l('Enable the GD library on your server'), 'mysql_support' => $this->l('Enable the MySQL support on your server'), - 'config_dir' => $this->l('Set write permissions for \\"config\\" folder'), - 'cache_dir' => $this->l('Set write permissions for \\"cache\\" folder'), - 'sitemap' => $this->l('Set write permissions for \\"sitemap.xml\\" file'), - 'img_dir' => $this->l('Set write permissions for \\"img\\" folder and subfolders, recursively'), - 'mails_dir' => $this->l('Set write permissions for \\"mails\\" folder and subfolders, recursively'), - 'module_dir' => $this->l('Set write permissions for \\"modules\\" folder and subfolders, recursively'), - 'theme_lang_dir' => $this->l('Set write permissions for \\"themes/')._THEME_NAME_.$this->l('/lang/\\" folder and subfolders, recursively'), - 'translations_dir' => $this->l('Set write permissions for \\"translations\\" folder and subfolders, recursively'), - 'customizable_products_dir' => $this->l('Set write permissions for \\"upload\\" folder and subfolders, recursively'), - 'virtual_products_dir' => $this->l('Set write permissions for \\"download\\" folder and subfolders, recursively'), + 'config_dir' => $this->l('Set write permissions for "config" folder'), + 'cache_dir' => $this->l('Set write permissions for "cache" folder'), + 'sitemap' => $this->l('Set write permissions for "sitemap.xml" file'), + 'img_dir' => $this->l('Set write permissions for "img" folder and subfolders, recursively'), + 'mails_dir' => $this->l('Set write permissions for "mails" folder and subfolders, recursively'), + 'module_dir' => $this->l('Set write permissions for "modules" folder and subfolders, recursively'), + 'theme_lang_dir' => $this->l('Set write permissions for "themes/')._THEME_NAME_.$this->l('/lang/" folder and subfolders, recursively'), + 'translations_dir' => $this->l('Set write permissions for "translations" folder and subfolders, recursively'), + 'customizable_products_dir' => $this->l('Set write permissions for "upload" folder and subfolders, recursively'), + 'virtual_products_dir' => $this->l('Set write permissions for "download" folder and subfolders, recursively'), 'fopen' => $this->l('Allow the PHP fopen() function on your server'), - 'register_globals' => $this->l('Set PHP \\"register_global\\" option to \\"Off\\"'), + 'register_globals' => $this->l('Set PHP "register_global" option to "Off"'), 'gz' => $this->l('Enable GZIP compression on your server') ); diff --git a/controllers/admin/AdminInvoicesController.php b/controllers/admin/AdminInvoicesController.php index 90cf82a73..b3410093d 100644 --- a/controllers/admin/AdminInvoicesController.php +++ b/controllers/admin/AdminInvoicesController.php @@ -216,10 +216,10 @@ class AdminInvoicesControllerCore extends AdminController if (Tools::getValue('submitAddinvoice_date')) { if (!Validate::isDate(Tools::getValue('date_from'))) - $this->errors[] = $this->l('Invalid \\"From:\\" date'); + $this->errors[] = $this->l('Invalid "From:" date'); if (!Validate::isDate(Tools::getValue('date_to'))) - $this->errors[] = $this->l('Invalid \\"To:\\" date'); + $this->errors[] = $this->l('Invalid "To:" date'); if (!count($this->errors)) { diff --git a/controllers/admin/AdminLanguagesController.php b/controllers/admin/AdminLanguagesController.php index 57df7dfc5..f74865cb1 100644 --- a/controllers/admin/AdminLanguagesController.php +++ b/controllers/admin/AdminLanguagesController.php @@ -169,10 +169,10 @@ class AdminLanguagesControllerCore extends AdminController ), array( 'type' => 'file', - 'label' => $this->l('\\"No-picture\\" image:'), + 'label' => $this->l('"No-picture" image:'), 'name' => 'no-picture', 'required' => true, - 'desc' => $this->l('Image displayed when \\"no picture found\\"') + 'desc' => $this->l('Image displayed when "no picture found"') ), array( 'type' => 'radio', diff --git a/controllers/admin/AdminLogsController.php b/controllers/admin/AdminLogsController.php index 26849dd77..52a9a8576 100644 --- a/controllers/admin/AdminLogsController.php +++ b/controllers/admin/AdminLogsController.php @@ -53,7 +53,7 @@ class AdminLogsControllerCore extends AdminController 'fields' => array( 'PS_LOGS_BY_EMAIL' => array( 'title' => $this->l('Minimum severity level:'), - 'desc' => $this->l('Enter \\"5\\" if you do not want to receive any e-mails.').'
'.$this->l('E-mails will be sent to the shop owner.'), + 'desc' => $this->l('Enter "5" if you do not want to receive any e-mails.').'
'.$this->l('E-mails will be sent to the shop owner.'), 'cast' => 'intval', 'type' => 'text', 'size' => 5 diff --git a/controllers/admin/AdminMetaController.php b/controllers/admin/AdminMetaController.php index bc846734f..c0745a332 100644 --- a/controllers/admin/AdminMetaController.php +++ b/controllers/admin/AdminMetaController.php @@ -94,7 +94,7 @@ class AdminMetaControllerCore extends AdminController $robots_description .= '
'.$this->l('e.g. http://www.yoursite.com/robots.txt'); if ($this->checkConfiguration($this->rb_file)) { - $robots_description .= '
'.$this->l('Generate your \\"robots.txt\\" file by clicking on the following button (this will erase your old robots.txt file):'); + $robots_description .= '
'.$this->l('Generate your "robots.txt" file by clicking on the following button (this will erase your old robots.txt file):'); $robots_submit = array('name' => 'submitRobots', 'title' => $this->l('Generate robots.txt file')); } else @@ -123,7 +123,7 @@ class AdminMetaControllerCore extends AdminController 'robots' => $robots_options, 'routes' => array( 'title' => $this->l('Schema of URLs'), - 'description' => $this->l('Change the pattern of your links. There are some available keywords for each route listed below, keywords with * are required. To add a keyword in your URL use {keyword} syntax. You can add some text before or after the keyword IF the keyword is not empty with syntax {prepend:keyword:append}, for example {-hey-:meta_title} will add \\"-hey-my-title\\" in URL if meta title is set, or nothing. Friendly URL and rewriting Apache option must be activated on your web server to use this functionality.'), + 'description' => $this->l('Change the pattern of your links. There are some available keywords for each route listed below, keywords with * are required. To add a keyword in your URL use {keyword} syntax. You can add some text before or after the keyword IF the keyword is not empty with syntax {prepend:keyword:append}, for example {-hey-:meta_title} will add "-hey-my-title" in URL if meta title is set, or nothing. Friendly URL and rewriting Apache option must be activated on your web server to use this functionality.'), 'fields' => array(), ), ); @@ -228,7 +228,7 @@ class AdminMetaControllerCore extends AdminController 'lang' => true, 'required' => true, 'hint' => $this->l('Invalid characters:').' <>;=#{}', - 'desc' => $this->l('e.g. \\"contacts\\" for http://mysite.com/shop/contacts to redirect to http://mysite.com/shop/contact-form.php'), + 'desc' => $this->l('e.g. "contacts" for http://mysite.com/shop/contacts to redirect to http://mysite.com/shop/contact-form.php'), 'size' => 50 ), ), diff --git a/controllers/admin/AdminModulesController.php b/controllers/admin/AdminModulesController.php index 52ec138f8..a46fda99f 100644 --- a/controllers/admin/AdminModulesController.php +++ b/controllers/admin/AdminModulesController.php @@ -804,7 +804,7 @@ class AdminModulesControllerCore extends AdminController $this->translationsTab['Reset'] = $this->l('Reset'); $this->translationsTab['Configure'] = $this->l('Configure'); $this->translationsTab['Delete'] = $this->l('Delete'); - $this->translationsTab['This action will permanently remove the module from the server. Are you sure you want to do this?'] = $this->l('This action will permanently remove the module from the server. Are you sure you want to do this ?'); + $this->translationsTab['This action will permanently remove the module from the server. Are you sure you want to do this?'] = $this->l('This action will permanently remove the module from the server. Are you sure you want to do this?'); } $return = ''; diff --git a/controllers/admin/AdminOrderPreferencesController.php b/controllers/admin/AdminOrderPreferencesController.php index b94518364..fabe528a6 100644 --- a/controllers/admin/AdminOrderPreferencesController.php +++ b/controllers/admin/AdminOrderPreferencesController.php @@ -96,7 +96,7 @@ class AdminOrderPreferencesControllerCore extends AdminController ), 'PS_SHIP_WHEN_AVAILABLE' => array( 'title' => $this->l('Delayed shipping'), - 'desc' => $this->l('Allow the customer to split his order: one with the products currently \\"in stock\\", and another with the other products. This option will convert the customer\'s cart into two orders.'), + 'desc' => $this->l('Allow the customer to split his order: one with the products currently "in stock", and another with the other products. This option will convert the customer\'s cart into two orders.'), 'validation' => 'isBool', 'cast' => 'intval', 'type' => 'bool' diff --git a/controllers/admin/AdminPPreferencesController.php b/controllers/admin/AdminPPreferencesController.php index 11a618c9f..1035af8a7 100644 --- a/controllers/admin/AdminPPreferencesController.php +++ b/controllers/admin/AdminPPreferencesController.php @@ -174,8 +174,8 @@ class AdminPPreferencesControllerCore extends AdminController 'type' => 'bool' ), 'PS_ATTRIBUTE_CATEGORY_DISPLAY' => array( - 'title' => $this->l('Display \\"add to cart\\" button when product has attributes:'), - 'desc' => $this->l('Display or hide the \\"add to cart\\" button on category pages for products that have attributes to force customers to see the product detail'), + 'title' => $this->l('Display "add to cart" button when product has attributes:'), + 'desc' => $this->l('Display or hide the "add to cart" button on category pages for products that have attributes to force customers to see the product detail'), 'validation' => 'isBool', 'cast' => 'intval', 'type' => 'bool' diff --git a/controllers/admin/AdminPerformanceController.php b/controllers/admin/AdminPerformanceController.php index a29420681..1c65c012a 100644 --- a/controllers/admin/AdminPerformanceController.php +++ b/controllers/admin/AdminPerformanceController.php @@ -242,7 +242,7 @@ class AdminPerformanceControllerCore extends AdminController array( 'id' => 'PS_HTML_THEME_COMPRESSION_1', 'value' => 1, - 'label' => $this->l('Minify HTML after \\"smarty compile\\" execution.') + 'label' => $this->l('Minify HTML after "smarty compile" execution.') ), array( 'id' => 'PS_HTML_THEME_COMPRESSION_0', @@ -261,7 +261,7 @@ class AdminPerformanceControllerCore extends AdminController array( 'id' => 'PS_JS_HTML_THEME_COMPRESSION_1', 'value' => 1, - 'label' => $this->l('Compress inline JavaScript in HTML after \\"smarty compile\\" execution') + 'label' => $this->l('Compress inline JavaScript in HTML after "smarty compile" execution') ), array( 'id' => 'PS_JS_HTML_THEME_COMPRESSION_0', @@ -280,7 +280,7 @@ class AdminPerformanceControllerCore extends AdminController array( 'id' => 'PS_HIGH_HTML_THEME_COMPRESSION_1', 'value' => 1, - 'label' => $this->l('HTML is compressed but cancels the W3C validation (only when \\"Minify HTML\\" is enabled)') + 'label' => $this->l('HTML is compressed but cancels the W3C validation (only when "Minify HTML" is enabled)') ), array( 'id' => 'PS_HIGH_HTML_THEME_COMPRESSION_0', @@ -370,7 +370,7 @@ class AdminPerformanceControllerCore extends AdminController 'title' => $this->l('Ciphering'), 'image' => '../img/admin/computer_key.png' ), - 'desc' => $this->l('Mcrypt is faster than our custom BlowFish class, but requires the PHP extension \\"mcrypt\\". If you change this configuration, all cookies will be reset.'), + 'desc' => $this->l('Mcrypt is faster than our custom BlowFish class, but requires the PHP extension "mcrypt". If you change this configuration, all cookies will be reset.'), 'input' => array( array( 'type' => 'hidden', diff --git a/controllers/admin/AdminRequestSqlController.php b/controllers/admin/AdminRequestSqlController.php index 23505df4b..2334ac18f 100644 --- a/controllers/admin/AdminRequestSqlController.php +++ b/controllers/admin/AdminRequestSqlController.php @@ -49,13 +49,13 @@ class AdminRequestSqlControllerCore extends AdminController public function renderList() { - $this->displayWarning($this->l('When saving the query, only the request type \\"SELECT\\" are allowed.')); + $this->displayWarning($this->l('When saving the query, only the request type "SELECT" are allowed.')); $this->displayInformation(' '.$this->l('How to create a new sql query?').'
    -
  • '.$this->l('Click \\"Add new\\".').'
  • -
  • '.$this->l('Fill in the fields and click \\"Save\\".').'
  • +
  • '.$this->l('Click "Add new".').'
  • +
  • '.$this->l('Fill in the fields and click "Save".').'
  • '.$this->l('You can then view the query results by clicking on the tab:').'
  • '.$this->l('You can then export the query results as CSV file by clicking on the tab:').'
@@ -305,7 +305,7 @@ class AdminRequestSqlControllerCore extends AdminController $this->errors[] = Tools::DisplayError($this->l('The attribute').' "'. $e[$key]['attribut'][0].'" '.$this->l('does not exist in the table:').$e[$key]['attribut'][1].'.'); else if (isset($e[$key]['*'])) - $this->errors[] = Tools::DisplayError($this->l('The operator \\"*\\" can be used in a nested query.')); + $this->errors[] = Tools::DisplayError($this->l('The operator "*" can be used in a nested query.')); else $this->errors[] = Tools::DisplayError($this->l('Error')); break; diff --git a/controllers/admin/AdminSearchConfController.php b/controllers/admin/AdminSearchConfController.php index decbbb45d..fab9370aa 100644 --- a/controllers/admin/AdminSearchConfController.php +++ b/controllers/admin/AdminSearchConfController.php @@ -65,11 +65,11 @@ class AdminSearchConfControllerCore extends AdminController 'title' => $this->l('Indexation'), 'icon' => 'search', 'info' => - $this->l('The \\"indexed\\" products have been analyzed by PrestaShop and will appear in the results of the Front Office search.').'
+ $this->l('The "indexed" products have been analyzed by PrestaShop and will appear in the results of the Front Office search.').'
'.$this->l('Indexed products:').' '.(int)$indexed.' / '.(int)$total.'.

'.$this->l('Building the product index can take a few minutes or more.') - .$this->l('If your server stops the process before it ends, you can resume the indexation by clicking \\"Add missing products.\\"').'

+ .$this->l('If your server stops the process before it ends, you can resume the indexation by clicking "Add missing products."').'

-> '. $this->l('Add missing products to index.').'
-> '. @@ -116,7 +116,7 @@ class AdminSearchConfControllerCore extends AdminController 'title' => $this->l('Weight'), 'icon' => 'weight', 'info' => - $this->l('The \\"weight\\" represents its importance and relevance for the ranking of the products when try a new search.').'
+ $this->l('The "weight" represents its importance and relevance for the ranking of the products when try a new search.').'
'.$this->l('A word with a weight of 8 will have 4 times more value than a word with a weight of 2.').'

'.$this->l('That\'s why we advise to set a greater weight for words which appear in the name or reference of a product than the ones in the description. Thus, the search results will be as precise and relevant as possible.'), 'fields' => array( diff --git a/controllers/admin/AdminSlipController.php b/controllers/admin/AdminSlipController.php index c4f00ae31..b5d0d76e1 100644 --- a/controllers/admin/AdminSlipController.php +++ b/controllers/admin/AdminSlipController.php @@ -112,9 +112,9 @@ class AdminSlipControllerCore extends AdminController if (Tools::getValue('submitAddorder_slip')) { if (!Validate::isDate(Tools::getValue('date_from'))) - $this->errors[] = $this->l('Invalid \\"From\\" date'); + $this->errors[] = $this->l('Invalid "From" date'); if (!Validate::isDate(Tools::getValue('date_to'))) - $this->errors[] = $this->l('Invalid \\"To\\" date'); + $this->errors[] = $this->l('Invalid "To" date'); if (!count($this->errors)) { $order_slips = OrderSlip::getSlipsIdByDate(Tools::getValue('date_from'), Tools::getValue('date_to')); diff --git a/controllers/admin/AdminTranslationsController.php b/controllers/admin/AdminTranslationsController.php index 04087d793..c81524a12 100644 --- a/controllers/admin/AdminTranslationsController.php +++ b/controllers/admin/AdminTranslationsController.php @@ -1438,7 +1438,7 @@ class AdminTranslationsControllerCore extends AdminController
'; $str_return .= '
- '.$this->l('\\"title\\" tag:').' '.(isset($title['en']) ? $title['en'] : '').'
+ '.$this->l('"title" tag:').' '.(isset($title['en']) ? $title['en'] : '').'
'; $str_return .= ' diff --git a/translations/fr/admin.php b/translations/fr/admin.php index 6f94a943e..91d7a20db 100644 --- a/translations/fr/admin.php +++ b/translations/fr/admin.php @@ -184,7 +184,7 @@ $_LANGADM['AdminAttributeGenerator044a66fb62f8920b222660d638a7d8c5'] = 'Ajoutez $_LANGADM['AdminAttributeGenerator18c17dae7b84c21b38873e823af2bcfe'] = 'produit(s) créé(s) avec succès.'; $_LANGADM['AdminAttributeGenerator233c543a23378c4ffd0e1efb17408510'] = 'Impact sur le prix :'; $_LANGADM['AdminAttributeGenerator32b919d18cfaca89383f6000dcc9c031'] = 'Générer'; -$_LANGADM['AdminAttributeGenerator3cfbbe8b43746aed4618f06d7e8de616'] = 'Pour générer les déclinaisons, cliquez sur \"Ctrl\" tout en sélectionnant les attributs, puis cliquez sur \"Ajouter\".'; +$_LANGADM['AdminAttributeGenerator544b2c26c70ee8136c7f7bd0a7628640'] = 'Pour générer les déclinaisons, cliquez sur \"Ctrl\" tout en sélectionnant les attributs, puis cliquez sur \"Ajouter\".'; $_LANGADM['AdminAttributeGenerator419cdd539861e743b872b2c959629a54'] = 'TTC :'; $_LANGADM['AdminAttributeGenerator42dc1497090b299a41c64d1389e6ca8c'] = 'HT :'; $_LANGADM['AdminAttributeGenerator4aeb406dcf0a1cdd39e7156b1e9e89c7'] = 'Cette fonctionnalité a été désactivée, vous pouvez l\'activer sur cette page:'; @@ -241,20 +241,20 @@ $_LANGADM['AdminAttributesGroupsf48c5fbd64d8eec8840211dc4303ff36'] = 'Ajouter de $_LANGADM['AdminAttributesGroupsfb5a0e846f382e4f81b1c4daddcf6e4e'] = 'Couleur :'; $_LANGADM['AdminAttributesa3e8ae43188ae76d38f414b2bdb0077b'] = 'Texture'; $_LANGADM['AdminAttributesb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé'; -$_LANGADM['AdminBackup0af95c9f4c8b1c7071d6546a6a78c741'] = 'Cliquez sur le bouton \"Exécuter\" et patientez durant l\'import de votre fichier, cela peut prendre plusieurs minutes'; +$_LANGADM['AdminBackupb3bd0f5ff93aa82c778f1486bdfecb90'] = 'Cliquez sur le bouton \"Exécuter\" et patientez durant l\'import de votre fichier, cela peut prendre plusieurs minutes'; $_LANGADM['AdminBackup0dc51a7afc30b342b827df535ff616f2'] = 'Vérifiez systématiquement vos données.'; -$_LANGADM['AdminBackup0f0681f0da86da7581268ad8693f3bb9'] = 'Cliquez sur le bouton \"Parcourir...\" et sélectionnez le fichier de sauvegarde depuis votre disque dur'; -$_LANGADM['AdminBackup1244851b08e6afc2b606b421647aefa7'] = 'Téléchargez le fichier de sauvegarde depuis la liste ci-dessous ou sur votre serveur FTP (dans le dossier \"admin/backups\").'; +$_LANGADM['AdminBackup6bfc8c9cb81f79f6db4707f115df9788'] = 'Cliquez sur le bouton \"Parcourir...\" et sélectionnez le fichier de sauvegarde depuis votre disque dur'; +$_LANGADM['AdminBackupa57e3f4dcacc92f3756b16fde61f6f01'] = 'Téléchargez le fichier de sauvegarde depuis la liste ci-dessous ou sur votre serveur FTP (dans le dossier \"admin/backups\").'; $_LANGADM['AdminBackup12d873e2f6fa0ad8b446582bedfecff6'] = 'Vérifiez systématiquement la qualité et l\'intégrité de vos fichiers de sauvegarde.'; -$_LANGADM['AdminBackup182f66f79ee46861f207cd47a3cce1d8'] = 'Le dossier \"backups\" dans le dossier \"admin\" doit être accessible en écriture (CHMOD 755 / 777)'; +$_LANGADM['AdminBackup540f529ae6719f17617936818a8afaac'] = 'Le dossier \"backups\" dans le dossier \"admin\" doit être accessible en écriture (CHMOD 755 / 777)'; $_LANGADM['AdminBackup1908624a0bca678cd26b99bfd405324e'] = 'Taille du fichier'; $_LANGADM['AdminBackup1bb1cba339ddfa656d40d1b339225310'] = 'PrestaShop n\'est ni responsable de votre base de données, ni de vos sauvegardes, ni de vos restaurations, ni de vos données.'; -$_LANGADM['AdminBackup1cdec6ec7ec51b7def1cf0096a8863fc'] = 'Par défaut, vos tables de base de données existantes seront supprimées si vous restaurez une sauvegarde (voir Options).'; +$_LANGADM['AdminBackup85bb514f2e9d1d276e5a6d403f37c35c'] = 'Par défaut, vos tables de base de données existantes seront supprimées si vous restaurez une sauvegarde (voir Options).'; $_LANGADM['AdminBackup1cefcf179a1f68d893b417a918676f43'] = 'Les tables suivantes ne seront PAS sauvegardées si vous activez cette option :'; $_LANGADM['AdminBackup2000271bb894b988d2097aaf528b6680'] = 'Télécharger le fichier de sauvegarde'; $_LANGADM['AdminBackup2c57f87f291b9fc07039757ce39a7693'] = 'Vérifiez l\'intégrité de votre sauvegarde : présence d\'erreurs, fichier incomplet... vérifiez toutes vos données.'; $_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['AdminBackup2ff4702b4b26e5e90be120e4a3bb53c5'] = 'Demandez à votre hébergeur un accès à l\'outil \"phpMyAdmin\"'; +$_LANGADM['AdminBackup4f7763fadf186bbefa76b684300e5259'] = 'Demandez à votre hébergeur un accès à l\'outil \"phpMyAdmin\"'; $_LANGADM['AdminBackup30c210e0173f2ff607cc84dc01ffc1f0'] = 'Options de sauvegarde'; $_LANGADM['AdminBackup34082694d21dbdcfc31e6e32d9fb2b9f'] = 'Nom du fichier'; $_LANGADM['AdminBackup3cda35ca1352ab3557ad2817459b157d'] = 'Vérifiez la taille maximale autorisée (ex. : Max 16 Mo)'; @@ -279,24 +279,24 @@ $_LANGADM['AdminBackup9d8d2d5ab12b515182a505f54db7f538'] = 'Créée il y a'; $_LANGADM['AdminBackupa5498b899882eb314ba0ab4519889cc2'] = 'Supprimer les tables existantes durant l\'import :'; $_LANGADM['AdminBackupaea390041b1129a817610ff53181cd4b'] = 'Si le poids de votre fichier de sauvegarde est trop important, contactez votre hébergeur'; $_LANGADM['AdminBackupb828e7a94de289536d535e8c141868b9'] = 'Si ce n\'est pas le cas,'; -$_LANGADM['AdminBackupc1380128cb6abbad31398f25addf6901'] = 'Connectez-vous à \"phpMyAdmin\" et sélectionnez votre base de données actuelle'; +$_LANGADM['AdminBackupad408cc67b79776c0b6c9867326c3493'] = 'Connectez-vous à \"phpMyAdmin\" et sélectionnez votre base de données actuelle'; $_LANGADM['AdminBackupc4a8330b099d9409ed1ba801d69a1dd0'] = 'Lancement du téléchargement...'; -$_LANGADM['AdminBackupd0cc56c1def433eb70169d822be472ff'] = 'En haut de l\'écran, cliquez sur l\'onglet \"Importer\"'; +$_LANGADM['AdminBackup0ca6c797990b1d949a72693d97a5887d'] = 'En haut de l\'écran, cliquez sur l\'onglet \"Importer\"'; $_LANGADM['AdminBackupd1c6b1687ebbc336f9bd13beba87b0cf'] = 'veuillez cliquer ici !'; -$_LANGADM['AdminBackupd3a4b9b05bb55d70e2afdbd0560813c7'] = 'Astuce : vous pouvez également télécharger ce fichier par FTP, les fichiers de sauvegardes sont situés dans le répertoire \"admin/backups\".'; +$_LANGADM['AdminBackup44a5d4afcece22840b11b2acdca0ac67'] = 'Astuce : vous pouvez également télécharger ce fichier par FTP, les fichiers de sauvegardes sont situés dans le répertoire \"admin/backups\".'; $_LANGADM['AdminBackupd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection'; -$_LANGADM['AdminBackupd76df8fa8493c40b3b8599eeab302674'] = 'Mettez sur \"Non\" l\'option \"Activer la boutique\" dans l\'onglet \"Préférences\".'; -$_LANGADM['AdminBackupdf2e00e16e9d3aa878a66706fc5a180b'] = 'Si vous n\'avez pas activé l\'option \"Supprimer les tables existantes durant l\'import\", vous devez supprimer toutes les tables présentes dans votre base de données actuelle.'; +$_LANGADM['AdminBackup3584802c088b081e4b892f0d09ae1f7b'] = 'Mettez sur \"Non\" l\'option \"Activer la boutique\" dans l\'onglet \"Préférences\".'; +$_LANGADM['AdminBackup197ebd1d022def92dd1c64aae3320d6a'] = 'Si vous n\'avez pas activé l\'option \"Supprimer les tables existantes durant l\'import\", vous devez supprimer toutes les tables présentes dans votre base de données actuelle.'; $_LANGADM['AdminBackupe25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer la sélection ?'; $_LANGADM['AdminBackupe29db9141323afc9e815db9ad72ce9ff'] = 'J\'ai lu l\'avertissement - Créer une sauvegarde'; $_LANGADM['AdminBackupea4788705e6873b424c65e91c2846b19'] = 'Annuler'; $_LANGADM['AdminCarriers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé'; -$_LANGADM['AdminCarriers03445e8936347fcc559019cbdf03af2d'] = 'Définissez un prix pour chaque zone géographique. Cliquez sur \"Enregistrer\".'; -$_LANGADM['AdminCarriers05f745f3fdc226d4be7402035274447a'] = 'Largeur maximum gérée par ce transporteur. Mettre à \"0\" ou laisser vide pour ignorer ce champ.'; +$_LANGADM['AdminCarriersfe5025efee49049079b0fe03e4ff642c'] = 'Définissez un prix pour chaque zone géographique. Cliquez sur \"Enregistrer\".'; +$_LANGADM['AdminCarriersefca20dbfee520e00c9eed7617c17152'] = 'Largeur maximum gérée par ce transporteur. Mettre à \"0\" ou laisser vide pour ignorer ce champ.'; $_LANGADM['AdminCarriers0cae43334d77f00b5a692dc52adb533a'] = 'C\'est fait ! Le nouveau transporteur est disponible pour vos clients.'; -$_LANGADM['AdminCarriers13e8160ef4cfc046dcc7c98a81a4fbf6'] = '\"0\" pour le délai de livraison le plus long, \"9\" pour le délai le plus court'; +$_LANGADM['AdminCarriersf172bfcf581aed3daf7cff5c03363e83'] = '\"0\" pour le délai de livraison le plus long, \"9\" pour le délai le plus court'; $_LANGADM['AdminCarriers16650c3cbb2dc17ebcdba01fb1f31f89'] = 'Mettez en ligne un logo depuis votre ordinateur'; -$_LANGADM['AdminCarriers1a08a1b123aff5d9adc637e8cd8ad770'] = 'Au bas de la page, dans la rubrique \"Frais\", sélectionnez le nom du transporteur.'; +$_LANGADM['AdminCarriers5ec203a49842f2a5f271c7cd01b4e342'] = 'Au bas de la page, dans la rubrique \"Frais\", sélectionnez le nom du transporteur.'; $_LANGADM['AdminCarriers1bd33faf04b6c7e0090de4f3e5915178'] = 'Accès groupé :'; $_LANGADM['AdminCarriers1cc70ef3820fa925ca1dd1ab645d239e'] = 'Caractères autorisés : lettres, espaces et'; $_LANGADM['AdminCarriers1d6af794b2599c1407a83029a09d1ecf'] = 'Transporteurs'; @@ -304,10 +304,10 @@ $_LANGADM['AdminCarriers24a23d787190f2c4812ff9ab11847a72'] = 'État :'; $_LANGADM['AdminCarriers2c261299e5086bd16299a8e8077862c8'] = 'Note :'; $_LANGADM['AdminCarriers3194ebe40c7a8c29c78ea79066b6e05c'] = 'Nom du transporteur affiché durant la commande'; $_LANGADM['AdminCarriers345bbbb0655372cd66cd37b8fdc4b766'] = 'Profondeur maximum du paquet :'; -$_LANGADM['AdminCarriers34e33eb559ff0e235028be1dde891308'] = 'Poids maximum du géré par ce transporteur. Mettre \"0\" ou laisser vide pour ignorer ce champ.'; +$_LANGADM['AdminCarriers48c8ec207cee09ec834df8b1802b4ee0'] = 'Poids maximum du géré par ce transporteur. Mettre \"0\" ou laisser vide pour ignorer ce champ.'; $_LANGADM['AdminCarriers35f16c216c335fe1d428440583f5148f'] = 'Cochez tous les groupes qui ont accès à ce transporteur'; $_LANGADM['AdminCarriers3601146c4e948c32b6424d2c0a7f0118'] = 'Prix'; -$_LANGADM['AdminCarriers362669facd0516d26e101c8ac519b9e4'] = 'Cliquez sur l\'onglet \"Transport\".'; +$_LANGADM['AdminCarriers80d803aad983c22d14a0ddad539fad8e'] = 'Cliquez sur l\'onglet \"Transport\".'; $_LANGADM['AdminCarriers38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer'; $_LANGADM['AdminCarriers3b3d06023f6353f8fd05f859b298573e'] = 'URL :'; $_LANGADM['AdminCarriers482836cce404046ca7dc34fb0a6fc526'] = 'Prend la tranche la plus grande'; @@ -317,17 +317,17 @@ $_LANGADM['AdminCarriers49ee3087348e8d44e1feda1917443987'] = 'Nom'; $_LANGADM['AdminCarriers49fec5c86a3b43821fdf0d9aa7bbd935'] = 'En fonction du poids'; $_LANGADM['AdminCarriers4e5918d7f5186ae00b4a48d9296fcd5a'] = 'Transporteur par défaut proposé dans la boutique'; $_LANGADM['AdminCarriers4f890cf6a72112cad95093baecf39831'] = 'Désactiver le transporteur'; -$_LANGADM['AdminCarriers4ff320aea4592f424f8ebdfc69f7b90c'] = 'Cliquez sur \"Créer\".'; +$_LANGADM['AdminCarriersff2b1401e107b5b51b21da0107602e21'] = 'Cliquez sur \"Créer\".'; $_LANGADM['AdminCarriers52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Position'; $_LANGADM['AdminCarriers55606f1fdd6fc1044e85a62edd26d02e'] = 'Vous devez choisir une tranche de prix ou une tranche de poids pour laquelle le nouveau transporteur sera disponible.'; $_LANGADM['AdminCarriers56ada2d436a44219fb318b8247aa89ca'] = 'Largeur maximum du paquet :'; $_LANGADM['AdminCarriers590f6d9a5885f042982c9a911f76abda'] = 'Comportement par défaut'; -$_LANGADM['AdminCarriers5a6be1d318498dbe8d864130fd5ad97e'] = 'Remplissez les champs et cliquez sur \"Enregistrer\".'; +$_LANGADM['AdminCarriers354dd8819e93a1d7dbcf7029b5fcd2ff'] = 'Remplissez les champs et cliquez sur \"Enregistrer\".'; $_LANGADM['AdminCarriers5e5f0a863cd129317037e3def37b4097'] = 'Société :'; $_LANGADM['AdminCarriers5f2b3818a8226aa853fc45c83783b12d'] = 'Taxe :'; $_LANGADM['AdminCarriers6f9d01a14011f05fffe48559583fc609'] = 'Tri par défaut des transporteurs :'; $_LANGADM['AdminCarriers6fc6e3db51399bfdc0783c55413a9267'] = 'Hauteur maximum du paquet :'; -$_LANGADM['AdminCarriers705eeba3d66b6fc9bd2cd37a98fee1b9'] = 'Profondeur maximum géré par ce transporteur. Mettre à \"0\" ou laisser vide pour ignorer ce champ.'; +$_LANGADM['AdminCarrierscdb0315e9c0b099d8c2798f911a6e4f4'] = 'Profondeur maximum géré par ce transporteur. Mettre à \"0\" ou laisser vide pour ignorer ce champ.'; $_LANGADM['AdminCarriers7475ec0d41372a307c497acb7eeea8c4'] = 'Aucune taxe'; $_LANGADM['AdminCarriers785bc8b603d21f69f55e495d7efd6923'] = 'Ordre par défaut des transporteurs :'; $_LANGADM['AdminCarriers80ac9c802ce4d76982ab5a2e5a54b8bc'] = 'Transporteur par défaut :'; @@ -359,17 +359,17 @@ $_LANGADM['AdminCarrierse118ab2d90a7fc8dc54d9b5d10a1edb3'] = 'Appliquer les frai $_LANGADM['AdminCarrierse25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?'; $_LANGADM['AdminCarrierse3cf5ac19407b1a62c6fccaff675a53b'] = 'Décroissant'; $_LANGADM['AdminCarrierse3d29a6f3d7588301aa04429e686b260'] = 'En fonction du prix total'; -$_LANGADM['AdminCarrierse43254cb5767508e3a6eee99946b4a9a'] = 'Hauteur maximum gérée par ce transporteur. Mettre à \"0\" ou laisser vide pour ignorer ce champ.'; +$_LANGADM['AdminCarriersb68873c52ddd233a702bbc93d76d2387'] = 'Hauteur maximum gérée par ce transporteur. Mettre à \"0\" ou laisser vide pour ignorer ce champ.'; $_LANGADM['AdminCarrierse6e42855066e7a3ae050b2c698021b14'] = 'Zone :'; $_LANGADM['AdminCarrierse7ee1cd1aabd8efc05494dd9e11e3598'] = 'Comment créer un nouveau transporteur ?'; $_LANGADM['AdminCarrierse81c4e4f2b7b93b481e13a8553c2ae1b'] = 'ou'; $_LANGADM['AdminCarriersec53a8c4f07baed5d8825072c89799be'] = 'État'; -$_LANGADM['AdminCarrierseedb9bfaa544e24939830689fe7287da'] = 'Quand vous avez terminé, cliquez sur \"Enregistrer\".'; +$_LANGADM['AdminCarriers9d5b8360a1232c6d3e5e005eff4a7131'] = 'Quand vous avez terminé, cliquez sur \"Enregistrer\".'; $_LANGADM['AdminCarriersf16b5952df8d25ea30b25ff95ee8fedf'] = 'Boutique associée :'; $_LANGADM['AdminCarriersf289cb04fe17bd0217f60ca5aea68b81'] = 'Sélectionnez le nom du transporteur et choisissez la tranche de prix ou la tranche de poids.'; $_LANGADM['AdminCarriersf82af991e480a159858267428be38252'] = 'URL pour le suivi des colis ; placez le caractère \"@\" là où la référence doit apparaître.'; $_LANGADM['AdminCarriersfc6079c7e378eab769f53d44a0d2a59f'] = 'Comportement à adopter lorsqu\\\'aucune tranche n\'est trouvée (exemple : le poids total du panier d\'un client est supérieur à la tranche la plus élevée que vous ayez définie)'; -$_LANGADM['AdminCarriersff28525c374c4e4d10cdca274d462828'] = 'Dans l\'onglet \"Transport\", cliquez sur \"Tranches de prix\" ou \"Tranches de poids\".'; +$_LANGADM['AdminCarriers7f60542118c84d0f91e9986af7e12688'] = 'Dans l\'onglet \"Transport\", cliquez sur \"Tranches de prix\" ou \"Tranches de poids\".'; $_LANGADM['AdminCartRules009684607fdf08a46ce7bb9f0a342b99'] = 'Les produits correspondent à l\'un de ces critères'; $_LANGADM['AdminCartRules00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé'; $_LANGADM['AdminCartRules01b6e20344b68835c5ed1ddedf20d531'] = 'au'; @@ -426,7 +426,7 @@ $_LANGADM['AdminCartRules9ea67be453eaccf020697b4654fc021a'] = 'Enregistrer et re $_LANGADM['AdminCartRules9f6e99bdd4184b83dc478d0ab1b4cbf7'] = 'Montant minimum'; $_LANGADM['AdminCartRulesa5a08c71d0992427cfd8815ebc8f6152'] = 'Boutiques sélectionnées'; $_LANGADM['AdminCartRulesa6fe6d1a739e16b0f691c6f3730b78ae'] = 'Paiement : Règles Panier'; -$_LANGADM['AdminCartRulesae0e493feee61cd53eaefea6fe682f5a'] = 'Les règles s\'appliquent au panier par ordre de priorité. Une règle avec une priorité de 1 sera exécutée avant une règle avec une priorité de 2.'; +$_LANGADM['AdminCartRulescfc958b9b25cc1ae0033802dc7e9bc0c'] = 'Les règles s\'appliquent au panier par ordre de priorité. Une règle avec une priorité de 1 sera exécutée avant une règle avec une priorité de 2.'; $_LANGADM['AdminCartRulesaf1b98adf7f686b84cd0b443e022b7a0'] = 'Catégories'; $_LANGADM['AdminCartRulesb07cc2801693b2e722906a3db3d9c447'] = 'Validité'; $_LANGADM['AdminCartRulesb2f40690858b404ed10e62bdf422c704'] = 'Montant'; @@ -609,7 +609,7 @@ $_LANGADM['AdminContacts76e1a2d01fd855aa7f2df99e2be260c5'] = 'L\'e-mail sera env $_LANGADM['AdminContacts8b5dd64ab8d0b8158906796b53a200e2'] = 'Adresse e-mail :'; $_LANGADM['AdminContacts9aa698f602b1e5694855cee73a683488'] = 'Contacts'; $_LANGADM['AdminContactsa4cd3191fdeea29906a113c78d4c0e26'] = 'Enregistrer dans le Service Client ?'; -$_LANGADM['AdminContactsa91ffa938016b20d6a79607acda96c2c'] = 'Ce message sera enregistré dans l\'onglet SAV'; +$_LANGADM['AdminContactsfca1f01db55feb7e6c92c4a7914ef990'] = 'Ce message sera enregistré dans l\'onglet SAV'; $_LANGADM['AdminContactsb5a7adde1af5c87d7fd797b6245c2a39'] = 'Informations complémentaires :'; $_LANGADM['AdminContactsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminContactsb78a3223503896721cca1303f776159b'] = 'Nom'; @@ -733,7 +733,7 @@ $_LANGADM['AdminCountriesa19ef0b0d61c6410b0c930f7164d5870'] = 'Utiliser une mise $_LANGADM['AdminCountriesa4a61fd17fd3f75cdddb53a1404d2ba4'] = 'Utiliser ma dernière modification'; $_LANGADM['AdminCountriesa4f164d8b1b72c87b8ce558827bcd423'] = 'Devise par défaut de la boutique'; $_LANGADM['AdminCountriesad68f9bafd9bf2dcf3865dac55662fd5'] = 'Code ISO'; -$_LANGADM['AdminCountriesaf569e628eac7e43e1ebcdb25d9ee563'] = 'Afficher le label de la taxe :'; +$_LANGADM['AdminCountries9ab2543a36733fd60966154c1eef05ef'] = 'Afficher le label de la taxe :'; $_LANGADM['AdminCountriesb1552d7eb6457f287779ccfd7919edd5'] = 'Code ISO sur 2 ou 3 lettres, ex. : FR pour la France'; $_LANGADM['AdminCountriesb3ff996fe5c77610359114835baf9b38'] = 'Zone'; $_LANGADM['AdminCountriesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; @@ -792,7 +792,7 @@ $_LANGADM['AdminCurrenciese56ae57c96eef5ece7a59c47776a775a'] = 'en dollars'; $_LANGADM['AdminCurrenciesf16b5952df8d25ea30b25ff95ee8fedf'] = 'Boutique associée :'; $_LANGADM['AdminCurrenciesf6536046d7af41c3f3975868d6963179'] = 'Mise à jour des taux de change'; $_LANGADM['AdminCustomerPreferences0db377921f4ce762c62526131097968f'] = 'Général'; -$_LANGADM['AdminCustomerPreferences35f923015071c973ae792cf47f757b67'] = 'L\'option \"Création de compte seulement\" permet au client de s\'enregistrer plus vite et de n\'enregistrer son adresse que plus tard.'; +$_LANGADM['AdminCustomerPreferences26e5002f029295754912e08802738202'] = 'L\'option \"Création de compte seulement\" permet au client de s\'enregistrer plus vite et de n\'enregistrer son adresse que plus tard.'; $_LANGADM['AdminCustomerPreferences640fd0cc0ffa0316ae087652871f4486'] = 'minutes'; $_LANGADM['AdminCustomerPreferences67458556ae94f00252a3a6851136e618'] = 'Active ou désactive le mode B2B. Lorsque cette option est active, plusieurs fonctionnalités B2B deviennent disponibles.'; $_LANGADM['AdminCustomerPreferences6d1b3d500b8a7cbaeb62b0643ee57c7c'] = 'Regénération du mot de passe :'; @@ -827,7 +827,7 @@ $_LANGADM['AdminCustomerThreads385b0ac7763680e5768f3e5e866910da'] = 'Envoyé le $_LANGADM['AdminCustomerThreads3d49ea2e92edbb4219d39256794525d9'] = 'Envoyer ma réponse'; $_LANGADM['AdminCustomerThreads41de6d6cfb8953c021bbe4ba0701c8a1'] = 'Messages'; $_LANGADM['AdminCustomerThreads42ff79fde8fc930db50949b4f700c661'] = 'Transférer cette discussion à l\'employé :'; -$_LANGADM['AdminCustomerThreads43caa363695b502bcaef3e4d07d84c23'] = 'Marquer ce message comme \"en attente 2\" (sera répondu plus tard)'; +$_LANGADM['AdminCustomerThreadsd1ff615eaf1187f7de79a8a5aaf4f3ad'] = 'Marquer ce message comme \"en attente 2\" (sera répondu plus tard)'; $_LANGADM['AdminCustomerThreads44749712dbec183e983dcd78a7736c41'] = 'Date'; $_LANGADM['AdminCustomerThreads46a2a41cc6e552044816a2d04634545d'] = 'État'; $_LANGADM['AdminCustomerThreads47a0be8d1015d526a1fbaa56c3102135'] = 'Sujet :'; @@ -845,7 +845,7 @@ $_LANGADM['AdminCustomerThreads694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantité'; $_LANGADM['AdminCustomerThreads6d88865acb8658a92b188e47ba03906d'] = 'Pas de nouveau message'; $_LANGADM['AdminCustomerThreads6ea44a862cda99d0e0cfea758ebf9ab6'] = 'Utilise Secure Socket Layer pour crypter la session'; $_LANGADM['AdminCustomerThreads6fe76eb16b53e5008f51db59a7dae7b3'] = 'Voir fichier'; -$_LANGADM['AdminCustomerThreads706fded9f81c95391fe697b068eaf591'] = 'Marquer ce message comme \"en attente 1\" (sera répondu plus tard)'; +$_LANGADM['AdminCustomerThreadse614eee3fb7678c15a0b99d52a0fa510'] = 'Marquer ce message comme \"en attente 1\" (sera répondu plus tard)'; $_LANGADM['AdminCustomerThreads70e7ab74282fb27b8c100e017b037135'] = 'En attente 1'; $_LANGADM['AdminCustomerThreads7442e29d7d53e549b78d93c46b8cdcfc'] = 'Commandes'; $_LANGADM['AdminCustomerThreads75f824176daa78be56811178070a3bc3'] = 'Ne pas utiliser rsh ou ssh pour établir une session de pré-identification IMAP'; @@ -1077,7 +1077,7 @@ $_LANGADM['AdminEmployees8b5dd64ab8d0b8158906796b53a200e2'] = 'Adresse e-mail'; $_LANGADM['AdminEmployees8c1366417a01cb8445c5420e250c3100'] = 'Temps minimum avant de pouvoir redemander un nouveau mot de passe'; $_LANGADM['AdminEmployees8d3f5eff9c40ee315d452392bed5309b'] = 'Nom'; $_LANGADM['AdminEmployees93cba07454f06a4a960172bbd6e2a435'] = 'Oui'; -$_LANGADM['AdminEmployees9754484e0d9543e66f5ceeff7b4459f5'] = 'Largeur du back-office en pixels. La valeur \"0\" signifie que la largeur sera flexible.'; +$_LANGADM['AdminEmployees0f320548785fd088a8549dc85d2d2a36'] = 'Largeur du back-office en pixels. La valeur \"0\" signifie que la largeur sera flexible.'; $_LANGADM['AdminEmployees98a7eaf59a8879c97d1f1577c9e730c4'] = 'L\'arrière-plan du back-office utilisera de cette couleur. Couleurs HTML uniquement (ex. :'; $_LANGADM['AdminEmployees9fbf3617c6172a75648e9ac0a864bb56'] = 'Profil :'; $_LANGADM['AdminEmployeesa1918295eb0f2da649e1dc3b3ad82507'] = 'Mémorisation de la langue par défaut :'; @@ -1124,7 +1124,7 @@ $_LANGADM['AdminFeaturesd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la séle $_LANGADM['AdminFeaturesd6ae681fcd58f1e1936ca97da36528ff'] = 'Ajouter une nouvelle caractéristique'; $_LANGADM['AdminFeaturese25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?'; $_LANGADM['AdminGenders019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Sexe'; -$_LANGADM['AdminGenders45435042b1abfdece44b89cd7dda39f4'] = 'Largeur de l\'image en pixels. \"0\" pour utiliser la taille originale'; +$_LANGADM['AdminGenders01cb76c107ae76224c0efb9903fcfa23'] = 'Largeur de l\'image en pixels. \"0\" pour utiliser la taille originale'; $_LANGADM['AdminGenders461900b74731e07320ca79366df3e809'] = 'Image :'; $_LANGADM['AdminGenders49ee3087348e8d44e1feda1917443987'] = 'Nom'; $_LANGADM['AdminGenders4e140ba723a03baa6948340bf90e2ef6'] = 'Nom :'; @@ -1141,7 +1141,7 @@ $_LANGADM['AdminGendersd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélec $_LANGADM['AdminGenderse25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?'; $_LANGADM['AdminGenderse659b52eba1f0299b2d8ca3483919e72'] = 'Type :'; $_LANGADM['AdminGenderse9bb5320b3890b6747c91b5a71ae5a01'] = 'Neutre'; -$_LANGADM['AdminGendersfdc07b3125083290e8457406c496cc18'] = 'Hauteur de l\'image en pixels. \"0\" pour utiliser la taille originale'; +$_LANGADM['AdminGendersfc62c6bd3375fd0a168a68cdedc42c77'] = 'Hauteur de l\'image en pixels. \"0\" pour utiliser la taille originale'; $_LANGADM['AdminGeolocation17812004136cffbd9c55b624f8d21557'] = 'Les fonctionnalités suivantes ne sont disponibles que si vous activez la fonctionnalité de géolocalisation par IP.'; $_LANGADM['AdminGeolocation2eef60563335b16d4a98900298fe7841'] = 'Comportement de la géolocalisation pour les pays restreints :'; $_LANGADM['AdminGeolocation3c29cdd006ea897dfce69a894179ab00'] = 'Les visiteurs peuvent voir votre catalogue mais ne peuvent pas passer de commande'; @@ -1322,7 +1322,7 @@ $_LANGADM['AdminImages32465c25dfecca0db61214b9af3bd9f1'] = 'Taille maximum des i $_LANGADM['AdminImages32954654ac8fe66a1d09be19001de2d4'] = 'Largeur'; $_LANGADM['AdminImages36c168b82084d255b50c6f2e118e6d86'] = 'Largeur image produit :'; $_LANGADM['AdminImages38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer'; -$_LANGADM['AdminImages3baf8e3784c7b02806a57944ebaf0ce9'] = ' et passez l\'option \"Utiliser l\'ancien système de stockage d\'images\" à NON.'; +$_LANGADM['AdminImagesb24d6b571a5b4b1f75018732cbd76a03'] = ' et passez l\'option \"Utiliser l\'ancien système de stockage d\'images\" à NON.'; $_LANGADM['AdminImages3bfa8daa236ed8bde7eb2179e8ee9765'] = 'Attention ! Les miniatures générées manuellement seront automatiquement remplacées par la génération automatique.'; $_LANGADM['AdminImages42ceb344b0aaf896b362b0db70b46f98'] = 'Qualité d\'image'; $_LANGADM['AdminImages479af7065358739ed0b4c062c40c3b75'] = 'Ce type sera appliqué aux images de fournisseurs'; @@ -1341,7 +1341,7 @@ $_LANGADM['AdminImages8c38776925f7cf41c090646a43157024'] = 'Catégories :'; $_LANGADM['AdminImages8e6cd17ee7b35531b7c17c1e1edeb548'] = 'Regénère les miniatures pour tous les produits et catégories'; $_LANGADM['AdminImages9df22f196a33acd0b372fe502de51211'] = 'auto'; $_LANGADM['AdminImagesa00e46e856e637f8fd077b4fd710c9e2'] = 'Fournisseurs :'; -$_LANGADM['AdminImagesa0fe86106d8f2c39ab907ed9890c5a4b'] = 'Vous pouvez aussi décider de déplacer vos images vers le nouveau système de stockage : dans ce cas, cliquez sur le bouton \"Déplacer les images\" ci-dessous. Le processus peut prendre quelques minutes, merci pour votre patience.'; +$_LANGADM['AdminImages81240b16d52b99dd1d46d0d664cb3348'] = 'Vous pouvez aussi décider de déplacer vos images vers le nouveau système de stockage : dans ce cas, cliquez sur le bouton \"Déplacer les images\" ci-dessous. Le processus peut prendre quelques minutes, merci pour votre patience.'; $_LANGADM['AdminImagesaf1b98adf7f686b84cd0b443e022b7a0'] = 'Catégories'; $_LANGADM['AdminImagesb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Toutes'; $_LANGADM['AdminImagesb435e227d5dd201e1768b2bcb2e0aa81'] = 'hauteur'; @@ -1352,13 +1352,13 @@ $_LANGADM['AdminImagesb73770b303fc0f331eee23ad7add197c'] = 'Va de 0 (plus faible $_LANGADM['AdminImagesb977efc4260aa66a13e49a96a2769ed9'] = 'Ce type sera appliqué aux images des magasins'; $_LANGADM['AdminImagesb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé'; $_LANGADM['AdminImagesbb34f602e45a9fbcb2cdfee7a48673fc'] = 'Scènes'; -$_LANGADM['AdminImagesbe91c4ccc324f4af75adf11191e5a573'] = 'PrestaShop a détecté que votre configuration serveur n\'est pas compatible avec le nouveau système de stockage d\'images (la directive \"safe_mode\" est activée). Vous devriez continuer à utiliser le système actuel.'; +$_LANGADM['AdminImages25128170c81bb01ab321435f0159f06c'] = 'PrestaShop a détecté que votre configuration serveur n\'est pas compatible avec le nouveau système de stockage d\'images (la directive \"safe_mode\" est activée). Vous devriez continuer à utiliser le système actuel.'; $_LANGADM['AdminImagesc2fc3eea4a3f9c52e7acbdb113b171b7'] = 'Largeur maximale en pixels'; $_LANGADM['AdminImagesc4d833424eba2cd43c9327d4943dc61f'] = 'Image générée par :'; $_LANGADM['AdminImagesc5e26b2211d5ecbbeac96ea6e1cbb7c2'] = 'Qualité PNG'; $_LANGADM['AdminImagesc74631a03e7deaee7df23f66f8d3e66d'] = 'PrestaShop utilise un nouveau système de stockage des images produits. Ce système offre de meilleures performances si votre boutique a un très grand nombre de produits.'; $_LANGADM['AdminImagesc9c4e9c1a92d9b15e0cdefc7ddb1bbd5'] = 'La largeur maximum des images envoyées par les clients (en pixels)'; -$_LANGADM['AdminImagesca20b5c51774d27fa08379fd098d4154'] = 'ATTENTION : Cette fonctionnalité peut ne pas être compatible avec votre thème ou avec certains modules. En particulier, le mode PNG n\'est pas compatible avec le module Filigrane. En cas de problème, désactivez cette fonctionnalité en sélectionnant \"Utiliser le JPEG\".'; +$_LANGADM['AdminImagesaa1f7d7328e9e7e730dc09ae4a3b0d49'] = 'ATTENTION : Cette fonctionnalité peut ne pas être compatible avec votre thème ou avec certains modules. En particulier, le mode PNG n\'est pas compatible avec le module Filigrane. En cas de problème, désactivez cette fonctionnalité en sélectionnant \"Utiliser le JPEG\".'; $_LANGADM['AdminImagescb2f901ceed5c3365d056794a1b5047f'] = 'Si vous faites une modification, n\'oubliez pas de regénérer les images'; $_LANGADM['AdminImagescd44fbac53481034ac90430dfe6d40c5'] = 'Ce type sera appliqué aux images des produits'; $_LANGADM['AdminImagescdb7cf7699ae1a3a9e4652575caaa4ea'] = 'Ce type sera appliqué aux images des marques'; @@ -1573,17 +1573,17 @@ $_LANGADM['AdminInformation3685800496ee1d4fd5cc25d805589f0e'] = 'Méthode d\'env $_LANGADM['AdminInformation37d00f4554dc3c0baeb34a9c22d787d9'] = 'URL de votre boutique'; $_LANGADM['AdminInformation3aea774cdcd8f2c45549f10758a71323'] = 'Informations sur votre boutique'; $_LANGADM['AdminInformation3cffa2fabd5519beaf4c2fbd0610899b'] = 'Mot de passe SMTP'; -$_LANGADM['AdminInformation44c78330c6b365bcee59405b4f88d94d'] = 'Définir les droits d\'écriture sur le dossier /cache/'; +$_LANGADM['AdminInformation5aee699c85029259138e7139250597dd'] = 'Définir les droits d\'écriture sur le dossier /cache/'; $_LANGADM['AdminInformation4d072ebc863b7d6bb7ff58721352309b'] = 'Informations'; $_LANGADM['AdminInformation4e37aa2987c0876f7f7b2104927df1a1'] = 'Informations sur la configuration mail'; -$_LANGADM['AdminInformation524a9f5c9f20cd5024d73bf192c0cc50'] = 'le dossier /lang/ et ses sous-dossiers en récursif'; +$_LANGADM['AdminInformation6ceee5b505456f5f28a0a1fd774aeb7a'] = 'le dossier /lang/ et ses sous-dossiers en récursif'; $_LANGADM['AdminInformation5940311be5a969eddb7b0a91379f7b93'] = 'Configurer votre serveur afin d\'autoriser la création de nouveaux dossiers et fichiers'; $_LANGADM['AdminInformation60aaf44d4b562252c04db7f98497e9aa'] = 'Port'; -$_LANGADM['AdminInformation60bd8c8ebe67c7666904a2e40b9e7c3c'] = 'Définir les droits d\'écriture en récursif sur le dossier /translations/'; -$_LANGADM['AdminInformation6702ea0825a224c74b6e603431e9ffcf'] = 'Définir les droits d\'écriture sur le fichier sitemap.xml'; -$_LANGADM['AdminInformation6b76bd1fc0b35bfa4f81a6530eb54ef2'] = 'Définir les droits d\'écriture en récursif sur le dossier /modules/'; -$_LANGADM['AdminInformation6fa93d75334f4a5546f48206697569af'] = 'Définir les droits d\'écriture en récursif sur le dossier /upload/'; -$_LANGADM['AdminInformation756da18bc2f8fca15684f3d9c196de29'] = 'Définissez l\'option PHP \"register_global\" à \"Off\"'; +$_LANGADM['AdminInformation588dc01a839de9de836d3be68e0eaab9'] = 'Définir les droits d\'écriture en récursif sur le dossier /translations/'; +$_LANGADM['AdminInformation316994141aec9fc254bf6a2e785745b7'] = 'Définir les droits d\'écriture sur le fichier sitemap.xml'; +$_LANGADM['AdminInformation320b41c4cfb53565eef277e3569900dc'] = 'Définir les droits d\'écriture en récursif sur le dossier /modules/'; +$_LANGADM['AdminInformationbcd9fe1c23aca4ef62fe6b6297f76e23'] = 'Définir les droits d\'écriture en récursif sur le dossier /upload/'; +$_LANGADM['AdminInformationf21a362c5410a99d08ae6f2a7f1ce8db'] = 'Définissez l\'option PHP \"register_global\" à \"Off\"'; $_LANGADM['AdminInformation784ce68f8908aa9b37867397bfcdbebf'] = 'Moteur MySQL'; $_LANGADM['AdminInformation7d30d49dcf91d103c59496aafc4e3187'] = 'Informations sur votre serveur'; $_LANGADM['AdminInformation8746097684bc64be8b7eff424c4debdb'] = 'Vos informations'; @@ -1591,14 +1591,14 @@ $_LANGADM['AdminInformation8a60cbf6cea747f46887f9e014811442'] = 'Des changements $_LANGADM['AdminInformation8eb2ccdf1b2566fb1ce7fe1545dadbe1'] = 'Préfixe des tables'; $_LANGADM['AdminInformation96bc66f31a0970a5ba9850d61e9ecd4c'] = 'Aucun changement n\'a été détecté sur vos fichiers'; $_LANGADM['AdminInformation9a7d9391be763fe9cb3985176076d8c8'] = 'Activez le support de MySQL sur votre serveur'; -$_LANGADM['AdminInformationa0599264d6bbd4b6f1ed53b6c07bf23d'] = 'Définir les droits d\'écriture en récursif sur le dossier /download/'; -$_LANGADM['AdminInformationa06dae1f2f24b994ec59c82c91c1c9f8'] = 'Définir les droits d\'écriture sur le dossier /themes/'; +$_LANGADM['AdminInformation28482f590ac3360f758a6256c835d6b7'] = 'Définir les droits d\'écriture en récursif sur le dossier /download/'; +$_LANGADM['AdminInformatione923a8aa993c85f2cda7c331fc029a08'] = 'Définir les droits d\'écriture sur le dossier /themes/'; $_LANGADM['AdminInformationa2db667abfde7a08ee094d460102f268'] = 'Fichiers manquants'; $_LANGADM['AdminInformationaf3e294442744e49788883caffaeaf19'] = 'Mettez à jour votre version de PHP'; $_LANGADM['AdminInformationb026bd8990ad9b263ff41f5964114084'] = 'Activez l\'option PHP \"allow_url_fopen\" sur votre serveur'; -$_LANGADM['AdminInformationb1d6d4c0b41971ab27ede012f0cbb24e'] = 'Définir les droits d\'écriture sur le dossier /config/'; +$_LANGADM['AdminInformationc56e6f7b84808572a3d273a8e3768628'] = 'Définir les droits d\'écriture sur le dossier /config/'; $_LANGADM['AdminInformationb21ff650ff2c71e4da3512b23e699543'] = 'Nom du thème utilisé'; -$_LANGADM['AdminInformationb4eaeaa591280715f4895aeffcc1ef85'] = 'Définir les droits d\'écriture en récursif sur le dossier /img/'; +$_LANGADM['AdminInformation5d3a086d330d489480098fc6f0ce6054'] = 'Définir les droits d\'écriture en récursif sur le dossier /img/'; $_LANGADM['AdminInformationb5871613cbf4ab8b21d528ff2576fcbf'] = 'Fichiers modifiés'; $_LANGADM['AdminInformationbdd48fb41b9d0a4a1051fa22a87eb5a2'] = 'Serveur SMTP'; $_LANGADM['AdminInformationc4e9522d7b3c8c652f7f0333ff436eec'] = 'Défini'; @@ -1615,7 +1615,7 @@ $_LANGADM['AdminInformationf52e50f86515ab9ff75a5950025692d1'] = 'Version de MySQ $_LANGADM['AdminInformationf882852afa750c241cdb951bc52539fd'] = 'Vous utilisez la fonction mail() de PHP'; $_LANGADM['AdminInformationf8b1369a8e9d90da0cae0b11049309af'] = 'Non défini'; $_LANGADM['AdminInformationfa374422dcbc5f017b5ecbc93355e02e'] = 'Version de PHP'; -$_LANGADM['AdminInformationfbd32b9daac30c58f713f6d1a86d4624'] = 'Définir les droits d\'écriture en récursif sur le dossier /mails/'; +$_LANGADM['AdminInformation8082c536bab5a2196f9f376b6405cb89'] = 'Définir les droits d\'écriture en récursif sur le dossier /mails/'; $_LANGADM['AdminInformationfc0eeb8415aed39a9d3624c7fc2fe47c'] = 'Module PageSpeed pour Apache installé (mod_instaweb)'; $_LANGADM['AdminInvoices0092e1e74b5d85c19310a79c07fd4e96'] = 'Utiliser le cache disque pour les factures PDF'; $_LANGADM['AdminInvoices1b107c8f50c81b4b3497765849934a1c'] = 'Options des factures'; @@ -1634,7 +1634,7 @@ $_LANGADM['AdminInvoices5a2a90ee2bd7b7780591f198372646b0'] = 'Format : 2007-12-3 $_LANGADM['AdminInvoices77ba9aa9a87226e82948295b25b9bc6c'] = 'Vous pouvez aussi exporter les commandes qui n\'ont pas encore été payées'; $_LANGADM['AdminInvoices832d6a06e91e49828a89fb1ca4651d37'] = 'Préfixe :'; $_LANGADM['AdminInvoices8c01116d75287fc58b01ad3247e54342'] = 'États :'; -$_LANGADM['AdminInvoices90a840f451c45761a4f9ee2d605379e6'] = 'Date de début invalide'; +$_LANGADM['AdminInvoicesc02f621e780c85a3849cd9aed6c8df63'] = 'Date de début invalide'; $_LANGADM['AdminInvoices99836f130b5bbf07dc34028586749d3a'] = 'Vous devez sélectionner au moins un état de commande'; $_LANGADM['AdminInvoices9a0a4f0869ab12a21407047290750e7a'] = 'Par date'; $_LANGADM['AdminInvoices9a572188372df6be754991fd8f080f16'] = 'Aucune facture trouvée pour ces états'; @@ -1645,7 +1645,7 @@ $_LANGADM['AdminInvoicescff972b8880cbbf6753afb2706b43fc8'] = 'Ce texte apparaît $_LANGADM['AdminInvoicesd07d0f209cc31af1d743ea84d572c77a'] = 'La prochaine facture commencera à ce numéro, qui augmentera à chaque nouvelle facture. Mettez un zéro si vous souhaitez conservez le numéro actuel (n°'; $_LANGADM['AdminInvoicesdb2d9ca9b008f4cdb2c5902adaa84fdc'] = 'Numéro facture :'; $_LANGADM['AdminInvoicesf656df13e364342b00d7cf56077352fe'] = 'Activer ou désactiver la prise en charge des factures'; -$_LANGADM['AdminInvoicesf7a134157898f1512fb9ee03967a0e18'] = 'Date de fin invalide'; +$_LANGADM['AdminInvoices93316686870442e4e5b69a37d7558d8b'] = 'Date de fin invalide'; $_LANGADM['AdminInvoicesfb732799ccfead77b8dc182083671722'] = 'Modèle de facture :'; $_LANGADM['AdminLanguages00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé'; $_LANGADM['AdminLanguages01a3b3d8af14e844c49a3a5acc870c6b'] = 'Code langue :'; @@ -1656,7 +1656,7 @@ $_LANGADM['AdminLanguages104f1a7d59077b514d4105fcee0e42ff'] = 'Format de date :' $_LANGADM['AdminLanguages14828817dac9b8636a1341b4fb0155d9'] = 'Code langue complet (ex. : en-us, pt-br)'; $_LANGADM['AdminLanguages24a23d787190f2c4812ff9ab11847a72'] = 'État :'; $_LANGADM['AdminLanguages3253758a8726c828bbbdc0cc8de30410'] = 'Format de date (complet) :'; -$_LANGADM['AdminLanguages347fbd8d80cc2290346433d9ed42a804'] = 'Image \"Aucune image\" :'; +$_LANGADM['AdminLanguages70212b3d97d23361e0ec0bc567d7ea30'] = 'Image \"Aucune image\" :'; $_LANGADM['AdminLanguages38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer'; $_LANGADM['AdminLanguages3a08e2e340ab29fd9263af48193cbf8e'] = 'Langues'; $_LANGADM['AdminLanguages3af4c1797da60fd50670ddbb669fc0aa'] = 'Code ISO :'; @@ -1674,7 +1674,7 @@ $_LANGADM['AdminLanguages6ca38c60dc2544d36428b74669fd9f56'] = 'Fichiers d\'e-mai $_LANGADM['AdminLanguages6ed8662bd9b7b3f59b193010be0c0f4a'] = 'Vérifie si un pack de langue est disponible pour ce code ISO...'; $_LANGADM['AdminLanguages6ef752096440c27a7cfcde751ead469f'] = 'Code ISO sur 2 lettres (ex. : fr, en, de)'; $_LANGADM['AdminLanguages7611f87dfdce47d6b78d6c322dd47202'] = 'Mauvais code ISO, ou pack de langue non disponible'; -$_LANGADM['AdminLanguages799eeb04399e1d47ab50c73e97b80f56'] = '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 l\'onglet \"Localisation\", sous-onglet \"Traductions\".'; $_LANGADM['AdminLanguages801ab24683a4a8c433c6eb40c48bcd9d'] = 'Télécharger'; $_LANGADM['AdminLanguages8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo'; $_LANGADM['AdminLanguagesa29344822fcd61ea617ac95e0d434a08'] = '(expérimental : votre thème doit être compatible avec ce type de langue)'; @@ -1696,7 +1696,7 @@ $_LANGADM['AdminLanguagesd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sél $_LANGADM['AdminLanguagese25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?'; $_LANGADM['AdminLanguagese59a41e120686e63cbb743f003bea4e6'] = 'Code langue'; $_LANGADM['AdminLanguagesf16b5952df8d25ea30b25ff95ee8fedf'] = 'Boutique associée :'; -$_LANGADM['AdminLanguagesf32a3586c0365ecb97542e073c8447a6'] = 'Image affichée lorsqu\'aucune image n\'est disponible'; +$_LANGADM['AdminLanguages2426cdf3330e330b60bb7004015207ba'] = 'Image affichée lorsqu\'aucune image n\'est disponible'; $_LANGADM['AdminLanguagesfe58ac926b75e2f3118317da126187d5'] = 'Vous ne pouvez pas supprimer la langue anglaise car elle est nécessaire au fonctionnement du système, vous pouvez seulement la désactiver.'; $_LANGADM['AdminLocalization0476ce8e135db0321be919d9aa4426b9'] = 'Pays par défaut utilisé dans la boutique'; $_LANGADM['AdminLocalization0a00aa8a4fde06c5e498e7272ccde745'] = 'Si vous changez la monnaie par défaut, vous devrez modifier manuellement le prix de chaque produit.'; @@ -1752,7 +1752,7 @@ $_LANGADM['AdminLogincb5e100e5a9a3e7f6d1fd97512215282'] = 'erreur'; $_LANGADM['AdminLogs0610bbb9dba03bb8037e468534b65a1a'] = 'Type de l\'objet'; $_LANGADM['AdminLogs0eaadb4fcb48a0a0ed7bc9868be9fbaa'] = 'Avertissement'; $_LANGADM['AdminLogs2d7a39ee844a8ac84031dcd289630dd9'] = 'Problème majeur (erreur critique)'; -$_LANGADM['AdminLogs2f84b2bd309de0c1b42a78e1e0d9cc21'] = 'Mettre \"5\" si vous ne souhaitez pas recevoir d\'alertes par e-mail.'; +$_LANGADM['AdminLogse0c5d7b5d97317c7ff8fa722f28783b1'] = 'Mettre \"5\" si vous ne souhaitez pas recevoir d\'alertes par e-mail.'; $_LANGADM['AdminLogs3979bb684920e9e9dc86e266f93d8c87'] = 'Niveau de gravité'; $_LANGADM['AdminLogs44749712dbec183e983dcd78a7736c41'] = 'Date'; $_LANGADM['AdminLogs4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Message'; @@ -1840,7 +1840,7 @@ $_LANGADM['AdminManufacturersfc1858e766ad35ccd1e3aaa0766a7fea'] = 'Autres :'; $_LANGADM['AdminMeta08a551b84112995247355daf3b5d72ba'] = 'Route vers les fournisseurs'; $_LANGADM['AdminMeta0af89096135210f23a49637e3d9f3a60'] = 'Balises méta'; $_LANGADM['AdminMeta0d3ed57f8fd83cc2e9cf265a18663c0a'] = 'Format des liens'; -$_LANGADM['AdminMeta0f61744555e27f2685641594cb6fa061'] = 'Vous pouvez changer ici le format de vos liens. Il y a plusieurs mots-clés disponibles pour chaque route listée ci-dessous. Les mots-clés avec * sont obligatoires. Pour ajouter un mot-clé dans l\'URL, utilisez la syntaxe {motclé}. Vous pouvez ajouter du texte avant ou après le mot-clé, qui s\'affichera si le contenu du mot-clé n\'est pas vide, avec la syntaxe {avant:motclé:après}. Par exemple {-bonjour-:meta_title} ajoutera \"-bonjour-mon-titre\" dans l\'URL si la méta titre est remplie, autrement il n\'affichera rien. Les URL simplifiées et le module mod_rewrite d\'Apache doivent être activés sur votre serveur pour pouvoir utiliser cette option.'; +$_LANGADM['AdminMeta4c8b0de98df5c029863c90c4239003fb'] = 'Vous pouvez changer ici le format de vos liens. Il y a plusieurs mots-clés disponibles pour chaque route listée ci-dessous. Les mots-clés avec * sont obligatoires. Pour ajouter un mot-clé dans l\'URL, utilisez la syntaxe {motclé}. Vous pouvez ajouter du texte avant ou après le mot-clé, qui s\'affichera si le contenu du mot-clé n\'est pas vide, avec la syntaxe {avant:motclé:après}. Par exemple {-bonjour-:meta_title} ajoutera \"-bonjour-mon-titre\" dans l\'URL si la méta titre est remplie, autrement il n\'affichera rien. Les URL simplifiées et le module mod_rewrite d\'Apache doivent être activés sur votre serveur pour pouvoir utiliser cette option.'; $_LANGADM['AdminMeta1092637069f4ebf1bee2b02fd280888b'] = 'Route vers les catégories'; $_LANGADM['AdminMeta13f52e209a05e588d6966c38b5e1586b'] = 'Liste des mots-clés'; $_LANGADM['AdminMeta14caa3d50da16368a8f30b53a5b72aa4'] = 'Rediriger automatiquement vers l\'URL canonique'; @@ -1869,7 +1869,7 @@ $_LANGADM['AdminMeta93cba07454f06a4a960172bbd6e2a435'] = 'Oui'; $_LANGADM['AdminMeta9ca94e67feafa7c087ed70257d54ce53'] = 'Mots-clés : %s'; $_LANGADM['AdminMetaa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Méta description :'; $_LANGADM['AdminMetaacaa02ab1d800ce9a0b3df2e4ab8909a'] = 'Désactiver l\'option Apache MultiViews'; -$_LANGADM['AdminMetab46499bbf051e40b675dcd0b48c96e6e'] = 'Générez votre fichier \"robots.txt\" en cliquant sur le bouton suivant (cela écrasera votre fichier robots.txt actuel)'; +$_LANGADM['AdminMetafe358d16c495908eaff53cb8bc8f3352'] = 'Générez votre fichier \"robots.txt\" en cliquant sur le bouton suivant (cela écrasera votre fichier robots.txt actuel)'; $_LANGADM['AdminMetab718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminMetab78a3223503896721cca1303f776159b'] = 'Titre'; $_LANGADM['AdminMetab7e4848d64e66565d360a42e54fd1b3b'] = 'Une courte description'; @@ -1884,7 +1884,7 @@ $_LANGADM['AdminMetae25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les élémen $_LANGADM['AdminMetae40f09f13be4201a607dfec5169b3a26'] = 'Recommandé mais votre thème doit être conforme.'; $_LANGADM['AdminMetae67422bc0428fba3af157a4d4851d2b4'] = 'Titre de la page concernée'; $_LANGADM['AdminMetaecc07a3dfe83603a5aa2e4ae00bf92b8'] = 'créez un fichier vide robots.txt à la racine de votre site'; -$_LANGADM['AdminMetaeefcce535f4e78a721f0882e3c8090d6'] = 'Exemple : \"contacts\" pour http://maboutique.com/shop/contacts redirigera vers http://maboutique.com/shop/contact-form.php'; +$_LANGADM['AdminMeta2f00a8ca42b86bfcb39cdd34665a1386'] = 'Exemple : \"contacts\" pour http://maboutique.com/shop/contacts redirigera vers http://maboutique.com/shop/contact-form.php'; $_LANGADM['AdminMetaf7d367e5791685828ef2f3d6f2148484'] = 'Nom de la page concernée'; $_LANGADM['AdminModules0095a9fa74d1713e43e370a7d7846224'] = 'Export'; $_LANGADM['AdminModules00c3388449f7c4d73cc8c417d7d38554'] = 'Tous les modules'; @@ -1948,7 +1948,7 @@ $_LANGADM['AdminModules96e36efe70e72835ae51946e2650f9e7'] = 'Ajouter un nouveau $_LANGADM['AdminModules97d50b4e07a11a00e130af2bab36e71b'] = 'Identifiant Addons'; $_LANGADM['AdminModules98dd43dfae05b11befe1f140e0ec787a'] = 'Installé'; $_LANGADM['AdminModules9ad88037f3139ea9a992ad5d8cfd6a98'] = 'Facturation'; -$_LANGADM['AdminModules9ce81cf948b7325d53c64aa610851552'] = 'Cette action supprime définitivement le module sur votre serveur. Êtes-vous vraiment sûr ?'; +$_LANGADM['AdminModules85687c63fd82afbc21632f288e53a6e4'] = 'Cette action supprime définitivement le module sur votre serveur. Êtes-vous vraiment sûr ?'; $_LANGADM['AdminModulesPositions08a38277b0309070706f6652eeae9a53'] = 'Bas'; $_LANGADM['AdminModulesPositions0eb9b3af2e4a00837a1b1a854c9ea18c'] = 'modules'; $_LANGADM['AdminModulesPositions1063e38cb53d94d386f21227fcd84717'] = 'Supprimer'; @@ -2034,7 +2034,7 @@ $_LANGADM['AdminOrderPreferences59aad85b376259844b471a758908a3c1'] = 'Type de pr $_LANGADM['AdminOrderPreferences6adf97f83acf6453d4a6a4b1070f3754'] = 'Aucun'; $_LANGADM['AdminOrderPreferences6c9f73b6b5d16baa641cf8343348eb8d'] = 'Vous pouvez choisir le type de processus de command : standard (5 étapes, 5 pages) ou \"One Page Checkout\" (5 étapes au sein d\'une même page)'; $_LANGADM['AdminOrderPreferences6cda6c81a66d7faecf49e94a3b55e924'] = 'Choisissez la page CMS de conditions générales de vente'; -$_LANGADM['AdminOrderPreferences7cfd7cf36ecec767332685f5ee7c99a2'] = 'Permettre aux clients de fractionner leurs commandes. Une avec les produits \"en stock\", et une autre avec les autres produits. Cette option va transformer le panier des clients dans deux commandes.'; +$_LANGADM['AdminOrderPreferencesf5aec3fffaa728afbea122ca6dc5e036'] = 'Permettre aux clients de fractionner leurs commandes. Une avec les produits \"en stock\", et une autre avec les autres produits. Cette option va transformer le panier des clients dans deux commandes.'; $_LANGADM['AdminOrderPreferences9311ccba175a9f2fc72e7c6a3dfb6078'] = 'Fixe une taxe pour le prix de l\'emballage cadeau'; $_LANGADM['AdminOrderPreferences9d2f8578a64b498b2d164f7cc8e9086c'] = 'Montant total minimum requis pour valider une commande :'; $_LANGADM['AdminOrderPreferencesa2c3880e68cde73646da32ea19e17ab8'] = 'Autoriser l\'envoi multiple'; @@ -2121,7 +2121,7 @@ $_LANGADM['AdminOrders465d60b936c982d7b57674f30ba022d0'] = 'Produit'; $_LANGADM['AdminOrders466eadd40b3c10580e3ab4e8061161ce'] = 'Facture'; $_LANGADM['AdminOrders46ed6ee3f5867c037d5ac072a77240e3'] = 'Livraison :'; $_LANGADM['AdminOrders4800d00deaa0a28a18151d76feb858cb'] = 'Nouveau détail de facture'; -$_LANGADM['AdminOrders48db6de28bc281a065c2a053ae1094b6'] = 'Si vous ne sélectionnez pas \"Transporteur offert\", le coût normal du transporteur sera appliqué'; +$_LANGADM['AdminOrders8dbeff84ff37f5b38d4d36428fb7d193'] = 'Si vous ne sélectionnez pas \"Transporteur offert\", le coût normal du transporteur sera appliqué'; $_LANGADM['AdminOrders49ee3087348e8d44e1feda1917443987'] = 'Nom'; $_LANGADM['AdminOrders4ad439b4f7069964e258259e049fa90c'] = 'Remboursement standard'; $_LANGADM['AdminOrders4b6c6cda10a23d1bdc920f2e47e5f46f'] = 'Ajouter un produit'; @@ -2292,12 +2292,12 @@ $_LANGADM['AdminPPreferences08ed0bcf3c2ad0458a120a7b46fb11aa'] = 'Afficher les a $_LANGADM['AdminPPreferences10b4f4d58932f50c51a3d4152f1472a0'] = 'Ordre de tri par défaut pour la liste des produits'; $_LANGADM['AdminPPreferences14d14736f0cc7bbd49ee5dbc335d7f60'] = 'Taille maximale de la description courte'; $_LANGADM['AdminPPreferences1dbe7ce1ee1555b7f51f3681313cb614'] = 'Concerne uniquement la version non-Ajax du panier'; -$_LANGADM['AdminPPreferences2035505b6e703130e2225e96f8b0cbd8'] = 'Afficher le bouton \"ajouter au panier\" lorsque le produit a des attributs :'; +$_LANGADM['AdminPPreferences9b8bbcbf5a2788eb2d27b237413f7cd8'] = 'Afficher le bouton \"ajouter au panier\" lorsque le produit a des attributs :'; $_LANGADM['AdminPPreferences24c3ed033892f4548a23e4c50e8f6e7f'] = 'Le bouton \"Ajouter au panier\" est caché lorsque le produit est indisponible '; $_LANGADM['AdminPPreferences2593c7ce3ff937293feb1e61c152e551'] = 'caractères'; $_LANGADM['AdminPPreferences2724aaa50fa52662bc9b244cab7afcae'] = 'Nombre de produits par page. Valeur par défaut : 10'; $_LANGADM['AdminPPreferences290b7c47045d269e2ccfa69e6477acfe'] = 'Prix du produit'; -$_LANGADM['AdminPPreferences2c42c37020eb76843bfebf586d512a82'] = 'Afficher ou masquer le bouton \"Ajouter au panier\" sur les pages catégories des produits qui ont des attributs pour forcer les clients à voir le détail du produit.'; +$_LANGADM['AdminPPreferencesc7c54c4ed31886079cd525b60c8867c1'] = 'Afficher ou masquer le bouton \"Ajouter au panier\" sur les pages catégories des produits qui ont des attributs pour forcer les clients à voir le détail du produit.'; $_LANGADM['AdminPPreferences3cfcde53f39184634bc7b2344479fbc4'] = 'Position dans la catégorie'; $_LANGADM['AdminPPreferences4b8d849da50c8e72f839c5c7e1abfe95'] = 'page précédente'; $_LANGADM['AdminPPreferences576f8e8bd00e234b157d1b0d706b4193'] = 'Tri par défaut pour la liste des produits'; @@ -2352,7 +2352,7 @@ $_LANGADM['AdminPerformance010a6cb0eccdea35662ad711d443f2ec'] = 'Fonctionnalité $_LANGADM['AdminPerformance029c7c02d736e799563e65ab25824886'] = 'Serveur de média n°2 :'; $_LANGADM['AdminPerformance02d56cf7754ce16d7ce0193fbca7c90a'] = 'Cache'; $_LANGADM['AdminPerformance05894ba2c918dd33592bf1bd21c347f6'] = 'Memcached'; -$_LANGADM['AdminPerformance05cb6ac54a450e9983c73c4042ad2f8c'] = 'Compression maximum du code HTML. Ne fonctionne que lorsque \"Réduction du code HTML\" est activée. Attention, cette fonctionnalité désactive la validité W3C.'; +$_LANGADM['AdminPerformance829d7912abe53442bf79a6dcf4df2540'] = 'Compression maximum du code HTML. Ne fonctionne que lorsque \"Réduction du code HTML\" est activée. Attention, cette fonctionnalité désactive la validité W3C.'; $_LANGADM['AdminPerformance0ae00a25b134fd5949f4e08e28194b1b'] = 'Poids :'; $_LANGADM['AdminPerformance0b388064aa29e8576990d9eb5da8d43e'] = 'Optimisation Apache'; $_LANGADM['AdminPerformance0cbeff261594ed01a8cd36c190d2a069'] = 'Forcer la compilation'; @@ -2374,7 +2374,7 @@ $_LANGADM['AdminPerformance3b122241906899e24b19de017667af13'] = 'Ces fonctionnal $_LANGADM['AdminPerformance3f21c4cb40da6ee36bfbdee232f734eb'] = 'Nom du deuxième domaine de votre boutique, (par exemple, myshop-media-server-1.com). Si vous n\'avez pas un autre domaine, laisser ce champ vide'; $_LANGADM['AdminPerformance3ffcac2b857b421d5418b748b411265b'] = 'Serveurs de média (utilisé uniquement lorsque CCC est activé)'; $_LANGADM['AdminPerformance49aeb6053e875124e2e7a5e332cf37df'] = 'Ne pas ouvrir la console'; -$_LANGADM['AdminPerformance5143a74ae89fb58b57538c220f87e035'] = 'Réduire le code HTML après l\'exécution de la compilation Smarty'; +$_LANGADM['AdminPerformance40f69b99e05503042c924aa2f609908e'] = 'Réduire le code HTML après l\'exécution de la compilation Smarty'; $_LANGADM['AdminPerformance526838de93b6f66c78968a3a934042ee'] = '\"Smart cache\" pour le CSS :'; $_LANGADM['AdminPerformance5305b3e31f31228ba222c0681be73cbf'] = 'Recompiler les templates s\'ils sont mis à jour'; $_LANGADM['AdminPerformance5824d53b7b15b236750314bdbf40f32a'] = 'Cache :'; @@ -2394,7 +2394,7 @@ $_LANGADM['AdminPerformance76a6a3d918aeb38a8dbb36eaa070d62d'] = 'Toujours ouvrir $_LANGADM['AdminPerformance76ef3d6408af444762771472e6b8e647'] = 'Console de débogage :'; $_LANGADM['AdminPerformance7752d6c7d20afb7989687e202b77e10e'] = 'Déclinaison de produit :'; $_LANGADM['AdminPerformance7b351ea64247065ff0110b1f8284deb8'] = 'Activer ou désactiver le système de cache'; -$_LANGADM['AdminPerformance7d1a9daf2e3c355cb10fef017da40635'] = 'Compression du JavaScript dans le code HTML après l\'exécution de la compilation Smarty'; +$_LANGADM['AdminPerformanceea3552401a65fd61c45745b3345b12f0'] = 'Compression du JavaScript dans le code HTML après l\'exécution de la compilation Smarty'; $_LANGADM['AdminPerformance839ca1a91906577aef1ab428fff608ef'] = 'Algorithme :'; $_LANGADM['AdminPerformance86cd5169788947d6fcca1165db7a58bc'] = 'Pour utiliser l\'APC, vous devez installer l\'extension PECL APC sur votre serveur.'; $_LANGADM['AdminPerformance8c489d0946f66d17d73f26366a4bf620'] = 'Poids'; @@ -2434,7 +2434,7 @@ $_LANGADM['AdminPerformancef45ec4d4a23802aba0c4906caa2f9e80'] = 'Serveur de méd $_LANGADM['AdminPerformancef4efdd180586cba038b52f2471e4075d'] = 'CCC (Concaténation, Compression et mise en Cache)'; $_LANGADM['AdminPerformancef715fd84d02f4fb6cfcd8d2edd9c1996'] = 'Serveur de média n°3 :'; $_LANGADM['AdminPerformancef8d698aea36fcbead2b9d5359ffca76f'] = 'Smarty'; -$_LANGADM['AdminPerformancef94cfc2c377b3e514ec9bdc4592a1bfd'] = 'Mcrypt est plus rapide que la classe BlowFish, mais nécessite l\'extension PHP \"mcrypt\". Si vous changez cette configuration, tous les cookies seront réinitialisés.'; +$_LANGADM['AdminPerformancef8198a372da81edfca0693a81242149d'] = 'Mcrypt est plus rapide que la classe BlowFish, mais nécessite l\'extension PHP \"mcrypt\". Si vous changez cette configuration, tous les cookies seront réinitialisés.'; $_LANGADM['AdminPerformancefdb3644651f3871a5e73f4dc271b64e3'] = 'Conserver le fonctionnement classique'; $_LANGADM['AdminPerformancefdf1da3a7cc0e1cb2ef78f7b5658f422'] = 'Cache des templates :'; $_LANGADM['AdminPreferences0db377921f4ce762c62526131097968f'] = 'Général'; @@ -2538,7 +2538,7 @@ $_LANGADM['AdminProducts2bb8274755d1ebd33d759a3005bfbcd3'] = 'Prix à l\'unité $_LANGADM['AdminProducts3020c78ae45aff9a35b95856af076765'] = 'Entrepôts'; $_LANGADM['AdminProducts30398718bca5d62f8e76919dffe29308'] = 'Hauteur (du paquet) :'; $_LANGADM['AdminProducts3114089efdafb899803901e897176873'] = 'L\'activation préalable de la gestion avancée du stock, globalement, pour ce produit, est requise.'; -$_LANGADM['AdminProducts31b42cb92349f49931cdb594467b916d'] = 'Affiche une icône \"En solde\" sur la page produit ainsi qu\'en texte sur les pages catégories'; +$_LANGADM['AdminProducts184dba60ea740430441d13a7e8213691'] = 'Affiche une icône \"En solde\" sur la page produit ainsi qu\'en texte sur les pages catégories'; $_LANGADM['AdminProducts32b502f33a535f75dcbf63f6753c631e'] = 'Tags :'; $_LANGADM['AdminProducts32b919d18cfaca89383f6000dcc9c031'] = 'Générer'; $_LANGADM['AdminProducts33b8eaeaa8a18a206505f6adc10cec25'] = 'ex. : 15 € / kg'; @@ -2549,7 +2549,7 @@ $_LANGADM['AdminProducts37cfa6b25252ad29f15194e30147f02b'] = 'Emplacement dans l $_LANGADM['AdminProducts382b0f5185773fa0f67a8ed8056c7759'] = 'N/A'; $_LANGADM['AdminProducts386c339d37e737a436499d423a77df0c'] = 'Devise'; $_LANGADM['AdminProducts38d301f7ef549a79620e99fd8b51fa34'] = 'apparaît dans les listes de produits et sur le haut de la page du produit'; -$_LANGADM['AdminProducts38fb2250024db4d3321637f09391f6f2'] = 'Cliquez sur \"Enregister et rester\" après modification des fournisseurs sélectionnés pour afficher les références produits associées.'; +$_LANGADM['AdminProducts9702aa552bdeeedf7fe046493b8c8c94'] = 'Cliquez sur \"Enregister et rester\" après modification des fournisseurs sélectionnés pour afficher les références produits associées.'; $_LANGADM['AdminProducts394deec8b4e901394f69ad41095b1ecc'] = 'Méta mots-clés :'; $_LANGADM['AdminProducts3964fd83339fec5014c831822005653a'] = 'Choisir l\'heure'; $_LANGADM['AdminProducts3adbdb3ac060038aa0e6e6c138ef9873'] = 'Catégorie'; @@ -2561,7 +2561,7 @@ $_LANGADM['AdminProducts3cb94c0658e6bbfdeac7e65b9635a8f5'] = 'Voici le lien'; $_LANGADM['AdminProducts3dd42bfc8345e82c43b4a40a3426ec49'] = 'Référence :'; $_LANGADM['AdminProducts3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caractères interdits :'; $_LANGADM['AdminProducts3e06cfca1e715c7c256ef8da2098f62a'] = 'Vous devez enregistrer ce produit avant de pouvoir ajouter des images.'; -$_LANGADM['AdminProducts3e09d11cf6698718cf2d19b42334f977'] = 'outrepasse le prix d\'achat du produit dans l\'onglet Information'; +$_LANGADM['AdminProductsae30a232fd0717402d3b7d817bc71e17'] = 'outrepasse le prix d\'achat du produit dans l\'onglet Information'; $_LANGADM['AdminProducts3e34bdebd9bd5edda27e8728904a2552'] = 'l\'unité'; $_LANGADM['AdminProducts3e565755572fa5df48eb811c62619098'] = 'Message quand en stock :'; $_LANGADM['AdminProducts3e56c011b37f0bc78fb9eb175c1181c6'] = 'ko'; @@ -2637,7 +2637,7 @@ $_LANGADM['AdminProducts70ec3125ad8169fc81d61d3586bfa4df'] = 'Annuler le nouveau $_LANGADM['AdminProducts70f394c7aa6039a151b545cc56b797b8'] = 'Si aucun des transporteurs n\'est sélectionné, tous les transporteurs pourront être utilisés pour expédier ce produit.'; $_LANGADM['AdminProducts70f4b635847038d056e33959821a7a66'] = 'caractères maximum'; $_LANGADM['AdminProducts7164d9223003cb3505836cf3afebcb67'] = 'Référence(s) produit(s)'; -$_LANGADM['AdminProducts71c026fa7a6c444088ff2826afa0be31'] = '(s\'il est réglé sur \"Montant\", la taxe est incluse)'; +$_LANGADM['AdminProductsdc9ca237ef867714cefb4e1d4bc1763c'] = '(s\'il est réglé sur \"Montant\", la taxe est incluse)'; $_LANGADM['AdminProducts729a51874fe901b092899e9e8b31c97a'] = 'Êtes-vous sûr ?'; $_LANGADM['AdminProducts74645ed4e5e25461a664d5f68ff19098'] = 'Cocher dans quelle(s) catégorie(s) le produit doit apparaître'; $_LANGADM['AdminProducts7475ec0d41372a307c497acb7eeea8c4'] = 'Aucune taxe'; @@ -2726,7 +2726,7 @@ $_LANGADM['AdminProducts9ea67be453eaccf020697b4654fc021a'] = 'Enregistrer et res $_LANGADM['AdminProducts9f82518d468b9fee614fcc92f76bb163'] = 'Boutique'; $_LANGADM['AdminProducts9faa1161b2b3bbada2e8e7c11a4ed737'] = 'Vous pouvez indiquer les références des produits pour chaque fournisseur associé.'; $_LANGADM['AdminProducts9fd90a0a7d933e6870c7364b6cd63247'] = 'Tags séparés par des virgules (ex. : dvd, lecteur dvd, hifi)'; -$_LANGADM['AdminProductsa042038a54c406c90e76ce6fb3ee216e'] = 'outrepasse la taxe d\'éco-participation du produit sur l\'onglet Information'; +$_LANGADM['AdminProducts97694f7ea39fcb69da17d2f81e032ec7'] = 'outrepasse la taxe d\'éco-participation du produit sur l\'onglet Information'; $_LANGADM['AdminProductsa1997856e58a07d80e27aaf4bc7eaf88'] = 'Supprimer le fichier'; $_LANGADM['AdminProductsa1f9d795d1110aeeed6b5368c16dc725'] = 'EAN-13 ou JAN :'; $_LANGADM['AdminProductsa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Méta description :'; @@ -2744,7 +2744,7 @@ $_LANGADM['AdminProductsaba7bdb49b66dd8485c2586a2c88c84e'] = 'Le fichier'; $_LANGADM['AdminProductsabdce1ce11e706002227550e5658af79'] = 'Comme défini dans les préférences'; $_LANGADM['AdminProductsac421120056d9d55c27faba6ae2178b2'] = 'La taille maximum d\'envoi de fichier sur votre serveur est de'; $_LANGADM['AdminProductsac67ede5a84eb5a1add7ff4440e9a485'] = 'requis'; -$_LANGADM['AdminProductsac692e2bda0cf3ed8068e67bc0cae6f0'] = '(ou touche \"Échap.\")'; +$_LANGADM['AdminProducts6b75fa7115dc07a315c0d9eb30f065e1'] = '(ou touche \"Échap.\")'; $_LANGADM['AdminProductsacdb802bfc2b99b15d1782570285c427'] = 'Valeur :'; $_LANGADM['AdminProductsad0d28cdd9113d3ce911bc064b137cde'] = 'Prix de base'; $_LANGADM['AdminProductsad802655c2e83ad378868d5f448677c7'] = 'Impact sur le prix à l\'unité :'; @@ -2952,7 +2952,7 @@ $_LANGADM['AdminReferrers1f0f882a37664c9aa47a9d4fd20610cd'] = 'mode expert'; $_LANGADM['AdminReferrers1faa3e365bfe45ad8e3a6c97da5b94d1'] = 'Rafraîchir le cache'; $_LANGADM['AdminReferrers200f5c9c419f0a53d5d361eff7b33abc'] = 'Taux d\'inscription'; $_LANGADM['AdminReferrers208b51d8918ba3cdd679a5ec275df129'] = 'Filtrer par produit :'; -$_LANGADM['AdminReferrers21ae0e0b0fff7ca48cfe4a94dc215cad'] = 'Par exemple, les visiteurs provenant de Google auront un \"http_referer\"comme celui-ci : \"http://www.google.com/search?q=prestashop\".'; +$_LANGADM['AdminReferrers5570dfe4ec8f3d4b2cf4d5780d928b39'] = 'Par exemple, les visiteurs provenant de Google auront un \"http_referer\"comme celui-ci : \"http://www.google.com/search?q=prestashop\".'; $_LANGADM['AdminReferrers2402ba94d906bd24c2e0b4e3952c3ca9'] = 'Enregistrer le trafic direct'; $_LANGADM['AdminReferrers24c29702dc9c63dedb98e92f3028e068'] = 'Recherche :'; $_LANGADM['AdminReferrers2d0c2b736fa1ab8ce149d26fc36e453a'] = 'Obtenir de l\'aide !'; @@ -3005,31 +3005,31 @@ $_LANGADM['AdminReferrersadaaee4b22041c27198d410c68d952c9'] = '%'; $_LANGADM['AdminReferrersae5d01b6efa819cc7a7c05a8c57fcc2c'] = 'Visiteurs'; $_LANGADM['AdminReferrersb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Tous'; $_LANGADM['AdminReferrersb341a59d5636ed3d6a819137495b08a0'] = 'Mot de passe :'; -$_LANGADM['AdminReferrersb3d630ccdd4b495b2cf1a0c03c0bef33'] = '\"_\" remplacera un caractère. Si vous souhaitez utiliser le vrai \"_\", vous devez saisir'; +$_LANGADM['AdminReferrers571b5937b85a9155062315a7c1d69fa2'] = '\"_\" remplacera un caractère. Si vous souhaitez utiliser le vrai \"_\", vous devez saisir'; $_LANGADM['AdminReferrersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminReferrersbafd7322c6e97d25b6299b5d6fe8920b'] = 'Non'; $_LANGADM['AdminReferrersbb166feff34b74fef81127259160c93a'] = 'Affilié'; $_LANGADM['AdminReferrersc33e404a441c6ba9648f88af3c68a1ca'] = 'Statistiques'; -$_LANGADM['AdminReferrersc49816b031d85c9c2a02a66b034c6f20'] = 'Le mode simple utilise le \"LIKE\" de MySQL, mais pour plus de puissance vous pouvez utiliser les expressions régulières de MySQL.'; +$_LANGADM['AdminReferrersdcf612ffd5e0e54a8f7abf195b74cb61'] = 'Le mode simple utilise le \"LIKE\" de MySQL, mais pour plus de puissance vous pouvez utiliser les expressions régulières de MySQL.'; $_LANGADM['AdminReferrersc67cf4c17877af5f7db7b337b87d84b8'] = 'Il y a un grand nombre de données stockées, donc chaque connexion correspondant à un site référant est indexée. Vous pouvez rafraîchir les index en cliquant sur le bouton ci-dessus. Sachez que cette opération peut prendre plusieurs minutes, et n\'est requise que si vous modifiez ou ajoutez un référant, ou si vous souhaitez que vos modifications soient rétroactives.'; -$_LANGADM['AdminReferrerscabba5ca3dc1ce0166b673bcbfe08e4c'] = '\"%\" replacera n\\\'importe quel nombre de caractères. Si vous souhaitez utiliser le vrai \"%\", vous devez saisir'; +$_LANGADM['AdminReferrerse8292be0c621a08c807325b9ea1be867'] = '\"%\" replacera n\\\'importe quel nombre de caractères. Si vous souhaitez utiliser le vrai \"%\", vous devez saisir'; $_LANGADM['AdminReferrerscc99ae38b3da304c65ea3a9019800a38'] = 'Informations techniques'; $_LANGADM['AdminReferrersd3139f39f1ad6324c80a9ddd50cc7867'] = 'Pages vues'; $_LANGADM['AdminReferrersd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection'; $_LANGADM['AdminReferrersd7e637a6e9ff116de2fa89551240a94d'] = 'Visites'; $_LANGADM['AdminReferrersda0d18febbbe9cd4e54b68aa72f1d231'] = 'Indexation'; $_LANGADM['AdminReferrersdcf916d52dc23351ecf7cc8435070da6'] = 'Les affiliés peuvent accéder à leur propre informations avec ces identifiants'; -$_LANGADM['AdminReferrersded02c4e9b2d8e4a1d0e2e90853bdd51'] = 'Donc si vous souhaitez filtrer tous les visiteurs provenant de Google, vous pouvez indiquer \"%google%\" dans ce champ, ou \"%google.fr%\" si vous ne souhaitez que les visiteurs de Google France.'; +$_LANGADM['AdminReferrersa1cff1c13d1d12ea1f04f6a1e5c10d9c'] = 'Donc si vous souhaitez filtrer tous les visiteurs provenant de Google, vous pouvez indiquer \"%google%\" dans ce champ, ou \"%google.fr%\" si vous ne souhaitez que les visiteurs de Google France.'; $_LANGADM['AdminReferrersdfc3dfe22ecded7cab0a096ea9874ddd'] = 'Cette méthode est plus fiable que la précédente, mais à son inconvénient : si un moteur de recherche référence une page contenant votre lien avec un tag, ce lien sera proposé dans les résultats de recherche du moteur, et vous aurez dans vos statistiques non seulement les visiteurs du forum, mais également ceux du moteur en question.'; $_LANGADM['AdminReferrerse25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?'; -$_LANGADM['AdminReferrersec85629345d02cd0c17ef6bb22b9eef4'] = ' sur le forum et obtenir des statistiques sur ces visiteurs en indiquant \"%prestashop\" dans le champ\\\"request_uri\".'; +$_LANGADM['AdminReferrersa4e34bb1b030f78313a3a8f687277c45'] = ' sur le forum et obtenir des statistiques sur ces visiteurs en indiquant \"%prestashop\" dans le champ\\\"request_uri\".'; $_LANGADM['AdminReferrersefc92fb772a0037d7b1fab20dff56a85'] = 'URI de requête'; $_LANGADM['AdminReferrersf16b5952df8d25ea30b25ff95ee8fedf'] = 'Boutiques associées'; $_LANGADM['AdminReferrersf42f21b1432695de3aa9794b6bfb6d55'] = 'Rémunération de base :'; $_LANGADM['AdminReferrersf4f70727dc34561dfde1a3c529b6205c'] = 'Configuration'; $_LANGADM['AdminRequestSql004bf6c9a40003140292e97330236c53'] = 'Action'; $_LANGADM['AdminRequestSql0095a9fa74d1713e43e370a7d7846224'] = 'Export'; -$_LANGADM['AdminRequestSql0befa8903b4b8ac260ac9b3a29d5d33d'] = 'L\'opérande \"*\" ne peut être utilisée dans une requête imbriquée.'; +$_LANGADM['AdminRequestSqlf4d1b953eb8ff1f32c0c23a27fddc2e5'] = 'L\'opérande \"*\" ne peut être utilisée dans une requête imbriquée.'; $_LANGADM['AdminRequestSql15c2d85f1fae22a3c3a0594510a1f611'] = 'Requête'; $_LANGADM['AdminRequestSql16f8b79916f8f4e305f231e3dcb045e7'] = 'La référence '; $_LANGADM['AdminRequestSql19681d28ed1cc72479bc26b7e76ad240'] = 'La clause LIMIT doit comporter des arguments de type numérique.'; @@ -3045,7 +3045,7 @@ $_LANGADM['AdminRequestSql503d56551bb8c49dc062e28df2d5c347'] = 'Ajouter une tabl $_LANGADM['AdminRequestSql5e4d646cb0cba34ec216552319c41fa6'] = 'Liste des tables MySQL:'; $_LANGADM['AdminRequestSql62a66bd7e2f1feae6d2eb45ec251c141'] = 'Cette requête n\'a pas de résultat.'; $_LANGADM['AdminRequestSql888cb3575217d185929dee26268c285b'] = 'n\'existe pas dans la table : '; -$_LANGADM['AdminRequestSql89b3843ae4d649283872a1b69b92b608'] = 'Cliquez sur \"Créer\".'; +$_LANGADM['AdminRequestSqlb8bf3ffcbb8025ef76f8d67fff0cdf2b'] = 'Cliquez sur \"Créer\".'; $_LANGADM['AdminRequestSql8b1c81b3ab3def7adeab2092dde06c01'] = 'n\'existe pas dans : '; $_LANGADM['AdminRequestSql8ba084fcc77dfde36c3d982bae38490f'] = 'Veuillez choisir la table.'; $_LANGADM['AdminRequestSql902b0d55fddef6f8d651fe1035b7d4bd'] = 'Votre requête est incorrecte.'; @@ -3054,9 +3054,9 @@ $_LANGADM['AdminRequestSqla1fa27779242b4902f7ae3bdd5c6d508'] = 'Type'; $_LANGADM['AdminRequestSqla27bfd40a2250b4e9040bf594cb1460f'] = 'Vous pouvez aussi exporter les résultats de la requête sous forme de fichier .csv en cliquant sur l\'onglet :'; $_LANGADM['AdminRequestSqla5d1e00410f8e55885dbb6eddd4fe3cd'] = 'Comment créer une nouvelle requête SQL ?'; $_LANGADM['AdminRequestSqlab1d92ebad371934228c8b85f65fa449'] = 'Requête : '; -$_LANGADM['AdminRequestSqlab5f165b64fc5d90448af616c175feff'] = 'Remplissez les champs et cliquez sur \"Enregistrer\".'; +$_LANGADM['AdminRequestSqlb7ccdf6ab58f5514acc520721ddc9f08'] = 'Remplissez les champs et cliquez sur \"Enregistrer\".'; $_LANGADM['AdminRequestSqlb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminRequestSqlc7d27ad9c4ce45b67693fd04c3d3fa54'] = 'Lors de l\'enregistrement de la requête, seul les requêtes de type \"SELECT\" sont autorisées.'; +$_LANGADM['AdminRequestSqlf262813987f17120ffae515b59e74905'] = 'Lors de l\'enregistrement de la requête, seul les requêtes de type \"SELECT\" sont autorisées.'; $_LANGADM['AdminRequestSqlc9cc8cce247e49bae79f15173ce97354'] = 'Enregistrer'; $_LANGADM['AdminRequestSqld3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection'; $_LANGADM['AdminRequestSqle25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?'; @@ -3156,7 +3156,7 @@ $_LANGADM['AdminSearchConf1b25f9ffbf4d185dbb985380a04732cc'] = 'Poids des attrib $_LANGADM['AdminSearchConf210164bf289e4deb6147c77256907d8e'] = 'Active la recherche Ajax pour les visiteurs.'; $_LANGADM['AdminSearchConf259b411f284388d228a30c1e2ed0c61d'] = 'Caractères interdits : <>;=#{}'; $_LANGADM['AdminSearchConf26e424abe001fcfdcc85a2d59bacb567'] = 'Reconstruire l\'index.'; -$_LANGADM['AdminSearchConf2f550af4fb39e7cf11c8de7149a605c4'] = 'Les produits indexés ont été analysés par PrestaShop et apparaitront dans la recherche en front-office.'; +$_LANGADM['AdminSearchConff9e5db56f1aa51c94f0bfa5e17737119'] = 'Les produits indexés ont été analysés par PrestaShop et apparaitront dans la recherche en front-office.'; $_LANGADM['AdminSearchConf4871216a35362aebc0d9908e6e288765'] = 'Poids des caractéristiques'; $_LANGADM['AdminSearchConf5aac38deec604d81565722cc5a2a6be1'] = 'Résultat :'; $_LANGADM['AdminSearchConf5bff181421d95b49ad5ce5bb08f0ffbe'] = 'Mots à ne pas indexer'; @@ -3171,7 +3171,7 @@ $_LANGADM['AdminSearchConf89e75b6219e4f6de0200ad94812a5655'] = 'Ajouter à l\'in $_LANGADM['AdminSearchConf8a289df2d13df2450bfcc937a026dee3'] = 'Recherche Ajax'; $_LANGADM['AdminSearchConf8c489d0946f66d17d73f26366a4bf620'] = 'Poids'; $_LANGADM['AdminSearchConf8e7ace556216459cd9197423709bdd3a'] = 'Taille de mot minimum'; -$_LANGADM['AdminSearchConf8f0839022c392c8e08425c2fd1ce126b'] = 'Si votre serveur arrête le processus avant qu\'il se termine, vous pouvez continuer l\'indexation en cliquant sur \"Ajouter à l\'index les produits manquant.\".'; +$_LANGADM['AdminSearchConf30b32ba24b39cc26929adf1e6038d90b'] = 'Si votre serveur arrête le processus avant qu\'il se termine, vous pouvez continuer l\'indexation en cliquant sur \"Ajouter à l\'index les produits manquant.\".'; $_LANGADM['AdminSearchConf97af9b173ce5af301daaa0aeb5419c49'] = 'Veuillez saisir les mots séparés par un \"|\" (caractère \"barre verticale\").'; $_LANGADM['AdminSearchConf9ab81f57823f6aeb02362291f23883e6'] = 'Alias'; $_LANGADM['AdminSearchConf9bc82ee9ca6110810689927a77493617'] = 'Poids de la marque'; @@ -3188,7 +3188,7 @@ $_LANGADM['AdminSearchConfd09de235a4115d5c3ff8d8e75f2fa45c'] = 'Produits indexé $_LANGADM['AdminSearchConfd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection'; $_LANGADM['AdminSearchConfd47382d478ae1f4001b989f69961bbb5'] = 'C\'est pourquoi nous vous conseillons de mettre plus de poids pour les mots qui apparaissent dans le nom ou la référence d\'un des produits que ceux de la description. Ainsi, les résultats de la recherche seront aussi précis que possible.'; $_LANGADM['AdminSearchConfda0d18febbbe9cd4e54b68aa72f1d231'] = 'Indexation'; -$_LANGADM['AdminSearchConfe1ae7acaf99e0e731cdb15f4bd1ace9f'] = 'Le \"poids\" d\'un mot représente son importance et sa pertinence pour le classement des produits lorsqu\'un utilisateur fait une recherche.'; +$_LANGADM['AdminSearchConfb528cee25edcbf2257878a5aead21a1d'] = 'Le \"poids\" d\'un mot représente son importance et sa pertinence pour le classement des produits lorsqu\'un utilisateur fait une recherche.'; $_LANGADM['AdminSearchConfe25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer la sélection ?'; $_LANGADM['AdminSearchConfec53a8c4f07baed5d8825072c89799be'] = 'État'; $_LANGADM['AdminSearchConff228001fc9ac806066ea0a61ca65abb6'] = 'La construction de l\'index des produict peut prendre plusieurs minutes.'; @@ -3326,8 +3326,8 @@ $_LANGADM['AdminSlip5a2a90ee2bd7b7780591f198372646b0'] = 'Au format 2012-02-20 ( $_LANGADM['AdminSlip6fde42aa0857eb92fc0d0c3fb1c6c8b7'] = 'ID Commande'; $_LANGADM['AdminSlip97e021ec21e7594c30cbb0adbe16be6d'] = 'Aucun avoir pour cette période'; $_LANGADM['AdminSlip9a0e3730cac2d4abdda4cfa04483318e'] = 'Imprimer un PDF'; -$_LANGADM['AdminSlipa78c011f3dfc92813b90f063a935f46b'] = 'Date de début invalide'; -$_LANGADM['AdminSlipb607b9b28a7ffa6101954b65ea551291'] = 'Date de fin invalide'; +$_LANGADM['AdminSlip9178a1a9fc82617864593a784163d86a'] = 'Date de début invalide'; +$_LANGADM['AdminSlip915bd2c5cf6e420095a64d309e443849'] = 'Date de fin invalide'; $_LANGADM['AdminSlipb718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminSlipc95ed58f8c9573f7d58667e6847758d9'] = 'Avoir'; $_LANGADM['AdminSlipd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection'; @@ -4139,7 +4139,7 @@ $_LANGADM['AdminTranslationse1686cbdbfefdc838c58469866922b6c'] = 'Fermer tous le $_LANGADM['AdminTranslationsea21841da70e6405af19fabc4ff8bdd9'] = 'manquant'; $_LANGADM['AdminTranslationsea4788705e6873b424c65e91c2846b19'] = 'Annuler'; $_LANGADM['AdminTranslationseeafac73c8b9aade3a0baa5c4f371d69'] = 'Traductions Front Office'; -$_LANGADM['AdminTranslationseef84dbc3673296d9431c864ddc455b1'] = 'Balise titre :'; +$_LANGADM['AdminTranslations98ef80a9c71c74e06e1e185dff22a5d3'] = 'Balise titre :'; $_LANGADM['AdminTranslationsf35924c19f3bc9bfca8b6d6ec4b641c0'] = 'cette langue n\'est pas disponible via l\'API de Google Translate'; $_LANGADM['AdminTranslationsf422d7de703d8ee5139aa77f857afdbf'] = 'e-mails'; $_LANGADM['AdminTranslationsf89d0072276b0e5490ba96ada7fb2901'] = 'Traductions des erreurs';