productDownload->id || $product->productDownload->active}style="display:none"{/if} >
- {l s='Does this product has an associated file?'}
+ {l s='Does this product have an associated file?'}
{l s='Yes'}
{l s='No'}
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 12aaa7b5d..8988bfc8f 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
@@ -45,7 +45,7 @@
{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.'}
+ {l s='This is helpful because you can add some tags or tokens in the links pointing to your website.'}
{l s='For example, you can post a link "%dindex.php?prestashop" 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.'}
diff --git a/admin-dev/themes/default/template/controllers/search/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/search/helpers/view/view.tpl
index 3ff352c40..fd829cfd3 100644
--- a/admin-dev/themes/default/template/controllers/search/helpers/view/view.tpl
+++ b/admin-dev/themes/default/template/controllers/search/helpers/view/view.tpl
@@ -80,7 +80,7 @@ $(function() {
{/if}
{if isset($customers)}
{if !$customers}
-
{l s='No customers matching your query'} : {$query}
+
{l s='There are no customers matching your query'} : {$query}
{else}
{l s='Customer matching your query'} : {$query}
{$customers}
diff --git a/admin-dev/themes/default/template/controllers/shop/content.tpl b/admin-dev/themes/default/template/controllers/shop/content.tpl
index ca58d318e..37fcaa94b 100644
--- a/admin-dev/themes/default/template/controllers/shop/content.tpl
+++ b/admin-dev/themes/default/template/controllers/shop/content.tpl
@@ -29,7 +29,7 @@
{/if}
-
{l s='Multishop tree'}
+
{l s='Multistore tree'}
{include file="controllers/shop/tree.tpl" selected_tree_id=$selected_tree_id}
{$content}
diff --git a/admin-dev/themes/default/template/controllers/translations/helpers/view/main.tpl b/admin-dev/themes/default/template/controllers/translations/helpers/view/main.tpl
index d7d426ac7..16aa065bf 100644
--- a/admin-dev/themes/default/template/controllers/translations/helpers/view/main.tpl
+++ b/admin-dev/themes/default/template/controllers/translations/helpers/view/main.tpl
@@ -198,7 +198,7 @@
-
* {l s='Language files (as indicated at Tools > Languages > Edition) must be complete to allow copying of translations'}
+
* {l s='Language files must be complete to allow copying of translations'}
{/block}
\ No newline at end of file
diff --git a/admin-dev/themes/default/template/helpers/options/options.tpl b/admin-dev/themes/default/template/helpers/options/options.tpl
index d16783264..47f97c1f3 100644
--- a/admin-dev/themes/default/template/helpers/options/options.tpl
+++ b/admin-dev/themes/default/template/helpers/options/options.tpl
@@ -59,7 +59,7 @@
{/if}
{if !$categoryData['hide_multishop_checkbox'] && $use_multishop}
-
{l s='Check / uncheck all'} {l s='(check boxes if you want to set a custom value for this shop or group shop context)'}
+
{l s='Check/uncheck all'} {l s='(check boxes if you want to set a custom value for this shop or group shop context)'}
{/if}
diff --git a/classes/controller/AdminController.php b/classes/controller/AdminController.php
index 305574619..e82ce4364 100644
--- a/classes/controller/AdminController.php
+++ b/classes/controller/AdminController.php
@@ -283,7 +283,7 @@ class AdminControllerCore extends Controller
1 => $this->l('Deletion successful'), 2 => $this->l('Selection successfully deleted'),
3 => $this->l('Creation successful'), 4 => $this->l('Update successful'),
5 => $this->l('Status update successful'), 6 => $this->l('Settings update successful'),
- 7 => $this->l('Image successfully deleted'), 8 => $this->l('Module downloaded successfully'),
+ 7 => $this->l('Image successfully deleted'), 8 => $this->l('Module downloaded successfullyc'),
9 => $this->l('Thumbnails successfully regenerated'), 10 => $this->l('Message sent to the customer'),
11 => $this->l('Comment added'), 12 => $this->l('Module(s) installed successfully'),
13 => $this->l('Module(s) uninstalled successfully'), 14 => $this->l('Language successfully copied'),
@@ -291,7 +291,7 @@ class AdminControllerCore extends Controller
17 => $this->l('Module removed successfully from hook'), 18 => $this->l('Upload successful'),
19 => $this->l('Duplication completed successfully'), 20 => $this->l('Translation added successfully but the language has not been created'),
21 => $this->l('Module reset successfully'), 22 => $this->l('Module deleted successfully'),
- 23 => $this->l('Localization pack imported successfully'), 24 => $this->l('Refund Successful'),
+ 23 => $this->l('Localization pack imported successfully'), 24 => $this->l('Localization pack imported successfully'),
25 => $this->l('Images successfully moved'),
26 => $this->l('Cover selection saved'),
27 => $this->l('Image shop association modified'),
diff --git a/classes/helper/HelperList.php b/classes/helper/HelperList.php
index 1533330aa..788b035fc 100644
--- a/classes/helper/HelperList.php
+++ b/classes/helper/HelperList.php
@@ -341,7 +341,7 @@ class HelperListCore extends Helper
{
$tpl = $this->createTemplate('list_action_duplicate.tpl');
if (!array_key_exists('Bad SQL query', self::$cache_lang))
- self::$cache_lang['Duplicate'] = $this->l('Duplicate', 'Helper');
+ self::$cache_lang['Duplicate'] = $this->l('Bad SQL query', 'Helper');
if (!array_key_exists('Copy images too?', self::$cache_lang))
self::$cache_lang['Copy images too?'] = $this->l('Copy images too?', 'Helper');
diff --git a/controllers/admin/AdminAddressesController.php b/controllers/admin/AdminAddressesController.php
index e136e6623..82c52dfd8 100644
--- a/controllers/admin/AdminAddressesController.php
+++ b/controllers/admin/AdminAddressesController.php
@@ -56,7 +56,7 @@ class AdminAddressesControllerCore extends AdminController
'firstname' => array('title' => $this->l('First name'), 'width' => 120, 'filter_key' => 'a!firstname'),
'lastname' => array('title' => $this->l('Last name'), 'width' => 140, 'filter_key' => 'a!lastname'),
'address1' => array('title' => $this->l('Address')),
- 'postcode' => array('title' => $this->l('Postcode / Zip Code'), 'align' => 'right', 'width' => 80),
+ 'postcode' => array('title' => $this->l('Postal Code/Zip Code'), 'align' => 'right', 'width' => 80),
'city' => array('title' => $this->l('City'), 'width' => 150),
'country' => array('title' => $this->l('Country'), 'width' => 100, 'type' => 'select', 'list' => $this->countries_array, 'filter_key' => 'cl!id_country'));
@@ -251,7 +251,7 @@ class AdminAddressesControllerCore extends AdminController
{
$temp_fields[] = array(
'type' => 'text',
- 'label' => $this->l('Postcode / Zip Code'),
+ 'label' => $this->l('Postal Code/Zip Code'),
'name' => 'postcode',
'size' => 33,
'required' => true,
diff --git a/controllers/admin/AdminCarriersController.php b/controllers/admin/AdminCarriersController.php
index c54d9000d..4a93b2c90 100644
--- a/controllers/admin/AdminCarriersController.php
+++ b/controllers/admin/AdminCarriersController.php
@@ -172,7 +172,7 @@ class AdminCarriersControllerCore extends AdminController
'.$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('For example, the carrier can be made available for a weight range between 0 and 5lbs. Another carrier can have a range between 5 and 10lbs.').'
'.$this->l('When you are done, click "Save."').'
'.$this->l('Click on the "Shipping" tab.').'
diff --git a/controllers/admin/AdminCategoriesController.php b/controllers/admin/AdminCategoriesController.php
index ae2242c40..70cd7edbb 100644
--- a/controllers/admin/AdminCategoriesController.php
+++ b/controllers/admin/AdminCategoriesController.php
@@ -301,7 +301,7 @@ class AdminCategoriesControllerCore extends AdminController
$unidentified_group_information = sprintf($this->l('%s - All people without a validated customer account.'), '
'.$unidentified->name[$this->context->language->id].' ');
$guest_group_information = sprintf($this->l('%s - Customer who placed an order with the Guest Checkout.'), '
'.$guest->name[$this->context->language->id].' ');
- $default_group_information = sprintf($this->l('%s - All people who created an account on this site.'), '
'.$default->name[$this->context->language->id].' ');
+ $default_group_information = sprintf($this->l('%s - All people who have created an account on this site.'), '
'.$default->name[$this->context->language->id].' ');
$root_category = Category::getRootCategory();
$root_category = array('id_category' => $root_category->id_category, 'name' => $root_category->name);
$this->fields_form = array(
diff --git a/controllers/admin/AdminCountriesController.php b/controllers/admin/AdminCountriesController.php
index b1d5ba3fb..bfbb9f67c 100644
--- a/controllers/admin/AdminCountriesController.php
+++ b/controllers/admin/AdminCountriesController.php
@@ -240,7 +240,7 @@ class AdminCountriesControllerCore extends AdminController
'name' => 'zip_code_format',
'class' => 'uppercase',
'required' => true,
- 'desc' => $this->l('National zip code (L for a letter, N for a number and C for the Iso code), e.g. NNNNN for the United States. No verification if undefined')
+ 'desc' => $this->l('Zip Code format (L for a letter, N for a number and C for the Iso code), e.g. NNNNN for the United States. No verification if undefined')
),
array(
'type' => 'address_layout',
diff --git a/controllers/admin/AdminCustomerPreferencesController.php b/controllers/admin/AdminCustomerPreferencesController.php
index 3a246998d..dc78843d3 100644
--- a/controllers/admin/AdminCustomerPreferencesController.php
+++ b/controllers/admin/AdminCustomerPreferencesController.php
@@ -77,7 +77,7 @@ class AdminCustomerPreferencesControllerCore extends AdminController
),
'PS_B2B_ENABLE' => array(
'title' => $this->l('Enable B2B mode'),
- 'desc' => $this->l('Activate or deactivate B2B mode. When this option is enabled some B2B features are available.'),
+ 'desc' => $this->l('Activate or deactivate B2B mode. When this option is enabled, some B2B features are available.'),
'validation' => 'isBool',
'cast' => 'intval',
'type' => 'bool'
diff --git a/controllers/admin/AdminCustomerThreadsController.php b/controllers/admin/AdminCustomerThreadsController.php
index 17688ccd6..ca4181ccd 100644
--- a/controllers/admin/AdminCustomerThreadsController.php
+++ b/controllers/admin/AdminCustomerThreadsController.php
@@ -178,7 +178,7 @@ class AdminCustomerThreadsControllerCore extends AdminController
),
'PS_SAV_IMAP_DELETE_MSG' => array(
'title' => $this->l('Delete messages'),
- 'desc' => $this->l('Delete message after sync. If you do not active this option, the sync will be longer'),
+ 'desc' => $this->l('Delete messages after sync. If you do not active this option, the sync will be longer'),
'type' => 'bool',
'visibility' => Shop::CONTEXT_ALL,
),
@@ -215,7 +215,7 @@ class AdminCustomerThreadsControllerCore extends AdminController
'PS_SAV_IMAP_OPT_NOTLS' => array(
'title' => $this->l('IMAP options').' (/notls)',
'type' => 'bool',
- 'desc' => $this->l('do not use start-TLS to encrypt the session, even with servers that support it'),
+ 'desc' => $this->l('Do not use start-TLS to encrypt the session, even with servers that support it'),
'visibility' => Shop::CONTEXT_ALL,
),
),
diff --git a/controllers/admin/AdminGeolocationController.php b/controllers/admin/AdminGeolocationController.php
index 0251e98a3..343bbb728 100755
--- a/controllers/admin/AdminGeolocationController.php
+++ b/controllers/admin/AdminGeolocationController.php
@@ -70,7 +70,7 @@ class AdminGeolocationControllerCore extends AdminController
'geolocationWhitelist' => array(
'title' => $this->l('IP address whitelist'),
'icon' => 'world',
- 'description' => $this->l('You can add IP addresses that will always be allowed to access your shop (e.g. Google bots\' IP).'),
+ 'description' => $this->l('You can add IP addresses that will always be allowed to access your shop (e.g. Google bots\' IP).'),
'fields' => array(
'PS_GEOLOCATION_WHITELIST' => array('title' => $this->l('Whitelisted IP addresses'), 'type' => 'textarea_newlines', 'cols' => 80, 'rows' => 30),
),
diff --git a/controllers/admin/AdminImagesController.php b/controllers/admin/AdminImagesController.php
index 66eb6c496..3daf8b944 100644
--- a/controllers/admin/AdminImagesController.php
+++ b/controllers/admin/AdminImagesController.php
@@ -189,7 +189,7 @@ class AdminImagesControllerCore extends AdminController
'required' => false,
'class' => 't',
'is_bool' => true,
- 'desc' => $this->l('This type will be used for product images'),
+ 'desc' => $this->l('This type will be used for Product images'),
'values' => array(
array(
'id' => 'products_on',
@@ -273,7 +273,7 @@ class AdminImagesControllerCore extends AdminController
'required' => false,
'class' => 't',
'is_bool' => true,
- 'desc' => $this->l('This type will be used for scene images'),
+ 'desc' => $this->l('This type will be used for Scene images'),
'values' => array(
array(
'id' => 'scenes_on',
@@ -324,7 +324,7 @@ class AdminImagesControllerCore extends AdminController
// When moving images, if duplicate images were found they are moved to a folder named duplicates/
if (file_exists(_PS_PROD_IMG_DIR_.'duplicates/'))
{
- $this->warnings[] = $this->l('Duplicate images were found when moving the product images. It is likely caused by unused demonstration images. Please make sure that the folder ').
+ $this->warnings[] = $this->l('Duplicate images were found when moving the product images. This is likely caused by unused demonstration images. Please make sure that the folder ').
_PS_PROD_IMG_DIR_.'duplicates/'.
$this->l('only contains demonstration images, and then delete this folder.');
}
diff --git a/controllers/admin/AdminImportController.php b/controllers/admin/AdminImportController.php
index de4bd99d7..efb9346bf 100644
--- a/controllers/admin/AdminImportController.php
+++ b/controllers/admin/AdminImportController.php
@@ -139,7 +139,7 @@ class AdminImportControllerCore extends AdminController
),
'shop' => array(
'label' => $this->l('ID / Name of shop'),
- 'help' => $this->l('Ignore this field if you don\'t use the multishop tool. If you leave this field empty, default shop will be used'),
+ 'help' => $this->l('Ignore this field if you don\'t use the Multistore tool. If you leave this field empty, default shop will be used'),
)
);
@@ -178,7 +178,7 @@ class AdminImportControllerCore extends AdminController
'image' => array('label' => $this->l('Image URL')),
'shop' => array(
'label' => $this->l('ID / Name of shop'),
- 'help' => $this->l('Ignore this field if you don\'t use the multishop tool. If you leave this field empty, default shop will be used'),
+ 'help' => $this->l('Ignore this field if you don\'t use the Multistore tool. If you leave this field empty, default shop will be used'),
),
);
@@ -240,7 +240,7 @@ class AdminImportControllerCore extends AdminController
'condition' => array('label' => $this->l('Condition')),
'shop' => array(
'label' => $this->l('ID / Name of shop'),
- 'help' => $this->l('Ignore this field if you don\'t use the multishop tool. If you leave this field empty, default shop will be used'),
+ 'help' => $this->l('Ignore this field if you don\'t use the Multistore tool. If you leave this field empty, default shop will be used'),
)
);
@@ -279,7 +279,7 @@ class AdminImportControllerCore extends AdminController
'optin' => array('label' => $this->l('Opt-in (0/1)')),
'id_shop' => array(
'label' => $this->l('ID / Name of shop'),
- 'help' => $this->l('Ignore this field if you don\'t use the multishop tool. If you leave this field empty, default shop will be used'),
+ 'help' => $this->l('Ignore this field if you don\'t use the Multistore tool. If you leave this field empty, default shop will be used'),
),
);
@@ -352,7 +352,7 @@ class AdminImportControllerCore extends AdminController
'meta_description' => array('label' => $this->l('Meta-description')),
'shop' => array(
'label' => $this->l('ID / Name of group shop'),
- 'help' => $this->l('Ignore this field if you don\'t use the multishop tool. If you leave this field empty, default shop will be used'),
+ 'help' => $this->l('Ignore this field if you don\'t use the Multistore tool. If you leave this field empty, default shop will be used'),
),
);
@@ -410,7 +410,7 @@ class AdminImportControllerCore extends AdminController
'supply_order_reference' => array('label' => $this->l('Supply Order Reference *')),
'id_product' => array('label' => $this->l('Product ID *')),
'id_product_attribute' => array('label' => $this->l('Product Attribute ID')),
- 'unit_price_te' => array('label' => $this->l('Unit Price (tax excl.) *')),
+ 'unit_price_te' => array('label' => $this->l('Unit Price (tax excl.)*')),
'quantity_expected' => array('label' => $this->l('Quantity Expected *')),
'discount_rate' => array('label' => $this->l('Discount Rate')),
'tax_rate' => array('label' => $this->l('Tax Rate')),
diff --git a/controllers/admin/AdminMaintenanceController.php b/controllers/admin/AdminMaintenanceController.php
index cd87e0553..9e21ae348 100644
--- a/controllers/admin/AdminMaintenanceController.php
+++ b/controllers/admin/AdminMaintenanceController.php
@@ -48,7 +48,7 @@ class AdminMaintenanceControllerCore extends AdminController
),
'PS_MAINTENANCE_IP' => array(
'title' => $this->l('Maintenance IP'),
- 'desc' => $this->l('IP addresses allowed to access the Front Office even if shop is disabled. Use a comma to separate them (e.g. 42.24.4.2,127.0.0.1,99.98.97.96)'),
+ 'desc' => $this->l('IP addresses allowed to access the Front Office even if the shop is disabled. Use a comma to separate them (e.g. 42.24.4.2,127.0.0.1,99.98.97.96)'),
'validation' => 'isGenericName',
'type' => 'maintenance_ip',
'size' => 30,
diff --git a/controllers/admin/AdminManufacturersController.php b/controllers/admin/AdminManufacturersController.php
index 84c7e4cf1..8fb7e2da2 100644
--- a/controllers/admin/AdminManufacturersController.php
+++ b/controllers/admin/AdminManufacturersController.php
@@ -165,7 +165,7 @@ class AdminManufacturersControllerCore extends AdminController
'filter_key' => 'a!name'
),
'postcode' => array(
- 'title' => $this->l('Postcode / Zip Code'),
+ 'title' => $this->l('Postal Code/Zip Code'),
'align' => 'right',
'width' => 50
),
diff --git a/controllers/admin/AdminMetaController.php b/controllers/admin/AdminMetaController.php
index a9a911beb..bc1accd14 100644
--- a/controllers/admin/AdminMetaController.php
+++ b/controllers/admin/AdminMetaController.php
@@ -149,7 +149,7 @@ class AdminMetaControllerCore extends AdminController
}
}
else
- $shop_url_options['description'] = $this->l('Multishop option is enabled, if you want to change the url of your shop you have to go in "Advanced parameters" -> "multishop" tab.');
+ $shop_url_options['description'] = $this->l('Multistore option is enabled, if you want to change the URL of your shop you have to go to "Advanced Parameters" -> "Multistore" tab.');
// List of options
$this->fields_options = array(
diff --git a/controllers/admin/AdminOrderPreferencesController.php b/controllers/admin/AdminOrderPreferencesController.php
index bd13f5766..9c604ef42 100644
--- a/controllers/admin/AdminOrderPreferencesController.php
+++ b/controllers/admin/AdminOrderPreferencesController.php
@@ -75,7 +75,7 @@ class AdminOrderPreferencesControllerCore extends AdminController
),
'PS_GUEST_CHECKOUT_ENABLED' => array(
'title' => $this->l('Enable guest checkout'),
- 'desc' => $this->l('Guest can place an order without registering'),
+ 'desc' => $this->l('Guests can place an order without registering'),
'validation' => 'isBool',
'cast' => 'intval',
'type' => 'bool'
diff --git a/controllers/admin/AdminPerformanceController.php b/controllers/admin/AdminPerformanceController.php
index 4874e5ea2..72380d721 100644
--- a/controllers/admin/AdminPerformanceController.php
+++ b/controllers/admin/AdminPerformanceController.php
@@ -41,7 +41,7 @@ class AdminPerformanceControllerCore extends AdminController
),
array(
'type' => 'radio',
- 'label' => $this->l('Templates cache'),
+ 'label' => $this->l('Template cache'),
'name' => 'smarty_force_compile',
'class' => 't',
'br' => true,
diff --git a/controllers/admin/AdminPreferencesController.php b/controllers/admin/AdminPreferencesController.php
index 47f507047..df56119c7 100644
--- a/controllers/admin/AdminPreferencesController.php
+++ b/controllers/admin/AdminPreferencesController.php
@@ -81,14 +81,14 @@ class AdminPreferencesControllerCore extends AdminController
),
'PS_DISPLAY_SUPPLIERS' => array(
'title' => $this->l('Display suppliers and manufacturers'),
- 'desc' => $this->l('Display suppliers and manufacturers list even if corresponding blocks are disabled'),
+ 'desc' => $this->l('Display suppliers and manufacturers lists even if corresponding blocks are disabled'),
'validation' => 'isBool',
'cast' => 'intval',
'type' => 'bool'
),
'PS_MULTISHOP_FEATURE_ACTIVE' => array(
- 'title' => $this->l('Enable multishop'),
- 'desc' => $this->l('Multishop feature allows you to manage several shops with one back-office. If this feature is enabled, a tab "multishop" will be available in "advanced parameters" menu.'),
+ 'title' => $this->l('Enable Multistore'),
+ 'desc' => $this->l('Multistore feature allows you to manage several shops with one back-office. If this feature is enabled, a "Multistore" tab will be available in the "Advanced Parameters" menu.'),
'validation' => 'isBool',
'cast' => 'intval',
'type' => 'bool',
diff --git a/controllers/admin/AdminProductsController.php b/controllers/admin/AdminProductsController.php
index 27c3a9e16..2d8679a92 100644
--- a/controllers/admin/AdminProductsController.php
+++ b/controllers/admin/AdminProductsController.php
@@ -345,7 +345,7 @@ class AdminProductsControllerCore extends AdminController
{
if ($_FILES['attachment_file']['size'] > (Configuration::get('PS_ATTACHMENT_MAXIMUM_SIZE') * 1024 * 1024))
$this->errors[] = sprintf(
- $this->l('File too large, maximum size allowed: %1$d kB. File size you\'re trying to upload is: %2$d kB.'),
+ $this->l('File too large, maximum size allowed: %1$d kB. File size you\'re trying to upload is: %2$d kB.'),
(Configuration::get('PS_ATTACHMENT_MAXIMUM_SIZE') * 1024),
number_format(($_FILES['attachment_file']['size'] / 1024), 2, '.', '')
);
@@ -1189,7 +1189,7 @@ class AdminProductsControllerCore extends AdminController
else
$json = array(
'status' => 'error',
- 'message'=> $this->l('You do not have permission to delete here.')
+ 'message'=> $this->l('You do not have permission to delete this.')
);
die(Tools::jsonEncode($json));
diff --git a/controllers/admin/AdminRangePriceController.php b/controllers/admin/AdminRangePriceController.php
index a57add52d..535acaf98 100644
--- a/controllers/admin/AdminRangePriceController.php
+++ b/controllers/admin/AdminRangePriceController.php
@@ -76,7 +76,7 @@ class AdminRangePriceControllerCore extends AdminController
'id' => 'id_carrier',
'name' => 'name'
),
- 'empty_message' => '
'.$this->l('There isn\'t any carrier available for this price range.').'
'
+ 'empty_message' => '
'.$this->l('There is no carrier available for this price range.').'
'
),
array(
'type' => 'text',
diff --git a/controllers/admin/AdminRangeWeightController.php b/controllers/admin/AdminRangeWeightController.php
index 18c14378c..df097336c 100644
--- a/controllers/admin/AdminRangeWeightController.php
+++ b/controllers/admin/AdminRangeWeightController.php
@@ -74,7 +74,7 @@ class AdminRangeWeightControllerCore extends AdminController
'id' => 'id_carrier',
'name' => 'name'
),
- 'empty_message' => '
'.$this->l('There isn\'t any carrier available for this weight range.').'
'
+ 'empty_message' => '
'.$this->l('There is no carrier available for this weight range.').'
'
),
array(
'type' => 'text',
diff --git a/controllers/admin/AdminScenesController.php b/controllers/admin/AdminScenesController.php
index ba8ceff7d..25ea1e78d 100644
--- a/controllers/admin/AdminScenesController.php
+++ b/controllers/admin/AdminScenesController.php
@@ -200,7 +200,7 @@ class AdminScenesControllerCore extends AdminController
.(Tools::getMaxUploadSize() / 1024).''.$this->l('kB max.').' '
.sprintf($this->l('If larger than the image size setting, the image will be reduced to %1$d x %2$dpx (width x height).'),
$large_scene_image_type['width'], $large_scene_image_type['height'])
- .$this->l('If smaller than the image-size setting, a white background will be added in order to achieve the correct image size.').'
'.
+ .$this->l('If smaller than the image size setting, a white background will be added in order to achieve the correct image size.').'
'.
$this->l('Note: To change image dimensions, please change the \'large_scene\' image type settings to the desired size (in Back Office > Preferences > Images).');
if ($obj->id && file_exists(_PS_SCENE_IMG_DIR_.$obj->id.'-large_scene.jpg'))
{
diff --git a/controllers/admin/AdminShopController.php b/controllers/admin/AdminShopController.php
index 03474a261..6d35b8859 100755
--- a/controllers/admin/AdminShopController.php
+++ b/controllers/admin/AdminShopController.php
@@ -340,9 +340,9 @@ class AdminShopControllerCore extends AdminController
}
if ($this->display == 'add')
- $group_desc = $this->l('Warning: you won\'t be able to change the group of this shop if this shop belong to a group with one of these options "share customers" or "share quantities" or "share orders" activated.');
+ $group_desc = $this->l('Warning: you won\'t be able to change the group of this shop if this shop belongs to a group with one of these options activated: Share Customers, Share Quantities or Share Orders');
else
- $group_desc = $this->l('You can only move your shop to a shop group with all "share" options disabled or to a shop group with no customers / orders.');
+ $group_desc = $this->l('You can only move your shop to a shop group with all "share" options disabled or to a shop group with no customers/orders.');
$this->fields_form['input'][] = array(
'type' => 'select',
diff --git a/controllers/admin/AdminShopGroupController.php b/controllers/admin/AdminShopGroupController.php
index 989316bdb..2ba19b14a 100644
--- a/controllers/admin/AdminShopGroupController.php
+++ b/controllers/admin/AdminShopGroupController.php
@@ -68,7 +68,7 @@ class AdminShopGroupControllerCore extends AdminController
$this->fields_options = array(
'general' => array(
- 'title' => $this->l('Multishop options'),
+ 'title' => $this->l('Multistore options'),
'fields' => array(
'PS_SHOP_DEFAULT' => array(
'title' => $this->l('Default shop:'),
@@ -129,9 +129,9 @@ class AdminShopGroupControllerCore extends AdminController
{
$this->fields_form = array(
'legend' => array(
- 'title' => $this->l('ShopGroup')
+ 'title' => $this->l('Shop Group')
),
- 'description' => $this->l('Warning: it is not recommended to enable the "share customers" and "share orders" options, because once they are activated and customers or orders are created, you won\'t be able to disable these options anymore. If you need these options, try to first consider using several categories instead on several shops.'),
+ 'description' => $this->l('Warning: it is not recommended to enable the "share customers" and "share orders" options, because once they are activated and customers or orders are created, you will not be able to disable these options. If you need these options, try to first consider using several categories instead on several shops.'),
'input' => array(
array(
'type' => 'text',
@@ -159,7 +159,7 @@ class AdminShopGroupControllerCore extends AdminController
'label' => $this->l('Disabled')
)
),
- 'desc' => $this->l('Once the option is enabled, the shops in this group will share their customers: if a customer registers on one of this group\'s shops, the account will automatically be available on the others shops of this goup. Warning: you won\'t be able to disable this option once you have customers registered on at least one shop of this group.'),
+ 'desc' => $this->l('Once the option is enabled, the shops in this group will share their customers: if a customer registers on one of this group\'s shops, the account will automatically be available on the others shops of this goup. Warning: you will not be able to disable this option once you have customers registered on at least one shop of this group.'),
),
array(
'type' => 'radio',
@@ -180,7 +180,7 @@ class AdminShopGroupControllerCore extends AdminController
'label' => $this->l('Disabled')
)
),
- 'desc' => $this->l('Share available quantities to sell between shops of this group. When changing this option, all product available quantities for this group will be reset to 0.'),
+ 'desc' => $this->l('Share available quantities to sell between shops of this group. When changing this option, all products available quantities for this group will be reset to 0.'),
),
array(
'type' => 'radio',
@@ -202,7 +202,7 @@ class AdminShopGroupControllerCore extends AdminController
'label' => $this->l('Disabled')
)
),
- 'desc' => $this->l('Once this option is enabled (which is only possible if customers and available quantities are shared among shops), the customer\'s cart will be shared among all the shops in this group. This way, any purchase started on one of the shops in this group will be able to be finished in another shop from the same shop group. Warning: you won\'t be able to disable this option once you have orders on at least one shop of this group.')
+ 'desc' => $this->l('Once this option is enabled (which is only possible if customers and available quantities are shared among shops), the customer\'s cart will be shared among all the shops in this group. This way, any purchase started on one of the shops in this group will be able to be finished in another shop from the same shop group. Warning: you will not be able to disable this option once you have orders on at least one shop of this group.')
),
array(
'type' => 'radio',
diff --git a/controllers/admin/AdminShopUrlController.php b/controllers/admin/AdminShopUrlController.php
index 791d627dd..821be71df 100644
--- a/controllers/admin/AdminShopUrlController.php
+++ b/controllers/admin/AdminShopUrlController.php
@@ -112,7 +112,7 @@ class AdminShopUrlControllerCore extends AdminController
);
else
$desc_virtual_uri = array(
- $this->l('You can use this option if you want to create a store with an URI that doesn\'t exist on your server (e.g. if you want your store to be available with the URL www.my-prestashop.com/my-store/shoes/, you have to set shoes/ in this field, assuming that my-store/ is your Physical URI).'),
+ $this->l('You can use this option if you want to create a store with a URI that doesn\'t exist on your server (e.g. if you want your store to be available with the URL www.my-prestashop.com/my-store/shoes/, you have to set shoes/ in this field, assuming that my-store/ is your Physical URI).'),
'
'.$this->l('URL rewriting must be activated on your server to use this feature.').' '
);
$this->fields_form = array(
@@ -226,7 +226,7 @@ class AdminShopUrlControllerCore extends AdminController
'name' => 'virtual_uri',
'desc' => $desc_virtual_uri,
'size' => 50,
- 'hint' => (!$update_htaccess) ? $this->l('Warning: the URL rewriting (E.g. mod_rewrite for Apache) seems to be disabled. If your URL don\'t work, please check with your host provider how to activate URL rewriting.') : '',
+ 'hint' => (!$update_htaccess) ? $this->l('Warning: URL rewriting (e.g. mod_rewrite for Apache) seems to be disabled. If your URL don\'t work, please check with your host provider how to activate URL rewriting.') : '',
),
array(
'type' => 'text',
@@ -281,7 +281,7 @@ class AdminShopUrlControllerCore extends AdminController
$this->show_toolbar = false;
if (isset($this->toolbar_btn['new']))
$this->toolbar_btn['new'] = array(
- 'desc' => $this->l('Add new url'),
+ 'desc' => $this->l('Add new URL'),
'href' => $this->context->link->getAdminLink('AdminShopUrl').'&add'.$this->table.'&id_shop='.$this->id_shop,
);
diff --git a/controllers/admin/AdminStockManagementController.php b/controllers/admin/AdminStockManagementController.php
index ad2f1a1f0..a1f8d73f8 100644
--- a/controllers/admin/AdminStockManagementController.php
+++ b/controllers/admin/AdminStockManagementController.php
@@ -110,7 +110,7 @@ class AdminStockManagementControllerCore extends AdminController
$this->displayInformation($this->l('Furthermore, you can move quantities of (transfer) products between warehouses, or within one warehouse.').'
');
$this->displayInformation($this->l('Note that if you want to increase quantities of multiple products at once, you can use the supply orders tab.').'
');
$this->displayInformation($this->l('Finally, you will be asked to specify the state of the quantity you will add:'));
- $this->displayInformation($this->l('usable for sale means that this quantity will be available in your shop(s),'));
+ $this->displayInformation($this->l('Usable for sale means that this quantity will be available in your shop(s),'));
$this->displayInformation($this->l('otherwise it will be considered reserved (i.e. for other purposes).'));
return parent::renderList();
diff --git a/controllers/admin/AdminStoresController.php b/controllers/admin/AdminStoresController.php
index 67e9e694a..67560b141 100644
--- a/controllers/admin/AdminStoresController.php
+++ b/controllers/admin/AdminStoresController.php
@@ -181,7 +181,7 @@ class AdminStoresControllerCore extends AdminController
),
array(
'type' => 'text',
- 'label' => $this->l('Postcode / Zip Code'),
+ 'label' => $this->l('Postal Code/Zip Code'),
'name' => 'postcode',
'size' => 6,
'required' => true
@@ -224,7 +224,7 @@ class AdminStoresControllerCore extends AdminController
'required' => true,
'size' => 11,
'maxlength' => 12,
- 'desc' => $this->l('Store coordinates (e.g. 45.265469 / -47.226478)')
+ 'desc' => $this->l('Store coordinates (e.g. 45.265469/-47.226478)')
),
array(
'type' => 'text',
@@ -468,7 +468,7 @@ class AdminStoresControllerCore extends AdminController
'type' => 'text'
),
'PS_SHOP_CODE' => array(
- 'title' => $this->l('Postcode / Zip code'),
+ 'title' => $this->l('Postal Code/Zip code'),
'validation' => 'isGenericName',
'size' => 6,
'type' => 'text'
diff --git a/controllers/admin/AdminSuppliersController.php b/controllers/admin/AdminSuppliersController.php
index 901ab9ec1..2dd030da2 100644
--- a/controllers/admin/AdminSuppliersController.php
+++ b/controllers/admin/AdminSuppliersController.php
@@ -120,7 +120,7 @@ class AdminSuppliersControllerCore extends AdminController
),
array(
'type' => 'text',
- 'label' => $this->l('Postcode / Zip Code:'),
+ 'label' => $this->l('Postal Code/Zip Code:'),
'name' => 'postcode',
'size' => 10,
'maxlength' => 12,
@@ -397,7 +397,7 @@ class AdminSuppliersControllerCore extends AdminController
if (!($obj = $this->loadObject(true)))
return;
else if (SupplyOrder::supplierHasPendingOrders($obj->id))
- $this->errors[] = $this->l('It is not possible to delete a supplier if there are any pending supply order.');
+ $this->errors[] = $this->l('It is not possible to delete a supplier if there are any pending supplier orders.');
else
{
//delete all product_supplier linked to this supplier
diff --git a/controllers/admin/AdminSupplyOrdersController.php b/controllers/admin/AdminSupplyOrdersController.php
index 07cebff81..54be43c9b 100644
--- a/controllers/admin/AdminSupplyOrdersController.php
+++ b/controllers/admin/AdminSupplyOrdersController.php
@@ -335,7 +335,7 @@ class AdminSupplyOrdersControllerCore extends AdminController
$this->l('Also, changing the currency or the supplier will reset the order.')
.'
'
.'
'.
- $this->l('Finaly, please note that you can only order from one supplier at once.')
+ $this->l('Finaly, please note that you can only order from one supplier at a time.')
);
return parent::renderForm();
}
@@ -508,7 +508,7 @@ class AdminSupplyOrdersControllerCore extends AdminController
$this->_where .= ' AND a.id_warehouse = '.$this->getCurrentWarehouse();
// re-defines toolbar & buttons
- $this->toolbar_title = $this->l('Stock: Supply orders templates');
+ $this->toolbar_title = $this->l('Stock: Supply order templates');
$this->initToolbar();
unset($this->toolbar_btn['new']);
$this->toolbar_btn['new'] = array(
diff --git a/controllers/admin/AdminTranslationsController.php b/controllers/admin/AdminTranslationsController.php
index bb6386c74..a97f9cf15 100644
--- a/controllers/admin/AdminTranslationsController.php
+++ b/controllers/admin/AdminTranslationsController.php
@@ -1393,7 +1393,7 @@ class AdminTranslationsControllerCore extends AdminController
$language_code = Tools::htmlentitiesUTF8(Language::getLanguageCodeByIso(Tools::getValue('lang')));
return array('language_code' => $language_code,
'not_available' => addslashes(html_entity_decode($this->l('this language is not available in Google Translate\'s API'), ENT_QUOTES, 'utf-8')),
- 'tooltip_title' => addslashes(html_entity_decode($this->l('Google Translate suggests :'), ENT_QUOTES, 'utf-8'))
+ 'tooltip_title' => addslashes(html_entity_decode($this->l('Google Translate suggests:'), ENT_QUOTES, 'utf-8'))
);
}
diff --git a/controllers/admin/AdminWarehousesController.php b/controllers/admin/AdminWarehousesController.php
index 8b5a36730..33af6d918 100644
--- a/controllers/admin/AdminWarehousesController.php
+++ b/controllers/admin/AdminWarehousesController.php
@@ -145,7 +145,7 @@ class AdminWarehousesControllerCore extends AdminController
// sets the fields of the form
$this->fields_form = array(
'legend' => array(
- 'title' => $this->l('Warehouse informations'),
+ 'title' => $this->l('Warehouse information'),
'image' => '../img/admin/edit.gif'
),
'input' => array(
@@ -198,7 +198,7 @@ class AdminWarehousesControllerCore extends AdminController
),
array(
'type' => 'text',
- 'label' => $this->l('Postcode / Zip Code:'),
+ 'label' => $this->l('Postcode/Zip Code:'),
'name' => 'postcode',
'size' => 10,
'maxlength' => 12,
diff --git a/translations/de/admin.php b/translations/de/admin.php
index bb7b66ea7..8c0cb2165 100644
--- a/translations/de/admin.php
+++ b/translations/de/admin.php
@@ -33,11 +33,11 @@ $_LANGADM['AdminAddresses919d1ffe6c1855e790a416efa7b4cc4e'] = 'Steuernummer';
$_LANGADM['AdminAddressesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminAddressesbaa31a65f29121c32b637bb845d41acf'] = 'Adress-Kürzel';
$_LANGADM['AdminAddressesce26601dac0dea138b7295f02b7620a7'] = 'Kunde';
-$_LANGADM['AdminAddressesd108a94475e22677c0cd8ecdc3f0eb62'] = 'Postleitzahl';
$_LANGADM['AdminAddressesd3b206d196cd6be3a2764c1fb90b200f'] = 'Ausgewählte Elemente löschen';
$_LANGADM['AdminAddressesdd7bf230fde8d4836917806aff6a6b27'] = 'Adresse';
$_LANGADM['AdminAddressese25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen ?';
$_LANGADM['AdminAddressesea318a4ad37f0c2d2c368e6c958ed551'] = 'DNI / NIF / FK';
+$_LANGADM['AdminAddressesefbe7a69a4c8d54da7d255fe28cd1a5c'] = 'Postleitzahl';
$_LANGADM['AdminAddressesf64be5eef68442a8f50cf535b92ad3e4'] = 'Land:';
$_LANGADM['AdminAddressesf90e807b74928118048a1a6fa65ebfe5'] = 'E-Mail Kunde';
$_LANGADM['AdminAddressesfe66abce284ec8589e7d791185b5c442'] = 'Festnetznummer';
@@ -192,6 +192,7 @@ $_LANGADM['AdminCarriers16650c3cbb2dc17ebcdba01fb1f31f89'] = 'Laden Sie ein Logo
$_LANGADM['AdminCarriers1bd33faf04b6c7e0090de4f3e5915178'] = 'Gruppenzugang.';
$_LANGADM['AdminCarriers1d6af794b2599c1407a83029a09d1ecf'] = 'Versanddienste';
$_LANGADM['AdminCarriers24a23d787190f2c4812ff9ab11847a72'] = 'Status:';
+$_LANGADM['AdminCarriers25fb8753d582a71ec3df328b1adc8b93'] = 'Ein Versanddienst kann z.B. eine Gewichtsspanne zwischen 0 und 5 kg befördern, ein anderer Versanddienst eine Gewichtsspanne von 5 kg bis 10 kg.';
$_LANGADM['AdminCarriers2c261299e5086bd16299a8e8077862c8'] = 'Klasse:';
$_LANGADM['AdminCarriers3194ebe40c7a8c29c78ea79066b6e05c'] = 'Während der Bestellung angezeigter Name des Versanddienstes';
$_LANGADM['AdminCarriers345bbbb0655372cd66cd37b8fdc4b766'] = 'Maximale Packungstiefe:';
@@ -226,7 +227,6 @@ $_LANGADM['AdminCarriers8430a7b1b81635e3df949c2845303303'] = 'Optionen Versanddi
$_LANGADM['AdminCarriers85ed6154e19cc138c7281ba6129641d3'] = 'Verfügbare Lieferzonen des Versandunternehmens';
$_LANGADM['AdminCarriers86b030372e7bf11a267c33851d28846a'] = 'Sie müssen die Gebühren für diesen Versanddienst angeben.';
$_LANGADM['AdminCarriers8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo';
-$_LANGADM['AdminCarriers8d01c1d555755768524f9ac3adcc30b3'] = 'Ein Versanddienst kann z.B. eine Gewichtsspanne zwischen 0 und 5 kg befördern, ein anderer Versanddienst eine Gewichtsspanne von 5 kg bis 10 kg.';
$_LANGADM['AdminCarriers8e97163e9714c4656e00b33f317bc181'] = 'Verladekosten:';
$_LANGADM['AdminCarriers8f497c1a3d15af9e0c215019f26b887d'] = 'Frist';
$_LANGADM['AdminCarriers92c713cffb8085099e9ab6b8a7387b5e'] = 'Verlade- und Transportkosten für diesen Versanddienst mit einschließen';
@@ -428,7 +428,6 @@ $_LANGADM['AdminCategories7548ed945ffa864fb31c526b79748bcb'] = 'Produkte ebenfal
$_LANGADM['AdminCategories7b250cb374c12c42a75227ba75df7779'] = 'Meta Titel:';
$_LANGADM['AdminCategories7dce122004969d56ae2e0245cb754d35'] = 'Bearbeiten';
$_LANGADM['AdminCategories86754577897acfb25deb69039d49d9a7'] = 'Status';
-$_LANGADM['AdminCategories912b0ddf5cf99be6062eff780d58c50b'] = '%s - Alle Personen, die ein Konto auf der Site erstellt haben.';
$_LANGADM['AdminCategories93cba07454f06a4a960172bbd6e2a435'] = 'Ja';
$_LANGADM['AdminCategories9f87a4708828a6a6cb07b1410f8f73e8'] = 'Klicken Sie auf alle Gruppen, denen Sie Zugang zu dieser Kategorie geben möchten';
$_LANGADM['AdminCategoriesa36f97f31dbcb265fb08f5c0626261ea'] = '%s - Kunden, die einen Auftrag als Gast platziert haben.';
@@ -450,6 +449,7 @@ $_LANGADM['AdminCategoriesef7de3f485174ff47f061ad27d83d0ee'] = 'ausgewählt';
$_LANGADM['AdminCategoriesf0eaa209893a6bb5512c9876037b82be'] = 'Logo der Kategorie von Ihrem Rechner herunterladen';
$_LANGADM['AdminCategoriesf16b5952df8d25ea30b25ff95ee8fedf'] = 'Shop-Zugehörigkeit.';
$_LANGADM['AdminCategoriesfe4456077f52726a3f573d894ad106a0'] = 'Kategorie kann nicht auch Eltern-Kategorie zugleich sein.';
+$_LANGADM['AdminCategoriesfe731b8039502b7b8a526edc4e232785'] = '%s - Alle Personen, die ein Konto auf der Site erstellt haben.';
$_LANGADM['AdminCms00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert';
$_LANGADM['AdminCms084af17ae8dce6465e3acd94a3d995c1'] = 'Ihre CMS-Seite wird als Entwurf gespeichert';
$_LANGADM['AdminCms1dec4f55522b828fe5dacf8478021a9e'] = 'Vereinfachte URL:';
@@ -515,7 +515,7 @@ $_LANGADM['AdminContactsd3b206d196cd6be3a2764c1fb90b200f'] = 'Ausgewählte Eleme
$_LANGADM['AdminContactse25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen ?';
$_LANGADM['AdminContactsf16b5952df8d25ea30b25ff95ee8fedf'] = 'Shop-Zugehörigkeit.';
$_LANGADM['AdminContactsfca1f01db55feb7e6c92c4a7914ef990'] = 'Wenn aktiviert, werden alle Nachrichten im \"Kundenservice\"-Tab gespeichert.';
-$_LANGADM['AdminController0c6992101fe78e4f1ae3f391c485de29'] = 'Lokalisierungspaket erfolgreich installiert';
+$_LANGADM['AdminController0c6992101fe78e4f1ae3f391c485de29'] = 'Rückzahlung abgeschlossen';
$_LANGADM['AdminController12c500ed0b7879105fb46af0f246be87'] = 'Bestellungen';
$_LANGADM['AdminController13348442cc6a27032d2b4aa28b75a5d3'] = 'Suche';
$_LANGADM['AdminController151648106e4bf98297882ea2ea1c4b0e'] = 'Aktualisierung erfolgreich';
@@ -546,13 +546,13 @@ $_LANGADM['AdminController5196611ad1bf27e9cef5375b038c04db'] = 'Holen Sie mich h
$_LANGADM['AdminController529a53abbdf42a64cb2d149c0aeced04'] = 'Letzte Aufträge';
$_LANGADM['AdminController53cd939ae14e33855274e17a3c411fdd'] = 'Aus Sicherheitsgründen müssen Sie:';
$_LANGADM['AdminController56deca22a707214865f7ea3ae6391d67'] = 'Rechnungen';
+$_LANGADM['AdminController5b24b7eb082a90dbea88d12c746b6c54'] = 'Modul geladen';
$_LANGADM['AdminController5bdc90e9608e48cc15f38ff360cd234a'] = 'Mitteilung, die auf dem Formularbutton (Sende-Button) angezeigt wird (verpflichtend)';
$_LANGADM['AdminController6175b106e638d4dd873cb3ff96724392'] = 'Vorschaubilder wiederhergestellt';
$_LANGADM['AdminController630f6dc397fe74e52d5189e2c80f282b'] = 'Zurück zur Liste';
$_LANGADM['AdminController6b5ed001b03b7e1788ba881c15a08633'] = 'Modul(e) erfolgreich installiert';
$_LANGADM['AdminController77181afe06241c54ef771a23ee6da8f4'] = 'Letzte Nachrichten';
$_LANGADM['AdminController795aa39f13629841edad6c04d3aca405'] = 'Bilder erfolgreich umgezogen';
-$_LANGADM['AdminController7cfc3f369b8123e1c2d22a37b31a49a7'] = 'Modul geladen';
$_LANGADM['AdminController7dce122004969d56ae2e0245cb754d35'] = 'Bearbeiten';
$_LANGADM['AdminController84b4d8c8cdd02488c0f868e97b22a3c2'] = 'Erstellung erfolgreich';
$_LANGADM['AdminController8524de963f07201e5c086830d370797f'] = 'Lädt...';
@@ -582,7 +582,6 @@ $_LANGADM['AdminControllerc112bd7d596888979be02bd780e6a94f'] = 'Diese Bestellung
$_LANGADM['AdminControllerc9cc8cce247e49bae79f15173ce97354'] = 'Speichern';
$_LANGADM['AdminControllercbebc850f5f849e8956b5f8075f48f69'] = 'Überall';
$_LANGADM['AdminControllerd2d2000f7fa636acd871f43c085a75dc'] = 'Neue Kundenregistrierung im Shop.';
-$_LANGADM['AdminControllerd4fecde5ac83b59cc690fd4d26d79abe'] = 'Rückzahlung abgeschlossen';
$_LANGADM['AdminControllerd70861cbe7f8c9a1241c39b3e7ef5ef2'] = 'Meinen Shop anzeigen';
$_LANGADM['AdminControllerdb26e10564e958809d798e8048fcbc0a'] = 'Security Key ungültig';
$_LANGADM['AdminControllerdef73ea130852d9e7813ee61eefa24e7'] = 'Konfiguration aktualisiert';
@@ -594,6 +593,7 @@ $_LANGADM['AdminControlleree05efe0548fdafc9e85cb4c34fbe845'] = 'Bild gelöscht';
$_LANGADM['AdminControlleref61fb324d729c341ea8ab9901e23566'] = 'Neu';
$_LANGADM['AdminControllerf84b4e2770ec98e3db2926cd49864d2f'] = 'Mein Profil';
$_LANGADM['AdminCountries00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert';
+$_LANGADM['AdminCountries0a53552f9e321977e6b934ebdda25582'] = 'Nationale Postleitzahl (L für einen Brief, N für eine Zahl und C für den ISO-Code des Landes), z.B. NNNNN für Frankreich. Keine Überprüfung, falls nicht definiert.';
$_LANGADM['AdminCountries10d30c6319cf61386c878e4d9a3e09a2'] = 'Beeinflusst die neue Zone';
$_LANGADM['AdminCountries1fc805aa4640fe85ccfc7bdb7c88d319'] = 'Länder im Front-Office beschränken, welche durch aktive Versanddienste beliefert werden können.';
$_LANGADM['AdminCountries24a23d787190f2c4812ff9ab11847a72'] = 'Status:';
@@ -637,7 +637,6 @@ $_LANGADM['AdminCountriesde75ad491bc3786b95925170ce710a4f'] = 'Internationale Te
$_LANGADM['AdminCountriese25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen ?';
$_LANGADM['AdminCountriese6e42855066e7a3ae050b2c698021b14'] = 'Zone:';
$_LANGADM['AdminCountriesec156a02718eeb18048c8589bea1f4a1'] = 'Telefonvorwahl:';
-$_LANGADM['AdminCountrieseeecf5643624f7dcd13b7f811081b2a0'] = 'Nationale Postleitzahl (L für einen Brief, N für eine Zahl und C für den ISO-Code des Landes), z.B. NNNNN für Frankreich. Keine Überprüfung, falls nicht definiert.';
$_LANGADM['AdminCountriesf16b5952df8d25ea30b25ff95ee8fedf'] = 'Shop-Zugehörigkeit.';
$_LANGADM['AdminCountriesf52c1ff75f69fa46ae947f0a3f653641'] = 'Präferenzen Land';
$_LANGADM['AdminCountriesf63779d1369491623f1370ab2c6c2f59'] = 'Adressenanzeige';
@@ -684,7 +683,7 @@ $_LANGADM['AdminCurrenciesf6536046d7af41c3f3975868d6963179'] = 'Wechselkurse Upd
$_LANGADM['AdminCustomerPreferences0db377921f4ce762c62526131097968f'] = 'Allgemein';
$_LANGADM['AdminCustomerPreferences26e5002f029295754912e08802738202'] = 'Die \"Nur Kontoerstellung\"-Registrierungsoption erlaubt dem Kunden eine schnellere Registrierung, sodass er seine Anschrift später erstellen kann.';
$_LANGADM['AdminCustomerPreferences640fd0cc0ffa0316ae087652871f4486'] = 'Minuten';
-$_LANGADM['AdminCustomerPreferences67458556ae94f00252a3a6851136e618'] = 'Aktiviere oder deaktiviere den B2B-Modus. Wenn diese Option aktiviert ist, sind einige B2B-Funktionen verfügbar.';
+$_LANGADM['AdminCustomerPreferences7855deadf09275ad7e3b278d5996ac2c'] = 'Aktiviere oder deaktiviere den B2B-Modus. Wenn diese Option aktiviert ist, sind einige B2B-Funktionen verfügbar.';
$_LANGADM['AdminCustomerPreferences87eed0b2fbd8bec6796514f309d87aec'] = 'Minimaler Zeitraum vor dem Anfordern eines neuen Kennworts';
$_LANGADM['AdminCustomerPreferences8d7a93422a7ecd89d12811e22055f6d5'] = 'Wiederherstellung des Warenkorbs nach Authentifizierung des Kunden';
$_LANGADM['AdminCustomerPreferences94b6d51eba42212c637389834eadf488'] = 'Wiederherstellung des Kennworts:';
@@ -728,7 +727,6 @@ $_LANGADM['AdminCustomerThreads49ee3087348e8d44e1feda1917443987'] = 'Name';
$_LANGADM['AdminCustomerThreads4e3e1e679ce70fbdb7ddd2f065f8fdcb'] = 'Ändern Sie den Status der Meldung:';
$_LANGADM['AdminCustomerThreads548abe251b033d863417979998dba612'] = 'Weiterleiten';
$_LANGADM['AdminCustomerThreads55638f767e8def50975d96664977b2e8'] = 'Passwort, um mit dem IMAP Server verbinden zu können';
-$_LANGADM['AdminCustomerThreads566a5cfd6a2549470874fdd2eccfb9ec'] = 'Lösche Nachrichten nach Syncronisation. Wird die Option nicht aktiviert, dauert die Syncronisation länger';
$_LANGADM['AdminCustomerThreads64898ffcd380ab607ccfe2f843447424'] = 'Alle Kundennachrichten';
$_LANGADM['AdminCustomerThreads693c61ec70b6c06dbd376fd208a125a0'] = 'Gesamtzahl der Themen';
$_LANGADM['AdminCustomerThreads694e8d1f2ee056f98ee488bdc4982d73'] = 'Menge';
@@ -750,11 +748,11 @@ $_LANGADM['AdminCustomerThreads939315783ef4f2eb1cbdac37f3fd1e6b'] = 'Beendete Th
$_LANGADM['AdminCustomerThreads940663fd4428d2c86f9a4780b6574028'] = 'Nachricht:';
$_LANGADM['AdminCustomerThreads95923cff2ad4637372adcdf25e4581f8'] = 'Bedeutung des Status';
$_LANGADM['AdminCustomerThreads9788af9fa097020a285afc0651a0721c'] = 'Kunde sehen';
+$_LANGADM['AdminCustomerThreads99bb18c8b8f4e74ed96b7223528ff8e4'] = 'verwenden Sie keine Start-TLS zur Verschlüsselung der Sitzung, auch bei Servern, die dies unterstützen';
$_LANGADM['AdminCustomerThreads9ded2410eec9b3cd03b66ebf2ab77557'] = 'Validierte Zertifikate werden von TLS/SSL-Server nicht rnbenötigt, wenn Server selbst-signierte Zertifikate nutzt.';
$_LANGADM['AdminCustomerThreadsa013c2e2c4fbd0789d5d61c1bbb4018a'] = 'Benutzer, um mit dem IMAP Server erbinden zu können';
$_LANGADM['AdminCustomerThreadsa19330a6fc36ebae6683cc023e295687'] = 'Synchronisation starten:';
$_LANGADM['AdminCustomerThreadsa1fa27779242b4902f7ae3bdd5c6d508'] = 'Typ';
-$_LANGADM['AdminCustomerThreadsb16f6f0a15444f622696db412c0845d9'] = 'verwenden Sie keine Start-TLS zur Verschlüsselung der Sitzung, auch bei Servern, die dies unterstützen';
$_LANGADM['AdminCustomerThreadsb20d33a926b1e5b39db18b2911e1c1f9'] = 'Diese Nachricht beantworten';
$_LANGADM['AdminCustomerThreadsb3f251dafa622267b0972a0d52dfd9b2'] = 'Senden von Dateien zulassen';
$_LANGADM['AdminCustomerThreadsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
@@ -771,6 +769,7 @@ $_LANGADM['AdminCustomerThreadsca7e64e3f55ef8e0f50818d8117d26cc'] = 'Lösche Nac
$_LANGADM['AdminCustomerThreadscb8fe83175bea4ba19d633b1dc6ea656'] = 'Bestellung sehen';
$_LANGADM['AdminCustomerThreadsce26601dac0dea138b7295f02b7620a7'] = 'Kunde';
$_LANGADM['AdminCustomerThreadscf090b8fa4a136ed6058aaf84d5d2538'] = 'Letzte Nachricht';
+$_LANGADM['AdminCustomerThreadscf9a575eb1ddd375fa01d84719cb09c5'] = 'Lösche Nachrichten nach Syncronisation. Wird die Option nicht aktiviert, dauert die Syncronisation länger';
$_LANGADM['AdminCustomerThreadsd1228f5476d15142b1358ae4b5fa2454'] = 'Bestellung Nummer';
$_LANGADM['AdminCustomerThreadsd13d8380c3f4de07fef91a42fe6c60d7'] = 'Kunden-ID';
$_LANGADM['AdminCustomerThreadsd1ff615eaf1187f7de79a8a5aaf4f3ad'] = 'Die Nachricht als \"Warten auf 2\" markieren (wird später beantwortet)';
@@ -1033,11 +1032,11 @@ $_LANGADM['AdminGeolocation17812004136cffbd9c55b624f8d21557'] = 'Folgende Funkti
$_LANGADM['AdminGeolocation3c29cdd006ea897dfce69a894179ab00'] = 'Besucher können Ihren Katalog sehen, aber keine Bestellung aufgeben';
$_LANGADM['AdminGeolocation3f089ec9b9ef410a9d81bef70114d387'] = 'Zur Verwendung des Geotargeting-Verfahrens, laden Sie bitte';
$_LANGADM['AdminGeolocation4609449450efd4dbe3f05ef2e9c5151d'] = 'Alle Funktionen sind verfügbar';
+$_LANGADM['AdminGeolocation486d50aae5fa957d5787ed7efa5db124'] = 'Sie können IP-Adressen hinzufügen, die immer Zugriff auf Ihren Shop haben dürfen (z. B. Google bots\' IP).';
$_LANGADM['AdminGeolocation49ee3087348e8d44e1feda1917443987'] = 'Name';
$_LANGADM['AdminGeolocation6afb56f36ee6cf72e87b92d8f4f66e5a'] = 'und entpacken Sie sie im Ordner tools/geoip/';
$_LANGADM['AdminGeolocation8beea67a449f1c8e352838c8a1a77111'] = 'Verhalten des Geotargeting für Länder mit Zugriffsbeschränkung:';
$_LANGADM['AdminGeolocation976b976e66879a470635bf0f660e81fc'] = 'diese Datei herunter';
-$_LANGADM['AdminGeolocation986fc46ee10c94c095dd4c7a02d9cd13'] = 'Sie können IP-Adressen hinzufügen, die immer Zugriff auf Ihren Shop haben dürfen (z. B. Google bots\' IP).';
$_LANGADM['AdminGeolocationa01cc331a5445f14688f311fcbabeff3'] = 'Besucher können Ihren Katalog nicht sehen';
$_LANGADM['AdminGeolocationa47cbf8871ff07c40a87bb58e412c063'] = 'Wählen Sie die Länder, die auf Ihren Shop zugreifen können:';
$_LANGADM['AdminGeolocationaa3b1c5568c71eb8b7a22e5f07c70cd4'] = 'Geotargeting über IP:';
@@ -1070,7 +1069,6 @@ $_LANGADM['AdminGroups40382ca2b15ff499eb4e5c101424bc81'] = 'Autorisierte Module:
$_LANGADM['AdminGroups42ba7a29aa37fc2cb42f5381e71afb9f'] = 'Kundenmitglieder dieser Gruppe';
$_LANGADM['AdminGroups49ee3087348e8d44e1feda1917443987'] = 'Name';
$_LANGADM['AdminGroups4c41e0bd957698b58100a5c687d757d9'] = 'Alle wählen';
-$_LANGADM['AdminGroups4c5b2bb26372d8f319dfcc2410306e6f'] = 'Module Einschränkungen:';
$_LANGADM['AdminGroups4e140ba723a03baa6948340bf90e2ef6'] = 'Name:';
$_LANGADM['AdminGroups6103f2da0d42ee18da16ecc0237e7d71'] = '%s - Alle Personen, die ein Konto auf der Site erstellt haben.';
$_LANGADM['AdminGroups6adf97f83acf6453d4a6a4b1070f3754'] = 'Keine';
@@ -1093,6 +1091,7 @@ $_LANGADM['AdminGroupsc38266740494aa4980d05c606fccac10'] = 'Kundengruppe';
$_LANGADM['AdminGroupsd3b206d196cd6be3a2764c1fb90b200f'] = 'Ausgewählte Elemente löschen';
$_LANGADM['AdminGroupse25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen ?';
$_LANGADM['AdminGroupse7446ea32216e8bf4fa8cb6460b725d6'] = 'Kategorie-Rabatt hinzufügen';
+$_LANGADM['AdminGroupse9387910d703dea7b246b24b03e1f5b6'] = 'Module Einschränkungen:';
$_LANGADM['AdminGroupseccfd9991ad977b2a83f9b5eadb3e723'] = 'Achtung: Wird der Rabatt angewendet, wird die Kategorie nicht allgemein verringert, sondern ersetzt.';
$_LANGADM['AdminGroupsef53538ae41a651c7f72ab6cb1135d8c'] = 'Mitglieder';
$_LANGADM['AdminGroupsf16b5952df8d25ea30b25ff95ee8fedf'] = 'Shop-Zugehörigkeit.';
@@ -1170,9 +1169,9 @@ $_LANGADM['AdminImages2914a2c17b20114220e1ae90c632c083'] = 'Nur Buchstaben (z.B.
$_LANGADM['AdminImages2a911eb0d71d1b707a3f9d722a5935c2'] = 'JPEG nutzen';
$_LANGADM['AdminImages2c1bbb0a5ff08c8011d6ea83084277ff'] = 'Angabe möglich von 9 (schlechteste Qualität, kleinste Dateigröße) bis 0 (Beste Qualität, größere Dateigröße)';
$_LANGADM['AdminImages2c595b4f6d0c5d25b9c326fcb9738e33'] = 'Artikelbilder';
-$_LANGADM['AdminImages2f3a0a59431377e0f8f38e477ff12550'] = 'Dieser Typ wird bei den Szenenbildern angewendet';
$_LANGADM['AdminImages32954654ac8fe66a1d09be19001de2d4'] = 'Breite';
$_LANGADM['AdminImages354201ec60b95b44215813749c0ff186'] = 'Maximale Größe der Produktbilder:';
+$_LANGADM['AdminImages3719d0b4383760b285bb1b0b930a39d8'] = 'Dieser Typ wird bei den Produktbildern angewendet';
$_LANGADM['AdminImages38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern';
$_LANGADM['AdminImages3bd4acb4872f8ba5fe487ea5b008b463'] = 'Bild erstellen nach:';
$_LANGADM['AdminImages3bfa8daa236ed8bde7eb2179e8ee9765'] = 'Vorsicht!! Manuell erzeugte Vorschaubilder werden automatisch durch die automatische Generierung ersetzt.';
@@ -1194,6 +1193,7 @@ $_LANGADM['AdminImages8c38776925f7cf41c090646a43157024'] = 'Kategorien:';
$_LANGADM['AdminImages8e6cd17ee7b35531b7c17c1e1edeb548'] = 'Stellt die Vorschaubilder für alle Produkte und Kategorien wieder her';
$_LANGADM['AdminImages9df22f196a33acd0b372fe502de51211'] = 'automatisch';
$_LANGADM['AdminImagesa00e46e856e637f8fd077b4fd710c9e2'] = 'Lieferanten:';
+$_LANGADM['AdminImagesa0762df0f0edfd0d311e73b12bc3a90d'] = 'Bilderdubletten werden gefunden, wenn Sie die Bilder verschieben. Diese Dubletten kommen von nicht genutzten Musterbildern. Bitte vergewissern Sie sich dass der Ordner';
$_LANGADM['AdminImagesaa1f7d7328e9e7e730dc09ae4a3b0d49'] = 'WARNUNG: Dieses Feature ist möglicherweise nicht kompatibel mit Ihrem Theme oder mit einigen Modulen. Insbesondere ist der PNG-Modus nicht kompatibel mit dem Wasserzeichen-Modul. Wenn Sie irgendwelche Probleme feststellen, schalten Sie ihn aus, indem Sie \"JPEG nutzen\" wählen.';
$_LANGADM['AdminImagesaf1b98adf7f686b84cd0b443e022b7a0'] = 'Kategorien';
$_LANGADM['AdminImagesb08ea6a4f29e76c9d843856917642409'] = 'Legacy Bilderspeichersystem nutzen:';
@@ -1211,7 +1211,6 @@ $_LANGADM['AdminImagesc5e26b2211d5ecbbeac96ea6e1cbb7c2'] = 'PNG Qualität';
$_LANGADM['AdminImagesc74631a03e7deaee7df23f66f8d3e66d'] = 'Prestashop nutzt jetzt ein neues Bilderspreichersystem. Es bietet eine bessere Performance, wenn der Shop eine große Produktanzahl besitzt.';
$_LANGADM['AdminImagesc9c4e9c1a92d9b15e0cdefc7ddb1bbd5'] = 'Maximale Breite der vom Kunden gesendeten Bilder';
$_LANGADM['AdminImagescb2f901ceed5c3365d056794a1b5047f'] = 'Wenn Sie eine Änderung vornehmen, vergessen Sie nicht, die Bilder wieder herzustellen';
-$_LANGADM['AdminImagescd44fbac53481034ac90430dfe6d40c5'] = 'Dieser Typ wird bei den Produktbildern angewendet';
$_LANGADM['AdminImagescdb7cf7699ae1a3a9e4652575caaa4ea'] = 'Dieser Typ wird bei den Bildern der Hersteller angewendet';
$_LANGADM['AdminImagescf40e19ee10782c4284cac90feb4f73e'] = 'Maximale Höhe in Pixel';
$_LANGADM['AdminImagesd379cadd41b68efe7c945b4d85c72085'] = 'Vorherige Bilder löschen';
@@ -1222,10 +1221,10 @@ $_LANGADM['AdminImagese57fbdf001b4b35e6ca7dcdc628ca853'] = 'Maximale Größe der
$_LANGADM['AdminImagese7ed00268dc16aecaac5a60aeb6f4c73'] = 'Diese Option können Sie nur setzen, nachdem Sie Ihre Bilder erfolgreich verschoben haben - Voreinstellungen->Bilder';
$_LANGADM['AdminImagese933dc24fb245d863a43b4fefe9b45f5'] = 'Höhe:';
$_LANGADM['AdminImageseaae26a6fb20ed3ef54fb23bfa0b1fcc'] = 'Breite';
-$_LANGADM['AdminImagesebd40d26dd06f36987228d4b358d7b64'] = 'Bilderdubletten werden gefunden, wenn Sie die Bilder verschieben. Diese Dubletten kommen von nicht genutzten Musterbildern. Bitte vergewissern Sie sich dass der Ordner';
$_LANGADM['AdminImageseec6c4bdbd339edf8cbea68becb85244'] = 'Höhe';
$_LANGADM['AdminImagesf520fc2ea7f469193c55bc499753a923'] = 'PNG nur nutzen, wenn die Bilder im PNG-Format vorliegen';
$_LANGADM['AdminImagesf559543da6c5866a2dd0ae70f4de370f'] = 'Format auswählen';
+$_LANGADM['AdminImagesf77ae784f81d2272408c33b242d6aa3d'] = 'Dieser Typ wird bei den Szenenbildern angewendet';
$_LANGADM['AdminImagesf9dd8a44548a14650f69aa067e752137'] = 'nur Beispielbilder enthält. Wenn ja, dann können Sie den Ordner löschen';
$_LANGADM['AdminImagesff17d73fa2731689640e8afa0f591b0f'] = 'JPEG Bilder haben eine kleinere Dateigröße und eine Standardqualität. PNG Bilder haben eine größere Dateigröße, eine bessere Qualität und unterstützen die Transparenz. In beiden Fällen erhalten die Bilder die Datei-Endung .jpg.';
$_LANGADM['AdminImagesfff0d600f8a0b5e19e88bfb821dd1157'] = 'Bilder';
@@ -1241,7 +1240,6 @@ $_LANGADM['AdminImport0a657a7416c29bdc5b134b61b863e7ee'] = 'Produkt (%d/%D) (in
$_LANGADM['AdminImport0c8476c5f5cdedcf296f6b3c22e0dffb'] = 'Die Sprachen Id-Nr.: (%d) (in Zeile %d) ist nicht gültig.';
$_LANGADM['AdminImport0e54046ff37bbcbb8f43d25e5de36d7c'] = 'CSV-Datei wurde in Ihren Shop importiert';
$_LANGADM['AdminImport11cb471ed9acf58bfb7fda59ebbbce5f'] = 'Was für eine Datei möchten Sie importieren?';
-$_LANGADM['AdminImport126a24b89fc776b9da2dd1963c058b28'] = 'Stückpreis (exkl. MwSt)';
$_LANGADM['AdminImport133eea6c50bd91342a97216a6204975a'] = 'Beispieldatei Bestellung.';
$_LANGADM['AdminImport1814d65a76028fdfbadab64a5a8076df'] = 'Zulieferer';
$_LANGADM['AdminImport1976d7f704de389d9fe064e08ea35b2d'] = 'Spalte';
@@ -1255,7 +1253,6 @@ $_LANGADM['AdminImport21f7b5b011f253b35340528b7f190282'] = 'Erstellungsdatum';
$_LANGADM['AdminImport22a1dae7d65f90acd53638dc81c3f376'] = '>>';
$_LANGADM['AdminImport2377be3c2ad9b435ba277a73f0f1ca76'] = 'Hersteller';
$_LANGADM['AdminImport2415390fb5052bb8221a93c9fc51b17f'] = 'Daten importieren';
-$_LANGADM['AdminImport25a7ad3a7ab1d5e1f468448adf17f963'] = '* Pflichtfelder';
$_LANGADM['AdminImport2688a544cd5ac33f27ab78c8d8c3acaa'] = 'Produktname *';
$_LANGADM['AdminImport278c491bdd8a53618c149c4ac790da34'] = 'Vorlage';
$_LANGADM['AdminImport284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Adressen';
@@ -1267,7 +1264,6 @@ $_LANGADM['AdminImport2dc88e28e0f7168a328ddf9cde304444'] = 'Einkaufsbestellungen
$_LANGADM['AdminImport2e21e83375deefc4a3620ab667157e27'] = 'Adresse 2';
$_LANGADM['AdminImport2eca847eb03cb63596621d5480ca7c24'] = 'Kennung/Nr. (%s) existiert bereits (at line %d).';
$_LANGADM['AdminImport3127e7f621d0c85f7db40e56dbec10c3'] = 'Geschlecht-ID (Mr = 1, Ms = 2, sonstige 0)';
-$_LANGADM['AdminImport358c9e7c439302610c91d2c990c66f23'] = 'Ignorieren Sie dieses Feld, wenn Sie das multishop tool nicht verwenden. Wenn Sie dieses Feld freilassen, wird Ihr normaler Shop verwendet';
$_LANGADM['AdminImport35ebd0ba1ead54eee9c5684437aa519b'] = 'Feldtrenner:';
$_LANGADM['AdminImport3613358eb490e62266eafaf2a9eede68'] = 'Text Auf Lager';
$_LANGADM['AdminImport3c1a34587e45bd9e9ae2efd9a6ecbb92'] = 'Auswirkungen auf das Gewicht:';
@@ -1277,6 +1273,7 @@ $_LANGADM['AdminImport406eba9770c82a84cae2d6ee3e846a56'] = 'Die erwartete Menge
$_LANGADM['AdminImport41b00531a619d5e0f965854e352529f1'] = 'ID der Produktvariante';
$_LANGADM['AdminImport427b6d816d7fdd86cabe48d8180a3cc9'] = 'Bild-URL';
$_LANGADM['AdminImport42c79d65619a9c13d81045f2fe5998aa'] = 'Adresse 1 *';
+$_LANGADM['AdminImport4677fede78bdecf929959272066d3e9e'] = 'Ignorieren Sie dieses Feld, wenn Sie das multishop tool nicht verwenden. Wenn Sie dieses Feld freilassen, wird Ihr normaler Shop verwendet';
$_LANGADM['AdminImport46a2a41cc6e552044816a2d04634545d'] = 'Staat';
$_LANGADM['AdminImport48d6c0804dd92fb5463bba154a8a747f'] = 'Ermäßigung bis zum (JJJJ-MM-TT)';
$_LANGADM['AdminImport4a49c8f248ebc1550c23159dbe0f1ace'] = 'Unsere Beispiele sind weiter untern verfügbar.';
@@ -1319,6 +1316,7 @@ $_LANGADM['AdminImport8fe77c2601e54f1aaef28cfde997bbad'] = 'Steuersatz';
$_LANGADM['AdminImport91412465ea9169dfd901dd5e7c96dd99'] = 'Dateien laden';
$_LANGADM['AdminImport92e74658e81859382db4a52efab2cb09'] = 'Sie müssen eine Datei hochladen, um zum nächsten Schritt zu gelangen';
$_LANGADM['AdminImport93d76a2ad766b4f564f7f91a9d23aed6'] = 'Sie können Ihre Daten auch per FTP in folgendes Verzeichnis uploaden:';
+$_LANGADM['AdminImport94fb72f3353fb2507e18fc6748f7a811'] = 'Stückpreis (exkl. MwSt)';
$_LANGADM['AdminImport95a6134288586bc854f6793506d00efd'] = 'Die Lagerhausnummer (%d) (in Zeile %d) ist nicht gültig.';
$_LANGADM['AdminImport964e5a863ba051181f8f537626f5c953'] = 'Lieferer ungültig';
$_LANGADM['AdminImport97f08a40f22a625d0cbfe03db3349108'] = 'Produkt-ID';
@@ -1366,6 +1364,7 @@ $_LANGADM['AdminImportca676c9ec4e1ae9fe9df3ac28910e6ef'] = 'Netto Stückpreis (%
$_LANGADM['AdminImportcbfb910715c99134a5987630fff104da'] = 'Musterdatei für Kategorien';
$_LANGADM['AdminImportd1457b72c3fb323a2671125aef3eab5d'] = '?';
$_LANGADM['AdminImportd66424c2034991e541dee7face1851fc'] = 'ISO-8859-1 verschlüsselte Datei?';
+$_LANGADM['AdminImportd7a158f13040edafc30b622d16c8b12d'] = '* Pflichtfelder';
$_LANGADM['AdminImportd7fa0b529a16e87f34d8ef35054c765c'] = 'Das Importieren von Bestellungen wird, alte Bestellung (falls vorhanden) löschen.';
$_LANGADM['AdminImportde8a97fd084105e9d0e74b4825b40010'] = 'Wählen Sie den Wert für jede Spalte';
$_LANGADM['AdminImportdf8ffb90c945e796f2cfd9265325b9c3'] = 'Kategorien (x, y, z. ..)';
@@ -1622,9 +1621,9 @@ $_LANGADM['AdminLogsecb833e2dc5d6c03d4d0cddf1b15e85a'] = 'Schweregrad';
$_LANGADM['AdminMaintenance0db377921f4ce762c62526131097968f'] = 'Allgemein';
$_LANGADM['AdminMaintenance63d55a76f76334550895ba3dda6e12d1'] = 'Aktivieren oder deaktivieren Sie Ihren Shop. Es ist sinnvoll den Shop zu deaktivieren, wenn Sie Wartungsarbeiten daran durchführen. Unberührt bleibt davon der Webservice, der weiterhin aktiviert bleibt';
$_LANGADM['AdminMaintenance7fe15a347d66e291d7a1375273226205'] = 'Shop aktivieren';
-$_LANGADM['AdminMaintenance876ca6e996b86e8d89994a04e89453e3'] = 'IP-Adressen, von denen der Zugriff auf die Shopansicht erlaubt ist, auch wenn der Shop deaktiviert ist. Benutzern Sie Kommas, um diese zu trennen (z. B. 42.24.4.2,127.0.0.1,99.98.97.96)';
$_LANGADM['AdminMaintenancec9cc8cce247e49bae79f15173ce97354'] = 'Speichern';
$_LANGADM['AdminMaintenancedaf835712085aaaf81818e7ebfeb66b8'] = 'Wartungs-IP';
+$_LANGADM['AdminMaintenancef15955bec4db0b64ad4c0f9c0afbf2f3'] = 'IP-Adressen, von denen der Zugriff auf die Shopansicht erlaubt ist, auch wenn der Shop deaktiviert ist. Benutzern Sie Kommas, um diese zu trennen (z. B. 42.24.4.2,127.0.0.1,99.98.97.96)';
$_LANGADM['AdminManufacturers0071aa279bd1583754a544277740f047'] = 'Element Nr. löschen';
$_LANGADM['AdminManufacturers0099c0173a3c7758b36025bdae9b4fc7'] = 'Aktiviert:';
$_LANGADM['AdminManufacturers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert';
@@ -1677,11 +1676,11 @@ $_LANGADM['AdminManufacturersc9cc8cce247e49bae79f15173ce97354'] = 'Speichern';
$_LANGADM['AdminManufacturersccf096490d2671f3ea97ea9289eee5b1'] = 'EAN13:';
$_LANGADM['AdminManufacturerscec59c4cf319e37788de60170226b705'] = 'Mobilnummer';
$_LANGADM['AdminManufacturersd0042a700e9bdf79689d63ee6846dc0e'] = 'Beschreibung:';
-$_LANGADM['AdminManufacturersd108a94475e22677c0cd8ecdc3f0eb62'] = 'Postleitzahl';
$_LANGADM['AdminManufacturersd3b206d196cd6be3a2764c1fb90b200f'] = 'Ausgewählte Elemente löschen';
$_LANGADM['AdminManufacturerse25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen ?';
$_LANGADM['AdminManufacturerse78b6f4eb3be046f4d25c07ce54954d4'] = 'Ref.:';
$_LANGADM['AdminManufacturersea4788705e6873b424c65e91c2846b19'] = 'Abbrechen';
+$_LANGADM['AdminManufacturersefbe7a69a4c8d54da7d255fe28cd1a5c'] = 'Postleitzahl';
$_LANGADM['AdminManufacturersf16b5952df8d25ea30b25ff95ee8fedf'] = 'Shop-Zugehörigkeit.';
$_LANGADM['AdminManufacturersf2a6c498fb90ee345d997f888fce3b18'] = 'Löschen';
$_LANGADM['AdminManufacturersf4a275a931b82e5058bc8ffad8b8e5bd'] = 'Hersteller:';
@@ -1696,7 +1695,6 @@ $_LANGADM['AdminMeta13f52e209a05e588d6966c38b5e1586b'] = 'Liste der Schlüsselw
$_LANGADM['AdminMeta14caa3d50da16368a8f30b53a5b72aa4'] = 'Automatisch zur kanonischen URL weiterleiten';
$_LANGADM['AdminMeta193cfc9be3b995831c6af2fea6650e60'] = 'Seite';
$_LANGADM['AdminMeta1dec4f55522b828fe5dacf8478021a9e'] = 'Vereinfachte URL:';
-$_LANGADM['AdminMeta2b8d5d29082dcd15416bfda7936daabd'] = 'URL-Rewriting (mod_rewrite) ist nicht auf Ihrem Server aktiv. Wenn Sie SEO-Friendly URL verwenden möchten, müssen Sie dies aktivieren.';
$_LANGADM['AdminMeta2f00a8ca42b86bfcb39cdd34665a1386'] = 'z.B.: \"Kontakte\" für http://mysite.com/shop/contacts nach http://mysite.com/shop/contact-form.php umleiten';
$_LANGADM['AdminMeta33de75d34ebe209ac0536cfef2d44206'] = 'Titel der Seite:';
$_LANGADM['AdminMeta345d6249c20c6319bb09edaaf536744b'] = 'Robots-Datei erzeugen';
@@ -1729,6 +1727,7 @@ $_LANGADM['AdminMetac9cc8cce247e49bae79f15173ce97354'] = 'Speichern';
$_LANGADM['AdminMetad3b206d196cd6be3a2764c1fb90b200f'] = 'Ausgewählte Elemente löschen';
$_LANGADM['AdminMetada82a2002384409477655085d5c4136e'] = 'Nur dann aktivieren, wenn Ihr Server URL-Rewriting zulässt (empfohlen)';
$_LANGADM['AdminMetadbb5f11eab5c5c375c4c5face47ddf1e'] = 'Seite:';
+$_LANGADM['AdminMetae0df82a65f2422b9d54e5edc25d28055'] = 'URL-Rewriting (mod_rewrite) ist nicht auf Ihrem Server aktiv. Wenn Sie SEO-Friendly URL verwenden möchten, müssen Sie dies aktivieren.';
$_LANGADM['AdminMetae1a7478962f9872f0765922496b26851'] = 'Es ist keine Seite verfügbar!';
$_LANGADM['AdminMetae25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen ?';
$_LANGADM['AdminMetae40f09f13be4201a607dfec5169b3a26'] = 'Wird empfohlen, Ihr Thema muss jedoch zugelassen sein';
@@ -1886,11 +1885,11 @@ $_LANGADM['AdminOrderPreferences6adf97f83acf6453d4a6a4b1070f3754'] = 'Keine';
$_LANGADM['AdminOrderPreferences6c9f73b6b5d16baa641cf8343348eb8d'] = 'Sie können die Art des Bestellvorgangs wählen, entweder Standard (5 Schritte, 5 Seiten) oder \"One Page Checkout\" (5 Schritte auf derselben Seite)';
$_LANGADM['AdminOrderPreferences6cda6c81a66d7faecf49e94a3b55e924'] = 'Wählen Sie die CMS-Seite der allgemeinen Geschäftsbedingungen';
$_LANGADM['AdminOrderPreferences9311ccba175a9f2fc72e7c6a3dfb6078'] = 'Legt eine Steuer für den Preis der Geschenkverpackung fest';
+$_LANGADM['AdminOrderPreferences93f38f4d38b6d62377df4249b0e2d3d1'] = 'Gast kann ohne Registrierung bestellen';
$_LANGADM['AdminOrderPreferences9dbf99031ad9e9bf50b975a33420850e'] = 'Mindestgesamtbetrag zur Durchführung einer Bestellung:';
$_LANGADM['AdminOrderPreferencesa2c3880e68cde73646da32ea19e17ab8'] = 'Erlaube Multi-Shopping';
$_LANGADM['AdminOrderPreferencesb563636fd3896671be0104bbc6783be4'] = 'One page checkout';
$_LANGADM['AdminOrderPreferencesb667478ccafce4bff6d427a6bca06269'] = 'Recycling-Geschenkverpackungen anbieten';
-$_LANGADM['AdminOrderPreferencesbe9308bd860ceb1133a1b482d74cc800'] = 'Gast kann ohne Registrierung bestellen';
$_LANGADM['AdminOrderPreferencesbf196450ae73492a138aa1953b2428b8'] = 'Kunden den Versand an mehrere Adressen erlauben. Die Option splittet den Warenkorb in einen oder mehrere Aufträge.';
$_LANGADM['AdminOrderPreferencesbf3b3ed0e4fd43efff9c26b3d35c6c2f'] = 'Geschenk-Optionen';
$_LANGADM['AdminOrderPreferencesc035796995e11f000835780bbadbd575'] = 'Standard (5 Schritte)';
@@ -2285,21 +2284,21 @@ $_LANGADM['AdminPerformancef4efdd180586cba038b52f2471e4075d'] = 'CCC (Verkettung
$_LANGADM['AdminPerformancef8198a372da81edfca0693a81242149d'] = 'Mcrypt ist schneller als unsere Klasse Blowfish, braucht aber die PHP-Erweiterung \"mcrypt\". Wenn Sie diese Einstellung ändern, werden alle alten Cookies neu initialisiert.';
$_LANGADM['AdminPerformancef8d698aea36fcbead2b9d5359ffca76f'] = 'Smarty';
$_LANGADM['AdminPerformancefdb3644651f3871a5e73f4dc271b64e3'] = 'Konventionelle Funktionsweise beibehalten';
+$_LANGADM['AdminPreferences03b62ec4239929885e0d9e068bff47e8'] = 'Die Multishop-Funktion ermöglicht Ihnen, mehrere Shops mit nur einem Administrationsbereich verwalten zu können. Wenn diese Funktion aktiviert ist, wird ein Tab \"Multishop\" unter dem Menü \"Erweiterte Parameter\" verfügbar sein.';
$_LANGADM['AdminPreferences0db377921f4ce762c62526131097968f'] = 'Allgemein';
$_LANGADM['AdminPreferences1656072e927c8d3acd24359cbb648bb5'] = 'SSL aktivieren';
-$_LANGADM['AdminPreferences17677e6d8339224e645bc98321a8fbed'] = 'Lieferer und Hersteller anzeigen, auch wenn die entsprechenden Blöcke deaktiviert sind';
$_LANGADM['AdminPreferences27f3765c3871cd5fe52f88f31dfe2c89'] = 'höher';
$_LANGADM['AdminPreferences38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern';
-$_LANGADM['AdminPreferences53d4ff7dff379f54c0ec1f8db0554afa'] = 'Die Multishop-Funktion ermöglicht Ihnen, mehrere Shops mit nur einem Administrationsbereich verwalten zu können. Wenn diese Funktion aktiviert ist, wird ein Tab \"Multishop\" unter dem Menü \"Erweiterte Parameter\" verfügbar sein.';
+$_LANGADM['AdminPreferences43b266c605d67eaa27801cc5dc0b3995'] = 'Multishop aktivieren';
$_LANGADM['AdminPreferences700e61469b84a66ddb24304a85b0c181'] = 'klassisch';
$_LANGADM['AdminPreferences79a8435260e0c3b17e30ccb1c6dfc75c'] = 'Lieferer und Hersteller anzeigen';
$_LANGADM['AdminPreferences8de64d6b49cebd2306af6ddbcd268700'] = 'Wenn Ihr Provider das SSL-Protokoll anbietet, können Sie die SSL-Verschlüsselung (https://) aktivieren zur Identifizierung der Kunden und des Bestellvorgangs';
$_LANGADM['AdminPreferences95be164e850e88c5282e84669f368e1b'] = 'Sie können den Rundungsmodus wählen, entweder immer nach oben, nach unten oder auf die herkömmliche Art abrunden.';
$_LANGADM['AdminPreferencesac2021d3c67ee796d7ab20a466ebd583'] = 'Rundungsregel';
$_LANGADM['AdminPreferencesbbd6622dbbdf4bcb166f5e3f018a2351'] = 'Hier klicken, um HTTPS Protokoll zu verwenden, befor Sie SSL einschalten.';
-$_LANGADM['AdminPreferencesc222d9543216761ec191ecb71865d2a9'] = 'Multishop aktivieren';
$_LANGADM['AdminPreferencescce43372fe8624c0edf870f417557b84'] = 'Aktiviert oder deaktiviert die Token im Front Office, um die Sicherheit von PrestaShop zu verbessern';
$_LANGADM['AdminPreferencese12874163bcb256726ddfe643aa53a63'] = 'Verbessert die Sicherheit des Front Office';
+$_LANGADM['AdminPreferencesef758cfb5ed7de72db22accf6ad539d0'] = 'Lieferer und Hersteller anzeigen, auch wenn die entsprechenden Blöcke deaktiviert sind';
$_LANGADM['AdminPreferencesf8d23e159df67b2673d7c29166864453'] = 'niedriger';
$_LANGADM['AdminProducts004bf6c9a40003140292e97330236c53'] = 'Aktion';
$_LANGADM['AdminProducts0063394f0497bfd610ebac0aee7cfc34'] = 'Kategorie/Zubehör';
@@ -2308,7 +2307,6 @@ $_LANGADM['AdminProducts00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert';
$_LANGADM['AdminProducts019d1ca7d50cc54b995f60d456435e87'] = 'Gebraucht';
$_LANGADM['AdminProducts01b6e20344b68835c5ed1ddedf20d531'] = 'Empfänger';
$_LANGADM['AdminProducts02fa003c38fefcda498b876f67f4cac7'] = 'Vereinfachte URL:';
-$_LANGADM['AdminProducts03596501a6ce61f5a66dc0146fbab03e'] = 'Sie haben keine ausreichenden Rechte zum Löschen von Elementen.';
$_LANGADM['AdminProducts03937134cedab9078be39a77ee3a48a0'] = 'Gruppe';
$_LANGADM['AdminProducts03c2e7e41ffc181a4e84080b4710e81e'] = 'Neu';
$_LANGADM['AdminProducts03e895d6310cdab805586fce4123ed08'] = 'Wählen Sie die Art Ihres Bildes aus:';
@@ -2326,6 +2324,7 @@ $_LANGADM['AdminProducts1063e38cb53d94d386f21227fcd84717'] = 'Löschen';
$_LANGADM['AdminProducts10b8ce36a973c8009b521b39488a89a7'] = 'Zusätzliche Versandkosten';
$_LANGADM['AdminProducts10cbdb4839f838ce30409739435a6070'] = 'Katalog:';
$_LANGADM['AdminProducts119a7c88cf8f1c685c57981abff26f43'] = 'Bestellungen annehmen';
+$_LANGADM['AdminProducts11a257a80f8c8d76132470b171de6795'] = 'Sie haben keine ausreichenden Rechte zum Löschen von Elementen.';
$_LANGADM['AdminProducts12085f07b6313b69c63a625d8e23f706'] = 'Benutzerdefinierter Wert';
$_LANGADM['AdminProducts1280169553c08486626f41d112b79450'] = 'Sie müssen das Produkt erst speichern, bevor Sie den Lieferant bestimmen.';
$_LANGADM['AdminProducts1284dfb4d1c104f5aa4ec55fa3883ff1'] = 'Bitte wählen Sie die Lagerhäuser für dieses Produkt und das Hauptlager/Standard-Lagerhaus.';
@@ -2381,11 +2380,9 @@ $_LANGADM['AdminProducts2bb8274755d1ebd33d759a3005bfbcd3'] = 'Einkaufspreis (exk
$_LANGADM['AdminProducts2fbbffeb17347d2d997ea3a61c1ceb73'] = 'Produkt aus der Liste verwenden';
$_LANGADM['AdminProducts3020c78ae45aff9a35b95856af076765'] = 'Lager';
$_LANGADM['AdminProducts30398718bca5d62f8e76919dffe29308'] = 'Höhe (Paket):';
-$_LANGADM['AdminProducts3114089efdafb899803901e897176873'] = 'Hierfür müssen Sie die erweiterte Lagerverwaltung global oder für dieses Produkt aktivieren.';
$_LANGADM['AdminProducts31fde7b05ac8952dacf4af8a704074ec'] = 'Vorschau';
$_LANGADM['AdminProducts32b502f33a535f75dcbf63f6753c631e'] = 'Tags:';
$_LANGADM['AdminProducts32b919d18cfaca89383f6000dcc9c031'] = 'Erzeugen';
-$_LANGADM['AdminProducts33b8eaeaa8a18a206505f6adc10cec25'] = 'z.B. pro Pfund';
$_LANGADM['AdminProducts37be07209f53a5d636d5c904ca9ae64c'] = 'Prozentsatz';
$_LANGADM['AdminProducts37cfa6b25252ad29f15194e30147f02b'] = 'Produkt-Standort in Lagerhäusern';
$_LANGADM['AdminProducts382b0f5185773fa0f67a8ed8056c7759'] = 'N/A';
@@ -2467,7 +2464,9 @@ $_LANGADM['AdminProducts6ba23760079b4b664d4d5e311c7d5984'] = 'Schlüsselwörter
$_LANGADM['AdminProducts6c9c761d2a07d20625686d8062992f80'] = 'Ich möchte die erweiterte Lagerverwaltung für dieses Produkt verwenden';
$_LANGADM['AdminProducts6ca82180f678cae60daa0476baf5e523'] = 'Sie können unterschiedliche Preise, für Kunden unterschiedlicher Gruppen, unterschiedlicher Länder etc. erstellen';
$_LANGADM['AdminProducts6da03a74721a0554b7143254225cc08a'] = 'Überholt';
+$_LANGADM['AdminProducts6dce63e4298f3e82afacf4e0328a6aef'] = 'Datei zu groß, maximale erlaubte Größe %1$d kB. Dateigröße der ausgewählten Datei: %2$d kB.';
$_LANGADM['AdminProducts6eac2df6a5cc74282553321a73c553fb'] = 'Bitte wählen Sie eine Kategorie um die Standard-Kategorie setzen zu können.';
+$_LANGADM['AdminProducts6ece9a14d0c8da14a1af607f9f7e0b36'] = 'Hat dieses Produkt eine zugehörige Datei?';
$_LANGADM['AdminProducts6f382b016d2f2357bae77571ccbf0d18'] = 'SEO-Freundliche URL ist leer. Sie müssen eine SEO-Friendly URL zumindest für die Standard-Sprache eingeben, bevor Sie das Produkt speichern können.';
$_LANGADM['AdminProducts6f39383b81d4999830ab6febe6279777'] = 'Hinzufügen oder Ändern von Produktvarianten';
$_LANGADM['AdminProducts70ec3125ad8169fc81d61d3586bfa4df'] = 'Neuer spezieller Preis gelöscht';
@@ -2506,7 +2505,6 @@ $_LANGADM['AdminProducts853fd1651461ce105a2f19272b700f06'] = 'Neue Kombination';
$_LANGADM['AdminProducts85f0bf927be7014e2265c4bc96bd50d2'] = '(Europa, Japan)';
$_LANGADM['AdminProducts86754577897acfb25deb69039d49d9a7'] = 'Status';
$_LANGADM['AdminProducts86a41a63a6a27da14c838aed0c70cc45'] = 'Sie können nur eine Variante pro Gruppe auswählen';
-$_LANGADM['AdminProducts86a7826cd56fc0f1d09ec7af2f3e8600'] = 'Hat dieses Produkt eine zugehörige Datei?';
$_LANGADM['AdminProducts883cb219650dc3aa23733c0aa59a2ef7'] = 'Bild hinzufügen:';
$_LANGADM['AdminProducts887ee91702c962a70b87cbef07bbcaec'] = 'zzgl. MwSt.';
$_LANGADM['AdminProducts8a1c241e92c26b92eaae87afa337eaa3'] = 'Kaufpreis, zu dem Sie das Produkt erworben haben';
@@ -2526,7 +2524,6 @@ $_LANGADM['AdminProducts915f8462b0f5459dcca1d52b0a2297d5'] = 'Verfügbar ab:';
$_LANGADM['AdminProducts91b442d385b54e1418d81adc34871053'] = 'ausgewählt';
$_LANGADM['AdminProducts91c8f68700703b825761609b303d44e3'] = 'Auswirkungen auf das Gewicht:';
$_LANGADM['AdminProducts9230dd17b40c6d0478772e4d545abc46'] = 'Änderung abbrechen';
-$_LANGADM['AdminProducts926039e8a49f511c72cd88894ad52450'] = 'Für Bündel deren Produkte die erweiterte Lagerverwaltung verwenden, muss ein gemeinsames Lager für die Produkte des Bündel angegeben werden.';
$_LANGADM['AdminProducts92ab5edf4194cb5a84d6808cb8d8b696'] = 'Folgender Link zur Produktseite:';
$_LANGADM['AdminProducts936ccdb97115e9f35a11d35e3d5b5cad'] = 'Klicken Sie hier';
$_LANGADM['AdminProducts93cba07454f06a4a960172bbd6e2a435'] = 'Ja';
@@ -2552,6 +2549,7 @@ $_LANGADM['AdminProducts9e834f13e35e4edf64863ab414a6217a'] = 'Ermäßigung';
$_LANGADM['AdminProducts9e8502652dd83fa0544df75ba4641144'] = 'Der Rabatt wird nach den Steuer abgezogen';
$_LANGADM['AdminProducts9e962fd822ee734a531490fffa643c49'] = 'Auf 0 stellen für unbegrenzten Zugang zum Download';
$_LANGADM['AdminProducts9ea67be453eaccf020697b4654fc021a'] = 'Speichern und auf der Seite bleiben';
+$_LANGADM['AdminProducts9f34b413698f8638ee606edbafad7a23'] = 'Hierfür müssen Sie die erweiterte Lagerverwaltung global oder für dieses Produkt aktivieren.';
$_LANGADM['AdminProducts9f82518d468b9fee614fcc92f76bb163'] = 'Shop';
$_LANGADM['AdminProducts9faa1161b2b3bbada2e8e7c11a4ed737'] = 'Sie können Produkt-Referenz(en)/-Nummer(n) für jeden zugeordneten Lieferanten angeben.';
$_LANGADM['AdminProducts9fd90a0a7d933e6870c7364b6cd63247'] = 'Durch Komma getrennte Tags (z.B.: DVD, DVD-Spieler, Stereoanlage)';
@@ -2562,6 +2560,7 @@ $_LANGADM['AdminProductsa6ff0f7a2a1993857cb67b769780e708'] = 'Keine spezifischen
$_LANGADM['AdminProductsa76d4ef5f3f6a672bbfab2865563e530'] = 'Zeit';
$_LANGADM['AdminProductsa82be0f551b8708bc08eb33cd9ded0cf'] = 'Information';
$_LANGADM['AdminProductsa890a08afc5d657bfe58f8ef21a6da65'] = 'Sie müssen das Produkt erst speichern, bevor Sie Anpassungen vornehmen.';
+$_LANGADM['AdminProductsa94cd486aca9f266a2ad807bd2def794'] = 'Für Bündel deren Produkte die erweiterte Lagerverwaltung verwenden, muss ein gemeinsames Lager für die Produkte des Bündel angegeben werden.';
$_LANGADM['AdminProductsaa642c15d075aab8a1ac2ccbc9a0d07a'] = 'Sie verwalten eine Gruppe von Geschäften/Shops, in denen Mengen nicht zwischen allen Geschäften/Shops dieser Gruppe geteilt werden.';
$_LANGADM['AdminProductsaa690c7566fa052edf9db33d69db306f'] = 'Artikelverkäufe';
$_LANGADM['AdminProductsaac247ca22789872bad95dc8f6c45d37'] = 'Erhöhung';
@@ -2666,6 +2665,7 @@ $_LANGADM['AdminProductse5f7f63d66023847e693fd34bea09d41'] = 'Standardeinstellun
$_LANGADM['AdminProductse659b52eba1f0299b2d8ca3483919e72'] = 'Typ';
$_LANGADM['AdminProductse6a0825c0b6c56fa5c9faa5d9385b8d4'] = 'Neuen Produzent erstellen';
$_LANGADM['AdminProductse6ff0db3b8285dce688b7f9a44e4915b'] = 'Daten gespeichert';
+$_LANGADM['AdminProductse7be8bd01e2e6e2d4b41052934bc1b9c'] = 'z.B. pro Pfund';
$_LANGADM['AdminProductse7e04625fa0cce90aa5384b92b837eb3'] = 'Neue Kategorie erstellen';
$_LANGADM['AdminProductse81c4e4f2b7b93b481e13a8553c2ae1b'] = 'oder';
$_LANGADM['AdminProductse8fce60a7ce078b55bd02a1c25748f16'] = 'Verkaufspreis ohne MwSt.:';
@@ -2684,7 +2684,6 @@ $_LANGADM['AdminProductsf107f5a9ee4ecea58d0f29ae7959baa8'] = 'Bezeichnung';
$_LANGADM['AdminProductsf258ae7c40f58689780e219bc9a23608'] = 'Sie können die Datei hier nicht bearbeiten, weil sie Kombinationen verwendet. Bitte in der Registerkarte Kombinationen bearbeiten';
$_LANGADM['AdminProductsf2a6c498fb90ee345d997f888fce3b18'] = 'Löschen';
$_LANGADM['AdminProductsf33c23efaf78aacff7c1cbc75f732865'] = 'Definiere die Überschrift der Textfelder:';
-$_LANGADM['AdminProductsf378471b67496f5490d52cabe1f819f3'] = 'Datei zu groß, maximale erlaubte Größe %1$d kB. Dateigröße der ausgewählten Datei: %2$d kB.';
$_LANGADM['AdminProductsf41afefb4495b85c7b7ddf3e1ca4387f'] = 'Sie können einen Wert für jedes relevante Merkmal dieses Produkts angeben, leere Felder werden nicht angezeigt.';
$_LANGADM['AdminProductsf4a275a931b82e5058bc8ffad8b8e5bd'] = 'Hersteller:';
$_LANGADM['AdminProductsf4d1ea475eaa85102e2b4e6d95da84bd'] = 'Bestätigung';
@@ -2732,12 +2731,12 @@ $_LANGADM['AdminQuickAccessese25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte
$_LANGADM['AdminQuickAccessese5dc8e5afea0a065948622039358de37'] = 'Neues Fenster';
$_LANGADM['AdminQuickAccessesfe501f6dab88efcbde9b3f062a5ae781'] = 'Schnellzugangsmenü';
$_LANGADM['AdminRangePrice1e6d57e813355689e9c77e947d73ad8f'] = 'Von:';
+$_LANGADM['AdminRangePrice240c1a13357c9d54ccf18b1704d7d783'] = 'Es ist kein Versanddienst für diese Preisspanne verfügbar.';
$_LANGADM['AdminRangePrice29103375229a5c363403ec4afb5c3e8f'] = '(Inkl. Mwst.)';
$_LANGADM['AdminRangePrice2c39f2ba36ea6da8583198d554719eb1'] = 'Beginn Preisspanne (inklusive)';
$_LANGADM['AdminRangePrice2e5b52416e267252bcdea3d6211c31ba'] = 'Sie können diesen Bereich auf einen anderen Versanddienst anwenden, indem Sie dessen Namen auswählen.';
$_LANGADM['AdminRangePrice33caa076f23f453dd4061726f3706325'] = 'An:';
$_LANGADM['AdminRangePrice38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern';
-$_LANGADM['AdminRangePrice46c7a55c158bf94de7c848a7661be93a'] = 'Es ist kein Versanddienst für diese Preisspanne verfügbar.';
$_LANGADM['AdminRangePrice5da618e8e4b89c66fe86e32cdafde142'] = 'Von';
$_LANGADM['AdminRangePrice6bf0217a0db567ce8495e5125a1dfffb'] = 'Ende Preisspanne (ausgenommen)';
$_LANGADM['AdminRangePrice914419aa32f04011357d3b604a86d7eb'] = 'Versender';
@@ -2747,7 +2746,6 @@ $_LANGADM['AdminRangePriced3b206d196cd6be3a2764c1fb90b200f'] = 'Ausgewählte Ele
$_LANGADM['AdminRangePricee12167aa0a7698e6ebc92b4ce3909b53'] = 'bis';
$_LANGADM['AdminRangePricee25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen ?';
$_LANGADM['AdminRangePricef8617a92ba0a0a4eabee724eab7c9f48'] = 'Lieferant:';
-$_LANGADM['AdminRangeWeight00ad8572e3224c20d793319efa0ca301'] = 'Es ist kein Versanddienst für diese Gewichtsklasse verfügbar.';
$_LANGADM['AdminRangeWeight1e6d57e813355689e9c77e947d73ad8f'] = 'Von:';
$_LANGADM['AdminRangeWeight2c39f2ba36ea6da8583198d554719eb1'] = 'Beginn Preisspanne (inklusive)';
$_LANGADM['AdminRangeWeight2e5b52416e267252bcdea3d6211c31ba'] = 'Sie können diesen Bereich auf einen anderen Versanddienst anwenden, indem Sie dessen Namen auswählen.';
@@ -2761,6 +2759,7 @@ $_LANGADM['AdminRangeWeightb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminRangeWeightd3b206d196cd6be3a2764c1fb90b200f'] = 'Ausgewählte Elemente löschen';
$_LANGADM['AdminRangeWeighte12167aa0a7698e6ebc92b4ce3909b53'] = 'bis';
$_LANGADM['AdminRangeWeighte25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen ?';
+$_LANGADM['AdminRangeWeightf72ebb8ea83c29860db81a0df26de82c'] = 'Es ist kein Versanddienst für diese Gewichtsklasse verfügbar.';
$_LANGADM['AdminRangeWeightf8617a92ba0a0a4eabee724eab7c9f48'] = 'Lieferant:';
$_LANGADM['AdminReferrers095a1b43effec73955e31e790438de49'] = 'Basis';
$_LANGADM['AdminReferrers0988f870ad8a7648219df0767f768b8d'] = 'HTTP-Referrer';
@@ -2943,8 +2942,8 @@ $_LANGADM['AdminSearch0e1aa8d47719bc3d8b37955486b134f1'] = 'Produkte treffen auf
$_LANGADM['AdminSearch22ffd0379431f3b615eb8292f6c31d12'] = 'Anmeldedatum';
$_LANGADM['AdminSearch3132e30d561d92add3dfa6eef64c9e36'] = 'Keine Kategorien treffen auf Ihre Anfrage zu';
$_LANGADM['AdminSearch49ee3087348e8d44e1feda1917443987'] = 'Name';
+$_LANGADM['AdminSearch5e9c2ea72c2308aeb15cb1d4519270d7'] = 'Keine Kunden treffen auf Ihre Anfrage zu';
$_LANGADM['AdminSearch63d5049791d9d79d86e9a108b0a999ca'] = 'Artikel-Nr.';
-$_LANGADM['AdminSearch6623375b2a8228e83afc61251c005ad2'] = 'Keine Kunden treffen auf Ihre Anfrage zu';
$_LANGADM['AdminSearch7442e29d7d53e549b78d93c46b8cdcfc'] = 'Bestellungen';
$_LANGADM['AdminSearch77eb276f5dcdf4fbca854e908216f7b2'] = 'Preis (inkl. MwSt.)';
$_LANGADM['AdminSearch8b5dd64ab8d0b8158906796b53a200e2'] = 'E-Mail-Adresse';
@@ -3070,17 +3069,17 @@ $_LANGADM['AdminShopGroup00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert';
$_LANGADM['AdminShopGroup0f86285516456595b59620181e9c689c'] = 'Shop gruppieren';
$_LANGADM['AdminShopGroup18e5ed18a875ebffce61b7abe7b5dc1e'] = 'Kunden teilen:';
$_LANGADM['AdminShopGroup24a23d787190f2c4812ff9ab11847a72'] = 'Status:';
+$_LANGADM['AdminShopGroup49b183782090ccc2c81a82a739516cb2'] = 'Zur Verfügung stehende Mengen teilen, um diese Mengen zwischen den Shops dieser Gruppe verkaufen zu können. Beim ändern dieser Option, werden alle verfügbaren Produkt-Mengen für diese Gruppe auf 0 zurückgesetzt werden.';
$_LANGADM['AdminShopGroup5bafd557247e80174f35c1870e760364'] = 'Standard-Shop';
$_LANGADM['AdminShopGroup7641f2d6a19d137714d493ac979e20d5'] = 'Neue Shopgruppe hinzufügen';
-$_LANGADM['AdminShopGroup7c18039b09018a9af060e9a3b74278bd'] = 'Zur Verfügung stehende Mengen teilen, um diese Mengen zwischen den Shops dieser Gruppe verkaufen zu können. Beim ändern dieser Option, werden alle verfügbaren Produkt-Mengen für diese Gruppe auf 0 zurückgesetzt werden.';
-$_LANGADM['AdminShopGroup7f6362c8aa3fbfa67297a61af562975b'] = 'Multishop-Optionen';
$_LANGADM['AdminShopGroup86a45aede7b70cccba4f1abd370aea00'] = 'Shopgruppenname:';
$_LANGADM['AdminShopGroup8cf1c12c31b716190d84ba7c578dbcd8'] = 'Shopgruppe aktivieren oder deaktivieren';
+$_LANGADM['AdminShopGroup90f72fb554403a6b1cb46741c5f348f2'] = 'Multishop-Optionen';
$_LANGADM['AdminShopGroupb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminShopGroupb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert';
$_LANGADM['AdminShopGroupbec5ca2064490f938c3478fd90bf2da1'] = 'Verfügbare Verkaufsbestände teilen:';
+$_LANGADM['AdminShopGroupc54be5ed86a412d6331992ebed716a67'] = 'Shopgruppe';
$_LANGADM['AdminShopGroupc9cc8cce247e49bae79f15173ce97354'] = 'Speichern';
-$_LANGADM['AdminShopGroupe78cc393bbaf15e830e3b22178d74a00'] = 'Shopgruppe';
$_LANGADM['AdminShopGroupe9f83d2cd2cd8ce6d8a58d3fc454d5cf'] = 'Bestellungen teilen:';
$_LANGADM['AdminShopUrl00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert';
$_LANGADM['AdminShopUrl10a0bce6f732af77fbc0b310de0a0f47'] = 'Der gewählte Shop hat bereits eine Haupt-URL. Wenn Sie diese als Haupt-URL setzen, die bestehende (ältere) wird als die normale URL gesetzt.';
@@ -3100,10 +3099,10 @@ $_LANGADM['AdminShopUrlbd5f9f37b54fe8f66369f74784576e6c'] = 'Domain:';
$_LANGADM['AdminShopUrlc9cc8cce247e49bae79f15173ce97354'] = 'Speichern';
$_LANGADM['AdminShopUrld42225935a374f1249f2a45ebed00772'] = 'Aktiviert oder deaktiviert';
$_LANGADM['AdminShopUrldd22844f47ebedcec07f9c920af00fb3'] = 'Virtuelle URI:';
+$_LANGADM['AdminShopUrldebbcea48c2384f978e2783bb99ba075'] = 'Sie können diese Option verwenden, wenn Sie einen Shop mit einem URI, der nicht auf Ihrem Server vorhanden ist erstellen möchten (z. B. wenn Sie möchten, dass Ihr Shop zur Verfügung steht mit der URL www.my-prestashop.com/my-store/shoes/ , es muss shoes/ in diesem Bereich eingetragen werden. Dies, unter der Annahme, dass my-store/ ist Ihre physikalische URI).';
$_LANGADM['AdminShopUrle6b391a8d2c4d45902a23a8b6585703d'] = 'URL';
$_LANGADM['AdminShopUrle93c33bd1341ab74195430daeb63db13'] = 'Name des Shops:';
$_LANGADM['AdminShopUrlec0a460d665960aaa805fe83079c8a29'] = 'Wenn der ausgewählte Shop keine Haupt-URL hat, müssen Sie diese URL als die Haupt-URL setzten';
-$_LANGADM['AdminShopUrlf34e3f34ca9b7d83cb35376b6cbc9a2a'] = 'Sie können diese Option verwenden, wenn Sie einen Shop mit einem URI, der nicht auf Ihrem Server vorhanden ist erstellen möchten (z. B. wenn Sie möchten, dass Ihr Shop zur Verfügung steht mit der URL www.my-prestashop.com/my-store/shoes/ , es muss shoes/ in diesem Bereich eingetragen werden. Dies, unter der Annahme, dass my-store/ ist Ihre physikalische URI).';
$_LANGADM['AdminShopUrlf6e7829277b67d5a8805d6728a810362'] = 'URL-Rewriting muss auf dem Server aktiviert sein, um dieses Feature verwenden zu können.';
$_LANGADM['AdminShopa9e4402481bd9b8e36752bf731f67eb6'] = 'Thema';
$_LANGADM['AdminShopb6755d218d5f4e1cef9cce9cc39aeda9'] = 'Meta';
@@ -3388,6 +3387,7 @@ $_LANGADM['AdminStockManagement77295c7d814e7397c55f64ec06313984'] = 'Währung:';
$_LANGADM['AdminStockManagement7aff970b4fe3769a590756115c0fc2b5'] = 'Dem Lager hinzufügen';
$_LANGADM['AdminStockManagement83addfb8621c887f4c0ae111d063166b'] = 'Abschliessend definieren Sie den Zustand (state) der Menge, die hinzugefügt wird:';
$_LANGADM['AdminStockManagement8823610f384caeee0e41a26b1b82fcda'] = 'Summe der Menge für alle Lager';
+$_LANGADM['AdminStockManagement93834f1cb1d4573b64b93057593cc229'] = 'Verwendbar zum Verkaufen bedeutet, dass diese Menge in Ihrem Shop(s) verfügbar sein wird ,';
$_LANGADM['AdminStockManagement99af53326570e3f65c82d534f0b6dd6a'] = 'Nicht verwendbar';
$_LANGADM['AdminStockManagement9cc191857999f8fdacb83f85985f1795'] = 'Lager: Produkt einlagern';
$_LANGADM['AdminStockManagement9ea67be453eaccf020697b4654fc021a'] = 'Speichern und auf der Seite bleiben';
@@ -3416,7 +3416,6 @@ $_LANGADM['AdminStockManagementd6ac255137be35d4ba97bc2f8e15c86f'] = 'Letzter St
$_LANGADM['AdminStockManagementdd300318a5fbdf8db10fee5c89657df9'] = 'Ist des eine verkaufbare Menge?';
$_LANGADM['AdminStockManagementdfa4596c0cc167b50e14a558b3a8afac'] = 'Im Ziellager für den Verkauf verwendbar?';
$_LANGADM['AdminStockManagemente1b729c52480225d06d4bd27b2a811be'] = 'Das Produkt wurde erfolgreich in das Lager aufgenommen';
-$_LANGADM['AdminStockManagemente6bff42d0b439c7129df43bae2cca3f2'] = 'Verwendbar zum Verkaufen bedeutet, dass diese Menge in Ihrem Shop(s) verfügbar sein wird ,';
$_LANGADM['AdminStockManagementea4788705e6873b424c65e91c2846b19'] = 'Abbrechen';
$_LANGADM['AdminStockManagementeb65183e450756692c2d098c3cc5bda5'] = 'Lager: Produkt entnehmen';
$_LANGADM['AdminStockManagementf548c1f7ba94a7c672abbc78dc236ea8'] = 'Diese Schnittstelle erlaubt Ihnen, die Bestände jedes Ihrer Produkte und deren Varianten zu verwalten.';
@@ -3449,6 +3448,7 @@ $_LANGADM['AdminStores0188aaac1db951dc90bced9ecd606c04'] = 'Wird in den Kunden-M
$_LANGADM['AdminStores076b51bf10faf2ca6a3338049c5c4ee4'] = 'Foto des Geschäfts';
$_LANGADM['AdminStores0f98b7f230f3c91292f0de4c99e263f2'] = 'Anmeldung';
$_LANGADM['AdminStores129bc0180cf6adfae273b4322f2c33f5'] = 'Shop Anmelde-Informationen (z.B.: SIRET oder RCS)';
+$_LANGADM['AdminStores17427cacd715b47e9e9d3d26a6e546c7'] = 'Postleitzahl';
$_LANGADM['AdminStores1908624a0bca678cd26b99bfd405324e'] = 'Dateigröße';
$_LANGADM['AdminStores1b9a36c9acf2ab7a81d67a55432b6c8f'] = 'Adresse Zeile 1:';
$_LANGADM['AdminStores25df2f937d1be8a5815925108b30a1b0'] = 'Standard-Breitengrad:';
@@ -3469,13 +3469,13 @@ $_LANGADM['AdminStores642d3ba5db8b57e006584b544e490ec7'] = 'Postleitzahl';
$_LANGADM['AdminStores6bd1a5cfbb1cda78dedffa3825ed263a'] = 'Anzeigen Nicht-Anzeige dieses Geschäfts';
$_LANGADM['AdminStores6f5373ad371f50f8d9846abf459e9770'] = 'Breitengrad/ Längengrad:';
$_LANGADM['AdminStores6f8522e0610541f1ef215a22ffa66ff6'] = 'Montag';
+$_LANGADM['AdminStores73bce3017c28608726c79c501b13bd28'] = 'Kontaktdaten des Geschäfts, z.B. 45.265469 / -47.226478';
$_LANGADM['AdminStores783cb853aae6984e51583b3bb80c09d2'] = 'Adresse 2';
$_LANGADM['AdminStores78ae6f0cd191d25147e252dc54768238'] = 'Donnerstag';
$_LANGADM['AdminStores792ccc0c7f3d0d20366fbbf44ef7cd78'] = 'Wird in der Kopfzeile der Seite und E-Mails angezeigt';
$_LANGADM['AdminStores796c163589f295373e171842f37265d5'] = 'Mittwoch';
$_LANGADM['AdminStores821b8ee6937cec96c30fdafbfe836d68'] = 'Geschäfte';
$_LANGADM['AdminStores8268ffbdb9787de57913f0040daf35a1'] = 'Name des Geschäfts, zum Beispiel: Store Mall Citycentre';
-$_LANGADM['AdminStores85763e4e3f6a6c45cc8c0687038025e5'] = 'Postleitzahl';
$_LANGADM['AdminStores86197fcc6dd67ec32c447e521889675f'] = 'Link auf den Location Finder in der Fußnote anzeigen';
$_LANGADM['AdminStores867f400ebb34232c656185d4ca7350b2'] = 'Link zum Shop-Locator auf der Sitemap-Seite anzeigen';
$_LANGADM['AdminStores8ae5811be1a55b9b8447ad2dbdadbf6e'] = 'Bild:';
@@ -3492,15 +3492,14 @@ $_LANGADM['AdminStoresbcc254b55c4a1babdf1dcb82c207506b'] = 'Telefonnr.';
$_LANGADM['AdminStoresc33b138a163847cdb6caeeb7c9a126b4'] = 'Freitag';
$_LANGADM['AdminStoresc4d2dfcc9772ed9b143df5491e828235'] = 'Keine Karte, keine Suche, nur ein Geschäftsverzeichnis';
$_LANGADM['AdminStorescd956dfe3a1f6625ddfdc2cfa98dbdd5'] = 'Vereinfachte Anzeige der Lokalisationsseite des Geschäfts';
-$_LANGADM['AdminStoresd108a94475e22677c0cd8ecdc3f0eb62'] = 'Postleitzahl';
$_LANGADM['AdminStoresd3b206d196cd6be3a2764c1fb90b200f'] = 'Ausgewählte Elemente löschen';
$_LANGADM['AdminStoresdd7bf230fde8d4836917806aff6a6b27'] = 'Adresse';
$_LANGADM['AdminStorese25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen ?';
$_LANGADM['AdminStorese734ed12d2c2026532f66e0ebeedfc8c'] = 'Beispiel: 10.00 bis 21.30 Uhr';
$_LANGADM['AdminStorese93c33bd1341ab74195430daeb63db13'] = 'Name des Shops:';
$_LANGADM['AdminStoresec53a8c4f07baed5d8825072c89799be'] = 'Status';
+$_LANGADM['AdminStoresefbe7a69a4c8d54da7d255fe28cd1a5c'] = 'Postleitzahl';
$_LANGADM['AdminStoresf2a6c498fb90ee345d997f888fce3b18'] = 'Löschen';
-$_LANGADM['AdminStoresfe370c96885df78dd3123a1779bd6a26'] = 'Kontaktdaten des Geschäfts, z.B. 45.265469 / -47.226478';
$_LANGADM['AdminStoresffea2d321be109fc7243cfeb515fe257'] = 'Nur für USA (Wählen Sie Ihr Bundesstaat)';
$_LANGADM['AdminSuppliers0099c0173a3c7758b36025bdae9b4fc7'] = 'Aktiviert:';
$_LANGADM['AdminSuppliers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert';
@@ -3526,6 +3525,7 @@ $_LANGADM['AdminSuppliers66b02975abe1eaca734427011e342ee3'] = 'Artikel-Nr. Liefe
$_LANGADM['AdminSuppliers673ae02fffb72f0fe68a66f096a01347'] = 'Telefonnr.:';
$_LANGADM['AdminSuppliers76d17e0cd552ad8ca18c5fc1ae9d8098'] = 'Erscheint in der Liste der Lieferanten';
$_LANGADM['AdminSuppliers7b250cb374c12c42a75227ba75df7779'] = 'Meta Titel:';
+$_LANGADM['AdminSuppliers875701316088d13e12736d3e8d295c12'] = 'Postleitzahl';
$_LANGADM['AdminSuppliers8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo';
$_LANGADM['AdminSuppliers990fc90e39367377c314f1d61522ae61'] = 'Anzahl Produkte';
$_LANGADM['AdminSuppliersa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta Beschreibung:';
@@ -3535,14 +3535,13 @@ $_LANGADM['AdminSuppliersb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminSuppliersb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert';
$_LANGADM['AdminSuppliersbc67a1507258a758c3a31e66d7ceff8f'] = 'Artikel-Nr. Lieferant:';
$_LANGADM['AdminSuppliersbffb711ec36f280459d11dce315da72f'] = 'Stadt:';
-$_LANGADM['AdminSuppliersc3f42f159abd8ca877101e1f6eff322f'] = 'Postleitzahl';
$_LANGADM['AdminSuppliersc804723ccdde3d7a46933b208c6f928d'] = 'Kaufpreis';
$_LANGADM['AdminSuppliersc8c5918f1175c1296d19755b2f49d1c9'] = 'Verfügbare Menge';
$_LANGADM['AdminSuppliersccf096490d2671f3ea97ea9289eee5b1'] = 'EAN13:';
$_LANGADM['AdminSuppliersd0042a700e9bdf79689d63ee6846dc0e'] = 'Beschreibung:';
+$_LANGADM['AdminSuppliersd09202be3897169fed2363d6b13ec0e4'] = 'Löschen eines Lieferanten bei erwarteten Einkaufsaufträgen ist nicht möglich.';
$_LANGADM['AdminSuppliersd122d10313ee7cc2850e091c86f699ae'] = 'Land';
$_LANGADM['AdminSuppliersd3b206d196cd6be3a2764c1fb90b200f'] = 'Ausgewählte Elemente löschen';
-$_LANGADM['AdminSupplierse244c4d299a27cf41ec994fe594f2ffc'] = 'Löschen eines Lieferanten bei erwarteten Einkaufsaufträgen ist nicht möglich.';
$_LANGADM['AdminSupplierse25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen ?';
$_LANGADM['AdminSuppliersf16b5952df8d25ea30b25ff95ee8fedf'] = 'Shop-Zugehörigkeit.';
$_LANGADM['AdminSuppliersf64be5eef68442a8f50cf535b92ad3e4'] = 'Land:';
@@ -3562,7 +3561,6 @@ $_LANGADM['AdminSupplyOrders227ec9e4ecfa16aaa58914d3cf18fc38'] = 'Die Referenz m
$_LANGADM['AdminSupplyOrders236d0eb7130ba05580fa0cb21f6b968d'] = 'Letzte Aktualisierung:';
$_LANGADM['AdminSupplyOrders2406c65c7d678cfca3aad1233c50283a'] = 'Sie haben hier keine Berechtigung für Änderungen.';
$_LANGADM['AdminSupplyOrders278c491bdd8a53618c149c4ac790da34'] = 'Vorlage';
-$_LANGADM['AdminSupplyOrders27bf65260c3bafcdd9f940b1d756e50f'] = 'Lager: Einkaufs-Bestellungen Vorlagen';
$_LANGADM['AdminSupplyOrders290612199861c31d1036b185b4e69b75'] = 'Übersicht';
$_LANGADM['AdminSupplyOrders2a33974dea4175f30185cb56486ac8a4'] = 'Bitte beachten Sie, dass eine grüne Linie bedeutet, dass Sie bekommen haben was erwartetet wurde. Und eine rote Linie bedeutet, dass Sie mehr erhalten haben als erwartet.';
$_LANGADM['AdminSupplyOrders3087c43f492d4127a9e129d86948cdc7'] = 'Dies wird den Auftrag zurücksetzten';
@@ -3573,6 +3571,7 @@ $_LANGADM['AdminSupplyOrders3959aa0881898af66624b618fa15913b'] = 'Das ausgewähl
$_LANGADM['AdminSupplyOrders3b0fabb7eb58b3c6a155d65a636bba45'] = 'Seien Sie vorsichtig! Beim Ändern dieses Feldes werden alle Produkte, die bereits zur Bestellung hinzugefügt wurden, wieder entfernt.';
$_LANGADM['AdminSupplyOrders3ceab085ee91049e822ee4ec4ebbc635'] = 'Möchten Sie wirklich dieses template verwenden?';
$_LANGADM['AdminSupplyOrders3d2d028c987facca2791700d1688c84c'] = 'Sie verfügen nicht über die erforderliche Berechtigung, um eine Einkaufs-Bestellung hinzu zufügen.';
+$_LANGADM['AdminSupplyOrders3d727d1a7cd206a549653dedb03d19ed'] = 'Lager: Einkaufs-Bestellungen Vorlagen';
$_LANGADM['AdminSupplyOrders3dd42bfc8345e82c43b4a40a3426ec49'] = 'Artikel-Nr.:';
$_LANGADM['AdminSupplyOrders3e398eaa9a5039a446766822f06ed5ef'] = 'Details der Einkaufsbestellung #%s';
$_LANGADM['AdminSupplyOrders409df5506de6400241b28f14c4c643ae'] = 'Diese Schnittstelle ermöglicht es Ihnen, detaillierte Informationen Ihrer Bestell-Vorlage anzuzeigen.';
@@ -3849,6 +3848,7 @@ $_LANGADM['AdminTrackingcf4f33891a4f0566c7afed3776d55446'] = 'Die Liste der Prod
$_LANGADM['AdminTrackingec53a8c4f07baed5d8825072c89799be'] = 'Status';
$_LANGADM['AdminTranslations0095a9fa74d1713e43e370a7d7846224'] = 'Export';
$_LANGADM['AdminTranslations00d9fe3a4ab9297f69c46d645fa8ca7c'] = 'Kopieren';
+$_LANGADM['AdminTranslations032aa70c755bf6c941944faf9c4aa3a1'] = 'Google Translate schlägt vor:';
$_LANGADM['AdminTranslations06b88e0a4be34637f5f805ecb7f7cf55'] = 'Sie müssen 2 Sprachen wählen, um die Daten aus der Quelle ins Ziel zu kopieren';
$_LANGADM['AdminTranslations078deac9ee43d3b13c460c4fd069b925'] = 'Problem mit der Einholung der Maildateien';
$_LANGADM['AdminTranslations079d46f759c88cff004922cb0e01027a'] = 'Sie können die Übersetzungen der einzelnen Textteile von PrestaShop ändern.';
@@ -3869,6 +3869,7 @@ $_LANGADM['AdminTranslations369b8db3e9651d0b5d8a13a5f7f9a53a'] = 'Sprachen hinzu
$_LANGADM['AdminTranslations3b54d45d2c221c50e916f3be1fc12f2a'] = 'Änderungen speichern';
$_LANGADM['AdminTranslations3f9031a1125703962cef15939c8f16b3'] = 'Klicken Sie auf den Titel der Frames, um diese zu öffnen';
$_LANGADM['AdminTranslations404b4271ee96d691668bdf528724d337'] = 'Wählen Sie einen Teil (z.B. Back Office oder Module), klicken Sie dann auf die Sprache, die Sie bearbeiten möchten';
+$_LANGADM['AdminTranslations4485f9bed340fee220756cfa298e3959'] = 'Die Dateien der Ausgangssprache müssen vollständig sein (wie in Tools >> Sprachen >> Bearbeiten angegeben), um die Übersetzungen kopieren zu können.';
$_LANGADM['AdminTranslations49209406acbe0bcd9091e03ec9349c42'] = 'Vorsicht, dies überschreibt alle Daten in der Zielsprache!';
$_LANGADM['AdminTranslations49bb55a857b2d5e437dc6879710a017d'] = 'erstellen Sie eine neue Sprache';
$_LANGADM['AdminTranslations4cfef51ba8ab14fc4de1439f1ed1e430'] = 'Sprache, die Sie hinzufügen/aktualisieren möchten:';
@@ -3890,7 +3891,6 @@ $_LANGADM['AdminTranslations8a4e2d14aa85ccb1aced124f8d793708'] = 'Übersetzungen
$_LANGADM['AdminTranslations8dd4faeaa7ce20bb9166de613f5ad756'] = 'Installierte Modul-Übersetzungen';
$_LANGADM['AdminTranslations8f2a5434bb1c382919249941c915b5e3'] = 'Übersetzungen PDF-Dateien';
$_LANGADM['AdminTranslations8f553fc697fcb0fe16a71f401e2021f5'] = 'Wenn der Name des Sprachpakets im Format isocode.gzip ist (Beispiel: fr.gzip) und die entsprechende Sprache nicht existiert, wird sie automatisch erstellt.';
-$_LANGADM['AdminTranslations921fbb1f4137ebeb5e354dd559c08b1e'] = 'Die Dateien der Ausgangssprache müssen vollständig sein (wie in Tools >> Sprachen >> Bearbeiten angegeben), um die Übersetzungen kopieren zu können.';
$_LANGADM['AdminTranslations943922bf7e0ff51289246b23d74f9949'] = 'Modul-E-Mails:';
$_LANGADM['AdminTranslations961e2bc7e3f570a3209546330de84a00'] = 'für suhosin.request.max_vars.';
$_LANGADM['AdminTranslations98ef80a9c71c74e06e1e185dff22a5d3'] = '\"Title\"-Tag:';
@@ -3915,7 +3915,6 @@ $_LANGADM['AdminTranslationsd6527732ac1e7301da97a9d7c99e43ce'] = 'fehlende Über
$_LANGADM['AdminTranslationsd8f73c2c197bf664e07849db8cff86d8'] = 'Sie können das Sprachpaket von prestashop.com direkt von hier aus aktualisieren.';
$_LANGADM['AdminTranslationsd946d62db22cb9f9323968f8aac95e3f'] = 'E-Mails für % Modul';
$_LANGADM['AdminTranslationsdc270a086ec1b0304c86591f402ade8d'] = 'Sprachpaket:';
-$_LANGADM['AdminTranslationsdedb1be889dd8a3069986451df540216'] = 'Google Translate schlägt vor:';
$_LANGADM['AdminTranslationse1686cbdbfefdc838c58469866922b6c'] = 'Schließen Sie alle Blöcke';
$_LANGADM['AdminTranslationsea21841da70e6405af19fabc4ff8bdd9'] = 'fehlend';
$_LANGADM['AdminTranslationsea4788705e6873b424c65e91c2846b19'] = 'Abbrechen';
@@ -3943,6 +3942,7 @@ $_LANGADM['AdminWarehouses2bf1d5fae1c321d594fdedf05058f709'] = 'Adresse:';
$_LANGADM['AdminWarehouses31107d9c6038fd9df075ece7d00e7d1e'] = 'Vorsicht! Diese Werte können später nicht mehr geändert werden!';
$_LANGADM['AdminWarehouses34b17a1673277c293e17ed047f6498e5'] = 'Referenz/Nr. für dieses Lagerhaus';
$_LANGADM['AdminWarehouses34bf6c3bccde5b381a0f8f36408b94ea'] = 'Vor dem Hinzufügen von Beständen in Ihren Lagern, sollten Sie überprüfen, welche allgemeine Standard-Währung verwendet wird.';
+$_LANGADM['AdminWarehouses362ceb8df40f827a250ccd6424d0fca8'] = 'Postleitzahl';
$_LANGADM['AdminWarehouses3745b2e299f52efb8de34b843767a0ea'] = 'Diese Schnittstelle erlaubt es Ihnen, Ihre Lager zu verwalten.';
$_LANGADM['AdminWarehouses3c4553c80a6de049526f83f0ec59f6ee'] = 'Allgemeine Informationen';
$_LANGADM['AdminWarehouses3dd42bfc8345e82c43b4a40a3426ec49'] = 'Artikel-Nr.:';
@@ -3969,7 +3969,6 @@ $_LANGADM['AdminWarehousesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminWarehousesb8af235cfa7c64d28efc63d9a6a14fab'] = 'Menge physikalischer Produkte:';
$_LANGADM['AdminWarehousesbcaea3b7ef9c9ab46598db4e5ea02e61'] = 'Manager:';
$_LANGADM['AdminWarehousesbffb711ec36f280459d11dce315da72f'] = 'Stadt:';
-$_LANGADM['AdminWarehousesc3f42f159abd8ca877101e1f6eff322f'] = 'Postleitzahl';
$_LANGADM['AdminWarehousesc589858dbe1d06c46544266ae4cd2c6f'] = 'FIFO';
$_LANGADM['AdminWarehousesc6b15fb05893a68b1b28f5b5e10c14b7'] = 'den Verwaltungstyp (nach dem Gesetz in Ihrem Land), die Währung-Bewertung, den zugehörigen Versanddiensten und Geschäften (Shops).';
$_LANGADM['AdminWarehousesc717e284ad698ebcb62ec4b4d4f5f0e1'] = 'Inventar Bewertungsmethode';
@@ -4089,7 +4088,6 @@ $_LANGADM['Helperdd8921b41e0279a02c6a26a509241700'] = 'Ergebnis(se)';
$_LANGADM['Helpere12167aa0a7698e6ebc92b4ce3909b53'] = 'bis';
$_LANGADM['Helpere54b38290c8bdd95e8bc10412c9cc096'] = 'Pflichtfelder';
$_LANGADM['Helpereca60ae8611369fe28a02e2ab8c5d12e'] = 'Oktober';
-$_LANGADM['Helpered75712b0eb1913c28a3872731ffd48d'] = 'Verdoppeln';
$_LANGADM['Helperee77ea46b0c548ed60eadf31bdd68613'] = 'Duplizieren';
$_LANGADM['Helperee9b2f3cf31c23c944b15fb0b33d6a77'] = 'Name des Felds';
$_LANGADM['Helperef7de3f485174ff47f061ad27d83d0ee'] = 'ausgewählt';
diff --git a/translations/en/admin.php b/translations/en/admin.php
index 6a1659773..7244d0c1c 100644
--- a/translations/en/admin.php
+++ b/translations/en/admin.php
@@ -1,4319 +1,4 @@
';
-$_LANGADM['AdminStatusesd3b206d196cd6be3a2764c1fb90b200f'] = 'Delete selected';
-$_LANGADM['AdminStatusese25f0ecd41211b01c83e5fec41df4fe7'] = 'Delete selected items?';
-$_LANGADM['AdminStatusesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminStatuses49ee3087348e8d44e1feda1917443987'] = 'Name';
-$_LANGADM['AdminStatuses817434295a673aed431435658b65d9a7'] = 'Icon';
-$_LANGADM['AdminStatusesbd88be5f33d835d0667fece965ab2443'] = 'Send e-mail to customer';
-$_LANGADM['AdminStatuses466eadd40b3c10580e3ab4e8061161ce'] = 'Invoice';
-$_LANGADM['AdminStatuses4bc61ab0b24e55663cafd86775a73d7a'] = 'E-mail template';
-$_LANGADM['AdminStatuses34499467057e6ded44fd7861eee1893b'] = 'Return statuses';
-$_LANGADM['AdminStatuses05202e93ec35aa0719d1a4754fa4e264'] = 'Edit Order Statuses';
-$_LANGADM['AdminStatuses33af8066d3c83110d4bd897f687cedd2'] = 'Order statuses';
-$_LANGADM['AdminStatuses46d654225b4ccc1607fd1af012d18e12'] = 'Status name:';
-$_LANGADM['AdminStatusesa4bb440d400f4dc30f148b44d08680b4'] = 'Invalid characters: numbers and';
-$_LANGADM['AdminStatusesf0bb1542353a7a1b85230d434b8b86e3'] = 'Order status (e.g. \'Pending\')';
-$_LANGADM['AdminStatuses37242ae69082dfc3ec9d365a18a9606e'] = 'Icon:';
-$_LANGADM['AdminStatusesffd3346d0bd6c20f4748a4ba3f5886b9'] = 'Upload an icon from your computer (File type: .gif, suggested size: 16x16)';
-$_LANGADM['AdminStatusesfb5a0e846f382e4f81b1c4daddcf6e4e'] = 'Color:';
-$_LANGADM['AdminStatuses26425daecbc32c1ae1a40a6fb1351b13'] = 'Status will be highlighted in this color. HTML colors only (e.g.';
-$_LANGADM['AdminStatuses70f04749e7995edd7d59e2d034c08929'] = 'Consider the associated order as validated';
-$_LANGADM['AdminStatuses35388ca9e482238c6e9755d70a5a91a0'] = 'Allow customer to download and view PDF version of invoice';
-$_LANGADM['AdminStatuses08d2ca380ff45ca948d4f825ff4c31dc'] = 'Hide this state in order for customer';
-$_LANGADM['AdminStatuses63393b9a7d76d9b9f12ba2758d08171c'] = 'Send e-mail to customer when order status is changed';
-$_LANGADM['AdminStatusesf086e75924805d602dfff211a59baa49'] = 'Set order as shipped';
-$_LANGADM['AdminStatuses911cf1bf63232a9d5fdb6efa00dfc7e9'] = 'Set order as paid';
-$_LANGADM['AdminStatuses18fd64e64a136498e12c6f6c325f7811'] = 'Template:';
-$_LANGADM['AdminStatuses6c9ffc43d3ce4c90a77aec20c8229a19'] = 'Only letters, number and -_ are allowed';
-$_LANGADM['AdminStatusesb32475cd81cfdb314b57ae77c560640f'] = 'E-mail template for both .html and .txt';
-$_LANGADM['AdminStatusesc9cc8cce247e49bae79f15173ce97354'] = 'Save';
-$_LANGADM['AdminStatuses2c683de3e19f3bd14b85d8430bda7081'] = 'Order return status name';
-$_LANGADM['AdminStatuses510f6a8fda6eb21f9ff01954e034a29a'] = 'For security reasons, you cannot delete default order statuses.';
-$_LANGADM['AdminStatuses31fde7b05ac8952dacf4af8a704074ec'] = 'Preview';
-$_LANGADM['AdminEmails1e884e3078d9978e216a027ecd57fb34'] = 'E-mail';
-$_LANGADM['AdminEmails5a50294faa0cfee08fe40be721f30133'] = 'Send e-mail to';
-$_LANGADM['AdminEmailsa870da3401daddb1896c0ce48dc24c3b'] = 'Where customers send messages from order page';
-$_LANGADM['AdminEmailsad3bc3094733fbf7e0a10f0da116b864'] = 'Use PHP mail() function. Recommended; works in most cases';
-$_LANGADM['AdminEmailsfd304ecc43446476fd981bb6b4f41f7f'] = 'Set my own SMTP parameters. For advanced users ONLY';
-$_LANGADM['AdminEmailsde79cca647023ab0f822dce4e3035478'] = 'Send e-mail as HTML';
-$_LANGADM['AdminEmails7d0435ff9cf1b9631daa6c4770441b9e'] = 'Send e-mail as Text';
-$_LANGADM['AdminEmails130c5b3473c57faa76e2a1c54e26f88e'] = 'Both';
-$_LANGADM['AdminEmailsedc63891f946a22ff452da364996969e'] = 'Mail domain name:';
-$_LANGADM['AdminEmails4af927139f1ce6f2e31beca681621a0e'] = 'Fully qualified domain name (keep empty if you do not know)';
-$_LANGADM['AdminEmails33b3f142e242a624cb69a5f5f689039d'] = 'SMTP server:';
-$_LANGADM['AdminEmails277b56986f9437bf973031e282abd904'] = 'IP address or server name (e.g. smtp.mydomain.com)';
-$_LANGADM['AdminEmails2800e9378401033bf3debf195b967343'] = 'SMTP user:';
-$_LANGADM['AdminEmails4ec202ee546b3c9ee3415854939ac39a'] = 'Leave blank if not applicable';
-$_LANGADM['AdminEmails037373672dd4a89426144d40f2e8ad91'] = 'SMTP password:';
-$_LANGADM['AdminEmails8a7363b823dce00b3b1b7e62ca1d777d'] = 'Encryption:';
-$_LANGADM['AdminEmailsd8f5b3c4ad206980b27a9d88a217a0d5'] = 'Use an encrypt protocol';
-$_LANGADM['AdminEmails6adf97f83acf6453d4a6a4b1070f3754'] = 'None';
-$_LANGADM['AdminEmails099d7d04319e5191b7473e016c55e320'] = 'TLS';
-$_LANGADM['AdminEmailsea52c36203c5f99c3ce2442d531b1a22'] = 'SSL';
-$_LANGADM['AdminEmails64ea53ab0a03507af104853e03c2db28'] = 'Port:';
-$_LANGADM['AdminEmails3d240e712e8503413b7788456662c9dc'] = 'Port number to use';
-$_LANGADM['AdminEmails652d1d00f6782dfd7d3dbd4ad2e30145'] = 'Test your e-mail configuration';
-$_LANGADM['AdminEmails14dee5807769f30f20b8d17a6afd951c'] = 'Send a test e-mail to';
-$_LANGADM['AdminEmailsd6a55d64219386584388bf3731384c3f'] = 'Send an e-mail test';
-$_LANGADM['AdminEmailse4d448702c13e08b8008ca891960f4d0'] = 'Back to dashboard';
-$_LANGADM['AdminEmails8319b3ae4f19e191233392e943154a19'] = 'This is a test message, your server is now configured to send e-mail';
-$_LANGADM['AdminEmailsbe656d2d5c1e6f223dca152937941705'] = 'Test message - Prestashop';
-$_LANGADM['AdminEmails9a61654b150760842ee2b2343ef3189d'] = 'A test e-mail has been sent to the e-mail address you specified';
-$_LANGADM['AdminEmails329a07ff51a56b7ce7e8412a8bce3f8b'] = 'Error: please check your configuration';
-$_LANGADM['AdminEmails3d282d50434c9dee33c39a09d5283406'] = 'This e-mail address is invalid';
-$_LANGADM['AdminTaxesd3b206d196cd6be3a2764c1fb90b200f'] = 'Delete selected';
-$_LANGADM['AdminTaxese25f0ecd41211b01c83e5fec41df4fe7'] = 'Delete selected items?';
-$_LANGADM['AdminTaxesede4759c9afae620fd586628789fa304'] = 'Enable selection';
-$_LANGADM['AdminTaxesab7fd6e250b64a46027a996088fdff74'] = 'Disable selection';
-$_LANGADM['AdminTaxesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminTaxes49ee3087348e8d44e1feda1917443987'] = 'Name';
-$_LANGADM['AdminTaxesdcb66ff6e4a2517ade22183779939c9d'] = 'Rate';
-$_LANGADM['AdminTaxes00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Enabled';
-$_LANGADM['AdminTaxes5f7d9a7f76dba4bc86062ea848255f2f'] = 'If you disable the ecotax, the ecotax for all your products will be set to 0';
-$_LANGADM['AdminTaxes1c669d037f8bc785f0e1a9aeb7070367'] = 'Tax options';
-$_LANGADM['AdminTaxes50068b9a709a0e2da6f25210de57bb85'] = 'Enable tax:';
-$_LANGADM['AdminTaxes7c9ad104937545220eb5ac67fb1ee9d9'] = 'Select whether or not to include tax on purchases';
-$_LANGADM['AdminTaxesc67e7a009554ed22f2010f1ef919a204'] = 'Display tax in cart:';
-$_LANGADM['AdminTaxese8cce94acc56227d96f94315fc5c0553'] = 'Select whether or not to display tax on a distinct line in the cart';
-$_LANGADM['AdminTaxes6c480608ed6896b113dd2381d2a7512c'] = 'Base on:';
-$_LANGADM['AdminTaxes886dc40a9367328f942e6bf6c31f3ebb'] = 'Invoice Address';
-$_LANGADM['AdminTaxes2f2f0f119a907c6c67a3c6fcde0193ab'] = 'Delivery Address';
-$_LANGADM['AdminTaxes8e4157c726a8c5cf64361e2d751bc945'] = 'Use ecotax';
-$_LANGADM['AdminTaxes4e00e39db9994b6baeea51eaf66399d1'] = 'Ecotax:';
-$_LANGADM['AdminTaxesf8e46ee04ff2c7e26d46b9b5445825cf'] = 'The tax to apply on the ecotax (e.g. French ecotax: 19.6%).';
-$_LANGADM['AdminTaxesf2a6c498fb90ee345d997f888fce3b18'] = 'Delete';
-$_LANGADM['AdminTaxes0071aa279bd1583754a544277740f047'] = 'Delete item #';
-$_LANGADM['AdminTaxes09e0f0c79e2f2959c73a321f2dd45421'] = 'This tax is currently in use in a tax rule. Are you sure you would like to continue?';
-$_LANGADM['AdminTaxes92dc494ad606cedbb3f9c73d7667139a'] = 'This tax is currently in use in a tax rule. If you continue, this tax will be removed from the tax rule. Are you sure you would like to continue?';
-$_LANGADM['AdminTaxes719fec04166d6fa75f89cd29ad61fa8c'] = 'Taxes';
-$_LANGADM['AdminTaxes4e140ba723a03baa6948340bf90e2ef6'] = 'Name:';
-$_LANGADM['AdminTaxes6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Invalid characters:';
-$_LANGADM['AdminTaxesa37d1e5daf78e5ac8347a0c45e3fb8d0'] = 'Tax name to display in cart and on invoice, e.g. VAT';
-$_LANGADM['AdminTaxes9f75452921af0033334512428e29900e'] = 'Rate:';
-$_LANGADM['AdminTaxes9441798e99bc6547fc74a158dbf119d6'] = 'Format: XX.XX or XX.XXX (e.g. 19.60 or 13.925)';
-$_LANGADM['AdminTaxes0099c0173a3c7758b36025bdae9b4fc7'] = 'Enable:';
-$_LANGADM['AdminTaxesb9f5c797ebbf55adccdd8539a65a0241'] = 'Disabled';
-$_LANGADM['AdminTaxes38fb7d24e0d60a048f540ecb18e13376'] = ' Save ';
-$_LANGADM['AdminLocalization254f642527b45bc260048e30704edb39'] = 'Configuration';
-$_LANGADM['AdminLocalization7c89197a7b81992ee832cb5a89fa6d9d'] = 'Default language:';
-$_LANGADM['AdminLocalization4190de34e381cfc709b6a7855199ab15'] = 'The default language used in your shop';
-$_LANGADM['AdminLocalizationd14d3384847c11b0708990b3343c8dbf'] = 'Default country:';
-$_LANGADM['AdminLocalization0476ce8e135db0321be919d9aa4426b9'] = 'The default country used in your shop';
-$_LANGADM['AdminLocalization8e10808175a8d945d13bab31fb2e2663'] = 'Default currency:';
-$_LANGADM['AdminLocalizatione657649e06a7d29f40d6c21902be2478'] = 'The default currency used in your shop';
-$_LANGADM['AdminLocalization0a00aa8a4fde06c5e498e7272ccde745'] = 'If you change the default currency, you will have to manually edit every product price.';
-$_LANGADM['AdminLocalization369686331c93d55e587441143ccdf427'] = 'Localization';
-$_LANGADM['AdminLocalization1a8940a8dec839073dae5489faff67f7'] = 'Weight unit:';
-$_LANGADM['AdminLocalizationb3a2169ac0fa926c666d92ab5679443b'] = 'The default weight unit for your shop (e.g. kg or lbs)';
-$_LANGADM['AdminLocalization48751633fc026587e3c0179405247ac4'] = 'Distance unit:';
-$_LANGADM['AdminLocalizationa032ac93a4f9931837bf28b938dfe8e7'] = 'The default distance unit for your shop (e.g. km or mi)';
-$_LANGADM['AdminLocalizationa44d74a22a9161292ed48e7e08214a92'] = 'Volume unit:';
-$_LANGADM['AdminLocalizationc0c19758c05373823d1abc74cac7f250'] = 'The default volume unit for your shop';
-$_LANGADM['AdminLocalizationf45093072dc38d0cf37441ea63e2ad68'] = 'Dimension unit:';
-$_LANGADM['AdminLocalization1ecd7c71d990e0f99cca1dcd516e4661'] = 'The default dimension unit for your shop (e.g. cm or in)';
-$_LANGADM['AdminLocalizationc9cc8cce247e49bae79f15173ce97354'] = 'Save';
-$_LANGADM['AdminLocalization9b6545e4cea9b4ad4979d41bb9170e2b'] = 'Advanced';
-$_LANGADM['AdminLocalization400e03b004a1f01a467424a0ed93950a'] = 'Language locale:';
-$_LANGADM['AdminLocalization19edfe6dfa17c2bded4b8112c2b273c0'] = 'Your server\'s language locale.';
-$_LANGADM['AdminLocalization5ca775ace4d40c1708b816f404fb3b1c'] = 'Country locale:';
-$_LANGADM['AdminLocalization8905c859634dd24f740ecd3779cff1be'] = 'Your server\'s country locale.';
-$_LANGADM['AdminLocalization71477db5520eceeb7d371e42340252dd'] = 'Time Zone.';
-$_LANGADM['AdminLocalization7ca0e455445740b47853fe270fe966e2'] = 'Cannot connect to prestashop.com';
-$_LANGADM['AdminLocalizationb8464cdd84b5f068ad72bf5c4f32163d'] = 'States';
-$_LANGADM['AdminLocalization719fec04166d6fa75f89cd29ad61fa8c'] = 'Taxes';
-$_LANGADM['AdminLocalizationdfcfc43722eef1eab1e4a12e50a068b1'] = 'Currencies';
-$_LANGADM['AdminLocalization3a08e2e340ab29fd9263af48193cbf8e'] = 'Languages';
-$_LANGADM['AdminLocalization892a326e935b414a79a1eb938afd6ba5'] = 'Units (e.g. weight, volume, distance)';
-$_LANGADM['AdminLocalization8d1e8397e62d5f0853aa3ae01d9f5c5a'] = 'Import localization pack';
-$_LANGADM['AdminLocalization8b1b3046eb5036b08a5eda7dbaa371cd'] = 'Localization pack you want to import:';
-$_LANGADM['AdminLocalizationeedffe39822101d8aaeaf3b1a1661926'] = 'Content to import:';
-$_LANGADM['AdminLocalization6ae75b98f6c60f529bb7426e89216a37'] = ' Import ';
-$_LANGADM['AdminThemesb0f45bb2942091833b754e622a68136a'] = 'Select theme for shop %s';
-$_LANGADM['AdminThemes766acdeb03f9402e7e76cbe805bd9523'] = 'You must select a shop from the above list if you want to select a theme';
-$_LANGADM['AdminThemesa1c58e94227389415de133efdf78ea6e'] = 'Appearance';
-$_LANGADM['AdminThemes49824ed511fd64f33f2f8a1818ee8fe1'] = 'Header logo';
-$_LANGADM['AdminThemes86824265d3f2908928a0b5689ab9541d'] = 'Will appear on main page';
-$_LANGADM['AdminThemes358b0205fd07c94c16a82d8278bc5b76'] = 'Mail logo';
-$_LANGADM['AdminThemesd1ec9b2e380f2ef2d284270be8485204'] = 'Warning: No e-mail logo defined, the header logo is used instead.';
-$_LANGADM['AdminThemesbb2e188b4f02b40c006537bea3ddb735'] = 'Will appear on e-mail headers. If undefined, the Header logo will be used';
-$_LANGADM['AdminThemesd84613cd39906ab9161e1ad513f8947b'] = 'Invoice logo';
-$_LANGADM['AdminThemesdd41ba374c974ba93cbf1299d98ee8bb'] = 'Warning: No invoice logo defined, the header logo is used instead.';
-$_LANGADM['AdminThemesc2dbf962d5534a4718bf929c9a95ed27'] = 'Will appear on invoice headers. If undefined, the Header logo will be used';
-$_LANGADM['AdminThemes49e95301d8fcdbc23f623e0f2d1ed1e6'] = 'Favicon';
-$_LANGADM['AdminThemesceccf85daef2a671b77af2b711e00c9c'] = 'Only ICO format allowed';
-$_LANGADM['AdminThemes9cafe07932ca5f6ed588a5852e36af8d'] = 'Will appear in the address bar of your web browser';
-$_LANGADM['AdminThemes9294e30e5caa0d1b6f559c0cc7a24a3d'] = 'Store icon';
-$_LANGADM['AdminThemesfa45a1cd9ab42a8d9e04ec56936bffb2'] = 'Only GIF format allowed';
-$_LANGADM['AdminThemes5bcdec816ad8c7bb1e7ef04f7ae9350d'] = 'Will appear on the store locator (inside Google Maps)';
-$_LANGADM['AdminThemes60e53443dbca990bf3f314b2fa38e839'] = 'Suggested size: 30x30, Transparent GIF';
-$_LANGADM['AdminThemes1519f75ae34863531ec8743161c71c11'] = 'Navigation pipe';
-$_LANGADM['AdminThemesf2284dabeee8efb9617fbb0f05883adb'] = 'Used for navigation path inside categories/product';
-$_LANGADM['AdminThemesc9cc8cce247e49bae79f15173ce97354'] = 'Save';
-$_LANGADM['AdminThemesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminThemes49ee3087348e8d44e1feda1917443987'] = 'Name';
-$_LANGADM['AdminThemese73cda510e8bb947f7e61089e5581494'] = 'Directory';
-$_LANGADM['AdminThemesd721757161f7f70c5b0949fdb6ec2c30'] = 'Theme';
-$_LANGADM['AdminThemes4fed50d92387f76013122ff235154de7'] = 'Name of the theme:';
-$_LANGADM['AdminThemes6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Invalid characters:';
-$_LANGADM['AdminThemes652cbe6acbb650af256547fc2ef8af58'] = 'Name of the theme\'s directory:';
-$_LANGADM['AdminThemes8f8a39d7a07bca835cd064b8385d689e'] = 'If the directory does not exists, it will be created.';
-$_LANGADM['AdminThemes8a767833f7902999148cf8a99d7fe461'] = 'Copy missing files from existing theme:';
-$_LANGADM['AdminThemesc7bb39146c67d1bcf72354e3222fc4f5'] = 'If you create a new theme, it\'s recommended to use default theme files.';
-$_LANGADM['AdminThemes46238115be50712fd1d92c2362fb8e47'] = 'Directory:';
-$_LANGADM['AdminThemes6ad5992fd6316ffd72ffa61450965566'] = 'Please select a valid theme directory.';
-$_LANGADM['AdminThemesff2757f66782d3897c95e230df80aa21'] = 'Directory successfully created';
-$_LANGADM['AdminThemesd3521adfdb8b2bfbef43864517715737'] = 'This theme is already used by at least one shop. Please choose another theme first.';
-$_LANGADM['AdminThemes8d5cc12b0e7ecbe4e624baa345323035'] = 'Theme appearance';
-$_LANGADM['AdminThemesbbb572a770006c9e0e57c9e5d4bcda90'] = 'Live from PrestaShop Addons!';
-$_LANGADM['AdminWebserviced3b206d196cd6be3a2764c1fb90b200f'] = 'Delete selected';
-$_LANGADM['AdminWebservicee25f0ecd41211b01c83e5fec41df4fe7'] = 'Delete selected items?';
-$_LANGADM['AdminWebserviceede4759c9afae620fd586628789fa304'] = 'Enable selection';
-$_LANGADM['AdminWebserviceab7fd6e250b64a46027a996088fdff74'] = 'Disable selection';
-$_LANGADM['AdminWebservice897356954c2cd3d41b221e3f24f99bba'] = 'Key';
-$_LANGADM['AdminWebservice00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Enabled';
-$_LANGADM['AdminWebservice52699c78843b98f98620186a59b0a3fa'] = 'Key description';
-$_LANGADM['AdminWebservice254f642527b45bc260048e30704edb39'] = 'Configuration';
-$_LANGADM['AdminWebservice4d5018cd68fb9ab9d0784054794d37e5'] = 'Enable PrestaShop Webservice';
-$_LANGADM['AdminWebservicee8602bda90ef985a71054950e6f1981e'] = 'Before activating the webservice, you must be sure to: ';
-$_LANGADM['AdminWebservice03d36129c4882949caea84c401bcd876'] = 'be certain that URL rewriting is available on this server';
-$_LANGADM['AdminWebservicecb7ceb5bf67dd558051ef7066c6f10d7'] = 'be certain that the 5 methods GET, POST, PUT, DELETE and HEAD are supported by this server';
-$_LANGADM['AdminWebservicee3553a1029f731ac9df00a56c1ee78a9'] = 'Active mode CGI for PHP';
-$_LANGADM['AdminWebservice0c8efb0ba332e1178d5ac55b3471909a'] = 'Be sure PHP is not configured as an Apache module on your server';
-$_LANGADM['AdminWebservice160845649c49d9a43327b83015e263f1'] = 'Webservice Accounts:';
-$_LANGADM['AdminWebserviceefeb782bc428be5cef6e02a858749ee5'] = 'Key:';
-$_LANGADM['AdminWebservice92b1b790773350896dc5c6c06b06a251'] = 'Webservice account key';
-$_LANGADM['AdminWebservicee6b4b521ee6aa8dcf5e71d96bda9ffdf'] = 'Key description:';
-$_LANGADM['AdminWebservice24a23d787190f2c4812ff9ab11847a72'] = 'Status:';
-$_LANGADM['AdminWebserviceb9f5c797ebbf55adccdd8539a65a0241'] = 'Disabled';
-$_LANGADM['AdminWebservice6e750dcbaa546f46df9b1a6b7ec6063c'] = 'Permissions:';
-$_LANGADM['AdminWebservicef16b5952df8d25ea30b25ff95ee8fedf'] = 'Shop association:';
-$_LANGADM['AdminWebservice38fb7d24e0d60a048f540ecb18e13376'] = ' Save ';
-$_LANGADM['AdminWebservicec9cc8cce247e49bae79f15173ce97354'] = 'Save';
-$_LANGADM['AdminWebservicef19ee162cdc3717e4e58af2ebc837b5a'] = 'Key length must be 32 character long';
-$_LANGADM['AdminWebservice73f872e92f8bee93f070d13e2339a410'] = 'Key already exists';
-$_LANGADM['AdminWebservice3a1d42e50ada009f2ef187fbf6dc8a3f'] = 'To avoid operating problems, please use an Apache server.';
-$_LANGADM['AdminWebservice1ad84436adb0f59e123b212bf07303f8'] = 'Please activate the Apache module \'mod_auth_basic\' to allow authentication of PrestaShop webservice.';
-$_LANGADM['AdminWebservice7b3fedd34dc2362f33cbc4fcfee864dd'] = 'Please activate the Apache module \'mod_rewrite\' to allow the PrestaShop webservice.';
-$_LANGADM['AdminWebservice442d1f267535a0638bde988697d82620'] = 'Please activate the PHP extension \'SimpleXML\' to allow testing of PrestaShop webservice.';
-$_LANGADM['AdminWebservice9305d93c35dfc8cef7b4ed3613c08e6b'] = ' Generate! ';
-$_LANGADM['AdminWebservice51ba9470e0c6fcc53b976a6854b0f2e0'] = 'Set the resource permissions for this key:';
-$_LANGADM['AdminWebservicebe8545ae7ab0276e15898aae7acfbd7a'] = 'Resource';
-$_LANGADM['AdminWebservicef1a627ad565dc779ed5a01edafd18640'] = 'View (GET)';
-$_LANGADM['AdminWebservice9fd0670413556e6cbdc490e09833a30f'] = 'Modify (PUT)';
-$_LANGADM['AdminWebserviceb28e80674d48866203b7790f730dfa30'] = 'Add (POST)';
-$_LANGADM['AdminWebservice6c0c2b9ec9a4188db4cfd4f8a0fee415'] = 'Delete (DELETE)';
-$_LANGADM['AdminWebservice028f42454a71f86007a79664b2a35882'] = 'Fast view (HEAD)';
-$_LANGADM['AdminAttributesGroupsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminAttributesGroups49ee3087348e8d44e1feda1917443987'] = 'Name';
-$_LANGADM['AdminAttributesGroups170269305ed04c49b26b2d5dbe053dc6'] = 'Values count';
-$_LANGADM['AdminAttributesGroups52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Position';
-$_LANGADM['AdminAttributesGroupsd3b206d196cd6be3a2764c1fb90b200f'] = 'Delete selected';
-$_LANGADM['AdminAttributesGroupse25f0ecd41211b01c83e5fec41df4fe7'] = 'Delete selected items?';
-$_LANGADM['AdminAttributesGroups689202409e48743b914713f96d93947c'] = 'Value';
-$_LANGADM['AdminAttributesGroupscb5feb1b7314637725a2e73bdc9f7295'] = 'Color';
-$_LANGADM['AdminAttributesGroups5204077231fc7164e2269e96b584dd95'] = 'Drop-down list';
-$_LANGADM['AdminAttributesGroups07a9ca8c8228dd3399141e228034fedf'] = 'Radio button';
-$_LANGADM['AdminAttributesGroups287234a1ff35a314b5b6bc4e5828e745'] = 'Attributes';
-$_LANGADM['AdminAttributesGroups4e140ba723a03baa6948340bf90e2ef6'] = 'Name:';
-$_LANGADM['AdminAttributesGroups6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Invalid characters:';
-$_LANGADM['AdminAttributesGroupsc9e5eb0a273a65da3a04f42e8351dc97'] = 'Public name:';
-$_LANGADM['AdminAttributesGroupscd532b25d677abcd19230d770a97baaa'] = 'Group name displayed to the customer';
-$_LANGADM['AdminAttributesGroups6c451a8f2e9598b41a6968542cbe6061'] = 'Attribute type:';
-$_LANGADM['AdminAttributesGroups4f7922279a02c666c5504da88da4ae1b'] = 'Choose the type of the attribute';
-$_LANGADM['AdminAttributesGroupsf16b5952df8d25ea30b25ff95ee8fedf'] = 'Shop association:';
-$_LANGADM['AdminAttributesGroups38fb7d24e0d60a048f540ecb18e13376'] = ' Save ';
-$_LANGADM['AdminAttributesGroupsc82a6100dace2b41087ba6cf99a5976a'] = 'Values';
-$_LANGADM['AdminAttributesGroupsacdb802bfc2b99b15d1782570285c427'] = 'Value:';
-$_LANGADM['AdminAttributesGroupsfb5a0e846f382e4f81b1c4daddcf6e4e'] = 'Color:';
-$_LANGADM['AdminAttributesGroupsc901bf50446cb0e30e4c9c5ca9841b34'] = 'Choose a color with the color picker, or enter an HTML color (e.g. \"lightblue\", \"#CC6600\")';
-$_LANGADM['AdminAttributesGroups76a2e1080cd661b42c6653fc8fd57367'] = 'Texture:';
-$_LANGADM['AdminAttributesGroups390bd26864da3269b496814c118238c0'] = 'Upload color texture from your computer';
-$_LANGADM['AdminAttributesGroupsba353198430b2004efeb1ac6d1f410d0'] = 'This will override the HTML color!';
-$_LANGADM['AdminAttributesGroups859c7c7ffc3e60f67f6537f4d7dd98ca'] = 'Current texture:';
-$_LANGADM['AdminAttributesGroups4aeb406dcf0a1cdd39e7156b1e9e89c7'] = 'This feature has been disabled, you can activate it at:';
-$_LANGADM['AdminAttributesGroups9a63ec735f057c1366284bda67eee7de'] = 'Performances';
-$_LANGADM['AdminAttributesGroupsc9cc8cce247e49bae79f15173ce97354'] = 'Save';
-$_LANGADM['AdminAttributesGroups7d5672f569de406c85249db6f1c99ec0'] = 'Save then add another value';
-$_LANGADM['AdminAttributesGroups630f6dc397fe74e52d5189e2c80f282b'] = 'Back to list';
-$_LANGADM['AdminAttributesGroups0e68d0dc54dd88a5ee5a5cb32b94a892'] = 'Add new Attributes';
-$_LANGADM['AdminAttributesGroupsf48c5fbd64d8eec8840211dc4303ff36'] = 'Add new Values';
-$_LANGADM['AdminAttributesGroupsa6a171cd441419cd756063a44e5229ab'] = 'Edit new Attribute';
-$_LANGADM['AdminAttributesGroups0c8b6e3aac3adced699ae5849c75cd4b'] = 'Add new Attribute';
-$_LANGADM['AdminAttributesGroups577cf2cf1be74419ac04093a2b4cd64d'] = 'Edit Value';
-$_LANGADM['AdminAttributesGroups04d3bf2d538574c6417a18db06b23c7e'] = 'Add new Value';
-$_LANGADM['AdminTaxRulesGroupb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminTaxRulesGroup49ee3087348e8d44e1feda1917443987'] = 'Name';
-$_LANGADM['AdminTaxRulesGroup00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Enabled';
-$_LANGADM['AdminTaxRulesGroupd3b206d196cd6be3a2764c1fb90b200f'] = 'Delete selected';
-$_LANGADM['AdminTaxRulesGroupe25f0ecd41211b01c83e5fec41df4fe7'] = 'Delete selected items?';
-$_LANGADM['AdminTaxRulesGroupede4759c9afae620fd586628789fa304'] = 'Enable selection';
-$_LANGADM['AdminTaxRulesGroupab7fd6e250b64a46027a996088fdff74'] = 'Disable selection';
-$_LANGADM['AdminTaxRulesGroup59716c97497eb9694541f7c3d37b1a4d'] = 'Country';
-$_LANGADM['AdminTaxRulesGroup46a2a41cc6e552044816a2d04634545d'] = 'State';
-$_LANGADM['AdminTaxRulesGroup88e36b08b6d08788bd541a7ae4909825'] = 'Zip Codes';
-$_LANGADM['AdminTaxRulesGroupb39a035a995fc6597c8eb942210d1527'] = 'Behavior';
-$_LANGADM['AdminTaxRulesGroup4b78ac8eb158840e9638a3aeb26c4a9d'] = 'Tax';
-$_LANGADM['AdminTaxRulesGroupb5a7adde1af5c87d7fd797b6245c2a39'] = 'Description';
-$_LANGADM['AdminTaxRulesGroup8d4ae51b8b5831db49a6dcde1b83e175'] = 'Tax Rules';
-$_LANGADM['AdminTaxRulesGroup4e140ba723a03baa6948340bf90e2ef6'] = 'Name:';
-$_LANGADM['AdminTaxRulesGroup6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Invalid characters:';
-$_LANGADM['AdminTaxRulesGroup0099c0173a3c7758b36025bdae9b4fc7'] = 'Enable:';
-$_LANGADM['AdminTaxRulesGroupb9f5c797ebbf55adccdd8539a65a0241'] = 'Disabled';
-$_LANGADM['AdminTaxRulesGroup9ea67be453eaccf020697b4654fc021a'] = 'Save and stay';
-$_LANGADM['AdminTaxRulesGroup6eee30fea6ebdd0a820a46445a3512b6'] = 'Add new tax rule';
-$_LANGADM['AdminTaxRulesGroupaf4a7a1f7975e2f67b0dbefb21a2a94d'] = 'New tax rule';
-$_LANGADM['AdminTaxRulesGroupf64be5eef68442a8f50cf535b92ad3e4'] = 'Country:';
-$_LANGADM['AdminTaxRulesGroupb1c94ca2fbc3e78fc30069c8d0f01680'] = 'All';
-$_LANGADM['AdminTaxRulesGroup18325105de95083e4a1d10b78f29c2bc'] = 'State:';
-$_LANGADM['AdminTaxRulesGroupf6db24f7e17c749518581b606d0b6cfa'] = 'Zip Code range:';
-$_LANGADM['AdminTaxRulesGroup8217683f58d014207f03d88a67395aae'] = 'You can define a range (eg: 75000-75015) or a simple zipcode';
-$_LANGADM['AdminTaxRulesGroup5f47fd6ce12120fb4ddd8959bb3c8848'] = 'Behavior:';
-$_LANGADM['AdminTaxRulesGroup14e4d5e97b5a2c7780c4f23b7612a67b'] = 'This tax only';
-$_LANGADM['AdminTaxRulesGroupe7b3c0acb7168c7969b03e8aebc67ce7'] = 'Combine';
-$_LANGADM['AdminTaxRulesGroupd71eb99bcacbc0adb99203c4930925b8'] = 'One After Another';
-$_LANGADM['AdminTaxRulesGroup5d91623dd46ff0412c302384350bb091'] = 'Define the behavior if an address matches multiple rules:';
-$_LANGADM['AdminTaxRulesGroupeb647402f824485d2b28717b9152636f'] = 'This Tax Only:';
-$_LANGADM['AdminTaxRulesGroup5f731761247ef525e493712a83ee5008'] = 'Will apply only this tax';
-$_LANGADM['AdminTaxRulesGroup58b0b77a9bd168ef0b3bb4e4e249099f'] = 'Combine:';
-$_LANGADM['AdminTaxRulesGroupf24c739ab8c87be2c8b1282e8df82a02'] = 'Combine taxes (eg: 10% + 5% => 15%)';
-$_LANGADM['AdminTaxRulesGroup6c470adfe09bc23e93c38ea7f032891f'] = 'One After Another:';
-$_LANGADM['AdminTaxRulesGroup5f2b3818a8226aa853fc45c83783b12d'] = 'Tax:';
-$_LANGADM['AdminTaxRulesGroup7475ec0d41372a307c497acb7eeea8c4'] = 'No Tax';
-$_LANGADM['AdminTaxRulesGroup4a4e778bc0c5e12f5e0bc4d9e99143a5'] = '(Total tax: %s)';
-$_LANGADM['AdminTaxRulesGroupd0042a700e9bdf79689d63ee6846dc0e'] = 'Description:';
-$_LANGADM['AdminCurrenciesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminCurrencies386c339d37e737a436499d423a77df0c'] = 'Currency';
-$_LANGADM['AdminCurrenciesad68f9bafd9bf2dcf3865dac55662fd5'] = 'ISO code';
-$_LANGADM['AdminCurrencies5f838bbd088886f09f67b904e414f0e7'] = 'ISO code number';
-$_LANGADM['AdminCurrencies02c86eb2792f3262c21d030a87e19793'] = 'Symbol';
-$_LANGADM['AdminCurrenciesd311128c6b9f34f85e6b0e29bcbcd165'] = 'Conversion rate';
-$_LANGADM['AdminCurrencies00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Enabled';
-$_LANGADM['AdminCurrenciesd3b206d196cd6be3a2764c1fb90b200f'] = 'Delete selected';
-$_LANGADM['AdminCurrenciese25f0ecd41211b01c83e5fec41df4fe7'] = 'Delete selected items?';
-$_LANGADM['AdminCurrenciesede4759c9afae620fd586628789fa304'] = 'Enable selection';
-$_LANGADM['AdminCurrenciesab7fd6e250b64a46027a996088fdff74'] = 'Disable selection';
-$_LANGADM['AdminCurrencies77428b04a1847555eb9bc52422a377b0'] = 'Currency rates';
-$_LANGADM['AdminCurrencies270a501ebfd6b801b3295b672e98ec29'] = 'Use PrestaShop\'s webservice to update your currency exchange rates. Please use caution, rates are provided as-is.';
-$_LANGADM['AdminCurrencies876ca43ba50351d4e492970f40632661'] = 'Update currency rates';
-$_LANGADM['AdminCurrenciesf6536046d7af41c3f3975868d6963179'] = 'Automatically update currency rates';
-$_LANGADM['AdminCurrencies731ccd5802c3f28f7e2d2b2f67396743'] = 'Use PrestaShop\'s webservice to update your currency exchange rates. Please use caution, rates are provided as-is. Place this URL in crontab or access it manually daily';
-$_LANGADM['AdminCurrencies4174d46e2393f418c835fed0c6b87bdd'] = 'Currencies:';
-$_LANGADM['AdminCurrencies77295c7d814e7397c55f64ec06313984'] = 'Currency:';
-$_LANGADM['AdminCurrenciesa5ffda8871e3d3d193c8e67f76686375'] = 'Only letters and the minus character are allowed';
-$_LANGADM['AdminCurrencies22f06a748377ee2893d1b86384c975df'] = 'Will appear in Front Office (e.g. $, €)';
-$_LANGADM['AdminCurrencies3af4c1797da60fd50670ddbb669fc0aa'] = 'ISO code:';
-$_LANGADM['AdminCurrenciesc93495e5c579aba71fe290177d11c298'] = 'ISO code (e.g. USD for Dollars, EUR for Euros)';
-$_LANGADM['AdminCurrencies7fa4d1ea7f7b9d819c54d83bb3263512'] = 'Numeric ISO code:';
-$_LANGADM['AdminCurrencies166d6fbb3220ee94c83cdc6857ad2f55'] = 'Numeric ISO code (e.g. 840 for Dollars, 978 for Euros)';
-$_LANGADM['AdminCurrencies29e59767fa0a8d3adbacc87cae6d061c'] = 'Symbol:';
-$_LANGADM['AdminCurrenciesbebbab2c1ac732ccef4181f51ed52967'] = 'Conversion rate:';
-$_LANGADM['AdminCurrencies88ddc0e9e26e200dccfdf7a3a1274b98'] = 'Conversion rate from one unit of your shop\'s default currency (for example, 1€) to this currency. For example, if the default currency is euros and this currency is dollars, type \'1.20\'';
-$_LANGADM['AdminCurrencies007f2226bf0915adaf9ef63b0e8287ca'] = 'Formatting:';
-$_LANGADM['AdminCurrencies97185312c2bb8cef3fe65b953188e0f8'] = 'Applies to all prices, e.g.';
-$_LANGADM['AdminCurrenciese56ae57c96eef5ece7a59c47776a775a'] = 'as with Dollars';
-$_LANGADM['AdminCurrencies769aa55f039616f1ea9c111dd4cecb55'] = 'as with Euros';
-$_LANGADM['AdminCurrenciese02162e8fe1c036639e5c8850ce44b3f'] = 'Decimals:';
-$_LANGADM['AdminCurrenciese19041dee2c5aed032d1e9db85ec44c8'] = 'Display decimals in prices';
-$_LANGADM['AdminCurrenciesb9f5c797ebbf55adccdd8539a65a0241'] = 'Disabled';
-$_LANGADM['AdminCurrencies2ef64538778c7f669d83b50ed7efe236'] = 'Spacing:';
-$_LANGADM['AdminCurrenciesc953b72bf115d7c4d22123780d3ca3cd'] = 'Include a space between symbol and price, e.g.';
-$_LANGADM['AdminCurrencies0099c0173a3c7758b36025bdae9b4fc7'] = 'Enable:';
-$_LANGADM['AdminCurrenciesf16b5952df8d25ea30b25ff95ee8fedf'] = 'Shop association:';
-$_LANGADM['AdminCurrencies38fb7d24e0d60a048f540ecb18e13376'] = ' Save ';
-$_LANGADM['AdminCurrencies8246d0c794e7db090587c4797b2a234f'] = 'You cannot delete the default currency';
-$_LANGADM['AdminCurrencies7c77e53206853cb381e91e037554faa3'] = 'You cannot disable the default currency';
-$_LANGADM['AdminCartsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminCartsd79cf3f429596f77db95c65074663a54'] = 'Order ID';
-$_LANGADM['AdminCartsce26601dac0dea138b7295f02b7620a7'] = 'Customer';
-$_LANGADM['AdminCarts96b0141273eabab320119c467cdcaf17'] = 'Total';
-$_LANGADM['AdminCarts914419aa32f04011357d3b604a86d7eb'] = 'Carrier';
-$_LANGADM['AdminCarts44749712dbec183e983dcd78a7736c41'] = 'Date';
-$_LANGADM['AdminCarts54f664c70c22054ea0d8d26fc3997ce7'] = 'Online';
-$_LANGADM['AdminCartsb00b85425e74ed2c85dc3119b78ff2c3'] = 'Free Shipping';
-$_LANGADM['AdminCartsadb831a7fdd83dd1e2a309ce7591dff8'] = 'Guest';
-$_LANGADM['AdminCarts580034e942d61c23826cb31dc2cb3c89'] = 'Cart #';
-$_LANGADM['AdminCartsed2b5c0139cec8ad2873829dc1117d50'] = 'on';
-$_LANGADM['AdminCarts1d949d2235747b894bbaae35fbf44f1d'] = 'Customer information';
-$_LANGADM['AdminCarts01abfc750a0c942167651c40d088531d'] = '#';
-$_LANGADM['AdminCartsad63162d0d394b0e0daf1c30c6d77160'] = 'Account registration date:';
-$_LANGADM['AdminCartsb157524c4be8c2fc80e5ef2f0b1bf1e6'] = 'Valid orders placed:';
-$_LANGADM['AdminCarts5c63fcad7f3534fdcf4ee426a54a6e00'] = 'Total spent since registration:';
-$_LANGADM['AdminCartsa8e3c5c577a4b885819e5ba1c785065c'] = 'Guest not registered';
-$_LANGADM['AdminCarts58930025e1f95d65035e0df5d6c2ae41'] = 'Order information';
-$_LANGADM['AdminCarts18fb6221fe0d9895c2e9ba08283f00e9'] = 'Order #%d';
-$_LANGADM['AdminCartsf9e17adb48f78186c6bcd4bd9c08816d'] = 'Made on:';
-$_LANGADM['AdminCarts30d5706b177c5a77731d1418e95d2900'] = 'No order created from this cart';
-$_LANGADM['AdminCarts3ac442c5433b22fbc1bdf0e4b02705b9'] = 'Create an order with from cart';
-$_LANGADM['AdminCarts068f80c7519d0528fb08e82137a72131'] = 'Products';
-$_LANGADM['AdminCarts6f16ab6ec0a6064d0c8961257a3eb1f5'] = 'Cart summary';
-$_LANGADM['AdminCartsdeb10517653c255364175796ace3553f'] = 'Product';
-$_LANGADM['AdminCarts6c957f72dc8cdacc75762f2cbdcdfaf2'] = 'Unit price';
-$_LANGADM['AdminCarts694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantity';
-$_LANGADM['AdminCarts27ce7f8b5623b2e2df568d64cf051607'] = 'Stock';
-$_LANGADM['AdminCarts2fb3b950fd7711136f7f251ae5fbdbdc'] = 'Text #';
-$_LANGADM['AdminCarts853ae90f0351324bd73ea615e6487517'] = ':';
-$_LANGADM['AdminCartse78b6f4eb3be046f4d25c07ce54954d4'] = 'Ref:';
-$_LANGADM['AdminCarts543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Total products:';
-$_LANGADM['AdminCarts2633d6725607d13e80f5e30514b91fbe'] = 'Total vouchers:';
-$_LANGADM['AdminCartsa12925b3d2beb085f9a024d8098b41dd'] = 'Total gift-wrapping:';
-$_LANGADM['AdminCarts691b338fa68b3c177c6ebbc745624c6a'] = 'Total shipping:';
-$_LANGADM['AdminCarts66c4c5112f455a19afde47829df363fa'] = 'Total:';
-$_LANGADM['AdminCarts9d5bf15117441a1b52eb1f0808e4aad3'] = 'Discounts';
-$_LANGADM['AdminCartsf14b582c1b0eab88ed5904fb781568c0'] = 'Discount name';
-$_LANGADM['AdminCarts689202409e48743b914713f96d93947c'] = 'Value';
-$_LANGADM['AdminCartsf6a75a6a6a56ffbf6af7d20096df8152'] = 'For this customer\'s group, prices are displayed as:';
-$_LANGADM['AdminCarts21586db2334d5241a3cbf559955c129b'] = 'tax excluded';
-$_LANGADM['AdminCarts55b090625e8d4484bd223751acb21775'] = 'tax included';
-$_LANGADM['AdminEmployeesd3b206d196cd6be3a2764c1fb90b200f'] = 'Delete selected';
-$_LANGADM['AdminEmployeese25f0ecd41211b01c83e5fec41df4fe7'] = 'Delete selected items?';
-$_LANGADM['AdminEmployeesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminEmployees8d3f5eff9c40ee315d452392bed5309b'] = 'Last name';
-$_LANGADM['AdminEmployees20db0bfeecd8fe60533206a2b5e9891a'] = 'First name';
-$_LANGADM['AdminEmployees8b5dd64ab8d0b8158906796b53a200e2'] = 'E-mail address';
-$_LANGADM['AdminEmployeescce99c598cfdb9773ab041d54c3d973a'] = 'Profile';
-$_LANGADM['AdminEmployees6591effcd7a95eb926b61e1519530b17'] = 'Can log in';
-$_LANGADM['AdminEmployeesa19df5d477865657e2e2d4f9c30325db'] = 'Employee options';
-$_LANGADM['AdminEmployees67dc4a38907a53d52fb27cd3ae7972d6'] = 'Password regeneration';
-$_LANGADM['AdminEmployees8c1366417a01cb8445c5420e250c3100'] = 'Security: minimum time to wait between two password changes';
-$_LANGADM['AdminEmployees640fd0cc0ffa0316ae087652871f4486'] = 'minutes';
-$_LANGADM['AdminEmployees077e17fa8018384f711afb553c0f1654'] = 'Memorize language used in Admin panel forms';
-$_LANGADM['AdminEmployeesd77a7d05d846a08a26d6b6060508545a'] = 'Allow employees to select a specific language for Admin panel forms';
-$_LANGADM['AdminEmployeesbafd7322c6e97d25b6299b5d6fe8920b'] = 'No';
-$_LANGADM['AdminEmployees93cba07454f06a4a960172bbd6e2a435'] = 'Yes';
-$_LANGADM['AdminEmployeeseb626c94531ec554f93b2b78a77c8b1b'] = 'Employees';
-$_LANGADM['AdminEmployees668a8d8d7ffe5da112b266e46b79b685'] = 'First name:';
-$_LANGADM['AdminEmployeesbe5e0b5d50d48b049bd0f7b57cd163f9'] = 'Last name:';
-$_LANGADM['AdminEmployeesb341a59d5636ed3d6a819137495b08a0'] = 'Password:';
-$_LANGADM['AdminEmployeesdc5e055e0c66ae48929d03a327972a58'] = 'Leave blank if you do not want to change your password';
-$_LANGADM['AdminEmployees2467bfdbc86d3cc7aab2130f56ce6978'] = 'Min. 8 characters; use only letters, numbers or';
-$_LANGADM['AdminEmployees78e365acb087fd1f8d494dae0001de10'] = 'E-mail address:';
-$_LANGADM['AdminEmployeesc914ee2b55db02eead39ca53c0256b15'] = 'Admin panel color:';
-$_LANGADM['AdminEmployees98a7eaf59a8879c97d1f1577c9e730c4'] = 'Admin panel background will be displayed in this color. HTML colors only (e.g.';
-$_LANGADM['AdminEmployees38bc801a65d737636374445ec68de6d4'] = 'Default tab';
-$_LANGADM['AdminEmployees802a0d2adac7699a3a37d1abe76f8ad4'] = 'This tab will be displayed just after login';
-$_LANGADM['AdminEmployees7bf180952a9369f95452b5ef13db381f'] = 'Back Office width';
-$_LANGADM['AdminEmployees0f320548785fd088a8549dc85d2d2a36'] = 'Back Office width, in pixels. The value \"0\" means that the Back Office width will be flexible.';
-$_LANGADM['AdminEmployees0885f0c211f74834f0109c5abaf4cdc4'] = 'Language:';
-$_LANGADM['AdminEmployeesa9e4402481bd9b8e36752bf731f67eb6'] = 'Theme:';
-$_LANGADM['AdminEmployeesf135613d0b1aac7b3728fb07fb52cc01'] = 'Back Office theme';
-$_LANGADM['AdminEmployees5e0b30bd7c238faaa234164857d7b5bd'] = 'Show screencast at log in:';
-$_LANGADM['AdminEmployees00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Enabled';
-$_LANGADM['AdminEmployeesb9f5c797ebbf55adccdd8539a65a0241'] = 'Disabled';
-$_LANGADM['AdminEmployees24fb083ea7699bfacb5b1fdd56746d35'] = 'Display the welcome video in the Admin panel dashboard at log in';
-$_LANGADM['AdminEmployees24a23d787190f2c4812ff9ab11847a72'] = 'Status:';
-$_LANGADM['AdminEmployeesfd2d34527dbecc26db79103ffb99c252'] = 'Allow or disallow this employee to log into the Admin panel';
-$_LANGADM['AdminEmployees9fbf3617c6172a75648e9ac0a864bb56'] = 'Profile:';
-$_LANGADM['AdminEmployees7bc873cba11f035df692c3549366c722'] = '-- Choose --';
-$_LANGADM['AdminEmployeesf16b5952df8d25ea30b25ff95ee8fedf'] = 'Shop association:';
-$_LANGADM['AdminEmployees6826c313cc8d16a3773ae8d892d4549d'] = 'Select the shops the employee is allowed to access';
-$_LANGADM['AdminEmployees38fb7d24e0d60a048f540ecb18e13376'] = ' Save ';
-$_LANGADM['AdminScenesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminScenes46cff679f56896d63111deff52857fc9'] = 'Image Maps';
-$_LANGADM['AdminScenescb456215c3333db0551bd0788bc258c7'] = 'Activated';
-$_LANGADM['AdminScenes9ea67be453eaccf020697b4654fc021a'] = 'Save and stay';
-$_LANGADM['AdminScenesc9cc8cce247e49bae79f15173ce97354'] = 'Save';
-$_LANGADM['AdminScenesefa840b68d542771392db5b9977ca895'] = 'How to map products in the image:';
-$_LANGADM['AdminScenes0b06437d7d0336bf27f7039265023594'] = 'When a customer hovers over the image with the mouse, a pop-up appears displaying a brief description of the product.';
-$_LANGADM['AdminScenesfcb71eef0a5538f3c8d5805c2935aed2'] = 'The customer can then click to open the product\'s full product page.';
-$_LANGADM['AdminScenesd4fab32a3d444ea2d060ee35791f33cb'] = 'To achieve this, please define the \'mapping zone\' that, when hovered over, will display the pop-up.';
-$_LANGADM['AdminScenes255813ee5a1a16fea7fec6a240bc562c'] = 'Left-click with your mouse to draw the four-sided mapping zone, then release.';
-$_LANGADM['AdminScenesf343523de5767545db82a1043a165a97'] = 'Then, begin typing the name of the associated product. A list of products appears.';
-$_LANGADM['AdminScenesda954fed6fbb63e29cfc51ecdd5e7a71'] = 'Click the appropriate product, then click OK. Repeat these steps for each mapping zone you wish to create.';
-$_LANGADM['AdminScenes461f757c7a0d62237c9b0204f0fa507a'] = 'When you have finished mapping zones, click Save Image Map.';
-$_LANGADM['AdminScenes84418e651fa14682de36a551e72c2a06'] = 'Image map name:';
-$_LANGADM['AdminScenes6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Invalid characters:';
-$_LANGADM['AdminScenes24a23d787190f2c4812ff9ab11847a72'] = 'Status:';
-$_LANGADM['AdminScenes00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Enabled';
-$_LANGADM['AdminScenesb9f5c797ebbf55adccdd8539a65a0241'] = 'Disabled';
-$_LANGADM['AdminScenesfb2ea703b13d059f6b7ea5da806021df'] = 'Format:';
-$_LANGADM['AdminScenesa99236f155b9a3606d7b36262179bc17'] = 'File size:';
-$_LANGADM['AdminScenes839af95e357936503d910adb5ae209a3'] = 'kB max.';
-$_LANGADM['AdminScenesf81feb0cab040ca1ee3771e04136c01f'] = 'If larger than the image size setting, the image will be reduced to %1$d x %2$dpx (width x height).';
-$_LANGADM['AdminScenesc0638746d2c5f3151be067263de10449'] = 'If smaller than the image size setting, a white background will be added in order to achieve the correct image size.';
-$_LANGADM['AdminScenes7dc99a2737d301ded7dbc18b54487c4c'] = 'Note: To change image dimensions, please change the \'large_scene\' image type settings to the desired size (in Back Office > Preferences > Images).';
-$_LANGADM['AdminScenes3b263477a8ad622d76979befafd0119d'] = 'Begin typing the first letters of the product name, then select the product from the drop-down list:';
-$_LANGADM['AdminScenese0aa021e21dddbd6d8cecec71e9cf564'] = 'OK';
-$_LANGADM['AdminScenesf2a6c498fb90ee345d997f888fce3b18'] = 'Delete';
-$_LANGADM['AdminScenes992fce2ab1e3df0de5e94109ab6f4ba0'] = 'If you want to use a thumbnail other than one generated from simply reducing the mapped image, please upload it here.';
-$_LANGADM['AdminScenesb908c2f34052b5276e0bf50f0e042211'] = 'Filesize:';
-$_LANGADM['AdminScenes48eff6b946aa810d6cb2db445e5e881b'] = 'Automatically resized to %1$d x %2$dpx (width x height).';
-$_LANGADM['AdminScenesa5394858079fa378684b20a1abc0e9be'] = 'Note: To change image dimensions, please change the \'thumb_scene\' image type settings to the desired size (in Back Office > Preferences > Images).';
-$_LANGADM['AdminScenesb667daefa504a39a424c395df58d04b1'] = 'Alternative thumbnail:';
-$_LANGADM['AdminScenesfa03eb688ad8aa1db593d33dabd89bad'] = 'Root';
-$_LANGADM['AdminScenesef7de3f485174ff47f061ad27d83d0ee'] = 'selected';
-$_LANGADM['AdminScenesb7d7436a18bf546dd6438d92218868c1'] = 'Check all';
-$_LANGADM['AdminScenes5e9df908eafa83cb51c0a3720e8348c7'] = 'Check All';
-$_LANGADM['AdminScenes9747d23c8cc358c5ef78c51e59cd6817'] = 'Uncheck All';
-$_LANGADM['AdminScenesb56c3bda503a8dc4be356edb0cc31793'] = 'Collapse All';
-$_LANGADM['AdminScenes5ffd7a335dd836b3373f5ec570a58bdc'] = 'Expand All';
-$_LANGADM['AdminScenesd0f06038b6b3aa5edc07c7a6fd3ca3f9'] = 'Search a category';
-$_LANGADM['AdminScenes8c38776925f7cf41c090646a43157024'] = 'Categories:';
-$_LANGADM['AdminScenes942da499f64e33bf906449f53937dcac'] = 'Please add a picture to continue mapping the image.';
-$_LANGADM['AdminScenesf16b5952df8d25ea30b25ff95ee8fedf'] = 'Shop association:';
-$_LANGADM['AdminScenes997fd7aaabd538817e06ff1b3289bee3'] = 'Image to be mapped:';
-$_LANGADM['AdminSuppliersd3b206d196cd6be3a2764c1fb90b200f'] = 'Delete selected';
-$_LANGADM['AdminSupplierse25f0ecd41211b01c83e5fec41df4fe7'] = 'Delete selected items?';
-$_LANGADM['AdminSuppliersb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminSuppliers8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo';
-$_LANGADM['AdminSuppliers49ee3087348e8d44e1feda1917443987'] = 'Name';
-$_LANGADM['AdminSuppliers990fc90e39367377c314f1d61522ae61'] = 'Number of products';
-$_LANGADM['AdminSuppliers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Enabled';
-$_LANGADM['AdminSuppliers1814d65a76028fdfbadab64a5a8076df'] = 'Suppliers';
-$_LANGADM['AdminSuppliers4e140ba723a03baa6948340bf90e2ef6'] = 'Name:';
-$_LANGADM['AdminSuppliers6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Invalid characters:';
-$_LANGADM['AdminSuppliersd0042a700e9bdf79689d63ee6846dc0e'] = 'Description:';
-$_LANGADM['AdminSuppliers76d17e0cd552ad8ca18c5fc1ae9d8098'] = 'Will appear in supplier list';
-$_LANGADM['AdminSuppliers673ae02fffb72f0fe68a66f096a01347'] = 'Phone:';
-$_LANGADM['AdminSuppliers15e55c7c40b1ebc5e7aa3bc65fd55457'] = 'Phone number of this supplier';
-$_LANGADM['AdminSuppliers2bf1d5fae1c321d594fdedf05058f709'] = 'Address:';
-$_LANGADM['AdminSuppliersc3f42f159abd8ca877101e1f6eff322f'] = 'Postal Code/Zip Code:';
-$_LANGADM['AdminSuppliersbffb711ec36f280459d11dce315da72f'] = 'City:';
-$_LANGADM['AdminSuppliersf64be5eef68442a8f50cf535b92ad3e4'] = 'Country:';
-$_LANGADM['AdminSuppliersd122d10313ee7cc2850e091c86f699ae'] = 'Country where the state, region or city is located';
-$_LANGADM['AdminSuppliers46a2a41cc6e552044816a2d04634545d'] = 'State';
-$_LANGADM['AdminSuppliersacd7b45c9d50280a52990015b2c24ba8'] = 'Logo:';
-$_LANGADM['AdminSuppliers42ce2270f85f28aee54d41a4f5e94698'] = 'Upload supplier logo from your computer';
-$_LANGADM['AdminSuppliers7b250cb374c12c42a75227ba75df7779'] = 'Meta title:';
-$_LANGADM['AdminSuppliers3e053943605d9e4bf7dd7588ea19e9d2'] = 'Forbidden characters:';
-$_LANGADM['AdminSuppliersa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta description:';
-$_LANGADM['AdminSuppliers394deec8b4e901394f69ad41095b1ecc'] = 'Meta keywords:';
-$_LANGADM['AdminSuppliers33fe26e0d07af85617f326ca09fb5085'] = 'To add \"tags\" click in the field, write something, then press \"Enter\"';
-$_LANGADM['AdminSuppliers0099c0173a3c7758b36025bdae9b4fc7'] = 'Enable:';
-$_LANGADM['AdminSuppliersb9f5c797ebbf55adccdd8539a65a0241'] = 'Disabled';
-$_LANGADM['AdminSuppliers38fb7d24e0d60a048f540ecb18e13376'] = ' Save ';
-$_LANGADM['AdminSuppliersf16b5952df8d25ea30b25ff95ee8fedf'] = 'Shop association:';
-$_LANGADM['AdminSupplierse244c4d299a27cf41ec994fe594f2ffc'] = 'It is not possible to delete a supplier if there are any pending supplier orders.';
-$_LANGADM['AdminSuppliers38f06ccd27281c8fc66e11581798ec06'] = 'Number of products:';
-$_LANGADM['AdminSuppliers66b02975abe1eaca734427011e342ee3'] = 'Supplier Reference:';
-$_LANGADM['AdminSuppliers62b5bb12862c2d95d5c88d1e75feb4f9'] = 'Wholesale price:';
-$_LANGADM['AdminSuppliers3dd42bfc8345e82c43b4a40a3426ec49'] = 'Reference:';
-$_LANGADM['AdminSuppliersccf096490d2671f3ea97ea9289eee5b1'] = 'EAN13:';
-$_LANGADM['AdminSuppliersaf7448c885be0d8acd5eb84322176570'] = 'UPC:';
-$_LANGADM['AdminSuppliers2d84cbbf65674e7961d4a821338c7f86'] = 'Available Quantity:';
-$_LANGADM['AdminSuppliers1caa6ff629641a4eb20f190f7a0539ca'] = 'Attribute name';
-$_LANGADM['AdminSuppliersbc67a1507258a758c3a31e66d7ceff8f'] = 'Supplier Reference';
-$_LANGADM['AdminSuppliersc804723ccdde3d7a46933b208c6f928d'] = 'Wholesale price';
-$_LANGADM['AdminSuppliers63d5049791d9d79d86e9a108b0a999ca'] = 'Reference';
-$_LANGADM['AdminSuppliers52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13';
-$_LANGADM['AdminSuppliersfbd99ad01b92dbafc686772a39e3d065'] = 'UPC';
-$_LANGADM['AdminSuppliersc8c5918f1175c1296d19755b2f49d1c9'] = 'Available Quantity';
-$_LANGADM['AdminSearchConfd3b206d196cd6be3a2764c1fb90b200f'] = 'Delete selected';
-$_LANGADM['AdminSearchConfe25f0ecd41211b01c83e5fec41df4fe7'] = 'Delete selected items?';
-$_LANGADM['AdminSearchConf9ab81f57823f6aeb02362291f23883e6'] = 'Aliases';
-$_LANGADM['AdminSearchConf13348442cc6a27032d2b4aa28b75a5d3'] = 'Search';
-$_LANGADM['AdminSearchConfec53a8c4f07baed5d8825072c89799be'] = 'Status';
-$_LANGADM['AdminSearchConfda0d18febbbe9cd4e54b68aa72f1d231'] = 'Indexation';
-$_LANGADM['AdminSearchConff9e5db56f1aa51c94f0bfa5e17737119'] = 'The \"indexed\" products have been analyzed by PrestaShop and will appear in the results of the Front Office search.';
-$_LANGADM['AdminSearchConfd09de235a4115d5c3ff8d8e75f2fa45c'] = 'Indexed products:';
-$_LANGADM['AdminSearchConff228001fc9ac806066ea0a61ca65abb6'] = 'Building the product index can take a few minutes or more.';
-$_LANGADM['AdminSearchConf30b32ba24b39cc26929adf1e6038d90b'] = 'If your server stops the process before it ends, you can resume the indexation by clicking \"Add missing products.\"';
-$_LANGADM['AdminSearchConf89e75b6219e4f6de0200ad94812a5655'] = 'Add missing products to index.';
-$_LANGADM['AdminSearchConf26e424abe001fcfdcc85a2d59bacb567'] = 'Re-build entire index.';
-$_LANGADM['AdminSearchConf9ed967cf992b654e59df8663fce97d59'] = 'You can set a cron job that will rebuild your index using the following URL:';
-$_LANGADM['AdminSearchConf8a289df2d13df2450bfcc937a026dee3'] = 'Ajax search';
-$_LANGADM['AdminSearchConf210164bf289e4deb6147c77256907d8e'] = 'Enable ajax search for your visitors.';
-$_LANGADM['AdminSearchConfbfd6500aaa6d607c6400b861298a8a02'] = 'With ajax search, the first 10 products matching the user query will appear in real time below the input field.';
-$_LANGADM['AdminSearchConffe46a55c8e47f3fa7825579913626e04'] = 'Instant search';
-$_LANGADM['AdminSearchConf5c310913606d85266ad186f1482bd7e8'] = 'Enable instant search for your visitors.';
-$_LANGADM['AdminSearchConf5d1e36067de5219b04e875eae644d7d9'] = 'With instant search, the results will appear immediately as the user writes a query.';
-$_LANGADM['AdminSearchConf8e7ace556216459cd9197423709bdd3a'] = 'Minimum word length (in characters)';
-$_LANGADM['AdminSearchConf645115aba5ef431a04da95c746477544'] = 'Only words this size or larger will be indexed.';
-$_LANGADM['AdminSearchConf5bff181421d95b49ad5ce5bb08f0ffbe'] = 'Blacklisted words';
-$_LANGADM['AdminSearchConf97af9b173ce5af301daaa0aeb5419c49'] = 'Please enter the words separated by a \"|\".';
-$_LANGADM['AdminSearchConf8c489d0946f66d17d73f26366a4bf620'] = 'Weight';
-$_LANGADM['AdminSearchConfb528cee25edcbf2257878a5aead21a1d'] = 'The \"weight\" represents its importance and relevance for the ranking of the products when try a new search.';
-$_LANGADM['AdminSearchConf157ce71733eb58af6770c47cfbab1732'] = 'A word with a weight of 8 will have 4 times more value than a word with a weight of 2.';
-$_LANGADM['AdminSearchConfd47382d478ae1f4001b989f69961bbb5'] = '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.';
-$_LANGADM['AdminSearchConf76a591808a254d4094e1c43f937b834f'] = 'Product name weight';
-$_LANGADM['AdminSearchConff391844c98222451204cbb678d591f86'] = 'Reference weight';
-$_LANGADM['AdminSearchConf6af0a6ff1f2f2a61cbd8b98232314b03'] = 'Short description weight';
-$_LANGADM['AdminSearchConff90f799bc686f5d6a731b1f8074b4580'] = 'Description weight';
-$_LANGADM['AdminSearchConf05cdca5b85ff26e596c3af66ed4820d5'] = 'Category weight';
-$_LANGADM['AdminSearchConf9bc82ee9ca6110810689927a77493617'] = 'Manufacturer weight';
-$_LANGADM['AdminSearchConfc152439199cebb7e1c27633efeaf1eda'] = 'Tags weight';
-$_LANGADM['AdminSearchConf1b25f9ffbf4d185dbb985380a04732cc'] = 'Attributes weight';
-$_LANGADM['AdminSearchConf4871216a35362aebc0d9908e6e288765'] = 'Features weight';
-$_LANGADM['AdminSearchConfc9cc8cce247e49bae79f15173ce97354'] = 'Save';
-$_LANGADM['AdminSearchConfa1f687d813c4e0c415cb5137fcb156c1'] = 'Alias:';
-$_LANGADM['AdminSearchConfc6b0ebae520f4d920b3b2146195bd3bc'] = 'Enter each alias separated by a comma (\',\') (e.g. \'prestshop,preztashop,prestasohp\')';
-$_LANGADM['AdminSearchConf259b411f284388d228a30c1e2ed0c61d'] = 'Forbidden characters: <>;=#{}';
-$_LANGADM['AdminSearchConf5aac38deec604d81565722cc5a2a6be1'] = 'Result:';
-$_LANGADM['AdminSearchConf01d2aac5d20787a1e873f2bdc79b514a'] = 'Search this word instead.';
-$_LANGADM['AdminSearchConfa66ec6983e578c3ac4663171b39d168b'] = 'aliases and result are both required';
-$_LANGADM['AdminSearchConf792fd33273f5b3dbbcc6bd5de52b7e20'] = 'is not a valid result';
-$_LANGADM['AdminSearchConf9d2e974b83d9090b463dbcb2ef32ab51'] = 'is not a valid alias';
-$_LANGADM['AdminSearchConf84b4d8c8cdd02488c0f868e97b22a3c2'] = 'Creation successful';
-$_LANGADM['AdminStockConfigurationb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminStockConfiguration31c6b3fdfaaa80dba2dbf92a4600524c'] = 'Sign';
-$_LANGADM['AdminStockConfigurationaac247ca22789872bad95dc8f6c45d37'] = 'Increase';
-$_LANGADM['AdminStockConfiguration9e661cc6f7c72b95abfd6b372aacbfa1'] = 'Decrease';
-$_LANGADM['AdminStockConfiguration49ee3087348e8d44e1feda1917443987'] = 'Name';
-$_LANGADM['AdminStockConfigurationdae8ace18bdcbcc6ae5aece263e14fe8'] = 'Options';
-$_LANGADM['AdminStockConfigurationbb8c2235cf31a149ada66bc1ea20e75e'] = 'Default label when increasing stock:';
-$_LANGADM['AdminStockConfiguration3f795689959c477c5ed6ea35d9c504a1'] = 'Default label when decreasing stock:';
-$_LANGADM['AdminStockConfiguration4b51026db5f2d3fba4d19a545b37ed72'] = 'Default label when decreasing stock when a customer order is shipped:';
-$_LANGADM['AdminStockConfiguration50a13674b381c655680f7207b748b9f4'] = 'Default label when increasing stock when a supply order is received:';
-$_LANGADM['AdminStockConfiguration77ef23ba8ff2fdb835d7f6bfd48a8623'] = 'Stock: Add stock movement label';
-$_LANGADM['AdminStockConfigurationae4c829fe038d6519e21976db8e29d44'] = 'Stock Movement Label';
-$_LANGADM['AdminStockConfiguration4e140ba723a03baa6948340bf90e2ef6'] = 'Name:';
-$_LANGADM['AdminStockConfiguration85896a744f6fd84cbcd7bddb31fae8d7'] = 'Action:';
-$_LANGADM['AdminStockConfigurationa2590f768bebc52068ba341320394860'] = 'Increase stock';
-$_LANGADM['AdminStockConfigurationcc5c5c2e1e8d0ea99dda086197b8b030'] = 'Decrease stock';
-$_LANGADM['AdminStockConfiguration9f4b160356106847361d80d5c1dbf44d'] = 'Select the corresponding action: increase or decrease stock.';
-$_LANGADM['AdminStockConfigurationc9cc8cce247e49bae79f15173ce97354'] = 'Save';
-$_LANGADM['AdminStockConfiguration84f632911d029cdf126102dcd1fcbe69'] = 'Supply Order Status';
-$_LANGADM['AdminStockConfiguration24a23d787190f2c4812ff9ab11847a72'] = 'Status:';
-$_LANGADM['AdminStockConfigurationfb5a0e846f382e4f81b1c4daddcf6e4e'] = 'Color:';
-$_LANGADM['AdminStockConfiguration1d3afc9065414aa7529abacb4a4c8f70'] = 'Back Office background will be displayed in this color. HTML colors only.';
-$_LANGADM['AdminStockConfiguration0c0ccdde7258a867fe467c8f69f8fce4'] = 'Editable:';
-$_LANGADM['AdminStockConfiguration93cba07454f06a4a960172bbd6e2a435'] = 'Yes';
-$_LANGADM['AdminStockConfigurationbafd7322c6e97d25b6299b5d6fe8920b'] = 'No';
-$_LANGADM['AdminStockConfigurationdb825120b889649cf5d4f4d1a0016cab'] = 'Define if it is possible to edit the order. An editable order is not valid to send to the supplier.';
-$_LANGADM['AdminStockConfigurationba243e32e8350973c79340520c65338b'] = 'Delivery note:';
-$_LANGADM['AdminStockConfiguration83247da5ff819643f64d5d70d92a4660'] = 'Define if it is possible to generate a delivery note of the order.';
-$_LANGADM['AdminStockConfiguration4ccb6d465c7e0fb1eec81029babe94c5'] = 'Delivery state:';
-$_LANGADM['AdminStockConfiguration3db4ee93a5c7d220082d517abf29f9ba'] = 'Define if products have been partially/completely received. This allows you to know if the products ordered have to be added to the corresponding warehouse.';
-$_LANGADM['AdminStockConfiguration47b2908d9a83efaa0f26d4781ab3489e'] = 'Pending receipt:';
-$_LANGADM['AdminStockConfiguration6bb5ec6cf32cf210447105aed6e188a8'] = 'Customer is awaiting delivery';
-$_LANGADM['AdminStockConfiguration12cb6559842b5935f2e51d44c2e75f13'] = 'Stock: Add supply order status';
-$_LANGADM['AdminStockConfiguration06e8cdd7c5a9a4234b25ce258cd40859'] = 'Stock: Update Supply order status';
-$_LANGADM['AdminStockConfiguration7ef56bf5a7abd60795ccfffe5f1720e4'] = 'Supply Order status';
-$_LANGADM['AdminStockConfiguration467bbe7220ceed8191eda02dfb685145'] = 'Back Office color:';
-$_LANGADM['AdminStockConfigurationc9f82760181797141f2796141f20be69'] = 'Back Office background will be displayed in this color. HTML colors only';
-$_LANGADM['AdminStockConfigurationc6fab0a7184b6c10b10391a7cd85d171'] = 'This interface allows you to configure your supply order statuses and stock movement labels.';
-$_LANGADM['AdminStockConfiguration3c84138e2a8897ca10bf0ccf304257cb'] = 'Stock: Stock movement labels';
-$_LANGADM['AdminStockConfiguration5d6801bd2496b517e4bfdac940dd93fc'] = 'Stock: Supply Order status';
-$_LANGADM['AdminStockConfigurationb00be6ffe196322a3c53caf12a33467f'] = 'Editable?';
-$_LANGADM['AdminStockConfiguration374a41e83827a91aa431e35770c1ff9d'] = 'Delivery note available?';
-$_LANGADM['AdminStockConfiguration9dbaf623845ed4efa13daa4aff8b9132'] = 'Is a pending receipt state?';
-$_LANGADM['AdminStockConfiguration98176e8fe93c67303a94d7a40f0bcb38'] = 'Is a delivery state?';
-$_LANGADM['AdminStockConfigurationb8fabc9f332b81eae30d1f69968e87ae'] = 'Is an enclosed order state?';
-$_LANGADM['AdminStockConfiguration171a05cdb80f5fe4c9a249634468ca5f'] = 'The name of this product is not available. It may been deleted from the system.';
-$_LANGADM['AdminPPreferences7dbe88f99044a2b7e37ae992b8651be4'] = 'Products (general)';
-$_LANGADM['AdminPPreferencesbb98eaca8d91531f4ae177c9d395f1d4'] = 'Catalog mode';
-$_LANGADM['AdminPPreferencescc993294982e16c019912d171e6642ae'] = 'When active, all shopping features will be disabled';
-$_LANGADM['AdminPPreferences2d7635e86b0cb536921590f69541ae66'] = 'Set the maximum number of products that can be selected for comparison';
-$_LANGADM['AdminPPreferencesc7f790f848cb970b2864ba7db2977779'] = 'Set the threshold at which a message will announce the product is close to being out of stock.';
-$_LANGADM['AdminPPreferencesca9bccbec65b9e333e8896dbe43369df'] = 'Set to 0 to disable this feature';
-$_LANGADM['AdminPPreferences85dd6b2059e1ff8fbefcc9cf6e240933'] = 'Number of days for which the product is considered \'new\'';
-$_LANGADM['AdminPPreferencesc98c7185468e4f0f77d3e83ffdffb612'] = 'Redirection after adding product to cart';
-$_LANGADM['AdminPPreferences1dbe7ce1ee1555b7f51f3681313cb614'] = 'Only for non-AJAX version of the cart';
-$_LANGADM['AdminPPreferences4b8d849da50c8e72f839c5c7e1abfe95'] = 'previous page';
-$_LANGADM['AdminPPreferences74451598607d4a1844581e95abc69e82'] = 'cart summary';
-$_LANGADM['AdminPPreferences14d14736f0cc7bbd49ee5dbc335d7f60'] = 'Short description max size';
-$_LANGADM['AdminPPreferencesd001241a200c6e9601de3615a3858882'] = 'Set the maximum size of product short description (in characters)';
-$_LANGADM['AdminPPreferences2593c7ce3ff937293feb1e61c152e551'] = 'characters';
-$_LANGADM['AdminPPreferencesb5069c99813cffc6933c18ab71fd6cd9'] = 'Quantity discounts based on';
-$_LANGADM['AdminPPreferences68217d833599eb6fb56f9e6d2ca24196'] = 'How to calculate quantity discounts';
-$_LANGADM['AdminPPreferences068f80c7519d0528fb08e82137a72131'] = 'Products';
-$_LANGADM['AdminPPreferencesb9208b03bcc9eb4a336258dcdcb66207'] = 'Combinations';
-$_LANGADM['AdminPPreferencescbb81506a7fe3ef03f7a89c76c52131a'] = 'Pagination';
-$_LANGADM['AdminPPreferences7e1b4ee573c4ef023904fd90eb9ddea7'] = 'Products per page';
-$_LANGADM['AdminPPreferences2724aaa50fa52662bc9b244cab7afcae'] = 'Number of products displayed per page. Default is 10.';
-$_LANGADM['AdminPPreferencese29857ad6c4bbba99614831d7e3e5a3f'] = 'Default order by';
-$_LANGADM['AdminPPreferences576f8e8bd00e234b157d1b0d706b4193'] = 'The order in which products are displayed in the product list';
-$_LANGADM['AdminPPreferencesdf644ae155e79abf54175bd15d75f363'] = 'Product name';
-$_LANGADM['AdminPPreferences290b7c47045d269e2ccfa69e6477acfe'] = 'Product price';
-$_LANGADM['AdminPPreferences5b84212579db9037cfe4f22863b17789'] = 'Product added date';
-$_LANGADM['AdminPPreferences3cfcde53f39184634bc7b2344479fbc4'] = 'Position inside category';
-$_LANGADM['AdminPPreferencesc0bd7654d5b278e65f21cf4e9153fdb4'] = 'Manufacturer';
-$_LANGADM['AdminPPreferencesd920ec381c352d9d92a53ed3d261e8c6'] = 'Product modified date';
-$_LANGADM['AdminPPreferences114a8ec626471fdc120f863a9fb25e4c'] = 'Default order method';
-$_LANGADM['AdminPPreferences10b4f4d58932f50c51a3d4152f1472a0'] = 'Default order method for product list';
-$_LANGADM['AdminPPreferencescf3fb1ff52ea1eed3347ac5401ee7f0c'] = 'Ascending';
-$_LANGADM['AdminPPreferencese3cf5ac19407b1a62c6fccaff675a53b'] = 'Descending';
-$_LANGADM['AdminPPreferenceseb763a2e313718f33f55e1f0d84df6ee'] = 'Product page';
-$_LANGADM['AdminPPreferences160531ed8abdf66c57cce67c340e3866'] = 'Display available quantities on product page';
-$_LANGADM['AdminPPreferences4679a09774262c86405b48c1fe648312'] = 'Display remaining quantities when qty is lower than';
-$_LANGADM['AdminPPreferencesa6d9c61ee4e4615f5c306e97f2440fc4'] = 'Enable JqZoom instead of Thickbox on product page';
-$_LANGADM['AdminPPreferencesb98c3bfc1b0c5082e62944556616aa58'] = 'Display unavailable product attributes on product page';
-$_LANGADM['AdminPPreferences526b823754c3daafb83f07204e6052c7'] = 'Display \"add to cart\" button when product has attributes';
-$_LANGADM['AdminPPreferencesc7c54c4ed31886079cd525b60c8867c1'] = 'Display or hide the \"add to cart\" button on category pages for products that have attributes to force customers to see the product detail';
-$_LANGADM['AdminPPreferencesff26a60315cd84533d5339ba26617988'] = 'Products stock';
-$_LANGADM['AdminPPreferencesbe6be43cab36ddf8024d237c4a2414f7'] = 'Allow ordering of out-of-stock products';
-$_LANGADM['AdminPPreferences24c3ed033892f4548a23e4c50e8f6e7f'] = 'Add to cart button is hidden when product is unavailable';
-$_LANGADM['AdminPPreferences69983ae81c0090a571d3f60aedbd0d46'] = 'Enable stock management';
-$_LANGADM['AdminPPreferences428b6d6de8587f9522f3c6245c723bda'] = 'Enable advanced stock management';
-$_LANGADM['AdminPPreferencesee47d365c45af9938bb4e5e319b128ff'] = 'Allows you to manage physical stock, warehouses and supply orders.';
-$_LANGADM['index86bbc77fd75ac02c21b84a37b260eadd'] = 'Administration panel';
-$_LANGADM['indexf34d48fdeb503f83d7b2d6912ad4ad5c'] = 'A new order has been made on your shop.';
-$_LANGADM['indexfa4ca47bd32c835f24a5e9ec29a87a5f'] = 'Order number:';
-$_LANGADM['indexba3ffaeeeee2d808a2a173707349ebdb'] = 'Total:';
-$_LANGADM['indexaf7f7f1e54081425693d013be2ba5d1f'] = 'From:';
-$_LANGADM['indexe8c47ac18c587ee1a2a3617c7e96245a'] = 'Click here to see the order';
-$_LANGADM['indexd2d2000f7fa636acd871f43c085a75dc'] = 'A new customer has registered on your shop.';
-$_LANGADM['indexea9b3a6658e8b6ab6b1bc960f68ce63f'] = 'Customer name:';
-$_LANGADM['indexe30d2e2e3e089445907ea440d5f0d901'] = 'Click here to see the customer';
-$_LANGADM['indexa546b4ed60fa82d6e50475370c228979'] = 'A new message has been posted on your shop.';
-$_LANGADM['index3c40bce8d041e25000f92477f7f8ab31'] = 'Click here to see the message';
-$_LANGADM['index2d171b6a17c89ae0c6e4f2b64f2af559'] = 'A modification of this field will be applied for all shops';
-$_LANGADM['index3e12761a2bcba8a5a257db3ccab5422f'] = 'A modification of this field will be applied for all shops in group %s';
-$_LANGADM['index7de03e29467c9d376a57e40f2ace850f'] = 'A modification of this field will be applied for the shop %s';
-$_LANGADM['index529a53abbdf42a64cb2d149c0aeced04'] = 'Last orders';
-$_LANGADM['index050a0d11da7943317186f76a36b14a6c'] = 'No new orders have been made on your shop';
-$_LANGADM['indexad0750ccecf0c31c43ce46ea7e665ea5'] = 'Show all orders';
-$_LANGADM['index1a9c46c5de112e3cb217e0ec5576d499'] = 'Last customers';
-$_LANGADM['indexab2f2e57bccf2066528b0c585993dcda'] = 'No new customers have registered on your shop';
-$_LANGADM['index4942b4a77c98af316861fc63c648b45f'] = 'Show all customers';
-$_LANGADM['index77181afe06241c54ef771a23ee6da8f4'] = 'Last messages';
-$_LANGADM['indexb73a47387ac1a23b17154c3b1e93fb71'] = 'No new messages have been posted on your shop';
-$_LANGADM['indexa2eda4e1c4dfc9bade7150b878c57a46'] = 'Show all messages';
-$_LANGADM['indexf84b4e2770ec98e3db2926cd49864d2f'] = 'My preferences';
-$_LANGADM['index4236a440a662cc8253d7536e5aa17942'] = 'Logout';
-$_LANGADM['indexd70861cbe7f8c9a1241c39b3e7ef5ef2'] = 'View my shop';
-$_LANGADM['indexcbebc850f5f849e8956b5f8075f48f69'] = 'Everywhere';
-$_LANGADM['index46f22f2a56ddd091f4b2b2c35c5ca989'] = 'Catalog';
-$_LANGADM['index4b6f7d34a58ba399f077685951d06738'] = 'Customers';
-$_LANGADM['index50d7eaecd64b277cdaac58e0cd48ad83'] = 'IP address';
-$_LANGADM['index12c500ed0b7879105fb46af0f246be87'] = 'Orders';
-$_LANGADM['index56deca22a707214865f7ea3ae6391d67'] = 'Invoices';
-$_LANGADM['index8642a2f37a5d42b54ce53b1fbdd1583f'] = 'Carts';
-$_LANGADM['index13348442cc6a27032d2b4aa28b75a5d3'] = 'Search';
-$_LANGADM['index4f32a32dea642737580dd71cdfd8d3c0'] = 'Quick Access';
-$_LANGADM['index53cd939ae14e33855274e17a3c411fdd'] = 'For security reasons, you must also:';
-$_LANGADM['indexe99c06952f4336ce189d8df45980dca0'] = 'delete the /install folder';
-$_LANGADM['index87d6ef331c17f4e5d4e539e2098bf01a'] = 'Multistore configuration for';
-$_LANGADM['index7286baef44d09300636a4b99c533523c'] = 'Load time:';
-$_LANGADM['indexbbaff12800505b22a853e8b7f4eb6a22'] = 'Contact';
-$_LANGADM['index3e937d04c1c83492260a33d926ca587c'] = 'Bug Tracker';
-$_LANGADM['indexe6a7f8a2f42cc35979973da8dfb10720'] = 'Forum';
-$_LANGADM['indexeed2839c1e3e5f7069ed03b2f6d4c6dd'] = 'Back Office';
-$_LANGADM['indexe67615d6c998f1a013f1d27bbc555cff'] = 'You are configuring your store for group shop %s';
-$_LANGADM['index1165ec47ce359708f4a608d4decd04f6'] = 'You are configuring your store for shop %s';
-$_LANGADM['indexdb26e10564e958809d798e8048fcbc0a'] = 'Invalid security token';
-$_LANGADM['indexa4da6f31ab268a5310bc475e63ab92db'] = 'I understand the risks and I want to display this page';
-$_LANGADM['index5196611ad1bf27e9cef5375b038c04db'] = 'Get me out of here!';
-$_LANGADM['AdminCategoriesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminCategories49ee3087348e8d44e1feda1917443987'] = 'Name';
-$_LANGADM['AdminCategoriesb5a7adde1af5c87d7fd797b6245c2a39'] = 'Description';
-$_LANGADM['AdminCategories52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Position';
-$_LANGADM['AdminCategories86754577897acfb25deb69039d49d9a7'] = 'Displayed';
-$_LANGADM['AdminCategoriesd3b206d196cd6be3a2764c1fb90b200f'] = 'Delete selected';
-$_LANGADM['AdminCategories5f573e91e5eaa092e00a4c4df393c0cb'] = 'Add new root category';
-$_LANGADM['AdminCategoriesef61fb324d729c341ea8ab9901e23566'] = 'Add new';
-$_LANGADM['AdminCategories7dce122004969d56ae2e0245cb754d35'] = 'Edit';
-$_LANGADM['AdminCategories630f6dc397fe74e52d5189e2c80f282b'] = 'Back to list';
-$_LANGADM['AdminCategorieseee9803f950c044483988489fe500800'] = '%s - All people without a validated customer account.';
-$_LANGADM['AdminCategoriesa36f97f31dbcb265fb08f5c0626261ea'] = '%s - Customer who placed an order with the Guest Checkout.';
-$_LANGADM['AdminCategories912b0ddf5cf99be6062eff780d58c50b'] = '%s - All people who have created an account on this site.';
-$_LANGADM['AdminCategories3adbdb3ac060038aa0e6e6c138ef9873'] = 'Category';
-$_LANGADM['AdminCategories4e140ba723a03baa6948340bf90e2ef6'] = 'Name:';
-$_LANGADM['AdminCategories6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Invalid characters:';
-$_LANGADM['AdminCategories6637b53a5820cef0817b7f2a2553bfc8'] = 'Displayed:';
-$_LANGADM['AdminCategories00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Enabled';
-$_LANGADM['AdminCategoriesb9f5c797ebbf55adccdd8539a65a0241'] = 'Disabled';
-$_LANGADM['AdminCategories66f2dd0c775eff24ac95c38347bcaf9a'] = 'Parent category:';
-$_LANGADM['AdminCategoriesef7de3f485174ff47f061ad27d83d0ee'] = 'selected';
-$_LANGADM['AdminCategoriesb56c3bda503a8dc4be356edb0cc31793'] = 'Collapse All';
-$_LANGADM['AdminCategories5ffd7a335dd836b3373f5ec570a58bdc'] = 'Expand All';
-$_LANGADM['AdminCategories12f30544aaab0eafb21020a3c94bfddf'] = 'Root Category:';
-$_LANGADM['AdminCategories93cba07454f06a4a960172bbd6e2a435'] = 'Yes';
-$_LANGADM['AdminCategoriesbafd7322c6e97d25b6299b5d6fe8920b'] = 'No';
-$_LANGADM['AdminCategoriesd0042a700e9bdf79689d63ee6846dc0e'] = 'Description:';
-$_LANGADM['AdminCategories461900b74731e07320ca79366df3e809'] = 'Image:';
-$_LANGADM['AdminCategoriesf0eaa209893a6bb5512c9876037b82be'] = 'Upload category logo from your computer';
-$_LANGADM['AdminCategories7b250cb374c12c42a75227ba75df7779'] = 'Meta title:';
-$_LANGADM['AdminCategories3e053943605d9e4bf7dd7588ea19e9d2'] = 'Forbidden characters:';
-$_LANGADM['AdminCategoriesa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta description:';
-$_LANGADM['AdminCategories394deec8b4e901394f69ad41095b1ecc'] = 'Meta keywords:';
-$_LANGADM['AdminCategories33fe26e0d07af85617f326ca09fb5085'] = 'To add \"tags\" click in the field, write something, then press \"Enter\"';
-$_LANGADM['AdminCategories02fa003c38fefcda498b876f67f4cac7'] = 'Friendly URL:';
-$_LANGADM['AdminCategories1bd33faf04b6c7e0090de4f3e5915178'] = 'Group access:';
-$_LANGADM['AdminCategories53d98bd116f47fdfe15c8eb4525c5e99'] = 'You now have three default customer groups.';
-$_LANGADM['AdminCategories9f87a4708828a6a6cb07b1410f8f73e8'] = 'Mark all customer groups you want to give access to this category';
-$_LANGADM['AdminCategoriesc9cc8cce247e49bae79f15173ce97354'] = 'Save';
-$_LANGADM['AdminCategoriesf16b5952df8d25ea30b25ff95ee8fedf'] = 'Shop association:';
-$_LANGADM['AdminCategories3862efce9647cdbdb704436703a7863a'] = 'Category cannot be moved here';
-$_LANGADM['AdminCategoriesfe4456077f52726a3f573d894ad106a0'] = 'Category cannot be parent of itself.';
-$_LANGADM['AdminCategories7548ed945ffa864fb31c526b79748bcb'] = 'Do you want to delete products too?';
-$_LANGADM['AdminCategories6ee5d2b90cedb3573844f84c25ba194f'] = 'Deleting this category will remove products linked only within this category and no others. Are you sure you want to continue?';
-$_LANGADM['AdminCategoriesa6b5959011a81bccb79d7c7d1df44848'] = 'No, I want to link products without other categories within the parent category and then disable them.';
-$_LANGADM['AdminCategories3e26f72ed4468f457c16ae1862440768'] = 'No, I want to link products without other categories within the parent category.';
-$_LANGADM['AdminCategories3b85fffb1141551046746250cab42cde'] = 'Yes, I want to remove products linked only within this category and no others.';
-$_LANGADM['AdminCategoriesea4788705e6873b424c65e91c2846b19'] = 'Cancel';
-$_LANGADM['AdminCategoriesad3d06d03d94223fa652babc913de686'] = 'Validate';
-$_LANGADM['AdminBackup44749712dbec183e983dcd78a7736c41'] = 'Date';
-$_LANGADM['AdminBackup9d8d2d5ab12b515182a505f54db7f538'] = 'Age';
-$_LANGADM['AdminBackup34082694d21dbdcfc31e6e32d9fb2b9f'] = 'File name';
-$_LANGADM['AdminBackup1908624a0bca678cd26b99bfd405324e'] = 'File size';
-$_LANGADM['AdminBackupd3b206d196cd6be3a2764c1fb90b200f'] = 'Delete selected';
-$_LANGADM['AdminBackupe25f0ecd41211b01c83e5fec41df4fe7'] = 'Delete selected items?';
-$_LANGADM['AdminBackup30c210e0173f2ff607cc84dc01ffc1f0'] = 'Backup options';
-$_LANGADM['AdminBackup6afc2b40f9acff2a4d1e67f2dfcd8a30'] = 'Ignore statistics tables';
-$_LANGADM['AdminBackup8859ec81a77f2f2b165bf5ea9858ecfc'] = 'Drop existing tables during import';
-$_LANGADM['AdminBackupa5498b899882eb314ba0ab4519889cc2'] = 'Drop existing tables during import:';
-$_LANGADM['AdminBackup874cac6a7157c26b7d294443bf9cb54a'] = 'If enabled, the backup script will drop your tables prior to restoring the backed up data';
-$_LANGADM['AdminBackupea4788705e6873b424c65e91c2846b19'] = 'Cancel';
-$_LANGADM['AdminBackupc9cc8cce247e49bae79f15173ce97354'] = 'Save';
-$_LANGADM['AdminBackup540f529ae6719f17617936818a8afaac'] = '\"Backups\" Directory in admin directory must be writeable (CHMOD 755 / 777)';
-$_LANGADM['AdminBackup2dfcd22fa4b395849dba9e20998d24c7'] = 'It appears that the Backup was successful, however, you must download and carefully verify the Backup file.';
-$_LANGADM['AdminBackup896c55cc5e46fab38ce9f51ebf7bfcd3'] = 'hour';
-$_LANGADM['AdminBackup73cdddd7730abfc13a55efb9f5685a3b'] = 'hours';
-$_LANGADM['AdminBackup628b7db04235f228d40adc671413a8c8'] = 'day';
-$_LANGADM['AdminBackup44fdec47036f482b68b748f9d786801b'] = 'days';
-$_LANGADM['AdminBackup801ab24683a4a8c433c6eb40c48bcd9d'] = 'Download';
-$_LANGADM['AdminBackup2000271bb894b988d2097aaf528b6680'] = 'Download the Backup file';
-$_LANGADM['AdminBackup8d8fcc1abd550c5f25dbfaa57d59cb67'] = 'MB';
-$_LANGADM['AdminBackup44a5d4afcece22840b11b2acdca0ac67'] = 'Tip: You can also download this file over your FTP. Backup files are located in \"admin/backups\" directory.';
-$_LANGADM['AdminBackup5a0a50bcda916d40913bbf98675b0633'] = 'Disclaimer before creating a new Backup';
-$_LANGADM['AdminBackup1bb1cba339ddfa656d40d1b339225310'] = 'PrestaShop is not responsible for your database, Backups, data and recovery.';
-$_LANGADM['AdminBackup59916437095076feac98f966572f220a'] = 'PrestaShop is Open-source software, you are using it at your own risk under the license agreement.';
-$_LANGADM['AdminBackup714aed045ed859b4e77cddddeeccaed5'] = 'You should Backup your data on a regular basis (both files and database).';
-$_LANGADM['AdminBackup4d247cbe2dbd06ce20b9affd635e7982'] = 'This function only backs up your database, not your files.';
-$_LANGADM['AdminBackup85bb514f2e9d1d276e5a6d403f37c35c'] = 'By default, your existing database tables will be dropped during Backup recovery (see \"Backup options\" below).';
-$_LANGADM['AdminBackup12d873e2f6fa0ad8b446582bedfecff6'] = 'Always verify the quality and integrity of your Backup files.';
-$_LANGADM['AdminBackup666e50f78efc2b97c2f0d74927d710c6'] = 'Always verify that your Backup files are complete, up-to-date and valid, even if you had a success message during the Backup process.';
-$_LANGADM['AdminBackup0dc51a7afc30b342b827df535ff616f2'] = 'Always check your data.';
-$_LANGADM['AdminBackup5c5e4f2eda086c93473b2c8e7e9b896c'] = 'Never restore a Backup on a live site.';
-$_LANGADM['AdminBackup68cbb508c86bba7f69ce32537d2de10a'] = 'How to restore a database Backup in 10 easy steps:';
-$_LANGADM['AdminBackup3584802c088b081e4b892f0d09ae1f7b'] = 'Set \"Enable Shop\" to \"No\" in the Preferences > Maintenance tab.';
-$_LANGADM['AdminBackupa57e3f4dcacc92f3756b16fde61f6f01'] = 'Download the Backup from the list below or from your FTP server (in the folder \"admin/backups\").';
-$_LANGADM['AdminBackup2c57f87f291b9fc07039757ce39a7693'] = 'Check the Backup integrity: look for errors, incomplete file, etc. Be sure to verify all your data.';
-$_LANGADM['AdminBackup4f7763fadf186bbefa76b684300e5259'] = 'Ask your hosting provider for \"phpMyAdmin\" access to your database';
-$_LANGADM['AdminBackupad408cc67b79776c0b6c9867326c3493'] = 'Connect to \"phpMyAdmin\" and select your current database';
-$_LANGADM['AdminBackup197ebd1d022def92dd1c64aae3320d6a'] = 'Unless you enabled the \"Drop existing tables\" option, you must delete all tables from your current database.';
-$_LANGADM['AdminBackup0ca6c797990b1d949a72693d97a5887d'] = 'At the top of the screen select the \"Import\" tab';
-$_LANGADM['AdminBackup6bfc8c9cb81f79f6db4707f115df9788'] = 'Click on the \"Browse...\" button and select the Backup file from your hard drive';
-$_LANGADM['AdminBackup3cda35ca1352ab3557ad2817459b157d'] = 'Check the max. allowed filesize (e.g. Max: 16MB)';
-$_LANGADM['AdminBackupaea390041b1129a817610ff53181cd4b'] = 'If your Backup file exceeds this limit, contact your hosting provider';
-$_LANGADM['AdminBackupb3bd0f5ff93aa82c778f1486bdfecb90'] = 'Click on the \"Go\" button and wait during the import, the process can take several minutes';
-$_LANGADM['AdminBackupe29db9141323afc9e815db9ad72ce9ff'] = 'I have read the disclaimer - Create a new Backup';
-$_LANGADM['AdminBackupc4a8330b099d9409ed1ba801d69a1dd0'] = 'Beginning download ...';
-$_LANGADM['AdminBackup42051aaa00e6158eed74593c3e94d99a'] = 'Backup file should automatically download.';
-$_LANGADM['AdminBackupb828e7a94de289536d535e8c141868b9'] = 'If not,';
-$_LANGADM['AdminBackupd1c6b1687ebbc336f9bd13beba87b0cf'] = 'please click here!';
-$_LANGADM['AdminSpecificPriceRule37be07209f53a5d636d5c904ca9ae64c'] = 'Percentage';
-$_LANGADM['AdminSpecificPriceRuleb2f40690858b404ed10e62bdf422c704'] = 'Amount';
-$_LANGADM['AdminSpecificPriceRuled3b206d196cd6be3a2764c1fb90b200f'] = 'Delete selected';
-$_LANGADM['AdminSpecificPriceRulee25f0ecd41211b01c83e5fec41df4fe7'] = 'Delete selected items?';
-$_LANGADM['AdminSpecificPriceRuleb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminSpecificPriceRule49ee3087348e8d44e1feda1917443987'] = 'Name';
-$_LANGADM['AdminSpecificPriceRule9f82518d468b9fee614fcc92f76bb163'] = 'Shop';
-$_LANGADM['AdminSpecificPriceRule386c339d37e737a436499d423a77df0c'] = 'Currency';
-$_LANGADM['AdminSpecificPriceRule59716c97497eb9694541f7c3d37b1a4d'] = 'Country';
-$_LANGADM['AdminSpecificPriceRule03937134cedab9078be39a77ee3a48a0'] = 'Group';
-$_LANGADM['AdminSpecificPriceRulefc7b398d4af2074cfe73febdb5971153'] = 'From quantity';
-$_LANGADM['AdminSpecificPriceRule7b28d39c479ba659159b3356616b0a04'] = 'Reduction type';
-$_LANGADM['AdminSpecificPriceRule9e834f13e35e4edf64863ab414a6217a'] = 'Reduction';
-$_LANGADM['AdminSpecificPriceRule0558dcc45dad1cfe3d4e55ca16bfbb12'] = 'Beginning';
-$_LANGADM['AdminSpecificPriceRule87557f11575c0ad78e4e28abedc13b6e'] = 'End';
-$_LANGADM['AdminSpecificPriceRule804ccd6219996d12eda865d1c0707423'] = 'All shops';
-$_LANGADM['AdminSpecificPriceRule088db50930cbc7793d4825b7add69e5c'] = 'Specific price rules';
-$_LANGADM['AdminSpecificPriceRule4e140ba723a03baa6948340bf90e2ef6'] = 'Name:';
-$_LANGADM['AdminSpecificPriceRule3e053943605d9e4bf7dd7588ea19e9d2'] = 'Forbidden characters:';
-$_LANGADM['AdminSpecificPriceRuleb91c371eeb88143fd0260f990bcf8d75'] = 'Shop:';
-$_LANGADM['AdminSpecificPriceRule77295c7d814e7397c55f64ec06313984'] = 'Currency:';
-$_LANGADM['AdminSpecificPriceRule9c7f56d70e922a61254366964c01c64a'] = 'All currencies';
-$_LANGADM['AdminSpecificPriceRulef64be5eef68442a8f50cf535b92ad3e4'] = 'Country:';
-$_LANGADM['AdminSpecificPriceRulec3987e4cac14a8456515f0d200da04ee'] = 'All countries';
-$_LANGADM['AdminSpecificPriceRule1aa4c641d6920ddb97a2562f8ec53853'] = 'Group:';
-$_LANGADM['AdminSpecificPriceRulee4c4c68c7515704a91d90207067dcbbe'] = 'All groups';
-$_LANGADM['AdminSpecificPriceRuleb6cc7880260609e8c6702d9e731d2e1e'] = 'From quantity:';
-$_LANGADM['AdminSpecificPriceRuleaf6fe3fbf9ee39971aaff8e3381e028b'] = 'Price (tax excl.):';
-$_LANGADM['AdminSpecificPriceRuled5a26745bdf226766d8f82e0c903d185'] = 'Leave base price';
-$_LANGADM['AdminSpecificPriceRule1e6d57e813355689e9c77e947d73ad8f'] = 'From:';
-$_LANGADM['AdminSpecificPriceRule33caa076f23f453dd4061726f3706325'] = 'To:';
-$_LANGADM['AdminSpecificPriceRule308c46626713eaa9265c92d5b5d92308'] = 'Reduction type:';
-$_LANGADM['AdminSpecificPriceRule80a72b968b1a0ca9e2bf3b50161890ae'] = 'Reduction:';
-$_LANGADM['AdminSpecificPriceRulec9cc8cce247e49bae79f15173ce97354'] = 'Save';
-$_LANGADM['AdminSpecificPriceRule6982640121765cb57f29e6fe170caadc'] = 'Add a new condition group';
-$_LANGADM['AdminSpecificPriceRule229eb04083e06f419f9ac494329f957d'] = 'Conditions';
-$_LANGADM['AdminSpecificPriceRule56a8a9eb05f9014da51a4f9b57322ac7'] = 'Category:';
-$_LANGADM['AdminSpecificPriceRule643202d7ee8cb01d888e058b5341455a'] = 'Add condition';
-$_LANGADM['AdminSpecificPriceRulef4a275a931b82e5058bc8ffad8b8e5bd'] = 'Manufacturer:';
-$_LANGADM['AdminSpecificPriceRule90bf278fe4384c50cd3ba3eb9d3c5393'] = 'Supplier:';
-$_LANGADM['AdminSpecificPriceRule77174410b72decfd0b259961f1f65a8f'] = 'Attributes:';
-$_LANGADM['AdminSpecificPriceRuled6295c05503596b3ed3528aee83e3ef7'] = 'Features:';
-$_LANGADM['AdminSpecificPriceRulee43e4f8aab3dbe1127082747a86a2120'] = 'Condition group';
-$_LANGADM['AdminSpecificPriceRulea1fa27779242b4902f7ae3bdd5c6d508'] = 'Type';
-$_LANGADM['AdminSpecificPriceRule689202409e48743b914713f96d93947c'] = 'Value';
-$_LANGADM['AdminSpecificPriceRule1d00e7dce692e8dc3f6877f035e3a616'] = 'OR';
-$_LANGADM['AdminSpecificPriceRule3adbdb3ac060038aa0e6e6c138ef9873'] = 'Category';
-$_LANGADM['AdminSpecificPriceRulec0bd7654d5b278e65f21cf4e9153fdb4'] = 'Manufacturer';
-$_LANGADM['AdminSpecificPriceRuleec136b444eede3bc85639fac0dd06229'] = 'Supplier';
-$_LANGADM['AdminSpecificPriceRulef2bbdf9f72c085adc4d0404e370f0f4c'] = 'Attribute';
-$_LANGADM['AdminSpecificPriceRule21021ea0e52be8e9c599f4dff41e5be0'] = 'Feature';
-$_LANGADM['AdminCountriesd3b206d196cd6be3a2764c1fb90b200f'] = 'Delete selected';
-$_LANGADM['AdminCountriese25f0ecd41211b01c83e5fec41df4fe7'] = 'Delete selected items?';
-$_LANGADM['AdminCountriesede4759c9afae620fd586628789fa304'] = 'Enable selection';
-$_LANGADM['AdminCountriesab7fd6e250b64a46027a996088fdff74'] = 'Disable selection';
-$_LANGADM['AdminCountries10d30c6319cf61386c878e4d9a3e09a2'] = 'Assign to a new zone';
-$_LANGADM['AdminCountriesf52c1ff75f69fa46ae947f0a3f653641'] = 'Country options';
-$_LANGADM['AdminCountries1fc805aa4640fe85ccfc7bdb7c88d319'] = 'Restrict country selections in Front Office to those covered by active carriers';
-$_LANGADM['AdminCountriesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminCountries59716c97497eb9694541f7c3d37b1a4d'] = 'Country';
-$_LANGADM['AdminCountriesad68f9bafd9bf2dcf3865dac55662fd5'] = 'ISO code';
-$_LANGADM['AdminCountriesd8ec51bf63378409b1d40cc45c80f926'] = 'Call prefix';
-$_LANGADM['AdminCountriesb3ff996fe5c77610359114835baf9b38'] = 'Zone';
-$_LANGADM['AdminCountries00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Enabled';
-$_LANGADM['AdminCountries790d59ef178acbc75d233bf4211763c6'] = 'Countries';
-$_LANGADM['AdminCountriesf64be5eef68442a8f50cf535b92ad3e4'] = 'Country:';
-$_LANGADM['AdminCountries6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Invalid characters:';
-$_LANGADM['AdminCountries3be0efaecb3514a14757b8beb4b5dbb3'] = 'Country name';
-$_LANGADM['AdminCountries3af4c1797da60fd50670ddbb669fc0aa'] = 'ISO code:';
-$_LANGADM['AdminCountriesb1552d7eb6457f287779ccfd7919edd5'] = '2- or 3-letter ISO code (e.g. US for United States)';
-$_LANGADM['AdminCountriesd3c5d8339f3840b75b4031c2b1e508de'] = 'Official list here';
-$_LANGADM['AdminCountriesec156a02718eeb18048c8589bea1f4a1'] = 'Call prefix:';
-$_LANGADM['AdminCountriesde75ad491bc3786b95925170ce710a4f'] = 'International call prefix, (e.g. 1 for United States)';
-$_LANGADM['AdminCountries8e10808175a8d945d13bab31fb2e2663'] = 'Default currency:';
-$_LANGADM['AdminCountriesa4f164d8b1b72c87b8ce558827bcd423'] = 'Default store currency';
-$_LANGADM['AdminCountriese6e42855066e7a3ae050b2c698021b14'] = 'Zone:';
-$_LANGADM['AdminCountries99b9aff66ba02be54313144319cf1889'] = 'Geographical zone where country is located';
-$_LANGADM['AdminCountries378296aa6056b95fe9d841aed8f3bfae'] = 'Need zip code:';
-$_LANGADM['AdminCountries93cba07454f06a4a960172bbd6e2a435'] = 'Yes';
-$_LANGADM['AdminCountriesbafd7322c6e97d25b6299b5d6fe8920b'] = 'No';
-$_LANGADM['AdminCountries881e132cc7aae22327a99e24c73cbe34'] = 'Zip code format:';
-$_LANGADM['AdminCountrieseeecf5643624f7dcd13b7f811081b2a0'] = 'Zip Code format (L for a letter, N for a number and C for the Iso code), e.g. NNNNN for the United States. No verification if undefined';
-$_LANGADM['AdminCountriesf63779d1369491623f1370ab2c6c2f59'] = 'Address format:';
-$_LANGADM['AdminCountries24a23d787190f2c4812ff9ab11847a72'] = 'Status:';
-$_LANGADM['AdminCountriesb9f5c797ebbf55adccdd8539a65a0241'] = 'Disabled';
-$_LANGADM['AdminCountries918d1120334b006d4bbfe943e5858b21'] = 'Display this country';
-$_LANGADM['AdminCountriescef82d41923398076fb06d463541d707'] = 'Contains states:';
-$_LANGADM['AdminCountries3b74a180b3e0d74ab26a10e3c2bbad74'] = 'Need Tax identification number?';
-$_LANGADM['AdminCountries9ab2543a36733fd60966154c1eef05ef'] = 'Display tax label (e.g. \"Tax incl.\"):';
-$_LANGADM['AdminCountriesf16b5952df8d25ea30b25ff95ee8fedf'] = 'Shop association:';
-$_LANGADM['AdminCountries38fb7d24e0d60a048f540ecb18e13376'] = ' Save ';
-$_LANGADM['AdminCountries9fc79b58296e3a108fbe2f8852b652f4'] = 'Required fields for the address (click for more details):';
-$_LANGADM['AdminCountries5dfe48d86e43b22b76d36dcaadd5caf9'] = 'Use the last registered format';
-$_LANGADM['AdminCountriesa19ef0b0d61c6410b0c930f7164d5870'] = 'Use the default format';
-$_LANGADM['AdminCountriesa4a61fd17fd3f75cdddb53a1404d2ba4'] = 'Use my current modified format';
-$_LANGADM['AdminCountries6b900667b4a05ffdccc0bab5a20130a7'] = 'Clear format';
-$_LANGADM['AdminCountries3c8c27936e0b77573f272762725d1f35'] = 'This will restore your last registered address format';
-$_LANGADM['AdminCountries6ed1785fc321c863c5dcb6aa64a5afcb'] = 'This will restore the default address format for this country';
-$_LANGADM['AdminCountries38b118904195814e2e87aa7f36200fd7'] = 'This will restore your current address format';
-$_LANGADM['AdminCountries658983835e342b548674ebb6d169333f'] = 'This will delete the current address format';
-$_LANGADM['AdminCountries708526e44bef1d8fcd0d67ddf61044d5'] = 'Are you sure you want to restore the default address format for this country?';
-$_LANGADM['AdminCountries9639e32cab248434a17ab32237cb3b71'] = 'Apply';
-$_LANGADM['AdminLanguagesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminLanguages8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo';
-$_LANGADM['AdminLanguages49ee3087348e8d44e1feda1917443987'] = 'Name';
-$_LANGADM['AdminLanguagesad68f9bafd9bf2dcf3865dac55662fd5'] = 'ISO code';
-$_LANGADM['AdminLanguagese59a41e120686e63cbb743f003bea4e6'] = 'Language code';
-$_LANGADM['AdminLanguages534fd46732986cba0efeda8701592427'] = 'Date format';
-$_LANGADM['AdminLanguagesc11566e30920ed4786e534e5332d5b87'] = 'Date format (full)';
-$_LANGADM['AdminLanguages00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Enabled';
-$_LANGADM['AdminLanguagesd3b206d196cd6be3a2764c1fb90b200f'] = 'Delete selected';
-$_LANGADM['AdminLanguagese25f0ecd41211b01c83e5fec41df4fe7'] = 'Delete selected items?';
-$_LANGADM['AdminLanguagesede4759c9afae620fd586628789fa304'] = 'Enable selection';
-$_LANGADM['AdminLanguagesab7fd6e250b64a46027a996088fdff74'] = 'Disable selection';
-$_LANGADM['AdminLanguagesa52f61ea814d28d3718b8c0a1cfb0feb'] = 'When you delete a language, all related translations in the database will be deleted. Are you sure you want to delete this language?';
-$_LANGADM['AdminLanguagescc83a240095b0a0b6e1840bb7d43830c'] = 'When you delete a language, all related translations in the database will be deleted.';
-$_LANGADM['AdminLanguages1214646a8e239537981e729a0f16f3e9'] = 'Your .htaccess file must be writable.';
-$_LANGADM['AdminLanguages3a08e2e340ab29fd9263af48193cbf8e'] = 'Languages';
-$_LANGADM['AdminLanguages4e140ba723a03baa6948340bf90e2ef6'] = 'Name:';
-$_LANGADM['AdminLanguages3af4c1797da60fd50670ddbb669fc0aa'] = 'ISO code:';
-$_LANGADM['AdminLanguages6ef752096440c27a7cfcde751ead469f'] = '2-letter ISO code (e.g. fr, en, de)';
-$_LANGADM['AdminLanguages01a3b3d8af14e844c49a3a5acc870c6b'] = 'Language code:';
-$_LANGADM['AdminLanguages14828817dac9b8636a1341b4fb0155d9'] = 'Full language code (e.g. en-us, pt-br)';
-$_LANGADM['AdminLanguages104f1a7d59077b514d4105fcee0e42ff'] = 'Date format:';
-$_LANGADM['AdminLanguages0ef690ce6c7546881f13a870acda9cdb'] = 'Short date format (e.g. Y-m-d, d/m/Y)';
-$_LANGADM['AdminLanguages3253758a8726c828bbbdc0cc8de30410'] = 'Date format (full):';
-$_LANGADM['AdminLanguagesbf069338a84a8ac0162383b2b39eb975'] = 'Full date format (e.g., Y-m-d H:i:s, d/m/Y H:i)';
-$_LANGADM['AdminLanguagesc907a021c935ae6144fa2ccadfe9360d'] = 'Flag:';
-$_LANGADM['AdminLanguages581e03e07411d053e8c0f275f90fcabc'] = 'Upload country flag from your computer';
-$_LANGADM['AdminLanguages70212b3d97d23361e0ec0bc567d7ea30'] = '\"No-picture\" image:';
-$_LANGADM['AdminLanguages2426cdf3330e330b60bb7004015207ba'] = 'Image displayed when \"no picture found\"';
-$_LANGADM['AdminLanguagesaff03422ee7ccc83301ebd200479efc1'] = 'Is RTL language:';
-$_LANGADM['AdminLanguagesb9f5c797ebbf55adccdd8539a65a0241'] = 'Disabled';
-$_LANGADM['AdminLanguages460044844d8bc6464d91a74590b30413'] = 'Enable if this language is read from right to left';
-$_LANGADM['AdminLanguagesa29344822fcd61ea617ac95e0d434a08'] = '(Experimental: your theme must be compliant with RTL languages)';
-$_LANGADM['AdminLanguages24a23d787190f2c4812ff9ab11847a72'] = 'Status:';
-$_LANGADM['AdminLanguages4c85fb98bf7cfd94c638d0f4e4e39b92'] = 'Allow or disallow this language to be selected by the customer';
-$_LANGADM['AdminLanguages6ed8662bd9b7b3f59b193010be0c0f4a'] = 'Check if a language pack is available for this ISO code...';
-$_LANGADM['AdminLanguagesf16b5952df8d25ea30b25ff95ee8fedf'] = 'Shop association:';
-$_LANGADM['AdminLanguages38fb7d24e0d60a048f540ecb18e13376'] = ' Save ';
-$_LANGADM['AdminLanguages0eaadb4fcb48a0a0ed7bc9868be9fbaa'] = 'Warning';
-$_LANGADM['AdminLanguages5bbacfa98900912eef8c756fe2a6163a'] = 'Translation files:';
-$_LANGADM['AdminLanguagesce17cda4e805e146bbd1869cdeb844b4'] = 'Theme files:';
-$_LANGADM['AdminLanguages6ca38c60dc2544d36428b74669fd9f56'] = 'Mail files:';
-$_LANGADM['AdminLanguagesfe58ac926b75e2f3118317da126187d5'] = 'You cannot delete the English language because it is a system requirement, you can only deactivate it.';
-$_LANGADM['AdminLanguages69ce5543ed0e84204e447ba256f6e41c'] = 'You cannot delete the default language';
-$_LANGADM['AdminLanguagesb2c5e7132e09b09f69a01680fbc6a140'] = 'You cannot delete the language currently in use. Please change languages before deleting.';
-$_LANGADM['AdminLanguagesbdfa43896989503e31f5d965ac83fb0f'] = 'you cannot delete the language currently in use, please change languages before deleting';
-$_LANGADM['AdminLanguages7611f87dfdce47d6b78d6c322dd47202'] = 'wrong ISO code or language pack unavailable';
-$_LANGADM['AdminLanguages62f569dd8ef1d1651d8a73731788f99e'] = 'A language pack is available for this ISO (name is';
-$_LANGADM['AdminLanguagesbaf9eaf5458633cd586a74e5c0d6663c'] = 'The compatible Prestashop version for this language and your system is:';
-$_LANGADM['AdminLanguages268af2d879ead99895cd62fd71e4056b'] = 'After creating the language, you can import the content of the language pack, which you can download above under \"Localization - Translations\"';
-$_LANGADM['AdminLanguages1044b6aeffc2c0ae2044fd7c1a6296ba'] = 'No language pack available on prestashop.com for this ISO code';
-$_LANGADM['AdminLanguages801ab24683a4a8c433c6eb40c48bcd9d'] = 'Download';
-$_LANGADM['AdminLanguages43a3af99a9049fc327267d6599db63b5'] = 'This language is NOT complete and cannot be used in the Front or Back Office because some files are missing.';
-$_LANGADM['AdminLanguagesc8177e39573538431ca4c24841ee3fbe'] = 'Missing files are marked in red';
-$_LANGADM['AdminGroupsd3b206d196cd6be3a2764c1fb90b200f'] = 'Delete selected';
-$_LANGADM['AdminGroupse25f0ecd41211b01c83e5fec41df4fe7'] = 'Delete selected items?';
-$_LANGADM['AdminGroupsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminGroups49ee3087348e8d44e1feda1917443987'] = 'Name';
-$_LANGADM['AdminGroups9ba58ad734a38b533febf81361bd1a4f'] = 'Discount (%)';
-$_LANGADM['AdminGroupsef53538ae41a651c7f72ab6cb1135d8c'] = 'Members';
-$_LANGADM['AdminGroupsf870b8a1af52a144a646db03f6f63f7d'] = 'Show prices';
-$_LANGADM['AdminGroups3112209b2dd9b55cf5dbc4865dd15afd'] = 'Creation date';
-$_LANGADM['AdminGroups612ca468398a214db73403118985dde8'] = 'Save then add a category reduction';
-$_LANGADM['AdminGroupsd1457b72c3fb323a2671125aef3eab5d'] = '?';
-$_LANGADM['AdminGroups019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Gender';
-$_LANGADM['AdminGroups8b5dd64ab8d0b8158906796b53a200e2'] = 'E-mail address';
-$_LANGADM['AdminGroups9c37b7b6ff829e977df287900543ea54'] = 'Birth date';
-$_LANGADM['AdminGroups151a3c668742e11d24b6f8e65f7f7ee6'] = 'Register date';
-$_LANGADM['AdminGroups7442e29d7d53e549b78d93c46b8cdcfc'] = 'Orders';
-$_LANGADM['AdminGroups00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Enabled';
-$_LANGADM['AdminGroupsc38266740494aa4980d05c606fccac10'] = 'Customer group';
-$_LANGADM['AdminGroups38fb7d24e0d60a048f540ecb18e13376'] = ' Save ';
-$_LANGADM['AdminGroups4e140ba723a03baa6948340bf90e2ef6'] = 'Name:';
-$_LANGADM['AdminGroups3e053943605d9e4bf7dd7588ea19e9d2'] = 'Forbidden characters:';
-$_LANGADM['AdminGroups3b78dd28e2767e0e88e5591abd386d0f'] = 'Discount (%):';
-$_LANGADM['AdminGroups1827e8c05551b925eca78446c0a7f40e'] = 'Will automatically apply this value as a discount on all products for members of this customer group.';
-$_LANGADM['AdminGroups2dc9a383d693a2ded8b1ef832926ea93'] = 'Price display method:';
-$_LANGADM['AdminGroups21e445ba767d4fd41332b6eceab2be1a'] = 'How prices are displayed in the order summary for this customer group.';
-$_LANGADM['AdminGroupsbefcac0f9644a7abee43e69f49252ac4'] = 'Tax excluded';
-$_LANGADM['AdminGroupsf4a0d7cb0cd45214c8ca5912c970de13'] = 'Tax included';
-$_LANGADM['AdminGroups02d29656d8379684796b01abfd2a9a13'] = 'Show prices:';
-$_LANGADM['AdminGroupsb9f5c797ebbf55adccdd8539a65a0241'] = 'Disabled';
-$_LANGADM['AdminGroups8fc7cc2b4c8d40941152d7242f353190'] = 'Customers in this group can view price';
-$_LANGADM['AdminGroups718d94783dffc0a3411bb46ed6f99530'] = 'Category discount:';
-$_LANGADM['AdminGroups40382ca2b15ff499eb4e5c101424bc81'] = 'Authorized modules:';
-$_LANGADM['AdminGroups8c4284091367c3213217fd939c84a15d'] = 'Unauthorized modules:';
-$_LANGADM['AdminGroupsf16b5952df8d25ea30b25ff95ee8fedf'] = 'Shop association:';
-$_LANGADM['AdminGroups8a8dd5dda85b9e8277d3c5c491ba361d'] = '%s - All persons without a customer account or unauthenticated.';
-$_LANGADM['AdminGroupsa36f97f31dbcb265fb08f5c0626261ea'] = '%s - Customer who placed an order with the Guest Checkout.';
-$_LANGADM['AdminGroups6103f2da0d42ee18da16ecc0237e7d71'] = '%s - All persons who created an account on this site.';
-$_LANGADM['AdminGroups2717e799573bf64c36e334fb14ba060f'] = 'You have now three default customer groups.';
-$_LANGADM['AdminGroups4c5b2bb26372d8f319dfcc2410306e6f'] = 'Module restrictions:';
-$_LANGADM['AdminGroups4c41e0bd957698b58100a5c687d757d9'] = 'Select all';
-$_LANGADM['AdminGroups237c7b6874386141a095e321c9fdfd38'] = 'Unselect all';
-$_LANGADM['AdminGroups28c5141dead257ca0310f55a75a1fdf5'] = 'This category already exist for this group';
-$_LANGADM['AdminGroupsa1e7379abfdbc3b8e03506e5489c6110'] = 'Discount:';
-$_LANGADM['AdminGroups0bcef9c45bd8a48eda1b26eb0c61c869'] = '%';
-$_LANGADM['AdminGroupse7446ea32216e8bf4fa8cb6460b725d6'] = 'Add a category discount';
-$_LANGADM['AdminGroupsc59cf956f6bda9274a7e28d32daaaf34'] = 'Discount: %d%%';
-$_LANGADM['AdminGroups29ea3cf72fb288e76bc4310bffabc03e'] = 'New group category discount';
-$_LANGADM['AdminGroupseccfd9991ad977b2a83f9b5eadb3e723'] = 'Caution: the discount applied to a category does not stack with the overall reduction but instead replaces it.';
-$_LANGADM['AdminGroups0ebf16eea292691fe0616f3258e8c5fb'] = 'Only products that have this category as the default category will be affected';
-$_LANGADM['AdminGroups34ec78fcc91ffb1e54cd85e4a0924332'] = 'add';
-$_LANGADM['AdminGroups32f5836012c82b0db0f49281f0eea218'] = 'Unauthorize >>';
-$_LANGADM['AdminGroups23b7863dc4dd693288037ce1ae1e2f82'] = '<< Authorize';
-$_LANGADM['AdminGroups2e9a5410376da9d88c4623a408de2b58'] = 'Current category discount:';
-$_LANGADM['AdminGroups6adf97f83acf6453d4a6a4b1070f3754'] = 'None';
-$_LANGADM['AdminGroups93cba07454f06a4a960172bbd6e2a435'] = 'Yes';
-$_LANGADM['AdminGroupsbafd7322c6e97d25b6299b5d6fe8920b'] = 'No';
-$_LANGADM['AdminGroups42ba7a29aa37fc2cb42f5381e71afb9f'] = 'Members of this customer group';
-$_LANGADM['AdminInformationaf3e294442744e49788883caffaeaf19'] = 'Update your PHP version';
-$_LANGADM['AdminInformationcc49ce032bd6a9f77549bd51b1f6ed7c'] = 'Configure your server to allow file uploads';
-$_LANGADM['AdminInformation5940311be5a969eddb7b0a91379f7b93'] = 'Configure your server to allow the creation of directories and files with write permissions';
-$_LANGADM['AdminInformation228dca6dcabbdec3227758a121d003f4'] = 'Enable the GD library on your server';
-$_LANGADM['AdminInformation9a7d9391be763fe9cb3985176076d8c8'] = 'Enable the MySQL support on your server';
-$_LANGADM['AdminInformationc56e6f7b84808572a3d273a8e3768628'] = 'Set write permissions for \"config\" folder';
-$_LANGADM['AdminInformation5aee699c85029259138e7139250597dd'] = 'Set write permissions for \"cache\" folder';
-$_LANGADM['AdminInformation316994141aec9fc254bf6a2e785745b7'] = 'Set write permissions for \"sitemap.xml\" file';
-$_LANGADM['AdminInformation5d3a086d330d489480098fc6f0ce6054'] = 'Set write permissions for \"img\" folder and subfolders, recursively';
-$_LANGADM['AdminInformation8082c536bab5a2196f9f376b6405cb89'] = 'Set write permissions for \"mails\" folder and subfolders, recursively';
-$_LANGADM['AdminInformation320b41c4cfb53565eef277e3569900dc'] = 'Set write permissions for \"modules\" folder and subfolders, recursively';
-$_LANGADM['AdminInformatione923a8aa993c85f2cda7c331fc029a08'] = 'Set write permissions for \"themes/';
-$_LANGADM['AdminInformation6ceee5b505456f5f28a0a1fd774aeb7a'] = '/lang/\" folder and subfolders, recursively';
-$_LANGADM['AdminInformation588dc01a839de9de836d3be68e0eaab9'] = 'Set write permissions for \"translations\" folder and subfolders, recursively';
-$_LANGADM['AdminInformationbcd9fe1c23aca4ef62fe6b6297f76e23'] = 'Set write permissions for \"upload\" folder and subfolders, recursively';
-$_LANGADM['AdminInformation28482f590ac3360f758a6256c835d6b7'] = 'Set write permissions for \"download\" folder and subfolders, recursively';
-$_LANGADM['AdminInformationb026bd8990ad9b263ff41f5964114084'] = 'Allow the PHP fopen() function on your server';
-$_LANGADM['AdminInformationf21a362c5410a99d08ae6f2a7f1ce8db'] = 'Set PHP \"register_global\" option to \"Off\"';
-$_LANGADM['AdminInformation24bdb129e9fe3a110466ea68fec1d430'] = 'Enable GZIP compression on your server';
-$_LANGADM['AdminInformationa2db667abfde7a08ee094d460102f268'] = 'Missing files';
-$_LANGADM['AdminInformationb5871613cbf4ab8b21d528ff2576fcbf'] = 'Updated files';
-$_LANGADM['AdminInformation8a60cbf6cea747f46887f9e014811442'] = 'Changed/missing files have been detected';
-$_LANGADM['AdminInformation96bc66f31a0970a5ba9850d61e9ecd4c'] = 'No change has been detected in your files';
-$_LANGADM['AdminInformation4d072ebc863b7d6bb7ff58721352309b'] = 'Configuration Information';
-$_LANGADM['AdminInformationcca793d1dbd9d60b8574a869cf212630'] = 'This information must be provided when you report an issue on our bug tracker or forum.';
-$_LANGADM['AdminInformation0be76c14451b87542668bec6a03f102d'] = 'Information about your configuration';
-$_LANGADM['AdminInformation7d30d49dcf91d103c59496aafc4e3187'] = 'Server information';
-$_LANGADM['AdminInformation2a43f8406eb6c10f3f76a60f064e67fb'] = 'Prestashop version';
-$_LANGADM['AdminInformation35e6233f6bea1c02e6821b67e6220ad0'] = 'Server software version';
-$_LANGADM['AdminInformationfa374422dcbc5f017b5ecbc93355e02e'] = 'PHP version';
-$_LANGADM['AdminInformationfc0eeb8415aed39a9d3624c7fc2fe47c'] = 'PageSpeed module for Apache installed (mod_instaweb)';
-$_LANGADM['AdminInformation2933fa807adda5cc00e163479de35538'] = 'Database information';
-$_LANGADM['AdminInformationf52e50f86515ab9ff75a5950025692d1'] = 'MySQL version';
-$_LANGADM['AdminInformation784ce68f8908aa9b37867397bfcdbebf'] = 'MySQL engine';
-$_LANGADM['AdminInformation8eb2ccdf1b2566fb1ce7fe1545dadbe1'] = 'Tables prefix';
-$_LANGADM['AdminInformation3aea774cdcd8f2c45549f10758a71323'] = 'Store information';
-$_LANGADM['AdminInformation37d00f4554dc3c0baeb34a9c22d787d9'] = 'Shop URL';
-$_LANGADM['AdminInformationb21ff650ff2c71e4da3512b23e699543'] = 'Current theme in use';
-$_LANGADM['AdminInformation4e37aa2987c0876f7f7b2104927df1a1'] = 'Mail configuration';
-$_LANGADM['AdminInformation3685800496ee1d4fd5cc25d805589f0e'] = 'Mail method';
-$_LANGADM['AdminInformationf882852afa750c241cdb951bc52539fd'] = 'You are using the PHP mail() function.';
-$_LANGADM['AdminInformationcffa72aaebae1bd90bbe1b8d827ecb1c'] = 'You are using your own SMTP parameters.';
-$_LANGADM['AdminInformationbdd48fb41b9d0a4a1051fa22a87eb5a2'] = 'SMTP server';
-$_LANGADM['AdminInformationc5d1f3e6332bf2995c1bf1395c51a9e2'] = 'SMTP user';
-$_LANGADM['AdminInformationc4e9522d7b3c8c652f7f0333ff436eec'] = 'Defined';
-$_LANGADM['AdminInformationf8b1369a8e9d90da0cae0b11049309af'] = 'Not defined';
-$_LANGADM['AdminInformation3cffa2fabd5519beaf4c2fbd0610899b'] = 'SMTP password';
-$_LANGADM['AdminInformationd7f2615c71a1567cc13cf3a7f7de0aea'] = 'Encryption';
-$_LANGADM['AdminInformation60aaf44d4b562252c04db7f98497e9aa'] = 'Port';
-$_LANGADM['AdminInformation8746097684bc64be8b7eff424c4debdb'] = 'Your information';
-$_LANGADM['AdminInformation3353448b36c11584a153b20c612fcd37'] = 'Your web browser';
-$_LANGADM['AdminInformatione91dd9bbca6e42bb85c0f2d94aaee995'] = 'Check your configuration';
-$_LANGADM['AdminInformation15f4c82d7b2b43e31c30dd018b800c56'] = 'Required parameters';
-$_LANGADM['AdminInformation2ad1ffcbe2184ed25baa66baece8908b'] = 'Please fix the following error(s)';
-$_LANGADM['AdminInformatione3beee990a3abfcc54a09f5727e1ee11'] = 'Optional parameters';
-$_LANGADM['AdminInformationd5c0bb5c1df152c6fe45bd07e303cb69'] = 'List of changed files';
-$_LANGADM['AdminInformationd5df5b42d8fa5fed36fbd1cda0112f40'] = 'Checking files...';
-$_LANGADM['AdminMetad3b206d196cd6be3a2764c1fb90b200f'] = 'Delete selected';
-$_LANGADM['AdminMetae25f0ecd41211b01c83e5fec41df4fe7'] = 'Delete selected items?';
-$_LANGADM['AdminMetab718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminMeta193cfc9be3b995831c6af2fea6650e60'] = 'Page';
-$_LANGADM['AdminMetab78a3223503896721cca1303f776159b'] = 'Title';
-$_LANGADM['AdminMeta1dec4f55522b828fe5dacf8478021a9e'] = 'Friendly URL';
-$_LANGADM['AdminMetada82a2002384409477655085d5c4136e'] = 'Enable only if your server allows URL rewriting (recommended)';
-$_LANGADM['AdminMeta14caa3d50da16368a8f30b53a5b72aa4'] = 'Automatically redirect to Canonical URL';
-$_LANGADM['AdminMetae40f09f13be4201a607dfec5169b3a26'] = 'Recommended, but your theme must be compliant';
-$_LANGADM['AdminMetaacaa02ab1d800ce9a0b3df2e4ab8909a'] = 'Disable apache multiviews';
-$_LANGADM['AdminMeta3c7cbced91d6e2e0b34500449597779f'] = 'Enable this option only if you have problems with URL rewriting on some pages.';
-$_LANGADM['AdminMetab8a27e47e64caa3e36c8894c3745357b'] = 'Before being able to use this tool, you need to:';
-$_LANGADM['AdminMeta933efccb4d6d6ce6755b290069644957'] = 'create a blank .htaccess in your root directory';
-$_LANGADM['AdminMeta84e2bd6cb02b2ed581449b1ed5dd3d03'] = 'give it write permissions (CHMOD 666 on Unix system)';
-$_LANGADM['AdminMeta13660ee52f72981279336cec61549596'] = 'Your robots.txt file MUST be in your website\'s root directory and nowhere else (e.g. http://www.yoursite.com/robots.txt).';
-$_LANGADM['AdminMetafe358d16c495908eaff53cb8bc8f3352'] = 'Generate your \"robots.txt\" file by clicking on the following button (this will erase your old robots.txt file):';
-$_LANGADM['AdminMeta7959e21ff0b83542251ca0b4e9a62eea'] = 'Generate robots.txt file';
-$_LANGADM['AdminMetaecc07a3dfe83603a5aa2e4ae00bf92b8'] = 'create a blank robots.txt file in your root directory';
-$_LANGADM['AdminMeta345d6249c20c6319bb09edaaf536744b'] = 'Robots file generation';
-$_LANGADM['AdminMeta43199543574edd476ab25337ad4a223c'] = 'Set shop URL';
-$_LANGADM['AdminMeta41e0dc2e5b02da0e290cee6ef11f675a'] = 'You can set here the URL for your shop. If you migrate your shop to a new URL, remember to change the values bellow.';
-$_LANGADM['AdminMetadb309cb65c4220d02c0fd13927d315ae'] = 'Shop domain';
-$_LANGADM['AdminMeta7efeee26d2914e586169f61213741599'] = 'SSL domain';
-$_LANGADM['AdminMetac274743f6bf3e3682c41e9ee269913f4'] = 'Base URI';
-$_LANGADM['AdminMeta1ce8c30b7ac35494b290332e37c9e7b4'] = 'Multistore option is enabled, if you want to change the URL of your shop you have to go to \"Advanced Parameters\" -> \"Multistore\" tab.';
-$_LANGADM['AdminMeta3cb0403ba2ec65e9030c1013b5edb42d'] = 'Set up URLs';
-$_LANGADM['AdminMeta0d3ed57f8fd83cc2e9cf265a18663c0a'] = 'Schema of URLs';
-$_LANGADM['AdminMeta4c8b0de98df5c029863c90c4239003fb'] = '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.';
-$_LANGADM['AdminMeta9ca94e67feafa7c087ed70257d54ce53'] = 'Keywords: %s';
-$_LANGADM['AdminMeta532a7bf10fd5a4315e0dfefe7a110d43'] = 'Default pages';
-$_LANGADM['AdminMetad7d6df2bf29a7c786936c13dade04d8c'] = 'Modules pages';
-$_LANGADM['AdminMeta0af89096135210f23a49637e3d9f3a60'] = 'Meta-Tags';
-$_LANGADM['AdminMetadbb5f11eab5c5c375c4c5face47ddf1e'] = 'Page:';
-$_LANGADM['AdminMetaf7d367e5791685828ef2f3d6f2148484'] = 'Name of the related page';
-$_LANGADM['AdminMetae1a7478962f9872f0765922496b26851'] = 'There is no page available!';
-$_LANGADM['AdminMeta33de75d34ebe209ac0536cfef2d44206'] = 'Page title:';
-$_LANGADM['AdminMeta6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Invalid characters:';
-$_LANGADM['AdminMetae67422bc0428fba3af157a4d4851d2b4'] = 'Title of this page';
-$_LANGADM['AdminMetaa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta description:';
-$_LANGADM['AdminMetab7e4848d64e66565d360a42e54fd1b3b'] = 'A short description of your shop';
-$_LANGADM['AdminMeta394deec8b4e901394f69ad41095b1ecc'] = 'Meta keywords:';
-$_LANGADM['AdminMeta13f52e209a05e588d6966c38b5e1586b'] = 'List of keywords for search engines';
-$_LANGADM['AdminMeta33fe26e0d07af85617f326ca09fb5085'] = 'To add \"tags\" click in the field, write something, then press \"Enter\"';
-$_LANGADM['AdminMeta36bdb6de116cea25f90c6ff3e2c0e100'] = 'Rewritten URL:';
-$_LANGADM['AdminMeta2f00a8ca42b86bfcb39cdd34665a1386'] = 'e.g. \"contacts\" for http://mysite.com/shop/contacts to redirect to http://mysite.com/shop/contact-form.php';
-$_LANGADM['AdminMeta38fb7d24e0d60a048f540ecb18e13376'] = ' Save ';
-$_LANGADM['AdminMetac9cc8cce247e49bae79f15173ce97354'] = 'Save';
-$_LANGADM['AdminMeta5575f8bf467eba7499f22e78db6f3f56'] = 'Route to products';
-$_LANGADM['AdminMeta1092637069f4ebf1bee2b02fd280888b'] = 'Route to category';
-$_LANGADM['AdminMetaaa75f9d383049a51a3fc7254fffd81fc'] = 'Route to category with attribute selected_filter for the module block layered';
-$_LANGADM['AdminMeta08a551b84112995247355daf3b5d72ba'] = 'Route to supplier';
-$_LANGADM['AdminMeta8f815100fbc9398e9441b28d219e0ca4'] = 'Route to manufacturer';
-$_LANGADM['AdminMeta8eee2883d683841b6ab08c1bb6d13fb7'] = 'Route to CMS page';
-$_LANGADM['AdminMeta83495f05c4aa5f326f23b6d58d0da5e6'] = 'Route to CMS category';
-$_LANGADM['AdminMeta4b9a9672a96a435f1d15ad934e093104'] = 'Route to modules';
-$_LANGADM['AdminMeta93cba07454f06a4a960172bbd6e2a435'] = 'Yes';
-$_LANGADM['AdminMetabafd7322c6e97d25b6299b5d6fe8920b'] = 'No';
-$_LANGADM['AdminMeta2b8d5d29082dcd15416bfda7936daabd'] = 'URL rewriting (mod_rewrite) is not active on your server. If you want to use Friendly URLs you must activate this mod.';
-$_LANGADM['AdminHomeecd188c0a9e0913f062d22331411158a'] = 'URL rewriting';
-$_LANGADM['AdminHome4d92a8b44ec205ea708bd3f3a8926b2d'] = 'Browser cache & compression';
-$_LANGADM['AdminHome5ad483f10dec94a21c78d89edc1fef94'] = 'Smarty optimization';
-$_LANGADM['AdminHome202460d68b46910927f17628291fdd61'] = 'Combine, Compress & Cache';
-$_LANGADM['AdminHome73a910e532bbbc17742ac1ad88189026'] = 'Shop enabled';
-$_LANGADM['AdminHome95f3737b1ee7e4e7c08aba7f7636d54b'] = 'Index rebuilt after update';
-$_LANGADM['AdminHome99c5b412ee7785550d4714809e64d12b'] = '.htaccess file up-to-date';
-$_LANGADM['AdminHomef38cdb09e367da8fd9272ab1efd8a14e'] = 'You are currently connected with the following domain name:';
-$_LANGADM['AdminHome20c17b78aef924e5f69675e3fe826abc'] = 'This is different from the main shop domain name set in shop tab:';
-$_LANGADM['AdminHome7e4b7faf0fc36dc296e66f6ea3096dcd'] = 'Click here if you want to modify the main shop domain name';
-$_LANGADM['AdminHome3e290008e136525fee7cd327b5971904'] = 'Products sold recently';
-$_LANGADM['AdminHome07a53cacbb6be08b6fc168f0c0d50f06'] = 'Create a new category and organize your catalog.';
-$_LANGADM['AdminHome4c9120f1a5947445c0e9620254ceb30b'] = 'New order';
-$_LANGADM['AdminHome4c1bf99667f98775acadbb4f2d343ad2'] = 'Fill your catalog with new products.';
-$_LANGADM['AdminHomefea7905b2c719313e6d3825b97fd1577'] = 'New Price Rule for catalog';
-$_LANGADM['AdminHome861ddcdc31b57a87ca7bfa12d05c21bf'] = 'Monitor your activity with a thorough analysis of your shop.';
-$_LANGADM['AdminHome39c5dfa61825808dbc015048fb878457'] = 'New Product';
-$_LANGADM['AdminHomec28179129ce635a7fb3849c4b7864d4d'] = 'Add a new employee account and discharge a part of your duties as shop owner.';
-$_LANGADM['AdminHomed71751c0a0c077450aa6f3a2dcf49c5f'] = 'New module';
-$_LANGADM['AdminHomea7aea4dd3ab07e5892a8aa90b131f862'] = 'New Price Rule for cart';
-$_LANGADM['AdminHome72a5c959d83b9baed6417fc0842f7472'] = 'New Page CMS';
-$_LANGADM['AdminHome54e85d70ea67acdcc86963b14d6223a8'] = 'Abandoned Carts';
-$_LANGADM['AdminHomeb24344b6a2c4a94c9b0d0ebd4602aeca'] = 'View more';
-$_LANGADM['AdminHome2273d1167a6212812d95dc8fadbae78e'] = 'Customer service';
-$_LANGADM['AdminHomeda2f2f1035487e79b7f5bfd9c5c3eeab'] = 'Unread threads';
-$_LANGADM['AdminHome1d1b1cde6e62df1ce51a4799884a80af'] = 'Pending threads';
-$_LANGADM['AdminHome939315783ef4f2eb1cbdac37f3fd1e6b'] = 'Closed threads';
-$_LANGADM['AdminHome693c61ec70b6c06dbd376fd208a125a0'] = 'Total threads';
-$_LANGADM['AdminHomedf2c6522c3b2da63d12e4fe39605c19b'] = 'This month\'s activity';
-$_LANGADM['AdminHome11ff9f68afb6b8b5b8eda218d7c83a65'] = 'Sales';
-$_LANGADM['AdminHome145091c4a142b35c98a860e2df97ef26'] = 'Total registrations';
-$_LANGADM['AdminHomebb5ebac63dc37bfae478c91bdf575e03'] = 'Total orders';
-$_LANGADM['AdminHomedcd13f267cf781b25dd8826080425464'] = 'Product pages viewed';
-$_LANGADM['AdminHomec33e404a441c6ba9648f88af3c68a1ca'] = 'Statistics';
-$_LANGADM['AdminHome164cff8928fa92c9e06d609d08438c9d'] = 'This week\'s sales';
-$_LANGADM['AdminHome5c4c68fb7fe0b7c38add85a542997bc9'] = 'Sales + Tax';
-$_LANGADM['AdminHomeb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminHome2ea989f83006e233627987293f4bde0a'] = 'Customer Name';
-$_LANGADM['AdminHomeec53a8c4f07baed5d8825072c89799be'] = 'Status';
-$_LANGADM['AdminHome96b0141273eabab320119c467cdcaf17'] = 'Total';
-$_LANGADM['AdminHome004bf6c9a40003140292e97330236c53'] = 'Action';
-$_LANGADM['AdminHome3ec365dd533ddb7ef3d1c111186ce872'] = 'Details';
-$_LANGADM['AdminHome4ff2e716a7d06ce5274b4090b39abad3'] = 'See';
-$_LANGADM['AdminHomedfbfe7d663d2ef18fca80a4f7a05c0e9'] = 'Optimization Tips will be hidden by default';
-$_LANGADM['AdminHome09e66316f7fa92b6fcd8b60f450b1112'] = 'an error occurred';
-$_LANGADM['AdminHome2938c7f7e560ed972f8a4f68e80ff834'] = 'Dashboard';
-$_LANGADM['AdminHome9b1174dc0c2e01ad5c3838cac7eed29d'] = 'New version of PrestaShop is available';
-$_LANGADM['AdminHome801ab24683a4a8c433c6eb40c48bcd9d'] = 'Download';
-$_LANGADM['AdminHome095939fea07d985d07ababe2c18f5b9c'] = 'Update notification unavailable';
-$_LANGADM['AdminHome80a65458b6a13268e5e2c55786dd1054'] = 'To receive PrestaShop update warnings, you need to activate';
-$_LANGADM['AdminHome40317d97529854b2f51e59d485bbae74'] = 'more info on php.net';
-$_LANGADM['AdminHome04fda3d53d1347c4e78e3e38ed165c18'] = 'If you don\'t know how to do this, please contact your hosting provider!';
-$_LANGADM['AdminHome34e2d1989a1dbf75cd631596133ee5ee'] = 'Video';
-$_LANGADM['AdminHome4b49c6a9238f259a703d42f02531d100'] = 'Take part in the e-commerce adventure with PrestaShop, the fast, powerful, and customizable e-commerce solution. With more than 275 features, PrestaShop will help you create a world of opportunities without limits. Discover the solution that already powers more than 120,000 active stores worldwide!';
-$_LANGADM['AdminHome385500f9c4d131f38c706dbc9d3a77c4'] = 'View more video tutorials';
-$_LANGADM['AdminHome85ad208b585d1e5db413e485c53c87f3'] = 'Do not show again';
-$_LANGADM['AdminHome7298e4abc5483d6bfd7a0ec46ba8bdd6'] = 'Quick links';
-$_LANGADM['AdminHome8524de963f07201e5c086830d370797f'] = 'Loading...';
-$_LANGADM['AdminHomeaac89ed5399184e9e9955ee808c74569'] = 'Your Information';
-$_LANGADM['AdminHome3431c1081576606c62c0fedc2a026467'] = 'Configuration checklist';
-$_LANGADM['AdminStoresb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminStores49ee3087348e8d44e1feda1917443987'] = 'Name';
-$_LANGADM['AdminStoresdd7bf230fde8d4836917806aff6a6b27'] = 'Address';
-$_LANGADM['AdminStores57d056ed0984166336b7879c2af3657f'] = 'City';
-$_LANGADM['AdminStores642d3ba5db8b57e006584b544e490ec7'] = 'Zip code';
-$_LANGADM['AdminStores46a2a41cc6e552044816a2d04634545d'] = 'State';
-$_LANGADM['AdminStores59716c97497eb9694541f7c3d37b1a4d'] = 'Country';
-$_LANGADM['AdminStoresbcc254b55c4a1babdf1dcb82c207506b'] = 'Phone';
-$_LANGADM['AdminStores9810aa2b9f44401be4bf73188ef2b67d'] = 'Fax';
-$_LANGADM['AdminStores00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Enabled';
-$_LANGADM['AdminStoresd3b206d196cd6be3a2764c1fb90b200f'] = 'Delete selected';
-$_LANGADM['AdminStorese25f0ecd41211b01c83e5fec41df4fe7'] = 'Delete selected items?';
-$_LANGADM['AdminStoresede4759c9afae620fd586628789fa304'] = 'Enable selection';
-$_LANGADM['AdminStoresab7fd6e250b64a46027a996088fdff74'] = 'Disable selection';
-$_LANGADM['AdminStores3225a10b07f1580f10dee4abc3779e6c'] = 'Parameters';
-$_LANGADM['AdminStores5de43d7dc8d2ffd3c47031b3daee4d55'] = 'Display in the footer';
-$_LANGADM['AdminStores86197fcc6dd67ec32c447e521889675f'] = 'Display a link to the store locator in the footer';
-$_LANGADM['AdminStores9248b846af2b2aa2f175f4ebca8a01b6'] = 'Display in the sitemap page';
-$_LANGADM['AdminStores867f400ebb34232c656185d4ca7350b2'] = 'Display a link to the store locator in the sitemap page';
-$_LANGADM['AdminStorescd956dfe3a1f6625ddfdc2cfa98dbdd5'] = 'Show a simplified store locator';
-$_LANGADM['AdminStoresc4d2dfcc9772ed9b143df5491e828235'] = 'No map, no search, only a store directory';
-$_LANGADM['AdminStores25df2f937d1be8a5815925108b30a1b0'] = 'Latitude by default';
-$_LANGADM['AdminStores4851163a385d006adb115cda872b33b7'] = 'Used for the position by default of the map';
-$_LANGADM['AdminStoresa7f787169b7570e709339a8b795b07c9'] = 'Longitude by default';
-$_LANGADM['AdminStores821b8ee6937cec96c30fdafbfe836d68'] = 'Stores';
-$_LANGADM['AdminStorese1bcd0aa73dbc610f1fc628499244d8f'] = 'Allowed characters: letters, spaces and %s';
-$_LANGADM['AdminStores8268ffbdb9787de57913f0040daf35a1'] = 'Store name (e.g. Citycentre Mall Store)';
-$_LANGADM['AdminStores783cb853aae6984e51583b3bb80c09d2'] = 'Address (2)';
-$_LANGADM['AdminStoresd108a94475e22677c0cd8ecdc3f0eb62'] = 'Postal Code/Zip Code';
-$_LANGADM['AdminStores6f5373ad371f50f8d9846abf459e9770'] = 'Latitude / Longitude';
-$_LANGADM['AdminStoresfe370c96885df78dd3123a1779bd6a26'] = 'Store coordinates (e.g. 45.265469/-47.226478)';
-$_LANGADM['AdminStores8b5dd64ab8d0b8158906796b53a200e2'] = 'E-mail address';
-$_LANGADM['AdminStores3b0649c72650c313a357338dcdfb64ec'] = 'Note';
-$_LANGADM['AdminStoresec53a8c4f07baed5d8825072c89799be'] = 'Status';
-$_LANGADM['AdminStoresb9f5c797ebbf55adccdd8539a65a0241'] = 'Disabled';
-$_LANGADM['AdminStores6bd1a5cfbb1cda78dedffa3825ed263a'] = 'Whether or not to display this store';
-$_LANGADM['AdminStores8ae5811be1a55b9b8447ad2dbdadbf6e'] = 'Picture';
-$_LANGADM['AdminStores076b51bf10faf2ca6a3338049c5c4ee4'] = 'Storefront picture';
-$_LANGADM['AdminStores38fb7d24e0d60a048f540ecb18e13376'] = ' Save ';
-$_LANGADM['AdminStores6f8522e0610541f1ef215a22ffa66ff6'] = 'Monday';
-$_LANGADM['AdminStores5792315f09a5d54fb7e3d066672b507f'] = 'Tuesday';
-$_LANGADM['AdminStores796c163589f295373e171842f37265d5'] = 'Wednesday';
-$_LANGADM['AdminStores78ae6f0cd191d25147e252dc54768238'] = 'Thursday';
-$_LANGADM['AdminStoresc33b138a163847cdb6caeeb7c9a126b4'] = 'Friday';
-$_LANGADM['AdminStores8b7051187b9191cdcdae6ed5a10e5adc'] = 'Saturday';
-$_LANGADM['AdminStores9d1a0949c39e66a0cd65240bc0ac9177'] = 'Sunday';
-$_LANGADM['AdminStores63406c9482c644975f227cc93788e8fb'] = 'Choose your country';
-$_LANGADM['AdminStoresffea2d321be109fc7243cfeb515fe257'] = 'Choose your state (if applicable)';
-$_LANGADM['AdminStorese93c33bd1341ab74195430daeb63db13'] = 'Shop name';
-$_LANGADM['AdminStores792ccc0c7f3d0d20366fbbf44ef7cd78'] = 'Displayed in e-mails and page titles';
-$_LANGADM['AdminStores4af90fa8b1ad9e7f2d9be93d4d1d101f'] = 'Shop e-mail';
-$_LANGADM['AdminStores0188aaac1db951dc90bced9ecd606c04'] = 'Displayed in e-mails sent to customers';
-$_LANGADM['AdminStores0f98b7f230f3c91292f0de4c99e263f2'] = 'Registration';
-$_LANGADM['AdminStores129bc0180cf6adfae273b4322f2c33f5'] = 'Shop registration information (e.g. SIRET or RCS)';
-$_LANGADM['AdminStores1b9a36c9acf2ab7a81d67a55432b6c8f'] = 'Shop address line 1';
-$_LANGADM['AdminStores85763e4e3f6a6c45cc8c0687038025e5'] = 'Postal Code/Zip code';
-$_LANGADM['AdminStores5dd532f0a63d89c5af0243b74732f63c'] = 'Contact details';
-$_LANGADM['AdminStores1908624a0bca678cd26b99bfd405324e'] = 'File size';
-$_LANGADM['AdminStoresf2a6c498fb90ee345d997f888fce3b18'] = 'Delete';
-$_LANGADM['AdminStoresad179a1071ebd8b00e0ff4718301dcea'] = 'Hours:';
-$_LANGADM['AdminStorese734ed12d2c2026532f66e0ebeedfc8c'] = 'e.g. 10:00AM - 9:30PM';
-$_LANGADM['AdminWarehouses63d5049791d9d79d86e9a108b0a999ca'] = 'Reference';
-$_LANGADM['AdminWarehouses49ee3087348e8d44e1feda1917443987'] = 'Name';
-$_LANGADM['AdminWarehouses20890e791d8923cfff55ce5331259b34'] = 'Managment type';
-$_LANGADM['AdminWarehousesae94be3cd532ce4a025884819eb08c98'] = 'Manager';
-$_LANGADM['AdminWarehousesce5bf551379459c1c61d2a204061c455'] = 'Location';
-$_LANGADM['AdminWarehouses1e4dbc7eaa78468a3bc1448a3d68d906'] = 'Phone Number';
-$_LANGADM['AdminWarehouses3745b2e299f52efb8de34b843767a0ea'] = 'This interface allows you to manage your warehouses.';
-$_LANGADM['AdminWarehouses34bf6c3bccde5b381a0f8f36408b94ea'] = 'Before adding stock in your warehouses, you should check the general default currency used.';
-$_LANGADM['AdminWarehousesa44dff1b6d3a7a556b169d3508481f04'] = 'Furthermore, for each warehouse, you should check:';
-$_LANGADM['AdminWarehousesc6b15fb05893a68b1b28f5b5e10c14b7'] = 'the management type (according to the law in your country), the valuation currency, its associated carriers and shops.';
-$_LANGADM['AdminWarehouses0fcbfa1827fbb193f3350dba35a61329'] = 'Finally, you can see detailed informations on your stock per warehouse, such as its overall value, the number of products and quantities stored, etc.';
-$_LANGADM['AdminWarehouses9612c8d2cca92d4f300eb36d990f0685'] = 'Be careful, products from different warehouses will need to be shipped in different packages.';
-$_LANGADM['AdminWarehouses2b694c41b6fe365f37b655c4f54bed42'] = 'Stock: create warehouse';
-$_LANGADM['AdminWarehouses170c8b6629d6b5105a2e42f3963b7b54'] = 'Stock: warehouse management';
-$_LANGADM['AdminWarehouses8ef60b4404552160577e0164ce997bed'] = 'Warehouse information';
-$_LANGADM['AdminWarehouses3dd42bfc8345e82c43b4a40a3426ec49'] = 'Reference:';
-$_LANGADM['AdminWarehouses34b17a1673277c293e17ed047f6498e5'] = 'Reference for this warehouse';
-$_LANGADM['AdminWarehouses4e140ba723a03baa6948340bf90e2ef6'] = 'Name:';
-$_LANGADM['AdminWarehouses7124e962a4839a458c8876921df50852'] = 'Name of this warehouse';
-$_LANGADM['AdminWarehouses6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Invalid characters:';
-$_LANGADM['AdminWarehouses673ae02fffb72f0fe68a66f096a01347'] = 'Phone:';
-$_LANGADM['AdminWarehouses18d629b2949821a09a6d914552cae996'] = 'Phone number for this warehouse';
-$_LANGADM['AdminWarehouses2bf1d5fae1c321d594fdedf05058f709'] = 'Address:';
-$_LANGADM['AdminWarehouses532b26efdb1af026084830bb96fc5536'] = 'Address of this warehouse (complementary address is optional).';
-$_LANGADM['AdminWarehousesc3f42f159abd8ca877101e1f6eff322f'] = 'Postcode/Zip Code:';
-$_LANGADM['AdminWarehousesbffb711ec36f280459d11dce315da72f'] = 'City:';
-$_LANGADM['AdminWarehousesf64be5eef68442a8f50cf535b92ad3e4'] = 'Country:';
-$_LANGADM['AdminWarehousesd122d10313ee7cc2850e091c86f699ae'] = 'Country where the state, region or city is located';
-$_LANGADM['AdminWarehouses18325105de95083e4a1d10b78f29c2bc'] = 'State:';
-$_LANGADM['AdminWarehousesbcaea3b7ef9c9ab46598db4e5ea02e61'] = 'Manager:';
-$_LANGADM['AdminWarehousesab8cba13a061fe8d4a330bcc8d6b0175'] = 'Carriers:';
-$_LANGADM['AdminWarehouses10d26d202af9c728277dcdedc80c2d66'] = 'Associated carriers. Use CTRL+CLICK to select several.';
-$_LANGADM['AdminWarehouses070a1a1ddfb4adf6acd587be9d2a1a43'] = 'You can specifiy the carriers available to ship orders from this warehouse';
-$_LANGADM['AdminWarehousesd1d433c894e39db4be426be58a9a3c70'] = 'Shops:';
-$_LANGADM['AdminWarehousesc785c854a6f5dca35bca6e103e48b480'] = 'Associated shops';
-$_LANGADM['AdminWarehouses61914fd50f2e67059edfd1184c995d26'] = 'Management type:';
-$_LANGADM['AdminWarehouses31107d9c6038fd9df075ece7d00e7d1e'] = 'Careful! You won\'t be able to change this value later!';
-$_LANGADM['AdminWarehouses16ef14aefb754e0b2c01ed1d50036c69'] = 'Average Weight';
-$_LANGADM['AdminWarehousese22aaac2e4526d88499e492bb300c72b'] = 'First In, First Out';
-$_LANGADM['AdminWarehouses3f1323a2645bd9428817846b6307efba'] = 'Last In, First Out';
-$_LANGADM['AdminWarehousesc717e284ad698ebcb62ec4b4d4f5f0e1'] = 'Inventory valuation method';
-$_LANGADM['AdminWarehouses0b2d4aa7969d42e67024699d6412331a'] = 'Stock valuation currency:';
-$_LANGADM['AdminWarehousesc9cc8cce247e49bae79f15173ce97354'] = 'Save';
-$_LANGADM['AdminWarehouses4306a04670067b5b27e766335d3d40fa'] = 'WA';
-$_LANGADM['AdminWarehousesc589858dbe1d06c46544266ae4cd2c6f'] = 'FIFO';
-$_LANGADM['AdminWarehouses249e6270d397378907bb92948fb14876'] = 'LIFO';
-$_LANGADM['AdminWarehouses228d22b3e9570eff6501114a42495dd5'] = 'It is not possible to delete a Warehouse when there are products in it.';
-$_LANGADM['AdminWarehouses16884d14c85c93e7af0bd926f180b1c0'] = 'It is not possible to delete a Warehouse if it has pending supply orders.';
-$_LANGADM['AdminWarehouses3c4553c80a6de049526f83f0ec59f6ee'] = 'General informations';
-$_LANGADM['AdminWarehouses0b729ecf5635563fe634585545256385'] = 'N/D';
-$_LANGADM['AdminWarehouses738f9b58671446c324336c5c33290af7'] = 'Valuation currency:';
-$_LANGADM['AdminWarehousesb52b44c9d23e141b067d7e83b44bb556'] = 'Products:';
-$_LANGADM['AdminWarehouses1481aba130fba26eca3019c558d18ab8'] = 'References:';
-$_LANGADM['AdminWarehousesb8af235cfa7c64d28efc63d9a6a14fab'] = 'Physical product quantities:';
-$_LANGADM['AdminWarehousesf14e5b7a763c29a25df5bad3a121a02c'] = 'Stock valuation:';
-$_LANGADM['AdminWarehouses12a521af593422cd508f7707662c9eb2'] = 'Shops';
-$_LANGADM['AdminWarehouses0bbf1221233b8660c66270bf07ef5452'] = 'The following are the shops associated with this warehouse.';
-$_LANGADM['AdminWarehousesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminWarehouses27ce7f8b5623b2e2df568d64cf051607'] = 'Stock';
-$_LANGADM['AdminWarehouses92b68eb7efe99b8e3d16487dc5b0224a'] = 'Click here if you want details on products in this warehouse';
-$_LANGADM['AdminWarehouses16d2b386b2034b9488996466aaae0b57'] = 'History';
-$_LANGADM['AdminWarehousesaea92e99bc142df2bcacebabae3758a0'] = 'Click here if you want details on what happened in this warehouse';
-$_LANGADM['AdminWarehouses815491b6dbf72f1fd26dafbacc3c3e1f'] = 'This warehouse does not exist';
-$_LANGADM['AdminManufacturersd3b206d196cd6be3a2764c1fb90b200f'] = 'Delete selected';
-$_LANGADM['AdminManufacturerse25f0ecd41211b01c83e5fec41df4fe7'] = 'Delete selected items?';
-$_LANGADM['AdminManufacturersb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminManufacturers8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo';
-$_LANGADM['AdminManufacturers49ee3087348e8d44e1feda1917443987'] = 'Name';
-$_LANGADM['AdminManufacturers284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Addresses';
-$_LANGADM['AdminManufacturers068f80c7519d0528fb08e82137a72131'] = 'Products';
-$_LANGADM['AdminManufacturers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Enabled';
-$_LANGADM['AdminManufacturers5dacf80e37f25fae383cd79c4ee335d6'] = 'List of manufacturers:';
-$_LANGADM['AdminManufacturersc0bd7654d5b278e65f21cf4e9153fdb4'] = 'Manufacturer';
-$_LANGADM['AdminManufacturers20db0bfeecd8fe60533206a2b5e9891a'] = 'First name';
-$_LANGADM['AdminManufacturers8d3f5eff9c40ee315d452392bed5309b'] = 'Last name';
-$_LANGADM['AdminManufacturersd108a94475e22677c0cd8ecdc3f0eb62'] = 'Postal Code/Zip Code';
-$_LANGADM['AdminManufacturers57d056ed0984166336b7879c2af3657f'] = 'City';
-$_LANGADM['AdminManufacturers59716c97497eb9694541f7c3d37b1a4d'] = 'Country';
-$_LANGADM['AdminManufacturers3223e193c166260ab6e2b81223f8d4c8'] = 'Manufacturers addresses:';
-$_LANGADM['AdminManufacturers884521e0d3b5e583f112e42352045ae9'] = 'Edit Adresses';
-$_LANGADM['AdminManufacturers2377be3c2ad9b435ba277a73f0f1ca76'] = 'Manufacturers';
-$_LANGADM['AdminManufacturers4e140ba723a03baa6948340bf90e2ef6'] = 'Name:';
-$_LANGADM['AdminManufacturers6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Invalid characters:';
-$_LANGADM['AdminManufacturers234078adec0a64008b6ae77653776cfa'] = 'Short description:';
-$_LANGADM['AdminManufacturersd0042a700e9bdf79689d63ee6846dc0e'] = 'Description:';
-$_LANGADM['AdminManufacturersacd7b45c9d50280a52990015b2c24ba8'] = 'Logo:';
-$_LANGADM['AdminManufacturers4ff771c5a62c10ddbe02b9b5357b3402'] = 'Upload manufacturer logo from your computer';
-$_LANGADM['AdminManufacturers7b250cb374c12c42a75227ba75df7779'] = 'Meta title:';
-$_LANGADM['AdminManufacturers3e053943605d9e4bf7dd7588ea19e9d2'] = 'Forbidden characters:';
-$_LANGADM['AdminManufacturersa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta description:';
-$_LANGADM['AdminManufacturers394deec8b4e901394f69ad41095b1ecc'] = 'Meta keywords:';
-$_LANGADM['AdminManufacturers33fe26e0d07af85617f326ca09fb5085'] = 'To add \"tags\" click in the field, write something, then press \"Enter\"';
-$_LANGADM['AdminManufacturers0099c0173a3c7758b36025bdae9b4fc7'] = 'Enable:';
-$_LANGADM['AdminManufacturersb9f5c797ebbf55adccdd8539a65a0241'] = 'Disabled';
-$_LANGADM['AdminManufacturersf16b5952df8d25ea30b25ff95ee8fedf'] = 'Shop association:';
-$_LANGADM['AdminManufacturers38fb7d24e0d60a048f540ecb18e13376'] = ' Save ';
-$_LANGADM['AdminManufacturers2ebc15ccabe20987e9a7daeac7c87c45'] = 'Choose the manufacturer:';
-$_LANGADM['AdminManufacturersf4a275a931b82e5058bc8ffad8b8e5bd'] = 'Manufacturer:';
-$_LANGADM['AdminManufacturersbe5e0b5d50d48b049bd0f7b57cd163f9'] = 'Last name:';
-$_LANGADM['AdminManufacturers668a8d8d7ffe5da112b266e46b79b685'] = 'First name:';
-$_LANGADM['AdminManufacturers2bf1d5fae1c321d594fdedf05058f709'] = 'Address:';
-$_LANGADM['AdminManufacturers28ff513c3d1589f6f46dcaee92f31172'] = 'Address (2):';
-$_LANGADM['AdminManufacturersc3f42f159abd8ca877101e1f6eff322f'] = 'Postcode / Zip Code:';
-$_LANGADM['AdminManufacturersbffb711ec36f280459d11dce315da72f'] = 'City:';
-$_LANGADM['AdminManufacturersf64be5eef68442a8f50cf535b92ad3e4'] = 'Country:';
-$_LANGADM['AdminManufacturers18325105de95083e4a1d10b78f29c2bc'] = 'State:';
-$_LANGADM['AdminManufacturers8bb2af035e07a96f27f1d8f2c98be357'] = 'Home phone:';
-$_LANGADM['AdminManufacturerscec59c4cf319e37788de60170226b705'] = 'Mobile phone:';
-$_LANGADM['AdminManufacturersfc1858e766ad35ccd1e3aaa0766a7fea'] = 'Other:';
-$_LANGADM['AdminManufacturers804f1e6cd9e6d68208f39932da191f61'] = 'Edit Addresses';
-$_LANGADM['AdminManufacturersc9cc8cce247e49bae79f15173ce97354'] = 'Save';
-$_LANGADM['AdminManufacturersea4788705e6873b424c65e91c2846b19'] = 'Cancel';
-$_LANGADM['AdminManufacturers3a2ffc65800e37e450c8aeb609ebf724'] = 'Total addresses:';
-$_LANGADM['AdminManufacturers1d1f72ce9c582c39ef66af15e5e574a5'] = 'No address for this manufacturer';
-$_LANGADM['AdminManufacturers543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Total products:';
-$_LANGADM['AdminManufacturers7dce122004969d56ae2e0245cb754d35'] = 'Edit';
-$_LANGADM['AdminManufacturers0071aa279bd1583754a544277740f047'] = 'Delete item #';
-$_LANGADM['AdminManufacturersf2a6c498fb90ee345d997f888fce3b18'] = 'Delete';
-$_LANGADM['AdminManufacturerse78b6f4eb3be046f4d25c07ce54954d4'] = 'Ref:';
-$_LANGADM['AdminManufacturersccf096490d2671f3ea97ea9289eee5b1'] = 'EAN13:';
-$_LANGADM['AdminManufacturersaf7448c885be0d8acd5eb84322176570'] = 'UPC:';
-$_LANGADM['AdminManufacturers647b89b705fafd7d44aa6f01a5cb4711'] = 'Qty:';
-$_LANGADM['AdminManufacturers1caa6ff629641a4eb20f190f7a0539ca'] = 'Attribute name';
-$_LANGADM['AdminManufacturers63d5049791d9d79d86e9a108b0a999ca'] = 'Reference';
-$_LANGADM['AdminManufacturers52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13';
-$_LANGADM['AdminManufacturersfbd99ad01b92dbafc686772a39e3d065'] = 'UPC';
-$_LANGADM['AdminManufacturersc8c5918f1175c1296d19755b2f49d1c9'] = 'Available Quantity';
-$_LANGADM['Helperef7de3f485174ff47f061ad27d83d0ee'] = 'selected';
-$_LANGADM['Helperb56c3bda503a8dc4be356edb0cc31793'] = 'Collapse All';
-$_LANGADM['Helper5ffd7a335dd836b3373f5ec570a58bdc'] = 'Expand All';
-$_LANGADM['Helper5e9df908eafa83cb51c0a3720e8348c7'] = 'Check All';
-$_LANGADM['Helper9747d23c8cc358c5ef78c51e59cd6817'] = 'Uncheck All';
-$_LANGADM['Helper17f5f00c6d09158f70718e353e91d20e'] = 'Find a category';
-$_LANGADM['Helperee77ea46b0c548ed60eadf31bdd68613'] = 'Bad SQL query';
-$_LANGADM['Helpered75712b0eb1913c28a3872731ffd48d'] = 'Bad SQL query';
-$_LANGADM['Helperbfc18def58cfa50029d149e9b932e974'] = 'Copy images too?';
-$_LANGADM['Helper3ec365dd533ddb7ef3d1c111186ce872'] = 'Details';
-$_LANGADM['Helper4351cfebe4b61d8aa5efa1d020710005'] = 'View';
-$_LANGADM['Helper7dce122004969d56ae2e0245cb754d35'] = 'Edit';
-$_LANGADM['Helperf2a6c498fb90ee345d997f888fce3b18'] = 'Delete';
-$_LANGADM['Helper1412292b09d3cd39f32549afb1f5f102'] = 'Delete selected item?';
-$_LANGADM['Helper4e140ba723a03baa6948340bf90e2ef6'] = 'Name:';
-$_LANGADM['Helper7a1920d61156abc05a60135aefe8bc67'] = 'Default';
-$_LANGADM['Helperc770d8e0d1d1943ce239c64dbd6acc20'] = 'Add my IP';
-$_LANGADM['Helper21034ae6d01a83e702839a72ba8a77b0'] = '(tax excl.)';
-$_LANGADM['Helper9f82518d468b9fee614fcc92f76bb163'] = 'Shop';
-$_LANGADM['Helper804ccd6219996d12eda865d1c0707423'] = 'All shops';
-$_LANGADM['Helper1aa4c641d6920ddb97a2562f8ec53853'] = 'Group:';
-$_LANGADM['Helper2efd89b3ccc76b0b03a34196fc6d1c8b'] = 'Add tag';
-$_LANGADM['Helper1908624a0bca678cd26b99bfd405324e'] = 'File size';
-$_LANGADM['Helper86f5978d9b80124f509bdb71786e929e'] = 'January';
-$_LANGADM['Helper659e59f062c75f81259d22786d6c44aa'] = 'February';
-$_LANGADM['Helperfa3e5edac607a88d8fd7ecb9d6d67424'] = 'March';
-$_LANGADM['Helper3fcf026bbfffb63fb24b8de9d0446949'] = 'April';
-$_LANGADM['Helper195fbb57ffe7449796d23466085ce6d8'] = 'May';
-$_LANGADM['Helper688937ccaf2a2b0c45a1c9bbba09698d'] = 'June';
-$_LANGADM['Helper1b539f6f34e8503c97f6d3421346b63c'] = 'July';
-$_LANGADM['Helper41ba70891fb6f39327d8ccb9b1dafb84'] = 'August';
-$_LANGADM['Helpercc5d90569e1c8313c2b1c2aab1401174'] = 'September';
-$_LANGADM['Helpereca60ae8611369fe28a02e2ab8c5d12e'] = 'October';
-$_LANGADM['Helper7e823b37564da492ca1629b4732289a8'] = 'November';
-$_LANGADM['Helper82331503174acbae012b2004f6431fa5'] = 'December';
-$_LANGADM['Helper19f823c6453c2b1ffd09cb715214813d'] = 'Required field';
-$_LANGADM['Helperb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['Helperc6155aaecccf794cd2a00fcc35898022'] = 'Group name';
-$_LANGADM['Helper69e62346c35bc63795db142cfbb0af66'] = 'No group created';
-$_LANGADM['Helper6a26f548831e6a8c26bfbbd9f6ec61e0'] = 'Help';
-$_LANGADM['Helper00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Enabled';
-$_LANGADM['Helperb9f5c797ebbf55adccdd8539a65a0241'] = 'Disabled';
-$_LANGADM['Helper08a38277b0309070706f6652eeae9a53'] = 'Down';
-$_LANGADM['Helper258f49887ef8d14ac268c92b02503aaa'] = 'Up';
-$_LANGADM['Helper0bcef9c45bd8a48eda1b26eb0c61c869'] = '%';
-$_LANGADM['Helper5ece607071fe59ddc4c88dc6abfe2310'] = 'No items found';
-$_LANGADM['Helper193cfc9be3b995831c6af2fea6650e60'] = 'Page';
-$_LANGADM['Helperb9987a246a537f4fe86f1f2e3d10dbdb'] = 'Display';
-$_LANGADM['Helperdd8921b41e0279a02c6a26a509241700'] = 'result(s)';
-$_LANGADM['Helper526d688f37a86d3c3f27d0c5016eb71d'] = 'Reset';
-$_LANGADM['Helperd7778d0c64b6ba21494c97f77a66885a'] = 'Filter';
-$_LANGADM['Helper0f86285516456595b59620181e9c689c'] = 'Group shop';
-$_LANGADM['Helper06df33001c1d7187fdd81ea1f5b277aa'] = 'Actions';
-$_LANGADM['Helper93cba07454f06a4a960172bbd6e2a435'] = 'Yes';
-$_LANGADM['Helperbafd7322c6e97d25b6299b5d6fe8920b'] = 'No';
-$_LANGADM['Helper5da618e8e4b89c66fe86e32cdafde142'] = 'From';
-$_LANGADM['Helpere12167aa0a7698e6ebc92b4ce3909b53'] = 'To';
-$_LANGADM['Helperdae8ace18bdcbcc6ae5aece263e14fe8'] = 'Options';
-$_LANGADM['Helper185891b2ad8097661b471aa3645ecce8'] = 'Check/uncheck all';
-$_LANGADM['Helper9cff59a46574a2e55b90ec9927dba59c'] = '(check boxes if you want to set a custom value for this shop or group shop context)';
-$_LANGADM['Helpercc3787ca78f445f481069a4c047f7e7a'] = 'Choose language:';
-$_LANGADM['Helperce691792b5c88753938400894e31db73'] = 'You can\'t change the value of this configuration field in the context of this shop';
-$_LANGADM['Helperc9cc8cce247e49bae79f15173ce97354'] = 'Save';
-$_LANGADM['Helper0470d45929f27e1161330164c423b415'] = 'Set required fields for this section';
-$_LANGADM['Helpere54b38290c8bdd95e8bc10412c9cc096'] = 'Required Fields';
-$_LANGADM['Helper81f32b96f6626b8968e6a0f4a9bce62e'] = 'Select the fields you would like to be required for this section.';
-$_LANGADM['Helperee9b2f3cf31c23c944b15fb0b33d6a77'] = 'Field Name';
-$_LANGADM['AdminStockManagement75ed578ac3cb02b0ba40002a25bc0403'] = 'Product reference';
-$_LANGADM['AdminStockManagement52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13';
-$_LANGADM['AdminStockManagementfbd99ad01b92dbafc686772a39e3d065'] = 'UPC';
-$_LANGADM['AdminStockManagement49ee3087348e8d44e1feda1917443987'] = 'Name';
-$_LANGADM['AdminStockManagement694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantity';
-$_LANGADM['AdminStockManagement8823610f384caeee0e41a26b1b82fcda'] = 'Sum of quantities for all warehouses';
-$_LANGADM['AdminStockManagemente1b729c52480225d06d4bd27b2a811be'] = 'The product was successfully added to stock';
-$_LANGADM['AdminStockManagement160f18dd864c8dae55901a5c36b1813a'] = 'The product was successfully removed from the stock';
-$_LANGADM['AdminStockManagement1f8a060b4d9b428b1490b4a67c695c10'] = 'The transfer was successfully completed';
-$_LANGADM['AdminStockManagementf548c1f7ba94a7c672abbc78dc236ea8'] = 'This interface allows you to manage the stocks of each of your products and their variations.';
-$_LANGADM['AdminStockManagementff855c1d404cfe05c47734bddd700490'] = 'Through this interface, you can increase quantities (add) and decrease quantities (delete) of products for a given warehouse.';
-$_LANGADM['AdminStockManagement0806767ed8feb724b1359de67a41f3d7'] = 'Furthermore, you can move quantities of (transfer) products between warehouses, or within one warehouse.';
-$_LANGADM['AdminStockManagementbeaf85425059adf7675f51b9f0cce075'] = 'Note that if you want to increase quantities of multiple products at once, you can use the supply orders tab.';
-$_LANGADM['AdminStockManagement83addfb8621c887f4c0ae111d063166b'] = 'Finally, you will be asked to specify the state of the quantity you will add:';
-$_LANGADM['AdminStockManagemente6bff42d0b439c7129df43bae2cca3f2'] = 'Usable for sale means that this quantity will be available in your shop(s),';
-$_LANGADM['AdminStockManagementa735244b5bd6fe3c8c5dae3b7307e7f4'] = 'otherwise it will be considered reserved (i.e. for other purposes).';
-$_LANGADM['AdminStockManagement111f0e61a01a90ff0fd023a22c2f7d7d'] = 'You have to have Warehouses before adding stock. See Stock/Warehouses';
-$_LANGADM['AdminStockManagement382b0f5185773fa0f67a8ed8056c7759'] = 'N/A';
-$_LANGADM['AdminStockManagementc916bb26289ae7ddf58e2a42f3f4fa2c'] = 'Note that rolling over the quantity and price fields will give you the details of the last stock movement.';
-$_LANGADM['AdminStockManagementb02c2b70fa9dfb5e023d0d0711da66ee'] = 'Add product to stock';
-$_LANGADM['AdminStockManagementd0382daa5a5e9435aa2ef89ecf266bc1'] = 'Product reference:';
-$_LANGADM['AdminStockManagementccf096490d2671f3ea97ea9289eee5b1'] = 'EAN13:';
-$_LANGADM['AdminStockManagementaf7448c885be0d8acd5eb84322176570'] = 'UPC:';
-$_LANGADM['AdminStockManagement4e140ba723a03baa6948340bf90e2ef6'] = 'Name:';
-$_LANGADM['AdminStockManagement010cb2385a568ce62f3da2ea0839f01c'] = 'Quantity to add:';
-$_LANGADM['AdminStockManagement0263c3df347550b772b306b6c4be3b81'] = 'Physical quantity to add';
-$_LANGADM['AdminStockManagement483305be150f2957434cd204e7367404'] = 'Last physical quantity added : %s (%s)';
-$_LANGADM['AdminStockManagementa36e1b5a359678cc89110d27f81fd1f4'] = 'usable';
-$_LANGADM['AdminStockManagement99af53326570e3f65c82d534f0b6dd6a'] = 'not usable';
-$_LANGADM['AdminStockManagementd5312341a6c58f4325955217677bf646'] = 'Usable for sale?';
-$_LANGADM['AdminStockManagement00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Enabled';
-$_LANGADM['AdminStockManagementb9f5c797ebbf55adccdd8539a65a0241'] = 'Disabled';
-$_LANGADM['AdminStockManagement055fd9fd7a93d24691d1dd4ffa96ba93'] = 'Is this quantity usable for sale on shops, or reserved in the warehouse for other purposes?';
-$_LANGADM['AdminStockManagement0c0d054c2c707309be2e70fb9ed7c571'] = 'Warehouse:';
-$_LANGADM['AdminStockManagement3360a5db4e2787f4a99614fbc172061a'] = 'Select the warehouse where you want to add the product into';
-$_LANGADM['AdminStockManagement04a2061764c292a0cda8ade821248be7'] = 'Unit price (tax excl.):';
-$_LANGADM['AdminStockManagement6b635ee33731b25d183f8cb4a77bbc44'] = 'Unit purchase price or unit manufacturing cost for this product (tax excl.)';
-$_LANGADM['AdminStockManagementd6ac255137be35d4ba97bc2f8e15c86f'] = 'Last unit price (tax excl.): %s';
-$_LANGADM['AdminStockManagement77295c7d814e7397c55f64ec06313984'] = 'Currency:';
-$_LANGADM['AdminStockManagement0ba66de04477ab58b15c4cadd1354e9c'] = 'The currency associated to the product unit price';
-$_LANGADM['AdminStockManagementcf8522db83b4e0d5062567ac2142ca61'] = 'Label:';
-$_LANGADM['AdminStockManagementa72fe320dc7c943cf4dd3fd75c31e17f'] = 'Label used in stock movements';
-$_LANGADM['AdminStockManagement7aff970b4fe3769a590756115c0fc2b5'] = 'Add to stock';
-$_LANGADM['AdminStockManagementb8f548c49e237e746f24336b3294f86b'] = 'Remove product from stock';
-$_LANGADM['AdminStockManagementcbb8532bea18ae4802bc2099416b050f'] = 'Quantity to remove:';
-$_LANGADM['AdminStockManagement320d80fa3dc6c2990b9fcbb071d695e5'] = 'Physical quantity to remove';
-$_LANGADM['AdminStockManagementfc09a76bfa4a6ac12bad90577c45bd8a'] = 'Usable for sale:';
-$_LANGADM['AdminStockManagementc47b75b25e5ec5d67ca5fe262dc41e38'] = 'Do you want to remove this quantity from the usable quantity (yes) or the physical quantity (no)?';
-$_LANGADM['AdminStockManagement6b1b6276a06c8c13747ddba4003d6d0b'] = 'Select the warehouse from where you want to remove the product';
-$_LANGADM['AdminStockManagementc271f27c53702bc417b89d84a320dccf'] = 'Remove from stock';
-$_LANGADM['AdminStockManagement41ce44a4ea60fd1b446ce1b084216413'] = 'Transfer product from one warehouse to another';
-$_LANGADM['AdminStockManagementfd11d220ab663016a21f1c9236a8e4d8'] = 'Quantity to transfer:';
-$_LANGADM['AdminStockManagement3a4ee34e1aa7ed171a7c03f5a22e2124'] = 'Source Warehouse:';
-$_LANGADM['AdminStockManagementd46b335c66de5c901ea69e3b61f69594'] = 'Select the warehouse from which you want to transfer the product.';
-$_LANGADM['AdminStockManagementb6872ed521281f68f0d6d5eeee624053'] = 'Usable for sale in source warehouse?';
-$_LANGADM['AdminStockManagementdd300318a5fbdf8db10fee5c89657df9'] = 'Is this a usable quantity for sale?';
-$_LANGADM['AdminStockManagement647257b691c98078e6eb878d7ec031d1'] = 'Destination Warehouse:';
-$_LANGADM['AdminStockManagement1b5a26d3a8bc154d23781ac7ca397495'] = 'Select the warehouse to which to transfer the product.';
-$_LANGADM['AdminStockManagementdfa4596c0cc167b50e14a558b3a8afac'] = 'Usable for sale in destination warehouse?';
-$_LANGADM['AdminStockManagementd22a457a08c328d7d450c1e272a9db9e'] = 'Do you want it to be usable for sale?';
-$_LANGADM['AdminStockManagement6950810f0d2bba97a6f710c7b965b84e'] = 'Transfer';
-$_LANGADM['AdminStockManagement9ea67be453eaccf020697b4654fc021a'] = 'Save and stay';
-$_LANGADM['AdminStockManagementc9cc8cce247e49bae79f15173ce97354'] = 'Save';
-$_LANGADM['AdminStockManagementea4788705e6873b424c65e91c2846b19'] = 'Cancel';
-$_LANGADM['AdminStockManagement9cc191857999f8fdacb83f85985f1795'] = 'Stock: Add product';
-$_LANGADM['AdminStockManagementeb65183e450756692c2d098c3cc5bda5'] = 'Stock: Remove product';
-$_LANGADM['AdminStockManagement0e0cf3cf131673617875bbf4bb4f0a38'] = 'Stock: Transfer product';
-$_LANGADM['AdminStockManagement1c1ee49fc12644132bd3a57d85fda451'] = 'Add stock';
-$_LANGADM['AdminStockManagementc6d6a9005bcbf80689cce6fd4b0aaa86'] = 'Remove stock';
-$_LANGADM['AdminStockManagement7336b53f97aeda9b361b2b153fcaa97f'] = 'Transfer stock';
-$_LANGADM['AdminShopb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminShop9f82518d468b9fee614fcc92f76bb163'] = 'Shop';
-$_LANGADM['AdminShop4390988a3f7d7cfa3d8a5ecb11976f58'] = 'Group Shop';
-$_LANGADM['AdminShop3adbdb3ac060038aa0e6e6c138ef9873'] = 'Category';
-$_LANGADM['AdminShop7ffa831a8a11eb45e63b4dc3b7393bf9'] = 'Shop main URL';
-$_LANGADM['AdminShop00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Enabled';
-$_LANGADM['AdminShop0fc629d52a6553e98b76fffa727ba878'] = 'Edit this shop group';
-$_LANGADM['AdminShop25c25c36ef8fc9436725e3a4eb6044d2'] = 'Delete this shop';
-$_LANGADM['AdminShop6a9afe170bdaacb2cdf24336e038597d'] = 'Add URL';
-$_LANGADM['AdminShopc9cc8cce247e49bae79f15173ce97354'] = 'Save';
-$_LANGADM['AdminShop9ea67be453eaccf020697b4654fc021a'] = 'Save and stay';
-$_LANGADM['AdminShop652342e19bf26f8d1b350e60aad3e3bf'] = 'Add new shop';
-$_LANGADM['AdminShopcf52c411b5659457074fd9962435307f'] = 'You need to select at least the root category.';
-$_LANGADM['AdminShop61f0fa926f97eafb392975ed79cebb4a'] = 'Shop name:';
-$_LANGADM['AdminShop4a4122f85bc7d1d197ef87cf89f90d01'] = 'Warning: you won\'t be able to change the group of this shop if this shop belongs to a group with one of these options activated: Share Customers, Share Quantities or Share Orders';
-$_LANGADM['AdminShop6c8d0b6839cf16e3b2c7e5d0f6428b40'] = 'You can only move your shop to a shop group with all \"share\" options disabled or to a shop group with no customers/orders.';
-$_LANGADM['AdminShop580cb0ed4cf533163f82c70c7833bb9d'] = 'Group Shop:';
-$_LANGADM['AdminShopdd71ab2e72d6eaee589cb9915172b400'] = 'Shop group:';
-$_LANGADM['AdminShop93353a734fe6e60784b839e911d2cbf1'] = 'You can\'t edit the shop group because the current shop belongs to a group with a \"share\" option enabled.';
-$_LANGADM['AdminShopfedca77235d8e28be78f54c7f960c5a0'] = 'Category root:';
-$_LANGADM['AdminShopce2530ff1fb8dc66d6c940c5ce32508d'] = 'Associated categories:';
-$_LANGADM['AdminShop24a23d787190f2c4812ff9ab11847a72'] = 'Status:';
-$_LANGADM['AdminShopb9f5c797ebbf55adccdd8539a65a0241'] = 'Disabled';
-$_LANGADM['AdminShop37c0e2b9736bc4cc2005f7be3fd66fe5'] = 'Enable or disable shop';
-$_LANGADM['AdminShopa9e4402481bd9b8e36752bf731f67eb6'] = 'Theme:';
-$_LANGADM['AdminShop1d6af794b2599c1407a83029a09d1ecf'] = 'Carriers';
-$_LANGADM['AdminShop622f3c75de9f3481ffc58c1f292c1c2b'] = 'Contact';
-$_LANGADM['AdminShopbbaff12800505b22a853e8b7f4eb6a22'] = 'CMS page';
-$_LANGADM['AdminShop790d59ef178acbc75d233bf4211763c6'] = 'Countries';
-$_LANGADM['AdminShopdfcfc43722eef1eab1e4a12e50a068b1'] = 'Currencies';
-$_LANGADM['AdminShop9d5bf15117441a1b52eb1f0808e4aad3'] = 'Discounts';
-$_LANGADM['AdminShopeb626c94531ec554f93b2b78a77c8b1b'] = 'Employees';
-$_LANGADM['AdminShopfff0d600f8a0b5e19e88bfb821dd1157'] = 'Images';
-$_LANGADM['AdminShop92318dc9b42eb05bb1c958f0a15d19b9'] = 'Langs';
-$_LANGADM['AdminShop2377be3c2ad9b435ba277a73f0f1ca76'] = 'Manufacturers';
-$_LANGADM['AdminShopbf17ac149e2e7a530c677e9bd51d3fd2'] = 'Modules';
-$_LANGADM['AdminShopb71593973c58bb41eb302d037f6b1230'] = 'Module hooks';
-$_LANGADM['AdminShopb6755d218d5f4e1cef9cce9cc39aeda9'] = 'Meta';
-$_LANGADM['AdminShop068f80c7519d0528fb08e82137a72131'] = 'Products';
-$_LANGADM['AdminShopb9208b03bcc9eb4a336258dcdcb66207'] = 'Combinations';
-$_LANGADM['AdminShopbb34f602e45a9fbcb2cdfee7a48673fc'] = 'Scenes';
-$_LANGADM['AdminShopcf173b732a2a0377698d631db6185836'] = 'Available quantities for sale';
-$_LANGADM['AdminShop821b8ee6937cec96c30fdafbfe836d68'] = 'Stores';
-$_LANGADM['AdminShop6416e8cb5fc0a208d94fa7f5a300dbc4'] = 'Warehouse';
-$_LANGADM['AdminShop339b1acb0d1f26923dc4545a9f749ab3'] = 'Webservice accounts';
-$_LANGADM['AdminShop775a3ab6add326ef93f2382f49f9e500'] = 'Attribute groups';
-$_LANGADM['AdminShop98f770b0af18ca763421bac22b4b6805'] = 'Features';
-$_LANGADM['AdminShop517a8a7dbf1f6e371509817de328e396'] = 'Customer groups';
-$_LANGADM['AdminShop6fab199dbf5a4155871fb0d5dbfa9827'] = 'Tax rules groups';
-$_LANGADM['AdminShop1814d65a76028fdfbadab64a5a8076df'] = 'Suppliers';
-$_LANGADM['AdminShopff398a1c3434e160c655aa1613e0eace'] = 'Referrers';
-$_LANGADM['AdminShopc8cfbbbe4253e14390b2b14d7e60d9c8'] = 'Import data';
-$_LANGADM['AdminShop2df07bc574bd6370979f7762b08b4a32'] = 'Choose the shop (source)';
-$_LANGADM['AdminShop1d92a46c4e14c43c3096d85c9f26fc4e'] = 'Choose data to import';
-$_LANGADM['AdminShop62e5040acb58a7b77dbd16179b1ab557'] = 'Use this option to associate data (products, modules, etc.) the same way for the selected shop';
-$_LANGADM['AdminShop1aa4c641d6920ddb97a2562f8ec53853'] = 'Group:';
-$_LANGADM['AdminShopff74ff0dd750d9a5493e2ab7f90ffeab'] = 'Click here to display shops of group %s';
-$_LANGADM['AdminShop64c70a5c238abee8f825294cbd9bcc08'] = 'Click here to display URLs of shop %s';
-$_LANGADM['AdminShop5a8f8f8e0bcbfcd926271ee7d7351134'] = 'Shop groups list';
-$_LANGADM['AdminShopcceb3f70e3d4cda3aea8ace295459881'] = 'Click here to display group shops list';
-$_LANGADM['AdminShopc3dd254606fb978c7b0c51b6d8987865'] = 'Multistore tree';
-$_LANGADM['AdminShop7641f2d6a19d137714d493ac979e20d5'] = 'Add new shop group';
-$_LANGADM['AdminShopd63c1ea9ab7850a74940ff760f25034b'] = 'Edit this shop';
-$_LANGADM['AdminShop30cfab87fe702cd2ff1b064fa4729305'] = 'Add new URL';
-$_LANGADM['AdminShop247ce0c9b61b77d61c5de8e2c3e32978'] = 'Edit this URL';
-$_LANGADM['AdminShop99104e1966b34f0320d33c5892946a82'] = 'Import data from another shop';
-$_LANGADM['AdminShop93cba07454f06a4a960172bbd6e2a435'] = 'Yes';
-$_LANGADM['AdminShopbafd7322c6e97d25b6299b5d6fe8920b'] = 'No';
-$_LANGADM['AdminShopb869af59d40b52d2ad275c9f5ed81461'] = 'You cannot delete this shop (customer and/or order dependency)';
-$_LANGADM['AdminShoped1553edc123179130b5944e22287ef6'] = 'Click here to set an URL for this shop';
-$_LANGADM['AdminImagesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminImages49ee3087348e8d44e1feda1917443987'] = 'Name';
-$_LANGADM['AdminImages32954654ac8fe66a1d09be19001de2d4'] = 'Width';
-$_LANGADM['AdminImageseec6c4bdbd339edf8cbea68becb85244'] = 'Height';
-$_LANGADM['AdminImagesfff0d600f8a0b5e19e88bfb821dd1157'] = 'Images';
-$_LANGADM['AdminImagesff17d73fa2731689640e8afa0f591b0f'] = '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.';
-$_LANGADM['AdminImagesaa1f7d7328e9e7e730dc09ae4a3b0d49'] = '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\".';
-$_LANGADM['AdminImages42ceb344b0aaf896b362b0db70b46f98'] = 'Image quality';
-$_LANGADM['AdminImages2a911eb0d71d1b707a3f9d722a5935c2'] = 'Use JPEG';
-$_LANGADM['AdminImagesf520fc2ea7f469193c55bc499753a923'] = 'Use PNG only if the base image is in PNG format';
-$_LANGADM['AdminImages718e1e271056782b288616e916511980'] = 'Use PNG for all images';
-$_LANGADM['AdminImagesd46bafd645c490bd4be22c4226619db9'] = 'JPEG quality';
-$_LANGADM['AdminImagesb73770b303fc0f331eee23ad7add197c'] = 'Ranges from 0 (worst quality, smallest file) to 100 (best quality, biggest file)';
-$_LANGADM['AdminImagesc5e26b2211d5ecbbeac96ea6e1cbb7c2'] = 'PNG quality';
-$_LANGADM['AdminImages2c1bbb0a5ff08c8011d6ea83084277ff'] = 'Ranges from 9 (worst quality, smallest file) to 0 (best quality, biggest file)';
-$_LANGADM['AdminImages2c595b4f6d0c5d25b9c326fcb9738e33'] = 'Product images';
-$_LANGADM['AdminImages3bd4acb4872f8ba5fe487ea5b008b463'] = 'Image generated by';
-$_LANGADM['AdminImages9df22f196a33acd0b372fe502de51211'] = 'auto';
-$_LANGADM['AdminImageseaae26a6fb20ed3ef54fb23bfa0b1fcc'] = 'width';
-$_LANGADM['AdminImagesb435e227d5dd201e1768b2bcb2e0aa81'] = 'height';
-$_LANGADM['AdminImages354201ec60b95b44215813749c0ff186'] = 'Maximum size of product pictures';
-$_LANGADM['AdminImagese57fbdf001b4b35e6ca7dcdc628ca853'] = 'The maximum size of pictures uploadable by customers (in Bytes)';
-$_LANGADM['AdminImages4b3a6218bb3e3a7303e8a171a60fcf92'] = 'bytes';
-$_LANGADM['AdminImagesff534cd9270ca999a39a50a6365ff52e'] = 'Product picture width';
-$_LANGADM['AdminImagesc9c4e9c1a92d9b15e0cdefc7ddb1bbd5'] = 'The maximum width of pictures uploadable by customers';
-$_LANGADM['AdminImages5891a406596216c63f7a1f8f7c6a81a8'] = 'Product picture height';
-$_LANGADM['AdminImagesdde6c96bcb0af50f18f37572267d904a'] = 'The maximum height of pictures uploadable by customers';
-$_LANGADM['AdminImagesb08ea6a4f29e76c9d843856917642409'] = 'Use the legacy image filesystem';
-$_LANGADM['AdminImagese7ed00268dc16aecaac5a60aeb6f4c73'] = 'This should be set to yes unless you successfully moved images in Preferences > Images tab';
-$_LANGADM['AdminImages38fb7d24e0d60a048f540ecb18e13376'] = ' Save ';
-$_LANGADM['AdminImages204dd5cbb153eae3c105e3a42f1c0ff8'] = 'Type name:';
-$_LANGADM['AdminImages2914a2c17b20114220e1ae90c632c083'] = 'Letters and minus sign (-) only (e.g. small, medium, large, extra-large)';
-$_LANGADM['AdminImages48ccf48dcf2218a413ce473262f21a0c'] = 'Width:';
-$_LANGADM['AdminImagesc2fc3eea4a3f9c52e7acbdb113b171b7'] = 'Maximum image width in pixels';
-$_LANGADM['AdminImagese933dc24fb245d863a43b4fefe9b45f5'] = 'Height:';
-$_LANGADM['AdminImagescf40e19ee10782c4284cac90feb4f73e'] = 'Maximum image height in pixels';
-$_LANGADM['AdminImagesb52b44c9d23e141b067d7e83b44bb556'] = 'Products:';
-$_LANGADM['AdminImagescd44fbac53481034ac90430dfe6d40c5'] = 'This type will be used for Product images';
-$_LANGADM['AdminImages00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Enabled';
-$_LANGADM['AdminImagesb9f5c797ebbf55adccdd8539a65a0241'] = 'Disabled';
-$_LANGADM['AdminImages8c38776925f7cf41c090646a43157024'] = 'Categories:';
-$_LANGADM['AdminImages0606c838d9785be5cf10bb2a21e9d305'] = 'This type will be applied to Category images';
-$_LANGADM['AdminImages0e1e874dde345d19583102a9fd63fb7e'] = 'Manufacturers:';
-$_LANGADM['AdminImagescdb7cf7699ae1a3a9e4652575caaa4ea'] = 'This type will be applied to Manufacturer images';
-$_LANGADM['AdminImagesa00e46e856e637f8fd077b4fd710c9e2'] = 'Suppliers:';
-$_LANGADM['AdminImages479af7065358739ed0b4c062c40c3b75'] = 'This type will be used for Supplier images';
-$_LANGADM['AdminImages7e92dc38b95095cfee88452579f3fb67'] = 'Scenes:';
-$_LANGADM['AdminImages2f3a0a59431377e0f8f38e477ff12550'] = 'This type will be used for Scene images';
-$_LANGADM['AdminImages89e2077ce10ec7fc0bde234fbc48c5cb'] = 'Stores:';
-$_LANGADM['AdminImagesb977efc4260aa66a13e49a96a2769ed9'] = 'This type will be used for Store images';
-$_LANGADM['AdminImagesebd40d26dd06f36987228d4b358d7b64'] = 'Duplicate images were found when moving the product images. This is likely caused by unused demonstration images. Please make sure that the folder ';
-$_LANGADM['AdminImagesf9dd8a44548a14650f69aa067e752137'] = 'only contains demonstration images, and then delete this folder.';
-$_LANGADM['AdminImagesaf1b98adf7f686b84cd0b443e022b7a0'] = 'Categories';
-$_LANGADM['AdminImages2377be3c2ad9b435ba277a73f0f1ca76'] = 'Manufacturers';
-$_LANGADM['AdminImages1814d65a76028fdfbadab64a5a8076df'] = 'Suppliers';
-$_LANGADM['AdminImagesbb34f602e45a9fbcb2cdfee7a48673fc'] = 'Scenes';
-$_LANGADM['AdminImages068f80c7519d0528fb08e82137a72131'] = 'Products';
-$_LANGADM['AdminImages821b8ee6937cec96c30fdafbfe836d68'] = 'Stores';
-$_LANGADM['AdminImagescb2f901ceed5c3365d056794a1b5047f'] = 'After modification, do not forget to regenerate thumbnails';
-$_LANGADM['AdminImages258606ef5a3ed5cd7e39da08435adec0'] = 'Regenerate thumbnails';
-$_LANGADM['AdminImages8e6cd17ee7b35531b7c17c1e1edeb548'] = 'Regenerates thumbnails for all existing images';
-$_LANGADM['AdminImagese492ecbd8f7d4ea310457adc4ed4df89'] = 'Please be patient, this can take several minutes';
-$_LANGADM['AdminImages3bfa8daa236ed8bde7eb2179e8ee9765'] = 'Be careful! Manually uploaded thumbnails will be erased and replaced by automatically generated thumbnails.';
-$_LANGADM['AdminImagesb51000000ff730e7cacd10980186c1a4'] = 'Select image';
-$_LANGADM['AdminImagesb1c94ca2fbc3e78fc30069c8d0f01680'] = 'All';
-$_LANGADM['AdminImagesf559543da6c5866a2dd0ae70f4de370f'] = 'Select format';
-$_LANGADM['AdminImagesd379cadd41b68efe7c945b4d85c72085'] = 'Erase previous images';
-$_LANGADM['AdminImages600cfbed7d9463f24718a5c4113c46bc'] = 'Deselect this checkbox only if your server timed out and you need to resume the regeneration.';
-$_LANGADM['AdminImages729a51874fe901b092899e9e8b31c97a'] = 'Are you sure?';
-$_LANGADM['AdminImages874d3deed67e503cac1d8bc00417794a'] = 'Move images';
-$_LANGADM['AdminImagesc74631a03e7deaee7df23f66f8d3e66d'] = 'PrestaShop now uses a new storage system for product images. It offers better performance if your shop has a very large number of products.';
-$_LANGADM['AdminImages25128170c81bb01ab321435f0159f06c'] = '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.';
-$_LANGADM['AdminImages5bbbec3b5afea166564bfc17e4600690'] = 'You can choose to keep your images stored in the previous system - there is nothing wrong with that.';
-$_LANGADM['AdminImages81240b16d52b99dd1d46d0d664cb3348'] = '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.';
-$_LANGADM['AdminImagesf23c4675358d7749ee84ee87923adeb9'] = 'After moving all your product images, for best performance, set the \"Use the legacy image filesystem\" option above to \"No\".';
-$_LANGADM['AdminCarriersd3b206d196cd6be3a2764c1fb90b200f'] = 'Delete selected';
-$_LANGADM['AdminCarrierse25f0ecd41211b01c83e5fec41df4fe7'] = 'Delete selected items?';
-$_LANGADM['AdminCarriersede4759c9afae620fd586628789fa304'] = 'Enable selection';
-$_LANGADM['AdminCarriersab7fd6e250b64a46027a996088fdff74'] = 'Disable selection';
-$_LANGADM['AdminCarriersb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminCarriers49ee3087348e8d44e1feda1917443987'] = 'Name';
-$_LANGADM['AdminCarriers8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo';
-$_LANGADM['AdminCarriers8f497c1a3d15af9e0c215019f26b887d'] = 'Delay';
-$_LANGADM['AdminCarriersec53a8c4f07baed5d8825072c89799be'] = 'Status';
-$_LANGADM['AdminCarriersb00b85425e74ed2c85dc3119b78ff2c3'] = 'Free Shipping';
-$_LANGADM['AdminCarriers52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Position';
-$_LANGADM['AdminCarriers3601146c4e948c32b6424d2c0a7f0118'] = 'Price';
-$_LANGADM['AdminCarrierscf3fb1ff52ea1eed3347ac5401ee7f0c'] = 'Ascending';
-$_LANGADM['AdminCarrierse3cf5ac19407b1a62c6fccaff675a53b'] = 'Descending';
-$_LANGADM['AdminCarriers8430a7b1b81635e3df949c2845303303'] = 'Carrier options';
-$_LANGADM['AdminCarriers80ac9c802ce4d76982ab5a2e5a54b8bc'] = 'Default carrier:';
-$_LANGADM['AdminCarriers4e5918d7f5186ae00b4a48d9296fcd5a'] = 'Your shop\'s default carrier';
-$_LANGADM['AdminCarriers6f9d01a14011f05fffe48559583fc609'] = 'Sort by:';
-$_LANGADM['AdminCarriersb4c73b9c0f78317700e0b474277c145c'] = 'This will only be visible in the Front Office';
-$_LANGADM['AdminCarriers785bc8b603d21f69f55e495d7efd6923'] = 'Order by:';
-$_LANGADM['AdminCarrierse7ee1cd1aabd8efc05494dd9e11e3598'] = 'How do I create a new carrier?';
-$_LANGADM['AdminCarriersff2b1401e107b5b51b21da0107602e21'] = 'Click \"Add new.\"';
-$_LANGADM['AdminCarriers354dd8819e93a1d7dbcf7029b5fcd2ff'] = 'Fill in the fields and click \"Save.\"';
-$_LANGADM['AdminCarriers55606f1fdd6fc1044e85a62edd26d02e'] = 'You need to set a price range or a weight range for which the new carrier will be available.';
-$_LANGADM['AdminCarriers7f60542118c84d0f91e9986af7e12688'] = 'Under the \"Shipping\" tab, click either \"Price Ranges\" or \"Weight Ranges.\"';
-$_LANGADM['AdminCarriersf289cb04fe17bd0217f60ca5aea68b81'] = 'Select the name of the carrier and define the price range or the weight range.';
-$_LANGADM['AdminCarriers8d01c1d555755768524f9ac3adcc30b3'] = 'For example, the carrier can be made available for a weight range between 0 and 5lbs. Another carrier can have a range between 5 and 10lbs.';
-$_LANGADM['AdminCarriers9d5b8360a1232c6d3e5e005eff4a7131'] = 'When you are done, click \"Save.\"';
-$_LANGADM['AdminCarriers80d803aad983c22d14a0ddad539fad8e'] = 'Click on the \"Shipping\" tab.';
-$_LANGADM['AdminCarriers86b030372e7bf11a267c33851d28846a'] = 'You need to set the fees that will be applied for this carrier.';
-$_LANGADM['AdminCarriers5ec203a49842f2a5f271c7cd01b4e342'] = 'At the bottom on the page, in the \"Fees\" section, select the name of the carrier.';
-$_LANGADM['AdminCarriersfe5025efee49049079b0fe03e4ff642c'] = 'For each zone, enter a price and click \"Save.\"';
-$_LANGADM['AdminCarriers0cae43334d77f00b5a692dc52adb533a'] = 'You\'re all set! The new carrier will be displayed to your customers.';
-$_LANGADM['AdminCarriers1d6af794b2599c1407a83029a09d1ecf'] = 'Carriers';
-$_LANGADM['AdminCarriers5e5f0a863cd129317037e3def37b4097'] = 'Company:';
-$_LANGADM['AdminCarrierse1bcd0aa73dbc610f1fc628499244d8f'] = 'Allowed characters: letters, spaces and %s';
-$_LANGADM['AdminCarriers3194ebe40c7a8c29c78ea79066b6e05c'] = 'Carrier name displayed during checkout';
-$_LANGADM['AdminCarriers94f9328aae40bd711c2c1032c9c9411d'] = 'For in-store pickup, enter 0 to replace the carrier name with your shop name';
-$_LANGADM['AdminCarriersacd7b45c9d50280a52990015b2c24ba8'] = 'Logo:';
-$_LANGADM['AdminCarriers16650c3cbb2dc17ebcdba01fb1f31f89'] = 'Upload a logo from your computer';
-$_LANGADM['AdminCarrierse81c4e4f2b7b93b481e13a8553c2ae1b'] = 'or';
-$_LANGADM['AdminCarriersbf1f5f95d9e15a3cffa21495dbec563a'] = 'Transit time:';
-$_LANGADM['AdminCarriersa617573fb9cb14e1c414b8f00dd57b6b'] = 'Estimated delivery time, displayed during checkout';
-$_LANGADM['AdminCarriers2c261299e5086bd16299a8e8077862c8'] = 'Speed Grade:';
-$_LANGADM['AdminCarriersf172bfcf581aed3daf7cff5c03363e83'] = '\"0\" for a longest shipping delay, \"9\" for the shortest shipping delay.';
-$_LANGADM['AdminCarriers3b3d06023f6353f8fd05f859b298573e'] = 'URL:';
-$_LANGADM['AdminCarriersf82af991e480a159858267428be38252'] = 'Delivery tracking URL; type \'@\' where the tracking number will appear, it will be automatically replaced by the tracking number';
-$_LANGADM['AdminCarrierse6e42855066e7a3ae050b2c698021b14'] = 'Zone:';
-$_LANGADM['AdminCarriers85ed6154e19cc138c7281ba6129641d3'] = 'The zones in which this carrier is to be used';
-$_LANGADM['AdminCarriers1bd33faf04b6c7e0090de4f3e5915178'] = 'Group access:';
-$_LANGADM['AdminCarriers35f16c216c335fe1d428440583f5148f'] = 'Mark all groups for which you want to give access to this carrier';
-$_LANGADM['AdminCarriers24a23d787190f2c4812ff9ab11847a72'] = 'Status:';
-$_LANGADM['AdminCarriers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Enabled';
-$_LANGADM['AdminCarriersb9f5c797ebbf55adccdd8539a65a0241'] = 'Disabled';
-$_LANGADM['AdminCarriers49032c00868b02b899f19dc39b52d343'] = 'Enable carrier in the Front Office';
-$_LANGADM['AdminCarrierscf899ec0add2e9e103ad82c1a2a077ac'] = 'Apply shipping cost:';
-$_LANGADM['AdminCarriers93cba07454f06a4a960172bbd6e2a435'] = 'Yes';
-$_LANGADM['AdminCarriersbafd7322c6e97d25b6299b5d6fe8920b'] = 'No';
-$_LANGADM['AdminCarrierse118ab2d90a7fc8dc54d9b5d10a1edb3'] = 'Apply both regular shipping cost and product-specific additional shipping costs';
-$_LANGADM['AdminCarriers5f2b3818a8226aa853fc45c83783b12d'] = 'Tax:';
-$_LANGADM['AdminCarriers7475ec0d41372a307c497acb7eeea8c4'] = 'No Tax';
-$_LANGADM['AdminCarriers8e97163e9714c4656e00b33f317bc181'] = 'Shipping & handling:';
-$_LANGADM['AdminCarriers92c713cffb8085099e9ab6b8a7387b5e'] = 'Include the shipping & handling costs in carrier price';
-$_LANGADM['AdminCarriersb702b0f0188edd5dde75a6d0aace0246'] = 'Billing:';
-$_LANGADM['AdminCarriers590f6d9a5885f042982c9a911f76abda'] = 'Default behavior';
-$_LANGADM['AdminCarrierse3d29a6f3d7588301aa04429e686b260'] = 'According to total price';
-$_LANGADM['AdminCarriers49fec5c86a3b43821fdf0d9aa7bbd935'] = 'According to total weight';
-$_LANGADM['AdminCarriersa2fb5420f32b0749ad87318f82c0db2c'] = 'Out-of-range behavior:';
-$_LANGADM['AdminCarriers482836cce404046ca7dc34fb0a6fc526'] = 'Apply the cost of the highest defined range';
-$_LANGADM['AdminCarriers4f890cf6a72112cad95093baecf39831'] = 'Disable carrier';
-$_LANGADM['AdminCarriersfc6079c7e378eab769f53d44a0d2a59f'] = 'Out-of-range behavior when none is defined (e.g. when a customer\'s cart weight is greater than the highest range limit)';
-$_LANGADM['AdminCarriers6fc6e3db51399bfdc0783c55413a9267'] = 'Maximium package height:';
-$_LANGADM['AdminCarriersb68873c52ddd233a702bbc93d76d2387'] = 'Maximum height managed by this carrier. Set \"0\" or leave this field blank to ignore this.';
-$_LANGADM['AdminCarriers56ada2d436a44219fb318b8247aa89ca'] = 'Maximium package width:';
-$_LANGADM['AdminCarriersefca20dbfee520e00c9eed7617c17152'] = 'Maximum width managed by this carrier. Set \"0\" or leave this field blank to ignore this.';
-$_LANGADM['AdminCarriers345bbbb0655372cd66cd37b8fdc4b766'] = 'Maximium package depth:';
-$_LANGADM['AdminCarrierscdb0315e9c0b099d8c2798f911a6e4f4'] = 'Maximum depth managed by this carrier. Set \"0\" or leave this field blank to ignore this.';
-$_LANGADM['AdminCarriers49941c19df9948405549925c15b3e552'] = 'Maximium package weight:';
-$_LANGADM['AdminCarriers48c8ec207cee09ec834df8b1802b4ee0'] = 'Maximum weight managed by this carrier. Set \"0\" or leave this field blank to ignore this.';
-$_LANGADM['AdminCarriersf16b5952df8d25ea30b25ff95ee8fedf'] = 'Shop association:';
-$_LANGADM['AdminCarriers38fb7d24e0d60a048f540ecb18e13376'] = ' Save ';
-$_LANGADM['AdminCarriersac59c677a41a315dad52c50d476d24a5'] = 'Please set another carrier as default before deleting this one';
-$_LANGADM['AdminReferrersb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminReferrers49ee3087348e8d44e1feda1917443987'] = 'Name';
-$_LANGADM['AdminReferrersae5d01b6efa819cc7a7c05a8c57fcc2c'] = 'Visitors';
-$_LANGADM['AdminReferrersd7e637a6e9ff116de2fa89551240a94d'] = 'Visits';
-$_LANGADM['AdminReferrers453aceb005ceaf54a47da15fee8b2a26'] = 'Pages';
-$_LANGADM['AdminReferrers591411cc8927851db2002208676d8330'] = 'Reg.';
-$_LANGADM['AdminReferrersa9841e29f2c8180709b16cd2a13c55fe'] = 'Ord.';
-$_LANGADM['AdminReferrers11ff9f68afb6b8b5b8eda218d7c83a65'] = 'Sales';
-$_LANGADM['AdminReferrers4bcce22b929055c8db5204629d0a64c1'] = 'Avg. cart';
-$_LANGADM['AdminReferrers43005b13d452a4ad6f2d8e29b499c55a'] = 'Reg. rate';
-$_LANGADM['AdminReferrers89741aae300253f498b0993fa678fa18'] = 'Order rate';
-$_LANGADM['AdminReferrers316853cc3718335f11c048e33b9be98a'] = 'Click';
-$_LANGADM['AdminReferrers095a1b43effec73955e31e790438de49'] = 'Base';
-$_LANGADM['AdminReferrersadaaee4b22041c27198d410c68d952c9'] = 'Percent';
-$_LANGADM['AdminReferrersd3b206d196cd6be3a2764c1fb90b200f'] = 'Delete selected';
-$_LANGADM['AdminReferrerse25f0ecd41211b01c83e5fec41df4fe7'] = 'Delete selected items?';
-$_LANGADM['AdminReferrersbb166feff34b74fef81127259160c93a'] = 'Affiliate';
-$_LANGADM['AdminReferrers4e140ba723a03baa6948340bf90e2ef6'] = 'Name:';
-$_LANGADM['AdminReferrersb341a59d5636ed3d6a819137495b08a0'] = 'Password:';
-$_LANGADM['AdminReferrers3f783e6afc73242779dde81c7825def0'] = 'Leave blank if no change';
-$_LANGADM['AdminReferrersdcf916d52dc23351ecf7cc8435070da6'] = 'Affiliates can access their own data with this name and password.';
-$_LANGADM['AdminReferrers6d4acea4a9682c8387d2117120a060e5'] = 'Front access:';
-$_LANGADM['AdminReferrers6691265cf8673ac521e3a1672d482723'] = 'Commission plan';
-$_LANGADM['AdminReferrersa02a13d2bf709fe1a81957f5f43d3061'] = 'Click fee:';
-$_LANGADM['AdminReferrers4181de604675ec0fb8d12202ec23964c'] = 'Fee given for each visit.';
-$_LANGADM['AdminReferrersf42f21b1432695de3aa9794b6bfb6d55'] = 'Base fee:';
-$_LANGADM['AdminReferrers4b11cf76a471c13ba29b799772c90ddf'] = 'Fee given for each order placed.';
-$_LANGADM['AdminReferrers56b1219e1505393dd75346ab93e386f7'] = 'Percent fee:';
-$_LANGADM['AdminReferrersab20dd433a5e44c6166509b6c0075b9d'] = 'Percent of the sales.';
-$_LANGADM['AdminReferrersf16b5952df8d25ea30b25ff95ee8fedf'] = 'Shop association:';
-$_LANGADM['AdminReferrers34ebc2bcd0638b5cce09b2c2b0159174'] = 'Technical information - Simple mode';
-$_LANGADM['AdminReferrers15dbabfa1e8dfa76adb9df3f12d608b7'] = 'Include:';
-$_LANGADM['AdminReferrers0988f870ad8a7648219df0767f768b8d'] = 'HTTP referrer';
-$_LANGADM['AdminReferrers50a4b6c0a93b6a4a57a47ed4e766329b'] = 'Exclude:';
-$_LANGADM['AdminReferrersefc92fb772a0037d7b1fab20dff56a85'] = 'Request URI';
-$_LANGADM['AdminReferrers32eb2e5e4f68de58ec967137683ab09a'] = 'If you know how to use MySQL regular expressions, you can use the';
-$_LANGADM['AdminReferrers1f0f882a37664c9aa47a9d4fd20610cd'] = 'expert mode';
-$_LANGADM['AdminReferrers38fb7d24e0d60a048f540ecb18e13376'] = ' Save ';
-$_LANGADM['AdminReferrerscc99ae38b3da304c65ea3a9019800a38'] = 'Technical information - Expert mode';
-$_LANGADM['AdminReferrers8ff922bbcd8ad41cdfc48d3c5163b2ab'] = 'Calendar';
-$_LANGADM['AdminReferrers1dd1c5fb7f25cd41b291d43a89e3aefd'] = 'Today';
-$_LANGADM['AdminReferrers7cbb885aa1164b390a0bc050a64e1812'] = 'Month';
-$_LANGADM['AdminReferrers537c66b24ef5c83b7382cdc3f34885f2'] = 'Year';
-$_LANGADM['AdminReferrers10965b2740f42ad4887932c35cee26ab'] = 'Unique visitors';
-$_LANGADM['AdminReferrersd3139f39f1ad6324c80a9ddd50cc7867'] = 'Pages viewed';
-$_LANGADM['AdminReferrersa28735af01fbb1e35371cb120985ac47'] = 'Registrations';
-$_LANGADM['AdminReferrers7442e29d7d53e549b78d93c46b8cdcfc'] = 'Orders';
-$_LANGADM['AdminReferrers200f5c9c419f0a53d5d361eff7b33abc'] = 'Registration rate';
-$_LANGADM['AdminReferrers51d53cd2ecdae6b5dd3397875197e898'] = 'Click fee';
-$_LANGADM['AdminReferrers2e27c4006a026eacfc1f85b41bf9bc4c'] = 'Base fee';
-$_LANGADM['AdminReferrers86190054fc32554662ffbb12b717e8d0'] = 'Percent fee';
-$_LANGADM['AdminReferrers1e6d57e813355689e9c77e947d73ad8f'] = 'From:';
-$_LANGADM['AdminReferrersf4f70727dc34561dfde1a3c529b6205c'] = 'Settings';
-$_LANGADM['AdminReferrers2402ba94d906bd24c2e0b4e3952c3ca9'] = 'Save direct traffic';
-$_LANGADM['AdminReferrers93cba07454f06a4a960172bbd6e2a435'] = 'Yes';
-$_LANGADM['AdminReferrersbafd7322c6e97d25b6299b5d6fe8920b'] = 'No';
-$_LANGADM['AdminReferrers8be156d822ab4eb983773bf6dc98eac8'] = 'Direct traffic can be quite resource-intensive. You should consider enabling it only if you have a strong database server and a strong need for it.';
-$_LANGADM['AdminReferrersda0d18febbbe9cd4e54b68aa72f1d231'] = 'Indexation';
-$_LANGADM['AdminReferrersc67cf4c17877af5f7db7b337b87d84b8'] = 'There is a huge quantity of data, so each connection corresponding to a referrer is indexed. You can refresh this index by clicking on the button above. Be aware that it may take a long time and it is only needed if you modified or added a referrer and if you want your changes to be retroactive.';
-$_LANGADM['AdminReferrers97b22af4c50379be3da02a0b10f13ce3'] = 'Refresh index';
-$_LANGADM['AdminReferrersab0cf104f39708eabd07b8cb67e149ba'] = 'Cache';
-$_LANGADM['AdminReferrers371cd0d3bcc4021a2988c0bb1a31d7fc'] = 'For you to sort and filter your data, it is cached. You can refresh the cache by clicking on the button above.';
-$_LANGADM['AdminReferrers1faa3e365bfe45ad8e3a6c97da5b94d1'] = 'Refresh cache';
-$_LANGADM['AdminReferrers6a26f548831e6a8c26bfbbd9f6ec61e0'] = 'Help';
-$_LANGADM['AdminReferrersa1b58c5793a9c4b1596f555d3c46ca7c'] = 'Definitions:';
-$_LANGADM['AdminReferrers62508131fde00888d0811939026f2f60'] = 'The field `http_referer` is the website from which your customers arrive.';
-$_LANGADM['AdminReferrers5570dfe4ec8f3d4b2cf4d5780d928b39'] = 'For example, visitors coming from Google will have a `http_referer` like this one: \"http://www.google.com/search?q=prestashop\".';
-$_LANGADM['AdminReferrers9706b3e27e9457477521522ffc8d5b24'] = 'If the visitor arrives directly (by typing the URL of your shop or by using their bookmarks, for example), `http_referer` will be empty.';
-$_LANGADM['AdminReferrersa1cff1c13d1d12ea1f04f6a1e5c10d9c'] = '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.';
-$_LANGADM['AdminReferrers40e40fbf7a64db4428eeae2d926ff0ab'] = 'The field `request_uri` is the URL from which the customers come to your website.';
-$_LANGADM['AdminReferrers653cfa577bccb5b3587de505c7629922'] = 'For example, if the visitor accesses a product page, the URL will be';
-$_LANGADM['AdminReferrerscbefb6b27ef8a32b339d38608a81a5eb'] = 'This is helpful because you can add some tags or tokens in the links pointing to your website.';
-$_LANGADM['AdminReferrersc880199d9ed40c53d2b0ad0470d6f576'] = 'For example, you can post a link \"%dindex.php?prestashop\" in the forum and get statistics by entering \"%prestashop\" in the field `request_uri`. You will get all the visitors coming from the forum.';
-$_LANGADM['AdminReferrersdfc3dfe22ecded7cab0a096ea9874ddd'] = '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.';
-$_LANGADM['AdminReferrers9f63ab37fd2af2baa08050ed27e23e8e'] = 'The `include` fields indicate what has to be included in the URL.';
-$_LANGADM['AdminReferrers7e193ec9c6db5b0eb398445d4233359c'] = 'The `exclude` fields indicate what has to be excluded from the URL.';
-$_LANGADM['AdminReferrers32fdaf53fadc20d17117baafe17f0233'] = 'When using the simple mode, you can use some generic characters which can replace any characters:';
-$_LANGADM['AdminReferrers571b5937b85a9155062315a7c1d69fa2'] = '\"_\" will replace one character. If you want to use the real \"_\", you should type';
-$_LANGADM['AdminReferrerse8292be0c621a08c807325b9ea1be867'] = '\"%\" will replace any number of characters. If you want to use the real \"%\", you should type';
-$_LANGADM['AdminReferrersdcf612ffd5e0e54a8f7abf195b74cb61'] = 'The simple mode uses the MySQL \"LIKE\", but for a higher potency you can use MySQL regular expressions.';
-$_LANGADM['AdminReferrersa9d19a0efc717973d21fa6086e40b282'] = 'Take a look at our documentation for more details...';
-$_LANGADM['AdminReferrers2d0c2b736fa1ab8ce149d26fc36e453a'] = 'Get help!';
-$_LANGADM['AdminReferrersc33e404a441c6ba9648f88af3c68a1ca'] = 'Statistics';
-$_LANGADM['AdminReferrers208b51d8918ba3cdd679a5ec275df129'] = 'Filter by product:';
-$_LANGADM['AdminReferrersb1c94ca2fbc3e78fc30069c8d0f01680'] = 'All';
-$_LANGADM['AdminReferrers24c29702dc9c63dedb98e92f3028e068'] = 'Search:';
-$_LANGADM['AdminController5bdc90e9608e48cc15f38ff360cd234a'] = 'Message displayed on the submit button (mandatory)';
-$_LANGADM['AdminController18bbc44b29f81d10ca41aa4a1e4347d7'] = 'If set, this confirmation message will pop-up (optional)';
-$_LANGADM['AdminController87a2663d841b78f01c27c0edb4f50b76'] = 'Deletion successful';
-$_LANGADM['AdminControllera7df4df5ba87b5e752c81b276959e797'] = 'Selection successfully deleted';
-$_LANGADM['AdminController84b4d8c8cdd02488c0f868e97b22a3c2'] = 'Creation successful';
-$_LANGADM['AdminController151648106e4bf98297882ea2ea1c4b0e'] = 'Update successful';
-$_LANGADM['AdminControllera1acc250773be8550f5758190e1db93a'] = 'Status update successful';
-$_LANGADM['AdminControllerdef73ea130852d9e7813ee61eefa24e7'] = 'Settings update successful';
-$_LANGADM['AdminControlleree05efe0548fdafc9e85cb4c34fbe845'] = 'Image successfully deleted';
-$_LANGADM['AdminController7cfc3f369b8123e1c2d22a37b31a49a7'] = 'Module downloaded successfullyc';
-$_LANGADM['AdminController6175b106e638d4dd873cb3ff96724392'] = 'Thumbnails successfully regenerated';
-$_LANGADM['AdminControllerad3737feaf28ed81b4073c7113f6228e'] = 'Message sent to the customer';
-$_LANGADM['AdminControllere41431d37c0f818843740e11a69c5ec2'] = 'Comment added';
-$_LANGADM['AdminController6b5ed001b03b7e1788ba881c15a08633'] = 'Module(s) installed successfully';
-$_LANGADM['AdminControllerbea715e8641867e000b491b04f4f9d3c'] = 'Module(s) uninstalled successfully';
-$_LANGADM['AdminController2c76ba09452e3da727ed4e65cf2f2593'] = 'Language successfully copied';
-$_LANGADM['AdminController9469a4605b719b91e2cdac9e3bbf460d'] = 'Translations successfully added';
-$_LANGADM['AdminController16c64b6f203dd2b0a840184ef902a704'] = 'Module transplanted successfully to hook';
-$_LANGADM['AdminController46b1b35fd252d60dd4d1b610a9224943'] = 'Module removed successfully from hook';
-$_LANGADM['AdminController2df9f8b8654e79c091ab5f33c9e1b67b'] = 'Upload successful';
-$_LANGADM['AdminControllerb85b9d2e7e1153bd3d5a4bb0f57d347b'] = 'Duplication completed successfully';
-$_LANGADM['AdminController4402aa7e384266cd7d0350c1cc9a0123'] = 'Translation added successfully but the language has not been created';
-$_LANGADM['AdminController2aa80a00e1c76b0c14ef567e0e322a0e'] = 'Module reset successfully';
-$_LANGADM['AdminController40606a2d55f7c33c732f1d3c1b5b1e66'] = 'Module deleted successfully';
-$_LANGADM['AdminController0c6992101fe78e4f1ae3f391c485de29'] = 'Localization pack imported successfully';
-$_LANGADM['AdminControllerd4fecde5ac83b59cc690fd4d26d79abe'] = 'Localization pack imported successfully';
-$_LANGADM['AdminController795aa39f13629841edad6c04d3aca405'] = 'Images successfully moved';
-$_LANGADM['AdminController2d30a5364e7af9ab4e119dc77551e317'] = 'Cover selection saved';
-$_LANGADM['AdminController307fbef4087f1a9de65a595be1418670'] = 'Image shop association modified';
-$_LANGADM['AdminControllerb67e1893643264d0ef97fe16b1eef59d'] = 'Zone assigned to the selection successfully';
-$_LANGADM['AdminController9cf0de095c0d4c49d3b37ca76b50124e'] = 'Upgrade successful';
-$_LANGADM['AdminController7dce122004969d56ae2e0245cb754d35'] = 'Edit';
-$_LANGADM['AdminControlleref61fb324d729c341ea8ab9901e23566'] = 'Add new';
-$_LANGADM['AdminController4351cfebe4b61d8aa5efa1d020710005'] = 'View';
-$_LANGADM['AdminControllerc9cc8cce247e49bae79f15173ce97354'] = 'Save';
-$_LANGADM['AdminController630f6dc397fe74e52d5189e2c80f282b'] = 'Back to list';
-$_LANGADM['AdminController3dd9c50a1e72020b9cc83e92aa7d07b9'] = 'Load time:';
-$_LANGADM['AdminControllerbbaff12800505b22a853e8b7f4eb6a22'] = 'Contact';
-$_LANGADM['AdminController3e937d04c1c83492260a33d926ca587c'] = 'Bug Tracker';
-$_LANGADM['AdminControllere6a7f8a2f42cc35979973da8dfb10720'] = 'Forum';
-$_LANGADM['AdminControllerf34d48fdeb503f83d7b2d6912ad4ad5c'] = 'A new order has been made on your shop.';
-$_LANGADM['AdminController4b3b87357170fe2b002315d5be307134'] = 'Order number: ';
-$_LANGADM['AdminController1fd3281c981e4608f951f980b7b8bf27'] = 'Total: ';
-$_LANGADM['AdminController3a38028d626312ff00aace87da666108'] = 'From: ';
-$_LANGADM['AdminControllere8c47ac18c587ee1a2a3617c7e96245a'] = 'Click here to see that order';
-$_LANGADM['AdminControllerd2d2000f7fa636acd871f43c085a75dc'] = 'A new customer has registered on your shop.';
-$_LANGADM['AdminControllerb06bd418328857c3ebd769cd2ce2b62a'] = 'Customer name: ';
-$_LANGADM['AdminControllere30d2e2e3e089445907ea440d5f0d901'] = 'Click here to see that customer';
-$_LANGADM['AdminControllera546b4ed60fa82d6e50475370c228979'] = 'A new message posted on your shop.';
-$_LANGADM['AdminController4b7ba8d511da9012bada1fe4c1929667'] = 'Excerpt: ';
-$_LANGADM['AdminController3c40bce8d041e25000f92477f7f8ab31'] = 'Click here to see that message';
-$_LANGADM['AdminController8524de963f07201e5c086830d370797f'] = 'Loading...';
-$_LANGADM['AdminController529a53abbdf42a64cb2d149c0aeced04'] = 'Last orders';
-$_LANGADM['AdminController050a0d11da7943317186f76a36b14a6c'] = 'No new orders have been made on your shop';
-$_LANGADM['AdminControllerad0750ccecf0c31c43ce46ea7e665ea5'] = 'Show all orders';
-$_LANGADM['AdminController1a9c46c5de112e3cb217e0ec5576d499'] = 'Last customers';
-$_LANGADM['AdminControllerab2f2e57bccf2066528b0c585993dcda'] = 'No new customers have registered on your shop';
-$_LANGADM['AdminController4942b4a77c98af316861fc63c648b45f'] = 'Show all customers';
-$_LANGADM['AdminController77181afe06241c54ef771a23ee6da8f4'] = 'Last messages';
-$_LANGADM['AdminControllerb73a47387ac1a23b17154c3b1e93fb71'] = 'No new messages have been posted on your shop';
-$_LANGADM['AdminControllera2eda4e1c4dfc9bade7150b878c57a46'] = 'Show all messages';
-$_LANGADM['AdminControllerf84b4e2770ec98e3db2926cd49864d2f'] = 'My preferences';
-$_LANGADM['AdminController4236a440a662cc8253d7536e5aa17942'] = 'logout';
-$_LANGADM['AdminControllerd70861cbe7f8c9a1241c39b3e7ef5ef2'] = 'View my shop';
-$_LANGADM['AdminControllercbebc850f5f849e8956b5f8075f48f69'] = 'everywhere';
-$_LANGADM['AdminController46f22f2a56ddd091f4b2b2c35c5ca989'] = 'catalog';
-$_LANGADM['AdminController4b6f7d34a58ba399f077685951d06738'] = 'customers';
-$_LANGADM['AdminController855d2bf59043b81e76bc931e685a4f58'] = 'by name';
-$_LANGADM['AdminController399574be0ed95657dfac0e8d38374c62'] = 'by IP address';
-$_LANGADM['AdminController12c500ed0b7879105fb46af0f246be87'] = 'orders';
-$_LANGADM['AdminController56deca22a707214865f7ea3ae6391d67'] = 'invoices';
-$_LANGADM['AdminController8642a2f37a5d42b54ce53b1fbdd1583f'] = 'carts';
-$_LANGADM['AdminController13348442cc6a27032d2b4aa28b75a5d3'] = 'Search';
-$_LANGADM['AdminController4f32a32dea642737580dd71cdfd8d3c0'] = 'Quick Access';
-$_LANGADM['AdminController53cd939ae14e33855274e17a3c411fdd'] = 'For security reasons, you must also:';
-$_LANGADM['AdminControllere99c06952f4336ce189d8df45980dca0'] = 'delete the /install folder';
-$_LANGADM['AdminController87d6ef331c17f4e5d4e539e2098bf01a'] = 'Multishop configuration for';
-$_LANGADM['AdminControllerdb26e10564e958809d798e8048fcbc0a'] = 'Invalid security token';
-$_LANGADM['AdminControllera4da6f31ab268a5310bc475e63ab92db'] = 'I understand the risks and I really want to display this page';
-$_LANGADM['AdminController5196611ad1bf27e9cef5375b038c04db'] = 'Get me out of here!';
-$_LANGADM['AdminController2169b4627df97333ed94d1e30a9b8148'] = '%d errors';
-$_LANGADM['AdminController23a61fdb216b255d81b0d49ca1abb8a4'] = 'There are %d warnings.';
-$_LANGADM['AdminController8a3cfd894d57e33c55400fc9d76aa08a'] = 'Click here to see more';
-$_LANGADM['AdminControllera92269f5f14ac147a821728c23204c0b'] = 'Hide warning';
-$_LANGADM['AdminController406cabb68a6d8f9f7ebbb3c10cd535ef'] = 'There is %d warning.';
-$_LANGADM['AdminControllere9c7e4df74077626f7e42797c65273c4'] = 'and stay';
-$_LANGADM['AdminPerformancef8d698aea36fcbead2b9d5359ffca76f'] = 'Smarty';
-$_LANGADM['AdminPerformance30e5a78871d0117bc879c1d04b05161c'] = 'Template cache';
-$_LANGADM['AdminPerformance938a37a70efa8f8b7adf65d5e01442d5'] = 'Never compile cache';
-$_LANGADM['AdminPerformance2327910608424148d46ac4a9f86a1404'] = 'Templates are never recompiled, performance is better and this option should be used in production environment';
-$_LANGADM['AdminPerformance5305b3e31f31228ba222c0681be73cbf'] = 'Compile cache if templates are updated';
-$_LANGADM['AdminPerformance2142df83da86e7dbb7257b85574d83de'] = 'Templates are recompiled when they are updated, if you experience compilation troubles when you update your template files, you should use Force Compile instead of this option. It should never be used in a production environment.';
-$_LANGADM['AdminPerformance0cbeff261594ed01a8cd36c190d2a069'] = 'Force Compile';
-$_LANGADM['AdminPerformancec12c5b5693a651c1a235e9040315ad33'] = 'This forces Smarty to (re)compile templates on every invocation. This is handy for development and debugging. It should never be used in a production environment.';
-$_LANGADM['AdminPerformanceab0cf104f39708eabd07b8cb67e149ba'] = 'Cache';
-$_LANGADM['AdminPerformance93cba07454f06a4a960172bbd6e2a435'] = 'Yes';
-$_LANGADM['AdminPerformancebafd7322c6e97d25b6299b5d6fe8920b'] = 'No';
-$_LANGADM['AdminPerformance0d6bf1934cab1de045b189eed03c3d42'] = 'Should be enabled except for debugging.';
-$_LANGADM['AdminPerformanceffff838eefbb0876472253553ef4d72f'] = 'Debug console';
-$_LANGADM['AdminPerformance49aeb6053e875124e2e7a5e332cf37df'] = 'Do not open console';
-$_LANGADM['AdminPerformance6a11fdbb32d051287badfadf2b3bdb05'] = 'Open console with URL parameter (SMARTY_DEBUG)';
-$_LANGADM['AdminPerformancee3b1efb79066420dc080018e6120b0c4'] = 'To open the debug console, you simply pass the SMARTY_DEBUG parameter in the URL.';
-$_LANGADM['AdminPerformance76a6a3d918aeb38a8dbb36eaa070d62d'] = 'Always open console';
-$_LANGADM['AdminPerformance2e7a8f64d48378eaf4c1a2f064f62470'] = 'Choose this option to always force the debug console to open.';
-$_LANGADM['AdminPerformance010a6cb0eccdea35662ad711d443f2ec'] = 'Optional features';
-$_LANGADM['AdminPerformancebb3656a5447418f8f2644f3ac91b5c6f'] = 'Some features can be disabled in order to improve performance.';
-$_LANGADM['AdminPerformanceb9208b03bcc9eb4a336258dcdcb66207'] = 'Combinations';
-$_LANGADM['AdminPerformanceb523adfea66c4be5211cb3ce506d101f'] = 'These features will be disabled';
-$_LANGADM['AdminPerformance98f770b0af18ca763421bac22b4b6805'] = 'Features';
-$_LANGADM['AdminPerformancef4efdd180586cba038b52f2471e4075d'] = 'CCC (Combine, Compress and Cache)';
-$_LANGADM['AdminPerformanceecffc19cb5ada347980c0fd06ca337f4'] = 'CCC allows you to reduce the loading time of your page. With these settings you will gain performance without even touching the code of your theme. Make sure, however, that your theme is compatible with PrestaShop 1.4+. Otherwise, CCC will cause problems.';
-$_LANGADM['AdminPerformancec7ceaefb9d7fd3731ae2a28abad2cb95'] = 'Smart cache for CSS';
-$_LANGADM['AdminPerformance6a4a08e9914c7067816a4a338cac9d20'] = 'Use CCC for CSS.';
-$_LANGADM['AdminPerformancea80f3ba9da16baa959b8685c8538099d'] = 'Keep CSS as original';
-$_LANGADM['AdminPerformancecf00874a93cf1cca317853c54c9f40e3'] = 'Smart cache for JavaScript';
-$_LANGADM['AdminPerformanceb0744a0fedad81b59019ea2cfd6d0bb9'] = 'Use CCC for JavaScript.';
-$_LANGADM['AdminPerformancec469db474a76169ecfbe4d16c0a94646'] = 'Keep JavaScript as original';
-$_LANGADM['AdminPerformancef109757e57bb970f6b86a8f6c3e2b0d7'] = 'Minify HTML';
-$_LANGADM['AdminPerformance40f69b99e05503042c924aa2f609908e'] = 'Minify HTML after \"smarty compile\" execution.';
-$_LANGADM['AdminPerformancefdb3644651f3871a5e73f4dc271b64e3'] = 'Keep HTML as original';
-$_LANGADM['AdminPerformance64cef1b605534126797bee68f6555fec'] = 'Compress inline JavaScript in HTML';
-$_LANGADM['AdminPerformanceea3552401a65fd61c45745b3345b12f0'] = 'Compress inline JavaScript in HTML after \"smarty compile\" execution';
-$_LANGADM['AdminPerformance60eae0eda2c68006eb838a8cfd24cf80'] = 'Keep inline JavaScript in HTML as original';
-$_LANGADM['AdminPerformance39288e61e4ec7652a64de79b94be2c78'] = 'High risk HTML compression';
-$_LANGADM['AdminPerformance829d7912abe53442bf79a6dcf4df2540'] = 'HTML is compressed but cancels the W3C validation (only when \"Minify HTML\" is enabled)';
-$_LANGADM['AdminPerformancef15de4c26829bbbde82a73377dee57be'] = 'Keep W3C validation';
-$_LANGADM['AdminPerformance0b388064aa29e8576990d9eb5da8d43e'] = 'Apache optimization';
-$_LANGADM['AdminPerformance32d593fb52ab5e4ae3f16844b576867d'] = 'This will add directives to your .htaccess file which should improve caching and compression.';
-$_LANGADM['AdminPerformance3ffcac2b857b421d5418b748b411265b'] = 'Media servers (use only with CCC)';
-$_LANGADM['AdminPerformanceaee8eb501dcb805b13f843db6dc56e9b'] = 'You must enter another domain or subdomain in order to use cookieless static content.';
-$_LANGADM['AdminPerformance3ed7fddd0f381c4fe4683fc9e856dbcf'] = 'Media server #1';
-$_LANGADM['AdminPerformance3f21c4cb40da6ee36bfbdee232f734eb'] = 'Name of the second domain of your shop, (e.g. myshop-media-server-1.com). If you do not have another domain, leave this field blank';
-$_LANGADM['AdminPerformance9dafd449b62301e26c635b976b231b88'] = 'Media server #2';
-$_LANGADM['AdminPerformance1d75a74a2a2609de0d86127897d0f642'] = 'Name of the third domain of your shop, (e.g. myshop-media-server-2.com). If you do not have another domain, leave this field blank';
-$_LANGADM['AdminPerformance391e79edab921e1974705a7096055dde'] = 'Media server #3';
-$_LANGADM['AdminPerformancec424b7b67d7e3099a8f297bfc59bbc11'] = 'Name of the fourth domain of your shop, (e.g. myshop-media-server-3.com). If you do not have another domain, leave this field blank';
-$_LANGADM['AdminPerformance9f8a0aaa0d8c5eeb98f607482e6f2543'] = 'Ciphering';
-$_LANGADM['AdminPerformancef8198a372da81edfca0693a81242149d'] = 'Mcrypt is faster than our custom BlowFish class, but requires the PHP extension \"mcrypt\". If you change this configuration, all cookies will be reset.';
-$_LANGADM['AdminPerformance4afa80e77a07f7488ce4d1bdd8c4977a'] = 'Algorithm';
-$_LANGADM['AdminPerformance9535ef94bfc73ca1933e6bcfc4e64ded'] = 'Use Rijndael with mcrypt lib.';
-$_LANGADM['AdminPerformancedc653b2b8f2af0dee63edabf1a7ede5b'] = 'Keep the custom BlowFish class.';
-$_LANGADM['AdminPerformance05894ba2c918dd33592bf1bd21c347f6'] = 'Memcached';
-$_LANGADM['AdminPerformance0e68f753bc601f5d9d04717f95042762'] = 'APC';
-$_LANGADM['AdminPerformance38ca568bbe61771c6456a5c7b8d419ee'] = 'Xcache';
-$_LANGADM['AdminPerformance6c202452e44c42e323204da2a3a3c24a'] = 'File System';
-$_LANGADM['AdminPerformance02d56cf7754ce16d7ce0193fbca7c90a'] = 'Caching';
-$_LANGADM['AdminPerformance9af3e474fa9090c022ac8a2c6843a640'] = 'Caching systems are used to speed up your store by caching data into the server\'s memory, avoiding the exhausting task of querying the database.';
-$_LANGADM['AdminPerformance276e3171a63595e207ec292fce891277'] = 'Use cache';
-$_LANGADM['AdminPerformance00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Enabled';
-$_LANGADM['AdminPerformanceb9f5c797ebbf55adccdd8539a65a0241'] = 'Disabled';
-$_LANGADM['AdminPerformance7b351ea64247065ff0110b1f8284deb8'] = 'Enable or disable caching system';
-$_LANGADM['AdminPerformanceaa7ef82bc75491903bfc4838957265be'] = 'Caching system';
-$_LANGADM['AdminPerformanceacc4331e6cbf7b4c310329f09f8d375c'] = 'Directory depth';
-$_LANGADM['AdminPerformance38fb7d24e0d60a048f540ecb18e13376'] = ' Save ';
-$_LANGADM['AdminPerformance32a2e7694628335252aceb0552a6f6ba'] = 'To use Memcached, you must install the Memcache PECL extension on your server.';
-$_LANGADM['AdminPerformance86cd5169788947d6fcca1165db7a58bc'] = 'To use APC, you must install the APC PECL extension on your server.';
-$_LANGADM['AdminPerformanceaadb27e7677e4c4c85e4aa747ef7626e'] = 'To use Xcache, you must install the Xcache extension on your server.';
-$_LANGADM['AdminPerformance45e83bc937d99310bc571fb756bbb5ad'] = 'To use the CacheFS directory %s must be writable.';
-$_LANGADM['AdminPerformancec9cc8cce247e49bae79f15173ce97354'] = 'Save';
-$_LANGADM['AdminPerformancec3674e01e1bc9327453afff9bee212be'] = 'The CacheFS system should be used only when the infrastructure contains only one front-end server. If you are not sure, ask your hosting company.';
-$_LANGADM['AdminPerformance98cb1c78dc57031530a646edadf2584d'] = 'This feature cannot be disabled because it is currently in use.';
-$_LANGADM['AdminPerformanceca752c58a57df4ddb193ea9bd45baf4d'] = 'Combinations tab on product page';
-$_LANGADM['AdminPerformance689202409e48743b914713f96d93947c'] = 'Value';
-$_LANGADM['AdminPerformancef2bbdf9f72c085adc4d0404e370f0f4c'] = 'Attribute';
-$_LANGADM['AdminPerformanceb3a0f0a71a06c4cb37e4aeb9fc6b0235'] = 'Features tab on product page';
-$_LANGADM['AdminPerformance21021ea0e52be8e9c599f4dff41e5be0'] = 'Feature';
-$_LANGADM['AdminPerformance6c3205f235918451faca3dcd6e63d760'] = 'Feature value';
-$_LANGADM['AdminPerformance74c9e12c3a19cfb79b79faf579934844'] = 'Add server';
-$_LANGADM['AdminPerformance5b8c99dad1893a85076709b2d3c2d2d0'] = 'IP Address';
-$_LANGADM['AdminPerformance60aaf44d4b562252c04db7f98497e9aa'] = 'Port';
-$_LANGADM['AdminPerformance8c489d0946f66d17d73f26366a4bf620'] = 'Weight';
-$_LANGADM['AdminPerformance71401d51b276ed4ddcee6b6d4f6f843b'] = ' Add Server ';
-$_LANGADM['AdminPerformancebf250f3e5b17efa3d4004b6958bde303'] = ' Test Server ';
-$_LANGADM['AdminPerformanceb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminPerformance75ba8d70e3692ba200f0e0df37b4d2ae'] = 'IP address';
-$_LANGADM['AdminTranslations6b13904f9eecabe20d88f942e84e1cb8'] = '%1$s (Language: %2$s, Theme: %3$s)';
-$_LANGADM['AdminTranslations9ea67be453eaccf020697b4654fc021a'] = 'Save and stay';
-$_LANGADM['AdminTranslations3b54d45d2c221c50e916f3be1fc12f2a'] = 'Update translations';
-$_LANGADM['AdminTranslationsea4788705e6873b424c65e91c2846b19'] = 'Cancel';
-$_LANGADM['AdminTranslations1cee82ca1f68d1e00a18a98d634c4cea'] = 'Cannot create the folder \"%s\". Check directory writing permisions.';
-$_LANGADM['AdminTranslations06b88e0a4be34637f5f805ecb7f7cf55'] = 'You must select 2 languages in order to copy data from one to another';
-$_LANGADM['AdminTranslationsb37d48744ecde1e6ba1c70b6d1e618f0'] = 'You must select 2 themes in order to copy data from one to another';
-$_LANGADM['AdminTranslations7f157dee2812fc655d003e16cc2cb4f0'] = 'An error occurred while copying data';
-$_LANGADM['AdminTranslations20598c87f2ea54c7f466c33acc8cb36d'] = 'Nothing to copy! (same language and theme)';
-$_LANGADM['AdminTranslations30b499fa0aa80e9f1528b2d6bda382e7'] = 'A part of the data has been copied but some language files could not be found or copied';
-$_LANGADM['AdminTranslationseeafac73c8b9aade3a0baa5c4f371d69'] = 'Front Office translations';
-$_LANGADM['AdminTranslations8a4e2d14aa85ccb1aced124f8d793708'] = 'Back Office translations';
-$_LANGADM['AdminTranslations0c51ba6f28d50bdad074f18dbebe275d'] = 'Error message translations';
-$_LANGADM['AdminTranslations282d961c3071465db42647be8f662671'] = 'Field name translations';
-$_LANGADM['AdminTranslations8dd4faeaa7ce20bb9166de613f5ad756'] = 'Installed module translations';
-$_LANGADM['AdminTranslations8f2a5434bb1c382919249941c915b5e3'] = 'PDF translations';
-$_LANGADM['AdminTranslations693fe609a9e3f79343ab35da56fb5eed'] = 'E-mail template translations';
-$_LANGADM['AdminTranslations6e4fd86b4ea240672daa3c2fe1118fe0'] = 'Expand all fieldsets';
-$_LANGADM['AdminTranslationse1686cbdbfefdc838c58469866922b6c'] = 'Close all fieldsets';
-$_LANGADM['AdminTranslationsa03365570c1c73391cb62cf9330957da'] = 'Update and stay';
-$_LANGADM['AdminTranslationsf35924c19f3bc9bfca8b6d6ec4b641c0'] = 'this language is not available in Google Translate\'s API';
-$_LANGADM['AdminTranslationsdedb1be889dd8a3069986451df540216'] = 'Google Translate suggests:';
-$_LANGADM['AdminTranslationsd6355ab1d18f77d87dffcf2a55f680e7'] = 'Empty string found, please edit: \"%s\"';
-$_LANGADM['AdminTranslationsa8622ec6e2159afa9df81b5bd69a3e95'] = 'Error in template - Empty string found, please edit: \"%s\"';
-$_LANGADM['AdminTranslationsd6527732ac1e7301da97a9d7c99e43ce'] = 'missing translation(s) on %1$s template(s) for %2$s';
-$_LANGADM['AdminTranslationsb3cb7b15aa2fb2cb6675414233a3aa1b'] = 'Subject for %s:';
-$_LANGADM['AdminTranslations7cefb4829c6de24b63f7a05716b43bec'] = 'This expression uses a special syntax:';
-$_LANGADM['AdminTranslationsc06a778aeea1249390e1e61d4772e96d'] = 'No Subject was found for %s, or subject is generated in database.';
-$_LANGADM['AdminTranslations078deac9ee43d3b13c460c4fd069b925'] = 'There is a problem getting the Mail files.';
-$_LANGADM['AdminTranslationsd2298f4722b53d97039abbe9d1c11a44'] = 'Please ensure that English files exist in %s folder';
-$_LANGADM['AdminTranslations98ef80a9c71c74e06e1e185dff22a5d3'] = '\"title\" tag:';
-$_LANGADM['AdminTranslations27ca1be964154831467c8a36787a0499'] = 'Edit this e-mail template';
-$_LANGADM['AdminTranslationsd946d62db22cb9f9323968f8aac95e3f'] = 'E-mails for %s module';
-$_LANGADM['AdminTranslations217ee9d15130fbaa142f0cf7fd4d8643'] = 'Core e-mails';
-$_LANGADM['AdminTranslations984d484fbf1842b487f67cdfa7408a53'] = 'Subject mail translation file not found in \"%s\"';
-$_LANGADM['AdminTranslationsd4400e655d04c51fa5cfed66e1325b92'] = 'Translate with Google (experimental)';
-$_LANGADM['AdminTranslations2303c057afcbe798a5d9811d36e88050'] = 'Modify translations';
-$_LANGADM['AdminTranslations079d46f759c88cff004922cb0e01027a'] = 'Here you can modify translations for all text input in PrestaShop.';
-$_LANGADM['AdminTranslations404b4271ee96d691668bdf528724d337'] = 'First, select a section (such as Back Office or Modules), then click the flag representing the language you want to edit.';
-$_LANGADM['AdminTranslations2e8d630dcde90b8b5be0468678f88551'] = 'Translation exchange';
-$_LANGADM['AdminTranslations763d71969e7ee9bff4e5dc8976501f33'] = 'Add / Update a language';
-$_LANGADM['AdminTranslationsd8f73c2c197bf664e07849db8cff86d8'] = 'You can add or update a language directly from prestashop.com here';
-$_LANGADM['AdminTranslationscab84f79f4bb552ebe0a62fa1965ec7b'] = 'If you choose to update an existing language pack, all your previous customization in the theme named prestashop will be lost. This includes Front Office expressions and default e-mail templates.';
-$_LANGADM['AdminTranslations4cfef51ba8ab14fc4de1439f1ed1e430'] = 'Language you want to add or update:';
-$_LANGADM['AdminTranslations57fa5be19cbdbe09aa4f555b2ee710b3'] = 'Update a language';
-$_LANGADM['AdminTranslations369b8db3e9651d0b5d8a13a5f7f9a53a'] = 'Add a language';
-$_LANGADM['AdminTranslations524d7e787cc63c50e0d1946ee8ef0bef'] = 'Add or update a language';
-$_LANGADM['AdminTranslationsac332cbcd79183bb75ed2aabdb49c679'] = 'Cannot connect to prestashop.com to get language list.';
-$_LANGADM['AdminTranslationsa9b6eaa5ff754aa46d30f5547a0edbf2'] = 'Import a language pack manually';
-$_LANGADM['AdminTranslations8f553fc697fcb0fe16a71f401e2021f5'] = 'If the name format is: isocode.gzip (e.g. us.gzip) and the language corresponding to this package does not exist, it will automatically be created.';
-$_LANGADM['AdminTranslations49209406acbe0bcd9091e03ec9349c42'] = 'Be careful, as this will replace all existing data for the destination language!';
-$_LANGADM['AdminTranslationsdc270a086ec1b0304c86591f402ade8d'] = 'Language pack to import:';
-$_LANGADM['AdminTranslationsa3869e077ff7d9419f84b4f248e043cb'] = 'Select your theme:';
-$_LANGADM['AdminTranslations72d6d7a1885885bb55a565fd1070581a'] = 'Import';
-$_LANGADM['AdminTranslations6700e23ddf33bd4421249c9ef94d6295'] = 'Export a language';
-$_LANGADM['AdminTranslationsa577e13cac9ee85d6f298e0a8deffeee'] = 'Export data from one language to a file (language pack).';
-$_LANGADM['AdminTranslations5362fd08e83f50a2866c7b4c23356877'] = 'Choose the theme from which you want to export translations.';
-$_LANGADM['AdminTranslations0095a9fa74d1713e43e370a7d7846224'] = 'Export';
-$_LANGADM['AdminTranslations5fb63579fc981698f97d55bfecb213ea'] = 'Copy';
-$_LANGADM['AdminTranslationsd4e007a94451a69f593c3ce0e06e08f2'] = 'Copies data from one language to another.';
-$_LANGADM['AdminTranslationsc55cb507e1107a57a37791ec42635ca4'] = 'If necessary';
-$_LANGADM['AdminTranslations49bb55a857b2d5e437dc6879710a017d'] = 'first create a new language';
-$_LANGADM['AdminTranslations1e6d57e813355689e9c77e947d73ad8f'] = 'From:';
-$_LANGADM['AdminTranslations33caa076f23f453dd4061726f3706325'] = 'To:';
-$_LANGADM['AdminTranslations00d9fe3a4ab9297f69c46d645fa8ca7c'] = ' Copy ';
-$_LANGADM['AdminTranslations921fbb1f4137ebeb5e354dd559c08b1e'] = 'Language files must be complete to allow copying of translations';
-$_LANGADM['AdminTranslations521ade85487f9f4fc04fa6549cb2ff79'] = 'Warning, your hosting provider is using the suhosin patch for PHP, which limits the maximum number of fields to post in a form:';
-$_LANGADM['AdminTranslations9df9f71b2fc62b0ce48cbb8cb5671ee6'] = 'for suhosin.post.max_vars.';
-$_LANGADM['AdminTranslations961e2bc7e3f570a3209546330de84a00'] = 'for suhosin.request.max_vars.';
-$_LANGADM['AdminTranslations26a8ee44d835a6301f1ffa7686749633'] = 'Please ask your hosting provider to increase the suhosin post and request a limit of';
-$_LANGADM['AdminTranslationscb7c902e308b5e3a793da2256253cec6'] = 'Warning, your PHP configuration limits the maximum number of fields to post in a form:';
-$_LANGADM['AdminTranslations5607dc45ebdfc0baaab64d944aa88f47'] = 'for max_input_vars.';
-$_LANGADM['AdminTranslations13a905bf4933de294ae3ada8082b3609'] = 'Please ask your hosting provider to increase the this limit to';
-$_LANGADM['AdminTranslations410928fc2683df4304cda7feaaa6ef42'] = '%s at least or edit the translation file manually.';
-$_LANGADM['AdminTranslationse5c00f5a2a221016210f0f721943fe1b'] = 'Some sentences to translate use this syntax: %s... These are variables, and PrestaShop takes care of replacing them before displaying your translation. You must leave these in your translations, and place them appropriately in your sentence.';
-$_LANGADM['AdminTranslations6c68b66c8d52abd404c6e59fa3287860'] = 'Expressions to translate: %d.';
-$_LANGADM['AdminTranslations4ecd7aeb507fc0670bc8ae8f4b496060'] = 'Total missing expressions: %d.';
-$_LANGADM['AdminTranslations24f4b4e58327af6b347c2894f3af7b63'] = 'This expression uses this special syntax:';
-$_LANGADM['AdminTranslations54524210ee89080b3da6c88a11c6d438'] = 'You must use this syntax in your translations. Here are several examples:';
-$_LANGADM['AdminTranslationsa755805f59b18b9cd17836c2f82175a0'] = 'will be replaced by a number';
-$_LANGADM['AdminTranslations763f68f236492be71ec6283e6bab527d'] = 'will be replaced by a string';
-$_LANGADM['AdminTranslations93364201c6b9ef55096169eacc70eebd'] = 'is used for the order of the arguments';
-$_LANGADM['AdminTranslations3f9031a1125703962cef15939c8f16b3'] = 'Click on the titles to open fieldsets';
-$_LANGADM['AdminTranslations1476dfb963d54c697399a79fafa90151'] = 'expressions';
-$_LANGADM['AdminTranslationsea21841da70e6405af19fabc4ff8bdd9'] = 'missing';
-$_LANGADM['AdminTranslations7084cbcddaa2af4a713a1727727b86f8'] = 'Core e-mails:';
-$_LANGADM['AdminTranslationsdae1228a5ffa648c6c756b680a6d4925'] = 'List of emails which are in the folder';
-$_LANGADM['AdminTranslations943922bf7e0ff51289246b23d74f9949'] = 'Module e-mails:';
-$_LANGADM['AdminTranslationsa9e4402481bd9b8e36752bf731f67eb6'] = 'Theme:';
-$_LANGADM['AdminTranslationsc21f969b5f03d33d43e04f8f136e7682'] = 'default';
-$_LANGADM['AdminTranslations53b3cae42737979c884275593a01f468'] = 'Module:';
-$_LANGADM['AdminCartRulesd3b206d196cd6be3a2764c1fb90b200f'] = 'Delete selected';
-$_LANGADM['AdminCartRulese25f0ecd41211b01c83e5fec41df4fe7'] = 'Delete selected items?';
-$_LANGADM['AdminCartRulesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminCartRulesca0dbad92a874b2f69b549293387925e'] = 'Code';
-$_LANGADM['AdminCartRules502996d9790340c5fd7b86a5b93b1c9f'] = 'Priority';
-$_LANGADM['AdminCartRules694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantity';
-$_LANGADM['AdminCartRules3728af837fe70019577ddb0ed7125ee5'] = 'Until';
-$_LANGADM['AdminCartRulesec53a8c4f07baed5d8825072c89799be'] = 'Status';
-$_LANGADM['AdminCartRulesf7de1b71605a10ef04416effa4c6e09e'] = 'Save and Stay';
-$_LANGADM['AdminCartRulesc453a4b8e8d98e82f35b67f433e3b4da'] = 'Payment';
-$_LANGADM['AdminCartRules65b7eaeb9ba4e9903f82297face9f7cd'] = 'Cart Rules';
-$_LANGADM['AdminCartRules29aa46cc3d2677c7e0f216910df600ff'] = 'Free shipping';
-$_LANGADM['AdminCartRules00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Enabled';
-$_LANGADM['AdminCartRulesb9f5c797ebbf55adccdd8539a65a0241'] = 'Disabled';
-$_LANGADM['AdminCartRulesfc6341fa76fe93b837d748563e0a60c1'] = 'Apply a discount';
-$_LANGADM['AdminCartRulesda73ea07f51049046d527dabd85170e1'] = 'Percent (%)';
-$_LANGADM['AdminCartRulesb2f40690858b404ed10e62bdf422c704'] = 'Amount';
-$_LANGADM['AdminCartRules6adf97f83acf6453d4a6a4b1070f3754'] = 'None';
-$_LANGADM['AdminCartRules689202409e48743b914713f96d93947c'] = 'Value';
-$_LANGADM['AdminCartRulesde11e2e4296bb20487b6430508866e06'] = 'Does not apply to the shipping costs';
-$_LANGADM['AdminCartRulesbefcac0f9644a7abee43e69f49252ac4'] = 'Tax excluded';
-$_LANGADM['AdminCartRulesf4a0d7cb0cd45214c8ca5912c970de13'] = 'Tax included';
-$_LANGADM['AdminCartRules4ec534e482b91898178fa7c6b2235459'] = 'Apply discount to';
-$_LANGADM['AdminCartRules629b9591d5085cf14edd26c9d376bb3a'] = 'Order (without shipping)';
-$_LANGADM['AdminCartRules1b343552de249749420ddd0fff731e0c'] = 'Specific product';
-$_LANGADM['AdminCartRules8bab8ac32605948e59399033c7606222'] = 'Cheapest product';
-$_LANGADM['AdminCartRules8cfdac16c15c9b130f26ca1d275035a0'] = 'Selected product(s)';
-$_LANGADM['AdminCartRulesdeb10517653c255364175796ace3553f'] = 'Product';
-$_LANGADM['AdminCartRules2f73d13f0a878086ce1f9933aed3ac80'] = 'Send a free gift';
-$_LANGADM['AdminCartRulesc5f17f7ca53d9225478fdbfd0a5583ac'] = 'Search a product';
-$_LANGADM['AdminCartRules635c8dcb5a9c7f405ebf10ee3351a158'] = 'Matching products';
-$_LANGADM['AdminCartRules34b9126c1ba9f3b131875a8da7b426c4'] = 'Available combinations';
-$_LANGADM['AdminCartRules8f36b08eb9ebba13ef930c9dd719ff7c'] = 'Limit to a single customer';
-$_LANGADM['AdminCartRules5e60b472b57279a00a961e1e93fa0802'] = 'Optional, the cart rule will be available for everyone if you leave this field blank.';
-$_LANGADM['AdminCartRulesb07cc2801693b2e722906a3db3d9c447'] = 'Validity';
-$_LANGADM['AdminCartRulesd98a07f84921b24ee30f86fd8cd85c3c'] = 'from';
-$_LANGADM['AdminCartRules01b6e20344b68835c5ed1ddedf20d531'] = 'to';
-$_LANGADM['AdminCartRules4d545447cf01b1e3bb59c537543729c5'] = 'Default period is one month.';
-$_LANGADM['AdminCartRules9f6e99bdd4184b83dc478d0ab1b4cbf7'] = 'Minimum amount';
-$_LANGADM['AdminCartRules89bea8045e50a337d8ce9849a4e1633c'] = 'Shipping excluded';
-$_LANGADM['AdminCartRulesf7b8d9d5bbba937644a29be14e2654ed'] = 'Shipping included';
-$_LANGADM['AdminCartRulesd3c6991b7b2ef7068d0175361c32f0b3'] = 'You can choose a minimum amount for the cart either with or without the taxes, and with or without shipping.';
-$_LANGADM['AdminCartRules7d058d4cdbc3a0f480bd472b62a0bf53'] = 'Total available';
-$_LANGADM['AdminCartRules4389e2185ee6d9712b5dc25312ab4f3b'] = 'The cart rule will be applied to the first X customers only.';
-$_LANGADM['AdminCartRules9379f6f6c128b182600047d1b3090bc9'] = 'Total available for each user';
-$_LANGADM['AdminCartRulesddc50313c0e3b41640de886e37d440de'] = 'A customer will only be able to use the cart rule X time(s).';
-$_LANGADM['AdminCartRulescd8e66c655070f24cbece45141a505c3'] = 'Country selection';
-$_LANGADM['AdminCartRules7c160ccb02560f1adb25fb6b86d9ebce'] = 'Selected countries';
-$_LANGADM['AdminCartRules1063e38cb53d94d386f21227fcd84717'] = 'Remove';
-$_LANGADM['AdminCartRules7922167568640bb2e57c1592a0b5945b'] = 'Unselected countries';
-$_LANGADM['AdminCartRulesec211f7c20af43e742bf2570c3cb84f9'] = 'Add';
-$_LANGADM['AdminCartRules46b00dccbc9e441b3fcf567d39975f86'] = 'Carrier selection';
-$_LANGADM['AdminCartRulesbd544756bba84765ddf991b01d7120d1'] = 'Selected carriers';
-$_LANGADM['AdminCartRules3e9619330efb3bed62076dc6138a3889'] = 'Unselected carriers';
-$_LANGADM['AdminCartRulesc3f6634f087fc43dd62b3154e12d050d'] = 'Customer group selection';
-$_LANGADM['AdminCartRules1fc6ed753100636e79df3831a3034531'] = 'Selected groups';
-$_LANGADM['AdminCartRules9463ae08271e82176b391f6cedb6e82b'] = 'Unselected groups';
-$_LANGADM['AdminCartRuleseb8bd4a7aeee5a49102d5269113b1142'] = 'Compatibility with other cart rules';
-$_LANGADM['AdminCartRules53fb9df3249c49828006e57434d02d65'] = 'Combinable cart rules';
-$_LANGADM['AdminCartRules06d8251983d901d62c12ed00fe65ddc1'] = 'Uncombinable cart rules';
-$_LANGADM['AdminCartRules7f36b7eac5872d757b315ed431c4ad92'] = 'Product selection';
-$_LANGADM['AdminCartRulese2bcac3dc51781abbc2938e16a0b0e72'] = 'Shop selection';
-$_LANGADM['AdminCartRulesa5a08c71d0992427cfd8815ebc8f6152'] = 'Selected shops';
-$_LANGADM['AdminCartRules5e3f76cc2d68012faa5ce54aadf6cf84'] = 'Unselected shops';
-$_LANGADM['AdminCartRulesa82be0f551b8708bc08eb33cd9ded0cf'] = 'Information';
-$_LANGADM['AdminCartRules229eb04083e06f419f9ac494329f957d'] = 'Conditions';
-$_LANGADM['AdminCartRules06df33001c1d7187fdd81ea1f5b277aa'] = 'Actions';
-$_LANGADM['AdminCartRulescfa2dea27c46e682b5699d0eb68bfe22'] = 'Cart rule information';
-$_LANGADM['AdminCartRulese85a9cd47c85e7b72394fddb5896fcb5'] = 'Cart rule conditions';
-$_LANGADM['AdminCartRules8b8cec8697e943959a558607beba149f'] = 'Cart rule actions';
-$_LANGADM['AdminCartRulesc9cc8cce247e49bae79f15173ce97354'] = 'Save';
-$_LANGADM['AdminCartRules9ea67be453eaccf020697b4654fc021a'] = 'Save and stay';
-$_LANGADM['AdminCartRules49ee3087348e8d44e1feda1917443987'] = 'Name';
-$_LANGADM['AdminCartRulese4273ba845eeadc615b5157522c57bf1'] = 'Will be displayed in the cart summary as well as on the invoice.';
-$_LANGADM['AdminCartRulesb5a7adde1af5c87d7fd797b6245c2a39'] = 'Description';
-$_LANGADM['AdminCartRules720436e03046f962d7d2187aa7b78ea6'] = 'For you only, never displayed to the customer.';
-$_LANGADM['AdminCartRules7484fedab7d6012a64023ddcacf8bbe4'] = '(Click to generate random code)';
-$_LANGADM['AdminCartRules90f46cc19bca0bf28989f33932b8cbf4'] = 'Caution! The rule will automatically be applied if you leave this field blank.';
-$_LANGADM['AdminCartRulesf507c7574b6368f942ea9a2b959d8ec9'] = 'Partial use';
-$_LANGADM['AdminCartRulesbb5fe5cd9c8c778e81b05ef53c166612'] = 'Allowed';
-$_LANGADM['AdminCartRulesc0902bb307af1c623dc07a6070c33261'] = 'Not allowed';
-$_LANGADM['AdminCartRulesb51a203cee37965537db75688feaef75'] = 'Only applicable if the voucher value is greater than the cart total.';
-$_LANGADM['AdminCartRulesb979a43669aacb727c63931a8c1052f6'] = 'If you do not allow partial use, the voucher value will be lowered to the total order amount, but if you do, a new voucher will be created with the remainder.';
-$_LANGADM['AdminCartRulescfc958b9b25cc1ae0033802dc7e9bc0c'] = '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\".';
-$_LANGADM['AdminCartRules068f80c7519d0528fb08e82137a72131'] = 'Products';
-$_LANGADM['AdminCartRulesaf1b98adf7f686b84cd0b443e022b7a0'] = 'Categories';
-$_LANGADM['AdminCartRules2377be3c2ad9b435ba277a73f0f1ca76'] = 'Manufacturers';
-$_LANGADM['AdminCartRules1814d65a76028fdfbadab64a5a8076df'] = 'Suppliers';
-$_LANGADM['AdminCartRules287234a1ff35a314b5b6bc4e5828e745'] = 'Attributes';
-$_LANGADM['AdminCartRules009684607fdf08a46ce7bb9f0a342b99'] = 'The product(s) are matching on of these';
-$_LANGADM['AdminCartRules961f2247a2070bedff9f9cd8d64e2650'] = 'Choose';
-$_LANGADM['AdminCartRules70f9d6d51d3073ade7b099953b5e1ac1'] = 'The cart must contain at least';
-$_LANGADM['AdminCartRules3bbe671bffbf08ba0a9e94556a3a08f3'] = 'product(s) matching the following rules:';
-$_LANGADM['AdminCartRulesd6d9190e86f812c0490da9360e12cee1'] = 'Add a rule concerning';
-$_LANGADM['AdminCartRules7bc873cba11f035df692c3549366c722'] = '-- Choose --';
-$_LANGADM['AdminCartRules91b442d385b54e1418d81adc34871053'] = 'Selected';
-$_LANGADM['AdminCartRules810460332a38c9ade69a49b057494cad'] = 'Unselected';
-$_LANGADM['AdminCustomerThreadsc3bf447eabe632720a3aa1a7ce401274'] = 'Open';
-$_LANGADM['AdminCustomerThreads03f4a47830f97377a35321051685071e'] = 'Closed';
-$_LANGADM['AdminCustomerThreads70e7ab74282fb27b8c100e017b037135'] = 'Pending 1';
-$_LANGADM['AdminCustomerThreads1033cc268ed0919b5d4e76ea6053ed25'] = 'Pending 2';
-$_LANGADM['AdminCustomerThreadsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminCustomerThreadsce26601dac0dea138b7295f02b7620a7'] = 'Customer';
-$_LANGADM['AdminCustomerThreads1e884e3078d9978e216a027ecd57fb34'] = 'E-mail';
-$_LANGADM['AdminCustomerThreadsa1fa27779242b4902f7ae3bdd5c6d508'] = 'Type';
-$_LANGADM['AdminCustomerThreads4994a8ffeba4ac3140beb89e8d41f174'] = 'Language';
-$_LANGADM['AdminCustomerThreadsec53a8c4f07baed5d8825072c89799be'] = 'Status';
-$_LANGADM['AdminCustomerThreadsf8c8b903cb2e4f297e4b96d4b9c1e98a'] = 'Employee';
-$_LANGADM['AdminCustomerThreads41de6d6cfb8953c021bbe4ba0701c8a1'] = 'Messages';
-$_LANGADM['AdminCustomerThreadscf090b8fa4a136ed6058aaf84d5d2538'] = 'Last message';
-$_LANGADM['AdminCustomerThreadsd3b206d196cd6be3a2764c1fb90b200f'] = 'Delete selected';
-$_LANGADM['AdminCustomerThreadse25f0ecd41211b01c83e5fec41df4fe7'] = 'Delete selected items?';
-$_LANGADM['AdminCustomerThreads8058aef8e4c03453b1b088795677726a'] = 'Contact options';
-$_LANGADM['AdminCustomerThreadsb3f251dafa622267b0972a0d52dfd9b2'] = 'Allow file upload';
-$_LANGADM['AdminCustomerThreads73b06e25d15e914d4d2ba43c6de1805e'] = 'Allow customers to upload file using contact page';
-$_LANGADM['AdminCustomerThreads338e6d0526d113f735e9dce7c899a185'] = 'Please fill the message that appears by default when you answer a thread on the customer service page';
-$_LANGADM['AdminCustomerThreads0e9470c5e6bfee40004f22f543b8b2a6'] = 'Customer service options';
-$_LANGADM['AdminCustomerThreads13ec82d83a5254297003cc1b41f19edb'] = 'IMAP URL';
-$_LANGADM['AdminCustomerThreadseedd2f15f33a000c2c40fabec030a178'] = 'URL for IMAP server (mail.server.com)';
-$_LANGADM['AdminCustomerThreads197f7f372a439787cef040d61f4dbe83'] = 'IMAP port';
-$_LANGADM['AdminCustomerThreadsd593246735eacc9226a7e804f36d2ab8'] = 'Port to use to connect to IMAP server';
-$_LANGADM['AdminCustomerThreadsf9b68c21c5d51df2d6b54cfbfa985abe'] = 'IMAP user';
-$_LANGADM['AdminCustomerThreadsa013c2e2c4fbd0789d5d61c1bbb4018a'] = 'User to use to connect to IMAP server';
-$_LANGADM['AdminCustomerThreads2cacfd762c9fc6f7a140aadc7b5a608c'] = 'IMAP password';
-$_LANGADM['AdminCustomerThreads55638f767e8def50975d96664977b2e8'] = 'Password to use to connect IMAP server';
-$_LANGADM['AdminCustomerThreadsca7e64e3f55ef8e0f50818d8117d26cc'] = 'Delete messages';
-$_LANGADM['AdminCustomerThreads566a5cfd6a2549470874fdd2eccfb9ec'] = 'Delete messages after sync. If you do not active this option, the sync will be longer';
-$_LANGADM['AdminCustomerThreadsebcb544208ccfe2e3fe98c8380518300'] = 'IMAP options';
-$_LANGADM['AdminCustomerThreads75f824176daa78be56811178070a3bc3'] = 'Do not use RSH or SSH to establish a preauthenticated IMAP session';
-$_LANGADM['AdminCustomerThreads6ea44a862cda99d0e0cfea758ebf9ab6'] = 'Use the Secure Socket Layer to encrypt the session';
-$_LANGADM['AdminCustomerThreads489d772fe62baa95922ff5b8a3c34c1b'] = 'Validate certificates from TLS/SSL server';
-$_LANGADM['AdminCustomerThreads9ded2410eec9b3cd03b66ebf2ab77557'] = 'Do not validate certificates from TLS/SSL server, needed if server uses self-signed certificates';
-$_LANGADM['AdminCustomerThreads8b9e09f9140371cb13a00eaf28d063d6'] = 'Force use of start-TLS to encrypt the session, and reject connection to servers that do not support it';
-$_LANGADM['AdminCustomerThreadsb16f6f0a15444f622696db412c0845d9'] = 'Do not use start-TLS to encrypt the session, even with servers that support it';
-$_LANGADM['AdminCustomerThreadsc9cc8cce247e49bae79f15173ce97354'] = 'Save';
-$_LANGADM['AdminCustomerThreads693c61ec70b6c06dbd376fd208a125a0'] = 'Total threads';
-$_LANGADM['AdminCustomerThreads068f62c804cc9c4cd4f6dfc5b5d3ecaa'] = 'Threads pending';
-$_LANGADM['AdminCustomerThreads64898ffcd380ab607ccfe2f843447424'] = 'Total customer messages';
-$_LANGADM['AdminCustomerThreads8a1926ed751f4c73a2271945278cf2df'] = 'Total employee messages';
-$_LANGADM['AdminCustomerThreadsda2f2f1035487e79b7f5bfd9c5c3eeab'] = 'Unread threads';
-$_LANGADM['AdminCustomerThreads939315783ef4f2eb1cbdac37f3fd1e6b'] = 'Closed threads';
-$_LANGADM['AdminCustomerThreadsd21b5a78517318e6d35414d4217950ce'] = 'Message forwarded to';
-$_LANGADM['AdminCustomerThreads240f3031f25601fa128bd4e15f0a37de'] = 'Comment:';
-$_LANGADM['AdminCustomerThreadse3548fd146ea6ed090fcf8b8e6045be3'] = 'Reply to the next unanswered message in this category';
-$_LANGADM['AdminCustomerThreadsf79c2e540bdb87cd7710bf1e075e49db'] = 'All other messages in this category have been answered';
-$_LANGADM['AdminCustomerThreadsbecf0f5df68e520481f4a3cbdd98846d'] = 'Mark this message as handled';
-$_LANGADM['AdminCustomerThreadse614eee3fb7678c15a0b99d52a0fa510'] = 'Mark this message as \"pending 1\" (will be answered later)';
-$_LANGADM['AdminCustomerThreadsbd31a5029e3ca883955fdf21f7528078'] = 'Disable pending status';
-$_LANGADM['AdminCustomerThreadsd1ff615eaf1187f7de79a8a5aaf4f3ad'] = 'Mark this message as \"pending 2\" (will be answered later)';
-$_LANGADM['AdminCustomerThreads6d88865acb8658a92b188e47ba03906d'] = 'No new messages';
-$_LANGADM['AdminCustomerThreads47bab378f9e6268f758db00bcbf014fa'] = 'new messages';
-$_LANGADM['AdminCustomerThreadsf752f758ff0b5c465d65c2d0bcc579cd'] = 'new message';
-$_LANGADM['AdminCustomerThreads95923cff2ad4637372adcdf25e4581f8'] = 'Meaning of status';
-$_LANGADM['AdminCustomerThreads2273d1167a6212812d95dc8fadbae78e'] = 'Customer service';
-$_LANGADM['AdminCustomerThreadsc33e404a441c6ba9648f88af3c68a1ca'] = 'Statistics';
-$_LANGADM['AdminCustomerThreadsd8e87c0927539672f54462c837be0b7f'] = 'Sync';
-$_LANGADM['AdminCustomerThreads2b8fa6c46485d50e476591942fc9d7ee'] = 'Run sync:';
-$_LANGADM['AdminCustomerThreadsa19330a6fc36ebae6683cc023e295687'] = 'Run sync';
-$_LANGADM['AdminCustomerThreads22009610f18142abea939bc2f1836a81'] = 'Click to synchronize mail automatically';
-$_LANGADM['AdminCustomerThreads1e65b02f3464a517e0946a46d496327c'] = 'Sync success';
-$_LANGADM['AdminCustomerThreads4e3e1e679ce70fbdb7ddd2f065f8fdcb'] = 'Change status of message:';
-$_LANGADM['AdminCustomerThreads42ff79fde8fc930db50949b4f700c661'] = 'Forward this discussion to an employee:';
-$_LANGADM['AdminCustomerThreads7bc873cba11f035df692c3549366c722'] = '-- Choose --';
-$_LANGADM['AdminCustomerThreads81e053d78f01540e9cd6fb68a1c03976'] = 'Someone else';
-$_LANGADM['AdminCustomerThreads2605a817441c19cc88eb9e5d17845dc0'] = 'You can add a comment here.';
-$_LANGADM['AdminCustomerThreads548abe251b033d863417979998dba612'] = 'Forward this discussion';
-$_LANGADM['AdminCustomerThreads7442e29d7d53e549b78d93c46b8cdcfc'] = 'Orders';
-$_LANGADM['AdminCustomerThreads44749712dbec183e983dcd78a7736c41'] = 'Date';
-$_LANGADM['AdminCustomerThreads068f80c7519d0528fb08e82137a72131'] = 'Products';
-$_LANGADM['AdminCustomerThreadsea067eb37801c5aab1a1c685eb97d601'] = 'Total paid';
-$_LANGADM['AdminCustomerThreadsc453a4b8e8d98e82f35b67f433e3b4da'] = 'Payment';
-$_LANGADM['AdminCustomerThreads46a2a41cc6e552044816a2d04634545d'] = 'State';
-$_LANGADM['AdminCustomerThreads06df33001c1d7187fdd81ea1f5b277aa'] = 'Actions';
-$_LANGADM['AdminCustomerThreadsd8a065ef1c8b81af153be321e200ace7'] = 'Validated Orders:';
-$_LANGADM['AdminCustomerThreadsd55669822f1a8cf72ec1911e462a54eb'] = 'for';
-$_LANGADM['AdminCustomerThreads49ee3087348e8d44e1feda1917443987'] = 'Name';
-$_LANGADM['AdminCustomerThreads694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantity';
-$_LANGADM['AdminCustomerThreads9788af9fa097020a285afc0651a0721c'] = 'View customer';
-$_LANGADM['AdminCustomerThreadsd13d8380c3f4de07fef91a42fe6c60d7'] = 'Customer ID:';
-$_LANGADM['AdminCustomerThreads1bda80f2be4d3658e0baa43fbe7ae8c1'] = 'view';
-$_LANGADM['AdminCustomerThreads385b0ac7763680e5768f3e5e866910da'] = 'Sent on:';
-$_LANGADM['AdminCustomerThreadsd62b749697e3c1b9c26a645ad5d56656'] = 'Browser:';
-$_LANGADM['AdminCustomerThreadsbfb069b69766c9a8a1fac8aabfd970b2'] = 'File attachment';
-$_LANGADM['AdminCustomerThreads6fe76eb16b53e5008f51db59a7dae7b3'] = 'View file';
-$_LANGADM['AdminCustomerThreadsd1228f5476d15142b1358ae4b5fa2454'] = 'Order #';
-$_LANGADM['AdminCustomerThreadscb8fe83175bea4ba19d633b1dc6ea656'] = 'View order';
-$_LANGADM['AdminCustomerThreadsc851a34d4806acb02a55df148f9d7f25'] = 'Product #';
-$_LANGADM['AdminCustomerThreads47a0be8d1015d526a1fbaa56c3102135'] = 'Subject:';
-$_LANGADM['AdminCustomerThreadsc5730b7ad58a3bad76e6b6b763521ec7'] = 'View this thread';
-$_LANGADM['AdminCustomerThreads018d4d01cba3905ad11258518b4ea424'] = 'Sent by:';
-$_LANGADM['AdminCustomerThreads818d947aeb9e604f54ce4c3444cc0256'] = 'Thread ID:';
-$_LANGADM['AdminCustomerThreads0e2f5e3f12561ac94047979ec5406946'] = 'Message ID:';
-$_LANGADM['AdminCustomerThreads940663fd4428d2c86f9a4780b6574028'] = 'Message:';
-$_LANGADM['AdminCustomerThreadsb20d33a926b1e5b39db18b2911e1c1f9'] = 'Reply to this message';
-$_LANGADM['AdminCustomerThreadse8b4e59e41f890acd1d5d86d494d6d02'] = 'Please type your reply below:';
-$_LANGADM['AdminCustomerThreads91e2e681ab0c5817498a10318df5aec9'] = 'Your reply will be sent to:';
-$_LANGADM['AdminCustomerThreads3d49ea2e92edbb4219d39256794525d9'] = 'Send my reply';
-$_LANGADM['AdminModules7258e7251413465e0a3eb58094430bde'] = 'Administration';
-$_LANGADM['AdminModules49a1b0ce5fd874636756adcf1423e035'] = 'Advertising & Marketing';
-$_LANGADM['AdminModules59e06cbd4be5387138b589509ce17162'] = 'Analytics & Stats';
-$_LANGADM['AdminModules9ad88037f3139ea9a992ad5d8cfd6a98'] = 'Billing & Invoicing';
-$_LANGADM['AdminModules6ff063fbc860a79759a7369ac32cee22'] = 'Checkout';
-$_LANGADM['AdminModules5dc6d69e21ca0f5779b9cfeae1154f05'] = 'Content Management';
-$_LANGADM['AdminModules0095a9fa74d1713e43e370a7d7846224'] = 'Export';
-$_LANGADM['AdminModules3053f2860db1ef00773d2dbd94951245'] = 'E-mailing';
-$_LANGADM['AdminModules7d4eb04d5b71acb455329b4d6e228388'] = 'Front Office Features';
-$_LANGADM['AdminModules44f9bbe73101a9c7842e9384e0db70c9'] = 'Internationalization & Localization';
-$_LANGADM['AdminModules335676135e0f03d2756262a437c95a0e'] = 'Merchandizing';
-$_LANGADM['AdminModules5b985caa89b2ca61bbeee91a896c610d'] = 'Migration Tools';
-$_LANGADM['AdminModulese77ecbf1af4f4c210146d351f8dfbc3b'] = 'Payments & Gateways';
-$_LANGADM['AdminModules2bcde8baf68a8b2a88a4a072437639e8'] = 'Payment Security';
-$_LANGADM['AdminModules87a3a6caeffcd74b07ad451f7695dda7'] = 'Pricing & Promotion';
-$_LANGADM['AdminModulesa9964513dc046a2cd404413f77b4656e'] = 'Quick / Bulk update';
-$_LANGADM['AdminModules485e7b5a1a22f24d67a011c7ae21382a'] = 'Search & Filter';
-$_LANGADM['AdminModulesd88946b678e4c2f251d4e292e8142291'] = 'SEO';
-$_LANGADM['AdminModules8b875b0fceeb6000f40332b9e0c8df36'] = 'Shipping & Logistics';
-$_LANGADM['AdminModules5f17a788546ddb43236732f8b0bdfd7e'] = 'Slideshows';
-$_LANGADM['AdminModulesa8b87a22bdd589f5d056645941a01841'] = 'Smart Shopping';
-$_LANGADM['AdminModules675e31b94580e2642405e2f8586d112e'] = 'Marketplace';
-$_LANGADM['AdminModules222e1825c6eb93a516fba01be7861ddd'] = 'Social Networks';
-$_LANGADM['AdminModules3182ea023795eb83ed0ce3beea5beb73'] = 'Other Modules';
-$_LANGADM['AdminModules551746895fb66f979bce758992475bfc'] = 'no file selected';
-$_LANGADM['AdminModulesfa5a31a20c6e887538741d9099bf93e7'] = 'module not found';
-$_LANGADM['AdminModulese55f75a29310d7b60f7ac1d390c8ae42'] = 'Module';
-$_LANGADM['AdminModules0557fa923dcee4d0f86b1409f5c2167f'] = 'Back';
-$_LANGADM['AdminModules53103fcc4656f55c219b600ded3c7438'] = 'Manage hooks';
-$_LANGADM['AdminModulescbabf7f87548581cdb2329bda9023c22'] = 'Manage translations:';
-$_LANGADM['AdminModulesc81434f8412b7aadef4450a1b7d08ce9'] = 'Activate module for';
-$_LANGADM['AdminModulesb2f31ef3065bf40b2da9fa8525c6adb9'] = 'Disable this module';
-$_LANGADM['AdminModules668c99c1164d5348f99c0878770b53a8'] = 'Enable this module for all shops';
-$_LANGADM['AdminModulesbcfaccebf745acfd5e75351095a5394a'] = 'Disable';
-$_LANGADM['AdminModules2faec1f9f8cc7f8f40d521c4dd574f49'] = 'Enable';
-$_LANGADM['AdminModules526d688f37a86d3c3f27d0c5016eb71d'] = 'Reset';
-$_LANGADM['AdminModulesf1206f9fadc5ce41694f69129aecac26'] = 'Configure';
-$_LANGADM['AdminModulesf2a6c498fb90ee345d997f888fce3b18'] = 'Delete';
-$_LANGADM['AdminModules85687c63fd82afbc21632f288e53a6e4'] = 'This action will permanently remove the module from the server. Are you sure you want to do this?';
-$_LANGADM['AdminModulesdbc0cd962f974e382f7dc1e5faac838a'] = 'Current version:';
-$_LANGADM['AdminModules5c1e38691deffa28383f3e545a7b3ea1'] = 'No file upgrades applied (none exist)';
-$_LANGADM['AdminModulesfda2be82f9bf59bf76019b5167186a95'] = 'The following module(s) were upgraded successfully:';
-$_LANGADM['AdminModules7e4a9cd054588a95b0394d92a2030e72'] = 'Normal view';
-$_LANGADM['AdminModulesd7af23f5f349f2c4eace4927943b2760'] = 'Favorites view';
-$_LANGADM['AdminModules8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo';
-$_LANGADM['AdminModulesc57061eac85315234bc4571694f99db3'] = 'Module Name';
-$_LANGADM['AdminModulesb5a7adde1af5c87d7fd797b6245c2a39'] = 'Description';
-$_LANGADM['AdminModulesec53a8c4f07baed5d8825072c89799be'] = 'Status';
-$_LANGADM['AdminModulesaf1b98adf7f686b84cd0b443e022b7a0'] = 'Categories';
-$_LANGADM['AdminModules920beb5dda21b04a332e0457cb0cfbec'] = 'Interest';
-$_LANGADM['AdminModules01165dcf77c191e6c69b31d98b0ec6ff'] = 'Favorite';
-$_LANGADM['AdminModules98dd43dfae05b11befe1f140e0ec787a'] = 'Installed';
-$_LANGADM['AdminModulesddd8eef6f86868a07f62b0e3810711f0'] = 'Not Installed';
-$_LANGADM['AdminModules6e34eaf99bdc4b3510007025b9e6c982'] = 'You are logged into PrestaShop Addons';
-$_LANGADM['AdminModules83218ac34c1834c26781fe4bde918ee4'] = 'Welcome';
-$_LANGADM['AdminModules2b2bc305908a7237d938a2494d6b9382'] = 'Log out from PrestaShop Addons';
-$_LANGADM['AdminModulesee0e3cf3fd1a733924756c6534826843'] = 'If you want to be able to fully use the AdminModules panel and have free modules available, you should enable the following configuration on your server:';
-$_LANGADM['AdminModules3aeb193de8dbd5b18259adf6e9bfea5c'] = 'Enable allow_url_fopen';
-$_LANGADM['AdminModulese41a3ce60cfeb318c8c42713de0c0505'] = 'Enable php openSSL extension';
-$_LANGADM['AdminModulesd5f508681eb80ab60db187215dad6dc9'] = 'Do you have a %s account?';
-$_LANGADM['AdminModules97d50b4e07a11a00e130af2bab36e71b'] = 'Login to Addons';
-$_LANGADM['AdminModulesbffe9a3c9a7e00ba00a11749e022d911'] = 'Log in';
-$_LANGADM['AdminModules13348442cc6a27032d2b4aa28b75a5d3'] = 'Search';
-$_LANGADM['AdminModules33d8042bd735c559cc3206f4bc99aedc'] = 'Sort by';
-$_LANGADM['AdminModules00c3388449f7c4d73cc8c417d7d38554'] = 'All Modules';
-$_LANGADM['AdminModules5976afe9ba86f2fdc39868d5282b02fa'] = 'Native Modules';
-$_LANGADM['AdminModules09a68b8b422836ba14f84378e17b2ff5'] = 'Partner Modules';
-$_LANGADM['AdminModules174704dbe8a3a7d144b0ce840e734077'] = 'Modules purchased on Addons';
-$_LANGADM['AdminModules02684cc6b6ea1811a064f475a5fd1d18'] = 'Authors';
-$_LANGADM['AdminModules7b4d2812164df0dceca0b53bb650e52d'] = 'Installed & Not Installed';
-$_LANGADM['AdminModulesd9e87fc7a13ba398295447791c67b586'] = 'Installed Modules';
-$_LANGADM['AdminModulesa4d9da4642d896bd3fc0f9e9a39647c6'] = 'Not Installed Modules';
-$_LANGADM['AdminModules6b8f34307b46c249a91d84e52ae94caf'] = 'Enabled & Disabled';
-$_LANGADM['AdminModulesdfe6e46e2d3e3ba76b5d9aee197c0747'] = 'Enabled Modules';
-$_LANGADM['AdminModulesa0f454ebaee933c7791ffcdda76944b3'] = 'Disabled Modules';
-$_LANGADM['AdminModulesc3987e4cac14a8456515f0d200da04ee'] = 'All countries';
-$_LANGADM['AdminModulesd188407e1d066cd41925efebe2dab3da'] = 'Current country:';
-$_LANGADM['AdminModulesd7778d0c64b6ba21494c97f77a66885a'] = 'Filter';
-$_LANGADM['AdminModules5087854d879292c56df057c204eea9c7'] = 'Add new module';
-$_LANGADM['AdminModules28080c3603fb7e10f228381b181cae2c'] = 'List of modules';
-$_LANGADM['AdminModules96e36efe70e72835ae51946e2650f9e7'] = 'Add a new module';
-$_LANGADM['AdminModulescc5df44726705000d55c4d0d0266f206'] = 'The module must be either a zip file or a tarball.';
-$_LANGADM['AdminModules5b48d0f5735d2f9b73a8f3ec7c4858ba'] = 'Module file';
-$_LANGADM['AdminModules6779ef184c16fbd18a0bc13ebda839c5'] = 'Upload a module from your computer.';
-$_LANGADM['AdminModules8634e049945e0e8562673698a1abb485'] = 'Upload this module';
-$_LANGADM['AdminModulesdf3f079de6961496f0460dcfdbf9bca3'] = 'by';
-$_LANGADM['AdminModules61cb3aa3dd09c32d17d80f489ed675c7'] = 'PrestaShop was unable to login to Addons, please check your credentials and your internet connection.';
-$_LANGADM['AdminModules25b22a00db3085743f478140b8281a26'] = 'Preferences saved';
-$_LANGADM['AdminModules07403a8bc81d7865c8e040e718ec7828'] = 'Module name';
-$_LANGADM['AdminModulesd12fb360f73c34226d1e50228875d8cf'] = 'Not installed';
-$_LANGADM['AdminModulesc658ea834357a283c8198486c30fc045'] = 'Developed by';
-$_LANGADM['AdminModules34b6cd75171affba6957e308dcbd92be'] = 'Version';
-$_LANGADM['AdminModules06933067aafd48425d67bcb01bba5cb6'] = 'Update';
-$_LANGADM['AdminModules38d3bc52ba04e35ffdd3314a1e9570c9'] = 'available on PrestaShop Addons';
-$_LANGADM['AdminModules3adbdb3ac060038aa0e6e6c138ef9873'] = 'Category';
-$_LANGADM['AdminModules52dd3893c24e9cf4be761dcaee6bea39'] = 'Update it!';
-$_LANGADM['AdminModulesa27dfe771799a09fd55fea73286eb6ab'] = 'Uninstall';
-$_LANGADM['AdminModules349838fb1d851d3e2014b9fe39203275'] = 'Install';
-$_LANGADM['AdminModules29c632cf1c7f140b6e86f3af04df48d4'] = 'Install the selection';
-$_LANGADM['AdminModules7245ac07bbd56e6d0f7489a7dddb836f'] = 'Uninstall the selection';
-$_LANGADM['AdminModules2c422a499f038293ed0c5a1e085cd827'] = 'No modules available in this section.';
-$_LANGADM['AdminModulesd78986947356ddd37b43d57df289dee9'] = 'Favorites';
-$_LANGADM['AdminModules96b0141273eabab320119c467cdcaf17'] = 'Total';
-$_LANGADM['AdminCustomersd3b206d196cd6be3a2764c1fb90b200f'] = 'Delete selected';
-$_LANGADM['AdminCustomerse25f0ecd41211b01c83e5fec41df4fe7'] = 'Delete selected items?';
-$_LANGADM['AdminCustomersb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminCustomers019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Gender';
-$_LANGADM['AdminCustomers77587239bf4c54ea493c7033e1dbf636'] = 'Last Name';
-$_LANGADM['AdminCustomers20db0bfeecd8fe60533206a2b5e9891a'] = 'First name';
-$_LANGADM['AdminCustomers8b5dd64ab8d0b8158906796b53a200e2'] = 'E-mail address';
-$_LANGADM['AdminCustomers9d8d2d5ab12b515182a505f54db7f538'] = 'Age';
-$_LANGADM['AdminCustomers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Enabled';
-$_LANGADM['AdminCustomers00ee8a54c1a129585ad8027e6d35222d'] = 'News.';
-$_LANGADM['AdminCustomers74f68b6b29bed7925bc7257ef1c7f9e4'] = 'Opt.';
-$_LANGADM['AdminCustomers0f98b7f230f3c91292f0de4c99e263f2'] = 'Registration';
-$_LANGADM['AdminCustomers5e5914912e8d2f2765525840acf98bea'] = 'Last visit';
-$_LANGADM['AdminCustomerse17b6a9c93518c2a6e3c8fff047fcb66'] = 'You have to select a shop if you want to create a customer';
-$_LANGADM['AdminCustomersce26601dac0dea138b7295f02b7620a7'] = 'Customer';
-$_LANGADM['AdminCustomerscaa5b7a48ce4b1c1492c445446433fb5'] = 'Gender:';
-$_LANGADM['AdminCustomers668a8d8d7ffe5da112b266e46b79b685'] = 'First name:';
-$_LANGADM['AdminCustomers3e053943605d9e4bf7dd7588ea19e9d2'] = 'Forbidden characters:';
-$_LANGADM['AdminCustomersbe5e0b5d50d48b049bd0f7b57cd163f9'] = 'Last name:';
-$_LANGADM['AdminCustomers6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Invalid characters:';
-$_LANGADM['AdminCustomers78e365acb087fd1f8d494dae0001de10'] = 'E-mail address:';
-$_LANGADM['AdminCustomersb341a59d5636ed3d6a819137495b08a0'] = 'Password:';
-$_LANGADM['AdminCustomers3f783e6afc73242779dde81c7825def0'] = 'Leave blank if no change';
-$_LANGADM['AdminCustomers056ee659eb2023ed38fc4f09a3648ba9'] = '5 characters min., only letters, numbers, or';
-$_LANGADM['AdminCustomers39d595f1a4ce984b95e9b52821b62177'] = 'Birthday:';
-$_LANGADM['AdminCustomers24a23d787190f2c4812ff9ab11847a72'] = 'Status:';
-$_LANGADM['AdminCustomersb9f5c797ebbf55adccdd8539a65a0241'] = 'Disabled';
-$_LANGADM['AdminCustomers8d218b952c9ef571cd270aaef8f849d1'] = 'Allow or disallow this customer to log in';
-$_LANGADM['AdminCustomers20966a36da784c2f62d105419dcb4018'] = 'Newsletter:';
-$_LANGADM['AdminCustomerscca344269d726c206f3d3894c85cae5a'] = 'Customer will receive your newsletter via e-mail';
-$_LANGADM['AdminCustomerse13c678c09be620b7dfaf90182234b3d'] = 'Opt-in:';
-$_LANGADM['AdminCustomers5ed5ce582affef97f07fa474c6751302'] = 'Customer will receive your ads via e-mail';
-$_LANGADM['AdminCustomers1bd33faf04b6c7e0090de4f3e5915178'] = 'Group access:';
-$_LANGADM['AdminCustomers9e2f7fb92893ca55bbaaaa09c5672aa2'] = 'Select all customer groups you would like to apply to this customer';
-$_LANGADM['AdminCustomers89a718b06ee9b0a9bf23792283e06946'] = 'Default customer group:';
-$_LANGADM['AdminCustomersbf935f3541fafe3c2a68d2c52b0856b5'] = 'The group will be as applied by default.';
-$_LANGADM['AdminCustomers14266fa9fc5146fc3b25fb95c9d5075f'] = 'Apply the discount\'s price of this group.';
-$_LANGADM['AdminCustomers5e5f0a863cd129317037e3def37b4097'] = 'Company:';
-$_LANGADM['AdminCustomersd04e2c1b67f3ef0d475409516b812e8b'] = 'SIRET:';
-$_LANGADM['AdminCustomers7137a85d9b8d9e6d09f47767d2ca31ee'] = 'APE:';
-$_LANGADM['AdminCustomerse5cb8489f57db7c15eed3258e48cd5f3'] = 'Website:';
-$_LANGADM['AdminCustomers199a7ad6fda15fdb6684347016b7a63c'] = 'Outstanding allowed:';
-$_LANGADM['AdminCustomers75bf7b6b951d3183f7c8f96bdb4fa74c'] = 'Valid characters:';
-$_LANGADM['AdminCustomers1cfa0271ea62618c3bb70c2eb60642d2'] = 'Max payment days:';
-$_LANGADM['AdminCustomersec316ccad05b9ac5c3e07d0f1007ab0d'] = 'Risk:';
-$_LANGADM['AdminCustomers38fb7d24e0d60a048f540ecb18e13376'] = ' Save ';
-$_LANGADM['AdminCustomersa68b4cf46e11b69caeda71c230d1ed88'] = 'The state isn\'t still defined for this order';
-$_LANGADM['AdminCustomers14542f5997c4a02d4276da364657f501'] = 'Direct link';
-$_LANGADM['AdminCustomers4e140ba723a03baa6948340bf90e2ef6'] = 'Name:';
-$_LANGADM['AdminCustomers1412292b09d3cd39f32549afb1f5f102'] = 'Delete selected item?';
-$_LANGADM['AdminCustomersf2a6c498fb90ee345d997f888fce3b18'] = 'Delete';
-$_LANGADM['AdminCustomers45d3153df3f835bbf6a68c2302e494d7'] = 'How do you want to delete your customer(s)?';
-$_LANGADM['AdminCustomers7b4d23148ad2c2f32f217ae0640a375c'] = 'You have two ways to delete a customer, please choose what you want to do.';
-$_LANGADM['AdminCustomers78a01d9f9a546e3ac94bd8f08364b92c'] = 'I want to delete my customer(s) for real. All data will be removed from the database. A customer with the same e-mail address will be able to register again.';
-$_LANGADM['AdminCustomersaa9000a0aa27a0920d69744960520677'] = 'I don\'t want my customer(s) to register again. The customer(s) will be removed from this list but all data will be kept in the database.';
-$_LANGADM['AdminCustomers56eec78925570b01dc23134175172985'] = 'Your note has been saved';
-$_LANGADM['AdminCustomersf81f334947c006163040911e694fc3ec'] = 'Error: your note is not valid';
-$_LANGADM['AdminCustomers2f38713e640e4bd37998f94e968a55f7'] = 'Error: cannot save your note';
-$_LANGADM['AdminCustomerse0f0b0564d3d29a93fad7a4178b7b1ca'] = 'ID:';
-$_LANGADM['AdminCustomersc151015063ad115e4c3b081763c0927d'] = 'Registration date:';
-$_LANGADM['AdminCustomers3ef92bbd0151806f23ecd301fd78347c'] = 'Last visit:';
-$_LANGADM['AdminCustomersc7561db7a418dd39b2201dfe110ab4a4'] = 'never';
-$_LANGADM['AdminCustomers2447b4dc5878520d00a3f4aaf210f7a2'] = 'Rank: #';
-$_LANGADM['AdminCustomersb91c371eeb88143fd0260f990bcf8d75'] = 'Shop:';
-$_LANGADM['AdminCustomers25235196c2744e9050067d45587d6a8b'] = 'Age:';
-$_LANGADM['AdminCustomersad921d60486366258809553a3db49a4a'] = 'unknown';
-$_LANGADM['AdminCustomers6d2e7477916d118eb0a377fd13af4f63'] = 'Last update:';
-$_LANGADM['AdminCustomers125cf762f473a17738b97ee3fabe4e8b'] = 'This customer is registered as';
-$_LANGADM['AdminCustomers084e0343a0486ff05530df6c705c8bb4'] = 'guest';
-$_LANGADM['AdminCustomersb154ceb50c0a2cbce286b65f6184cda6'] = 'Transform to customer account';
-$_LANGADM['AdminCustomers450a7392b73a4b434634f8fe0e3f13c8'] = 'This feature generates a random password and sends an e-mail to the customer';
-$_LANGADM['AdminCustomers4cce03651d2ecba98c89991f3280a495'] = 'A registered customer account already exists with this e-mail address';
-$_LANGADM['AdminCustomersa7136d956fbff49c3912e44722dbf000'] = 'Add a private note';
-$_LANGADM['AdminCustomers9ac79d32eb171474607514a2ed013316'] = 'This note will be displayed to all employees but not to the customer.';
-$_LANGADM['AdminCustomers41de6d6cfb8953c021bbe4ba0701c8a1'] = 'Messages';
-$_LANGADM['AdminCustomersec53a8c4f07baed5d8825072c89799be'] = 'Status';
-$_LANGADM['AdminCustomers4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Message';
-$_LANGADM['AdminCustomersabce3ef910cfc047f0721654cb71f2db'] = 'Sent on';
-$_LANGADM['AdminCustomersdc6b42ed2f2ca892ace5740131b09783'] = '%1$s %2$s has never contacted you';
-$_LANGADM['AdminCustomersa37ede293936e29279ed543129451ec3'] = 'Groups';
-$_LANGADM['AdminCustomers49ee3087348e8d44e1feda1917443987'] = 'Name';
-$_LANGADM['AdminCustomers06df33001c1d7187fdd81ea1f5b277aa'] = 'Actions';
-$_LANGADM['AdminCustomers7442e29d7d53e549b78d93c46b8cdcfc'] = 'Orders';
-$_LANGADM['AdminCustomersd1554912e46f8d36a800ad8b604225f1'] = 'Valid orders:';
-$_LANGADM['AdminCustomersd55669822f1a8cf72ec1911e462a54eb'] = 'for';
-$_LANGADM['AdminCustomers44749712dbec183e983dcd78a7736c41'] = 'Date';
-$_LANGADM['AdminCustomersc453a4b8e8d98e82f35b67f433e3b4da'] = 'Payment';
-$_LANGADM['AdminCustomers46a2a41cc6e552044816a2d04634545d'] = 'State';
-$_LANGADM['AdminCustomers068f80c7519d0528fb08e82137a72131'] = 'Products';
-$_LANGADM['AdminCustomers25326db0dcb2cf342b3477fbdad373dc'] = 'Total spent';
-$_LANGADM['AdminCustomersa9c74a800ed9f3d504e76d8c59acc497'] = 'Invalid orders:';
-$_LANGADM['AdminCustomers6a5f3c8d684c30fca140b918e0bc989b'] = '%1$s %2$s has not placed any orders yet';
-$_LANGADM['AdminCustomers694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantity';
-$_LANGADM['AdminCustomers284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Addresses';
-$_LANGADM['AdminCustomers1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Company';
-$_LANGADM['AdminCustomersdd7bf230fde8d4836917806aff6a6b27'] = 'Address';
-$_LANGADM['AdminCustomers59716c97497eb9694541f7c3d37b1a4d'] = 'Country';
-$_LANGADM['AdminCustomerse174c1b711f254d538c689a90c5842a5'] = 'Phone number(s)';
-$_LANGADM['AdminCustomersce87e57403dbb8cdd5897bd100d21013'] = '%1$s %2$s has not registered any addresses yet';
-$_LANGADM['AdminCustomersa82868319826fb092b73968e661b5b38'] = 'Vouchers';
-$_LANGADM['AdminCustomersca0dbad92a874b2f69b549293387925e'] = 'Code';
-$_LANGADM['AdminCustomersd5f50861e345afcb7b07c1d3a07f3db1'] = '%1$s %2$s has no discount vouchers';
-$_LANGADM['AdminCustomersfc26e55e0993a75e892175deb02aae15'] = 'Carts';
-$_LANGADM['AdminCustomers914419aa32f04011357d3b604a86d7eb'] = 'Carrier';
-$_LANGADM['AdminCustomers96b0141273eabab320119c467cdcaf17'] = 'Total';
-$_LANGADM['AdminCustomers5023c5f31815e34f79900c0ea627d7d6'] = 'No cart available';
-$_LANGADM['AdminCustomers93bd48ecb9c4d5c4eec7fefffbb2070f'] = 'Last connections';
-$_LANGADM['AdminCustomersd3139f39f1ad6324c80a9ddd50cc7867'] = 'Pages viewed';
-$_LANGADM['AdminCustomersc22d30084d8ddc9a571512ddee6a83e9'] = 'Total time';
-$_LANGADM['AdminCustomers3edf8ca26a1ec14dd6e91dd277ae1de6'] = 'Origin';
-$_LANGADM['AdminCustomers5b8c99dad1893a85076709b2d3c2d2d0'] = 'IP Address';
-$_LANGADM['AdminCustomersff398a1c3434e160c655aa1613e0eace'] = 'Referrers';
-$_LANGADM['AdminCustomers9f82518d468b9fee614fcc92f76bb163'] = 'Shop';
-$_LANGADM['AdminSupplyOrders63d5049791d9d79d86e9a108b0a999ca'] = 'Reference';
-$_LANGADM['AdminSupplyOrdersec136b444eede3bc85639fac0dd06229'] = 'Supplier';
-$_LANGADM['AdminSupplyOrders6416e8cb5fc0a208d94fa7f5a300dbc4'] = 'Warehouse';
-$_LANGADM['AdminSupplyOrdersec53a8c4f07baed5d8825072c89799be'] = 'Status';
-$_LANGADM['AdminSupplyOrders67d5168b4f2b5424a3d118ea9ef99372'] = 'Creation';
-$_LANGADM['AdminSupplyOrders99ce503f30530a7624a3ae779b741d1c'] = 'Last modification';
-$_LANGADM['AdminSupplyOrders73d55ab430f80f858b1d29ca62fe7d3d'] = 'Delivery (expected)';
-$_LANGADM['AdminSupplyOrders0095a9fa74d1713e43e370a7d7846224'] = 'Export';
-$_LANGADM['AdminSupplyOrders6ff095679d5d2d4432b5271ed232e384'] = 'All Warehouses';
-$_LANGADM['AdminSupplyOrders2406c65c7d678cfca3aad1233c50283a'] = 'You do not have permission to edit here.';
-$_LANGADM['AdminSupplyOrders47a5f0fd0457fe4eea29261cd6e12f30'] = 'Stock: Create new supply order';
-$_LANGADM['AdminSupplyOrders8bac43e7bc0d8ecd73fc9af2c574cb49'] = 'Stock: Manage supply order';
-$_LANGADM['AdminSupplyOrders66f6181bcb4cff4cd38fbc804a036db6'] = 'template';
-$_LANGADM['AdminSupplyOrders52d941ee8ed2182bbc04d5be716aa336'] = 'You must have at least one warehouse. See Stock/Warehouses';
-$_LANGADM['AdminSupplyOrders58930025e1f95d65035e0df5d6c2ae41'] = 'Order information';
-$_LANGADM['AdminSupplyOrders3dd42bfc8345e82c43b4a40a3426ec49'] = 'Reference:';
-$_LANGADM['AdminSupplyOrders501df55761a6d54d5792c1cc8898b6cc'] = 'This is the reference for your order.';
-$_LANGADM['AdminSupplyOrders90bf278fe4384c50cd3ba3eb9d3c5393'] = 'Supplier:';
-$_LANGADM['AdminSupplyOrdersa05cbdb50dce094de8ecc4fee0738608'] = 'Select the supplier from whom you are buying products.';
-$_LANGADM['AdminSupplyOrders3b0fabb7eb58b3c6a155d65a636bba45'] = 'Be careful! When changing this field, all products already added to the order will be removed.';
-$_LANGADM['AdminSupplyOrders0c0d054c2c707309be2e70fb9ed7c571'] = 'Warehouse:';
-$_LANGADM['AdminSupplyOrders55f20a42aade6fe15b5770f17fad6cdb'] = 'Select the warehouse to which you want the order to be sent.';
-$_LANGADM['AdminSupplyOrders77295c7d814e7397c55f64ec06313984'] = 'Currency:';
-$_LANGADM['AdminSupplyOrders96da8d9bc0488f22c84c582e997dfefc'] = 'The currency of the order.';
-$_LANGADM['AdminSupplyOrders01c199452986ff218ac139f737f2344c'] = 'Order Language:';
-$_LANGADM['AdminSupplyOrders95ee0e6d156efeb9665ebd17536c8d04'] = 'The language of the order.';
-$_LANGADM['AdminSupplyOrders7f3b172f3d76401bc6a4ebc83e325b76'] = 'Global discount rate (%):';
-$_LANGADM['AdminSupplyOrders637ac3c7c32bfe885eb2d89e04b6154f'] = 'This is the global discount rate in percent for the order.';
-$_LANGADM['AdminSupplyOrders50cbe532b5b2f6496f426edaffe954c8'] = 'Automatically load products:';
-$_LANGADM['AdminSupplyOrders3087c43f492d4127a9e129d86948cdc7'] = 'This will reset the order';
-$_LANGADM['AdminSupplyOrdersdcdbac868fdbe2c64cf161a15785efc0'] = 'If specified, each product which quantity is less than or equal to this value will be loaded.';
-$_LANGADM['AdminSupplyOrdersa3bc16892719ebd4d9c552bebe1b6358'] = 'Save order';
-$_LANGADM['AdminSupplyOrders56cd149db27364db31377617d14c7465'] = 'Expected delivery date:';
-$_LANGADM['AdminSupplyOrders823ed3d61b83a6977cbb5d07667750e5'] = 'This is the expected delivery date for this order.';
-$_LANGADM['AdminSupplyOrdersfb010d572a73e208307bb7b7037fbd58'] = 'Please note that if you wish to order products, they have to be available for the specified Supplier/Warehouse.';
-$_LANGADM['AdminSupplyOrders76531b34e5462644fa2fd92891d02e30'] = 'See Catalog/Products/Your Product/Suppliers & Warehouses';
-$_LANGADM['AdminSupplyOrdersabae8de803e3505ebf82c0b2be7e6b11'] = 'Also, changing the currency or the supplier will reset the order.';
-$_LANGADM['AdminSupplyOrdersa322aa8b6f2451e69ef22d92c2f40cf4'] = 'Finaly, please note that you can only order from one supplier at a time.';
-$_LANGADM['AdminSupplyOrders41e96bfadfdd83863b899b6609b59902'] = 'Export Orders (CSV)';
-$_LANGADM['AdminSupplyOrdersb265176ea29e777067908c30b2cf4300'] = 'Export Orders Details (CSV)';
-$_LANGADM['AdminSupplyOrdersef61fb324d729c341ea8ab9901e23566'] = 'Add new';
-$_LANGADM['AdminSupplyOrdersbe4b9aee1183cc8f85c4939e157b1af7'] = 'This interface allows you to manage supply orders.';
-$_LANGADM['AdminSupplyOrdersf3c8f09c9783c99d5481fa65d62f7aa1'] = 'Also, you can create templates that you can use later to generate actual orders.';
-$_LANGADM['AdminSupplyOrderse565326ee896f9e7e5159b2da3fc4e89'] = 'You must have at least one warehouse before creating supply orders. See Stock/Warehouses';
-$_LANGADM['AdminSupplyOrders7a60d26747fb7083fd0e068775410b02'] = 'There is nothing to export as a CSV.';
-$_LANGADM['AdminSupplyOrders27bf65260c3bafcdd9f940b1d756e50f'] = 'Stock: Supply order templates';
-$_LANGADM['AdminSupplyOrdersae2b83a081959fff7ab2e96f4ce972d1'] = 'Add new template';
-$_LANGADM['AdminSupplyOrderse450bbb38cb2b9bf61b33e5d4caa4610'] = 'The specified supply order is not valid';
-$_LANGADM['AdminSupplyOrders84f632911d029cdf126102dcd1fcbe69'] = 'Supply Order Status';
-$_LANGADM['AdminSupplyOrders4a0a1cc9ad605686e529ca623d87cfbb'] = 'Be careful when changing status. Some of them cannot be changed afterwards (Canceled, for instance).';
-$_LANGADM['AdminSupplyOrdersbc67a1507258a758c3a31e66d7ceff8f'] = 'Supplier Reference';
-$_LANGADM['AdminSupplyOrders52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13';
-$_LANGADM['AdminSupplyOrdersfbd99ad01b92dbafc686772a39e3d065'] = 'UPC';
-$_LANGADM['AdminSupplyOrders49ee3087348e8d44e1feda1917443987'] = 'Name';
-$_LANGADM['AdminSupplyOrdersf41ae601e7966d2ae3d0594faf1782d2'] = 'Quantity received today?';
-$_LANGADM['AdminSupplyOrdersdf18b275b17ac6e8e1af51788acd241d'] = 'Enter here the quantity you received today';
-$_LANGADM['AdminSupplyOrdersb38c75d79396ac1eeb4418513c26e3ce'] = 'Quantity received';
-$_LANGADM['AdminSupplyOrders17fe16e88ac2e6fc0a5a9ed7f0d87ba2'] = 'Quantity expected';
-$_LANGADM['AdminSupplyOrders34b7f58be1d92fa7239221d28fbba6ab'] = 'Quantity left';
-$_LANGADM['AdminSupplyOrders4190a1cbc60978583d4a3fe009850fa8'] = 'This is the quantity left to receive';
-$_LANGADM['AdminSupplyOrders6591ba00df852d6b546d30766a543540'] = 'Update selected';
-$_LANGADM['AdminSupplyOrdersfec53fed4ef21abd9053bae63859b355'] = 'Update selected items?';
-$_LANGADM['AdminSupplyOrdersff8affac9cbd332520bf040cefe1503d'] = 'Receipt of products for supply order #%s';
-$_LANGADM['AdminSupplyOrdersa7adb0d634f18509d11d206f18d23364'] = 'This interface allows you to update the quantities of this ongoing order.';
-$_LANGADM['AdminSupplyOrdersa2108b0ea15cc69a3c4fabd9b4f9e0dc'] = 'Be careful : once you update, you cannot go back unless you add new negative stock movements.';
-$_LANGADM['AdminSupplyOrders2a33974dea4175f30185cb56486ac8a4'] = 'Please not that a green line means that you received what you expected, and a red line means that you received more than expected.';
-$_LANGADM['AdminSupplyOrders06e3d36fa30cea095545139854ad1fb9'] = 'field';
-$_LANGADM['AdminSupplyOrders66b736f3ce97bd829c88143dc5e0b387'] = 'Please verify the product information:';
-$_LANGADM['AdminSupplyOrders3d2d028c987facca2791700d1688c84c'] = 'You do not have the required permission to add a supply order.';
-$_LANGADM['AdminSupplyOrdersc4bf568036e969abaa6f078c2e3b42cb'] = 'You do not have the required permission to edit an order.';
-$_LANGADM['AdminSupplyOrders227ec9e4ecfa16aaa58914d3cf18fc38'] = 'The reference has to be unique.';
-$_LANGADM['AdminSupplyOrdersc3b6976b915b84f6e06ef65690025daf'] = 'The selected supplier is not valid.';
-$_LANGADM['AdminSupplyOrders87fbc5e77eaec90d590f5f66d9bdc05c'] = 'The selected warehouse is not valid.';
-$_LANGADM['AdminSupplyOrders79037dcfa176cabd85c98785a5882681'] = 'The selected currency is not valid.';
-$_LANGADM['AdminSupplyOrders3959aa0881898af66624b618fa15913b'] = 'The date you specified cannot be in the past.';
-$_LANGADM['AdminSupplyOrders20f7af1d2a1796fc9dd031535b17e1c3'] = 'You do not have permission to change the order status.';
-$_LANGADM['AdminSupplyOrders361c5a6b314d3f49abb02c635a57a79c'] = 'The selected supply order status is not valid.';
-$_LANGADM['AdminSupplyOrders7e10aef8661fb91318096a5eb75bdd2b'] = 'The supply order id is not valid.';
-$_LANGADM['AdminSupplyOrders7f90e23d701f6b735bf7cfaf126d83a9'] = 'It is not possible to change the status of this order because you did not order any products';
-$_LANGADM['AdminSupplyOrdersb37e45f363d33def0cf339ea82432b3d'] = 'supply_orders';
-$_LANGADM['AdminSupplyOrders527ce282b377b7ffeb471f240dbb1812'] = 'supply_orders_details';
-$_LANGADM['AdminSupplyOrders45c58bc279cb78e96493723f9d76096e'] = 'supply_order';
-$_LANGADM['AdminSupplyOrdersa86ed51dc97b4993b7f47c3c4cbdd5e4'] = 'You did not select any product to update';
-$_LANGADM['AdminSupplyOrderscdda51b2f550962155ccf8d741760d0a'] = 'Quantity (%d) for product #%d is not valid';
-$_LANGADM['AdminSupplyOrders81cf8947d0c54092d1656e0688f65f0e'] = 'Warehouse could not be loaded';
-$_LANGADM['AdminSupplyOrders54f512fa965269c7f3d5b89e57c2d1cd'] = 'Something went wrong when adding products to the warehouse';
-$_LANGADM['AdminSupplyOrdersd4fbcc45d611a62316d9bc832a2fdec5'] = 'Update ongoing receipt of products';
-$_LANGADM['AdminSupplyOrders017fa7034aebd0807431e47e490561ba'] = 'Change state';
-$_LANGADM['AdminSupplyOrdersf8c885a9e40802eacb4af2d7e138d2ca'] = 'Use this template to create a supply order';
-$_LANGADM['AdminSupplyOrders3ceab085ee91049e822ee4ec4ebbc635'] = 'Are you sure you want to use this template?';
-$_LANGADM['AdminSupplyOrders236d0eb7130ba05580fa0cb21f6b968d'] = 'Last update';
-$_LANGADM['AdminSupplyOrdersf8c8b903cb2e4f297e4b96d4b9c1e98a'] = 'Employee';
-$_LANGADM['AdminSupplyOrders8ea11933d562a626b5b22b678f19115a'] = 'This interface allows you to display detailed information on your order.';
-$_LANGADM['AdminSupplyOrders409df5506de6400241b28f14c4c643ae'] = 'This interface allows you to display detailed information on your order template.';
-$_LANGADM['AdminSupplyOrders3e398eaa9a5039a446766822f06ed5ef'] = 'Details on supply order #%s';
-$_LANGADM['AdminSupplyOrdersba45e160eb1c9b442726c23f3a6335e1'] = 'Details on supply order template #%s';
-$_LANGADM['AdminSupplyOrderscddb91d856108b4431ebc2a9f79d4769'] = 'Unit price (tax excl.)';
-$_LANGADM['AdminSupplyOrders694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantity';
-$_LANGADM['AdminSupplyOrderse192956d901dff59c35fd2c477ed28d6'] = 'Price (tax excl.)';
-$_LANGADM['AdminSupplyOrders9e57c2dbcacea5e2e8aa3edde11cf976'] = 'Discount rate';
-$_LANGADM['AdminSupplyOrders750e69bef66d0791e96a64e8de236c2b'] = 'Discount value (tax excl.)';
-$_LANGADM['AdminSupplyOrders85f92596ca244c4ee55a15e3038bfa1c'] = 'Price with product discount (tax excl.)';
-$_LANGADM['AdminSupplyOrders20a34c4e30c5bbe1d3f870ac55f0d831'] = 'Tax rate';
-$_LANGADM['AdminSupplyOrders699e6bd4690ed3bd5f658052e12aba04'] = 'Tax value';
-$_LANGADM['AdminSupplyOrders77eb276f5dcdf4fbca854e908216f7b2'] = 'Price (tax incl.)';
-$_LANGADM['AdminSupplyOrdersb3621803ceee76c6f20b7751f9092a0d'] = 'Export as PDF';
-$_LANGADM['AdminSupplyOrdersd37faa29432d65368723e141a02fb55c'] = 'Export as CSV';
-$_LANGADM['AdminSupplyOrdersc9cc8cce247e49bae79f15173ce97354'] = 'Save';
-$_LANGADM['AdminSupplyOrdersea4788705e6873b424c65e91c2846b19'] = 'Cancel';
-$_LANGADM['AdminSupplyOrders9ea67be453eaccf020697b4654fc021a'] = 'Save and stay';
-$_LANGADM['AdminSupplyOrdersaf6c86ce8f9c0bcc9cefd56adc9ab72d'] = 'This template could not be copied.';
-$_LANGADM['AdminSupplyOrders42992e6e5404736bfe16ffa1ffccd80b'] = 'Manage the products you want to order from your supplier';
-$_LANGADM['AdminSupplyOrders8283f677c144f5374cf9ddb006231b4a'] = 'To add a product to the order, type the first letters of the product name, then select it from the drop-down list:';
-$_LANGADM['AdminSupplyOrders8a55b1c5c98005ad17c95c16fe01506f'] = 'Add a product to the supply order';
-$_LANGADM['AdminSupplyOrdersb84830b4acb0fe69624fc930af058688'] = 'Unit Price (tax excl.)';
-$_LANGADM['AdminSupplyOrdersf2a6c498fb90ee345d997f888fce3b18'] = 'Delete';
-$_LANGADM['AdminSupplyOrdersfc1267ed24e9b441105bf29487ff583a'] = 'Remove this product from the order';
-$_LANGADM['AdminSupplyOrders97f014aa339f5b37951f100fb1a086d8'] = 'Please select at least one product.';
-$_LANGADM['AdminSupplyOrders18fd021e2daf48300d98147076727f75'] = 'Filter by warehouse:';
-$_LANGADM['AdminSupplyOrdersf4644e265924c832e4d8f398fedd5678'] = 'Choose not to display completed/canceled orders:';
-$_LANGADM['AdminSupplyOrders278c491bdd8a53618c149c4ac790da34'] = 'Template';
-$_LANGADM['AdminSupplyOrders997c785cce775d7c1014ffbd6e446d50'] = 'General information';
-$_LANGADM['AdminSupplyOrders323f80595bcbd43d7f0f350dd79e959e'] = 'Creation date:';
-$_LANGADM['AdminSupplyOrders6d2e7477916d118eb0a377fd13af4f63'] = 'Last update:';
-$_LANGADM['AdminSupplyOrders94e1eef00c84428391aa022c7572d889'] = 'Delivery expected:';
-$_LANGADM['AdminSupplyOrders54853de8bb8bbf33317d15d337a00408'] = 'Global discount rate:';
-$_LANGADM['AdminSupplyOrders068f80c7519d0528fb08e82137a72131'] = 'Products';
-$_LANGADM['AdminSupplyOrders290612199861c31d1036b185b4e69b75'] = 'Summary';
-$_LANGADM['AdminSupplyOrdersf107f5a9ee4ecea58d0f29ae7959baa8'] = 'Designation';
-$_LANGADM['AdminSupplyOrders689202409e48743b914713f96d93947c'] = 'Value';
-$_LANGADM['AdminSupplyOrders8faf99e02e4d0ccb4dd933404f87a4ea'] = 'Total (tax excl.)';
-$_LANGADM['AdminSupplyOrders104d9898c04874d0fbac36e125fa1369'] = 'Discount';
-$_LANGADM['AdminSupplyOrders618fe9cb3d025cd1a6d3a1dc2631d4d2'] = 'Total with discount (tax excl.)';
-$_LANGADM['AdminSupplyOrdersb602e0d0c6a72053d0a5be60cb2f8126'] = 'Total Tax';
-$_LANGADM['AdminSupplyOrdersadc852563bca51fb6b10c7905010406d'] = 'Total (tax incl.)';
-$_LANGADM['AdminSupplyOrders448634536559b1f8aaa975e0aa12b930'] = 'TOTAL TO PAY';
-$_LANGADM['AdminImportaf1b98adf7f686b84cd0b443e022b7a0'] = 'Categories';
-$_LANGADM['AdminImport068f80c7519d0528fb08e82137a72131'] = 'Products';
-$_LANGADM['AdminImportb9208b03bcc9eb4a336258dcdcb66207'] = 'Combinations';
-$_LANGADM['AdminImporte6d0e1c8fc6a4fcf47869df87e04cd88'] = 'Customers';
-$_LANGADM['AdminImport284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Addresses';
-$_LANGADM['AdminImport2377be3c2ad9b435ba277a73f0f1ca76'] = 'Manufacturers';
-$_LANGADM['AdminImport1814d65a76028fdfbadab64a5a8076df'] = 'Suppliers';
-$_LANGADM['AdminImport2dc88e28e0f7168a328ddf9cde304444'] = 'SupplyOrders';
-$_LANGADM['AdminImport4eb3545dc4d3038f0b8e79e037b17950'] = 'SupplyOrdersDetails';
-$_LANGADM['AdminImportb8495b50f5c172ebad1cc5c615548afa'] = 'Ignore this column';
-$_LANGADM['AdminImport97f08a40f22a625d0cbfe03db3349108'] = 'Product ID';
-$_LANGADM['AdminImport8ae880593c2afcc7da6d3530513a05d6'] = 'Attribute (Name:Type:Position)';
-$_LANGADM['AdminImporte1b8b0be45098d71aba659e1149ea395'] = 'Value (Value:Position)';
-$_LANGADM['AdminImport63d5049791d9d79d86e9a108b0a999ca'] = 'Reference';
-$_LANGADM['AdminImport52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13';
-$_LANGADM['AdminImportfbd99ad01b92dbafc686772a39e3d065'] = 'UPC';
-$_LANGADM['AdminImportc804723ccdde3d7a46933b208c6f928d'] = 'Wholesale price';
-$_LANGADM['AdminImport622d67c7a2ea6386a4480e02b12fadd8'] = 'Impact on price';
-$_LANGADM['AdminImporte92cfa244b5eb9025d07522080468445'] = 'Ecotax';
-$_LANGADM['AdminImport694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantity';
-$_LANGADM['AdminImportac0b7d0703609cbbfa09b53f8d793d29'] = 'Minimal quantity';
-$_LANGADM['AdminImport3c1a34587e45bd9e9ae2efd9a6ecbb92'] = 'Impact on weight';
-$_LANGADM['AdminImport7a1920d61156abc05a60135aefe8bc67'] = 'Default';
-$_LANGADM['AdminImport9b93b45649ec5961b8cc84e905964683'] = 'Image position';
-$_LANGADM['AdminImport427b6d816d7fdd86cabe48d8180a3cc9'] = 'Image URL';
-$_LANGADM['AdminImport4f5dc004cdd01ec9cf7fbbcf9f812aa7'] = 'Delete existing images (0 = No, 1 = Yes)';
-$_LANGADM['AdminImportf8a0fa3674c3336359b77bbe8e942a2c'] = 'ID / Name of shop';
-$_LANGADM['AdminImport358c9e7c439302610c91d2c990c66f23'] = 'Ignore this field if you don\'t use the Multistore tool. If you leave this field empty, default shop will be used';
-$_LANGADM['AdminImportb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminImportfd0dcc6233b026d257763713c133cf72'] = 'Active (0/1)';
-$_LANGADM['AdminImport2688a544cd5ac33f27ab78c8d8c3acaa'] = 'Name *';
-$_LANGADM['AdminImport52b68aaa602d202c340d9e4e9157f276'] = 'Parent category';
-$_LANGADM['AdminImport6c7c9fbb27699c4018dc15744547b4a4'] = 'Root category (0/1)';
-$_LANGADM['AdminImportde5beace60f0caa4a679e6debde15092'] = 'A category root is where a category tree can begin. This is used with multishop';
-$_LANGADM['AdminImportb5a7adde1af5c87d7fd797b6245c2a39'] = 'Description';
-$_LANGADM['AdminImporta51d7d2f3e952dfcf1e12ae572d7b337'] = 'Meta-title';
-$_LANGADM['AdminImport5482749e99fa2d325e607075c3fd1c7a'] = 'Meta-keywords';
-$_LANGADM['AdminImport2a982c2c140ad66259355df1e2c5b69f'] = 'Meta-description';
-$_LANGADM['AdminImportc1a59288c830561834340f6e7d969401'] = 'URL rewritten';
-$_LANGADM['AdminImportdf8ffb90c945e796f2cfd9265325b9c3'] = 'Categories (x,y,z...)';
-$_LANGADM['AdminImport4da86e0470f0b14e4e516442202a8d26'] = 'Price tax excl.';
-$_LANGADM['AdminImportf0a8011e2482cf9351b7bf565c7950ad'] = 'Price tax incl.';
-$_LANGADM['AdminImportecc2c839377d44e39486e231322de623'] = 'Tax rules ID';
-$_LANGADM['AdminImportb548dcad953710689b3066823b90f517'] = 'On sale (0/1)';
-$_LANGADM['AdminImportb30690be173bcd4a83df0cd68f89a385'] = 'Discount amount';
-$_LANGADM['AdminImport5d01d5588119abec82fd8004995de275'] = 'Discount percent';
-$_LANGADM['AdminImportbfd574f8096a396d831b1c1ac88c75d1'] = 'Discount from (yyyy-mm-dd)';
-$_LANGADM['AdminImport48d6c0804dd92fb5463bba154a8a747f'] = 'Discount to (yyyy-mm-dd)';
-$_LANGADM['AdminImport6928b30c9f87670d7621fe8f1fef7054'] = 'Reference #';
-$_LANGADM['AdminImportc7d4affd54ce760d4731e21e3aa506fd'] = 'Supplier reference #';
-$_LANGADM['AdminImportec136b444eede3bc85639fac0dd06229'] = 'Supplier';
-$_LANGADM['AdminImportc0bd7654d5b278e65f21cf4e9153fdb4'] = 'Manufacturer';
-$_LANGADM['AdminImport8c489d0946f66d17d73f26366a4bf620'] = 'Weight';
-$_LANGADM['AdminImportc1069a480848e06782b81b8bea9c0c94'] = 'Short description';
-$_LANGADM['AdminImportbede52f418b34b1ab0db65f9450bdfc3'] = 'Tags (x,y,z...)';
-$_LANGADM['AdminImport3613358eb490e62266eafaf2a9eede68'] = 'Text when in stock';
-$_LANGADM['AdminImport21d39d4b7191de15242c3d75ae9170ce'] = 'Text when backorder allowed';
-$_LANGADM['AdminImportf2149c422ab7577f063b69a2884d17f0'] = 'Available for order';
-$_LANGADM['AdminImport21f7b5b011f253b35340528b7f190282'] = 'Product creation date';
-$_LANGADM['AdminImporte1a5e653bc356ed6745d6814d50213eb'] = 'Show price';
-$_LANGADM['AdminImport4d2589e1bcd4263cb99927b59f0f88d2'] = 'Image URLs (x,y,z...)';
-$_LANGADM['AdminImportecde3e896afb64e9a48781b8363b9a03'] = 'Feature(Name:Value:Position)';
-$_LANGADM['AdminImport66a73af45237b82a6a3e2e4217ebe69f'] = 'Available online only';
-$_LANGADM['AdminImport9e2941b3c81256fac10392aaca4ccfde'] = 'Condition';
-$_LANGADM['AdminImporta10d0bff85112a2b35f885a38088cd20'] = 'Active (0/1)';
-$_LANGADM['AdminImport3127e7f621d0c85f7db40e56dbec10c3'] = 'Gender ID (Mr = 1, Ms = 2, else 0)';
-$_LANGADM['AdminImportfd90e8dd48a4f75b240cc0f87b1da451'] = 'E-mail *';
-$_LANGADM['AdminImportfa55b690a40b612af02ba2958cd6cb71'] = 'Password *';
-$_LANGADM['AdminImporte791ac244233afc29b6f16f20b6e8e1f'] = 'Birthday (yyyy-mm-dd)';
-$_LANGADM['AdminImport8340505ddafcba256c7b9b2b8643bffd'] = 'Lastname *';
-$_LANGADM['AdminImport06f3fb7ee08834bb2e77d55f61c090be'] = 'Firstname *';
-$_LANGADM['AdminImportb884d81a33fb67e1d4fe450b3cbde8d6'] = 'Newsletter (0/1)';
-$_LANGADM['AdminImport0526a624e9dd2a548ee8c3fbefad0b96'] = 'Opt-in (0/1)';
-$_LANGADM['AdminImport01f30cc97564a56c119068478c42c1a6'] = 'Alias *';
-$_LANGADM['AdminImportf90e807b74928118048a1a6fa65ebfe5'] = 'Customer e-mail';
-$_LANGADM['AdminImport1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Company';
-$_LANGADM['AdminImport42c79d65619a9c13d81045f2fe5998aa'] = 'Address 1 *';
-$_LANGADM['AdminImport2e21e83375deefc4a3620ab667157e27'] = 'Address 2';
-$_LANGADM['AdminImport016382f8033b4456071a3beabecfea85'] = 'Postcode*/ Zipcode*';
-$_LANGADM['AdminImportc05439c165c2d03540b424b6aea96781'] = 'City *';
-$_LANGADM['AdminImportfe85a08ae01fa46c3e1e05c7a61fd85d'] = 'Country *';
-$_LANGADM['AdminImport46a2a41cc6e552044816a2d04634545d'] = 'State';
-$_LANGADM['AdminImport6311ae17c1ee52b36e68aaf4ad066387'] = 'Other';
-$_LANGADM['AdminImportbcc254b55c4a1babdf1dcb82c207506b'] = 'Phone';
-$_LANGADM['AdminImport5020eaae41baf0caa37bcb73b4a12934'] = 'Mobile Phone';
-$_LANGADM['AdminImport7cb32e708d6b961d476baced73d362bb'] = 'VAT number';
-$_LANGADM['AdminImport3d1c10fcfac7da07fdb8b9f99d1c0901'] = 'ID / Name of group shop';
-$_LANGADM['AdminImport9b1f5ada3db7e58544806a11099b7103'] = 'Supplier ID *';
-$_LANGADM['AdminImport84560d7d7c4d97c640d09a58491a3677'] = 'Lang ID';
-$_LANGADM['AdminImport8954e2e0d62b56db3c10df45a7602cd3'] = 'Warehouse ID *';
-$_LANGADM['AdminImportdfa8db9b8d08689d8a23067e93ef4ef9'] = 'Currency ID *';
-$_LANGADM['AdminImporte11d1e5d17a3f9ce34faccbb5cc61394'] = 'Supply Order Reference *';
-$_LANGADM['AdminImportf9c5030e9d71a6ba285489576e1d0e3f'] = 'Delivery Date (Y-M-D)*';
-$_LANGADM['AdminImport6703aa9936582b4381418f7d523370b4'] = 'Discount Rate';
-$_LANGADM['AdminImport278c491bdd8a53618c149c4ac790da34'] = 'Template';
-$_LANGADM['AdminImportc5d4da7adbd98e284ef9a8733a9ceaf2'] = 'Product ID *';
-$_LANGADM['AdminImport41b00531a619d5e0f965854e352529f1'] = 'Product Attribute ID';
-$_LANGADM['AdminImport126a24b89fc776b9da2dd1963c058b28'] = 'Unit Price (tax excl.)*';
-$_LANGADM['AdminImportf41a10a672cbcdecaad1d2f73f30b1f8'] = 'Quantity Expected *';
-$_LANGADM['AdminImport8fe77c2601e54f1aaef28cfde997bbad'] = 'Tax Rate';
-$_LANGADM['AdminImportfb30e78874e1485a0d7e3fa8ae5f7d61'] = 'directory import on admin directory must be writable (CHMOD 755 / 777)';
-$_LANGADM['AdminImportea4788705e6873b424c65e91c2846b19'] = 'Cancel';
-$_LANGADM['AdminImport2415390fb5052bb8221a93c9fc51b17f'] = 'Import .CSV data';
-$_LANGADM['AdminImport92e74658e81859382db4a52efab2cb09'] = 'You must upload a file for go to the next step';
-$_LANGADM['AdminImporte81c4e4f2b7b93b481e13a8553c2ae1b'] = 'or';
-$_LANGADM['AdminImport4059b0251f66a18cb56f544728796875'] = 'Info';
-$_LANGADM['AdminImport87aae49bd054f2cfa4b7b395dee5f2d3'] = 'Discount is invalid';
-$_LANGADM['AdminImport664d4132fc8dc3a158be4692b4246528'] = 'Tags list is invalid';
-$_LANGADM['AdminImport964e5a863ba051181f8f537626f5c953'] = 'Supplier is invalid';
-$_LANGADM['AdminImport6d5030fd40c1e08767b4b70d3786b0fb'] = 'Supplier ID (%d) is not valid (at line %d).';
-$_LANGADM['AdminImport0c8476c5f5cdedcf296f6b3c22e0dffb'] = 'Lang ID (%d) is not valid (at line %d).';
-$_LANGADM['AdminImport95a6134288586bc854f6793506d00efd'] = 'Warehouse ID (%d) is not valid (at line %d).';
-$_LANGADM['AdminImport8fb2f7240d1cbeb86010e76827af5751'] = 'Currency ID (%d) is not valid (at line %d).';
-$_LANGADM['AdminImport2eca847eb03cb63596621d5480ca7c24'] = 'Reference (%s) already exists (at line %d).';
-$_LANGADM['AdminImport81b08ee619a14697b41957b33b94eb49'] = 'Date (%s) is not valid (at line %d). Format: %s.';
-$_LANGADM['AdminImport70e7a6fcceb39a1e3ea3925182b85d18'] = 'YYYY-MM-DD';
-$_LANGADM['AdminImportc8d9173d79c5d4c90be6f9daaec5f617'] = 'Date (%s) cannot be in the past (at line %d). Format: %s.';
-$_LANGADM['AdminImport8f7627c77b01dc968a9665c0156da405'] = 'Discount rate (%d) is not valid (at line %d). %s.';
-$_LANGADM['AdminImportf21ee1cc0e2e0a47deb2fc8726f406fa'] = 'Format: between 0 and 100';
-$_LANGADM['AdminImport8985093401a36bb0b31a127caccfaf0d'] = 'Supply Order (%d) is not editable (at line %d).';
-$_LANGADM['AdminImport6afcfa28445fa35c1f6618a471891ed8'] = 'Supply Order could not be saved (at line %d).';
-$_LANGADM['AdminImportbb19d4490bdc48656603c0a7ef30db73'] = 'Supply Order (%s) could not be loaded (at line %d).';
-$_LANGADM['AdminImport8ee9e2197f102def04f9ef8e3a9753f9'] = 'Product (%d/%D) cannot be added twice (at line %d).';
-$_LANGADM['AdminImport0a657a7416c29bdc5b134b61b863e7ee'] = 'Product (%d/%d) is not available for this order (at line %d).';
-$_LANGADM['AdminImportca676c9ec4e1ae9fe9df3ac28910e6ef'] = 'Unit Price (tax excl.) (%d) is not valid (at line %d).';
-$_LANGADM['AdminImport406eba9770c82a84cae2d6ee3e846a56'] = 'Quantity Expected (%d) is not valid (at line %d).';
-$_LANGADM['AdminImport7abccc0f7eefd61743e408d28aac7cff'] = 'an error occurred while uploading and copying file';
-$_LANGADM['AdminImport0a3d8a674faf5d3b70784c58a4d61d89'] = 'Please select what you would like to import';
-$_LANGADM['AdminImport0e54046ff37bbcbb8f43d25e5de36d7c'] = 'Your .CSV file has been sucessfully imported into your shop.';
-$_LANGADM['AdminImport05fd7d5b9c8aa44117e13d22445b42ee'] = 'Are you sure you want to delete';
-$_LANGADM['AdminImportd1457b72c3fb323a2671125aef3eab5d'] = '?';
-$_LANGADM['AdminImportb2ec03f98cab81a60aeabc4982ccc96a'] = 'Select your CSV file';
-$_LANGADM['AdminImport93d76a2ad766b4f564f7f91a9d23aed6'] = 'You can also upload your file via FTP to the following directory:';
-$_LANGADM['AdminImport91412465ea9169dfd901dd5e7c96dd99'] = 'Upload';
-$_LANGADM['AdminImport9e742d3cf5f5ef472a9425a47e344305'] = 'Only UTF-8 and ISO-8859-1 encoding are allowed';
-$_LANGADM['AdminImport4a49c8f248ebc1550c23159dbe0f1ace'] = 'Note that our samples are available below.';
-$_LANGADM['AdminImportcbfb910715c99134a5987630fff104da'] = 'Sample Categories file';
-$_LANGADM['AdminImporte6d1ad59ffb524154c47ef02bb67bb79'] = 'Sample Products file';
-$_LANGADM['AdminImport2a08996307b8694521492f3ca7b5df40'] = 'Sample Combinations file';
-$_LANGADM['AdminImportb12be4b8c3871a251b314b36da7b847e'] = 'Sample Customers file';
-$_LANGADM['AdminImporteafce46b9013f4d12336785c388b664c'] = 'Sample Addresses file';
-$_LANGADM['AdminImportbff864d01b21cb26ead205b696079beb'] = 'Sample Manufacturers file';
-$_LANGADM['AdminImport2028e5ca793760b03ead6560e353b6f2'] = 'Sample Suppliers file';
-$_LANGADM['AdminImport133eea6c50bd91342a97216a6204975a'] = 'Supply Orders sample file';
-$_LANGADM['AdminImportbff08c171a63237e13d3e0d15a1f3a2c'] = 'Supply Orders Details sample file';
-$_LANGADM['AdminImport72d6d7a1885885bb55a565fd1070581a'] = 'Import';
-$_LANGADM['AdminImportdf917adff915d5518c45ae6dc521783b'] = 'Your CSV file (%d files):';
-$_LANGADM['AdminImporte951d2acc0ef475b62b892690abb80d8'] = 'Your CSV file (%d file):';
-$_LANGADM['AdminImport11cb471ed9acf58bfb7fda59ebbbce5f'] = 'What kind of Entity would you like to import?';
-$_LANGADM['AdminImport2a1a026f56b4c51cc839e513370379fd'] = 'Language of the file';
-$_LANGADM['AdminImporte4cdcd51e6cf787d4ecc7d813f0c23cb'] = 'The locale must be installed';
-$_LANGADM['AdminImportd66424c2034991e541dee7face1851fc'] = 'ISO-8859-1 encoded file?';
-$_LANGADM['AdminImport35ebd0ba1ead54eee9c5684437aa519b'] = 'Field separator';
-$_LANGADM['AdminImportb070d64c5a2f10b4b8eb361ba4f61833'] = 'e.g. ';
-$_LANGADM['AdminImporte08caeac3f80ffa7889cdf1c8f30111f'] = 'Multiple value separator';
-$_LANGADM['AdminImport0450d266974d92724ff4bacc3a51952e'] = 'Delete all';
-$_LANGADM['AdminImportb0b5ccb4a195a07fd3eed14affb8695f'] = 'categories';
-$_LANGADM['AdminImporta6ad4b124cbc677288bdfa3902cc72a4'] = 'before import?';
-$_LANGADM['AdminImportf8d897dac47378d6a906bbac8a6070bc'] = 'Use product reference as key?';
-$_LANGADM['AdminImportc290a5941ad6eb0d5fe8752c15c5fd78'] = 'Next step';
-$_LANGADM['AdminImportec135b63c4cd152420ce2c5c37666b88'] = 'You must upload a file for go to the next step.';
-$_LANGADM['AdminImport1f75dc38d97145cf6ba87286b8ae89b1'] = 'Note that the category import does not support categories of the same name.';
-$_LANGADM['AdminImportb990d5cecd822de3b6922abcf71549b4'] = 'Note that you can have several products with the same reference.';
-$_LANGADM['AdminImportd7fa0b529a16e87f34d8ef35054c765c'] = 'Importing Supply Order Details will first reset the products ordered, if any.';
-$_LANGADM['AdminImportc2c939d96ace56396ae13fd55e03e40d'] = 'There is no CSV file available, please upload one using the \'Upload\' button above.';
-$_LANGADM['AdminImporteb931783a286222455893fb956d52cc9'] = 'You can read informations on CSV import at:';
-$_LANGADM['AdminImport1ebf0472ae05526b07cffe01cef819b1'] = 'Read more about CSV format at:';
-$_LANGADM['AdminImportfdab87b387380c9bac4c542c90f1ce24'] = 'Available fields';
-$_LANGADM['AdminImport25a7ad3a7ab1d5e1f468448adf17f963'] = '*Required field';
-$_LANGADM['AdminImportfa3e23b7f2eed9bb3b93a9b0499624a0'] = 'Please name your matching configuration to save.';
-$_LANGADM['AdminImport2bb73bea8aa794a408230aa1005b3081'] = 'View your data';
-$_LANGADM['AdminImportb5d54fa42bc065a54e2f881ef700d833'] = 'Save and load your matching configuration';
-$_LANGADM['AdminImportc9cc8cce247e49bae79f15173ce97354'] = 'Save';
-$_LANGADM['AdminImportf19dbf2edb3a0bd74b0524d960ff21eb'] = 'Load';
-$_LANGADM['AdminImportf2a6c498fb90ee345d997f888fce3b18'] = 'Delete';
-$_LANGADM['AdminImportde8a97fd084105e9d0e74b4825b40010'] = 'Please set the value type of each column';
-$_LANGADM['AdminImportf44347857ec02907fd13f88f00ccd532'] = 'Columns cannot have the same value type';
-$_LANGADM['AdminImport1976d7f704de389d9fe064e08ea35b2d'] = 'Column';
-$_LANGADM['AdminImport1f1ea9a83dab5b3fc4d3be37fc7fc771'] = 'must be set';
-$_LANGADM['AdminImport72ef2b9b6965d078e3c7f95487a82d1c'] = 'Skip';
-$_LANGADM['AdminImport980da98409d058c365664ff7ea33dd6b'] = 'lines';
-$_LANGADM['AdminImport9c1628890f5db454a0b4aed7720de094'] = '<<';
-$_LANGADM['AdminImport22a1dae7d65f90acd53638dc81c3f376'] = '>>';
-$_LANGADM['AdminOrdersb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminOrders63d5049791d9d79d86e9a108b0a999ca'] = 'Reference';
-$_LANGADM['AdminOrders03c2e7e41ffc181a4e84080b4710e81e'] = 'New';
-$_LANGADM['AdminOrders06218411415e79be5c93e529adf6d2b1'] = 'First customer order';
-$_LANGADM['AdminOrdersce26601dac0dea138b7295f02b7620a7'] = 'Customer';
-$_LANGADM['AdminOrders96b0141273eabab320119c467cdcaf17'] = 'Total';
-$_LANGADM['AdminOrdersc453a4b8e8d98e82f35b67f433e3b4da'] = 'Payment';
-$_LANGADM['AdminOrdersec53a8c4f07baed5d8825072c89799be'] = 'Status';
-$_LANGADM['AdminOrders44749712dbec183e983dcd78a7736c41'] = 'Date';
-$_LANGADM['AdminOrdersbcd1b68617759b1dfcff0403a6b5a8d1'] = 'PDF';
-$_LANGADM['AdminOrders7442e29d7d53e549b78d93c46b8cdcfc'] = 'Orders';
-$_LANGADM['AdminOrders02c0f707ac36ba1b280e5ce66dcd6402'] = 'create order';
-$_LANGADM['AdminOrders6a5efd211a422296eab4adc476c98f0e'] = 'Return products';
-$_LANGADM['AdminOrders4ad439b4f7069964e258259e049fa90c'] = 'Standard refund';
-$_LANGADM['AdminOrders4b8def9be8f45a8d6baea36b26868965'] = 'Cancel products';
-$_LANGADM['AdminOrders4b6c6cda10a23d1bdc920f2e47e5f46f'] = 'Add a product';
-$_LANGADM['AdminOrders77fd2b4393b379bedd30efcd5df02090'] = 'Partial refund';
-$_LANGADM['AdminOrders54431df3f2451575c469f55e99a49f3a'] = 'Credit Slip for order #';
-$_LANGADM['AdminOrders18eb233b3a2b30149ab3cd15eec9b7a3'] = 'Manual order - Employee:';
-$_LANGADM['AdminOrders0d4d1c76cbf823ecde73e6a2e17672bd'] = 'Order #%1$d (%2$s) - %3$s %4$s';
-$_LANGADM['AdminOrdersaeddc664f1e95691c69ea44a5c1c18f5'] = 'This product is out of stock: ';
-$_LANGADM['AdminOrders988876a65c025870f89dca38f1c93e1b'] = 'The mail was sent to your customer.';
-$_LANGADM['AdminOrders0ec5c5bf208e4be4565e77cd6685e277'] = 'Error in sending the e-mail to your customer.';
-$_LANGADM['AdminOrders6a94d8492279c2bfd3e81f3158658980'] = '[Generated] CartRule for Free Shipping';
-$_LANGADM['AdminOrderse183b47cb3af26aadf83cddda0d47453'] = 'customized';
-$_LANGADM['AdminOrderse78b6f4eb3be046f4d25c07ce54954d4'] = 'Ref:';
-$_LANGADM['AdminOrdersdd70925db57b570bcb660d68c30d5e0b'] = 'Ref Supplier:';
-$_LANGADM['AdminOrders887ee91702c962a70b87cbef07bbcaec'] = 'tax excl.';
-$_LANGADM['AdminOrderse2e79605fc9450ec17957cf0e910f5c6'] = 'tax incl.';
-$_LANGADM['AdminOrders7dce122004969d56ae2e0245cb754d35'] = 'Edit';
-$_LANGADM['AdminOrders06933067aafd48425d67bcb01bba5cb6'] = 'Update';
-$_LANGADM['AdminOrdersea4788705e6873b424c65e91c2846b19'] = 'Cancel';
-$_LANGADM['AdminOrdersf2a6c498fb90ee345d997f888fce3b18'] = 'Delete';
-$_LANGADM['AdminOrdersb9e6daaef804c01f3847f1da8b053dd1'] = 'Picture #';
-$_LANGADM['AdminOrders853ae90f0351324bd73ea615e6487517'] = ':';
-$_LANGADM['AdminOrders1ac6ee29e9e68fb71bad91c1d34348cc'] = '%s:';
-$_LANGADM['AdminOrders1021f02536dc46ab3b07c269949e4de7'] = 'Text #%s:';
-$_LANGADM['AdminOrders3d0d1f906e27800531e054a3b6787b7c'] = 'Quantity:';
-$_LANGADM['AdminOrders6702a6e3bc2dce95c3e3b61fe578f29c'] = 'Amount:';
-$_LANGADM['AdminOrders49ee3087348e8d44e1feda1917443987'] = 'Name';
-$_LANGADM['AdminOrdersa1fa27779242b4902f7ae3bdd5c6d508'] = 'Type';
-$_LANGADM['AdminOrdersadaaee4b22041c27198d410c68d952c9'] = 'Percent';
-$_LANGADM['AdminOrdersb2f40690858b404ed10e62bdf422c704'] = 'Amount';
-$_LANGADM['AdminOrders29aa46cc3d2677c7e0f216910df600ff'] = 'Free shipping';
-$_LANGADM['AdminOrders689202409e48743b914713f96d93947c'] = 'Value';
-$_LANGADM['AdminOrders464add871e2f67e499acacb3bbc684ba'] = 'This value must be taxes included.';
-$_LANGADM['AdminOrders466eadd40b3c10580e3ab4e8061161ce'] = 'Invoice';
-$_LANGADM['AdminOrders41953cbf836297b3c96b137a2b789ccb'] = 'Apply on all invoices';
-$_LANGADM['AdminOrdersd5bd22327f46800fbd839c6fae3eaa49'] = 'If you select to create this discount for all invoices, one discount will be created per order invoice.';
-$_LANGADM['AdminOrdersec211f7c20af43e742bf2570c3cb84f9'] = 'Add';
-$_LANGADM['AdminOrders0945359809dad1fbf3dea1c95a0da951'] = 'Document';
-$_LANGADM['AdminOrdersb2ee912b91d69b435159c7c3f6df7f5f'] = 'Number';
-$_LANGADM['AdminOrdersee7197503a8a3820850df76fb406c224'] = 'Delivery slip';
-$_LANGADM['AdminOrdersf53e8d0e97c47ce70ca9c5eaa08a00d0'] = 'Credit Slip';
-$_LANGADM['AdminOrders98ab04462a3ea83fe76f4163efe755da'] = '#%d';
-$_LANGADM['AdminOrders585bc67adbb73dcca638b897fb73a900'] = 'See the document';
-$_LANGADM['AdminOrdersc12a553ab6ad810580afa3f07aa9f51f'] = 'not paid';
-$_LANGADM['AdminOrders8d4ac0e8c6f5900930ddfccd45d10abf'] = 'overpaid';
-$_LANGADM['AdminOrders8b3e7bc0ed634c2bc8ac54a4cc2e781f'] = 'Set payment form';
-$_LANGADM['AdminOrders50cd1871f950375eef4e2efce35366c6'] = 'Add note';
-$_LANGADM['AdminOrders71e2851d86b252a44c658b896c486921'] = 'Edit note';
-$_LANGADM['AdminOrders3b0649c72650c313a357338dcdfb64ec'] = 'Note';
-$_LANGADM['AdminOrdersc9cc8cce247e49bae79f15173ce97354'] = 'Save';
-$_LANGADM['AdminOrders57494d3f60983abfdea2c71f5f893cdc'] = 'No document is available';
-$_LANGADM['AdminOrders80cb34a90bc2178e9219ccc4ab106867'] = 'Generate invoice';
-$_LANGADM['AdminOrders465d60b936c982d7b57674f30ba022d0'] = 'Product:';
-$_LANGADM['AdminOrders7752d6c7d20afb7989687e202b77e10e'] = 'Combinations:';
-$_LANGADM['AdminOrders0c0d054c2c707309be2e70fb9ed7c571'] = 'Warehouse:';
-$_LANGADM['AdminOrdersaa52110dbfce51cc1ec8a163264151e2'] = 'Existing';
-$_LANGADM['AdminOrders200e62e510bab9b03c912e10a5363a7a'] = 'Create a new invoice';
-$_LANGADM['AdminOrders11a738dd0c48f1401a059bca54bc119c'] = 'Add product';
-$_LANGADM['AdminOrders4800d00deaa0a28a18151d76feb858cb'] = 'New invoice information';
-$_LANGADM['AdminOrdersf8617a92ba0a0a4eabee724eab7c9f48'] = 'Carrier:';
-$_LANGADM['AdminOrders8dbeff84ff37f5b38d4d36428fb7d193'] = 'If you don\'t select \"Free shipping,\" the normal shipping cost will be applied';
-$_LANGADM['AdminOrders5e06e98b8e6f06804f1b4cb91f474650'] = '%s refund';
-$_LANGADM['AdminOrders0d8d58008ef5dd7afce337373ef73993'] = 'Date:';
-$_LANGADM['AdminOrders914419aa32f04011357d3b604a86d7eb'] = 'Carrier';
-$_LANGADM['AdminOrders8c489d0946f66d17d73f26366a4bf620'] = 'Weight';
-$_LANGADM['AdminOrders552a0d8c17d95d5dbdc0c28217024f5a'] = 'Shipping cost';
-$_LANGADM['AdminOrders5068c162a60b5859f973f701333f45c5'] = 'Tracking number';
-$_LANGADM['AdminOrders36b4b6df120354132139341e28a3f283'] = 'Show carts and orders for this customer';
-$_LANGADM['AdminOrders9aff554dd26baa786f105ec17fdcaac1'] = 'Hide carts and orders for this customer';
-$_LANGADM['AdminOrders044083ab9d382e5bed8c049f601c509d'] = 'No voucher found';
-$_LANGADM['AdminOrders961f2247a2070bedff9f9cd8d64e2650'] = 'Choose';
-$_LANGADM['AdminOrdersafdbd71037839ec5a581febacab7bad7'] = 'No customers found';
-$_LANGADM['AdminOrders449fae749af1f675c63510eecb0b88c4'] = 'View this cart';
-$_LANGADM['AdminOrders0aed4e816d2ab18361bbfe990b4fdcde'] = 'Use this cart';
-$_LANGADM['AdminOrdersc112bd7d596888979be02bd780e6a94f'] = 'View this order';
-$_LANGADM['AdminOrders90bf4568676d012fc21b3556fbd0303b'] = 'Duplicate this order';
-$_LANGADM['AdminOrders29c14e1df15d10b73ec9605fd146b9fe'] = 'No carrier can be applied to this order';
-$_LANGADM['AdminOrders8ed07686e8486f87c4e0d491b0949904'] = 'Combination:';
-$_LANGADM['AdminOrdersda22c93ccb398c72070f4000cc7b59a1'] = 'Customization';
-$_LANGADM['AdminOrdersb9af8635591dc44009ccd8e5389722ec'] = 'No products found';
-$_LANGADM['AdminOrders43c2b5547b84d3fe632a8297c27ed20e'] = 'You must add at least one address to process the order.';
-$_LANGADM['AdminOrderscce5cb6b3f30f3c7c23e056782be13e2'] = 'Search customers:';
-$_LANGADM['AdminOrders255e1f372eaf387a5625518b67f2ef92'] = 'Search a customer by tapping the first letters of his name';
-$_LANGADM['AdminOrders257630448a4acd9cfc1ce6c7a5ce05f3'] = 'Add new customer';
-$_LANGADM['AdminOrdersa85eba4c6c699122b2bb1387ea4813ad'] = 'Cart';
-$_LANGADM['AdminOrdersffb36412a2e2c97bb96f13859ce667d1'] = 'Search a product:';
-$_LANGADM['AdminOrdersd11de921f7d92649726cb018ece43f13'] = 'Search a product by tapping the first letters of his name';
-$_LANGADM['AdminOrders7ee2b8c38a2da4a080d62d43550235f0'] = 'In stock:';
-$_LANGADM['AdminOrders2d0f6b8300be19cf35e89e66f0677f95'] = 'Add to cart';
-$_LANGADM['AdminOrdersdeb10517653c255364175796ace3553f'] = 'Product';
-$_LANGADM['AdminOrdersb5a7adde1af5c87d7fd797b6245c2a39'] = 'Description';
-$_LANGADM['AdminOrders60baadb22e80b147e4885ad16760e569'] = 'Ref';
-$_LANGADM['AdminOrders6c957f72dc8cdacc75762f2cbdcdfaf2'] = 'Unit price';
-$_LANGADM['AdminOrders03ab340b3f99e03cff9e84314ead38c0'] = 'Qty';
-$_LANGADM['AdminOrders3601146c4e948c32b6424d2c0a7f0118'] = 'Price';
-$_LANGADM['AdminOrders453c92894f48764318534163c2bb2830'] = 'The prices are without taxes.';
-$_LANGADM['AdminOrders77295c7d814e7397c55f64ec06313984'] = 'Currency:';
-$_LANGADM['AdminOrders0885f0c211f74834f0109c5abaf4cdc4'] = 'Language:';
-$_LANGADM['AdminOrders65ecdbc4016a5b66029c4ce8014642a6'] = 'Carts:';
-$_LANGADM['AdminOrders004bf6c9a40003140292e97330236c53'] = 'Action';
-$_LANGADM['AdminOrders8394f2c720f3798ff8ef93fe7e331866'] = 'Orders:';
-$_LANGADM['AdminOrders068f80c7519d0528fb08e82137a72131'] = 'Products';
-$_LANGADM['AdminOrdersea067eb37801c5aab1a1c685eb97d601'] = 'Total paid';
-$_LANGADM['AdminOrdersa82868319826fb092b73968e661b5b38'] = 'Vouchers';
-$_LANGADM['AdminOrders19d8b4cd46e3db747255c7d025042a64'] = 'Search a voucher:';
-$_LANGADM['AdminOrders11599f38f7ac080ae579f1bf32f08561'] = 'Add new voucher';
-$_LANGADM['AdminOrders284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Addresses';
-$_LANGADM['AdminOrders46ed6ee3f5867c037d5ac072a77240e3'] = 'Delivery:';
-$_LANGADM['AdminOrdersabbbd19bce9246d4a53a252efe4a8ef8'] = 'Invoice:';
-$_LANGADM['AdminOrdersbed08e8af70a98c1a8361f13ec477be0'] = 'Add new address';
-$_LANGADM['AdminOrdersea9cf7e47ff33b2be14e6dd07cbcefc6'] = 'Shipping';
-$_LANGADM['AdminOrderse79bf3cc49f1cfab3cffd8e51e819822'] = 'Delivery option:';
-$_LANGADM['AdminOrders2a4863d18d0e1d218f2f8af4311ab943'] = 'Shipping price:';
-$_LANGADM['AdminOrdersfdf9a25b5aa1ba1105aab61cb4508729'] = 'Free shipping:';
-$_LANGADM['AdminOrders107ca6f108ab1c0c66015df0f61845a9'] = 'Recycled package';
-$_LANGADM['AdminOrders0d9175fe89fb80d815e7d03698b6e83a'] = 'Gift';
-$_LANGADM['AdminOrdersbb45670bfc1611e057b9569c1fdf8003'] = 'Gift message:';
-$_LANGADM['AdminOrders290612199861c31d1036b185b4e69b75'] = 'Summary';
-$_LANGADM['AdminOrders543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Total products:';
-$_LANGADM['AdminOrders2633d6725607d13e80f5e30514b91fbe'] = 'Total vouchers:';
-$_LANGADM['AdminOrders691b338fa68b3c177c6ebbc745624c6a'] = 'Total shipping:';
-$_LANGADM['AdminOrdersabbf10987248e3f9f4722d7354fac687'] = 'Total taxes:';
-$_LANGADM['AdminOrders642da3565243a1a88ce2856d7b26287c'] = 'Total without taxes:';
-$_LANGADM['AdminOrders0a9ed0867d12a9df60d2b37fd0229b87'] = 'Total with taxes:';
-$_LANGADM['AdminOrdersae3ccb7e10314703d4d390c3010c71db'] = 'Order message:';
-$_LANGADM['AdminOrdersef8e8b3103339349e89cae1673dc9f61'] = 'Send an e-mail to the customer with the link to process the payment.';
-$_LANGADM['AdminOrders9f38710d8e9ee2338dafa9ae484b0d85'] = 'Go on payment page to process the payment.';
-$_LANGADM['AdminOrdersa0e8e26f6f9354192425b9a23227a5ba'] = 'Payment:';
-$_LANGADM['AdminOrdersa89a3ac5c30a65ae64e8d5c50b190521'] = 'Order status:';
-$_LANGADM['AdminOrders034d2690db87b737dd810afccbe41b7a'] = 'Create the order';
-$_LANGADM['AdminOrders5a9ec4ab51bd41f2618ef91ec90d55b2'] = 'You want to add more product than are available in stock, are you sure you want to add this quantity?';
-$_LANGADM['AdminOrderse2103a9e878a2280b3163e5ee098cbdf'] = 'Are you sure you want to create a new invoice?';
-$_LANGADM['AdminOrdersbcab2ed7cab19f8e119317a7e59d316a'] = 'Error: No product has been selected';
-$_LANGADM['AdminOrdersc83be02816a94669782ec8c454ef1ddf'] = 'Error: Quantity of product must be set';
-$_LANGADM['AdminOrders8a6d43c4dd6f7655b974e6c7861e33b1'] = 'Error: Price of product must be set';
-$_LANGADM['AdminOrders729a51874fe901b092899e9e8b31c97a'] = 'Are you sure?';
-$_LANGADM['AdminOrdersa6ecff447ea8327b43f5d16a924fb6be'] = 'View invoice';
-$_LANGADM['AdminOrdersf8246f1c2cfd9a81a376223428bd09d7'] = 'No invoice';
-$_LANGADM['AdminOrdersddd167afc1441dcab03a9546c8ef8b51'] = 'View delivery slip';
-$_LANGADM['AdminOrdersa6181ae0a3e0370de94efa64782a6e79'] = 'No delivery slip';
-$_LANGADM['AdminOrdersbe4254ec37a7bf0d2babdf04bce774cf'] = 'Print order';
-$_LANGADM['AdminOrders53488e4e281c04a26dc9bb8e13ef1da6'] = 'Messages:';
-$_LANGADM['AdminOrdersb52b44c9d23e141b067d7e83b44bb556'] = 'Products:';
-$_LANGADM['AdminOrders66c4c5112f455a19afde47829df363fa'] = 'Total:';
-$_LANGADM['AdminOrders1d949d2235747b894bbaae35fbf44f1d'] = 'Customer information';
-$_LANGADM['AdminOrders01abfc750a0c942167651c40d088531d'] = '#';
-$_LANGADM['AdminOrders6fe50cb3c0bf60f28ac9049ae6cb8c26'] = 'This order has been placed by a guest.';
-$_LANGADM['AdminOrdersbd7ce0f0e5b60c189cfdf67324f30d03'] = 'Transform guest into customer';
-$_LANGADM['AdminOrdersaf5730c209cb9ef0ddb9f7dc91a50e4e'] = 'This feature will generate a random password and send an e-mail to the customer';
-$_LANGADM['AdminOrders4cce03651d2ecba98c89991f3280a495'] = 'A registered customer account already exists with this e-mail address';
-$_LANGADM['AdminOrders1402e450396cb76b53b95f6e1746d700'] = 'Account registered:';
-$_LANGADM['AdminOrdersb157524c4be8c2fc80e5ef2f0b1bf1e6'] = 'Valid orders placed:';
-$_LANGADM['AdminOrders5c63fcad7f3534fdcf4ee426a54a6e00'] = 'Total spent since registration:';
-$_LANGADM['AdminOrdersfb61758d0f0fda4ba867c3d5a46c16a7'] = 'Sources';
-$_LANGADM['AdminOrders1e6d57e813355689e9c77e947d73ad8f'] = 'From:';
-$_LANGADM['AdminOrders33caa076f23f453dd4061726f3706325'] = 'To:';
-$_LANGADM['AdminOrders32dbec9b1cf9c049084874294d14dca2'] = 'Keywords:';
-$_LANGADM['AdminOrdersd460ec1b52f16b50d55978c3d4bfdc97'] = '< Prev';
-$_LANGADM['AdminOrdersdd9644efbcf9d41c5be6daed03514dd8'] = 'Next >';
-$_LANGADM['AdminOrders010cd82f1f972dc6b720536adb555533'] = 'Linked orders';
-$_LANGADM['AdminOrders55a204c5cf6c0239fb7657ebaa168c42'] = 'Order no.';
-$_LANGADM['AdminOrdersfc24bca31a0e2f75c9979c18760a4960'] = 'See the order';
-$_LANGADM['AdminOrdersf28128b38efbc6134dc40751ee21fd29'] = 'Documents';
-$_LANGADM['AdminOrders39ee8b633cf25e903203fc9e1646eac7'] = 'Don\'t forget to update your conversion rate before make this change.';
-$_LANGADM['AdminOrdersf4ec5f57bd4d31b803312d873be40da9'] = 'Change';
-$_LANGADM['AdminOrders3f3e336e2f1fa10375efd923fca18b55'] = 'Warning:';
-$_LANGADM['AdminOrders153c7809e6b00b6cbfa01b8aa9db43e3'] = 'paid instead of';
-$_LANGADM['AdminOrders7111c54c532874058efa792da6d2b05d'] = 'This warning also concerns the order ';
-$_LANGADM['AdminOrdersf38c718d5cc5ea7331d8acf533f9bf0d'] = 'This warning also concerns the next orders:';
-$_LANGADM['AdminOrdersf0aaaae189e9c7711931a65ffcd22543'] = 'Payment method';
-$_LANGADM['AdminOrders88427ec035734b45aae9f7d8859a5008'] = 'Transaction ID';
-$_LANGADM['AdminOrders1de2ed90d5b4f8b9a76682d3abaa08df'] = 'See payment informations';
-$_LANGADM['AdminOrders074d20a3d8b933b677a76337a81df873'] = 'Card Number:';
-$_LANGADM['AdminOrdersf8b1369a8e9d90da0cae0b11049309af'] = 'Not defined';
-$_LANGADM['AdminOrders21e12a8fe83def19b503a5fe335cff50'] = 'Card Brand:';
-$_LANGADM['AdminOrders660d39178ee4f28e51365f008608ba59'] = 'Card Expiration:';
-$_LANGADM['AdminOrders0110ae516fc412d9e286afdb312caeb4'] = 'Card Holder:';
-$_LANGADM['AdminOrders24dd7d199595f022b6c9dbfd17bafb55'] = 'No payment available';
-$_LANGADM['AdminOrders4fa1b6a18af39df2372766b93c513f85'] = 'Recycled packaging:';
-$_LANGADM['AdminOrders7ab3a5fd2da8022848083251c204cd38'] = 'Gift-wrapping:';
-$_LANGADM['AdminOrders940663fd4428d2c86f9a4780b6574028'] = 'Message:';
-$_LANGADM['AdminOrderse06d7593c1cd6dabef450be6c3da7091'] = 'Merchandise returns';
-$_LANGADM['AdminOrdersfcf180ebb3cd68250a42bf69795217d8'] = 'No merchandise returns yet.';
-$_LANGADM['AdminOrders0c458988127eb2150776881e2ef3f0c4'] = 'Shipping address';
-$_LANGADM['AdminOrders601d8c4b9f72fc1862013c19b677a499'] = 'Invoice address';
-$_LANGADM['AdminOrders8281efa2494e3344518040d38c11eb8a'] = 'Cannot return this product';
-$_LANGADM['AdminOrders15776e1ba343092478723387aa0844d9'] = 'Quantity to cancel is greater than quantity available';
-$_LANGADM['AdminOrderse5bd639f4d74cf2c52afada77086f788'] = 'Process a standard refund';
-$_LANGADM['AdminOrdersc4b689eeebf8e942907a1cc1d086dba6'] = 'Process a partial refund';
-$_LANGADM['AdminOrders197101c4a1b1fc503dcd6ebee127aa10'] = 'Unit Price';
-$_LANGADM['AdminOrderscc61945cbbf46721a053467c395c666f'] = 'Refunded';
-$_LANGADM['AdminOrdersfdfac28b5ad628f25649d9c2eb4fc62e'] = 'Returned';
-$_LANGADM['AdminOrdersf8a09f634b7b3ede2da34607da2aaebe'] = 'Available quantity';
-$_LANGADM['AdminOrders988fd738de9c6d177440c5dcf69e73ce'] = 'Return';
-$_LANGADM['AdminOrders76f0ed934de85cc7131910b32ede7714'] = 'Refund';
-$_LANGADM['AdminOrders8a503605957564213392d49d1e3ef1a3'] = 'For this customer group, prices are displayed as:';
-$_LANGADM['AdminOrders5f9a97c1e1ac934b2eb46a9888c3bc8c'] = 'tax excluded.';
-$_LANGADM['AdminOrders341216368d7ecd01ce32b8b9892293cf'] = 'tax included.';
-$_LANGADM['AdminOrdersef5f330df17f8c955005c26466c2463c'] = 'Merchandise returns are disabled';
-$_LANGADM['AdminOrders9d5bf15117441a1b52eb1f0808e4aad3'] = 'Discounts';
-$_LANGADM['AdminOrdersba794350deb07c0c96fe73bd12239059'] = 'Wrapping';
-$_LANGADM['AdminOrdersf14b582c1b0eab88ed5904fb781568c0'] = 'Discount name';
-$_LANGADM['AdminOrdersc990c4027126c39a93fcaaafb68732b3'] = 'Delete voucher';
-$_LANGADM['AdminOrders4320b10eab24c2b8ee337355e7deb4c6'] = 'Add a new discount';
-$_LANGADM['AdminOrders1067f7778added234b6064bc8aa0765d'] = 'Re-stock products';
-$_LANGADM['AdminOrderse413f403aa8d5253b487d09fc84e47a0'] = 'Generate a credit slip';
-$_LANGADM['AdminOrders400264c3cd8f2e65b9f19375230b59b8'] = 'Generate a voucher';
-$_LANGADM['AdminOrders711cb64729ed5b666cf97c01691f5806'] = 'Repay shipping costs';
-$_LANGADM['AdminOrders74c06eb18eeb118d7b3c623d0c717290'] = 'Refund products';
-$_LANGADM['AdminOrders341ee6bf57abde84135c32f55a607de2'] = 'Do you want to send this message to the customer?';
-$_LANGADM['AdminOrdersb55a2d6e1009d3881156a3495dd26de5'] = 'New message';
-$_LANGADM['AdminOrders936ccdb97115e9f35a11d35e3d5b5cad'] = 'Click here';
-$_LANGADM['AdminOrders9b2e4f5c43e114c3330ff9fdc69d2834'] = 'to add a comment or send a message to the customer';
-$_LANGADM['AdminOrdersfdb70f044434286838493fb91d31f6bc'] = 'to see all messages';
-$_LANGADM['AdminOrdersdc8d1b4e8c9bdf1eed97eb9ed5877a43'] = 'Do you want to overwrite your existing message?';
-$_LANGADM['AdminOrders2ab74fb771ac34b95b1657895282d5d9'] = 'Choose a standard message';
-$_LANGADM['AdminOrdersb7623e931f082f027293f27dbfe7a8ea'] = 'Display to customer?';
-$_LANGADM['AdminOrders93cba07454f06a4a960172bbd6e2a435'] = 'Yes';
-$_LANGADM['AdminOrdersbafd7322c6e97d25b6299b5d6fe8920b'] = 'No';
-$_LANGADM['AdminOrders9a0badbe4ffecaa004839769db6185d0'] = '600 chars max';
-$_LANGADM['AdminOrders94966d90747b97d1f0f206c98a8b1ac3'] = 'Send';
-$_LANGADM['AdminOrders41de6d6cfb8953c021bbe4ba0701c8a1'] = 'Messages';
-$_LANGADM['AdminOrderscb1766c2f66e428afb3b74a67c045370'] = 'Mark this message as \'viewed\'';
-$_LANGADM['AdminOrdersdc5f499e83aef4f6811faa4081631740'] = 'At';
-$_LANGADM['AdminOrdersd98a07f84921b24ee30f86fd8cd85c3c'] = 'from';
-$_LANGADM['AdminOrders73bd682c8a8613f6c009f1b802dc2cef'] = 'Private:';
-$_LANGADM['AdminOrders630f6dc397fe74e52d5189e2c80f282b'] = 'Back to list';
-$_LANGADM['AdminProductsd3b206d196cd6be3a2764c1fb90b200f'] = 'Delete selected';
-$_LANGADM['AdminProductse25f0ecd41211b01c83e5fec41df4fe7'] = 'Delete selected items?';
-$_LANGADM['AdminProductsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
-$_LANGADM['AdminProductsc03d53b70feba4ea842510abecd6c45e'] = 'Photo';
-$_LANGADM['AdminProducts49ee3087348e8d44e1feda1917443987'] = 'Name';
-$_LANGADM['AdminProducts63d5049791d9d79d86e9a108b0a999ca'] = 'Reference';
-$_LANGADM['AdminProducts3adbdb3ac060038aa0e6e6c138ef9873'] = 'Category';
-$_LANGADM['AdminProductsad0d28cdd9113d3ce911bc064b137cde'] = 'Base price';
-$_LANGADM['AdminProductsed26f5ba7a0f0f6ca8b16c3886eb68ad'] = 'Final price';
-$_LANGADM['AdminProducts694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantity';
-$_LANGADM['AdminProducts94d4eb606950cf2b2d24c9821a362cb8'] = 'This is the quantity available in the current shop/group';
-$_LANGADM['AdminProducts86754577897acfb25deb69039d49d9a7'] = 'Displayed';
-$_LANGADM['AdminProducts52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Position';
-$_LANGADM['AdminProductsa82be0f551b8708bc08eb33cd9ded0cf'] = 'Information';
-$_LANGADM['AdminProducts4492081ca02b059f9e8af4ddaf0f7292'] = 'Pack';
-$_LANGADM['AdminProductse160bb37cef4d429872bd605bfca6cdd'] = 'Virtual Product';
-$_LANGADM['AdminProductse16dd6e118732c5d1586d6aba0b62f3a'] = 'Prices';
-$_LANGADM['AdminProductsd88946b678e4c2f251d4e292e8142291'] = 'SEO';
-$_LANGADM['AdminProductsfff0d600f8a0b5e19e88bfb821dd1157'] = 'Images';
-$_LANGADM['AdminProducts0063394f0497bfd610ebac0aee7cfc34'] = 'Associations';
-$_LANGADM['AdminProductsea9cf7e47ff33b2be14e6dd07cbcefc6'] = 'Shipping';
-$_LANGADM['AdminProductsb9208b03bcc9eb4a336258dcdcb66207'] = 'Combinations';
-$_LANGADM['AdminProducts98f770b0af18ca763421bac22b4b6805'] = 'Features';
-$_LANGADM['AdminProductsda22c93ccb398c72070f4000cc7b59a1'] = 'Customization';
-$_LANGADM['AdminProducts7e2708aeb65763c54052f57ed1a1ec1d'] = 'Attachments';
-$_LANGADM['AdminProducts623a9a1f669b091dd76bead27c3252ed'] = 'Quantities';
-$_LANGADM['AdminProducts1814d65a76028fdfbadab64a5a8076df'] = 'Suppliers';
-$_LANGADM['AdminProducts3020c78ae45aff9a35b95856af076765'] = 'Warehouses';
-$_LANGADM['AdminProductsc367558af1b68137d55b83a8d6aab519'] = 'Cannot retrieve file';
-$_LANGADM['AdminProductsfb86a99edb05e880b59843698a2fafbd'] = 'Cannot delete file';
-$_LANGADM['AdminProductsf378471b67496f5490d52cabe1f819f3'] = 'File too large, maximum size allowed: %1$d kB. File size you\'re trying to upload is: %2$d kB.';
-$_LANGADM['AdminProductsaad781b9842958b4552b8edebb83c346'] = 'File copy failed';
-$_LANGADM['AdminProducts4d28ec29db1a729694695d2c7be597c6'] = 'The File %1$s exceeds the size allowed by the server. The limit is set to %2$d MB.';
-$_LANGADM['AdminProductse115ca39a2ff60b8081ddd22a05f0893'] = 'Price rule successfully updated';
-$_LANGADM['AdminProducts151648106e4bf98297882ea2ea1c4b0e'] = 'Update successful';
-$_LANGADM['AdminProducts1dc171c83c2ba64a6a311a8a011339ee'] = 'Cannot delete attribute';
-$_LANGADM['AdminProducts03596501a6ce61f5a66dc0146fbab03e'] = 'You do not have permission to delete this.';
-$_LANGADM['AdminProducts2194e5264b4e11db918b9d1d428ab68f'] = 'Cannot make default attribute';
-$_LANGADM['AdminProductsb02e6af1f7307868a643fb4ea1323f43'] = 'product must be in at least one Category';
-$_LANGADM['AdminProductsbea25554b38032f5da2d8b505b604314'] = 'product must be in the default category';
-$_LANGADM['AdminProductsde794262b2a23f277f68ce2810b5175d'] = 'Your product will be saved as a draft';
-$_LANGADM['AdminProductsf8825c9f08ff15b5ef6bc3a3898817e8'] = 'Save and preview';
-$_LANGADM['AdminProducts0449f210068787074ce58175b1a2f5cf'] = 'Delete this product';
-$_LANGADM['AdminProducts3fc8a96873ad6ca0aab10982d2d57332'] = 'Delete product?';
-$_LANGADM['AdminProductsed75712b0eb1913c28a3872731ffd48d'] = 'Duplicate';
-$_LANGADM['AdminProductsece36160dcf307be14d1167095eccc73'] = 'Also copy images';
-$_LANGADM['AdminProducts31fde7b05ac8952dacf4af8a704074ec'] = 'Preview';
-$_LANGADM['AdminProductsaa690c7566fa052edf9db33d69db306f'] = 'Product sales';
-$_LANGADM['AdminProducts853fd1651461ce105a2f19272b700f06'] = 'New combination';
-$_LANGADM['AdminProductsc9cc8cce247e49bae79f15173ce97354'] = 'Save';
-$_LANGADM['AdminProducts9ea67be453eaccf020697b4654fc021a'] = 'Save and stay';
-$_LANGADM['AdminProducts2b89fa14a6da62e13fd505ca5dec4d9f'] = 'Warning: this product does not exist in this shop. If you submit the form, this product will be available for this shop too.';
-$_LANGADM['AdminProducts79037dcfa176cabd85c98785a5882681'] = 'The selected currency is not valid.';
-$_LANGADM['AdminProductsd5ba13ad00daa44c6a03d790e08cf0c8'] = 'You must save this product before adding specific prices';
-$_LANGADM['AdminProductsa6ff0f7a2a1993857cb67b769780e708'] = 'No specific prices';
-$_LANGADM['AdminProducts545f6c2f382c04810103b3e5e6f7d841'] = 'Unlimited';
-$_LANGADM['AdminProducts5da618e8e4b89c66fe86e32cdafde142'] = 'From';
-$_LANGADM['AdminProductse12167aa0a7698e6ebc92b4ce3909b53'] = 'To';
-$_LANGADM['AdminProducts4e021cd834848e751e2d1bc66cee697d'] = 'All combinations';
-$_LANGADM['AdminProducts804ccd6219996d12eda865d1c0707423'] = 'All shops';
-$_LANGADM['AdminProducts9c7f56d70e922a61254366964c01c64a'] = 'All currencies';
-$_LANGADM['AdminProductsc3987e4cac14a8456515f0d200da04ee'] = 'All countries';
-$_LANGADM['AdminProductse4c4c68c7515704a91d90207067dcbbe'] = 'All groups';
-$_LANGADM['AdminProductse0f0b0564d3d29a93fad7a4178b7b1ca'] = 'ID:';
-$_LANGADM['AdminProducts7e3a51a56ddd2846e21c33f05e0aea6f'] = 'All customers';
-$_LANGADM['AdminProductsf2a6c498fb90ee345d997f888fce3b18'] = 'Delete';
-$_LANGADM['AdminProducts8e99fa97ef8d51d9215028842c7ad57c'] = 'Priority management';
-$_LANGADM['AdminProductsfaff22253df797fcf949635838e5616b'] = 'Sometimes one customer can fit into multiple specific price rules. Priorities allow you to define which rule applies to the customer.';
-$_LANGADM['AdminProducts77b4fe51b2eede1e804277e64ceb9a22'] = 'Priorities:';
-$_LANGADM['AdminProducts9f82518d468b9fee614fcc92f76bb163'] = 'Shop';
-$_LANGADM['AdminProducts386c339d37e737a436499d423a77df0c'] = 'Currency';
-$_LANGADM['AdminProducts59716c97497eb9694541f7c3d37b1a4d'] = 'Country';
-$_LANGADM['AdminProducts03937134cedab9078be39a77ee3a48a0'] = 'Group';
-$_LANGADM['AdminProducts48881913e6addc0c3c439f02229ac91e'] = 'Apply to all products';
-$_LANGADM['AdminProductsac67ede5a84eb5a1add7ff4440e9a485'] = 'required';
-$_LANGADM['AdminProductsa890a08afc5d657bfe58f8ef21a6da65'] = 'You must save this product before adding customization.';
-$_LANGADM['AdminProductse42fc6cc1e61287c77a6b2dfba93111f'] = 'You must save this product before adding attachements.';
-$_LANGADM['AdminProducts3e06cfca1e715c7c256ef8da2098f62a'] = 'You must save this product before adding images.';
-$_LANGADM['AdminProducts13cdf2d0d1b996ad3a141e297c62ea6b'] = 'This feature has been disabled, you can active this feature at this page:';
-$_LANGADM['AdminProducts9a63ec735f057c1366284bda67eee7de'] = 'Performances';
-$_LANGADM['AdminProducts78b887fb07d1e9c5e0f5aa785dad7856'] = 'A virtual product cannot have combinations.';
-$_LANGADM['AdminProducts1ca81cd1aaff46ab65722b1a0b657b73'] = 'You must save this product before adding combinations.';
-$_LANGADM['AdminProducts287234a1ff35a314b5b6bc4e5828e745'] = 'Attributes';
-$_LANGADM['AdminProducts21f59b54f62b5b8b4bc0f63f0f617fc1'] = 'Impact';
-$_LANGADM['AdminProducts8c489d0946f66d17d73f26366a4bf620'] = 'Weight';
-$_LANGADM['AdminProducts52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13';
-$_LANGADM['AdminProductsfbd99ad01b92dbafc686772a39e3d065'] = 'UPC';
-$_LANGADM['AdminProducts7997b2d65ef0a695f0b3af9ad560ed68'] = 'If you wish to use the advanced stock management, you have to:';
-$_LANGADM['AdminProducts7762accca5432f3fe7516ae914953190'] = 'associate your products with warehouses';
-$_LANGADM['AdminProducts43880cea190f9b18389e53a50ebca906'] = 'associate your warehouses with carriers';
-$_LANGADM['AdminProducts1fa366c172df7613ac40a6e8c5c0c6b1'] = 'associate your warehouses with the appropriate shops';
-$_LANGADM['AdminProducts5d9f4d9294b21f54147183e8ea27bc12'] = 'You must have a common warehouse between this pack and its product.';
-$_LANGADM['AdminProducts14377d303687283a740fe52370a2a35f'] = 'You must save this product before managing quantities.';
-$_LANGADM['AdminProducts1280169553c08486626f41d112b79450'] = 'You must save this product before managing suppliers';
-$_LANGADM['AdminProducts4be43b96ad1eb377129a2263b49e251e'] = 'You must save this product before managing warehouses';
-$_LANGADM['AdminProductscd165c73eb0d0b368744cc027dd469bb'] = 'You must save this product before adding features.';
-$_LANGADM['AdminProductsfec264a44022140bb9724c19c8e954ab'] = 'Undefined action';
-$_LANGADM['AdminProductsb59c9757725815ede91ef3ccb2ba7749'] = 'Undefined value';
-$_LANGADM['AdminProducts406c281fe886b62b8a34752bc6ef4a13'] = 'Uncorrect value';
-$_LANGADM['AdminProductsc9211c294f5e55646fb079d71194cd96'] = 'Not possible if advanced stock management is not enabled';
-$_LANGADM['AdminProducts9e648a50303a03e66b9d41cfbaa52ea7'] = 'Not possible if the product is a pack';
-$_LANGADM['AdminProductsc17ed6a82bd63f9dde6ab3572e3c32f4'] = 'Undefined id product attribute';
-$_LANGADM['AdminProducts9d9aa88574c4dab04ddd8356c377357d'] = 'Default category:';
-$_LANGADM['AdminProducts10cbdb4839f838ce30409739435a6070'] = 'Catalog:';
-$_LANGADM['AdminProductsb61bd19699eab41bbcdabc42f83af268'] = 'Consider changing the default category.';
-$_LANGADM['AdminProducts74645ed4e5e25461a664d5f68ff19098'] = 'Mark all checkbox(es) of categories in which product is to appear';
-$_LANGADM['AdminProducts6eac2df6a5cc74282553321a73c553fb'] = 'Please select a default category.';
-$_LANGADM['AdminProductsce2530ff1fb8dc66d6c940c5ce32508d'] = 'Associated categories:';
-$_LANGADM['AdminProductse7e04625fa0cce90aa5384b92b837eb3'] = 'Create new category';
-$_LANGADM['AdminProductscc95b125cf8cb5bae0b7f043280aec63'] = 'The default category is the category which is displayed by default.';
-$_LANGADM['AdminProductsbe26ade2055790d0e8d19eed69309574'] = 'Accessories:';
-$_LANGADM['AdminProducts1f4b25c6d3845c0a50b80a3d964b04d4'] = 'Begin typing the first letters of the product name, then select the product from the drop-down list';
-$_LANGADM['AdminProducts1a4453a5654583ecec19798b396c9c23'] = '(Do not forget to save the product afterward)';
-$_LANGADM['AdminProductsdd8c7d4ab211f8e57f450a015dfe4131'] = 'Add an accessory';
-$_LANGADM['AdminProductsf4a275a931b82e5058bc8ffad8b8e5bd'] = 'Manufacturer:';
-$_LANGADM['AdminProducts7825865597f0b1673524f56e335f3675'] = 'Choose (optional)';
-$_LANGADM['AdminProductse6a0825c0b6c56fa5c9faa5d9385b8d4'] = 'Create new manufacturer';
-$_LANGADM['AdminProductse9cb217697088a98b1937d111d936281'] = 'Attachment';
-$_LANGADM['AdminProducts6492d670e42151cc37574d99f4071f85'] = 'Filename:';
-$_LANGADM['AdminProducts4faaa9989034c771a314b2f2c0c9ede6'] = 'Maximum 32 characters.';
-$_LANGADM['AdminProductsd0042a700e9bdf79689d63ee6846dc0e'] = 'Description:';
-$_LANGADM['AdminProducts0b27918290ff5323bea1e3b78a9cf04e'] = 'File';
-$_LANGADM['AdminProductsffac76aafed78da915f1440bc67b8166'] = 'Upload a file from your computer';
-$_LANGADM['AdminProducts44192a57b2533a15a4ffeef4a3c40a2e'] = 'MB maximum';
-$_LANGADM['AdminProducts5e296f8740e02bee93b1ed47b830a87c'] = 'Upload attachment file';
-$_LANGADM['AdminProducts19f823c6453c2b1ffd09cb715214813d'] = 'Required field';
-$_LANGADM['AdminProducts3b6c024d7eff743d98d894ce0e0d1242'] = 'Available attachments:';
-$_LANGADM['AdminProductsec211f7c20af43e742bf2570c3cb84f9'] = 'Add';
-$_LANGADM['AdminProducts9d38722749ec2101e437414ac2a743f9'] = 'Attachments for this product:';
-$_LANGADM['AdminProducts1063e38cb53d94d386f21227fcd84717'] = 'Remove';
-$_LANGADM['AdminProductseed3651230e6fea831d760fe3686d4e6'] = 'Please choose an attribute';
-$_LANGADM['AdminProductsb0ae1c78575f8631338b57015604519b'] = 'Please choose a value';
-$_LANGADM['AdminProducts86a41a63a6a27da14c838aed0c70cc45'] = 'You can only add one combination per type of attribute';
-$_LANGADM['AdminProductsfc55a6e78b7d33b0241db646dc913ef9'] = 'Modify this attribute combination';
-$_LANGADM['AdminProducts6f39383b81d4999830ab6febe6279777'] = 'Add or modify combinations for this product';
-$_LANGADM['AdminProductsa4e5431adf1c64c3dc300d28c9a059d5'] = 'or use the';
-$_LANGADM['AdminProducts3ea3291e42b4f5eae395f389ce9a88d5'] = 'Product combinations generator';
-$_LANGADM['AdminProductsfe386c188472af207aeb7ff23f71fb7e'] = 'in order to create automatically a set of combinations';
-$_LANGADM['AdminProductsd5682e6409bded35ee5c6ca6c6297729'] = 'Attribute:';
-$_LANGADM['AdminProductsacdb802bfc2b99b15d1782570285c427'] = 'Value:';
-$_LANGADM['AdminProducts3dd42bfc8345e82c43b4a40a3426ec49'] = 'Reference:';
-$_LANGADM['AdminProductsccf096490d2671f3ea97ea9289eee5b1'] = 'EAN13:';
-$_LANGADM['AdminProductsaf7448c885be0d8acd5eb84322176570'] = 'UPC:';
-$_LANGADM['AdminProducts418734e88e64dbe12a62122833c89da7'] = 'Special characters allowed:';
-$_LANGADM['AdminProducts62b5bb12862c2d95d5c88d1e75feb4f9'] = 'Wholesale price:';
-$_LANGADM['AdminProducts0637058fbe3054e03005b04e2852b06f'] = 'leave blank if the price does not change';
-$_LANGADM['AdminProductsae30a232fd0717402d3b7d817bc71e17'] = 'Overrides wholesale price on \"Information\" tab';
-$_LANGADM['AdminProducts9d2ee2dd8c264912b6dd7b1689c1b423'] = 'Impact on price:';
-$_LANGADM['AdminProducts6adf97f83acf6453d4a6a4b1070f3754'] = 'None';
-$_LANGADM['AdminProductsaac247ca22789872bad95dc8f6c45d37'] = 'Increase';
-$_LANGADM['AdminProducts9e834f13e35e4edf64863ab414a6217a'] = 'Reduction';
-$_LANGADM['AdminProducts8bf8854bebe108183caeb845c7676ae4'] = 'of';
-$_LANGADM['AdminProducts21034ae6d01a83e702839a72ba8a77b0'] = '(tax excl.)';
-$_LANGADM['AdminProductse81c4e4f2b7b93b481e13a8553c2ae1b'] = 'or';
-$_LANGADM['AdminProducts1f87346a16cf80c372065de3c54c86d9'] = '(tax incl.)';
-$_LANGADM['AdminProducts190733df8c1af5e4666dfad4cc554080'] = 'final product price will be set to';
-$_LANGADM['AdminProducts91c8f68700703b825761609b303d44e3'] = 'Impact on weight:';
-$_LANGADM['AdminProductsad802655c2e83ad378868d5f448677c7'] = 'Impact on unit price :';
-$_LANGADM['AdminProducts487fd4fe388baed0928898b641050983'] = 'Eco-tax:';
-$_LANGADM['AdminProducts97694f7ea39fcb69da17d2f81e032ec7'] = 'overrides Eco-tax on \"Information\" tab';
-$_LANGADM['AdminProducts006b4cc15322f7951d9100716edcac07'] = 'Minimum quantity:';
-$_LANGADM['AdminProductsb287d004082f0d743a49dc7360d4fbbe'] = 'The minimum quantity to buy this product (set to 1 to disable this feature)';
-$_LANGADM['AdminProducts915f8462b0f5459dcca1d52b0a2297d5'] = 'Available date:';
-$_LANGADM['AdminProducts4b5ecb6f4e1496fb2c2b28fa0f41872a'] = 'The available date when this product is out of stock';
-$_LANGADM['AdminProducts461900b74731e07320ca79366df3e809'] = 'Image:';
-$_LANGADM['AdminProductse5f7f63d66023847e693fd34bea09d41'] = 'Default:';
-$_LANGADM['AdminProducts29d7b46b863639e29ae8452d2320530a'] = 'Make this the default combination for this product';
-$_LANGADM['AdminProducts9230dd17b40c6d0478772e4d545abc46'] = 'Cancel modification';
-$_LANGADM['AdminProducts5fd58de80d182944e9c229aa4c3b8180'] = 'Add or modify customizable properties';
-$_LANGADM['AdminProductsc12cf3f1af68d3bb0dacb9f9ac61349e'] = 'File fields:';
-$_LANGADM['AdminProducts255cf1d721d2bd8cd7b792c23a0773c3'] = 'Number of upload file fields displayed';
-$_LANGADM['AdminProductsb6bf408fcbdbbc77159db64efbcbb7b1'] = 'Text fields:';
-$_LANGADM['AdminProducts2998f049bcca4beccebd03d57d35384e'] = 'Number of text fields displayed';
-$_LANGADM['AdminProducts522794e2dc4cecbae08ad633f40d4b9b'] = 'Define the label of the file fields:';
-$_LANGADM['AdminProductsf33c23efaf78aacff7c1cbc75f732865'] = 'Define the label of the text fields:';
-$_LANGADM['AdminProductsc7c2169d380b95e2e3672037c5ace793'] = 'Assign features to this product:';
-$_LANGADM['AdminProductsf41afefb4495b85c7b7ddf3e1ca4387f'] = 'You can specify a value for each relevant feature regarding this product, empty fields will not be displayed.';
-$_LANGADM['AdminProductse3c1fd6719e0e6c456c9b760fa1c9433'] = 'You can either create a specific value or select among existing pre-defined values you added previously.';
-$_LANGADM['AdminProducts21021ea0e52be8e9c599f4dff41e5be0'] = 'Feature';
-$_LANGADM['AdminProducts8bcdd31a1ab28f0db60efb2087c3f235'] = 'Pre-defined value';
-$_LANGADM['AdminProducts12085f07b6313b69c63a625d8e23f706'] = 'Customized value';
-$_LANGADM['AdminProducts382b0f5185773fa0f67a8ed8056c7759'] = 'N/A';
-$_LANGADM['AdminProducts544baae42433c186ff222736db985d7d'] = 'Add pre-defined values first';
-$_LANGADM['AdminProducts22eb5599cf8ccde65128467443e72099'] = 'No features defined';
-$_LANGADM['AdminProductsd6ae681fcd58f1e1936ca97da36528ff'] = 'Add a new feature';
-$_LANGADM['AdminProductsfee1ad396cfeab246802224002123f39'] = 'Edit this product image';
-$_LANGADM['AdminProducts8bf615c78d82dede20bca75a5c73615c'] = 'Add a new image to this product';
-$_LANGADM['AdminProductsae21d822d879539a75c3d6fd91c2acb3'] = 'File:';
-$_LANGADM['AdminProductsd4303d4b75580309626e8f496e3b072b'] = 'Please enable JavaScript to use file uploader:';
-$_LANGADM['AdminProductsfb2ea703b13d059f6b7ea5da806021df'] = 'Format:';
-$_LANGADM['AdminProductsb908c2f34052b5276e0bf50f0e042211'] = 'Filesize:';
-$_LANGADM['AdminProducts839af95e357936503d910adb5ae209a3'] = 'kB max.';
-$_LANGADM['AdminProductsbe53a0541a6d36f6ecb879fa2c584b08'] = 'Image';
-$_LANGADM['AdminProductsc795dfff10a7c952f4c5438951e9ece9'] = 'Cover';
-$_LANGADM['AdminProducts004bf6c9a40003140292e97330236c53'] = 'Action';
-$_LANGADM['AdminProducts7be66046997731ac05844f11ee4f6a76'] = 'Delete this image';
-$_LANGADM['AdminProducts26de4d3e04796d6486136c5b8203c3ac'] = 'Upload an image';
-$_LANGADM['AdminProducts4ce8e7777d2385ce6123d0083d8d8cb4'] = 'image has been successfully added';
-$_LANGADM['AdminProducts729a51874fe901b092899e9e8b31c97a'] = 'Are you sure?';
-$_LANGADM['AdminProductse187fd4d086ab8cf9144f2b1b7a68b93'] = 'Info.';
-$_LANGADM['AdminProductsc0471f0320bc17eb192bbd412d236806'] = 'Product global information';
-$_LANGADM['AdminProducts2fbbffeb17347d2d997ea3a61c1ceb73'] = 'Use a product from the list';
-$_LANGADM['AdminProductsbcca5b450662c87c9333d5095e2781d9'] = 'Do you want to use this product?';
-$_LANGADM['AdminProductsf4d1ea475eaa85102e2b4e6d95da84bd'] = 'Confirmation';
-$_LANGADM['AdminProducts2402a11de4208bede52782e045434caa'] = 'Warning, if you change the value of fields with an orange bullet %s, the value will be changed for all other shops for this product';
-$_LANGADM['AdminProducts459d8220fb2b8f415cb373fc53832d99'] = 'You cannot use combinations with a virtual product.';
-$_LANGADM['AdminProductse659b52eba1f0299b2d8ca3483919e72'] = 'Type:';
-$_LANGADM['AdminProductsdeb10517653c255364175796ace3553f'] = 'Product';
-$_LANGADM['AdminProducts64b53bc0cc0715cf944e23104df45d66'] = 'Virtual Product (services, booking and downloadable products)';
-$_LANGADM['AdminProducts4e140ba723a03baa6948340bf90e2ef6'] = 'Name:';
-$_LANGADM['AdminProducts6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Invalid characters:';
-$_LANGADM['AdminProductsa1f9d795d1110aeeed6b5368c16dc725'] = 'EAN13 or JAN:';
-$_LANGADM['AdminProducts85f0bf927be7014e2265c4bc96bd50d2'] = '(Europe, Japan)';
-$_LANGADM['AdminProducts104f50d9d335bbe38ee0c8e44ebddf03'] = '(US, Canada)';
-$_LANGADM['AdminProducts24a23d787190f2c4812ff9ab11847a72'] = 'Status:';
-$_LANGADM['AdminProducts00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Enabled';
-$_LANGADM['AdminProductsb9f5c797ebbf55adccdd8539a65a0241'] = 'Disabled';
-$_LANGADM['AdminProducts8ad79b21078fa8ab5e3a251a533084e5'] = 'Visibility:';
-$_LANGADM['AdminProducts13787cfb1a15ae6690a29d3895c54de9'] = 'Everywhere';
-$_LANGADM['AdminProducts96c7d7f87187cc14ead1f887407d0edc'] = 'Catalog only';
-$_LANGADM['AdminProducts2ba18b8df558ceaabcc89f3a16772a9b'] = 'Search only';
-$_LANGADM['AdminProductse56fc964976b3770a35b2d6fb4b78224'] = 'Nowhere';
-$_LANGADM['AdminProductsebcc39462e6620a8cf432194084a5483'] = 'Options:';
-$_LANGADM['AdminProducts6a6d01ddaa8fb712f673a6c94525f149'] = 'available for order';
-$_LANGADM['AdminProducts165cd22134a317e1feceeb858c3660cf'] = 'show price';
-$_LANGADM['AdminProducts284dd90023a7ddf940af524df216b9fc'] = 'online only (not sold in store)';
-$_LANGADM['AdminProductsed51222f31afbf17ca5f3b0654db8969'] = 'Condition:';
-$_LANGADM['AdminProducts03c2e7e41ffc181a4e84080b4710e81e'] = 'New';
-$_LANGADM['AdminProducts019d1ca7d50cc54b995f60d456435e87'] = 'Used';
-$_LANGADM['AdminProducts6da03a74721a0554b7143254225cc08a'] = 'Refurbished';
-$_LANGADM['AdminProducts234078adec0a64008b6ae77653776cfa'] = 'Short description:';
-$_LANGADM['AdminProducts38d301f7ef549a79620e99fd8b51fa34'] = 'appears in the product lists and on the top of the product page';
-$_LANGADM['AdminProducts9be976b8052c984a95997e4a4f8eef96'] = 'appears in the body of the product page';
-$_LANGADM['AdminProductsc39ddd7f7c2983a075a10bff9ff14ae5'] = 'Do you want an image associated with the product in your description?';
-$_LANGADM['AdminProducts936ccdb97115e9f35a11d35e3d5b5cad'] = 'Click here';
-$_LANGADM['AdminProducts8300b58d12ed9de055d7a727c72ef55a'] = 'Select your image:';
-$_LANGADM['AdminProductsec16e90b650301f5d0e870f03a1b8e3c'] = 'Position:';
-$_LANGADM['AdminProducts811882fecd5c7618d7099ebbd39ea254'] = 'left';
-$_LANGADM['AdminProducts7c4f29407893c334a6cb7a87bf045c0d'] = 'right';
-$_LANGADM['AdminProducts03e895d6310cdab805586fce4123ed08'] = 'Select the type of picture:';
-$_LANGADM['AdminProductsdf3f079de6961496f0460dcfdbf9bca3'] = 'by';
-$_LANGADM['AdminProducts883cb219650dc3aa23733c0aa59a2ef7'] = 'Image tag to insert:';
-$_LANGADM['AdminProducts5f60aa7f145ccdf1404e78fcdfac2b1f'] = 'The tag to copy/paste into the description.';
-$_LANGADM['AdminProducts32b502f33a535f75dcbf63f6753c631e'] = 'Tags:';
-$_LANGADM['AdminProducts3e053943605d9e4bf7dd7588ea19e9d2'] = 'Forbidden characters:';
-$_LANGADM['AdminProducts9fd90a0a7d933e6870c7364b6cd63247'] = 'Tags separated by commas (e.g. dvd, dvd player, hifi)';
-$_LANGADM['AdminProducts97f014aa339f5b37951f100fb1a086d8'] = 'Please select at least one product.';
-$_LANGADM['AdminProducts7a8c953dac571371a6351681014d5937'] = 'Please set a quantity to add a product.';
-$_LANGADM['AdminProducts3b263477a8ad622d76979befafd0119d'] = 'Begin typing the first letters of the product name, then select the product from the drop-down list:';
-$_LANGADM['AdminProducts6403bf96b78b0f008acbe08fdb87988f'] = 'Add this product to the pack';
-$_LANGADM['AdminProducts0d521f7724416d12a25c833829c6810b'] = 'List of products for that pack:';
-$_LANGADM['AdminProducts2af0ee55589c8a4d5ac14271f63926c6'] = 'You cannot add combinations to a pack.';
-$_LANGADM['AdminProducts961f2247a2070bedff9f9cd8d64e2650'] = 'Choose';
-$_LANGADM['AdminProductsafdbd71037839ec5a581febacab7bad7'] = 'No customers found';
-$_LANGADM['AdminProducts290b7c47045d269e2ccfa69e6477acfe'] = 'Product price';
-$_LANGADM['AdminProducts14f32fa337152cbd2e40745d4431b916'] = 'You must enter either the pre-tax retail price, or the retail price with tax. The input field will be automatically calculated.';
-$_LANGADM['AdminProducts2aa2ef9d99efe99c01d0c1fb2a3838e5'] = 'Pre-tax wholesale price:';
-$_LANGADM['AdminProducts8a1c241e92c26b92eaae87afa337eaa3'] = 'The wholesale price at which you bought this product';
-$_LANGADM['AdminProductse8fce60a7ce078b55bd02a1c25748f16'] = 'Pre-tax retail price:';
-$_LANGADM['AdminProducts3bc79dca1e0cdc4b2ac5a2e415f902bf'] = 'The pre-tax retail price to sell this product';
-$_LANGADM['AdminProducts82913a5c53d8d818aa69936a630336a3'] = 'Tax rule:';
-$_LANGADM['AdminProducts7475ec0d41372a307c497acb7eeea8c4'] = 'No Tax';
-$_LANGADM['AdminProducts686e697538050e4664636337cc3b834f'] = 'Create';
-$_LANGADM['AdminProducts59adc1912b6f538acb6afab8c2621945'] = 'Taxes are currently disabled';
-$_LANGADM['AdminProducts1c669d037f8bc785f0e1a9aeb7070367'] = 'Tax options';
-$_LANGADM['AdminProducts0d0a2536d9091f317c4c5695545efebb'] = 'Eco-tax (tax incl.):';
-$_LANGADM['AdminProducts535fb9c585d10cb369e97f1ae2d5e11f'] = 'already included in price';
-$_LANGADM['AdminProducts9c67db9cd9f13cfbbe3ebb7ab90e9e3f'] = 'Retail price with tax:';
-$_LANGADM['AdminProductsbbc8c3f199c22b3951a52bc9821971ee'] = 'Unit price:';
-$_LANGADM['AdminProductsfe3838c7c11aa406dd956566e17360d5'] = 'per';
-$_LANGADM['AdminProducts913bb5260c0b1fbd1d76d8140360dd19'] = 'with tax';
-$_LANGADM['AdminProducts33b8eaeaa8a18a206505f6adc10cec25'] = 'e.g. per lb';
-$_LANGADM['AdminProducts184dba60ea740430441d13a7e8213691'] = 'Display \"on sale\" icon on product page and text on product listing';
-$_LANGADM['AdminProducts7b988b81a5fe3114360063de23f49016'] = 'Final retail price:';
-$_LANGADM['AdminProductse2e79605fc9450ec17957cf0e910f5c6'] = 'tax incl.';
-$_LANGADM['AdminProducts887ee91702c962a70b87cbef07bbcaec'] = 'tax excl.';
-$_LANGADM['AdminProducts5b14ab8904d8a735edd6ea4cff8f7b7c'] = 'Specific prices';
-$_LANGADM['AdminProducts6ca82180f678cae60daa0476baf5e523'] = 'You can set specific prices for clients belonging to different groups, different countries, etc.';
-$_LANGADM['AdminProductsc1649abdccba825a27f5820f126c8454'] = 'Add a new specific price';
-$_LANGADM['AdminProducts70ec3125ad8169fc81d61d3586bfa4df'] = 'Cancel new specific price';
-$_LANGADM['AdminProductsf98188b975d57e9dfc3137c7c9f9a5da'] = 'For:';
-$_LANGADM['AdminProducts5eea367ea73b909880393bd1ae79fc67'] = 'Customer:';
-$_LANGADM['AdminProducts8524de963f07201e5c086830d370797f'] = 'Loading...';
-$_LANGADM['AdminProducts8ed07686e8486f87c4e0d491b0949904'] = 'Combination:';
-$_LANGADM['AdminProductsc77b86cdeed7ed9197db5858fa3b5fd0'] = 'Apply to all combinations';
-$_LANGADM['AdminProducts06444363878572ed1fd5c9342cd5884f'] = 'Available from:';
-$_LANGADM['AdminProducts01b6e20344b68835c5ed1ddedf20d531'] = 'to';
-$_LANGADM['AdminProducts95b6faa9d75417fe5e7767a733ab6fb4'] = 'Starting at';
-$_LANGADM['AdminProducts3e34bdebd9bd5edda27e8728904a2552'] = 'unit';
-$_LANGADM['AdminProducts1e1cc9bdeb2f29f5480106aec7e9bc48'] = 'Now';
-$_LANGADM['AdminProductsf92965e2c8a7afb3c1b9a5c09a263636'] = 'Done';
-$_LANGADM['AdminProducts3964fd83339fec5014c831822005653a'] = 'Choose Time';
-$_LANGADM['AdminProductsa76d4ef5f3f6a672bbfab2865563e530'] = 'Time';
-$_LANGADM['AdminProductsb55e509c697e4cca0e1d160a7806698f'] = 'Hour';
-$_LANGADM['AdminProducts62902641c38f3a4a8eb3212454360e24'] = 'Minute';
-$_LANGADM['AdminProducts913325468f8b6bcd59733df11213b066'] = '(tax excl.):';
-$_LANGADM['AdminProductsf4e4e0321fab2536a74685f75a728248'] = 'Leave base price:';
-$_LANGADM['AdminProductsf5a7257cb1424678ae6bebbd0c36b341'] = 'Apply a discount of:';
-$_LANGADM['AdminProductsb2f40690858b404ed10e62bdf422c704'] = 'Amount';
-$_LANGADM['AdminProducts37be07209f53a5d636d5c904ca9ae64c'] = 'Percentage';
-$_LANGADM['AdminProducts9e8502652dd83fa0544df75ba4641144'] = 'The discount is applied after the tax';
-$_LANGADM['AdminProductsab7a485ebe75b6dd7243ad719f23c7de'] = 'Rule';
-$_LANGADM['AdminProducts47ac923d219501859fb68fed8c8db77b'] = 'Combination';
-$_LANGADM['AdminProductsce26601dac0dea138b7295f02b7620a7'] = 'Customer';
-$_LANGADM['AdminProducts3601146c4e948c32b6424d2c0a7f0118'] = 'Price';
-$_LANGADM['AdminProducts1901606ea069a83dc7beea17881ef95a'] = 'Period';
-$_LANGADM['AdminProducts3c6c11039b6caf151f6e3e99237f2f3b'] = 'From (quantity)';
-$_LANGADM['AdminProductscf173b732a2a0377698d631db6185836'] = 'Available quantities for sale';
-$_LANGADM['AdminProducts1fcff33e9fa51cdabcee9b29a88cdb24'] = 'This interface allows you to manage the available quantities for sale of the current product and its combinations on the current shop.';
-$_LANGADM['AdminProducts94d26b23623d5a7a411fa43f3cd48c9a'] = 'You can choose whether or not to use the advanced stock management system for this product.';
-$_LANGADM['AdminProductsfa7da3c110f2c45d3e6d18ea5cb73d02'] = 'You can manually specify the quantities for the product/each product combination, or choose to automatically determine these quantities based on your stock (if advanced stock management is activated).';
-$_LANGADM['AdminProducts5c057e774f5a310728805fb927b17141'] = 'In this case, the quantities correspond to the quantitites of the real stock in the warehouses associated to the current shop or current group of shops.';
-$_LANGADM['AdminProducts926039e8a49f511c72cd88894ad52450'] = 'For packs, if it has products that use advanced stock management, you have to specify a common warehouse for these products in the pack.';
-$_LANGADM['AdminProducts20a722e0a7a1f2aed3924e23cb2a86cd'] = 'Also, please note that when a product has combinations, its default combination will be used in stock movements.';
-$_LANGADM['AdminProducts6c9c761d2a07d20625686d8062992f80'] = 'I want to use the advanced stock management system for this product';
-$_LANGADM['AdminProducts474eeb51bd9f6ed941bcde8129075838'] = 'This requires you to enable advanced stock management.';
-$_LANGADM['AdminProducts6417c33a2fed170b6c553f8508f9d7c5'] = 'This parameter depends on the product(s) in the pack.';
-$_LANGADM['AdminProducts0e7c3ab78aa07c029da5f225a6619ca3'] = 'Available quantities for current product and its combinations are based on stock in the warehouses';
-$_LANGADM['AdminProducts3114089efdafb899803901e897176873'] = 'This requires you to enable advanced stock management globally or for this product.';
-$_LANGADM['AdminProductsd9da8da652ae39e03c51b2a671a47bf8'] = 'I want to specify available quantities manually';
-$_LANGADM['AdminProductsf898d8e2e12d9963b7de1af85d301d92'] = 'When a product has combinations, quantities will be based on the default combination.';
-$_LANGADM['AdminProducts781f7b5cd5dfeef894b99136b3c86ea2'] = 'Given the quantities of the products in this pack, the maximum quantity should be:';
-$_LANGADM['AdminProductsf107f5a9ee4ecea58d0f29ae7959baa8'] = 'Designation';
-$_LANGADM['AdminProducts24a1199bf4dcbef398db7660409a61d9'] = 'When out of stock:';
-$_LANGADM['AdminProductsf072da215c080d985d44361e96a3cf60'] = 'Deny orders';
-$_LANGADM['AdminProducts119a7c88cf8f1c685c57981abff26f43'] = 'Allow orders';
-$_LANGADM['AdminProducts7a1920d61156abc05a60135aefe8bc67'] = 'Default';
-$_LANGADM['AdminProductsabdce1ce11e706002227550e5658af79'] = 'as set in Preferences';
-$_LANGADM['AdminProducts57ec7ec7b4ada0275e7a24f8543039e0'] = 'It is not possible to manage quantities when:';
-$_LANGADM['AdminProducts1e379f05c820f87b09c5b42ac0d0349d'] = 'You are managing all shops.';
-$_LANGADM['AdminProductsaa642c15d075aab8a1ac2ccbc9a0d07a'] = 'You are managing a group of shops where quantities are not shared between all shops of this group.';
-$_LANGADM['AdminProducts252d5754cc8f41c7c8bc1b15b26cbde3'] = 'You are managing a shop which is in a group where quantities are shared between all shops of this group.';
-$_LANGADM['AdminProducts148b3eafb80877bdb9fdfd2bb1121807'] = 'Availability settings';
-$_LANGADM['AdminProductsd74838fbbeb384c01d7294db33c36ec3'] = 'The stock management is disabled';
-$_LANGADM['AdminProducts3e565755572fa5df48eb811c62619098'] = 'Displayed text when in-stock:';
-$_LANGADM['AdminProducts627b9f5acc2dcec1e8e341dd09df9768'] = 'Displayed text when allowed to be back-ordered:';
-$_LANGADM['AdminProductse6ff0db3b8285dce688b7f9a44e4915b'] = 'Data saved';
-$_LANGADM['AdminProducts9d74dc485c5bf552c65dd6a2a3596a59'] = 'Saving data...';
-$_LANGADM['AdminProducts7b250cb374c12c42a75227ba75df7779'] = 'Meta title:';
-$_LANGADM['AdminProducts18a2ecd7e67529945cf93821d3fc438f'] = 'Product page title; leave blank to use product name';
-$_LANGADM['AdminProductsa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta description:';
-$_LANGADM['AdminProductsb2e3e379189bcd9251937acc4dcf37e8'] = 'A single sentence for HTML header';
-$_LANGADM['AdminProducts394deec8b4e901394f69ad41095b1ecc'] = 'Meta keywords:';
-$_LANGADM['AdminProducts6ba23760079b4b664d4d5e311c7d5984'] = 'Keywords for HTML header, separated by commas';
-$_LANGADM['AdminProducts02fa003c38fefcda498b876f67f4cac7'] = 'Friendly URL:';
-$_LANGADM['AdminProducts32b919d18cfaca89383f6000dcc9c031'] = 'Generate';
-$_LANGADM['AdminProductse4306834455d4a70e0a7d565022187b2'] = 'Friendly URL from product name.';
-$_LANGADM['AdminProducts92ab5edf4194cb5a84d6808cb8d8b696'] = 'Product link will look like this:';
-$_LANGADM['AdminProductsb54431f36761311b49af51be8407da30'] = 'Width (package):';
-$_LANGADM['AdminProducts30398718bca5d62f8e76919dffe29308'] = 'Height (package):';
-$_LANGADM['AdminProductsb00aa0492051a26697bd7a7d81bc24d2'] = 'Depth (package):';
-$_LANGADM['AdminProductsfb9244e71ff86107b58d0328f15fb9b1'] = 'Weight (package):';
-$_LANGADM['AdminProducts10b8ce36a973c8009b521b39488a89a7'] = 'Additional shipping cost:';
-$_LANGADM['AdminProductsb6ef48322d4d59004db9f650344c1a8f'] = 'Carrier tax will be applied.';
-$_LANGADM['AdminProductsab8cba13a061fe8d4a330bcc8d6b0175'] = 'Carriers:';
-$_LANGADM['AdminProducts70f394c7aa6039a151b545cc56b797b8'] = 'If no carrier selected, all carriers could be used to ship this product.';
-$_LANGADM['AdminProducts0ba05d9030c37586ec90a10b26f3d425'] = 'Suppliers of the current product';
-$_LANGADM['AdminProductsd3c23a0ba4a3f027d6acaeb67c4391e4'] = 'This interface allows you to specify the suppliers of the current product and eventually its combinations.';
-$_LANGADM['AdminProducts8f1a864ccfbcab6bd57f058d5d2b42b2'] = 'It is also possible to specify for each product/product combinations the supplier reference according to previously associated suppliers.';
-$_LANGADM['AdminProducts4905a9d513347474b9be5f10fceed6a9'] = 'When using the advanced stock management (see Preferences/Products), the values you fill here (prices, references) will be used in the supply orders.';
-$_LANGADM['AdminProductsc9ccbcfb87f75a9cf7a437314e6ece4f'] = 'Please choose the suppliers associated with this product, and the default one.';
-$_LANGADM['AdminProducts758c4dc3c8547554755a5e96a25529d7'] = 'Create new supplier';
-$_LANGADM['AdminProducts91b442d385b54e1418d81adc34871053'] = 'Selected';
-$_LANGADM['AdminProducts7de42ace590ac5849de386ffccb38958'] = 'Supplier Name';
-$_LANGADM['AdminProducts7164d9223003cb3505836cf3afebcb67'] = 'Product reference(s)';
-$_LANGADM['AdminProductsfb9500d8a4ef9a70c6a91cae122c7cba'] = 'You have to specify the suppliers associated to this product and the default one before setting references.';
-$_LANGADM['AdminProducts9faa1161b2b3bbada2e8e7c11a4ed737'] = 'You can specify product reference(s) for each supplier associated.';
-$_LANGADM['AdminProducts9702aa552bdeeedf7fe046493b8c8c94'] = 'Click \"Save and Stay\" after changing selected suppliers to display the associated product references.';
-$_LANGADM['AdminProductsdf644ae155e79abf54175bd15d75f363'] = 'Product name';
-$_LANGADM['AdminProducts8284ae5df53e6e7ffc1f2cc67ae68765'] = 'Supplier reference';
-$_LANGADM['AdminProducts2bb8274755d1ebd33d759a3005bfbcd3'] = 'Unit price tax excluded';
-$_LANGADM['AdminProducts0932fe7755e51cff71c39720af420c3b'] = 'Unit price currency';
-$_LANGADM['AdminProductsc74d5593ec71cdf7d4662cd0bc379fff'] = 'New label';
-$_LANGADM['AdminProductscc3787ca78f445f481069a4c047f7e7a'] = 'Choose language:';
-$_LANGADM['AdminProducts3d9f514d46849760ef1b1412e314fd99'] = 'Error:';
-$_LANGADM['AdminProductsaba7bdb49b66dd8485c2586a2c88c84e'] = 'The file';
-$_LANGADM['AdminProducts6006a8509fdf7c46885562ae6cd70d7f'] = 'has successfully been uploaded';
-$_LANGADM['AdminProducts6624493bea28e951b0e89cb12a324bcf'] = 'Is this a virtual product?';
-$_LANGADM['AdminProducts86a7826cd56fc0f1d09ec7af2f3e8600'] = 'Does this product have an associated file?';
-$_LANGADM['AdminProducts93cba07454f06a4a960172bbd6e2a435'] = 'Yes';
-$_LANGADM['AdminProductsbafd7322c6e97d25b6299b5d6fe8920b'] = 'No';
-$_LANGADM['AdminProducts63b28593e2858476903ac94ca8697341'] = 'Your download repository is not writable.';
-$_LANGADM['AdminProductsdc8f50091cddc5183be3a5b5f774912a'] = 'Upload a file';
-$_LANGADM['AdminProductsac421120056d9d55c27faba6ae2178b2'] = 'Your server\'s maximum upload file size is';
-$_LANGADM['AdminProducts8d8fcc1abd550c5f25dbfaa57d59cb67'] = 'MB';
-$_LANGADM['AdminProductsa1997856e58a07d80e27aaf4bc7eaf88'] = 'Delete this file';
-$_LANGADM['AdminProducts2ad05de2ced7109415b7aae16965fa31'] = 'Link to the file:';
-$_LANGADM['AdminProducts1351017ac6423911223bc19a8cb7c653'] = 'Filename';
-$_LANGADM['AdminProductsc312034c9f17a264365e734de442ca0a'] = 'The full filename with its extension (e.g. Book.pdf)';
-$_LANGADM['AdminProductsc925e061d42989c43e6d3a7e43f2a878'] = 'Number of allowed downloads';
-$_LANGADM['AdminProducts945ceb0f13fd944d0766929df2053dff'] = 'Number of allowed downloads per customer - (Set to 0 for unlimited downloads)';
-$_LANGADM['AdminProducts8c1279db4db86553e4b9682f78cf500e'] = 'Expiration date';
-$_LANGADM['AdminProducts2b05e1a0e6c62dbf0018af09ed38f4e0'] = 'Format: YYYY-MM-DD';
-$_LANGADM['AdminProducts014140590702586ff3083be3cf84ee2f'] = 'If set, the file will not be downloadable anymore after this date. Leave this blank for no expiration date';
-$_LANGADM['AdminProducts58fd2b2308056ad80255a322b305742b'] = 'Number of days';
-$_LANGADM['AdminProducts44118d6d6ecd2f24f53ec6393a66baa1'] = 'How many days this file can be accessed by customers';
-$_LANGADM['AdminProducts9e962fd822ee734a531490fffa643c49'] = 'Set to zero for unlimited access';
-$_LANGADM['AdminProductsb51a231babbab8586d70830dd7c96653'] = 'is shareable';
-$_LANGADM['AdminProductsde6f9a99a112b7ae46777d439ada446c'] = 'Specify if the file can be shared';
-$_LANGADM['AdminProductsf258ae7c40f58689780e219bc9a23608'] = 'You cannot edit your file here because you used combinations. Please edit it in the Combinations tab';
-$_LANGADM['AdminProducts37cfa6b25252ad29f15194e30147f02b'] = 'Product location in warehouses';
-$_LANGADM['AdminProductsf5a47e822b7e7006f2b547d97f10aa28'] = 'This interface allows you to specify in which warehouses the product is stocked.';
-$_LANGADM['AdminProductse368b2411dc4f93041b3fb83f35b9da4'] = 'It is also possible to specify for each product/product combination its location in each warehouse.';
-$_LANGADM['AdminProducts1284dfb4d1c104f5aa4ec55fa3883ff1'] = 'Please choose the warehouses associated with this product, and the default one.';
-$_LANGADM['AdminProductse3401821b946455380c7395ef4248b5a'] = 'Create new warehouse';
-$_LANGADM['AdminProducts7bf2d26eab899c413218b729d4d914b7'] = 'Stored';
-$_LANGADM['AdminProductsddedc546753b8ca7f0ecdad9d0863f95'] = 'Location (optional)';
-$_LANGADM['AdminProducts22ca5e6793d68c5775c0851a3d2cfa32'] = 'Mark all products as stored in this warehouse.';
-$_LANGADM['AdminProductsf9c128cbc52bb845834c0d3e62b424ea'] = 'The row in blue is the default combination.';
-$_LANGADM['AdminProducts55110f4c6a2c90b143c6fcd295cb7bc7'] = 'A default combination must be designated for each product.';
-$_LANGADM['AdminProducts8321e79c278ec510f63675c040594892'] = 'Maximum';
-$_LANGADM['AdminProducts2593c7ce3ff937293feb1e61c152e551'] = 'characters';
-$_LANGADM['AdminProducts7eba1061a22393d97d8d9ae140870634'] = 'Pack is empty. You need to add at least one product to the pack before you can save the pack.';
-$_LANGADM['AdminProductse08df8650b9cb79f86a416326d4bbb08'] = 'Product name is empty. You need to enter a name at least for the default language before you can save the product.';
-$_LANGADM['AdminProducts6f382b016d2f2357bae77571ccbf0d18'] = 'Friendly URL is empty. You need to enter a friendly URL at least for the default language before you can save the product.';
-$_LANGADM['AdminProductsb486f53c585274d3bfcb3c0423b1984b'] = 'Some tabs was not loaded correctly, do you want to reload them?';
-$_LANGADM['AdminProducts6453b853979579ed50ec58e2e7d13816'] = 'You will lose all unsaved modifications, do you want to proceed?';
-$_LANGADM['AdminProductsd3d2e617335f08df83599665eef8a418'] = 'Close';
-$_LANGADM['AdminProducts6b75fa7115dc07a315c0d9eb30f065e1'] = '(or \"Esc\")';
-$_LANGADM['AdminProductsdd9644efbcf9d41c5be6daed03514dd8'] = 'Next >';
-$_LANGADM['AdminProducts1330988644c6dfe038e00e6384ac845a'] = '< Previous';
-$_LANGADM['AdminProducts42d00bc24fd43cfe3e2e30d01f39ee95'] = 'Filter by category';
-$_LANGADM['AdminProducts5328b77fdd34ba6aea22aff14de2e7f5'] = 'Check/uncheck all (you are editing this page for several shops, some fields like \"name\" or \"price\" are disabled, you have to check these fields in order to edit them for these shops)';
+$_LANGADM = array();
\ No newline at end of file
diff --git a/translations/es/admin.php b/translations/es/admin.php
index e4b532815..0f6b90272 100644
--- a/translations/es/admin.php
+++ b/translations/es/admin.php
@@ -33,11 +33,11 @@ $_LANGADM['AdminAddresses919d1ffe6c1855e790a416efa7b4cc4e'] = 'Número de identi
$_LANGADM['AdminAddressesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminAddressesbaa31a65f29121c32b637bb845d41acf'] = 'Alias de dirección';
$_LANGADM['AdminAddressesce26601dac0dea138b7295f02b7620a7'] = 'Cliente';
-$_LANGADM['AdminAddressesd108a94475e22677c0cd8ecdc3f0eb62'] = 'Código postal';
$_LANGADM['AdminAddressesd3b206d196cd6be3a2764c1fb90b200f'] = 'Borrar seleccionados';
$_LANGADM['AdminAddressesdd7bf230fde8d4836917806aff6a6b27'] = 'Dirección';
$_LANGADM['AdminAddressese25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los items seleccionados?';
$_LANGADM['AdminAddressesea318a4ad37f0c2d2c368e6c958ed551'] = 'DNI / NIF / NIE';
+$_LANGADM['AdminAddressesefbe7a69a4c8d54da7d255fe28cd1a5c'] = 'Código postal';
$_LANGADM['AdminAddressesf64be5eef68442a8f50cf535b92ad3e4'] = 'País:';
$_LANGADM['AdminAddressesf90e807b74928118048a1a6fa65ebfe5'] = 'Correo electrónico del cliente';
$_LANGADM['AdminAddressesfe66abce284ec8589e7d791185b5c442'] = 'Teléfono de domicilio';
@@ -86,14 +86,14 @@ $_LANGADM['AdminAttachmentse9cb217697088a98b1937d111d936281'] = 'Documento adjun
$_LANGADM['AdminAttachmentsf378471b67496f5490d52cabe1f819f3'] = 'El tamaño del archivo es muy grande, tamaño maximo permitido: % 1$d kB. El archivo que quiere subir tiene: 22$d kB.';
$_LANGADM['AdminAttributeGenerator181ba1a9e1a38f1a83277046cdbbc2bc'] = '%d producto(s) creado(s) correctamente.';
$_LANGADM['AdminAttributeGenerator1b8bea6c0d2655c4e2c1070c9beee03a'] = 'Cantidad por defecto:';
-$_LANGADM['AdminAttributeGenerator2c63b855fe3f13346cf9791225da4008'] = 'El generador de combinaciones es una herramienta que te permite crear fácilmente una serie de combinaciones mediante la selección de los atributos relacionados. Por ejemplo, si usted está vendiendo las camisetas, en 3 diferentes tamaños y 2 colores diferentes, el generador va a crear 6 combinaciones para usted.';
+$_LANGADM['AdminAttributeGenerator1e273e63b401660255744ef2739e35b0'] = 'El generador de combinaciones es una herramienta que te permite crear fácilmente una serie de combinaciones mediante la selección de los atributos relacionados. Por ejemplo, si usted está vendiendo las camisetas, en 3 diferentes tamaños y 2 colores diferentes, el generador va a crear 6 combinaciones para usted.';
+$_LANGADM['AdminAttributeGenerator2d38772f4240db51661f38ef174346ea'] = 'Paso 1: En el lado izquierdo, seleccione los atributos que desea utilizar (manteniendo pulsadola tecla \"Ctrl\" en su teclado y validar haciendo clic en \"Añadir\"';
$_LANGADM['AdminAttributeGenerator419cdd539861e743b872b2c959629a54'] = 'IVA incluido.:';
$_LANGADM['AdminAttributeGenerator42dc1497090b299a41c64d1389e6ca8c'] = 'sin IVA.:';
$_LANGADM['AdminAttributeGenerator49d079be0fc1fcccefdee6bdf67b02ff'] = 'Referencia por defecto:';
$_LANGADM['AdminAttributeGenerator4aeb406dcf0a1cdd39e7156b1e9e89c7'] = 'Esta característica ha sido deshabilitada, puede activar esta característica en esta pagina:';
$_LANGADM['AdminAttributeGenerator4d34f6258fe86eaf30049497c342d5a7'] = 'Paso 2 (opcional): Seleccione una cantidad predeterminada y de referencia para todas las combinaciones que el generador va a crear para este producto';
$_LANGADM['AdminAttributeGenerator5aa3c6e1d270c086ca63840518775faa'] = 'Impacto sobre el peso del producto';
-$_LANGADM['AdminAttributeGenerator7a06d11dfc590ac26fb06f0a91dfa515'] = 'Paso 1: En el lado izquierdo, seleccione los atributos que desea utilizar (manteniendo pulsadola tecla \"Ctrl\" en su teclado y validar haciendo clic en \"Añadir\"';
$_LANGADM['AdminAttributeGenerator81315cfd898aada1e99e0034b4b078c3'] = 'Generador de atributos';
$_LANGADM['AdminAttributeGenerator821b150877afc8e021ad67260b8b8180'] = 'Impacto en el precio del producto';
$_LANGADM['AdminAttributeGenerator9446a98ad14416153cc4d45ab8b531bf'] = 'Rendimiento';
@@ -204,6 +204,7 @@ $_LANGADM['AdminCarriers16650c3cbb2dc17ebcdba01fb1f31f89'] = 'Subir el logotipo
$_LANGADM['AdminCarriers1bd33faf04b6c7e0090de4f3e5915178'] = 'Acceso de grupo:';
$_LANGADM['AdminCarriers1d6af794b2599c1407a83029a09d1ecf'] = 'Transportistas';
$_LANGADM['AdminCarriers24a23d787190f2c4812ff9ab11847a72'] = 'Estado:';
+$_LANGADM['AdminCarriers25fb8753d582a71ec3df328b1adc8b93'] = 'Por ejemplo, el portador puede estar disponible para un rango de peso entre 0 y 5 kg. Otro portador';
$_LANGADM['AdminCarriers2c261299e5086bd16299a8e8077862c8'] = 'Grado:';
$_LANGADM['AdminCarriers3194ebe40c7a8c29c78ea79066b6e05c'] = 'El nombre del transportista aparece en el registro';
$_LANGADM['AdminCarriers345bbbb0655372cd66cd37b8fdc4b766'] = 'Profundidad máxima del paquete:';
@@ -238,7 +239,6 @@ $_LANGADM['AdminCarriers8430a7b1b81635e3df949c2845303303'] = 'Opciones del trans
$_LANGADM['AdminCarriers85ed6154e19cc138c7281ba6129641d3'] = 'La zona en la que se utilizará este transportista';
$_LANGADM['AdminCarriers86b030372e7bf11a267c33851d28846a'] = 'Usted tiene que elegir las tarifas que se aplicarán para este transportista.';
$_LANGADM['AdminCarriers8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo';
-$_LANGADM['AdminCarriers8d01c1d555755768524f9ac3adcc30b3'] = 'Por ejemplo, el portador puede estar disponible para un rango de peso entre 0 y 5 kg. Otro portador';
$_LANGADM['AdminCarriers8e97163e9714c4656e00b33f317bc181'] = 'Gastos de envío y manipulación:';
$_LANGADM['AdminCarriers8f497c1a3d15af9e0c215019f26b887d'] = 'Retraso';
$_LANGADM['AdminCarriers92c713cffb8085099e9ab6b8a7387b5e'] = 'Incluir el transporte y los costes de manipulación en el precio del transporte';
@@ -446,7 +446,6 @@ $_LANGADM['AdminCategories7548ed945ffa864fb31c526b79748bcb'] = '¿Desea eliminar
$_LANGADM['AdminCategories7b250cb374c12c42a75227ba75df7779'] = 'Meta título:';
$_LANGADM['AdminCategories7dce122004969d56ae2e0245cb754d35'] = 'Modificar';
$_LANGADM['AdminCategories86754577897acfb25deb69039d49d9a7'] = 'Mostrado';
-$_LANGADM['AdminCategories912b0ddf5cf99be6062eff780d58c50b'] = '%s - Todas las personas que crearon una cuenta en este sitio.';
$_LANGADM['AdminCategories93cba07454f06a4a960172bbd6e2a435'] = 'Sí';
$_LANGADM['AdminCategories9f87a4708828a6a6cb07b1410f8f73e8'] = 'Marcar todos los grupos a los que desea dar acceso a esta categoría';
$_LANGADM['AdminCategoriesa36f97f31dbcb265fb08f5c0626261ea'] = '%s - Cliente que hizo un pedido con Cuenta de invitado';
@@ -468,6 +467,7 @@ $_LANGADM['AdminCategoriesef7de3f485174ff47f061ad27d83d0ee'] = 'seleccionadas';
$_LANGADM['AdminCategoriesf0eaa209893a6bb5512c9876037b82be'] = 'Subir logo de la categoría desde el ordenador';
$_LANGADM['AdminCategoriesf16b5952df8d25ea30b25ff95ee8fedf'] = 'Asociación de tienda:';
$_LANGADM['AdminCategoriesfe4456077f52726a3f573d894ad106a0'] = 'La categoría no puede ser raíz de si misma.';
+$_LANGADM['AdminCategoriesfe731b8039502b7b8a526edc4e232785'] = '%s - Todas las personas que crearon una cuenta en este sitio.';
$_LANGADM['AdminCms00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado';
$_LANGADM['AdminCms084af17ae8dce6465e3acd94a3d995c1'] = 'Su página CMS se guardará como borrador';
$_LANGADM['AdminCms1dec4f55522b828fe5dacf8478021a9e'] = 'URL amigable';
@@ -535,7 +535,7 @@ $_LANGADM['AdminContactse25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar items sel
$_LANGADM['AdminContactsf16b5952df8d25ea30b25ff95ee8fedf'] = 'Asociación de tienda:';
$_LANGADM['AdminContactsfca1f01db55feb7e6c92c4a7914ef990'] = 'Si está habilitado, todos los mensajes se guardan en la ficha \"Servicio al Cliente\"';
$_LANGADM['AdminController0a71c80de89d7b2d3e6b22974a4a7548'] = 'Un nuevo orden se ha colocado en su tienda. ';
-$_LANGADM['AdminController0c6992101fe78e4f1ae3f391c485de29'] = 'Pack de localización importado con éxito';
+$_LANGADM['AdminController0c6992101fe78e4f1ae3f391c485de29'] = 'Devolución realizada con éxito';
$_LANGADM['AdminController0d17875eafd3cb6a98f76f9a2bd6441e'] = 'Una modificación de este campo se aplicó para la tienda.';
$_LANGADM['AdminController12c500ed0b7879105fb46af0f246be87'] = 'pedidos';
$_LANGADM['AdminController13348442cc6a27032d2b4aa28b75a5d3'] = 'Buscar';
@@ -572,6 +572,7 @@ $_LANGADM['AdminController5196611ad1bf27e9cef5375b038c04db'] = '¡Salir de aquí
$_LANGADM['AdminController529a53abbdf42a64cb2d149c0aeced04'] = 'Los últimos pedidos';
$_LANGADM['AdminController53cd939ae14e33855274e17a3c411fdd'] = 'Por razones de seguridad, también debe:';
$_LANGADM['AdminController56deca22a707214865f7ea3ae6391d67'] = 'facturas';
+$_LANGADM['AdminController5b24b7eb082a90dbea88d12c746b6c54'] = 'Descarga de módulo con éxito';
$_LANGADM['AdminController5bdc90e9608e48cc15f38ff360cd234a'] = 'Mensaje que aparece en el botón de envío (obligatorio)';
$_LANGADM['AdminController6175b106e638d4dd873cb3ff96724392'] = 'Miniaturas generadas con éxito';
$_LANGADM['AdminController630f6dc397fe74e52d5189e2c80f282b'] = 'Volver a la lista';
@@ -580,7 +581,6 @@ $_LANGADM['AdminController6b5ed001b03b7e1788ba881c15a08633'] = 'Módulo (s) inst
$_LANGADM['AdminController6fab17d3dc1147f9b170fb8e1aac2fa8'] = 'Leer este mensaje';
$_LANGADM['AdminController77181afe06241c54ef771a23ee6da8f4'] = 'Últimos mensajes';
$_LANGADM['AdminController795aa39f13629841edad6c04d3aca405'] = 'Imagenes movido con éxito';
-$_LANGADM['AdminController7cfc3f369b8123e1c2d22a37b31a49a7'] = 'Descarga de módulo con éxito';
$_LANGADM['AdminController7dce122004969d56ae2e0245cb754d35'] = 'Modificar';
$_LANGADM['AdminController84b4d8c8cdd02488c0f868e97b22a3c2'] = 'Creación con éxito';
$_LANGADM['AdminController8524de963f07201e5c086830d370797f'] = 'Cargando ...';
@@ -610,7 +610,6 @@ $_LANGADM['AdminControllerc112bd7d596888979be02bd780e6a94f'] = 'Ver esta orden';
$_LANGADM['AdminControllerc9cc8cce247e49bae79f15173ce97354'] = 'Guardar';
$_LANGADM['AdminControllercbebc850f5f849e8956b5f8075f48f69'] = 'en todas partes';
$_LANGADM['AdminControllerd2d2000f7fa636acd871f43c085a75dc'] = 'Un nuevo cliente registrado en su tienda.';
-$_LANGADM['AdminControllerd4fecde5ac83b59cc690fd4d26d79abe'] = 'Devolución realizada con éxito';
$_LANGADM['AdminControllerd70861cbe7f8c9a1241c39b3e7ef5ef2'] = 'Ver mi tienda';
$_LANGADM['AdminControllerdb26e10564e958809d798e8048fcbc0a'] = 'Clave de seguridad no válida';
$_LANGADM['AdminControllerdd9a2e79735612b1a0ad96b737b556ca'] = 'Nuevas ordenes es han colocado en su tienda';
@@ -624,6 +623,7 @@ $_LANGADM['AdminControlleree2d46272f22d7cbcfe5e066b5d13b2c'] = 'Una modificació
$_LANGADM['AdminControlleref61fb324d729c341ea8ab9901e23566'] = 'Añadir nuevo';
$_LANGADM['AdminControllerf84b4e2770ec98e3db2926cd49864d2f'] = 'Mis preferencias';
$_LANGADM['AdminCountries00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado';
+$_LANGADM['AdminCountries0a53552f9e321977e6b934ebdda25582'] = 'Código postal nacional (L para una letra, N para un número y C para el código ISO';
$_LANGADM['AdminCountries10d30c6319cf61386c878e4d9a3e09a2'] = 'Afecta a una nueva zona';
$_LANGADM['AdminCountries1fc805aa4640fe85ccfc7bdb7c88d319'] = 'Restringir los países en el Front Office por los expedidores activos y que entregan en estos países';
$_LANGADM['AdminCountries24a23d787190f2c4812ff9ab11847a72'] = 'Estado:';
@@ -669,7 +669,6 @@ $_LANGADM['AdminCountriese25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar items se
$_LANGADM['AdminCountriese6e42855066e7a3ae050b2c698021b14'] = 'Zona:';
$_LANGADM['AdminCountriesec156a02718eeb18048c8589bea1f4a1'] = 'Prefijo telefónico:';
$_LANGADM['AdminCountriesede4759c9afae620fd586628789fa304'] = 'Habilitar selección';
-$_LANGADM['AdminCountrieseeecf5643624f7dcd13b7f811081b2a0'] = 'Código postal nacional (L para una letra, N para un número y C para el código ISO';
$_LANGADM['AdminCountriesf16b5952df8d25ea30b25ff95ee8fedf'] = 'Asociación de tienda:';
$_LANGADM['AdminCountriesf52c1ff75f69fa46ae947f0a3f653641'] = 'Opciones de Países';
$_LANGADM['AdminCountriesf63779d1369491623f1370ab2c6c2f59'] = 'Formato de la dirección:';
@@ -718,7 +717,7 @@ $_LANGADM['AdminCurrenciesf6536046d7af41c3f3975868d6963179'] = 'Actualización d
$_LANGADM['AdminCustomerPreferences0db377921f4ce762c62526131097968f'] = 'General';
$_LANGADM['AdminCustomerPreferences26e5002f029295754912e08802738202'] = 'El registro \"Crear sólo cuenta\" permite que el cliente pueda registrarsemás rápido, y crear su dirección más tarde.';
$_LANGADM['AdminCustomerPreferences640fd0cc0ffa0316ae087652871f4486'] = 'minutos';
-$_LANGADM['AdminCustomerPreferences67458556ae94f00252a3a6851136e618'] = 'Activar o desactivar el modo de B2B. Cuando esta opción está activada algunas de las características B2B están disponibles.';
+$_LANGADM['AdminCustomerPreferences7855deadf09275ad7e3b278d5996ac2c'] = 'Activar o desactivar el modo de B2B. Cuando esta opción está activada algunas de las características B2B están disponibles.';
$_LANGADM['AdminCustomerPreferences87eed0b2fbd8bec6796514f309d87aec'] = 'Tiempo mínimo de seguridad antes de volver a pedir una nueva contraseña';
$_LANGADM['AdminCustomerPreferences8d7a93422a7ecd89d12811e22055f6d5'] = 'Después de que el cliente abra una sesión, recordarle y mostrarle el contenido de su último carrito';
$_LANGADM['AdminCustomerPreferences94b6d51eba42212c637389834eadf488'] = 'Regeneración de la contraseña';
@@ -762,7 +761,6 @@ $_LANGADM['AdminCustomerThreads49ee3087348e8d44e1feda1917443987'] = 'Nombre';
$_LANGADM['AdminCustomerThreads4e3e1e679ce70fbdb7ddd2f065f8fdcb'] = 'Cambiar el estado del mensaje';
$_LANGADM['AdminCustomerThreads548abe251b033d863417979998dba612'] = 'Transferir esta discusión';
$_LANGADM['AdminCustomerThreads55638f767e8def50975d96664977b2e8'] = 'Clave para conectar con el servidor imap';
-$_LANGADM['AdminCustomerThreads566a5cfd6a2549470874fdd2eccfb9ec'] = 'Elimina mensaje después de la sincronización. Si no lo activa esta opción, la sincronización será más largo';
$_LANGADM['AdminCustomerThreads64898ffcd380ab607ccfe2f843447424'] = 'Total de los mensajes de los clientes';
$_LANGADM['AdminCustomerThreads693c61ec70b6c06dbd376fd208a125a0'] = 'Número total de temas';
$_LANGADM['AdminCustomerThreads694e8d1f2ee056f98ee488bdc4982d73'] = 'Cantidad';
@@ -784,11 +782,11 @@ $_LANGADM['AdminCustomerThreads939315783ef4f2eb1cbdac37f3fd1e6b'] = 'Tema cerrad
$_LANGADM['AdminCustomerThreads940663fd4428d2c86f9a4780b6574028'] = 'Mensaje:';
$_LANGADM['AdminCustomerThreads95923cff2ad4637372adcdf25e4581f8'] = 'Significado de la condición';
$_LANGADM['AdminCustomerThreads9788af9fa097020a285afc0651a0721c'] = 'Ver el cliente';
+$_LANGADM['AdminCustomerThreads99bb18c8b8f4e74ed96b7223528ff8e4'] = 'no use la puesta en TLS para cifrar la sesión, incluso con los servidores que lo soportan';
$_LANGADM['AdminCustomerThreads9ded2410eec9b3cd03b66ebf2ab77557'] = 'No se puede validar los certificados de TLS / SSL del servidor, necesarios si el servidor utiliza certificados con firma';
$_LANGADM['AdminCustomerThreadsa013c2e2c4fbd0789d5d61c1bbb4018a'] = 'Usuario para conectar al servidor imap';
$_LANGADM['AdminCustomerThreadsa19330a6fc36ebae6683cc023e295687'] = 'Ejecutar sincronización:';
$_LANGADM['AdminCustomerThreadsa1fa27779242b4902f7ae3bdd5c6d508'] = 'Tipo';
-$_LANGADM['AdminCustomerThreadsb16f6f0a15444f622696db412c0845d9'] = 'no use la puesta en TLS para cifrar la sesión, incluso con los servidores que lo soportan';
$_LANGADM['AdminCustomerThreadsb20d33a926b1e5b39db18b2911e1c1f9'] = 'Responder a este mensaje';
$_LANGADM['AdminCustomerThreadsb3f251dafa622267b0972a0d52dfd9b2'] = 'Autorizar el envío de ficheros';
$_LANGADM['AdminCustomerThreadsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
@@ -805,6 +803,7 @@ $_LANGADM['AdminCustomerThreadsca7e64e3f55ef8e0f50818d8117d26cc'] = 'Borrar mens
$_LANGADM['AdminCustomerThreadscb8fe83175bea4ba19d633b1dc6ea656'] = 'Ver el pedido';
$_LANGADM['AdminCustomerThreadsce26601dac0dea138b7295f02b7620a7'] = 'Cliente';
$_LANGADM['AdminCustomerThreadscf090b8fa4a136ed6058aaf84d5d2538'] = 'Último mensaje';
+$_LANGADM['AdminCustomerThreadscf9a575eb1ddd375fa01d84719cb09c5'] = 'Elimina mensaje después de la sincronización. Si no lo activa esta opción, la sincronización será más largo';
$_LANGADM['AdminCustomerThreadsd1228f5476d15142b1358ae4b5fa2454'] = 'Número pedido';
$_LANGADM['AdminCustomerThreadsd13d8380c3f4de07fef91a42fe6c60d7'] = 'ID cliente';
$_LANGADM['AdminCustomerThreadsd1ff615eaf1187f7de79a8a5aaf4f3ad'] = 'Marcar este mensaje como \"en espera de 2\" (será respondida más tarde)';
@@ -1073,11 +1072,11 @@ $_LANGADM['AdminGeolocation17812004136cffbd9c55b624f8d21557'] = 'Las siguientes
$_LANGADM['AdminGeolocation3c29cdd006ea897dfce69a894179ab00'] = 'Los visitantes pueden ver su catálogo pero no pueden realizar un pedido';
$_LANGADM['AdminGeolocation3f089ec9b9ef410a9d81bef70114d387'] = 'Para utilizar la geolocalización, por favor descargue';
$_LANGADM['AdminGeolocation4609449450efd4dbe3f05ef2e9c5151d'] = 'Todas las aplicaciones se encuentran disponibles';
+$_LANGADM['AdminGeolocation486d50aae5fa957d5787ed7efa5db124'] = 'Usted puede agregar las direcciones IP que siempre se les permite acceder a su tienda (IP, por ejemplo los robots de Google \").';
$_LANGADM['AdminGeolocation49ee3087348e8d44e1feda1917443987'] = 'Nombre';
$_LANGADM['AdminGeolocation6afb56f36ee6cf72e87b92d8f4f66e5a'] = 'y descomprímalo en la carpeta tools/geoip/';
$_LANGADM['AdminGeolocation8beea67a449f1c8e352838c8a1a77111'] = 'Comportamiento de Geolocalización para los países restringidos';
$_LANGADM['AdminGeolocation976b976e66879a470635bf0f660e81fc'] = 'este archivo';
-$_LANGADM['AdminGeolocation986fc46ee10c94c095dd4c7a02d9cd13'] = 'Usted puede agregar las direcciones IP que siempre se les permite acceder a su tienda (IP, por ejemplo los robots de Google \").';
$_LANGADM['AdminGeolocationa01cc331a5445f14688f311fcbabeff3'] = 'Los visitantes no pueden ver si catálogo';
$_LANGADM['AdminGeolocationa47cbf8871ff07c40a87bb58e412c063'] = 'Seleccione los países que pueden acceder a su tienda:';
$_LANGADM['AdminGeolocationaa3b1c5568c71eb8b7a22e5f07c70cd4'] = 'Geolocalización por IP:';
@@ -1111,7 +1110,6 @@ $_LANGADM['AdminGroups40382ca2b15ff499eb4e5c101424bc81'] = 'Módulos autorizados
$_LANGADM['AdminGroups42ba7a29aa37fc2cb42f5381e71afb9f'] = 'Clientes miembros de este grupo';
$_LANGADM['AdminGroups49ee3087348e8d44e1feda1917443987'] = 'Nombre';
$_LANGADM['AdminGroups4c41e0bd957698b58100a5c687d757d9'] = 'Seleccionar todos';
-$_LANGADM['AdminGroups4c5b2bb26372d8f319dfcc2410306e6f'] = 'Restricciones de modulos:';
$_LANGADM['AdminGroups4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:';
$_LANGADM['AdminGroups6103f2da0d42ee18da16ecc0237e7d71'] = '%s - Todas las personas que crearon una cuenta en este sitio.';
$_LANGADM['AdminGroups612ca468398a214db73403118985dde8'] = 'Guardar a continuación, añadir una reducción de la categoría';
@@ -1136,6 +1134,7 @@ $_LANGADM['AdminGroupsc59cf956f6bda9274a7e28d32daaaf34'] = 'Descuento: %d%%';
$_LANGADM['AdminGroupsd3b206d196cd6be3a2764c1fb90b200f'] = 'Borrar seleccionados';
$_LANGADM['AdminGroupse25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar items seleccionados?';
$_LANGADM['AdminGroupse7446ea32216e8bf4fa8cb6460b725d6'] = 'Añadir un descuento de categoría';
+$_LANGADM['AdminGroupse9387910d703dea7b246b24b03e1f5b6'] = 'Restricciones de modulos:';
$_LANGADM['AdminGroupseccfd9991ad977b2a83f9b5eadb3e723'] = 'Tenga cuidado con la reducción se aplica a una categoría no se acumula con la reducción global sino que lo reemplaza. El grupo se agrega automáticamente a la categoría.';
$_LANGADM['AdminGroupsef53538ae41a651c7f72ab6cb1135d8c'] = 'Miembros';
$_LANGADM['AdminGroupsf16b5952df8d25ea30b25ff95ee8fedf'] = 'Asociación de tienda:';
@@ -1162,7 +1161,6 @@ $_LANGADM['AdminHome39c5dfa61825808dbc015048fb878457'] = 'Nuevo producto';
$_LANGADM['AdminHome3e290008e136525fee7cd327b5971904'] = 'Producto vendido recientemente';
$_LANGADM['AdminHome3ec365dd533ddb7ef3d1c111186ce872'] = 'Detalles';
$_LANGADM['AdminHome40317d97529854b2f51e59d485bbae74'] = 'más información en php.net';
-$_LANGADM['AdminHome4b49c6a9238f259a703d42f02531d100'] = 'Tomar parte en la aventura de comercio electrónico con PrestaShop, el rápido, potente y personalizable solución de comercio electrónico. Con más de 275 funciones, PrestaShop le ayudará a crear un mundo de oportunidades sin límites. Descubra la solución que ya ha conquistado a más de 120.000 comerciantes de todo el mundo!';
$_LANGADM['AdminHome4c1bf99667f98775acadbb4f2d343ad2'] = 'Rellene su catálogo y organice sus productos';
$_LANGADM['AdminHome4c9120f1a5947445c0e9620254ceb30b'] = 'Nuevo pedido';
$_LANGADM['AdminHome4d92a8b44ec205ea708bd3f3a8926b2d'] = 'Cache y compresión navegador';
@@ -1190,6 +1188,7 @@ $_LANGADM['AdminHomeaac89ed5399184e9e9955ee808c74569'] = 'Sus indicadores';
$_LANGADM['AdminHomeb24344b6a2c4a94c9b0d0ebd4602aeca'] = 'Ver más';
$_LANGADM['AdminHomeb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminHomebb5ebac63dc37bfae478c91bdf575e03'] = 'Pedidos';
+$_LANGADM['AdminHomec20c07b6fb7974635e9014289a58f8d8'] = 'Tomar parte en la aventura de comercio electrónico con PrestaShop, el rápido, potente y personalizable solución de comercio electrónico. Con más de 275 funciones, PrestaShop le ayudará a crear un mundo de oportunidades sin límites. Descubra la solución que ya ha conquistado a más de 120.000 comerciantes de todo el mundo!';
$_LANGADM['AdminHomec28179129ce635a7fb3849c4b7864d4d'] = 'Añada una cuenta empleado para delegar una parte de la gestión de su tienda.';
$_LANGADM['AdminHomec33e404a441c6ba9648f88af3c68a1ca'] = 'Estadísticas';
$_LANGADM['AdminHomed71751c0a0c077450aa6f3a2dcf49c5f'] = 'Nuevo modulo';
@@ -1214,9 +1213,9 @@ $_LANGADM['AdminImages2914a2c17b20114220e1ae90c632c083'] = 'Sólo letras (ej: pe
$_LANGADM['AdminImages2a911eb0d71d1b707a3f9d722a5935c2'] = 'Use JPEG';
$_LANGADM['AdminImages2c1bbb0a5ff08c8011d6ea83084277ff'] = 'El rango va de 9 (a peor calidad, el archivo más pequeño) a 0 (a mejor calidad, el archivo más grande)';
$_LANGADM['AdminImages2c595b4f6d0c5d25b9c326fcb9738e33'] = 'Imágenes del producto';
-$_LANGADM['AdminImages2f3a0a59431377e0f8f38e477ff12550'] = 'Se aplicará este tipo a las imágenes de las escenas';
$_LANGADM['AdminImages32954654ac8fe66a1d09be19001de2d4'] = 'Ancho';
$_LANGADM['AdminImages354201ec60b95b44215813749c0ff186'] = 'Tamaño máximo de las imágenes del artículo:';
+$_LANGADM['AdminImages3719d0b4383760b285bb1b0b930a39d8'] = 'Se aplicará este tipo a las imágenes de los productos';
$_LANGADM['AdminImages38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar';
$_LANGADM['AdminImages3bd4acb4872f8ba5fe487ea5b008b463'] = 'Imagen generada por:';
$_LANGADM['AdminImages3bfa8daa236ed8bde7eb2179e8ee9765'] = '¡Atención! Al generar manualmente las miniaturas, se borrarán automáticamente las miniaturas ya generadas.';
@@ -1239,6 +1238,7 @@ $_LANGADM['AdminImages8c38776925f7cf41c090646a43157024'] = 'Categorías';
$_LANGADM['AdminImages8e6cd17ee7b35531b7c17c1e1edeb548'] = 'Regenerar Miniaturas para todas las imágenes de los productos';
$_LANGADM['AdminImages9df22f196a33acd0b372fe502de51211'] = 'automática';
$_LANGADM['AdminImagesa00e46e856e637f8fd077b4fd710c9e2'] = 'Proveedores:';
+$_LANGADM['AdminImagesa0762df0f0edfd0d311e73b12bc3a90d'] = 'Imágenes duplicadas se encontraron cuando se movieron las imágenes del producto. Es probable que fue causado por las imágenes de demostración sin usar. Por favor, asegúrese de que la carpeta';
$_LANGADM['AdminImagesaa1f7d7328e9e7e730dc09ae4a3b0d49'] = 'ADVERTENCIA: Esta función no puede ser compatible con su tema o con algunos módulos. En particular, el modo de PNG no es compatible con el módulo de marca de agua. Si usted encuentra algún problema, apáguelo seleccionando la opción \"Usar JPEG\".';
$_LANGADM['AdminImagesaf1b98adf7f686b84cd0b443e022b7a0'] = 'Categorías';
$_LANGADM['AdminImagesb08ea6a4f29e76c9d843856917642409'] = 'Activar la compatibilidad con las imágenes antiguas';
@@ -1256,7 +1256,6 @@ $_LANGADM['AdminImagesc5e26b2211d5ecbbeac96ea6e1cbb7c2'] = 'Calidad PNG';
$_LANGADM['AdminImagesc74631a03e7deaee7df23f66f8d3e66d'] = 'Un nuevo sistema de almacenamiento de imágenes de los productos ahora es utilizado por PrestaShop. Ofrece un mejor rendimiento si su tienda tiene un número muy grande de productos.';
$_LANGADM['AdminImagesc9c4e9c1a92d9b15e0cdefc7ddb1bbd5'] = 'El ancho máximo de imágenes cargable por los clientes';
$_LANGADM['AdminImagescb2f901ceed5c3365d056794a1b5047f'] = 'Después de la modificaciones, no olvide regenerar las miniaturas';
-$_LANGADM['AdminImagescd44fbac53481034ac90430dfe6d40c5'] = 'Se aplicará este tipo a las imágenes de los productos';
$_LANGADM['AdminImagescdb7cf7699ae1a3a9e4652575caaa4ea'] = 'Este tipo de aplicará a las imágenes de fabricantes';
$_LANGADM['AdminImagescf40e19ee10782c4284cac90feb4f73e'] = 'Alto máximo en píxeles';
$_LANGADM['AdminImagesd379cadd41b68efe7c945b4d85c72085'] = 'Borrar las imágenes anteriores';
@@ -1267,11 +1266,11 @@ $_LANGADM['AdminImagese57fbdf001b4b35e6ca7dcdc628ca853'] = 'El tamaño máximo d
$_LANGADM['AdminImagese7ed00268dc16aecaac5a60aeb6f4c73'] = 'Debe permanecer en \"Sí\" a menos que haya desplazado con éxito las imágens a la pestaña \"Preferencias>Imagen\"';
$_LANGADM['AdminImagese933dc24fb245d863a43b4fefe9b45f5'] = 'Alto:';
$_LANGADM['AdminImageseaae26a6fb20ed3ef54fb23bfa0b1fcc'] = 'ancho';
-$_LANGADM['AdminImagesebd40d26dd06f36987228d4b358d7b64'] = 'Imágenes duplicadas se encontraron cuando se movieron las imágenes del producto. Es probable que fue causado por las imágenes de demostración sin usar. Por favor, asegúrese de que la carpeta';
$_LANGADM['AdminImageseec6c4bdbd339edf8cbea68becb85244'] = 'Alto';
$_LANGADM['AdminImagesf23c4675358d7749ee84ee87923adeb9'] = 'Después de mover todas las imágenes de sus productos, para un mejor rendimiento, ajuste la opción \"Usar la imagen heredada de sistema de archivos\" opción antes de \"No\".';
$_LANGADM['AdminImagesf520fc2ea7f469193c55bc499753a923'] = 'Usar PNG si la imagen base está en formato PNG';
$_LANGADM['AdminImagesf559543da6c5866a2dd0ae70f4de370f'] = 'Seleccionar formato';
+$_LANGADM['AdminImagesf77ae784f81d2272408c33b242d6aa3d'] = 'Se aplicará este tipo a las imágenes de las escenas';
$_LANGADM['AdminImagesf9dd8a44548a14650f69aa067e752137'] = 'sólo contenga las imágenes de demostración a continuación, borre esta carpeta.';
$_LANGADM['AdminImagesff17d73fa2731689640e8afa0f591b0f'] = 'Las imágenes JPEG tienen un tamaño de archivo pequeño y calidad normal. Las imágenes PNG tienen un tamaño de archivo más grande, una mayor calidad y mayor transparencia. Tenga en cuenta que en todos los casos, los archivos de imagen tendrán la extensión. Jpg.';
$_LANGADM['AdminImagesff534cd9270ca999a39a50a6365ff52e'] = 'Ancho de la imagen de lproducto';
@@ -1288,7 +1287,6 @@ $_LANGADM['AdminImport0a657a7416c29bdc5b134b61b863e7ee'] = 'Producto (%d /%d) no
$_LANGADM['AdminImport0c8476c5f5cdedcf296f6b3c22e0dffb'] = 'Lang ID (%d) no es válido (en la línea %d).';
$_LANGADM['AdminImport0e54046ff37bbcbb8f43d25e5de36d7c'] = 'El fichero .csv ha sido importado correctamente a su tienda.';
$_LANGADM['AdminImport11cb471ed9acf58bfb7fda59ebbbce5f'] = '¿Qué tipo de entidad desea importar?';
-$_LANGADM['AdminImport126a24b89fc776b9da2dd1963c058b28'] = 'Precio Unitario (te) *';
$_LANGADM['AdminImport133eea6c50bd91342a97216a6204975a'] = 'Archivo de muestra de Ordenes';
$_LANGADM['AdminImport1814d65a76028fdfbadab64a5a8076df'] = 'Proveedores';
$_LANGADM['AdminImport1976d7f704de389d9fe064e08ea35b2d'] = 'Columna';
@@ -1302,7 +1300,6 @@ $_LANGADM['AdminImport21f7b5b011f253b35340528b7f190282'] = 'Fecha en la que se a
$_LANGADM['AdminImport22a1dae7d65f90acd53638dc81c3f376'] = '>>';
$_LANGADM['AdminImport2377be3c2ad9b435ba277a73f0f1ca76'] = 'Marcas';
$_LANGADM['AdminImport2415390fb5052bb8221a93c9fc51b17f'] = 'Importar datos CSV';
-$_LANGADM['AdminImport25a7ad3a7ab1d5e1f468448adf17f963'] = '* Campos obligatorios';
$_LANGADM['AdminImport2688a544cd5ac33f27ab78c8d8c3acaa'] = 'Nombre*';
$_LANGADM['AdminImport278c491bdd8a53618c149c4ac790da34'] = 'Plantilla';
$_LANGADM['AdminImport284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Direcciones';
@@ -1314,7 +1311,6 @@ $_LANGADM['AdminImport2dc88e28e0f7168a328ddf9cde304444'] = 'SupplyOrders';
$_LANGADM['AdminImport2e21e83375deefc4a3620ab667157e27'] = 'Dirección 2';
$_LANGADM['AdminImport2eca847eb03cb63596621d5480ca7c24'] = 'Referencia (%s) ya existe (en la línea %d).';
$_LANGADM['AdminImport3127e7f621d0c85f7db40e56dbec10c3'] = 'Genero ID (Mr = 1, Ms= 2, else 0)';
-$_LANGADM['AdminImport358c9e7c439302610c91d2c990c66f23'] = 'No haga caso de este campo si no se utiliza la herramienta MultiShop. Si deja este campo vacío, una tienda por defecto será usada';
$_LANGADM['AdminImport35ebd0ba1ead54eee9c5684437aa519b'] = 'Separador de filas:';
$_LANGADM['AdminImport3613358eb490e62266eafaf2a9eede68'] = 'Texto cuando haya disponible';
$_LANGADM['AdminImport3c1a34587e45bd9e9ae2efd9a6ecbb92'] = 'Impacto en el peso:';
@@ -1324,6 +1320,7 @@ $_LANGADM['AdminImport406eba9770c82a84cae2d6ee3e846a56'] = 'Tasa de impuestos (%
$_LANGADM['AdminImport41b00531a619d5e0f965854e352529f1'] = 'ID de Atributo de Producto';
$_LANGADM['AdminImport427b6d816d7fdd86cabe48d8180a3cc9'] = 'imagen URL';
$_LANGADM['AdminImport42c79d65619a9c13d81045f2fe5998aa'] = 'Dirección 1 *';
+$_LANGADM['AdminImport4677fede78bdecf929959272066d3e9e'] = 'No haga caso de este campo si no se utiliza la herramienta MultiShop. Si deja este campo vacío, una tienda por defecto será usada';
$_LANGADM['AdminImport46a2a41cc6e552044816a2d04634545d'] = 'Estados';
$_LANGADM['AdminImport48d6c0804dd92fb5463bba154a8a747f'] = 'Descuento hasta (aaaa-mm-dd)';
$_LANGADM['AdminImport4a49c8f248ebc1550c23159dbe0f1ace'] = 'Tenga en cuenta que nuestras muestras a nuestra disposición, a continuación.';
@@ -1368,6 +1365,7 @@ $_LANGADM['AdminImport8fe77c2601e54f1aaef28cfde997bbad'] = 'Grado de Tasa';
$_LANGADM['AdminImport91412465ea9169dfd901dd5e7c96dd99'] = 'Cargar';
$_LANGADM['AdminImport92e74658e81859382db4a52efab2cb09'] = 'Usted debe cargar un archivo para ir al siguiente paso.';
$_LANGADM['AdminImport93d76a2ad766b4f564f7f91a9d23aed6'] = 'Puede subir su archivo por FTP en el siguiente directorio:';
+$_LANGADM['AdminImport94fb72f3353fb2507e18fc6748f7a811'] = 'Precio Unitario (te) *';
$_LANGADM['AdminImport95a6134288586bc854f6793506d00efd'] = 'Almacén ID (%d) no es válido (en la línea %d).';
$_LANGADM['AdminImport964e5a863ba051181f8f537626f5c953'] = 'Proveedor no válido';
$_LANGADM['AdminImport97f08a40f22a625d0cbfe03db3349108'] = 'ID del producto';
@@ -1416,6 +1414,7 @@ $_LANGADM['AdminImportca676c9ec4e1ae9fe9df3ac28910e6ef'] = 'Precio unitario (TE)
$_LANGADM['AdminImportcbfb910715c99134a5987630fff104da'] = 'Archivo de ejemplo por categorías';
$_LANGADM['AdminImportd1457b72c3fb323a2671125aef3eab5d'] = '¿?';
$_LANGADM['AdminImportd66424c2034991e541dee7face1851fc'] = '¿codificación iso-8859-1 de archivo?';
+$_LANGADM['AdminImportd7a158f13040edafc30b622d16c8b12d'] = '* Campos obligatorios';
$_LANGADM['AdminImportd7fa0b529a16e87f34d8ef35054c765c'] = 'Importación de información de primer orden de suministro se restablecerá los productos solicitados, en su caso.';
$_LANGADM['AdminImportde5beace60f0caa4a679e6debde15092'] = 'Una categoría raíz es donde un árbol de categorías puede comenzar. Esto se utiliza con MultiShop';
$_LANGADM['AdminImportde8a97fd084105e9d0e74b4825b40010'] = 'Por favor, seleccione el tipo de valor de cada columna';
@@ -1676,9 +1675,9 @@ $_LANGADM['AdminLogsecb833e2dc5d6c03d4d0cddf1b15e85a'] = 'Gravedad (1-4)';
$_LANGADM['AdminMaintenance0db377921f4ce762c62526131097968f'] = 'General';
$_LANGADM['AdminMaintenance63d55a76f76334550895ba3dda6e12d1'] = 'Activar o desactivar su tienda. Es una buena idea desactivar su tienda mientras se realiza el mantenimiento en él. Por favor, tenga en cuenta que el servicio web no se inhabilitará';
$_LANGADM['AdminMaintenance7fe15a347d66e291d7a1375273226205'] = 'Activar la tienda';
-$_LANGADM['AdminMaintenance876ca6e996b86e8d89994a04e89453e3'] = 'Direcciones IP que pueden acceder al Front Office, incluso si la tienda está desactivado. Utilice una coma para separar (por ejemplo,42.24.4.2,127.0.0.1,99.98.97.96)';
$_LANGADM['AdminMaintenancec9cc8cce247e49bae79f15173ce97354'] = 'Guardar';
$_LANGADM['AdminMaintenancedaf835712085aaaf81818e7ebfeb66b8'] = 'IP de mantenimiento';
+$_LANGADM['AdminMaintenancef15955bec4db0b64ad4c0f9c0afbf2f3'] = 'Direcciones IP que pueden acceder al Front Office, incluso si la tienda está desactivado. Utilice una coma para separar (por ejemplo,42.24.4.2,127.0.0.1,99.98.97.96)';
$_LANGADM['AdminManufacturers0071aa279bd1583754a544277740f047'] = 'Borrar elemento n°';
$_LANGADM['AdminManufacturers0099c0173a3c7758b36025bdae9b4fc7'] = 'Activado:';
$_LANGADM['AdminManufacturers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado';
@@ -1732,11 +1731,11 @@ $_LANGADM['AdminManufacturersc9cc8cce247e49bae79f15173ce97354'] = 'Guardar';
$_LANGADM['AdminManufacturersccf096490d2671f3ea97ea9289eee5b1'] = 'EAN13:';
$_LANGADM['AdminManufacturerscec59c4cf319e37788de60170226b705'] = 'Teléfono móvil:';
$_LANGADM['AdminManufacturersd0042a700e9bdf79689d63ee6846dc0e'] = 'Descripción:';
-$_LANGADM['AdminManufacturersd108a94475e22677c0cd8ecdc3f0eb62'] = 'Código postal';
$_LANGADM['AdminManufacturersd3b206d196cd6be3a2764c1fb90b200f'] = 'Borrar seleccionados';
$_LANGADM['AdminManufacturerse25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar items seleccionados?';
$_LANGADM['AdminManufacturerse78b6f4eb3be046f4d25c07ce54954d4'] = 'Ref:';
$_LANGADM['AdminManufacturersea4788705e6873b424c65e91c2846b19'] = 'Anular';
+$_LANGADM['AdminManufacturersefbe7a69a4c8d54da7d255fe28cd1a5c'] = 'Código postal';
$_LANGADM['AdminManufacturersf16b5952df8d25ea30b25ff95ee8fedf'] = 'Asociación de tienda:';
$_LANGADM['AdminManufacturersf2a6c498fb90ee345d997f888fce3b18'] = 'Eliminar';
$_LANGADM['AdminManufacturersf4a275a931b82e5058bc8ffad8b8e5bd'] = 'Fabricante:';
@@ -1751,9 +1750,8 @@ $_LANGADM['AdminMeta13660ee52f72981279336cec61549596'] = 'El archivo deberá est
$_LANGADM['AdminMeta13f52e209a05e588d6966c38b5e1586b'] = 'Lista de palabras clave';
$_LANGADM['AdminMeta14caa3d50da16368a8f30b53a5b72aa4'] = 'Automáticamente redirigifdos a la URL canónica';
$_LANGADM['AdminMeta193cfc9be3b995831c6af2fea6650e60'] = 'Página';
-$_LANGADM['AdminMeta1ce8c30b7ac35494b290332e37c9e7b4'] = 'Multishop está activada, si desea cambiar la url de la tienda tiene que ir a \"parámetros avanzados\" -> \"MultiShop\"';
$_LANGADM['AdminMeta1dec4f55522b828fe5dacf8478021a9e'] = 'URL amigable';
-$_LANGADM['AdminMeta2b8d5d29082dcd15416bfda7936daabd'] = 'Reescritura de direcciones URL (mod_rewrite) no está activo en su servidor. Si desea usar URL amigables es necesario activar este mod.';
+$_LANGADM['AdminMeta1fb97d3e905901fbef2cb4b648b3e24d'] = 'Multishop está activada, si desea cambiar la url de la tienda tiene que ir a \"parámetros avanzados\" -> \"MultiShop\"';
$_LANGADM['AdminMeta2f00a8ca42b86bfcb39cdd34665a1386'] = 'por ejemplo \"Contactos\" para http://mysite.com/shop/contacts para redirigir a http://mysite.com/shop/contact-form.php';
$_LANGADM['AdminMeta33de75d34ebe209ac0536cfef2d44206'] = 'Título de la página';
$_LANGADM['AdminMeta33fe26e0d07af85617f326ca09fb5085'] = 'Para agregar \"etiquetas\", haga clic en el campo, escribir algo, y luego presionar \"Enter\"';
@@ -1794,6 +1792,7 @@ $_LANGADM['AdminMetad7d6df2bf29a7c786936c13dade04d8c'] = 'Página de módulos';
$_LANGADM['AdminMetada82a2002384409477655085d5c4136e'] = 'Active esta opción únicamente si su servidor autoriza la reescritura de URL (aconsejable).';
$_LANGADM['AdminMetadb309cb65c4220d02c0fd13927d315ae'] = 'Dominio de la tienda';
$_LANGADM['AdminMetadbb5f11eab5c5c375c4c5face47ddf1e'] = 'Página:';
+$_LANGADM['AdminMetae0df82a65f2422b9d54e5edc25d28055'] = 'Reescritura de direcciones URL (mod_rewrite) no está activo en su servidor. Si desea usar URL amigables es necesario activar este mod.';
$_LANGADM['AdminMetae1a7478962f9872f0765922496b26851'] = '¡Página no disponible!';
$_LANGADM['AdminMetae25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar items seleccionados?';
$_LANGADM['AdminMetae40f09f13be4201a607dfec5169b3a26'] = 'Aconsejable, pero el tema debe ser compatible';
@@ -1955,11 +1954,11 @@ $_LANGADM['AdminOrderPreferences6adf97f83acf6453d4a6a4b1070f3754'] = 'Ninguno';
$_LANGADM['AdminOrderPreferences6c9f73b6b5d16baa641cf8343348eb8d'] = 'Puede elegir su tipo de procidiemto de pedidos, estandar (5 fases) o One Page checkout';
$_LANGADM['AdminOrderPreferences6cda6c81a66d7faecf49e94a3b55e924'] = 'Elegir la página CMS de las condiciones generales de venta';
$_LANGADM['AdminOrderPreferences9311ccba175a9f2fc72e7c6a3dfb6078'] = 'Establecer un impuesto para el precio del embalaje regalo';
+$_LANGADM['AdminOrderPreferences93f38f4d38b6d62377df4249b0e2d3d1'] = 'Los huéspedes pueden hacer un pedido sin necesidad de registrarse';
$_LANGADM['AdminOrderPreferences9dbf99031ad9e9bf50b975a33420850e'] = 'Compra mínima necesaria para que un pedido sea válido:';
$_LANGADM['AdminOrderPreferencesa2c3880e68cde73646da32ea19e17ab8'] = 'Permitir el envío múltiple';
$_LANGADM['AdminOrderPreferencesb563636fd3896671be0104bbc6783be4'] = 'Comprobar una página';
$_LANGADM['AdminOrderPreferencesb667478ccafce4bff6d427a6bca06269'] = 'Proponer embalajes reciclados';
-$_LANGADM['AdminOrderPreferencesbe9308bd860ceb1133a1b482d74cc800'] = 'Los huéspedes pueden hacer un pedido sin necesidad de registrarse';
$_LANGADM['AdminOrderPreferencesbf196450ae73492a138aa1953b2428b8'] = 'Permitir que el cliente para enviar su pedido a varias direcciones. Esta opción se convertirá compra del cliente en una o más órdenes.';
$_LANGADM['AdminOrderPreferencesbf3b3ed0e4fd43efff9c26b3d35c6c2f'] = 'opciones de regalo';
$_LANGADM['AdminOrderPreferencesc035796995e11f000835780bbadbd575'] = 'Estándar (5 etapas)';
@@ -2057,7 +2056,6 @@ $_LANGADM['AdminOrders50cd1871f950375eef4e2efce35366c6'] = 'Añadir nota';
$_LANGADM['AdminOrders53488e4e281c04a26dc9bb8e13ef1da6'] = 'Mensajes';
$_LANGADM['AdminOrders543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Total productos:';
$_LANGADM['AdminOrders552a0d8c17d95d5dbdc0c28217024f5a'] = 'Costo de envío';
-$_LANGADM['AdminOrders55a204c5cf6c0239fb7657ebaa168c42'] = 'Orden Nº';
$_LANGADM['AdminOrders57494d3f60983abfdea2c71f5f893cdc'] = 'No hay documento disponible';
$_LANGADM['AdminOrders585bc67adbb73dcca638b897fb73a900'] = 'Ver el documento';
$_LANGADM['AdminOrders5a9ec4ab51bd41f2618ef91ec90d55b2'] = 'Si desea añadir más producto del que dispone en stock, ¿estás seguro de que desea agregar esta cantidad?';
@@ -2133,6 +2131,7 @@ $_LANGADM['AdminOrdersa89a3ac5c30a65ae64e8d5c50b190521'] = 'Estado de orden:';
$_LANGADM['AdminOrdersaa52110dbfce51cc1ec8a163264151e2'] = 'Existente';
$_LANGADM['AdminOrdersabbbd19bce9246d4a53a252efe4a8ef8'] = 'Factura:';
$_LANGADM['AdminOrdersabbf10987248e3f9f4722d7354fac687'] = 'Total tasas:';
+$_LANGADM['AdminOrdersad2b5290dd09730ea172cd887d91d93c'] = 'Orden Nº';
$_LANGADM['AdminOrdersadaaee4b22041c27198d410c68d952c9'] = 'Porcentaje';
$_LANGADM['AdminOrdersae3ccb7e10314703d4d390c3010c71db'] = 'Mensaje de orden:';
$_LANGADM['AdminOrdersaeddc664f1e95691c69ea44a5c1c18f5'] = 'Este producto está fuera de stock:';
@@ -2295,7 +2294,6 @@ $_LANGADM['AdminPerformance2142df83da86e7dbb7257b85574d83de'] = 'Las plantillas
$_LANGADM['AdminPerformance2327910608424148d46ac4a9f86a1404'] = 'Las plantillas no se vuelven a compilar, el rendimiento es mejor y esta opción se debe utilizar en un entorno en producción';
$_LANGADM['AdminPerformance276e3171a63595e207ec292fce891277'] = 'Utilizar el cache:';
$_LANGADM['AdminPerformance2e7a8f64d48378eaf4c1a2f064f62470'] = 'Para forzar siempre abrir la consola de depuración, elegir esta opción.';
-$_LANGADM['AdminPerformance30e5a78871d0117bc879c1d04b05161c'] = 'Cache de plantillas:';
$_LANGADM['AdminPerformance32a2e7694628335252aceb0552a6f6ba'] = 'Para usar Memcached, debe instalar la extensión PECL Memcache en su servidor.';
$_LANGADM['AdminPerformance32d593fb52ab5e4ae3f16844b576867d'] = 'Esto añadirá indicaciones al archivo. htaccess que deberían mejorar el almacenamiento en caché y la compresión.';
$_LANGADM['AdminPerformance38ca568bbe61771c6456a5c7b8d419ee'] = 'Xcache';
@@ -2309,6 +2307,7 @@ $_LANGADM['AdminPerformance40f69b99e05503042c924aa2f609908e'] = 'Reducir el cód
$_LANGADM['AdminPerformance45e83bc937d99310bc571fb756bbb5ad'] = 'Para utilizar CacheFS la carpeta %s debe tener los derechos de escritura.';
$_LANGADM['AdminPerformance49aeb6053e875124e2e7a5e332cf37df'] = 'La consola no esta abierta';
$_LANGADM['AdminPerformance4afa80e77a07f7488ce4d1bdd8c4977a'] = 'Algoritmo:';
+$_LANGADM['AdminPerformance51ef62bc22da07a1dbcad4c3649096fd'] = 'Cache de plantillas:';
$_LANGADM['AdminPerformance5305b3e31f31228ba222c0681be73cbf'] = 'Compilar caché si las plantillas se actualizan';
$_LANGADM['AdminPerformance5b8c99dad1893a85076709b2d3c2d2d0'] = 'Dirección IP';
$_LANGADM['AdminPerformance60aaf44d4b562252c04db7f98497e9aa'] = 'Puerto:';
@@ -2370,21 +2369,21 @@ $_LANGADM['AdminPerformancef8198a372da81edfca0693a81242149d'] = 'Mcrypt es más
$_LANGADM['AdminPerformancef8d698aea36fcbead2b9d5359ffca76f'] = 'Smarty';
$_LANGADM['AdminPerformancefdb3644651f3871a5e73f4dc271b64e3'] = 'Conservar el funcionamiento original';
$_LANGADM['AdminPerformanceffff838eefbb0876472253553ef4d72f'] = 'Consola de depuración:';
+$_LANGADM['AdminPreferences03b62ec4239929885e0d9e068bff47e8'] = 'Multishop le permite administrar varias tiendas con un back-office. Si esta función está activada, una pestaña \"MultiShop\" estará disponible en \"parámetros avanzados\" del menú.';
$_LANGADM['AdminPreferences0db377921f4ce762c62526131097968f'] = 'General';
$_LANGADM['AdminPreferences1656072e927c8d3acd24359cbb648bb5'] = 'Activar SSL';
-$_LANGADM['AdminPreferences17677e6d8339224e645bc98321a8fbed'] = 'Monstra los provedores y los fabricantes aun si los bloques correspondientes son desactivados';
$_LANGADM['AdminPreferences27f3765c3871cd5fe52f88f31dfe2c89'] = 'superior';
$_LANGADM['AdminPreferences38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar';
-$_LANGADM['AdminPreferences53d4ff7dff379f54c0ec1f8db0554afa'] = 'Multishop le permite administrar varias tiendas con un back-office. Si esta función está activada, una pestaña \"MultiShop\" estará disponible en \"parámetros avanzados\" del menú.';
+$_LANGADM['AdminPreferences43b266c605d67eaa27801cc5dc0b3995'] = 'Habilitar multishop';
$_LANGADM['AdminPreferences700e61469b84a66ddb24304a85b0c181'] = 'clásico';
$_LANGADM['AdminPreferences79a8435260e0c3b17e30ccb1c6dfc75c'] = 'Monstra los provedores y los fabricantes';
$_LANGADM['AdminPreferences8de64d6b49cebd2306af6ddbcd268700'] = 'Si su hosting permite SSL, puede activar la encripción del SSL (https://) para la identificación de la cuenta del usuario y el proceso de pedido';
$_LANGADM['AdminPreferences95be164e850e88c5282e84669f368e1b'] = 'Puede elegir como redondear los precios: siempre superior, siempre inferior, o sino ronda classica';
$_LANGADM['AdminPreferencesac2021d3c67ee796d7ab20a466ebd583'] = 'regla de redondeo';
$_LANGADM['AdminPreferencesbbd6622dbbdf4bcb166f5e3f018a2351'] = 'Por favor pulse aquí para utilizar el protocolo HTTPS antes de habilitar SSL.';
-$_LANGADM['AdminPreferencesc222d9543216761ec191ecb71865d2a9'] = 'Habilitar multishop';
$_LANGADM['AdminPreferencescce43372fe8624c0edf870f417557b84'] = 'Activar o desactivar el modo en el Front Office con el fin de mejorar la seguridad de PrestaShop';
$_LANGADM['AdminPreferencese12874163bcb256726ddfe643aa53a63'] = 'Incrementar la seguridad del Front Office';
+$_LANGADM['AdminPreferencesef758cfb5ed7de72db22accf6ad539d0'] = 'Monstra los provedores y los fabricantes aun si los bloques correspondientes son desactivados';
$_LANGADM['AdminPreferencesf8d23e159df67b2673d7c29166864453'] = 'inferior';
$_LANGADM['AdminProducts004bf6c9a40003140292e97330236c53'] = 'Acción';
$_LANGADM['AdminProducts0063394f0497bfd610ebac0aee7cfc34'] = 'Asociasiones';
@@ -2394,7 +2393,6 @@ $_LANGADM['AdminProducts014140590702586ff3083be3cf84ee2f'] = 'Si se establece, e
$_LANGADM['AdminProducts019d1ca7d50cc54b995f60d456435e87'] = 'Usado';
$_LANGADM['AdminProducts01b6e20344b68835c5ed1ddedf20d531'] = 'Hasta';
$_LANGADM['AdminProducts02fa003c38fefcda498b876f67f4cac7'] = 'URL amigables:';
-$_LANGADM['AdminProducts03596501a6ce61f5a66dc0146fbab03e'] = 'No tiene autorización para borrar aquí';
$_LANGADM['AdminProducts03937134cedab9078be39a77ee3a48a0'] = 'Grupo';
$_LANGADM['AdminProducts03c2e7e41ffc181a4e84080b4710e81e'] = 'Nuevo';
$_LANGADM['AdminProducts03e895d6310cdab805586fce4123ed08'] = 'Seleccione el tipo de imagen_';
@@ -2412,6 +2410,7 @@ $_LANGADM['AdminProducts1063e38cb53d94d386f21227fcd84717'] = 'Eliminar';
$_LANGADM['AdminProducts10b8ce36a973c8009b521b39488a89a7'] = 'Gastos de porte suplementarios';
$_LANGADM['AdminProducts10cbdb4839f838ce30409739435a6070'] = 'Catálogo';
$_LANGADM['AdminProducts119a7c88cf8f1c685c57981abff26f43'] = 'Admitir pedidos';
+$_LANGADM['AdminProducts11a257a80f8c8d76132470b171de6795'] = 'No tiene autorización para borrar aquí';
$_LANGADM['AdminProducts12085f07b6313b69c63a625d8e23f706'] = 'valor personalizado';
$_LANGADM['AdminProducts1280169553c08486626f41d112b79450'] = 'Debe guardar este producto antes de la gestión de proveedores';
$_LANGADM['AdminProducts1284dfb4d1c104f5aa4ec55fa3883ff1'] = 'Por favor, elija los almacenes asociados a este producto, y el uno por defecto.';
@@ -2471,11 +2470,9 @@ $_LANGADM['AdminProducts2f972dbb48435d9b8087d7e3c22daa09'] = 'Máximo MB.';
$_LANGADM['AdminProducts2fbbffeb17347d2d997ea3a61c1ceb73'] = 'Utilice un producto de la lista';
$_LANGADM['AdminProducts3020c78ae45aff9a35b95856af076765'] = 'Almacenes';
$_LANGADM['AdminProducts30398718bca5d62f8e76919dffe29308'] = 'Alto (paquete) :';
-$_LANGADM['AdminProducts3114089efdafb899803901e897176873'] = 'Para ello es necesario que la gestión de las existencias avanzada global / para este producto.';
$_LANGADM['AdminProducts31fde7b05ac8952dacf4af8a704074ec'] = 'Vista previa';
$_LANGADM['AdminProducts32b502f33a535f75dcbf63f6753c631e'] = 'Etiquetas:';
$_LANGADM['AdminProducts32b919d18cfaca89383f6000dcc9c031'] = 'Generar';
-$_LANGADM['AdminProducts33b8eaeaa8a18a206505f6adc10cec25'] = 'por ejemplo por libra';
$_LANGADM['AdminProducts37be07209f53a5d636d5c904ca9ae64c'] = 'Porcentaje';
$_LANGADM['AdminProducts37cfa6b25252ad29f15194e30147f02b'] = 'Ubicación del producto en los almacenes';
$_LANGADM['AdminProducts382b0f5185773fa0f67a8ed8056c7759'] = 'N/A';
@@ -2520,7 +2517,6 @@ $_LANGADM['AdminProducts4faaa9989034c771a314b2f2c0c9ede6'] = 'Máximo 32 caracte
$_LANGADM['AdminProducts522794e2dc4cecbae08ad633f40d4b9b'] = 'Definir la etiqueta de los campos del archivo:';
$_LANGADM['AdminProducts52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13';
$_LANGADM['AdminProducts52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Posición';
-$_LANGADM['AdminProducts5328b77fdd34ba6aea22aff14de2e7f5'] = 'Marcar / desmarcar todos (que se está editando esta página para varias tiendas, algunos campos como \"nombre\" o \"precio\" está incapacitado, usted tiene que comprobar estos campos con el fin de editar para estas tiendas)';
$_LANGADM['AdminProducts535fb9c585d10cb369e97f1ae2d5e11f'] = 'ya incluída en el precio';
$_LANGADM['AdminProducts544baae42433c186ff222736db985d7d'] = 'Añadir un valor predefinido';
$_LANGADM['AdminProducts545f6c2f382c04810103b3e5e6f7d841'] = 'Ilimitado';
@@ -2561,7 +2557,9 @@ $_LANGADM['AdminProducts6ba23760079b4b664d4d5e311c7d5984'] = 'Palabras clave par
$_LANGADM['AdminProducts6c9c761d2a07d20625686d8062992f80'] = 'Quiero usar el sistema de archivo de gestión avanzada para este producto';
$_LANGADM['AdminProducts6ca82180f678cae60daa0476baf5e523'] = 'Usted puede establecer precios específicos para los clientes que pertenecen a grupos diferentes, de diferentes países ...';
$_LANGADM['AdminProducts6da03a74721a0554b7143254225cc08a'] = 'Restaurado';
+$_LANGADM['AdminProducts6dce63e4298f3e82afacf4e0328a6aef'] = 'Eliminar producto?';
$_LANGADM['AdminProducts6eac2df6a5cc74282553321a73c553fb'] = 'Por favor marque una categoría para seleccionar la categoría predeterminada.';
+$_LANGADM['AdminProducts6ece9a14d0c8da14a1af607f9f7e0b36'] = '¿Tiene este producto un archivo asociado?';
$_LANGADM['AdminProducts6f382b016d2f2357bae77571ccbf0d18'] = 'URL amigables está vacía. Es necesario introducir una dirección URL al menos para elidioma por defecto antes de que usted puede guardar el producto.';
$_LANGADM['AdminProducts6f39383b81d4999830ab6febe6279777'] = 'Añadir o modificar las combinaciones de este producto';
$_LANGADM['AdminProducts70ec3125ad8169fc81d61d3586bfa4df'] = 'Cancelar nuevo precio específico';
@@ -2600,7 +2598,6 @@ $_LANGADM['AdminProducts853fd1651461ce105a2f19272b700f06'] = 'Nueva combinación
$_LANGADM['AdminProducts85f0bf927be7014e2265c4bc96bd50d2'] = '(Europa, Japón)';
$_LANGADM['AdminProducts86754577897acfb25deb69039d49d9a7'] = 'Mostrado';
$_LANGADM['AdminProducts86a41a63a6a27da14c838aed0c70cc45'] = 'Sólo puede agregar una combinación según el tipo de atributo';
-$_LANGADM['AdminProducts86a7826cd56fc0f1d09ec7af2f3e8600'] = '¿Tiene este producto un archivo asociado?';
$_LANGADM['AdminProducts883cb219650dc3aa23733c0aa59a2ef7'] = 'Etiqueta de imagen a insertar:';
$_LANGADM['AdminProducts887ee91702c962a70b87cbef07bbcaec'] = 'tasas no incluídas';
$_LANGADM['AdminProducts8a1c241e92c26b92eaae87afa337eaa3'] = 'Precio al que compró este producto como mayorista';
@@ -2620,7 +2617,6 @@ $_LANGADM['AdminProducts915f8462b0f5459dcca1d52b0a2297d5'] = 'Fecha de disponibi
$_LANGADM['AdminProducts91b442d385b54e1418d81adc34871053'] = 'Seleccionado';
$_LANGADM['AdminProducts91c8f68700703b825761609b303d44e3'] = 'Impacto en el peso:';
$_LANGADM['AdminProducts9230dd17b40c6d0478772e4d545abc46'] = 'Cancelar la modificación';
-$_LANGADM['AdminProducts926039e8a49f511c72cd88894ad52450'] = 'Para los packs, si no tiene productos que utilizan la gestión de las existencias avanzado, tiene que especificar un almacén común para esos productos y el pack.';
$_LANGADM['AdminProducts92ab5edf4194cb5a84d6808cb8d8b696'] = 'El enlace del producto aparecerá como:';
$_LANGADM['AdminProducts936ccdb97115e9f35a11d35e3d5b5cad'] = 'Cloc aquí';
$_LANGADM['AdminProducts93cba07454f06a4a960172bbd6e2a435'] = 'Sí';
@@ -2647,6 +2643,7 @@ $_LANGADM['AdminProducts9e834f13e35e4edf64863ab414a6217a'] = 'Descuento:';
$_LANGADM['AdminProducts9e8502652dd83fa0544df75ba4641144'] = 'El descuento se aplica después del impuesto';
$_LANGADM['AdminProducts9e962fd822ee734a531490fffa643c49'] = 'define a zero par un accesso limitado';
$_LANGADM['AdminProducts9ea67be453eaccf020697b4654fc021a'] = 'Salvar y guardar';
+$_LANGADM['AdminProducts9f34b413698f8638ee606edbafad7a23'] = 'Para ello es necesario que la gestión de las existencias avanzada global / para este producto.';
$_LANGADM['AdminProducts9f82518d468b9fee614fcc92f76bb163'] = 'Tienda';
$_LANGADM['AdminProducts9faa1161b2b3bbada2e8e7c11a4ed737'] = 'Puede especificar de referencia del producto (s) para cada proveedor asociado.';
$_LANGADM['AdminProducts9fd90a0a7d933e6870c7364b6cd63247'] = 'Etiquetas separadas por comas (ej: dvd, hifi)';
@@ -2658,6 +2655,8 @@ $_LANGADM['AdminProductsa6ff0f7a2a1993857cb67b769780e708'] = 'Precios no especif
$_LANGADM['AdminProductsa76d4ef5f3f6a672bbfab2865563e530'] = 'Tiempo';
$_LANGADM['AdminProductsa82be0f551b8708bc08eb33cd9ded0cf'] = 'Información';
$_LANGADM['AdminProductsa890a08afc5d657bfe58f8ef21a6da65'] = 'Debe guardar este producto antes de añadir la personalización.';
+$_LANGADM['AdminProductsa94cd486aca9f266a2ad807bd2def794'] = 'Para los packs, si no tiene productos que utilizan la gestión de las existencias avanzado, tiene que especificar un almacén común para esos productos y el pack.';
+$_LANGADM['AdminProductsa9ab12b60b245c814f886ccdafc6441f'] = 'Marcar / desmarcar todos (que se está editando esta página para varias tiendas, algunos campos como \"nombre\" o \"precio\" está incapacitado, usted tiene que comprobar estos campos con el fin de editar para estas tiendas)';
$_LANGADM['AdminProductsaa642c15d075aab8a1ac2ccbc9a0d07a'] = 'Usted está manejando un grupo de tiendas donde las cantidades que no son compartidos entre todas las tiendas de este grupo.';
$_LANGADM['AdminProductsaa690c7566fa052edf9db33d69db306f'] = 'Ventas de producto';
$_LANGADM['AdminProductsaac247ca22789872bad95dc8f6c45d37'] = 'Incremento:';
@@ -2765,6 +2764,7 @@ $_LANGADM['AdminProductse5f7f63d66023847e693fd34bea09d41'] = 'Por defecto:';
$_LANGADM['AdminProductse659b52eba1f0299b2d8ca3483919e72'] = 'Tipo:';
$_LANGADM['AdminProductse6a0825c0b6c56fa5c9faa5d9385b8d4'] = 'Crear un nuevo fabricante';
$_LANGADM['AdminProductse6ff0db3b8285dce688b7f9a44e4915b'] = 'Datos guardados';
+$_LANGADM['AdminProductse7be8bd01e2e6e2d4b41052934bc1b9c'] = 'por ejemplo por libra';
$_LANGADM['AdminProductse7e04625fa0cce90aa5384b92b837eb3'] = 'Crear una nueva categoría';
$_LANGADM['AdminProductse81c4e4f2b7b93b481e13a8553c2ae1b'] = 'total';
$_LANGADM['AdminProductse8fce60a7ce078b55bd02a1c25748f16'] = 'Precios al Por Menor sin IVA:';
@@ -2783,7 +2783,6 @@ $_LANGADM['AdminProductsf107f5a9ee4ecea58d0f29ae7959baa8'] = 'Designación';
$_LANGADM['AdminProductsf258ae7c40f58689780e219bc9a23608'] = 'Usted utiliza combinaciones, por esta razón no se puede editar el archivo de aquí, pero en la ficha Combinaciones';
$_LANGADM['AdminProductsf2a6c498fb90ee345d997f888fce3b18'] = 'Eliminar';
$_LANGADM['AdminProductsf33c23efaf78aacff7c1cbc75f732865'] = 'Definir la etiqueta de los campos de texto:';
-$_LANGADM['AdminProductsf378471b67496f5490d52cabe1f819f3'] = 'Eliminar producto?';
$_LANGADM['AdminProductsf41afefb4495b85c7b7ddf3e1ca4387f'] = 'Puede especificar un valor para cada caracteristica del producto. Los campos vacios no seran mostrados';
$_LANGADM['AdminProductsf4a275a931b82e5058bc8ffad8b8e5bd'] = 'Fabricante:';
$_LANGADM['AdminProductsf4d1ea475eaa85102e2b4e6d95da84bd'] = 'Confirmar';
@@ -2833,12 +2832,12 @@ $_LANGADM['AdminQuickAccessese25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar item
$_LANGADM['AdminQuickAccessese5dc8e5afea0a065948622039358de37'] = 'Nueva ventana';
$_LANGADM['AdminQuickAccessesfe501f6dab88efcbde9b3f062a5ae781'] = 'Menú de acceso rápido';
$_LANGADM['AdminRangePrice1e6d57e813355689e9c77e947d73ad8f'] = 'De:';
+$_LANGADM['AdminRangePrice240c1a13357c9d54ccf18b1704d7d783'] = 'No hay ningún transportista disponible para este rango de precio.';
$_LANGADM['AdminRangePrice29103375229a5c363403ec4afb5c3e8f'] = 'IVA incluído';
$_LANGADM['AdminRangePrice2c39f2ba36ea6da8583198d554719eb1'] = 'Rango de inicio (incluido)';
$_LANGADM['AdminRangePrice2e5b52416e267252bcdea3d6211c31ba'] = 'Puede aplicar este rango a un transportista diferente seleccionando su nombre';
$_LANGADM['AdminRangePrice33caa076f23f453dd4061726f3706325'] = 'a:';
$_LANGADM['AdminRangePrice38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar';
-$_LANGADM['AdminRangePrice46c7a55c158bf94de7c848a7661be93a'] = 'No hay ningún transportista disponible para este rango de precio.';
$_LANGADM['AdminRangePrice5da618e8e4b89c66fe86e32cdafde142'] = 'A partir de';
$_LANGADM['AdminRangePrice6bf0217a0db567ce8495e5125a1dfffb'] = 'De fin del intervalo (no incluidos)';
$_LANGADM['AdminRangePrice914419aa32f04011357d3b604a86d7eb'] = 'Transportista';
@@ -2848,7 +2847,6 @@ $_LANGADM['AdminRangePriced3b206d196cd6be3a2764c1fb90b200f'] = 'Borrar seleccion
$_LANGADM['AdminRangePricee12167aa0a7698e6ebc92b4ce3909b53'] = 'Hasta';
$_LANGADM['AdminRangePricee25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar items seleccionados?';
$_LANGADM['AdminRangePricef8617a92ba0a0a4eabee724eab7c9f48'] = 'Transportista:';
-$_LANGADM['AdminRangeWeight00ad8572e3224c20d793319efa0ca301'] = 'No hay ningún transportista disponible para este intervalo de peso.';
$_LANGADM['AdminRangeWeight1e6d57e813355689e9c77e947d73ad8f'] = 'De:';
$_LANGADM['AdminRangeWeight2c39f2ba36ea6da8583198d554719eb1'] = 'Rango de inicio (incluido)';
$_LANGADM['AdminRangeWeight2e5b52416e267252bcdea3d6211c31ba'] = 'Puede aplicar este rango a un transportista diferente seleccionando su nombre';
@@ -2862,6 +2860,7 @@ $_LANGADM['AdminRangeWeightb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminRangeWeightd3b206d196cd6be3a2764c1fb90b200f'] = 'Borrar seleccionados';
$_LANGADM['AdminRangeWeighte12167aa0a7698e6ebc92b4ce3909b53'] = 'Hasta';
$_LANGADM['AdminRangeWeighte25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar items seleccionados?';
+$_LANGADM['AdminRangeWeightf72ebb8ea83c29860db81a0df26de82c'] = 'No hay ningún transportista disponible para este intervalo de peso.';
$_LANGADM['AdminRangeWeightf8617a92ba0a0a4eabee724eab7c9f48'] = 'Transportista:';
$_LANGADM['AdminReferrers095a1b43effec73955e31e790438de49'] = 'Base';
$_LANGADM['AdminReferrers0988f870ad8a7648219df0767f768b8d'] = 'HTTP referrer';
@@ -2900,6 +2899,7 @@ $_LANGADM['AdminReferrers5570dfe4ec8f3d4b2cf4d5780d928b39'] = 'Por ejemplo, los
$_LANGADM['AdminReferrers56b1219e1505393dd75346ab93e386f7'] = 'Porcentaje de tarifa:';
$_LANGADM['AdminReferrers571b5937b85a9155062315a7c1d69fa2'] = '\"_\" será reemplazada por un carácter. Si desea utilizar el real \"_\", debe escribir \"_\"';
$_LANGADM['AdminReferrers591411cc8927851db2002208676d8330'] = 'Reg.';
+$_LANGADM['AdminReferrers5cab0ee70ed1007cb5abcd0ee7b6998a'] = 'El interés reside en el hecho de que en las URL puede añadir etiquetas que le dirigen hacia su sitio Web.';
$_LANGADM['AdminReferrers62508131fde00888d0811939026f2f60'] = 'El campo `http_referer` representa el sitio Web por el que el visitante ha llegado a su tienda.';
$_LANGADM['AdminReferrers653cfa577bccb5b3587de505c7629922'] = 'Por ejemplo, si el visitante accede a una página producto, la URL será';
$_LANGADM['AdminReferrers6691265cf8673ac521e3a1672d482723'] = 'Comisiones';
@@ -2934,7 +2934,6 @@ $_LANGADM['AdminReferrersbb166feff34b74fef81127259160c93a'] = 'Afiliado';
$_LANGADM['AdminReferrersc33e404a441c6ba9648f88af3c68a1ca'] = 'Estadísticas';
$_LANGADM['AdminReferrersc67cf4c17877af5f7db7b337b87d84b8'] = 'Hay una enorme cantidad de datos, por lo que cada conexión que corresponde a un referente indizada. Puede actualizar este índice haciendo clic en el botón de arriba. Tenga en cuenta que puede tardar mucho tiempo y que sólo es necesario si se modifica o agrega un remitente y si quieres que los cambios sean retroactivos.';
$_LANGADM['AdminReferrersc880199d9ed40c53d2b0ad0470d6f576'] = 'Por ejemplo, puede enviar un enlace \"dindex.php%? Prestashop\" en el foro y obtener estadísticas mediante la introducción de \"prestashop%\" en el campo `` REQUEST_URI.Usted recibirá todos los visitantes que vienen desde el foro.';
-$_LANGADM['AdminReferrerscbefb6b27ef8a32b339d38608a81a5eb'] = 'El interés reside en el hecho de que en las URL puede añadir etiquetas que le dirigen hacia su sitio Web.';
$_LANGADM['AdminReferrerscc99ae38b3da304c65ea3a9019800a38'] = 'Información técnica - Modo experto';
$_LANGADM['AdminReferrersd3139f39f1ad6324c80a9ddd50cc7867'] = 'Páginas vistas';
$_LANGADM['AdminReferrersd3b206d196cd6be3a2764c1fb90b200f'] = 'Borrar seleccionados';
@@ -3030,11 +3029,11 @@ $_LANGADM['AdminScenesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminScenesb7d7436a18bf546dd6438d92218868c1'] = 'Marcar todo';
$_LANGADM['AdminScenesb908c2f34052b5276e0bf50f0e042211'] = 'Tamaño';
$_LANGADM['AdminScenesb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado';
-$_LANGADM['AdminScenesc0638746d2c5f3151be067263de10449'] = 'Si es más pequeño que el ajuste de tamaño de imagen, un fondo blanco se añade con el fin de alcanzar el tamaño de la imagen correcta.';
$_LANGADM['AdminScenesc9cc8cce247e49bae79f15173ce97354'] = 'Guardar';
$_LANGADM['AdminScenescb456215c3333db0551bd0788bc258c7'] = 'Activado';
$_LANGADM['AdminScenesd0f06038b6b3aa5edc07c7a6fd3ca3f9'] = 'Buscar en categoria';
$_LANGADM['AdminScenesd4fab32a3d444ea2d060ee35791f33cb'] = 'Para lograr esto, por favor defina la \"zona de mapeo\" , cuando se situe sobre, se mostrará la ventana emergente.';
+$_LANGADM['AdminScenesd56cfb474072ec8b61d26b8557a0a734'] = 'Si es más pequeño que el ajuste de tamaño de imagen, un fondo blanco se añade con el fin de alcanzar el tamaño de la imagen correcta.';
$_LANGADM['AdminScenesda954fed6fbb63e29cfc51ecdd5e7a71'] = 'Haga clic en el producto adecuado, a continuación, haga clic en Aceptar. Repita estos pasos para cada zona de la imagen que desea crear.';
$_LANGADM['AdminScenese0aa021e21dddbd6d8cecec71e9cf564'] = 'OK';
$_LANGADM['AdminScenesef7de3f485174ff47f061ad27d83d0ee'] = 'seleccionadas';
@@ -3053,8 +3052,8 @@ $_LANGADM['AdminSearch0e1aa8d47719bc3d8b37955486b134f1'] = 'Productos que coinci
$_LANGADM['AdminSearch22ffd0379431f3b615eb8292f6c31d12'] = 'Fecha de Registro';
$_LANGADM['AdminSearch3132e30d561d92add3dfa6eef64c9e36'] = 'No hay categorías que coinciden con su consulta';
$_LANGADM['AdminSearch49ee3087348e8d44e1feda1917443987'] = 'Nombre';
+$_LANGADM['AdminSearch5e9c2ea72c2308aeb15cb1d4519270d7'] = 'Ningún cliente coinciden con su consulta';
$_LANGADM['AdminSearch63d5049791d9d79d86e9a108b0a999ca'] = 'Referencia';
-$_LANGADM['AdminSearch6623375b2a8228e83afc61251c005ad2'] = 'Ningún cliente coinciden con su consulta';
$_LANGADM['AdminSearch7442e29d7d53e549b78d93c46b8cdcfc'] = 'Pedidos';
$_LANGADM['AdminSearch77eb276f5dcdf4fbca854e908216f7b2'] = 'Precio (ti)';
$_LANGADM['AdminSearch8b5dd64ab8d0b8158906796b53a200e2'] = 'Email';
@@ -3150,17 +3149,18 @@ $_LANGADM['AdminShop1814d65a76028fdfbadab64a5a8076df'] = 'Proveedores';
$_LANGADM['AdminShop1aa4c641d6920ddb97a2562f8ec53853'] = 'Grupo:';
$_LANGADM['AdminShop1d6af794b2599c1407a83029a09d1ecf'] = 'Transportistas';
$_LANGADM['AdminShop1d92a46c4e14c43c3096d85c9f26fc4e'] = 'Elija los datos para importar';
+$_LANGADM['AdminShop224154fa6f3601b7de4690ba6a9ad8b4'] = 'Arból Multitienda';
$_LANGADM['AdminShop2377be3c2ad9b435ba277a73f0f1ca76'] = 'Marcas';
$_LANGADM['AdminShop247ce0c9b61b77d61c5de8e2c3e32978'] = 'Editar esta URL';
$_LANGADM['AdminShop24a23d787190f2c4812ff9ab11847a72'] = 'Estado:';
$_LANGADM['AdminShop25c25c36ef8fc9436725e3a4eb6044d2'] = 'Borrar esta tienda';
+$_LANGADM['AdminShop2844ecb71391067e71fcd5d84ce6f94e'] = 'Advertencia: usted no será capaz de cambiar el grupo de esta tienda si la tienda pertenece a un grupo con una de estas opciones de \"compartir clientes\" o \"compartir cantidades\" o \"compartir ordenes\" activados.';
$_LANGADM['AdminShop2df07bc574bd6370979f7762b08b4a32'] = 'Elija la tienda (fuente)';
$_LANGADM['AdminShop30cfab87fe702cd2ff1b064fa4729305'] = 'Agregar nueva URL';
$_LANGADM['AdminShop339b1acb0d1f26923dc4545a9f749ab3'] = 'Cuentas de Servicio web';
$_LANGADM['AdminShop37c0e2b9736bc4cc2005f7be3fd66fe5'] = 'Activar o desactivar la tienda';
$_LANGADM['AdminShop3adbdb3ac060038aa0e6e6c138ef9873'] = 'Categoría';
$_LANGADM['AdminShop4390988a3f7d7cfa3d8a5ecb11976f58'] = 'Grupo de tienda';
-$_LANGADM['AdminShop4a4122f85bc7d1d197ef87cf89f90d01'] = 'Advertencia: usted no será capaz de cambiar el grupo de esta tienda si la tienda pertenece a un grupo con una de estas opciones de \"compartir clientes\" o \"compartir cantidades\" o \"compartir ordenes\" activados.';
$_LANGADM['AdminShop517a8a7dbf1f6e371509817de328e396'] = 'Grupos de clientes';
$_LANGADM['AdminShop580cb0ed4cf533163f82c70c7833bb9d'] = 'Grupo de tienda:';
$_LANGADM['AdminShop5a8f8f8e0bcbfcd926271ee7d7351134'] = 'Lista de grupos de tienda';
@@ -3171,7 +3171,6 @@ $_LANGADM['AdminShop6416e8cb5fc0a208d94fa7f5a300dbc4'] = 'Almacén';
$_LANGADM['AdminShop64c70a5c238abee8f825294cbd9bcc08'] = 'Haga clic aquí para mostrar las direcciones URL de las tiendas %s';
$_LANGADM['AdminShop652342e19bf26f8d1b350e60aad3e3bf'] = 'Añadir nueva tienda';
$_LANGADM['AdminShop6a9afe170bdaacb2cdf24336e038597d'] = 'Añadir url';
-$_LANGADM['AdminShop6c8d0b6839cf16e3b2c7e5d0f6428b40'] = 'Sólo puede mover su tienda a un grupo de tienda con todas las opciones de \"compartir\" desactivadas o para un grupo de tienda sin clientes y pedidos.';
$_LANGADM['AdminShop6fab199dbf5a4155871fb0d5dbfa9827'] = 'Reglas de los grupos fiscales';
$_LANGADM['AdminShop7641f2d6a19d137714d493ac979e20d5'] = 'Añadir nuevo grupo de tienda';
$_LANGADM['AdminShop775a3ab6add326ef93f2382f49f9e500'] = 'Grupos de atributos';
@@ -3181,6 +3180,7 @@ $_LANGADM['AdminShop821b8ee6937cec96c30fdafbfe836d68'] = 'Tiendas';
$_LANGADM['AdminShop92318dc9b42eb05bb1c958f0a15d19b9'] = 'Idiomas';
$_LANGADM['AdminShop93353a734fe6e60784b839e911d2cbf1'] = 'No se puede editar el grupo de tienda, porque la tienda actual pertenece a un grupo con un \"compartir\" opción activada.';
$_LANGADM['AdminShop93cba07454f06a4a960172bbd6e2a435'] = 'Sí';
+$_LANGADM['AdminShop940a953fac9d90cc7dec13e19c3ddc2a'] = 'Sólo puede mover su tienda a un grupo de tienda con todas las opciones de \"compartir\" desactivadas o para un grupo de tienda sin clientes y pedidos.';
$_LANGADM['AdminShop98f770b0af18ca763421bac22b4b6805'] = 'Características';
$_LANGADM['AdminShop99104e1966b34f0320d33c5892946a82'] = 'Importar datos de otra tienda';
$_LANGADM['AdminShop9d5bf15117441a1b52eb1f0808e4aad3'] = 'Descuentos';
@@ -3190,29 +3190,29 @@ $_LANGADM['AdminShopGroup00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado';
$_LANGADM['AdminShopGroup0f86285516456595b59620181e9c689c'] = 'Grupo de tienda';
$_LANGADM['AdminShopGroup18e5ed18a875ebffce61b7abe7b5dc1e'] = 'Compartir clientes:';
$_LANGADM['AdminShopGroup24a23d787190f2c4812ff9ab11847a72'] = 'Estado:';
-$_LANGADM['AdminShopGroup3f4e4431c51dfb7074793fdfb01a10a7'] = 'Advertencia: no se recomienda habilitar \"compartir clientes\" y \"compartir las órdenes\", porque una vez que se activan y los clientes o los pedidos se crean, no será capaz de desactivar estas opciones. Si usted necesita estas opciones, trate de considerar en primer lugar con varias categorías en cambio, en varias tiendas.';
+$_LANGADM['AdminShopGroup2b53538f9964a4e9555379dfd7aec1de'] = 'Una vez que se activa esta opción (que sólo es posible si los clientes y las cantidades disponibles se reparten entre las tiendas), el carro del cliente será compartido entre todas las tiendas de este grupo. De esta manera, cualquier compra de arranque en una de las tiendas de este grupo será capaz de terminar en otra tienda del grupo misma tienda. Advertencia: usted no será capaz de desactivar esta opción una vez que haya órdenes en al menos una tienda de este grupo.';
+$_LANGADM['AdminShopGroup49b183782090ccc2c81a82a739516cb2'] = 'Compartir las cantidades disponibles para la venta entre las tiendas de este grupo. Al cambiar esta opción, todas las cantidades de productos disponibles para este grupo se pone a 0.';
$_LANGADM['AdminShopGroup5bafd557247e80174f35c1870e760364'] = 'Tienda por defecto:';
$_LANGADM['AdminShopGroup652342e19bf26f8d1b350e60aad3e3bf'] = 'Añadir nueva tienda';
-$_LANGADM['AdminShopGroup69c655ebbe2393caaadab9495b42e47d'] = 'Una vez que se activa esta opción (que sólo es posible si los clientes y las cantidades disponibles se reparten entre las tiendas), el carro del cliente será compartido entre todas las tiendas de este grupo. De esta manera, cualquier compra de arranque en una de las tiendas de este grupo será capaz de terminar en otra tienda del grupo misma tienda. Advertencia: usted no será capaz de desactivar esta opción una vez que haya órdenes en al menos una tienda de este grupo.';
$_LANGADM['AdminShopGroup7641f2d6a19d137714d493ac979e20d5'] = 'Añadir nuevo grupo de tienda';
-$_LANGADM['AdminShopGroup7c18039b09018a9af060e9a3b74278bd'] = 'Compartir las cantidades disponibles para la venta entre las tiendas de este grupo. Al cambiar esta opción, todas las cantidades de productos disponibles para este grupo se pone a 0.';
-$_LANGADM['AdminShopGroup7f6362c8aa3fbfa67297a61af562975b'] = 'Opciones Multishop';
$_LANGADM['AdminShopGroup86a45aede7b70cccba4f1abd370aea00'] = 'Nombre de grupo de la tienda';
+$_LANGADM['AdminShopGroup8ca5f662330b946a39c6a32d2ed8bf82'] = 'Una vez que la opción está activada, las tiendas de este grupo compartirán sus clientes: si un cliente se registra en una de las tiendas de este grupo, la cuenta de forma automática estará disponible en las tiendas de otros de este goup. Advertencia: usted no será capaz de desactivar esta opción una vez que tienen los clientes registrados en al menos una tienda de este grupo.';
$_LANGADM['AdminShopGroup8cf1c12c31b716190d84ba7c578dbcd8'] = 'Activar o desactivar el grupo de tiendas';
+$_LANGADM['AdminShopGroup90f72fb554403a6b1cb46741c5f348f2'] = 'Opciones Multishop';
$_LANGADM['AdminShopGroupb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminShopGroupb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado';
$_LANGADM['AdminShopGroupbec5ca2064490f938c3478fd90bf2da1'] = 'Compartir cantidades disponibles para vender:';
+$_LANGADM['AdminShopGroupc2ffb703a458ea15e9554ceaed6cb68e'] = 'Advertencia: no se recomienda habilitar \"compartir clientes\" y \"compartir las órdenes\", porque una vez que se activan y los clientes o los pedidos se crean, no será capaz de desactivar estas opciones. Si usted necesita estas opciones, trate de considerar en primer lugar con varias categorías en cambio, en varias tiendas.';
+$_LANGADM['AdminShopGroupc54be5ed86a412d6331992ebed716a67'] = 'ShopGroup';
$_LANGADM['AdminShopGroupc9cc8cce247e49bae79f15173ce97354'] = 'Guardar';
-$_LANGADM['AdminShopGroupe78cc393bbaf15e830e3b22178d74a00'] = 'ShopGroup';
$_LANGADM['AdminShopGroupe9f83d2cd2cd8ce6d8a58d3fc454d5cf'] = 'Compartir ordenes:';
-$_LANGADM['AdminShopGroupfc7782110aebfc15f6f04144dfdc1cbc'] = 'Una vez que la opción está activada, las tiendas de este grupo compartirán sus clientes: si un cliente se registra en una de las tiendas de este grupo, la cuenta de forma automática estará disponible en las tiendas de otros de este goup. Advertencia: usted no será capaz de desactivar esta opción una vez que tienen los clientes registrados en al menos una tienda de este grupo.';
$_LANGADM['AdminShopUrl00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado';
$_LANGADM['AdminShopUrl10a0bce6f732af77fbc0b310de0a0f47'] = 'La tienda seleccionada ya tiene una dirección principal, si se establece este como URL principal, la más antigua se establecerá como URL normal';
$_LANGADM['AdminShopUrl1a12a19a4e3e3626f44f2c7969ce2b5b'] = 'Carpeta física de su tienda en el servidor. Deje este campo vacío si su tienda está instalado en la ruta raíz. Por ejemplo si su tienda está disponible en www.my-prestashop.com/my-store/, usted tiene que configurar mi tienda / en este campo.';
$_LANGADM['AdminShopUrl24a23d787190f2c4812ff9ab11847a72'] = 'Estado:';
+$_LANGADM['AdminShopUrl30cfab87fe702cd2ff1b064fa4729305'] = 'Agregar nueva URL';
$_LANGADM['AdminShopUrl32401234f706ad260cc990d83fe5d7ec'] = 'Su URL final será:';
$_LANGADM['AdminShopUrl37d00f4554dc3c0baeb34a9c22d787d9'] = 'URL de su tienda';
-$_LANGADM['AdminShopUrl3cbc37f94997d23bfe2824165dc45549'] = 'Agregar nueva URL';
$_LANGADM['AdminShopUrl676e457154510d142765d535fbf11df0'] = 'URL principal';
$_LANGADM['AdminShopUrl873646ada13763eda1a5393d99973204'] = 'Dominio SSL:';
$_LANGADM['AdminShopUrl9b5ee5e0b5aed007f4192b3252a0eccf'] = 'Es necesario activar la reescritura de direcciones URL, si desea agregar un URI virtual.';
@@ -3225,14 +3225,14 @@ $_LANGADM['AdminShopUrlb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado';
$_LANGADM['AdminShopUrlbd5f9f37b54fe8f66369f74784576e6c'] = 'Dominio:';
$_LANGADM['AdminShopUrlbfc70beddce99a8ab159563d4e03f7af'] = 'Opciones de URL';
$_LANGADM['AdminShopUrlc9cc8cce247e49bae79f15173ce97354'] = 'Guardar';
+$_LANGADM['AdminShopUrld12a8a7d299323b44afb95e597cd0715'] = 'Advertencia: la reescritura de direcciones URL (Por ejemplo, mod_rewrite para Apache) parece estar deshabilitado. Si la URL no funciona, por favor consulte con su proveedor de alojamiento de cómo activar la reescritura de URL.';
$_LANGADM['AdminShopUrld42225935a374f1249f2a45ebed00772'] = 'Activado o desactivado';
$_LANGADM['AdminShopUrld63c1ea9ab7850a74940ff760f25034b'] = 'Editar esta tienda';
-$_LANGADM['AdminShopUrlda9590054e1fdec4ba1f63666e89863d'] = 'Advertencia: la reescritura de direcciones URL (Por ejemplo, mod_rewrite para Apache) parece estar deshabilitado. Si la URL no funciona, por favor consulte con su proveedor de alojamiento de cómo activar la reescritura de URL.';
$_LANGADM['AdminShopUrldd22844f47ebedcec07f9c920af00fb3'] = 'URL virtual:';
+$_LANGADM['AdminShopUrldebbcea48c2384f978e2783bb99ba075'] = 'Puede utilizar esta opción si desea crear una tienda con una URI que no existe en su servidor (por ejemplo, si usted quiere que su tienda esté disponible con el www.my-prestashop.com/my-store/zapatos/ URL , usted tiene que fijar los zapatos / en este campo, en el supuesto de que mi tienda / es el URI de física).';
$_LANGADM['AdminShopUrle6b391a8d2c4d45902a23a8b6585703d'] = 'URL';
$_LANGADM['AdminShopUrle93c33bd1341ab74195430daeb63db13'] = 'Nombre';
$_LANGADM['AdminShopUrlec0a460d665960aaa805fe83079c8a29'] = 'Dado que la tienda seleccionada no tiene url principal, tiene que establecer esta url como principal';
-$_LANGADM['AdminShopUrlf34e3f34ca9b7d83cb35376b6cbc9a2a'] = 'Puede utilizar esta opción si desea crear una tienda con una URI que no existe en su servidor (por ejemplo, si usted quiere que su tienda esté disponible con el www.my-prestashop.com/my-store/zapatos/ URL , usted tiene que fijar los zapatos / en este campo, en el supuesto de que mi tienda / es el URI de física).';
$_LANGADM['AdminShopUrlf6e7829277b67d5a8805d6728a810362'] = 'La reescritura de direcciones URL se debe activar en el servidor para utilizar esta característica.';
$_LANGADM['AdminShopa9e4402481bd9b8e36752bf731f67eb6'] = 'Tema';
$_LANGADM['AdminShopb6755d218d5f4e1cef9cce9cc39aeda9'] = 'Meta';
@@ -3245,7 +3245,6 @@ $_LANGADM['AdminShopbafd7322c6e97d25b6299b5d6fe8920b'] = 'No';
$_LANGADM['AdminShopbb34f602e45a9fbcb2cdfee7a48673fc'] = 'Escenas';
$_LANGADM['AdminShopbbaff12800505b22a853e8b7f4eb6a22'] = 'Contacto';
$_LANGADM['AdminShopbf17ac149e2e7a530c677e9bd51d3fd2'] = 'Módulos';
-$_LANGADM['AdminShopc3dd254606fb978c7b0c51b6d8987865'] = 'Arból Multitienda';
$_LANGADM['AdminShopc8cfbbbe4253e14390b2b14d7e60d9c8'] = 'Importar datos';
$_LANGADM['AdminShopc9cc8cce247e49bae79f15173ce97354'] = 'Guardar';
$_LANGADM['AdminShopcceb3f70e3d4cda3aea8ace295459881'] = 'Haga clic aquí para mostrar la lista de grupo de tiendas';
@@ -3527,6 +3526,7 @@ $_LANGADM['AdminStockManagement77295c7d814e7397c55f64ec06313984'] = 'Moneda:';
$_LANGADM['AdminStockManagement7aff970b4fe3769a590756115c0fc2b5'] = 'Añadir a existencias';
$_LANGADM['AdminStockManagement83addfb8621c887f4c0ae111d063166b'] = 'Por último, se le pedirá que especifique el estado de la cantidad que se añade:';
$_LANGADM['AdminStockManagement8823610f384caeee0e41a26b1b82fcda'] = 'Sumar cantidades para todos los almacenes';
+$_LANGADM['AdminStockManagement93834f1cb1d4573b64b93057593cc229'] = 'utilizable para la venta significa que esta cantidad estará disponible en la tienda (s),';
$_LANGADM['AdminStockManagement99af53326570e3f65c82d534f0b6dd6a'] = 'no usable';
$_LANGADM['AdminStockManagement9cc191857999f8fdacb83f85985f1795'] = 'Existencias: Añadir producto';
$_LANGADM['AdminStockManagement9ea67be453eaccf020697b4654fc021a'] = 'Salvar y guardar';
@@ -3555,7 +3555,6 @@ $_LANGADM['AdminStockManagementd6ac255137be35d4ba97bc2f8e15c86f'] = 'Último pre
$_LANGADM['AdminStockManagementdd300318a5fbdf8db10fee5c89657df9'] = '¿Es esta una cantidad utilizable para la venta?';
$_LANGADM['AdminStockManagementdfa4596c0cc167b50e14a558b3a8afac'] = 'Utilizable para la venta en el almacén de destino?';
$_LANGADM['AdminStockManagemente1b729c52480225d06d4bd27b2a811be'] = 'El producto fue introducido con éxito en el stock';
-$_LANGADM['AdminStockManagemente6bff42d0b439c7129df43bae2cca3f2'] = 'utilizable para la venta significa que esta cantidad estará disponible en la tienda (s),';
$_LANGADM['AdminStockManagementea4788705e6873b424c65e91c2846b19'] = 'Anular';
$_LANGADM['AdminStockManagementeb65183e450756692c2d098c3cc5bda5'] = 'Existencias: Eliminar producto';
$_LANGADM['AdminStockManagementf548c1f7ba94a7c672abbc78dc236ea8'] = 'Esta interfaz le permite gestionar las existencias de cada uno de sus productos y sus variaciones.';
@@ -3588,6 +3587,7 @@ $_LANGADM['AdminStores0188aaac1db951dc90bced9ecd606c04'] = 'Mostrar en los mensa
$_LANGADM['AdminStores076b51bf10faf2ca6a3338049c5c4ee4'] = 'Foto de la tienda';
$_LANGADM['AdminStores0f98b7f230f3c91292f0de4c99e263f2'] = 'Registro';
$_LANGADM['AdminStores129bc0180cf6adfae273b4322f2c33f5'] = 'Información de registro de la tienda (por ejemplo, SIRET o RCS)';
+$_LANGADM['AdminStores17427cacd715b47e9e9d3d26a6e546c7'] = 'Código Postal / ZIP:';
$_LANGADM['AdminStores1908624a0bca678cd26b99bfd405324e'] = 'Tamaño de archivo';
$_LANGADM['AdminStores1b9a36c9acf2ab7a81d67a55432b6c8f'] = 'Dirección de la tienda (línea 1)';
$_LANGADM['AdminStores25df2f937d1be8a5815925108b30a1b0'] = 'Latitud por defecto';
@@ -3608,13 +3608,13 @@ $_LANGADM['AdminStores642d3ba5db8b57e006584b544e490ec7'] = 'Código postal';
$_LANGADM['AdminStores6bd1a5cfbb1cda78dedffa3825ed263a'] = 'Mostrar o no esta tienda';
$_LANGADM['AdminStores6f5373ad371f50f8d9846abf459e9770'] = 'Latitud / Longitud:';
$_LANGADM['AdminStores6f8522e0610541f1ef215a22ffa66ff6'] = 'Lunes';
+$_LANGADM['AdminStores73bce3017c28608726c79c501b13bd28'] = 'Datos de la tienda, ej. 45.265469 / -47.226478';
$_LANGADM['AdminStores783cb853aae6984e51583b3bb80c09d2'] = 'Dirección (2):';
$_LANGADM['AdminStores78ae6f0cd191d25147e252dc54768238'] = 'Jueves';
$_LANGADM['AdminStores792ccc0c7f3d0d20366fbbf44ef7cd78'] = 'Mostrar en los mensajes de correo electrónico y página de los títulos';
$_LANGADM['AdminStores796c163589f295373e171842f37265d5'] = 'Miércoles';
$_LANGADM['AdminStores821b8ee6937cec96c30fdafbfe836d68'] = 'Tiendas';
$_LANGADM['AdminStores8268ffbdb9787de57913f0040daf35a1'] = 'Nombre de la tienda, por ejemplo: Store Mail Citycentre';
-$_LANGADM['AdminStores85763e4e3f6a6c45cc8c0687038025e5'] = 'Código Postal / ZIP:';
$_LANGADM['AdminStores86197fcc6dd67ec32c447e521889675f'] = 'Mostrar un link hacia el localizador de la tienda a pie de página';
$_LANGADM['AdminStores867f400ebb34232c656185d4ca7350b2'] = 'Mostrar un enlace al localizador de tiendas en la página Mapa del sitio';
$_LANGADM['AdminStores8ae5811be1a55b9b8447ad2dbdadbf6e'] = 'Imagen:';
@@ -3632,7 +3632,6 @@ $_LANGADM['AdminStoresbcc254b55c4a1babdf1dcb82c207506b'] = 'Teléfono';
$_LANGADM['AdminStoresc33b138a163847cdb6caeeb7c9a126b4'] = 'Viernes';
$_LANGADM['AdminStoresc4d2dfcc9772ed9b143df5491e828235'] = 'Ni mapa, ni búsqueda, solo una guia de la tienda';
$_LANGADM['AdminStorescd956dfe3a1f6625ddfdc2cfa98dbdd5'] = 'Muestra simplificada de la página de localización de la tienda';
-$_LANGADM['AdminStoresd108a94475e22677c0cd8ecdc3f0eb62'] = 'Código postal';
$_LANGADM['AdminStoresd3b206d196cd6be3a2764c1fb90b200f'] = 'Borrar seleccionados';
$_LANGADM['AdminStoresdd7bf230fde8d4836917806aff6a6b27'] = 'Dirección';
$_LANGADM['AdminStorese1bcd0aa73dbc610f1fc628499244d8f'] = 'Caracteres autorizados: letras, espacios y %s';
@@ -3641,8 +3640,8 @@ $_LANGADM['AdminStorese734ed12d2c2026532f66e0ebeedfc8c'] = 'Ejemplo: 10:00AM - 9
$_LANGADM['AdminStorese93c33bd1341ab74195430daeb63db13'] = 'Nombre';
$_LANGADM['AdminStoresec53a8c4f07baed5d8825072c89799be'] = 'Estado';
$_LANGADM['AdminStoresede4759c9afae620fd586628789fa304'] = 'Habilitar selección';
+$_LANGADM['AdminStoresefbe7a69a4c8d54da7d255fe28cd1a5c'] = 'Código postal';
$_LANGADM['AdminStoresf2a6c498fb90ee345d997f888fce3b18'] = 'Eliminar';
-$_LANGADM['AdminStoresfe370c96885df78dd3123a1779bd6a26'] = 'Datos de la tienda, ej. 45.265469 / -47.226478';
$_LANGADM['AdminStoresffea2d321be109fc7243cfeb515fe257'] = 'Elija su estado (si aplicable)';
$_LANGADM['AdminSuppliers0099c0173a3c7758b36025bdae9b4fc7'] = 'Activado:';
$_LANGADM['AdminSuppliers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado';
@@ -3669,6 +3668,7 @@ $_LANGADM['AdminSuppliers66b02975abe1eaca734427011e342ee3'] = 'Referencia de pro
$_LANGADM['AdminSuppliers673ae02fffb72f0fe68a66f096a01347'] = 'Teléfono:';
$_LANGADM['AdminSuppliers76d17e0cd552ad8ca18c5fc1ae9d8098'] = 'Aparecerá en la lista de proveedores';
$_LANGADM['AdminSuppliers7b250cb374c12c42a75227ba75df7779'] = 'Meta título:';
+$_LANGADM['AdminSuppliers875701316088d13e12736d3e8d295c12'] = 'Código Postal / ZIP:';
$_LANGADM['AdminSuppliers8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo';
$_LANGADM['AdminSuppliers990fc90e39367377c314f1d61522ae61'] = 'Nombre de los Productos';
$_LANGADM['AdminSuppliersa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta descripción:';
@@ -3678,14 +3678,13 @@ $_LANGADM['AdminSuppliersb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminSuppliersb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado';
$_LANGADM['AdminSuppliersbc67a1507258a758c3a31e66d7ceff8f'] = 'Referencia del proveedor';
$_LANGADM['AdminSuppliersbffb711ec36f280459d11dce315da72f'] = 'Ciudad:';
-$_LANGADM['AdminSuppliersc3f42f159abd8ca877101e1f6eff322f'] = 'Código Postal / ZIP:';
$_LANGADM['AdminSuppliersc804723ccdde3d7a46933b208c6f928d'] = 'Precio mayorista';
$_LANGADM['AdminSuppliersc8c5918f1175c1296d19755b2f49d1c9'] = 'Cantidad disponible';
$_LANGADM['AdminSuppliersccf096490d2671f3ea97ea9289eee5b1'] = 'EAN13:';
$_LANGADM['AdminSuppliersd0042a700e9bdf79689d63ee6846dc0e'] = 'Descripción:';
+$_LANGADM['AdminSuppliersd09202be3897169fed2363d6b13ec0e4'] = 'No es posible borrar un proveedor si no hay / están pendientes para la oferta (s).';
$_LANGADM['AdminSuppliersd122d10313ee7cc2850e091c86f699ae'] = 'País donde se encuentra el estado, región o ciudad';
$_LANGADM['AdminSuppliersd3b206d196cd6be3a2764c1fb90b200f'] = 'Borrar seleccionados';
-$_LANGADM['AdminSupplierse244c4d299a27cf41ec994fe594f2ffc'] = 'No es posible borrar un proveedor si no hay / están pendientes para la oferta (s).';
$_LANGADM['AdminSupplierse25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar items seleccionados?';
$_LANGADM['AdminSuppliersf16b5952df8d25ea30b25ff95ee8fedf'] = 'Asociación de tienda:';
$_LANGADM['AdminSuppliersf64be5eef68442a8f50cf535b92ad3e4'] = 'País:';
@@ -3705,7 +3704,6 @@ $_LANGADM['AdminSupplyOrders227ec9e4ecfa16aaa58914d3cf18fc38'] = 'La referencia
$_LANGADM['AdminSupplyOrders236d0eb7130ba05580fa0cb21f6b968d'] = 'Última actualización';
$_LANGADM['AdminSupplyOrders2406c65c7d678cfca3aad1233c50283a'] = 'No tiene permiso para editar nada aquí';
$_LANGADM['AdminSupplyOrders278c491bdd8a53618c149c4ac790da34'] = 'Plantilla';
-$_LANGADM['AdminSupplyOrders27bf65260c3bafcdd9f940b1d756e50f'] = 'Existencias: Plantillas de pedidos de proveedores';
$_LANGADM['AdminSupplyOrders290612199861c31d1036b185b4e69b75'] = 'Sumario';
$_LANGADM['AdminSupplyOrders2a33974dea4175f30185cb56486ac8a4'] = 'Por favor,note que una línea verde significa que ha recibido lo que esperaba, y una línea roja significa que ha recibido más de lo esperado.rn';
$_LANGADM['AdminSupplyOrders3087c43f492d4127a9e129d86948cdc7'] = 'Esto restablecerá el pedido';
@@ -3716,6 +3714,7 @@ $_LANGADM['AdminSupplyOrders3959aa0881898af66624b618fa15913b'] = 'La fecha que h
$_LANGADM['AdminSupplyOrders3b0fabb7eb58b3c6a155d65a636bba45'] = '¡Ten cuidado! Al cambiar este campo, todos los productos agregados a la orden serán removidos.';
$_LANGADM['AdminSupplyOrders3ceab085ee91049e822ee4ec4ebbc635'] = '¿Estás seguro de que desea usar esta plantilla?';
$_LANGADM['AdminSupplyOrders3d2d028c987facca2791700d1688c84c'] = 'Usted no tiene el permiso necesario para añadir una pedido de suministro.';
+$_LANGADM['AdminSupplyOrders3d727d1a7cd206a549653dedb03d19ed'] = 'Existencias: Plantillas de pedidos de proveedores';
$_LANGADM['AdminSupplyOrders3dd42bfc8345e82c43b4a40a3426ec49'] = 'Referencia:';
$_LANGADM['AdminSupplyOrders3e398eaa9a5039a446766822f06ed5ef'] = 'Los detalles sobre la orden de suministro #%s';
$_LANGADM['AdminSupplyOrders409df5506de6400241b28f14c4c643ae'] = 'Esta interfaz permite visualizar información detallada sobre la plantilla de orden.rn';
@@ -3787,10 +3786,10 @@ $_LANGADM['AdminSupplyOrdersChangeState79ea758900c3bcb857f45804c7802062'] = 'Est
$_LANGADM['AdminSupplyOrdersChangeStatec9cc8cce247e49bae79f15173ce97354'] = 'Guardar';
$_LANGADM['AdminSupplyOrdersa05cbdb50dce094de8ecc4fee0738608'] = 'Seleccione el proveedor al que usted le está comprando el producto.';
$_LANGADM['AdminSupplyOrdersa2108b0ea15cc69a3c4fabd9b4f9e0dc'] = 'Tenga cuidado: una vez que se actualice, no puede volver a menos que agregue nuevos movimientos de valores negativos.rn';
-$_LANGADM['AdminSupplyOrdersa322aa8b6f2451e69ef22d92c2f40cf4'] = 'Finalmente, por favor, tenga en cuenta que sólo puede ordenar a un proveedor a la vez.';
$_LANGADM['AdminSupplyOrdersa3bc16892719ebd4d9c552bebe1b6358'] = 'Guardar pedido';
$_LANGADM['AdminSupplyOrdersa7adb0d634f18509d11d206f18d23364'] = 'Esta interfaz le permite actualizar las cantidades de este pedido en curso.';
$_LANGADM['AdminSupplyOrdersa86ed51dc97b4993b7f47c3c4cbdd5e4'] = 'No ha seleccionado ningún producto para actualizar';
+$_LANGADM['AdminSupplyOrdersa899aa782f6c123ab143678a21653efa'] = 'Finalmente, por favor, tenga en cuenta que sólo puede ordenar a un proveedor a la vez.';
$_LANGADM['AdminSupplyOrdersabae8de803e3505ebf82c0b2be7e6b11'] = 'Además, el cambio de la moneda o el proveedor va a restablecer el pedido.';
$_LANGADM['AdminSupplyOrdersadc852563bca51fb6b10c7905010406d'] = 'Total TI';
$_LANGADM['AdminSupplyOrdersae2b83a081959fff7ab2e96f4ce972d1'] = 'Añadir nueva plantilla';
@@ -3998,6 +3997,7 @@ $_LANGADM['AdminTrackingcf4f33891a4f0566c7afed3776d55446'] = 'Lista de productos
$_LANGADM['AdminTrackingec53a8c4f07baed5d8825072c89799be'] = 'Estado';
$_LANGADM['AdminTranslations0095a9fa74d1713e43e370a7d7846224'] = 'Exportar';
$_LANGADM['AdminTranslations00d9fe3a4ab9297f69c46d645fa8ca7c'] = 'Copiar';
+$_LANGADM['AdminTranslations032aa70c755bf6c941944faf9c4aa3a1'] = 'Traductor Google sugiere:';
$_LANGADM['AdminTranslations06b88e0a4be34637f5f805ecb7f7cf55'] = 'usted debe seleccionar 2 idiomas para copiar los datos a partir de uno hacia el otro';
$_LANGADM['AdminTranslations078deac9ee43d3b13c460c4fd069b925'] = 'Hay un problema para obtener los archivos Mail.';
$_LANGADM['AdminTranslations079d46f759c88cff004922cb0e01027a'] = 'Puede modificar las traducciones de cada una de las porciones de texto de PrestaShop.';
@@ -4021,6 +4021,7 @@ $_LANGADM['AdminTranslations3b54d45d2c221c50e916f3be1fc12f2a'] = 'Actualizar tra
$_LANGADM['AdminTranslations3f9031a1125703962cef15939c8f16b3'] = 'Pulse en los títulos para ver los valores';
$_LANGADM['AdminTranslations404b4271ee96d691668bdf528724d337'] = 'Primero, seleccione una sección (como panel de administrador o módulos), después haga clic en la bandera que representa el idioma que quiere corregir.';
$_LANGADM['AdminTranslations410928fc2683df4304cda7feaaa6ef42'] = '%s al menos o editar el archivo de traducción de forma manual.';
+$_LANGADM['AdminTranslations4485f9bed340fee220756cfa298e3959'] = 'Archivos de Idiomas (como se indica en Herramientas>> Idiomas>> Edición) debe completarse para permitir la copia de las traducciones';
$_LANGADM['AdminTranslations49209406acbe0bcd9091e03ec9349c42'] = 'Atención, pues sustituirá todos los datos existentes para el idioma de destino';
$_LANGADM['AdminTranslations49bb55a857b2d5e437dc6879710a017d'] = 'primero cree un nuevo idioma';
$_LANGADM['AdminTranslations4cfef51ba8ab14fc4de1439f1ed1e430'] = 'Idioma que desea añadir o actualizar:';
@@ -4048,7 +4049,6 @@ $_LANGADM['AdminTranslations8a4e2d14aa85ccb1aced124f8d793708'] = 'Traducciones d
$_LANGADM['AdminTranslations8dd4faeaa7ce20bb9166de613f5ad756'] = 'Instaladas las traducciones de módulos';
$_LANGADM['AdminTranslations8f2a5434bb1c382919249941c915b5e3'] = 'traducciones de los PDF';
$_LANGADM['AdminTranslations8f553fc697fcb0fe16a71f401e2021f5'] = 'Si el nombre del paquete de idioma se encuentra en formato isocode.gzip (exemple: fr.gzip) y el idioma correspondiente no existe, este se creará automáticamente.';
-$_LANGADM['AdminTranslations921fbb1f4137ebeb5e354dd559c08b1e'] = 'Archivos de Idiomas (como se indica en Herramientas>> Idiomas>> Edición) debe completarse para permitir la copia de las traducciones';
$_LANGADM['AdminTranslations93364201c6b9ef55096169eacc70eebd'] = 'se utiliza para el orden de los argumentos ';
$_LANGADM['AdminTranslations943922bf7e0ff51289246b23d74f9949'] = 'emails de los módulos:';
$_LANGADM['AdminTranslations961e2bc7e3f570a3209546330de84a00'] = 'para suhosin.request.max_vars.';
@@ -4080,7 +4080,6 @@ $_LANGADM['AdminTranslationsd8f73c2c197bf664e07849db8cff86d8'] = 'Puede añadir
$_LANGADM['AdminTranslationsd946d62db22cb9f9323968f8aac95e3f'] = 'emails para el módulo %s';
$_LANGADM['AdminTranslationsdae1228a5ffa648c6c756b680a6d4925'] = 'Lista de correos electrónicos que se encuentran en la carpeta';
$_LANGADM['AdminTranslationsdc270a086ec1b0304c86591f402ade8d'] = 'Paquete de idioma para importar:';
-$_LANGADM['AdminTranslationsdedb1be889dd8a3069986451df540216'] = 'Traductor Google sugiere:';
$_LANGADM['AdminTranslationse1686cbdbfefdc838c58469866922b6c'] = 'Ocultar todos los campos';
$_LANGADM['AdminTranslationse5c00f5a2a221016210f0f721943fe1b'] = 'Algunas frases para traducir use la siguiente sintaxis: %s ... Estas son variables, y PrestaShop las muestra antes de traducirlas. Usted debe dejar a estos en sus traducciones, y colocarlos adecuadamente en su sentencia.';
$_LANGADM['AdminTranslationsea21841da70e6405af19fabc4ff8bdd9'] = 'perdidas';
@@ -4111,6 +4110,7 @@ $_LANGADM['AdminWarehouses2bf1d5fae1c321d594fdedf05058f709'] = 'Dirección:';
$_LANGADM['AdminWarehouses31107d9c6038fd9df075ece7d00e7d1e'] = '¡Cuidado! Usted no será capaz de cambiar este valor más adelante!';
$_LANGADM['AdminWarehouses34b17a1673277c293e17ed047f6498e5'] = 'Referencia de este almacén';
$_LANGADM['AdminWarehouses34bf6c3bccde5b381a0f8f36408b94ea'] = 'Antes de añadir acciones en sus almacenes, usted debe verificar la moneda por defecto general que se utiliza.';
+$_LANGADM['AdminWarehouses362ceb8df40f827a250ccd6424d0fca8'] = 'Código Postal / ZIP:';
$_LANGADM['AdminWarehouses3745b2e299f52efb8de34b843767a0ea'] = 'Esta interfaz le permite gestionar sus almacenes.';
$_LANGADM['AdminWarehouses3c4553c80a6de049526f83f0ec59f6ee'] = 'Información general';
$_LANGADM['AdminWarehouses3dd42bfc8345e82c43b4a40a3426ec49'] = 'Referencia:';
@@ -4123,10 +4123,10 @@ $_LANGADM['AdminWarehouses61914fd50f2e67059edfd1184c995d26'] = 'Tipo de administ
$_LANGADM['AdminWarehouses6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos:n';
$_LANGADM['AdminWarehouses63d5049791d9d79d86e9a108b0a999ca'] = 'Referencia';
$_LANGADM['AdminWarehouses673ae02fffb72f0fe68a66f096a01347'] = 'Teléfono:';
+$_LANGADM['AdminWarehouses687e2e325b23b0f1c5f1cbd85324be73'] = 'Informaciones de almacén';
$_LANGADM['AdminWarehouses7124e962a4839a458c8876921df50852'] = 'Nombre del almacén';
$_LANGADM['AdminWarehouses738f9b58671446c324336c5c33290af7'] = 'Valoración de la moneda:';
$_LANGADM['AdminWarehouses815491b6dbf72f1fd26dafbacc3c3e1f'] = 'Este almacén no existe';
-$_LANGADM['AdminWarehouses8ef60b4404552160577e0164ce997bed'] = 'Informaciones de almacén';
$_LANGADM['AdminWarehouses92b68eb7efe99b8e3d16487dc5b0224a'] = 'Haga clic aquí si desea más información sobre los productos de este almacén';
$_LANGADM['AdminWarehouses9612c8d2cca92d4f300eb36d990f0685'] = 'Tenga cuidado, los productos procedentes de diferentes almacenes deberán ser enviados en paquetes diferentes.';
$_LANGADM['AdminWarehousesa44dff1b6d3a7a556b169d3508481f04'] = 'Además, para cada almacén, debe verificar:';
@@ -4138,7 +4138,6 @@ $_LANGADM['AdminWarehousesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminWarehousesb8af235cfa7c64d28efc63d9a6a14fab'] = 'Cantidades físicas de los productos:';
$_LANGADM['AdminWarehousesbcaea3b7ef9c9ab46598db4e5ea02e61'] = 'Administrador:';
$_LANGADM['AdminWarehousesbffb711ec36f280459d11dce315da72f'] = 'Ciudad:';
-$_LANGADM['AdminWarehousesc3f42f159abd8ca877101e1f6eff322f'] = 'Código Postal / ZIP:';
$_LANGADM['AdminWarehousesc589858dbe1d06c46544266ae4cd2c6f'] = 'FIFO';
$_LANGADM['AdminWarehousesc6b15fb05893a68b1b28f5b5e10c14b7'] = 'el tipo de gestión (de acuerdo con la ley en su país), la moneda de valoración, sus compañías asociadas y tiendas.';
$_LANGADM['AdminWarehousesc717e284ad698ebcb62ec4b4d4f5f0e1'] = 'Inventario de método de valoración';
@@ -4211,13 +4210,13 @@ $_LANGADM['Helper0bcef9c45bd8a48eda1b26eb0c61c869'] = '%';
$_LANGADM['Helper0f86285516456595b59620181e9c689c'] = 'Grupo de tienda';
$_LANGADM['Helper1412292b09d3cd39f32549afb1f5f102'] = '¿Borrar items seleccionados?';
$_LANGADM['Helper17f5f00c6d09158f70718e353e91d20e'] = 'Buscar una categoría';
-$_LANGADM['Helper185891b2ad8097661b471aa3645ecce8'] = 'Marcar / desmarcar todos';
$_LANGADM['Helper1908624a0bca678cd26b99bfd405324e'] = 'Tamaño de archivo';
$_LANGADM['Helper193cfc9be3b995831c6af2fea6650e60'] = 'Página';
$_LANGADM['Helper195fbb57ffe7449796d23466085ce6d8'] = 'Mayo';
$_LANGADM['Helper19f823c6453c2b1ffd09cb715214813d'] = 'Campo requerido';
$_LANGADM['Helper1aa4c641d6920ddb97a2562f8ec53853'] = 'Grupo:';
$_LANGADM['Helper1b539f6f34e8503c97f6d3421346b63c'] = 'Julio';
+$_LANGADM['Helper1ef29a5a234edee09d7e54a321740181'] = 'Marcar / desmarcar todos';
$_LANGADM['Helper21034ae6d01a83e702839a72ba8a77b0'] = '(tasa excl)';
$_LANGADM['Helper258f49887ef8d14ac268c92b02503aaa'] = 'Arriba';
$_LANGADM['Helper2efd89b3ccc76b0b03a34196fc6d1c8b'] = 'Añadir etiqueta';
@@ -4264,7 +4263,6 @@ $_LANGADM['Helperdd8921b41e0279a02c6a26a509241700'] = 'resultado(s)';
$_LANGADM['Helpere12167aa0a7698e6ebc92b4ce3909b53'] = 'Hasta';
$_LANGADM['Helpere54b38290c8bdd95e8bc10412c9cc096'] = 'campos obligatorios';
$_LANGADM['Helpereca60ae8611369fe28a02e2ab8c5d12e'] = 'Octubre';
-$_LANGADM['Helpered75712b0eb1913c28a3872731ffd48d'] = 'Duplicar';
$_LANGADM['Helperee77ea46b0c548ed60eadf31bdd68613'] = 'Duplicar';
$_LANGADM['Helperee9b2f3cf31c23c944b15fb0b33d6a77'] = 'Nombre del campo';
$_LANGADM['Helperef7de3f485174ff47f061ad27d83d0ee'] = 'seleccionadas';
diff --git a/translations/fr/admin.php b/translations/fr/admin.php
index 91c514c22..c21b756c7 100644
--- a/translations/fr/admin.php
+++ b/translations/fr/admin.php
@@ -33,11 +33,11 @@ $_LANGADM['AdminAddresses919d1ffe6c1855e790a416efa7b4cc4e'] = 'Numéro d\'identi
$_LANGADM['AdminAddressesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminAddressesbaa31a65f29121c32b637bb845d41acf'] = 'Alias de l\'adresse';
$_LANGADM['AdminAddressesce26601dac0dea138b7295f02b7620a7'] = 'Client';
-$_LANGADM['AdminAddressesd108a94475e22677c0cd8ecdc3f0eb62'] = 'Code postal';
$_LANGADM['AdminAddressesd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminAddressesdd7bf230fde8d4836917806aff6a6b27'] = 'Adresse';
$_LANGADM['AdminAddressese25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
$_LANGADM['AdminAddressesea318a4ad37f0c2d2c368e6c958ed551'] = 'DNI / NIF / NIE';
+$_LANGADM['AdminAddressesefbe7a69a4c8d54da7d255fe28cd1a5c'] = 'Code postal';
$_LANGADM['AdminAddressesf64be5eef68442a8f50cf535b92ad3e4'] = 'Pays :';
$_LANGADM['AdminAddressesf90e807b74928118048a1a6fa65ebfe5'] = 'E-mail du client';
$_LANGADM['AdminAddressesfe66abce284ec8589e7d791185b5c442'] = 'Téléphone fixe';
@@ -86,14 +86,14 @@ $_LANGADM['AdminAttachmentse9cb217697088a98b1937d111d936281'] = 'Document joint'
$_LANGADM['AdminAttachmentsf378471b67496f5490d52cabe1f819f3'] = 'Fichier trop volumineux, taille maximum autorisée : %1$s ko. La taille du fichier que vous tentez de télécharger est : %2$s ko.';
$_LANGADM['AdminAttributeGenerator181ba1a9e1a38f1a83277046cdbbc2bc'] = '%d produit(s) créé(s) avec succès.';
$_LANGADM['AdminAttributeGenerator1b8bea6c0d2655c4e2c1070c9beee03a'] = 'Quantité par défaut :';
-$_LANGADM['AdminAttributeGenerator2c63b855fe3f13346cf9791225da4008'] = 'Le générateur de combinaisons est un outil qui vous permet de créer facilement une série de combinaisons en sélectionnant les attributs associés. Par exemple, si vous vendez des T-shirts, en 3 tailles différentes et 2 couleurs différentes, le générateur va créer 6 combinaisons pour vous.';
+$_LANGADM['AdminAttributeGenerator1e273e63b401660255744ef2739e35b0'] = 'Le générateur de combinaisons est un outil qui vous permet de créer facilement une série de combinaisons en sélectionnant les attributs associés. Par exemple, si vous vendez des T-shirts, en 3 tailles différentes et 2 couleurs différentes, le générateur va créer 6 combinaisons pour vous.';
+$_LANGADM['AdminAttributeGenerator2d38772f4240db51661f38ef174346ea'] = 'Etape 1: Sur le côté gauche, sélectionnez les attributs que vous souhaitez utiliser (en maintenant la touche \"CTRL\" de votre clavier et de valider en cliquant sur \"Ajouter\"';
$_LANGADM['AdminAttributeGenerator419cdd539861e743b872b2c959629a54'] = 'TTC :';
$_LANGADM['AdminAttributeGenerator42dc1497090b299a41c64d1389e6ca8c'] = 'HT :';
$_LANGADM['AdminAttributeGenerator49d079be0fc1fcccefdee6bdf67b02ff'] = 'Référence par défaut :';
$_LANGADM['AdminAttributeGenerator4aeb406dcf0a1cdd39e7156b1e9e89c7'] = 'Cette fonctionnalité a été désactivée, vous pouvez l\'activer sur cette page:';
$_LANGADM['AdminAttributeGenerator4d34f6258fe86eaf30049497c342d5a7'] = 'Étape 2 (optionnelle): Sélectionnez une quantité et une référence par défaut pour toutes les combinaisons que le générateur va créer pour ce produit';
$_LANGADM['AdminAttributeGenerator5aa3c6e1d270c086ca63840518775faa'] = 'Impact sur le poids du produit';
-$_LANGADM['AdminAttributeGenerator7a06d11dfc590ac26fb06f0a91dfa515'] = 'Etape 1: Sur le côté gauche, sélectionnez les attributs que vous souhaitez utiliser (en maintenant la touche \"CTRL\" de votre clavier et de valider en cliquant sur \"Ajouter\"';
$_LANGADM['AdminAttributeGenerator81315cfd898aada1e99e0034b4b078c3'] = 'Générateur de déclinaisons de produits';
$_LANGADM['AdminAttributeGenerator821b150877afc8e021ad67260b8b8180'] = 'Impact sur le prix du produit';
$_LANGADM['AdminAttributeGenerator9446a98ad14416153cc4d45ab8b531bf'] = 'Performances';
@@ -205,6 +205,7 @@ $_LANGADM['AdminCarriers16650c3cbb2dc17ebcdba01fb1f31f89'] = 'Mettez en ligne un
$_LANGADM['AdminCarriers1bd33faf04b6c7e0090de4f3e5915178'] = 'Accès groupé :';
$_LANGADM['AdminCarriers1d6af794b2599c1407a83029a09d1ecf'] = 'Transporteurs';
$_LANGADM['AdminCarriers24a23d787190f2c4812ff9ab11847a72'] = 'État :';
+$_LANGADM['AdminCarriers25fb8753d582a71ec3df328b1adc8b93'] = 'Par exemple, le transporteur peut être disponible pour la tranche de poids entre 0 et 5 kg. Un autre transporteur aura la tranche entre 5 et 10 kg.';
$_LANGADM['AdminCarriers2c261299e5086bd16299a8e8077862c8'] = 'Note :';
$_LANGADM['AdminCarriers2d8ee3c32fffdf39872b844a50f08ad9'] = 'Le meilleur prix';
$_LANGADM['AdminCarriers3194ebe40c7a8c29c78ea79066b6e05c'] = 'Nom du transporteur affiché durant la commande';
@@ -240,7 +241,6 @@ $_LANGADM['AdminCarriers8430a7b1b81635e3df949c2845303303'] = 'Options des transp
$_LANGADM['AdminCarriers85ed6154e19cc138c7281ba6129641d3'] = 'Zones sur lesquelles le transporteur est disponible';
$_LANGADM['AdminCarriers86b030372e7bf11a267c33851d28846a'] = 'Vous devez choisir les frais qui seront appliqués pour ce transporteur.';
$_LANGADM['AdminCarriers8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo';
-$_LANGADM['AdminCarriers8d01c1d555755768524f9ac3adcc30b3'] = 'Par exemple, le transporteur peut être disponible pour la tranche de poids entre 0 et 5 kg. Un autre transporteur aura la tranche entre 5 et 10 kg.';
$_LANGADM['AdminCarriers8e97163e9714c4656e00b33f317bc181'] = 'Frais de manutention :';
$_LANGADM['AdminCarriers8f497c1a3d15af9e0c215019f26b887d'] = 'Délai';
$_LANGADM['AdminCarriers92c713cffb8085099e9ab6b8a7387b5e'] = 'Inclus ou non les frais de manutention et de transport pour ce transporteur';
@@ -448,7 +448,6 @@ $_LANGADM['AdminCategories7548ed945ffa864fb31c526b79748bcb'] = 'Souhaitez-vous s
$_LANGADM['AdminCategories7b250cb374c12c42a75227ba75df7779'] = 'Balise de titre :';
$_LANGADM['AdminCategories7dce122004969d56ae2e0245cb754d35'] = 'Modifier';
$_LANGADM['AdminCategories86754577897acfb25deb69039d49d9a7'] = 'Affichée';
-$_LANGADM['AdminCategories912b0ddf5cf99be6062eff780d58c50b'] = '%s - Toutes les personnes ayant créé un compte sur le site.';
$_LANGADM['AdminCategories93cba07454f06a4a960172bbd6e2a435'] = 'Oui';
$_LANGADM['AdminCategories9f87a4708828a6a6cb07b1410f8f73e8'] = 'Cochez tous les groupes auxquels vous souhaitez donner accès à cette catégorie';
$_LANGADM['AdminCategoriesa36f97f31dbcb265fb08f5c0626261ea'] = '%s - Clients ayant passé une commande avec le Guest Checkout.';
@@ -470,6 +469,7 @@ $_LANGADM['AdminCategoriesef7de3f485174ff47f061ad27d83d0ee'] = 'sélectionné';
$_LANGADM['AdminCategoriesf0eaa209893a6bb5512c9876037b82be'] = 'Mettre en ligne le logo de la catégorie à partir de votre ordinateur';
$_LANGADM['AdminCategoriesf16b5952df8d25ea30b25ff95ee8fedf'] = 'Association de boutique :';
$_LANGADM['AdminCategoriesfe4456077f52726a3f573d894ad106a0'] = 'Une catégorie ne peut être parente d\'elle-même.';
+$_LANGADM['AdminCategoriesfe731b8039502b7b8a526edc4e232785'] = '%s - Toutes les personnes ayant créé un compte sur le site.';
$_LANGADM['AdminCms00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
$_LANGADM['AdminCms084af17ae8dce6465e3acd94a3d995c1'] = 'Votre page de CMS sera enregistrée comme brouillon';
$_LANGADM['AdminCms1dec4f55522b828fe5dacf8478021a9e'] = 'URL simplifiée :';
@@ -537,7 +537,7 @@ $_LANGADM['AdminContactse25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les él
$_LANGADM['AdminContactsf16b5952df8d25ea30b25ff95ee8fedf'] = 'Association de la boutique :';
$_LANGADM['AdminContactsfca1f01db55feb7e6c92c4a7914ef990'] = 'Ce message sera enregistré dans l\'onglet SAV';
$_LANGADM['AdminController0a71c80de89d7b2d3e6b22974a4a7548'] = 'Une nouvelle commande a été passée sur votre boutique.';
-$_LANGADM['AdminController0c6992101fe78e4f1ae3f391c485de29'] = 'Pack de localisation importé avec succès';
+$_LANGADM['AdminController0c6992101fe78e4f1ae3f391c485de29'] = 'Remboursement enregistré';
$_LANGADM['AdminController0d17875eafd3cb6a98f76f9a2bd6441e'] = 'Une modification de ce champ sera appliqué pour la boutique';
$_LANGADM['AdminController12c500ed0b7879105fb46af0f246be87'] = 'commandes';
$_LANGADM['AdminController13348442cc6a27032d2b4aa28b75a5d3'] = 'Recherche';
@@ -574,6 +574,7 @@ $_LANGADM['AdminController5196611ad1bf27e9cef5375b038c04db'] = 'Faites-moi sorti
$_LANGADM['AdminController529a53abbdf42a64cb2d149c0aeced04'] = 'Dernières commandes';
$_LANGADM['AdminController53cd939ae14e33855274e17a3c411fdd'] = 'Pour des raisons de sécurité, vous devez aussi :';
$_LANGADM['AdminController56deca22a707214865f7ea3ae6391d67'] = 'factures';
+$_LANGADM['AdminController5b24b7eb082a90dbea88d12c746b6c54'] = 'Module téléchargé';
$_LANGADM['AdminController5bdc90e9608e48cc15f38ff360cd234a'] = 'Message affiché sur le bouton de validation (obligatoire)';
$_LANGADM['AdminController6175b106e638d4dd873cb3ff96724392'] = 'Miniatures régénérées avec succès';
$_LANGADM['AdminController630f6dc397fe74e52d5189e2c80f282b'] = 'Retour à la liste';
@@ -582,7 +583,6 @@ $_LANGADM['AdminController6b5ed001b03b7e1788ba881c15a08633'] = 'Module(s) instal
$_LANGADM['AdminController6fab17d3dc1147f9b170fb8e1aac2fa8'] = 'Lire le message';
$_LANGADM['AdminController77181afe06241c54ef771a23ee6da8f4'] = 'Derniers messages';
$_LANGADM['AdminController795aa39f13629841edad6c04d3aca405'] = 'Images déplacées avec succès';
-$_LANGADM['AdminController7cfc3f369b8123e1c2d22a37b31a49a7'] = 'Module téléchargé';
$_LANGADM['AdminController7dce122004969d56ae2e0245cb754d35'] = 'Modifier';
$_LANGADM['AdminController84b4d8c8cdd02488c0f868e97b22a3c2'] = 'Création réussie';
$_LANGADM['AdminController8524de963f07201e5c086830d370797f'] = 'Chargement en cours...';
@@ -612,7 +612,6 @@ $_LANGADM['AdminControllerc112bd7d596888979be02bd780e6a94f'] = 'Voir la commande
$_LANGADM['AdminControllerc9cc8cce247e49bae79f15173ce97354'] = 'Enregistrer';
$_LANGADM['AdminControllercbebc850f5f849e8956b5f8075f48f69'] = 'partout';
$_LANGADM['AdminControllerd2d2000f7fa636acd871f43c085a75dc'] = 'Un nouveau client s\'est inscrit sur votre boutique';
-$_LANGADM['AdminControllerd4fecde5ac83b59cc690fd4d26d79abe'] = 'Remboursement enregistré';
$_LANGADM['AdminControllerd70861cbe7f8c9a1241c39b3e7ef5ef2'] = 'Voir mon magasin';
$_LANGADM['AdminControllerdb26e10564e958809d798e8048fcbc0a'] = 'Jeton de sécurité non valable';
$_LANGADM['AdminControllerdd9a2e79735612b1a0ad96b737b556ca'] = 'Aucun nouvelle commande n\'a été passée sur votre boutique.';
@@ -626,6 +625,7 @@ $_LANGADM['AdminControlleree2d46272f22d7cbcfe5e066b5d13b2c'] = 'Une modification
$_LANGADM['AdminControlleref61fb324d729c341ea8ab9901e23566'] = 'Créer';
$_LANGADM['AdminControllerf84b4e2770ec98e3db2926cd49864d2f'] = 'Mes préférences';
$_LANGADM['AdminCountries00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
+$_LANGADM['AdminCountries0a53552f9e321977e6b934ebdda25582'] = 'Code postal national (L pour une lettre, N pour un chiffre et C pour le code ISO du pays), ex: NNNNN pour la France. Pas de vérification si indéfini.';
$_LANGADM['AdminCountries10d30c6319cf61386c878e4d9a3e09a2'] = 'Assigner une nouvelle zone';
$_LANGADM['AdminCountries1fc805aa4640fe85ccfc7bdb7c88d319'] = 'Restreindre les pays sur la boutique par les pays desservis par les transporteurs actifs';
$_LANGADM['AdminCountries24a23d787190f2c4812ff9ab11847a72'] = 'État :';
@@ -671,7 +671,6 @@ $_LANGADM['AdminCountriese25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les él
$_LANGADM['AdminCountriese6e42855066e7a3ae050b2c698021b14'] = 'Zone :';
$_LANGADM['AdminCountriesec156a02718eeb18048c8589bea1f4a1'] = 'Indicatif téléphonique :';
$_LANGADM['AdminCountriesede4759c9afae620fd586628789fa304'] = 'Activer la sélection';
-$_LANGADM['AdminCountrieseeecf5643624f7dcd13b7f811081b2a0'] = 'Code postal national (L pour une lettre, N pour un chiffre et C pour le code ISO du pays), ex: NNNNN pour la France. Pas de vérification si indéfini.';
$_LANGADM['AdminCountriesf16b5952df8d25ea30b25ff95ee8fedf'] = 'Association de boutique :';
$_LANGADM['AdminCountriesf52c1ff75f69fa46ae947f0a3f653641'] = 'Préférences pays';
$_LANGADM['AdminCountriesf63779d1369491623f1370ab2c6c2f59'] = 'Format de l\'adresse :';
@@ -720,7 +719,7 @@ $_LANGADM['AdminCurrenciesf6536046d7af41c3f3975868d6963179'] = 'Mise à jour des
$_LANGADM['AdminCustomerPreferences0db377921f4ce762c62526131097968f'] = 'Général';
$_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['AdminCustomerPreferences7855deadf09275ad7e3b278d5996ac2c'] = 'Active ou désactive le mode B2B. Lorsque cette option est active, plusieurs fonctionnalités B2B deviennent disponibles.';
$_LANGADM['AdminCustomerPreferences87eed0b2fbd8bec6796514f309d87aec'] = 'Temps minimum avant de redemander un nouveau mot de passe';
$_LANGADM['AdminCustomerPreferences8d7a93422a7ecd89d12811e22055f6d5'] = 'Récupération du panier après l\'authentification du client';
$_LANGADM['AdminCustomerPreferences94b6d51eba42212c637389834eadf488'] = 'Regénération du mot de passe :';
@@ -764,7 +763,6 @@ $_LANGADM['AdminCustomerThreads49ee3087348e8d44e1feda1917443987'] = 'Nom';
$_LANGADM['AdminCustomerThreads4e3e1e679ce70fbdb7ddd2f065f8fdcb'] = 'Changer l\'état du message :';
$_LANGADM['AdminCustomerThreads548abe251b033d863417979998dba612'] = 'Transférer';
$_LANGADM['AdminCustomerThreads55638f767e8def50975d96664977b2e8'] = 'Mot de passe à utiliser pour se connecter le serveur IMAP';
-$_LANGADM['AdminCustomerThreads566a5cfd6a2549470874fdd2eccfb9ec'] = 'Supprime le message après la synchronisation. Si vous n\'avez pas activé cette option, la synchronisation sera plus longue';
$_LANGADM['AdminCustomerThreads64898ffcd380ab607ccfe2f843447424'] = 'Total de messages de clients';
$_LANGADM['AdminCustomerThreads693c61ec70b6c06dbd376fd208a125a0'] = 'Nombre total de sujets';
$_LANGADM['AdminCustomerThreads694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantité';
@@ -786,11 +784,11 @@ $_LANGADM['AdminCustomerThreads939315783ef4f2eb1cbdac37f3fd1e6b'] = 'Sujets clos
$_LANGADM['AdminCustomerThreads940663fd4428d2c86f9a4780b6574028'] = 'Message :';
$_LANGADM['AdminCustomerThreads95923cff2ad4637372adcdf25e4581f8'] = 'Signification de l\'état';
$_LANGADM['AdminCustomerThreads9788af9fa097020a285afc0651a0721c'] = 'Voir le client';
+$_LANGADM['AdminCustomerThreads99bb18c8b8f4e74ed96b7223528ff8e4'] = 'N\'utilise pas start-TLS pour chiffrer la session, y compris avec les serveurs qui le supporte';
$_LANGADM['AdminCustomerThreads9ded2410eec9b3cd03b66ebf2ab77557'] = 'Ne pas valider les certificats depuis le serveur TLS/SSL, nécessaire si le serveur utilise des certificats auto-signés';
$_LANGADM['AdminCustomerThreadsa013c2e2c4fbd0789d5d61c1bbb4018a'] = 'Utilisateur pour se connecter le serveur IMAP';
$_LANGADM['AdminCustomerThreadsa19330a6fc36ebae6683cc023e295687'] = 'Lancer la synchronisation';
$_LANGADM['AdminCustomerThreadsa1fa27779242b4902f7ae3bdd5c6d508'] = 'Type';
-$_LANGADM['AdminCustomerThreadsb16f6f0a15444f622696db412c0845d9'] = 'N\'utilise pas start-TLS pour chiffrer la session, y compris avec les serveurs qui le supporte';
$_LANGADM['AdminCustomerThreadsb20d33a926b1e5b39db18b2911e1c1f9'] = 'Répondre à ce message';
$_LANGADM['AdminCustomerThreadsb3f251dafa622267b0972a0d52dfd9b2'] = 'Autoriser le téléversement de fichiers';
$_LANGADM['AdminCustomerThreadsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
@@ -807,6 +805,7 @@ $_LANGADM['AdminCustomerThreadsca7e64e3f55ef8e0f50818d8117d26cc'] = 'Supprime le
$_LANGADM['AdminCustomerThreadscb8fe83175bea4ba19d633b1dc6ea656'] = 'voir la commande';
$_LANGADM['AdminCustomerThreadsce26601dac0dea138b7295f02b7620a7'] = 'Client';
$_LANGADM['AdminCustomerThreadscf090b8fa4a136ed6058aaf84d5d2538'] = 'Dernier message';
+$_LANGADM['AdminCustomerThreadscf9a575eb1ddd375fa01d84719cb09c5'] = 'Supprime le message après la synchronisation. Si vous n\'avez pas activé cette option, la synchronisation sera plus longue';
$_LANGADM['AdminCustomerThreadsd1228f5476d15142b1358ae4b5fa2454'] = 'Commande n°';
$_LANGADM['AdminCustomerThreadsd13d8380c3f4de07fef91a42fe6c60d7'] = 'ID client :';
$_LANGADM['AdminCustomerThreadsd1ff615eaf1187f7de79a8a5aaf4f3ad'] = 'Marquer ce message comme \"en attente 2\" (sera répondu plus tard)';
@@ -1075,11 +1074,11 @@ $_LANGADM['AdminGeolocation17812004136cffbd9c55b624f8d21557'] = 'Les fonctionnal
$_LANGADM['AdminGeolocation3c29cdd006ea897dfce69a894179ab00'] = 'Les visiteurs peuvent voir votre catalogue mais ne peuvent pas passer de commande';
$_LANGADM['AdminGeolocation3f089ec9b9ef410a9d81bef70114d387'] = 'Pour utiliser la géolocalisation, veuillez télécharger';
$_LANGADM['AdminGeolocation4609449450efd4dbe3f05ef2e9c5151d'] = 'Toutes les fonctionnalités sont disponibles';
+$_LANGADM['AdminGeolocation486d50aae5fa957d5787ed7efa5db124'] = 'Vous pouvez ajouter plusieurs adresse IP, ces adresses auront toujours la possibilité de voir votre boutique (par exemple : les adresses IP des bots de Google).';
$_LANGADM['AdminGeolocation49ee3087348e8d44e1feda1917443987'] = 'Nom';
$_LANGADM['AdminGeolocation6afb56f36ee6cf72e87b92d8f4f66e5a'] = 'et le décompresser dans le dossier tools/geoip/';
$_LANGADM['AdminGeolocation8beea67a449f1c8e352838c8a1a77111'] = 'Comportement de la géolocalisation pour les pays restreints :';
$_LANGADM['AdminGeolocation976b976e66879a470635bf0f660e81fc'] = 'ce fichier';
-$_LANGADM['AdminGeolocation986fc46ee10c94c095dd4c7a02d9cd13'] = 'Vous pouvez ajouter plusieurs adresse IP, ces adresses auront toujours la possibilité de voir votre boutique (par exemple : les adresses IP des bots de Google).';
$_LANGADM['AdminGeolocationa01cc331a5445f14688f311fcbabeff3'] = 'Les visiteurs ne peuvent pas voir votre catalogue';
$_LANGADM['AdminGeolocationa47cbf8871ff07c40a87bb58e412c063'] = 'Sélectionnez les pays qui peuvent accéder à votre boutique :';
$_LANGADM['AdminGeolocationaa3b1c5568c71eb8b7a22e5f07c70cd4'] = 'Géolocalisation par IP :';
@@ -1113,7 +1112,6 @@ $_LANGADM['AdminGroups40382ca2b15ff499eb4e5c101424bc81'] = 'Modules autorisés :
$_LANGADM['AdminGroups42ba7a29aa37fc2cb42f5381e71afb9f'] = 'Clients membres de ce groupe';
$_LANGADM['AdminGroups49ee3087348e8d44e1feda1917443987'] = 'Nom';
$_LANGADM['AdminGroups4c41e0bd957698b58100a5c687d757d9'] = 'Tout sélectionnez';
-$_LANGADM['AdminGroups4c5b2bb26372d8f319dfcc2410306e6f'] = 'Restrictions sur les modules :';
$_LANGADM['AdminGroups4e140ba723a03baa6948340bf90e2ef6'] = 'Nom :';
$_LANGADM['AdminGroups6103f2da0d42ee18da16ecc0237e7d71'] = '%s - Toutes les personnes ayant créé un compte sur le site.';
$_LANGADM['AdminGroups612ca468398a214db73403118985dde8'] = 'Enregistrer puis créer une réduction sur une catégorie';
@@ -1138,6 +1136,7 @@ $_LANGADM['AdminGroupsc59cf956f6bda9274a7e28d32daaaf34'] = 'Réduction : %d%%';
$_LANGADM['AdminGroupsd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminGroupse25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
$_LANGADM['AdminGroupse7446ea32216e8bf4fa8cb6460b725d6'] = 'Ajouter une réduction sur une catégorie';
+$_LANGADM['AdminGroupse9387910d703dea7b246b24b03e1f5b6'] = 'Restrictions sur les modules :';
$_LANGADM['AdminGroupseccfd9991ad977b2a83f9b5eadb3e723'] = 'Attention, la réduction appliquée à une catégorie ne se cumule pas avec la réduction global mais la remplace. Le groupe est automatiquement ajouté à la catégorie.';
$_LANGADM['AdminGroupsef53538ae41a651c7f72ab6cb1135d8c'] = 'Membres';
$_LANGADM['AdminGroupsf16b5952df8d25ea30b25ff95ee8fedf'] = 'Boutiques associées :';
@@ -1164,7 +1163,6 @@ $_LANGADM['AdminHome39c5dfa61825808dbc015048fb878457'] = 'Nouveau produit';
$_LANGADM['AdminHome3e290008e136525fee7cd327b5971904'] = 'Produits récemment vendus';
$_LANGADM['AdminHome3ec365dd533ddb7ef3d1c111186ce872'] = 'Détails';
$_LANGADM['AdminHome40317d97529854b2f51e59d485bbae74'] = 'plus d\'info sur php.net';
-$_LANGADM['AdminHome4b49c6a9238f259a703d42f02531d100'] = 'Avec PrestaShop, vivez une aventure e-commerce passionnante en toute simplicité. Rapide, performante et personnalisable, adoptez la solution PrestaShop et profitez de ses 275 fonctionnalités pour un monde d\'opportunités sans limite. Découvrez la solution qui a déjà conquis plus de 120 000 marchands à travers le monde !';
$_LANGADM['AdminHome4c1bf99667f98775acadbb4f2d343ad2'] = 'Remplissez votre catalogue avec de nouveaux produits.';
$_LANGADM['AdminHome4c9120f1a5947445c0e9620254ceb30b'] = 'Nouvelle commande';
$_LANGADM['AdminHome4d92a8b44ec205ea708bd3f3a8926b2d'] = 'Cache & compression navigateur';
@@ -1192,6 +1190,7 @@ $_LANGADM['AdminHomeaac89ed5399184e9e9955ee808c74569'] = 'Vos indicateurs';
$_LANGADM['AdminHomeb24344b6a2c4a94c9b0d0ebd4602aeca'] = 'Voir plus';
$_LANGADM['AdminHomeb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminHomebb5ebac63dc37bfae478c91bdf575e03'] = 'Commandes';
+$_LANGADM['AdminHomec20c07b6fb7974635e9014289a58f8d8'] = 'Avec PrestaShop, vivez une aventure e-commerce passionnante en toute simplicité. Rapide, performante et personnalisable, adoptez la solution PrestaShop et profitez de ses 275 fonctionnalités pour un monde d\'opportunités sans limite. Découvrez la solution qui a déjà conquis plus de 120 000 marchands à travers le monde !';
$_LANGADM['AdminHomec28179129ce635a7fb3849c4b7864d4d'] = 'Ajoutez un compte employé pour déléguer une partie de la gestion de votre boutique.';
$_LANGADM['AdminHomec33e404a441c6ba9648f88af3c68a1ca'] = 'Statistiques';
$_LANGADM['AdminHomed71751c0a0c077450aa6f3a2dcf49c5f'] = 'Nouveau module';
@@ -1216,9 +1215,9 @@ $_LANGADM['AdminImages2914a2c17b20114220e1ae90c632c083'] = 'Lettres uniquement (
$_LANGADM['AdminImages2a911eb0d71d1b707a3f9d722a5935c2'] = 'Utiliser le JPEG';
$_LANGADM['AdminImages2c1bbb0a5ff08c8011d6ea83084277ff'] = 'Va de 9 (plus faible qualité, petite taille de fichier) à 0 (meilleure qualité, taille du fichier importante)';
$_LANGADM['AdminImages2c595b4f6d0c5d25b9c326fcb9738e33'] = 'Images produit';
-$_LANGADM['AdminImages2f3a0a59431377e0f8f38e477ff12550'] = 'Ce type sera appliqué aux images des scènes';
$_LANGADM['AdminImages32954654ac8fe66a1d09be19001de2d4'] = 'Largeur';
$_LANGADM['AdminImages354201ec60b95b44215813749c0ff186'] = 'Taille maximum des images des produits :';
+$_LANGADM['AdminImages3719d0b4383760b285bb1b0b930a39d8'] = 'Ce type sera appliqué aux images des produits';
$_LANGADM['AdminImages38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
$_LANGADM['AdminImages3bd4acb4872f8ba5fe487ea5b008b463'] = 'Image générée par :';
$_LANGADM['AdminImages3bfa8daa236ed8bde7eb2179e8ee9765'] = 'Attention ! Les miniatures générées manuellement seront automatiquement remplacées par la génération automatique.';
@@ -1241,6 +1240,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['AdminImagesa0762df0f0edfd0d311e73b12bc3a90d'] = 'Des images dupliquées ont été trouvées pendant le déplacement des images. Ceci est probablement causé par les images de démonstration de PrestaShop. Veuillez vérifier que le dossier';
$_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['AdminImagesaf1b98adf7f686b84cd0b443e022b7a0'] = 'Catégories';
$_LANGADM['AdminImagesb08ea6a4f29e76c9d843856917642409'] = 'Utiliser l\'ancien système de stockage d\'images';
@@ -1258,7 +1258,6 @@ $_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['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';
$_LANGADM['AdminImagescf40e19ee10782c4284cac90feb4f73e'] = 'Hauteur maximale en pixels';
$_LANGADM['AdminImagesd379cadd41b68efe7c945b4d85c72085'] = 'Effacer les images précédentes';
@@ -1269,11 +1268,11 @@ $_LANGADM['AdminImagese57fbdf001b4b35e6ca7dcdc628ca853'] = 'La taille maximum de
$_LANGADM['AdminImagese7ed00268dc16aecaac5a60aeb6f4c73'] = 'Ce réglage doit rester sur \"Oui\" à moins que vous n’ayez déplacé avec succès les images dans l\'onglet Préférences, sous-onglet Images';
$_LANGADM['AdminImagese933dc24fb245d863a43b4fefe9b45f5'] = 'Hauteur :';
$_LANGADM['AdminImageseaae26a6fb20ed3ef54fb23bfa0b1fcc'] = 'largeur';
-$_LANGADM['AdminImagesebd40d26dd06f36987228d4b358d7b64'] = 'Des images dupliquées ont été trouvées pendant le déplacement des images. Ceci est probablement causé par les images de démonstration de PrestaShop. Veuillez vérifier que le dossier';
$_LANGADM['AdminImageseec6c4bdbd339edf8cbea68becb85244'] = 'Hauteur';
$_LANGADM['AdminImagesf23c4675358d7749ee84ee87923adeb9'] = 'Une fois que toutes vos images de produits ont bien été déplacée, passez l\'option \"Utiliser l\'ancien système de stockage d\'images\" à NON.';
$_LANGADM['AdminImagesf520fc2ea7f469193c55bc499753a923'] = 'Utiliser le PNG uniquement si l\'image de base est au format PNG';
$_LANGADM['AdminImagesf559543da6c5866a2dd0ae70f4de370f'] = 'Sélectionner un format';
+$_LANGADM['AdminImagesf77ae784f81d2272408c33b242d6aa3d'] = 'Ce type sera appliqué aux images des scènes';
$_LANGADM['AdminImagesf9dd8a44548a14650f69aa067e752137'] = 'ne contient que des images de démonstration, puis supprimez ce dossier.';
$_LANGADM['AdminImagesff17d73fa2731689640e8afa0f591b0f'] = 'Les images JPEG ont une taille de fichier petite et une qualité standard. Les images PNG ont une taille de fichier plus importante, une meilleure qualité, et gèrent la transparence. Notez que dans tous les cas les fichiers image auront l\'extension .jpg.';
$_LANGADM['AdminImagesff534cd9270ca999a39a50a6365ff52e'] = 'Largeur image produit :';
@@ -1290,7 +1289,6 @@ $_LANGADM['AdminImport0a657a7416c29bdc5b134b61b863e7ee'] = 'Le produit (%d/%d) n
$_LANGADM['AdminImport0c8476c5f5cdedcf296f6b3c22e0dffb'] = 'L\'ID de la langue (%d) n\'est pas valable(ligne %d).';
$_LANGADM['AdminImport0e54046ff37bbcbb8f43d25e5de36d7c'] = 'Le fichier .CSV a été importé dans votre boutique';
$_LANGADM['AdminImport11cb471ed9acf58bfb7fda59ebbbce5f'] = 'Quel type d\'entités souhaitez-vous importer ?';
-$_LANGADM['AdminImport126a24b89fc776b9da2dd1963c058b28'] = 'Prix unitaire HT *';
$_LANGADM['AdminImport133eea6c50bd91342a97216a6204975a'] = 'Exemple de fichier de commandes aux fournisseurs';
$_LANGADM['AdminImport1814d65a76028fdfbadab64a5a8076df'] = 'Fournisseurs';
$_LANGADM['AdminImport1976d7f704de389d9fe064e08ea35b2d'] = 'Colonne';
@@ -1304,7 +1302,6 @@ $_LANGADM['AdminImport21f7b5b011f253b35340528b7f190282'] = 'Date d\'ajout d\'un
$_LANGADM['AdminImport22a1dae7d65f90acd53638dc81c3f376'] = '>>';
$_LANGADM['AdminImport2377be3c2ad9b435ba277a73f0f1ca76'] = 'Marques';
$_LANGADM['AdminImport2415390fb5052bb8221a93c9fc51b17f'] = 'Importer les données';
-$_LANGADM['AdminImport25a7ad3a7ab1d5e1f468448adf17f963'] = '* Champs requis';
$_LANGADM['AdminImport2688a544cd5ac33f27ab78c8d8c3acaa'] = 'Nom *';
$_LANGADM['AdminImport278c491bdd8a53618c149c4ac790da34'] = 'Modèle';
$_LANGADM['AdminImport284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Adresses';
@@ -1316,7 +1313,6 @@ $_LANGADM['AdminImport2dc88e28e0f7168a328ddf9cde304444'] = 'Commandes aux fourni
$_LANGADM['AdminImport2e21e83375deefc4a3620ab667157e27'] = 'Adresse 2';
$_LANGADM['AdminImport2eca847eb03cb63596621d5480ca7c24'] = 'La référence (%s) existe déjà (ligne %d).';
$_LANGADM['AdminImport3127e7f621d0c85f7db40e56dbec10c3'] = 'ID du Sexe (Mr = 1, Mme = 2, sinon 0)';
-$_LANGADM['AdminImport358c9e7c439302610c91d2c990c66f23'] = 'Ignorez ce champ si vous n\'utilisez pas la fonction multiboutique. Si vous laissez ce champ vide, la boutique par défaut sera utilisée';
$_LANGADM['AdminImport35ebd0ba1ead54eee9c5684437aa519b'] = 'Séparateur de champs :';
$_LANGADM['AdminImport3613358eb490e62266eafaf2a9eede68'] = 'Texte \"En stock\"';
$_LANGADM['AdminImport3c1a34587e45bd9e9ae2efd9a6ecbb92'] = 'Impact sur le poids';
@@ -1326,6 +1322,7 @@ $_LANGADM['AdminImport406eba9770c82a84cae2d6ee3e846a56'] = 'Le taux de taxe (%d)
$_LANGADM['AdminImport41b00531a619d5e0f965854e352529f1'] = 'ID déclinaison';
$_LANGADM['AdminImport427b6d816d7fdd86cabe48d8180a3cc9'] = 'URL de l\'image';
$_LANGADM['AdminImport42c79d65619a9c13d81045f2fe5998aa'] = 'Adresse 1 *';
+$_LANGADM['AdminImport4677fede78bdecf929959272066d3e9e'] = 'Ignorez ce champ si vous n\'utilisez pas la fonction multiboutique. Si vous laissez ce champ vide, la boutique par défaut sera utilisée';
$_LANGADM['AdminImport46a2a41cc6e552044816a2d04634545d'] = 'État/région';
$_LANGADM['AdminImport48d6c0804dd92fb5463bba154a8a747f'] = 'Réduction à (aaaa-mm-jj)';
$_LANGADM['AdminImport4a49c8f248ebc1550c23159dbe0f1ace'] = 'Vous trouverez des exemples de fichiers ci-dessous.';
@@ -1370,6 +1367,7 @@ $_LANGADM['AdminImport8fe77c2601e54f1aaef28cfde997bbad'] = 'Taux de taxe';
$_LANGADM['AdminImport91412465ea9169dfd901dd5e7c96dd99'] = 'Mettre en ligne un fichier';
$_LANGADM['AdminImport92e74658e81859382db4a52efab2cb09'] = 'Vous devez uploader un fichier pour vous rendre à la prochaine étape';
$_LANGADM['AdminImport93d76a2ad766b4f564f7f91a9d23aed6'] = 'Vous pouvez aussi envoyer votre fichier via FTP dans le dossier suivant :';
+$_LANGADM['AdminImport94fb72f3353fb2507e18fc6748f7a811'] = 'Prix unitaire HT *';
$_LANGADM['AdminImport95a6134288586bc854f6793506d00efd'] = 'L\'ID de l\'entrepôt (%d) n\'est pas valable(ligne %d).';
$_LANGADM['AdminImport964e5a863ba051181f8f537626f5c953'] = 'Fournisseur non valable';
$_LANGADM['AdminImport97f08a40f22a625d0cbfe03db3349108'] = 'ID produit';
@@ -1418,6 +1416,7 @@ $_LANGADM['AdminImportca676c9ec4e1ae9fe9df3ac28910e6ef'] = 'Le prix unitaire HT
$_LANGADM['AdminImportcbfb910715c99134a5987630fff104da'] = 'Exemple de fichier de catégories';
$_LANGADM['AdminImportd1457b72c3fb323a2671125aef3eab5d'] = '?';
$_LANGADM['AdminImportd66424c2034991e541dee7face1851fc'] = 'Fichier encodé en ISO-8859-1 ?';
+$_LANGADM['AdminImportd7a158f13040edafc30b622d16c8b12d'] = '* Champs requis';
$_LANGADM['AdminImportd7fa0b529a16e87f34d8ef35054c765c'] = 'Importer des produits dans une commande fournisseur va d\'abord effacer les produits contenus dans cette commande.';
$_LANGADM['AdminImportde5beace60f0caa4a679e6debde15092'] = 'Une categorie racine est le point de depart de l\'arbre de categories. Cette fonctionnalitée est utilisé en multiboutique.';
$_LANGADM['AdminImportde8a97fd084105e9d0e74b4825b40010'] = 'Choisissez la valeur correspondant à chaque colonne';
@@ -1678,9 +1677,9 @@ $_LANGADM['AdminLogsecb833e2dc5d6c03d4d0cddf1b15e85a'] = 'Gravité (1-4)';
$_LANGADM['AdminMaintenance0db377921f4ce762c62526131097968f'] = 'Général';
$_LANGADM['AdminMaintenance63d55a76f76334550895ba3dda6e12d1'] = 'Activez ou désactivez votre boutique. Désactivez votre boutique pendant que vous effectuez la maintenance. Veuillez noter que le webservice ne sera pas désactivé pour autant et que vos données seront toujours accessibles par ce biais.';
$_LANGADM['AdminMaintenance7fe15a347d66e291d7a1375273226205'] = 'Activer la boutique';
-$_LANGADM['AdminMaintenance876ca6e996b86e8d89994a04e89453e3'] = 'Adresses IP autorisées à accéder au front-office même si la boutique est désactivée. Utilisez une virgule (\",\") pour les séparer (par exemple, 42.24.4.2,127.0.0.1,99.98.97.96)';
$_LANGADM['AdminMaintenancec9cc8cce247e49bae79f15173ce97354'] = 'Enregistrer';
$_LANGADM['AdminMaintenancedaf835712085aaaf81818e7ebfeb66b8'] = 'IP de maintenance';
+$_LANGADM['AdminMaintenancef15955bec4db0b64ad4c0f9c0afbf2f3'] = 'Adresses IP autorisées à accéder au front-office même si la boutique est désactivée. Utilisez une virgule (\",\") pour les séparer (par exemple, 42.24.4.2,127.0.0.1,99.98.97.96)';
$_LANGADM['AdminManufacturers0071aa279bd1583754a544277740f047'] = 'Supprimer l\'élément n°';
$_LANGADM['AdminManufacturers0099c0173a3c7758b36025bdae9b4fc7'] = 'Activer :';
$_LANGADM['AdminManufacturers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
@@ -1734,11 +1733,11 @@ $_LANGADM['AdminManufacturersc9cc8cce247e49bae79f15173ce97354'] = 'Enregistrer';
$_LANGADM['AdminManufacturersccf096490d2671f3ea97ea9289eee5b1'] = 'EAN-13 :';
$_LANGADM['AdminManufacturerscec59c4cf319e37788de60170226b705'] = 'Téléphone portable :';
$_LANGADM['AdminManufacturersd0042a700e9bdf79689d63ee6846dc0e'] = 'Description :';
-$_LANGADM['AdminManufacturersd108a94475e22677c0cd8ecdc3f0eb62'] = 'Code postal';
$_LANGADM['AdminManufacturersd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminManufacturerse25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
$_LANGADM['AdminManufacturerse78b6f4eb3be046f4d25c07ce54954d4'] = 'Réf :';
$_LANGADM['AdminManufacturersea4788705e6873b424c65e91c2846b19'] = 'Annuler';
+$_LANGADM['AdminManufacturersefbe7a69a4c8d54da7d255fe28cd1a5c'] = 'Code postal';
$_LANGADM['AdminManufacturersf16b5952df8d25ea30b25ff95ee8fedf'] = 'Boutiques associées :';
$_LANGADM['AdminManufacturersf2a6c498fb90ee345d997f888fce3b18'] = 'Supprimer';
$_LANGADM['AdminManufacturersf4a275a931b82e5058bc8ffad8b8e5bd'] = 'Marque :';
@@ -1753,9 +1752,8 @@ $_LANGADM['AdminMeta13660ee52f72981279336cec61549596'] = 'Votre fichier robots.t
$_LANGADM['AdminMeta13f52e209a05e588d6966c38b5e1586b'] = 'Liste des mots-clés';
$_LANGADM['AdminMeta14caa3d50da16368a8f30b53a5b72aa4'] = 'Rediriger automatiquement vers l\'URL canonique';
$_LANGADM['AdminMeta193cfc9be3b995831c6af2fea6650e60'] = 'Page';
-$_LANGADM['AdminMeta1ce8c30b7ac35494b290332e37c9e7b4'] = 'Le multiboutique est activé. Si vous souhaitez changer l\'URL d\'une de vos boutiques, veuillez vous rendre dans l\'onglet \"Paramètres avancés\" -> \"Multiboutique\".';
$_LANGADM['AdminMeta1dec4f55522b828fe5dacf8478021a9e'] = 'URL simplifiée :';
-$_LANGADM['AdminMeta2b8d5d29082dcd15416bfda7936daabd'] = 'La réécriture d\'URL (mod_rewrite) n\'est pas détecté active sur votre serveur. Si vous voulez utiliser les URL simplifiées, veuillez activer ce module Apache.';
+$_LANGADM['AdminMeta1fb97d3e905901fbef2cb4b648b3e24d'] = 'Le multiboutique est activé. Si vous souhaitez changer l\'URL d\'une de vos boutiques, veuillez vous rendre dans l\'onglet \"Paramètres avancés\" -> \"Multiboutique\".';
$_LANGADM['AdminMeta2f00a8ca42b86bfcb39cdd34665a1386'] = 'Exemple : \"contacts\" pour http://maboutique.com/shop/contacts redirigera vers http://maboutique.com/shop/contact-form.php';
$_LANGADM['AdminMeta33de75d34ebe209ac0536cfef2d44206'] = 'Titre de la page :';
$_LANGADM['AdminMeta33fe26e0d07af85617f326ca09fb5085'] = 'Pour ajouter un tag, cliquez dans le champ, écrire quelque chose, puis appuyez sur \"Entrée\"';
@@ -1796,6 +1794,7 @@ $_LANGADM['AdminMetad7d6df2bf29a7c786936c13dade04d8c'] = 'Pages des modules';
$_LANGADM['AdminMetada82a2002384409477655085d5c4136e'] = 'N\'activez cette option que si votre serveur autorise la réécriture d\'URL (recommandé).';
$_LANGADM['AdminMetadb309cb65c4220d02c0fd13927d315ae'] = 'Domaine';
$_LANGADM['AdminMetadbb5f11eab5c5c375c4c5face47ddf1e'] = 'Page :';
+$_LANGADM['AdminMetae0df82a65f2422b9d54e5edc25d28055'] = 'La réécriture d\'URL (mod_rewrite) n\'est pas détecté active sur votre serveur. Si vous voulez utiliser les URL simplifiées, veuillez activer ce module Apache.';
$_LANGADM['AdminMetae1a7478962f9872f0765922496b26851'] = 'Il n\'y a pas de page disponible !';
$_LANGADM['AdminMetae25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
$_LANGADM['AdminMetae40f09f13be4201a607dfec5169b3a26'] = 'Recommandé mais votre thème doit être conforme.';
@@ -1957,11 +1956,11 @@ $_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['AdminOrderPreferences9311ccba175a9f2fc72e7c6a3dfb6078'] = 'Fixe une taxe pour le prix de l\'emballage cadeau';
+$_LANGADM['AdminOrderPreferences93f38f4d38b6d62377df4249b0e2d3d1'] = 'Cette fonctionnalité permet le passage de commande sans création de compte';
$_LANGADM['AdminOrderPreferences9dbf99031ad9e9bf50b975a33420850e'] = 'Montant total minimum requis pour valider une commande :';
$_LANGADM['AdminOrderPreferencesa2c3880e68cde73646da32ea19e17ab8'] = 'Autoriser l\'envoi multiple';
$_LANGADM['AdminOrderPreferencesb563636fd3896671be0104bbc6783be4'] = 'One page checkout';
$_LANGADM['AdminOrderPreferencesb667478ccafce4bff6d427a6bca06269'] = 'Proposer des emballages recyclés';
-$_LANGADM['AdminOrderPreferencesbe9308bd860ceb1133a1b482d74cc800'] = 'Cette fonctionnalité permet le passage de commande sans création de compte';
$_LANGADM['AdminOrderPreferencesbf196450ae73492a138aa1953b2428b8'] = 'Permettre aux clients d\'expédier leurs commande à différentes adresses. Cette option va transformer le panier des clients en une ou plusieurs commandes.';
$_LANGADM['AdminOrderPreferencesbf3b3ed0e4fd43efff9c26b3d35c6c2f'] = 'Options des emballages cadeaux';
$_LANGADM['AdminOrderPreferencesc035796995e11f000835780bbadbd575'] = 'Standard (5 étapes)';
@@ -2059,7 +2058,6 @@ $_LANGADM['AdminOrders50cd1871f950375eef4e2efce35366c6'] = 'Ajouter une note';
$_LANGADM['AdminOrders53488e4e281c04a26dc9bb8e13ef1da6'] = 'Messages :';
$_LANGADM['AdminOrders543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Total des ventes HT :';
$_LANGADM['AdminOrders552a0d8c17d95d5dbdc0c28217024f5a'] = 'Coût du transport';
-$_LANGADM['AdminOrders55a204c5cf6c0239fb7657ebaa168c42'] = 'Commander n°';
$_LANGADM['AdminOrders57494d3f60983abfdea2c71f5f893cdc'] = 'Ce document n\'est pas disponible';
$_LANGADM['AdminOrders585bc67adbb73dcca638b897fb73a900'] = 'Voir le document';
$_LANGADM['AdminOrders5a9ec4ab51bd41f2618ef91ec90d55b2'] = 'Vous souhaitez ajouter plus de produit qu\'il n\'y a de stock, êtes-vous sûr de vouloir ajouter cette quantité ?';
@@ -2137,6 +2135,7 @@ $_LANGADM['AdminOrdersa89a3ac5c30a65ae64e8d5c50b190521'] = 'État de la commande
$_LANGADM['AdminOrdersaa52110dbfce51cc1ec8a163264151e2'] = 'Existant';
$_LANGADM['AdminOrdersabbbd19bce9246d4a53a252efe4a8ef8'] = 'Facture :';
$_LANGADM['AdminOrdersabbf10987248e3f9f4722d7354fac687'] = 'Total taxes : ';
+$_LANGADM['AdminOrdersad2b5290dd09730ea172cd887d91d93c'] = 'Commander n°';
$_LANGADM['AdminOrdersadaaee4b22041c27198d410c68d952c9'] = 'Pourcentage';
$_LANGADM['AdminOrdersae3ccb7e10314703d4d390c3010c71db'] = 'Message pour la commande :';
$_LANGADM['AdminOrdersaeddc664f1e95691c69ea44a5c1c18f5'] = 'Ce produit est en rupture de stock :';
@@ -2301,7 +2300,6 @@ $_LANGADM['AdminPerformance2142df83da86e7dbb7257b85574d83de'] = 'Les templates s
$_LANGADM['AdminPerformance2327910608424148d46ac4a9f86a1404'] = 'Les templates ne sont jamais recompilés, les performances sont meilleures et cette option est à privilégier en environnement de production';
$_LANGADM['AdminPerformance276e3171a63595e207ec292fce891277'] = 'Utiliser le cache :';
$_LANGADM['AdminPerformance2e7a8f64d48378eaf4c1a2f064f62470'] = 'Permet de toujours ouvrir la console de débogage.';
-$_LANGADM['AdminPerformance30e5a78871d0117bc879c1d04b05161c'] = 'Cache des templates :';
$_LANGADM['AdminPerformance32a2e7694628335252aceb0552a6f6ba'] = 'Pour utiliser Memcached, vous devez installer l\'extension Memcached PECL sur votre serveur.';
$_LANGADM['AdminPerformance32d593fb52ab5e4ae3f16844b576867d'] = 'En cochant cette case, votre fichier .htaccess sera complété automatiquement avec des directives améliorant le cache et la compression.';
$_LANGADM['AdminPerformance38ca568bbe61771c6456a5c7b8d419ee'] = 'Xcache';
@@ -2315,6 +2313,7 @@ $_LANGADM['AdminPerformance40f69b99e05503042c924aa2f609908e'] = 'Réduire le cod
$_LANGADM['AdminPerformance45e83bc937d99310bc571fb756bbb5ad'] = 'Pour utiliser CacheFS le dossier %s doit avoir les droits d\'écriture.';
$_LANGADM['AdminPerformance49aeb6053e875124e2e7a5e332cf37df'] = 'Ne pas ouvrir la console';
$_LANGADM['AdminPerformance4afa80e77a07f7488ce4d1bdd8c4977a'] = 'Algorithme :';
+$_LANGADM['AdminPerformance51ef62bc22da07a1dbcad4c3649096fd'] = 'Cache des templates :';
$_LANGADM['AdminPerformance5305b3e31f31228ba222c0681be73cbf'] = 'Recompiler les templates s\'ils sont mis à jour';
$_LANGADM['AdminPerformance5b8c99dad1893a85076709b2d3c2d2d0'] = 'Adresse IP :';
$_LANGADM['AdminPerformance60aaf44d4b562252c04db7f98497e9aa'] = 'Port :';
@@ -2376,21 +2375,21 @@ $_LANGADM['AdminPerformancef8198a372da81edfca0693a81242149d'] = 'Mcrypt est plus
$_LANGADM['AdminPerformancef8d698aea36fcbead2b9d5359ffca76f'] = 'Smarty';
$_LANGADM['AdminPerformancefdb3644651f3871a5e73f4dc271b64e3'] = 'Conserver le fonctionnement classique';
$_LANGADM['AdminPerformanceffff838eefbb0876472253553ef4d72f'] = 'Console de débogage :';
+$_LANGADM['AdminPreferences03b62ec4239929885e0d9e068bff47e8'] = 'Le multiboutique vous permet de gérer plusieurs boutiques avec une seule administration. Si cette fonctionnalité est activée, un onglet \"Multiboutique\" apparaître dans le menu \"Paramètres avancés\".';
$_LANGADM['AdminPreferences0db377921f4ce762c62526131097968f'] = 'Général';
$_LANGADM['AdminPreferences1656072e927c8d3acd24359cbb648bb5'] = 'Activer le SSL';
-$_LANGADM['AdminPreferences17677e6d8339224e645bc98321a8fbed'] = 'Afficher les fournisseurs et les marques même si les blocs correspondants sont désactivés';
$_LANGADM['AdminPreferences27f3765c3871cd5fe52f88f31dfe2c89'] = 'supérieur';
$_LANGADM['AdminPreferences38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
-$_LANGADM['AdminPreferences53d4ff7dff379f54c0ec1f8db0554afa'] = 'Le multiboutique vous permet de gérer plusieurs boutiques avec une seule administration. Si cette fonctionnalité est activée, un onglet \"Multiboutique\" apparaître dans le menu \"Paramètres avancés\".';
+$_LANGADM['AdminPreferences43b266c605d67eaa27801cc5dc0b3995'] = 'Activer le multiboutique';
$_LANGADM['AdminPreferences700e61469b84a66ddb24304a85b0c181'] = 'classique';
$_LANGADM['AdminPreferences79a8435260e0c3b17e30ccb1c6dfc75c'] = 'Afficher les fournisseurs et les marques';
$_LANGADM['AdminPreferences8de64d6b49cebd2306af6ddbcd268700'] = 'Si votre hébergeur propose le protocole SSL, vous pouvez activer le cryptage SSL (https://) pour l\'identification des clients et le processus de commande';
$_LANGADM['AdminPreferences95be164e850e88c5282e84669f368e1b'] = 'Vous pouvez choisir le mode d\'arrondi : arrondir toujours au supérieur, à l\'inférieur, ou arrondi classique.';
$_LANGADM['AdminPreferencesac2021d3c67ee796d7ab20a466ebd583'] = 'Règle d\'arrondi';
$_LANGADM['AdminPreferencesbbd6622dbbdf4bcb166f5e3f018a2351'] = 'Cliquez ici pour utiliser le protocole HTTPS avant d\'activer le mode SSL.';
-$_LANGADM['AdminPreferencesc222d9543216761ec191ecb71865d2a9'] = 'Activer le multiboutique';
$_LANGADM['AdminPreferencescce43372fe8624c0edf870f417557b84'] = 'Active ou désactive les jetons (tokens) en front-office afin d\'améliorer la sécurité de PrestaShop';
$_LANGADM['AdminPreferencese12874163bcb256726ddfe643aa53a63'] = 'Améliore la sécurité du front-office';
+$_LANGADM['AdminPreferencesef758cfb5ed7de72db22accf6ad539d0'] = 'Afficher les fournisseurs et les marques même si les blocs correspondants sont désactivés';
$_LANGADM['AdminPreferencesf8d23e159df67b2673d7c29166864453'] = 'inférieur';
$_LANGADM['AdminProducts004bf6c9a40003140292e97330236c53'] = 'Action';
$_LANGADM['AdminProducts0063394f0497bfd610ebac0aee7cfc34'] = 'Associations';
@@ -2400,7 +2399,6 @@ $_LANGADM['AdminProducts014140590702586ff3083be3cf84ee2f'] = 'Si elle est défin
$_LANGADM['AdminProducts019d1ca7d50cc54b995f60d456435e87'] = 'Occasion';
$_LANGADM['AdminProducts01b6e20344b68835c5ed1ddedf20d531'] = 'à';
$_LANGADM['AdminProducts02fa003c38fefcda498b876f67f4cac7'] = 'URL simplifiée :';
-$_LANGADM['AdminProducts03596501a6ce61f5a66dc0146fbab03e'] = 'Vous n\'avez pas la permission de supprimer ici.';
$_LANGADM['AdminProducts03937134cedab9078be39a77ee3a48a0'] = 'Groupe';
$_LANGADM['AdminProducts03c2e7e41ffc181a4e84080b4710e81e'] = 'Neuf';
$_LANGADM['AdminProducts03e895d6310cdab805586fce4123ed08'] = 'Sélectionner le type d\'image :';
@@ -2418,6 +2416,7 @@ $_LANGADM['AdminProducts1063e38cb53d94d386f21227fcd84717'] = 'Supprimer';
$_LANGADM['AdminProducts10b8ce36a973c8009b521b39488a89a7'] = 'Frais de port supplémentaires :';
$_LANGADM['AdminProducts10cbdb4839f838ce30409739435a6070'] = 'Catalogue :';
$_LANGADM['AdminProducts119a7c88cf8f1c685c57981abff26f43'] = 'Accepter les commandes';
+$_LANGADM['AdminProducts11a257a80f8c8d76132470b171de6795'] = 'Vous n\'avez pas la permission de supprimer ici.';
$_LANGADM['AdminProducts12085f07b6313b69c63a625d8e23f706'] = 'Valeur personnalisée';
$_LANGADM['AdminProducts1280169553c08486626f41d112b79450'] = 'Vous devez enregistrer ce produit avant de gérer ses fournisseurs.';
$_LANGADM['AdminProducts1284dfb4d1c104f5aa4ec55fa3883ff1'] = 'Veuillez choisir les entrepôts associés au produit, et celui par défaut.';
@@ -2477,11 +2476,9 @@ $_LANGADM['AdminProducts2f972dbb48435d9b8087d7e3c22daa09'] = 'Mo max.';
$_LANGADM['AdminProducts2fbbffeb17347d2d997ea3a61c1ceb73'] = 'Utiliser un produit dans la liste';
$_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['AdminProducts31fde7b05ac8952dacf4af8a704074ec'] = 'Prévisualiser';
$_LANGADM['AdminProducts32b502f33a535f75dcbf63f6753c631e'] = 'Tags :';
$_LANGADM['AdminProducts32b919d18cfaca89383f6000dcc9c031'] = 'Générer';
-$_LANGADM['AdminProducts33b8eaeaa8a18a206505f6adc10cec25'] = 'ex. : 15 € / kg';
$_LANGADM['AdminProducts37be07209f53a5d636d5c904ca9ae64c'] = 'Pourcentage';
$_LANGADM['AdminProducts37cfa6b25252ad29f15194e30147f02b'] = 'Emplacement dans l\'entrepôt';
$_LANGADM['AdminProducts382b0f5185773fa0f67a8ed8056c7759'] = 'N/A';
@@ -2526,7 +2523,6 @@ $_LANGADM['AdminProducts4faaa9989034c771a314b2f2c0c9ede6'] = 'Maximum 32 caract
$_LANGADM['AdminProducts522794e2dc4cecbae08ad633f40d4b9b'] = 'Définissez les libellés des champs fichiers :';
$_LANGADM['AdminProducts52eb5928a34db3e3da7ba52b0644273b'] = 'EAN-13';
$_LANGADM['AdminProducts52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Position';
-$_LANGADM['AdminProducts5328b77fdd34ba6aea22aff14de2e7f5'] = 'Tout cocher / décocher (vous éditez cette page pour plusieurs boutiques, plusieurs champs comme le nom ou le prix sont désactivés, vous devez cocher les boites devant ces champs afin de les éditer pour l\'ensemble des boutiques en cours)';
$_LANGADM['AdminProducts535fb9c585d10cb369e97f1ae2d5e11f'] = 'Déjà incluse dans le prix';
$_LANGADM['AdminProducts544baae42433c186ff222736db985d7d'] = 'Ajouter une valeur prédéfinie dans un premier temps';
$_LANGADM['AdminProducts545f6c2f382c04810103b3e5e6f7d841'] = 'Illimité';
@@ -2567,7 +2563,9 @@ $_LANGADM['AdminProducts6ba23760079b4b664d4d5e311c7d5984'] = 'Mots-clés sépar
$_LANGADM['AdminProducts6c9c761d2a07d20625686d8062992f80'] = 'Je veux utiliser la gestion des stocks avancée pour ce produit';
$_LANGADM['AdminProducts6ca82180f678cae60daa0476baf5e523'] = 'Vous pouvez définir des prix spécifiques pour des clients appartenant à différents groupes, différents pays...';
$_LANGADM['AdminProducts6da03a74721a0554b7143254225cc08a'] = 'Reconditionné';
+$_LANGADM['AdminProducts6dce63e4298f3e82afacf4e0328a6aef'] = 'Fichier trop volumineux, taille maximum autorisée : %1$s ko. La taille du fichier que vous tentez de télécharger est : %2$s ko.';
$_LANGADM['AdminProducts6eac2df6a5cc74282553321a73c553fb'] = 'Veuillez cocher une catégorie afin de sélectionner la catégorie par défaut.';
+$_LANGADM['AdminProducts6ece9a14d0c8da14a1af607f9f7e0b36'] = 'Ce produit a un fichier associé ?';
$_LANGADM['AdminProducts6f382b016d2f2357bae77571ccbf0d18'] = 'L\'URL réécrite est vide. Vous devez saisir une URL réécrite pour la langue par défaut avant de pouvoir enregistrer le produit.';
$_LANGADM['AdminProducts6f39383b81d4999830ab6febe6279777'] = 'Ajouter ou modifier des déclinaisons de produit';
$_LANGADM['AdminProducts70ec3125ad8169fc81d61d3586bfa4df'] = 'Annuler le nouveau prix spécifique';
@@ -2606,7 +2604,6 @@ $_LANGADM['AdminProducts853fd1651461ce105a2f19272b700f06'] = 'Nouvelle déclinai
$_LANGADM['AdminProducts85f0bf927be7014e2265c4bc96bd50d2'] = '(Europe, Japon)';
$_LANGADM['AdminProducts86754577897acfb25deb69039d49d9a7'] = 'État';
$_LANGADM['AdminProducts86a41a63a6a27da14c838aed0c70cc45'] = 'Vous ne pouvez ajouter qu\'une déclinaison par type d\'attribut';
-$_LANGADM['AdminProducts86a7826cd56fc0f1d09ec7af2f3e8600'] = 'Ce produit a un fichier associé ?';
$_LANGADM['AdminProducts883cb219650dc3aa23733c0aa59a2ef7'] = 'Code à insérer dans votre description';
$_LANGADM['AdminProducts887ee91702c962a70b87cbef07bbcaec'] = 'HT';
$_LANGADM['AdminProducts8a1c241e92c26b92eaae87afa337eaa3'] = 'Le prix d\'achat auquel vous avez commandé le produit';
@@ -2626,7 +2623,6 @@ $_LANGADM['AdminProducts915f8462b0f5459dcca1d52b0a2297d5'] = 'Date de disponibil
$_LANGADM['AdminProducts91b442d385b54e1418d81adc34871053'] = 'Sélectionné';
$_LANGADM['AdminProducts91c8f68700703b825761609b303d44e3'] = 'Impact sur le poids :';
$_LANGADM['AdminProducts9230dd17b40c6d0478772e4d545abc46'] = 'Annuler la modification';
-$_LANGADM['AdminProducts926039e8a49f511c72cd88894ad52450'] = 'Si certains produits du pack utilisent la gestion des stocks avancée, vous devez avoir un entrepôt commun entre ces produits et le pack.';
$_LANGADM['AdminProducts92ab5edf4194cb5a84d6808cb8d8b696'] = 'Le lien vers la fiche produit sera :';
$_LANGADM['AdminProducts936ccdb97115e9f35a11d35e3d5b5cad'] = 'Cliquez ici';
$_LANGADM['AdminProducts93cba07454f06a4a960172bbd6e2a435'] = 'Oui';
@@ -2653,6 +2649,7 @@ $_LANGADM['AdminProducts9e834f13e35e4edf64863ab414a6217a'] = 'Réduction';
$_LANGADM['AdminProducts9e8502652dd83fa0544df75ba4641144'] = 'La réduction est appliquée après les taxes';
$_LANGADM['AdminProducts9e962fd822ee734a531490fffa643c49'] = 'Mettez à 0 pour un accès illimité au téléchargement';
$_LANGADM['AdminProducts9ea67be453eaccf020697b4654fc021a'] = 'Enregistrer et rester';
+$_LANGADM['AdminProducts9f34b413698f8638ee606edbafad7a23'] = 'L\'activation préalable de la gestion avancée du stock, globalement, pour ce produit, est requise.';
$_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)';
@@ -2664,6 +2661,8 @@ $_LANGADM['AdminProductsa6ff0f7a2a1993857cb67b769780e708'] = 'Aucun prix spécif
$_LANGADM['AdminProductsa76d4ef5f3f6a672bbfab2865563e530'] = 'Heure';
$_LANGADM['AdminProductsa82be0f551b8708bc08eb33cd9ded0cf'] = 'Information';
$_LANGADM['AdminProductsa890a08afc5d657bfe58f8ef21a6da65'] = 'Vous devez enregistrer ce produit avant de pouvoir le personnaliser.';
+$_LANGADM['AdminProductsa94cd486aca9f266a2ad807bd2def794'] = 'Si certains produits du pack utilisent la gestion des stocks avancée, vous devez avoir un entrepôt commun entre ces produits et le pack.';
+$_LANGADM['AdminProductsa9ab12b60b245c814f886ccdafc6441f'] = 'Tout cocher / décocher (vous éditez cette page pour plusieurs boutiques, plusieurs champs comme le nom ou le prix sont désactivés, vous devez cocher les boites devant ces champs afin de les éditer pour l\'ensemble des boutiques en cours)';
$_LANGADM['AdminProductsaa642c15d075aab8a1ac2ccbc9a0d07a'] = 'Vous modifiez un groupe de boutiques où les quantités ne sont pas partagées entre toutes les boutiques de ce groupe.';
$_LANGADM['AdminProductsaa690c7566fa052edf9db33d69db306f'] = 'Ventes';
$_LANGADM['AdminProductsaac247ca22789872bad95dc8f6c45d37'] = 'Augmentation';
@@ -2772,6 +2771,7 @@ $_LANGADM['AdminProductse5f7f63d66023847e693fd34bea09d41'] = 'Par défaut :';
$_LANGADM['AdminProductse659b52eba1f0299b2d8ca3483919e72'] = 'Type :';
$_LANGADM['AdminProductse6a0825c0b6c56fa5c9faa5d9385b8d4'] = 'Créer une nouvelle marque';
$_LANGADM['AdminProductse6ff0db3b8285dce688b7f9a44e4915b'] = 'Données enregistrées';
+$_LANGADM['AdminProductse7be8bd01e2e6e2d4b41052934bc1b9c'] = 'ex. : 15 € / kg';
$_LANGADM['AdminProductse7e04625fa0cce90aa5384b92b837eb3'] = 'Créer une nouvelle catégorie';
$_LANGADM['AdminProductse81c4e4f2b7b93b481e13a8553c2ae1b'] = 'soit';
$_LANGADM['AdminProductse8fce60a7ce078b55bd02a1c25748f16'] = 'Prix de vente HT :';
@@ -2790,7 +2790,6 @@ $_LANGADM['AdminProductsf107f5a9ee4ecea58d0f29ae7959baa8'] = 'Nom';
$_LANGADM['AdminProductsf258ae7c40f58689780e219bc9a23608'] = 'Vous avez utilisé des déclinaisons, pour cette raison vous ne pouvez pas modifier votre fichier ici, mais dans l\'onglet \"Déclinaisons\"';
$_LANGADM['AdminProductsf2a6c498fb90ee345d997f888fce3b18'] = 'Supprimer';
$_LANGADM['AdminProductsf33c23efaf78aacff7c1cbc75f732865'] = 'Définissez les libellés des champs textes :';
-$_LANGADM['AdminProductsf378471b67496f5490d52cabe1f819f3'] = 'Fichier trop volumineux, taille maximum autorisée : %1$s ko. La taille du fichier que vous tentez de télécharger est : %2$s ko.';
$_LANGADM['AdminProductsf41afefb4495b85c7b7ddf3e1ca4387f'] = 'Vous pouvez préciser une valeur pour chaque caractéristique pertinente concernant ce produit ; les champs vides ne seront pas affichés.';
$_LANGADM['AdminProductsf4a275a931b82e5058bc8ffad8b8e5bd'] = 'Marque :';
$_LANGADM['AdminProductsf4d1ea475eaa85102e2b4e6d95da84bd'] = 'Confirmation';
@@ -2840,12 +2839,12 @@ $_LANGADM['AdminQuickAccessese25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les
$_LANGADM['AdminQuickAccessese5dc8e5afea0a065948622039358de37'] = 'Nouvelle fenêtre';
$_LANGADM['AdminQuickAccessesfe501f6dab88efcbde9b3f062a5ae781'] = 'Menu d\'accès rapide';
$_LANGADM['AdminRangePrice1e6d57e813355689e9c77e947d73ad8f'] = 'De :';
+$_LANGADM['AdminRangePrice240c1a13357c9d54ccf18b1704d7d783'] = 'Il n\'y a pas de transporteur disponible pour cette gamme de prix.';
$_LANGADM['AdminRangePrice29103375229a5c363403ec4afb5c3e8f'] = '(TTC)';
$_LANGADM['AdminRangePrice2c39f2ba36ea6da8583198d554719eb1'] = 'Début de la tranche (inclus)';
$_LANGADM['AdminRangePrice2e5b52416e267252bcdea3d6211c31ba'] = 'Vous pouvez changer le transporteur auquel la règle s\'applique en le sélectionnant.';
$_LANGADM['AdminRangePrice33caa076f23f453dd4061726f3706325'] = 'À :';
$_LANGADM['AdminRangePrice38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer';
-$_LANGADM['AdminRangePrice46c7a55c158bf94de7c848a7661be93a'] = 'Il n\'y a pas de transporteur disponible pour cette gamme de prix.';
$_LANGADM['AdminRangePrice5da618e8e4b89c66fe86e32cdafde142'] = 'De';
$_LANGADM['AdminRangePrice6bf0217a0db567ce8495e5125a1dfffb'] = 'Fin de la tranche (exclu)';
$_LANGADM['AdminRangePrice914419aa32f04011357d3b604a86d7eb'] = 'Transporteur';
@@ -2855,7 +2854,6 @@ $_LANGADM['AdminRangePriced3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sé
$_LANGADM['AdminRangePricee12167aa0a7698e6ebc92b4ce3909b53'] = 'À';
$_LANGADM['AdminRangePricee25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
$_LANGADM['AdminRangePricef8617a92ba0a0a4eabee724eab7c9f48'] = 'Transporteur :';
-$_LANGADM['AdminRangeWeight00ad8572e3224c20d793319efa0ca301'] = 'Il n\'y a pas de transporteur disponible pour une gamme de poids.';
$_LANGADM['AdminRangeWeight1e6d57e813355689e9c77e947d73ad8f'] = 'De :';
$_LANGADM['AdminRangeWeight2c39f2ba36ea6da8583198d554719eb1'] = 'Début de tranche (inclus)';
$_LANGADM['AdminRangeWeight2e5b52416e267252bcdea3d6211c31ba'] = 'Vous pouvez changer le transporteur auquel la règle s\'applique en le sélectionnant.';
@@ -2869,6 +2867,7 @@ $_LANGADM['AdminRangeWeightb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminRangeWeightd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminRangeWeighte12167aa0a7698e6ebc92b4ce3909b53'] = 'À';
$_LANGADM['AdminRangeWeighte25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
+$_LANGADM['AdminRangeWeightf72ebb8ea83c29860db81a0df26de82c'] = 'Il n\'y a pas de transporteur disponible pour une gamme de poids.';
$_LANGADM['AdminRangeWeightf8617a92ba0a0a4eabee724eab7c9f48'] = 'Transporteur :';
$_LANGADM['AdminReferrers095a1b43effec73955e31e790438de49'] = '€';
$_LANGADM['AdminReferrers0988f870ad8a7648219df0767f768b8d'] = 'Référant HTTP';
@@ -2907,6 +2906,7 @@ $_LANGADM['AdminReferrers5570dfe4ec8f3d4b2cf4d5780d928b39'] = 'Par exemple, les
$_LANGADM['AdminReferrers56b1219e1505393dd75346ab93e386f7'] = 'Rémunération en % :';
$_LANGADM['AdminReferrers571b5937b85a9155062315a7c1d69fa2'] = '\"_\" remplacera un caractère. Si vous souhaitez utiliser le vrai \"_\", vous devez saisir';
$_LANGADM['AdminReferrers591411cc8927851db2002208676d8330'] = 'Insc.';
+$_LANGADM['AdminReferrers5cab0ee70ed1007cb5abcd0ee7b6998a'] = 'L\'intérêt réside dans le fait que vous pouvez ainsi ajouter des tags dans les URL qui pointent vers votre site.';
$_LANGADM['AdminReferrers62508131fde00888d0811939026f2f60'] = 'Le champ \"http_referer\"représente le site par lequel le visiteur est arrivé.';
$_LANGADM['AdminReferrers653cfa577bccb5b3587de505c7629922'] = 'Par exemple, si le visiteur accède à une page produit, l\'URL sera';
$_LANGADM['AdminReferrers6691265cf8673ac521e3a1672d482723'] = 'Commissions';
@@ -2941,7 +2941,6 @@ $_LANGADM['AdminReferrersbb166feff34b74fef81127259160c93a'] = 'Affilié';
$_LANGADM['AdminReferrersc33e404a441c6ba9648f88af3c68a1ca'] = 'Statistiques';
$_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['AdminReferrersc880199d9ed40c53d2b0ad0470d6f576'] = 'Par exemple, vous pouvez poster un lien \"%dindex.php?prestashop\" sur le forum et obtenir des statistiques sur ces visiteurs en indiquant \"%prestashop\" dans le champ\"request_uri\".';
-$_LANGADM['AdminReferrerscbefb6b27ef8a32b339d38608a81a5eb'] = 'L\'intérêt réside dans le fait que vous pouvez ainsi ajouter des tags dans les URL qui pointent vers votre site.';
$_LANGADM['AdminReferrerscc99ae38b3da304c65ea3a9019800a38'] = 'Informations techniques';
$_LANGADM['AdminReferrersd3139f39f1ad6324c80a9ddd50cc7867'] = 'Pages vues';
$_LANGADM['AdminReferrersd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
@@ -3038,11 +3037,11 @@ $_LANGADM['AdminScenesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminScenesb7d7436a18bf546dd6438d92218868c1'] = 'Tout sélectionner';
$_LANGADM['AdminScenesb908c2f34052b5276e0bf50f0e042211'] = 'Taille du fichier :';
$_LANGADM['AdminScenesb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé';
-$_LANGADM['AdminScenesc0638746d2c5f3151be067263de10449'] = 'Si la taille de l\'image est trop petite, un fond blanc sera ajouté afin d\'atteindre une taille d\'image correcte.';
$_LANGADM['AdminScenesc9cc8cce247e49bae79f15173ce97354'] = 'Enregistrer';
$_LANGADM['AdminScenescb456215c3333db0551bd0788bc258c7'] = 'Activé';
$_LANGADM['AdminScenesd0f06038b6b3aa5edc07c7a6fd3ca3f9'] = 'Rechercher une catégorie';
$_LANGADM['AdminScenesd4fab32a3d444ea2d060ee35791f33cb'] = 'Pour cela, vous devez définir la zone \"taguée\" qui, survolée, affichera la pop-up.';
+$_LANGADM['AdminScenesd56cfb474072ec8b61d26b8557a0a734'] = 'Si la taille de l\'image est trop petite, un fond blanc sera ajouté afin d\'atteindre une taille d\'image correcte.';
$_LANGADM['AdminScenesda954fed6fbb63e29cfc51ecdd5e7a71'] = 'Cliquez sur le produit approprié, puis cliquez sur \"OK\". Répétez ces étapes pour chacun des produits de la scène.';
$_LANGADM['AdminScenese0aa021e21dddbd6d8cecec71e9cf564'] = 'OK';
$_LANGADM['AdminScenesef7de3f485174ff47f061ad27d83d0ee'] = 'sélectionnée(s)';
@@ -3062,8 +3061,8 @@ $_LANGADM['AdminSearch22ffd0379431f3b615eb8292f6c31d12'] = 'Date d\'inscription'
$_LANGADM['AdminSearch3132e30d561d92add3dfa6eef64c9e36'] = 'Aucune catégorie correspondant à votre requête';
$_LANGADM['AdminSearch49ee3087348e8d44e1feda1917443987'] = 'Nom';
$_LANGADM['AdminSearch4d3d769b812b6faa6b76e1a8abaece2d'] = 'Actif';
+$_LANGADM['AdminSearch5e9c2ea72c2308aeb15cb1d4519270d7'] = 'Aucun client ne correspond à votre recherche';
$_LANGADM['AdminSearch63d5049791d9d79d86e9a108b0a999ca'] = 'Référence';
-$_LANGADM['AdminSearch6623375b2a8228e83afc61251c005ad2'] = 'Aucun client ne correspond à votre recherche';
$_LANGADM['AdminSearch7442e29d7d53e549b78d93c46b8cdcfc'] = 'Commandes';
$_LANGADM['AdminSearch77eb276f5dcdf4fbca854e908216f7b2'] = 'Prix TTC';
$_LANGADM['AdminSearch8b5dd64ab8d0b8158906796b53a200e2'] = 'Adresse e-mail';
@@ -3159,17 +3158,18 @@ $_LANGADM['AdminShop1814d65a76028fdfbadab64a5a8076df'] = 'Fournisseurs';
$_LANGADM['AdminShop1aa4c641d6920ddb97a2562f8ec53853'] = 'Groupe :';
$_LANGADM['AdminShop1d6af794b2599c1407a83029a09d1ecf'] = 'Transporteurs';
$_LANGADM['AdminShop1d92a46c4e14c43c3096d85c9f26fc4e'] = 'Choisissez les données ';
+$_LANGADM['AdminShop224154fa6f3601b7de4690ba6a9ad8b4'] = 'Arbre multiboutique';
$_LANGADM['AdminShop2377be3c2ad9b435ba277a73f0f1ca76'] = 'Marques';
$_LANGADM['AdminShop247ce0c9b61b77d61c5de8e2c3e32978'] = 'Éditer cette URL';
$_LANGADM['AdminShop24a23d787190f2c4812ff9ab11847a72'] = 'État :';
$_LANGADM['AdminShop25c25c36ef8fc9436725e3a4eb6044d2'] = 'Supprimer cette boutique';
+$_LANGADM['AdminShop2844ecb71391067e71fcd5d84ce6f94e'] = 'Attention : vous ne pourrez plus changer le groupe de boutique de cette boutique, si cette boutique appartient à un groupe avec une des options \"partage de clients\" ou \"partage des quantités\" ou \"partage des commandes\" activée.';
$_LANGADM['AdminShop2df07bc574bd6370979f7762b08b4a32'] = 'Choisissez la boutique (source)';
$_LANGADM['AdminShop30cfab87fe702cd2ff1b064fa4729305'] = 'Ajouter une URL';
$_LANGADM['AdminShop339b1acb0d1f26923dc4545a9f749ab3'] = 'Comptes service web';
$_LANGADM['AdminShop37c0e2b9736bc4cc2005f7be3fd66fe5'] = 'Activer ou désactiver la boutique';
$_LANGADM['AdminShop3adbdb3ac060038aa0e6e6c138ef9873'] = 'Catégorie';
$_LANGADM['AdminShop4390988a3f7d7cfa3d8a5ecb11976f58'] = 'Groupe de boutiques';
-$_LANGADM['AdminShop4a4122f85bc7d1d197ef87cf89f90d01'] = 'Attention : vous ne pourrez plus changer le groupe de boutique de cette boutique, si cette boutique appartient à un groupe avec une des options \"partage de clients\" ou \"partage des quantités\" ou \"partage des commandes\" activée.';
$_LANGADM['AdminShop517a8a7dbf1f6e371509817de328e396'] = 'Groupes de clients';
$_LANGADM['AdminShop580cb0ed4cf533163f82c70c7833bb9d'] = 'Groupe de boutique :';
$_LANGADM['AdminShop5a8f8f8e0bcbfcd926271ee7d7351134'] = 'Groupes de boutique';
@@ -3180,7 +3180,6 @@ $_LANGADM['AdminShop6416e8cb5fc0a208d94fa7f5a300dbc4'] = 'Entrepôt';
$_LANGADM['AdminShop64c70a5c238abee8f825294cbd9bcc08'] = 'Cliquez ici pour afficher les URLs de la boutique %s';
$_LANGADM['AdminShop652342e19bf26f8d1b350e60aad3e3bf'] = 'Ajouter une boutique';
$_LANGADM['AdminShop6a9afe170bdaacb2cdf24336e038597d'] = 'Ajouter l\'adresse';
-$_LANGADM['AdminShop6c8d0b6839cf16e3b2c7e5d0f6428b40'] = 'Vous ne pouvez déplacer votre boutique que vers un groupe dont les options \"partage\" sont désactivées, ou vers un groupe ne possédant ni clients ni commandes.';
$_LANGADM['AdminShop6fab199dbf5a4155871fb0d5dbfa9827'] = 'Règles de taxes';
$_LANGADM['AdminShop7641f2d6a19d137714d493ac979e20d5'] = 'Ajouter un groupe de boutique';
$_LANGADM['AdminShop775a3ab6add326ef93f2382f49f9e500'] = 'Attributs';
@@ -3190,6 +3189,7 @@ $_LANGADM['AdminShop821b8ee6937cec96c30fdafbfe836d68'] = 'Magasins';
$_LANGADM['AdminShop92318dc9b42eb05bb1c958f0a15d19b9'] = 'Langues';
$_LANGADM['AdminShop93353a734fe6e60784b839e911d2cbf1'] = 'Vous ne pouvez pas changer le groupe de boutique car une de ses options de partage est activée.';
$_LANGADM['AdminShop93cba07454f06a4a960172bbd6e2a435'] = 'Oui';
+$_LANGADM['AdminShop940a953fac9d90cc7dec13e19c3ddc2a'] = 'Vous ne pouvez déplacer votre boutique que vers un groupe dont les options \"partage\" sont désactivées, ou vers un groupe ne possédant ni clients ni commandes.';
$_LANGADM['AdminShop98f770b0af18ca763421bac22b4b6805'] = 'Caractéristiques';
$_LANGADM['AdminShop99104e1966b34f0320d33c5892946a82'] = 'Importer les informations associées (produits, etc.) depuis une autre boutique';
$_LANGADM['AdminShop9d5bf15117441a1b52eb1f0808e4aad3'] = 'Réductions';
@@ -3199,29 +3199,29 @@ $_LANGADM['AdminShopGroup00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
$_LANGADM['AdminShopGroup0f86285516456595b59620181e9c689c'] = 'Groupe de boutique';
$_LANGADM['AdminShopGroup18e5ed18a875ebffce61b7abe7b5dc1e'] = 'Partager les clients :';
$_LANGADM['AdminShopGroup24a23d787190f2c4812ff9ab11847a72'] = 'État :';
-$_LANGADM['AdminShopGroup3f4e4431c51dfb7074793fdfb01a10a7'] = 'Attention : il n\'est pas recommandé d\'activer les options \"partage des clients\" et \"partage des commandes\", car une fois activées et que des clients ou commandes sont passées, il ne sera plus possible de les désactiver. Si vous souhaitez tout de même utiliser ces options, demandez vous au préalable si scinder votre catalogue produit en plusieurs catégories avec des thèmes différents ne serait pas plus judicieux.';
+$_LANGADM['AdminShopGroup2b53538f9964a4e9555379dfd7aec1de'] = 'Une fois que cette option sera activée (ce qui n\'est possible que le partage de clients et de quantité est activée), le panier du client sera automatiquement partagé dans les différentes boutiques de ce groupe. De cette façon, toute commande commencée sur l\'une des boutiques de ce groupe pourra être continuée depuis une autre boutique du même groupe. Attention : vous ne pourrez plus désactiver cette option dès lors que des commandes seront passées sur au moins une boutique de ce groupe.';
+$_LANGADM['AdminShopGroup49b183782090ccc2c81a82a739516cb2'] = 'Partager les quantités disponible à la vente entre les boutiques de ce groupe. Si vous changez cette option, les quantités des boutiques du groupe seront remises à 0.';
$_LANGADM['AdminShopGroup5bafd557247e80174f35c1870e760364'] = 'Boutique par défaut';
$_LANGADM['AdminShopGroup652342e19bf26f8d1b350e60aad3e3bf'] = 'Ajouter une nouvelle boutique';
-$_LANGADM['AdminShopGroup69c655ebbe2393caaadab9495b42e47d'] = 'Une fois que cette option sera activée (ce qui n\'est possible que le partage de clients et de quantité est activée), le panier du client sera automatiquement partagé dans les différentes boutiques de ce groupe. De cette façon, toute commande commencée sur l\'une des boutiques de ce groupe pourra être continuée depuis une autre boutique du même groupe. Attention : vous ne pourrez plus désactiver cette option dès lors que des commandes seront passées sur au moins une boutique de ce groupe.';
$_LANGADM['AdminShopGroup7641f2d6a19d137714d493ac979e20d5'] = 'Ajouter un nouveau groupe de boutique';
-$_LANGADM['AdminShopGroup7c18039b09018a9af060e9a3b74278bd'] = 'Partager les quantités disponible à la vente entre les boutiques de ce groupe. Si vous changez cette option, les quantités des boutiques du groupe seront remises à 0.';
-$_LANGADM['AdminShopGroup7f6362c8aa3fbfa67297a61af562975b'] = 'Options multiboutiques';
$_LANGADM['AdminShopGroup86a45aede7b70cccba4f1abd370aea00'] = 'Nom du groupe :';
+$_LANGADM['AdminShopGroup8ca5f662330b946a39c6a32d2ed8bf82'] = 'Une fois que cette option sera activée, les boutiques de ce groupes partageront leurs clients : si un client s\'enregistre sur une des boutiques de ce groupe, son compte sera automatiquement disponible sur les autres boutiques de ce groupe. Attention : vous ne pourrez plus désactiver cette option dès lors que des clients seront enregistrés sur au moins une boutique de ce groupe.';
$_LANGADM['AdminShopGroup8cf1c12c31b716190d84ba7c578dbcd8'] = 'Activer ou désactiver le groupe de boutique';
+$_LANGADM['AdminShopGroup90f72fb554403a6b1cb46741c5f348f2'] = 'Options multiboutiques';
$_LANGADM['AdminShopGroupb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminShopGroupb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé';
$_LANGADM['AdminShopGroupbec5ca2064490f938c3478fd90bf2da1'] = 'Partager les quantités disponible à la vente :';
+$_LANGADM['AdminShopGroupc2ffb703a458ea15e9554ceaed6cb68e'] = 'Attention : il n\'est pas recommandé d\'activer les options \"partage des clients\" et \"partage des commandes\", car une fois activées et que des clients ou commandes sont passées, il ne sera plus possible de les désactiver. Si vous souhaitez tout de même utiliser ces options, demandez vous au préalable si scinder votre catalogue produit en plusieurs catégories avec des thèmes différents ne serait pas plus judicieux.';
+$_LANGADM['AdminShopGroupc54be5ed86a412d6331992ebed716a67'] = 'Groupe';
$_LANGADM['AdminShopGroupc9cc8cce247e49bae79f15173ce97354'] = 'Enregistrer';
-$_LANGADM['AdminShopGroupe78cc393bbaf15e830e3b22178d74a00'] = 'Groupe';
$_LANGADM['AdminShopGroupe9f83d2cd2cd8ce6d8a58d3fc454d5cf'] = 'Partager les commandes :';
-$_LANGADM['AdminShopGroupfc7782110aebfc15f6f04144dfdc1cbc'] = 'Une fois que cette option sera activée, les boutiques de ce groupes partageront leurs clients : si un client s\'enregistre sur une des boutiques de ce groupe, son compte sera automatiquement disponible sur les autres boutiques de ce groupe. Attention : vous ne pourrez plus désactiver cette option dès lors que des clients seront enregistrés sur au moins une boutique de ce groupe.';
$_LANGADM['AdminShopUrl00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
$_LANGADM['AdminShopUrl10a0bce6f732af77fbc0b310de0a0f47'] = 'La boutique choisie a déjà une URL principale ; si vous choisissez l\'URL actuelle comme étant son URL principale, son ancienne URL redeviendra normale (et non plus principale).';
$_LANGADM['AdminShopUrl1a12a19a4e3e3626f44f2c7969ce2b5b'] = 'Dossier physique de votre boutique sur le serveur. Laissez ce champ vide si votre boutique est installée à la racine. Par exemple, si votre boutique est accessible via l’adresse www.mon-prestashop.com/ma-boutique/, vous devez saisir ma-boutique/ dans ce champ.';
$_LANGADM['AdminShopUrl24a23d787190f2c4812ff9ab11847a72'] = 'État :';
+$_LANGADM['AdminShopUrl30cfab87fe702cd2ff1b064fa4729305'] = 'Ajouter une URL';
$_LANGADM['AdminShopUrl32401234f706ad260cc990d83fe5d7ec'] = 'Votre URL finale sera :';
$_LANGADM['AdminShopUrl37d00f4554dc3c0baeb34a9c22d787d9'] = 'URL de la boutique';
-$_LANGADM['AdminShopUrl3cbc37f94997d23bfe2824165dc45549'] = 'Ajouter une URL';
$_LANGADM['AdminShopUrl676e457154510d142765d535fbf11df0'] = 'URL principale';
$_LANGADM['AdminShopUrl873646ada13763eda1a5393d99973204'] = 'Domaine SSL :';
$_LANGADM['AdminShopUrl9b5ee5e0b5aed007f4192b3252a0eccf'] = 'Vous devez activer la réécriture d\'url si vous voulez ajouter une URL virtuelle.';
@@ -3234,14 +3234,14 @@ $_LANGADM['AdminShopUrlb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé';
$_LANGADM['AdminShopUrlbd5f9f37b54fe8f66369f74784576e6c'] = 'Domaine :';
$_LANGADM['AdminShopUrlbfc70beddce99a8ab159563d4e03f7af'] = 'Options de l\'URL';
$_LANGADM['AdminShopUrlc9cc8cce247e49bae79f15173ce97354'] = 'Enregistrer';
+$_LANGADM['AdminShopUrld12a8a7d299323b44afb95e597cd0715'] = 'Attention : l\'url rewriting (par exemple, le mod_rewrite d\'Apache) semble être désactivé. Si votre URL ne fonctionne pas, contactez votre hébergeur pour lui demander comment l\'activer.';
$_LANGADM['AdminShopUrld42225935a374f1249f2a45ebed00772'] = 'Activée ou désactivée';
$_LANGADM['AdminShopUrld63c1ea9ab7850a74940ff760f25034b'] = 'Éditer cette boutique';
-$_LANGADM['AdminShopUrlda9590054e1fdec4ba1f63666e89863d'] = 'Attention : l\'url rewriting (par exemple, le mod_rewrite d\'Apache) semble être désactivé. Si votre URL ne fonctionne pas, contactez votre hébergeur pour lui demander comment l\'activer.';
$_LANGADM['AdminShopUrldd22844f47ebedcec07f9c920af00fb3'] = 'URI virtuelle :';
+$_LANGADM['AdminShopUrldebbcea48c2384f978e2783bb99ba075'] = 'Vous pouvez utiliser cette option si vous souhaitez créer un boutique avec une URI qui n\'existe pas réellement sur votre serveur. Par exemple, si vous souhaitez que votre boutique soit accessible via l\'adresse www.mon-prestashop.com/ma-boutique/chaussures/, vous devez saisir chaussures/ dans ce champ (en considérant que ma-boutique/ est votre URI physique).';
$_LANGADM['AdminShopUrle6b391a8d2c4d45902a23a8b6585703d'] = 'URL';
$_LANGADM['AdminShopUrle93c33bd1341ab74195430daeb63db13'] = 'Nom de la boutique';
$_LANGADM['AdminShopUrlec0a460d665960aaa805fe83079c8a29'] = 'Comme la boutique choisi n\'a pas d\'URL principale, l\'URL que vous êtes en train de créer doit être mise en tant qu\'URL principale.';
-$_LANGADM['AdminShopUrlf34e3f34ca9b7d83cb35376b6cbc9a2a'] = 'Vous pouvez utiliser cette option si vous souhaitez créer un boutique avec une URI qui n\'existe pas réellement sur votre serveur. Par exemple, si vous souhaitez que votre boutique soit accessible via l\'adresse www.mon-prestashop.com/ma-boutique/chaussures/, vous devez saisir chaussures/ dans ce champ (en considérant que ma-boutique/ est votre URI physique).';
$_LANGADM['AdminShopUrlf6e7829277b67d5a8805d6728a810362'] = 'La réécriture d\'URL doit être activée sur votre serveur pour utiliser cette fonctionnalité.';
$_LANGADM['AdminShopa9e4402481bd9b8e36752bf731f67eb6'] = 'Thème :';
$_LANGADM['AdminShopb6755d218d5f4e1cef9cce9cc39aeda9'] = 'Méta';
@@ -3254,7 +3254,6 @@ $_LANGADM['AdminShopbafd7322c6e97d25b6299b5d6fe8920b'] = 'Non';
$_LANGADM['AdminShopbb34f602e45a9fbcb2cdfee7a48673fc'] = 'Scènes';
$_LANGADM['AdminShopbbaff12800505b22a853e8b7f4eb6a22'] = 'Contact';
$_LANGADM['AdminShopbf17ac149e2e7a530c677e9bd51d3fd2'] = 'Modules';
-$_LANGADM['AdminShopc3dd254606fb978c7b0c51b6d8987865'] = 'Arbre multiboutique';
$_LANGADM['AdminShopc8cfbbbe4253e14390b2b14d7e60d9c8'] = 'Importer les données';
$_LANGADM['AdminShopc9cc8cce247e49bae79f15173ce97354'] = 'Enregistrer';
$_LANGADM['AdminShopcceb3f70e3d4cda3aea8ace295459881'] = 'Cliquez ici pour afficher la liste des groupes de boutiques';
@@ -3536,6 +3535,7 @@ $_LANGADM['AdminStockManagement77295c7d814e7397c55f64ec06313984'] = 'Devise : ';
$_LANGADM['AdminStockManagement7aff970b4fe3769a590756115c0fc2b5'] = 'Ajouter au stock';
$_LANGADM['AdminStockManagement83addfb8621c887f4c0ae111d063166b'] = 'Enfin, il vous sera demandé d\'indiquer l\'état de la quantité à ajouter :';
$_LANGADM['AdminStockManagement8823610f384caeee0e41a26b1b82fcda'] = 'Somme des quantités pour tous les entrepôts';
+$_LANGADM['AdminStockManagement93834f1cb1d4573b64b93057593cc229'] = 'disponible à la vente, ce qui signifie que les produits ajoutés seront disponibles dans vos boutiques,';
$_LANGADM['AdminStockManagement99af53326570e3f65c82d534f0b6dd6a'] = 'non utilisable';
$_LANGADM['AdminStockManagement9cc191857999f8fdacb83f85985f1795'] = 'Stock : ajouter un produit';
$_LANGADM['AdminStockManagement9ea67be453eaccf020697b4654fc021a'] = 'Enregistrer et rester';
@@ -3564,7 +3564,6 @@ $_LANGADM['AdminStockManagementd6ac255137be35d4ba97bc2f8e15c86f'] = 'Dernier pri
$_LANGADM['AdminStockManagementdd300318a5fbdf8db10fee5c89657df9'] = 'Est-ce une quantité disponible à la vente ?';
$_LANGADM['AdminStockManagementdfa4596c0cc167b50e14a558b3a8afac'] = 'Disponible à la vente dans l\'entrepôt destinataire ?';
$_LANGADM['AdminStockManagemente1b729c52480225d06d4bd27b2a811be'] = 'Le produit a bien été ajouté au stock';
-$_LANGADM['AdminStockManagemente6bff42d0b439c7129df43bae2cca3f2'] = 'disponible à la vente, ce qui signifie que les produits ajoutés seront disponibles dans vos boutiques,';
$_LANGADM['AdminStockManagementea4788705e6873b424c65e91c2846b19'] = 'Annuler';
$_LANGADM['AdminStockManagementeb65183e450756692c2d098c3cc5bda5'] = 'Stock : supprimer un produit';
$_LANGADM['AdminStockManagementf548c1f7ba94a7c672abbc78dc236ea8'] = 'Cette interface vous permet de gérer le stock de vos différents produits.';
@@ -3597,6 +3596,7 @@ $_LANGADM['AdminStores0188aaac1db951dc90bced9ecd606c04'] = 'Affichée dans les e
$_LANGADM['AdminStores076b51bf10faf2ca6a3338049c5c4ee4'] = 'Photo du magasin';
$_LANGADM['AdminStores0f98b7f230f3c91292f0de4c99e263f2'] = 'Immatriculation :';
$_LANGADM['AdminStores129bc0180cf6adfae273b4322f2c33f5'] = 'Immatriculation de la boutique (ex. : SIRET, RCS, ...)';
+$_LANGADM['AdminStores17427cacd715b47e9e9d3d26a6e546c7'] = 'Code postal :';
$_LANGADM['AdminStores1908624a0bca678cd26b99bfd405324e'] = 'La taille du fichier';
$_LANGADM['AdminStores1b9a36c9acf2ab7a81d67a55432b6c8f'] = 'Adresse du magasin (ligne 1) :';
$_LANGADM['AdminStores25df2f937d1be8a5815925108b30a1b0'] = 'Latitude par défaut :';
@@ -3617,13 +3617,13 @@ $_LANGADM['AdminStores642d3ba5db8b57e006584b544e490ec7'] = 'Code postal';
$_LANGADM['AdminStores6bd1a5cfbb1cda78dedffa3825ed263a'] = 'Afficher ou non ce magasin';
$_LANGADM['AdminStores6f5373ad371f50f8d9846abf459e9770'] = 'Latitude / Longitude :';
$_LANGADM['AdminStores6f8522e0610541f1ef215a22ffa66ff6'] = 'Lundi';
+$_LANGADM['AdminStores73bce3017c28608726c79c501b13bd28'] = 'Coordonnées du magasin, ex. : 45.265469 / -47.226478';
$_LANGADM['AdminStores783cb853aae6984e51583b3bb80c09d2'] = 'Adresse (2) :';
$_LANGADM['AdminStores78ae6f0cd191d25147e252dc54768238'] = 'Jeudi';
$_LANGADM['AdminStores792ccc0c7f3d0d20366fbbf44ef7cd78'] = 'Affiché dans les en-têtes des pages et des e-mails';
$_LANGADM['AdminStores796c163589f295373e171842f37265d5'] = 'Mercredi';
$_LANGADM['AdminStores821b8ee6937cec96c30fdafbfe836d68'] = 'Magasins';
$_LANGADM['AdminStores8268ffbdb9787de57913f0040daf35a1'] = 'Nom du magasin, par exemple : Magasin du Citycentre Mall';
-$_LANGADM['AdminStores85763e4e3f6a6c45cc8c0687038025e5'] = 'Code postal :';
$_LANGADM['AdminStores86197fcc6dd67ec32c447e521889675f'] = 'Afficher un lien vers le localisateur de magasins dans le pied de page';
$_LANGADM['AdminStores867f400ebb34232c656185d4ca7350b2'] = 'Mettre un lien vers le localisateur de magasins dans le sitemap';
$_LANGADM['AdminStores8ae5811be1a55b9b8447ad2dbdadbf6e'] = 'Image : ';
@@ -3641,7 +3641,6 @@ $_LANGADM['AdminStoresbcc254b55c4a1babdf1dcb82c207506b'] = 'Téléphone';
$_LANGADM['AdminStoresc33b138a163847cdb6caeeb7c9a126b4'] = 'Vendredi';
$_LANGADM['AdminStoresc4d2dfcc9772ed9b143df5491e828235'] = 'Pas de carte, pas de recherche, juste un annuaire des magasins';
$_LANGADM['AdminStorescd956dfe3a1f6625ddfdc2cfa98dbdd5'] = 'Affichage simplifié de la page de localisation de magasin :';
-$_LANGADM['AdminStoresd108a94475e22677c0cd8ecdc3f0eb62'] = 'Code postal :';
$_LANGADM['AdminStoresd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
$_LANGADM['AdminStoresdd7bf230fde8d4836917806aff6a6b27'] = 'Adresse';
$_LANGADM['AdminStorese1bcd0aa73dbc610f1fc628499244d8f'] = 'Caractères autorisés : lettres, espaces et %s';
@@ -3650,9 +3649,9 @@ $_LANGADM['AdminStorese734ed12d2c2026532f66e0ebeedfc8c'] = 'Exemple : 10h00-21h3
$_LANGADM['AdminStorese93c33bd1341ab74195430daeb63db13'] = 'Nom de la boutique :';
$_LANGADM['AdminStoresec53a8c4f07baed5d8825072c89799be'] = 'État';
$_LANGADM['AdminStoresede4759c9afae620fd586628789fa304'] = 'Activer la sélection';
+$_LANGADM['AdminStoresefbe7a69a4c8d54da7d255fe28cd1a5c'] = 'Code postal :';
$_LANGADM['AdminStoresf16b5952df8d25ea30b25ff95ee8fedf'] = 'Boutiques associées :';
$_LANGADM['AdminStoresf2a6c498fb90ee345d997f888fce3b18'] = 'Supprimer';
-$_LANGADM['AdminStoresfe370c96885df78dd3123a1779bd6a26'] = 'Coordonnées du magasin, ex. : 45.265469 / -47.226478';
$_LANGADM['AdminStoresffea2d321be109fc7243cfeb515fe257'] = 'Choisissez votre état/région (si cela s\'applique)';
$_LANGADM['AdminSuppliers0099c0173a3c7758b36025bdae9b4fc7'] = 'Activé :';
$_LANGADM['AdminSuppliers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé';
@@ -3679,6 +3678,7 @@ $_LANGADM['AdminSuppliers66b02975abe1eaca734427011e342ee3'] = 'Référence fourn
$_LANGADM['AdminSuppliers673ae02fffb72f0fe68a66f096a01347'] = 'Téléphone :';
$_LANGADM['AdminSuppliers76d17e0cd552ad8ca18c5fc1ae9d8098'] = 'Apparaîtra dans la liste des fournisseurs';
$_LANGADM['AdminSuppliers7b250cb374c12c42a75227ba75df7779'] = 'Méta titre :';
+$_LANGADM['AdminSuppliers875701316088d13e12736d3e8d295c12'] = 'Code postal :';
$_LANGADM['AdminSuppliers8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo';
$_LANGADM['AdminSuppliers990fc90e39367377c314f1d61522ae61'] = 'Nombre de produits';
$_LANGADM['AdminSuppliersa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Méta description :';
@@ -3688,14 +3688,13 @@ $_LANGADM['AdminSuppliersb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminSuppliersb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactiver';
$_LANGADM['AdminSuppliersbc67a1507258a758c3a31e66d7ceff8f'] = 'Référence fournisseur';
$_LANGADM['AdminSuppliersbffb711ec36f280459d11dce315da72f'] = 'Ville :';
-$_LANGADM['AdminSuppliersc3f42f159abd8ca877101e1f6eff322f'] = 'Code postal :';
$_LANGADM['AdminSuppliersc804723ccdde3d7a46933b208c6f928d'] = 'Prix d\'achat';
$_LANGADM['AdminSuppliersc8c5918f1175c1296d19755b2f49d1c9'] = 'Quantité disponible';
$_LANGADM['AdminSuppliersccf096490d2671f3ea97ea9289eee5b1'] = 'EAN-13 :';
$_LANGADM['AdminSuppliersd0042a700e9bdf79689d63ee6846dc0e'] = 'Description :';
+$_LANGADM['AdminSuppliersd09202be3897169fed2363d6b13ec0e4'] = 'Il n\'est pas possible de supprimer un fournisseur s\'il est en attente de commande de fournitures(s).';
$_LANGADM['AdminSuppliersd122d10313ee7cc2850e091c86f699ae'] = 'Pays où l\'état, la région ou la ville est situé(e)';
$_LANGADM['AdminSuppliersd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection';
-$_LANGADM['AdminSupplierse244c4d299a27cf41ec994fe594f2ffc'] = 'Il n\'est pas possible de supprimer un fournisseur s\'il est en attente de commande de fournitures(s).';
$_LANGADM['AdminSupplierse25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?';
$_LANGADM['AdminSuppliersf16b5952df8d25ea30b25ff95ee8fedf'] = 'Association boutique :';
$_LANGADM['AdminSuppliersf64be5eef68442a8f50cf535b92ad3e4'] = 'Pays :';
@@ -3715,7 +3714,6 @@ $_LANGADM['AdminSupplyOrders227ec9e4ecfa16aaa58914d3cf18fc38'] = 'La référence
$_LANGADM['AdminSupplyOrders236d0eb7130ba05580fa0cb21f6b968d'] = 'Dernière mise à jour';
$_LANGADM['AdminSupplyOrders2406c65c7d678cfca3aad1233c50283a'] = 'Vous n\'avez pas les droits suffisants pour effectuer des modifications ici.';
$_LANGADM['AdminSupplyOrders278c491bdd8a53618c149c4ac790da34'] = 'Modèle';
-$_LANGADM['AdminSupplyOrders27bf65260c3bafcdd9f940b1d756e50f'] = 'Stock : modèles de commandes fournisseurs';
$_LANGADM['AdminSupplyOrders290612199861c31d1036b185b4e69b75'] = 'Récapitulatif';
$_LANGADM['AdminSupplyOrders2a33974dea4175f30185cb56486ac8a4'] = 'Notez qu\'une ligne verte signifie que vous avez reçu ce que vous attendiez, et une ligne rouge signifie que vous avez reçu plus que ce qui était prévu.';
$_LANGADM['AdminSupplyOrders3087c43f492d4127a9e129d86948cdc7'] = 'Cela va réinitialiser la commande';
@@ -3726,6 +3724,7 @@ $_LANGADM['AdminSupplyOrders3959aa0881898af66624b618fa15913b'] = 'Vous ne pouvez
$_LANGADM['AdminSupplyOrders3b0fabb7eb58b3c6a155d65a636bba45'] = 'Attention ! Si vous changez ce champ, tous les produits déjà ajoutés seront supprimés.';
$_LANGADM['AdminSupplyOrders3ceab085ee91049e822ee4ec4ebbc635'] = 'Êtes-vous sûr de vouloir utiliser ce modèle ?';
$_LANGADM['AdminSupplyOrders3d2d028c987facca2791700d1688c84c'] = 'Vous n\'avez pas le droit d\'ajouter une commande.';
+$_LANGADM['AdminSupplyOrders3d727d1a7cd206a549653dedb03d19ed'] = 'Stock : modèles de commandes fournisseurs';
$_LANGADM['AdminSupplyOrders3dd42bfc8345e82c43b4a40a3426ec49'] = 'Référence :';
$_LANGADM['AdminSupplyOrders3e398eaa9a5039a446766822f06ed5ef'] = 'Détails pour la commande n°%s';
$_LANGADM['AdminSupplyOrders409df5506de6400241b28f14c4c643ae'] = 'Cette interface vous permet d\'afficher des informations détaillées sur votre modèle de commande.';
@@ -3797,10 +3796,10 @@ $_LANGADM['AdminSupplyOrdersChangeState79ea758900c3bcb857f45804c7802062'] = 'Ét
$_LANGADM['AdminSupplyOrdersChangeStatec9cc8cce247e49bae79f15173ce97354'] = 'Enregistrer';
$_LANGADM['AdminSupplyOrdersa05cbdb50dce094de8ecc4fee0738608'] = 'Sélectionnez votre fournisseur.';
$_LANGADM['AdminSupplyOrdersa2108b0ea15cc69a3c4fabd9b4f9e0dc'] = 'Attention : une fois la mise à jour confirmée, vous ne pouvez pas revenir en arrière, à moins de créer de nouveaux mouvements de stock négatifs.';
-$_LANGADM['AdminSupplyOrdersa322aa8b6f2451e69ef22d92c2f40cf4'] = 'Enfin, notez que vous devez effectuer une commande par fournisseur.';
$_LANGADM['AdminSupplyOrdersa3bc16892719ebd4d9c552bebe1b6358'] = 'Enregistrer la commande';
$_LANGADM['AdminSupplyOrdersa7adb0d634f18509d11d206f18d23364'] = 'Cette interface vous permet de mettre à jour les quantités pour la commande en cours';
$_LANGADM['AdminSupplyOrdersa86ed51dc97b4993b7f47c3c4cbdd5e4'] = 'Vous n\'avez pas sélectionné de produits à mettre à jour';
+$_LANGADM['AdminSupplyOrdersa899aa782f6c123ab143678a21653efa'] = 'Enfin, notez que vous devez effectuer une commande par fournisseur.';
$_LANGADM['AdminSupplyOrdersabae8de803e3505ebf82c0b2be7e6b11'] = 'Par ailleurs, changer de devise ou de fournisseur réinitialise la commande.';
$_LANGADM['AdminSupplyOrdersadc852563bca51fb6b10c7905010406d'] = 'Total TTC';
$_LANGADM['AdminSupplyOrdersae2b83a081959fff7ab2e96f4ce972d1'] = 'Créer un modèle';
@@ -4008,6 +4007,7 @@ $_LANGADM['AdminTrackingcf4f33891a4f0566c7afed3776d55446'] = 'Les produits non d
$_LANGADM['AdminTrackingec53a8c4f07baed5d8825072c89799be'] = 'État';
$_LANGADM['AdminTranslations0095a9fa74d1713e43e370a7d7846224'] = 'Exporter';
$_LANGADM['AdminTranslations00d9fe3a4ab9297f69c46d645fa8ca7c'] = 'Copier';
+$_LANGADM['AdminTranslations032aa70c755bf6c941944faf9c4aa3a1'] = 'Google Translate suggère :';
$_LANGADM['AdminTranslations06b88e0a4be34637f5f805ecb7f7cf55'] = 'Vous devez sélectionner 2 langues afin de copier les données de l\'une vers l\'autre';
$_LANGADM['AdminTranslations078deac9ee43d3b13c460c4fd069b925'] = 'Il y a un problème pour obtenir les fichiers d\'e-mail.';
$_LANGADM['AdminTranslations079d46f759c88cff004922cb0e01027a'] = 'Vous pouvez modifier les traductions de chacune des portions de texte de PrestaShop.';
@@ -4031,6 +4031,7 @@ $_LANGADM['AdminTranslations3b54d45d2c221c50e916f3be1fc12f2a'] = 'Enregistrer le
$_LANGADM['AdminTranslations3f9031a1125703962cef15939c8f16b3'] = 'Cliquez sur le titre des sections pour les déplier';
$_LANGADM['AdminTranslations404b4271ee96d691668bdf528724d337'] = 'Choisissez une section (comme Back-Office ou Modules), ensuite cliquez sur la langue que vous souhaitez modifier.';
$_LANGADM['AdminTranslations410928fc2683df4304cda7feaaa6ef42'] = '%s au moins ou modifiez le fichier de traduction manuellement.';
+$_LANGADM['AdminTranslations4485f9bed340fee220756cfa298e3959'] = 'Les fichiers de la langue source doivent être complets (comme précisé dans Outils >> Langues >> Modification) afin d\'autoriser la copie de traductions.';
$_LANGADM['AdminTranslations49209406acbe0bcd9091e03ec9349c42'] = 'Attention, cela va écraser toutes les données de la langue de destination !';
$_LANGADM['AdminTranslations49bb55a857b2d5e437dc6879710a017d'] = 'créez d\'abord une nouvelle langue';
$_LANGADM['AdminTranslations4cfef51ba8ab14fc4de1439f1ed1e430'] = 'Langue que vous souhaitez ajouter ou mettre à jour :';
@@ -4058,7 +4059,6 @@ $_LANGADM['AdminTranslations8a4e2d14aa85ccb1aced124f8d793708'] = 'Traductions du
$_LANGADM['AdminTranslations8dd4faeaa7ce20bb9166de613f5ad756'] = 'Traductions des modules installés';
$_LANGADM['AdminTranslations8f2a5434bb1c382919249941c915b5e3'] = 'Traductions fichiers PDF';
$_LANGADM['AdminTranslations8f553fc697fcb0fe16a71f401e2021f5'] = 'Si le nom du pack de langue est au format \"isocode.gzip\" (exemple : \"fr.gzip\") et que la langue correspondante n\'existe pas, celle-ci sera créée automatiquement.';
-$_LANGADM['AdminTranslations921fbb1f4137ebeb5e354dd559c08b1e'] = 'Les fichiers de la langue source doivent être complets (comme précisé dans Outils >> Langues >> Modification) afin d\'autoriser la copie de traductions.';
$_LANGADM['AdminTranslations93364201c6b9ef55096169eacc70eebd'] = 'est utilisé pour l\'ordre des arguments';
$_LANGADM['AdminTranslations943922bf7e0ff51289246b23d74f9949'] = 'E-mails des modules :';
$_LANGADM['AdminTranslations961e2bc7e3f570a3209546330de84a00'] = 'pour suhosin.request.max_vars.';
@@ -4090,7 +4090,6 @@ $_LANGADM['AdminTranslationsd8f73c2c197bf664e07849db8cff86d8'] = 'Vous pouvez aj
$_LANGADM['AdminTranslationsd946d62db22cb9f9323968f8aac95e3f'] = 'E-mails pour le module %s :';
$_LANGADM['AdminTranslationsdae1228a5ffa648c6c756b680a6d4925'] = 'Liste des emails qui sont dans le dossier';
$_LANGADM['AdminTranslationsdc270a086ec1b0304c86591f402ade8d'] = 'Pack de langue à importer :';
-$_LANGADM['AdminTranslationsdedb1be889dd8a3069986451df540216'] = 'Google Translate suggère :';
$_LANGADM['AdminTranslationse1686cbdbfefdc838c58469866922b6c'] = 'Fermer tous les blocs';
$_LANGADM['AdminTranslationse5c00f5a2a221016210f0f721943fe1b'] = 'Certaines des expressions à traduire utilisent la syntaxe suivante : %s... Ce sont des variables, et PrestaShop s\'occupe de les remplacer par une valeur avec d\'afficher votre traduction. Vous devez donc les laisser dans vos traductions, et les placer dans vos phrases de la manière la plus appropriée.';
$_LANGADM['AdminTranslationsea21841da70e6405af19fabc4ff8bdd9'] = 'manquantes';
@@ -4121,6 +4120,7 @@ $_LANGADM['AdminWarehouses2bf1d5fae1c321d594fdedf05058f709'] = 'Adresse :';
$_LANGADM['AdminWarehouses31107d9c6038fd9df075ece7d00e7d1e'] = 'Attention ! Vous ne pourrez plus changer cette valeur !';
$_LANGADM['AdminWarehouses34b17a1673277c293e17ed047f6498e5'] = 'Référence de cet entrepôt';
$_LANGADM['AdminWarehouses34bf6c3bccde5b381a0f8f36408b94ea'] = 'Avant d\'ajouter du stock dans vos entrepôts, veuillez vérifier la devise par défaut utilisée.';
+$_LANGADM['AdminWarehouses362ceb8df40f827a250ccd6424d0fca8'] = 'Code postal :';
$_LANGADM['AdminWarehouses3745b2e299f52efb8de34b843767a0ea'] = 'Cette interface vous permet de gérer vos entrepôts.';
$_LANGADM['AdminWarehouses3c4553c80a6de049526f83f0ec59f6ee'] = 'Informations générales';
$_LANGADM['AdminWarehouses3dd42bfc8345e82c43b4a40a3426ec49'] = 'Référence :';
@@ -4133,10 +4133,10 @@ $_LANGADM['AdminWarehouses61914fd50f2e67059edfd1184c995d26'] = 'Méthode de valo
$_LANGADM['AdminWarehouses6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caractères invalides :';
$_LANGADM['AdminWarehouses63d5049791d9d79d86e9a108b0a999ca'] = 'Référence';
$_LANGADM['AdminWarehouses673ae02fffb72f0fe68a66f096a01347'] = 'Téléphone : ';
+$_LANGADM['AdminWarehouses687e2e325b23b0f1c5f1cbd85324be73'] = 'Informations de l\'entrepôt';
$_LANGADM['AdminWarehouses7124e962a4839a458c8876921df50852'] = 'Nom de cet entrepôt';
$_LANGADM['AdminWarehouses738f9b58671446c324336c5c33290af7'] = 'Devise de valorisation :';
$_LANGADM['AdminWarehouses815491b6dbf72f1fd26dafbacc3c3e1f'] = 'Cet entrepôt n\'existe pas';
-$_LANGADM['AdminWarehouses8ef60b4404552160577e0164ce997bed'] = 'Informations de l\'entrepôt';
$_LANGADM['AdminWarehouses92b68eb7efe99b8e3d16487dc5b0224a'] = 'Cliquez ici pour afficher le détail des produits stockés dans cet entrepôt';
$_LANGADM['AdminWarehouses9612c8d2cca92d4f300eb36d990f0685'] = 'Soyez prudent, les commandes dont les produits sont à cheval sur plusieurs entrepôts seront fractionnées en plusieurs paquets.';
$_LANGADM['AdminWarehousesa44dff1b6d3a7a556b169d3508481f04'] = 'Par ailleurs, pour chaque entrepôt, vous devez vérifier :';
@@ -4148,7 +4148,6 @@ $_LANGADM['AdminWarehousesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminWarehousesb8af235cfa7c64d28efc63d9a6a14fab'] = 'Quantités physiques de produits :';
$_LANGADM['AdminWarehousesbcaea3b7ef9c9ab46598db4e5ea02e61'] = 'Gérant :';
$_LANGADM['AdminWarehousesbffb711ec36f280459d11dce315da72f'] = 'Ville :';
-$_LANGADM['AdminWarehousesc3f42f159abd8ca877101e1f6eff322f'] = 'Code postal :';
$_LANGADM['AdminWarehousesc589858dbe1d06c46544266ae4cd2c6f'] = 'PEPS';
$_LANGADM['AdminWarehousesc6b15fb05893a68b1b28f5b5e10c14b7'] = 'la méthode de valorisation (en fonction de la loi dans votre pays), la devise de valorisation, et les transporteurs / boutiques associés.';
$_LANGADM['AdminWarehousesc717e284ad698ebcb62ec4b4d4f5f0e1'] = 'Méthode de valorisation des stocks';
@@ -4224,13 +4223,13 @@ $_LANGADM['Helper0bcef9c45bd8a48eda1b26eb0c61c869'] = '%';
$_LANGADM['Helper0f86285516456595b59620181e9c689c'] = 'Groupe de boutiques';
$_LANGADM['Helper1412292b09d3cd39f32549afb1f5f102'] = 'Supprimer cet élément ?';
$_LANGADM['Helper17f5f00c6d09158f70718e353e91d20e'] = ' Trouver une catégorie';
-$_LANGADM['Helper185891b2ad8097661b471aa3645ecce8'] = 'Tout sélectionner / Tout désélectionner';
$_LANGADM['Helper1908624a0bca678cd26b99bfd405324e'] = 'La taille du fichier';
$_LANGADM['Helper193cfc9be3b995831c6af2fea6650e60'] = 'Page';
$_LANGADM['Helper195fbb57ffe7449796d23466085ce6d8'] = 'Mai';
$_LANGADM['Helper19f823c6453c2b1ffd09cb715214813d'] = 'Champ requis';
$_LANGADM['Helper1aa4c641d6920ddb97a2562f8ec53853'] = 'Groupe :';
$_LANGADM['Helper1b539f6f34e8503c97f6d3421346b63c'] = 'Juillet';
+$_LANGADM['Helper1ef29a5a234edee09d7e54a321740181'] = 'Tout sélectionner / Tout désélectionner';
$_LANGADM['Helper21034ae6d01a83e702839a72ba8a77b0'] = '(HT)';
$_LANGADM['Helper258f49887ef8d14ac268c92b02503aaa'] = 'Haut';
$_LANGADM['Helper2efd89b3ccc76b0b03a34196fc6d1c8b'] = 'Ajouter un tag';
@@ -4277,7 +4276,6 @@ $_LANGADM['Helperdd8921b41e0279a02c6a26a509241700'] = 'résultat(s)';
$_LANGADM['Helpere12167aa0a7698e6ebc92b4ce3909b53'] = 'À';
$_LANGADM['Helpere54b38290c8bdd95e8bc10412c9cc096'] = 'Champs requis';
$_LANGADM['Helpereca60ae8611369fe28a02e2ab8c5d12e'] = 'Octobre';
-$_LANGADM['Helpered75712b0eb1913c28a3872731ffd48d'] = 'Dupliquer';
$_LANGADM['Helperee77ea46b0c548ed60eadf31bdd68613'] = 'Mauvaise requête SQL';
$_LANGADM['Helperee9b2f3cf31c23c944b15fb0b33d6a77'] = 'Nom du champ';
$_LANGADM['Helperef7de3f485174ff47f061ad27d83d0ee'] = 'sélectionné';
diff --git a/translations/it/admin.php b/translations/it/admin.php
index a8a17ad4c..428e770d1 100644
--- a/translations/it/admin.php
+++ b/translations/it/admin.php
@@ -33,11 +33,11 @@ $_LANGADM['AdminAddresses919d1ffe6c1855e790a416efa7b4cc4e'] = 'Numero di codice
$_LANGADM['AdminAddressesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminAddressesbaa31a65f29121c32b637bb845d41acf'] = 'Alias Indirizzo';
$_LANGADM['AdminAddressesce26601dac0dea138b7295f02b7620a7'] = 'Cliente';
-$_LANGADM['AdminAddressesd108a94475e22677c0cd8ecdc3f0eb62'] = 'Codice postale';
$_LANGADM['AdminAddressesd3b206d196cd6be3a2764c1fb90b200f'] = 'Elimina selezionato';
$_LANGADM['AdminAddressesdd7bf230fde8d4836917806aff6a6b27'] = 'Indirizzo';
$_LANGADM['AdminAddressese25f0ecd41211b01c83e5fec41df4fe7'] = 'Elino gli elementi selezionati?';
$_LANGADM['AdminAddressesea318a4ad37f0c2d2c368e6c958ed551'] = 'CI / CF / NIE';
+$_LANGADM['AdminAddressesefbe7a69a4c8d54da7d255fe28cd1a5c'] = 'Codice postale';
$_LANGADM['AdminAddressesf64be5eef68442a8f50cf535b92ad3e4'] = 'Nazione';
$_LANGADM['AdminAddressesf90e807b74928118048a1a6fa65ebfe5'] = 'E-mail del cliente';
$_LANGADM['AdminAddressesfe66abce284ec8589e7d791185b5c442'] = 'Telefono';
@@ -86,14 +86,14 @@ $_LANGADM['AdminAttachmentse9cb217697088a98b1937d111d936281'] = 'Documento alleg
$_LANGADM['AdminAttachmentsf378471b67496f5490d52cabe1f819f3'] = 'File troppo grosso, massima dimensione file permessa: %1$d kB. Il file che stai cercando di caricare è di %2$d kB.';
$_LANGADM['AdminAttributeGenerator181ba1a9e1a38f1a83277046cdbbc2bc'] = '%d prodotto/i creati con successo.';
$_LANGADM['AdminAttributeGenerator1b8bea6c0d2655c4e2c1070c9beee03a'] = 'Quantità di default:';
-$_LANGADM['AdminAttributeGenerator2c63b855fe3f13346cf9791225da4008'] = 'Il generatore di combinazioni è uno strumento che permette di creare facilmente una serie di combinazioni, selezionando gli attributi correlati. Ad esempio, se si vendono T-shirt, in 3 diverse misure e 2 colori diversi, il Generator creerà 6 combinazioni per voi.';
+$_LANGADM['AdminAttributeGenerator1e273e63b401660255744ef2739e35b0'] = 'Il generatore di combinazioni è uno strumento che permette di creare facilmente una serie di combinazioni, selezionando gli attributi correlati. Ad esempio, se si vendono T-shirt, in 3 diverse misure e 2 colori diversi, il Generator creerà 6 combinazioni per voi.';
+$_LANGADM['AdminAttributeGenerator2d38772f4240db51661f38ef174346ea'] = 'Fase 1: Sul lato sinistro, selezionare gli attributi che si desidera utilizzare (tenendo premuto il tasto \"CTRL\" sulla tastiera e convalidare cliccando su \"Add\")';
$_LANGADM['AdminAttributeGenerator419cdd539861e743b872b2c959629a54'] = 'Tasse Incl.:';
$_LANGADM['AdminAttributeGenerator42dc1497090b299a41c64d1389e6ca8c'] = 'Tasse Escl.:';
$_LANGADM['AdminAttributeGenerator49d079be0fc1fcccefdee6bdf67b02ff'] = 'Riferimento di default:';
$_LANGADM['AdminAttributeGenerator4aeb406dcf0a1cdd39e7156b1e9e89c7'] = 'Le caratteristiche sono disabilitate, puoi abilitarle in questa pagina:';
$_LANGADM['AdminAttributeGenerator4d34f6258fe86eaf30049497c342d5a7'] = 'Fase 2 (opzionale): Selezionare una quantità predefinita e di riferimento per tutte le combinazioni che il Generator creerà per questo prodotto';
$_LANGADM['AdminAttributeGenerator5aa3c6e1d270c086ca63840518775faa'] = 'Impatto sul peso del prodotto';
-$_LANGADM['AdminAttributeGenerator7a06d11dfc590ac26fb06f0a91dfa515'] = 'Fase 1: Sul lato sinistro, selezionare gli attributi che si desidera utilizzare (tenendo premuto il tasto \"CTRL\" sulla tastiera e convalidare cliccando su \"Add\")';
$_LANGADM['AdminAttributeGenerator81315cfd898aada1e99e0034b4b078c3'] = 'Generatore di declinazioni di prodotti';
$_LANGADM['AdminAttributeGenerator821b150877afc8e021ad67260b8b8180'] = 'Impatto sul prezzo del prodotto';
$_LANGADM['AdminAttributeGenerator9446a98ad14416153cc4d45ab8b531bf'] = 'Prestazioni';
@@ -204,6 +204,7 @@ $_LANGADM['AdminCarriers16650c3cbb2dc17ebcdba01fb1f31f89'] = 'Carica il logo dal
$_LANGADM['AdminCarriers1bd33faf04b6c7e0090de4f3e5915178'] = 'Accesso gruppo:';
$_LANGADM['AdminCarriers1d6af794b2599c1407a83029a09d1ecf'] = 'Mezzi di spedizione';
$_LANGADM['AdminCarriers24a23d787190f2c4812ff9ab11847a72'] = 'Stato:';
+$_LANGADM['AdminCarriers25fb8753d582a71ec3df328b1adc8b93'] = 'Per esempio, un corriere potrebbe avere un intervallo tra 0 e 5Kg ed un altro un intervallo tra 5Kg e 10Kg.';
$_LANGADM['AdminCarriers2c261299e5086bd16299a8e8077862c8'] = 'Livello di velocità:';
$_LANGADM['AdminCarriers3194ebe40c7a8c29c78ea79066b6e05c'] = 'Nome del mezzo di spedizione mostrato durante il checkout';
$_LANGADM['AdminCarriers345bbbb0655372cd66cd37b8fdc4b766'] = 'Profondità massima pacco:';
@@ -238,7 +239,6 @@ $_LANGADM['AdminCarriers8430a7b1b81635e3df949c2845303303'] = 'Opzioni mezzo di s
$_LANGADM['AdminCarriers85ed6154e19cc138c7281ba6129641d3'] = 'Zone in cui il mezzo di spedizione è disponibile';
$_LANGADM['AdminCarriers86b030372e7bf11a267c33851d28846a'] = 'Devi impostare delle tariffe che saranno applicate a questo corriere.';
$_LANGADM['AdminCarriers8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo';
-$_LANGADM['AdminCarriers8d01c1d555755768524f9ac3adcc30b3'] = 'Per esempio, un corriere potrebbe avere un intervallo tra 0 e 5Kg ed un altro un intervallo tra 5Kg e 10Kg.';
$_LANGADM['AdminCarriers8e97163e9714c4656e00b33f317bc181'] = 'Spese di spedizione e imballo:';
$_LANGADM['AdminCarriers8f497c1a3d15af9e0c215019f26b887d'] = 'Ritardo';
$_LANGADM['AdminCarriers92c713cffb8085099e9ab6b8a7387b5e'] = 'Includi le spese di spedizione e imballo nel prezzo del mezzo di spedizione';
@@ -446,7 +446,6 @@ $_LANGADM['AdminCategories7548ed945ffa864fb31c526b79748bcb'] = 'Vuoi cancellare
$_LANGADM['AdminCategories7b250cb374c12c42a75227ba75df7779'] = 'Meta
:';
$_LANGADM['AdminCategories7dce122004969d56ae2e0245cb754d35'] = 'Modifica';
$_LANGADM['AdminCategories86754577897acfb25deb69039d49d9a7'] = 'Mostrata';
-$_LANGADM['AdminCategories912b0ddf5cf99be6062eff780d58c50b'] = '%s – Tutte le persone che hanno creato un account su questo siti.';
$_LANGADM['AdminCategories93cba07454f06a4a960172bbd6e2a435'] = 'Si';
$_LANGADM['AdminCategories9f87a4708828a6a6cb07b1410f8f73e8'] = 'Indica tutti i gruppi a cui vuoi dare accesso a questa categoria';
$_LANGADM['AdminCategoriesa36f97f31dbcb265fb08f5c0626261ea'] = '%s – Clienti che hanno effettuato un ordine con un account ospite.';
@@ -468,6 +467,7 @@ $_LANGADM['AdminCategoriesef7de3f485174ff47f061ad27d83d0ee'] = 'selezionato';
$_LANGADM['AdminCategoriesf0eaa209893a6bb5512c9876037b82be'] = 'Carica logo della categoria dal tuo computer';
$_LANGADM['AdminCategoriesf16b5952df8d25ea30b25ff95ee8fedf'] = 'Associazione negozio:';
$_LANGADM['AdminCategoriesfe4456077f52726a3f573d894ad106a0'] = 'La categoria non può essere abbinata a se stessa.';
+$_LANGADM['AdminCategoriesfe731b8039502b7b8a526edc4e232785'] = '%s – Tutte le persone che hanno creato un account su questo siti.';
$_LANGADM['AdminCms00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Abilita';
$_LANGADM['AdminCms084af17ae8dce6465e3acd94a3d995c1'] = 'La tua pagina CMS verrà salvata come bozza';
$_LANGADM['AdminCms1dec4f55522b828fe5dacf8478021a9e'] = 'Friendly url';
@@ -535,7 +535,7 @@ $_LANGADM['AdminContactse25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elem
$_LANGADM['AdminContactsf16b5952df8d25ea30b25ff95ee8fedf'] = 'Associazione di negozio:';
$_LANGADM['AdminContactsfca1f01db55feb7e6c92c4a7914ef990'] = 'Se abilitato, tutti I messaggi saranno salvati nel tab “Servizio Clienti”';
$_LANGADM['AdminController0a71c80de89d7b2d3e6b22974a4a7548'] = 'E\' stato effettuato un nuovo ordine nel tuo negozio';
-$_LANGADM['AdminController0c6992101fe78e4f1ae3f391c485de29'] = 'Pacchetto di localizzazione importato con successo';
+$_LANGADM['AdminController0c6992101fe78e4f1ae3f391c485de29'] = 'Rimborso eseguito';
$_LANGADM['AdminController0d17875eafd3cb6a98f76f9a2bd6441e'] = 'Una modifica di questo campo verrà applicata al negozio';
$_LANGADM['AdminController12c500ed0b7879105fb46af0f246be87'] = 'ordini';
$_LANGADM['AdminController13348442cc6a27032d2b4aa28b75a5d3'] = 'Cerca';
@@ -572,6 +572,7 @@ $_LANGADM['AdminController5196611ad1bf27e9cef5375b038c04db'] = 'Fatemi uscire di
$_LANGADM['AdminController529a53abbdf42a64cb2d149c0aeced04'] = 'Ultimi ordini';
$_LANGADM['AdminController53cd939ae14e33855274e17a3c411fdd'] = 'Per motivi di sicurezza, devi:';
$_LANGADM['AdminController56deca22a707214865f7ea3ae6391d67'] = 'fatture';
+$_LANGADM['AdminController5b24b7eb082a90dbea88d12c746b6c54'] = 'Modulo scaricato';
$_LANGADM['AdminController5bdc90e9608e48cc15f38ff360cd234a'] = 'Messaggio visualizzato sul pulsante Invia (obbligatorio)';
$_LANGADM['AdminController6175b106e638d4dd873cb3ff96724392'] = 'Miniature rigenerate';
$_LANGADM['AdminController630f6dc397fe74e52d5189e2c80f282b'] = 'Ritorna all\'elenco';
@@ -580,7 +581,6 @@ $_LANGADM['AdminController6b5ed001b03b7e1788ba881c15a08633'] = 'Modulo(I) instal
$_LANGADM['AdminController6fab17d3dc1147f9b170fb8e1aac2fa8'] = 'Leggi questo messaggio';
$_LANGADM['AdminController77181afe06241c54ef771a23ee6da8f4'] = 'Ultimi messaggi';
$_LANGADM['AdminController795aa39f13629841edad6c04d3aca405'] = 'Immagini spostate con successo';
-$_LANGADM['AdminController7cfc3f369b8123e1c2d22a37b31a49a7'] = 'Modulo scaricato';
$_LANGADM['AdminController7dce122004969d56ae2e0245cb754d35'] = 'Modifica';
$_LANGADM['AdminController84b4d8c8cdd02488c0f868e97b22a3c2'] = 'Creazione riuscita';
$_LANGADM['AdminController8524de963f07201e5c086830d370797f'] = 'Caricamento in corso ...';
@@ -610,7 +610,6 @@ $_LANGADM['AdminControllerc112bd7d596888979be02bd780e6a94f'] = 'Vedi quest\'ordi
$_LANGADM['AdminControllerc9cc8cce247e49bae79f15173ce97354'] = 'Salva';
$_LANGADM['AdminControllercbebc850f5f849e8956b5f8075f48f69'] = 'tutto';
$_LANGADM['AdminControllerd2d2000f7fa636acd871f43c085a75dc'] = 'Un nuovo cliente si è registrato nel tuo negozio';
-$_LANGADM['AdminControllerd4fecde5ac83b59cc690fd4d26d79abe'] = 'Rimborso eseguito';
$_LANGADM['AdminControllerd70861cbe7f8c9a1241c39b3e7ef5ef2'] = 'Visualizza il mio negozio';
$_LANGADM['AdminControllerdb26e10564e958809d798e8048fcbc0a'] = 'Token di protezione non valido';
$_LANGADM['AdminControllerdd9a2e79735612b1a0ad96b737b556ca'] = 'E\' stato effettuato un ordine nel tuo negozio';
@@ -624,6 +623,7 @@ $_LANGADM['AdminControlleree2d46272f22d7cbcfe5e066b5d13b2c'] = 'Una modifica di
$_LANGADM['AdminControlleref61fb324d729c341ea8ab9901e23566'] = 'Aggiungi nuovo';
$_LANGADM['AdminControllerf84b4e2770ec98e3db2926cd49864d2f'] = 'Le mie preferenze';
$_LANGADM['AdminCountries00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato';
+$_LANGADM['AdminCountries0a53552f9e321977e6b934ebdda25582'] = 'CAP nazionale (L per lettera, N per numero e C per Codice ISO), per es., NNNNN per Francia. Nessuna verifica se indefinito.';
$_LANGADM['AdminCountries10d30c6319cf61386c878e4d9a3e09a2'] = 'Assegna una nuova zona';
$_LANGADM['AdminCountries1fc805aa4640fe85ccfc7bdb7c88d319'] = 'Limitare i paesi a quelli con un corriere attivo';
$_LANGADM['AdminCountries24a23d787190f2c4812ff9ab11847a72'] = 'Status:';
@@ -669,7 +669,6 @@ $_LANGADM['AdminCountriese25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare l\'elem
$_LANGADM['AdminCountriese6e42855066e7a3ae050b2c698021b14'] = 'Zona:';
$_LANGADM['AdminCountriesec156a02718eeb18048c8589bea1f4a1'] = 'Prefisso telefonico:';
$_LANGADM['AdminCountriesede4759c9afae620fd586628789fa304'] = 'Abilita selezione';
-$_LANGADM['AdminCountrieseeecf5643624f7dcd13b7f811081b2a0'] = 'CAP nazionale (L per lettera, N per numero e C per Codice ISO), per es., NNNNN per Francia. Nessuna verifica se indefinito.';
$_LANGADM['AdminCountriesf16b5952df8d25ea30b25ff95ee8fedf'] = 'Associazione negozio:';
$_LANGADM['AdminCountriesf52c1ff75f69fa46ae947f0a3f653641'] = 'Opzioni nazioni';
$_LANGADM['AdminCountriesf63779d1369491623f1370ab2c6c2f59'] = 'Layout indirizzo:';
@@ -718,7 +717,7 @@ $_LANGADM['AdminCurrenciesf6536046d7af41c3f3975868d6963179'] = 'Tariffe valuta a
$_LANGADM['AdminCustomerPreferences0db377921f4ce762c62526131097968f'] = 'Generale';
$_LANGADM['AdminCustomerPreferences26e5002f029295754912e08802738202'] = 'Il tipo “Solo creazione account” permette agli utenti una registrazione veloce e di inserire in seguito l\'indirizzo';
$_LANGADM['AdminCustomerPreferences640fd0cc0ffa0316ae087652871f4486'] = 'minuti';
-$_LANGADM['AdminCustomerPreferences67458556ae94f00252a3a6851136e618'] = 'Attiva o disattiva la modalità B2B. Quando questa modalità è attiva sono disponibili alcune funzionalità B2B';
+$_LANGADM['AdminCustomerPreferences7855deadf09275ad7e3b278d5996ac2c'] = 'Attiva o disattiva la modalità B2B. Quando questa modalità è attiva sono disponibili alcune funzionalità B2B';
$_LANGADM['AdminCustomerPreferences87eed0b2fbd8bec6796514f309d87aec'] = 'Tempo minimo di sicurezza per ricreare la password';
$_LANGADM['AdminCustomerPreferences8d7a93422a7ecd89d12811e22055f6d5'] = 'Recupero del carrello dopo l\'autenticazione del cliente';
$_LANGADM['AdminCustomerPreferences94b6d51eba42212c637389834eadf488'] = 'Ricrea password:';
@@ -762,7 +761,6 @@ $_LANGADM['AdminCustomerThreads49ee3087348e8d44e1feda1917443987'] = 'Nome';
$_LANGADM['AdminCustomerThreads4e3e1e679ce70fbdb7ddd2f065f8fdcb'] = 'Cambia stato del messaggio:';
$_LANGADM['AdminCustomerThreads548abe251b033d863417979998dba612'] = 'Inoltra';
$_LANGADM['AdminCustomerThreads55638f767e8def50975d96664977b2e8'] = 'Password da usare per connettersi al server IMAP';
-$_LANGADM['AdminCustomerThreads566a5cfd6a2549470874fdd2eccfb9ec'] = 'Cancella messaggio dopo la sincronizzazione. Se non attivi questa funzione la sincronizzazione sarà più lunga.';
$_LANGADM['AdminCustomerThreads64898ffcd380ab607ccfe2f843447424'] = 'Totale messaggi clienti';
$_LANGADM['AdminCustomerThreads693c61ec70b6c06dbd376fd208a125a0'] = 'Numero totale argomenti';
$_LANGADM['AdminCustomerThreads694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantità';
@@ -784,11 +782,11 @@ $_LANGADM['AdminCustomerThreads939315783ef4f2eb1cbdac37f3fd1e6b'] = 'Argomenti c
$_LANGADM['AdminCustomerThreads940663fd4428d2c86f9a4780b6574028'] = 'Messaggio';
$_LANGADM['AdminCustomerThreads95923cff2ad4637372adcdf25e4581f8'] = 'Significato dello stato';
$_LANGADM['AdminCustomerThreads9788af9fa097020a285afc0651a0721c'] = 'Visualizza cliente';
+$_LANGADM['AdminCustomerThreads99bb18c8b8f4e74ed96b7223528ff8e4'] = 'Non utilizzare una crittografia TLS per la sessione anche se il server la supporta';
$_LANGADM['AdminCustomerThreads9ded2410eec9b3cd03b66ebf2ab77557'] = 'Non validare il certificato TLS/SSL dal server, necessario se il server utilizza un certificato automatico';
$_LANGADM['AdminCustomerThreadsa013c2e2c4fbd0789d5d61c1bbb4018a'] = 'Utente da utilizzare per connettersi al server IMAP';
$_LANGADM['AdminCustomerThreadsa19330a6fc36ebae6683cc023e295687'] = 'Lancia Sincronizzazione';
$_LANGADM['AdminCustomerThreadsa1fa27779242b4902f7ae3bdd5c6d508'] = 'Tipo';
-$_LANGADM['AdminCustomerThreadsb16f6f0a15444f622696db412c0845d9'] = 'Non utilizzare una crittografia TLS per la sessione anche se il server la supporta';
$_LANGADM['AdminCustomerThreadsb20d33a926b1e5b39db18b2911e1c1f9'] = 'Rispondi a questo messaggio';
$_LANGADM['AdminCustomerThreadsb3f251dafa622267b0972a0d52dfd9b2'] = 'L\'e-mail sarà inviata a questo indirizzo';
$_LANGADM['AdminCustomerThreadsb718adec73e04ce3ec720dd11a06a308'] = 'ID';
@@ -805,6 +803,7 @@ $_LANGADM['AdminCustomerThreadsca7e64e3f55ef8e0f50818d8117d26cc'] = 'Cancella me
$_LANGADM['AdminCustomerThreadscb8fe83175bea4ba19d633b1dc6ea656'] = 'visualizza ordine';
$_LANGADM['AdminCustomerThreadsce26601dac0dea138b7295f02b7620a7'] = 'Cliente';
$_LANGADM['AdminCustomerThreadscf090b8fa4a136ed6058aaf84d5d2538'] = 'Ultimo messaggio';
+$_LANGADM['AdminCustomerThreadscf9a575eb1ddd375fa01d84719cb09c5'] = 'Cancella messaggio dopo la sincronizzazione. Se non attivi questa funzione la sincronizzazione sarà più lunga.';
$_LANGADM['AdminCustomerThreadsd1228f5476d15142b1358ae4b5fa2454'] = 'Ordine n.';
$_LANGADM['AdminCustomerThreadsd13d8380c3f4de07fef91a42fe6c60d7'] = 'ID cliente';
$_LANGADM['AdminCustomerThreadsd1ff615eaf1187f7de79a8a5aaf4f3ad'] = 'Segna questo messaggio come “In sospeso 2” (risponderò più tardi)';
@@ -1073,11 +1072,11 @@ $_LANGADM['AdminGeolocation17812004136cffbd9c55b624f8d21557'] = 'Le seguenti fun
$_LANGADM['AdminGeolocation3c29cdd006ea897dfce69a894179ab00'] = 'I visitatori non possono vedere il tuo catalogo ma non possono fare ordini';
$_LANGADM['AdminGeolocation3f089ec9b9ef410a9d81bef70114d387'] = 'Per usare la Geolocalizzazione, scarica';
$_LANGADM['AdminGeolocation4609449450efd4dbe3f05ef2e9c5151d'] = 'Tutte le funzioni sono disponibili';
+$_LANGADM['AdminGeolocation486d50aae5fa957d5787ed7efa5db124'] = 'Puoi aggiungere degli indirizzi IP che saranno sempre autorizzati ad accedere al tuo negozio (es. Bot di google)';
$_LANGADM['AdminGeolocation49ee3087348e8d44e1feda1917443987'] = 'Nome';
$_LANGADM['AdminGeolocation6afb56f36ee6cf72e87b92d8f4f66e5a'] = 'e decomprimilo nella directory tools/geoip/';
$_LANGADM['AdminGeolocation8beea67a449f1c8e352838c8a1a77111'] = 'Comportamento di Geolocalizzazione per nazioni con restrizioni:';
$_LANGADM['AdminGeolocation976b976e66879a470635bf0f660e81fc'] = 'questo file';
-$_LANGADM['AdminGeolocation986fc46ee10c94c095dd4c7a02d9cd13'] = 'Puoi aggiungere degli indirizzi IP che saranno sempre autorizzati ad accedere al tuo negozio (es. Bot di google)';
$_LANGADM['AdminGeolocationa01cc331a5445f14688f311fcbabeff3'] = 'I visitatori non possono vedere il tuo catalogo.';
$_LANGADM['AdminGeolocationa47cbf8871ff07c40a87bb58e412c063'] = 'Seleziona le nazioni che possono accedere al tuo negozio:';
$_LANGADM['AdminGeolocationaa3b1c5568c71eb8b7a22e5f07c70cd4'] = 'Geolocalizzazione tramite IP:';
@@ -1111,7 +1110,6 @@ $_LANGADM['AdminGroups40382ca2b15ff499eb4e5c101424bc81'] = 'Moduli autorizzati:'
$_LANGADM['AdminGroups42ba7a29aa37fc2cb42f5381e71afb9f'] = 'Clienti membri di questo gruppo';
$_LANGADM['AdminGroups49ee3087348e8d44e1feda1917443987'] = 'Nome';
$_LANGADM['AdminGroups4c41e0bd957698b58100a5c687d757d9'] = 'Seleziona tutto';
-$_LANGADM['AdminGroups4c5b2bb26372d8f319dfcc2410306e6f'] = 'Restizione moduli:';
$_LANGADM['AdminGroups4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:';
$_LANGADM['AdminGroups6103f2da0d42ee18da16ecc0237e7d71'] = '%s - Tutte le persone che hanno creato un account su questo sito.';
$_LANGADM['AdminGroups612ca468398a214db73403118985dde8'] = 'Salva e aggiungi una categoria riduzione';
@@ -1136,6 +1134,7 @@ $_LANGADM['AdminGroupsc59cf956f6bda9274a7e28d32daaaf34'] = 'Sconto: %d%%';
$_LANGADM['AdminGroupsd3b206d196cd6be3a2764c1fb90b200f'] = 'Elimina selezionato';
$_LANGADM['AdminGroupse25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi slezionati?';
$_LANGADM['AdminGroupse7446ea32216e8bf4fa8cb6460b725d6'] = 'Aggiungere uno sconto categoria';
+$_LANGADM['AdminGroupse9387910d703dea7b246b24b03e1f5b6'] = 'Restizione moduli:';
$_LANGADM['AdminGroupseccfd9991ad977b2a83f9b5eadb3e723'] = 'Attenzione: lo sconto applicato ad una categoria non si somma con la riduzione complessiva, ma invece la sostituisce.';
$_LANGADM['AdminGroupsef53538ae41a651c7f72ab6cb1135d8c'] = 'Membri';
$_LANGADM['AdminGroupsf16b5952df8d25ea30b25ff95ee8fedf'] = 'Associazione negozio:';
@@ -1162,7 +1161,6 @@ $_LANGADM['AdminHome39c5dfa61825808dbc015048fb878457'] = 'Nuovo prodotto';
$_LANGADM['AdminHome3e290008e136525fee7cd327b5971904'] = 'Prodotti venduti recentemente';
$_LANGADM['AdminHome3ec365dd533ddb7ef3d1c111186ce872'] = 'Dati:';
$_LANGADM['AdminHome40317d97529854b2f51e59d485bbae74'] = 'altre informazioni su php.net';
-$_LANGADM['AdminHome4b49c6a9238f259a703d42f02531d100'] = 'Partecipa all\'avventura e-commerce con PrestaShop, la veloce, potente e personalizzabile soluzione e-commerce. Con più di 275 funzioni, PrestaShop ti aiuterà a creare un mondo di opportunità senza limiti. Scopri la soluzione che ha già conquistato più di 120.000 venditori in tutto il mondo!';
$_LANGADM['AdminHome4c1bf99667f98775acadbb4f2d343ad2'] = 'Riempi il tuo catalogo con nuovi articoli e attributi.';
$_LANGADM['AdminHome4c9120f1a5947445c0e9620254ceb30b'] = 'Nuovo ordine';
$_LANGADM['AdminHome4d92a8b44ec205ea708bd3f3a8926b2d'] = 'Cache & compressione browser';
@@ -1190,6 +1188,7 @@ $_LANGADM['AdminHomeaac89ed5399184e9e9955ee808c74569'] = 'I tuoi dati';
$_LANGADM['AdminHomeb24344b6a2c4a94c9b0d0ebd4602aeca'] = 'Vedi altro';
$_LANGADM['AdminHomeb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminHomebb5ebac63dc37bfae478c91bdf575e03'] = 'Ordini';
+$_LANGADM['AdminHomec20c07b6fb7974635e9014289a58f8d8'] = 'Partecipa all\'avventura e-commerce con PrestaShop, la veloce, potente e personalizzabile soluzione e-commerce. Con più di 275 funzioni, PrestaShop ti aiuterà a creare un mondo di opportunità senza limiti. Scopri la soluzione che ha già conquistato più di 120.000 venditori in tutto il mondo!';
$_LANGADM['AdminHomec28179129ce635a7fb3849c4b7864d4d'] = 'Aggiungi un nuovo account dipendente e delega una parte dei tuoi compiti .';
$_LANGADM['AdminHomec33e404a441c6ba9648f88af3c68a1ca'] = 'Statistiche';
$_LANGADM['AdminHomed71751c0a0c077450aa6f3a2dcf49c5f'] = 'Nuovo modulo';
@@ -1214,9 +1213,9 @@ $_LANGADM['AdminImages2914a2c17b20114220e1ae90c632c083'] = 'Solo lettere (per es
$_LANGADM['AdminImages2a911eb0d71d1b707a3f9d722a5935c2'] = 'Usa JPEG';
$_LANGADM['AdminImages2c1bbb0a5ff08c8011d6ea83084277ff'] = 'Va da 9 (cattiva qualità, piccoli files) a 0 (ottima qualità, grandi files)';
$_LANGADM['AdminImages2c595b4f6d0c5d25b9c326fcb9738e33'] = 'Immagini prodotto';
-$_LANGADM['AdminImages2f3a0a59431377e0f8f38e477ff12550'] = 'Questo tipo sarà applicato alle immagini delle scene';
$_LANGADM['AdminImages32954654ac8fe66a1d09be19001de2d4'] = 'Larghezza';
$_LANGADM['AdminImages354201ec60b95b44215813749c0ff186'] = 'Grandezza max delle immagini prodotto:';
+$_LANGADM['AdminImages3719d0b4383760b285bb1b0b930a39d8'] = 'Questo tipo sarà applicato alle immagini del prodotto';
$_LANGADM['AdminImages38fb7d24e0d60a048f540ecb18e13376'] = 'Salva';
$_LANGADM['AdminImages3bd4acb4872f8ba5fe487ea5b008b463'] = 'Immagine generata per:';
$_LANGADM['AdminImages3bfa8daa236ed8bde7eb2179e8ee9765'] = 'Attenzione!! Le miniature generate manualmente saranno cancellate dalle miniature generate automaticamente.';
@@ -1239,6 +1238,7 @@ $_LANGADM['AdminImages8c38776925f7cf41c090646a43157024'] = 'Categorie:';
$_LANGADM['AdminImages8e6cd17ee7b35531b7c17c1e1edeb548'] = 'Ricrea miniature per tutte le immagini dei prodotti esistenti';
$_LANGADM['AdminImages9df22f196a33acd0b372fe502de51211'] = 'auto';
$_LANGADM['AdminImagesa00e46e856e637f8fd077b4fd710c9e2'] = 'Fornitori:';
+$_LANGADM['AdminImagesa0762df0f0edfd0d311e73b12bc3a90d'] = 'Immagini duplicate sono state trovate muovendo le immagini dei prodotti. Molto probabilmente sono causate da immagini di prova. Per favore verifica che la cartella';
$_LANGADM['AdminImagesaa1f7d7328e9e7e730dc09ae4a3b0d49'] = 'ATTENZIONE: Questa funzione potrebbe non essere compatibile con il tema o con alcuni moduli. In particolare, la modalità PNG non è compatibile con il modulo filigrana. Se si incontrano problemi, disattivarlo selezionando \"Use JPEG\".';
$_LANGADM['AdminImagesaf1b98adf7f686b84cd0b443e022b7a0'] = 'Categorie';
$_LANGADM['AdminImagesb08ea6a4f29e76c9d843856917642409'] = 'Usa file System standard:';
@@ -1256,7 +1256,6 @@ $_LANGADM['AdminImagesc5e26b2211d5ecbbeac96ea6e1cbb7c2'] = 'Qualità PNG';
$_LANGADM['AdminImagesc74631a03e7deaee7df23f66f8d3e66d'] = 'Ora Prestashop usa un sistema di archiviazione nuovo per le immagini dei prodotti. Questo offre prestazioni migliori se il negozio ha un gran numero di prodotti.';
$_LANGADM['AdminImagesc9c4e9c1a92d9b15e0cdefc7ddb1bbd5'] = 'Massima larghezza immagini caricabile dal cliente';
$_LANGADM['AdminImagescb2f901ceed5c3365d056794a1b5047f'] = 'Se fai delle modifiche, ricorda di ri-creare le miniatures';
-$_LANGADM['AdminImagescd44fbac53481034ac90430dfe6d40c5'] = 'Questo tipo sarà applicato alle immagini del prodotto';
$_LANGADM['AdminImagescdb7cf7699ae1a3a9e4652575caaa4ea'] = 'Questa tipologia sarà applicata nelle immagini produttore';
$_LANGADM['AdminImagescf40e19ee10782c4284cac90feb4f73e'] = 'Altezza massima in pixels';
$_LANGADM['AdminImagesd379cadd41b68efe7c945b4d85c72085'] = 'Cancella immagini precedenti';
@@ -1267,11 +1266,11 @@ $_LANGADM['AdminImagese57fbdf001b4b35e6ca7dcdc628ca853'] = 'Grandezza max delle
$_LANGADM['AdminImagese7ed00268dc16aecaac5a60aeb6f4c73'] = 'Devi lasciarlo settato a Sì fino a quando non hai spostato le immagini in preferenze > immagini';
$_LANGADM['AdminImagese933dc24fb245d863a43b4fefe9b45f5'] = 'Altezza:';
$_LANGADM['AdminImageseaae26a6fb20ed3ef54fb23bfa0b1fcc'] = 'larghezza';
-$_LANGADM['AdminImagesebd40d26dd06f36987228d4b358d7b64'] = 'Immagini duplicate sono state trovate muovendo le immagini dei prodotti. Molto probabilmente sono causate da immagini di prova. Per favore verifica che la cartella';
$_LANGADM['AdminImageseec6c4bdbd339edf8cbea68becb85244'] = 'Altezza';
$_LANGADM['AdminImagesf23c4675358d7749ee84ee87923adeb9'] = 'Dopo aver spostato tutte le immagini di prodotto, per le migliori prestazioni, impostare l\'opzione \"Utilizza l\'immagine di file di sistema legacy\", descritta in precedenza, su \"No\".';
$_LANGADM['AdminImagesf520fc2ea7f469193c55bc499753a923'] = 'Usa PNG solo per le immagini già caricate in PNG';
$_LANGADM['AdminImagesf559543da6c5866a2dd0ae70f4de370f'] = 'Seleziona formato';
+$_LANGADM['AdminImagesf77ae784f81d2272408c33b242d6aa3d'] = 'Questo tipo sarà applicato alle immagini delle scene';
$_LANGADM['AdminImagesf9dd8a44548a14650f69aa067e752137'] = 'contenga solo immagini di prova e cancella la cartella.';
$_LANGADM['AdminImagesff17d73fa2731689640e8afa0f591b0f'] = 'Le immagini JPEG hanno un peso minore e una qualità standard. Le immagini PNG hanno un peso maggiore, ma una maggiore qualità e la trasparenza. Nota che in tutti i casi le immagini avranno l\'estensione .jpg';
$_LANGADM['AdminImagesff534cd9270ca999a39a50a6365ff52e'] = 'Larghezza immagine prodotto';
@@ -1288,7 +1287,6 @@ $_LANGADM['AdminImport0a657a7416c29bdc5b134b61b863e7ee'] = 'Il prodotto (%d%D) n
$_LANGADM['AdminImport0c8476c5f5cdedcf296f6b3c22e0dffb'] = 'ID Lingua (%d) non valida (alla riga %d)';
$_LANGADM['AdminImport0e54046ff37bbcbb8f43d25e5de36d7c'] = 'Il file .CSV è stato importato nel tuo negozio';
$_LANGADM['AdminImport11cb471ed9acf58bfb7fda59ebbbce5f'] = 'Che tipo di Entità vuoi importare?';
-$_LANGADM['AdminImport126a24b89fc776b9da2dd1963c058b28'] = 'Prezzo unitario (Tasse escl.)*';
$_LANGADM['AdminImport133eea6c50bd91342a97216a6204975a'] = 'Esempio file ordine fornitori';
$_LANGADM['AdminImport1814d65a76028fdfbadab64a5a8076df'] = 'Fornitori:';
$_LANGADM['AdminImport1976d7f704de389d9fe064e08ea35b2d'] = 'Colonna';
@@ -1302,7 +1300,6 @@ $_LANGADM['AdminImport21f7b5b011f253b35340528b7f190282'] = 'Data aggiunta prodot
$_LANGADM['AdminImport22a1dae7d65f90acd53638dc81c3f376'] = '>>';
$_LANGADM['AdminImport2377be3c2ad9b435ba277a73f0f1ca76'] = 'Produttori';
$_LANGADM['AdminImport2415390fb5052bb8221a93c9fc51b17f'] = 'Importa i dati';
-$_LANGADM['AdminImport25a7ad3a7ab1d5e1f468448adf17f963'] = '* Campi obbligatori';
$_LANGADM['AdminImport2688a544cd5ac33f27ab78c8d8c3acaa'] = 'Nome *';
$_LANGADM['AdminImport278c491bdd8a53618c149c4ac790da34'] = 'modello di mail';
$_LANGADM['AdminImport284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Indirizzi';
@@ -1314,7 +1311,6 @@ $_LANGADM['AdminImport2dc88e28e0f7168a328ddf9cde304444'] = 'Ordini fornitura';
$_LANGADM['AdminImport2e21e83375deefc4a3620ab667157e27'] = 'Indirizzo 2';
$_LANGADM['AdminImport2eca847eb03cb63596621d5480ca7c24'] = 'Il riferimento (%s) esiste già (alla riga %d)';
$_LANGADM['AdminImport3127e7f621d0c85f7db40e56dbec10c3'] = 'ID Genere (Sig = 1, Sig.ra = 2, Altrimenti 0)';
-$_LANGADM['AdminImport358c9e7c439302610c91d2c990c66f23'] = 'Ignora questo campo se non utilizzi lo strumento multi negozio. Se non compili questo campo, verrà utilizzato il negozio di default';
$_LANGADM['AdminImport35ebd0ba1ead54eee9c5684437aa519b'] = 'Separatore di campo:';
$_LANGADM['AdminImport3613358eb490e62266eafaf2a9eede68'] = 'Testo in magazzino';
$_LANGADM['AdminImport3c1a34587e45bd9e9ae2efd9a6ecbb92'] = 'Impatto sul peso:';
@@ -1324,6 +1320,7 @@ $_LANGADM['AdminImport406eba9770c82a84cae2d6ee3e846a56'] = 'La quantità previst
$_LANGADM['AdminImport41b00531a619d5e0f965854e352529f1'] = 'ID Attributo prodotto';
$_LANGADM['AdminImport427b6d816d7fdd86cabe48d8180a3cc9'] = 'URL dell\'immagine';
$_LANGADM['AdminImport42c79d65619a9c13d81045f2fe5998aa'] = 'Indirizzo 1 *';
+$_LANGADM['AdminImport4677fede78bdecf929959272066d3e9e'] = 'Ignora questo campo se non utilizzi lo strumento multi negozio. Se non compili questo campo, verrà utilizzato il negozio di default';
$_LANGADM['AdminImport46a2a41cc6e552044816a2d04634545d'] = 'Provincia';
$_LANGADM['AdminImport48d6c0804dd92fb5463bba154a8a747f'] = 'Sconto a (aaaa-mm-gg)';
$_LANGADM['AdminImport4a49c8f248ebc1550c23159dbe0f1ace'] = 'Si noti che i nostri esempi sono disponibili sotto.';
@@ -1368,6 +1365,7 @@ $_LANGADM['AdminImport8fe77c2601e54f1aaef28cfde997bbad'] = 'Aliquota tassa';
$_LANGADM['AdminImport91412465ea9169dfd901dd5e7c96dd99'] = 'Caricamento file';
$_LANGADM['AdminImport92e74658e81859382db4a52efab2cb09'] = 'Devi caricare un file per poter procedere al passo sucessivo';
$_LANGADM['AdminImport93d76a2ad766b4f564f7f91a9d23aed6'] = 'Puoi anche caricare il file via FTP nella seguente directory:';
+$_LANGADM['AdminImport94fb72f3353fb2507e18fc6748f7a811'] = 'Prezzo unitario (Tasse escl.)*';
$_LANGADM['AdminImport95a6134288586bc854f6793506d00efd'] = 'ID Magazzino (%d) non valida alla riga (%d)';
$_LANGADM['AdminImport964e5a863ba051181f8f537626f5c953'] = 'Fornitore non valido:';
$_LANGADM['AdminImport97f08a40f22a625d0cbfe03db3349108'] = 'ID prodotto';
@@ -1416,6 +1414,7 @@ $_LANGADM['AdminImportca676c9ec4e1ae9fe9df3ac28910e6ef'] = 'Prezzo unitario (tas
$_LANGADM['AdminImportcbfb910715c99134a5987630fff104da'] = 'Categorie file di esempio';
$_LANGADM['AdminImportd1457b72c3fb323a2671125aef3eab5d'] = '?';
$_LANGADM['AdminImportd66424c2034991e541dee7face1851fc'] = 'File codificato ISO-8859-1?';
+$_LANGADM['AdminImportd7a158f13040edafc30b622d16c8b12d'] = '* Campi obbligatori';
$_LANGADM['AdminImportd7fa0b529a16e87f34d8ef35054c765c'] = 'Importazione Dettagli ordine di fornitura, per prima cosa resettare i prodotti ordinati, se è il caso.';
$_LANGADM['AdminImportde5beace60f0caa4a679e6debde15092'] = 'La categoria madre è dove inizia l\'albero delle categorie. Questo è usato con il multi negozio.';
$_LANGADM['AdminImportde8a97fd084105e9d0e74b4825b40010'] = 'Imposta i valori di ciascuna colonna';
@@ -1676,9 +1675,9 @@ $_LANGADM['AdminLogsecb833e2dc5d6c03d4d0cddf1b15e85a'] = 'Gravità (1-4)';
$_LANGADM['AdminMaintenance0db377921f4ce762c62526131097968f'] = 'Generale';
$_LANGADM['AdminMaintenance63d55a76f76334550895ba3dda6e12d1'] = 'Attiva o disattiva il tuo negozio. E\' una buona idea disattivare il negozio per fare manutenzione. I web-services saranno inattivi';
$_LANGADM['AdminMaintenance7fe15a347d66e291d7a1375273226205'] = 'Attiva negozio';
-$_LANGADM['AdminMaintenance876ca6e996b86e8d89994a04e89453e3'] = 'Indirizzi IP consentiti per l\'accesso al Front Office anche quando il negozio è disattivato. (es. 42.24.4.2,127.0.0.1,99.98.97.96)';
$_LANGADM['AdminMaintenancec9cc8cce247e49bae79f15173ce97354'] = 'Salva';
$_LANGADM['AdminMaintenancedaf835712085aaaf81818e7ebfeb66b8'] = 'IP de manutenzione';
+$_LANGADM['AdminMaintenancef15955bec4db0b64ad4c0f9c0afbf2f3'] = 'Indirizzi IP consentiti per l\'accesso al Front Office anche quando il negozio è disattivato. (es. 42.24.4.2,127.0.0.1,99.98.97.96)';
$_LANGADM['AdminManufacturers0071aa279bd1583754a544277740f047'] = 'Elimina l\'elemento n.';
$_LANGADM['AdminManufacturers0099c0173a3c7758b36025bdae9b4fc7'] = 'Attivato:';
$_LANGADM['AdminManufacturers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato';
@@ -1732,11 +1731,11 @@ $_LANGADM['AdminManufacturersc9cc8cce247e49bae79f15173ce97354'] = 'Salva';
$_LANGADM['AdminManufacturersccf096490d2671f3ea97ea9289eee5b1'] = 'EAN13:';
$_LANGADM['AdminManufacturerscec59c4cf319e37788de60170226b705'] = 'Cellulare';
$_LANGADM['AdminManufacturersd0042a700e9bdf79689d63ee6846dc0e'] = 'Descrizione:';
-$_LANGADM['AdminManufacturersd108a94475e22677c0cd8ecdc3f0eb62'] = 'Codice postale';
$_LANGADM['AdminManufacturersd3b206d196cd6be3a2764c1fb90b200f'] = 'Elimina selezionato';
$_LANGADM['AdminManufacturerse25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi slezionati?';
$_LANGADM['AdminManufacturerse78b6f4eb3be046f4d25c07ce54954d4'] = 'Rif :';
$_LANGADM['AdminManufacturersea4788705e6873b424c65e91c2846b19'] = 'Annulla';
+$_LANGADM['AdminManufacturersefbe7a69a4c8d54da7d255fe28cd1a5c'] = 'Codice postale';
$_LANGADM['AdminManufacturersf16b5952df8d25ea30b25ff95ee8fedf'] = 'Associazione negozio:';
$_LANGADM['AdminManufacturersf2a6c498fb90ee345d997f888fce3b18'] = 'Elimina';
$_LANGADM['AdminManufacturersf4a275a931b82e5058bc8ffad8b8e5bd'] = 'Produttore:';
@@ -1751,9 +1750,8 @@ $_LANGADM['AdminMeta13660ee52f72981279336cec61549596'] = 'Il file robots.txt DEV
$_LANGADM['AdminMeta13f52e209a05e588d6966c38b5e1586b'] = 'Elenco keywords';
$_LANGADM['AdminMeta14caa3d50da16368a8f30b53a5b72aa4'] = 'Indirizza automaticamente all\'URL canonico';
$_LANGADM['AdminMeta193cfc9be3b995831c6af2fea6650e60'] = 'Pagina';
-$_LANGADM['AdminMeta1ce8c30b7ac35494b290332e37c9e7b4'] = 'L\'opzione multinegozio è abilitata, se si desidera cambiare l\'url del tuo negozio devi andare al Tab \"parametri avanzati\" -> \"multi negozio\".';
$_LANGADM['AdminMeta1dec4f55522b828fe5dacf8478021a9e'] = 'URL semplificato:';
-$_LANGADM['AdminMeta2b8d5d29082dcd15416bfda7936daabd'] = 'La riscrittura degli URL (mod_rewrite) non è attivo sul tuo server. Se si desidera utilizzare l\'URL friendly è necessario attivare questa mod.';
+$_LANGADM['AdminMeta1fb97d3e905901fbef2cb4b648b3e24d'] = 'L\'opzione multinegozio è abilitata, se si desidera cambiare l\'url del tuo negozio devi andare al Tab \"parametri avanzati\" -> \"multi negozio\".';
$_LANGADM['AdminMeta2f00a8ca42b86bfcb39cdd34665a1386'] = 'es: Per “contatti” http://mysite.com/shop/contacts to redirect to http://mysite.com/shop/contact-form.php';
$_LANGADM['AdminMeta33de75d34ebe209ac0536cfef2d44206'] = 'Titolo della pagina:';
$_LANGADM['AdminMeta33fe26e0d07af85617f326ca09fb5085'] = 'Per aggiungere un “Tag” cliccare sul campo, scrivere qualcosa e premere “Invio”';
@@ -1794,6 +1792,7 @@ $_LANGADM['AdminMetad7d6df2bf29a7c786936c13dade04d8c'] = 'Pagine moduli';
$_LANGADM['AdminMetada82a2002384409477655085d5c4136e'] = 'Attiva solo se il tuo server consente la riscrittura degli URL (consigliato)';
$_LANGADM['AdminMetadb309cb65c4220d02c0fd13927d315ae'] = 'Dominio negozio';
$_LANGADM['AdminMetadbb5f11eab5c5c375c4c5face47ddf1e'] = 'Pagina:';
+$_LANGADM['AdminMetae0df82a65f2422b9d54e5edc25d28055'] = 'La riscrittura degli URL (mod_rewrite) non è attivo sul tuo server. Se si desidera utilizzare l\'URL friendly è necessario attivare questa mod.';
$_LANGADM['AdminMetae1a7478962f9872f0765922496b26851'] = 'Non ci sono pagine disponibili!';
$_LANGADM['AdminMetae25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi slezionati?';
$_LANGADM['AdminMetae40f09f13be4201a607dfec5169b3a26'] = 'Consigliato, ma il tema deve essere conforme';
@@ -1955,11 +1954,11 @@ $_LANGADM['AdminOrderPreferences6adf97f83acf6453d4a6a4b1070f3754'] = 'Nessuno';
$_LANGADM['AdminOrderPreferences6c9f73b6b5d16baa641cf8343348eb8d'] = 'Puoi scegliere il tipo di elaborazione dell\'ordine standard (5 fasi, 5 pagine) o il Checkout rapido (5 fasi nella stessa pagina)';
$_LANGADM['AdminOrderPreferences6cda6c81a66d7faecf49e94a3b55e924'] = 'Scegli la pagina CMS delle condizioni generali di vendita';
$_LANGADM['AdminOrderPreferences9311ccba175a9f2fc72e7c6a3dfb6078'] = 'Stabilisci una tassa per il prezzo della carta regalo';
+$_LANGADM['AdminOrderPreferences93f38f4d38b6d62377df4249b0e2d3d1'] = 'Ospiti possono fare un ordine senza registrarsi';
$_LANGADM['AdminOrderPreferences9dbf99031ad9e9bf50b975a33420850e'] = 'Minimo d\'acquisto totale perché un ordine sia convalidato';
$_LANGADM['AdminOrderPreferencesa2c3880e68cde73646da32ea19e17ab8'] = 'Permetti MultiNegozio';
$_LANGADM['AdminOrderPreferencesb563636fd3896671be0104bbc6783be4'] = 'Checkout rapido';
$_LANGADM['AdminOrderPreferencesb667478ccafce4bff6d427a6bca06269'] = 'Offri la confezione riciclata';
-$_LANGADM['AdminOrderPreferencesbe9308bd860ceb1133a1b482d74cc800'] = 'Ospiti possono fare un ordine senza registrarsi';
$_LANGADM['AdminOrderPreferencesbf196450ae73492a138aa1953b2428b8'] = 'Permetti al cliente di spedire questo ordine a diversi indirizzi. Questa opzione dividerà il carrello del cliente in più ordini';
$_LANGADM['AdminOrderPreferencesbf3b3ed0e4fd43efff9c26b3d35c6c2f'] = 'Opzioni regalo';
$_LANGADM['AdminOrderPreferencesc035796995e11f000835780bbadbd575'] = 'Standard (5 fasi)';
@@ -2057,7 +2056,6 @@ $_LANGADM['AdminOrders50cd1871f950375eef4e2efce35366c6'] = 'Aggiungi nota';
$_LANGADM['AdminOrders53488e4e281c04a26dc9bb8e13ef1da6'] = 'Messaggi';
$_LANGADM['AdminOrders543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Totale prodotti:';
$_LANGADM['AdminOrders552a0d8c17d95d5dbdc0c28217024f5a'] = 'Costi di spedizione';
-$_LANGADM['AdminOrders55a204c5cf6c0239fb7657ebaa168c42'] = 'Ordine n°';
$_LANGADM['AdminOrders57494d3f60983abfdea2c71f5f893cdc'] = 'Nessun pagamento disponibile';
$_LANGADM['AdminOrders585bc67adbb73dcca638b897fb73a900'] = 'Vedi documento';
$_LANGADM['AdminOrders5a9ec4ab51bd41f2618ef91ec90d55b2'] = 'Tu vuoi aggiungere una quantità prodotto maggiore di quella presente in magazzino, sei sicuro di voler aggiungere questa quantità?';
@@ -2132,6 +2130,7 @@ $_LANGADM['AdminOrdersa89a3ac5c30a65ae64e8d5c50b190521'] = 'Stato ordine';
$_LANGADM['AdminOrdersaa52110dbfce51cc1ec8a163264151e2'] = 'Esistente';
$_LANGADM['AdminOrdersabbbd19bce9246d4a53a252efe4a8ef8'] = 'Fatture';
$_LANGADM['AdminOrdersabbf10987248e3f9f4722d7354fac687'] = 'Totale tasse:';
+$_LANGADM['AdminOrdersad2b5290dd09730ea172cd887d91d93c'] = 'Ordine n°';
$_LANGADM['AdminOrdersadaaee4b22041c27198d410c68d952c9'] = '%';
$_LANGADM['AdminOrdersae3ccb7e10314703d4d390c3010c71db'] = 'Messaggio ordine:';
$_LANGADM['AdminOrdersaeddc664f1e95691c69ea44a5c1c18f5'] = 'Questo prodotto è fuori magazziono:';
@@ -2294,7 +2293,6 @@ $_LANGADM['AdminPerformance2142df83da86e7dbb7257b85574d83de'] = 'I template sara
$_LANGADM['AdminPerformance2327910608424148d46ac4a9f86a1404'] = 'I template non saranno mai ricompilati, è meglio a livello di performance, e va utilizzata solo in un ambiente di produzione';
$_LANGADM['AdminPerformance276e3171a63595e207ec292fce891277'] = 'Utilizza la cache :';
$_LANGADM['AdminPerformance2e7a8f64d48378eaf4c1a2f064f62470'] = 'Scegli questa opzione per forzare l\'apertura della console di debug.';
-$_LANGADM['AdminPerformance30e5a78871d0117bc879c1d04b05161c'] = 'Cache template';
$_LANGADM['AdminPerformance32a2e7694628335252aceb0552a6f6ba'] = 'Per usare Memcached, devi installare l\'estensione Memcache PECL sul tuo server.';
$_LANGADM['AdminPerformance32d593fb52ab5e4ae3f16844b576867d'] = 'Questo aggiunge indicazioni al tuo file .htaccess che dovrebbero migliorare cache e compressione.';
$_LANGADM['AdminPerformance38ca568bbe61771c6456a5c7b8d419ee'] = 'Xcache';
@@ -2308,6 +2306,7 @@ $_LANGADM['AdminPerformance40f69b99e05503042c924aa2f609908e'] = 'Minimizza HTML
$_LANGADM['AdminPerformance45e83bc937d99310bc571fb756bbb5ad'] = 'Per utilizzare CacheFS la directory %s deve essere scrivibile.';
$_LANGADM['AdminPerformance49aeb6053e875124e2e7a5e332cf37df'] = 'Non aprire la console';
$_LANGADM['AdminPerformance4afa80e77a07f7488ce4d1bdd8c4977a'] = 'Algoritmo';
+$_LANGADM['AdminPerformance51ef62bc22da07a1dbcad4c3649096fd'] = 'Cache template';
$_LANGADM['AdminPerformance5305b3e31f31228ba222c0681be73cbf'] = 'La cache di compilazione è obsoleta';
$_LANGADM['AdminPerformance5b8c99dad1893a85076709b2d3c2d2d0'] = 'Indirizzo IP:';
$_LANGADM['AdminPerformance60aaf44d4b562252c04db7f98497e9aa'] = 'Porta';
@@ -2369,21 +2368,21 @@ $_LANGADM['AdminPerformancef8198a372da81edfca0693a81242149d'] = 'Mcrypt è più
$_LANGADM['AdminPerformancef8d698aea36fcbead2b9d5359ffca76f'] = 'Smarty';
$_LANGADM['AdminPerformancefdb3644651f3871a5e73f4dc271b64e3'] = 'Mantieni il funzionamento classico';
$_LANGADM['AdminPerformanceffff838eefbb0876472253553ef4d72f'] = 'Console di Debug.';
+$_LANGADM['AdminPreferences03b62ec4239929885e0d9e068bff47e8'] = 'La funzione MultiNegozio, ti permette di gestire più negozi dallo stesso back office. Se questa funzione è abilitata, un Tab “multinegozio” sarà disponibile nel menù Parametri Avanzati';
$_LANGADM['AdminPreferences0db377921f4ce762c62526131097968f'] = 'Generale';
$_LANGADM['AdminPreferences1656072e927c8d3acd24359cbb648bb5'] = 'Attiva SSL';
-$_LANGADM['AdminPreferences17677e6d8339224e645bc98321a8fbed'] = 'Mostra elenco fornitori e produttori anche se i blocchi corrispondenti sono disattivati';
$_LANGADM['AdminPreferences27f3765c3871cd5fe52f88f31dfe2c89'] = 'superiore';
$_LANGADM['AdminPreferences38fb7d24e0d60a048f540ecb18e13376'] = 'Salva';
-$_LANGADM['AdminPreferences53d4ff7dff379f54c0ec1f8db0554afa'] = 'La funzione MultiNegozio, ti permette di gestire più negozi dallo stesso back office. Se questa funzione è abilitata, un Tab “multinegozio” sarà disponibile nel menù Parametri Avanzati';
+$_LANGADM['AdminPreferences43b266c605d67eaa27801cc5dc0b3995'] = 'Abilita multinegozio';
$_LANGADM['AdminPreferences700e61469b84a66ddb24304a85b0c181'] = 'classico';
$_LANGADM['AdminPreferences79a8435260e0c3b17e30ccb1c6dfc75c'] = 'Mostra fornitori e produttori';
$_LANGADM['AdminPreferences8de64d6b49cebd2306af6ddbcd268700'] = 'Se il tuo host permette SSL, puoi attivare il criptaggio SSL (https://) per l\'identificazione dell\'account cliente e elaborazione dell\'ordine';
$_LANGADM['AdminPreferences95be164e850e88c5282e84669f368e1b'] = 'Puoi scegliere come arrotondare i prezzi: sempre verso l\'alto, sempre verso il basso, o arrotondamento classico.';
$_LANGADM['AdminPreferencesac2021d3c67ee796d7ab20a466ebd583'] = 'Modalità arrotondamento';
$_LANGADM['AdminPreferencesbbd6622dbbdf4bcb166f5e3f018a2351'] = 'Fare clic qui per utilizzare il protocollo HTTPS prima di abilitare SSL.';
-$_LANGADM['AdminPreferencesc222d9543216761ec191ecb71865d2a9'] = 'Abilita multinegozio';
$_LANGADM['AdminPreferencescce43372fe8624c0edf870f417557b84'] = 'Attiva o disattiva i token di Front Office per aumentare la sicurezza di PrestaShop';
$_LANGADM['AdminPreferencese12874163bcb256726ddfe643aa53a63'] = 'Aumenta la sicurezza di Front Office';
+$_LANGADM['AdminPreferencesef758cfb5ed7de72db22accf6ad539d0'] = 'Mostra elenco fornitori e produttori anche se i blocchi corrispondenti sono disattivati';
$_LANGADM['AdminPreferencesf8d23e159df67b2673d7c29166864453'] = 'inferiore';
$_LANGADM['AdminProducts004bf6c9a40003140292e97330236c53'] = 'Azione';
$_LANGADM['AdminProducts0063394f0497bfd610ebac0aee7cfc34'] = 'Associazione';
@@ -2393,7 +2392,6 @@ $_LANGADM['AdminProducts014140590702586ff3083be3cf84ee2f'] = 'Se selezionato, il
$_LANGADM['AdminProducts019d1ca7d50cc54b995f60d456435e87'] = 'Occasione';
$_LANGADM['AdminProducts01b6e20344b68835c5ed1ddedf20d531'] = 'fino al';
$_LANGADM['AdminProducts02fa003c38fefcda498b876f67f4cac7'] = 'URL semplificato:';
-$_LANGADM['AdminProducts03596501a6ce61f5a66dc0146fbab03e'] = 'Non hai diritti sufficienti per sopprimere un elemento.';
$_LANGADM['AdminProducts03937134cedab9078be39a77ee3a48a0'] = 'Gruppo';
$_LANGADM['AdminProducts03c2e7e41ffc181a4e84080b4710e81e'] = 'Nuovo';
$_LANGADM['AdminProducts03e895d6310cdab805586fce4123ed08'] = 'Seleziona il tipo di immagine:';
@@ -2411,6 +2409,7 @@ $_LANGADM['AdminProducts1063e38cb53d94d386f21227fcd84717'] = 'Elimina';
$_LANGADM['AdminProducts10b8ce36a973c8009b521b39488a89a7'] = 'Costi di spedizione supplementari';
$_LANGADM['AdminProducts10cbdb4839f838ce30409739435a6070'] = 'Catalogo:';
$_LANGADM['AdminProducts119a7c88cf8f1c685c57981abff26f43'] = 'Accetta gli ordini';
+$_LANGADM['AdminProducts11a257a80f8c8d76132470b171de6795'] = 'Non hai diritti sufficienti per sopprimere un elemento.';
$_LANGADM['AdminProducts12085f07b6313b69c63a625d8e23f706'] = 'Valore personalizzato';
$_LANGADM['AdminProducts1280169553c08486626f41d112b79450'] = 'Tu devi salvare questo prodotto prima di gestire I fornitori.';
$_LANGADM['AdminProducts1284dfb4d1c104f5aa4ec55fa3883ff1'] = 'Per favore scegli I magazzini associati a questo prodotto e quello di default.';
@@ -2470,11 +2469,9 @@ $_LANGADM['AdminProducts2f972dbb48435d9b8087d7e3c22daa09'] = 'MB max.';
$_LANGADM['AdminProducts2fbbffeb17347d2d997ea3a61c1ceb73'] = 'usa un prodotto della lista';
$_LANGADM['AdminProducts3020c78ae45aff9a35b95856af076765'] = 'Magazzino';
$_LANGADM['AdminProducts30398718bca5d62f8e76919dffe29308'] = 'Altezza (pacco):';
-$_LANGADM['AdminProducts3114089efdafb899803901e897176873'] = 'Questa funzione richiede di utilizzare la gestione avanzata magazzino globale o per questo prodotto';
$_LANGADM['AdminProducts31fde7b05ac8952dacf4af8a704074ec'] = 'Anteprima';
$_LANGADM['AdminProducts32b502f33a535f75dcbf63f6753c631e'] = 'Tags :';
$_LANGADM['AdminProducts32b919d18cfaca89383f6000dcc9c031'] = 'Crea';
-$_LANGADM['AdminProducts33b8eaeaa8a18a206505f6adc10cec25'] = 'es per Libbra';
$_LANGADM['AdminProducts37be07209f53a5d636d5c904ca9ae64c'] = 'Percentuale';
$_LANGADM['AdminProducts37cfa6b25252ad29f15194e30147f02b'] = 'Posizione prodotto nei magazzini';
$_LANGADM['AdminProducts382b0f5185773fa0f67a8ed8056c7759'] = 'N/A';
@@ -2519,7 +2516,6 @@ $_LANGADM['AdminProducts4faaa9989034c771a314b2f2c0c9ede6'] = 'Massimo 32 caratte
$_LANGADM['AdminProducts522794e2dc4cecbae08ad633f40d4b9b'] = 'Definisci l\'etichetta per questo campo file:';
$_LANGADM['AdminProducts52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13';
$_LANGADM['AdminProducts52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Posizione';
-$_LANGADM['AdminProducts5328b77fdd34ba6aea22aff14de2e7f5'] = 'Seleziona-deseleziona tutto (tu stai modificando questa pagina per più negozi, qualche campo come “nome” o “prezzo” sono disabilitati) devi verificare questi campi prima di modificare il prodotto per questi negozi) ';
$_LANGADM['AdminProducts535fb9c585d10cb369e97f1ae2d5e11f'] = 'Già incluso nel prezzo';
$_LANGADM['AdminProducts544baae42433c186ff222736db985d7d'] = 'Prima aggiungi un valore predefinito';
$_LANGADM['AdminProducts545f6c2f382c04810103b3e5e6f7d841'] = 'Senza limiti';
@@ -2560,7 +2556,9 @@ $_LANGADM['AdminProducts6ba23760079b4b664d4d5e311c7d5984'] = 'Keywords separate
$_LANGADM['AdminProducts6c9c761d2a07d20625686d8062992f80'] = 'Voglio usare la gestione avanzata magazzino per questo prodotto';
$_LANGADM['AdminProducts6ca82180f678cae60daa0476baf5e523'] = 'Puoi definire dei prezzi per clienti appartenenti a gruppi diversi, diverse nazioni, etc.';
$_LANGADM['AdminProducts6da03a74721a0554b7143254225cc08a'] = 'imesso a nuovo';
+$_LANGADM['AdminProducts6dce63e4298f3e82afacf4e0328a6aef'] = 'File troppo grande massima grandezza accetata: %1$d kB. Il file che stai cercando di caricae è di: %2$d kB.';
$_LANGADM['AdminProducts6eac2df6a5cc74282553321a73c553fb'] = 'Si prega di controllare una categoria al fine di selezionare la categoria di default.';
+$_LANGADM['AdminProducts6ece9a14d0c8da14a1af607f9f7e0b36'] = 'Questo prodotto ha un file associato?';
$_LANGADM['AdminProducts6f382b016d2f2357bae77571ccbf0d18'] = 'L\'url riscritto è vuoto. Devi inserire l\'url riscritto almeno per la lingua di default prima di salvare il prodotto';
$_LANGADM['AdminProducts6f39383b81d4999830ab6febe6279777'] = 'Aggiungi o modifica le combinazioni per questo prodotto';
$_LANGADM['AdminProducts70ec3125ad8169fc81d61d3586bfa4df'] = 'Cancella il nuovo prezzo specifico';
@@ -2599,7 +2597,6 @@ $_LANGADM['AdminProducts853fd1651461ce105a2f19272b700f06'] = 'Nuova combinazione
$_LANGADM['AdminProducts85f0bf927be7014e2265c4bc96bd50d2'] = '(Europa, Giappone)';
$_LANGADM['AdminProducts86754577897acfb25deb69039d49d9a7'] = 'Status';
$_LANGADM['AdminProducts86a41a63a6a27da14c838aed0c70cc45'] = 'Puoi solo aggiungere una combinazione per tipo di attributo';
-$_LANGADM['AdminProducts86a7826cd56fc0f1d09ec7af2f3e8600'] = 'Questo prodotto ha un file associato?';
$_LANGADM['AdminProducts883cb219650dc3aa23733c0aa59a2ef7'] = 'Tag immagine da inserire:';
$_LANGADM['AdminProducts887ee91702c962a70b87cbef07bbcaec'] = 'Tasse escl.';
$_LANGADM['AdminProducts8a1c241e92c26b92eaae87afa337eaa3'] = 'Il prezzo di acquisto a cui hai acquistato questo prodotto';
@@ -2619,7 +2616,6 @@ $_LANGADM['AdminProducts915f8462b0f5459dcca1d52b0a2297d5'] = 'data disponibile:'
$_LANGADM['AdminProducts91b442d385b54e1418d81adc34871053'] = 'Seleziona';
$_LANGADM['AdminProducts91c8f68700703b825761609b303d44e3'] = 'Impatto sul peso:';
$_LANGADM['AdminProducts9230dd17b40c6d0478772e4d545abc46'] = 'Annulla la modifica';
-$_LANGADM['AdminProducts926039e8a49f511c72cd88894ad52450'] = 'Per I pacchi, se un prodotto gestisce lo stock avanzato, tu puoi avere una gestione specifica per il magazzino selezionato o per il gruppo.';
$_LANGADM['AdminProducts92ab5edf4194cb5a84d6808cb8d8b696'] = 'Il link verso il prodotto sarà così:';
$_LANGADM['AdminProducts936ccdb97115e9f35a11d35e3d5b5cad'] = 'Clicca qui';
$_LANGADM['AdminProducts93cba07454f06a4a960172bbd6e2a435'] = 'Sì';
@@ -2646,6 +2642,7 @@ $_LANGADM['AdminProducts9e834f13e35e4edf64863ab414a6217a'] = 'Sconto';
$_LANGADM['AdminProducts9e8502652dd83fa0544df75ba4641144'] = 'Lo sconto è applicato dopo le tasse';
$_LANGADM['AdminProducts9e962fd822ee734a531490fffa643c49'] = 'imposta a zero per un accesso limitato';
$_LANGADM['AdminProducts9ea67be453eaccf020697b4654fc021a'] = 'Salva e rimani';
+$_LANGADM['AdminProducts9f34b413698f8638ee606edbafad7a23'] = 'Questa funzione richiede di utilizzare la gestione avanzata magazzino globale o per questo prodotto';
$_LANGADM['AdminProducts9f82518d468b9fee614fcc92f76bb163'] = 'Negozio';
$_LANGADM['AdminProducts9faa1161b2b3bbada2e8e7c11a4ed737'] = 'Puoi specificare la/e referenza/e prodotto per ciascun fornitore associato.';
$_LANGADM['AdminProducts9fd90a0a7d933e6870c7364b6cd63247'] = 'Tags separati da virgole (per es.: dvd, lettore dvd, hifi)';
@@ -2657,6 +2654,8 @@ $_LANGADM['AdminProductsa6ff0f7a2a1993857cb67b769780e708'] = 'Non ci sono prezzi
$_LANGADM['AdminProductsa76d4ef5f3f6a672bbfab2865563e530'] = 'ora';
$_LANGADM['AdminProductsa82be0f551b8708bc08eb33cd9ded0cf'] = 'Informazioni';
$_LANGADM['AdminProductsa890a08afc5d657bfe58f8ef21a6da65'] = 'Devi salvare questo prodotto prima di aggiungere personalizzazioni';
+$_LANGADM['AdminProductsa94cd486aca9f266a2ad807bd2def794'] = 'Per I pacchi, se un prodotto gestisce lo stock avanzato, tu puoi avere una gestione specifica per il magazzino selezionato o per il gruppo.';
+$_LANGADM['AdminProductsa9ab12b60b245c814f886ccdafc6441f'] = 'Seleziona-deseleziona tutto (tu stai modificando questa pagina per più negozi, qualche campo come “nome” o “prezzo” sono disabilitati) devi verificare questi campi prima di modificare il prodotto per questi negozi) ';
$_LANGADM['AdminProductsaa642c15d075aab8a1ac2ccbc9a0d07a'] = 'Tu stai gestendo un gruppo di negozi dove le quantità non sono condivise tra I negozi del gruppo';
$_LANGADM['AdminProductsaa690c7566fa052edf9db33d69db306f'] = 'Vendite prodotto';
$_LANGADM['AdminProductsaac247ca22789872bad95dc8f6c45d37'] = 'Aumento';
@@ -2764,6 +2763,7 @@ $_LANGADM['AdminProductse5f7f63d66023847e693fd34bea09d41'] = 'Di defalut :';
$_LANGADM['AdminProductse659b52eba1f0299b2d8ca3483919e72'] = 'Tipo:';
$_LANGADM['AdminProductse6a0825c0b6c56fa5c9faa5d9385b8d4'] = 'Crea un nuovo produttore';
$_LANGADM['AdminProductse6ff0db3b8285dce688b7f9a44e4915b'] = 'Dati salvati';
+$_LANGADM['AdminProductse7be8bd01e2e6e2d4b41052934bc1b9c'] = 'es per Libbra';
$_LANGADM['AdminProductse7e04625fa0cce90aa5384b92b837eb3'] = 'Crea una nuova categoria';
$_LANGADM['AdminProductse81c4e4f2b7b93b481e13a8553c2ae1b'] = 'o';
$_LANGADM['AdminProductse8fce60a7ce078b55bd02a1c25748f16'] = 'Prezzo di vendita tasse escl.';
@@ -2782,7 +2782,6 @@ $_LANGADM['AdminProductsf107f5a9ee4ecea58d0f29ae7959baa8'] = 'Impostazione';
$_LANGADM['AdminProductsf258ae7c40f58689780e219bc9a23608'] = 'Non puoi modificare il tuo file perché utilizza le combinazioni. Per favore utilizza il tab combinazioni';
$_LANGADM['AdminProductsf2a6c498fb90ee345d997f888fce3b18'] = 'Elimina';
$_LANGADM['AdminProductsf33c23efaf78aacff7c1cbc75f732865'] = 'Definisci l\'etichetta per questo campo testo:';
-$_LANGADM['AdminProductsf378471b67496f5490d52cabe1f819f3'] = 'File troppo grande massima grandezza accetata: %1$d kB. Il file che stai cercando di caricae è di: %2$d kB.';
$_LANGADM['AdminProductsf41afefb4495b85c7b7ddf3e1ca4387f'] = 'Puoi specificare un valore per ogni caratteristica rilevante su questo prodotto, i campi vuoti non saranno mostrati.';
$_LANGADM['AdminProductsf4a275a931b82e5058bc8ffad8b8e5bd'] = 'Produttore:';
$_LANGADM['AdminProductsf4d1ea475eaa85102e2b4e6d95da84bd'] = 'Conferma';
@@ -2832,12 +2831,12 @@ $_LANGADM['AdminQuickAccessese25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli
$_LANGADM['AdminQuickAccessese5dc8e5afea0a065948622039358de37'] = 'Nuova finestra';
$_LANGADM['AdminQuickAccessesfe501f6dab88efcbde9b3f062a5ae781'] = 'Menu accesso rapido';
$_LANGADM['AdminRangePrice1e6d57e813355689e9c77e947d73ad8f'] = 'Da :';
+$_LANGADM['AdminRangePrice240c1a13357c9d54ccf18b1704d7d783'] = 'Questo non è un corriere valido per questo range di prezzi';
$_LANGADM['AdminRangePrice29103375229a5c363403ec4afb5c3e8f'] = '(tasse incl.)';
$_LANGADM['AdminRangePrice2c39f2ba36ea6da8583198d554719eb1'] = 'Inizio fascia (incluso)';
$_LANGADM['AdminRangePrice2e5b52416e267252bcdea3d6211c31ba'] = 'Puoi applicare questo range ad un altro corriere selezionando il suo nome.';
$_LANGADM['AdminRangePrice33caa076f23f453dd4061726f3706325'] = 'A :';
$_LANGADM['AdminRangePrice38fb7d24e0d60a048f540ecb18e13376'] = 'Salva';
-$_LANGADM['AdminRangePrice46c7a55c158bf94de7c848a7661be93a'] = 'Questo non è un corriere valido per questo range di prezzi';
$_LANGADM['AdminRangePrice5da618e8e4b89c66fe86e32cdafde142'] = 'Da:';
$_LANGADM['AdminRangePrice6bf0217a0db567ce8495e5125a1dfffb'] = 'Termine fascia (escluso)';
$_LANGADM['AdminRangePrice914419aa32f04011357d3b604a86d7eb'] = 'Mezzo di spedizione';
@@ -2847,7 +2846,6 @@ $_LANGADM['AdminRangePriced3b206d196cd6be3a2764c1fb90b200f'] = 'Elimina selezion
$_LANGADM['AdminRangePricee12167aa0a7698e6ebc92b4ce3909b53'] = 'A';
$_LANGADM['AdminRangePricee25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi slezionati?';
$_LANGADM['AdminRangePricef8617a92ba0a0a4eabee724eab7c9f48'] = 'Corriere:';
-$_LANGADM['AdminRangeWeight00ad8572e3224c20d793319efa0ca301'] = 'Non c\'è un corriere disponibile per questo range di peso.';
$_LANGADM['AdminRangeWeight1e6d57e813355689e9c77e947d73ad8f'] = 'Da :';
$_LANGADM['AdminRangeWeight2c39f2ba36ea6da8583198d554719eb1'] = 'Inizio fascia (incluso)';
$_LANGADM['AdminRangeWeight2e5b52416e267252bcdea3d6211c31ba'] = 'Puoi applicare questo range ad un altro corriere selezionando il suo nome.';
@@ -2861,6 +2859,7 @@ $_LANGADM['AdminRangeWeightb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminRangeWeightd3b206d196cd6be3a2764c1fb90b200f'] = 'Elimina selezionato';
$_LANGADM['AdminRangeWeighte12167aa0a7698e6ebc92b4ce3909b53'] = 'A';
$_LANGADM['AdminRangeWeighte25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi slezionati?';
+$_LANGADM['AdminRangeWeightf72ebb8ea83c29860db81a0df26de82c'] = 'Non c\'è un corriere disponibile per questo range di peso.';
$_LANGADM['AdminRangeWeightf8617a92ba0a0a4eabee724eab7c9f48'] = 'Corriere:';
$_LANGADM['AdminReferrers095a1b43effec73955e31e790438de49'] = '€';
$_LANGADM['AdminReferrers0988f870ad8a7648219df0767f768b8d'] = 'Referrer HTTP';
@@ -2899,6 +2898,7 @@ $_LANGADM['AdminReferrers5570dfe4ec8f3d4b2cf4d5780d928b39'] = 'Per esempio, i vi
$_LANGADM['AdminReferrers56b1219e1505393dd75346ab93e386f7'] = 'Tariffa percentuale';
$_LANGADM['AdminReferrers571b5937b85a9155062315a7c1d69fa2'] = '\"_\" sostituisce un carattere. Se vuoi usare il vero \"_\", devi digitare';
$_LANGADM['AdminReferrers591411cc8927851db2002208676d8330'] = 'Reg.';
+$_LANGADM['AdminReferrers5cab0ee70ed1007cb5abcd0ee7b6998a'] = 'Questo è utile perché ti permette di aggiungere tags o token nei link che puntano al tuo sito';
$_LANGADM['AdminReferrers62508131fde00888d0811939026f2f60'] = 'LìIl campo `http_referer` è il sito web da cui arriva il tuo cliente.';
$_LANGADM['AdminReferrers653cfa577bccb5b3587de505c7629922'] = 'Per esempio, se il visitatore accede ad una pagina del prodotto, l\'URL sarà';
$_LANGADM['AdminReferrers6691265cf8673ac521e3a1672d482723'] = 'Commissioi';
@@ -2933,7 +2933,6 @@ $_LANGADM['AdminReferrersbb166feff34b74fef81127259160c93a'] = 'Affiliato';
$_LANGADM['AdminReferrersc33e404a441c6ba9648f88af3c68a1ca'] = 'Statistiche';
$_LANGADM['AdminReferrersc67cf4c17877af5f7db7b337b87d84b8'] = 'C\'è un gran numero di dati, quindi ogni connessione riguardante i riferenti è indicizzata. Puoi rinfrescare questo indice cliccando sul tasto sopra. Fai attenzione questo prenderà molto tempo ed è necessario solo se hai modificato o aggiunto un riferente e puoi applicare I cambiamenti retroattivamente.';
$_LANGADM['AdminReferrersc880199d9ed40c53d2b0ad0470d6f576'] = 'Per esempio, puoi mettere un link “%dindex.php?prestashop” nel forum e avere le statistiche scegliendo “%prestashop” nel campo request_uri e avere tutti gli utenti provenienti dal forum';
-$_LANGADM['AdminReferrerscbefb6b27ef8a32b339d38608a81a5eb'] = 'Questo è utile perché ti permette di aggiungere tags o token nei link che puntano al tuo sito';
$_LANGADM['AdminReferrerscc99ae38b3da304c65ea3a9019800a38'] = 'Informazioni tecniche';
$_LANGADM['AdminReferrersd3139f39f1ad6324c80a9ddd50cc7867'] = 'Pagine visualizzate';
$_LANGADM['AdminReferrersd3b206d196cd6be3a2764c1fb90b200f'] = 'Elimina selezionato';
@@ -3029,11 +3028,11 @@ $_LANGADM['AdminScenesb718adec73e04ce3ec720dd11a06a308'] = 'Id';
$_LANGADM['AdminScenesb7d7436a18bf546dd6438d92218868c1'] = 'Seleziona tutti';
$_LANGADM['AdminScenesb908c2f34052b5276e0bf50f0e042211'] = 'Dimensione del file:';
$_LANGADM['AdminScenesb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato';
-$_LANGADM['AdminScenesc0638746d2c5f3151be067263de10449'] = 'Se l\'immagine è più piccola, verrà aggiunto un bordo bianco';
$_LANGADM['AdminScenesc9cc8cce247e49bae79f15173ce97354'] = 'Salva';
$_LANGADM['AdminScenescb456215c3333db0551bd0788bc258c7'] = 'Attivato';
$_LANGADM['AdminScenesd0f06038b6b3aa5edc07c7a6fd3ca3f9'] = 'Cerca una categoria';
$_LANGADM['AdminScenesd4fab32a3d444ea2d060ee35791f33cb'] = 'Per ottenere ciò per favore definisci la “zona” dove, passandoci sopra con il mouse, verrà visualizzato il popup';
+$_LANGADM['AdminScenesd56cfb474072ec8b61d26b8557a0a734'] = 'Se l\'immagine è più piccola, verrà aggiunto un bordo bianco';
$_LANGADM['AdminScenesda954fed6fbb63e29cfc51ecdd5e7a71'] = 'Clicca sul prodotto scelto, poi clicca su OK. Ripeti questo passaggio per ogni zona mappata che desideri creare';
$_LANGADM['AdminScenese0aa021e21dddbd6d8cecec71e9cf564'] = 'OK';
$_LANGADM['AdminScenesef7de3f485174ff47f061ad27d83d0ee'] = 'selezionato';
@@ -3052,8 +3051,8 @@ $_LANGADM['AdminSearch0e1aa8d47719bc3d8b37955486b134f1'] = 'Prodotti trovati con
$_LANGADM['AdminSearch22ffd0379431f3b615eb8292f6c31d12'] = 'Data di registrazione';
$_LANGADM['AdminSearch3132e30d561d92add3dfa6eef64c9e36'] = 'Nessuna categoria trovata con la tua query';
$_LANGADM['AdminSearch49ee3087348e8d44e1feda1917443987'] = 'Nome';
+$_LANGADM['AdminSearch5e9c2ea72c2308aeb15cb1d4519270d7'] = 'Nessun cliente trovato con la tua query';
$_LANGADM['AdminSearch63d5049791d9d79d86e9a108b0a999ca'] = 'Riferimento';
-$_LANGADM['AdminSearch6623375b2a8228e83afc61251c005ad2'] = 'Nessun cliente trovato con la tua query';
$_LANGADM['AdminSearch7442e29d7d53e549b78d93c46b8cdcfc'] = 'Ordini';
$_LANGADM['AdminSearch77eb276f5dcdf4fbca854e908216f7b2'] = 'Prezzo (tasse incl.)';
$_LANGADM['AdminSearch8b5dd64ab8d0b8158906796b53a200e2'] = 'Indirizzo e-mail';
@@ -3149,17 +3148,18 @@ $_LANGADM['AdminShop1814d65a76028fdfbadab64a5a8076df'] = 'Fornitori';
$_LANGADM['AdminShop1aa4c641d6920ddb97a2562f8ec53853'] = 'Gruppo:';
$_LANGADM['AdminShop1d6af794b2599c1407a83029a09d1ecf'] = 'Mezzi di spedizione';
$_LANGADM['AdminShop1d92a46c4e14c43c3096d85c9f26fc4e'] = 'Scegli I dati da importare';
+$_LANGADM['AdminShop224154fa6f3601b7de4690ba6a9ad8b4'] = 'Albero multinegozio';
$_LANGADM['AdminShop2377be3c2ad9b435ba277a73f0f1ca76'] = 'Produttori';
$_LANGADM['AdminShop247ce0c9b61b77d61c5de8e2c3e32978'] = 'Modifica questo URL';
$_LANGADM['AdminShop24a23d787190f2c4812ff9ab11847a72'] = 'Status:';
$_LANGADM['AdminShop25c25c36ef8fc9436725e3a4eb6044d2'] = 'Elimina questo negozio';
+$_LANGADM['AdminShop2844ecb71391067e71fcd5d84ce6f94e'] = 'Attenzione: non sarai in grado di cambiare il gruppo di questo negozio, se questo negozio appartiene ad un gruppo con una di queste opzioni su azioni \"clienti\" o \"ripartiscono\" o \"ordini di condividere\" attivati.';
$_LANGADM['AdminShop2df07bc574bd6370979f7762b08b4a32'] = 'Scegli il negozio (fonte)';
$_LANGADM['AdminShop30cfab87fe702cd2ff1b064fa4729305'] = 'Aggiungi nuova URL';
$_LANGADM['AdminShop339b1acb0d1f26923dc4545a9f749ab3'] = 'Account servizio web';
$_LANGADM['AdminShop37c0e2b9736bc4cc2005f7be3fd66fe5'] = 'Abilita o disabilita negozio';
$_LANGADM['AdminShop3adbdb3ac060038aa0e6e6c138ef9873'] = 'Categoria';
$_LANGADM['AdminShop4390988a3f7d7cfa3d8a5ecb11976f58'] = 'Gruppo negozio';
-$_LANGADM['AdminShop4a4122f85bc7d1d197ef87cf89f90d01'] = 'Attenzione: non sarai in grado di cambiare il gruppo di questo negozio, se questo negozio appartiene ad un gruppo con una di queste opzioni su azioni \"clienti\" o \"ripartiscono\" o \"ordini di condividere\" attivati.';
$_LANGADM['AdminShop517a8a7dbf1f6e371509817de328e396'] = 'Gruppo utenti';
$_LANGADM['AdminShop580cb0ed4cf533163f82c70c7833bb9d'] = 'Gruppo negozio';
$_LANGADM['AdminShop5a8f8f8e0bcbfcd926271ee7d7351134'] = 'Lista gruppi negozio';
@@ -3188,29 +3188,29 @@ $_LANGADM['AdminShopGroup00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato';
$_LANGADM['AdminShopGroup0f86285516456595b59620181e9c689c'] = 'Negozio del gruppo';
$_LANGADM['AdminShopGroup18e5ed18a875ebffce61b7abe7b5dc1e'] = 'Condividi clienti:';
$_LANGADM['AdminShopGroup24a23d787190f2c4812ff9ab11847a72'] = 'Status:';
-$_LANGADM['AdminShopGroup3f4e4431c51dfb7074793fdfb01a10a7'] = 'Attenzione: non è consigliato di abilitare “condividi clienti” e “condividi ordini”, perché una volta attivati e utenti e ordini saranno creati non potrai più disabilitare questa opzione. Se necessiti di questa opzione, considera invece di usare diverse categorie piuttosto che diversi negozi.';
+$_LANGADM['AdminShopGroup2b53538f9964a4e9555379dfd7aec1de'] = 'Quando questa opzione è abiliata (disponibile solo quando hai attivato condividi quantità e condividi clienti), i carrelli degli utenti saranno condivisi tra i negozi del gruppo. In questo modo ogni prodotto messo nel carrello in un negozio può essere acquistato anche in altri negozi del gruppo. Attenzione non puoi disabilitare questa funziona dopo che almeno un utente sarà registrato.';
+$_LANGADM['AdminShopGroup49b183782090ccc2c81a82a739516cb2'] = 'Condividi quantità disponibile per la vendita per I negozi del gruppo. Quando cambi questa impostazione tutte le quantità dei negozi saranno impostate a 0';
$_LANGADM['AdminShopGroup5bafd557247e80174f35c1870e760364'] = 'Negozio di default:';
$_LANGADM['AdminShopGroup652342e19bf26f8d1b350e60aad3e3bf'] = 'Aggiungi nuovo negozio';
-$_LANGADM['AdminShopGroup69c655ebbe2393caaadab9495b42e47d'] = 'Quando questa opzione è abiliata (disponibile solo quando hai attivato condividi quantità e condividi clienti), i carrelli degli utenti saranno condivisi tra i negozi del gruppo. In questo modo ogni prodotto messo nel carrello in un negozio può essere acquistato anche in altri negozi del gruppo. Attenzione non puoi disabilitare questa funziona dopo che almeno un utente sarà registrato.';
$_LANGADM['AdminShopGroup7641f2d6a19d137714d493ac979e20d5'] = 'Aggiungi un nuovo gruppo di negozi';
-$_LANGADM['AdminShopGroup7c18039b09018a9af060e9a3b74278bd'] = 'Condividi quantità disponibile per la vendita per I negozi del gruppo. Quando cambi questa impostazione tutte le quantità dei negozi saranno impostate a 0';
-$_LANGADM['AdminShopGroup7f6362c8aa3fbfa67297a61af562975b'] = 'Opzioni MultiNegozio';
$_LANGADM['AdminShopGroup86a45aede7b70cccba4f1abd370aea00'] = 'Nome gruppo negozio:';
+$_LANGADM['AdminShopGroup8ca5f662330b946a39c6a32d2ed8bf82'] = 'Una volta attivata questa funzione: se un cliente si registra su un sito del gruppo, sarà disponibile per tutti i negozi del gruppo. Attenzion non puoi disabilitare questa funzione dopo che un utente si sarà registrato.';
$_LANGADM['AdminShopGroup8cf1c12c31b716190d84ba7c578dbcd8'] = 'Abilita o disabilita gruppo negozio';
+$_LANGADM['AdminShopGroup90f72fb554403a6b1cb46741c5f348f2'] = 'Opzioni MultiNegozio';
$_LANGADM['AdminShopGroupb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminShopGroupb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato';
$_LANGADM['AdminShopGroupbec5ca2064490f938c3478fd90bf2da1'] = 'Condividi quantità disponibile per la vendita:';
+$_LANGADM['AdminShopGroupc2ffb703a458ea15e9554ceaed6cb68e'] = 'Attenzione: non è consigliato di abilitare “condividi clienti” e “condividi ordini”, perché una volta attivati e utenti e ordini saranno creati non potrai più disabilitare questa opzione. Se necessiti di questa opzione, considera invece di usare diverse categorie piuttosto che diversi negozi.';
+$_LANGADM['AdminShopGroupc54be5ed86a412d6331992ebed716a67'] = 'Gruppo di negozio';
$_LANGADM['AdminShopGroupc9cc8cce247e49bae79f15173ce97354'] = 'Salva';
-$_LANGADM['AdminShopGroupe78cc393bbaf15e830e3b22178d74a00'] = 'Gruppo di negozio';
$_LANGADM['AdminShopGroupe9f83d2cd2cd8ce6d8a58d3fc454d5cf'] = 'Condividi ordini:';
-$_LANGADM['AdminShopGroupfc7782110aebfc15f6f04144dfdc1cbc'] = 'Una volta attivata questa funzione: se un cliente si registra su un sito del gruppo, sarà disponibile per tutti i negozi del gruppo. Attenzion non puoi disabilitare questa funzione dopo che un utente si sarà registrato.';
$_LANGADM['AdminShopUrl00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato';
$_LANGADM['AdminShopUrl10a0bce6f732af77fbc0b310de0a0f47'] = 'Il negozio selezionato ha già una URL principale, puoi scegliere questa, in tal caso la vecchia URL principale diventerà URL normale';
$_LANGADM['AdminShopUrl1a12a19a4e3e3626f44f2c7969ce2b5b'] = 'Cartella fisica del negozio sul tuo server. Lascia questo campo vuoto se il tuo negozio è installato nella root (es. Se il tuo negozio è disponibile in www.my-prestashop.com/my-store/, devi mettere my-store/ in questo campo).';
$_LANGADM['AdminShopUrl24a23d787190f2c4812ff9ab11847a72'] = 'Status:';
+$_LANGADM['AdminShopUrl30cfab87fe702cd2ff1b064fa4729305'] = 'Aggiungi nuova URL';
$_LANGADM['AdminShopUrl32401234f706ad260cc990d83fe5d7ec'] = 'La tua URL finale sarà:';
$_LANGADM['AdminShopUrl37d00f4554dc3c0baeb34a9c22d787d9'] = 'URL del tuo negozio';
-$_LANGADM['AdminShopUrl3cbc37f94997d23bfe2824165dc45549'] = 'Aggiungi nuova URL';
$_LANGADM['AdminShopUrl676e457154510d142765d535fbf11df0'] = 'URL principale';
$_LANGADM['AdminShopUrl873646ada13763eda1a5393d99973204'] = 'Dominio SSL:';
$_LANGADM['AdminShopUrl9b5ee5e0b5aed007f4192b3252a0eccf'] = 'È necessario attivare la riscrittura degli URL, se si desidera aggiungere un URI virtuale.';
@@ -3223,14 +3223,14 @@ $_LANGADM['AdminShopUrlb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato';
$_LANGADM['AdminShopUrlbd5f9f37b54fe8f66369f74784576e6c'] = 'Dominio:';
$_LANGADM['AdminShopUrlbfc70beddce99a8ab159563d4e03f7af'] = 'Opzioni URL';
$_LANGADM['AdminShopUrlc9cc8cce247e49bae79f15173ce97354'] = 'Salva';
+$_LANGADM['AdminShopUrld12a8a7d299323b44afb95e597cd0715'] = 'Attenzione: la riscrittura degli URL (per esempio Apache mod_rewrite) sembra essere disattivato. Se l\'URL non funziona, rivolgersi al proprio fornitore di host e chiedere come attivare la riscrittura degli URL.';
$_LANGADM['AdminShopUrld42225935a374f1249f2a45ebed00772'] = 'Attivato o disattivato';
$_LANGADM['AdminShopUrld63c1ea9ab7850a74940ff760f25034b'] = 'Modifica questo negozio';
-$_LANGADM['AdminShopUrlda9590054e1fdec4ba1f63666e89863d'] = 'Attenzione: la riscrittura degli URL (per esempio Apache mod_rewrite) sembra essere disattivato. Se l\'URL non funziona, rivolgersi al proprio fornitore di host e chiedere come attivare la riscrittura degli URL.';
$_LANGADM['AdminShopUrldd22844f47ebedcec07f9c920af00fb3'] = 'URL virtuale:';
+$_LANGADM['AdminShopUrldebbcea48c2384f978e2783bb99ba075'] = 'Puoi scegliere questa opzione se non vuoi creare la cartella nel tuo negozio. (es. Se vuoi che il tuo negozio sia dispobilie con URL www.my-prestashop.com/my-store/shoes/, devi impostare shoes/ in questo campo, immaginando che my-store/ sia la tua URI fisica).';
$_LANGADM['AdminShopUrle6b391a8d2c4d45902a23a8b6585703d'] = 'URL';
$_LANGADM['AdminShopUrle93c33bd1341ab74195430daeb63db13'] = 'Nome del negozio:';
$_LANGADM['AdminShopUrlec0a460d665960aaa805fe83079c8a29'] = 'Fino a quando non hai scelto la URL Principale, devi sceliere una URL per tutti I negozi';
-$_LANGADM['AdminShopUrlf34e3f34ca9b7d83cb35376b6cbc9a2a'] = 'Puoi scegliere questa opzione se non vuoi creare la cartella nel tuo negozio. (es. Se vuoi che il tuo negozio sia dispobilie con URL www.my-prestashop.com/my-store/shoes/, devi impostare shoes/ in questo campo, immaginando che my-store/ sia la tua URI fisica).';
$_LANGADM['AdminShopUrlf6e7829277b67d5a8805d6728a810362'] = 'URL rewriting deve essere attivato sul tuo server per utilizzare questa opzione';
$_LANGADM['AdminShopa9e4402481bd9b8e36752bf731f67eb6'] = 'Tema';
$_LANGADM['AdminShopb6755d218d5f4e1cef9cce9cc39aeda9'] = 'Meta';
@@ -3243,7 +3243,6 @@ $_LANGADM['AdminShopbafd7322c6e97d25b6299b5d6fe8920b'] = 'No';
$_LANGADM['AdminShopbb34f602e45a9fbcb2cdfee7a48673fc'] = 'Scene';
$_LANGADM['AdminShopbbaff12800505b22a853e8b7f4eb6a22'] = 'Contatti';
$_LANGADM['AdminShopbf17ac149e2e7a530c677e9bd51d3fd2'] = 'Moduli';
-$_LANGADM['AdminShopc3dd254606fb978c7b0c51b6d8987865'] = 'Albero multinegozio';
$_LANGADM['AdminShopc8cfbbbe4253e14390b2b14d7e60d9c8'] = 'Importa dati';
$_LANGADM['AdminShopc9cc8cce247e49bae79f15173ce97354'] = 'Salva';
$_LANGADM['AdminShopcceb3f70e3d4cda3aea8ace295459881'] = 'Clicca qui per mostrare la lista gruppi negozio';
@@ -3525,6 +3524,7 @@ $_LANGADM['AdminStockManagement77295c7d814e7397c55f64ec06313984'] = 'Valuta:';
$_LANGADM['AdminStockManagement7aff970b4fe3769a590756115c0fc2b5'] = 'Aggiungi al magazzino';
$_LANGADM['AdminStockManagement83addfb8621c887f4c0ae111d063166b'] = 'Infine, ti verrà chiesto di specificare lo stato della quantità che si aggiunge:';
$_LANGADM['AdminStockManagement8823610f384caeee0e41a26b1b82fcda'] = 'Somma di quantità per tutti I magazzini';
+$_LANGADM['AdminStockManagement93834f1cb1d4573b64b93057593cc229'] = 'utilizzabile per la vendita significa che questa quantità sarà disponibile nel tuo negozio (i),';
$_LANGADM['AdminStockManagement99af53326570e3f65c82d534f0b6dd6a'] = 'non utilizzabile';
$_LANGADM['AdminStockManagement9cc191857999f8fdacb83f85985f1795'] = 'Magazzino: Aggiungi prodotto';
$_LANGADM['AdminStockManagement9ea67be453eaccf020697b4654fc021a'] = 'Salva e rimani';
@@ -3552,7 +3552,6 @@ $_LANGADM['AdminStockManagementd6ac255137be35d4ba97bc2f8e15c86f'] = 'Ultimo prez
$_LANGADM['AdminStockManagementdd300318a5fbdf8db10fee5c89657df9'] = 'Questa è una quantità utilizzabile per la vendita?';
$_LANGADM['AdminStockManagementdfa4596c0cc167b50e14a558b3a8afac'] = 'Utilizzabile per la vendita nel magazzino di destinazione?';
$_LANGADM['AdminStockManagemente1b729c52480225d06d4bd27b2a811be'] = 'Il prodotto è stato aggiunto con successo al magazzino';
-$_LANGADM['AdminStockManagemente6bff42d0b439c7129df43bae2cca3f2'] = 'utilizzabile per la vendita significa che questa quantità sarà disponibile nel tuo negozio (i),';
$_LANGADM['AdminStockManagementea4788705e6873b424c65e91c2846b19'] = 'Annulla';
$_LANGADM['AdminStockManagementeb65183e450756692c2d098c3cc5bda5'] = 'Magazzino: Rimuovi prodotto';
$_LANGADM['AdminStockManagementf548c1f7ba94a7c672abbc78dc236ea8'] = 'Questa interfaccia consente di gestire le scorte di ciascuno dei vostri prodotti e le loro variazioni.';
@@ -3585,6 +3584,7 @@ $_LANGADM['AdminStores0188aaac1db951dc90bced9ecd606c04'] = 'Mostrato nelle e-mai
$_LANGADM['AdminStores076b51bf10faf2ca6a3338049c5c4ee4'] = 'Foto del negozio';
$_LANGADM['AdminStores0f98b7f230f3c91292f0de4c99e263f2'] = 'Registrazione';
$_LANGADM['AdminStores129bc0180cf6adfae273b4322f2c33f5'] = 'Registrazione informazioni negozio (es: SIRET o RCS)';
+$_LANGADM['AdminStores17427cacd715b47e9e9d3d26a6e546c7'] = 'Codice postale';
$_LANGADM['AdminStores1908624a0bca678cd26b99bfd405324e'] = 'Dimensione del file';
$_LANGADM['AdminStores1b9a36c9acf2ab7a81d67a55432b6c8f'] = 'Indirizzo negozio';
$_LANGADM['AdminStores25df2f937d1be8a5815925108b30a1b0'] = 'Latitudine di default:';
@@ -3605,13 +3605,13 @@ $_LANGADM['AdminStores642d3ba5db8b57e006584b544e490ec7'] = 'Codice postale';
$_LANGADM['AdminStores6bd1a5cfbb1cda78dedffa3825ed263a'] = 'Mostra o meno questo negozio';
$_LANGADM['AdminStores6f5373ad371f50f8d9846abf459e9770'] = 'Latitudine / Longitudine:';
$_LANGADM['AdminStores6f8522e0610541f1ef215a22ffa66ff6'] = 'Lunedì';
+$_LANGADM['AdminStores73bce3017c28608726c79c501b13bd28'] = 'Coordinate del negozio, per es.: 45.265469 / -47.226478';
$_LANGADM['AdminStores783cb853aae6984e51583b3bb80c09d2'] = 'Indirizzo (2)';
$_LANGADM['AdminStores78ae6f0cd191d25147e252dc54768238'] = 'Giovedì';
$_LANGADM['AdminStores792ccc0c7f3d0d20366fbbf44ef7cd78'] = 'Mostrato nelle e-mail e nei titoli di pagina';
$_LANGADM['AdminStores796c163589f295373e171842f37265d5'] = 'Mercoledì';
$_LANGADM['AdminStores821b8ee6937cec96c30fdafbfe836d68'] = 'Negozi';
$_LANGADM['AdminStores8268ffbdb9787de57913f0040daf35a1'] = 'Nome del negozio, per esempio : Store Mall Citycentre';
-$_LANGADM['AdminStores85763e4e3f6a6c45cc8c0687038025e5'] = 'Codice postale';
$_LANGADM['AdminStores86197fcc6dd67ec32c447e521889675f'] = 'Mostra un link verso il localizzatore del negozio a piè di pagina';
$_LANGADM['AdminStores867f400ebb34232c656185d4ca7350b2'] = 'Mostra un link verso il localizzatore del negozio nella pagina sitemap';
$_LANGADM['AdminStores8ae5811be1a55b9b8447ad2dbdadbf6e'] = 'Immagine:';
@@ -3629,7 +3629,6 @@ $_LANGADM['AdminStoresbcc254b55c4a1babdf1dcb82c207506b'] = 'Telefono:';
$_LANGADM['AdminStoresc33b138a163847cdb6caeeb7c9a126b4'] = 'Venerdì';
$_LANGADM['AdminStoresc4d2dfcc9772ed9b143df5491e828235'] = 'Nessuna mappa, nessuna ricerca, solo un elenco dei negozi';
$_LANGADM['AdminStorescd956dfe3a1f6625ddfdc2cfa98dbdd5'] = 'Mostra un localizzatore del negozio semplificato';
-$_LANGADM['AdminStoresd108a94475e22677c0cd8ecdc3f0eb62'] = 'Codice postale:';
$_LANGADM['AdminStoresd3b206d196cd6be3a2764c1fb90b200f'] = 'Elimina selezionato';
$_LANGADM['AdminStoresdd7bf230fde8d4836917806aff6a6b27'] = 'Indirizzo:';
$_LANGADM['AdminStorese1bcd0aa73dbc610f1fc628499244d8f'] = 'Caratteri permessi: lettere, spazi e %s';
@@ -3638,8 +3637,8 @@ $_LANGADM['AdminStorese734ed12d2c2026532f66e0ebeedfc8c'] = 'Esempio: 10,00-21,30
$_LANGADM['AdminStorese93c33bd1341ab74195430daeb63db13'] = 'Nome del negozio:';
$_LANGADM['AdminStoresec53a8c4f07baed5d8825072c89799be'] = 'Status';
$_LANGADM['AdminStoresede4759c9afae620fd586628789fa304'] = 'Abilita selezione';
+$_LANGADM['AdminStoresefbe7a69a4c8d54da7d255fe28cd1a5c'] = 'Codice postale:';
$_LANGADM['AdminStoresf2a6c498fb90ee345d997f888fce3b18'] = 'Elimina';
-$_LANGADM['AdminStoresfe370c96885df78dd3123a1779bd6a26'] = 'Coordinate del negozio, per es.: 45.265469 / -47.226478';
$_LANGADM['AdminStoresffea2d321be109fc7243cfeb515fe257'] = 'Scegli la tua nazione';
$_LANGADM['AdminSuppliers0099c0173a3c7758b36025bdae9b4fc7'] = 'Attivato:';
$_LANGADM['AdminSuppliers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato';
@@ -3666,6 +3665,7 @@ $_LANGADM['AdminSuppliers66b02975abe1eaca734427011e342ee3'] = 'Riferimento forni
$_LANGADM['AdminSuppliers673ae02fffb72f0fe68a66f096a01347'] = 'Telefono:';
$_LANGADM['AdminSuppliers76d17e0cd552ad8ca18c5fc1ae9d8098'] = 'Apparirà nell\'elenco fornitori';
$_LANGADM['AdminSuppliers7b250cb374c12c42a75227ba75df7779'] = 'Meta titolo:';
+$_LANGADM['AdminSuppliers875701316088d13e12736d3e8d295c12'] = 'Codice postale';
$_LANGADM['AdminSuppliers8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo';
$_LANGADM['AdminSuppliers990fc90e39367377c314f1d61522ae61'] = 'Numero di prodotti';
$_LANGADM['AdminSuppliersa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta Descrizione:';
@@ -3675,14 +3675,13 @@ $_LANGADM['AdminSuppliersb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminSuppliersb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattiva';
$_LANGADM['AdminSuppliersbc67a1507258a758c3a31e66d7ceff8f'] = 'Riferimento fornitori:';
$_LANGADM['AdminSuppliersbffb711ec36f280459d11dce315da72f'] = 'Città:';
-$_LANGADM['AdminSuppliersc3f42f159abd8ca877101e1f6eff322f'] = 'Codice postale';
$_LANGADM['AdminSuppliersc804723ccdde3d7a46933b208c6f928d'] = 'Prezzo di acquisto';
$_LANGADM['AdminSuppliersc8c5918f1175c1296d19755b2f49d1c9'] = 'Quantità disponibile ';
$_LANGADM['AdminSuppliersccf096490d2671f3ea97ea9289eee5b1'] = 'Ean 13 :';
$_LANGADM['AdminSuppliersd0042a700e9bdf79689d63ee6846dc0e'] = 'Descrizione:';
+$_LANGADM['AdminSuppliersd09202be3897169fed2363d6b13ec0e4'] = 'Non è possibile cancellare il fornitore se ci sono ordini al fornitore in sospeso';
$_LANGADM['AdminSuppliersd122d10313ee7cc2850e091c86f699ae'] = 'Scegli la nazione a cui sono riferiti la regione, provincia e città';
$_LANGADM['AdminSuppliersd3b206d196cd6be3a2764c1fb90b200f'] = 'Elimina selezionato';
-$_LANGADM['AdminSupplierse244c4d299a27cf41ec994fe594f2ffc'] = 'Non è possibile cancellare il fornitore se ci sono ordini al fornitore in sospeso';
$_LANGADM['AdminSupplierse25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi slezionati?';
$_LANGADM['AdminSuppliersf16b5952df8d25ea30b25ff95ee8fedf'] = 'Associazione negozi:';
$_LANGADM['AdminSuppliersf64be5eef68442a8f50cf535b92ad3e4'] = 'Nazione:';
@@ -3702,7 +3701,6 @@ $_LANGADM['AdminSupplyOrders227ec9e4ecfa16aaa58914d3cf18fc38'] = 'La referenza d
$_LANGADM['AdminSupplyOrders236d0eb7130ba05580fa0cb21f6b968d'] = 'Ultimo aggiornamento';
$_LANGADM['AdminSupplyOrders2406c65c7d678cfca3aad1233c50283a'] = 'Non hai il permesso di cambiare delle cose qui';
$_LANGADM['AdminSupplyOrders278c491bdd8a53618c149c4ac790da34'] = 'modello di mail';
-$_LANGADM['AdminSupplyOrders27bf65260c3bafcdd9f940b1d756e50f'] = 'Magazzino: template ordini fornitori';
$_LANGADM['AdminSupplyOrders290612199861c31d1036b185b4e69b75'] = 'Riepilogo';
$_LANGADM['AdminSupplyOrders2a33974dea4175f30185cb56486ac8a4'] = 'Per favore guarda che una linea verde vuol dire che hai ricevuto quello che ti aspettavi, una rossa che hai ricevuto più di quanto atteso';
$_LANGADM['AdminSupplyOrders3087c43f492d4127a9e129d86948cdc7'] = 'Ciò consentirà di ripristinare l\'ordine';
@@ -3713,6 +3711,7 @@ $_LANGADM['AdminSupplyOrders3959aa0881898af66624b618fa15913b'] = 'La data specif
$_LANGADM['AdminSupplyOrders3b0fabb7eb58b3c6a155d65a636bba45'] = 'Fai Attenzione!! Quando cambi questo campo, tutti I prodotti già aggiunti all\'ordine saranno cancellati';
$_LANGADM['AdminSupplyOrders3ceab085ee91049e822ee4ec4ebbc635'] = 'Sei sicuro che vuoi usare questo template?';
$_LANGADM['AdminSupplyOrders3d2d028c987facca2791700d1688c84c'] = 'Non hai il permesso di aggiungere un ordine fornitore.';
+$_LANGADM['AdminSupplyOrders3d727d1a7cd206a549653dedb03d19ed'] = 'Magazzino: template ordini fornitori';
$_LANGADM['AdminSupplyOrders3dd42bfc8345e82c43b4a40a3426ec49'] = 'Riferimento:';
$_LANGADM['AdminSupplyOrders3e398eaa9a5039a446766822f06ed5ef'] = 'Dettagli sull\'ordine fornitore #%s';
$_LANGADM['AdminSupplyOrders409df5506de6400241b28f14c4c643ae'] = 'Questa interfaccia ti permette di visualizzaare informazioni dettagliate sul tuo template ordine.';
@@ -3784,10 +3783,10 @@ $_LANGADM['AdminSupplyOrdersChangeState79ea758900c3bcb857f45804c7802062'] = 'Sta
$_LANGADM['AdminSupplyOrdersChangeStatec9cc8cce247e49bae79f15173ce97354'] = 'Salva';
$_LANGADM['AdminSupplyOrdersa05cbdb50dce094de8ecc4fee0738608'] = 'Seleziona il fornitore dal quale stai comprando il prodotto';
$_LANGADM['AdminSupplyOrdersa2108b0ea15cc69a3c4fabd9b4f9e0dc'] = 'Fai attenzione: una volta aggiornato, non puoi tornare indietro tranne che inserendo un numero negativo';
-$_LANGADM['AdminSupplyOrdersa322aa8b6f2451e69ef22d92c2f40cf4'] = 'Infine, tieni presente che puoi cambiare l\'ordine solo da un fornitore per volta';
$_LANGADM['AdminSupplyOrdersa3bc16892719ebd4d9c552bebe1b6358'] = 'Salva ordine';
$_LANGADM['AdminSupplyOrdersa7adb0d634f18509d11d206f18d23364'] = 'Questa interfaccia ti permette di aggiornare le quantità dell\'ordine in uscita';
$_LANGADM['AdminSupplyOrdersa86ed51dc97b4993b7f47c3c4cbdd5e4'] = 'Non hai selezionato nessun prodotto da aggiornare';
+$_LANGADM['AdminSupplyOrdersa899aa782f6c123ab143678a21653efa'] = 'Infine, tieni presente che puoi cambiare l\'ordine solo da un fornitore per volta';
$_LANGADM['AdminSupplyOrdersabae8de803e3505ebf82c0b2be7e6b11'] = 'Inoltre, cambiare la valuta o il fornitore resetterà il tuo ordine.';
$_LANGADM['AdminSupplyOrdersadc852563bca51fb6b10c7905010406d'] = 'Totale (tasse incl.)';
$_LANGADM['AdminSupplyOrdersae2b83a081959fff7ab2e96f4ce972d1'] = 'Aggiungi Nuovo Template';
@@ -3995,6 +3994,7 @@ $_LANGADM['AdminTrackingcf4f33891a4f0566c7afed3776d55446'] = 'La lista delle qua
$_LANGADM['AdminTrackingec53a8c4f07baed5d8825072c89799be'] = 'Status';
$_LANGADM['AdminTranslations0095a9fa74d1713e43e370a7d7846224'] = 'Esporta';
$_LANGADM['AdminTranslations00d9fe3a4ab9297f69c46d645fa8ca7c'] = 'Copia';
+$_LANGADM['AdminTranslations032aa70c755bf6c941944faf9c4aa3a1'] = 'La traduzione di Google consiglia:';
$_LANGADM['AdminTranslations06b88e0a4be34637f5f805ecb7f7cf55'] = 'devi selezionare 2 lingue per copiare i dati da una all\'altra';
$_LANGADM['AdminTranslations078deac9ee43d3b13c460c4fd069b925'] = 'C\'è un problema nel ricevere il file di posta.';
$_LANGADM['AdminTranslations079d46f759c88cff004922cb0e01027a'] = 'Qui puoi modificare le traduzioni per tutti i testi inseriti in PrestaShop.';
@@ -4018,6 +4018,7 @@ $_LANGADM['AdminTranslations3b54d45d2c221c50e916f3be1fc12f2a'] = 'Salva le modif
$_LANGADM['AdminTranslations3f9031a1125703962cef15939c8f16b3'] = 'Clicca sui titoli per aprire i fieldset';
$_LANGADM['AdminTranslations404b4271ee96d691668bdf528724d337'] = 'Prima, seleziona una sezione (come Back Office o Moduli). poi clicca sulla bandiera che rappresenta la lingua che vuoi modificare.';
$_LANGADM['AdminTranslations410928fc2683df4304cda7feaaa6ef42'] = '%s al minimo o traduci il file manualmente';
+$_LANGADM['AdminTranslations4485f9bed340fee220756cfa298e3959'] = 'I file di lingua (indicati in Strumenti >> Lingue >> Edizione) devono essere completi per permettere la copia delle traduzioni.';
$_LANGADM['AdminTranslations49209406acbe0bcd9091e03ec9349c42'] = 'Attenzione, perché sostituirà tutti i dati esistenti per la lingua di destinazione!';
$_LANGADM['AdminTranslations49bb55a857b2d5e437dc6879710a017d'] = 'crea una lingua nuova';
$_LANGADM['AdminTranslations4cfef51ba8ab14fc4de1439f1ed1e430'] = 'Lingua che si desidera aggiungere o aggiornare:';
@@ -4045,7 +4046,6 @@ $_LANGADM['AdminTranslations8a4e2d14aa85ccb1aced124f8d793708'] = 'Traduzioni Bac
$_LANGADM['AdminTranslations8dd4faeaa7ce20bb9166de613f5ad756'] = 'Traduzione modulo installata';
$_LANGADM['AdminTranslations8f2a5434bb1c382919249941c915b5e3'] = 'Traduzioni file PDF';
$_LANGADM['AdminTranslations8f553fc697fcb0fe16a71f401e2021f5'] = 'Se il formato del nome è: isocode.gzip (esempio: fr.gzip) e la lingua corrispondente a questo pacchetto non esiste, verrà creata automaticamente.';
-$_LANGADM['AdminTranslations921fbb1f4137ebeb5e354dd559c08b1e'] = 'I file di lingua (indicati in Strumenti >> Lingue >> Edizione) devono essere completi per permettere la copia delle traduzioni.';
$_LANGADM['AdminTranslations93364201c6b9ef55096169eacc70eebd'] = 'viene utilizzata per l\'ordine degli argomenti';
$_LANGADM['AdminTranslations943922bf7e0ff51289246b23d74f9949'] = 'E-mail moduli:';
$_LANGADM['AdminTranslations961e2bc7e3f570a3209546330de84a00'] = 'per suhosin.request.max_vars.';
@@ -4077,7 +4077,6 @@ $_LANGADM['AdminTranslationsd8f73c2c197bf664e07849db8cff86d8'] = 'È possibile a
$_LANGADM['AdminTranslationsd946d62db22cb9f9323968f8aac95e3f'] = 'E-mail per il modulo% s';
$_LANGADM['AdminTranslationsdae1228a5ffa648c6c756b680a6d4925'] = 'Lista delle e-mail che hai nella cartella';
$_LANGADM['AdminTranslationsdc270a086ec1b0304c86591f402ade8d'] = 'Pacchetto lingua da importare';
-$_LANGADM['AdminTranslationsdedb1be889dd8a3069986451df540216'] = 'La traduzione di Google consiglia:';
$_LANGADM['AdminTranslationse1686cbdbfefdc838c58469866922b6c'] = 'Chiudi tutti i fieldset';
$_LANGADM['AdminTranslationse5c00f5a2a221016210f0f721943fe1b'] = 'Alcune frasi da tradurre utilizzano questa sintassi:% s ... Queste sono variabili, e PrestaShop prenderà cura della loro sostituzione prima di visualizzare la vostra traduzione. È necessario lasciare queste nelle vostre traduzioni, e posizionarle in modo appropriato nella tua frase.';
$_LANGADM['AdminTranslationsea21841da70e6405af19fabc4ff8bdd9'] = 'mancanti';
@@ -4108,6 +4107,7 @@ $_LANGADM['AdminWarehouses2bf1d5fae1c321d594fdedf05058f709'] = 'Indirizzo';
$_LANGADM['AdminWarehouses31107d9c6038fd9df075ece7d00e7d1e'] = 'Attenzione! Non sarai in grado di modificare questo valore più tardi!';
$_LANGADM['AdminWarehouses34b17a1673277c293e17ed047f6498e5'] = 'Riferimento per questo magazzino';
$_LANGADM['AdminWarehouses34bf6c3bccde5b381a0f8f36408b94ea'] = 'Prima di aggiungere quantità nei tuoi magazzini, si dovrebbe verificare la valuta predefinita utilizzata.';
+$_LANGADM['AdminWarehouses362ceb8df40f827a250ccd6424d0fca8'] = 'Codice postale';
$_LANGADM['AdminWarehouses3745b2e299f52efb8de34b843767a0ea'] = 'Questa interfaccia ti permette di gestire Il tuo magazzino';
$_LANGADM['AdminWarehouses3c4553c80a6de049526f83f0ec59f6ee'] = 'Informazione Generali';
$_LANGADM['AdminWarehouses3dd42bfc8345e82c43b4a40a3426ec49'] = 'Riferimento:';
@@ -4120,10 +4120,10 @@ $_LANGADM['AdminWarehouses61914fd50f2e67059edfd1184c995d26'] = 'Tipo di gestione
$_LANGADM['AdminWarehouses6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri non validi:';
$_LANGADM['AdminWarehouses63d5049791d9d79d86e9a108b0a999ca'] = 'Riferimento';
$_LANGADM['AdminWarehouses673ae02fffb72f0fe68a66f096a01347'] = 'Telefono:';
+$_LANGADM['AdminWarehouses687e2e325b23b0f1c5f1cbd85324be73'] = 'Informazioni magazzino';
$_LANGADM['AdminWarehouses7124e962a4839a458c8876921df50852'] = 'Nome di questo magazzino';
$_LANGADM['AdminWarehouses738f9b58671446c324336c5c33290af7'] = 'Valutazione valuta:';
$_LANGADM['AdminWarehouses815491b6dbf72f1fd26dafbacc3c3e1f'] = 'Questo magazzino non esiste';
-$_LANGADM['AdminWarehouses8ef60b4404552160577e0164ce997bed'] = 'Informazioni magazzino';
$_LANGADM['AdminWarehouses92b68eb7efe99b8e3d16487dc5b0224a'] = 'Clicca qui se vuoi dettagli sui prodotti di questo magazzino.';
$_LANGADM['AdminWarehouses9612c8d2cca92d4f300eb36d990f0685'] = 'Attenzione, i prodotti provenienti da diversi magazzini dovranno essere spediti in diversi pacchetti.';
$_LANGADM['AdminWarehousesa44dff1b6d3a7a556b169d3508481f04'] = 'Inoltre, per ciascun deposito, è necessario verificare:';
@@ -4135,7 +4135,6 @@ $_LANGADM['AdminWarehousesb718adec73e04ce3ec720dd11a06a308'] = 'ID';
$_LANGADM['AdminWarehousesb8af235cfa7c64d28efc63d9a6a14fab'] = 'Quantitativi di prodotti fisici:';
$_LANGADM['AdminWarehousesbcaea3b7ef9c9ab46598db4e5ea02e61'] = 'Gestore:';
$_LANGADM['AdminWarehousesbffb711ec36f280459d11dce315da72f'] = 'Città:';
-$_LANGADM['AdminWarehousesc3f42f159abd8ca877101e1f6eff322f'] = 'Codice postale';
$_LANGADM['AdminWarehousesc589858dbe1d06c46544266ae4cd2c6f'] = 'FIFO';
$_LANGADM['AdminWarehousesc6b15fb05893a68b1b28f5b5e10c14b7'] = 'il tipo di gestione (secondo la legge nel proprio paese), la moneta di valutazione, i suoi vettori associati e negozi.';
$_LANGADM['AdminWarehousesc717e284ad698ebcb62ec4b4d4f5f0e1'] = 'Metodo di valutazione inventario';
@@ -4208,13 +4207,13 @@ $_LANGADM['Helper0bcef9c45bd8a48eda1b26eb0c61c869'] = '%';
$_LANGADM['Helper0f86285516456595b59620181e9c689c'] = 'Gruppo negozio';
$_LANGADM['Helper1412292b09d3cd39f32549afb1f5f102'] = 'Eliminare l\'elemento selezionato?';
$_LANGADM['Helper17f5f00c6d09158f70718e353e91d20e'] = 'Cerca una categoria';
-$_LANGADM['Helper185891b2ad8097661b471aa3645ecce8'] = 'Seleziona / Deseleziona tutti';
$_LANGADM['Helper1908624a0bca678cd26b99bfd405324e'] = 'Dimensione del file';
$_LANGADM['Helper193cfc9be3b995831c6af2fea6650e60'] = 'Pagina';
$_LANGADM['Helper195fbb57ffe7449796d23466085ce6d8'] = 'Maggio';
$_LANGADM['Helper19f823c6453c2b1ffd09cb715214813d'] = 'Campi obbligatori';
$_LANGADM['Helper1aa4c641d6920ddb97a2562f8ec53853'] = 'Gruppo:';
$_LANGADM['Helper1b539f6f34e8503c97f6d3421346b63c'] = 'Luglio';
+$_LANGADM['Helper1ef29a5a234edee09d7e54a321740181'] = 'Seleziona / Deseleziona tutti';
$_LANGADM['Helper21034ae6d01a83e702839a72ba8a77b0'] = 'Tasse escl.';
$_LANGADM['Helper258f49887ef8d14ac268c92b02503aaa'] = 'Su';
$_LANGADM['Helper2efd89b3ccc76b0b03a34196fc6d1c8b'] = 'Aggiungi tag';
@@ -4261,7 +4260,6 @@ $_LANGADM['Helperdd8921b41e0279a02c6a26a509241700'] = 'risultato/i';
$_LANGADM['Helpere12167aa0a7698e6ebc92b4ce3909b53'] = 'Per';
$_LANGADM['Helpere54b38290c8bdd95e8bc10412c9cc096'] = 'Campi richiesti';
$_LANGADM['Helpereca60ae8611369fe28a02e2ab8c5d12e'] = 'Ottobre';
-$_LANGADM['Helpered75712b0eb1913c28a3872731ffd48d'] = 'Duplica';
$_LANGADM['Helperee77ea46b0c548ed60eadf31bdd68613'] = 'Richiesta SQL non valida';
$_LANGADM['Helperee9b2f3cf31c23c944b15fb0b33d6a77'] = 'Nome del campo';
$_LANGADM['Helperef7de3f485174ff47f061ad27d83d0ee'] = 'selezionati';