Hook with the name displayHeader has been registered by Vp_Erply, but the corresponding method hookDisplayHeader has not been defined in the Module class.
at line 558 in file classes/Hook.php
553. $hook_name,
554. get_class($module_instance),
555. self::getMethodName($hook_name)
556. );
557. if (_PS_MODE_DEV_) {
558. throw new PrestaShopModuleException($message);
559. }
560. $logger = new LegacyLogger();
561. $logger->warning($message);
562. }
563.
1079. *
1080. * @return bool result
1081. */
1082. public function registerHook($hook_name, $shop_list = null)
1083. {
1084. return Hook::registerHook($this, $hook_name, $shop_list);
1085. }
1086.
1087. /**
1088. * Unregister module from hook.
1089. *
Argument [0] Vp_Erply Object ( [api:Vp_Erply:private] => [product_helper:Vp_Erply:private] => [cronLogger:Vp_Erply:private] => [id] => 166 [version] => 0.4.3-ewsound [database_version] => [registered_version] => [ps_versions_compliancy] => Array ( [min] => 1.4.0.0 [max] => 8.2.0 ) [dependencies] => Array ( ) [name] => vp_erply [displayName] => Erply integration [description] => Erply integration [confirmUninstall] => [author] => Veebipoed.ee [author_uri] => [module_key] => [bootstrap] => 1 [description_full] => [additional_description] => [compatibility] => [nb_rates] => [avg_rate] => [badges] => [message] => [logo] => [options] => [optionsHtml] => [need_instance] => 1 [tab] => migration_tools [active] => 1 [warning] => [enable_device] => 7 [limited_countries] => Array ( ) [controllers] => Array ( ) [installed] => [show_quick_view] => [_lang:protected] => Array ( ) [_path:protected] => /modules/vp_erply/ [local_path:protected] => /data05/virt2670/domeenid/www.ewsound.ee/shop/modules/vp_erply/ [_errors:protected] => Array ( ) [_confirmations:protected] => Array ( ) [table:protected] => module [identifier:protected] => id_module [context:protected] => Context Object ( [cart] => Cart Object ( [id] => [id_shop_group] => 1 [id_shop] => 1 [id_address_delivery] => 0 [id_address_invoice] => 0 [id_currency] => 1 [id_customer] => [id_guest] => 0 [id_lang] => 1 [recyclable] => [gift] => [gift_message] => [mobile_theme] => [date_add] => [secure_key] => [id_carrier] => 0 [date_upd] => [checkedTos] => [pictures] => [textFields] => [delivery_option] => [allow_seperated_package] => [_products:protected] => [_taxCalculationMethod:protected] => 0 [webserviceParameters:protected] => Array ( [fields] => Array ( [id_address_delivery] => Array ( [xlink_resource] => addresses ) [id_address_invoice] => Array ( [xlink_resource] => addresses ) [id_currency] => Array ( [xlink_resource] => currencies ) [id_customer] => Array ( [xlink_resource] => customers ) [id_guest] => Array ( [xlink_resource] => guests ) [id_lang] => Array ( [xlink_resource] => languages ) ) [associations] => Array ( [cart_rows] => Array ( [resource] => cart_row [virtual_entity] => 1 [fields] => Array ( [id_product] => Array ( [required] => 1 [xlink_resource] => products ) [id_product_attribute] => Array ( [required] => 1 [xlink_resource] => combinations ) [id_address_delivery] => Array ( [required] => 1 [xlink_resource] => addresses ) [id_customization] => Array ( [required] => [xlink_resource] => customizations ) [quantity] => Array ( [required] => 1 ) ) ) ) ) [configuration:protected] => PrestaShop\PrestaShop\Adapter\Configuration Object ( [shop:PrestaShop\PrestaShop\Adapter\Configuration:private] => [parameters:protected] => ) [addressFactory:protected] => PrestaShop\PrestaShop\Adapter\AddressFactory Object ( ) [shouldSplitGiftProductsQuantity:protected] => [shouldExcludeGiftsDiscount:protected] => [lang_associated:protected] => [id_shop_list] => Array ( ) [get_shop_from_context:protected] => 1 [table:protected] => cart [identifier:protected] => id_cart [fieldsRequired:protected] => Array ( [0] => id_currency [1] => id_lang ) [fieldsSize:protected] => Array ( [gift_message] => 4194303 [delivery_option] => 4194303 [secure_key] => 32 ) [fieldsValidate:protected] => Array ( [id_shop_group] => isUnsignedId [id_shop] => isUnsignedId [id_address_delivery] => isUnsignedId [id_address_invoice] => isUnsignedId [id_carrier] => isUnsignedId [id_currency] => isUnsignedId [id_customer] => isUnsignedId [id_guest] => isUnsignedId [id_lang] => isUnsignedId [recyclable] => isBool [gift] => isBool [gift_message] => isCleanHtml [mobile_theme] => isBool [allow_seperated_package] => isBool [date_add] => isDate [date_upd] => isDate ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [translator:protected] => [def:protected] => Array ( [table] => cart [primary] => id_cart [fields] => Array ( [id_shop_group] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_delivery] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_invoice] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_carrier] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_currency] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [id_customer] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_guest] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_lang] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [recyclable] => Array ( [type] => 2 [validate] => isBool ) [gift] => Array ( [type] => 2 [validate] => isBool ) [gift_message] => Array ( [type] => 3 [validate] => isCleanHtml [size] => 4194303 ) [mobile_theme] => Array ( [type] => 2 [validate] => isBool ) [delivery_option] => Array ( [type] => 3 [size] => 4194303 ) [secure_key] => Array ( [type] => 3 [size] => 32 ) [allow_seperated_package] => Array ( [type] => 2 [validate] => isBool ) [date_add] => Array ( [type] => 5 [validate] => isDate ) [date_upd] => Array ( [type] => 5 [validate] => isDate ) ) [classname] => Cart ) [update_fields:protected] => [force_id] => ) [customer] => Customer Object ( [id] => [id_shop] => [id_shop_group] => [secure_key] => [note] => [id_gender] => 0 [id_default_group] => 1 [id_lang] => [lastname] => [firstname] => [birthday] => [email] => [newsletter] => [ip_registration_newsletter] => [newsletter_date_add] => [optin] => [website] => [company] => [siret] => [ape] => [outstanding_allow_amount] => 0 [show_public_prices] => 0 [id_risk] => [max_payment_days] => 0 [passwd] => [last_passwd_gen] => [active] => 1 [is_guest] => [deleted] => [date_add] => [date_upd] => [years] => [days] => [months] => [geoloc_id_country] => [geoloc_id_state] => [geoloc_postcode] => [logged] => [id_guest] => [groupBox] => [reset_password_token] => [reset_password_validity] => [webserviceParameters:protected] => Array ( [objectMethods] => Array ( [add] => addWs [update] => updateWs ) [fields] => Array ( [id_default_group] => Array ( [xlink_resource] => groups ) [id_lang] => Array ( [xlink_resource] => languages ) [newsletter_date_add] => Array ( ) [ip_registration_newsletter] => Array ( ) [last_passwd_gen] => Array ( [setter] => ) [secure_key] => Array ( [setter] => ) [deleted] => Array ( ) [passwd] => Array ( [setter] => setWsPasswd ) ) [associations] => Array ( [groups] => Array ( [resource] => group ) ) ) [lang_associated:protected] => [id_shop_list] => Array ( ) [get_shop_from_context:protected] => 1 [table:protected] => customer [identifier:protected] => id_customer [fieldsRequired:protected] => Array ( [0] => lastname [1] => firstname [2] => email [3] => passwd ) [fieldsSize:protected] => Array ( [lastname] => 255 [firstname] => 255 [email] => 255 [passwd] => 255 [note] => 4194303 [reset_password_token] => 40 ) [fieldsValidate:protected] => Array ( [secure_key] => isMd5 [lastname] => isCustomerName [firstname] => isCustomerName [email] => isEmail [passwd] => isHashedPassword [id_gender] => isUnsignedId [birthday] => isBirthDate [newsletter] => isBool [optin] => isBool [website] => isUrl [company] => isGenericName [siret] => isGenericName [ape] => isApe [outstanding_allow_amount] => isFloat [show_public_prices] => isBool [id_risk] => isUnsignedInt [max_payment_days] => isUnsignedInt [active] => isBool [deleted] => isBool [is_guest] => isBool [id_shop] => isUnsignedId [id_shop_group] => isUnsignedId [id_lang] => isUnsignedId [date_add] => isDate [date_upd] => isDate [reset_password_token] => isSha1 [reset_password_validity] => isDateOrNull ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [translator:protected] => [def:protected] => Array ( [table] => customer [primary] => id_customer [fields] => Array ( [secure_key] => Array ( [type] => 3 [validate] => isMd5 [copy_post] => ) [lastname] => Array ( [type] => 3 [validate] => isCustomerName [required] => 1 [size] => 255 ) [firstname] => Array ( [type] => 3 [validate] => isCustomerName [required] => 1 [size] => 255 ) [email] => Array ( [type] => 3 [validate] => isEmail [required] => 1 [size] => 255 ) [passwd] => Array ( [type] => 3 [validate] => isHashedPassword [required] => 1 [size] => 255 ) [last_passwd_gen] => Array ( [type] => 3 [copy_post] => ) [id_gender] => Array ( [type] => 1 [validate] => isUnsignedId ) [birthday] => Array ( [type] => 5 [validate] => isBirthDate ) [newsletter] => Array ( [type] => 2 [validate] => isBool ) [newsletter_date_add] => Array ( [type] => 5 [copy_post] => ) [ip_registration_newsletter] => Array ( [type] => 3 [copy_post] => ) [optin] => Array ( [type] => 2 [validate] => isBool ) [website] => Array ( [type] => 3 [validate] => isUrl ) [company] => Array ( [type] => 3 [validate] => isGenericName ) [siret] => Array ( [type] => 3 [validate] => isGenericName ) [ape] => Array ( [type] => 3 [validate] => isApe ) [outstanding_allow_amount] => Array ( [type] => 4 [validate] => isFloat [copy_post] => ) [show_public_prices] => Array ( [type] => 2 [validate] => isBool [copy_post] => ) [id_risk] => Array ( [type] => 1 [validate] => isUnsignedInt [copy_post] => ) [max_payment_days] => Array ( [type] => 1 [validate] => isUnsignedInt [copy_post] => ) [active] => Array ( [type] => 2 [validate] => isBool [copy_post] => ) [deleted] => Array ( [type] => 2 [validate] => isBool [copy_post] => ) [note] => Array ( [type] => 6 [size] => 4194303 [copy_post] => ) [is_guest] => Array ( [type] => 2 [validate] => isBool [copy_post] => ) [id_shop] => Array ( [type] => 1 [validate] => isUnsignedId [copy_post] => ) [id_shop_group] => Array ( [type] => 1 [validate] => isUnsignedId [copy_post] => ) [id_default_group] => Array ( [type] => 1 [copy_post] => ) [id_lang] => Array ( [type] => 1 [validate] => isUnsignedId [copy_post] => ) [date_add] => Array ( [type] => 5 [validate] => isDate [copy_post] => ) [date_upd] => Array ( [type] => 5 [validate] => isDate [copy_post] => ) [reset_password_token] => Array ( [type] => 3 [validate] => isSha1 [size] => 40 [copy_post] => ) [reset_password_validity] => Array ( [type] => 5 [validate] => isDateOrNull [copy_post] => ) ) [classname] => Customer ) [update_fields:protected] => [force_id] => ) [cookie] => Cookie Object ( [_content:protected] => Array ( [date_add] => 2025-03-20 17:13:18 [id_lang] => 1 [id_currency] => 1 ) [_name:protected] => PrestaShop-2f394425e8a0d840f668fb3a6fd8d1f0 [_expire:protected] => 1744211598 [_domain:protected] => shop.ewsound.ee [_sameSite:protected] => Lax [_path:protected] => / [cipherTool:protected] => PhpEncryption Object ( ) [_modified:protected] => 1 [_allow_writing:protected] => 1 [_salt:protected] => 7WDDkiDL [_standalone:protected] => [_secure:protected] => 1 [session:protected] => ) [session] => Symfony\Component\HttpFoundation\Session\Session Object ( [storage:protected] => Symfony\Component\HttpFoundation\Session\Storage\PhpBridgeSessionStorage Object ( [bags:protected] => Array ( [attributes] => Symfony\Component\HttpFoundation\Session\SessionBagProxy Object ( [bag:Symfony\Component\HttpFoundation\Session\SessionBagProxy:private] => Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag Object ( [name:Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag:private] => attributes [storageKey:Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag:private] => _sf2_attributes [attributes:protected] => Array ( ) ) [data:Symfony\Component\HttpFoundation\Session\SessionBagProxy:private] => Array ( [_sf2_attributes] => Array ( ) [_symfony_flashes] => Array ( ) ) [usageIndex:Symfony\Component\HttpFoundation\Session\SessionBagProxy:private] => 2 ) [flashes] => Symfony\Component\HttpFoundation\Session\SessionBagProxy Object ( [bag:Symfony\Component\HttpFoundation\Session\SessionBagProxy:private] => Symfony\Component\HttpFoundation\Session\Flash\FlashBag Object ( [name:Symfony\Component\HttpFoundation\Session\Flash\FlashBag:private] => flashes [flashes:Symfony\Component\HttpFoundation\Session\Flash\FlashBag:private] => Array ( ) [storageKey:Symfony\Component\HttpFoundation\Session\Flash\FlashBag:private] => _symfony_flashes ) [data:Symfony\Component\HttpFoundation\Session\SessionBagProxy:private] => Array ( [_sf2_attributes] => Array ( ) [_symfony_flashes] => Array ( ) ) [usageIndex:Symfony\Component\HttpFoundation\Session\SessionBagProxy:private] => 2 ) ) [started:protected] => 1 [closed:protected] => [saveHandler:protected] => Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy Object ( [handler:protected] => Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler Object ( [handler:Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler:private] => SessionHandler Object ( ) [doDestroy:Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler:private] => [sessionName:Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler:private] => [prefetchId:Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler:private] => [prefetchData:Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler:private] => [newSessionId:Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler:private] => [igbinaryEmptyData:Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler:private] => ) [wrapper:protected] => [saveHandlerName:protected] => files ) [metadataBag:protected] => Symfony\Component\HttpFoundation\Session\Storage\MetadataBag Object ( [name:Symfony\Component\HttpFoundation\Session\Storage\MetadataBag:private] => __metadata [storageKey:Symfony\Component\HttpFoundation\Session\Storage\MetadataBag:private] => _sf2_meta [meta:protected] => Array ( [u] => 1742483598 [c] => 1742483598 [l] => 1744211598 ) [lastUsed:Symfony\Component\HttpFoundation\Session\Storage\MetadataBag:private] => 1742483598 [updateThreshold:Symfony\Component\HttpFoundation\Session\Storage\MetadataBag:private] => 0 ) [emulateSameSite:Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage:private] => ) [flashName:Symfony\Component\HttpFoundation\Session\Session:private] => flashes [attributeName:Symfony\Component\HttpFoundation\Session\Session:private] => attributes [data:Symfony\Component\HttpFoundation\Session\Session:private] => Array ( [_sf2_attributes] => Array ( ) [_symfony_flashes] => Array ( ) ) [usageIndex:Symfony\Component\HttpFoundation\Session\Session:private] => 2 ) [link] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// [ssl_enable:protected] => 1 [urlShopId:protected] => ) [country] => Country Object ( [id] => 86 [id_zone] => 13 [id_currency] => 0 [iso_code] => EE [call_prefix] => 372 [name] => Eesti [contains_states] => 0 [need_identification_number] => 0 [need_zip_code] => 1 [zip_code_format] => NNNNN [display_tax_label] => 1 [active] => 1 [webserviceParameters:protected] => Array ( [objectsNodeName] => countries [fields] => Array ( [id_zone] => Array ( [xlink_resource] => zones ) [id_currency] => Array ( [xlink_resource] => currencies ) ) ) [id_lang:protected] => 2 [lang_associated:protected] => [id_shop:protected] => 1 [id_shop_list] => Array ( ) [get_shop_from_context:protected] => 1 [table:protected] => country [identifier:protected] => id_country [fieldsRequired:protected] => Array ( [0] => id_zone [1] => iso_code [2] => contains_states [3] => need_identification_number [4] => display_tax_label ) [fieldsSize:protected] => Array ( [iso_code] => 3 ) [fieldsValidate:protected] => Array ( [id_zone] => isUnsignedId [id_currency] => isUnsignedId [call_prefix] => isInt [iso_code] => isLanguageIsoCode [active] => isBool [contains_states] => isBool [need_identification_number] => isBool [need_zip_code] => isBool [zip_code_format] => isZipCodeFormat [display_tax_label] => isBool ) [fieldsRequiredLang:protected] => Array ( [0] => name ) [fieldsSizeLang:protected] => Array ( [name] => 64 ) [fieldsValidateLang:protected] => Array ( [name] => isGenericName ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [translator:protected] => [def:protected] => Array ( [table] => country [primary] => id_country [multilang] => 1 [fields] => Array ( [id_zone] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [id_currency] => Array ( [type] => 1 [validate] => isUnsignedId ) [call_prefix] => Array ( [type] => 1 [validate] => isInt ) [iso_code] => Array ( [type] => 3 [validate] => isLanguageIsoCode [required] => 1 [size] => 3 ) [active] => Array ( [type] => 2 [validate] => isBool ) [contains_states] => Array ( [type] => 2 [validate] => isBool [required] => 1 ) [need_identification_number] => Array ( [type] => 2 [validate] => isBool [required] => 1 ) [need_zip_code] => Array ( [type] => 2 [validate] => isBool ) [zip_code_format] => Array ( [type] => 3 [validate] => isZipCodeFormat ) [display_tax_label] => Array ( [type] => 2 [validate] => isBool [required] => 1 ) [name] => Array ( [type] => 3 [lang] => 1 [validate] => isGenericName [required] => 1 [size] => 64 ) ) [associations] => Array ( [zone] => Array ( [type] => 1 ) [currency] => Array ( [type] => 1 ) [l] => Array ( [type] => 2 [field] => id_country [foreign_field] => id_country ) ) [classname] => Country ) [update_fields:protected] => [force_id] => ) [employee] => [controller] => ManufacturerController Object ( [php_self] => manufacturer [manufacturer:protected] => Manufacturer Object ( [id] => 10 [name] => dbx [description] => [short_description] => [id_address] => [date_add] => 2019-08-01 13:40:01 [date_upd] => 2019-08-01 13:40:01 [link_rewrite] => dbx [meta_title] => [meta_keywords] => [meta_description] => [active] => 1 [webserviceParameters:protected] => Array ( [fields] => Array ( [active] => Array ( ) [link_rewrite] => Array ( [getter] => getLink [setter] => ) ) [associations] => Array ( [addresses] => Array ( [resource] => address [setter] => [fields] => Array ( [id] => Array ( [xlink_resource] => addresses ) ) ) ) ) [id_lang:protected] => 1 [lang_associated:protected] => [id_shop:protected] => 1 [id_shop_list] => Array ( ) [get_shop_from_context:protected] => 1 [table:protected] => manufacturer [identifier:protected] => id_manufacturer [fieldsRequired:protected] => Array ( [0] => name ) [fieldsSize:protected] => Array ( [name] => 64 ) [fieldsValidate:protected] => Array ( [name] => isCatalogName ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( [description] => 4194303 [short_description] => 4194303 [meta_title] => 255 [meta_description] => 512 ) [fieldsValidateLang:protected] => Array ( [description] => isCleanHtml [short_description] => isCleanHtml [meta_title] => isGenericName [meta_description] => isGenericName [meta_keywords] => isGenericName ) [tables:protected] => Array ( ) [image_dir:protected] => /data05/virt2670/domeenid/www.ewsound.ee/shop/img/m/ [image_format:protected] => jpg [translator:protected] => [def:protected] => Array ( [table] => manufacturer [primary] => id_manufacturer [multilang] => 1 [fields] => Array ( [name] => Array ( [type] => 3 [validate] => isCatalogName [required] => 1 [size] => 64 ) [active] => Array ( [type] => 2 ) [date_add] => Array ( [type] => 5 ) [date_upd] => Array ( [type] => 5 ) [description] => Array ( [type] => 6 [lang] => 1 [validate] => isCleanHtml [size] => 4194303 ) [short_description] => Array ( [type] => 6 [lang] => 1 [validate] => isCleanHtml [size] => 4194303 ) [meta_title] => Array ( [type] => 3 [lang] => 1 [validate] => isGenericName [size] => 255 ) [meta_description] => Array ( [type] => 3 [lang] => 1 [validate] => isGenericName [size] => 512 ) [meta_keywords] => Array ( [type] => 3 [lang] => 1 [validate] => isGenericName ) ) [classname] => Manufacturer [associations] => Array ( [l] => Array ( [type] => 2 [field] => id_manufacturer [foreign_field] => id_manufacturer ) ) ) [update_fields:protected] => [force_id] => ) [label:protected] => [warning] => Array ( ) [success] => Array ( ) [info] => Array ( ) [iso] => [orderBy] => [orderWay] => [p] => [n] => [auth] => [guestAllowed] => [authRedirection] => [ssl] => 1 [restrictedCountry:protected] => 0 [maintenance:protected] => [redirectionExtraExcludedKeys:protected] => Array ( ) [nb_items_per_page] => [objectPresenter] => PrestaShop\PrestaShop\Adapter\Presenter\Object\ObjectPresenter Object ( ) [cart_presenter] => PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartPresenter Object ( [link:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartPresenter:private] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// [ssl_enable:protected] => 1 [urlShopId:protected] => ) [imageRetriever:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartPresenter:private] => PrestaShop\PrestaShop\Adapter\Image\ImageRetriever Object ( [link:PrestaShop\PrestaShop\Adapter\Image\ImageRetriever:private] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// [ssl_enable:protected] => 1 [urlShopId:protected] => ) [isMultipleImageFormatFeatureActive:PrestaShop\PrestaShop\Adapter\Image\ImageRetriever:private] => ) [settings:protected] => [taxConfiguration:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartPresenter:private] => TaxConfiguration Object ( [taxCalculationMethod:TaxConfigurationCore:private] => Array ( ) ) [productAssembler:protected] => ) [templateFinder:FrontControllerCore:private] => TemplateFinder Object ( [directories:TemplateFinderCore:private] => Array ( [0] => /data05/virt2670/domeenid/www.ewsound.ee/shop/themes/javo/templates/ ) [extension:TemplateFinderCore:private] => .tpl [productListEntities:TemplateFinderCore:private] => Array ( [0] => category [1] => manufacturer [2] => supplier ) [productListSearchEntities:TemplateFinderCore:private] => Array ( [0] => search [1] => price-drop [2] => best-sale [3] => prices-drop [4] => best-sales [5] => new-products ) [productEntities:TemplateFinderCore:private] => Array ( [0] => product ) [brandListEntities:TemplateFinderCore:private] => Array ( [0] => manufacturers [1] => suppliers ) ) [stylesheetManager:protected] => StylesheetManager Object ( [valid_media:StylesheetManagerCore:private] => Array ( [0] => all [1] => braille [2] => embossed [3] => handheld [4] => print [5] => projection [6] => screen [7] => speech [8] => tty [9] => tv ) [directories:protected] => Array ( [0] => /themes/javo/ [1] => [2] => / ) [configuration:protected] => PrestaShop\PrestaShop\Adapter\Configuration Object ( [shop:PrestaShop\PrestaShop\Adapter\Configuration:private] => [parameters:protected] => ) [list:protected] => Array ( [external] => Array ( [theme-main] => Array ( [id] => theme-main [type] => external [path] => /themes/javo/assets/css/theme.css [uri] => https://shop.ewsound.ee/themes/javo/assets/css/theme.css [media] => all [priority] => 50 [server] => local ) [theme-custom] => Array ( [id] => theme-custom [type] => external [path] => /themes/javo/assets/css/custom.css [uri] => https://shop.ewsound.ee/themes/javo/assets/css/custom.css [media] => all [priority] => 1000 [server] => local ) [hover] => Array ( [id] => hover [type] => external [path] => /themes/javo/assets/css/hover.min.css [uri] => https://shop.ewsound.ee/themes/javo/assets/css/hover.min.css [media] => all [priority] => 200 [server] => local ) [animate] => Array ( [id] => animate [type] => external [path] => /themes/javo/assets/css/animate.css [uri] => https://shop.ewsound.ee/themes/javo/assets/css/animate.css [media] => all [priority] => 201 [server] => local ) [front-css] => Array ( [id] => front-css [type] => external [path] => /modules/blockreassurance/views/dist/front.css [uri] => https://shop.ewsound.ee/modules/blockreassurance/views/dist/front.css [media] => all [priority] => 50 [server] => local ) [ps_socialfollow_icons] => Array ( [id] => ps_socialfollow_icons [type] => external [path] => /modules/ps_socialfollow/views/css/ps_socialfollow.css [uri] => https://shop.ewsound.ee/modules/ps_socialfollow/views/css/ps_socialfollow.css [media] => all [priority] => 50 [server] => local ) [blockwishlistController] => Array ( [id] => blockwishlistController [type] => external [path] => /modules/blockwishlist/public/wishlist.css [uri] => https://shop.ewsound.ee/modules/blockwishlist/public/wishlist.css [media] => all [priority] => 100 [server] => local ) [modules-manufacturers-jquery-bxslider] => Array ( [id] => modules-manufacturers-jquery-bxslider [type] => external [path] => /modules/ptm_manufacturers/views/css/jquery.bxslider.css [uri] => https://shop.ewsound.ee/modules/ptm_manufacturers/views/css/jquery.bxslider.css [media] => all [priority] => 150 [server] => local ) [modules-manufacturers] => Array ( [id] => modules-manufacturers [type] => external [path] => /modules/ptm_manufacturers/views/css/manufacturers.css [uri] => https://shop.ewsound.ee/modules/ptm_manufacturers/views/css/manufacturers.css [media] => all [priority] => 152 [server] => local ) [font-awesome] => Array ( [id] => font-awesome [type] => external [path] => https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css [uri] => https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css [media] => all [priority] => 20 [server] => remote ) [modules-pb_multibanner] => Array ( [id] => modules-pb_multibanner [type] => external [path] => /modules/pb_multibanner/views/css/pb_multibanner.css [uri] => https://shop.ewsound.ee/modules/pb_multibanner/views/css/pb_multibanner.css [media] => all [priority] => 152 [server] => local ) [modules-cookielaw] => Array ( [id] => modules-cookielaw [type] => external [path] => /modules/ptm_cookielaw/views/css/ptm_cookielaw_frt.css [uri] => https://shop.ewsound.ee/modules/ptm_cookielaw/views/css/ptm_cookielaw_frt.css [media] => all [priority] => 150 [server] => local ) [modules-ptm-addtocartbutton] => Array ( [id] => modules-ptm-addtocartbutton [type] => external [path] => /modules/ptm_addtocartbutton/views/css/ptm_addtocartbutton_frt.css [uri] => https://shop.ewsound.ee/modules/ptm_addtocartbutton/views/css/ptm_addtocartbutton_frt.css [media] => all [priority] => 150 [server] => local ) ) [inline] => Array ( ) ) [fqdn:protected] => https://shop.ewsound.ee ) [javascriptManager:protected] => JavascriptManager Object ( [list:protected] => Array ( [head] => Array ( [external] => Array ( ) [inline] => Array ( ) ) [bottom] => Array ( [external] => Array ( [corejs] => Array ( [id] => corejs [type] => external [path] => /themes/core.js [uri] => https://shop.ewsound.ee/themes/core.js [priority] => 0 [attribute] => [server] => local ) [theme-main] => Array ( [id] => theme-main [type] => external [path] => /themes/javo/assets/js/theme.js [uri] => https://shop.ewsound.ee/themes/javo/assets/js/theme.js [priority] => 50 [attribute] => [server] => local ) [theme-custom] => Array ( [id] => theme-custom [type] => external [path] => /themes/javo/assets/js/custom.js [uri] => https://shop.ewsound.ee/themes/javo/assets/js/custom.js [priority] => 1000 [attribute] => [server] => local ) [wow] => Array ( [id] => wow [type] => external [path] => /themes/javo/assets/js/wow.js [uri] => https://shop.ewsound.ee/themes/javo/assets/js/wow.js [priority] => 50 [attribute] => [server] => local ) [front-js] => Array ( [id] => front-js [type] => external [path] => /modules/blockreassurance/views/dist/front.js [uri] => https://shop.ewsound.ee/modules/blockreassurance/views/dist/front.js [priority] => 50 [attribute] => [server] => local ) [modules-psemailsubscription] => Array ( [id] => modules-psemailsubscription [type] => external [path] => /modules/ps_emailsubscription/views/js/ps_emailsubscription.js [uri] => https://shop.ewsound.ee/modules/ps_emailsubscription/views/js/ps_emailsubscription.js [priority] => 50 [attribute] => [server] => local ) [mailalerts-js] => Array ( [id] => mailalerts-js [type] => external [path] => /modules/ps_emailalerts/js/mailalerts.js [uri] => https://shop.ewsound.ee/modules/ps_emailalerts/js/mailalerts.js [priority] => 50 [attribute] => [server] => local ) [blockwishlistController] => Array ( [id] => blockwishlistController [type] => external [path] => /modules/blockwishlist/public/product.bundle.js [uri] => https://shop.ewsound.ee/modules/blockwishlist/public/product.bundle.js [priority] => 100 [attribute] => [server] => local ) [blockwishlistGraphql] => Array ( [id] => blockwishlistGraphql [type] => external [path] => /modules/blockwishlist/public/graphql.js [uri] => https://shop.ewsound.ee/modules/blockwishlist/public/graphql.js [priority] => 190 [attribute] => [server] => local ) [blockwishlistVendors] => Array ( [id] => blockwishlistVendors [type] => external [path] => /modules/blockwishlist/public/vendors.js [uri] => https://shop.ewsound.ee/modules/blockwishlist/public/vendors.js [priority] => 190 [attribute] => [server] => local ) [modules-manufacturers-jquery-bxslider] => Array ( [id] => modules-manufacturers-jquery-bxslider [type] => external [path] => /modules/ptm_manufacturers/views/js/plugins/jquery.bxslider.min.js [uri] => https://shop.ewsound.ee/modules/ptm_manufacturers/views/js/plugins/jquery.bxslider.min.js [priority] => 150 [attribute] => [server] => local ) [modules-ptm-addtocartbutton] => Array ( [id] => modules-ptm-addtocartbutton [type] => external [path] => /modules/ptm_addtocartbutton/views/js/ptm_addtocartbutton_frt.js [uri] => https://shop.ewsound.ee/modules/ptm_addtocartbutton/views/js/ptm_addtocartbutton_frt.js [priority] => 150 [attribute] => [server] => local ) ) [inline] => Array ( ) ) ) [valid_position:protected] => Array ( [0] => head [1] => bottom ) [valid_attribute:protected] => Array ( [0] => async [1] => defer ) [directories:protected] => Array ( [0] => /themes/javo/ [1] => [2] => / ) [configuration:protected] => PrestaShop\PrestaShop\Adapter\Configuration Object ( [shop:PrestaShop\PrestaShop\Adapter\Configuration:private] => [parameters:protected] => ) [fqdn:protected] => https://shop.ewsound.ee ) [cccReducer:protected] => CccReducer Object ( [cacheDir:CccReducerCore:private] => /data05/virt2670/domeenid/www.ewsound.ee/shop/themes/javo/assets/cache/ [filesystem:protected] => Symfony\Component\Filesystem\Filesystem Object ( ) [configuration] => PrestaShop\PrestaShop\Adapter\Configuration Object ( [shop:PrestaShop\PrestaShop\Adapter\Configuration:private] => [parameters:protected] => ) [fqdn:protected] => ) [urls:protected] => Array ( [base_url] => https://shop.ewsound.ee/ [current_url] => https://shop.ewsound.ee/en/10_dbx [shop_domain_url] => https://shop.ewsound.ee [img_ps_url] => https://shop.ewsound.ee/img/ [img_cat_url] => https://shop.ewsound.ee/img/c/ [img_lang_url] => https://shop.ewsound.ee/img/l/ [img_prod_url] => https://shop.ewsound.ee/img/p/ [img_manu_url] => https://shop.ewsound.ee/img/m/ [img_sup_url] => https://shop.ewsound.ee/img/su/ [img_ship_url] => https://shop.ewsound.ee/img/s/ [img_store_url] => https://shop.ewsound.ee/img/st/ [img_col_url] => https://shop.ewsound.ee/img/co/ [img_url] => https://shop.ewsound.ee/themes/javo/assets/img/ [css_url] => https://shop.ewsound.ee/themes/javo/assets/css/ [js_url] => https://shop.ewsound.ee/themes/javo/assets/js/ [pic_url] => https://shop.ewsound.ee/upload/ [theme_assets] => https://shop.ewsound.ee/themes/javo/assets/ [theme_dir] => https://shop.ewsound.ee/themes/javo/ [pages] => Array ( [address] => https://shop.ewsound.ee/en/address [addresses] => https://shop.ewsound.ee/en/addresses [authentication] => https://shop.ewsound.ee/en/login [manufacturer] => https://shop.ewsound.ee/en/brands [cart] => https://shop.ewsound.ee/en/cart [category] => https://shop.ewsound.ee/en/index.php?controller=category [cms] => https://shop.ewsound.ee/en/index.php?controller=cms [contact] => https://shop.ewsound.ee/en/contact-us [discount] => https://shop.ewsound.ee/en/discount [guest_tracking] => https://shop.ewsound.ee/en/guest-tracking [history] => https://shop.ewsound.ee/en/order-history [identity] => https://shop.ewsound.ee/en/identity [index] => https://shop.ewsound.ee/en/ [my_account] => https://shop.ewsound.ee/en/my-account [order_confirmation] => https://shop.ewsound.ee/en/order-confirmation [order_detail] => https://shop.ewsound.ee/en/index.php?controller=order-detail [order_follow] => https://shop.ewsound.ee/en/order-follow [order] => https://shop.ewsound.ee/en/order [order_return] => https://shop.ewsound.ee/en/index.php?controller=order-return [order_slip] => https://shop.ewsound.ee/en/credit-slip [pagenotfound] => https://shop.ewsound.ee/en/page-not-found [password] => https://shop.ewsound.ee/en/password-recovery [pdf_invoice] => https://shop.ewsound.ee/en/index.php?controller=pdf-invoice [pdf_order_return] => https://shop.ewsound.ee/en/index.php?controller=pdf-order-return [pdf_order_slip] => https://shop.ewsound.ee/en/index.php?controller=pdf-order-slip [prices_drop] => https://shop.ewsound.ee/en/prices-drop [product] => https://shop.ewsound.ee/en/index.php?controller=product [registration] => https://shop.ewsound.ee/en/index.php?controller=registration [search] => https://shop.ewsound.ee/en/search [sitemap] => https://shop.ewsound.ee/en/sitemap [stores] => https://shop.ewsound.ee/en/stores [supplier] => https://shop.ewsound.ee/en/supplier [new_products] => https://shop.ewsound.ee/en/new-products [brands] => https://shop.ewsound.ee/en/brands [register] => https://shop.ewsound.ee/en/index.php?controller=registration [order_login] => https://shop.ewsound.ee/en/order?login=1 ) [alternative_langs] => Array ( [en-us] => https://shop.ewsound.ee/en/10_dbx [et] => https://shop.ewsound.ee/et/10_dbx ) [actions] => Array ( [logout] => https://shop.ewsound.ee/en/?mylogout= ) [no_picture_image] => Array ( [bySize] => Array ( [small_default] => Array ( [url] => https://shop.ewsound.ee/img/p/en-default-small_default.jpg [width] => 98 [height] => 98 ) [cart_default] => Array ( [url] => https://shop.ewsound.ee/img/p/en-default-cart_default.jpg [width] => 125 [height] => 125 ) [home_default] => Array ( [url] => https://shop.ewsound.ee/img/p/en-default-home_default.jpg [width] => 250 [height] => 250 ) [medium_default] => Array ( [url] => https://shop.ewsound.ee/img/p/en-default-medium_default.jpg [width] => 452 [height] => 452 ) [large_default] => Array ( [url] => https://shop.ewsound.ee/img/p/en-default-large_default.jpg [width] => 800 [height] => 800 ) ) [small] => Array ( [url] => https://shop.ewsound.ee/img/p/en-default-small_default.jpg [width] => 98 [height] => 98 ) [medium] => Array ( [url] => https://shop.ewsound.ee/img/p/en-default-home_default.jpg [width] => 250 [height] => 250 ) [large] => Array ( [url] => https://shop.ewsound.ee/img/p/en-default-large_default.jpg [width] => 800 [height] => 800 ) [legend] => ) ) [automaticallyAllocateInvoiceAddress:protected] => 1 [automaticallyAllocateDeliveryAddress:protected] => 1 [page_name] => [context:protected] => Context Object *RECURSION* [css_files] => Array ( ) [js_files] => Array ( ) [display_header:protected] => 1 [display_header_javascript:protected] => 1 [template:protected] => [display_footer:protected] => 1 [content_only:protected] => [ajax] => [json:protected] => [status:protected] => [redirect_after:protected] => [controller_type] => front [translator:protected] => PrestaShopBundle\Translation\TranslatorComponent Object ( [catalogues:protected] => Array ( [en-US] => Symfony\Component\Translation\MessageCatalogue Object ( [messages:Symfony\Component\Translation\MessageCatalogue:private] => Array ( [ModulesStatsbestcustomersAdmin] => Array ( [Empty recordset returned] => Empty recordset returned [Valid orders] => Valid orders [Money spent] => Money spent [Best customers] => Best customers [Enrich your stats, add a list of the best customers to the dashboard.] => Enrich your stats, add a list of the best customers to the dashboard. [Develop clients' loyalty] => Develop clients' loyalty [Keeping a client can be more profitable than gaining a new one. That is one of the many reasons it is necessary to cultivate customer loyalty.] => Keeping a client can be more profitable than gaining a new one. That is one of the many reasons it is necessary to cultivate customer loyalty. [Word of mouth is also a means for getting new, satisfied clients. A dissatisfied customer can hurt your e-reputation and obstruct future sales goals.] => Word of mouth is also a means for getting new, satisfied clients. A dissatisfied customer can hurt your e-reputation and obstruct future sales goals. [In order to achieve this goal, you can organize:] => In order to achieve this goal, you can organize: [Punctual operations: commercial rewards (personalized special offers, product or service offered), non commercial rewards (priority handling of an order or a product), pecuniary rewards (bonds, discount coupons, payback).] => Punctual operations: commercial rewards (personalized special offers, product or service offered), non commercial rewards (priority handling of an order or a product), pecuniary rewards (bonds, discount coupons, payback). [Sustainable operations: loyalty points or cards, which not only justify communication between merchant and client, but also offer advantages to clients (private offers, discounts).] => Sustainable operations: loyalty points or cards, which not only justify communication between merchant and client, but also offer advantages to clients (private offers, discounts). [These operations encourage clients to buy products and visit your online store more regularly.] => These operations encourage clients to buy products and visit your online store more regularly. ) [ModulesCheckpaymentAdmin] => Array ( [Payments by check] => Prepayment order [Are you sure you want to delete these details?] => Are you sure you want to delete these details? [The "Payee" and "Address" fields must be configured before using this module.] => To use this module you must enter payee and address. [No currency has been set for this module.] => No currency has been set for this module. [The "Payee" field is required.] => The payee field is required. [The "Address" field is required.] => The "Address" field is required. [Pay by Check] => Pay by Check [Contact details] => Contact details [Payee (name)] => Payee [Address] => Address [Address where the check should be sent to.] => Address where the check should be sent to. [%amount% (tax incl.)] => %amount% (tax incl.) [Display contact details blocks to make it easy for customers to pay by check on your store.] => Display contact details blocks to make it easy for customers to pay by check on your store. [(tax incl.)] => (tax incl.) [This module allows you to accept payments by check.] => This module allows you to accept payments by check. [If the client chooses this payment method, the order status will change to 'Waiting for payment'.] => If the client chooses this payment method, the order status will change to 'Waiting for payment'. [You will need to manually confirm the order as soon as you receive a check.] => You will need to manually confirm the order as soon as you receive a check. ) [ModulesFacetedsearchShop] => Array ( [Not available] => Preorder [Price] => Price [Weight] => Weight [New] => New [Used] => Used [Refurbished] => Refurbished [Condition] => Condition [Available] => Available [In stock] => In stock [Availability] => Availability [Brand] => Brand [Categories] => Categories [New product] => New product [On sale] => On sale [Best sellers] => Best sellers [Relevance] => Relevance ) [ShopTheme] => Array ( [404] => 404 ) [ModulesDashgoalsAdmin] => Array ( [Dashboard Goals] => Dashboard Goals [Adds a block with your store's forecast.] => Adds a block with your store's forecast. [January] => January [February] => February [March] => March [April] => April [May] => May [June] => June [July] => July [August] => August [September] => September [October] => October [November] => November [December] => December [Average cart value] => Average cart value [Goal exceeded] => Goal exceeded [Goal not reached] => Goal not reached [Goal set:] => Goal set: [Enrich your stats: add a block with your store’s forecast to always be one step ahead!] => Enrich your stats: add a block with your store’s forecast to always be one step ahead! [Conversion Rate] => Conversion Rate [Traffic] => Traffic [Average Cart Value] => Average Cart Value [Conversion] => Conversion [Forecast] => Forecast ) [AdminShippingHelp] => Array ( [Format:] => Format: [Filesize:] => Filesize: [MB max.] => MB max. [Current size:] => Current size: [undefined] => undefined [Your online store needs to have a proper carrier registered in PrestaShop as soon as you start shipping your products. This means sending yours parcels using your local postal service, or having a contract with a private carrier which in turn will ship your parcels to your customers. In order to have PrestaShop suggest the most adequate carrier to your customers during their order checkout process, you need to register all the carriers with which you have chosen to work.] => Your online store needs to have a proper carrier registered in PrestaShop as soon as you start shipping your products. This means sending yours parcels using your local postal service, or having a contract with a private carrier which in turn will ship your parcels to your customers. In order to have PrestaShop suggest the most adequate carrier to your customers during their order checkout process, you need to register all the carriers with which you have chosen to work. [PrestaShop comes with a number of carrier modules that you can activate. You can also buy carrier modules on the PrestaShop Addons marketplace. Recommended modules are listed below: install the module that matches your carrier, and configure it!] => PrestaShop comes with a number of carrier modules that you can activate. You can also buy carrier modules on the PrestaShop Addons marketplace. Recommended modules are listed below: install the module that matches your carrier, and configure it! [Note: DO NOT register a new carrier if there already exists a module for it! Using a module will be much faster and more accurate!] => Note: DO NOT register a new carrier if there already exists a module for it! Using a module will be much faster and more accurate! [The carrier's name will be displayed during checkout.] => The carrier's name will be displayed during checkout. [The delivery time will be displayed during checkout.] => The delivery time will be displayed during checkout. [Delivery tracking URL: Type '@' where the tracking number should appear. It will be automatically replaced by the tracking number.] => Delivery tracking URL: Type '@' where the tracking number should appear. It will be automatically replaced by the tracking number. [For example: 'http://example.com/track.php?num=@' with '@' where the tracking number should appear.] => For example: 'http://example.com/track.php?num=@' with '@' where the tracking number should appear. [Include the handling costs (as set in Shipping > Preferences) in the final carrier price.] => Include the handling costs (as set in Shipping > Preferences) in the final carrier price. [Out-of-range behavior occurs when no defined range matches the customer's cart (e.g. when the weight of the cart is greater than the highest weight limit defined by the weight ranges).] => Out-of-range behavior occurs when no defined range matches the customer's cart (e.g. when the weight of the cart is greater than the highest weight limit defined by the weight ranges). [Maximum width managed by this carrier. Set the value to "0", or leave this field blank to ignore.] => Maximum width managed by this carrier. Set the value to "0", or leave this field blank to ignore. [The value must be an integer.] => The value must be an integer. [Maximum height managed by this carrier. Set the value to "0", or leave this field blank to ignore.] => Maximum height managed by this carrier. Set the value to "0", or leave this field blank to ignore. [Maximum depth managed by this carrier. Set the value to "0", or leave this field blank to ignore.] => Maximum depth managed by this carrier. Set the value to "0", or leave this field blank to ignore. [Maximum weight managed by this carrier. Set the value to "0", or leave this field blank to ignore.] => Maximum weight managed by this carrier. Set the value to "0", or leave this field blank to ignore. [Allowed characters: letters, spaces and "%special_chars%".] => Allowed characters: letters, spaces and "%special_chars%". [For in-store pickup, enter 0 to replace the carrier name with your shop name.] => For in-store pickup, enter 0 to replace the carrier name with your shop name. [Enter "0" for a longest shipping delay, or "9" for the shortest shipping delay.] => Enter "0" for a longest shipping delay, or "9" for the shortest shipping delay. [Mark the groups that are allowed access to this carrier.] => Mark the groups that are allowed access to this carrier. [Enable the carrier in the front office.] => Enable the carrier in the front office. [Carrier name displayed during checkout] => Carrier name displayed during checkout [Upload a logo from your computer.] => Upload a logo from your computer. [or] => or [Estimated delivery time will be displayed during checkout.] => Estimated delivery time will be displayed during checkout. [Delivery tracking URL: Type '@' where the tracking number should appear. It will then be automatically replaced by the tracking number.] => Delivery tracking URL: Type '@' where the tracking number should appear. It will then be automatically replaced by the tracking number. [The zones in which this carrier will be used.] => The zones in which this carrier will be used. [Group access] => Group access [Apply both regular shipping cost and product-specific shipping costs.] => Apply both regular shipping cost and product-specific shipping costs. [Include the shipping and handling costs in the carrier price.] => Include the shipping and handling costs in the carrier price. [Apply the cost of the highest defined range] => Apply the cost of the highest defined range [Out-of-range behavior occurs when none is defined (e.g. when a customer's cart weight is greater than the highest range limit).] => Out-of-range behavior occurs when none is defined (e.g. when a customer's cart weight is greater than the highest range limit). [Maximum height managed by this carrier. Set the value to "0," or leave this field blank to ignore.] => Maximum height managed by this carrier. Set the value to "0," or leave this field blank to ignore. [Maximum width managed by this carrier. Set the value to "0," or leave this field blank to ignore.] => Maximum width managed by this carrier. Set the value to "0," or leave this field blank to ignore. [Maximum depth managed by this carrier. Set the value to "0," or leave this field blank to ignore.] => Maximum depth managed by this carrier. Set the value to "0," or leave this field blank to ignore. [Maximum weight managed by this carrier. Set the value to "0," or leave this field blank to ignore.] => Maximum weight managed by this carrier. Set the value to "0," or leave this field blank to ignore. [Your shop's default carrier.] => Your shop's default carrier. [This will only be visible in the front office.] => This will only be visible in the front office. [You need to register all the carriers with which you have chosen to work. PrestaShop comes with a selection of carrier modules you can install right below the page or buy on [1]Addons marketplace[/1].] => You need to register all the carriers with which you have chosen to work. PrestaShop comes with a selection of carrier modules you can install right below the page or buy on [1]Addons marketplace[/1]. [If there is no existing module for your carrier, you can register it manually by clicking on "[1]" but before, please make sure you did not register a new carrier if a module already exists for it!] => If there is no existing module for your carrier, you can register it manually by clicking on "[1]" but before, please make sure you did not register a new carrier if a module already exists for it. [If you set these parameters to 0, they will be disabled.] => If you set these parameters to 0, they will be disabled. [Coupons are not taken into account when calculating free shipping.] => Coupons are not taken into account when calculating free shipping. ) [AdminStatsHelp] => Array ( [%value% of your products for sale are out of stock.] => %value% of your products for sale are out of stock. [Gross margin expressed in percentage assesses how cost-effectively you sell your goods. Out of $100, you will retain $%value% to cover profit and expenses.] => Gross margin expressed in percentage assesses how cost-effectively you sell your goods. Out of $100, you will retain $%value% to cover profit and expenses. [%value% of your products are disabled and not visible to your customers] => %value% of your products are disabled and not visible to your customers [Within your catalog, %value% of your products have had sales in the last 30 days] => Within your catalog, %value% of your products have had sales in the last 30 days ) [ModulesGraphnvd3Admin] => Array ( [NVD3 Charts] => NVD3 Charts [Enable the NVD3 charting code for your own uses, providing you with ever so useful graphs.] => Enable the NVD3 charting code for your own uses, providing you with ever so useful graphs. ) [ModulesEmailalertsAdmin] => Array ( [Mail alerts] => Mail alerts [Make your everyday life easier, handle mail alerts about stock and orders, addressed to you as well as your customers.] => Make your everyday life easier, handle mail alerts about stock and orders, addressed to you as well as your customers. [Cannot update settings] => Cannot update settings [Please type one (or more) email address] => Please type one (or more) email address [Invalid email:] => Invalid email: [Settings updated successfully] => Settings updated successfully [No message] => No message [image(s)] => image(s) [Voucher code:] => Voucher code: [Customer notifications] => Customer notifications [Product availability] => Product availability [Give the customer the option of receiving a notification when an out of stock product is available again.] => Give the customer the option of receiving a notification when an out of stock product is available again. [Order edit] => Order edit [Send a notification to the customer when an order is edited.] => Send a notification to the customer when an order is edited. [New order] => New order [Receive a notification when an order is placed.] => Receive a notification when an order is placed. [Out of stock] => Out of stock [Receive a notification if the available quantity of a product is below the following threshold.] => Receive a notification if the available quantity of a product is below the following threshold. [Threshold] => Threshold [Quantity for which a product is considered out of stock.] => Quantity for which a product is considered out of stock. [Coverage warning] => Coverage warning [Receive a notification when a product has insufficient coverage.] => Receive a notification when a product has insufficient coverage. [Coverage] => Coverage [Stock coverage, in days. Also, the stock coverage of a given product will be calculated based on this number.] => Stock coverage, in days. Also, the stock coverage of a given product will be calculated based on this number. [Returns] => Returns [Receive a notification when a customer requests a merchandise return.] => Receive a notification when a customer requests a merchandise return. [Email addresses] => Email addresses [One email address per line (e.g. [email protected]).] => One email address per line (e.g. [email protected]). [Merchant notifications] => Merchant notifications [Mail alert: Unable to delete customer using email.] => Mail alert: Unable to delete customer using email. [Mail alert: Unable to export customer using email.] => Mail alert: Unable to export customer using email. [Please enter one (or more) email address for the new order notification.] => Please enter one (or more) email address for the new order notification. [Cannot update new order emails.] => Cannot update new order emails. [Please enter one (or more) email address for "out of stock" notifications.] => Please enter one (or more) email addresses for "out of stock" notifications. [Cannot update email for "out of stock" notifications.] => Cannot update email for "out of stock" notifications. [Please enter one (or more) email address for "return slip" notifications.] => Please enter one (or more) email addresses for "return slip" notifications. [Cannot update "return slip" emails.] => Cannot update "return slip" emails. [Send to:] => Send to: [Add email] => Add email [Enter one or more email address. Use 'Return' or a comma to separate each address.] => Enter one or more email addresses. Use 'Return' or a comma to separate each address. ) [ModulesStatsbestproductsAdmin] => Array ( [An empty record-set was returned.] => An empty record-set was returned. [Price sold] => Price sold [Quantity sold in a day] => Quantity sold in a day [Page views] => Page views [Best-selling products] => Best-selling products [Enrich your stats with a small list of your best-sellers to better know your customers.] => Enrich your stats with a small list of your best-sellers to better know your customers. ) [ModulesContactformAdmin] => Array ( [Contact form] => Contact form [Adds a contact form to the "Contact us" page.] => Adds a contact form to the "Contact us" page. [For even more security on your website forms, consult our Security & Access modules category on the %link%] => For even more security on your website forms, consult our Security & Access modules category on the %link% [Parameters] => Parameters [Send confirmation email to your customers] => Send confirmation email to your customers [Choose Yes and your customers will receive a generic confirmation email including a tracking number after their message is sent. Note: to discourage spam, the content of their message won't be included in the email.] => Choose Yes and your customers will receive a generic confirmation email including a tracking number after their message is sent. Note: to discourage spam, the content of their message won't be included in the email. [Receive customers' messages by email] => Receive customers' messages by email [By default, you will only receive contact messages through your Customer service tab.] => By default, you will only receive contact messages through your Customer service tab. [Help your customers get in touch when they need, add a contact form on your store.] => Help your customers get in touch when they need, add a contact form on your store. ) [ModulesStatsbestcategoriesAdmin] => Array ( [Empty recordset returned] => Empty recordset returned [Total Quantity Sold] => Total Quantity Sold [Total Price] => Total Price [Total Margin] => Total Margin [Total Viewed] => Total Viewed [Best categories] => Best categories [Enrich your stats, add a list of the best selling categories to the dashboard.] => Enrich your stats, add a list of the best selling categories to the dashboard. [Display final level categories only (that have no child categories)] => Display final level categories only (that have no child categories) ) [ModulesLanguageselectorAdmin] => Array ( [Language selector block] => Language selector block [Adds a block allowing customers to select a language for your store's content.] => Adds a block allowing customers to select a language for your store's content. [Go international and display a language selector in the header of your store so that customers can shop in their own language.] => Go international and display a language selector in the header of your store so that customers can shop in their own language. ) [AdminNotificationsSuccess] => Array ( [Successful update] => Successful update [Update successful] => Update successful [The thumbnails were successfully regenerated.] => The thumbnails were successfully regenerated. [Successful upload.] => Successful upload. [Duplication was completed successfully.] => Duplication was completed successfully. [The selected images have successfully been moved.] => The selected images have successfully been moved. [Your cover image selection has been saved.] => Your cover image selection has been saved. [The image's shop association has been modified.] => The image's shop association has been modified. [A zone has been assigned to the selection successfully.] => A zone has been assigned to the selection successfully. [Successful upgrade.] => Successful upgrade. [Successful deletion] => Successful deletion [The settings have been successfully updated.] => The settings have been successfully updated. [The status has been successfully updated.] => The status has been successfully updated. [Comment successfully added.] => Comment successfully added. [The selection has been successfully deleted.] => The selection has been successfully deleted. [Successful creation] => Successful creation [The status has been updated successfully.] => The status has been updated successfully. [Settings updated] => Settings updated [Configuration updated] => Configuration updated [Successful update.] => Successful update. [Successful deletion.] => Successful deletion. [The settings have been updated.] => The settings have been updated. [Successfully overwrote email templates for theme %s with locale %s] => Successfully overwrote email templates for theme %s with locale %s [Successfully generated email templates for theme %s with locale %s] => Successfully generated email templates for theme %s with locale %s [Email theme configuration saved successfully] => Email theme configuration saved successfully [Test email for layout %layout% was successfully sent to %email%] => Test email for layout %layout% was successfully sent to %email% [Your theme has been correctly exported: %path%] => Your theme has been correctly exported: %path% [The selection has been successfully deleted] => The selection has been successfully deleted [The image was successfully deleted.] => The image was successfully deleted. [Successful duplication] => Successful duplication [Your store context has been automatically modified.] => Your store context has been automatically modified. [Update successful.] => Update successful. [Your symbol and format customizations have been successfully reset for this language.] => Your symbol and format customizations have been successfully reset for this language. [Settings updated.] => Settings updated. [The product was successfully added.] => The product was successfully added. [The product was successfully removed.] => The product was successfully removed. [[1] products were successfully added.] => [1] products were successfully added. [[1] products were successfully removed.] => [1] products were successfully removed. ) [ModulesCustomersigninAdmin] => Array ( [Customer "Sign in" link] => Customer "Sign in" link [Make your customers feel at home on your store, invite them to sign in!] => Make your customers feel at home on your store, invite them to sign in! [%firstname% %lastname%] => %firstname% %lastname% ) [AdminNotificationsError] => Array ( [Unable to update settings.] => Unable to update settings. [There is %d error.] => There is %d error. [There are %d errors.] => There are %d errors. [There are %d warnings.] => There are %d warnings. [%1$s on line %2$s in file %3$s] => %1$s on line %2$s in file %3$s [Property %s is empty.] => Property %s is empty. [The %s field is required.] => The %s field is required. [This class name does not exist.] => This class name does not exist. [This property does not exist in the class or is forbidden.] => This property does not exist in the class or is forbidden. [This association has too many elements.] => This association has too many elements. [This name is not allowed.] => This name is not allowed. [Syntax error with this pattern.] => Syntax error with this pattern. [This key has already been used.] => This key has already been used. [The %s field (in tab %s) is required.] => The %s field (in tab %s) is required. [[%s] is not a valid configuration key] => [%s] is not a valid configuration key [Cannot parse feed.] => Cannot parse feed. [No default currency] => No default currency [The email is already used, please choose another one] => The email is already used, please choose another one. [Could not load cart id=%s] => Could not load cart id=%s [No files were uploaded.] => No files were uploaded. [Source file does not exist or is empty.] => Source file does not exist or is empty. [File has an invalid extension, it should be one of these: %s.] => File has an invalid extension, it should be one of these: %s. [The uploaded file is too large.] => The uploaded file is too large. [Image is too large (%1$d kB). Maximum allowed: %2$d kB] => Image is too large (%1$d kB). Maximum allowed: %2$d kB [Image format not recognized, allowed formats are: .ico] => Image format not recognized, allowed formats are: .ico [Error while uploading image; please change your server's settings.] => Error while uploading image; please change your server's settings. [Cannot generate emails because the Symfony container is unavailable.] => Cannot generate emails because the Symfony container is unavailable. [Cannot generate email templates: %s.] => Cannot generate email templates: %s. [Cannot scan root directory] => Cannot scan root directory [Cannot scan "override" directory] => Cannot scan "override" directory [File %2$s (in directory %1$s)] => File %2$s (in directory %1$s) [Property %1$s has a bad value (allowed values are: %2$s).] => Property %1$s has a bad value (allowed values are: %2$s). [Your entry in field %1$s (language %2$s) exceeds max length %3$d chars (incl. html tags).] => Your entry in field %1$s (language %2$s) exceeds max length %3$d chars (incl. HTML tags). [The length of property %1$s is currently %2$d chars. It must be between %3$d and %4$d chars.] => The length of property %1$s is currently %2$d chars. It must be between %3$d and %4$d chars. [Validation function not found: %s.] => Validation function not found: %s. [Property %s is not valid] => Property %s is not valid [is required.] => is required. [%1$s is too long. Maximum length: %2$d] => %1$s is too long. Maximum length: %2$d [The range of property %1$s is currently %2$d. It must be between %3$d and %4$d.] => The range of property %1$s is currently %2$d. It must be between %3$d and %4$d. [The %1$s field is too long (%2$d chars max).] => The %1$s field is too long (%2$d chars max). [Error on image caption: "%1s" is not a valid caption.] => Error on image caption: "%1s" is not a valid caption. [Fatal error] => Fatal error [Server file size is different from local file size] => Server file size is different from local file size [The uploaded file exceeds %s] => The uploaded file exceeds %s [The uploaded file was only partially uploaded] => The uploaded file was only partially uploaded [No file was uploaded] => No file was uploaded [Missing temporary folder] => Missing temporary folder [Failed to write file to disk] => Failed to write file to disk [A PHP extension stopped the file upload] => A PHP extension stopped the file upload [Filetype not allowed] => Filetype not allowed [The 'From' date format is invalid (YYYY-MM-DD)] => The 'From' date format is invalid (YYYY-MM-DD) [The 'To' date format is invalid (YYYY-MM-DD)] => The 'To' date format is invalid (YYYY-MM-DD) [An error occurred while attempting to delete the image. (cannot load object).] => An error occurred while attempting to delete the image. (cannot load object). [You cannot delete this item.] => You cannot delete this item. [field %s is required.] => field %s is required. [The option selected in the %s field is invalid.] => The option selected in the %s field is invalid. [Cannot add configuration %s] => Cannot add configuration %s [The field %field_name% is required at least in %lang%.] => The field %field_name% is required at least in %lang%. [%s: Incorrect value] => %s: Incorrect value [Can't update #%id% status] => Can't update #%id% status [An error occurred while assigning a zone to the selection.] => An error occurred while assigning a zone to the selection. [You must select at least one element to assign a new zone.] => You must select at least one element to assign a new zone. [You need at least 1 object.] => You need at least 1 object. [Can't delete #%id%] => Can't delete #%id% [You must select at least one item to perform a bulk action.] => You must select at least one item to perform a bulk action. [An error occurred when attempting to update the required fields.] => An error occurred when attempting to update the required fields. [Unable to delete associated images.] => Unable to delete associated images. [Due to memory limit restrictions, this image cannot be loaded. Please increase your memory_limit value via your server's configuration settings.] => Due to memory limit restrictions, this image cannot be loaded. Please increase your memory_limit value via your server's configuration settings. [The object cannot be loaded (the identifier is missing or invalid)] => The object cannot be loaded (the identifier is missing or invalid) [Access denied.] => Access denied. [The uploaded file exceeds the post_max_size directive in php.ini] => The uploaded file exceeds the post_max_size directive in php.ini [File is too big. Current size is %1s, maximum size is %2s.] => File is too big. Current size is %1s, maximum size is %2s. [The uploaded file exceeds the upload_max_filesize directive in php.ini] => The uploaded file exceeds the upload_max_filesize directive in php.ini [file (%s) not writable] => file (%s) not writable [directory (%s) not writable] => directory (%s) not writable [The file you are trying to upload is %2$d KB, which is larger than the maximum size allowed of %1$d KB.] => The file you are trying to upload is %2$d KB, which is larger than the maximum size allowed of %1$d KB. [This functionality has been disabled.] => This functionality has been disabled. [Failed to update the position.] => Failed to update the position. [You must select at least one element to delete.] => You must select at least one element to delete. [An error occurred while updating the status for an object.] => An error occurred while updating the status for an object. [(cannot load object)] => (cannot load object) [You do not have permission to delete this.] => You do not have permission to delete this. [You do not have permission to edit this.] => You do not have permission to edit this. [An error occurred while deleting this selection.] => An error occurred while deleting this selection. [The object cannot be loaded.] => The object cannot be loaded. [Invalid message] => Invalid message [Invalid message.] => Invalid message. [Bad SQL query] => Bad SQL query [Please fill in all the required fields.] => Please fill in all the required fields. [Address format invalid] => Address format invalid [An error occurred during the file upload process.] => An error occurred during the file upload process. [The email address is invalid.] => The email address is invalid. [The selected date range is not valid.] => The selected date range is not valid. [Failed to update the status] => Failed to update the status [Unknown error.] => Unknown error. [Incorrect value for "Depends on stock" for product %name%] => Incorrect value for "Depends on stock" for product %name% [Invalid tag(s) (%s)] => Invalid tag(s) (%s) [There is one error.] => There is one error. [There are several errors.] => There are several errors. [Email is empty.] => Email is empty. [Invalid email address.] => Invalid email address. [The password field is blank.] => The password field is blank. [Invalid password.] => Invalid password. [File upload was not completed.] => File upload was not completed. [File too large (limit of %s bytes).] => File too large (limit of %s bytes). [Internal error #%s] => Internal error #%s [No file has been selected] => No file has been selected [No file was uploaded.] => No file was uploaded. [No valid value for field exceptions has been defined.] => No valid value for field exceptions has been defined. [An error occurred while transplanting the module to its hook.] => An error occurred while transplanting the module to its hook. [Page not found] => Page not found [You do not have permission to view this.] => You do not have permission to view this. [An error occurred while copying the image.] => An error occurred while copying the image. [An error occurred while attempting to create a new folder.] => An error occurred while attempting to create a new folder. [An error occurred while copying this image: %s] => An error occurred while copying this image: %s [Error while updating the status.] => Error while updating the status. [Invalid file name] => Invalid file name [You cannot delete all of the items.] => You cannot delete all of the items. [Cannot retrieve file.] => Cannot retrieve file. [Invalid name for %s language] => Invalid name for %s language [The name for %1s language is too long (%2d chars max).] => The name for %1s language is too long (%2d chars max). [Invalid file extension] => Invalid file extension [The file name is too long.] => The file name is too long. [Invalid file] => Invalid file [Invalid date range] => Invalid date range [An error occurred while updating the image.] => An error occurred while updating the image. [An error occurred while linking the object %table_name% to categories.] => An error occurred while linking the object %table_name% to categories. [The object cannot be loaded. ] => The object cannot be loaded. [The %name% field is required.] => The %name% field is required. [The %1$s field (%2$s) is invalid.] => The %1$s field (%2$s) is invalid. [The tags list (%s) is invalid.] => The tags list (%s) is invalid. [An error occurred while copying this image:] => An error occurred while copying this image: [You need at least one object.] => You need at least one object. [The file is missing.] => The file is missing. [An error occurred while updating an object.] => An error occurred while updating an object. [Cannot delete file] => Cannot delete file [An error occurred while uploading the image.] => An error occurred while uploading the image. [Invalid date format.] => Invalid date format. [The %s field is not valid] => The %s field is not valid ["%key%" does not exist.] => "%key%" does not exist. [An error occurred while updating the status.] => An error occurred while updating the status. [An error occurred while creating an object.] => An error occurred while creating an object. [You cannot delete or disable the last shop group.] => You cannot delete or disable the last store group. [You cannot delete or disable a shop group in use.] => You cannot delete or disable a store group in use. [You cannot disable the Main URL.] => You cannot disable the Main URL. [You cannot change a main URL to a non-main URL. You have to set another URL as your Main URL for the selected shop.] => You cannot change a main URL to a non-main URL. You have to set another URL as your Main URL for the selected shop. [A shop URL that uses this domain already exists.] => A shop URL that uses this domain already exists. [A shop virtual URL cannot be "%URL%"] => A shop virtual URL cannot be "%URL%" [An error occurred during deletion.] => An error occurred during deletion. [An error occurred while deleting the object.] => An error occurred while deleting the object. [A Zip/Postal code is required.] => A Zip/Postal code is required. [The Zip/Postal code is invalid.] => The Zip/Postal code is invalid. [Your Zip/Postal code is incorrect.] => Your Zip/Postal code is incorrect. [It must be entered as follows:] => It must be entered as follows: [You do not have permission to add this.] => You do not have permission to add this. ["%type%" does not exist.] => "%type%" does not exist. [Directory "%folder%" cannot be created] => Directory "%folder%" cannot be created [File "%file%" cannot be created] => File "%file%" cannot be created [Cannot write this file: "%folder%"] => Cannot write this file: "%folder%" [This file must be writable: %file%] => This file must be writable: %file% [No file has been selected.] => No file has been selected. [The server does not have permissions for writing.] => The server does not have permissions for writing. [Please check rights for %file%] => Please check rights for %file% [This file must be writable:] => This file must be writable: [Fatal error: The module directory does not exist.] => Fatal error: The module directory does not exist. [The field %field_name% is required at least in your default language.] => The field %field_name% is required at least in your default language. [Error while uploading image; please change your server's settings. (Error code: %s)] => Error while uploading image; please change your server's settings. (Error code: %s) [Image format not recognized, allowed formats are: .gif, .jpg, .png] => Image format not recognized, allowed formats are: .gif, .jpg, .png [The %s field is invalid.] => The %s field is invalid. [%s is invalid. Please enter an integer greater than %s.] => %s is invalid. Please enter an integer greater than %s. [An error occurred while attempting to upload the file.] => An error occurred while attempting to upload the file. [Maximum depth: Invalid number.] => Maximum depth: Invalid number. [Please fill out all fields.] => Please fill out all fields. [An error occurred on saving.] => An error occurred when saving. [To use , enable the feature in Shop Parameters > General] => To use , enable the feature in Shop Parameters > General [The voucher code is invalid.] => The voucher code is invalid. [%s is invalid.] => %s is invalid. [An error occurred during the image upload process.] => An error occurred during the image upload process. [You have to select at least one shop to associate this item with] => You have to select at least one shop to associate this item with. [Invalid URL] => Invalid URL [Invalid emails: %invalid_emails%.] => Invalid emails: %invalid_emails%. [Invalid email: %invalid_email%.] => Invalid email: %invalid_email%. [Invalid selection] => Invalid selection [Category "%s" could not be created.] => Category "%s" could not be created. [This product could not be assigned to category "%s".] => This product could not be assigned to category "%s". [%s is invalid. Please enter an integer lower than %s.] => %s is invalid. Please enter an integer lower than %s. [The password doesn't meet the password policy requirements.] => The password doesn't meet the password policy requirements. [You need permission to add this.] => You need permission to add this. [You do not have permission to update this.] => You do not have permission to update this. [You do not have permission to create this.] => You do not have permission to create this. [This field cannot be longer than %limit% characters (incl. HTML tags)] => This field cannot be longer than %limit% characters (incl. HTML tags) [Profile(s) assigned to employee cannot be deleted] => Profile(s) assigned to employee cannot be deleted [You cannot delete your own profile] => You cannot delete your own profile [An error occurred while clearing objects.] => An error occurred while clearing objects. [Cannot open export file for writing] => Cannot open export file for writing [Cannot write into file: %filename%. Please check write permissions.] => Cannot write into file: %filename%. Please check write permissions. [This order status does not exist.] => This order status does not exist. [An unexpected error occurred. [%type% code %code%]: %message%] => An unexpected error occurred. [%type% code %code%]: %message% [An unexpected error occurred. [%type% code %code%]] => An unexpected error occurred. [%type% code %code%] [Cannot send test email for theme %theme% because it is not your current theme] => Cannot send test email for theme %theme% because it is not your current theme [Cannot send test email for layout %layout%] => Cannot send test email for layout %layout% [Cannot translate emails body content] => Cannot translate emails body content [Themes can only be changed in single store context.] => Themes can only be changed in single store context. [Missing configuration file] => Missing configuration file [Invalid configuration] => Invalid configuration. [Invalid data] => Invalid data [Image format not recognized, allowed format(s) is(are): .%s] => Image format not recognized, allowed format(s) is(are): .%s [You need permission to edit this.] => You need permission to edit this. [Unexpected error occurred.] => Unexpected error occurred. [The object cannot be loaded (or found)] => The object cannot be loaded (or found) [Max file size allowed is "%s" bytes.] => Max file size allowed is "%s" bytes. [An error occurred while attempting to save.] => An error occurred while attempting to save. [This zone does not exist.] => This zone does not exist. [Invalid action] => Invalid action [Your uploaded file might exceed the [1]upload_max_filesize[/1] and the [1]post_max_size[/1] directives in [1]php.ini[/1], please check your server configuration.] => Your uploaded file might exceed the [1]upload_max_filesize[/1] and the [1]post_max_size[/1] directives in [1]php.ini[/1], please check your server configuration. [The value of the PHP.ini setting "max_input_vars" must be increased to %value% in order to be able to submit the product form.] => The value of the PHP.ini setting "max_input_vars" must be increased to %value% in order to be able to submit the product form. [Invalid data supplied.] => Invalid data supplied. [Address fields contain invalid values.] => Address fields contain invalid values. [An error occurred while toggling this selection.] => An error occurred while toggling this selection. [You cannot upload more files] => You cannot upload more files [Form contains invalid values] => Form contains invalid values [To create combinations for all your stores, the selected attributes must be available on each of them.] => To create combinations for all your stores, the selected attributes must be available on each of them. [Invalid ID.] => Invalid ID. [Cannot remove cover image.] => Cannot remove cover image. [Product price is invalid] => Product price is invalid [Product price per unit is invalid] => Product price per unit is invalid [You cannot associate the same feature value more than once.] => You cannot associate the same feature value more than once. [The selected value belongs to another feature.] => The selected value belongs to another feature. [This product cannot be changed into a pack because it is already associated to another pack.] => This product cannot be changed into a pack because it is already associated to another pack. [The address for this supplier has been deleted.] => The address for this supplier has been deleted. [Same product quantity is already in cart] => Same product quantity is already in cart. [Selected language cannot be used because it is disabled] => Selected language cannot be used because it is disabled. [Selected currency cannot be used because it is deleted.] => Selected currency cannot be used because it is deleted. [Selected currency cannot be used because it is disabled.] => Selected currency cannot be used because it is disabled. [Custom field text cannot be longer than %limit% characters.] => Custom field text cannot be longer than %limit% characters. [Gift message not valid] => Gift message not valid [Positive product quantity is required.] => Positive product quantity is required. [The product customization picture could not be found.] => The product customization picture could not be found. [Invalid action: this order has already been paid.] => Invalid action: this order has already been paid. [Invalid action: this order has not been delivered.] => Invalid action: this order has not been delivered. [Invalid action: this order has already been delivered.] => Invalid action: this order has already been delivered. [Invalid action: this order has not been paid.] => Invalid action: this order has not been paid. [This product is already in your order, please edit the quantity instead.] => This product is already in your order, please edit the quantity instead. [This product is already in the invoice [1], please edit the quantity instead.] => This product is already in the invoice [1], please edit the quantity instead. [You cannot edit the price of a product that no longer exists in your catalog.] => You cannot edit the price of a product that no longer exists in your catalog. [Value cannot be 0.] => Value cannot be 0. [The field is invalid. Please enter an integer greater than or equal to 0.] => The field is invalid. Please enter an integer greater than or equal to 0. [This field is invalid] => This field is invalid [This field cannot be shorter than %limit% characters] => This field cannot be shorter than %limit% characters [This field is required.] => This field is required. [The "%s" field is invalid. HTML tags are not allowed.] => The "%s" field is invalid. HTML tags are not allowed. [This field cannot be longer than %limit% characters] => This field cannot be longer than %limit% characters [The field is invalid. Please enter a positive integer.] => The field is invalid. Please enter a positive integer. [The %s field is invalid. Please enter a positive integer.] => The %s field is invalid. Please enter a positive integer. [This field cannot be empty.] => This field cannot be empty. [This domain is not valid.] => This domain is not valid. [The SSL domain is not valid.] => The SSL domain is not valid. [This value should be greater than %value%] => This value should be greater than %value% [This value should be greater than or equal to %value%] => This value should be greater than or equal to %value% [This value should be less than or equal to %value%.] => This value should be less than or equal to %value%. [This field is invalid, it must contain numeric values] => This field is invalid, it must contain numeric values [Reduction value "%value%" is invalid. Allowed values from 0 to %max%] => Reduction value "%value%" is invalid. Allowed values from 0 to %max% [Reduction value "%value%" is invalid. Value cannot be negative] => Reduction value "%value%" is invalid. Value cannot be negative. [%s is invalid. Please enter an integer greater than or equal to 0.] => %s is invalid. Please enter an integer greater than or equal to 0. [%s is invalid. Please enter an integer lower than or equal to %s.] => %s is invalid. Please enter an integer lower than or equal to %s. [Reply message is required] => Reply message is required. [Reply message is invalid] => Reply message is invalid. [Cart rule name must contain clean HTML] => Cart rule name must contain clean HTML. [Discount value must be a number] => Discount value must be a number. [This field is required] => This field is required [Invalid value: the payment must be a positive amount.] => Invalid value: the payment must be a positive amount. [The file is too large. The maximum size allowed is [1] MB. The file you are trying to upload is [2] MB.] => The file is too large. The maximum size allowed is [1] MB. The file you are trying to upload is [2] MB. [Reduction value "%value%" is invalid. It must be greater than 0 and maximum %max%.] => Reduction value "%value%" is invalid. It must be greater than 0 and maximum %max%. [Reduction value "%value%" is invalid. It must be greater than 0.] => Reduction value "%value%" is invalid. It must be greater than 0. [This field is invalid.] => This field is invalid. [The confirmation password doesn't match.] => The confirmation password doesn't match. [This field cannot be longer than %limit% characters.] => This field cannot be longer than %limit% characters. [Oops... looks like an unexpected error occurred] => Oops... looks like an unexpected error occurred. [The object cannot be loaded (or found).] => The object cannot be loaded (or found). [The file is too large. Maximum size allowed is: [1] MB. The file you are trying to upload is [2] MB.] => The file is too large. Maximum size allowed is: [1] MB. The file you are trying to upload is [2] MB. [%error_message% - Language: %language_name%] => %error_message% - Language: %language_name% ) [AdminNavigationSearch] => Array ( [There are no results matching your query "%s".] => There are no results matching your query "%s". [%d results match your query "%s".] => %d results match your query "%s". [1 result matches your query "%s".] => 1 result matches your query "%s". [1 feature] => 1 feature [%d features] => %d features [1 module] => 1 module [%d modules] => %d modules [1 category] => 1 category [%d categories] => %d categories [1 product] => 1 product [%d products] => %d products [1 customer] => 1 customer [%d customers] => %d customers [1 order] => 1 order [%d orders] => %d orders [Search docs.prestashop-project.org] => Search docs.prestashop-project.org [Go to the documentation] => Go to the documentation [%d result matches your query "%s".] => %d result matches your query "%s". ) [ModulesCustomeraccountlinksAdmin] => Array ( [My Account block] => My Account block [Enrich your stats, add a registration progress tab to analyze your visitors’ behavior.] => Enrich your stats, add a registration progress tab to analyze your visitors’ behavior. [Credit slips] => Credit slips [Personal info] => Personal info [Merchandise returns] => Merchandise returns [Welcome your customers with their personal information displayed right on your footer.] => Welcome your customers with their personal information displayed right on your footer. ) [AdminInternationalFeature] => Array ( [Some countries require different elements than others. Click on the button below to get the valid default address format for this country.] => Some countries require different elements than others. Click on the button below to get the valid default address format for this country. [Use the last registered format] => Use the last registered format [Use the default format] => Use the default format [Use my current modified format] => Use my current modified format [Clear format] => Clear format [Assign to a new zone] => Assign to a new zone [This tax only] => This tax only [Combine] => Combine [One after another] => One after another [Down] => Down [Up] => Up [missing] => missing [Core emails] => Core emails [Module emails] => Module emails [Expressions to translate:] => Expressions to translate: [Total missing expressions:] => Total missing expressions: [expressions] => expressions [Modify translations] => Modify translations [Theme:] => Theme: [Module:] => Module: [Country options] => Country options [Country name] => Country name [Does it need Zip/Postal code?] => Does it need Zip/Postal code? [Zip/Postal code format] => Zip/Postal code format [Add new country] => Add new country [ISO code] => ISO code [Default currency] => Default currency [Default store currency] => Default store currency [Address format] => Address format [Contains states] => Contains states [Do you need a tax identification number?] => Do you need a tax identification number? [Display tax label (e.g. "Tax incl.")] => Display tax label (e.g. "Tax incl.") [Call prefix] => Call prefix [Add new state] => Add new state [Add a new tax rule] => Add a new tax rule [Behavior] => Behavior [New tax rule] => New tax rule [Zip/Postal code range] => Zip/Postal code range [Add new tax rules group] => Add new tax rules group [%1$s (Language: %2$s, Theme: %3$s)] => %1$s (Language: %2$s, Theme: %3$s) [Update translations] => Update translations [Themes translations] => Themes translations [Expand all fieldsets] => Expand all fieldsets [Close all fieldsets] => Close all fieldsets [Email subject] => Email subject [View HTML version] => View HTML version [Edit HTML version] => Edit HTML version [View/Edit TXT version] => View/Edit TXT version [Enabled Languages] => Enabled Languages [Main Country] => Main Country [Front office Translations] => Front office Translations [Back office translations] => Back office translations [Installed modules translations] => Installed modules translations [Email translations] => Email translations [Other translations] => Other translations [Body] => Body [%s (local)] => %s (local) [Invoice address] => Invoice address [Delivery address] => Delivery address [Back office] => Back office [Front office] => Front office [Other] => Other [Email] => Email [Symbol] => Symbol [Type] => Type [Language code] => Language code [Date format] => Date format [Date format (full)] => Date format (full) [Flag] => Flag [Search rate] => Search rate [Rate] => Rate [Cannot find reference data for currency %isoCode%] => Cannot find reference data for currency %isoCode% [Numeric ISO code] => Numeric ISO code [Add new zone] => Add new zone [Currency name] => Currency name [Select a currency] => Select a currency [Create an alternative currency] => Create an alternative currency [Decimals] => Decimals [Whitelisted IP addresses] => Whitelisted IP addresses [Geolocation behavior for restricted countries] => Geolocation behavior for restricted countries [Visitors cannot see your catalog.] => Visitors cannot see your catalog. [Visitors can see your catalog but cannot place an order.] => Visitors can see your catalog but cannot place an order. [Geolocation behavior for other countries] => Geolocation behavior for other countries [All features are available] => All features are available [Select the countries from which your store is accessible] => Select the countries from which your store is accessible ["No-picture" image] => "No-picture" image [RTL language] => RTL language [Language identifier] => Language identifier [Country identifier] => Country identifier [Localization pack you want to import] => Localization pack you want to import [Content to import] => Content to import [Download pack data] => Download pack data [Units (e.g. weight, volume, distance)] => Units (e.g. weight, volume, distance) [Change the behavior of the price display for groups] => Change the behavior of the price display for groups [Weight unit] => Weight unit [Distance unit] => Distance unit [Volume unit] => Volume unit [Dimension unit] => Dimension unit [Default language] => Default language [Set language from browser] => Set language from browser [Default country] => Default country [Set default country from browser language] => Set default country from browser language [Time zone] => Time zone [Enable tax] => Enable tax [Display tax in the shopping cart] => Display tax in the shopping cart [Based on] => Based on [Use ecotax] => Use ecotax [Ecotax] => Ecotax [Please select the language you want to add or update] => Please select the language you want to add or update [Update a language] => Update a language [Add a language] => Add a language [PrestaShop translations] => PrestaShop translations [Theme translations] => Theme translations [Select a theme] => Select a theme [Installed module translations] => Installed module translations [Select a module] => Select a module [Select your theme] => Select your theme [Core (no theme selected)] => Core (no theme selected) [Type of translation] => Type of translation [Select the type of email content] => Select the type of email content [Select your module] => Select your module [Edited] => Edited [Select your language] => Select your language [Countries] => Countries [Exchange rate] => Exchange rate [Live exchange rates] => Live exchange rates [Update exchange rates] => Update exchange rates [1. Enter symbol] => 1. Enter symbol [2. Choose format] => 2. Choose format [Customize symbol and format] => Customize symbol and format [Edit symbol / format] => Edit symbol / format [%price%] => %price% [Are you sure you want to restore default settings?] => Are you sure you want to restore default settings? [Restoring your currency's default settings will delete all the customizations you made before. Parameters will look just the same as when the currency is freshly imported.] => Restoring your currency's default settings will delete all the customizations you made before. Parameters will look just the same as when the currency is freshly imported. [Restore default settings] => Restore default settings [Loading currency data] => Loading currency data [Please wait while currency data is being loaded] => Please wait while currency data is being loaded [{price}] => {price} [Add new currency] => Add new currency [Geolocation by IP address] => Geolocation by IP address [IP address whitelist] => IP address whitelist [The following features are only available if you enable the Geolocation by IP address feature.] => The following features are only available if you enable the Geolocation by IP address feature. [Add new language] => Add new language [Import a localization pack] => Import a localization pack [Local units] => Local units [States] => States [Tax options] => Tax options [Add new tax] => Add new tax [Tax Rules] => Tax Rules [Add / Update a language] => Add / Update a language [Add or update a language] => Add or update a language [Export a language] => Export a language [Zones] => Zones [Delete item #] => Delete item # [1 missing] => 1 missing [%nb_translation% expression] => %nb_translation% expression [Search translations] => Search translations [%d missing] => %d missing [%nb_translations% expressions] => %nb_translations% expressions [Show messages] => Show messages [Hide messages] => Hide messages [%nb_translations% missing] => %nb_translations% missing [%nb_translations% translations are missing in %domain%] => %nb_translations% translations are missing in %domain% ) [ModulesAutoupgradeAdmin] => Array ( [Unable to write in the directory "%s"] => Unable to write in the directory "%s" [Server performance] => Server performance [Unless you are using a dedicated server, select "Low".] => Unless you are using a dedicated server, select "Low". [A high value can cause the upgrade to fail if your server is not powerful enough to process the upgrade tasks in a short amount of time.] => A high value can cause the upgrade to fail if your server is not powerful enough to process the upgrade tasks in a short amount of time. [Low (recommended)] => Low (recommended) [Medium] => Medium [High] => High [Disable non-native modules] => Disable non-native modules [As non-native modules can experience some compatibility issues, we recommend to disable them by default.] => As non-native modules can experience some compatibility issues, we recommend to disable them by default. [Keeping them enabled might prevent you from loading the "Modules" page properly after the upgrade.] => Keeping them enabled might prevent you from loading the "Modules" page properly after the upgrade. [Disable all overrides] => Disable all overrides [Enable or disable all classes and controllers overrides.] => Enable or disable all classes and controllers overrides. [Upgrade the default theme] => Upgrade the default theme [If you customized the default PrestaShop theme in its folder (folder name "classic" in 1.7), enabling this option will lose your modifications.] => If you customized the default PrestaShop theme in its folder (folder name "classic" in 1.7), enabling this option will lose your modifications. [If you are using your own theme, enabling this option will simply update the default theme files, and your own theme will be safe.] => If you are using your own theme, enabling this option will simply update the default theme files, and your own theme will be safe. [Switch to the default theme] => Switch to the default theme [This will change your theme: your shop will then use the default theme of the version of PrestaShop you are upgrading to.] => This will change your theme: your store will then use the default theme of the version of PrestaShop you are upgrading to. [Regenerate RTL stylesheet] => Regenerate RTL stylesheet [If enabled, any RTL-specific files that you might have added to all your themes might be deleted by the created stylesheet.] => If enabled, any RTL-specific files that you might have added to all your themes might be deleted by the created stylesheet. [Keep the customized email templates] => Keep the customized email templates [This will not upgrade the default PrestaShop e-mails.] => This will not upgrade the default PrestaShop e-mails. [If you customized the default PrestaShop e-mail templates, enabling this option will keep your modifications.] => If you customized the default PrestaShop e-mail templates, enabling this option will keep your modifications. [Back up my files and database] => Back up my files and database [Automatically back up your database and files in order to restore your shop if needed. This is experimental: you should still perform your own manual backup for safety.] => Automatically back up your database and files in order to restore your store if needed. This is experimental: you should still perform your own manual backup for safety. [Back up my images] => Back up my images [To save time, you can decide not to back your images up. In any case, always make sure you did back them up manually.] => To save time, you can decide not to back your images up. In any case, always make sure you did back them up manually. [Unable to create the directory "%s"] => Unable to create the directory "%s" [Unable to create file %s] => Unable to create file %s [Error when trying to delete backups %s] => Error when trying to delete backups %s [This version of PrestaShop cannot be upgraded: the PS_ADMIN_DIR constant is missing.] => This version of PrestaShop cannot be upgraded: the PS_ADMIN_DIR constant is missing. [1-Click Upgrade] => 1-Click Upgrade [Upgrade to the latest version of PrestaShop in a few clicks, thanks to this automated method.] => Upgrade to the latest version of PrestaShop in a few clicks, thanks to this automated method. [This version of 1-click upgrade requires PHP 5.6 to work properly. Please upgrade your server configuration.] => This version of 1-click upgrade requires PHP 5.6 to work properly. Please upgrade your server configuration. [Unable to delete outdated "AdminUpgrade" tab (tab ID: %idtab%).] => Unable to delete outdated "AdminUpgrade" tab (tab ID: %idtab%). [Unable to create the "AdminSelfUpgrade" tab] => Unable to create the "AdminSelfUpgrade" tab [Unable to copy logo.gif in %s] => Unable to copy logo.gif in %s [Unable to load the "AdminSelfUpgrade" tab] => Unable to load the "AdminSelfUpgrade" tab [Action %s skipped] => Action %s skipped [Unable to check files for the installed version of PrestaShop.] => Unable to check files for the installed version of PrestaShop. [Core files are ok] => Core files are ok [%modificationscount% file modifications have been detected, including %coremodifications% from core and native modules:] => %modificationscount% file modifications have been detected, including %coremodifications% from core and native modules: [%modifiedfiles% files will be modified, %deletedfiles% files will be deleted (if they are found).] => %modifiedfiles% files will be modified, %deletedfiles% files will be deleted (if they are found). [No diff files found.] => No diff files found. [File %s does not exist. Unable to select that channel.] => File %s does not exist. Unable to select that channel. [Version number is missing. Unable to select that channel.] => Version number is missing. Unable to select that channel. [File %s does not exist. Unable to select that channel] => File %s does not exist. Unable to select that channel. [Upgrade process will use archive.] => Upgrade process will use archive. [Error on saving configuration] => Error on saving configuration [Configuration successfully updated.] => Configuration successfully updated. [This page will now be reloaded and the module will check if a new version is available.] => This page will now be reloaded and the module will check if a new version is available. [Nothing to restore] => Nothing to restore [%s: File format does not match.] => %s: File format does not match. [Opening backup database file %filename% in %extension% mode] => Opening backup database file %filename% in %extension% mode [Database backup is empty.] => Database backup is empty. [Database restoration file %filename% done. %filescount% file(s) left...] => Database restoration file %filename% done. %filescount% file(s) left... [Database restoration file %1$s done.] => Database restoration file %1$s done. [Database has been restored.] => Database has been restored. [[SQL ERROR]] => [SQL ERROR] [Error during database restoration] => Error during database restoration [%numberqueries% queries left for file %filename%...] => %numberqueries% queries left for file %filename%... [Database restoration done.] => Database restoration done. [%s file(s) will be removed before restoring the backup files.] => %s file(s) will be removed before restoring the backup files. [[ERROR] Backup file %s does not exist.] => [ERROR] Backup file %s does not exist. [[ERROR] File "%s" does not exist.] => [ERROR] File "%s" does not exist. [Unable to remove upgraded files.] => Unable to remove upgraded files. [Unable to extract file %filename% into directory %directoryname%.] => Unable to extract file %filename% into directory %directoryname%. [Files restored.] => Files restored. [Files restored. Now restoring database...] => Files restored. Now restoring database... [[ERROR] File %s is missing: unable to restore files. Operation aborted.] => [ERROR] File %s is missing: unable to restore files. Operation aborted. [[ERROR] No backup database files found: it would be impossible to restore the database. Operation aborted.] => [ERROR] No backup database files found: it would be impossible to restore the database. Operation aborted. [Restoring files ...] => Restoring files ... [Restoration process done. Congratulations! You can now reactivate your shop.] => Restoration process done. Congratulations! You can now reactivate your store. [Database backup skipped. Now upgrading files...] => Database backup skipped. Now upgrading files... [Backup directory is not writable (%path%).] => Backup directory is not writable (%path%). [Backup file %s already exists. Operation aborted.] => Backup file %s already exists. Operation aborted. [Unable to create backup database file %s.] => Unable to create backup database file %s. [Error during database backup.] => Error during database backup. [An error occurred while backing up. Unable to obtain the schema of %s] => An error occurred while backing up. Unable to obtain the schema of %s [%s table has been saved.] => %s table has been saved. [%s tables have been saved.] => %s tables have been saved. [Database backup: %s table(s) left...] => Database backup: %s table(s) left... [No valid tables were found to back up. Backup of file %s canceled.] => No valid tables were found to back up. Backup of file %s canceled. [Error during database backup for file %s.] => Error during database backup for file %s. [Database backup done in filename %s. Now upgrading files...] => Database backup done in filename %s. Now upgrading files... [Error during backupFiles] => Error during backupFiles [[ERROR] backupFiles filename has not been set] => [ERROR] backupFiles filename has not been set [%s Files to backup.] => %s Files to backup. [Backup files initialized in %s] => Backup files initialized in %s [Backup files in progress. %d files left] => Backup files in progress. %d files left [Unable to open archive] => Unable to open archive [All files have been added to archive.] => All files have been added to archive. [All files saved. Now backing up database] => All files saved. Now backing up database [The database has been cleaned.] => The database has been cleaned. [You need allow_url_fopen or cURL enabled for automatic download to work. You can also manually upload it in filepath %s.] => You need allow_url_fopen or cURL enabled for automatic download to work. You can also manually upload it in filepath %s. [Downloading from %s] => Downloading from %s [File will be saved in %s] => File will be saved in %s [Download directory has been emptied] => Download directory has been emptied [Download complete.] => Download complete. [Download complete. Now extracting...] => Download complete. Now extracting... [Download complete but MD5 sum does not match (%s).] => Download complete but MD5 sum does not match (%s). [Download complete but MD5 sum does not match (%s). Operation aborted.] => Download complete but MD5 sum does not match (%s). Operation aborted. [Error during download. The private key may be incorrect.] => Error during download. The private key may be incorrect. [Error during download] => Error during download [Download directory %s is not writable.] => Download directory %s is not writable. [Could not assert the folder %s contains a valid PrestaShop release, exiting.] => Could not assert the folder %s contains a valid PrestaShop release, exiting. [A file may be missing, or the release is stored in a subfolder by mistake.] => A file may be missing, or the release is stored in a subfolder by mistake. [Starting to remove %s sample files] => Starting to remove %s sample files [Error while removing item %itemname%, %itemscount% items left.] => Error while removing item %itemname%, %itemscount% items left. [%itemname% item removed. %itemscount% items left.] => %itemname% item removed. %itemscount% items left. [All sample files removed. Now backing up files.] => All sample files removed. Now backing up files. [All sample files removed. Backup process skipped. Now upgrading files.] => All sample files removed. Backup process skipped. Now upgrading files. ["/latest" directory has been emptied] => "/latest" directory has been emptied [Extraction directory %s is not writable.] => Extraction directory %s is not writable. [Unable to extract %filepath% file into %destination% folder...] => Unable to extract %filepath% file into %destination% folder... [No prestashop/ folder found in the ZIP file. Aborting.] => No prestashop/ folder found in the ZIP file. Aborting. [File extraction complete. Removing sample files...] => File extraction complete. Removing sample files... [Upgrade process done, but some warnings have been found.] => Upgrade process done, but some warnings have been found. [Upgrade process done. Congratulations! You can now reactivate your shop.] => Upgrade process done. Congratulations! You can now reactivate your store. [%s removed] => %s removed [Please remove %s by FTP] => Please remove %s by FTP [Error during database upgrade. You may need to restore your database.] => Error during database upgrade. You may need to restore your database. [Database upgraded. Now upgrading your Addons modules...] => Database upgraded. Now upgrading your Addons modules... [[ERROR] %s does not exist or is not a directory.] => [ERROR] %s does not exist or is not a directory. [filesToUpgrade is not an array] => filesToUpgrade is not an array [All files upgraded. Now upgrading database...] => All files upgraded. Now upgrading database... [Error when trying to upgrade file %s.] => Error when trying to upgrade file %s. [%s files left to upgrade.] => %s files left to upgrade. [Nothing has been extracted. It seems the unzipping step has been skipped.] => Nothing has been extracted. It seems the unzipping step has been skipped. [File %s is preserved] => File %s is preserved [%s ignored] => %s ignored [[WARNING] File %1$s has been deleted.] => [WARNING] File %1$s has been deleted. [Directory %1$s created.] => Directory %1$s created. [Error while creating directory %s.] => Error while creating directory %s. [Directory %s already exists.] => Directory %s already exists. [[TRANSLATION] The translation files have been merged into file %s.] => [TRANSLATION] The translation files have been merged into file %s. [[TRANSLATION] The translation files have not been merged into file %filename%. Switch to copy %filename%.] => [TRANSLATION] The translation files have not been merged into file %filename%. Switch to copy %filename%. [Copied %1$s.] => Copied %1$s. [Error while copying file %s] => Error while copying file %s [[ERROR] Unable to find files to upgrade.] => [ERROR] Unable to find files to upgrade. [%s files will be upgraded.] => %s files will be upgraded. [listModules is not an array. No module has been updated.] => listModules is not an array. No module has been updated. [Upgrading module %module%...] => Upgrading module %module%... [The files of module %s have been upgraded.] => The files of module %s have been upgraded. [%s modules left to upgrade.] => %s modules left to upgrade. [The %modulename% module is not compatible with version %version%, it will be removed from your FTP.] => The %modulename% module is not compatible with version %version%, it will be removed from your FTP. [The %modulename% module is not compatible with version %version%, please remove it from your FTP.] => The %modulename% module is not compatible with version %version%, please remove it from your FTP. [Addons modules files have been upgraded.] => Addons modules files have been upgraded. [%s modules will be upgraded.] => %s modules will be upgraded. [Starting upgrade...] => Starting upgrade... [Downloading and unzipping steps have been skipped, upgrade process will now remove sample data.] => Downloading and unzipping steps have been skipped, upgrade process will now remove sample data. [Shop deactivated. Removing sample files...] => Store deactivated. Removing sample files... [Downloading step has been skipped, upgrade process will now unzip the local archive.] => Downloading step has been skipped, upgrade process will now unzip the local archive. [Shop deactivated. Extracting files...] => Store deactivated. Extracting files... [Shop deactivated. Now downloading... (this can take a while)] => Store deactivated. Now downloading... (this can take a while) [Downloaded archive will come from %s] => Downloaded archive will come from %s [MD5 hash will be checked against %s] => MD5 hash will be checked against %s [Major release] => Major release [Minor release (recommended)] => Minor release (recommended) [Release candidates] => Release candidates [Beta releases] => Beta releases [Alpha releases] => Alpha releases [Private release (require link and MD5 hash)] => Private release (require link and MD5 hash) [Local archive] => Local archive [Local directory] => Local directory [Backup Options] => Backup Options [Upgrade Options] => Upgrade Options [You already have the %s version.] => You already have the %s version. [This functionality has been disabled.] => This functionality has been disabled. [[TECHNICAL ERROR] ajax-upgradetab.php is missing. Please reinstall or reset the module.] => [TECHNICAL ERROR] ajax-upgradetab.php is missing. Please reinstall or reset the module. [Are you sure you want to delete this backup?] => Are you sure you want to delete this backup? [An update is currently in progress... Click "OK" to abort.] => An update is currently in progress... Click "OK" to abort. [Upgrading PrestaShop] => Upgrading PrestaShop [Upgrade complete] => Upgrade complete [Upgrade complete, but warning notifications has been found.] => Upgrade complete, but warning notifications has been found. [Cookies have changed, you will need to log in again once you refreshed the page] => Cookies have changed, you will need to log in again once you refreshed the page [Javascript and CSS files have changed, please clear your browser cache with CTRL-F5] => Javascript and CSS files have changed, please clear your browser cache with CTRL-F5 [Please check that your front-office theme is functional (try to create an account, place an order...)] => Please check that your front-office theme is functional (try to create an account, place an order...) [Product images do not appear in the front-office? Try regenerating the thumbnails in Preferences > Images] => Product images do not appear in the front-office? Try regenerating the thumbnails in Preferences > Images [Do not forget to reactivate your shop once you have checked everything!] => Do not forget to reactivate your store once you have checked everything! [ToDo list:] => ToDo list: [Starting restoration...] => Starting restoration... [Restoration complete.] => Restoration complete. [Your server cannot download the file. Please upload it first by ftp in your admin/autoupgrade directory] => Your server cannot download the file. Please upload it first by ftp in your admin/autoupgrade directory [Javascript error (parseJSON) detected for action ] => Javascript error (parseJSON) detected for action [Manually go to %s button] => Manually go to %s button [End of process] => End of process [Operation canceled. Checking for restoration...] => Operation canceled. Checking for restoration... [Do you want to restore %s?] => Do you want to restore %s? [Operation canceled. An error happened.] => Operation canceled. An error happened. [[TECHNICAL ERROR] ajax-upgradetab.php is missing. Please reinstall the module.] => [TECHNICAL ERROR] ajax-upgradetab.php is missing. Please reinstall the module. [Click to refresh the page and use the new configuration] => Click to refresh the page and use the new configuration [Error detected during] => Error detected during [The request exceeded the max_time_limit. Please change your server configuration.] => The request exceeded the max_time_limit. Please change your server configuration. [See or hide the list] => See or hide the list [Core file(s)] => Core file(s) [Mail file(s)] => Mail file(s) [Translation file(s)] => Translation file(s) [Link and MD5 hash cannot be empty] => Link and MD5 hash cannot be empty [You need to enter the version number associated with the archive.] => You need to enter the version number associated with the archive. [No archive has been selected.] => No archive has been selected. [You need to enter the version number associated with the directory.] => You need to enter the version number associated with the directory. [Please confirm that you want to skip the backup.] => Please confirm that you want to skip the backup. [Please confirm that you want to preserve file options.] => Please confirm that you want to preserve file options. [Less options] => Less options [These files will be deleted] => These files will be deleted [These files will be replaced] => These files will be replaced [Required field] => Required field [Too long!] => Too long! [Fields are different!] => Fields are different! [This email address is wrong!] => This email address is wrong! [Impossible to send the email!] => Impossible to send the email! [Cannot create settings file, if /app/config/parameters.php exists, please give the public write permissions to this file, else please create a file named parameters.php in config directory.] => Cannot create settings file, if /app/config/parameters.php exists, please give the public write permissions to this file, else please create a file named parameters.php in config directory. [Cannot write settings file, please create a file named settings.inc.php in the "config" directory.] => Cannot write settings file, please create a file named settings.inc.php in the "config" directory. [Impossible to upload the file!] => Impossible to upload the file! [Data integrity is not valid. Hack attempt?] => Data integrity is not valid. The files might have been corrupted, or a hack attempt might have occurred. [Impossible to read the content of a MySQL content file.] => Impossible to read the content of a MySQL content file. [Cannot access a MySQL content file.] => Cannot access a MySQL content file. [Error while inserting data in the database:] => Error while inserting data in the database: [This is not a valid file name.] => This is not a valid file name. [This is not a valid image file.] => This is not a valid image file. [Error while creating the /app/config/parameters.php file.] => Error while creating the /app/config/parameters.php file. [Error:] => Error: [This PrestaShop database already exists. Please revalidate your authentication information to the database.] => This PrestaShop database already exists. Please revalidate your authentication information to the database. [An error occurred while resizing the picture.] => An error occurred while resizing the picture. [Database connection is available!] => Database connection is available! [Database Server is available but database is not found] => Database Server is available but database is not found [Database Server is not found. Please verify the login, password and server fields.] => Database Server is not found. Please verify the login, password and server fields. [An error occurred while sending email, please verify your parameters.] => An error occurred while sending email, please verify your parameters. [This installer is too old.] => This installer is too old. [There is no older version. Did you delete or rename the app/config/parameters.php file?] => There is no older version. Did you delete or rename the app/config/parameters.php file? [The app/config/parameters.php file was not found. Did you delete or rename this file?] => The app/config/parameters.php file was not found. Did you delete or rename this file? [Cannot find the SQL upgrade files. Please verify that the /install/upgrade/sql folder is not empty.] => Cannot find the SQL upgrade files. Please verify that the /install/upgrade/sql folder is not empty. [No upgrade is possible.] => No upgrade is possible. [Error while loading SQL upgrade file.] => Error while loading SQL upgrade file. [Error while inserting content into the database] => Error while inserting content into the database [Unfortunately,] => Unfortunately, [SQL errors have occurred.] => SQL errors have occurred. [The config/defines.inc.php file was not found. Where did you move it?] => The config/defines.inc.php file was not found. Where did you move it? [Impossible to write the image /img/logo.jpg. If this image already exists, please delete it.] => Impossible to write the image /img/logo.jpg. If this image already exists, please delete it. [The uploaded file exceeds the upload_max_filesize directive in php.ini] => The uploaded file exceeds the upload_max_filesize directive in php.ini [The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form] => The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form [The uploaded file was only partially uploaded] => The uploaded file was only partially uploaded [No file was uploaded.] => No file was uploaded. [Missing a temporary folder] => Missing a temporary folder [Failed to write file to disk] => Failed to write file to disk [File upload stopped by extension] => File upload stopped by extension [Cannot convert your database's data to utf-8.] => Cannot convert your database's data to utf-8. [Your lastname contains some invalid characters] => Your lastname contains some invalid characters [Your MySQL server does not support this engine, please use another one like MyISAM] => Your MySQL server does not support this engine, please use another one like MyISAM [The file /img/logo.jpg is not writable, please CHMOD 755 this file or CHMOD 777] => The file /img/logo.jpg is not writable, please CHMOD 755 this file or CHMOD 777 [Invalid catalog mode] => Invalid catalog mode [No error code available] => No error code available [[SKIP] directory "%s" does not exist and cannot be emptied.] => [SKIP] directory "%s" does not exist and cannot be emptied. [[CLEANING CACHE] File %s removed] => [CLEANING CACHE] File %s removed [Invalid database configuration] => Invalid database configuration [Database upgrade OK] => Database upgrade OK [Warning detected during upgrade.] => Warning detected during upgrade. [Database upgrade completed] => Database upgrade completed [%s is not a valid version number.] => %s is not a valid version number. [[ERROR] Version to install is too old.] => [ERROR] Version to install is too old. [Current version: %oldversion%. Version to install: %newversion%.] => Current version: %oldversion%. Version to install: %newversion%. [Unable to find upgrade directory in the installation path.] => Unable to find upgrade directory in the installation path. [Error while loading SQL upgrade file "%s".] => Error while loading SQL upgrade file "%s". [Cannot find the SQL upgrade files. Please check that the %s folder is not empty.] => Cannot find the SQL upgrade files. Please check that the %s folder is not empty. [[DROP] SQL %s table has been dropped.] => [DROP] SQL %s table has been dropped. [Switching to default theme.] => Switching to default theme. [Settings file updated] => Settings file updated [The config/settings.inc.php file was not found.] => The config/settings.inc.php file was not found. [Error upgrading Doctrine schema] => Error upgrading Doctrine schema [Download of the language pack %lang% failed. %details%] => Download of the language pack %lang% failed. %details% [Error while updating translations for lang %lang%. %details%] => Error while updating translations for the language pack %lang%. %details% [Upgrade the RTL files.] => Upgrade the RTL files. [Cannot generate email templates: %s.] => Cannot generate email templates: %s. [[ERROR] %dir% does not exist or is not a directory.] => [ERROR] %dir% does not exist or is not a directory. [[ERROR] No response from Addons server.] => [ERROR] No response from Addons server. [[ERROR] Unable to write module %s's zip file in temporary directory.] => [ERROR] Unable to write module %s's zip file in temporary directory. [[WARNING] Error when trying to extract module %s.] => [WARNING] Error when trying to extract module %s. [[WARNING] Error when trying to upgrade module %s.] => [WARNING] Error when trying to upgrade module %s. [Error when opening settings.inc.php file in write mode] => Error when opening settings.inc.php file in write mode [Error when generating new settings.inc.php file.] => Error when generating new settings.inc.php file. [[NOTICE] File %s does not exist, merge skipped.] => [NOTICE] File %s does not exist, merge skipped. [[WARNING] %variablename% variable missing in file %filename%. Merge skipped.] => [WARNING] %variablename% variable missing in file %filename%. Merge skipped. [[WARNING] %variablename% variable missing in file %filename%. File %filename% deleted and merge skipped.] => [WARNING] %variablename% variable missing in file %filename%. File %filename% deleted and merge skipped. [Unable to create directory %s] => Unable to create directory %s [Error when trying to add %filename% to archive %archive%.] => Error when trying to add %filename% to archive %archive%. [%filename% added to archive. %filescount% files left.] => %filename% added to archive. %filescount% files left. [Could not close the Zip file properly. Check you are allowed to write on the disk and there is available space on it.] => Could not close the Zip file properly. Check you are allowed to write on the disk and there is available space on it. [%s is not a file] => %s is not a file [Unable to create directory %s.] => Unable to create directory %s. [Could not extract %file% from backup, the destination might not be writable.] => Could not extract %file% from backup, the destination might not be writable. [Content of archive %zip% is extracted] => Content of archive %zip% is extracted [[ERROR] Unable to list archived files] => [ERROR] Unable to list archived files [File %filename% (size: %filesize%) has been skipped during backup.] => File %filename% (size: %filesize%) has been skipped during backup. [Unable to open zipFile %s] => Unable to open zipFile %s [Activity Log] => Activity Log [Currently processing] => Currently processing [Analyzing the situation...] => Analyzing the situation... [Errors] => Errors [Branch:] => Branch: [Version number:] => Version number: [URL:] => URL: [MD5 hash:] => MD5 hash: [Changelog:] => Changelog: [See changelog] => See changelog [The pre-Upgrade checklist] => The pre-Upgrade checklist [Your current version of the module is out of date. Update now] => Your current version of the module is out of date. Update now [Modules > Module Manager > Updates] => Modules > Module Manager > Updates [The checklist is not OK. You can only upgrade your shop once all indicators are green.] => The checklist is not OK. You can only upgrade your store once all indicators are green. [Before starting the upgrade process, please make sure this checklist is all green.] => Before starting the upgrade process, please make sure this checklist is all green. [Your server is running on a supported PHP version.] => Your server is running on a supported PHP version. [The PHP version your server is running on is obsolete and needs to be upgraded. [1]Learn more[/1].] => The PHP version your server is running on is obsolete and needs to be upgraded. [1]Learn more[/1]. [Your store's root directory (%s) is writable (with appropriate CHMOD permissions).] => Your store's root directory (%s) is writable (with appropriate CHMOD permissions). [The "/admin/autoupgrade" directory is writable (appropriate CHMOD permissions)] => The "/admin/autoupgrade" directory is writable (appropriate CHMOD permissions) [PHP's "Safe mode" option is turned off] => PHP's "Safe mode" option is turned off [PHP's "allow_url_fopen" option is turned on, or cURL is installed] => PHP's "allow_url_fopen" option is turned on, or cURL is installed [PHP's "zip" extension is enabled] => PHP's "zip" extension is enabled [Your store is in maintenance mode] => Your store is in maintenance mode [Enable maintenance mode and add your maintenance IP in [1]Shop parameters > General > Maintenance[/1]] => Enable maintenance mode and add your maintenance IP in [1]Shop parameters > General > Maintenance[/1] [PrestaShop's caching features are disabled] => PrestaShop's caching features are disabled [PHP's max_execution_time setting has a high value or is disabled entirely (current value: unlimited)] => PHP's max_execution_time setting has a high value or is disabled entirely (current value: unlimited) [PHP's max_execution_time setting has a high value or is disabled entirely (current value: %s seconds)] => PHP's max_execution_time setting has a high value or is disabled entirely (current value: %s seconds) [Your current PHP version isn't compatible with your PrestaShop version.] => Your current PHP version isn't compatible with your PrestaShop version. [Apache mod_rewrite is disabled.] => Apache mod_rewrite is disabled. [The following PHP extensions are not installed: %s.] => The following PHP extensions are not installed: %s. [The following PHP extension is not installed: %s.] => The following PHP extension is not installed: %s. [PHP memory_limit is inferior to 256 MB.] => PHP memory_limit is inferior to 256 MB. [PHP file_uploads configuration is disabled.] => PHP file_uploads configuration is disabled. [The following PHP functions are not installed: %s.] => The following PHP functions are not installed: %s. [The following PHP function is not installed: %s.] => The following PHP function is not installed: %s. [It's not possible to create a PHP session.] => It's not possible to create a PHP session. [The following files are missing:] => The following files are missing: [It's not possible to write in the following folders:] => It's not possible to write in the following folders: [Please also make sure you make a full manual backup of your files and database.] => Please also make sure you make a full manual backup of your files and database. [PrestaShop requirements are not satisfied.] => PrestaShop requirements are not satisfied. [Rollback] => Rollback [After upgrading your shop, you can rollback to the previous database and files. Use this function if your theme or an essential module is not working correctly.] => After upgrading your store, you can roll back to the previous database and files. Use this function if your theme or an essential module is not working correctly. [Choose your backup:] => Choose your backup: [-- Choose a backup to restore --] => -- Choose a backup to restore -- [More options (Expert mode)] => More options (Expert mode) [Start your Upgrade] => Start your Upgrade [You come from the future! You are using a more recent version than the latest available!] => You come from the future! You are using a more recent version than the latest available! [Congratulations, you are already using the latest version available!] => Congratulations, you are already using the latest version available! [Your current PrestaShop version] => Your current PrestaShop version [Your current PHP version] => Your current PHP version [Latest official version for %s channel.] => Latest official version for %s channel. [Upgrade PrestaShop now!] => Upgrade PrestaShop now! [PrestaShop will be downloaded from %s] => PrestaShop will be downloaded from %s [Open changelog in a new window] => Open changelog in a new window [No file will be downloaded (channel %s is used)] => No file will be downloaded (channel %s is used) [The following action are automatically replaced] => The following action are automatically replaced [%old% will be replaced by %new%] => %old% will be replaced by %new% [To change this behavior, you need to manually edit your php files] => To change this behavior, you need to manually edit your php files [Refresh the page] => Refresh the page [Check if a new version is available] => Check if a new version is available [Last check: %s] => Last check: %s [Last check: never] => Last check: never [Expert mode] => Expert mode [Please select your channel:] => Please select your channel: [Channels are offering you different ways to perform an upgrade. You can either upload the new version manually or let the 1-Click Upgrade module download it for you.] => Channels are offering you different ways to perform an upgrade. You can either upload the new version manually or let the 1-Click Upgrade module download it for you. [The Alpha, Beta and Private channels give you the ability to upgrade to a non-official or unstable release (for testing purposes only).] => The Alpha, Beta and Private channels give you the ability to upgrade to a non-official or unstable release (for testing purposes only). [By default, you should use the "Minor release" channel which is offering the latest stable version available.] => By default, you should use the "Minor release" channel which is offering the latest stable version available. [Channel:] => Channel: [Link:] => Link: [Hash key:] => Hash key: [Allow major upgrade:] => Allow major upgrade: [Archive to use:] => Archive to use: [Choose an archive] => Choose an archive [Number of the version you want to upgrade to:] => Number of the version you want to upgrade to: [XML file to use:] => XML file to use: [Choose an XML file] => Choose an XML file [No archive found in your admin/autoupgrade/download directory] => No archive found in your admin/autoupgrade/download directory [Save in the following directory the archive file and XML file of the version you want to upgrade to: %s] => Save in the following directory the archive file and XML file of the version you want to upgrade to: %s [Click to save once the archive is there.] => Click to save once the archive is there. [This option will skip the download step.] => This option will skip the download step. [Save in the following directory the uncompressed PrestaShop files of the version you want to upgrade to: %s] => Save in the following directory the uncompressed PrestaShop files of the version you want to upgrade to: %s [Please tell us which version you are upgrading to [1](1.7.0.1 for instance)[/1]] => Please tell us which version you are upgrading to [1](1.7.0.1 for instance)[/1] [This option will skip both download and unzip steps and will use %1$s as the source directory] => This option will skip both download and unzip steps and will use %1$s as the source directory [Step] => Step [Upgrade steps] => Upgrade steps [Version comparison] => Version comparison [PrestaShop Original version] => PrestaShop Original version [Differences between versions] => Differences between versions [Welcome!] => Welcome! [Upgrade your store to benefit from the latest improvements, bug fixes and security patches.] => Upgrade your store to benefit from the latest improvements, bug fixes and security patches. [Upgrading your store on your own can be risky. If you don't feel comfortable doing the upgrade yourself, many agencies and developers in your area may also provide this kind of service.] => Upgrading your store on your own can be risky. If you don't feel comfortable doing the upgrade yourself, many agencies and developers in your area may also provide this kind of service. ) [AdminInternationalNotification] => Array ( [Are you sure you want to restore the default address format for this country?] => Are you sure you want to restore the default address format for this country? [%s at least, or you will have to edit the translation files manually.] => %s at least, or you will have to edit the translation files manually. [Apache mod_security is activated on your server. This could result in some Bad Request errors] => Apache mod_security is activated on your server. This could result in some Bad Request errors [Warning! Your hosting provider is using the Suhosin patch for PHP, which limits the maximum number of fields allowed in a form:] => Warning! Your hosting provider is using the Suhosin patch for PHP, which limits the maximum number of fields allowed in a form: [Please ask your hosting provider to increase the Suhosin limit to] => Please ask your hosting provider to increase the Suhosin limit to [Warning! Your PHP configuration limits the maximum number of fields allowed in a form:] => Warning! Your PHP configuration limits the maximum number of fields allowed in a form: [for max_input_vars.] => for max_input_vars. [Please ask your hosting provider to increase this limit to] => Please ask your hosting provider to increase this limit to [%s at least, or you will have to edit the translation files.] => %s at least, or you will have to edit the translation files. [%limit% for suhosin.post.max_vars.] => %limit% for suhosin.post.max_vars. [%limit% for suhosin.request.max_vars.] => %limit% for suhosin.request.max_vars. [This expression uses a special syntax:] => This expression uses a special syntax: [Sorry this language is not available] => Sorry this language is not available [Server does not have permissions for writing.] => Server does not have permissions for writing. [Language pack unavailable.] => Language pack unavailable. [An error occurred while creating the language: %s] => An error occurred while creating the language: %s [Cannot load country: %d] => Cannot load country: %d [Cannot enable the associated country: %s] => Cannot enable the associated country: %s [Invalid Zone name.] => Invalid Zone name. [Invalid state properties.] => Invalid state properties. [Cannot update the associated country: %s] => Cannot update the associated country: %s [An error occurred while adding the state.] => An error occurred while adding the state. [An error occurred while fetching the state.] => An error occurred while fetching the state. [Invalid tax properties.] => Invalid tax properties. [An error occurred while importing the tax: %s] => An error occurred while importing the tax: %s [This tax rule cannot be saved.] => This tax rule cannot be saved. [An error occurred while importing the currency: %s] => An error occurred while importing the currency: %s [Localization pack corrupted: wrong unit type.] => Localization pack corrupted: wrong unit type. [An error occurred while setting the units.] => An error occurred while setting the units. [An error occurred while installing the module: %s] => An error occurred while installing the module: %s [An error occurred while uninstalling the module: %s] => An error occurred while uninstalling the module: %s [An error occurred during the configuration setup: %1$s] => An error occurred during the configuration setup: %1$s [An error occurred during the default group update] => An error occurred during the default group update [An error has occurred during the default group update] => An error has occurred during the default group update [An error has occurred, this module does not exist: %s] => An error has occurred, this module does not exist: %s [Invalid language ISO code (%s)] => Invalid language ISO code (%s) [The translation was added successfully, but the language has not been created.] => The translation was added successfully, but the language has not been created. [Cannot add configuration %1$s for %2$s language] => Cannot add configuration %1$s for %2$s language [Localization pack imported successfully.] => Localization pack imported successfully. [The translation was successfully copied.] => The translation was successfully copied. [The translations have been successfully added.] => The translations have been successfully added. [Incorrect Tax Manager class [%s]] => Incorrect Tax Manager class [%s] [Tax Manager class not found [%s]] => Tax Manager class not found [%s] [No tax] => No tax [This ISO code already exists.You cannot create two countries with the same ISO code.] => This ISO code already exists.You cannot create two countries with the same ISO code. [Invalid address layout %s] => Invalid address layout %s [This ISO code already exists. You cannot create two states with the same ISO code.] => This ISO code already exists. You cannot create two states with the same ISO code. [This state was used in at least one address. It cannot be removed.] => This state was used in at least one address. It cannot be removed. [A tax rule already exists for this country/state with tax only behavior.] => A tax rule already exists for this country/state with tax only behavior. [The Zip/Postal code is invalid. It must be typed as follows: %format% for %country%.] => The Zip/Postal code is invalid. It must be typed as follows: %format% for %country%. [An error has occurred: Cannot save the current tax rule.] => An error has occurred: Cannot save the current tax rule. [Impossible to create the directory "%folder%".] => Impossible to create the directory "%folder%". [An error occurred while creating archive.] => An error occurred while creating archive. [Please select a language and a theme.] => Please select a language and a theme. [Tab "%s" is not valid] => Tab "%s" is not valid [Validation failed for: %file%] => Validation failed for: %file% [Unidentified file found: %file%] => Unidentified file found: %file% [The archive cannot be extracted.] => The archive cannot be extracted. [ISO CODE invalid "%iso_code%" for the following file: "%file%"] => ISO CODE invalid "%iso_code%" for the following file: "%file%" [Cannot write to the theme's language file (%s). Please check writing permissions.] => Cannot write to the theme's language file (%s). Please check writing permissions. [Invalid theme "%theme%"] => Invalid theme "%theme%" [Invalid iso code "%iso_code%"] => Invalid iso code "%iso_code%" [This %type_content% file extension is not accepted.] => This %type_content% file extension is not accepted. [Invalid module name "%module%"] => Invalid module name "%module%" [Invalid mail name "%mail%"] => Invalid mail name "%mail%" [Directory "%folder%" cannot be created] => Directory "%folder%" cannot be created [Your email translations contain some invalid HTML and cannot be saved. Please check your content.] => Your email translations contain some invalid HTML and cannot be saved. Please check your content. [Your HTML email templates cannot contain JavaScript code.] => Your HTML email templates cannot contain JavaScript code. [Empty string found, please edit: "%file%"] => Empty string found, please edit: "%file%" [There is an error in template, an empty string has been found. Please edit: "%file%"] => There is an error in template, an empty string has been found. Please edit: "%file%" [The module directory must be writable.] => The module directory must be writable. [A mail directory exists for the "%iso_code%" language, but not for the default language (%language%) in %folder%] => A mail directory exists for the "%iso_code%" language, but not for the default language (%language%) in %folder% [missing translation(s)] => missing translation(s) [No Subject was found for %mail_name% in the database.] => No Subject was found for %mail_name% in the database. [There was a problem getting the mail files.] => There was a problem getting the mail files. [English language files must exist in %folder% folder] => English language files must exist in %folder% folder [Cannot write language file for email subjects. Path is: %folder%] => Cannot write language file for email subjects. Path is: %folder% [Cannot write into the "%file%"] => Cannot write into the "%file%" [Cannot create the folder "%folder%". Please check your directory writing permissions.] => Cannot create the folder "%folder%". Please check your directory writing permissions. [You must select two languages in order to copy data from one to another.] => You must select two languages in order to copy data from one to another. [You must select two themes in order to copy data from one to another.] => You must select two themes in order to copy data from one to another. [There is nothing to copy (same language and theme).] => There is nothing to copy (same language and theme). [Theme(s) not found] => Theme(s) not found [Impossible to copy "%source%" to "%dest%".] => Impossible to copy "%source%" to "%dest%". [Impossible to translate "%dest%".] => Impossible to translate "%dest%". [A part of the data has been copied but some of the language files could not be found.] => A part of the data has been copied but some of the language files could not be found. [Fatal error: ISO code is not correct] => Fatal error: ISO code is not correct [Cannot load the localization pack.] => Cannot load the localization pack. [Please select at least one item to import.] => Please select at least one item to import. [This currency already exists.] => This currency already exists. [%currency% is the default currency for shop %shop_name%, and therefore cannot be removed from shop association] => %currency% is the default currency for shop %shop_name%, and therefore cannot be removed from shop association [%currency% is the default currency for shop %shop_name%, and therefore cannot be disabled] => %currency% is the default currency for shop %shop_name%, and therefore cannot be disabled [You cannot delete the default currency] => You cannot delete the default currency [You cannot disable the default currency] => You cannot disable the default currency [Oops... it looks like this ISO code already exists. If you are: [1][2]trying to create an alternative currency, you must type a different ISO code[/2][2]trying to modify the currency with ISO code %isoCode%, make sure you did not check the creation box[/2][/1]] => Oops... it looks like this ISO code already exists. If you are: [1][2]trying to create an alternative currency, you must type a different ISO code[/2][2]trying to modify the currency with ISO code %isoCode%, make sure you did not check the creation box[/2][/1] [You cannot change the status of the default language.] => You cannot change the status of the default language. [An error occurred while copying "No Picture" image to your product folder.] => An error occurred while copying "No Picture" image to your product folder. [An error occurred while copying "No picture" image to your category folder.] => An error occurred while copying "No picture" image to your category folder. [An error occurred while copying "No picture" image to your brand folder.] => An error occurred while copying "No picture" image to your brand folder. [This ISO code is already linked to another language.] => This ISO code is already linked to another language. [You cannot delete the default language.] => You cannot delete the default language. [You cannot delete the language currently in use. Please select a different language.] => You cannot delete the language currently in use. Please select a different language. [Importing a new language may fail without the OpenSSL module. Please enable "openssl.so" on your server configuration.] => Importing a new language may fail without the OpenSSL module. Please enable "openssl.so" on your server configuration. [You must select at least one translation type to export translations.] => You must select at least one translation type to export translations. [An error occurred while editing the zone.] => An error occurred while editing the zone. [This customer thread does not exist.] => This customer thread does not exist. [Cannot delete this customer thread.] => Cannot delete this customer thread. [Failed to add customer message.] => Failed to add customer message. [Failed to update customer thread status.] => Failed to update customer thread status. [Comment is not valid.] => Comment is not valid. [The geolocation database is unavailable.] => The geolocation database is unavailable. [Country selection is invalid.] => Country selection is invalid. [Invalid whitelist] => Invalid whitelist [Check the [a]developer documentation[/a] for setup instructions.] => Check the [a]developer documentation[/a] for setup instructions. [Could not display symbol and format customization:] => Could not display symbol and format customization: [When you delete a language, all related translations in the database will be deleted.] => When you delete a language, all related translations in the database will be deleted. [Your .htaccess file must be writable.] => Your .htaccess file must be writable. [Language files must be complete to allow copying of translations.] => Language files must be complete to allow copying of translations. [Translation successfully updated] => Translation successfully updated [Failed to update translation] => Failed to update translation ) [ModulesSearchbarAdmin] => Array ( [Search bar] => Search bar [Help your visitors find what they are looking for, add a quick search field to your store.] => Help your visitors find what they are looking for, add a quick search field to your store. ) [ModulesCustomtextAdmin] => Array ( [Custom text block] => Custom text block [Give your visitors extra information, display a customized block of content on your homepage.] => Give your visitors extra information, display a customized block of content on your homepage. [Text block] => Text block ) [ModulesSupplierlistShop] => Array ( [All suppliers] => All suppliers [Suppliers] => Suppliers [No supplier] => No supplier ) [AdminShopparametersHelp] => Array ( [e.g. 10:00AM - 9:30PM] => e.g. 10:00AM - 9:30PM [Image width in pixels. Enter "0" to use the original size.] => Image width in pixels. Enter "0" to use the original size. [Image height in pixels. Enter "0" to use the original size.] => Image height in pixels. Enter "0" to use the original size. [The group defined for your un-identified visitors.] => The group defined for your un-identified visitors. [The group defined for your identified guest customers (used in guest checkout).] => The group defined for your identified guest customers (used in guest checkout). [The group defined for your identified registered customers.] => The group defined for your identified registered customers. [Automatically apply this value as a discount on all products for members of this customer group.] => Automatically apply this value as a discount on all products for members of this customer group. [How prices are displayed in the order summary for this customer group.] => How prices are displayed in the order summary for this customer group. [Customers in this group can view prices.] => Customers in this group can view prices. [Need to hide prices for all groups? Save time, enable catalog mode in Product Settings instead.] => Need to hide prices for all groups? Save time, enable catalog mode in Product Settings instead. [%group_name% - All persons without a customer account or customers that are not logged in.] => %group_name% - All persons without a customer account or customers that are not logged in. [%group_name% - All persons who placed an order through Guest Checkout.] => %group_name% - All persons who placed an order through Guest Checkout. [%group_name% - All persons who created an account on this site.] => %group_name% - All persons who created an account on this site. [PrestaShop has three default customer groups:] => PrestaShop has three default customer groups: [Enable the automatic indexing of products. If you enable this feature, the products will be indexed in the search automatically when they are saved. If the feature is disabled, you will have to index products manually by using the links provided in the field set.] => Enable the automatic indexing of products. If you enable this feature, the products will be indexed in the search automatically when they are saved. If the feature is disabled, you will have to index products manually by using the links provided in the field set. [By default, to search for “blouse”, you have to enter “blous”, “blo”, etc (beginning of the word) – but not “lous” (within the word).] => By default, to search for “blouse”, you have to enter “blous”, “blo”, etc (beginning of the word) – but not “lous” (within the word). [With this option enabled, it also gives the good result if you search for “lous”, “ouse”, or anything contained in the word.] => With this option enabled, it also gives the good result if you search for “lous”, “ouse”, or anything contained in the word. [Enable search within a whole word, rather than from its beginning only.] => Enable search within a whole word, rather than from its beginning only. [It checks if the searched term is contained in the indexed word. This may be resource-consuming.] => It checks if the searched term is contained in the indexed word. This may be resource-consuming. [By default, if you search "book", you will have "book", "bookcase" and "bookend".] => By default, if you search "book", you will have "book", "bookcase" and "bookend". [With this option enabled, it only gives one result “book”, as exact end of the indexed word is matching.] => With this option enabled, it only gives one result “book”, as exact end of the indexed word is matching. [Enable more precise search with the end of the word.] => Enable more precise search with the end of the word. [It checks if the searched term is the exact end of the indexed word.] => It checks if the searched term is the exact end of the indexed word. [By default, the fuzzy search is enabled. It means spelling errors are allowed, e.g. you can search for "bird" with words like "burd", "bard" or "beerd".] => By default, the fuzzy search is enabled. It means spelling errors are allowed, e.g. you can search for "bird" with words like "burd", "bard" or "beerd". [Disabling this option will require exact spelling for the search to match results.] => Disabling this option will require exact spelling for the search to match results. [Enable approximate string matching.] => Enable approximate string matching. [Note that this option is resource-consuming: the more you search, the longer it takes.] => Note that this option is resource-consuming: the more you search, the longer it takes. [Only words fewer or equal to this maximum length will be searched.] => Only words fewer or equal to this maximum length will be searched. [This parameter will only be used if the fuzzy search is activated: the lower the value, the more tolerant your search will be.] => This parameter will only be used if the fuzzy search is activated: the lower the value, the more tolerant your search will be. [Only words this size or larger will be indexed.] => Only words this size or larger will be indexed. [Please enter the index words separated by a "|".] => Please enter the index words separated by a "|". [Enter each alias separated by a comma (e.g. 'prestshop,preztashop,prestasohp').] => Enter each alias separated by a comma (e.g. 'prestshop,preztashop,prestasohp'). [Forbidden characters: ;=#{}] => Forbidden characters: ;=#{} [Search this word instead.] => Search this word instead. [This field does not refer to the shop name visible in the front office.] => This field does not refer to the shop name visible in the front office. [Follow [1]this link[/1] to edit the shop name used on the front office.] => Follow [1]this link[/1] to edit the shop name used on the front office. [You can't edit the shop group because the current shop belongs to a group with the "share" option enabled.] => You can't edit the store group because the current store belongs to a group with the "share" option enabled. [This is the root category of the store that you've created. To define a new root category for your store, [1]please click here[/1].] => This is the root category of the store that you've created. To define a new root category for your store, [1]please click here[/1]. [By selecting associated categories, you are choosing to share the categories between shops. Once associated between shops, any alteration of this category will impact every shop.] => By selecting associated categories, you are choosing to share the categories between shops. Once associated between shops, any alteration of this category will impact every shop. [Upload an icon from your computer (File type: .gif, suggested size: 16x16).] => Upload an icon from your computer (File type: .gif, suggested size: 16x16). [Only letters, numbers and underscores ("_") are allowed.] => Only letters, numbers and underscores ("_") are allowed. [Email template for both .html and .txt.] => Email template for both .html and .txt. [Whether or not to display this store.] => Whether or not to display this store. [Storefront picture.] => Storefront picture. [Displayed in emails sent to customers.] => Displayed in emails sent to customers. [Shop registration information (e.g. SIRET or RCS).] => Shop registration information (e.g. SIRET or RCS). [Contact name (e.g. Customer Support).] => Contact name (e.g. Customer Support). [Emails will be sent to this address.] => Emails will be sent to this address. [If enabled, all messages will be saved in the "Customer Service" page under the "Customer" menu.] => If enabled, all messages will be saved in the "Customer Service" page under the "Customer" menu. [After a customer logs in, you can recall and display the content of his/her last shopping cart.] => After a customer logs in, you can recall and display the content of his/her last shopping cart. [Send an email with a summary of the account information after registration.] => Send an email with a summary of the account information after registration. [Minimum time required between two requests for a password reset.] => Minimum time required between two requests for a password reset. [Activate or deactivate B2B mode. When this option is enabled, B2B features will be made available.] => Activate or deactivate B2B mode. When this option is enabled, B2B features will be made available. [Display or not the birth date field.] => Display or not the birth date field. [Display or not the partner offers tick box, to receive offers from the store's partners.] => Optional check box for affiliate links [We recommend that you deactivate your store while performing maintenance. Note that it will not disable the webservice.] => We recommend that you deactivate your store while performing maintenance. Note that it will not disable the webservice. [Allow IP addresses to access the store, even in maintenance mode. Use a comma to separate them (e.g. 42.24.4.2,127.0.0.1,99.98.97.96).] => Allow IP addresses to access the store, even in maintenance mode. Use a comma to separate them (e.g. 42.24.4.2,127.0.0.1,99.98.97.96). [Display a customized message when the store is disabled.] => Display a customized message when the store is disabled. [When enabled, admins will access the store front office without storing their IP.] => When enabled, admins will access the store front office without storing their IP. [If you own an SSL certificate for your shop's domain name, you can activate SSL encryption (https://) for customer account identification and order processing.] => If you own an SSL certificate for your shop's domain name, you can activate SSL encryption (https://) for customer account identification and order processing. [When enabled, all the pages of your shop will be SSL-secured.] => When enabled, all the pages of your store will be SSL-secured. [Enable or disable token in the Front Office to improve PrestaShop's security.] => Enable or disable token in the Front Office to improve PrestaShop's security. [Allow iframes on text fields like product description. We recommend that you leave this option disabled.] => Allow iframes on text fields like product description. We recommend that you leave this option disabled. [Clean the HTML content on text fields. We recommend that you leave this option enabled.] => Clean the HTML content on text fields. We recommend that you leave this option enabled. [You can choose among 6 different ways of rounding prices. "Round up away from zero ..." is the recommended behavior.] => You can choose among 6 different ways of rounding prices. "Round up away from zero ..." is the recommended behavior. [You can choose when to round prices: either on each item, each line or the total (of an invoice, for example).] => You can choose when to round prices: either on each item, each line or the total (of an invoice, for example). [Enable suppliers page on your front office even when its module is disabled.] => Enable suppliers page on your front office even when its module is disabled. [Enable brands page on your front office even when its module is disabled.] => Enable brands page on your front office even when its module is disabled. [Enable best sellers page on your front office even when its respective module is disabled.] => Enable best sellers page on your front office even when its respective module is disabled. [The multistore feature allows you to manage several front offices from a single back office. If this feature is enabled, a Multistore page is available in the Advanced Parameters menu.] => The multistore feature allows you to manage several front offices from a single back office. If this feature is enabled, a Multistore page is available in the Advanced Parameters menu. [Display an overview of the addresses, shipping method and cart just before the order button (required in some European countries).] => Display a summary of all relevant order data (payment method, adresses, dispatch and cart) above the order button. [Allow guest visitors to place an order without registering.] => Allow guest visitors to place an order without registering. [Disable the option to allow customers to reorder in one click from the order history page (required in some European countries).] => Disable the option to allow customers to reorder in one click from the order history page (required in some European countries). [Set to 0 to disable this feature.] => Set to 0 to disable this feature. [Automatically updates the shipping costs when you edit an order.] => Automatically updates the shipping costs when you edit an order. [Allow the customer to ship orders to multiple addresses. This option will convert the customer's cart into one or more orders.] => Allow the customer to ship orders to multiple addresses. This option will convert the customer's cart into one or more orders. [It allows you to delay shipping if your customers request it.] => It allows you to delay shipping if your customers request it. [Require customers to accept or decline terms of service before processing an order.] => Require customers to accept or decline terms of service before processing an order. [Choose the page which contains your store's terms and conditions of use.] => Choose the page which contains your store's terms and conditions. [The order status will be set to "On backorder" for new orders containing products that are out of stock.] => The order status will be set to "On backorder" for new orders containing products that are out of stock. [Suggest gift-wrapping to customers.] => Suggest gift-wrapping to customers. [Set a price for gift wrapping.] => Set a price for gift wrapping. [Set a tax for gift wrapping.] => Set a tax for gift wrapping. [Suggest recycled packaging to customer.] => Suggest recycled packaging to customer. [Remember to regenerate email templates in [1]Design > Email theme[/1] after enabling or disabling this feature.] => Remember to regenerate email templates in [1]Design > Email theme[/1] after enabling or disabling this feature. [Catalog mode disables the shopping cart on your store. Visitors will be able to browse your products catalog, but not buy them.] => Catalog mode disables the shopping cart on your store. Visitors will be able to browse your products catalog, but not buy them. [Display product prices when in catalog mode.] => Display product prices when in catalog mode. [To hide prices for a specific group, go to [1]Customer Settings > Groups[/1].] => To hide prices for a specific group, go to [1]Customer Settings > Groups[/1]. [characters] => characters [How to calculate quantity discounts.] => How to calculate quantity discounts. [When active, friendly URL will be updated on every save.] => When active, friendly URL will be updated on every save. [Enable this option if you want to activate by default all your manually created new products.] => Enable this option if you want to activate by default all your manually created new products. [If a customer meets multiple conditions, specific prices will be applied in this order of priority, unless a different order has been set for a particular product.] => If a customer meets multiple conditions, specific prices will be applied in this order of priority, unless a different order has been set for a particular product. [You can specify the default behavior for all disabled products. The product page can display a "Discontinued" message or an error page. You can also specify which HTTP response is sent to users. This can be set specifically for each product.] => You can specify the default behavior for all disabled products. The product page can display a "Discontinued" message or an error page. You can also specify which HTTP response is sent to users. This can be set specifically for each product. [When enabled, friendly URL will be updated on every name change for offline products only.] => When enabled, friendly URL will be updated on every name change for offline products only. [Display the "%add_to_cart_label%" button when a product has attributes] => Display the "%add_to_cart_label%" button when a product has attributes [Display or hide the "%add_to_cart_label%" button on category pages for products that have attributes forcing customers to see product details.] => Display or hide the "%add_to_cart_label%" button on category pages for products that have attributes forcing customers to see product details. [In the volume discount table on the product page, display the discounted unit price instead of the unit discount. E.g. If you sell a product for $10 with a discount of $2 from 3 items purchased, the discounted unit price ($8) will be displayed instead of the unit discount ($2).] => In the volume discount table on the product page, display the discounted unit price instead of the unit discount. E.g. If you sell a product for $10 with a discount of $2 from 3 items purchased, the discounted unit price ($8) will be displayed instead of the unit discount ($2). [Display the "%add_to_cart_label%" button when a product has combinations] => Display the "%add_to_cart_label%" button when a product has combinations [Some themes allow your customers to add a product to their cart directly from the product list. You may want to deactivate this feature if a product has combinations, requiring your customers to check product details and choose one of the options.] => Some themes allow your customers to add a product to their cart directly from the product list. You may want to deactivate this feature if a product has combinations, requiring your customers to check product details and choose one of the options. [Number of products displayed per page. Default is 12] => Number of products displayed per page. Default is 12 [The order in which products are displayed in the product list.] => The order in which products are displayed in the product list. [When selling packs of products, how do you want your stock to be calculated?] => When selling packs of products, how do you want your stock to be calculated? [If an attribute is not available in every product combination, it will not be displayed.] => If an attribute is not available in every product combination, it will not be displayed. [Set to "0" to disable this feature.] => Set to "0" to disable this feature. [By default, the "%add_to_cart_label%" button is hidden when a product is unavailable. You can choose to have it displayed in all cases.] => By default, the "%add_to_cart_label%" button is hidden when a product is unavailable. You can choose to have it displayed in all cases. [In stock] => In stock [On backorder] => On backorder [Out of stock] => Out of stock [Advised for European merchants to be legally compliant (eg: Delivered within 3-4 days)] => Advised for European merchants to be legally compliant (eg: Delivered within 3-4 days) [Delivered within 3-4 days] => Delivered within 3-4 days [Advised for European merchants to be legally compliant (eg: Delivered within 5-7 days)] => Advised for European merchants to be legally compliant (eg: Delivered within 5-7 days) [Delivered within 5-7 days] => Delivered within 5-7 days [Note that the label will be displayed only if backorders are denied.] => Note that the label will be displayed only if backorders are denied. [For packs of products, stocks can be managed manually or automatically based on individual product stock levels. Further customization is possible for each product.] => For packs of products, stocks can be managed manually or automatically based on individual product stock levels. Further customization is possible for each product. [Enable this option if you want to display your product's attributes in its meta title.] => Enable this option if you want to display your product's attributes in its meta title. [Enable this option only if your server allows URL rewriting (recommended).] => Enable this option only if your server allows URL rewriting (recommended). [URL rewriting (mod_rewrite) is not active on your server, or it is not possible to check your server configuration. If you want to use Friendly URLs, you must activate this mod.] => URL rewriting (mod_rewrite) is not active on your server, or it is not possible to check your server configuration. If you want to use Friendly URLs, you must activate this mod. [Enable this option if you want to allow accented characters in your friendly URLs. You should only activate this option if you are using non-Latin characters; for all the Latin charsets, your SEO will be better without this option.] => Enable this option if you want to allow accented characters in your friendly URLs. You should only activate this option if you are using non-Latin characters; for all the Latin charsets, your SEO will be better without this option. [Enable this option only if you have problems with URL rewriting.] => Enable this option only if you have problems with URL rewriting. [Some of PrestaShop's features might not work correctly with a specific configuration of Apache's mod_security module. We recommend to turn it off.] => Some of PrestaShop's features might not work correctly with a specific configuration of Apache's mod_security module. We recommend to turn it off. [[1]Make[/1] sure partner offers are not set as required in the [2]Customers[/2] section of the back office before disabling them. Otherwise, new customers won't be able to create an account and [1]proceed[/1] to checkout.] => [1]Make[/1] sure partner offers are not set as required in the [2]Customers[/2] section of the back office before disabling them. Otherwise, new customers won't be able to create an account and [1]proceed[/1] to checkout. [Order's return status name.] => Order's return status name. [Invalid characters: numbers and] => Invalid characters: numbers and [Status will be highlighted in this color. HTML colors only.] => Status will be highlighted in this color. HTML colors only. [Order status (e.g. 'Pending').] => Order status (e.g. 'Pending'). [Invalid characters:] => Invalid characters: [Name of the related page.] => Name of the related page. [Title of this page.] => Title of this page. [A short description of your shop.] => A short description of your shop. [List of keywords for search engines.] => List of keywords for search engines. [For instance, "contacts" for http://example.com/shop/contacts to redirect to http://example.com/shop/contact-form.php] => For instance, "contacts" for http://example.com/shop/contacts to redirect to http://example.com/shop/contact-form.php [Only letters and hyphens are allowed.] => Only letters and hyphens are allowed. [To add tags, click in the field, write something, and then press the "Enter" key.] => To add tags, click in the field, write something, and then press the "Enter" key. [If you want to enable SSL on all the pages of your shop, activate the "Enable on all the pages" option below.] => If you want to enable SSL on all the pages of your store, activate the "Enable on all the pages" option below. ) [ModulesPsgdprCustomeraccount] => Array ( [GDPR - Personal data] => GDPR - Personal data ) [ModulesCheckpaymentShop] => Array ( [This payment method is not available.] => This payment method is not available. [Please send us your check following these rules:] => Please send us your check including the following details: [Amount] => Amount [Payee] => Payee [Send your check to this address] => Send your check to this address [Pay by check] => Pay by check [(order processing will be longer)] => (order processing will be longer) [Your order on %s is complete.] => Your order on %s is complete. [Your check must include:] => Your check must include: [Payment amount.] => Payment amount. [Payable to the order of] => Payable to the order of [Mail to] => Mail to [Do not forget to insert your order number #%d.] => Do not forget to insert your order number #%d. [Do not forget to insert your order reference %s.] => Do not forget to insert your order reference %s. [An email has been sent to you with this information.] => An email has been sent to you with this information. [Your order will be sent as soon as we receive your payment.] => Your order will be sent as soon as we receive your payment. [For any questions or for further information, please contact our] => For any questions or for further information, please contact our [customer service department.] => customer service department. [We have noticed that there is a problem with your order. If you think this is an error, you can contact our] => We have noticed that there is a problem with your order. If you think this is an error, you can contact our ) [AdminShopparametersFeature] => Array ( [Authorized modules:] => Authorized modules: [This category already exists for this group.] => This category already exists for this group. [Add a category discount] => Add a category discount [New group category discount] => New group category discount [Discount (%):] => Discount (%): [Discount: %.2f%%] => Discount: %.2f%% [Group information] => Group information [Price display method:] => Price display method: [Show prices:] => Show prices: [Current category discount] => Current category discount [Members of this customer group] => Members of this customer group [Limited to the first 100 customers.] => Limited to the first 100 customers. [Please use filters to narrow your search.] => Please use filters to narrow your search. [Hours:] => Hours: [Dear Customer, Regards, Customer service] => Dear Customer, Regards, Customer service [We are currently updating our shop and will be back really soon. Thanks for your patience.] => We are currently updating our shop and will be back really soon. Thanks for your patience. [#IN] => #IN [#DE] => #DE [#RE] => #RE [a|about|above|after|again|against|all|am|an|and|any|are|aren|as|at|be|because|been|before|being|below|between|both|but|by|can|cannot|could|couldn|did|didn|do|does|doesn|doing|don|down|during|each|few|for|from|further|had|hadn|has|hasn|have|haven|having|he|ll|her|here|hers|herself|him|himself|his|how|ve|if|in|into|is|isn|it|its|itself|let|me|more|most|mustn|my|myself|no|nor|not|of|off|on|once|only|or|other|ought|our|ours|ourselves|out|over|own|same|shan|she|should|shouldn|so|some|such|than|that|the|their|theirs|them|themselves|then|there|these|they|re|this|those|through|to|too|under|until|up|very|was|wasn|we|were|weren|what|when|where|which|while|who|whom|why|with|won|would|wouldn|you|your|yours|yourself|yourselves] => a|about|above|after|again|against|all|am|an|and|any|are|aren|as|at|be|because|been|before|being|below|between|both|but|by|can|cannot|could|couldn|did|didn|do|does|doesn|doing|don|down|during|each|few|for|from|further|had|hadn|has|hasn|have|haven|having|he|ll|her|here|hers|herself|him|himself|his|how|ve|if|in|into|is|isn|it|its|itself|let|me|more|most|mustn|my|myself|no|nor|not|of|off|on|once|only|or|other|ought|our|ours|ourselves|out|over|own|same|shan|she|should|shouldn|so|some|such|than|that|the|their|theirs|them|themselves|then|there|these|they|re|this|those|through|to|too|under|until|up|very|was|wasn|we|were|weren|what|when|where|which|while|who|whom|why|with|won|would|wouldn|you|your|yours|yourself|yourselves [You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice.] => You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice. [In Stock] => In Stock [Product available for orders] => Product available for orders [Out-of-Stock] => Out-of-Stock [Webmaster] => Webmaster [Customer service] => Customer service [If a technical problem occurs on this website] => If a technical problem occurs on this website [For any question about a product, an order] => For any question about a product, an order [Mr.] => Mr. [Mrs.] => Mrs. [Visitor] => Visitor [Guest] => Guest [Customer] => Customer [Neutral] => Neutral [Add new social title] => Add new social title [Social titles] => Social titles [Image width] => Image width [Image height] => Image height [Social title] => Social title [Group name] => Group name [Discount (%)] => Discount (%) [Members] => Members [Creation date] => Creation date [Default groups options] => Default groups options [Visitors group] => Visitors group [Guests group] => Guests group [Customers group] => Customers group [Save, then add a category reduction.] => Save, then add a category reduction. [Add new group] => Add new group [Customer group] => Customer group [Price display method] => Price display method [Category discount] => Category discount [Modules authorization] => Modules authorization [Registration date] => Registration date [Show prices] => Show prices [Alias] => Alias [Aliases] => Aliases [Indexing] => Indexing [The "indexed" products have been analyzed by PrestaShop and will appear in the results of a front office search.] => The "indexed" products have been analyzed by PrestaShop and will appear in the results of a front office search. [Indexed products] => Indexed products [Building the product index may take a few minutes.] => Building the product index may take a few minutes. [Add missing products to the index] => Add missing products to the index [If your server stops before the process ends, you can resume the indexing by clicking "%add_missing_products_label%".] => If your server stops before the process ends, you can resume the indexing by clicking "%add_missing_products_label%". [Re-build the entire index] => Re-build the entire index [You can set a cron job that will rebuild your index using the following URL:] => You can set a cron job that will rebuild your index using the following URL: [Search within word] => Search within word [Search exact end match] => Search exact end match [Fuzzy search] => Fuzzy search [Maximum approximate words allowed by fuzzy search] => Maximum approximate words allowed by fuzzy search [Maximum word length (in characters)] => Maximum word length (in characters) [Minimum word length (in characters)] => Minimum word length (in characters) [Blacklisted words] => Blacklisted words [Weight] => Weight [The "weight" represents its importance and relevance for the ranking of the products when completing a new search.] => The "weight" represents its importance and relevance for the ranking of the products when completing a new search. [A word with a weight of eight will have four times more value than a word with a weight of two.] => A word with a weight of eight will have four times more value than a word with a weight of two. [We advise you to set a greater weight for words which appear in the name or reference of a product. This will allow the search results to be as precise and relevant as possible.] => We advise you to set a greater weight for words which appear in the name or reference of a product. This will allow the search results to be as precise and relevant as possible. [Setting a weight to 0 will exclude that field from search index. Re-build of the entire index is required when changing to or from 0] => Setting a weight to 0 will exclude that field from search index. Re-build of the entire index is required when changing to or from 0 [Product name weight] => Product name weight [Reference weight] => Reference weight [Short description weight] => Short description weight [Description weight] => Description weight [Category weight] => Category weight [Brand weight] => Brand weight [Tags weight] => Tags weight [Attributes weight] => Attributes weight [Features weight] => Features weight [Add new alias] => Add new alias [Result] => Result [Shop ID] => Shop ID [Shop group] => Store group [Root category] => Root category [Main URL for this shop] => Main URL for this shop [Edit this shop group] => Edit this store group [Add new shop] => Add new shop [Multistore tree] => Multistore tree [It will only be applied to the multistore header to highlight your shop context.] => It will only be applied to the multistore header to highlight your shop context. [It will only be applied to this group of shops, each store will keep its individual color.] => It will only be applied to this group of shops, each store will keep its individual color. [Icon] => Icon [Edit return status] => Edit return status [Show delivery PDF.] => Show delivery PDF. [Template] => Template [Return status] => Return status [Send email to customer] => Send email to customer [Consider the associated order as validated.] => Consider the associated order as validated. [Hide this status in all customer orders.] => Hide this status in all customer orders. [Attach invoice PDF to email.] => Attach invoice PDF to email. [Attach delivery slip PDF to email.] => Attach delivery slip PDF to email. [Set the order as shipped.] => Set the order as shipped. [Set the order as paid.] => Set the order as paid. [Store name] => Store name [Add new store] => Add new store [Stores] => Stores [Store name (e.g. City Center Mall Store).] => Store name (e.g. City Center Mall Store). [Allowed characters: letters, spaces and %s] => Allowed characters: letters, spaces and %s [Latitude / Longitude] => Latitude / Longitude [Store coordinates (e.g. 45.265469/-47.226478).] => Store coordinates (e.g. 45.265469/-47.226478). [Picture] => Picture [Monday] => Monday [Tuesday] => Tuesday [Wednesday] => Wednesday [Thursday] => Thursday [Friday] => Friday [Saturday] => Saturday [Sunday] => Sunday [Choose your country] => Choose your country [Choose your state (if applicable)] => Choose your state (if applicable) [Displayed in emails and page titles.] => Displayed in emails and page titles. [Shop email] => Shop email [Registration number] => Registration number [Shop address line 1] => Shop address line 1 [Shop address line 2] => Shop address line 2 [Contact details] => Contact details [Add new tag] => Add new tag [Tag] => Tag [Search] => Search [Visits] => Visits [Shop name] => Store name [Registrations] => Registrations [Undefined] => Undefined [Visitors] => Visitors [Unknown] => Unknown [Male] => Male [Female] => Female [Product name] => Product name [No redirection (you may have duplicate content issues)] => No redirection (you may have duplicate content issues) [302 Moved Temporarily (recommended while setting up your store)] => 302 Moved Temporarily (recommended while setting up your store) [301 Moved Permanently (recommended once you have gone live)] => 301 Moved Permanently (recommended once you have gone live) [Other] => Other [GET variable] => GET variable [Server] => Server [Add new contact] => Add new contact [Add a new page] => Add a new page [hours] => hours [Save messages?] => Save messages? [Re-display cart at login] => Re-display cart at login [Send an email after registration] => Send an email after registration [Password reset delay] => Password reset delay [minutes] => minutes [Enable B2B mode] => Enable B2B mode [Ask for birth date] => Ask for birth date [Enable partner offers] => Enable partner offers [Enable store] => Enable store [Maintenance IP] => Maintenance IP [Custom maintenance text] => Custom maintenance text [Enable store for logged-in employees] => Enable store for logged-in employees [Round on each item] => Round on each item [Round on each line] => Round on each line [Round on the total] => Round on the total [Round up away from zero, when it is half way there (recommended)] => Round up away from zero, when it is half way there (recommended) [Round down towards zero, when it is half way there] => Round down towards zero, when it is half way there [Round towards the next even value] => Round towards the next even value [Round towards the next odd value] => Round towards the next odd value [Round up to the nearest value] => Round up to the nearest value [Round down to the nearest value] => Round down to the nearest value [Enable SSL on all pages] => Enable SSL on all pages [Increase front office security] => Increase front office security [Allow iframes on HTML fields] => Allow iframes on HTML fields [Use HTMLPurifier Library] => Use HTMLPurifier Library [Round mode] => Round mode [Round type] => Round type [Display suppliers] => Display suppliers [Display brands] => Display brands [Display best sellers] => Display best sellers [Enable Multistore] => Enable Multistore [Main Shop Activity] => Main Shop Activity [Enable final summary] => Enable final summary [Enable guest checkout] => Enable guest checkout [Disable reordering option] => Disable reordering option [Recalculate shipping costs after editing the order] => Recalculate shipping costs after editing the order [Allow multishipping] => Allow multishipping [Delayed shipping] => Delayed shipping [Terms of service] => Terms of service [Page for terms and conditions] => Page for terms and conditions [Set backorder status] => Set backorder status [Minimum purchase total required in order to validate the order] => Minimum purchase total required in order to validate the order [Offer gift wrapping] => Offer gift wrapping [Gift-wrapping tax] => Gift-wrapping tax [Offer recycled packaging] => Offer recycled packaging [Gift-wrapping price] => Gift-wrapping price [Allow a customer to download and view PDF versions of his/her invoices.] => Allow a customer to download and view PDF versions of his/her invoices. [Send an email to the customer when his/her order status has changed.] => Send an email to the customer when his/her order status has changed. [Set the order as in transit.] => Set the order as in transit. [Catalog mode] => Catalog mode [Quantity discounts based on] => Quantity discounts based on [Force update of friendly URL] => Force update of friendly URL [Activate new products by default] => Activate new products by default [Default order of priority for specific prices] => Default order of priority for specific prices [Default behavior for disabled products] => Default behavior for disabled products [Number of days for which the product is considered 'new'] => Number of days for which the product is considered 'new' [Max size of product summary] => Max size of short description [Display available quantities on the product page] => Display available quantities on the product page [Separator of attribute anchor on the product links] => Separator of attribute anchor on the product links [Display the discounted unit price] => Display the discounted unit price [Products per page] => Products per page [Product price] => Product price [Product add date] => Product add date [Product modified date] => Product modified date [Position inside category] => Position inside category [Brand] => Brand [Product quantity] => Product quantity [Product reference] => Product reference [Default order by] => Default order by [Default order method] => Default order method [Display remaining quantities when the quantity is lower than] => Display remaining quantities when the quantity is lower than [Enable stock management] => Enable stock management [Default pack stock management] => Default pack stock management [Display unavailable attributes on the product page] => Display unavailable attributes on the product page [Allow ordering of out-of-stock products] => Allow ordering of out-of-stock products [Label of in-stock products] => Label of in-stock products [Label of out-of-stock products with allowed backorders] => Label of out-of-stock products with allowed backorders [Label of out-of-stock products with denied backorders] => Label of out-of-stock products with denied backorders [Delivery time of in-stock products] => Delivery time of in-stock products [Leave empty to disable] => Leave empty to disable [Delivery time of out-of-stock products with allowed backorders] => Delivery time of out-of-stock products with allowed backorders [Display out-of-stock label on product listing pages] => Display out-of-stock label on product listing pages [Default pack stock behavior] => Default pack stock behavior [$_GET variable] => $_GET variable [The route %routeRule% is not valid] => The route %routeRule% is not valid [Keyword "{%keyword%}" required for route "%routeName%" (rule: "%routeRule%")] => Keyword "{%keyword%}" required for route "%routeName%" (rule: "%routeRule%") [Default pages] => Default pages [Module pages] => Module pages [Display attributes in the product meta title] => Display attributes in the product meta title [Accented URL] => Accented URL [Redirect to the canonical URL] => Redirect to the canonical URL [Disable Apache's MultiViews option] => Disable Apache's MultiViews option [Disable Apache's mod_security module] => Disable Apache's mod_security module [Shop domain] => Shop domain [SSL domain] => SSL domain [Base URI] => Base URI [Route to products] => Route to products [Route to category] => Route to category [Route to supplier] => Route to supplier [Route to brand] => Route to brand [Route to page] => Route to page [Route to page category] => Route to page category [Route to modules] => Route to modules [General product settings] => General product settings [Product page] => Product page [Pagination] => Pagination [Products stock] => Products stock [Contacts] => Contacts [Add new title] => Add new title [Gift options] => Gift options [Status name] => Status name [Color] => Color [Return statuses] => Return statuses [Email template] => Email template [Order status] => Order status [Add new order status] => Add new order status [Add new order return status] => Add new order return status [Rewritten URL] => Rewritten URL [Page name] => Page name [Page title] => Page title [Meta tags] => Meta tags [Keywords: %keywords%] => Keywords: %keywords% [Improve your SEO] => Improve your SEO [Edit information about your pages to gain visibility and therefore reach more visitors. We advise you to start with the index page, it stands for your homepage.] => Edit information about your pages to gain visibility and therefore reach more visitors. We advise you to start with the index page, it stands for your homepage. [Configure index page] => Configure index page [Robots file generation] => Robots file generation [Generate robots.txt file] => Generate robots.txt file [SEO options] => SEO options [Set up URLs] => Set up URLs [Set shop URL] => Set shop URL [Schema of URLs] => Schema of URLs [Referrer] => Referrer [Add new search engine] => Add new search engine [Enable SSL] => Enable SSL [Please click here to check if your shop supports HTTPS.] => Please click here to check if your store supports HTTPS. [Page] => Page ) [AdminAdvparametersHelp] => Array ( [This page benefits from increased performance and includes new features such as a new combination management system.] => This page benefits from increased performance and includes new features such as a new combination management system. [Access the new product page, even in a multistore context. This is a work in progress and some features are not available.] => Access the new product page, even in a multistore context. This is a work in progress and some features are not available. [This page benefits from increased performance and includes new features such as a new combination management system. Please note this is a work in progress and some features are not available yet.] => This page benefits from increased performance and includes new features such as a new combination management system. Please note this is a work in progress and some features are not available yet. [Enable or disable the migrated attribute page.] => Enable or disable the migrated Attribute page. [Enable or disable the authorization server page.] => Enable or disable the Authorization server page. [Enable or disable the migrated cart rules page.] => Enable or disable the migrated Cart rules page. [Enable or disable the migrated catalog price rules page.] => Enable or disable the migrated Catalog price rules page. [Enable or disable the migrated countries page.] => Enable or disable the migrated Countries page. [Enable or disable the migrated states page.] => Enable or disable the migrated States page. [Enable or disable the migrated carriers page.] => Enable or disable the migrated Carriers page. [Enable or disable the migrated titles page.] => Enable or disable the migrated Titles page. [Enable or disable the migrated permissions page.] => Enable or disable the migrated Permissions page. [Enable or disable the migrated tax rules page.] => Enable or disable the migrated Tax rules page. [Enable or disable the migrated customer threads page.] => Enable or disable the migrated Customer threads page. [Enable or disable the migrated order states page.] => Enable or disable the migrated Order states page. [or] => or [A category root is where a category tree can begin. This is used with multistore.] => A category root is where a category tree can begin. This is used with multistore. [0 = Use quantity set in product, 1 = Use quantity from warehouse.] => 0 = Use quantity set in product, 1 = Use quantity from warehouse. [ID of the warehouse to set as storage.] => ID of the warehouse to set as storage. [Use this option to associate data (products, modules, etc.) the same way for each selected shop.] => Use this option to associate data (products, modules, etc.) the same way for each selected shop. [Click here to display the shops in the %name% shop group] => Click here to display the shops in the %name% store group [Click here to display the URLs of the %name% shop] => Click here to display the URLs of the %name% shop [Click here to display the list of shop groups] => Click here to display the list of store groups [Warning: Enabling the "share customers" and "share orders" options is not recommended. Once activated and orders are created, you will not be able to disable these options. If you need these options, we recommend using several categories rather than several shops.] => Warning: Enabling the "share customers" and "share orders" options is not recommended. Once activated and orders are created, you will not be able to disable these options. If you need these options, we recommend using several categories rather than several stores. [Once this option is enabled, the shops in this group will share customers. If a customer registers in any one of these shops, the account will automatically be available in the others shops of this group.] => Once this option is enabled, the stores in this group will share customers. If a customer registers in any one of these stores, the account will automatically be available in the other stores of this group. [Warning: you will not be able to disable this option once you have registered customers.] => Warning: you will not be able to disable this option once you have registered customers. [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 by all shops in this group. This way, any purchase started in one shop will be able to be completed in another shop from the same group.] => Once this option is enabled (which is only possible if customers and available quantities are shared among stores), the customer's cart will be shared by all stores in this group. This way, any purchase started in one store will be able to be completed in another store from the same group. [Warning: You will not be able to disable this option once you've started to accept orders.] => Warning: You will not be able to disable this option once you've started to accept orders. [Enable or disable this shop group?] => Enable or disable this store group? [If you want to add a virtual URL, you need to activate URL rewriting on your web server and enable Friendly URL option.] => If you want to add a virtual URL, you need to activate URL rewriting on your web server and enable Friendly URL option. [You can use this option if you want to create a store with a URL that doesn't exist on your server (e.g. if you want your store to be available with the URL www.example.com/my-store/shoes/, you have to set shoes/ in this field, assuming that my-store/ is your Physical URL).] => You can use this option if you want to create a store with a URL that doesn't exist on your server (e.g. if you want your store to be available with the URL www.example.com/my-store/shoes/, you have to set shoes/ in this field, assuming that my-store/ is your Physical URL). [URL rewriting must be activated on your server to use this feature.] => URL rewriting must be activated on your server to use this feature. [If you set this URL as the Main URL for the selected shop, all URLs set to this shop will be redirected to this URL (you can only have one Main URL per shop).] => If you set this URL as the Main URL for the selected shop, all URLs set to this shop will be redirected to this URL (you can only have one Main URL per shop). [Since the selected shop has no main URL, you have to set this URL as the Main URL.] => Since the selected shop has no main URL, you have to set this URL as the Main URL. [The selected shop already has a Main URL. Therefore, if you set this one as the Main URL, the older Main URL will be set as a regular URL.] => The selected shop already has a Main URL. Therefore, if you set this one as the Main URL, the older Main URL will be set as a regular URL. [This is the physical folder for your store on the web server. Leave this field empty if your store is installed on the root path. For instance, if your store is available at www.example.com/my-store/, you must input my-store/ in this field.] => This is the physical folder for your store on the web server. Leave this field empty if your store is installed on the root path. For instance, if your store is available at www.example.com/my-store/, you must input my-store/ in this field. [Warning: URL rewriting (e.g. mod_rewrite for Apache) seems to be disabled. If your Virtual URL doesn't work, please check with your hosting provider on how to activate URL rewriting.] => Warning: URL rewriting (e.g. mod_rewrite for Apache) seems to be disabled. If your Virtual URL doesn't work, please check with your hosting provider on how to activate URL rewriting. [Ignore this field if you don't use the Multistore tool. If you leave this field empty, the default shop will be used.] => Ignore this field if you don't use the Multistore tool. If you leave this field empty, the default shop will be used. [Enable Advanced Stock Management on product (0 = No, 1 = Yes)] => Enable Advanced Stock Management on product (0 = No, 1 = Yes) [Enable Advanced Stock Management on product (0 = No, 1 = Yes).] => Enable Advanced Stock Management on product (0 = No, 1 = Yes). [This will add directives to your .htaccess file, which should improve caching and compression.] => This will add directives to your .htaccess file, which should improve caching and compression. [Enable or disable debug mode.] => Enable or disable debug mode. [Enable or disable debug mode. Debug mode will enable extended error reporting, display the Symfony debug bar, and other features.] => Enable or disable debug mode. Debug mode will enable extended error reporting, display the Symfony debug bar, and other features. [Enable or disable debug profiling. Debug profiling will display performance-related information under each page and help find performance bottlenecks in your store.] => Enable or disable debug profiling. Debug profiling will display performance-related information under each page and help find performance bottlenecks in your store. [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.] => 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. [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.] => 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. [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.] => 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. [Choose "No" to disable Product Combinations.] => Choose "No" to disable Product Combinations. [You cannot set this parameter to No when combinations are already used by some of your products] => You cannot set this parameter to No when combinations are already used by some of your products [Choose "No" to disable Product Features.] => Choose "No" to disable Product Features. [Choose "No" to disable Customer Groups.] => Choose "No" to disable Customer Groups. [Should be enabled if you want to avoid to store the smarty cache on NFS.] => Should be enabled if you want to avoid to store the smarty cache on NFS. [Choose a stability level for the modules downloaded from PrestaShop Addons Marketplace. All zips pushed on the marketplace are in stable state unless stated otherwise.] => Choose a stability level for the modules downloaded from PrestaShop Addons Marketplace. All zips pushed on the marketplace are in stable state unless stated otherwise. [Check the IP address of the cookie in order to prevent your cookie from being stolen.] => Check the IP address of the cookie in order to prevent your cookie from being stolen. [Set the amount of hours during which the front office cookies are valid. After that amount of time, the customer will have to log in again.] => Set the amount of hours during which the front office cookies are valid. After that amount of time, the customer will have to log in again. [When you access your back office and decide to stay logged in, your cookies lifetime defines your browser session. Set here the number of hours during which you want them valid before logging in again.] => When you access your back office and decide to stay logged in, your cookies lifetime defines your browser session. Set here the number of hours during which you want them valid before logging in again. [Allows you to declare if your cookie should be restricted to a first-party or same-site context.] => Allows you to declare if your cookie should be restricted to a first-party or same-site context. [Set the maximum size allowed for attachment files (in megabytes). This value has to be lower than or equal to the maximum file upload allotted by your server (currently: %size% MB).] => Set the maximum size allowed for attachment files (in megabytes). This value has to be lower than or equal to the maximum file upload allotted by your server (currently: %size% MB). [Define the upload limit for a downloadable product (in megabytes). This value has to be lower or equal to the maximum file upload allotted by your server (currently: %size% MB).] => Define the upload limit for a downloadable product (in megabytes). This value has to be lower or equal to the maximum file upload allotted by your server (currently: %size% MB). [Define the upload limit for an image (in megabytes). This value has to be lower or equal to the maximum file upload allotted by your server (currently: %size% MB).] => Define the upload limit for an image (in megabytes). This value has to be lower or equal to the maximum file upload allotted by your server (currently: %size% MB). [Drop existing tables during import.] => Drop existing tables during import. [If enabled, the backup script will drop your tables prior to restoring data. (ie. "DROP TABLE IF EXISTS")] => If enabled, the backup script will drop your tables prior to restoring data. (ie. "DROP TABLE IF EXISTS") [A DKIM selector usually looks like 12345.domain. It must match the name of your DNS record.] => A DKIM selector usually looks like 12345.domain. It must match the name of your DNS record. [The private key starts with -----BEGIN RSA PRIVATE KEY-----.] => The private key starts with -----BEGIN RSA PRIVATE KEY-----. [Where customers send messages from the order page.] => Where customers send messages from the order page. [Enable DKIM, fill in the fields and give it a try. If no email is sent, check logs.] => Enable DKIM, fill in the fields and give it a try. If no email is sent, check logs. [Fully qualified domain name (keep this field empty if you don't know).] => Fully qualified domain name (keep this field empty if you don't know). [IP address or server name (e.g. smtp.mydomain.com).] => IP address or server name (e.g. smtp.mydomain.com). [Leave blank if not applicable.] => Leave blank if not applicable. [SSL does not seem to be available on your server.] => SSL does not seem to be available on your server. [Port number to use.] => Port number to use. [Allow or deny this employee's access to the Admin panel.] => Allow or deny this employee's access to the Admin panel. [Select the stores the employee is allowed to access.] => Select the stores the employee is allowed to access. [This page will be displayed just after login.] => This page will be displayed just after login. [Password should be at least %num% characters long.] => Password should be at least %num% characters long. [e.g. 1; Blouse; 129.90; 5] => e.g. 1; Blouse; 129.90; 5 [e.g. Blouse; red.jpg, blue.jpg, green.jpg; 129.90 ] => e.g. Blouse; red.jpg, blue.jpg, green.jpg; 129.90 [If enabled, the product's reference number MUST be unique!] => If enabled, the product's reference number MUST be unique! [Enable this option to keep your imported items’ ID number as is. Otherwise, PrestaShop will ignore them and create auto-incremented ID numbers.] => Enable this option to keep your imported items’ ID number as is. Otherwise, PrestaShop will ignore them and create auto-incremented ID numbers. [Receive an email when the import is complete. It can be useful when handling large files, as the import may take some time.] => Receive an email when the import is complete. It can be useful when handling large files, as the import may take some time. [Click on "None" to disable log alerts by email or enter the recipients of these emails in the following field.] => Click on "None" to disable log alerts by email or enter the recipients of these emails in the following field. [Log alerts will be sent to these emails. Please use a comma to separate them (e.g. [email protected], [email protected]).] => Log alerts will be sent to these emails. Please use a comma to separate them (e.g. [email protected], [email protected]). [Enabling multi-statements queries increases the risk of SQL injection vulnerabilities being exploited.] => Enabling multi-statements queries increases the risk of SQL injection vulnerabilities being exploited. [Back office pages require the use of a token. This protection can be disabled if needed.] => Back office pages require the use of a token. This protection can be disabled if needed. [Before activating the webservice, you must be sure to: ] => Before activating the webservice, you must be sure to: [Check that URL rewriting is available on this server.] => Check that URL rewriting is available on this server. [Check that the six methods GET, POST, PUT, PATCH, DELETE and HEAD are supported by this server.] => Check that the six methods GET, POST, PUT, PATCH, DELETE and HEAD are supported by this server. [Before choosing "Yes", check that PHP is not configured as an Apache module on your server.] => Before choosing "Yes", check that PHP is not configured as an Apache module on your server. [Quick description of the key: who it is for, what permissions it has, etc.] => Quick description of the key: who it is for, what permissions it has, etc. [How to restore a database backup in 10 easy steps] => How to restore a database backup in 10 easy steps [Set "Enable Shop" to "No" in the "Maintenance" page under the "Preferences" menu.] => Set "Enable Shop" to "No" in the "Maintenance" page under the "Preferences" menu. [Download the backup from the list below or from your FTP server (in the folder "admin/backups").] => Download the backup from the list below or from your FTP server (in the folder "admin/backups"). [Check the backup integrity: Look for errors, incomplete file, etc... Be sure to verify all of your data.] => Check the backup integrity: Look for errors, incomplete file, etc... Be sure to verify all of your data. [Please ask your hosting provider for "phpMyAdmin" access to your database.] => Please ask your hosting provider for "phpMyAdmin" access to your database. [Connect to "phpMyAdmin" and select your current database.] => Connect to "phpMyAdmin" and select your current database. [Unless you enabled the "Drop existing tables" option, you must delete all tables from your current database.] => Unless you enabled the "Drop existing tables" option, you must delete all tables from your current database. [At the top of the screen, please select the "Import" tab] => At the top of the screen, please select the "Import" tab [Click on the "%phpmyadmin_browse_label%" button and select the backup file from your hard drive.] => Click on the "%phpmyadmin_browse_label%" button and select the backup file from your hard drive. [Check the maximum filesize allowed (e.g. Max: 16MB)] => Check the maximum filesize allowed (e.g. Max: 16MB) [If your backup file exceeds this limit, contact your hosting provider for assistance. ] => If your backup file exceeds this limit, contact your hosting provider for assistance. [Click on the "%phpmyadmin_go_label%" button and please wait patiently for the import process to conclude. This may take several minutes.] => Click on the "%phpmyadmin_go_label%" button and please wait patiently for the import process to conclude. This may take several minutes. [You can read information on import at:] => You can read information on import at: [https://docs.prestashop-project.org/1.7-documentation/user-guide/configuring-shop/advanced-parameters/import] => https://docs.prestashop-project.org/1.7-documentation/user-guide/configuring-shop/advanced-parameters/import [Read more about the CSV format at:] => Read more about the CSV format at: [https://en.wikipedia.org/wiki/Comma-separated_values] => https://en.wikipedia.org/wiki/Comma-separated_values [Allowed formats: .csv, .xls, .xlsx, .xlst, .ods, .ots] => Allowed formats: .csv, .xls, .xlsx, .xlst, .ods, .ots [Only UTF-8 and ISO 8859-1 encodings are allowed] => Only UTF-8 and ISO 8859-1 encodings are allowed [You can also upload your file via FTP to the following directory: %s .] => You can also upload your file via FTP to the following directory: %s . [https://docs.prestashop-project.org/v.8-documentation/user-guide/configuring-shop/advanced-parameters/import] => https://docs.prestashop-project.org/v.8-documentation/user-guide/configuring-shop/advanced-parameters/import [Fill in the fields below to set up DKIM signing of outgoing emails. This will reduce the likelihood of your emails being marked as spam. You can get the data below from your server administrator or generate it yourself by using one of the freely available tools, such as dkimcore.org. Also, make sure that your server is registered as an authorized sender in your SPF record. ] => Fill in the fields below to set up DKIM signing of outgoing emails. This will reduce the likelihood of your emails being marked as spam. You can get the data below from your server administrator or generate it yourself by using one of the freely available tools, such as dkimcore.org. Also, make sure that your server is registered as an authorized sender in your SPF record. [Allow or disallow this employee to log in to the Admin panel.] => Allow or disallow this employee to log in to the Admin panel. [Select the shops the employee is allowed to access.] => Select the shops the employee is allowed to access. [This page will be displayed right after signing in.] => This page will be displayed right after signing in. [Informative only] => Informative only [Warning] => Warning [Error] => Error [Major issue (crash)!] => Major issue (crash)! [Severity levels] => Severity levels [How do I create a new SQL query?] => How do I create a new SQL query? [Click "%add_new_label%".] => Click "%add_new_label%". [Fill in the fields and click "%save_label%".] => Fill in the fields and click "%save_label%". [You can then view the query results by clicking on the "%view_label%" action in the dropdown menu] => You can then view the query results by clicking on the "%view_label%" action in the dropdown menu. [You can also export the query results as a CSV file by clicking on the "%export_label%" button] => You can also export the query results as a CSV file by clicking on the "%export_label%" button. [All outdated sessions will be automatically cleared after the first connection attempt, but you can do it manually now if needed.] => All outdated sessions will be automatically cleared after the first connection attempt, but you can do it manually now if needed. [Scores are integers from 0 to 4.] => Scores are integers from 0 to 4. [Notifications are numbered bubbles displayed at the very top of your back office, right next to the shop's name. They display the number of new items since you last clicked on them.] => Notifications are numbered bubbles displayed at the very top of your back office, right next to the shop's name. They display the number of new items since you last clicked on them. [This feature allows you to identify modules that might be causing bugs on your store. Disable all non-built-in modules (not listed in composer.json). Then, re-enable each module one by one and check that everything works properly before moving on to the next one.] => This feature allows you to identify modules that might be causing bugs on your store. Disable all non-built-in modules (not listed in composer.json). Then, re-enable each module one by one and check that everything works properly before moving on to the next one. [Some features can be disabled in order to improve performance.] => Some features can be disabled in order to improve performance. [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.7+. Otherwise, CCC will cause problems.] => 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.7+. Otherwise, CCC will cause problems. [Invalid] => Invalid [Okay] => Okay [Good] => Good [Fabulous] => Fabulous ) [AdminCatalogNotification] => Array ( [You must select some products before] => You must select some products before [You cannot set 0 or a negative position, the minimum is 1.] => You cannot set 0 or a negative position, the minimum is 1. [You cannot set a position greater than the total number of products in the category, starting at 1.] => You cannot set a position greater than the total number of products in the category, starting at 1. [Error on image caption: "%1s" is not a valid caption.] => Error on image caption: "%1s" is not a valid caption. [The discount was successfully generated.] => The discount was successfully generated. [The root category of the shop %shop% is not associated with the current shop. You can't access this page. Please change the root category of the shop.] => The root category of the shop %shop% is not associated with the current shop. You can't access this page. Please change the root category of the shop. [This will copy the images too. If you wish to proceed, click "%yes_label%". If not, click "%no_label%".] => This will copy the images too. If you wish to proceed, click "%yes_label%". If not, click "%no_label%". [You cannot update the available stock when it depends on stock.] => You cannot update the available stock when it depends on stock. [Incorrect Stock Manager class [%s]] => Incorrect Stock Manager class [%s] [Stock Manager class not found [%s]] => Stock Manager class not found [%s] [Failed to copy the file.] => Failed to copy the file. [An error occurred while updating the status for an object.] => An error occurred while updating the status for an object. [(cannot load object)] => (cannot load object) [The attribute value "%1$s" already exist for %2$s language] => The attribute value "%1$s" already exist for %2$s language [This feature has been disabled. You can activate it here: %link%.] => This feature has been disabled. You can activate it here: %link%. [Failed to delete the attribute.] => Failed to delete the attribute. [The "%s" restriction is checked, but no item is selected.] => The "%s" restriction is checked, but no item is selected. [The voucher cannot end before it begins.] => The voucher cannot end before it begins. [The minimum amount cannot be lower than zero.] => The minimum amount cannot be lower than zero. [Reduction percentage must be between 0% and 100%] => Reduction percentage must be between 0% and 100% [Reduction amount cannot be lower than zero.] => Reduction amount cannot be lower than zero. [This cart rule code is already used (conflict with cart rule %rulename%)] => This cart rule code is already used (conflict with cart rule %rulename%) [An action is required for this cart rule.] => An action is required for this cart rule. [No product has been found.] => No product has been found. [Product with required customization fields cannot be used as a gift.] => Product with required customization fields cannot be used as a gift. [Invalid product] => Invalid product [Invalid combination] => Invalid combination [An error occurred during the image upload process.] => An error occurred during the image upload process. [An order has already been placed with this cart.] => An order has already been placed with this cart. [This product cannot be added to the cart.] => This product cannot be added to the cart. [You already have the maximum quantity available for this product.] => You already have the maximum quantity available for this product. [Invalid voucher.] => Invalid voucher. [Invalid quantity] => Invalid quantity [There are not enough products in stock.] => There are not enough products in stock. [Cannot add image because product creation failed.] => Cannot add image because product creation failed. [Error while creating additional image] => Error while creating additional image [We were unable to associate this attachment to a product.] => We were unable to associate this attachment to a product. [An error occurred while saving product attachments.] => An error occurred while saving product attachments. [You cannot delete this product because there is physical stock left.] => You cannot delete this product because there is physical stock left. [You cannot change the product's cover image.] => You cannot change the product's cover image. [The image could not be found. ] => The image could not be found. [You cannot delete the product #%d because there is physical stock left.] => You cannot delete the product #%d because there is physical stock left. [The price attribute is required.] => The price attribute is required. [You must add at least one attribute.] => You must add at least one attribute. [This combination already exists.] => This combination already exists. [A product must be created before adding features.] => A product must be created before adding features. [Please specify priorities.] => Please specify priorities. [An error occurred while updating priorities.] => An error occurred while updating priorities. [An error occurred while setting priorities.] => An error occurred while setting priorities. [An error occurred while creating customization fields.] => An error occurred while creating customization fields. [An error occurred while updating customization fields.] => An error occurred while updating customization fields. [An error occurred while updating the custom configuration.] => An error occurred while updating the custom configuration. [The label fields defined are invalid.] => The label fields defined are invalid. [A product must be created before adding customization.] => A product must be created before adding customization. [The uploaded file exceeds the "Maximum size for a downloadable product" set in preferences (%1$dMB) or the post_max_size/ directive in php.ini (%2$dMB).] => The uploaded file exceeds the "Maximum size for a downloadable product" set in preferences (%1$dMB) or the post_max_size/ directive in php.ini (%2$dMB). [An error occurred while attempting to associate this image with your shop. ] => An error occurred while attempting to associate this image with your shop. [An error occurred while attempting to move this picture.] => An error occurred while attempting to move this picture. [An error occurred while attempting to update the cover picture.] => An error occurred while attempting to update the cover picture. [An error occurred while attempting to delete the product image.] => An error occurred while attempting to delete the product image. [Wrong IDs] => Wrong IDs [Invalid price/discount amount] => Invalid price/discount amount [Please select a discount type (amount or percentage).] => Please select a discount type (amount or percentage). [The from/to date is invalid.] => The from/to date is invalid. [The name for feature %1$s is too long in %2$s.] => The name for feature %1$s is too long in %2$s. [A valid name required for feature. %1$s in %2$s.] => A valid name required for feature. %1$s in %2$s. [An error occurred while adding tags.] => An error occurred while adding tags. [This %1$s field is required at least in %2$s] => This %1$s field is required at least in %2$s [The %1$s field is too long (%2$d chars max).] => The %1$s field is too long (%2$d chars max). [This %1$s field (%2$s) is too long: %3$d chars max (current count %4$d).] => This %1$s field (%2$s) is too long: %3$d chars max (current count %4$d). [An error occurred while attempting to delete previous tags.] => An error occurred while attempting to delete previous tags. [The selected currency is not valid] => The selected currency is not valid [An error occurred while copying image, the file does not exist anymore.] => An error occurred while copying image, the file does not exist anymore. [An error occurred while copying image, the file width is 0px.] => An error occurred while copying image, the file width is 0px. [An error occurred while copying image, check your memory limit.] => An error occurred while copying image, check your memory limit. [An error occurred while copying the image.] => An error occurred while copying the image. [You can't add product packs into a pack] => You can't add product packs into a pack [An error occurred while attempting to add products to the pack.] => An error occurred while attempting to add products to the pack. [An error occurred while updating the specific price.] => An error occurred while updating the specific price. [The specific price ID is invalid.] => The specific price ID is invalid. [An error occurred while attempting to delete the specific price.] => An error occurred while attempting to delete the specific price. [An attachment name is required.] => An attachment name is required. [This attachment was unable to be loaded into the database.] => This attachment was unable to be loaded into the database. [A specific price already exists for these parameters.] => A specific price already exists for these parameters. [You do not have permission to add suppliers.] => You do not have permission to add suppliers. [The address is not correct. Please make sure all of the required fields are completed.] => The address is not correct. Please make sure all of the required fields are completed. [It is not possible to delete a supplier if there are pending supplier orders.] => It is not possible to delete a supplier if there are pending supplier orders. [Could not delete #%i] => Could not delete #%i [Missing id_hook] => Missing id_hook [Missing block_name] => Missing block_name [Missing block_name value for language %s] => Missing block_name value for language %s [Missing %s value in custom[%s] for language %s] => Missing %s value in custom [%s] for language %s [It is not possible to delete a combination while it still has some quantities in the Advanced Stock Management. You must delete its stock first.] => It is not possible to delete a combination while it still has some quantities in the Advanced Stock Management. You must delete its stock first. [Error while deleting the stock] => Error while deleting the stock [Successful deletion] => Successful deletion [You cannot delete this attribute.] => You cannot delete this attribute. [Invalid 'to' date] => Invalid 'to' date [Invalid 'from' date] => Invalid 'from' date [Submitted reduction value (0-100) is out-of-range] => Submitted reduction value (0-100) is out-of-range [No reduction value has been submitted] => No reduction value has been submitted [Invalid date range] => Invalid date range [If they have no other category, I want to associate them with the parent category.] => If they have no other category, I want to associate them with the parent category. [If they have no other category, I want to associate them with the parent category and turn them offline.] => If they have no other category, I want to associate them with the parent category and turn them offline. [(Recommended)] => (Recommended) [If they have no other category, I want to delete them as well.] => If they have no other category, I want to delete them as well. [This file is associated with the following products. Are you sure you want to delete it?] => This file is associated with the following products. Are you sure you want to delete it? [Remember to properly edit all information after duplicating - including SEO information and friendly URL.] => Remember to properly edit all information after duplicating - including SEO information and friendly URL. [Product(s) successfully activated.] => Product(s) successfully activated. [Product(s) successfully deactivated.] => Product(s) successfully deactivated. [Product(s) successfully deleted.] => Product(s) successfully deleted. [Product(s) successfully duplicated.] => Product(s) successfully duplicated. [Products successfully sorted.] => Products successfully sorted. [Product successfully deleted.] => Product successfully deleted. [Product successfully duplicated.] => Product successfully duplicated. [Product successfully activated.] => Product successfully activated. [Product successfully deactivated.] => Product successfully deactivated. [To put this product online, please enter a name.] => To put this product online, please enter a name. [The product you are trying to access doesn't exist.] => The product you are trying to access doesn't exist. [Invalid description for %s language] => Invalid description for %s language [Upload error. Please check your server configurations for the maximum upload size allowed.] => Upload error. Please check your server configurations for the maximum upload size allowed. [An error occurred while uploading the image:] => An error occurred while uploading the image: [You cannot remove this category because one of your shops uses it as a root category.] => You cannot remove this category because one of your shops uses it as a root category. [An error occurred while creating the category.] => An error occurred while creating the category. [The root category of a shop cannot be edited.] => The root category of a shop cannot be edited. [An error occurred while editing the category.] => An error occurred while editing the category. [The display of your brands is enabled on your store. Go to %sShop Parameters > General%s to edit settings.] => The display of your brands is enabled on your store. Go to %sShop Parameters > General%s to edit settings. [The display of your brands is disabled on your store. Go to %sShop Parameters > General%s to edit settings.] => The display of your brands is disabled on your store. Go to %sShop Parameters > General%s to edit settings. [Unable to resize one or more of your pictures.] => Unable to resize one or more of your pictures. [Error for combination %combination_id%: %error_message%] => Error for combination %combination_id%: %error_message% [Error for product %product_id%: %error_message%] => Error for product %product_id%: %error_message% [When redirecting towards a product you must select a target product.] => When redirecting towards a product you must select a target product. [The display of your suppliers is enabled on your store. Go to %sShop Parameters > General%s to edit settings.] => The display of your suppliers is enabled on your store. Go to %sShop Parameters > General%s to edit settings. [The display of your suppliers is disabled on your store. Go to %sShop Parameters > General%s to edit settings.] => The display of your suppliers is disabled on your store. Go to %sShop Parameters > General%s to edit settings. [Product customization could not be found. Go to Catalog > Products to customize the product.] => Product customization could not be found. Go to Catalog > Products to customize the product. [Selected products were successfully canceled.] => Selected products were successfully canceled. [Cannot find specific price %price%] => Cannot find specific price %price% [This pack is empty. You must add at least one product item.] => This pack is empty. You must add at least one product item. [Duplicate product?] => Duplicate product? [Permanently delete this product?] => Permanently delete this product? [Change the product type] => Change the product type [Are you sure you want to change the product type?] => Are you sure you want to change the product type? [Change product type] => Change product type [Changing the product type will immediately save the product and refresh the page.] => Changing the product type will immediately save the product and refresh the page. [This will delete all combinations.] => This will delete all combinations. [This will delete the list of products in this pack.] => This will delete the list of products in this pack. [This will delete the associated virtual file.] => This will delete the associated virtual file. [This will reset the ecotax value and may impact your retail price (tax incl.).] => This will reset the ecotax value and may impact your retail price (tax incl.). [This will reset the stock of this product.] => This will reset the stock of this product. [Image replaced] => Image replaced [Are you sure you want to delete the selected image?|Are you sure you want to delete the %filesNb% selected images?] => Are you sure you want to delete the selected image?|Are you sure you want to delete the %filesNb% selected images? [Are you sure you want to delete the selected image?|Are you sure you want to delete the {filesNb} selected images?] => Are you sure you want to delete the selected image?|Are you sure you want to delete the {filesNb} selected images? [The file was successfully added.] => The file was successfully added. [This value is too long. It should have %limit% characters or less.] => This value is too long. It should have %limit% characters or less. [There is no result for this search. Update your filters to view other products.] => There is no result for this search. Update your filters to view other products. [Duplication in progress...] => Duplication in progress... [Duplication failed.] => Duplication failed. [Activation in progress...] => Activation in progress... [Activation failed.] => Activation failed. [Deactivation in progress...] => Deactivation in progress... [Deactivation failed.] => Deactivation failed. [Deletion in progress...] => Deletion in progress... [Deletion failed.] => Deletion failed. [Duplicating products] => Duplicating products [Duplicating...] => Duplicating... [Activating products] => Activating products [Activating...] => Activating... [Deactivating products] => Deactivating products [Deactivating...] => Deactivating... [Deleting products] => Deleting products [Deleting...] => Deleting... [You are in a multistore context: any modification will impact all your shops, or each shop of the active group.] => You are in a multistore context: any modification will impact all your stores or each store of the active group. [Friendly URLs are currently enabled.] => Friendly URLs are currently enabled. [To disable it, go to [1]SEO and URLs[/1]] => To disable it, go to [1]SEO and URLs[/1] [Friendly URLs are currently disabled.] => Friendly URLs are currently disabled. [To enable it, go to [1]SEO and URLs[/1]] => To enable it, go to [1]SEO and URLs[/1] [The "Force update of friendly URL" option is currently enabled.] => The "Force update of friendly URL" option is currently enabled. [To disable it, go to [1]Product Settings[/1]] => To disable it, go to [1]Product Settings[/1] [If no carrier is selected then all the carriers will be available for customers orders.] => If no carrier is selected then all the carriers will be available for customers orders. [When enabling advanced stock management for a pack, please make sure it is also enabled for its product(s) – if you choose to decrement product quantities.] => When enabling advanced stock management for a pack, please make sure it is also enabled for its product(s) – if you choose to decrement product quantities. [You can't add or edit a product in this shop context: select a shop instead of a group of shops.] => You can't add or edit a product in this store context: select a store instead of a group of stores. [This will delete all the combinations. Do you wish to proceed?] => This will delete all the combinations. Do you wish to proceed? [A pack of products can't have combinations.] => A pack of products can't have combinations. [A virtual product can't have combinations.] => A virtual product can't have combinations. [What do you want to do with the products associated with this category?] => What do you want to do with the products associated with this category? [Note that if they have another category, your products will logically remain associated with it.] => Note that if they have another category, your products will logically remain associated with it. [You have reached the limit (%s) of files to upload, please remove files to continue uploading] => You have reached the limit (%s) of files to upload, please remove files to continue uploading [This feature has been disabled. You can activate it here: %url%.] => This feature has been disabled. You can activate it here: %url%. [No address has been found for this brand.] => No address has been found for this brand. [This combination doesn't exist anymore] => This combination doesn't exist anymore. [Are you sure you want to delete selected combinations?] => Are you sure you want to delete selected combinations? [Discard changes?] => Discard changes? [All unsaved modifications made on the combination [1]%combinationName%[/1] will be lost.] => All unsaved modifications made on the combination [1]%combinationName%[/1] will be lost. [Are you sure you want to delete selected combinations from store "%store_name%"?] => Are you sure you want to delete selected combinations from store "%store_name%"? [Are you sure you want to delete selected combinations from all stores?] => Are you sure you want to delete selected combinations from all stores? [All unsaved modifications made on the combination [1]{combinationName}[/1] will be lost.] => All unsaved modifications made on the combination [1]{combinationName}[/1] will be lost. [This is the experimental product page.] => This is the experimental product page. [There is no attachment yet.] => There is no attachment yet. [No product matches your search. Try changing search terms.] => No product matches your search. Try changing search terms. [Stock successfully updated] => Stock successfully updated ) [ShopThemeGlobal] => Array ( [Undefined] => Undefined [Straight rows of keys are easy to guess] => Straight rows of keys are easy to guess [Short keyboard patterns are easy to guess] => Short keyboard patterns are easy to guess [Use a longer keyboard pattern with more turns] => Use a longer keyboard pattern with more turns [Repeats like "aaa" are easy to guess] => Repeats like "aaa" are easy to guess [Repeats like "abcabcabc" are only slightly harder to guess than "abc"] => Repeats like "abcabcabc" are only slightly harder to guess than "abc" [Sequences like abc or 6543 are easy to guess] => Sequences like "abc"or "6543" are easy to guess [Recent years are easy to guess] => Recent years are easy to guess [Dates are often easy to guess] => Dates are often easy to guess [This is a top-10 common password] => This is a top-10 common password [This is a top-100 common password] => This is a top-100 common password [This is a very common password] => This is a very common password [This is similar to a commonly used password] => This is similar to a commonly used password [A word by itself is easy to guess] => A word by itself is easy to guess [Names and surnames by themselves are easy to guess] => Names and surnames by themselves are easy to guess [Common names and surnames are easy to guess] => Common names and surnames are easy to guess [Use a few words, avoid common phrases] => Use a few words, avoid common phrases [No need for symbols, digits, or uppercase letters] => No need for symbols, digits, or uppercase letters [Avoid repeated words and characters] => Avoid repeated words and characters [Avoid sequences] => Avoid sequences [Avoid recent years] => Avoid recent years [Avoid years that are associated with you] => Avoid years that are associated with you [Avoid dates and years that are associated with you] => Avoid dates and years that are associated with you [Capitalization doesn't help very much] => Capitalization doesn't help very much [All-uppercase is almost as easy to guess as all-lowercase] => All-uppercase is almost as easy to guess as all-lowercase [Reversed words aren't much harder to guess] => Reversed words aren't much harder to guess [Predictable substitutions like '@' instead of 'a' don't help very much] => Predictable substitutions like "@" instead of "a" don't help very much [Add another word or two. Uncommon words are better.] => Add another word or two. Uncommon words are better. [Sequences like "abc" or "6543" are easy to guess] => Sequences like "abc" or "6543" are easy to guess. [Predictable substitutions like "@" instead of "a" don't help very much] => Predictable substitutions like "@" instead of "a" don't help very much. [Yes] => Yes [No] => No [None] => None [Very weak] => Very weak [Weak] => Weak [Average] => Average [Strong] => Strong [Very strong] => Very strong [Merchandise returns] => Merchandise returns [The page you are looking for was not found.] => The page you are looking for was not found. [Our Offers] => Our Offers [Log in] => Log in [Create new account] => Create new account [Monday] => Monday [Tuesday] => Tuesday [Wednesday] => Wednesday [Thursday] => Thursday [Friday] => Friday [Saturday] => Saturday [Sunday] => Sunday [Brands] => Brands [Home] => Home [Sort by:] => Sort by: [Close] => Close [Store information] => Store information [Addresses] => Addresses [Active filters] => Active filters [(no filter)] => (no filter) [(tax included)] => (tax included) [(tax excluded)] => (tax excluded) [(tax incl.)] => (tax incl.) [(tax excl.)] => (tax excl.) [Tax included] => Tax included [Tax excluded] => Tax excluded [New] => New [Contact us] => Contact us [Call us: [1]%phone%[/1]] => Call us: [1]%phone%[/1] [Call us:] => Call us: [Fax:] => Fax: [Email us:] => Email us: [Fax: [1]%fax%[/1]] => Fax: [1]%fax%[/1] [Currency:] => Currency: [Currency dropdown] => Currency dropdown [Get our latest news and special sales] => Get our latest news and special sales [Carousel container] => Carousel container [Carousel buttons] => Carousel buttons [Previous] => Previous [Next] => Next [Language:] => Language: [Language dropdown] => Language dropdown [%label%:] => %label%: [Sort by selection] => Sort by selection [%copyright% %year% - Ecommerce software by %prestashop%] => %copyright% %year% - Ecommerce software by %prestashop% [List of sub categories in %name%:] => List of sub categories in %name%: [List of pages in %category_name%:] => List of pages in %category_name%: [Sitemap] => Sitemap [Our stores] => Our stores [About and Contact] => About and Contact [Date] => Date [Status] => Status [You are not allowed to access this page.] => You are not allowed to access this page. [403 Forbidden] => 403 Forbidden [We'll be back soon.] => We'll be back soon. [This page could not be found] => This page could not be found [Try to search our catalog, you may find what you are looking for!] => Try to search our catalog, you may find what you are looking for! [You cannot access this store from your country. We apologize for the inconvenience.] => You cannot access this store from your country. We apologize for the inconvenience. ) [AdminPaymentFeature] => Array ( [Customer currency] => Customer currency [Shop default currency] => Shop default currency [Active payment] => Active payment [Currency restrictions] => Currency restrictions [Country restrictions] => Country restrictions [Group restrictions] => Group restrictions [Carrier restrictions] => Carrier restrictions ) [ModulesStatscheckupAdmin] => Array ( [Catalog evaluation] => Catalog evaluation [Enrich your stats, give your catalog a quick evaluation to better analyze your activity.] => Enrich your stats, give your catalog a quick evaluation to better analyze your activity. [Bad] => Bad [Average] => Average [Good] => Good [No product was found.] => No product was found. [Descriptions] => Descriptions [chars (without HTML)] => chars (without HTML) [orders / month] => orders / month [items] => items [Not enough] => Not enough [Alright] => Alright [Less than] => Less than [Greater than] => Greater than [Order by] => Order by [Desc.] => Desc. [Global] => Global ) [ModulesMailalertsAdmin] => Array ( [image(s)] => image(s) [Voucher code:] => Voucher code: ) [ModulesStatsbestvouchersAdmin] => Array ( [Empty recordset returned.] => Empty recordset returned. [Total used] => Total used [Best vouchers] => Best vouchers [Enrich your stats, add a list of the most used vouchers to the dashboard.] => Enrich your stats, add a list of the most used vouchers to the dashboard. ) [ShopThemeCategory] => Array ( [Subcategories] => Subcategories ) [ModulesWelcomeAdmin] => Array ( [Let's create your first product] => Let's create your first product [What do you want to tell about it? Think about what your customers want to know.] => What do you want to tell about it? Think about what your customers want to know. [Add clear and attractive information. Don't worry, you can edit it later :)] => Add clear and attractive information. Don't worry, you can edit it later :) [Give your product a catchy name.] => Give your product a catchy name. [Fill out the essential details in this tab. The other tabs are for more advanced information.] => Fill out the essential details in this tab. The other tabs are for more advanced information. [Add one or more pictures so your product looks tempting!] => Add one or more pictures so your product looks tempting! [How much do you want to sell it for?] => How much do you want to sell it for? [Yay! You just created your first product. Looks good, right?] => Yay! You just created your first product. Looks good, right? [Give your shop its own identity] => Give your shop its own identity [How do you want your shop to look? What makes it so special?] => How do you want your shop to look? What makes it so special? [Customize your theme or choose the best design from our theme catalog.] => Customize your theme or choose the best design from our theme catalog. [A good way to start is to add your own logo here!] => A good way to start is to add your own logo here! [If you want something really special, have a look at the theme catalog!] => If you want something really special, have a look at the theme catalog! [Get your shop ready for payments] => Get your shop ready for payments [How do you want your customers to pay you?] => How do you want your customers to pay you? [These payment methods are already available to your customers.] => These payment methods are already available to your customers. [Choose your shipping solutions] => Choose your shipping solutions [How do you want to deliver your products?] => How do you want to deliver your products? [Here are the shipping methods available on your shop today.] => Here are the shipping methods available on your shop today. [Skip this tutorial] => Skip this tutorial [Over to you!] => Over to you! [You've seen the essential, but there's a lot more to explore.] => You've seen the essential, but there's a lot more to explore. [Some ressources can help you go further:] => Some resources can help you go further: [Starter Guide] => Starter Guide [Forum] => Forum [Training] => Training [Video tutorial] => Video tutorial [I'm ready] => I'm ready [Welcome to your shop!] => Welcome to your shop! [Hi! My name is Preston and I'm here to show you around.] => Hi! My name is Preston and I'm here to show you around. [You will discover a few essential steps before you can launch your shop:] => You will discover a few essential steps before you can launch your shop: [Create your first product, customize your shop, configure shipping and payments...] => Create your first product, customize your shop, configure shipping and payments... [Let's get started!] => Let's get started! [Later] => Later [Start] => Start [Launch your shop!] => Launch your shop! [Resume] => Resume [Stop the OnBoarding] => Stop the OnBoarding [Continue] => Continue [Hey! Are you lost?] => Hey! Are you lost? [To continue, click here:] => To continue, click here: [If you want to stop the tutorial for good, click here:] => If you want to stop the tutorial for good, click here: [Quit the Welcome tutorial] => Quit the Welcome tutorial [Step] => Step [Next] => Next [Welcome] => Welcome [Sell your first product quicker than you would have expected with our nice onboarding process.] => Sell your first product quicker than you would have expected with our nice onboarding process. ) [ShopFormsHelp] => Array ( [DD] => DD [MM] => MM [YYYY] => YYYY [Only letters and the dot (.) character, followed by a space, are allowed.] => Only letters and the dot (.) character, followed by a space, are allowed. [(E.g.: %date_format%)] => (E.g.: %date_format%) [Your password length must be between %d and %d] => Your password length must be between %d and %d [Customer password is too weak] => Customer password is too weak [[email protected]] => [email protected] [Select reference] => Select reference [optional] => optional [How can we help?] => How can we help? [Password input] => Password input [Don't forget to save your customization to be able to add to cart] => Don't forget to save your customization to be able to add to cart [Your message here] => Your message here [250 char. max] => 250 char. max [No selected file] => No selected file ) [AdminPaymentNotification] => Array ( [You have more than one shop and must select one to configure payment.] => You have more than one shop and must select one to configure payment. [No currency mode for payment module] => No currency mode for payment module [Cart cannot be loaded or an order has already been placed using this cart] => Cart cannot be loaded or an order has already been placed using this cart [The cart rule named "%1s" (ID %2s) used in this cart is not valid and has been withdrawn from cart] => The cart rule named "%1s" (ID %2s) used in this cart is not valid and has been withdrawn from cart [Order creation failed] => Order creation failed [Warning: the secure key is empty, check your payment account before validation] => Warning: the secure key is empty, check your payment account before validation [An error occurred while saving message] => An error occurred while saving message [No carrier] => No carrier [%d image(s)] => %d image(s) [We recommend providing at least two different payment methods. Only one payment method could be problematic if this option cannot be used by a customer because it will prevent him/her from ordering.] => We recommend providing at least two different payment methods. Only one payment method could be problematic if this option cannot be used by a customer because it will prevent him/her from ordering. [No payment module installed] => No payment module installed ) [ModulesBlockwishlistShop] => Array ( [You aren't logged in] => You aren't logged in [Unknown action] => Unknown action [There was an error adding the product] => There was an error adding the product [There was an error while adding the product attributes] => There was an error while adding the product attributes [Product added] => Product added [The list name is invalid.] => The list name is invalid. [The list has been properly created] => The list has been properly created [Error saving the new list] => Error saving the new list [Missing name parameter] => Missing name parameter [The list name is invalid] => The list name is invalid. [List has been renamed] => List has been renamed [List could not be renamed] => List could not be renamed [List has been removed] => List has been removed [List deletion was unsuccessful] => List deletion was unsuccessful [Product successfully removed] => Product successfully removed [Unable to remove product from list] => Unable to remove product from list [Product successfully updated] => Product successfully updated [Unable to update product from wishlist] => Unable to update product from wishlist [Request is missing one or multiple parameters] => Request is missing one or multiple parameters [Product added to cart] => Product added to cart [Error when adding product to cart] => Error when adding product to cart [You're not allowed to manage this list.] => You're not allowed to manage this list. [You do not have access to this wishlist.] => You do not have access to this wishlist. [WishList: %wishlist_name%] => WishList: %wishlist_name% [Add to wishlist] => Add to wishlist [No list found.] => No list found. [Create wishlist] => Create wishlist [Add name] => Add name [List title is too short] => List title is too short [Remove product from wishlist] => Remove product from wishlist [Delete wishlist] => Delete wishlist [The product will be removed from "%nameofthewishlist%".] => The product will be removed from "%nameofthewishlist%". [Remove] => Remove [Delete] => Delete [Cancel] => Cancel [Sign in] => Sign in [You need to be logged in to save products in your wishlist.] => You need to be logged in to save products in your wishlist. [Wishlist name] => Wishlist name [Rename wishlist] => Rename wishlist [Share wishlist] => Share wishlist [Copied!] => Copied! [Share link] => Share link [Copy text] => Copy text [Showing %min% - %max% of %total% item(s)] => Showing %min% - %max% of %total% item(s) [Previous] => Previous [Next] => Next [Wishlist name modified!] => Wishlist name modified! [Product added to wishlist!] => Product added to wishlist! [Wishlist created!] => Wishlist created! [Wishlist deleted!] => Wishlist deleted! [Share link copied!] => Share link copied! [Product deleted!] => Product deleted! [No wishlist found.] => No wishlist found. [Rename] => Rename [Share] => Share [Return to your account] => Return to your account [Last added] => Last added [Customize] => Customize [No products found] => No products found [Return to wishlists] => Return to wishlists ) [AdminNotificationsWarning] => Array ( [No module has been installed.] => No module has been installed. [Are you sure?] => Are you sure? [Invalid security token] => Invalid security token [I understand the risks and I really want to display this page] => I understand the risks and I really want to display this page [Take me out of here!] => Take me out of here! [Delete selected items?] => Delete selected items? [Are you sure you want to uninstall this module?] => Are you sure you want to uninstall this module? [Delete selected item?] => Delete selected item? [Invalid configuration] => Invalid configuration. [You cannot change the value of this configuration field in the context of this shop.] => You cannot change the value of this configuration field in the context of this shop. [Please select theme's import source.] => Please select theme's import source. [You can't change the value of this configuration field in this store's context.] => You can't change the value of this configuration field in this store's context. [Delete selected item from current store?] => Delete selected item from current store? [Delete selected item from all stores?] => Delete selected item from all stores? [Delete item] => Delete item [You can't change the value of this configuration field in the context of this shop.] => You can't change the value of this configuration field in the context of this shop. [Since December 30, 2019, you need to register for a [1]MaxMind[/1] account to get a license key to be able to download the geolocation data. Once downloaded, extract the data using Winrar or Gzip into the /app/Resources/geoip/ directory.] => Since December 30, 2019, you need to register for a [1]MaxMind[/1] account to get a license key to be able to download the geolocation data. Once downloaded, extract the data using Winrar or Gzip into the /app/Resources/geoip/ directory. [Are you sure you want to delete this item?] => Are you sure you want to delete this item? [Warning] => Warning [Leave anyway] => Leave anyway [Your modifications are not saved yet. Do you wish to save it before leaving?] => Your modifications are not saved yet. Do you wish to save it before leaving? ) [ShopPdf] => Array ( [: ] => : [Delivery] => Delivery [Invoice] => Invoice [%taxrate%%space%%] => %taxrate%%space%% [Order return] => Order return [Credit slip] => Credit slip [Supply order form] => Supply order form [TE: Tax excluded] => TE: Tax excluded [TI: Tax included] => TI: Tax included [No payment] => No payment [Product] => Product [%s:] => %s: [image(s):] => image(s): [Reference] => Reference [Qty] => Qty [Carrier] => Carrier [Order Reference] => Order Reference [Order date] => Order date [An electronic version of this invoice is available in your account. To access it, log in to our website using your e-mail address and password (which you created when placing your first order).] => An electronic version of this invoice is available in your account. To access it, log in to our website using your e-mail address and password (which you created when placing your first order). [For more assistance, contact Support:] => For more assistance, contact Support: [Tel: %s] => Tel: %s [Fax: %s] => Fax: %s [Delivery Address] => Delivery Address [Billing Address] => Billing Address [Delivery address] => Delivery address [Billing address] => Billing address [Note] => Note [Payment Method] => Payment Method [(Tax excl.)] => (Tax excl.) [Unit Price] => Unit Price [ecotax: %s] => Ecotax: %s [Discounts] => Discounts [Base price] => Base price [Total] => Total [Invoice Number] => Invoice Number [Invoice Date] => Invoice Date [VAT Number] => VAT Number [Exempt of VAT according to section 259B of the General Tax Code.] => Exempt of VAT according to section 259B of the General Tax Code. [Tax Detail] => Tax Detail [Products] => Products [Shipping] => Shipping [Ecotax] => Ecotax [Wrapping] => Wrapping [Total Tax] => Total Tax [Total Products] => Total Products [Total Discounts] => Total Discounts [Shipping Costs] => Shipping Costs [Free Shipping] => Free Shipping [Wrapping Costs] => Wrapping Costs [Total (Tax excl.)] => Total (Tax excl.) [Billing & Delivery Address] => Billing & Delivery Address [If the following conditions are not met, we reserve the right to refuse your package and/or refund:] => If the following conditions are not met, we reserve the right to refuse your package and/or refund: [Please include this return reference on your return package:] => Please include this return reference on your return package: [All products must be returned in their original package and condition, unused and without damage.] => All products must be returned in their original package and condition, unused and without damage. [Please print out this document and slip it into your package.] => Please print out this document and slip it into your package. [The package should be sent to the following address:] => The package should be sent to the following address: [Upon receiving your package, we will notify you by e-mail. We will then begin processing the refund, if applicable. Let us know if you have any questions] => Upon receiving your package, we will notify you by email. We will then begin processing the refund, if applicable. Let us know if you have any questions [Items to be returned] => Items to be returned [We have logged your return request.] => We have logged your return request. [Your package must be returned to us within] => Your package must be returned to us within [days of receiving your order.] => days of receiving your order. [Return Number] => Return Number [Date] => Date [Payment method] => Payment method [Product / Reference] => Product / Reference [Unit price] => Unit price [(Tax Excl.)] => (Tax Excl.) [(Tax Incl.)] => (Tax Incl.) [Price] => Price [No details] => No details [image(s)] => image(s) [Shipping (Tax Excl.)] => Shipping (Tax Excl.) [Shipping (Tax Incl.)] => Shipping (Tax Incl.) [Product Total (Tax Excl.)] => Product Total (Tax Excl.) [Product Total (Tax Incl.)] => Product Total (Tax Incl.) [Product Total] => Product Total [Total (Tax Excl.)] => Total (Tax Excl.) [Total (Tax Incl.)] => Total (Tax Incl.) [Products ordered:] => Products ordered: [Designation] => Designation [Unit Price TE] => Unit Price TE [Before discount] => Before discount [Discount Rate] => Discount Rate [After discount] => After discount [Tax rate] => Tax rate [Total TE] => Total TE [Total TI] => Total TI [Tax Rate] => Tax Rate [No taxes] => No taxes [Taxes:] => Taxes: [Base TE] => Base TE [Tax Value] => Tax Value [Summary:] => Summary: [(Before discount)] => (Before discount) [Order Discount] => Order Discount [(After discount)] => (After discount) [Tax value] => Tax value [Total to pay] => Total to pay ) [ShopNotificationsSuccess] => Array ( [Address successfully deleted.] => Address successfully deleted. [Address successfully updated.] => Address successfully updated. [Address successfully added.] => Address successfully added. [Your guest account has been successfully transformed into a customer account. You can now log in as a registered shopper.] => Your guest account has been successfully transformed into a customer account. You can now log in as a registered shopper. [Information successfully updated.] => Information successfully updated. [Message successfully sent] => Message successfully sent [If this email address has been registered in our shop, you will receive a link to reset your password at %email%.] => If this email address has been registered in our shop, you will receive a link to reset your password at %email%. [Your password has been successfully reset and a confirmation has been sent to your email address: %s] => Your password has been successfully reset and a confirmation has been sent to your email address: %s [If this email address has been registered in our store, you will receive a link to reset your password at %email%.] => If this email address has been registered in our store, you will receive a link to reset your password at %email%. [No addresses are available.] => No addresses are available. ) [ModulesBrandlistAdmin] => Array ( [Brand list] => Brand list [Display your brands on your catalog and allow your visitors to filter their search by brand.] => Display your brands on your catalog and allow your visitors to filter their search by brand. [There is an invalid number of elements.] => There is an invalid number of elements. [Please activate at least one system list.] => Please activate at least one system list. [Type of display] => Type of display [Use a plain-text list] => Use a plain-text list [Use a drop-down list] => Use a drop-down list [Number of elements to display] => Number of elements to display [Only apply in plain-text mode] => Only apply in plain-text mode ) [ModulesFeaturedproductsShop] => Array ( [Our Products] => Our Products [All products] => All products ) [ModulesSupplierlistAdmin] => Array ( [Supplier list] => Supplier list [Display your suppliers on your catalog and allow visitors to filter their search by supplier.] => Display your suppliers on your catalog and allow visitors to filter their search by supplier. [Invalid number of elements.] => Invalid number of elements. [Please activate at least one type of list.] => Please activate at least one type of list. [Type of display] => Type of display [Use a plain-text list] => Use a plain-text list [Use a drop-down list] => Use a drop-down list [Number of elements to display] => Number of elements to display [Only apply in plain-text mode] => Only apply in plain-text mode ) [AdminModulesNotification] => Array ( [Activate module for this shop context: %s.] => Activate module for this shop context: %s. [Would you like to delete the content related to this module ?] => Would you like to delete the content related to this module ? [Confirm reset] => Confirm reset [No - reset only the parameters] => No - reset only the parameters [Yes - reset everything] => Yes - reset everything [Please specify module URL] => Please specify module URL [The module was successfully downloaded.] => The module was successfully downloaded. [Module(s) installed successfully.] => Module(s) installed successfully. [Module(s) uninstalled successfully.] => Module(s) uninstalled successfully. [Module reset successfully.] => Module reset successfully. [Module deleted successfully.] => Module deleted successfully. [Successfully signed in to PrestaShop Addons.] => Successfully signed in to PrestaShop Addons. [The module transplanted successfully to the hook.] => The module transplanted successfully to the hook. [The module was successfully removed from the hook.] => The module was successfully removed from the hook. [Unable to install the module (Module name is not valid).] => Unable to install the module (Module name is not valid). [The version of your module is not compliant with your PrestaShop version.] => The version of your module is not compliant with your PrestaShop version. [Before installing this module, you have to install this/these module(s) first:] => Before installing this module, you have to install this/these module(s) first: [This module has already been installed.] => This module has already been installed. [Could not install module controllers.] => Could not install module controllers. [Technical error: PrestaShop could not install this module.] => Technical error: PrestaShop could not install this module. [Current version: %s] => Current version: %s [%d file upgrade applied] => %d file upgrade applied [No upgrade has been applied] => No upgrade has been applied [Upgraded from: %s to %s] => Upgraded from: %s to %s [%d upgrade left] => %d upgrade left [Module %s cannot be upgraded this time: please refresh this page to update it.] => Module %s cannot be upgraded this time: please refresh this page to update it. [To prevent any problem, this module has been turned off] => To prevent any problem, this module has been turned off [The module is not installed.] => The module is not installed. [Unable to install override: %s] => Unable to install override: %s [%1$s is not a valid module name.] => %1$s is not a valid module name. [All modules cannot be loaded due to memory limit restrictions, please increase your memory_limit value on your server configuration] => All modules cannot be loaded due to memory limit restrictions, please increase your memory_limit value on your server configuration [%s could not be loaded.] => %s could not be loaded. [Error found in config file:] => Error found in config file: [%1$s (parse error in %2$s)] => %1$s (parse error in %2$s) [%1$s (class missing in %2$s)] => %1$s (class missing in %2$s) [The following module(s) could not be loaded] => The following module(s) could not be loaded [No template found for module] => No template found for module [The method %1$s in the class %2$s is already overridden by the module %3$s version %4$s at %5$s.] => The method %1$s in the class %2$s is already overridden by the module %3$s version %4$s at %5$s. [The method %1$s in the class %2$s is already overridden.] => The method %1$s in the class %2$s is already overridden. [Failed to override method %1$s in class %2$s.] => Failed to override method %1$s in class %2$s. [The property %1$s in the class %2$s is already defined.] => The property %1$s in the class %2$s is already defined. [Failed to override property %1$s in class %2$s.] => Failed to override property %1$s in class %2$s. [The constant %1$s in the class %2$s is already defined.] => The constant %1$s in the class %2$s is already defined. [Failed to override constant %1$s in class %2$s.] => Failed to override constant %1$s in class %2$s. [No graph engine selected] => No graph engine selected [Graph engine selected is unavailable.] => Graph engine selected is unavailable. [No grid engine selected] => No grid engine selected [Grid engine selected is unavailable.] => Grid engine selected is unavailable. [Unknown archive type.] => Unknown archive type. [There was an error while extracting the module (file may be corrupted).] => There was an error while extracting the module (file may be corrupted). [The module %1$s that you uploaded is not a valid module.] => The module %1$s that you uploaded is not a valid module. [You do not have the permission to use this module.] => You do not have the permission to use this module. [Cannot reset this module.] => Cannot reset this module. [Cannot install this module.] => Cannot install this module. [Cannot uninstall this module.] => Cannot uninstall this module. [Cannot load the module's object.] => Cannot load the module's object. [An error occurred while copying the archive to the module directory.] => An error occurred while copying the archive to the module directory. [Sorry, the module cannot be deleted. Please check if you have the right permissions on this folder.] => Sorry, the module cannot be deleted. Please check if you have the right permissions on this folder. [You do not have permission to access this module.] => You do not have permission to access this module. [You do not have permission to install this module.] => You do not have permission to install this module. [You do not have permission to delete this module.] => You do not have permission to delete this module. [You do not have permission to configure this module.] => You do not have permission to configure this module. [This module is already installed: %s.] => This module is already installed: %s. [This module has already been uninstalled: %s.] => This module has already been uninstalled: %s. [This module needs to be installed in order to be updated: %s.] => This module needs to be installed in order to be updated: %s. [You do not have permission to uninstall this module.] => You do not have permission to uninstall this module. [The following module(s) could not be uninstalled properly: %s.] => The following module(s) could not be uninstalled properly: %s. [The following module(s) could not be installed properly: %s.] => The following module(s) could not be installed properly: %s. [This module has already been transplanted to this hook.] => This module has already been transplanted to this hook. [This module cannot be transplanted to this hook.] => This module cannot be transplanted to this hook. [An error occurred while transplanting the module to its hook.] => An error occurred while transplanting the module to its hook. [Please select a module to unhook.] => Please select a module to unhook. [This module cannot be loaded.] => This module cannot be loaded. [Hook cannot be loaded.] => Hook cannot be loaded. [An error occurred while deleting the module from its hook.] => An error occurred while deleting the module from its hook. [Parse error detected in main class of module %module%: %parse_error%] => Parse error detected in main class of module %module%: %parse_error% [Error while loading file of module %module%. %error_message%] => Error while loading file of module %module%: %error_message% [Failed to install admin tab "%name%".] => Failed to install admin tab "%name%". [Failed to uninstall admin tab "%name%".] => Failed to uninstall admin tab "%name%". [You are not allowed to install modules.] => You are not allowed to install modules. [You are not allowed to uninstall the module %module%.] => You are not allowed to uninstall the module %module%. [You are not allowed to upgrade the module %module%.] => You are not allowed to upgrade the module %module%. [You are not allowed to enable the module %module%.] => You are not allowed to enable the module %module%. [You are not allowed to disable the module %module%.] => You are not allowed to disable the module %module%. [You are not allowed to enable the module %module% on mobile.] => You are not allowed to enable the module %module% on mobile. [You are not allowed to disable the module %module% on mobile.] => You are not allowed to disable the module %module% on mobile. [You are not allowed to reset the module %module%.] => You are not allowed to reset the module %module%. [Unfortunately, the module did not return additional details.] => Unfortunately, the module did not return additional details. [The module is invalid and cannot be loaded.] => The module is invalid and cannot be loaded. [The module %module% must be installed first] => The module %module% must be installed first [You are not allowed to delete the module %module%.] => You are not allowed to delete the module %module%. [This file does not seem to be a valid module zip] => This file does not seem to be a valid module zip [Cannot extract module in %path%. %error%] => Cannot extract module in %path%. %error% [Unknown module action. It must be one of these values: %actions%] => Unknown module action. It must be one of these values: %actions% [Validation of configuration details failed:] => Validation of configuration details failed: [Configuration successfully applied.] => Configuration successfully applied. [Cannot %action% module %module%. %error_details%] => Cannot %action% module %module%. %error_details% [%action% action on module %module% succeeded.] => %action% action on module %module% succeeded. [%module% did not return a valid response on installation.] => %module% did not return a valid response on installation. [Installation of module %module% was successful.] => Installation of module %module% was successful. [Installation of module %module% failed. %error%] => Installation of module %module% failed. %error% [Impossible to install form source] => Impossible to install from source [Impossible to install from source] => Impossible to install from source [No changelog provided] => No changelog provided [You are about to disable %moduleName% module.] => You are about to disable %moduleName% module. [Your current settings will be saved, but the module will no longer be active.] => Your current settings will be saved, but the module will no longer be active. [You are about to uninstall %moduleName% module.] => You are about to uninstall %moduleName% module. [This will disable the module and delete all its files. For good.] => This will definitely disable the module and delete all its files. [This action cannot be undone.] => This action cannot be undone. [You're about to reset %moduleName% module.] => You're about to reset %moduleName% module. [This will restore the defaults settings.] => This will restore the defaults settings. [You are about to [1] the following modules:] => You are about to [1] the following modules: [Installing module...] => Installing module... [It will close as soon as the module is installed. It won't be long!] => It will close as soon as the module is installed. It won't be long! [Module installed!] => Module installed! [Oops... Upload failed.] => Oops... Upload failed. [No description found for this module :(] => No detailed informations available for this module :( [No additional description provided for this module :(] => No additional description provided for this module :( [No feature list provided for this module :(] => No feature list available for this module :( [No customer benefits notes found for this module :(] => No customer benefits notes found for this module :( [No demonstration video found for this module :(] => No demonstration video found for this module :( [No changelog provided for this module :(] => No changelog provided for this module :( [You need to select at least one module to use the bulk action.] => You need to select at least one module to use the bulk action. [The action "[1]" is not available, impossible to perform your request.] => The action "[1]" is not available, impossible to perform your request. [The action [1] is not available for module [2]. Skipped.] => The action [1] is not available for module [2]. Skipped. [Are you sure you want to upgrade this module?] => Are you sure you want to upgrade this module? [Are you sure you want to upgrade these modules?] => Are you sure you want to upgrade these modules? [We strongly advise you to upgrade the modules on maintenance mode to avoid any cache issues.] => We strongly advise you to upgrade the modules on maintenance mode to avoid any cache issues. [An action is already in progress. Please wait for it to finish.] => An action is already in progress. Please wait for it to finish. ) [ModulesBlockwishlistAdmin] => Array ( [Wishlist] => Wishlist [Allow customers to create wishlists to save their favorite products for later.] => Allow customers to create wishlists to save their favorite products for later. [My wishlists] => My wishlists [My wishlist] => My wishlist [Create new list] => Create new list [All Time Statistics] => All Time Statistics [Product] => Product [Reference] => Reference [Combination] => Combination [Category] => Category [Price (tax excl.)] => Price (tax excl.) [Available Qty] => Available Qty [Conversion rate] => Conversion rate [Current Day Statistics] => Current Day Statistics [Current Month Statistics] => Current Month Statistics [Current Year Statistics] => Current Year Statistics [Wording] => Wording [Save] => Save [You need to choose a specific shop to display the top 10 most added products] => You need to choose a specific shop to display the top 10 most added products. [Top 10 most added products] => Top 10 most added products [Refresh] => Refresh ) [AdminNavigationNotification] => Array ( [Your shop is in debug mode.] => Your shop is in debug mode. [Your shop is in maintenance.] => Your shop is in maintenance. [Your visitors and customers cannot access your shop while in maintenance mode.%s To manage the maintenance settings, go to Shop Parameters > Maintenance tab.] => Your visitors and customers cannot access your shop while in maintenance mode.%s To manage the maintenance settings, go to Shop Parameters > Maintenance tab. [No new order for now :(] => No new order for now :( [No new customer for now :(] => No new customer for now :( [No new message for now.] => No new message for now. [registered] => registered [Orders[1][/1]] => Orders[1][/1] [Customers[1][/1]] => Customers[1][/1] [Messages[1][/1]] => Messages[1][/1] [from] => from [All the PHP errors and messages are displayed. When you no longer need it, [1]turn off[/1] this mode.] => All the PHP errors and messages are displayed. When you no longer need it, [1]turn off[/1] this mode. [Your store is in debug mode.] => Your store is in debug mode. [Your store is in maintenance mode.] => Your store is in maintenance mode. [Your visitors and customers cannot access your store while in maintenance mode.] => Your visitors and customers cannot access your store while in maintenance mode. [To manage the maintenance settings, go to Shop Parameters > General > Maintenance tab.] => To manage the maintenance settings, go to Shop Parameters > General > Maintenance tab. [Admins can access the store front office without storing their IP.] => Admins can access the store front office without storing their IP. [Have you checked your [1][2]abandoned carts[/2][/1]?[3]Your next order could be hiding there!] => Have you checked your [1][2]abandoned carts[/2][/1]?[3]Your next order could be hiding there! [Are you active on social media these days?] => Are you active on social media these days? [Seems like all your customers are happy :)] => Seems like all your customers are happy :) [An error occurred while updating new window property.] => An error occurred while updating new window property. [An error occurred while updating the new window property for this object.] => An error occurred while updating the new window property for this object. ) [ShopNotificationsError] => Array ( [This voucher is disabled] => This voucher is disabled [This voucher has already been used] => This voucher has already been used [This voucher is not valid yet] => This voucher is not valid yet [This voucher has expired] => This voucher has expired [You cannot use this voucher anymore (usage limit reached)] => You cannot use this voucher anymore (usage limit reached) [You cannot use this voucher] => You cannot use this voucher [You must choose a delivery address before applying this voucher to your order] => You must choose a delivery address before applying this voucher to your order [You cannot use this voucher in your country of delivery] => You cannot use this voucher in your country of delivery [You must choose a carrier before applying this voucher to your order] => You must choose a carrier before applying this voucher to your order [You cannot use this voucher with this carrier] => You cannot use this voucher with this carrier [You cannot use this voucher on products on sale] => You cannot use this voucher on products on sale [Please log in first] => Please log in first [The minimum amount to benefit from this promo code is %s.] => The minimum amount to benefit from this promo code is %s. [This voucher is already in your cart] => This voucher is already in your cart [This voucher is not combinable with an other voucher already in your cart: %s] => This voucher is not combinable with an other voucher already in your cart: %s [Cart is empty] => Cart is empty [You cannot use this voucher because it has manually been removed.] => You cannot use this voucher because it has manually been removed. [You cannot use this voucher in an empty cart] => You cannot use this voucher in an empty cart [You cannot use this voucher with these products] => You cannot use this voucher with these products [This cart has expired.] => This cart has expired. [This cart was already used in an order and has expired.] => This cart was already used in an order and has expired. [The email is already used, please choose another one or sign in] => The email is already used, please choose another one or sign in [Your account isn't available at this time, please contact us] => Your account isn't available at this time, please contact us [Authentication failed.] => Authentication failed. [Invalid email/password combination] => Invalid email/password combination [There seems to be an issue with your account, please contact support] => There seems to be an issue with your account, please contact support [An account was already registered with this email address] => An account was already registered with this email address [Password is required] => Password is required [The %1$s field is too long (%2$d chars max).] => The %1$s field is too long (%2$d chars max). [%s is required.] => %s is required. [is invalid.] => is invalid. [Could not delete address.] => Could not delete address. [Please fix the error below.] => Please fix the error below. [Could not delete the address since it is used in the shopping cart.] => Could not delete the address since it is used in the shopping cart. [The customer could not be found.] => The customer could not be found. [You must enter a voucher code.] => You must enter a voucher code. [The voucher code is invalid.] => The voucher code is invalid. [This voucher does not exist.] => This voucher does not exist. [You must add %quantity% minimum quantity] => You must add %quantity% minimum quantity [Null quantity.] => Null quantity. [Product not found] => Product not found [This product (%product%) is no longer available.] => This product (%product%) is no longer available. [The product is no longer available in this quantity.] => The product is no longer available in this quantity. [The minimum purchase order quantity for the product %product% is %quantity%.] => The minimum purchase order quantity for the product %product% is %quantity%. [Please fill in all of the required fields, and then save your customizations.] => Please fill in all of the required fields, and then save your customizations. [You already have the maximum quantity available for this product.] => You already have the maximum quantity available for this product. [The item %product% in your cart is now a product with attributes. Please delete it and choose one of its combinations to proceed with your order.] => The item %product% in your cart is now a product with attributes. Please delete it and choose one of its combinations to proceed with your order. [%product% is no longer available in this quantity. You cannot proceed with your order until the quantity is adjusted.] => %product% is no longer available in this quantity. You cannot proceed with your order until the quantity is adjusted. [The available purchase order quantity for this product is %quantity%.] => The available purchase order quantity for this product is %quantity%. [You can only buy %quantity% "%product%". Please adjust the quantity in your cart to continue.] => You can only buy %quantity% "%product%". Please adjust the quantity in your cart to continue. [Invalid key.] => Invalid key. [This product does not exist in our store.] => This product does not exist in our store. [This product has been deleted.] => This product has been deleted. [This file no longer exists.] => This file no longer exists. [This product has been refunded.] => This product has been refunded. [The product deadline is in the past.] => The product deadline is in the past. [The product expiration date has passed, preventing you from download this product.] => The product expiration date has passed, preventing you from download this product. [Expiration date has passed, you cannot download this product.] => Expiration date has passed, you cannot download this product. [You have reached the maximum number of downloads allowed.] => You have reached the maximum number of downloads allowed. [Please provide the required information] => Please provide the required information [We couldn't find your order with the information provided, please try again] => We couldn't find your order with the information provided, please try again [An unexpected error occurred while creating your account.] => An unexpected error occurred while creating your account. [Could not update your information, please check your data.] => Could not update your information, please check your data. [Password must be between %d and %d characters long] => Password must be between %d and %d characters long [The minimum score must be: %s] => The minimum score must be: %s [Sorry. We cannot renew your order.] => Sorry. We cannot renew your order. [Some items are no longer available, and we are unable to renew your order.] => Some items are no longer available, and we are unable to renew your order. [The order is no longer valid.] => The order is no longer valid. [You do not have enough products to request an additional merchandise return.] => You do not have enough products to request an additional merchandise return. [Please provide an explanation for your RMA.] => Please provide an explanation for your RMA. [Please check at least one product you would like to return.] => Please check at least one product you would like to return. [For each product you wish to add, please specify the desired quantity.] => For each product you wish to add, please specify the desired quantity. [This order cannot be returned] => This order cannot be returned [We cannot regenerate your password with the data you've submitted] => We cannot regenerate your password with the data you've submitted [You cannot regenerate the password for this account.] => You cannot regenerate the password for this account. [You can regenerate your password only every %d minute(s)] => You can regenerate your password only every %d minute(s) [An error occurred while sending the email.] => An error occurred while sending the email. [Customer account not found] => Customer account not found [The password change request expired. You should ask for a new one.] => The password change request expired. You should ask for a new one. [The password is missing: please enter your new password.] => The password is missing: please enter your new password. [The confirmation is empty: please fill in the password confirmation as well] => The confirmation is empty: please fill in the password confirmation as well [The confirmation password doesn't match.] => The confirmation password doesn't match. [The password is not in a valid format.] => The password is not in a valid format. [An error occurred with your account, which prevents us from updating the new password. Please report this issue using the contact form.] => An error occurred with your account, which prevents us from updating the new password. Please report this issue using the contact form. [Invoices are disabled in this shop.] => Invoices are disabled in this shop. [The invoice was not found.] => The invoice was not found. [No invoice is available.] => No invoice is available. [Order return not confirmed.] => Order return not confirmed. [Order return not found.] => Order return not found. [This product is no longer available.] => This product is no longer available. [You do not have access to this product.] => You do not have access to this product. [An error occurred while deleting the selected picture.] => An error occurred while deleting the selected picture. [An error occurred during the image upload process.] => An error occurred during the image upload process. [Invalid message.] => Invalid message. [You do not have access to this category.] => You do not have access to this category. [The message cannot be blank.] => The message cannot be blank. [Invalid email address.] => Invalid email address. [Invalid message] => Invalid message [There are not enough products in stock] => There are not enough products in stock [This product is no longer available for sale.] => This product is no longer available for sale. [Your address is incomplete, please update it.] => Your address is incomplete, please update it. [You have no merchandise return authorizations.] => You have no merchandise return authorizations. ) [ModulesFacetedsearchAdmin] => Array ( [Faceted search] => Faceted search [Filter your catalog to help visitors picture the category tree and browse your store easily.] => Filter your catalog to help visitors picture the category tree and browse your store easily. [Filter template name required (cannot be empty)] => Filter template name required (cannot be empty) [You must select at least one category.] => You must select at least one category. [Your filter] => Your filter [was updated successfully.] => was updated successfully. [was added successfully.] => was added successfully. [Settings saved successfully] => Settings saved successfully [Filter template deleted, categories updated (reverted to default Filter template).] => Filter template deleted, categories updated (reverted to default Filter template). [Filter template not found] => Filter template not found [My template - %s] => My template - %s [My template %s] => My template %s ["%s" is not a valid url] => "%s" is not a valid url [You must select at least one page.] => You must select at least one page. [You must select at least one category if you want to use this filter template on category pages.] => You must select at least one category if you want to use this filter template on category pages. [Category] => Category [Manufacturer] => Manufacturer [Supplier] => Supplier [New products] => New products [Best sales] => Best sales [Prices drop] => Prices drop [Search] => Search [(experimental)] => (experimental) [Meta title] => Meta title [No limit] => No limit [Categories used for this template:] => Categories used for this template: [Categories selection is disabled because you have no categories or you are in a "all shops" context.] => Categories selection is disabled because you have no categories or you are in a "all shops" context. [Effective only if category pages are selected above.] => A customer account has already been created from this guest account. Please sign in. [Pages using this template:] => Pages using this template: [You must select at least one filter] => You must select at least one filter [You must select at least one category] => You must select at least one category [You must select at least one page] => You must select at least one page [Template name:] => Template name: [Only as a reminder] => Only as a reminder [Warning! Your hosting provider is using the Suhosin patch for PHP, which limits the maximum number of fields allowed in a form:] => Warning! Your hosting provider is using the Suhosin patch for PHP, which limits the maximum number of fields allowed in a form: [for suhosin.post.max_vars.] => for suhosin.post.max_vars. [for suhosin.request.max_vars.] => for suhosin.request.max_vars. [Please ask your hosting provider to increase the Suhosin limit to] => Please ask your hosting provider to increase the Suhosin limit to [Warning! Your PHP configuration limits the maximum number of fields allowed in a form:] => Warning! Your PHP configuration limits the maximum number of fields allowed in a form: [for max_input_vars.] => for max_input_vars. [Please ask your hosting provider to increase this limit to] => Please ask your hosting provider to increase this limit to [%s at least, or you will have to edit the translation files manually.] => %s at least, or you will have to edit the translation files manually. [Choose shop association:] => Choose shop association: [Sub-categories filter] => Sub-categories filter [Product stock filter] => Product stock filter [Product condition filter] => Product condition filter [Product brand filter] => Product brand filter [Product weight filter (slider)] => Product weight filter (slider) [Product price filter (slider)] => Product price filter (slider) [Product extras filter] => Product extras filter [New filters template] => New filters template [You can drag and drop filters to adjust position] => You can drag and drop filters to adjust position [Filters:] => Filters: [Total filters: %s] => Total filters: %s [Filter result limit:] => Filter result limit: [Filter style:] => Filter style: [Checkbox] => Checkbox [Radio button] => Radio button [Drop-down list] => Drop-down list [List of ranges] => List of ranges [Attribute group: %name% (%count% attributes)] => Attribute group: %name% (%count% attributes) [Attribute group: %name% (%count% attribute)] => Attribute group: %name% (%count% attribute) [This group will allow user to select a color] => This group will allow user to select a color [Feature: %name% (%count% values)] => Feature: %name% (%count% values) [Feature: %name% (%count% value)] => Feature: %name% (%count% value) [Indexes and caches] => Indexes and caches [Indexing is in progress. Please do not leave this page] => Indexing is in progress. Please do not leave this page [Index all missing prices] => Index all missing prices [Rebuild entire price index] => Rebuild entire price index [Build attributes and features indexes] => Build attributes and features indexes [Clear cache] => Clear cache [You can set a cron job that will rebuild price index using the following URL:] => You can set a cron job that will rebuild price index using the following URL: [You can set a cron job that will rebuild attribute index using the following URL:] => You can set a cron job that will rebuild attribute index using the following URL: [A nightly rebuild is recommended.] => A nightly rebuild is recommended. [Filters templates] => Filters templates [Created on] => Created on [Actions] => Actions [Do you really want to delete this filter template?] => Do you really want to delete this filter template? [No filter template found.] => No filter template found. [Add new template] => Add new template [Enable cache system] => Enable cache system [Show the number of matching products] => Show the number of matching products [Show products from subcategories] => Show products from subcategories [Show products only from default category] => Show products only from default category [Works only if "Show products from subcategories" is off.] => Works only if "Show products from subcategories" is off. [Category filter depth (0 for no limits, 1 by default)] => Category filter depth (0 for no limits, 1 by default) [Use tax to filter price] => Use tax to filter price [Use rounding to filter price] => Use rounding to filter price [Show unavailable, out of stock last] => Show unavailable, out of stock last [(in progress)] => (in progress) [URL indexing finished] => URL indexing finished [Attribute indexing finished] => Attribute indexing finished [URL indexing failed] => URL indexing failed [Attribute indexing failed] => Attribute indexing failed [Price indexing finished] => Price indexing finished [Price indexing failed] => Price indexing failed [(in progress, %s products price to index)] => (in progress, %s products price to index) [Loading...] => Loading... [You selected -All categories-: all existing filter templates will be deleted. Is it OK?] => You selected -All categories-: all existing filter templates will be deleted. Is it OK? [Use Jquery UI slider] => Use Jquery UI slider [Switch this off only if your theme does not use Jquery UI slider. It is recommended to keep it on when using classic theme.] => Switch this off only if your theme does not use jQuery UI slider. It is recommended to keep it on when using classic theme. [Default filter template for new categories] => Default filter template for new categories [If you want to automatically assign a filter template to new categories, select it here.] => If you want to automatically assign a filter template to new categories, select it here. [We recommend to set regular cron tasks to manage the indexes and cache on daily/weekly basis.] => We recommend to set regular cron tasks to manage the indexes and cache on daily/weekly basis. [Add missing products to price index:] => Add missing products to price index: [Rebuild price index:] => Rebuild price index: [Rebuild attribute index:] => Rebuild attribute index: [Flush block cache:] => Flush block cache: [This option caches filtering blocks, so the module does not have to query for matching products all the time. The cache is invalidated on every modification on your store. If you encounter some incosistencies, disable this cache or make sure to flush it if needed.] => This option caches filtering blocks, so the module does not have to query for matching products all the time. The cache is invalidated on every modification on your store. If you encounter some incosistencies, disable this cache or make sure to flush it if needed. [Enable or disable display of matching products after filters. Disabling this won't bring any performance benefit, because matching products need to be calculated anyway.] => Enable or disable display of matching products after filters. Disabling this won't bring any performance benefit, because matching products need to be calculated anyway. [Enable this, if you want to display products from subcategories, even if they are not specifically assigned to the currently browsed category.] => Enable this, if you want to display products from subcategories, even if they are not specifically assigned to the currently browsed category. [Category filter depth] => Category filter depth [This option controls the behavior of category filter block - how deep children of the currently browsed category you want to display? The default value is 1 - only the direct children. Use 0 for unlimited depth.] => This option controls the behavior of category filter block - how deep children of the currently browsed category you want to display? The default value is 1 - only the direct children. Use 0 for unlimited depth. [URL] => URL [When the Faceted Search module is enabled, you can get more detailed URLs by choosing the word that best represent this attribute. By default, PrestaShop uses the attribute's name, but you can change that setting using this field.] => When the Faceted Search module is enabled, you can get more detailed URLs by choosing the word that best represent this attribute. By default, PrestaShop uses the attribute's name, but you can change that setting using this field. [When the Faceted Search module is enabled, you can get more detailed page titles by choosing the word that best represent this attribute. By default, PrestaShop uses the attribute's name, but you can change that setting using this field.] => When the Faceted Search module is enabled, you can get more detailed page titles by choosing the word that best represent this attribute. By default, PrestaShop uses the attribute's name, but you can change that setting using this field. [Invalid characters: ;=#{}_] => Invalid characters: ;=#{}_ [Indexable] => Indexable [Use this attribute in URL generated by the Faceted Search module.] => Use this attribute in URL generated by the Faceted Search module. [When the Faceted Search module is enabled, you can get more detailed URLs by choosing the word that best represent this feature. By default, PrestaShop uses the feature's name, but you can change that setting using this field.] => When the Faceted Search module is enabled, you can get more detailed URLs by choosing the word that best represent this feature. By default, PrestaShop uses the feature's name, but you can change that setting using this field. [When the Faceted Search module is enabled, you can get more detailed page titles by choosing the word that best represent this feature. By default, PrestaShop uses the feature's name, but you can change that setting using this field.] => When the Faceted Search module is enabled, you can get more detailed page titles by choosing the word that best represent this feature. By default, PrestaShop uses the feature's name, but you can change that setting using this field. [When the Faceted Search module is enabled, you can get more detailed URLs by choosing the word that best represent this feature's value. By default, PrestaShop uses the value's name, but you can change that setting using this field.] => When the Faceted Search module is enabled, you can get more detailed URLs by choosing the word that best represent this feature's value. By default, PrestaShop uses the value's name, but you can change that setting using this field. [When the Faceted Search module is enabled, you can get more detailed page titles by choosing the word that best represent this feature's value. By default, PrestaShop uses the value's name, but you can change that setting using this field.] => When the Faceted Search module is enabled, you can get more detailed page titles by choosing the word that best represent this feature's value. By default, PrestaShop uses the value's name, but you can change that setting using this field. ) [ModulesStatscatalogAdmin] => Array ( [Catalog statistics] => Catalog statistics [Enrich your stats, have a look at your catalog’s general statistics.] => Enrich your stats, have a look at your catalog’s general statistics. [(1 purchase / %d visits)] => (1 purchase / %d visits) [Choose a category] => Choose a category [Products available:] => Products available: [Average price (base price):] => Average price (base price): [Product pages viewed:] => Product pages viewed: [Average number of page visits:] => Average number of page visits: [Average number of purchases:] => Average number of purchases: [Images available:] => Images available: [Average number of images:] => Average number of images: [Products never viewed:] => Products never viewed: [Products never purchased:] => Products never purchased: [Conversion rate*:] => Conversion rate*: [Defines the average conversion rate for the product page. It is possible to purchase a product without viewing the product page, so this rate can be greater than 1.] => Defines the average conversion rate for the product page. It is possible to purchase a product without viewing the product page, so this rate can be greater than 1. [Products never purchased] => Products never purchased [Edit / View] => Edit / View ) [ModulesBannerAdmin] => Array ( [Banner] => Banner [Add a banner to the homepage of your store to highlight your sales and new products in a visual and friendly way.] => Add a banner to the homepage of your store to highlight your sales and new products in a visual and friendly way. [Banner image] => Banner image [Upload an image for your top banner. The recommended dimensions are 1110 x 214px if you are using the default theme.] => Upload an image for your top banner. The recommended dimensions are 1110 x 214px if you are using the default theme. [Banner Link] => Banner Link [Enter the link associated to your banner. When clicking on the banner, the link opens in the same window. If no link is entered, it redirects to the homepage.] => Enter the link associated to your banner. When clicking on the banner, the link opens in the same window. If no link is entered, it redirects to the homepage. [Banner description] => Banner description [Please enter a short but meaningful description for the banner.] => Please enter a short but meaningful description for the banner. ) [Install] => Array ( [Choose your language] => Choose your language [License agreements] => License agreements [System compatibility] => System compatibility [Store information] => Store information [System configuration] => System configuration [Store installation] => Store installation [Field required] => Field required [Invalid shop name] => Invalid store name [shop name] => shop name [The field %field% is limited to %limit% characters] => The field %field% is limited to %limit% characters [Your firstname contains some invalid characters] => Your firstname contains some invalid characters [firstname] => firstname [Your lastname contains some invalid characters] => Your lastname contains some invalid characters [lastname] => lastname [The password is incorrect (must be alphanumeric string with at least 8 characters)] => The password is incorrect (must be alphanumeric string with at least 8 characters) [The password is incorrect (must be Strong)] => The password is incorrect (must be Strong) [The password and its confirmation are different] => The password and its confirmation are different [This e-mail address is invalid] => This e-mail address is invalid [Sports and Entertainment] => Sports and Entertainment [Fashion and Accessories] => Fashion and Accessories [Lingerie and Adult] => Lingerie and Adult [Animals and Pets] => Animals and Pets [Art and Culture] => Art and Culture [Babies] => Babies [Beauty and Personal Care] => Beauty and Personal Care [Cars] => Cars [Computer Hardware and Software] => Computer Hardware and Software [Download] => Download [Flowers, Gifts and Crafts] => Flowers, Gifts and Crafts [Food and beverage] => Food and beverage [HiFi, Photo and Video] => HiFi, Photo and Video [Home and Garden] => Home and Garden [Home Appliances] => Home Appliances [Jewelry] => Jewelry [Mobile and Telecom] => Mobile and Telecom [Services] => Services [Shoes and accessories] => Shoes and accessories [Travel] => Travel [Database is connected] => Database is connected [Database is created] => Database is created [Cannot create the database automatically] => Cannot create the database automatically [Create file parameters] => Create file parameters [Create database tables] => Create database tables [Create default shop and languages] => Create default store and languages [Populate database tables] => Populate database tables [Configure shop information] => Configure store information [Install theme] => Install theme [Install modules] => Install modules [Install demonstration data] => Install demonstration data [Post installation scripts] => Post installation scripts [Required PHP parameters] => Required PHP parameters [PHP %version% or later is not enabled] => PHP %version% or later is not enabled [Cannot upload files] => Cannot upload files [Cannot create new files and folders] => Cannot create new files and folders [cURL extension is not enabled] => cURL extension is not enabled [GD library is not installed] => GD library is not installed [JSON extension is not loaded] => JSON extension is not loaded [PHP OpenSSL extension is not loaded] => PHP OpenSSL extension is not loaded [PDO MySQL extension is not loaded] => PDO MySQL extension is not loaded [SimpleXML extension is not loaded] => SimpleXML extension is not loaded [ZIP extension is not enabled] => ZIP extension is not enabled [Fileinfo extension is not enabled] => Fileinfo extension is not enabled [Intl extension is not loaded] => Intl extension is not loaded [PHP's config "memory_limit" must be to a minimum of 256M] => PHP's config "memory_limit" must be to a minimum of 256M [Required Apache configuration] => Required Apache configuration [Enable the Apache mod_rewrite module] => Enable the Apache mod_rewrite module [Files] => Files [Not all files were successfully uploaded on your server] => Not all files were successfully uploaded on your server [Permissions on files and folders] => Permissions on files and folders [Recursive write permissions for %user% user on %folder%] => Recursive write permissions for %user% user on %folder% [Write permissions for %user% user on %folder%] => Write permissions for %user% user on %folder% [Recommended PHP parameters] => Recommended PHP parameters [GZIP compression is not activated] => GZIP compression is not activated [Mbstring extension is not enabled] => Mbstring extension is not enabled [Dom extension is not loaded] => Dom extension is not loaded [Cannot open external URLs (requires allow_url_fopen as On)] => Cannot open external URLs (requires allow_url_fopen as On) [Unable to generate private keys using openssl_pkey_new. Check your OpenSSL configuration, especially the path to openssl.cafile.] => Unable to generate private keys using openssl_pkey_new. Check your OpenSSL configuration, especially the path to openssl.cafile. [Documentation] => Documentation [Blog] => Blog [Information about your Store] => Information about your Store [Shop name] => Store name [Main activity] => Main activity [Please choose your main activity] => Please choose your main activity [Other activity...] => Other activity... [Help us learn more about your store so we can offer you optimal guidance and the best features for your business!] => Help us learn more about your store so we can offer you optimal guidance and the best features for your business! [Country] => Country [Select your country] => Select your country [Shop timezone] => Store timezone [Select your timezone] => Select your timezone [Enable SSL] => Enable SSL [Your Account] => Your Account [First name] => First name [Last name] => Last name [E-mail address] => E-mail address [This email address will be your username to access your store's back office.] => This email address will be your username to access your store's back office. [Shop password] => Store password [Must be at least 8 characters] => Must be at least 8 characters [Re-type to confirm] => Re-type to confirm [Enter a password between %d and %d characters] => Enter a password between %d and %d characters [The minimum score must be: %s] => The minimum score must be: %s [Store name] => Store name [Yes] => Yes [No] => No [Installation of theme] => Installation of theme [Version:] => Version: [Select the theme to install.] => Select the theme to install [Installation of demo products] => Installation of demo products [Demo products are a good way to learn how to use PrestaShop. You should install them if you are not familiar with it.] => Demo products are a good way to learn how to use PrestaShop. You should install them if you are not familiar with it. [Installation of modules] => Installation of modules [Install all modules (recommended)] => Install all modules (recommended) [Select the modules to install] => Select the modules to install [If you are using PrestaShop for the first time, you should install all modules now and uninstall the ones you don't need later.] => If you are using PrestaShop for the first time, you should install all modules now and uninstall the ones you don't need later. [Search] => Search [Select all] => Select all [Select the theme to install] => Select the theme to install [Configure your database by filling out the following fields] => Configure your database by filling out the following fields [To use PrestaShop, you must create a database to collect all of your store's data-related activities.] => To use PrestaShop, you must create a database to collect all of your store's data-related activities. [Please complete the fields below in order for PrestaShop to connect to your database.] => Please complete the fields below in order for PrestaShop to connect to your database. [Database server address] => Database server address [The default port is 3306. To use a different port, add the port number at the end of your server's address i.e ":4242".] => The default port is 3306. To use a different port, add the port number at the end of your server's address i.e ":4242". [Database name] => Database name [Database login] => Database login [Database password] => Database password [Tables prefix] => Tables prefix [Drop existing tables] => Drop existing tables [Test your database connection now!] => Test your database connection now! [PrestaShop Installation Assistant] => PrestaShop Installation Assistant [Installation Assistant] => Installation Assistant [To install PrestaShop, you need to have JavaScript enabled in your browser.] => To install PrestaShop, you need to have JavaScript enabled in your browser. [https://enable-javascript.com/] => https://enable-javascript.com/ [Next] => Next [Back] => Back [License Agreements] => License Agreements [To enjoy the many features that are offered for free by PrestaShop, please read the license terms below. PrestaShop core is licensed under OSL 3.0, while the modules and themes are licensed under AFL 3.0.] => To enjoy the many features that are offered for free by PrestaShop, please read the license terms below. PrestaShop core is licensed under OSL 3.0, while the modules and themes are licensed under AFL 3.0. [I agree to the above terms and conditions.] => I agree to the above terms and conditions. [Privacy note] => Privacy note [this article] => this article [Some project modules may submit public and technical information about your store to the PrestaShop Project for analytics purposes. To learn more and make an informed choice, read %link%.] => Some project modules may submit public and technical information about your store to the PrestaShop Project for analytics purposes. To learn more and make an informed choice, read %link%. [Done!] => Done! [An error occurred during installation...] => An error occurred during installation... [You can use the links on the left column to go back to the previous steps, or restart the installation process by clicking here.] => You can use the links on the left column to go back to the previous steps, or restart the installation process by clicking here. [Your installation is finished!] => Your installation is finished! [You have just finished installing your shop. Thank you for using PrestaShop!] => You have just finished installing your store. Thank you for using PrestaShop! [Please remember your login information:] => Please remember your login information: [E-mail] => E-mail [Print my login information] => Print my login information [Password] => Password [Display] => Display [For security purposes, you must delete the "install" folder.] => For security purposes, you must delete the "install" folder. [Back Office] => Back Office [Manage your store using your Back Office. Manage your orders and customers, add modules, change themes, etc.] => Manage your store using your Back Office. Manage your orders and customers, add modules, change themes, etc. [Manage your store] => Manage your store [Front Office] => Front Office [Discover your store as your future customers will see it!] => Discover your store as your future customers will see it! [Discover your store] => Discover your store [We are currently checking PrestaShop compatibility with your system environment] => We are currently checking PrestaShop compatibility with your system environment [PrestaShop compatibility with your system environment has been verified!] => PrestaShop compatibility with your system environment has been verified! [Refresh information] => Refresh information [Oops! Please correct the item(s) below, and then click "%refresh_label%" to test the compatibility of your new system.] => Oops! Please correct the item(s) below, and then click "%refresh_label%" to test the compatibility of your new system. [Warning: You cannot use this tool to upgrade your store anymore.You already have PrestaShop version %version% installed.If you want to upgrade to the latest version, please use the 1-Click Upgrade module and follow its instructions.] => Warning: You cannot use this tool to upgrade your store anymore.You already have PrestaShop version %version% installed.If you want to upgrade to the latest version, please use the 1-Click Upgrade module and follow its instructions. [Welcome to the PrestaShop %version% Installer] => Welcome to the PrestaShop %version% Installer [Installing PrestaShop is quick and easy. In just a few moments, you will become part of a community consisting of more than %numMerchants% merchants. You are on the way to creating your own unique online store that you can manage easily every day.] => Installing PrestaShop is quick and easy. In just a few moments, you will become part of a community consisting of more than %numMerchants% merchants. You are on the way to creating your own unique online store that you can manage easily every day. [Continue the installation in:] => Continue the installation in: [The language selection above only applies to the Installation Assistant. Once your store is installed, you can choose the language of your store from over %d% translations, all for free!] => The language selection above only applies to the Installation Assistant. Once your store is installed, you can choose the language of your store from over %d% translations, all for free! [Please activate the 'mod_auth_basic' Apache module to allow the use of the PrestaShop webservice.] => Please activate the 'mod_auth_basic' Apache module to allow the use of the PrestaShop webservice. [We could not check to see if basic authentication and rewrite extensions have been activated. Please manually check if they've been activated in order to use the PrestaShop webservice.] => We could not check to see if basic authentication and rewrite extensions have been activated. Please manually check if they've been activated in order to use the PrestaShop webservice. [Please activate the 'SimpleXML' PHP extension to allow testing of PrestaShop's webservice.] => Please activate the 'SimpleXML' PHP extension to allow testing of PrestaShop's webservice. [It is preferable to use SSL (https:) for webservice calls, as it avoids the "man in the middle" type security issues.] => It is preferable to use SSL (https:) for webservice calls, as it avoids the "man in the middle" type security issues. [Fashion and accessories] => Fashion and accessories [Sport and Entertainment] => Sport and Entertainment [-- Please choose your main activity --] => -- Please choose your main activity -- [Server name is not valid] => Server name is not valid [You must enter a database name] => You must enter a database name [You must enter a database login] => You must enter a database login [Tables prefix is invalid] => Tables prefix is invalid [Cannot convert database data to utf-8] => Cannot convert database data to utf-8 [At least one table with same prefix was already found, please change your prefix or drop your database] => At least one table with same prefix was already found, please change your prefix or drop your database [Your database login does not have the privileges to create table on the database "%s". Ask your hosting provider:] => Your database login does not have the privileges to create table on the database "%s". Ask your hosting provider: [You must be granted the privilege to select data in the tables of database "%s". Ask your hosting provider to enable it.] => You must be granted the privilege to select data in the tables of database "%s". Ask your hosting provider to enable it. [Database Server is not found. Please verify the login, password and server fields] => Database Server is not found. Please verify the login, password and server fields [Connection to MySQL server succeeded, but database "%database%" not found] => Connection to MySQL server succeeded, but database "%database%" not found [Attempt to create the database automatically] => Attempt to create the database automatically [%file% file is not writable (check permissions)] => %file% file is not writable (check permissions) [%folder% folder is not writable (check permissions)] => %folder% folder is not writable (check permissions) [Cannot write settings file] => Cannot write settings file [Cannot write app/config/parameters.php file] => Cannot write app/config/parameters.php file [Cannot write app/config/parameters.yml file] => Cannot write app/config/parameters.yml file [Database structure file not found] => Database structure file not found [Cannot create group shop] => Cannot create group store [Cannot create shop] => Cannot create store [Cannot create shop URL] => Cannot create store URL [File "language.xml" not found for language iso "%iso%"] => File "language.xml" not found for language iso "%iso%" [File "language.xml" not valid for language iso "%iso%"] => File "language.xml" not valid for language iso "%iso%" [Cannot download language pack "%iso%"] => Cannot download language pack "%iso%" [Cannot install language "%iso%"] => Cannot install language "%iso%" [Cannot copy flag language "%flag%"] => Cannot copy flag language "%flag%" [Cannot create admin account] => Cannot create admin account [Cannot install module "%module%"] => Cannot install module "%module%" [Cannot execute post install on module "%module%"] => Cannot execute post install on module "%module%" [Fixtures class "%class%" not found] => Fixtures class "%class%" not found ["%class%" must be an instance of "InstallXmlLoader"] => "%class%" must be an instance of "InstallXmlLoader" [SQL error on query %query%] => SQL error on query %query% [An SQL error occurred for entity %entity%: %message%] => An SQL error occurred for entity %entity%: %message% [Cannot create image "%identifier%" for entity "%entity%"] => Cannot create image "%identifier%" for entity "%entity%" [Cannot create image "%identifier%" (bad permissions on folder "%folder%")] => Cannot create image "%identifier%" (bad permissions on folder "%folder%") [Cannot create image "%identifier%"] => Cannot create image "%identifier%" [Cannot create image "%1$s" for entity "%2$s"] => Cannot create image "%1$s" for entity "%2$s" ) [ModulesFaviconnotificationboAdmin] => Array ( [Display notifications in the browser tab for:] => Display notifications in the browser tab for: [New orders] => New orders [Notification background color] => Notification background color [Notification text color] => Notification text color [Order Notifications on the Favicon] => Order Notifications on the Favicon [Get notified directly on your browser tab each time you get a new order, customer or message.] => Get notified directly on your browser tab each time you get a new order, customer or message. ) [ModulesStatsbestsuppliersAdmin] => Array ( [Total paid] => Total paid [Best suppliers] => Best suppliers [Adds a list of the best suppliers to the Stats dashboard.] => Adds a list of the best suppliers to the Stats dashboard. [Enrich your stats: add a list of the best suppliers to your dashboard.] => Enrich your stats: add a list of the best suppliers to your dashboard. ) [ModulesStatscarrierAdmin] => Array ( [Carrier distribution] => Carrier distribution [Enrich your stats, add a pie chart illustrating your carriers’ distribution.] => Enrich your stats, add a pie chart illustrating your carriers’ distribution. [This graph represents the carrier distribution for your orders. You can also narrow the focus of the graph to display distribution for a particular order status.] => This graph represents the carrier distribution for your orders. You can also narrow the focus of the graph to display distribution for a particular order status. [No valid orders have been received for this period.] => No valid orders have been received for this period. [Percentage of orders listed by carrier.] => Percentage of orders listed by carrier. ) [ModulesDashactivityAdmin] => Array ( [Dashboard Activity] => Dashboard Activity [(from %s to %s)] => (from %s to %s) [Active cart] => Active cart [How long (in minutes) a cart is to be considered as active after the last recorded change (default: 30 min).] => How long (in minutes) a cart is to be considered as active after the last recorded change (default: 30 min). [Online visitor] => Online visitor [How long (in minutes) a visitor is to be considered as online after their last action (default: 30 min).] => How long (in minutes) a visitor is to be considered as online after their last action (default: 30 min). [Abandoned cart (min)] => Abandoned cart (min) [How long (in hours) after the last action a cart is to be considered as abandoned (default: 24 hrs).] => How long (in hours) after the last action a cart is to be considered as abandoned (default: 24 hrs). [hrs] => hrs [Abandoned cart (max)] => Abandoned cart (max) [How long (in hours) after the last action a cart is no longer to be considered as abandoned (default: 24 hrs).] => How long (in hours) after the last action a cart is no longer to be considered as abandoned (default: 24 hrs). [Check in one glance what is happening on your store with a list of KPI on your dashboard.] => Check at a glance what is happening on your store with a list of KPIs on your dashboard. [Activity overview] => Activity overview [Online Visitors] => Online Visitors [in the last %d minutes] => in the last %d minutes [Active Shopping Carts] => Active Shopping Carts [Currently Pending] => Currently Pending [Return/Exchanges] => Return/Exchanges [Out of Stock Products] => Out of Stock Products [New Messages] => New Messages [Product Reviews] => Product Reviews [Customers & Newsletters] => Customers & Newsletters [New Customers] => New Customers [New Subscriptions] => New Subscriptions [Total Subscribers] => Total Subscribers [Traffic] => Traffic [Link to your Google Analytics account] => Link to your Google Analytics account [Visits] => Visits [Unique Visitors] => Unique Visitors [Traffic Sources] => Traffic Sources ) [ModulesViewedproductShop] => Array ( [Viewed products] => Viewed products ) [ModulesStatsproductAdmin] => Array ( [Product details] => Product details [Enrich your stats, add detailed statistics for each product of your catalog.] => Enrich your stats, add detailed statistics for each product of your catalog. [Number of purchases compared to number of views] => Number of purchases compared to number of views [After choosing a category and selecting a product, informational graphs will appear.] => After choosing a category and selecting a product, informational graphs will appear. [If you notice that a product is often purchased but viewed infrequently, you should display it more prominently in your Front Office.] => If you notice that a product is often purchased but viewed infrequently, you should display it more prominently in your Front Office. [On the other hand, if a product has many views but is not often purchased, we advise you to check or modify this product's information, description and photography again, see if you can find something better.] => On the other hand, if a product has many views but is not often purchased, we advise you to check or modify this product's information, description and photography again, see if you can find something better. [Details] => Details [Total bought] => Total bought [Sales (tax excluded)] => Sales (tax excluded) [Total Viewed] => Total Viewed [Conversion rate] => Conversion rate [CSV Export] => CSV Export [Attribute sales distribution] => Attribute sales distribution [Cross selling] => Cross selling [Click on a product to access its statistics!] => Click on a product to access its statistics! [Choose a category] => Choose a category [Products available] => Products available [Popularity] => Popularity [Visits (x100)] => Visits (x100) [Stock] => Stock ) [AdminPaymentHelp] => Array ( [Please mark each checkbox for the currency, or currencies, for which you want the payment module(s) to be available.] => Please select available currencies for every payment module. [Please mark each checkbox for the customer group(s), for which you want the payment module(s) to be available.] => Please select available payment modules for every customer group. [Please mark each checkbox for the country, or countries, in which you want the payment module(s) to be available.] => Please mark each checkbox for the country, or countries, in which you want the payment module(s) to be available. [Please mark each checkbox for the carrier, or carrier, for which you want the payment module(s) to be available.] => Please select available payment modules for every carrier. [This is where you decide what payment modules are available for different variations like your customers' currency, group, and country.] => This is where you decide what payment modules are available for different variations like your customers' currency, group, and country. [A check mark indicates you want the payment module available.] => A check mark indicates you want the payment module available. [If it is not checked then this means that the payment module is disabled.] => If it is not checked then this means that the payment module is disabled. ) [ModulesEmailsubscriptionAdmin] => Array ( [Newsletter subscription] => Newsletter subscription [Keep in touch with your customers the way you want, add a form to the homepage of your store and allow all the curious to subscribe to your newsletter.] => Keep in touch with your customers the way you want, add a form to the homepage of your store and allow all the curious to subscribe to your newsletter. [Are you sure that you want to delete all of your contacts?] => Are you sure that you want to delete all of your contacts? [Subscribed] => Subscribed [Iso language] => ISO language [Subscribed on] => Subscribed on [Newsletter registrations] => Newsletter registrations [Unsubscribe] => Unsubscribe [Would you like to send a verification email after subscription?] => Would you like to send a verification email after subscription? [Would you like to send a confirmation email after subscription?] => Would you like to send a confirmation email after subscription? [Welcome voucher code] => Welcome voucher code [Leave blank to disable by default.] => Leave blank to disable by default. [Newsletter conditions] => Newsletter conditions [This text will be displayed beneath the newsletter subscribe button.] => This text will be displayed beneath the newsletter subscribe button. [Export customers' addresses] => Export customers' addresses [Customers' country] => Customers' country [Filter customers by country.] => Filter customers by country. [Newsletter subscribers] => Newsletter subscribers [Filter customers who have subscribed to the newsletter or not, and who have an account or not.] => Filter customers who have subscribed to the newsletter or not, and who have an account or not. [Customers can subscribe to your newsletter when registering, or by entering their email in the newsletter form.] => Customers can subscribe to your newsletter when registering, or by entering their email in the newsletter form. [All subscribers] => All Subscribers [Subscribers with account] => Subscribers with account [Subscribers without account] => Subscribers without account [Non-subscribers] => Non-subscribers [Partner offers subscribers] => Partner offers accepted [Filter customers who have agreed to receive your partners' offers or not.] => Filter customers who have agreed to receive your partners' offers or not. [Partner offers subscribers have agreed to receive your partners' offers.] => Opt-in subscribers who have agreed to receive your partners' offers. [All customers] => All customers [Partner offers non-subscribers] => Partner offers not accepted [Search for addresses] => Search for addresses [Email address to search] => Email address to search [Example: [email protected] or @prestashop.com] => Example: [email protected] or @prestashop.com [No customers found with these filters!] => No customers found with these filters! [The .CSV file has been successfully exported: %d customers found.] => The .CSV file has been successfully exported: %d customers found. [Download the file] => Download the file [WARNING: When opening this .csv file with Excel, choose UTF-8 encoding to avoid strange characters.] => WARNING: When opening this .csv file with Excel, choose UTF-8 encoding to avoid strange characters. [Error: Write access limited] => Error: Write access limited [No result found!] => No result found! [Newsletter subscription: no email to delete, this customer has not registered.] => Newsletter subscription: no email to delete, this customer has not registered. [Newsletter subscription: no email to export, this customer has not registered.] => Newsletter subscription: no email to export, this customer has not registered. ) [EmailsSubject] => Array ( [Your guest account has been transformed into a customer account] => Your guest account was converted to a customer account [Order confirmation] => Order confirmation [New voucher for your order %s] => New voucher for your order %s [Log: You have a new alert from your shop] => Log: You have a new alert from your store [Welcome!] => Welcome! [Package in transit] => Package in transit [The virtual product that you bought is available for download] => The virtual product that you bought is available for download [Fwd: Customer message] => Fwd: Customer message [An answer to your message is available #ct%thread_id% #tc%thread_token%] => An answer to your message no. ct%thread_id% is available (thread ID tc%thread_token%) [Import complete] => Import complete [Your new password] => Your new password [Your order return status has changed] => Your order return status has changed [Message from a customer] => Message from a customer [Password query confirmation] => Password query confirmation [Message from contact form] => Message from contact form [Your message has been correctly sent #ct%thread_id% #tc%thread_token%] => Your message no. ct%thread_id% has been correctly sent (thread ID tc%thread_token%) [Your message has been correctly sent] => Your message has been correctly sent [Product available] => Product available [New order : #%d - %s] => New order : #%d - %s [Product out of stock] => Product out of stock [Stock coverage] => Stock coverage [New return from order #%d - %s] => New return from order #%d - %s [Your order has been changed] => Your order has been changed [Newsletter voucher] => Newsletter voucher [Newsletter confirmation] => Newsletter confirmation [Email verification] => Email verification [Process the payment of your order] => Process the payment of your order [New credit slip regarding your order] => New credit slip regarding your order [New voucher for your order #%s] => New voucher for your order #%s [New message regarding your order] => New message regarding your order ) [ShopNavigation] => Array ( [404 error] => 404 error [Best sales] => Best sales [Contact us] => Contact us [Manufacturers] => Manufacturers [New products] => New products [Forgot your password] => Forgot your password [Prices drop] => Prices drop [Sitemap] => Sitemap [Suppliers] => Suppliers [Address] => Address [Addresses] => Addresses [Login] => Login [Registration] => Registration [Cart] => Cart [Discount] => Discount [Order history] => Order history [Identity] => Identity [My account] => My account [Order follow] => Order follow [Credit slip] => Credit slip [Order] => Order [Search] => Search [Stores] => Stores [Guest tracking] => Guest tracking [Order confirmation] => Order confirmation [This page cannot be found] => This page cannot be found [Our best sales] => Our best sales [Use our form to contact us] => Use our form to contact us [Shop powered by PrestaShop] => Shop powered by PrestaShop [Brand list] => Brand list [Our new products] => Our new products [Enter the e-mail address you use to sign in to receive an e-mail with a new password] => Enter the e-mail address you use to sign in to receive an e-mail with a new password [On-sale products] => On-sale products [Lost ? Find what your are looking for] => Lost ? Find what your are looking for [Suppliers list] => Suppliers list [page-not-found] => page-not-found [best-sales] => best-sales [contact-us] => contact-us [manufacturers] => manufacturers [new-products] => new-products [password-recovery] => password-recovery [prices-drop] => prices-drop [sitemap] => sitemap [supplier] => supplier [address] => address [addresses] => addresses [login] => login [registration] => registration [cart] => cart [discount] => discount [order-history] => order-history [identity] => identity [my-account] => my-account [order-follow] => order-follow [credit-slip] => credit-slip [order] => order [search] => search [stores] => stores [guest-tracking] => guest-tracking [order-confirmation] => order-confirmation [Best sellers] => Best sellers [Brands] => Brands [Brands list] => Brands list [Our special products] => Our special products [best-sellers] => best-sellers [brands] => brands [suppliers] => suppliers ) [ShopFormsErrors] => Array ( [Invalid name] => Invalid name [Invalid format.] => Invalid format. [Format should be %s.] => Format should be %s. [Required field] => Required field [Invalid postcode - should look like "%zipcode%"] => Invalid postcode - should look like "%zipcode%" ) [ModulesDashproductsAdmin] => Array ( [Dashboard Products] => Dashboard Products [Adds a block with a table of your latest orders and a ranking of your products] => Adds a block with a table of your latest orders and a ranking of your products [Customer Name] => Customer Name [Details] => Details [Total sold] => Total sold [Net profit] => Net profit [Views] => Views [Added to cart] => Added to cart [Purchased] => Purchased [You must enable the "Save global page views" option from the "Data mining for statistics" module in order to display the most viewed products, or use the Google Analytics module.] => You must enable the "Save global page views" option from the "Data mining for statistics" module in order to display the most viewed products, or use the Google Analytics module. [Term] => Term [Results] => Results [Number of "Recent Orders" to display] => Number of "Recent Orders" to display [Number of "Best Sellers" to display] => Number of "Best Sellers" to display [Number of "Most Viewed" to display] => Number of "Most Viewed" to display [Number of "Top Searches" to display] => Number of "Top Searches" to display [Enrich your stats: display a table of your latest orders and a ranking of your products.] => Enrich your stats: display a table of your latest orders and a ranking of your products. [Products and Sales] => Products and Sales [Recent Orders] => Recent Orders [Best Sellers] => Best Sellers [Most Viewed] => Most Viewed [Top Searches] => Top Searches [Last %d orders] => Last %d orders [Top %d products] => Top %d products [From] => From [to] => to [Top %d most search terms] => Top %d most search terms ) [ModulesEmailsubscriptionShop] => Array ( [This email address is not registered.] => This email address is not registered. [An error occurred while attempting to unsubscribe.] => An error occurred while attempting to unsubscribe. [Unsubscription successful.] => Unsubscription successful. [This email address is already registered.] => This email address is already registered. [An error occurred during the subscription process.] => An error occurred during the subscription process. [A verification email has been sent. Please check your inbox.] => A verification email has been sent. Please check your inbox. [You have successfully subscribed to this newsletter.] => You have successfully subscribed to this newsletter. [This email is already registered and/or invalid.] => This email is already registered and/or invalid. [Thank you for subscribing to our newsletter.] => Thank you for subscribing to our newsletter. [Sign up for our newsletter[1][2]%conditions%[/2]] => Sign up for our newsletter[1][2]%conditions%[/2] [You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice.] => You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice. [Newsletter subscription] => Newsletter subscription [Newsletter] => Newsletter [Your e-mail] => Your e-mail ) [ModulesBlockreassuranceAdmin] => Array ( [Customer Reassurance] => Customer Reassurance [Connect with your visitors and reassure them about secure payment, free shipping or returns.] => Connect with your visitors and reassure them about secure payment, free shipping or returns. [Are you sure you want to uninstall this module?] => Are you sure you want to uninstall this module? [There was an error during the installation. Please open an issue on the PrestaShop project.] => There was an error during the installation. Please open an issue on the PrestaShop project. [There was an error during the uninstallation. Please open an issue on the PrestaShop project.] => There was an error during the uninstallation. Please open an issue on the PrestaShop project. [Block updated] => Block updated [Oops... looks like an error occurred] => Oops... looks like an error occurred [Configuration updated successfully!] => Configuration updated successfully! [Position changed successfully!] => Position changed successfully! [An error occurred when switching position] => An error occurred when switching position [An error occurred when removing block] => An error occurred when removing block. [Position] => Position [Description] => Description [Actions] => Actions [WARNING] => WARNING [Your folder %s is not readable or executable] => Your folder %s is not readable or executable [This folder needs these rights so you can upload your own images for the reassurances blocks.] => This folder needs these rights so you can upload your own images for the reassurances blocks. [Content] => Content [Display] => Display [Appearance] => Appearance [Customize Module Design] => Customize Module Design [Icon color] => Icon color [Text color] => Text color [Save] => Save [Reassurance Block] => Reassurance Block [Return] => Return [Description (optional)] => Description (optional) [Image] => Image [Modify icon] => Modify icon [or upload file] => or upload file [Choose SVG for better customization. Other allowed formats are: .gif, .jpg, .png] => Choose SVG for better customization. Other allowed formats are: .gif, .jpg, .png [Languages] => Languages [Select none] => Select none [Redirection] => Redirection [CMS page] => CMS page [Title] => Title [URL] => URL [CMS Page] => CMS Page [Block Content] => Block Content [Url link] => Url link [Activated] => Activated [Deactivated] => Deactivated [We recommend 3 blocks at maximum.] => We recommend 3 blocks at maximum. [None] => None [none] => none [Global settings] => Global settings [Product pages] => Product pages [Checkout pages] => Checkout pages [Specific position for cart page] => Specific position for cart page [Header position on all pages] => Header position on all pages [Above header] => Above header [Below header] => Below header [Footer position on all pages] => Footer position on all pages [Above footer] => Above footer [Below footer] => Below footer [Main column] => Main column [Specific position for product page] => Specific position for product page ) [AdminOrderscustomersNotification] => Array ( [For this particular customer group, prices are displayed as:] => For this particular customer group, prices are displayed as: [The message was successfully sent to the customer.] => The message was successfully sent to the customer. [A partial refund was successfully created.] => A partial refund was successfully created. [Invalid new order status] => Invalid new order status [expires on %s.] => expires on %s. [downloadable %d time(s)] => downloadable %d time(s) [Invalid order] => Invalid order [The order cannot be renewed.] => The order cannot be renewed. [You must add a minimum quantity of %d] => You must add a minimum quantity of %d [An error occurred. Your message was not sent. Please contact your system administrator.] => An error occurred. Your message was not sent. Please contact your system administrator. [Cannot create message in a new thread.] => Cannot create message in a new thread. [The message body is empty, cannot import it.] => The message is empty, cannot import it. [Invalid message content for subject: %s] => Invalid message content for subject: %s [The message content is not valid, cannot import it.] => The message content is not valid, cannot import it. [The order ID -- or the invoice order ID -- is missing.] => The order ID -- or the invoice order ID -- is missing. [No invoice was found.] => No invoice was found. [No order slips were found.] => No order slips were found. [The supply order ID is missing.] => The supply order ID is missing. [The supply order cannot be found within your database.] => The supply order cannot be found within your database. [The order invoice cannot be found within your database.] => The order invoice cannot be found within your database. [The order cannot be found within your database.] => The order cannot be found within your database. [An error occurred while deleting the details of your order return.] => An error occurred while deleting the details of your order return. [You need at least one product.] => You need at least one product. [The order return is invalid.] => The order return is invalid. [The order return content is invalid.] => The order return content is invalid. [No order return ID has been specified.] => No order return ID has been specified. [No order was found with this ID:] => No order was found with this ID: [No invoice was found with this ID:] => No invoice was found with this ID: [No cart was found with this ID:] => No cart was found with this ID: [An error has occurred: Can't save the current order's return status.] => An error has occurred: Can't save the current order's return status. [An error has occurred: Can't delete the current order's return status.] => An error has occurred: Can't delete the current order's return status. [Direct link] => Direct link [There is no status defined for this order.] => There is no status defined for this order. [[Generated] CartRule for Free Shipping] => [Generated] CartRule for Free Shipping [Order history email could not be sent, test your email configuration in the Advanced Parameters > E-mail section of your back office.] => Order history email could not be sent, test your email configuration in the Advanced Parameters > E-mail section of your back office. [No delivery slip was found for this period.] => No delivery slip was found for this period. [I want my customers to be able to register again with the same email address. All data will be removed from the database.] => I want my customers to be able to register again with the same email address. All data will be removed from the database. [I do not want my customer(s) to register again with the same email address. All selected customer(s) will be removed from this list but their corresponding data will be kept in the database.] => I do not want my customer(s) to register again with the same email address. All selected customer(s) will be removed from this list but their corresponding data will be kept in the database. [An account already exists for this email address:] => An account already exists for this email address: [This customer does not exist.] => This customer does not exist. [A default customer group must be selected in group box.] => A default customer group must be selected in group box. [This email address is not registered.] => This email address is not registered. [This customer already exists as a non-guest.] => This customer already exists as a non-guest. [An error occurred while updating customer information.] => An error occurred while updating customer information. [Merchandise return not found.] => Merchandise return not found. [An error occurred while trying to update merchandise return.] => An error occurred while trying to update merchandise return. [An order message with the same name already exists in %s.] => An order message with the same name already exists in %s. [No order slips were found for this period.] => No order slips were found for this period. [You have to select a shop before creating new orders.] => You have to select a shop before creating new orders. [A standard refund was successfully created.] => A standard refund was successfully created. [The product was successfully returned.] => The product was successfully returned. [This product is out of stock:] => This product is out of stock: [An error occurred while sending an email to the customer.] => An error occurred while sending an email to the customer. [The email was sent to your customer.] => The email was sent to your customer. [Product search phrase must not be an empty string.] => Product search phrase must not be an empty string. [You cannot edit the cart once the order delivered.] => You cannot edit the cart once the order delivered. [Order #%d cannot be loaded.] => Order #%d cannot be loaded. [An error occurred while sending the e-mail to the customer.] => An error occurred while sending the e-mail to the customer. [Only numbers and decimal points (".") are allowed in the amount fields, e.g. 10.50 or 1050.] => Only numbers and decimal points (".") are allowed in the amount fields, e.g. 10.50 or 1050. [Percent value must be greater than 0.] => Percent value must be greater than 0. [Percent value cannot exceed 100.] => Percent value cannot exceed 100. [Amount value must be greater than 0.] => Amount value must be greater than 0. [Discount value cannot exceed the total price of this order.] => Discount value cannot exceed the total price of this order. [Shipping discount value cannot exceed the total price of this order.] => Shipping discount value cannot exceed the total price of this order. [Please enter a maximum quantity of [1].] => Please enter a maximum quantity of [1]. [Please select at least one product.] => Please select at least one product. [Please enter a positive amount.] => Please enter a positive amount. [Please generate at least one credit slip or voucher.] => Please generate at least one credit slip or voucher. [You must choose a payment module to create the order.] => You must choose a payment module to create the order. [You must choose an order status to create the order.] => You must choose an order status to create the order. [The order message given is invalid.] => The order message given is invalid. [Only numbers and decimal points (".") are allowed in the amount fields of the payment block, e.g. 10.50 or 1050.] => Only numbers and decimal points (".") are allowed in the amount fields of the payment block, e.g. 10.50 or 1050. [The selected payment method is invalid.] => The selected payment method is invalid. [An error occurred while changing the status for order #%d, or we were unable to send an email to the customer.] => An error occurred while changing the status for order #%d, or we were unable to send an email to the customer. [Order #%d has already been assigned this status.] => Order no. %d has already been assigned this status. [Please enter a positive value] => Please enter a positive value. [No invoice has been found for this status.] => No invoice has been found for this status. [Invalid invoice number.] => Invalid invoice number. [Invalid "From" date] => Invalid "From" date [Invalid "To" date] => Invalid "To" date [No invoice has been found for this period.] => No invoice has been found for this period. [You must select at least one order status.] => You must select at least one order status. [No cart is available] => No cart is available [A registered customer account using the defined email address already exists. ] => A registered customer account using the defined email address already exists. [There are two ways of deleting a customer. Please choose your preferred method.] => There are two ways of deleting a customer. Please choose your preferred method. [How do you want to delete the selected customers?] => How do you want to delete the selected customers? [You have to select a shop if you want to create a customer.] => You have to select a shop if you want to create a customer. [You must add at least one address to process the order.] => You must add at least one address to process the order. [No products found] => No products found [Searching for products] => Searching for products. [The prices are without taxes.] => The prices are without taxes. [No customers found] => No customers found [Searching for customers] => Searching for customers. [No carrier can be applied to this order] => No carrier can be applied to this order [This value must include taxes.] => This value must include taxes. [Please note that carrier change will not recalculate your shipping costs, if you want to change this please visit Shop Parameters > Order Settings] => Please note that carrier change will not recalculate your shipping costs, if you want to change this please visit Shop Parameters > Order Settings [Are you sure you want to create a new invoice?] => Are you sure you want to create a new invoice? [There is no available document] => There is no available document [Are you sure you want to edit this product price? It will be applied to all invoices of this order.] => Are you sure you want to edit this product price? It will be applied to all invoices of this order. [Are you sure you want to edit this product price? It will be applied to all identical products in this order.] => Are you sure you want to edit this product price? It will be applied to all identical products in this order. [No merchandise returned yet] => No merchandise returned yet [Merchandise returns are not applicable for virtual orders] => Merchandise returns are not applicable for virtual orders. [Do you want to overwrite your existing message?] => Do you want to overwrite your existing message? [paid instead of] => paid instead of [This warning also concerns order:] => This warning also concerns order: [This warning also concerns the following orders:] => This warning also concerns the next orders: [For this customer group, prices are displayed as: [1]%tax_method%[/1]] => For this customer group, prices are displayed as: [1]%tax_method%[/1] [Merchandise returns are disabled] => Merchandise returns are disabled [Error. You cannot refund a negative amount.] => Error. You cannot refund a negative amount. ) [ModulesNewproductsAdmin] => Array ( [New products block] => New products block [Displays a block featuring your store's newest products.] => Displays a block featuring your store's newest products. [Please complete the "products to display" field.] => Please complete the "products to display" field. [Invalid number.] => Invalid number. [Products to display] => Products to display [Define the number of products to be displayed in this block.] => Define the number of products to be displayed in this block. [Number of days for which the product is considered 'new'] => Number of days for which the product is considered 'new' [Highlight your store's newest products, display a block on the homepage and let the visitors know about your latest news.] => Highlight your store's newest products, display a block on the homepage and let visitors know about your latest news. ) [ModulesStatsnewsletterAdmin] => Array ( [Enrich your stats, display a graph showing newsletter registrations.] => Enrich your stats, display a graph showing newsletter registrations. [Customer registrations:] => Customer registrations: [Visitor registrations: ] => Visitor registrations: [Both:] => Both: [CSV Export] => CSV Export [The %s module must be installed.] => The %s module must be installed. [Newsletter statistics] => Newsletter statistics ) [ShopNotificationsWarning] => Array ( [You cannot place a new order from your country (%s).] => You cannot place a new order from your country (%s). [You cannot return merchandise with a guest account.] => You cannot return merchandise with a guest account. [If you have just placed an order, it may take a few minutes for it to be validated. Please refresh this page if your order is missing.] => If you have just placed an order, it may take a few minutes for it to be validated. Please refresh this page if your order is missing. [You must wait for confirmation before returning any merchandise.] => You must wait for confirmation before returning any merchandise. [This product is not visible to your customers.] => This product is not visible to your customers. [You do not have any vouchers.] => You do not have any vouchers. [You have not placed any orders.] => You have not placed any orders. [You have not received any credit slips.] => You have not received any credit slips. ) [AdminActions] => Array ( [Uninstall] => Uninstall [Validate] => Validate [Save and stay] => Save and stay [Generate] => Generate [Choose] => Choose [-- Choose --] => -- Choose -- [Select all] => Select all [Unselect all] => Unselect all [Display] => Display [View] => View [Import] => Import [Back to] => Back to [Disable] => Disable [Translate] => Translate [Print out] => Print out [Remove] => Remove [Reset] => Reset [and stay] => and stay [Apply] => Apply [See more] => See more [Hide warning] => Hide warning [Search] => Search [Add current page to Quick Access] => Add current page to Quick Access [Choose language:] => Choose language: [Close] => Close [Install] => Install [Edit: %s] => Edit: %s [Check All] => Check All [Uncheck All] => Uncheck All [Find a category] => Find a category [Collapse all] => Collapse all [Expand all] => Expand all [Check all] => Check all [Uncheck all] => Uncheck all [Finish] => Finish [Delete selected items?] => Delete selected items? [Delete selected] => Delete selected [Add new menu] => Add new menu [Show or hide menu.] => Show or hide menu. [Enable selection] => Enable selection [Disable selection] => Disable selection [Save] => Save [Configure] => Configure [Refresh] => Refresh [Continue] => Continue [Sort] => Sort [Sort order] => Sort order [Display email address] => Display email address [Export .CSV file] => Export .CSV file [Cancel] => Cancel [Choose a file] => Choose a file [Edit] => Edit [Delete] => Delete [Add new] => Add new [Add] => Add [Search address] => Search address [Search file name] => Search file name [Search file size] => Search file size [Search value] => Search value [Search color] => Search color [Search ID] => Search ID [Search name] => Search name [Search position] => Search position [Search country] => Search country [Search call prefix] => Search call prefix [Search zones] => Search zones [Search language] => Search language [Search employee] => Search employee [Search message] => Search message [Search email] => Search email [Search first name] => Search first name [Search last name] => Search last name [Search ISO code] => Search ISO code [Search code] => Search code [Search date format] => Search date format [Search post code] => Search post code [Search city] => Search city [Search order ID] => Search order ID [Search reference] => Search reference [Search description] => Search description [Search total] => Search total [Search payment] => Search payment [Search template] => Search template [Search company] => Search company [Search customer] => Search customer [Duplicate product] => Duplicate product [Activating %total% products] => Activating %total% products [Activating %done% / %total% products] => Activating %done% / %total% products [Deactivating %total% products] => Deactivating %total% products [Deactivating %done% / %total% products] => Deactivating %done% / %total% products [Duplicating %total% products] => Duplicating %total% products [Duplicating %done% / %total% products] => Duplicating %done% / %total% products [Deleting %total% products] => Deleting %total% products [Deleting %done% / %total% products] => Deleting %done% / %total% products [Stop processing] => Stop processing [%error_count% errors occurred. You can download the logs for future reference.] => %error_count% errors occurred. You can download the logs for future reference. [Back to processing] => Back to processing [Download error log] => Download error log [View %error_count% error logs] => View %error_count% error logs [Delete from store] => Delete from store [Delete from group] => Delete from group [Enable for group] => Enable for group [Disable for group] => Disable for group [Duplicate group] => Duplicate group [Enable on all stores] => Enable on all stores [Disable on all stores] => Disable on all stores [Duplicate all stores] => Duplicate all stores [Activate selection for current store] => Activate selection for current store [Deactivate selection for current store] => Deactivate selection for current store [Duplicate selection for current store] => Duplicate selection for current store [Delete selection for current store] => Delete selection for current store [Activate selection for group] => Activate selection for group [Deactivate selection for group] => Deactivate selection for group [Duplicate selection for group] => Duplicate selection for group [Delete selection for group] => Delete selection for group [Activate selection for all stores] => Activate selection for all stores [Deactivate selection for all stores] => Deactivate selection for all stores [Duplicate selection for all stores] => Duplicate selection for all stores [Delete selection for all stores] => Delete selection for all stores [Activate selection for associated stores] => Activate selection for associated stores [Deactivate selection for associated stores] => Deactivate selection for associated stores [Duplicate selection for associated stores] => Duplicate selection for associated stores [Delete selection for associated stores] => Delete selection for associated stores [Search key] => Search key [Export to SQL manager] => Export to SQL manager [Search zone] => Search zone [Add new authorized app] => Add new authorized app [Add new API access] => Add new API access [New product] => New product [Add tag] => Add tag [Order by] => Order by [View customer details] => View customer details [View order details] => View order details [Replace selection] => Replace selection [Close window] => Close window [Close (esc)] => Close (esc) [Toggle Fullscreen] => Toggle Fullscreen [Zoom in/out] => Zoom in/out [Previous (arrow left)] => Previous (arrow left) [Next (arrow right)] => Next (arrow right) [Download image] => Download image [Zoom on selection] => Zoom on selection [[1]Manage default settings[/1]] => [1]Manage default settings[/1] [All carriers] => All carriers [Only selected carriers] => Only selected carriers [Change password...] => Change password... [Done] => Done [Confirm] => Confirm [Go] => Go [Browse] => Browse [Download] => Download [Back to list] => Back to list [Use] => Use [Change] => Change [Read more] => Read more [Enable] => Enable [Load] => Load [All] => All [Export] => Export [Edit: %name%] => Edit: %name% [Preview] => Preview [Learn more] => Learn more [Edit: %value%] => Edit: %value% [Enable debug mode] => Enable debug mode [Back to previous page] => Back to previous page [Learn more about debug mode] => Learn more about debug mode [Save and preview] => Save and preview [Generate emails] => Generate emails [Back to configuration] => Back to configuration [Translate emails] => Translate emails [Choose layouts] => Choose layouts [Show] => Show [Update] => Update [Restore] => Restore [Copy] => Copy [Modify] => Modify [Try again] => Try again [See less] => See less [Sort by] => Sort by [Go to maintenance page] => Go to maintenance page [Upgrade] => Upgrade [Upgrade anyway] => Upgrade anyway [Configure URL] => Configure URL [Delete selection] => Delete selection [Activate selection] => Activate selection [Deactivate selection] => Deactivate selection [Duplicate selection] => Duplicate selection [Clear filter] => Clear filter [Filter by categories] => Filter by categories [Unselect] => Unselect [Expand] => Expand [Collapse] => Collapse [Show SQL query] => Show SQL query [Export to SQL Manager] => Export to SQL Manager [Duplicate] => Duplicate [Reorder] => Reorder [Save & refresh] => Save & refresh [Rearrange] => Rearrange [Create] => Create [Check / Uncheck all] => Check / Uncheck all [Delete this file] => Delete this file [Download file] => Download file [Save image settings] => Save image settings [Close and refresh] => Close and refresh [Filter by:] => Filter by: [Clear filter|Clear %filtersNb% filters] => Clear filter|Clear %filtersNb% filters [Discard] => Discard [Clear filter|Clear {filtersNb} filters] => Clear filter|Clear {filtersNb} filters [Select results on this page (%combinations_number%)] => Select results on this page (%combinations_number%) [Select all results (%combinations_number%)] => Select all results (%combinations_number%) [Save and publish] => Save and publish [Send] => Send [Choose file(s)] => Choose file(s) [Shipping] => Shipping [Select] => Select [Select another address] => Select another address [View full details] => View full details [Edit existing address] => Edit existing address [View pack content] => View pack content [Add my IP] => Add my IP [Confirm this action] => Confirm this action ) [AdminDesignFeature] => Array ( [Move images] => Move images [Regenerate thumbnails] => Regenerate thumbnails [Select an image] => Select an image [Select a format] => Select a format [Erase previous images] => Erase previous images [Transplant a module] => Transplant a module [Transplant to] => Transplant to [Available hooks] => Available hooks [Already registered hooks] => Already registered hooks [Exceptions] => Exceptions [Full width] => Full width [Three columns] => Three columns [Two columns, small left column] => Two columns, small left column [Two columns, small right column] => Two columns, small right column [No side columns, ideal for distraction-free pages such as product pages.] => No side columns, ideal for distraction-free pages such as product pages. [One large central column and 2 side columns.] => One large central column and 2 side columns. [Two columns with a small left column.] => Two columns with a small left column. [Two columns with a small right column.] => Two columns with a small right column. [Images generation options] => Images generation options [Image format] => Image format [Use JPEG.] => Use JPEG. [Use PNG only if the base image is in PNG format.] => Use PNG only if the base image is in PNG format. [Use PNG for all images.] => Use PNG for all images. [Use WebP only if the base image is in WebP format.] => Use WebP only if the base image is in WebP format. [Use WebP for all images.] => Use WebP for all images. [JPEG compression] => JPEG compression [PNG compression] => PNG compression [WebP compression] => WebP compression [Generate images based on one side of the source image] => Generate images based on one side of the source image [Automatic (longest side)] => Automatic (longest side) [Maximum file size of product customization pictures] => Maximum file size of product customization pictures [bytes] => bytes [Product picture width] => Product picture width [pixels] => pixels [Product picture height] => Product picture height [Generate high resolution images] => Generate high resolution images [Use the legacy image filesystem] => Use the legacy image filesystem [Image type] => Image type [Name for the image type] => Name for the image type [Add new image type] => Add new image type [Image formats to generate] => Image formats to generate [Base JPEG/PNG] => Base JPEG/PNG [WebP] => WebP [AVIF] => AVIF [Base format] => Base format [Use JPEG] => Use JPEG [Use PNG only if the base image is in PNG format] => Use PNG only if the base image is in PNG format [Use PNG] => Use PNG [AVIF compression] => AVIF compression [Regenerate] => Regenerate [Are you sure you want to delete this image setting?] => Are you sure you want to delete this image setting? [___________ CUSTOM ___________] => ___________ CUSTOM ___________ [____________ CORE ____________] => ____________ CORE ____________ [Admin modules controller] => Admin modules controller [Front modules controller] => Front modules controller [Pages] => Pages [Pages in category "%name%"] => Pages in category "%name%" [Preview Theme %s] => Preview Theme %s [Test email %template%] => Test email %template% [Parent category] => Parent category [Page category] => Page category [Only letters and the hyphen (-) character are allowed.] => Only letters and the hyphen (-) character are allowed. [Page content] => Page content [Indexation by search engines] => Indexation by search engines [Zip file] => Zip file [Archive URL] => Archive URL [Select the archive] => Select the archive [CMS Category] => CMS Category [Select your default email theme] => Select your default email theme [Generate emails] => Generate emails [Select your email theme] => Select your email theme [Select the theme you want to overwrite] => Select the theme you want to overwrite [Overwrite templates] => Overwrite templates [List %theme% layouts] => List %theme% layouts [Raw HTML] => Raw HTML [Text] => Text [Email themes] => Email themes [Designed by %s] => Designed by %s [Delete this theme?] => Delete this theme? [Configure your page layouts] => Configure your page layouts [Each page can use a different layout, choose it among the layouts bundled in your theme.] => Each page can use a different layout, choose it among the layouts bundled in your theme. [Choose layouts] => Choose layouts [Reset to defaults] => Reset to defaults [Header logo] => Header logo [Mail logo] => Mail logo [Invoice logo] => Invoice logo [Favicon] => Favicon [Favicon image] => Favicon image [Adaptation to Right-to-Left languages] => Adaptation to Right-to-Left languages [Generate RTL stylesheet] => Generate RTL stylesheet [Theme to adapt] => Theme to adapt [Use this theme?] => Use this theme? [Import from your computer] => Import from your computer [Import from the web] => Import from the web [Import from FTP] => Import from FTP [Theme] => Theme [Add new theme] => Add new theme [Export current theme] => Export current theme [My current theme] => My current theme [Use this theme] => Use this theme [My theme for %name% shop] => My theme for %name% shop [1 module selected] => 1 module selected [modules selected] => modules selected [Unhook the selection] => Unhook the selection [All modules] => All modules [Search for a hook] => Search for a hook [Display non-positionable hooks] => Display non-positionable hooks [Unhook] => Unhook ) [AdminStatsNotification] => Array ( [Module not found] => Module not found [Please select a module from the left column.] => Please select a module from the left column. [The specified date is invalid.] => The specified date is invalid. ) [AdminDesignHelp] => Array ( [By default, all images settings are already installed in your store. Do not delete them, you will need it!] => By default, all images settings are already installed in your store. Do not delete them, you will need it! [Select "No" only if your server timed out and you need to resume the regeneration.] => Select "No" only if your server timed out and you need to resume the regeneration. [Please select a module] => Please select a module [Select a module above before choosing from available hooks] => Select a module above before choosing from available hooks [Please specify the files for which you do not want the module to be displayed.] => Please specify the files for which you do not want the module to be displayed. [Please input each filename, separated by a comma (",").] => Please input each filename, separated by a comma (","). [You can also click the filename in the list below, and even make a multiple selection by keeping the Ctrl key pressed while clicking, or choose a whole range of filename by keeping the Shift key pressed while clicking.] => You can also click the filename in the list below, and even make a multiple selection by keeping the Ctrl key pressed while clicking, or choose a whole range of filename by keeping the Shift key pressed while clicking. [JPEG images have a small file size and standard quality. PNG images have a larger file size, a higher quality and support transparency. Note that in all cases the image files will have the .jpg extension.] => JPEG images have a small file size and standard quality. PNG images have a larger file size, a higher quality and support transparency. Note that in all cases the image files will have the .jpg extension. [WARNING: This feature may not be compatible with your theme, or with some of your modules. In particular, PNG mode is not compatible with the Watermark module. If you encounter any issues, turn it off by selecting "Use JPEG".] => WARNING: This feature may not be compatible with your theme, or with some of your modules. In particular, PNG mode is not compatible with the Watermark module. If you encounter any issues, turn it off by selecting "Use JPEG". [Ranges from 0 (worst quality, smallest file) to 100 (best quality, biggest file).] => Ranges from 0 (worst quality, smallest file) to 100 (best quality, biggest file). [Recommended: 90.] => Recommended: 90. [PNG compression is lossless: unlike JPG, you do not lose image quality with a high compression ratio. However, photographs will compress very badly.] => PNG compression is lossless: unlike JPG, you do not lose image quality with a high compression ratio. However, photographs will compress very badly. [Ranges from 0 (biggest file) to 9 (smallest file, slowest decompression).] => Ranges from 0 (biggest file) to 9 (smallest file, slowest decompression). [Recommended: 7.] => Recommended: 7. [Recommended: %d.] => Recommended: %d. [The maximum file size of pictures that customers can upload to customize a product (in bytes).] => The maximum file size of pictures that customers can upload to customize a product (in bytes). [Width of product customization pictures that customers can upload (in pixels).] => Width of product customization pictures that customers can upload (in pixels). [Height of product customization pictures that customers can upload (in pixels).] => Height of product customization pictures that customers can upload (in pixels). [This will generate an additional file for each image (thus doubling your total amount of images). Resolution of these images will be twice higher.] => This will generate an additional file for each image (thus doubling your total amount of image files). Resolution of these images will be twice higher. [Enable to optimize the display of your images on high pixel density screens.] => Enable to optimize the display of your images on high pixel density screens. [This should be set to yes unless you successfully moved images in "Images" page under the "Preferences" menu.] => This should be set to yes unless you successfully moved images in "Images" page under the "Preferences" menu. [Letters, underscores and hyphens only (e.g. "small_custom", "cart_medium", "large", "thickbox_extra-large").] => Letters, underscores and hyphens only (e.g. "small_custom", "cart_medium", "large", "thickbox_extra-large"). [Maximum image width in pixels.] => Maximum image width in pixels. [Maximum image height in pixels.] => Maximum image height in pixels. [This type will be used for Product images.] => This type will be used for Product images. [This type will be used for Category images.] => This type will be used for Category images. [This type will be used for Brand images.] => This type will be used for Brand images. [This type will be used for Supplier images.] => This type will be used for Supplier images. [This type will be used for Store images.] => This type will be used for Store images. [Choose which image formats you want to be generated. Base image will always have .jpg extension, other formats will have .webp or .avif.] => Choose which image formats you want to be generated. Base image will always have .jpg extension, other formats will have .webp or .avif. [E.g. address, addresses, attachment] => E.g. address, addresses, attachment [Used in the h1 page tag, and as the default title tag value.] => Used in the h1 page tag, and as the default title tag value. [Used to override the title tag value. If left blank, the default title value is used.] => Used to override the title tag value. If left blank, the default title value is used. [Browse your computer files and select the Zip file for your new theme.] => Browse your computer files and select the Zip file for your new theme. [Indicate the complete URL to an online Zip file that contains your new theme. For instance, "http://example.com/files/theme.zip".] => Indicate the complete URL to an online Zip file that contains your new theme. For instance, "http://example.com/files/theme.zip". [This selector lists the Zip files that you uploaded in the '/themes' folder.] => This selector lists the Zip files that you uploaded in the '/themes' folder. [Create meaningful content] => Create meaningful content [Because it is not just selling products but also creating a universe, build pages to tell stories and catch your visitors’ interest, to turn them into loyal customers.] => Because it is not just selling products but also creating a universe, build pages to tell stories and catch your visitors’ interest, to turn them into loyal customers. [Add new page category] => Add new page category [Add new page] => Add new page [This won't regenerate email templates, it only sets the default email theme for future generation (when a language is installed for example).] => This won't regenerate email templates, it only sets the default email theme for future generation (when a language is installed for example). [PrestaShop's email templates are stored in the "mails" folder, but they can be overridden by your current theme's own "mails" folder. Using this option enables to overwrite emails from your current theme.] => PrestaShop's email templates are stored in the "mails" folder, but they can be overridden by your current theme's own "mails" folder. Using this option enables to overwrite emails from your current theme. [No emails were detected in any theme folder so this field is disabled.] => No emails were detected in any theme folder so this field is disabled. [By default, existing email template files are not modified to avoid deleting any modification you may have done. Enable this option to force the overwrite.] => By default, existing email template files are not modified to avoid deleting any modification you may have done. Enable this option to force the overwrite. [Will appear on your main page. Recommended size for the default theme: height %height% and width %width%.] => Will appear on your main page. Recommended size for the default theme: height %height% and width %width%. [Will appear on email headers. If undefined, the header logo will be used.] => Will appear on email headers. If undefined, the header logo will be used. [Will appear on invoice headers.] => Will appear on invoice headers. [Warning: if no invoice logo is available, the main logo will be used instead.] => Warning: if no invoice logo is available, the main logo will be used instead. [It is the small icon that appears in browser tabs, next to the title.] => It is the small icon that appears in browser tabs, next to the title. [Use our [1]favicon generator on PrestaShop Marketplace[/1] to boost your brand image!] => Use our [1]favicon generator on PrestaShop Marketplace[/1] to boost your brand image! [Be careful! Please check your theme in an RTL language before generating the RTL stylesheet: your theme could be already adapted to RTL. Once you enable the "%generate_rtl_label%" option, any RTL-specific file that you might have added to your theme might be deleted by the created stylesheet.] => Be careful! Please check your theme in an RTL language before generating the RTL stylesheet: your theme could be already adapted to RTL. Once you enable the "%generate_rtl_label%" option, any RTL-specific file that you might have added to your theme might be deleted by the created stylesheet. [You must select a shop from the above list if you wish to choose a theme.] => You must select a shop from the above list if you wish to choose a theme. [You are editing this page for a specific shop or group. Click "%yes_label%" to check all fields, "%no_label%" to uncheck all.] => You are editing this page for a specific shop or group. Click "%yes_label%" to check all fields, "%no_label%" to uncheck all. [If you check a field, change its value, and save, the multistore behavior will not apply to this shop (or group), for this particular parameter.] => If you check a field, change its value, and save, the multistore behavior will not apply to this store (or group), for this particular parameter. ) [ModulesViewedproductAdmin] => Array ( [Viewed products block] => Viewed products block [Display a kind of showcase on your product pages with recently viewed products.] => Display a kind of showcase on your product pages with recently viewed products. [You must fill in the 'Products displayed' field.] => You must fill in the 'Products displayed' field. [Invalid number.] => Invalid number. [Products to display] => Products to display [Define the number of products displayed in this block.] => Define the number of products displayed in this block. ) [ModulesProductcommentsAdmin] => Array ( [Valid for the entire catalog] => Valid for the entire catalog [Restricted to some categories] => Restricted to some categories [Restricted to some products] => Restricted to some products [Product Comments] => Product Comments [Allow users to post reviews on your products and/or rate them based on specific criteria.] => Allow users to post reviews on your products and/or rate them based on specific criteria. [Settings updated] => Settings updated [The criterion cannot be saved] => The criterion cannot be saved [Criterion deleted] => Criterion deleted [Configuration] => Configuration [All reviews must be validated by an employee] => All reviews must be validated by an employee [Yes] => Yes [No] => No [Allow guest reviews] => Allow guest reviews [Enable upvotes / downvotes on reviews] => Enable upvotes / downvotes on reviews [Anonymize the user's last name] => Anonymize the user's last name [Display only initials, e.g. John D.] => Display only initials, e.g. John D. [Minimum time between 2 reviews from the same user] => Minimum time between 2 reviews from the same user [Number of comments per page] => Number of comments per page [Save] => Save [Reviews waiting for approval] => Reviews waiting for approval [Reported Reviews] => Reported Reviews [Approve] => Approve [Not abusive] => Not abusive [ID] => ID [Name] => Name [Type] => Type [Status] => Status [Add New Criterion] => Add New Criterion [Review Criteria] => Review Criteria [Approved Reviews] => Approved Reviews [Review title] => Review title [Review] => Review [Rating] => Rating [Author] => Author [Product] => Product [Time of publication] => Time of publication [Criterion will be restricted to the following categories] => Criterion will be restricted to the following categories [Mark the boxes of categories to which this criterion applies.] => Mark the boxes of categories to which this criterion applies. [Selected] => Selected [Collapse All] => Collapse All [Expand All] => Expand All [Check All] => Check All [Uncheck All] => Uncheck All [Add new criterion] => Add new criterion [Criterion name] => Criterion name [Maximum length: %s characters] => Maximum length: %s characters [Application scope of the criterion] => Application scope of the criterion [The criterion will be restricted to the following products] => The criterion will be restricted to the following products [Active] => Active [The comment cannot be deleted] => The comment cannot be deleted [Criterion cannot be deleted] => Criterion cannot be deleted [Product Name] => Product Name ) [ModulesStatssearchAdmin] => Array ( [Shop search] => Shop search [Enrich your stats, add a tab showing what keywords have been searched by your visitors.] => Enrich your stats, add a tab showing what keywords have been searched by your visitors. [Keywords] => Keywords [Occurrences] => Occurrences [Results] => Results [CSV Export] => CSV Export [Cannot find any keywords that have been searched for more than once.] => Cannot find any keywords that have been searched for more than once. [Top 10 keywords] => Top 10 keywords [Others] => Others ) [ModulesStatsbestmanufacturersAdmin] => Array ( [Total paid] => Total paid [Best brands] => Best brands [Adds a list of the best brands to the Stats dashboard.] => Adds a list of the best brands to the Stats dashboard. [Enrich your stats: add a list of the best-selling brands to your dashboard.] => Enrich your stats: add a list of the best-selling brands to your dashboard. ) [AdminGlobal] => Array ( [Logo] => Logo [Amount] => Amount [Product] => Product [Tax excluded] => Tax excluded [Tax included] => Tax included [Value] => Value [From] => From [To] => To [Actions] => Actions [Hour] => Hour [Status] => Status [Description] => Description [Code] => Code [Priority] => Priority [Brands] => Brands [Suppliers] => Suppliers [Attributes] => Attributes [Selected] => Selected [Unselected] => Unselected [Stock] => Stock [Discounts] => Discounts [Unit price] => Unit price [Zone] => Zone [result(s)] => result(s) [Email] => Email [Subject:] => Subject: [Day] => Day [Month] => Month [Year] => Year [Discount] => Discount [Password] => Password [Email address] => Email address [Forgot your password?] => Forgot your password? [Next] => Next [Bulk actions] => Bulk actions [Module] => Module [Quantity] => Quantity [Action] => Action [Category] => Category [Supplier] => Supplier [Brand] => Brand [Attribute] => Attribute [Features] => Features [Type] => Type [or] => or [and] => and [Feature] => Feature [Reference] => Reference [Products] => Products [All] => All [Shop group] => Store group [Store] => Store [Total] => Total [Messages] => Messages [Options] => Options [Back] => Back [Modules] => Modules [Carts] => Carts [Catalog] => Catalog [Invoices] => Invoices [All stores] => All stores [From:] => From: [Total:] => Total: [All shops] => All shops [Help] => Help [Default] => Default [Miscellaneous] => Miscellaneous [(tax excl.)] => (tax excl.) [Drop-down list] => Drop-down list [Radio buttons] => Radio buttons [Values] => Values [MultiStore] => MultiStore [Previous] => Previous [No tax] => No tax [No Tax] => No Tax [Invalid characters:] => Invalid characters: [30 day] => 30 day [30 days] => 30 days [Date of birth] => Date of birth [Last name] => Last name [First name] => First name [Social title] => Social title [Stores] => Stores [Width] => Width [Height] => Height [Customers] => Customers [Depth] => Depth [Mobile] => Mobile [Dashboard] => Dashboard [?] => ? [Birth date] => Birth date [Search results] => Search results [Company] => Company [Countries] => Countries [All currencies] => All currencies [All groups] => All groups [Calendar] => Calendar [To:] => To: [Week] => Week [Never] => Never [Fax] => Fax [Note] => Note [Phone] => Phone [Zip/Postal code] => Zip/Postal code [DNI] => DNI [Class] => Class [Menus] => Menus [Home] => Home [Parent] => Parent [30 Days] => 30 Days [Abandoned Carts] => Abandoned Carts [Configuration] => Configuration [Configure] => Configure [Tax excl.] => Tax excl. [Orders] => Orders [Sales] => Sales [Conversion Rate] => Conversion Rate [Visits] => Visits [Settings updated.] => Settings updated. [By name] => By name [By position] => By position [Descending] => Descending [Ascending] => Ascending [Lastname] => Lastname [Firstname] => Firstname [Gender] => Gender [Enabled] => Enabled [Disabled] => Disabled [Yes] => Yes [No] => No [None] => None [Name] => Name [Categories] => Categories [ID] => ID [Pages] => Pages [Meta title] => Meta title [URL] => URL [Maximum image size: %s.] => Maximum image size: %s. [Shop] => Store [Shop association] => Shop association [Hook] => Hook [Delete] => Delete [Link] => Link [Label] => Label [Save] => Save [Last Name] => Last Name [First Name] => First Name [CSV Export] => CSV Export [Displaying %1$s of %2$s] => Displaying %1$s of %2$s [Quantity sold] => Quantity sold [Edit] => Edit [images] => images [Available quantity for sale] => Available quantity for sale [Item] => Item [Images] => Images [Settings updated] => Settings updated [Average price] => Average price [Percentage] => Percentage [customers] => customers [Guide] => Guide [Filter] => Filter [Products bought:] => Products bought: [All countries] => All countries [Today] => Today [All Time] => All Time [Average Order Value] => Average Order Value [Tax incl.] => Tax incl. [%firstname% %lastname%] => %firstname% %lastname% [Hours] => Hours [Days] => Days [Text] => Text [Percent] => Percent [(deleted)] => (deleted) [Size] => Size [API access state] => API access state [Filename] => Filename [PDF] => PDF [Customer thread] => Customer thread [Private] => Private [Last message] => Last message [Shop context] => Shop context [In transit] => In transit [Delete from store] => Delete from store [Search title] => Search title [Mobile Phone] => Mobile Phone [%s: %s] => %s: %s [Always] => Always [Enable gravatar] => Enable gravatar [Avatar] => Avatar [Resource] => Resource [Display error page with 404 response] => Display error page with 404 response [Display error page with 410 response] => Display error page with 410 response [Display product as discontinued with 200 response] => Display product as discontinued with 200 response [Display product as discontinued with 404 response] => Display product as discontinued with 404 response [Display product as discontinued with 410 response] => Display product as discontinued with 410 response [-] => - [,] => , [Required] => Required [All customers] => All customers [%] => % [New] => New [Existing] => Existing [Format: 2011-12-31 (inclusive).] => Format: 2011-12-31 (inclusive). [tax incl.] => tax incl. [Allowed special characters: %allowed_characters%] => Allowed special characters: %allowed_characters% [Cancel] => Cancel [Apply changes to all associated stores] => Apply changes to all associated stores [Not Required] => Not Required [YYYY-MM-DD HH:mm:ss] => YYYY-MM-DD HH:mm:ss [Apply to:] => Apply to: [Apply to all customers] => Apply to all customers [All combinations] => All combinations [Date & Time] => Date & Time [Start date] => Start date [YY-MM-DD] => YY-MM-DD [End date] => End date [Add or subtract items] => Add or subtract items [No records found] => No records found [Active] => Active [Inactive] => Inactive [Deleted customer] => Deleted customer [Settings] => Settings [View] => View [Meta keywords] => Meta keywords [Meta description] => Meta description [General] => General [Processing...] => Processing... [%inputId% Minimum Input] => %inputId% Minimum Input [%inputId% Maximum Input] => %inputId% Maximum Input [Not filtered] => Not filtered [Equals] => Equals [Below] => Below [Above] => Above [Inside range] => Inside range [Version] => Version [Multistore] => Multistore [Page] => Page [Layout] => Layout [Selection] => Selection [Currencies] => Currencies [Example] => Example [Language] => Language [Languages] => Languages [Advanced] => Advanced [Taxes] => Taxes [Bulk Actions] => Bulk actions [Customized] => Customized [Inherited] => Inherited [No results found for] => No results found for [Searching for] => Searching for [Edit color] => Edit color [Disable %product_name% input] => Disable %product_name% input [Enable %product_name% input] => Enable %product_name% input [N/A] => N/A [Quick navigation] => Quick navigation [Price] => Price [Position] => Position [Image] => Image [Min] => Min [Max] => Max [%inputId% select] => %inputId% select [%inputId% input] => %inputId% input [SQL query] => SQL query [Online] => Online [Offline] => Offline [to] => to [For] => For [Customer] => Customer [Currency] => Currency [Period] => Period [Country] => Country [Group] => Group [Are you sure you want to delete the selected item(s)?] => Are you sure you want to delete the selected item(s)? [File] => File [Friendly URL] => Friendly URL [Displayed] => Displayed [SEO preview] => SEO preview [Here is a preview of how your page will appear in search engine results.] => Here is a preview of how your page will appear in search engine results. [Store association] => Store association [Performance] => Performance [State] => State [Address] => Address [Address (2)] => Address (2) [City] => City [Other] => Other [Mobile phone] => Mobile phone [Home phone] => Home phone [tax excl.] => tax excl. [Units] => Units [Generate combinations for all stores] => Generate combinations for all stores [Unlimited] => Unlimited [Duration] => Duration [Specific price deletion] => Specific price deletion [Are you sure you want to delete this specific price?] => Are you sure you want to delete this specific price? [Edit specific price] => Edit specific price [Groups] => Groups [Newsletter] => Newsletter [Social Title] => Social Title [Subject] => Subject [Template] => Template [Name:] => Name: [Addresses] => Addresses [Delivery] => Delivery [Remove] => Remove [Toggle] => Toggle [Summary] => Summary [Invoice] => Invoice [Combination] => Combination [Carrier] => Carrier [Message history with %name%] => Message history with %name% [Message history] => Message history [Products in pack] => Products in pack [Package item] => Package item [Available] => Available [Combinations] => Combinations [Email:] => Email: [More actions] => More actions [from] => from [at] => at [Date] => Date [Message] => Message [Me] => Me [Details] => Details [Payment] => Payment [Employee] => Employee [Warning] => Warning [Order] => Order [Weight] => Weight [Gift message:] => Gift message: [Keywords] => Keywords [Tax] => Tax [(%count% more)] => (%count% more) [Added] => Added [Removed] => Removed [Current store] => Current store [Title] => Title [File name] => File name [%count% file(s)] => %count% file(s) [Loading...] => Loading... [%count% errors] => %count% error(s) [Product name] => Product name ) [EmailsBody] => Array ( [(waiting for validation)] => (waiting for validation) [{shop_name} powered by PrestaShop™] => {shop_name} powered by PrestaShop™ [Message from {shop_name}] => Message from {shop_name} [Your login email address on {shop_name}] => Your login email address on {shop_name} [Here is your login email address:] => Here is your login email address: [Thank you for creating a customer account at {shop_name}.] => Thank you for creating a customer account at {shop_name}. [Important Security Tips:] => Important Security Tips: [Always keep your account details safe.] => Always keep your account details safe. [Never disclose your login details to anyone.] => Never disclose your login details to anyone. [Change your password regularly.] => Change your password regularly. [Should you suspect someone is using your account illegally, please notify us immediately.] => Should you suspect someone is using your account illegally, please notify us immediately. [You can now place orders on our store:] => You can now place orders on our store: [Please go on {order_link} to finalize the payment.] => Please go on {order_link} to finalize the payment. [A new order has been generated on your behalf.] => A new order has been generated on your behalf. [Awaiting wire payment] => Awaiting wire payment [You have selected to pay by wire transfer.] => You have selected to pay by wire transfer. [Here are the bank details for your transfer:] => Here are the bank details for your transfer: [Account owner:] => Account owner: [Account details:] => Account details: [Bank address:] => Bank address: [Please specify your order reference in the bankwire description.] => Please specify your order reference in the bankwire description. [Your order with the reference [1]{order_name}[/1] has been placed successfully and will be [1]shipped as soon as we receive your payment[/1].] => Your order with the reference [1]{order_name}[/1] has been placed successfully and will be [1]shipped as soon as we receive your payment[/1]. [Amount:] => Amount: [Awaiting check payment] => Awaiting check payment [You have selected to pay by check.] => You have selected to pay by check. [Here are the bank details for your check:] => Here are the bank details for your check: [Payable to the order of:] => Payable to the order of: [Please mail your check to:] => Please mail your check to: [Customer email address:] => Customer email address: [Message from a {shop_name} customer] => Message from a {shop_name} customer [Order ID:] => Order ID: [Attached file:] => Attached file: [Your message to {shop_name} Customer Service] => Your message to {shop_name} Customer Service [Your message has been sent successfully.] => Your message has been sent successfully. [We will answer as soon as possible.] => We will answer as soon as possible. [Product:] => Product: [Credit slip created] => Credit slip created [We have generated a credit slip in your name for order with the reference [1]{order_name}[/1].] => We have generated a credit slip in your name for order with the reference [1]{order_name}[/1]. [Review this credit slip and download your invoice on our store, go to the %credit_slips_label% section of your customer account.] => Review this credit slip and download your invoice on our store, go to the %credit_slips_label% section of your customer account. [Thank you for your order with the reference {order_name} from {shop_name}] => Thank you for your order with the reference {order_name} from {shop_name} [Product(s) now available for download] => Product(s) now available for download [You have [1]{nbProducts}[/1] product(s) now available for download using the following link(s):] => You have [1]{nbProducts}[/1] product(s) now available for download using the following link(s): [Your {shop_name} login information] => Your {shop_name} login information [Here is your personal login information for [1]{shop_name}[/1]:] => Here is your personal login information for [1]{shop_name}[/1]: [First name:] => First name: [Last name:] => Last name: [Customer service - Forwarded discussion] => Customer service - Forwarded discussion [[1]{employee}[/1] added [1]"{comment}"[/1]] => [1]{employee}[/1] added [1]"{comment}"[/1] [[1]{employee}[/1] wanted to forward this discussion to you.] => [1]{employee}[/1] wanted to forward this discussion to you. [Discussion history:] => Discussion history: [Your customer account creation] => Your customer account creation [Your guest account for [1]{shop_name}[/1] has been transformed into a customer account.] => Your guest account for [1]{shop_name}[/1] has been transformed into a customer account. [Please be careful when sharing these login details with others.] => Please be careful when sharing these login details with others. [Click on the following link to set up your password:] => Click on the following link to set up your password: [You can access your customer account on our store:] => You can access your customer account on our store: [Email address:] => Email address: [Import complete] => Import complete [The file {filename} has been successfully imported to your store.] => The file {filename} has been successfully imported to your store. [Your order with the reference [1]{order_name}[/1] is currently in transit.] => Your order with the reference [1]{order_name}[/1] is currently in transit. [{followup}] => {followup} [In transit] => In transit [You can track your package using the following link:] => You can track your package using the following link: [You have received a new log alert] => You have received a new log alert [[1]Warning:[/1] you have received a new log alert in your Back Office.] => [1]Warning:[/1] you have received a new log alert in your back office. [You can check for it in the [1]Advanced Parameters > Logs[/1] section of your back office.] => You can check for it in the [1]Advanced Parameters > Logs[/1] section of your back office. [Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been canceled.] => Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been canceled. [Order canceled] => Order canceled [Order changed] => Order changed [Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been changed by the merchant.] => Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been changed by the merchant. [Message from a customer] => Message from a customer [You have received a new message.] => You have received a new message. [Order reference:] => Order reference: [You have received a new message from [1]{shop_name}[/1] regarding order with the reference [1]{order_name}[/1].] => You have received a new message from [1]{shop_name}[/1] regarding order with the reference [1]{order_name}[/1]. [Message:] => Message: [Return #{id_order_return} - update] => Return #{id_order_return} - update [We have updated the progress on your return #{id_order_return}, the new status is:] => We have updated the progress on your return #{id_order_return}, the new status is: [Item(s) out of stock] => Item(s) out of stock [Unfortunately, one or more items are currently out of stock. This may cause a slight delay in your delivery. Please accept our apologies and rest assured that we are working hard to rectify this.] => Unfortunately, one or more items are currently out of stock. This may cause a slight delay in your delivery. Please accept our apologies and rest assured that we are working hard to rectify this. [Thanks for your order with the reference {order_name} from {shop_name}.] => Thanks for your order with the reference {order_name} from {shop_name}. [Your new {shop_name} login details] => Your new {shop_name} login details [Password reset request for {shop_name}] => Password reset request for {shop_name} [To confirm this action, please use the following link:] => To confirm this action, please use the following link: [You have requested to reset your [1]{shop_name}[/1] login details.] => You have requested to reset your [1]{shop_name}[/1] login details. [Please note that this will change your current password.] => Please note that this will change your current password. [Payment processed] => Payment processed [Your payment for order with the reference {order_name} was successfully processed.] => Your payment for order with the reference {order_name} was successfully processed. [Payment processing error] => Payment processing error [There is a problem with your payment for {shop_name} order with the reference {order_name}. Please contact us at your earliest convenience.] => There is a problem with your payment for {shop_name} order with the reference {order_name}. Please contact us at your earliest convenience. [We cannot ship your order until we receive your payment.] => We cannot ship your order until we receive your payment. [Processing] => Processing [We are currently processing your {shop_name} order with the reference {order_name}.] => We are currently processing your {shop_name} order with the reference {order_name}. [We have processed your {shop_name} refund for order with the reference {order_name}.] => We have processed your {shop_name} refund for order with the reference {order_name}. [Refund processed] => Refund processed [In order to reply, please use the following link: {link}] => In order to reply, please use the following link: {link} [Please do not reply directly to this email, we will not receive it.] => Please do not reply directly to this email, we will not receive it. [Thank you for shopping with {shop_name}!] => Thank you for shopping with {shop_name}! [Your order has been shipped] => Your order has been shipped [Shipped] => Shipped [Your order with the reference [1]{order_name}[/1] has been shipped.] => Your order with the reference [1]{order_name}[/1] has been shipped. [Hello] => Hello [This is a [1]test e-mail[/1] from your shop.] => This is a [1]test e-mail[/1] from your shop. [If you can read this, the test was successful!] => If you can read this, the test was successful! [Voucher created] => Voucher created [A voucher has been created in your name as a result of your order with the reference [1]{order_name}[/1].] => A voucher has been created in your name as a result of your order with the reference [1]{order_name}[/1]. [[1]Voucher code: {voucher_num}[/1] in the amount of [1]{voucher_amount}[/1]] => [1]Voucher code: {voucher_num}[/1] in the amount of [1]{voucher_amount}[/1] [This is to inform you about the creation of a voucher.] => This is to inform you about the creation of a voucher. [Hi,] => Hi, [This item is once again in-stock.] => This item is once again in-stock. [You can access the product page by clicking on the link:] => You can access the product page by clicking on the link: [You can order it right now from our online shop.] => You can order it right now from our online shop. [{product} is now available.] => {product} is now available. [Customer message:] => Customer message: [Total Tax paid] => Total Tax paid [Order details] => Order details [Order:] => Order: [Placed on] => Placed on [Payment:] => Payment: [Reference] => Reference [Product] => Product [Unit price] => Unit price [Quantity] => Quantity [Total price] => Total price [Products] => Products [Discounts] => Discounts [Gift-wrapping] => Gift-wrapping [Shipping] => Shipping [Total paid] => Total paid [Carrier:] => Carrier: [Delivery address] => Delivery address [Billing address] => Billing address [A new order was placed on {shop_name} by the following customer: {firstname} {lastname} ({email})] => A new order was placed on {shop_name} by the following customer: {firstname} {lastname} ({email}) [Congratulations!] => Congratulations! [Order {order_name}] => Order {order_name} [If you have a guest account, you can follow your order via the %guest_tracking_label% section on our shop.] => If you have a guest account, you can follow your order via the %guest_tracking_label% section on our shop. [Order edited] => Order edited [Your order with the reference [1]{order_name}[/1] has been modified.] => Your order with the reference [1]{order_name}[/1] has been modified. [The stock cover is now less than the specified minimum of:] => The stock cover is now less than the specified minimum of: [Current stock cover:] => Current stock cover: [{product} is almost out of stock.] => {product} is almost out of stock. [{product} is nearly out of stock.] => {product} is nearly out of stock. [The remaining stock is now less than the specified minimum of] => The remaining stock is now less than the specified minimum of [Remaining stock:] => Remaining stock: [Replenish your inventory, go to the [1]Catalog > Stocks[/1] section of your back office to manage your stock.] => Replenish your inventory, go to the [1]Catalog > Stocks[/1] section of your back office to manage your stock. [Customer:] => Customer: [Return details] => Return Details [{order_name} Placed on {date}] => {order_name} placed on {date} [You have received a new return request for {shop_name}.] => You have received a new return request for {shop_name}. [Thank you for subscribing to our newsletter.] => Thank you for subscribing to our newsletter. [Thank you for subscribing to our newsletter, please confirm your request by clicking the link below :] => Thank you for subscribing to our newsletter, please confirm your request by clicking the link below : [Newsletter subscription] => Newsletter subscription [Regarding your newsletter subscription, we are pleased to offer you the following voucher:] => Regarding your newsletter subscription, we are pleased to offer you the following voucher: [Hi {firstname} {lastname},] => Hi {firstname} {lastname}, [We noticed that during your last visit on {shop_name}, you did not complete the order you had started.] => We noticed that during your last visit on {shop_name}, you did not complete the order you had started. [As an incentive, we can give you a discount of [1]{amount}%[/1] off your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment!] => As an incentive, we can give you a discount of [1]{amount}%[/1] off your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment! [Your {shop_name} login details] => Your {shop_name} login details [Your cart at {shop_name}] => Your cart at {shop_name} [Your cart has been saved, you can resume your order by visiting our store:] => Your cart has been saved, you can resume your order by visiting our store: [Here is your coupon:] => Here is your coupon: [Enter this code in your shopping cart to get your discount.] => Enter this code in your shopping cart to get your discount. [Thank you for your order at {shop_name}.] => Thank you for your order at {shop_name}. [As our way of saying thanks, we want to give you a discount of [1]{amount}%[/1] off your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment!] => As our way of saying thanks, we want to give you a discount of [1]{amount}%[/1] off your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment! [You are one of our best customers and as such we want to thank you for your continued patronage.] => You are one of our best customers and as such we want to thank you for your continued patronage. [As appreciation for your loyalty, we want to give you a discount of [1]{amount}%[/1] valid on your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment!] => As an appreciation for your loyalty, we want to give you a discount of [1]{amount}%[/1] valid on your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment! [Thanks for your trust.] => Thanks for your trust. [You are one of our best customers, however you have not placed an order in {days_threshold} days.] => You are one of our best customers, however you have not placed an order in {days_threshold} days. [We wish to thank you for the trust you have placed in us and want to give you a discount of [1]{amount}%[/1] valid on your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment!] => We wish to thank you for the trust you have placed in us and want to give you a discount of [1]{amount}%[/1] valid on your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment! [Your referred friend [1]{sponsored_firstname} {sponsored_lastname}[/1] has placed his or her first order on {shop_name}!] => Your referred friend [1]{sponsored_firstname} {sponsored_lastname}[/1] has placed his or her first order on {shop_name}! [We are pleased to offer you a voucher worth [1]{discount_display} (voucher # {discount_name})[/1] that you can use on your next order.] => We are pleased to offer you a voucher worth [1]{discount_display} (voucher # {discount_name})[/1] that you can use on your next order. [Best regards,] => Best regards, [join us!] => join us! [Your friend [1]{firstname} {lastname}[/1] wants to refer you on {shop_name}!] => Your friend [1]{firstname} {lastname}[/1] wants to refer you on {shop_name}! [Get referred and earn a discount voucher of [1]{discount}![/1]] => Get referred and earn a discount voucher of [1]{discount}![/1] [It's very easy to sign up. Just click here!] => It's very easy to sign up. Just click here! [When signing up, don't forget to provide the e-mail address of your referring friend:] => When signing up, don't forget to provide the e-mail address of your referring friend: [We are pleased to offer you a voucher worth [1]{discount}[/1] that you can use on your next order.] => We are pleased to offer you a voucher worth [1]{discount}[/1] that you can use on your next order. [Here is the code of your voucher:] => Here is the code of your voucher: [Simply copy/paste this code during the payment process for your next order.] => Simply copy/paste this code during the payment process for your next order. [Referral Program] => Referral Program [We have created a voucher in your name for referring a friend.] => We have created a voucher in your name for referring a friend. [, with an amount of] => , with an amount of [You can now place orders on our shop:] => You can now place orders on our shop: [Account] => Account [Your login details on {shop_name}] => Your login details on {shop_name} [Here are your login details:] => Here are your login details: [Back Office Order] => Back Office Order [Please go on {order_link} to complete the payment.] => Please go on {order_link} to complete the payment. [Bankwire] => Bankwire [Pending payment] => Pending payment [Payment method: bank wire] => Payment method: bank wire [You have decided to pay by bank wire.] => You have decided to pay by bank wire. [Here is the information you need for your transfer:] => Here is the information you need for your transfer: [Your order with the reference [1]{order_name}[/1] has been placed successfully. You can expect [1]delivery as soon as your payment is received[/1].] => Your order with the reference [1]{order_name}[/1] has been placed successfully. You can expect [1]delivery as soon as your payment is received[/1]. [Check] => Check [Awaiting payment by check] => Awaiting payment by check [Payment method: check] => Payment method: check [You have decided to pay by bank check.] => You have decided to pay by bank check. [Here is the information you need for your check:] => Here is the information you need for your check: [Contact] => Contact [Customer Email Address:] => Customer Email Address: [Order ID #:] => Order ID #: [Contact Form] => Contact Form [Your message has been sent successfully, thank you for taking the time to write!] => Your message has been sent successfully, thank you for taking the time to write! [We will reply as soon as possible.] => We will reply as soon as possible. [Review this credit slip and download your invoice on our shop, go to the %credit_slips_label% section of your customer account.] => Review this credit slip and download your invoice on our shop, go to the %credit_slips_label% section of your customer account. [Credit Slip] => Credit Slip [Credit slip] => Credit slip [A credit slip has been generated in your name for order with the reference [1]{order_name}[/1].] => A credit slip has been generated in your name for order with the reference [1]{order_name}[/1]. [Download products] => Download products [Thank you for your order with the reference {order_name} from [1]{shop_name}[/1]] => Thank you for your order with the reference {order_name} from [1]{shop_name}[/1] [Product(s) to download] => Product(s) to download [Employee password] => Employee password [Here is your personal login information for {shop_name}] => Here is your personal login information for {shop_name} [Here is your identification information on [1]{shop_name}[/1]] => Here is your identification information on [1]{shop_name}[/1] [Forward message] => Forward message [Customer Service - Discussion Forwarded] => Customer Service - Discussion Forwarded [[1]{employee}[/1] added [1]{comment}[/1]] => [1]{employee}[/1] added [1]{comment}[/1] [You can access your customer account on our shop:] => You can access your customer account on our shop: [Guest to customer] => Guest to customer [Your guest account has been turned into a customer account] => Your guest account has been turned into a customer account [Congratulations, your guest account for [1]{shop_name}[/1] has been turned into a customer account!] => Congratulations, your guest account for [1]{shop_name}[/1] has been turned into a customer account! [The file {filename} has been successfully imported to your shop.] => The file {filename} has been successfully imported to your shop. [Import] => Import [Import finished] => Import finished [Your order with the reference [1]{order_name}[/1] is on its way.] => Your order with the reference [1]{order_name}[/1] is on its way. [Log Alert] => Log Alert [New alert message saved] => New alert message saved [[1]WARNING:[/1] you have received a new log alert in your back office.] => [1]WARNING:[/1] you have received a new log alert in your back office. [Newsletter] => Newsletter [Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been canceled by the merchant.] => Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been canceled by the merchant. [Order confirmation] => Order confirmation [Thank you for shopping on [1]{shop_name}[/1]!] => Thank you for shopping on [1]{shop_name}[/1]! [Recycled packaging:] => Recycled packaging: [You have received a new message regarding order with the reference] => You have received a new message regarding order with the reference [Order customer comment] => Order customer comment [Message from customer] => Message from customer [Order merchant comment] => Order merchant comment [Order return state] => Order return state [Order return #{id_order_return} - Update] => Order return #{id_order_return} - Update [Follow your order and download your invoice on our shop, go to the %order_history_label% section of your customer account.] => Follow your order and download your invoice on our store, go to the %order_history_label% section of your customer account. [Out of stock] => Out of stock [Replenishment required] => Replenishment required [Unfortunately, one or more items are currently out of stock and this may cause a slight delay for delivery. Please accept our apologies for this inconvenience and be sure we are doing our best to correct the situation.] => Unfortunately, one or more items are currently out of stock and this may cause a slight delay for delivery. Please accept our apologies for this inconvenience and be sure we are doing our best to correct the situation. [Password] => Password [Your password has been correctly updated.] => Your password has been correctly updated. [Password Query] => Password Query [Confirmation of password request on {shop_name}] => Confirmation of password request on {shop_name} [In order to confirm this action, click on the following link:] => In order to confirm this action, click on the following link: [If you did not make this request, just ignore this email.] => If you did not make this request, just ignore this email. [Payment] => Payment [Your payment for order with the reference [1]{order_name}[/1] was successfully processed.] => Your payment for order with the reference [1]{order_name}[/1] was successfully processed. [Payment Error] => Payment Error [Payment error] => Payment error [We have encountered an error while processing your payment for your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1]. Please contact us as soon as possible.] => We have encountered an error while processing your payment for your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1]. Please contact us as soon as possible. [You can expect delivery as soon as your payment is received.] => You can expect delivery as soon as your payment is received. [Preparation] => Preparation [Processing order] => Processing order [We are currently processing your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1].] => We are currently processing your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1]. [Refund] => Refund [We have processed your refund for your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1].] => We have processed your refund for your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1]. [Reply msg] => Reply message [In order to reply, click on the following link: {link}] => In order to reply, click on the following link: {link} [Test] => Test [Here is a test [1]email[/1] from your shop.] => Here is a test [1]email[/1] from your shop. [If you can read this, it means the test is successful!] => If you can read this, it means the test is successful! [Voucher] => Voucher [Voucher code generated] => Voucher code generated [We are pleased to inform you that a voucher has been generated in your name for order with the reference [1]{order_name}[/1].] => We are pleased to inform you that a voucher has been generated in your name for order with the reference [1]{order_name}[/1]. [[1]VOUCHER CODE: {voucher_num}[/1] in the amount of [1]{voucher_amount}[/1]] => [1]VOUCHER CODE: {voucher_num}[/1] in the amount of [1]{voucher_amount}[/1] [In order to use it, just copy/paste this code during check out.] => In order to use it, just copy/paste this code during check out. [Voucher new] => Voucher new [Voucher code has been generated] => Voucher code has been generated [Here is your new voucher code:] => Here is your new voucher code: [Customer Quantity] => Customer Quantity [Good news, this item is back in stock!] => Good news, this item is back in stock! [Click on the following link to visit the product page and order it:] => Click on the following link to visit the product page and order it: [Including total tax] => Including total tax [New Order] => New Order [A new order was placed on [1]{shop_name}[/1] by the following customer:] => A new order was placed on [1]{shop_name}[/1] by the following customer: [Carrier] => Carrier [Order ID {order_name}] => Order ID {order_name} [Go to your customer account to learn more about it.] => Go to your customer account to learn more about it. [Product coverage] => Product coverage [Your stock cover is now less than the specified minimum of:] => Your stock cover is now less than the specified minimum of: [Product out of stock] => Product out of stock [There are now less than [1]{last_qty}[/1] items in stock.] => There are now less than [1]{last_qty}[/1] items in stock. [Return Slip] => Return Slip [Return Details] => Return Details [Newsletter Confirmation] => Newsletter Confirmation [Newsletter Verification] => Newsletter Verification [Thank you for subscribing to our newsletter. Please click on the following link to confirm your request:] => Thank you for subscribing to our newsletter. Please click on the following link to confirm your request: [Newsletter Voucher] => Newsletter Voucher [Subscribing to newsletter] => Subscribing to newsletter [Thank you for subscribing to our newsletter. We are pleased to offer you the following voucher:] => Thank you for subscribing to our newsletter. We are pleased to offer you the following voucher: [Follow up 1] => Follow up 1 [Thanks for your visit. However, it looks like you did not complete your purchase.] => Thanks for your visit. However, it looks like you did not complete your purchase. [Your cart has been saved, you can go back to your order on our shop:] => Your cart has been saved, you can go back to your order on our shop: [Your voucher code on {shop_name}] => Your voucher code on {shop_name} [We are pleased to offer you a discount of [1]{amount}%[/1] off your next order. And this offer is valid for [1]{days}[/1] days, so do not wait any longer!] => We are pleased to offer you a discount of [1]{amount}%[/1] off your next order. And this offer is valid for [1]{days}[/1] days, so do not wait any longer! [Here is your VOUCHER CODE:] => Here is your VOUCHER CODE: [Enter this code in your shopping cart to get the discount.] => Enter this code in your shopping cart to get the discount. [Follow up 2] => Follow up 2 [Thanks for your order.] => Thanks for your order. [Follow up 3] => Follow up 3 [Follow up 4] => Follow up 4 [Your cart on {shop_name}] => Your cart on {shop_name} [Congratulations, you are one of our best customers! However, it looks like you have not placed an order since {days_threshold} days.] => Congratulations, you are one of our best customers! However, it looks like you have not placed an order since {days_threshold} days. [Your cart has been saved, you can resume your order by visiting our shop:] => Your cart has been saved, you can resume your order by visiting our store: [Referral program Congratulations] => Referral program Congratulations [Your referred friend [1]{sponsored_firstname}[/1] [1]{sponsored_lastname}[/1] has placed his/her first order on {shop_name}!] => Your referred friend [1]{sponsored_firstname}[/1] [1]{sponsored_lastname}[/1] has placed his/her first order on {shop_name}! [We are pleased to offer you a voucher worth [1]{discount_display}[/1] (VOUCHER # [1]{discount_name}[/1]) that you can use on your next order.] => We are pleased to offer you a voucher worth [1]{discount_display}[/1] (VOUCHER # [1]{discount_name}[/1]) that you can use on your next order. [Referral program Invitation] => Referral program Invitation [Join us!] => Join us! [Your friend [1]{firstname} {lastname}[/1] wants to refer you on {shop_name}!] => Your friend [1]{firstname} {lastname}[/1] wants to refer you on {shop_name}! [Get referred and earn a discount voucher of [1]{discount}[/1]!] => Get referred and earn a discount voucher of [1]{discount}[/1]! [It's very easy to sign up, just click here!] => It's very easy to sign up, just click here! [When signing up, don't forget to provide the email address of your referring friend:] => When signing up, don't forget to provide the email address of your referring friend: [Referral program Voucher] => Referral program Voucher [Sponsorship Program] => Sponsorship Program ) [ModulesBestsellersShop] => Array ( [Best Sellers] => Best Sellers [All best sellers] => All best sellers ) [ModulesContactinfoAdmin] => Array ( [Contact information] => Contact information [Allows you to display additional information about your store's customer service.] => Allows you to display additional information about your store's customer service. [Your theme needs to be compatible with this feature] => Your theme needs to be compatible with this feature [Let your customers know how to reach you, display contact information on your store.] => Let your customers know how to reach you, display contact information on your store. ) [ModulesSharebuttonsAdmin] => Array ( [Social media share buttons] => Social media share buttons [Instagram, YouTube, gather your community with social media sharing buttons on product pages.] => Instagram, YouTube, gather your community with social media sharing buttons on product pages. ) [ModulesSocialfollowAdmin] => Array ( [Social media follow links] => Social media follow links [Facebook, Twitter, let your customers know where to follow you and increase your community.] => Facebook, Twitter, let your customers know where to follow you and increase your community. [Please choose a shop to edit the social media links.] => Please choose a shop to edit the social media links. [Facebook URL] => Facebook URL [Your Facebook fan page.] => Your Facebook fan page. [Twitter URL] => Twitter URL [Your official Twitter account.] => Your official Twitter account. [RSS URL] => RSS URL [The RSS feed of your choice (your blog, your store, etc.).] => The RSS feed of your choice (your blog, your store, etc.). [YouTube URL] => YouTube URL [Your official YouTube account.] => Your official YouTube account. [Pinterest URL:] => Pinterest URL: [Your official Pinterest account.] => Your official Pinterest account. [Vimeo URL:] => Vimeo URL: [Your official Vimeo account.] => Your official Vimeo account. [Instagram URL:] => Instagram URL: [Your official Instagram account.] => Your official Instagram account. [LinkedIn URL:] => LinkedIn URL: [Your official LinkedIn account.] => Your official LinkedIn account. [TikTok URL:] => TikTok URL: [Your official TikTok account.] => Your official TikTok account. [Discord URL:] => Discord URL: [Your official Discord account.] => Your official Discord account. ) [ShopThemeActions] => Array ( [Add to cart] => Add to cart [Sign out] => Sign out [Sign in] => Sign in [Filter By] => Filter By [Clear all] => Clear all [Remove] => Remove [Cart] => Cart [Choose file] => Choose file [Send] => Send [Subscribe] => Subscribe [OK] => OK [Share] => Share [Proceed to checkout] => Proceed to checkout [Continue shopping] => Continue shopping [remove from cart] => remove from cart [Show] => Show [Hide] => Hide [Previous] => Previous [Next] => Next [View products] => View products [Quick view] => Quick view [Quantity] => Quantity [Remove Image] => Remove Image [Save Customization] => Save Customization [Filter] => Filter [Back to top] => Back to top [Select] => Select [Choose] => Choose [Download] => Download [Cancel] => Cancel [Continue] => Continue [Edit] => Edit [show details] => show details [Add] => Add [Take advantage of our exclusive offers:] => Take advantage of our exclusive offers: [edit] => edit [add new address] => add new address [Checkout] => Checkout [Create account] => Create account [Save] => Save [Delete] => Delete [Update] => Update [Add a new address] => Add a new address [Create new address] => Create new address [Reorder] => Reorder [Print out] => Print out [Send reset link] => Send reset link [Back to login] => Back to login [Back to Login] => Back to Login [Change Password] => Change Password ) [ModulesSharebuttonsShop] => Array ( [Share] => Share [Tweet] => Tweet [Pinterest] => Pinterest ) [ModulesShoppingcartAdmin] => Array ( [Shopping cart] => Shopping cart [Display a shopping cart icon on your pages and the number of items it contains.] => Display a shopping cart icon on your pages and the number of items it contains. [Ajax: Invalid choice.] => Ajax: Invalid choice. [Ajax cart] => Ajax cart [Activate Ajax mode for the cart (compatible with the default theme).] => Activate Ajax mode for the cart (compatible with the default theme). ) [ModulesBlockreassuranceShop] => Array ( [Security policy] => Security policy [(edit with the Customer Reassurance module)] => (edit with the Customer Reassurance module) [Delivery policy] => Delivery policy [Return policy] => Return policy ) [ModulesContactformShop] => Array ( [Please select a subject from the list provided. ] => Please select a subject from the list provided. [An error occurred during the file-upload process.] => An error occurred during the file-upload process. [Bad file extension] => Bad file extension [An error occurred while sending the message, please try again.] => An error occurred while sending the message, please try again. [An error occurred while sending the message.] => An error occurred while sending the message. [Your message has been successfully sent to our team.] => Your message has been successfully sent to our team. [Customer service - Contact us] => Customer service - Contact us [Send a message] => Send a message [If you would like to add a comment about your order, please write it in the field below.] => If you would like to add a comment about your order, please write it in the field below. [Subject Heading] => Subject Heading [Email address] => Email address [Order reference] => Order reference [Select reference] => Select reference [Attach File] => Attach File [Message] => Message [Send] => Send ) [AdminInternationalHelp] => Array ( [This will restore your last registered address format.] => This will restore your last registered address format. [This will restore the default address format for this country.] => This will restore the default address format for this country. [This will restore your current address format.] => This will restore your current address format. [This will delete the current address format] => This will delete the current address format [You must use this syntax in your translations. Here are a few examples:] => You must use this syntax in your translations. Here are a few examples: [This expression uses a special syntax:] => This expression uses a special syntax: [Some of these expressions use this special syntax: %s.] => Some of these expressions use this special syntax: %s. [There are [1]%replace%[/1] products] => There are [1]%replace%[/1] products ["%s" will be replaced by a number.] => "%s" will be replaced by a number. [List of pages in [1]%replace%[/1]] => List of pages in [1]%replace%[/1] ["%s" will be replaced by a string.] => "%s" will be replaced by a string. [Feature: [1]%1%[/1] ([1]%2%[/1] values)] => Feature: [1]%1%[/1] ([1]%2%[/1] values) [The numbers enable you to reorder the variables when necessary.] => The numbers enable you to reorder the variables when necessary. [You must use this syntax in your translations. Here are several examples:] => You must use this syntax in your translations. Here are several examples: [Click on the title of a section to open its fieldsets.] => Click on the title of a section to open its fieldsets. [Here you can modify translations for all installed module.] => Here you can modify translations for all installed module. [Select your module] => Select your module [Restrict country selections in front office to those covered by active carriers] => Restrict country selections in front office to those covered by active carriers [Two -- or three -- letter ISO code (e.g. "us" for United States).] => Two -- or three -- letter ISO code (e.g. "us" for United States). [International call prefix, (e.g. 1 for United States).] => International call prefix, (e.g. 1 for United States). [Geographical region.] => Geographical region. [Display this country to your customers (the selected country will always be displayed in the Back Office).] => Display this country to your customers (the selected country will always be displayed in the Back Office). [Indicate the format of the postal code: use L for a letter, N for a number, and C for the country's ISO 3166-1 alpha-2 code. For example, NNNNN for the United States, France, Poland and many other; LNNNNLLL for Argentina, etc. If you do not want PrestaShop to verify the postal code for this country, leave it blank.] => Indicate the format of the postal code: use L for a letter, N for a number, and C for the country's ISO 3166-1 alpha-2 code. For example, NNNNN for the United States, France, Poland and many other; LNNNNLLL for Argentina, etc. If you do not want PrestaShop to verify the postal code for this country, leave it blank. [Provide the state name to be displayed in addresses and on invoices.] => Provide the state name to be displayed in addresses and on invoices. [1 to 4 letter ISO code.] => 1 to 4 letter ISO code. [You can prefix it with the country ISO code if needed.] => You can prefix it with the country ISO code if needed. [Country where the state is located.] => Country where the state is located. [Only the countries with the option "contains states" enabled are displayed.] => Only the countries with the option "contains states" enabled are displayed. [Geographical region where this state is located.] => Geographical region where this state is located. [Used for shipping] => Used for shipping [You can define a range of Zip/Postal codes (e.g., 75000-75015) or simply use one Zip/Postal code.] => You can define a range of Zip/Postal codes (e.g., 75000-75015) or simply use one Zip/Postal code. [You must define the behavior if an address matches multiple rules:] => You must define the behavior if an address matches multiple rules: [- This tax only: Will apply only this tax] => - This tax only: Will apply only this tax [- Combine: Combine taxes (e.g.: 10% + 5% = 15%)] => - Combine: Combine taxes (e.g.: 10% + 5% = 15%) [- One after another: Apply taxes one after another (e.g.: 100 + 10% => 110 + 5% = 115.5)] => - One after another: Apply taxes one after another (e.g.: 100 + 10% => 110 + 5% = 115.5) [No Tax] => No Tax [(Total tax: 9%)] => (Total tax: 9%) [By default, PrestaShop comes with a list of official currencies. If you want to use a local currency, you will have to add it manually. For example, to accept the Iranian Toman on your store, you need to create it before.] => By default, PrestaShop comes with a list of official currencies. If you want to use a local currency, you will have to add it manually. For example, to accept the Iranian Toman on your store, you need to create it before. [ISO 4217 code (e.g. USD for Dollars, EUR for Euros, etc.)] => ISO 4217 code (e.g. USD for Dollars, EUR for Euros, etc.) [Exchange rates are calculated from one unit of your shop's default currency. For example, if the default currency is euros and your chosen currency is dollars, type "1.20" (1€ = $1.20).] => Exchange rates are calculated from one unit of your shop's default currency. For example, if the default currency is euros and your chosen currency is dollars, type "1.20" (1€ = $1.20). [Exchange rates are calculated from one unit of your store's default currency. For example, if the default currency is euros and your chosen currency is dollars, type "1.20" (1€ = $1.20).] => Exchange rates are calculated from one unit of your store's default currency. For example, if the default currency is euros and your chosen currency is dollars, type "1.20" (1€ = $1.20). [This option allows you, among other things, to restrict access to your shop for certain countries. See below.] => This option allows you, among other things, to restrict access to your shop for certain countries. See below. [Two-letter ISO code (e.g. FR, EN, DE).] => Two-letter ISO code (e.g. FR, EN, DE). [IETF language tag (e.g. en-US, pt-BR).] => IETF language tag (e.g. en-US, pt-BR). [Short date format (e.g., Y-m-d).] => Short date format (e.g., Y-m-d). [Full date format (e.g., Y-m-d H:i:s).] => Full date format (e.g., Y-m-d H:i:s). [Upload the country flag from your computer.] => Upload the country flag from your computer. [Image is displayed when no picture is found.] => Image is displayed when no picture is found. [Enable if this language is read from right to left.] => Enable if this language is read from right to left. [(Experimental: your theme must be compliant with RTL languages).] => (Experimental: your theme must be compliant with RTL languages). [Activate this language.] => Activate this language. [The ISO 639-1 identifier for the language of the country where your web server is located (en, fr, sp, ru, pl, nl, etc.).] => The ISO 639-1 identifier for the language of the country where your web server is located (en, fr, sp, ru, pl, nl, etc.). [The ISO 3166-1 alpha-2 identifier for the country/region where your web server is located, in lowercase (us, gb, fr, sp, ru, pl, nl, etc.).] => The ISO 3166-1 alpha-2 identifier for the country/region where your web server is located, in lowercase (us, gb, fr, sp, ru, pl, nl, etc.). [If set to yes then the localization pack will be downloaded from prestashop.com. Otherwise the local xml file found in the localization folder of your PrestaShop installation will be used.] => If set to yes then the localization pack will be downloaded from prestashop.com. Otherwise the local xml file found in the localization folder of your PrestaShop installation will be used. [The default weight unit for your shop (e.g. "kg" for kilograms, "lbs" for pound-mass, etc.).] => The default weight unit for your shop (e.g. "kg" for kilograms, "lbs" for pound-mass, etc.). [The default distance unit for your shop (e.g. "km" for kilometer, "mi" for mile, etc.).] => The default distance unit for your shop (e.g. "km" for kilometer, "mi" for mile, etc.). [The default volume unit for your shop (e.g. "L" for liter, "gal" for gallon, etc.).] => The default volume unit for your shop (e.g. "L" for liter, "gal" for gallon, etc.). [The default dimension unit for your shop (e.g. "cm" for centimeter, "in" for inch, etc.).] => The default dimension unit for your shop (e.g. "cm" for centimeter, "in" for inch, etc.). [The default language used in your shop.] => The default language used in your shop. [Set browser language as default language.] => Set browser language as default language. [The default country used in your shop.] => The default country used in your shop. [Set country corresponding to browser language.] => Set country corresponding to browser language. [The default currency used in your shop.] => The default currency used in your shop. [Zone name (e.g. Africa, West Coast, Neighboring Countries).] => Zone name (e.g. Africa, West Coast, Neighboring Countries). [Allow or disallow shipping to this zone.] => Allow or disallow shipping to this zone. [Select whether or not to include tax on purchases.] => Select whether or not to include tax on purchases. [Select whether or not to display tax on a distinct line in the cart.] => Select whether or not to display tax on a distinct line in the cart. [If you disable the ecotax, the ecotax for all your products will be set to 0.] => If you disable the ecotax, the ecotax for all your products will be set to 0. [Define the ecotax (e.g. French ecotax: 20%).] => Define the ecotax (e.g. French ecotax: 20%). [Tax name to display in carts and on invoices (e.g. "VAT").] => Tax name to display in carts and on invoices (e.g. "VAT"). [Format: XX.XX or XX.XXX (e.g. 19.60 or 13.925)] => Format: XX.XX or XX.XXX (e.g. 19.60 or 13.925) [You can add IP addresses that will always be allowed to access your shop (e.g. Google bots' IP).] => You can add IP addresses that will always be allowed to access your shop (e.g. Google bots' IP). [You can add or update a language directly from the PrestaShop website here.] => You can add or update a language directly from the PrestaShop website here. [Copies data from one language to another.] => Copies data from one language to another. [Warning: This will replace all of the existing data inside the destination language.] => Warning: This will replace all of the existing data inside the destination language. [If necessary [1][2] you must first create a new language[/1].] => If necessary [1][2] you must first create a new language[/1]. [Export data from one language to a file (language pack).] => Export data from one language to a file (language pack). [Select which theme you would like to export your translations to.] => Select which theme you would like to export your translations to. [Here you can modify translations for every line of text inside PrestaShop.] => Here you can modify translations for every line of text inside PrestaShop. [First, select a type of translation (such as "Back office" or "Installed modules"), and then select the language you want to translate strings in.] => First, select a type of translation (such as "Back office" or "Installed modules"), and then select the language you want to translate strings in. [Search a word or expression, e.g.: "Order confirmation"] => Search a word or expression, e.g.: "Order confirmation" ) [ModulesCrosssellingAdmin] => Array ( [Cross-selling] => Cross-selling [Offer your customers the possibility to buy matching items when on a product page.] => Offer your customers the possibility to buy matching items when on a product page. [You must fill in the "Number of displayed products" field.] => You must fill in the "Number of displayed products" field. [Invalid number.] => Invalid number. [Display price on products] => Display price on products [Show the price on the products in the block.] => Show the price on the products in the block. [Number of displayed products] => Number of displayed products [Set the number of products displayed in this block.] => Set the number of products displayed in this block. ) [ModulesCategorytreeAdmin] => Array ( [Category tree links] => Category tree links [Help navigation on your store, show your visitors current category and subcategories.] => Help navigation on your store, show your visitors current category and subcategories. [Category root] => Category root [Select which category is displayed in the block. The current category is the one the visitor is currently browsing.] => Select which category is displayed in the block. The current category is the one the visitor is currently browsing. [Home category] => Home category [Current category] => Current category [Parent category] => Parent category [Current category, unless it has no subcategories, in which case the parent category of the current category is used] => Current category, unless it has no subcategories, in which case the parent category of the current category is used [Maximum depth] => Maximum depth [Set the maximum depth of category sublevels displayed in this block (0 = infinite).] => Set the maximum depth of category sublevels displayed in this block (0 = infinite). ) [ModulesPagesnotfoundAdmin] => Array ( [Pages not found] => Pages not found [Enrich your stats, display the pages requested by your visitors that could not be found.] => Enrich your stats, display the pages requested by your visitors that could not be found. [The "pages not found" cache has been emptied.] => The "pages not found" cache has been emptied. [The "pages not found" cache has been deleted.] => The "pages not found" cache has been deleted. [Guide] => Guide [404 errors] => 404 errors [A 404 error is an HTTP error code which means that the file requested by the user cannot be found. In your case it means that one of your visitors entered a wrong URL in the address bar, or that you or another website has a dead link. When possible, the referrer is shown so you can find the page/site which contains the dead link. If not, it generally means that it is a direct access, so someone may have bookmarked a link which doesn't exist anymore.] => A 404 error is an HTTP error code which means that the file requested by the user cannot be found. In your case it means that one of your visitors entered a wrong URL in the address bar, or that you or another website has a dead link. When possible, the referrer is shown so you can find the page/site which contains the dead link. If not, it generally means that it is a direct access, so someone may have bookmarked a link which doesn't exist anymore. [How to catch these errors?] => How to catch these errors? [If your webhost supports .htaccess files, you can create one in the root directory of PrestaShop and insert the following line inside: "%s".] => If your webhost supports .htaccess files, you can create one in the root directory of PrestaShop and insert the following line inside: "%s". [A user requesting a page which doesn't exist will be redirected to the following page: %s. This module logs access to this page.] => A user requesting a page which doesn't exist will be redirected to the following page: %s. This module logs access to this page. [You must use a .htaccess file to redirect 404 errors to the "404.php" page.] => You must use a .htaccess file to redirect 404 errors to the "404.php" page. [Page] => Page [Referrer] => Referrer [Counter] => Counter [No "page not found" issue registered for now.] => No "page not found" issue registered for now. [Empty database] => Empty database [Empty ALL "pages not found" notices for this period] => Empty ALL "pages not found" notices for this period [Empty ALL "pages not found" notices] => Empty ALL "pages not found" notices ) [ModulesProductcommentsShop] => Array ( [Deleted account] => Deleted account [You need to be [1]logged in[/1] or [2]create an account[/2] to post your review.] => You need to be [1]logged in[/1] or [2]create an account[/2] to post your review. [You are not allowed to post a review at the moment, please try again later.] => You are not allowed to post a review at the moment, please try again later. [Title cannot be empty] => Title cannot be empty [Title cannot be more than %s characters] => Title cannot be more than %s characters [Customer name cannot be empty] => Customer name cannot be empty [Customer name cannot be more than %s characters] => Customer name cannot be more than %s characters [Criterions not available] => Criterions not available [You need to be logged in to report a review.] => You need to be logged in to report a review. [You already reported this review as abusive.] => You already reported this review as abusive. [Cannot find the requested product review.] => Cannot find the requested product review. [This feature is not enabled.] => This feature is not enabled. [You need to be [1]logged in[/1] or [2]create an account[/2] to give your appreciation of a review.] => You need to be [1]logged in[/1] or [2]create an account[/2] to give your appreciation of a review. [OK] => OK [Grade] => Grade [No] => No [Yes] => Yes [Be the first to write your review] => Be the first to write your review [No customer reviews for the moment.] => No customer reviews for the moment. [Sorry, your review cannot be posted.] => Sorry, your review cannot be posted. [Title] => Title [Your name] => Your name [Review] => Review [Required fields] => Required fields [Cancel] => Cancel [Send] => Send [Your comment has been submitted and will be available once approved by a moderator.] => Your comment has been submitted and will be available once approved by a moderator. [Your comment has been added!] => Your comment has been added! [Review sent] => Review sent [Your review cannot be sent] => Your review cannot be sent [Write your review] => Write your review [Read user reviews] => Read user reviews [By %1$s] => By %1$s [Report abuse] => Report abuse [Sorry, your review appreciation cannot be sent.] => Sorry, your review appreciation cannot be sent. [Sorry, your abuse report cannot be sent.] => Sorry, your abuse report cannot be sent. [Comments] => Comments [Your review appreciation cannot be sent] => Your review appreciation cannot be sent [Report comment] => Report comment [Are you sure that you want to report this comment?] => Are you sure that you want to report this comment? [Report sent] => Report sent [Your report has been submitted and will be considered by a moderator.] => Your report has been submitted and will be considered by a moderator. [Your report cannot be sent] => Your report cannot be sent ) [ModulesCashondeliveryAdmin] => Array ( [Cash on delivery (COD)] => Cash on delivery (COD) [Accept cash payments on delivery to make it easy for customers to purchase on your store.] => Accept cash payments on delivery to make it easy for customers to purchase on your store. ) [AdminStatsFeature] => Array ( [%value%% of your Catalog] => %value%% of your Catalog [No customers] => No customers [%percentage%% Female Customers] => %percentage%% Female Customers [%percentage%% Male Customers] => %percentage%% Male Customers [%percentage%% Neutral Customers] => %percentage%% Neutral Customers [%value% years] => %value% years [%average% hours] => %average% hours [No orders] => No orders [%d%% %s] => %d%% %s [No category] => No category [Stats] => Stats ) [ModulesDataprivacyShop] => Array ( [Customer data privacy[1][2]%message%[/2]] => Customer data privacy[1][2]%message%[/2] ) [ModulesBestsellersAdmin] => Array ( [Top-sellers block] => Top-sellers block [Adds a block displaying your store's top-selling products.] => Adds a block displaying your store's top-selling products. [Products to display] => Products to display [Determine the number of product to display in this block] => Determine the number of product to display in this block [Show your visitors what are your top-selling products directly on your homepage.] => Show your visitors what are your top-selling products directly on your homepage. ) [AdminLoginFeature] => Array ( [Log in] => Log in [Stay logged in] => Stay logged in [I forgot my password] => I forgot my password [Reset your password] => Reset your password [New password] => New password [Confirm new password] => Confirm new password [Confirm password] => Confirm password [Reset password] => Reset password [Send reset link] => Send reset link ) [ModulesSocialfollowShop] => Array ( [Facebook] => Facebook [Twitter] => Twitter [Rss] => Rss [YouTube] => YouTube [Pinterest] => Pinterest [Vimeo] => Vimeo [Instagram] => Instagram [LinkedIn] => LinkedIn [TikTok] => TikTok [Discord] => Discord [Follow us] => Follow us ) [AdminOrderscustomersFeature] => Array ( [Total spent since registration:] => Total spent since registration: [Cart summary] => Cart summary [Ref:] => Ref.: [Text #] => Text # [Total cost of products:] => Total cost of products: [Total value of vouchers:] => Total value of vouchers: [Total cost of gift wrapping:] => Total cost of gift wrapping: [Total shipping costs:] => Total shipping costs: [Order information] => Order information [Order #%d] => Order #%d [Made on:] => Made on: [No order was created from this cart.] => No order was created from this cart. [Create an order from this cart.] => Create an order from this cart. [Customer information] => Customer information [Account registration date:] => Account registration date: [Valid orders placed:] => Valid orders placed: [Guest not registered] => Guest not registered [New messages] => New messages [Open] => Open [Closed] => Closed [Pending 1] => Pending 1 [Pending 2] => Pending 2 [No new messages] => No new messages [New message] => New message [Meaning of status] => Meaning of status [Statistics] => Statistics [Sync] => Sync [Run sync:] => Run sync: [Run sync] => Run sync [Click to synchronize mail automatically] => Click to synchronize mail automatically [Someone else] => Someone else [Forward this discussion] => Forward this discussion [Forward this discussion to an employee:] => Forward this discussion to an employee: [Comment:] => Comment: [Forward] => Forward [See more] => See more [Thread] => Thread [Forward this discussion to another employee] => Forward this discussion to another employee [Orders and messages timeline] => Orders and messages timeline [Your answer to] => Your answer to [To:] => To: [[1]%count%[/1] order(s) validated for a total amount of [2]%total%[/2]] => [1]%count%[/1] order(s) validated for a total amount of [2]%total%[/2] [No orders validated for the moment] => No orders validated for the moment [Order #] => Order # [View order] => View order [View customer] => View customer [Customer ID:] => Customer ID: [Sent on:] => Sent on: [Browser:] => Browser: [File attachment] => File attachment [View file] => View file [Product #] => Product # [View this thread] => View this thread [Sent by:] => Sent by: [Thread ID:] => Thread ID: [Message ID:] => Message ID: [Message:] => Message: [Reply to this message] => Reply to this message [Please type your reply below:] => Please type your reply below: [Your reply will be sent to:] => Your reply will be sent to: [Send my reply] => Send my reply [Text #%d] => Text #%d [Search for a product] => Search for a product [View this order] => View this order [Delay] => Delay [Hi, Unfortunately, an item on your order is currently out of stock. This may cause a slight delay in delivery. Please accept our apologies and rest assured that we are working hard to rectify this. Best regards,] => Hi, Unfortunately, an item on your order is currently out of stock. This may cause a slight delay in delivery. Please accept our apologies and rest assured that we are working hard to rectify this. Best regards, [Waiting for confirmation] => Waiting for confirmation [Waiting for package] => Waiting for package [Package received] => Package received [Return denied] => Return denied [Return completed] => Return completed [Awaiting check payment] => Awaiting check payment [Payment accepted] => Payment accepted [Processing in progress] => Processing in progress [Shipped] => Shipped [Delivered] => Delivered [Canceled] => Canceled [Payment error] => Payment error [On backorder (paid)] => On backorder (paid) [On backorder (not paid)] => On backorder (not paid) [Awaiting bank wire payment] => Awaiting bank wire payment [Remote payment accepted] => Remote payment accepted [Awaiting Cash On Delivery validation] => Awaiting Cash On Delivery validation [None] => None [Low] => Low [Medium] => Medium [High] => High [1 - Creation in progress] => 1 - Creation in progress [2 - Order validated] => 2 - Order validated [3 - Pending receipt] => 3 - Pending receipt [4 - Order received in part] => 4 - Order received in part [5 - Order received completely] => 5 - Order received completely [6 - Order canceled] => 6 - Order canceled [Non ordered] => Non ordered [Abandoned cart] => Abandoned cart [Export carts] => Export carts [Abandoned Carts] => Abandoned Carts [From %date1% to %date2%] => From %date1% to %date2% [Average Order Value] => Average Order Value [Net Profit per Visitor] => Net Profit per Visitor [Free Shipping] => Free Shipping [%amount% tax excl.] => %amount% tax excl. [Cart #%ID%] => Cart #%ID% [VAT number] => VAT number [Identification number] => Identification number [Time limit of validity] => Time limit of validity [Returns prefix] => Returns prefix [Returns form] => Returns form [Order #%id% from %date%] => Order #%id% from %date% [Date issued] => Date issued [Return Merchandise Authorization (RMA)] => Return Merchandise Authorization (RMA) [Enable returns] => Enable returns [Customer explanation] => Customer explanation [Back office order] => Back office order [Free order] => Free order [Newsletter] => Newsletter [Unknown] => Unknown [%1$d years old (birth date: %2$s)] => %1$d years old (birth date: %2$s) [Average Age] => Average Age [Net Profit per Visit] => Net Profit per Visit [30 days] => 30 days [Newsletter Registrations] => Newsletter Registrations [Orders per Customer] => Orders per Customer [Total Cart] => Total Cart [Manual order -- Employee:] => Manual order -- Employee: [not paid] => not paid [overpaid] => overpaid [Credit slip for order #%d] => Credit slip for order #%d [#%order_id% from %order_date%] => #%order_id% from %order_date% [Download credit slip] => Download credit slip [Phone number(s)] => Phone number(s) [Qty available] => Qty available [Registration] => Registration [Last visit] => Last visit [Change Order Status] => Change Order Status [Open in new tabs] => Open in new tabs [It looks like you have exceeded the number of tabs allowed. Check your browser settings to open multiple tabs.] => It looks like you have exceeded the number of tabs allowed. Check your browser settings to open multiple tabs. [New client] => New client [Risk] => Risk [Outstanding allowance] => Outstanding allowance [Current outstanding] => Current outstanding [You can use this feature in a single shop context only. Switch context to enable it.] => You can use this feature in a single shop context only. Switch context to enable it. [Add new order message] => Add new order message [Add new order] => Add new order [Orders] => Orders [Order %reference% from %firstname% %lastname%] => Order %reference% from %firstname% %lastname% [You can use this feature in a single-store context only. Switch contexts to enable it.] => You can use this feature in a single-store context only. Switch contexts to enable it. [Customer email] => Customer email [The national ID card number of this person, or a unique tax identification number.] => The national ID card number of this person, or a unique tax identification number. [Address alias] => Address alias [Birthday] => Birthday [Group access] => Group access [Default customer group] => Default customer group [Website] => Website [Allowed outstanding amount] => Allowed outstanding amount [Maximum number of payment days] => Maximum number of payment days [Risk rating] => Risk rating [Add a note on this customer. It will only be visible to you.] => Add a note on this customer. It will only be visible to you. [Transform to a customer account] => Transform to a customer account [Return window] => Return window [Return prefix] => Return prefix [Free shipping] => Free shipping [The "shipping" field must be a valid number] => The "shipping" field must be a valid number [Re-stock products] => Re-stock products [Generate a credit slip] => Generate a credit slip [Generate a voucher] => Generate a voucher [Product(s) price:] => Product(s) price: [Product(s) price, excluding amount of initial voucher:] => Product(s) price, excluding amount of initial voucher: [Credit slip prefix] => Credit slip prefix [Delivery prefix] => Delivery prefix [Delivery number] => Delivery number [Enable product image] => Enable product image [Add a note on this order. It will only be visible to you.] => Add a note on this order. It will only be visible to you. [After the sequential number] => After the sequential number [Before the sequential number] => Before the sequential number [Enable invoices] => Enable invoices [Enable tax breakdown] => Enable tax breakdown [Invoice prefix] => Invoice prefix [Add current year to invoice number] => Add current year to invoice number [Reset sequential invoice number at the beginning of the year] => Reset sequential invoice number at the beginning of the year [Position of the year date] => Position of the year date [Invoice number] => Invoice number [Legal free text] => Legal free text [Footer text] => Footer text [Invoice model] => Invoice model [Use the disk as cache for PDF invoices] => Use the disk as cache for PDF invoices [Display to customer?] => Display to customer? [Manage your orders] => Manage your orders [Find all your orders on this page and access their main information in one click: check the cart total, the payment method, the shipping details, or if it comes from a new client. You can even update the status from the listing!] => Find all your orders on this page and access their main information in one click: check the cart total, the payment method, the shipping details, or if it comes from a new client. You can even update the status from the listing! [Required Fields] => Required Fields [Required fields] => Required fields [%firstname% %lastname% has not registered any addresses yet] => %firstname% %lastname% has not registered any addresses yet [Purchased products] => Purchased products [%firstname% %lastname% has no discount vouchers] => %firstname% %lastname% has no discount vouchers [Last connections] => Last connections [Pages viewed] => Pages viewed [Total time] => Total time [Origin] => Origin [IP Address] => IP Address [Sent on] => Sent on [%firstname% %lastname% has never contacted you] => %firstname% %lastname% has never contacted you [Valid orders:] => Valid orders: [for a total amount of %s] => for a total amount of %s [Invalid orders:] => Invalid orders: [Total spent] => Total spent [%firstname% %lastname% has not placed any orders yet] => %firstname% %lastname% has not placed any orders yet [Partner offers] => Partner offers [Age] => Age [Registration Date] => Registration Date [Last Visit] => Last Visit [Best Customer Rank] => Best Customer Rank [Registrations] => Registrations [Latest Update] => Latest Update [This customer is registered as a Guest.] => This customer is registered as a Guest. [Add a private note] => Add a private note [Last emails] => Last emails [Viewed products] => Viewed products [Administrate your customers] => Administrate your customers [Taking good care of your customers starts with making sure their profiles contain all the information needed to have their packages shipped without mishap.] => Taking good care of your customers starts with making sure their profiles contain all the information needed to have their packages shipped without mishap. [Creating a new Customer] => Creating a new Customer [Editing customer %name%] => Editing customer %name% [Set required fields for this section] => Set required fields for this section [Manage your Customers] => Manage your Customers [Information about customer %name%] => Information about customer %name% [No order validated for the moment. By default, an order is considered validated when its payment is accepted.] => No order validated for the moment. By default, an order is considered validated when its payment is accepted. [Customer since: %s] => Customer since: %s [Merchandise return (RMA) options] => Merchandise return (RMA) options [Merchandise Returns] => Merchandise Returns [Order messages] => Order messages [Discount name] => Discount name [Account creation date:] => Account creation date: [Number of orders:] => Number of orders: [Amount spent:] => Amount spent: [Write an email] => Write an email [No customer information available yet.] => No customer information available yet. [Cart information] => Cart information [Created:] => Created: [Last updated:] => Last updated: [Order %orderid% was created from this cart on %orderdate%.] => Order %orderid% was created from this cart on %orderdate%. [The customer has not proceeded to checkout yet.] => The customer has not proceeded to checkout yet. [Create an order from this cart] => Create an order from this cart [Share this cart] => Share this cart [Thanks to this link, your customer can open the cart, check its contents and validate the order, if it suits them.] => Thanks to this link, your customer can open the cart, check its contents and validate the order, if it suits them. [Credit slip options] => Credit slip options [By date] => By date [Generate PDF file by date] => Generate PDF file by date [Print PDF] => Print PDF [Generate PDF] => Generate PDF [Delivery slip options] => Delivery slip options [Order statuses] => Order statuses [By order status] => By order status [Generate PDF file by status] => Generate PDF file by status [Invoice options] => Invoice options [Add new address] => Add new address [Cart] => Cart [In stock] => In stock [Add to cart] => Add to cart [Gift] => Gift [Vouchers] => Vouchers [Search for a voucher] => Search for a voucher [Add new voucher] => Add new voucher [No voucher was found] => No voucher was found [Add new customer] => Add new customer [Search for a customer] => Search for a customer [Total paid] => Total paid [View this cart] => View this cart [Use this cart] => Use this cart [Use] => Use [Duplicate this order] => Duplicate this order [Delivery option] => Delivery option [Shipping price (Tax incl.)] => Shipping price (Tax incl.) [Gift message] => Gift message [Total products] => Total products [Total vouchers (Tax excl.)] => Total vouchers (Tax excl.) [Total shipping (Tax excl.)] => Total shipping (Tax excl.) [Total taxes] => Total taxes [Total (Tax excl.)] => Total (Tax excl.) [Total (Tax incl.)] => Total (Tax incl.) [Order message] => Order message [Order status] => Order status [More actions] => More actions [Send pre-filled order to the customer by email] => Send pre-filled order to the customer by email [Proceed to checkout in the front office] => Proceed to checkout in the front office [Add a product] => Add a product [Edit shipping details] => Edit shipping details [Reference number:] => Reference number: [Supplier reference:] => Supplier reference: [Create a new invoice] => Create a new invoice [New invoice information] => New invoice information [SIRET] => SIRET [APE] => APE [Account registered:] => Account registered: [Validated orders placed:] => Validated orders placed: [Shipping address] => Shipping address [Invoice address] => Invoice address [Private note] => Private note [Recycled packaging] => Recycled packaging [Documents] => Documents [Merchandise returns] => Merchandise returns [Gift wrapping] => Gift wrapping [Document] => Document [Credit slip] => Credit slip [Delivery slip] => Delivery slip [Enter payment] => Enter payment [Add note] => Add note [Edit note] => Edit note [Generate invoice] => Generate invoice [Edit the price] => Edit the price [Resend email] => Resend email [Order note] => Order note [Order ID] => Order ID [Linked orders] => Linked orders [Number] => Number [View full conversation] => View full conversation [Choose your order message] => Choose your order message [Configure predefined messages] => Configure predefined messages [Send message] => Send message [Standard refund] => Standard refund [Return products] => Return products [Cancel products] => Cancel products [View invoice] => View invoice [View delivery slip] => View delivery slip [Print order] => Print order [Payment method] => Payment method [Transaction ID] => Transaction ID [Card number] => Card number [Not defined] => Not defined [Card type] => Card type [Cardholder name] => Cardholder name [Change currency] => Change currency [Refunded] => Refunded [Partial refund] => Partial refund [Add a discount] => Add a discount [Wrapping] => Wrapping [This order has been partially paid by voucher. Choose the amount you want to refund:] => This order has been partially paid by voucher. Choose the amount you want to refund: [Stock location] => Stock location [Shipping does not apply to virtual orders] => Shipping does not apply to virtual orders [Sources] => Sources [From] => From [To] => To [Update status] => Update status [Choose an order status] => Choose an order status [Create order] => Create order [default] => default [Group] => Group [Groups] => Groups [Shipping details] => Shipping details [Invoice details] => Invoice details [Open details] => Open details ) [ModulesGridhtmlAdmin] => Array ( [Simple HTML table display] => Simple HTML table display [Just allow statistics to be displayed (and therefore analyzed) on your back office.] => Just allow statistics to be displayed (and therefore analyzed) on your back office. ) [AdminAdvparametersNotification] => Array ( [Administrator permissions cannot be modified.] => Administrator permissions cannot be modified. [Importing your data...] => Importing your data... [Data imported!] => Data imported [Look at your listings to make sure it's all there as you wished.] => Look at your listings to make sure it's all there as you wished. [Warning, the current import may require a PHP setting update, to allow more data to be transferred. If the current import stops before the end, you should increase your PHP "post_max_size" setting to [1]%size%[/1]MB at least, and try again.] => Warning, the current import may require a PHP setting update, to allow more data to be transferred. If the current import stops before the end, you should increase your PHP "post_max_size" setting to [1]%size%[/1]MB at least, and try again. [Some errors were detected. Please check the details:] => Some errors were detected. Please check the details: [Errors occurred:] => Errors occurred: [We made the following adjustments:] => We made the following adjustments: [Validating data...] => Validating data... [Ignore warnings and continue?] => Ignore warnings and continue? [Abort import] => Abort import [Aborting, please wait...] => Aborting, please wait... [[1]%percentage%[/1]% validated] => [1]%percentage%[/1]% validated [Processing next page...] => Processing next page... [Linking accessories...] => Linking accessories... [[1]%size%[/1]% imported] => [1]%size%[/1]% imported [Error - The following e-mail template is missing: %s] => Error - The following e-mail template is missing: %s ["Backup" directory does not exist.] => Backup directory does not exist. [Invalid ID] => Invalid ID [Unable to create backup file] => Unable to create backup file [An error occurred while backing up. Unable to obtain the schema of %s] => An error occurred while backing up. Unable to obtain the schema of %s [No valid tables were found to backup.] => No valid tables were found to backup. [Error deleting] => Error deleting [Can't add the voucher.] => Can't add the voucher. [Your file has been successfully imported into your shop. Don't forget to re-build the products' search index.] => Your file has been successfully imported into your shop. Don't forget to re-build the products' search index. [(click to open "Generators" page)] => (click to open "Generators" page) [Warehouse did not exist, cannot set on product %name%.] => Warehouse did not exist, cannot set on product %name%. [No image was found for combination with id_product = %s and image position = %s.] => No image was found for combination with id_product = %s and image position = %s. [EAN13 "%ean13%" has incorrect value for product with id %id%.] => EAN13 "%ean13%" has incorrect value for product with id %id%. [Advanced stock management has incorrect value. Not set for product with id %id%.] => Advanced stock management has incorrect value. Not set for product with id %id%. [Advanced stock management is not enabled, cannot enable on product with id %id%.] => Advanced stock management is not enabled, cannot enable on product with id %id%. [Advanced stock management is not enabled, warehouse is not set on product with id %id%.] => Advanced stock management is not enabled, warehouse is not set on product with id %id%. [Email address %1$s (ID: %2$s) cannot be validated.] => Email address %1$s (ID: %2$s) cannot be validated. [Email address %1$s (ID: %2$s) cannot be saved.] => Email address %1$s (ID: %2$s) cannot be saved. [%1$s does not exist in database %2$s (ID: %3$s), and therefore cannot be validated] => %1$s does not exist in database %2$s (ID: %3$s), and therefore cannot be validated. [%1$s does not exist in database %2$s (ID: %3$s), and therefore cannot be saved] => %1$s does not exist in database %2$s (ID: %3$s), and therefore cannot be saved. ["%email%" is not a valid email address.] => "%email%" is not a valid email address. [The customer ID #%d does not exist in the database, and therefore cannot be validated.] => The customer ID #%d does not exist in the database, and therefore cannot be validated. [The customer ID #%d does not exist in the database, and therefore cannot be saved.] => The customer ID #%d does not exist in the database, and therefore cannot be saved. [Supplier is invalid] => Supplier is invalid [Alias is invalid] => Alias is invalid [Store is invalid] => Store is invalid [Supplier ID (%id%) is not valid (at line %line%).] => Supplier ID (%id%) is not valid (at line %line%). [Lang ID (%id%) is not valid (at line %line%).] => Lang ID (%id%) is not valid (at line %line%). [Warehouse ID (%id%) is not valid (at line %line%).] => Warehouse ID (%id%) is not valid (at line %line%). [Currency ID (%id%) is not valid (at line %line%).] => Currency ID (%id%) is not valid (at line %line%). [Reference (%ref%) already exists (at line %line%).] => Reference (%ref%) already exists (at line %line%). [YYYY-MM-DD] => YYYY-MM-DD [Date format (%date%) is not valid (at line %line%). It should be: %date_format%.] => Date format (%date%) is not valid (at line %line%). It should be: %date_format%. [Date (%date%) cannot be in the past (at line %line%). Format: %date_format%.] => Date (%date%) cannot be in the past (at line %line%). Format: %date_format%. [Format: Between 0 and 100] => Format: Between 0 and 100 [Discount rate (%rate%) is not valid (at line %line%). %format%.] => Discount rate (%rate%) is not valid (at line %line%). %format%. [Supply Order (%id%) is not editable (at line %line%).] => Supply Order (%id%) is not editable (at line %line%). [Supply Order could not be saved (at line %line%).] => Supply Order could not be saved (at line %line%). [Supply Order (%s) could not be loaded (at line %d).] => Supply Order (%s) could not be loaded (at line %d). [Product/Attribute (%d/%d) cannot be added twice (at line %d).] => Product/Attribute (%d/%d) cannot be added twice (at line %d). [Product (%d/%d) is not available for this order (at line %d).] => Product (%d/%d) is not available for this order (at line %d). [Unit Price (tax excl.) (%d) is not valid (at line %d).] => Unit Price (tax excl.) (%d) is not valid (at line %d). [Quantity Expected (%d) is not valid (at line %d).] => Quantity Expected (%d) is not valid (at line %d). [Discount rate (%d) is not valid (at line %d). %s.] => Discount rate (%d) is not valid (at line %d). %s. [Cannot read the .CSV file] => Cannot read the .CSV file [Linking Accessories...] => Linking Accessories... [The confirmation email couldn't be sent, but the import is successful. Yay!] => The confirmation email couldn't be sent, but the import is successful. Yay! [EAN-13 "%ean13%" has incorrect value for product with ID %id%.] => EAN-13 "%ean13%" has incorrect value for product with ID %id%. [There is an empty row in the file that won't be imported.] => There is an empty row in the file that won't be imported. [%s import] => %s import [(from %s to %s)] => (from %s to %s) [with truncate] => with truncate [The category ID must be unique. It can't be the same as the one for Root or Home category.] => The category ID must be unique. It can't be the same as the one for Root or Home category. [The category ID must be unique. It can't be the same as the one for the parent category (ID: %1$s).] => The category ID must be unique. It can't be the same as the one for the parent category (ID: %1$s). [A category can't be its own parent. You should rename it (current name: %1$s).] => A category can't be its own parent. You should rename it (current name: %1$s). [%category_name% (ID: %id%) cannot be saved] => %category_name% (ID: %id%) cannot be saved [URL rewriting failed to auto-generate a friendly URL for: %category_name%] => URL rewriting failed to auto-generate a friendly URL for: %category_name% [Rewrite link for %1$s (ID %2$s): re-written as %3$s.] => Rewrite link for %1$s (ID %2$s): re-written as %3$s. [A category cannot be its own parent. The parent category ID is either missing or unknown (ID: %1$s).] => A category cannot be its own parent. The parent category ID is either missing or unknown (ID: %1$s). [The root category cannot be modified.] => The root category cannot be modified. [cannot be copied.] => cannot be copied. [%1$s (ID: %2$s) cannot be %3$s] => %1$s (ID: %2$s) cannot be %3$s [Unknown tax rule group ID. You need to create a group with this ID first.] => Unknown tax rule group ID. You need to create a group with this ID first. [%1$s (ID: %2$s) cannot be saved] => %1$s (ID: %2$s) cannot be saved [%data% cannot be saved] => %data% cannot be saved [Shop is not valid] => Shop is not valid [Discount is invalid] => Discount is invalid [Tags list is invalid] => Tags list is invalid [Error copying image: %url%] => Error copying image: %url% [Product #%id%: the picture (%url%) cannot be saved.] => Product #%id%: the picture (%url%) cannot be saved. [Advanced stock management has incorrect value. Not set for product %name%] => Advanced stock management has incorrect value. Not set for product %name% [Advanced stock management is not enabled, cannot enable on product %name%] => Advanced stock management is not enabled, cannot enable on product %name% [Advanced stock management is not enabled, warehouse not set on product %name%] => Advanced stock management is not enabled, warehouse not set on product %name% [Incorrect value for "Depends on stock" for product %name%] => Incorrect value for "Depends on stock" for product %name% [Advanced stock management is not enabled, cannot set "Depends on stock" for product %name%] => Advanced stock management is not enabled, cannot set "Depends on stock" for product %name% [The uploaded file exceeds the upload_max_filesize directive in php.ini. If your server configuration allows it, you may add a directive in your .htaccess.] => The uploaded file exceeds the upload_max_filesize directive in php.ini. If your server configuration allows it, you may add a directive in your .htaccess. [The uploaded file exceeds the post_max_size directive in php.ini. If your server configuration allows it, you may add a directive in your .htaccess, for example:] => The uploaded file exceeds the post_max_size directive in php.ini. If your server configuration allows it, you may add a directive in your .htaccess, for example: [The uploaded file was only partially uploaded.] => The uploaded file was only partially uploaded. [An error occurred while uploading / copying the file.] => An error occurred while uploading / copying the file. [No file was uploaded.] => No file was uploaded. [The import directory doesn't exist. Please check your file path.] => The import directory doesn't exist. Please check your file path. [The import directory must be writable (CHMOD 755 / 777).] => The import directory must be writable (CHMOD 755 / 777). [To proceed, please upload a file first.] => Please upload a file in order to continue. [The file is too large and cannot be downloaded. Please use the LIMIT clause in this query.] => The file is too large and cannot be downloaded. Please use the LIMIT clause in this query. [The "%tablename%" table does not exist.] => The "%tablename%" table does not exist. [The "%attribute%" attribute does not exist in the "%table%" table.] => The "%attribute%" attribute does not exist in the "%table%" table. [Undefined "%s" error] => Undefined "%s" error [The "*" operator cannot be used in a nested query.] => The "*" operator cannot be used in a nested query. [The operator "%s" is incorrect.] => The operator "%s" is incorrect. [The "%operator%" operator is incorrect.] => The "%operator%" operator is incorrect. [The LIMIT clause must contain numeric arguments.] => The LIMIT clause must contain numeric arguments. [The "%reference%" reference does not exist in the "%table%" table.] => The "%reference%" reference does not exist in the "%table%" table. [When multiple tables are used, each attribute must refer back to a table.] => When multiple tables are used, each attribute must refer back to a table. ["%key%" is an unauthorized keyword.] => "%key%" is an unauthorized keyword. [You cannot have two shops with the same name in the same group.] => You cannot have two stores with the same name in the same group. [Unable to load this shop.] => Unable to load this shop. [You need to select at least the root category.] => You need to select at least the root category. [You cannot have two stores with the same name in the same group.] => You cannot have two stores with the same name in the same group. [Unable to load this store.] => Unable to load this store. [You must configure this store's URL before setting it as default.] => You must configure this store's URL before setting it as default. [You've selected a state for a country that does not contain states.] => You've selected a state for a country that does not contain states. [You can't put this menu inside itself. ] => You can't put this menu inside itself. [The settings file cannot be overwritten.] => The settings file cannot be overwritten. [To use Smarty Cache, the directory %directorypath% must be writable.] => To use Smarty Cache, the directory %directorypath% must be writable. [Before being able to use this tool, you need to:[1][2]Create a blank .htaccess in your root directory.[/2][2]Give it write permissions (CHMOD 666 on Unix system).[/2][/1]] => Before being able to use this tool, you need to:[1][2]Create a blank .htaccess in your root directory.[/2][2]Give it write permissions (CHMOD 666 on Unix system).[/2][/1] [Error: Could not find whether debug mode is enabled. Make sure that the correct permissions are set on the file %s] => Error: Could not find whether debug mode is enabled. Make sure that the correct permissions are set on the file %s [Error: Could not find whether debug profiling is enabled. Make sure that the correct permissions are set on the file %s] => Error: Could not find whether debug profiling is enabled. Make sure that the correct permissions are set on the file %s. [The SameSite=None is only available in secure mode.] => The SameSite=None is only available in secure mode. [Warehouse did not exist, cannot set on product %name%] => Warehouse did not exist, cannot set on product %name% [Media server #1 is invalid] => Media server #1 is invalid [Media server #2 is invalid] => Media server #2 is invalid [Media server #3 is invalid] => Media server #3 is invalid [Cannot disable SSL configuration due to the Cookie SameSite=None.] => Cannot disable SSL configuration due to the Cookie SameSite=None. [Update your PHP version.] => Update your PHP version. [Configure your server to allow file uploads.] => Configure your server to allow file uploads. [Configure your server to allow the creation of directories and files with write permissions.] => Configure your server to allow the creation of directories and files with write permissions. [Enable the CURL extension on your server.] => Enable the CURL extension on your server. [Enable the DOM extension on your server.] => Enable the DOM extension on your server. [Enable the Fileinfo extension on your server.] => Enable the Fileinfo extension on your server. [Enable the GD library on your server.] => Enable the GD library on your server. [Enable the JSON extension on your server.] => Enable the JSON extension on your server. [Enable the Mbstring extension on your server.] => Enable the Mbstring extension on your server. [Enable the OpenSSL extension on your server.] => Enable the OpenSSL extension on your server. [Enable the PDO Mysql extension on your server.] => Enable the PDO Mysql extension on your server. [Enable the XML extension on your server.] => Enable the XML extension on your server. [Enable the ZIP extension on your server.] => Enable the ZIP extension on your server. [Enable the MySQL support on your server.] => Enable the MySQL support on your server. [Set write permissions for the "config" folder.] => Set write permissions for the "config" folder. [Set write permissions for the "cache" folder.] => Set write permissions for the "cache" folder. [Set write permissions for the "sitemap.xml" file.] => Set write permissions for the "sitemap.xml" file. [Set write permissions for the "img" folder and subfolders.] => Set write permissions for the "img" folder and subfolders. [Set write permissions for the "log" folder and subfolders.] => Set write permissions for the "log" folder and subfolders. [Set write permissions for the "mails" folder and subfolders.] => Set write permissions for the "mails" folder and subfolders. [Set write permissions for the "modules" folder and subfolders.] => Set write permissions for the "modules" folder and subfolders. [Set write permissions for the "themes/%s/cache/" folder and subfolders, recursively.] => Set write permissions for the "themes/%s/cache/" folder and subfolders, recursively. [Set write permissions for the "themes/%s/lang/" folder and subfolders, recursively.] => Set write permissions for the "themes/%s/lang/" folder and subfolders, recursively. [Set write permissions for the "themes/%s/pdf/lang/" folder and subfolders, recursively.] => Set write permissions for the "themes/%s/pdf/lang/" folder and subfolders, recursively. [Set write permissions for the "app/config/" folder and subfolders, recursively.] => Set write permissions for the "app/config/" folder and subfolders, recursively. [Set write permissions for the "app/Resources/translations/" folder and subfolders, recursively.] => Set write permissions for the "app/Resources/translations/" folder and subfolders, recursively. [Set write permissions for the "translations" folder and subfolders.] => Set write permissions for the "translations" folder and subfolders. [Set write permissions for the "upload" folder and subfolders.] => Set write permissions for the "upload" folder and subfolders. [Set write permissions for the "download" folder and subfolders.] => Set write permissions for the "download" folder and subfolders. [Allow the PHP fopen() function on your server.] => Allow the PHP fopen() function on your server. [Enable GZIP compression on your server.] => Enable GZIP compression on your server. [Some PrestaShop files are missing from your server.] => Some PrestaShop files are missing from your server. [You are using PHP %s version. Soon, the latest PHP version supported by PrestaShop will be PHP 5.6. To make sure you’re ready for the future, we recommend you to upgrade to PHP 5.6 now!] => You are using PHP %s version. Soon, the latest PHP version supported by PrestaShop will be PHP 5.6. To make sure you’re ready for the future, we recommend you to upgrade to PHP 5.6 now! [Enable the Apache mod_rewrite module] => Enable the Apache mod_rewrite module [Unable to generate private keys using openssl_pkey_new. Check your OpenSSL configuration, especially the path to openssl.cafile.] => Unable to generate private keys using openssl_pkey_new. Check your OpenSSL configuration, especially the path to openssl.cafile. [The "%function%" function is not allowed.] => The "%function%" function is not allowed. [The limit chosen is larger than the server's maximum upload limit. Please increase the limits of your server.] => The limit chosen is larger than the server's maximum upload limit. Please increase the limits of your server. [The extension of your file should be .csv.] => The extension of your file should be .csv. [Error: Could not write to file. Make sure that the correct permissions are set on the file %s] => Error: Could not write to file. Make sure that the correct permissions are set on the file %s [It appears the backup was successful, however you must download and carefully verify the backup file before proceeding.] => It appears the backup was successful, however you must download and carefully verify the backup file before proceeding. [The "Backups" directory located in the admin directory must be writable (CHMOD 755 / 777).] => The "Backups" directory located in the admin directory must be writable (CHMOD 755 / 777). [The backup file does not exist] => The backup file does not exist [You cannot edit the SuperAdmin profile.] => You cannot edit the SuperAdmin profile. [You cannot disable or delete the administrator account.] => You cannot disable or delete the administrator account. [You cannot disable or delete your own account.] => You cannot disable or delete your own account. [The employee must be associated with at least one shop.] => The employee must be associated with at least one shop. [The provided profile is invalid] => The provided profile is invalid [Your current password is invalid.] => Your current password is invalid. [The import file cannot be read.] => The import file cannot be read. [The Memcached server cannot be added.] => The Memcached server cannot be added. [There was an error when attempting to delete the Memcached server.] => There was an error when attempting to delete the Memcached server. [All caches cleared successfully] => All caches cleared successfully [For security reasons, you cannot delete the Administrator's profile.] => For security reasons, you cannot delete the Administrator's profile. [Key length must be 32 character long.] => Key length must be 32 character long. [This key already exists.] => This key already exists. [(you must install the [a]Memcache PECL extension[/a])] => (you must install the [a]Memcache PECL extension[/a]) [(you must install the [a]Memcached PECL extension[/a])] => (you must install the [a]Memcached PECL extension[/a]) [(you must install the [a]APC PECL extension[/a])] => (you must install the [a]APC PECL extension[/a]) [(you must install the [a]Xcache extension[/a])] => (you must install the [a]Xcache extension[/a]) [The locale must be installed] => The locale must be installed [Key length must be %length% characters long.] => Key length must be %length% characters long. [Only non-accented characters, numbers, and the following special characters are allowed: %allowed_characters%] => Only non-accented characters, numbers, and the following special characters are allowed: %allowed_characters% [I have read the disclaimer. Please create a new backup.] => I have read the disclaimer. Please create a new backup. [Disclaimer before creating a new backup] => Disclaimer before creating a new backup [PrestaShop is not responsible for your database, its backups and/or recovery.] => PrestaShop is not responsible for your database, its backups and/or recovery. [PrestaShop is open-source software. You are using it at your own risk under the license agreement.] => PrestaShop is open-source software. You are using it at your own risk under the license agreement. [You should back up your data on a regular basis (both files and database).] => You should back up your data on a regular basis (both files and database). [This function only backs up your database, not your files.] => This function only backs up your database, not your files. [By default, your existing database tables will be dropped during the backup recovery (see "Backup options" below).] => By default, your existing database tables will be dropped during the backup recovery (see "Backup options" below). [Always verify the quality and integrity of your backup files!] => Always verify the quality and integrity of your backup files! [Always verify that your backup files are complete, up-to-date and valid, even if you had a success message appear during the backup process.] => Always verify that your backup files are complete, up-to-date and valid, even if you had a success message appear during the backup process. [Always check your data.] => Always check your data. [Never restore a backup on a live site.] => Never restore a backup on a live site. [Beginning the download ...] => Beginning the download ... [Backup files should automatically start downloading.] => Backup files should automatically start downloading. [If not,[1][2] please click here[/1]!] => If not,[1][2] please click here[/1]! [Are you sure you want to delete this entity:] => Are you sure you want to delete this entity: [Note that the Category import does not support having two categories with the same name.] => Note that the Category import does not support having two categories with the same name. [Note that you can have several products with the same reference.] => Note that you can have several products with the same reference. [New features are available. Feel free to try them out!] => New features are available. Feel free to try them out! [Testing a feature before its official release can be exciting. However, you must be aware of the potential risks of such experiments:] => Testing a feature before its official release can be exciting. However, you must be aware of the potential risks of such experiments: [Experimental features are still under development. Enabling them could therefore have unintended consequences and cause data loss.] => Experimental features are still under development. Enabling them could therefore have unintended consequences and cause data loss. [In any case, you should never experiment in production.] => In any case, you should never experiment in production. [Are you sure you want to enable this experimental feature?] => Are you sure you want to enable this experimental feature? [You are about to enable a feature that is not stable yet. This should only be done in a test environment or in full knowledge of the potential risks.] => You are about to enable a feature that is not stable yet. This should only be done in a test environment or in full knowledge of the potential risks. [Please choose a MySQL table] => Please choose a MySQL table [When saving the query, only the "SELECT" SQL statement is allowed.] => When saving the query, only the "SELECT" SQL statement is allowed. [This SQL query has no result.] => This SQL query has no result. [Do you really want to remove the server %serverIp%:%serverPort% ?] => Do you really want to remove the server %serverIp%:%serverPort%? [OK] => OK [Please fix the following error(s)] => Please fix the following error(s) [Checking files...] => Checking files... [Missing files] => Missing files [Updated files] => Updated files [Changed/missing files have been detected.] => Changed/missing files have been detected. [No change has been detected in your files.] => No change has been detected in your files. ) [ModulesCurrencyselectorAdmin] => Array ( [Currency block] => Currency block [Adds a block allowing customers to choose their preferred shopping currency.] => Adds a block allowing customers to choose their preferred shopping currency. [Offer your customers the possibility to buy matching items when on a product page.] => Offer your customers the possibility to buy matching items when on a product page. ) [ShopFormsLabels] => Array ( [Alias] => Alias [Address] => Address [Address Complement] => Address Complement [Zip/Postal Code] => Zip/Postal Code [City] => City [Country] => Country [State] => State [Phone] => Phone [Mobile phone] => Mobile phone [VAT number] => VAT number [Other] => Other [First name] => First name [Last name] => Last name [Company] => Company [Identification number] => Identification number [Social title] => Social title [Birthdate] => Birthdate [Email] => Email [Password] => Password [Subject] => Subject [Order reference] => Order reference [Attachment] => Attachment [Message] => Message [Email address] => Email address [Your email address] => Your email address [Please choose] => Please choose [-- day --] => -- day -- [-- month --] => -- month -- [-- year --] => -- year -- [Optional] => Optional [Set your password:] => Set your password: [Product] => Product [-- please choose --] => -- please choose -- [Order Reference:] => Order Reference: [Email:] => Email: [New password] => New password [Confirmation] => Confirmation ) [ModulesEmailalertsShop] => Array ( [Your email address is invalid.] => Your email address is invalid. [You already have set an alert for this product.] => You already have set an alert for this product. [Request notification registered] => Request notification registered [Delete email alert] => Delete email alert [No mail alerts yet.] => No mail alerts yet. [My alerts] => My alerts [[email protected]] => [email protected] [Notify me when available] => Notify me when available [You will be notified when this product is available.] => You will be notified when this product is available. ) [ModulesSpecialsShop] => Array ( [On sale] => On sale [All sale products] => All sale products ) [ModulesMainmenuAdmin] => Array ( [Main menu] => Main menu [Make it easy for your visitors to find their way on your store, select the right link and turn it into a menu item.] => Make it easy for your visitors to find their way on your store, select the right link and turn it into a menu item. [Unable to update settings for the following shop(s): %s] => Unable to update settings for the following shop(s): %s [Please complete the "Link" field.] => Please complete the "Link" field. [Please add a label.] => Please add a label. [Please add a label for your default language.] => Please add a label for your default language. [The link has been added.] => The link has been added. [Unable to add link for the following shop(s): %s] => Unable to add link for the following shop(s): %s [The link has been removed.] => The link has been removed. [Unable to remove link for the following shop(s): %s] => Unable to remove link for the following shop(s): %s [The link has been edited.] => The link has been edited. [You cannot manage top menu items from a "All Shops" or a "Group Shop" context, select directly the shop you want to edit] => You cannot manage top menu items from a "All Shops" or a "Group Shop" context, select directly the shop you want to edit [The modifications will be applied to shop: %s] => The modifications will be applied to shop: %s [The modifications will be applied to this group: %s] => The modifications will be applied to this group: %s [The modifications will be applied to all shops] => The modifications will be applied to all shops [All brands] => All brands [All suppliers] => All suppliers [Menu Top Link] => Menu Top Link [All active products combinations quantities will be changed] => All active products combinations quantities will be changed [Update link] => Update link [Add a new link] => Add a new link [CMS] => CMS [Shops] => Shops [Choose product ID] => Choose product ID [Menu Top Links] => Menu Top Links [Link ID] => Link ID [Link list] => Link list [Indicate the ID number for the product] => Indicate the ID number for the product [Product ID #] => Product ID # [Please select just one item] => Please select just one item [Change position] => Change position [Selected items] => Selected items [Available items] => Available items [Remove] => Remove ) [ModulesWirepaymentAdmin] => Array ( [Wire payment] => Bank transfer [Accept wire payments by displaying your account details during the checkout.] => Accept wire payments by displaying your account details during the checkout. [Are you sure about removing these details?] => Are you sure about removing these details? [Account owner and account details must be configured before using this module.] => Account owner and account details must be configured before using this module. [No currency has been set for this module.] => No currency has been set for this module. [Account details are required.] => Account details are required. [Account owner is required.] => Account owner is required. [Account details] => Account details [Account owner] => Account owner [Such as bank branch, IBAN number, BIC, etc.] => Such as bank branch, IBAN number, BIC, etc. [Bank address] => Bank address [Customization] => Customization [Reservation period] => Reservation period [Number of days the items remain reserved] => Number of days the items remain reserved [Information to the customer] => Customer information [Information on the bank transfer (processing time, starting of the shipping...)] => Information on the bank transfer (processing time, starting of the shipping...) [Display the invitation to pay in the order confirmation page] => Display the invitation to pay in the order confirmation page [Your country's legislation may require you to send the invitation to pay by email only. Disabling the option will hide the invitation on the confirmation page.] => Your country's legislation may require you to send the invitation to pay by email only. Disabling the option will hide the invitation on the confirmation page. [Bank address is required.] => Bank address is required. [The %field% is invalid. Please enter a positive integer.] => The %field% is invalid. Please enter a positive integer. [This module allows you to accept secure payments by bank wire.] => This module allows you to accept secure payments by bank wire. [If the client chooses to pay by bank wire, the order status will change to 'Waiting for Payment'.] => If the client chooses to pay by bank wire, the order status will change to 'Waiting for Payment'. [That said, you must manually confirm the order upon receiving the bank wire.] => That said, you must manually confirm the order upon receiving the bank wire. ) [ModulesBannerShop] => Array ( [Choose a file] => Choose a file ) [ModulesLinklistAdmin] => Array ( [Link List] => Link List [Give more visibility to your content/static pages (CMS, external pages, or else), where you want and when you want, to make your visitors feel like shopping on your store.] => Give more visibility to your content/static pages (CMS, external pages, or else), where you want and when you want, to make your visitors feel like shopping on your store. [New block] => New block [ID] => ID [Name of the block] => Name of the block [Title] => Title [URL] => URL [Name of the block cannot be longer than %limit% characters] => Name of the block cannot be longer than %limit% characters [Content pages] => Content pages [Product pages] => Product pages [Categories] => Categories [Static content] => Static content [Custom content] => Custom content [Edit the link block.] => Edit the link block. [New link block] => New link block ) [ModulesCashondeliveryShop] => Array ( [Pay by Cash on Delivery] => Pay by Cash on Delivery [Your order on %s is complete.] => Your order on %s is complete. [You have chosen the cash on delivery method.] => You have chosen the cash on delivery method. [Your order will be sent very soon.] => Your order will be sent very soon. [For any questions or for further information, please contact our] => For any questions or for further information, please contact our [customer support] => customer support [You pay for the merchandise upon delivery] => You pay for the merchandise upon delivery ) [ModulesStatspersonalinfosAdmin] => Array ( [Registered customer information] => Registered customer information [Enrich your stats, add information about your registered customers and learn more about them!] => Enrich your stats, add information about your registered customers and learn more about them! [Target your audience] => Target your audience [In order for each message to have an impact, you need to know who it is being addressed to. ] => In order for each message to have an impact, you need to know who it is being addressed to. [Defining your target audience is essential when choosing the right tools to win them over.] => Defining your target audience is essential when choosing the right tools to win them over. [It is best to limit an action to a group -- or to groups -- of clients.] => It is best to limit an action to a group -- or to groups -- of clients. [Storing registered customer information allows you to accurately define customer profiles so you can adapt your special deals and promotions.] => Storing registered customer information allows you to accurately define customer profiles so you can adapt your special deals and promotions. [You can increase your sales by:] => You can increase your sales by: [Launching targeted advertisement campaigns.] => Launching targeted advertisement campaigns. [Contacting a group of clients by email or newsletter.] => Contacting a group of clients by email or newsletter. [Gender distribution allows you to determine the percentage of men and women shoppers on your store.] => Gender distribution allows you to determine the percentage of men and women shoppers on your store. [CSV Export] => CSV Export [Age ranges allow you to better understand target demographics.] => Age ranges allow you to better understand target demographics. [Country distribution allows you to analyze which part of the World your customers are shopping from.] => Country distribution allows you to analyze which part of the World your customers are shopping from. [Currency range allows you to determine which currency your customers are using.] => Currency range allows you to determine which currency your customers are using. [Language distribution allows you to analyze the browsing language used by your customers.] => Language distribution allows you to analyze the browsing language used by your customers. [No customers have registered yet.] => No customers have registered yet. [Gender distribution] => Gender distribution [Age range] => Age range [0-18] => 0-18 [18-24] => 18-24 [25-34] => 25-34 [35-49] => 35-49 [50-59] => 50-59 [60+] => 60+ [Country distribution] => Country distribution [Currency distribution] => Currency distribution [Language distribution] => Language distribution ) [ModulesDashtrendsAdmin] => Array ( [Dashboard Trends] => Dashboard Trends [Adds a block with a graphical representation of the development of your store(s) based on selected key data.] => Adds a block with a graphical representation of the development of your store(s) based on selected key data. [%s points] => %s points [Average Cart Value] => Average Cart Value [Conversion Rate] => Conversion Rate [%s (previous period)] => %s (previous period) [Enrich your dashboard: display a graphical representation of your store’s development.] => Enrich your dashboard: display a graphical representation of your store’s development. [Net Profit] => Net Profit [Dashboard] => Dashboard [Sum of revenue (excl. tax) generated within the date range by orders considered validated.] => Sum of revenue (excl. tax) generated within the date range by orders considered validated. [Total number of orders received within the date range that are considered validated.] => Total number of orders received within the date range that are considered validated. [Average Cart Value is a metric representing the value of an average order within the date range. It is calculated by dividing Sales by Orders.] => Average Cart Value is a metric representing the value of an average order within the date range. It is calculated by dividing Sales by Orders. [Cart Value] => Cart Value [Total number of visits within the date range. A visit is the period of time a user is actively engaged with your website.] => Total number of visits within the date range. A visit is the period of time a user is actively engaged with your website. [Ecommerce Conversion Rate is the percentage of visits that resulted in an validated order.] => Ecommerce Conversion Rate is the percentage of visits that resulted in an validated order. [Net profit is a measure of the profitability of a venture after accounting for all Ecommerce costs. You can provide these costs by clicking on the configuration icon right above here.] => Net profit is a measure of the profitability of a venture after accounting for all Ecommerce costs. You can provide these costs by clicking on the configuration icon right above here. ) [ShopThemeCheckout] => Array ( [tax incl.] => tax incl. [tax excl.] => tax excl. [(additional cost of %giftcost% %taxlabel%)] => (additional cost of %giftcost% %taxlabel%) [I would like my order to be gift wrapped %cost%] => I would like my order to be gift wrapped %cost% [Personal Information] => Personal Information [I agree to the [terms of service] and will adhere to them unconditionally.] => I agree to the [terms of service] and will adhere to them unconditionally. [%price% tax incl.] => %price% tax incl. [%price% tax excl.] => %price% tax excl. [Free] => Free [My Address] => My Address [Tax included] => Tax included [Tax excluded] => Tax excluded [Free shipping] => Free shipping [Guest order tracking] => Guest Order Tracking [Order confirmation] => Order confirmation [Product Successfully Added to Your Shopping Cart] => Product Successfully Added to Your Shopping Cart [Discount(s)] => Discount(s) [Shipping] => Shipping [Included taxes] => Included taxes [Taxes] => Taxes [1 item] => 1 item [%count% items] => %count% items [A minimum shopping cart total of %amount% (tax excl.) is required to validate your order. Current cart total is %total% (tax excl.).] => A minimum shopping cart total of %amount% (tax excl.) is required to validate your order. Current cart total is %total% (tax excl.). [Total] => Total [Total (tax incl.)] => Total (tax incl.) [Total (tax excl.)] => Total (tax excl.) [Total paid] => Total paid [Subtotal] => Subtotal [Gift wrapping] => Gift wrapping [Discount] => Discount [Shipping and handling] => Shipping and handling [Tax] => Tax [Product successfully added to your shopping cart] => Product successfully added to your shopping cart [Quantity:] => Quantity: [There are %products_count% items in your cart.] => There are %products_count% items in your cart. [There is %products_count% item in your cart.] => There is %products_count% item in your cart. [Subtotal:] => Subtotal: [Shipping:] => Shipping: [Shopping cart link containing %nbProducts% product(s)] => Shopping cart link containing %nbProducts% product(s) [Cart] => Cart [The minimum purchase order quantity for the product is %quantity%.] => The minimum purchase order quantity for the product is %quantity%. [Use this address for invoice too] => Use this address for invoice too [%productName% product quantity field] => %productName% product quantity field [Gift] => Gift [There are no more items in your cart] => There are no more items in your cart [Have a promo code?] => Have a promo code? [Promo code] => Promo code [Close] => Close [Create an account] => Create an account [(optional)] => (optional) [And save time on your next order!] => And save time on your next order! [Order items] => Order items [Unit price] => Unit price [Total products] => Total products [%product_count% item in your cart] => %product_count% item in your cart [%products_count% items in your cart] => %products_count% items in your cart [Shipping Method] => Shipping Method [Addresses] => Addresses [Please check your order before payment] => Please check your order before payment [Your Delivery Address] => Your Delivery Address [Your Invoice Address] => Your Invoice Address [The selected address will be used as your personal address (for invoice).] => The selected address will be used as your personal address (for invoice). [The selected address will be used both as your personal address (for invoice) and as your delivery address.] => The selected address will be used both as your personal address (for invoice) and as your delivery address. [Shipping Address] => Shipping Address [Billing address differs from shipping address] => Billing address differs from shipping address [Transaction amount has been correctly updated] => Transaction amount has been correctly updated [No payment needed for this order] => No payment needed for this order [Selected] => Selected [Unfortunately, there are no payment method available.] => Unfortunately, there is no payment method available. [By confirming the order, you certify that you have read and agree with all of the conditions below:] => By confirming the order, you certify that you have read and agree with all of the conditions below: [Place order] => Place order [Please make sure you've chosen a [1]payment method[/1] and accepted the [2]terms and conditions[/2].] => Please make sure you've chosen a [1]payment method[/1] and accepted the [2]terms and conditions[/2]. [Order with an obligation to pay] => Order with an obligation to pay [If you sign out now, your cart will be emptied.] => If you sign out now, your cart will be emptied. [Order as a guest] => Order as a guest [If you would like to add a comment about your order, please write it in the field below.] => If you would like to add a comment about your order, please write it in the field below. [I would like to receive my order in recycled packaging.] => I would like to receive my order in recycled packaging. [If you'd like, you can add a note to the gift:] => If you'd like, you can add a note to the gift: [Unfortunately, there are no carriers available for your delivery address.] => Unfortunately, there are no carriers available for your delivery address. [Shopping Cart] => Shopping Cart [Your order is confirmed] => Your order is confirmed [An email has been sent to your mail address %email%.] => An email has been sent to the %email% address. [You can also [1]download your invoice[/1]] => You can also [1]download your invoice[/1] [Order details] => Order details [Order reference: %reference%] => Order reference: %reference% [Payment method: %method%] => Payment method: %method% [Shipping method: %method%] => Shipping method: %method% [Save time on your next order, sign up now] => Save time on your next order, sign up now [Quantity] => Quantity [Code] => Code [Description] => Description [Value] => Value [Minimum] => Minimum [Cumulative] => Cumulative [Expiration date] => Expiration date [Name] => Name [Payment] => Payment [Order reference] => Order reference [Date] => Date [Total price] => Total price [Status] => Status [Invoice] => Invoice [Carrier] => Carrier [Payment method] => Payment method [Delivery address %alias%] => Delivery address %alias% [Invoice address %alias%] => Invoice address %alias% [Weight] => Weight [Shipping cost] => Shipping cost [Tracking number] => Tracking number ) [AdminOrderscustomersHelp] => Array ( [You can add a comment here.] => You can add a comment here. [View details on the customer page] => View details on the customer page [View details on the order page] => View details on the order page [Would you like to allow merchandise returns in your shop?] => Would you like to allow merchandise returns in your shop? [How many days after the delivery date does the customer have to return a product?] => How many days after the delivery date does the customer have to return a product? [Prefix used for return name (e.g. RE00001).] => Prefix used for return name (e.g. RE00001). [Merchandise return (RMA) status.] => Merchandise return (RMA) status. [List of products in return package.] => List of products in return package. [The link is only available after validation and before the parcel gets delivered.] => The link is only available after validation and before the parcel gets delivered. [This customer will receive your newsletter via email.] => This customer will receive your newsletter via email. [Password should be at least %length% characters long.] => Password should be at least %length% characters long. [Only letters and the dot (.) character, followed by a space, are allowed.] => Only letters and the dot (.) character, followed by a space, are allowed. [Enable or disable customer login.] => Enable or disable customer login. [This customer will receive your ads via email.] => This customer will receive your ads via email. [Select all the groups that you would like to apply to this customer.] => Select all the groups that you would like to apply to this customer. [This group will be the user's default group.] => This group will be the user's default group. [Only the discount for the selected group will be applied to this customer.] => Only the discount for the selected group will be applied to this customer. [Valid characters:] => Valid characters: [Maximum number of days to return a product after the delivery date.] => Maximum number of days to return a product after the delivery date. [Prefix used for merchandise returns (e.g. RE00001).] => Prefix used for merchandise returns (e.g. RE00001). [Prefix used for credit slips.] => Prefix used for credit slips. [Prefix used for delivery slips.] => Prefix used for delivery slips. [The next delivery slip will begin with this number and then increase with each additional slip.] => The next delivery slip will begin with this number and then increase with each additional slip. [Add an image before the product name on delivery slips.] => Add an image before the product name on delivery slips. [Format: %s (inclusive).] => Format: %s (inclusive). [If required, show the total amount per rate of the corresponding tax.] => If required, show the total amount per rate of the corresponding tax. [Freely definable prefix for invoice number (e.g. #IN00001).] => Freely definable prefix for invoice number (e.g. #IN00001). [The next invoice will begin with this number, and then increase with each additional invoice. Set to 0 if you want to keep the current number (which is #%number%).] => The next invoice will begin with this number, and then increase with each additional invoice. Set to 0 if you want to keep the current number (which is #%number%). [This text will appear at the bottom of the invoice, below your company details.] => This text will appear at the bottom of the invoice, below your company details. [Saves memory but slows down the PDF generation.] => Saves memory but slows down the PDF generation. [When enabled, your customers will receive an invoice for the purchase.] => When enabled, your customers will receive an invoice for the purchase. [Adds an image in front of the product name on the invoice.] => Adds an image in front of the product name on the invoice. [Use this field to show additional information on the invoice such as specific legal information. It will be displayed below the payment methods summary.] => Use this field to show additional information on the invoice such as specific legal information. It will be displayed below the payment methods summary. [Choose an invoice model] => Choose an invoice model [Required fields apply to the customer's registration form, you should check the address formats in [1]International > Locations > Countries[/1] before.] => Required fields apply to the customer's registration form, you should check the address formats in [1]International > Locations > Countries[/1] before. [Select the fields you would like to be required for this section.] => Select the fields you would like to be required for this section. [Please make sure you are complying with the opt-in legislation applicable in your country.] => Please make sure you are complying with the opt-in legislation applicable in your country. [[1]Make[/1] sure you enable partner offers in the [2]Shop Parameters > Customer Settings[/2] section of the back office before requiring them. Otherwise, new customers won't be able to create an account and [1]proceed[/1] to checkout.] => [1]Make[/1] sure you enable partner offers in the [2]Shop Parameters > Customer Settings[/2] section of the back office before requiring them. Otherwise, new customers won't be able to create an account and [1]proceed[/1] to checkout. [This feature generates a random password before sending an email to your customer.] => This feature generates a random password before sending an email to your customer. [This note will be displayed to all employees but not to customers.] => This note will be displayed to all employees but not to customers. [Format: 2011-12-31 (inclusive).] => Format: 2011-12-31 (inclusive). [You can also export orders which have not been charged yet.] => You can also export orders which have not been charged yet. [If enabled, your customers will receive an invoice for the purchase.] => If enabled, your customers will receive an invoice for the purchase. [Adds an image in front of the product name on the invoice] => Adds an image in front of the product name on the invoice [Use this field to show additional information on the invoice, below the payment methods summary (like specific legal information).] => Use this field to show additional information on the invoice, below the payment methods summary (like specific legal information). [Choose an invoice model.] => Choose an invoice model. [Search for an existing product by typing the first letters of its name.] => Search for an existing product by typing the first letters of its name. [Search for an existing customer by typing the first letters of his/her name.] => Search for an existing customer by typing the first letters of his/her name. [Use OR to broaden your search] => Use OR to broaden your search [Do not forget to update your exchange rate before making this change.] => Do not forget to update your exchange rate before making this change. [(Max %amount_refundable% %tax_method%)] => (Max %amount_refundable% %tax_method%) ) [ModulesBrandlistShop] => Array ( [All brands] => All brands [Brands] => Brands [No brand] => No brand ) [ModulesGsitemapAdmin] => Array ( [Google sitemap] => Google sitemap [Generate your Google sitemap file] => Generate your Google sitemap file [An error occured while trying to check your file permissions. Please adjust your permissions to allow PrestaShop to write a file in your root directory.] => An error occured while trying to check your file permissions. Please adjust your permissions to allow PrestaShop to write a file in your root directory. [Generate your Google sitemap file and keep it up to date with this module.] => Welcome your customers with their personal information displayed right on your footer. [Your sitemaps were successfully created. Please do not forget to setup the URL] => Your sitemaps were successfully created. Please do not forget to setup the URL [in your Google Webmaster account.] => in your Google Webmaster account. [Your sitemaps] => Your sitemaps [Sitemaps were already created.] => Sitemaps were already created. [Please set up the following sitemap URL in your Google Webmaster account:] => Please set up the following sitemap URL in your Google Webmaster account: [The above URL is the master sitemap file. It refers to the following sub-sitemap files:] => The above URL is the master sitemap file. It refers to the following sub-sitemap files: [Your last update was made on this date:] => Your last update was made on this date: [This shop has no sitemap yet.] => This shop has no sitemap yet. [For a better use of the module, please make sure that you have] => For a better use of the module, please make sure that you have [A minimum memory_limit value of 128 MB.] => A minimum memory_limit value of 128 MB. [A minimum max_execution_time value of 30 seconds.] => A minimum max_execution_time value of 30 seconds. [You can edit these limits in your php.ini file. For more details, please contact your hosting provider.] => You can edit these limits in your php.ini file. For more details, please contact your hosting provider. [Configure your sitemap] => Configure your sitemap [Several sitemap files will be generated depending on how your server is configured and on the number of activated products in your catalog.] => Several sitemap files will be generated depending on how your server is configured and on the number of activated products in your catalog. [How often do you update your store?] => How often do you update your store? [always] => always [hourly] => hourly [daily] => daily [weekly] => weekly [monthly] => monthly [yearly] => yearly [never] => never [Check this box if you wish to check the presence of the image files on the server] => Check this box if you wish to check the presence of the image files on the server [Indicate the pages that you do not want to include in your sitemap files:] => Indicate the pages that you do not want to include in your sitemap files: [Uncheck all] => Uncheck all [Generate sitemap] => Generate sitemap [Generating a sitemap can take several minutes] => Generating a sitemap can take several minutes [Information] => Information [You have two ways to generate sitemaps.] => You have two ways to generate sitemaps. [Manually:] => Manually: [Using the form above (as often as needed)] => Using the form above (as often as needed) [-or-] => -or- [Automatically:] => Automatically: [Ask your hosting provider to setup a "Cron job" to load the following URL at the time you would like:] => Ask your hosting provider to setup a "Cron job" to load the following URL at the time you would like: [It will automatically generate your XML sitemaps.] => It will automatically generate your XML sitemaps. [Check all] => Check all ) [AdminLoginNotification] => Array ( [You will be redirected to the login page in a few seconds.] => You will be redirected to the login page in a few seconds. [Please, check your mailbox.] => Please, check your mailbox. [A link to reset your password has been sent to you.] => A link to reset your password has been sent to you. [For security reasons, you cannot connect to the back office until you have:] => For security reasons, you cannot connect to the back office until you have: [deleted the /install folder] => deleted the /install folder [renamed the /admin folder (e.g. %s)] => renamed the /admin folder (e.g. %s) [Please then access this page by the new URL (e.g. %s)] => Please then access this page by the new URL (e.g. %s) [If this email address has been registered in our store, you will receive a link to reset your password.] => If this email address has been registered in our store, you will receive a link to reset your password. [For security reasons, you must also delete the /install folder.] => For security reasons, you must also delete the /install folder. [SSL is activated. However, your IP is allowed to enter unsecure mode for maintenance or local IP issues.] => SSL is activated. However, your IP is allowed to enter unsecure mode for maintenance or local IP issues. [SSL is activated. Please connect using the following link to [1]log in to secure mode (https://)[/1]] => SSL is activated. Please connect using the following link to [1]log in to secure mode (https://)[/1] [The employee does not exist, or the password provided is incorrect.] => The employee does not exist, or the password provided is incorrect. [This employee does not manage the shop anymore (either the shop has been deleted or permissions have been revoked).] => This employee does not manage the shop anymore (either the shop has been deleted or permissions have been revoked). [This account does not exist.] => This account does not exist. [You can reset your password every %interval% minute(s) only. Please try again later.] => You can reset your password every %interval% minute(s) only. Please try again later. [Please, check your mailbox. A link to reset your password has been sent to you.] => Please, check your mailbox. A link to reset your password has been sent to you. [An error occurred while attempting to reset your password.] => An error occurred while attempting to reset your password. [Some identification information is missing.] => Some identification information is missing. [The password is missing: please enter your new password.] => The password is missing: please enter your new password. [The password is not in a valid format.] => The password is not in a valid format. [The confirmation is empty: please fill in the password confirmation as well.] => The confirmation is empty: please fill in the password confirmation as well. [The confirmation password doesn't match. Please double check both passwords.] => The confirmation password doesn't match. Please double-check both passwords. [Your password reset request expired. Please start again.] => Your password reset request expired. Please start again. [An error occurred while attempting to change your password.] => An error occurred while attempting to change your password. [The password has been changed successfully.] => The password has been changed successfully. [If this email address has been registered in our store, you will receive a link to reset your password at %email%.] => If this email address has been registered in our store, you will receive a link to reset your password at %email%. [The confirmation password doesn't match. Please double-check both passwords.] => The confirmation password doesn't match. Please double-check both passwords. ) [ModulesCategoryproductsAdmin] => Array ( [Products in the same category] => Products in the same category [Adds a block on the product page that displays products from the same category.] => Adds a block on the product page that displays products from the same category. [Invalid value for display price.] => Invalid value for display price. [Display products' prices] => Display products' prices [Show the prices of the products displayed in the block.] => Show the prices of the products displayed in the block. [Number of product to display] => Number of product to display [Add a block on every product page that displays items from the same category.] => Add a block on every product page that displays items from the same category. ) [AdminDashboardHelp] => Array ( [This mode displays sample data so you can try your dashboard without real numbers.] => This mode displays sample data so you can try your dashboard without real numbers. [Choose a fixed fee for each order placed in %currency% with %module%.] => Choose a fixed fee for each order placed in %currency% with %module%. [Choose a variable fee for each order placed in %currency% with %module%. It will be applied on the total paid with taxes.] => Choose a variable fee for each order placed in %currency% with %module%. It will be applied on the total paid with taxes. [Choose a fixed fee for each order placed with a foreign currency with %module%.] => Choose a fixed fee for each order placed with a foreign currency with %module%. [Choose a variable fee for each order placed with a foreign currency with %module%. It will be applied on the total paid with taxes.] => Choose a variable fee for each order placed with a foreign currency with %module%. It will be applied on the total paid with taxes. [For the carrier named %s, indicate the domestic delivery costs in percentage of the price charged to customers.] => For the carrier named %s, indicate the domestic delivery costs in percentage of the price charged to customers. [For the carrier named %s, indicate the overseas delivery costs in percentage of the price charged to customers.] => For the carrier named %s, indicate the overseas delivery costs in percentage of the price charged to customers. [Method: Indicate the percentage of your carrier margin. For example, if you charge $10 of shipping fees to your customer for each shipment, but you really pay $4 to this carrier, then you should indicate "40" in the percentage field.] => Method: Indicate the percentage of your carrier margin. For example, if you charge $10 of shipping fees to your customer for each shipment, but you really pay $4 to this carrier, then you should indicate "40" in the percentage field. [You should calculate this percentage as follows: ((total sales revenue) - (cost of goods sold)) / (total sales revenue) * 100. This value is only used to calculate the Dashboard approximate gross margin, if you do not specify the wholesale price for each product.] => You should calculate this percentage as follows: ((total sales revenue) - (cost of goods sold)) / (total sales revenue) * 100. This value is only used to calculate the Dashboard approximate gross margin, if you do not specify the wholesale price for each product. [You should calculate this value by making the sum of all of your additional costs per order.] => You should calculate this value by making the sum of all of your additional costs per order. ) [AdminNotificationsInfo] => Array ( [This field will be modified for all your shops.] => This field will be modified for all your shops. [This field will be modified for all shops in this shop group:] => This field will be modified for all shops in this store group: [This field will be modified for this shop:] => This field will be modified for this shop: [Delete selected] => Delete selected [Delete selected items?] => Delete selected items? [Delete selected item?] => Delete selected item? [Forbidden characters:] => Forbidden characters: [Note that this feature is only available in "all stores" context. It will be added to all your stores.] => Note that this feature is only available in "all stores" context. It will be added to all your stores. [Empty recordset returned.] => Empty recordset returned. [Empty recordset returned] => Empty recordset returned [Note that this page is available in all shops context only, this is why your context has just switched.] => Note that this page is available in all shops context only, this is why your context has just switched. [Note that this feature is available in all shops context only. It will be added to all your stores.] => Note that this feature is available in all shops context only. It will be added to all your stores. [This product is not associated with the store selected in the multistore header, please select another one.] => This product is not associated with the store selected in the multistore header, please select another one. [This page is only compatible in a single store context. To access the page, please select a store or [1]disable the multistore feature[/1].] => This page is only compatible in a single store context. To access the page, please select a store or [1]disable the multistore feature[/1]. [This page is only compatible in a single-store context. Please select a store in the multistore header.] => This page is only compatible in a single-store context. Please select a store in the multistore header. [Key should be at least %length% characters long.] => Key should be at least %length% characters long. [The key must be %length% characters long.] => The key must be %length% characters long. [Password should be at least %length% characters long.] => Password should be at least %length% characters long. [Invalid characters: %s] => Invalid characters: %s [Note that this page is available in a single shop context only. Switch context to work on it.] => Note that this page is available in a single shop context only. Switch context to work on it. [Invalid characters:] => Invalid characters: ) [ShopThemeCustomeraccount] => Array ( [Receive offers from our partners] => Receive offers from our partners [#%id%] => #%id% [Your account] => Your account [Vouchers] => Vouchers [Credit slips] => Credit slips [Merchandise returns] => Merchandise returns [Information] => Information [Addresses] => Addresses [Add first address] => Add first address [Orders] => Orders [Order tracking] => Order tracking [Create account] => Create account [Log me out] => Log me out [Log in to your customer account] => Log in to your customer account [View my customer account] => View my customer account [Enter a password between %s and %s characters] => Enter a password between %s and %s characters [The minimum score must be: %s] => The minimum score must be: %s [Connected as [1]%firstname% %lastname%[/1].] => Connected as [1]%firstname% %lastname%[/1]. [Not you? [1]Log out[/1]] => Not you? [1]Log out[/1] [Personalized and secure access] => Personalized and secure access [Fast and easy checkout] => Fast and easy checkout [Easier merchandise return] => Easier merchandise return [Back to your account] => Back to your account [Returned] => Returned [Merchandise return] => Merchandise return [If you wish to return one or more products, please mark the corresponding boxes and provide an explanation for the return. When complete, click the button below.] => If you wish to return one or more products, please mark the corresponding boxes and provide an explanation for the return. When complete, click the button below. [Request a return] => Request a return [Messages] => Messages [Add a message] => Add a message [If you would like to add a comment about your order, please write it in the field below.] => If you would like to add a comment about your order, please write it in the field below. [Update your address] => Update your address [New address] => New address [Your addresses] => Your addresses [Log in to your account] => Log in to your account [No account? Create one here] => No account? Create one here [Your vouchers] => Your vouchers [Guest Order Tracking] => Guest Order Tracking [To track your order, please enter the following information:] => To track your order, please enter the following information: [For example: QIIXJXNUI or QIIXJXNUI#1] => For example: QIIXJXNUI or QIIXJXNUI#1 [Guest Tracking] => Guest Tracking [Order history] => Order history [Here are the orders you've placed since your account was created.] => Here are the orders you've placed since your account was created. [Details] => Details [Your personal information] => Your personal information [Order history and details] => Order history and details [You have given permission to receive your order in recycled packaging.] => You have given permission to receive your order in recycled packaging. [Order details] => Order details [Order Reference %reference% - placed on %date%] => Order Reference %reference% - placed on %date% [Download your invoice as a PDF file.] => Download your invoice as a PDF file. [You have requested gift wrapping for this order.] => You have requested gift wrapping for this order. [Message] => Message [Follow your order's status step-by-step] => Follow your order's status step-by-step [Click the following link to track the delivery of your order] => Click the following link to track the delivery of your order [Here is a list of pending merchandise returns] => Here is a list of pending merchandise returns [Return] => Return [Package status] => Package status [Returns form] => Returns form [Return details] => Return Details [%number% on %date%] => %number% on %date% [We have logged your return request.] => We have logged your return request. [Your package must be returned to us within %number% days of receiving your order.] => Your package must be returned to us within %number% days of receiving your order. [The current status of your merchandise return is: [1] %status% [/1]] => The current status of your merchandise return is: [1] %status% [/1] [List of items to be returned:] => List of items to be returned: [Reminder] => Reminder [All merchandise must be returned in its original packaging and in its original state.] => All merchandise must be returned in its original packaging and in its original state. [Please print out the [1]returns form[/1] and include it with your package.] => Please print out the [1]returns form[/1] and include it with your package. [Please check the [1]returns form[/1] for the correct address.] => Please check the [1]returns form[/1] for the correct address. [When we receive your package, we will notify you by email. We will then begin processing order reimbursement.] => When we receive your package, we will notify you by email. We will then begin processing order reimbursement. [Please let us know if you have any questions.] => Please let us know if you have any questions. [If the conditions of return listed above are not respected, we reserve the right to refuse your package and/or reimbursement.] => If the conditions of return listed above are not respected, we reserve the right to refuse your package and/or reimbursement. [Order] => Order [Date issued] => Date issued [Credit slips you have received after canceled orders.] => Credit slips you have received after canceled orders. [Credit slip] => Credit slip [View credit slip] => View credit slip [Please enter the email address you used to register. You will receive a temporary link to reset your password.] => Please enter the email address you used to register. You will receive a temporary link to reset your password. [Forgot your password?] => Forgot your password? [Reset your password] => Reset your password [Email address: %email%] => Email address: %email% [Create an account] => Create an account [Already have an account?] => Already have an account? [Log in instead!] => Log in instead! ) [AdminShippingNotification] => Array ( [Ranges are not correctly ordered:] => Ranges are not correctly ordered: [Reordering] => Reordering [Please validate the last range before creating a new one.] => Please validate the last range before creating a new one. [Are you sure to delete this range ?] => Are you sure to delete this range ? [This range is not valid] => This range is not valid [Ranges are overlapping] => Ranges are overlapping [Please select at least one zone] => Please select at least one zone [Are you sure you want to delete the logo?] => Are you sure you want to delete the logo? [You do not have permission to use this wizard.] => You do not have permission to use this wizard. [You must choose at least one shop or group shop.] => You must choose at least one store or group of stores. [An error occurred while saving this carrier.] => An error occurred while saving this carrier. [An error occurred while saving carrier groups.] => An error occurred while saving carrier groups. [An error occurred while saving carrier zones.] => An error occurred while saving carrier zones. [An error occurred while saving carrier ranges.] => An error occurred while saving carrier ranges. [An error occurred while saving associations of shops.] => An error occurred while saving associations of shops. [An error occurred while saving the tax rules group.] => An error occurred while saving the tax rules group. [An error occurred while saving carrier logo.] => An error occurred while saving carrier logo. [An error occurred while updating carrier information.] => An error occurred while updating carrier information. [An error occurred while updating the free shipping status.] => An error occurred while updating the free shipping status. ) [messages] => Array ( [[undefined]] => [undefined] [If enabled, the voucher will not apply to products already on sale.] => If enabled, the voucher will not apply to products already on sale. [Add a rule concerning] => Add a rule concerning [The product(s) are matching one of these:] => The product(s) are matching one of these: [Discount name] => Discount name [Sync success] => Sync success [Close] => Close [Customer since: %s] => Customer since: %s [Choose a template] => Choose a template [Send] => Send [You can add a comment here.] => You can add a comment here. [Customer ID:] => Customer ID: [Order #] => Order # [Product #] => Product # [Subject:] => Subject: [No result] => No result [%] => % [Discount:] => Discount: [Please name your data matching configuration in order to save it.] => Please name your data matching configuration in order to save it. [Match your data] => Match your data [Please match each column of your source file to one of the destination columns.] => Please match each column of your source file to one of the destination columns. [Load a data matching configuration] => Load a data matching configuration [Load] => Load [Save your data matching configuration] => Save your data matching configuration [Two columns cannot have the same type of values] => Two columns cannot have the same type of values [This column must be set:] => This column must be set: [Rows to skip] => Rows to skip [Indicate how many of the first rows of your file should be skipped when importing the data. For instance set it to 1 if the first row of your file contains headers.] => Indicate how many of the first rows of your file should be skipped when importing the data. For instance set it to 1 if the first row of your file contains headers. [Password] => Password [Your password has been successfully changed.] => Your password has been successfully changed. [Translate] => Translate [Generate RTL Stylesheets] => Generate RTL Stylesheets [Manage hooks] => Manage hooks [Reset] => Reset [To add a new module, simply connect to your PrestaShop Addons account and all your purchases will be automatically imported.] => To add a new module, simply connect to your PrestaShop Addons account and all your purchases will be automatically imported. [Can I add my own modules?] => Can I add my own modules? [Please note that for security reasons, you can only add modules that are being distributed on PrestaShop Addons, the official marketplace.] => Please note that for security reasons, you can only add modules that are being distributed on PrestaShop Addons, the official marketplace. [Normal view] => Normal view [Favorites view] => Favorites view [Module] => Module [Tab] => Tab [Categories] => Categories [Interest] => Interest [Favorite] => Favorite [Filter by] => Filter by [Installed & Not Installed] => Installed & Not Installed [Installed Modules] => Installed Modules [Modules Not Installed ] => Modules Not Installed [Enabled & Disabled] => Enabled & Disabled [Enabled Modules] => Enabled Modules [Disabled Modules] => Disabled Modules [Authors] => Authors [All authors] => All authors [Confirm reset] => Confirm reset [Would you like to delete the content related to this module ?] => Would you like to delete the content related to this module ? [No - reset only the parameters] => No - reset only the parameters [Yes - reset everything] => Yes - reset everything [Preferences saved] => Preferences saved [Uninstall] => Uninstall [Remove from Favorites] => Remove from Favorites [Mark as Favorite] => Mark as Favorite [Module %1s ] => Module %1s [Official, PrestaShop certified module. Free, secure and includes updates!] => Official, PrestaShop certified module. Free, secure, and includes updates! [Update it!] => Update it! [Install the selection] => Install the selection [Uninstall the selection] => Uninstall the selection [No modules available in this section.] => No modules available in this section. [by] => by [Read more] => Read more [You bought this module on PrestaShop Addons. Thank You.] => You bought this module on PrestaShop Addons. Thank You. [Bought] => Bought [This module is available on PrestaShop Addons] => This module is available on PrestaShop Addons [Popular] => Popular [Official] => Official [Need update] => Need update [Free] => Free [Install] => Install [Manage translations] => Manage translations [Modules list] => Modules list [The module must either be a Zip file (.zip) or a tarball file (.tar, .tar.gz, .tgz).] => The module must either be a Zip file (.zip) or a tarball file (.tar, .tar.gz, .tgz). [Upload a module from your computer.] => Upload a module from your computer. [Module file] => Module file [Choose a file] => Choose a file [Upload this module] => Upload this module [An upgrade is available for some of your modules!] => An upgrade is available for some of your modules! [Favorites] => Favorites [All] => All [Add a new module] => Add a new module [List of modules] => List of modules [Update all] => Update all [Check for update] => Check for update [Help] => Help [(%s votes)] => (%s votes) [(%s vote)] => (%s vote) [Description] => Description [Merchant benefits] => Merchant benefits [Install module] => Install module [View on PrestaShop Addons] => View on PrestaShop Addons [v] => v [This module is available for free thanks to our partner.] => This module is available for free thanks to our partner. [Not Installed] => Not Installed [Installed] => Installed [More modules on addons.prestashop.com] => More modules on addons.prestashop.com [The controller %s is missing or invalid.] => The controller %s is missing or invalid. [Back to the previous page] => Back to the previous page [Go to the dashboard] => Go to the dashboard [Attachment] => Attachment [Category] => Category [Brand] => Brand [Supplier] => Supplier [Number of products:] => Number of products: [Product name] => Product name [Attribute name] => Attribute name [Supplier Reference] => Supplier Reference [Wholesale price] => Wholesale price [EAN13] => EAN13 [UPC] => UPC [Available Quantity] => Available Quantity [N/A] => N/A [EAN-13] => EAN-13 [%limit% for suhosin.post.max_vars.] => %limit% for suhosin.post.max_vars. [%limit% for suhosin.request.max_vars.] => %limit% for suhosin.request.max_vars. [You must use this syntax in your translations. Here are several examples:] => You must use this syntax in your translations. Here are several examples: [%d] => %d [Date range] => Date range [Custom] => Custom [to] => to [Compare to] => Compare to [Previous period] => Previous period [Previous Year] => Previous Year [Previous year] => Previous year [Sunday] => Sunday [Monday] => Monday [Tuesday] => Tuesday [Wednesday] => Wednesday [Thursday] => Thursday [Friday] => Friday [Saturday] => Saturday [Sun] => Sun [Mon] => Mon [Tue] => Tue [Wed] => Wed [Thu] => Thu [Fri] => Fri [Sat] => Sat [Su] => Su [Mo] => Mo [Tu] => Tu [We] => We [Th] => Th [Fr] => Fr [Sa] => Sa [January] => January [February] => February [March] => March [April] => April [May] => May [June] => June [July] => July [August] => August [September] => September [October] => October [November] => November [December] => December [Jan] => Jan [Feb] => Feb [Mar] => Mar [Apr] => Apr [May ] => May [Jun] => Jun [Jul] => Jul [Aug] => Aug [Sep] => Sep [Oct] => Oct [Nov] => Nov [Dec] => Dec [Customers] => Customers [Orders] => Orders [Income] => Income [Message] => Message [Traffic] => Traffic [Conversion] => Conversion [Group:] => Group: [All stores] => All stores [Add tag] => Add tag [Remove] => Remove [Now] => Now [Done] => Done [Choose Time] => Choose Time [Time] => Time [Hour] => Hour [Minute] => Minute [Group name] => Group name [No group created] => No group created [No records found] => No records found [Select all] => Select all [Unselect all] => Unselect all [Display] => Display [result(s)] => result(s) [From] => From [Please fill at least one field to perform a search in this list.] => Please fill at least one field to perform a search in this list. [Refresh list] => Refresh list [Show SQL query] => Show SQL query [Export to SQL Manager] => Export to SQL Manager [Shop group] => Store group [To] => To [and stay] => and stay [Multistore] => Multistore [Check / Uncheck all] => Check / Uncheck all [If you check a field, change its value, and save, the multistore behavior will not apply to this shop (or group), for this particular parameter.] => If you check a field, change its value, and save the multistore behavior will not apply to this store (or group), for this particular parameter. [(tax excl.)] => (tax excl.) [You can't change the value of this configuration field in the context of this shop.] => You can't change the value of this configuration field in the context of this store. [You can't change the value of this configuration field in this store's context.] => You can't change the value of this configuration field in this store's context. [Set required fields for this section] => Set required fields for this section [Required Fields] => Required Fields [Select the fields you would like to be required for this section.] => Select the fields you would like to be required for this section. [Field Name] => Field Name [All shops] => All stores [(%s selected)] => (%s selected) [Group: %s] => Group: %s [search...] => search... [Add files...] => Add files... [Add file...] => Add file... [Upload files] => Upload files [Upload file] => Upload file [You cannot have more than %s images in total. Please remove some of the current images before adding new ones.] => You cannot have more than %s images in total. Please remove some of the current images before adding new ones. [Remove file] => Remove file [File size] => File size [You have reached the limit (%s) of files to upload, please remove files to continue uploading] => You have reached the limit (%s) of files to upload, please remove files to continue uploading [Download current file] => Download current file [Add files] => Add files [Add file] => Add file [Download current file (%skb)] => Download current file (%skb) [You can upload a maximum of %s files] => You can upload a maximum of %s files [There are %d warnings:] => There are %d warnings: [123.45.67.89] => 123.45.67.89 [Oh no!] => Oh no! [The mobile version of this page is not available yet.] => The mobile version of this page is not available yet. [Please use a desktop computer to access this page, until is adapted to mobile.] => Please use a desktop computer to access this page, until is adapted to mobile. [Thank you.] => Thank you. [by name] => by name [by ip address] => by ip address [%s group] => %s group [List] => List [View details] => View details [Options] => Options [Generator] => Generator [%s: %s] => %s: %s [filter by %s] => filter by %s [%s deletion] => %s deletion [%s addition] => %s addition [%s modification] => %s modification [Do you really want to uninstall this module?] => Do you really want to uninstall this module? [Disable this module] => Disable this module [Enable this module for all shops] => Enable this module for all stores [Disable on mobiles] => Disable on mobiles [Disable on tablets] => Disable on tablets [Disable on computers] => Disable on computers [Display on mobiles] => Display on mobiles [Display on tablets] => Display on tablets [Display on computers] => Display on computers [This action will permanently remove the module from the server. Are you sure you want to do this?] => This action will permanently remove the module from the server. Are you sure you want to do this? [Comment:] => Comment: [Other Modules] => Other Modules [Module not found] => Module not found [Modules to update] => Modules to update [Translate this module] => Translate this module [Straight rows of keys are easy to guess] => Straight rows of keys are easy to guess [Short keyboard patterns are easy to guess] => Short keyboard patterns are easy to guess [Use a longer keyboard pattern with more turns] => Use a longer keyboard pattern with more turns [Repeats like "aaa" are easy to guess] => Repeats like "aaa" are easy to guess [Repeats like "abcabcabc" are only slightly harder to guess than "abc"] => Repeats like "abcabcabc" are only slightly harder to guess than "abc" [Sequences like abc or 6543 are easy to guess] => Sequences like "abc"or "6543" are easy to guess [Recent years are easy to guess] => Recent years are easy to guess [Dates are often easy to guess] => Dates are often easy to guess [This is a top-10 common password] => This is a top-10 common password [This is a top-100 common password] => This is a top-100 common password [This is a very common password] => This is a very common password [This is similar to a commonly used password] => This is similar to a commonly used password [A word by itself is easy to guess] => A word by itself is easy to guess [Names and surnames by themselves are easy to guess] => Names and surnames by themselves are easy to guess [Common names and surnames are easy to guess] => Common names and surnames are easy to guess [Very weak] => Very weak [Weak] => Weak [Average] => Average [Strong] => Strong [Very strong] => Very strong [Use a few words, avoid common phrases] => Use a few words, avoid common phrases [No need for symbols, digits, or uppercase letters] => No need for symbols, digits, or uppercase letters [Avoid repeated words and characters] => Avoid repeated words and characters [Avoid sequences] => Avoid sequences [Avoid recent years] => Avoid recent years [Avoid years that are associated with you] => Avoid years that are associated with you [Avoid dates and years that are associated with you] => Avoid dates and years that are associated with you [Capitalization doesn't help very much] => Capitalization doesn't help very much [All-uppercase is almost as easy to guess as all-lowercase] => All-uppercase is almost as easy to guess as all-lowercase [Reversed words aren't much harder to guess] => Reversed words aren't much harder to guess [Predictable substitutions like '@' instead of 'a' don't help very much] => Predictable substitutions like "@" instead of "a" don't help very much [Add another word or two. Uncommon words are better.] => Add another word or two. Uncommon words are better. [Sequences like "abc" or "6543" are easy to guess] => Sequences like "abc" or "6543" are easy to guess. [Predictable substitutions like "@" instead of "a" don't help very much] => Predictable substitutions like "@" instead of "a" don't help very much. [Guest client : ID] => Guest client: ID [General info] => General info [Gender] => Gender [Name] => Name [Birth date] => Birth date [Age] => Age [Email] => Email [Language] => Language [Creation account data] => Creation account data [Last visit] => Last visit [Siret] => Siret [Ape] => Ape [Company] => Company [Website] => Website [Addresses] => Addresses [Alias] => Alias [Address] => Address [Phone(s)] => Phone(s) [Country] => Country [Date] => Date [No addresses] => No addresses [Reference] => Reference [Payment] => Payment [Order state] => Order state [Total paid] => Total paid [No orders] => No orders [Products bought] => Products bought [Order ref] => Order ref [Product ref] => Product ref [Quantity] => Quantity [Carts] => Carts [Id] => Id [Total products] => Total products [No carts] => No carts [Product(s) still in cart] => Product(s) still in cart [Cart ID] => Cart ID [Product reference] => Product reference [No products] => No products [Messages] => Messages [IP] => IP [No messages] => No messages [Last connections] => Last connections [Origin request] => Origin request [Page viewed] => Page viewed [Time on the page] => Time on the page [IP address] => IP address [No connections] => No connections [Official GDPR compliance] => Official GDPR compliance [Make your store comply with the General Data Protection Regulation (GDPR).] => Make your store comply with the General Data Protection Regulation (GDPR). [Are you sure you want to uninstall this module?] => Are you sure you want to uninstall this module? [There was an error during the uninstallation. Please contact us through Addons website.] => There was an error during the uninstallation. Please contact us through Addons website. [There was an error on module uninstall. Please contact us through Addons website] => There was an error when uninstalling the module. Please contact us through the PrestaShop Addons website. [Data accessibility] => Data accessibility [How can a customer retrieve all of his personal data?] => How can a customer retrieve all of their personal data? [From his customer account, a new tab called My Personal Data is available and your customer can retrieve all of his personal data collected by your shop and installed modules, in PDF or CSV format.] => From their customer account, a new tab called "My Personal Data" is available. There, your customer can retrieve all personal data collected by your store and installed modules, in PDF or CSV format. [Customer consent] => Customer consent [There is no consent confirmation checkbox in the contact form. Isn't this a requirement?] => I can't find any consent confirmation checkbox in the contact form. Isn't this a requirement? [No, it is not a requirement as the customer gives consent by clicking on the Submit message button. Only a message is required to give your customers more information about the use of personal data on your website. We are currently working on a new version of the contact form, it will be available really soon for your online store.] => No, it is not a requirement because the customer gives consent by clicking on the "Submit message" button. Only a message is required to give your customers more information about the use of personal data on your website. We are currently working on a new version of the contact form, it will be available soon for your online store. [Data erasure] => Data erasure [How will a customer ask for all of his personal data to be deleted ?] => How can a customer ask for all of their personal data to be deleted? [The customer will send a message from the contact form for any rectification and erasure requests, justifying his request.] => The customer can send a message from the contact form for any rectification and erasure requests, justifying the request. [There is no Remove Data button in the customer account. Isn't this a requirement?] => There is no "Remove data" button in the customer account. Isn't this a requirement? [No, the Remove Data button in the customer account is not an obligation. For the data erasure requests, your customers can request data removal only under certain circumstances, that is the reason why we decided not to include an automatic Remove Data button in their customer account. They can, however, contact you anytime via your contact form, in this case, you can review their request and once you accept it, you will be able to remove their personal data directly in the configuration page of our Official GDPR Compliance module.] => No, the "Remove data" button in the customer account is not mandatory. Your customers can request data removal under certain circumstances only; that is the reason why we decided not to include an automatic "Remove data" button in their customer account. They can, however, contact you anytime via your contact form. In this case, you can review their request and, once you accept it, you will be able to remove their personal data directly from the configuration page of our Official GDPR Compliance module. [How to remove the personal data of a customer?] => How can I remove a customer's personal data? [If the request is valid, from the Personal Data Management tab of this module, any customer can be found by typing the first few letters of his name or email address in the search bar. Before deleting any data, we recommend you to download all the invoices of the involved customer. After deleting the data with the “Remove data” button, the customer’s orders can’t be legally deleted, they just won’t be linked to any account. This allows you to keep precise statistics of your shop.] => If the request is valid, you can find any customer by typing the first few letters of their name or email address in the search bar of the "Personal Data Management" tab of this module. Before deleting any data, we recommend you download all the invoices of the involved customer. After deleting the data with the “Remove data” button, the customer’s orders can’t be legally deleted — they just won’t be linked to any account. This allows you to keep precise statistics of your store. [After removing all personal data of a customer from my database, what will happen to his orders?] => After removing all personal data of a customer from my database, what will happen to their orders? [Due to other legal obligations, his orders will still be stocked but they are no longer associated with the customer. Only the name, shipping, and billing information must be kept in the order details page for legal reasons, invoicing, and accounting. According to the Rec.30;Art.7(1)(c)] => Due to other legal obligations, the customer's orders will still be saved but will no longer be associated with them. Only the name, shipping, and billing information must be kept on the order details page for legal reasons, invoicing, and accounting. According to the Rec.30;Art.7(1)(c) [Saved with success !] => Saved with success! [Customer data deleted by official GDPR module.] => Customer data deleted by the official GDPR module. [Generate password] => Generate password [Change password...] => Change password... [Current password] => Current password [New password] => New password [Confirm password] => Confirm password ) [AdminDashboardNotification] => Array ( [You are currently connected under the following domain name:] => You are currently connected under the following domain name: [This is different from the shop domain name set in the Multistore settings: "%s".] => This is different from the shop domain name set in the Multistore settings: "%s". [If this is your main domain, please {link}change it now{/link}.] => If this is your main domain, please {link}change it now{/link}. [This is different from the domain name set in the "SEO & URLs" tab.] => This is different from the domain name set in the "SEO & URLs" tab. ) [ModulesLegalcomplianceShop] => Array ( [Information] => Information ) [AdminDashboardFeature] => Array ( [Dashboard] => Dashboard [Demo mode] => Demo mode [Average bank fees per payment method] => Average bank fees per payment method [Average shipping fees per shipping method] => Average shipping fees per shipping method [Other settings] => Other settings [Average gross margin percentage] => Average gross margin percentage [Other fees per order] => Other fees per order ) [ModulesLinklistShop] => Array ( [Products] => Products [Our company] => Our company ) [ModulesNewproductsShop] => Array ( [New products] => New products [All new products] => All new products ) [ModulesCrosssellingShop] => Array ( [Customers who bought this product also bought:] => Customers who bought this product also bought: ) [AdminShippingFeature] => Array ( [Will be applied when the price is] => Will be applied when the price is [Will be applied when the weight is] => Will be applied when the weight is [Add new range] => Add new range [Ranges] => Ranges [inactive] => inactive [Carrier name:] => Carrier name: [This carrier will be proposed for those delivery zones:] => This carrier will be proposed for those delivery zones: [And it will be proposed for those client groups:] => And it will be proposed for those client groups: [Finally, this carrier will be proposed in those shops:] => Finally, this carrier will be proposed in those shops: [This carrier is %1$s and the transit time is %2$s.] => This carrier is %1$s and the transit time is %2$s. [free] => free [not free] => not free [This carrier can deliver orders from %1$s to %2$s.] => This carrier can deliver orders from %1$s to %2$s. [If the order is out of range, the behavior is to %3$s.] => If the order is out of range, the behavior is to %3$s. [The shipping cost is calculated %1$s and the tax rule %2$s will be applied.] => Shipping costs are calculated %1$s and the tax rule %2$s will be applied. [according to the price] => according to the price [according to the weight] => according to the weight [Add new carrier] => Add new carrier [Free shipping] => Free shipping [Pick up in-store] => Pick up in-store [Delivery next day!] => Delivery next day! [General settings] => General settings [Shipping locations and costs] => Shipping locations and costs [Size, weight, and group access] => Size, weight, and group access [Carrier name] => Carrier name [Tracking URL] => Tracking URL [Add handling costs] => Add handling costs [According to total price.] => According to total price. [According to total weight.] => According to total weight. [Apply the cost of the highest defined range] => Apply the cost of the highest defined range [Maximum package width (%s)] => Maximum package width (%s) [Maximum package height (%s)] => Maximum package height (%s) [Maximum package depth (%s)] => Maximum package depth (%s) [Maximum package weight (%s)] => Maximum package weight (%s) [Group access] => Group access [Transit time] => Transit time [Speed grade] => Speed grade [Billing] => Billing [Out-of-range behavior] => Out-of-range behavior [Disable carrier] => Disable carrier [Free Shipping] => Free Shipping [Apply shipping cost] => Apply shipping cost [Shipping and handling] => Shipping and handling [Default behavior] => Default behavior [According to total price] => According to total price [According to total weight] => According to total weight [Maximum package height] => Maximum package height [Maximum package width] => Maximum package width [Maximum package depth] => Maximum package depth [Maximum package weight] => Maximum package weight [Name:] => Name: [Delay] => Delay [Default carrier] => Default carrier [Handling charges] => Handling charges [Free shipping starts at] => Free shipping starts at [Manage your carriers] => Manage your carriers [Create carriers to let your customers choose their best shipping option in terms of delivery dates or fees. Start with editing/deleting the default "My carrier", and add as many options as you need.] => Create carriers to let your customers choose their best shipping option in terms of delivery dates or fees. Start with editing/deleting the default "My carrier", and add as many options as you need. [Carrier options] => Carrier options [Handling] => Handling [Tracking number] => Tracking number [Carrier] => Carrier [Carriers] => Carriers [Shipping cost] => Shipping cost ) [AdminNavigationMenu] => Array ( [Menu] => Menu [Invoices] => Invoices [Catalog] => Catalog [Sell] => Sell [Improve] => Improve [Configure] => Configure [More] => More [Modules & Services] => Modules & Services [Advanced Parameters] => Advanced Parameters [Attributes] => Attributes [Carriers] => Carriers [Carrier] => Carrier [Cart Rules] => Cart Rules [Catalog Price Rules] => Catalog Price Rules [Module Catalog] => Module Catalog [Page Categories] => Page Categories [Pages] => Pages [Combinations Generator] => Combinations Generator [Configuration] => Configuration [Contact] => Contact [Countries] => Countries [Customer Service] => Customer Service [Customer Settings] => Customer Settings [Dashboard] => Dashboard [Database] => Database [Employees] => Employees [Team] => Team [Features] => Features [General] => General [Groups] => Groups [Image Settings] => Image Settings [Images] => Images [Instant Stock Status] => Instant Stock Status [Languages] => Languages [Locations] => Locations [Login] => Login [Design] => Design [Brands & Suppliers] => Brands & Suppliers [Brands] => Brands [Marketing] => Marketing [Menus] => Menus [Merchandise Returns] => Merchandise Returns [Modules] => Modules [Monitoring] => Monitoring [Multistore] => Multistore [Order Settings] => Order Settings [Payment] => Payment [Permissions] => Permissions [Discounts] => Discounts [Quick Access] => Quick Access [Referrers] => Referrers [Search] => Search [Shipping] => Shipping [Shop Parameters] => Shop Parameters [Shop URLs] => Shop URLs [Shopping Carts] => Shopping Carts [Shops] => Shops [Stats] => Stats [Stock Coverage] => Stock Coverage [Stock Management] => Stock Management [Stock Movement] => Stock Movement [Stores] => Stores [Supply orders] => Supply orders [Tags] => Tags [Taxes] => Taxes [Theme Catalog] => Theme Catalog [Traffic & SEO] => Traffic & SEO [Warehouses] => Warehouses [Zones] => Zones [Modules Catalog] => Modules Catalog [Module Manager] => Module Manager [New & Experimental Features] => New & Experimental Features [Updates] => Updates [Alerts] => Alerts [Authorization Server] => Authorization Server [Files] => Files [DB Backup] => DB Backup [Categories] => Categories [Credit Slips] => Credit Slips [Currencies] => Currencies [Email] => Email [SEO & URLs] => SEO & URLs [Orders] => Orders [Products] => Products [Search Engines] => Search Engines [States] => States [Suppliers] => Suppliers [Tax Rules] => Tax Rules [Administration] => Administration [Import] => Import [Logs] => Logs [Performance] => Performance [Profiles] => Profiles [SQL Manager] => SQL Manager [Information] => Information [Contacts] => Contacts [Customers] => Customers [Maintenance] => Maintenance [Product Settings] => Product Settings [Titles] => Titles [Positions] => Positions [Geolocation] => Geolocation [Localization] => Localization [Payment Methods] => Payment Methods [Preferences] => Preferences [Stock] => Stock [Outstanding] => Outstanding [Order Messages] => Order Messages [Delivery Slips] => Delivery Slips [Translations] => Translations [International] => International [List of applications] => List of applications [Authorization Server Management] => Authorization Server Management [Order settings] => Order settings [Email Theme] => Email Theme [Webservice] => Webservice [Statuses] => Statuses [Theme & Logo] => Theme & Logo [Attributes & Features] => Attributes & Features [Addresses] => Addresses ) [ModulesFeaturedproductsAdmin] => Array ( [Featured products] => Featured products [Pick a category and highlight its items, enhance customer experience with a lively homepage.] => Pick a category and highlight its items, enhance customer experience with a lively homepage. [The number of products is invalid. Please enter a positive number.] => The number of products is invalid. Please enter a positive number. [The category ID is invalid. Please choose an existing category ID.] => The category ID is invalid. Please choose an existing category ID. [Invalid value for the "randomize" flag.] => Invalid value for the "randomize" flag. [To add products to your homepage, simply add them to the corresponding product category (default: "Home").] => To add products to your homepage, simply add them to the corresponding product category (default: "Home"). [Number of products to be displayed] => Number of products to be displayed [Set the number of products that you would like to display on homepage (default: 8).] => Set the number of products that you would like to display on homepage (default: 8). [Category from which to pick products to be displayed] => Category from which to pick products to be displayed [Randomly display featured products] => Randomly display featured products [Enable if you wish the products to be displayed randomly (default: no).] => Enable if you wish the products to be displayed randomly (default: no). ) [ModulesImagesliderAdmin] => Array ( [Image slider] => Image slider [Add sliding images to your homepage to welcome your visitors in a visual and friendly way.] => Add sliding images to your homepage to welcome your visitors in a visual and friendly way. [Invalid values] => Invalid values [Invalid slide] => Invalid slide [Invalid slide state.] => Invalid slide state. [Invalid slide ID] => Invalid slide ID [The title is too long.] => The title is too long. [The caption is too long.] => The caption is too long. [The URL is too long.] => The URL is too long. [The description is too long.] => The description is too long. [The URL format is not correct.] => The URL format is not correct. [Invalid filename.] => Invalid filename. [The URL is not set.] => The URL is not set. [The image is not set.] => The image is not set. [The configuration could not be updated.] => The configuration could not be updated. [The slide could not be added.] => The slide could not be added. [The slide could not be updated.] => The slide could not be updated. [Slide information] => Slide information [Target URL] => Target URL [Caption] => Caption [Speed] => Speed [The duration of the transition between two slides.] => The duration of the transition between two slides. [Pause on hover] => Pause on hover [Stop sliding when the mouse cursor is over the slideshow.] => Stop sliding when the mouse cursor is over the slideshow. [Loop forever] => Loop forever [Loop or stop after the last slide.] => Loop or stop after the last slide. [Since multiple languages are activated on your shop, please mind to upload your image for each one of them] => Since multiple languages are activated on your shop, please mind to upload your image for each one of them [You cannot manage slides items from a "All Shops" or a "Group Shop" context, select directly the shop you want to edit] => You cannot manage slides items from a "All Shops" or a "Group Shop" context, select directly the shop you want to edit [You can only edit this slide from the shop(s) context: %s] => You can only edit this slide from the shop(s) context: %s [You cannot add slides from a "All Shops" or a "Group Shop" context] => You cannot add slides from a "All Shops" or a "Group Shop" context [Unable to get slide shop association information (id_slide: %d)] => Unable to get slide shop association information (id_slide: %d) [The modifications will be applied to shop: %s] => The modifications will be applied to shop: %s [The modifications will be applied to this group: %s] => The modifications will be applied to this group: %s [The modifications will be applied to all shops and shop groups] => The modifications will be applied to all stores and store groups [This slide is shared with other shops! All shops associated to this slide will apply modifications made here] => This slide is shared with other shops! All shops associated to this slide will apply modifications made here [Slides list] => Slides list [Shared slide] => Shared slide ) [ModulesDistributionapiclientAdmin] => Array ( [Distribution API Client] => Distribution API Client [Download and upgrade PrestaShop's native modules.] => Download and upgrade PrestaShop's native modules. ) [ModulesCategoryproductsShop] => Array ( [%s other product in the same category:] => %s other product in the same category: [%s other products in the same category:] => %s other products in the same category: ) [AdminAdvparametersFeature] => Array ( [Menu] => Menu [No menu] => No menu [Import data from another shop] => Import data from another shop [Experimental product page] => Experimental product page [New product page - Single store] => New product page - Single store [New product page - Multistore] => New product page - Multistore [New product page] => New product page [Authorization server] => Authorization server [Catalog price rules] => Catalog price rules [Enable / Disable having more than one image format (jpg, webp, avif, png, etc.)] => Enable / Disable having more than one image format (jpg, webp, avif, png, etc.) [Countries] => Countries [States] => States [Carriers] => Carriers [Titles] => Titles [Tax rule groups] => Tax rule groups [Customer threads] => Customer threads [Order states] => Order states [Permissions] => Permissions [SuperAdmin] => SuperAdmin [Logistician] => Logistician [Translator] => Translator [Salesman] => Salesman [Webservice key created: %s] => Webservice key created: %s [Webservice key %s has been deleted] => Webservice key %s has been deleted [Supply Orders] => Supply Orders [Supply Order Details] => Supply Order Details [Product Reference] => Product Reference [Note] => Note [Supplier ID *] => Supplier ID * [Lang ID] => Lang ID [Warehouse ID *] => Warehouse ID * [Currency ID *] => Currency ID * [Supply Order Reference *] => Supply Order Reference * [Delivery Date (Y-M-D)*] => Delivery Date (Y-M-D)* [Discount rate] => Discount rate [Product ID *] => Product ID * [Product Attribute ID] => Product Attribute ID [Unit Price (tax excl.)*] => Unit Price (tax excl.)* [Quantity Expected *] => Quantity Expected * [Discount Rate] => Discount Rate [Tax Rate] => Tax Rate [Import .CSV data] => Import .CSV data [Advanced Stock Management] => Advanced Stock Management [Template] => Template [Customer ID] => Customer ID [Active (0/1)] => Active (0/1) [Customer email] => Customer email [Root category (0/1)] => Root category (0/1) [Product ID] => Product ID [Attribute (Name:Type:Position)] => Attribute (Name:Type:Position) [Value (Value:Position)] => Value (Value:Position) [Supplier reference] => Supplier reference [Default (0 = No, 1 = Yes)] => Default (0 = No, 1 = Yes) [Combination availability date] => Combination availability date [Choose among product images by position (1,2,3...)] => Choose among product images by position (1,2,3...) [UPC] => UPC [Minimal quantity] => Minimal quantity [Image URLs (x,y,z...)] => Image URLs (x,y,z...) [Image alt texts (x,y,z...)] => Image alt texts (x,y,z...) [Depends on stock] => Depends on stock [Warehouse] => Warehouse [EAN-13] => EAN-13 [Titles ID (Mr = 1, Ms = 2, else 0)] => Titles ID (Mr = 1, Ms = 2, else 0) [Birth date (yyyy-mm-dd)] => Birth date (yyyy-mm-dd) [Newsletter (0/1)] => Newsletter (0/1) [Partner offers (0/1)] => Partner offers (0/1) [Registration date (yyyy-mm-dd)] => Registration date (yyyy-mm-dd) [Groups (x,y,z...)] => Groups (x,y,z...) [Default group ID] => Default group ID [Categories (x,y,z...)] => Categories (x,y,z...) [Tax rule ID] => Tax rule ID [On sale (0/1)] => On sale (0/1) [Discount amount] => Discount amount [Discount percent] => Discount percent [Discount from (yyyy-mm-dd)] => Discount from (yyyy-mm-dd) [Discount to (yyyy-mm-dd)] => Discount to (yyyy-mm-dd) [Reference #] => Reference # [Supplier reference #] => Supplier reference # [Delivery time of out-of-stock products with allowed orders:] => Delivery time of out-of-stock products with allowed orders: [Additional shipping cost] => Additional shipping cost [Unit for the price per unit] => Unit for base price [Tags (x,y,z...)] => Tags (x,y,z...) [Rewritten URL] => Rewritten URL [Label when backorder allowed] => Label when backorder allowed [Available for order (0 = No, 1 = Yes)] => Available for order (0 = No, 1 = Yes) [Product availability date] => Product availability date [Product creation date] => Product creation date [Show price (0 = No, 1 = Yes)] => Show price (0 = No, 1 = Yes) [Delete existing images (0 = No, 1 = Yes)] => Delete existing images (0 = No, 1 = Yes) [Feature (Name:Value:Position:Customized)] => Feature (Name:Value:Position:Customized) [Available online only (0 = No, 1 = Yes)] => Available online only (0 = No, 1 = Yes) [Customizable (0 = No, 1 = Yes)] => Customizable (0 = No, 1 = Yes) [Uploadable files (0 = No, 1 = Yes)] => Uploadable files (0 = No, 1 = Yes) [Text fields (0 = No, 1 = Yes)] => Text fields (0 = No, 1 = Yes) [Action when out of stock] => Action when out of stock [Virtual product (0 = No, 1 = Yes)] => Virtual product (0 = No, 1 = Yes) [File URL] => File URL [Expiration date (yyyy-mm-dd)] => Expiration date (yyyy-mm-dd) [Number of days] => Number of days [Accessories (x,y,z...)] => Accessories (x,y,z...) [Active (0/1)] => Active (0/1) [Image URL] => Image URL [Address (2)] => Address (2) [Latitude] => Latitude [Longitude] => Longitude [Hours (x,y,z...)] => Hours (x,y,z...) [ID / Name of group shop] => ID / Name of the group of stores [Ignore this column] => Ignore this column [Store contacts] => Store contacts [Back office connection from %ip%] => Back office connection from %ip% [%class_name% addition] => %class_name% addition [Edit this SQL query] => Edit this SQL query [Select your default file encoding] => Select your default file encoding [SQL query name] => SQL query name [Attribute groups] => Attribute groups [Cart rules] => Cart rules [Contact information] => Contact information [Discount prices] => Discount prices [Module hooks] => Module hooks [Meta information] => Meta information [Product combinations] => Product combinations [Available quantities for sale] => Available quantities for sale [Warehouses] => Warehouses [Webservice accounts] => Webservice accounts [Tax rules groups] => Tax rules groups [Import data] => Import data [Choose the source shop] => Choose the source shop [Choose data to import] => Choose data to import [Shop groups list] => Store groups list [Choose the source store] => Choose the source store [Store groups list] => Store groups list [Customer groups] => Customer groups [Shop group] => Store group [Multistore options] => Multistore options [Default shop] => Default shop [Add a new shop group] => Add a new store group [Add a new shop] => Add a new store [Shop group name] => Store group name [Share customers] => Share customers [Share available quantities for sale] => Share available quantities for sale [Share available quantities between shops of this group. When changing this option, all available products quantities will be reset to 0.] => Share available quantities between stores of this group. When changing this option, all available product quantities will be reset to 0. [Share orders] => Share orders [Store group] => Store group [Default store] => Default store [Add a new group of stores] => Add a new group of stores [Add a new store] => Add a new store [Name of the store group] => Name of the store group [Multistore tree] => Multistore tree [Shop URL ID] => Shop URL ID [Shop name] => Store name [Is it the main URL?] => Is it the main URL? [URL options] => URL options [Is it the main URL for this shop?] => Is it the main URL for this shop? [Shop URL] => Shop URL [Domain] => Domain [SSL Domain] => SSL Domain [Physical URL] => Physical URL [Virtual URL] => Virtual URL [Final URL] => Final URL [Edit this shop] => Edit this shop [Add a new URL] => Add a new URL [Store URL ID] => Store URL ID [Store name] => Store name [Is it the main URL for this store?] => Is it the main URL for this store? [Store URL] => Store URL [Edit this store] => Edit this store [Statistics] => Statistics [Notifications] => Notifications [Both] => Both [This is a test message. Your server is now configured to send email.] => This is a test message. Your server is now configured to send email. [Test message -- Prestashop] => Test message -- Prestashop [Error: Please check your configuration] => Error: Please check your configuration [An error has occurred. Please check your configuration] => An error has occurred. Please check your configuration. [%key% (missing description)] => %key% (missing description) [Use /usr/sbin/sendmail (recommended; works in most cases)] => Use /usr/sbin/sendmail (recommended; works in most cases) [Set my own SMTP parameters (for advanced users ONLY)] => Set my own SMTP parameters (for advanced users ONLY) [Never send emails (may be useful for testing purposes)] => Never send emails (may be useful for testing purposes) [View (GET)] => View (GET) [Modify (PUT)] => Modify (PUT) [Add (POST)] => Add (POST) [Patch (PATCH)] => Patch (PATCH) [Delete (DELETE)] => Delete (DELETE) [Fast view (HEAD)] => Fast view (HEAD) [Refresh list] => Refresh list [Age] => Age [Recipient] => Recipient [Subject] => Subject [Sent] => Sent [Erase all] => Erase all [Severity (1-4)] => Severity (1-4) [Object type] => Object type [Object ID] => Object ID [Error code] => Error code [Last update] => Last update [Employee ID] => Employee ID [Key] => Key [Key description] => Key description [ID / Name of shop] => ID / Name of shop [Advanced stock management] => Advanced stock management [Product reference] => Product reference [EAN13] => EAN13 [New & Experimental Features] => New & Experimental Features [Add new profile] => Add new profile [Combination reference] => Combination reference [Memcached via PHP::Memcache] => Memcached via PHP::Memcache [Memcached via PHP::Memcached] => Memcached via PHP::Memcached [APC] => APC [Xcache] => Xcache [Use cache] => Use cache [Caching system] => Caching system [Smart cache for CSS] => Smart cache for CSS [Smart cache for JavaScript] => Smart cache for JavaScript [Apache optimization] => Apache optimization [Disable all overrides] => Disable all overrides [Enable or disable all classes and controllers overrides.] => Enable or disable all classes and controllers overrides. [Debug profiler] => Debug profiler [Media server #1] => Media server #1 [Media server #2] => Media server #2 [Media server #3] => Media server #3 [Clear cache] => Clear cache [Never clear cache files] => Never clear cache files [Clear cache everytime something has been modified] => Clear cache everytime something has been modified [Never recompile template files] => Never recompile template files [Recompile templates if the files have been updated] => Recompile templates if the files have been updated [Force compilation] => Force compilation [Template compilation] => Template compilation [Cache] => Cache [Should be enabled except for debugging.] => Should be enabled except for debugging. [Multi-front optimizations] => Multi-front optimizations [Lifetime of front office cookies] => Lifetime of front office cookies [Lifetime of back office cookies] => Lifetime of back office cookies [Automatically check for module updates] => Automatically check for module updates [Check the cookie's IP address] => Check the cookie's IP address [Cookie SameSite] => Cookie SameSite [Show notifications for new orders] => Show notifications for new orders [Show notifications for new customers] => Show notifications for new customers [Show notifications for new messages] => Show notifications for new messages [Maximum size for attached files] => Maximum size for attached files [Maximum size for a downloadable product] => Maximum size for a downloadable product [Maximum size for a product's image] => Maximum size for a product's image [megabytes] => megabytes [Ignore statistics tables] => Ignore statistics tables [Drop existing tables during import] => Drop existing tables during import [DKIM domain] => DKIM domain [DKIM selector] => DKIM selector [DKIM private key] => DKIM private key [Send email in HTML format] => Send email in HTML format [Send email in text format] => Send email in text format [Log Emails] => Log Emails [DKIM signing] => DKIM signing [Enable the store name as a prefix in the email's subject] => Enable the store name as a prefix in the email's subject [Send emails to] => Send emails to [None] => None [TLS] => TLS [SSL] => SSL [Email domain name] => Email domain name [SMTP server] => SMTP server [SMTP username] => SMTP username [SMTP password] => SMTP password [Encryption] => Encryption [Send a test email to] => Send a test email to [minutes] => minutes [Password regeneration] => Password regeneration [Security: Minimum time to wait between two password changes.] => Security: Minimum time to wait between two password changes. [Memorize the language used in Admin panel forms] => Memorize the language used in Admin panel forms [Allow employees to select a specific language for the Admin panel form.] => Allow employees to select a specific language for the Admin panel form. [Permission profile] => Permission profile [Default page] => Default page [Please name your data matching configuration in order to save it.] => Please name your data matching configuration in order to save it. [What do you want to import?] => What do you want to import? [Select a file to import] => Select a file to import [Language of the file] => Language of the file [Field separator] => Field separator [Multiple value separator] => Multiple value separator [Delete all [1]categories[/1] before import] => Delete all [1]categories[/1] before import [Use product reference as key] => Use product reference as key [Skip thumbnails regeneration] => Skip thumbnails regeneration [Force all ID numbers] => Force all ID numbers [Send notification email] => Send notification email [Next step] => Next step [Minimum severity level] => Minimum severity level [Enable multi-statements queries] => Enable multi-statements queries [Back office token protection] => Back office token protection [0 - Extremely guessable] => 0 - Extremely guessable [1 - Very guessable] => 1 - Very guessable [2 - Somewhat guessable] => 2 - Somewhat guessable [3 - Safely unguessable] => 3 - Safely unguessable [4 - Very unguessable] => 4 - Very unguessable [Minimum length] => Minimum length [Maximum length] => Maximum length [Minimum password security score] => Minimum password security score [Enable PrestaShop's webservice] => Enable PrestaShop's webservice [Enable CGI mode for PHP] => Enable CGI mode for PHP [Webservice account key.] => Webservice account key. [Enable webservice key] => Enable webservice key [Current password] => Current password [New password] => New password [Confirm password] => Confirm password [Download the backup file (%s MB)] => Download the backup file (%s MB) [Tip: You can also download this file from your FTP server. Backup files are located in the "/adminXXXX/backups" directory.] => Tip: You can also download this file from your FTP server. Backup files are located in the "/adminXXXX/backups" directory. [Backup options] => Backup options [Available fields] => Available fields [* Required field] => * Required field [History of uploaded files] => History of uploaded files [Download] => Download [Choose from history / FTP] => Choose from history / FTP [Download sample csv files] => Download sample csv files [Back to the dashboard] => Back to the dashboard [Test your email configuration] => Test your email configuration [A test email has been sent to the email address you provided.] => A test email has been sent to the email address you provided. [Send a test email] => Send a test email [Employee options] => Employee options [Employees] => Employees [Manage your team] => Manage your team [Create profiles for your employees with specific rights. SuperAdmin can access the entire store while other people can only be dedicated to the catalog or orders pages.] => Create profiles for your employees with specific rights. SuperAdmin can access the entire store while other people can only be dedicated to the catalog or orders pages. [Edit: %lastname% %firstname%] => Edit: %lastname% %firstname% [Add new employee] => Add new employee [New features] => New features [Experimental features] => Experimental features [Match your data] => Match your data [Please match each column of your source file to one of the destination columns.] => Please match each column of your source file to one of the destination columns. [Load a data matching configuration] => Load a data matching configuration [Save your data matching configuration] => Save your data matching configuration [Rows to skip] => Rows to skip [Indicate how many of the first rows of your file should be skipped when importing the data. For instance set it to 1 if the first row of your file contains headers.] => Indicate how many of the first rows of your file should be skipped when importing the data. For instance set it to 1 if the first row of your file contains headers. [Two columns cannot have the same type of values] => Two columns cannot have the same type of values [This column must be set:] => This column must be set: [Meaning of severity levels:] => Meaning of severity levels: [Logs by email] => Logs by email [No module] => No module [Profile] => Profile [List of MySQL Tables] => List of MySQL Tables [Please choose a table.] => Please choose a table. [Add table name to SQL query] => Add table name to SQL query [List of attributes for this MySQL table] => List of attributes for this MySQL table [Add attribute to SQL query] => Add attribute to SQL query [Action] => Action [SQL query] => SQL query [Add new SQL query] => Add new SQL query [SQL query result] => SQL query result [Outdated sessions] => Outdated sessions [Clear outdated sessions manually] => Clear outdated sessions manually [Clear] => Clear [Password policy] => Password policy [0 means the password is extremely easy to guess (within 10^3 guesses). Dictionary words like "password" or "mother" score 0.] => 0 means the password is extremely easy to guess (within 10^3 guesses). Dictionary words like "password" or "mother" score 0. [1 is still very easy to guess (guesses lesser than 10^6). An extra character on a dictionary word can score 1.] => 1 is still very easy to guess (guesses less than 10^6). An extra character on a dictionary word can score 1. [2 is pretty easy to guess (guesses lesser than 10^8). It provides some protection from unthrottled online attacks.] => 2 is pretty easy to guess (guesses less than 10^8). It provides some protection from unthrottled online attacks. [3 is safely unguessable (guesses lesser than 10^10). It offers moderate protection from offline slow-hash scenario.] => 3 is safely unguessable (guesses less than 10^10). It offers moderate protection from offline slow-hash scenario. [4 is very unguessable (guesses greater than or equal to 10^10) and provides strong protection from offline slow-hash scenario.] => 4 is very unguessable (guesses greater than or equal to 10^10) and provides strong protection from offline slow-hash scenario. [1 is still very easy to guess (guesses less than 10^6). An extra character on a dictionary word can score 1.] => 1 is still very easy to guess (guesses less than 10^6). An extra character on a dictionary word can score 1. [2 is pretty easy to guess (guesses less than 10^8). It provides some protection from unthrottled online attacks.] => 2 is pretty easy to guess (guesses less than 10^8). It provides some protection from unthrottled online attacks. [3 is safely unguessable (guesses less than 10^10). It offers moderate protection from offline slow-hash scenario.] => 3 is safely unguessable (guesses less than 10^10). It offers moderate protection from offline slow-hash scenario. [Webservice Accounts] => Webservice Accounts [Set the resource permissions for this key:] => Set the resource permissions for this key: [Add new webservice key] => Add new webservice key [Webservice status] => Webservice status [Webservice is enabled. Main entry point is] => Webservice is enabled. Main entry point is [It seems that the webservice endpoint is not functional. If you are using httpd/apache2, you need to enable URL rewriting on your server.] => It seems that the webservice endpoint is not functional. If you are using httpd/apache2, you need to enable URL rewriting on your server. [Read the [1]developer documentation[/1].] => Read the [1]developer documentation[/1]. [Upload quota] => Upload quota [Port] => Port [IP Address] => IP Address [Weight] => Weight [Add server] => Add server [Add Server] => Add Server [Test Server] => Test Server [Debug mode] => Debug mode [Smarty] => Smarty [Modules] => Modules [Disable non built-in modules] => Disable non built-in modules [Optional features] => Optional features [CCC (Combine, Compress and Cache)] => CCC (Combine, Compress and Cache) [Media servers (use only with CCC)] => Media servers (use only with CCC) [You must enter another domain, or subdomain, in order to use cookieless static content.] => You must enter another domain, or subdomain, in order to use cookieless static content. [Caching] => Caching [Disable all non-built-in modules?] => Disable all non-built-in modules? [Configuration information] => Configuration information [This information must be provided when you report an issue on GitHub or on the forum.] => This information must be provided when you report an issue on GitHub or on the forum. [Server information] => Server information [Server information:] => Server information: [Server software version:] => Server software version: [PHP version:] => PHP version: [Memory limit:] => Memory limit: [Max execution time:] => Max execution time: [Upload Max File size:] => Upload Max File size: [PageSpeed module for Apache installed (mod_instaweb)] => PageSpeed module for Apache installed (mod_instaweb) [Database information] => Database information [MySQL version:] => MySQL version: [MySQL server:] => MySQL server: [MySQL name:] => MySQL name: [MySQL user:] => MySQL user: [Tables prefix:] => Tables prefix: [MySQL engine:] => MySQL engine: [MySQL driver:] => MySQL driver: [List of overrides] => List of overrides [Store information] => Store information [PrestaShop version:] => PrestaShop version: [Shop URL:] => Shop URL: [Shop path:] => Shop path: [Current theme in use:] => Current theme in use: [Mail configuration] => Mail configuration [Mail method:] => Mail method: [You are using /usr/sbin/sendmail] => You are using /usr/sbin/sendmail [You are using your own SMTP parameters.] => You are using your own SMTP parameters. [SMTP server:] => SMTP server: [SMTP username:] => SMTP username: [Defined] => Defined [Not defined] => Not defined [SMTP password:] => SMTP password: [Encryption:] => Encryption: [SMTP port:] => SMTP port: [Your information] => Your information [Your web browser:] => Your web browser: [Check your configuration] => Check your configuration [Required parameters:] => Required parameters: [Optional parameters:] => Optional parameters: [List of changed files] => List of changed files [You must provide this information when reporting an issue on GitHub or on the forum.] => You must provide this information when reporting an issue on GitHub or on the forum. [No overrides have been found.] => No overrides have been found. [Straight rows of keys are easy to guess] => Straight rows of keys are easy to guess [Short keyboard patterns are easy to guess] => Short keyboard patterns are easy to guess [Use a longer keyboard pattern with more turns] => Use a longer keyboard pattern with more turns [Repeats like "aaa" are easy to guess] => Repeats like "aaa" are easy to guess [Repeats like "abcabcabc" are only slightly harder to guess than "abc"] => Repeats like "abcabcabc" are only slightly harder to guess than "abc" [Sequences like abc or 6543 are easy to guess] => Sequences like abc or 6543 are easy to guess [Recent years are easy to guess] => Recent years are easy to guess [Dates are often easy to guess] => Dates are often easy to guess [This is a top-10 common password] => This is a top-10 common password [This is a top-100 common password] => This is a top-100 common password [This is a very common password] => This is a very common password [This is similar to a commonly used password] => This is similar to a commonly used password [A word by itself is easy to guess] => A word by itself is easy to guess [Names and surnames by themselves are easy to guess] => Names and surnames by themselves are easy to guess [Common names and surnames are easy to guess] => Common names and surnames are easy to guess [Very weak] => Very weak [Weak] => Weak [Average] => Average [Strong] => Strong [Very strong] => Very strong [Use a few words, avoid common phrases] => Use a few words, avoid common phrases [No need for symbols, digits, or uppercase letters] => No need for symbols, digits, or uppercase letters [Avoid repeated words and characters] => Avoid repeated words and characters [Avoid sequences] => Avoid sequences [Avoid recent years] => Avoid recent years [Avoid years that are associated with you] => Avoid years that are associated with you [Avoid dates and years that are associated with you] => Avoid dates and years that are associated with you [Capitalization doesn't help very much] => Capitalization doesn't help very much [All-uppercase is almost as easy to guess as all-lowercase] => All-uppercase is almost as easy to guess as all-lowercase [Reversed words aren't much harder to guess] => Reversed words aren't much harder to guess [Predictable substitutions like '@' instead of 'a' don't help very much] => Predictable substitutions like '@' instead of 'a' don't help very much [Add another word or two. Uncommon words are better.] => Add another word or two. Uncommon words are better. [Enter a password between %d and %d characters] => Enter a password between %d and %d characters [The minimum score must be: %s] => The minimum score must be: %s [Sequences like "abc" or "6543" are easy to guess] => Sequences like "abc" or "6543" are easy to guess. [Predictable substitutions like "@" instead of "a" don't help very much] => Predictable substitutions like "@" instead of "a" don't help very much. [File size] => File size [Price tax excluded] => Price tax excluded [Price tax included] => Price tax included [Price per unit] => Base price ) [AdminCatalogFeature] => Array ( [Texture] => Texture [Apply a discount] => Apply a discount [Percent (%)] => Percent (%) [Apply a discount to] => Apply a discount to [Order (without shipping)] => Order (without shipping) [Specific product] => Specific product [Cheapest product] => Cheapest product [Selected product(s)] => Selected product(s) [Exclude discounted products] => Exclude discounted products [Send a free gift] => Send a free gift [Search a product] => Search a product [Matching products] => Matching products [Available combinations] => Available combinations [Country selection] => Country selection [Carrier selection] => Carrier selection [Customer group selection] => Customer group selection [Store selection] => Store selection [Limit to a single customer] => Limit to a single customer [Valid] => Valid [Minimum amount] => Minimum amount [Shipping excluded] => Shipping excluded [Shipping included] => Shipping included [Total available] => Total available [Total available for each user] => Total available for each user [Restrictions] => Restrictions [Unselected countries] => Unselected countries [Selected countries] => Selected countries [Unselected carriers] => Unselected carriers [Selected carriers] => Selected carriers [Unselected groups] => Unselected groups [Selected groups] => Selected groups [Compatibility with other cart rules] => Compatibility with other cart rules [Uncombinable cart rules] => Uncombinable cart rules [Combinable cart rules] => Combinable cart rules [Product selection] => Product selection [Unselected shops] => Unselected shops [Selected shops] => Selected shops [Cart rule] => Cart rule [Information] => Information [Now] => Now [Done] => Done [Choose Time] => Choose Time [Time] => Time [Minute] => Minute [Conditions] => Conditions [Highlight] => Highlight [Partial use] => Partial use [Number of products required in the cart to enjoy the discount:] => Number of products required in the cart to enjoy the discount: [Attachment] => Attachment [Product name] => Product name [Add a new condition group] => Add a new condition group [Add condition] => Add condition [Condition group] => Condition group [MPN] => MPN [Root] => Root [Home] => Home [Increase] => Increase [Decrease] => Decrease [Customer Order] => Customer Order [Adjustment following an inventory of stock] => Adjustment following an inventory of stock [Transfer to another warehouse] => Transfer to another warehouse [Transfer from another warehouse] => Transfer from another warehouse [Supply Order] => Supply Order [Product Return] => Product return [Manual Entry] => Manual Entry [Values] => Values [Value] => Value [Color or texture] => Color or texture [Public name] => Public name [Attribute type] => Attribute type [Attribute group] => Attribute group [Current texture] => Current texture [Add new values] => Add new values [Add New Attributes] => Add New Attributes [Edit New Attribute] => Edit New Attribute [Add New Attribute] => Add New Attribute [Edit value] => Edit value [Save then add another value] => Save then add another value [Color] => Color [Attributes] => Attributes [Payment:] => Payment: [Cart Rules] => Cart Rules [Open] => Open [Messages] => Messages [Private] => Private [Last message] => Last message [Contact options] => Contact options [Allow file uploading] => Allow file uploading [Default message] => Default message [Customer service options] => Customer service options [IMAP URL] => IMAP URL [IMAP port] => IMAP port [IMAP user] => IMAP user [IMAP password] => IMAP password [Delete messages] => Delete messages [Create new threads] => Create new threads [IMAP options] => IMAP options [Total threads] => Total threads [Threads pending] => Threads pending [Total number of customer messages] => Total number of customer messages [Total number of employee messages] => Total number of employee messages [Unread threads] => Unread threads [Closed threads] => Closed threads [Pending Discussion Threads] => Pending Discussion Threads [Average Response Time] => Average Response Time [Messages per Thread] => Messages per Thread [Reply to the next unanswered message in this thread] => Reply to the next unanswered message in this thread [Mark as "handled"] => Mark as "handled" [Re-open] => Re-open [Mark as "pending 1" (will be answered later)] => Mark as "pending 1" (will be answered later) [Disable pending status] => Disable pending status [Mark as "pending 2" (will be answered later)] => Mark as "pending 2" (will be answered later) [Message to:] => Message to: [Product:] => Product: [Status:] => Status: [Closed] => Closed [Pending 1] => Pending 1 [Pending 2] => Pending 2 [Message forwarded to] => Message forwarded to [Edit New Feature] => Edit New Feature [Add New Feature] => Add New Feature [Feature value] => Feature value [Add a new feature value] => Add a new feature value [Add new feature] => Add new feature [Impact on weight] => Impact on weight [Short description] => Short description [Condition] => Condition [Low stock level] => Low stock level [Label when in stock] => Label when in stock [Delivery time of in-stock products:] => Delivery time of in-stock products: [Number of allowed downloads] => Number of allowed downloads [Category root] => Category root [Reduction with or without taxes] => Reduction with or without taxes [Beginning] => Beginning [End] => End [Reduction type] => Reduction type [Leave initial price] => Leave initial price [Number of products] => Number of products [Average number of products per category] => Average number of products per category [Disabled Categories] => Disabled Categories [Empty Categories] => Empty Categories [Top Category] => Top Category [All combinations] => All combinations [copy of %s] => copy of %s [Comment:] => Comment: [Opened] => Opened [Default delivery time: [1]%delivery_time% - %oos_delivery_time%[/1] [2]Edit delivery time[/2]] => Default delivery time: [1]%delivery_time% - %oos_delivery_time%[/1] [2]Edit delivery time[/2] [None] => None [Use default behavior] => Use default behavior [Allow orders] => Allow orders [Deny orders] => Deny orders [Decrement pack only.] => Decrement pack only. [Decrement products in pack only.] => Decrement products in pack only. [Decrement both.] => Decrement both. [New] => New [Used] => Used [Refurbished] => Refurbished [A physical product that needs to be shipped.] => A physical product that needs to be shipped. [A product with different variations (size, color, etc.) from which customers can choose.] => A product with different variations (size, color, etc.) from which customers can choose. [A collection of products from your catalog.] => A collection of products from your catalog. [An intangible product that doesn't require shipping. You can also add a downloadable file.] => An intangible product that doesn't require shipping. You can also add a downloadable file. [Pack of products] => Pack of products [Standard product] => Standard product [Customers can access the product by browsing the catalog, using the search bar, or the link.] => Customers can access the product by browsing the catalog, using the search bar, or the link. [Customers can access the product only by browsing the catalog. This is particularly useful to avoid displaying too many similar products in a search.] => Customers can access the product only by browsing the catalog. This is particularly useful to avoid displaying too many similar products in a search. [Customers can access the product only by using the search bar.] => Customers can access the product only by using the search bar. [Only customers with the link can access the product.] => Only customers with the link can access the product. [Everywhere] => Everywhere [Catalog only] => Catalog only [Search only] => Search only [Nowhere] => Nowhere [product(s)] => product(s) [Cart rules] => Cart rules [Products] => Products [List of disabled products] => List of disabled products [List of empty categories] => List of empty categories [List of products with combinations but without available quantities for sale] => List of products with combinations but without available quantities for sale [List of products without combinations and without available quantities for sale] => List of products without combinations and without available quantities for sale [List of products without description and summary] => List of products without description and summary [List of products without images] => List of products without images [List of products without price] => List of products without price [%product_name%: %combination_details%] => %product_name%: %combination_details% [Cover image] => Cover image [%price% (tax incl.)] => %price% (tax incl.) [%price% (tax excl.)] => %price% (tax excl.) [Add new root category] => Add new root category [Add new category] => Add new category [Low stock alert] => Low stock alert [Combination name] => Combination name [Physical quantity] => Physical quantity [Reserved quantity] => Reserved quantity [Category name] => Category name [Parent of the category] => Parent of the category [Please select a file] => Please select a file [ISBN code] => ISBN code [Min. quantity for sale] => Min. quantity for sale [Select images of this combination:] => Select images of this combination: [Final price] => Final price [Impact on price per unit (tax excl.)] => Impact on price per unit (tax excl.) [Set as default combination] => Set as default combination [Impact on price (tax incl.)] => Impact on price (tax incl.) [Ecotax (tax incl.)] => Ecotax (tax incl.) [Send me an email when the quantity is below or equals this level] => Send me an email when the quantity is below or equals this level [Stock location] => Stock location [Availability date] => Availability date [Cost Price] => Cost Price [Minimum quantity] => Minimum quantity [Add products to your pack] => Add products to your pack [Choose a brand] => Choose a brand [Pre-tax retail price] => Pre-tax retail price [Retail price with tax] => Retail price with tax [Add a new category] => Add a new category [Accessories] => Accessories [Invalid characters are: %invalidCharacters%] => Invalid characters are: %invalidCharacters% [Default category] => Default category [This field contains invalid characters: %invalidCharacters%] => This field contains invalid characters: %invalidCharacters% [UPC barcode] => UPC barcode [EAN-13 or JAN barcode] => EAN-13 or JAN barcode [Display options] => Display options [Default suppliers] => Default suppliers [Attachments for this product:] => Attachments for this product: [ISBN] => ISBN [Display condition on product page] => Display condition on product page [Available for order] => Available for order [Show price] => Show price [Web only (not sold in your retail store)] => Web only (not sold in your retail store) [No tax] => No tax [Apply to all products] => Apply to all products [Display the "On sale!" flag on the product page, and on product listings.] => Display the "On sale!" flag on the product page, and on product listings. [Retail price (tax excl.)] => Retail price (tax excl.) [Retail price (tax incl.)] => Retail price (tax incl.) [Retail price per unit (tax excl.)] => Retail price per unit (tax excl.) [Create combinations] => Create combinations [I want to use the advanced stock management system for this product.] => I want to use the advanced stock management system for this product. [The available quantities for the current product and its combinations are based on the stock in your warehouse (using the advanced stock management system). ] => The available quantities for the current product and its combinations are based on the stock in your warehouse (using the advanced stock management system). [I want to specify available quantities manually.] => I want to specify available quantities manually. [Label when out of stock (and backorders allowed)] => Label when out of stock (and backorders allowed) [When out of stock] => When out of stock [Minimum quantity for sale] => Minimum quantity for sale [Add downloadable file] => Add downloadable file [Pack stock behavior] => Pack stock behavior [No redirection (404)] => No redirection (404) [No redirection (410)] => No redirection (410) [Target] => Target [Meta title] => Meta title [Meta description] => Meta description [Target product] => Target product [Target category] => Target category [Redirection when offline] => Redirection when offline [Permanent redirection to a category (301)] => Permanent redirection to a category (301) [Temporary redirection to a category (302)] => Temporary redirection to a category (302) [Permanent redirection to a product (301)] => Permanent redirection to a product (301) [Temporary redirection to a product (302)] => Temporary redirection to a product (302) [Default behavior from configuration] => Default behavior from configuration [No redirection (200), display product] => No redirection (200), display product [No redirection (404), display product] => No redirection (404), display product [No redirection (410), display product] => No redirection (410), display product [No redirection (404), display error page] => No redirection (404), display error page [No redirection (410), display error page] => No redirection (410), display error page [Friendly URL] => Friendly URL [Specific delivery time to this product] => Specific delivery time to this product [Default delivery time] => Default delivery time [Delivered within 3-4 days] => Delivered within 3-4 days [Delivery time of out-of-stock products with allowed orders:] => Delivery time of out-of-stock products with allowed orders: [Delivered within 5-7 days] => Delivered within 5-7 days [Width] => Width [Height] => Height [Depth] => Depth [Weight] => Weight [Delivery time] => Delivery time [Shipping fees] => Shipping fees [Available carriers] => Available carriers [Add customer] => Add customer [Apply to all combinations] => Apply to all combinations [Available from] => Available from [Starting at] => Starting at [Unit(s)] => Unit(s) [Product price (tax excl.)] => Product price (tax excl.) [Reduction tax] => Reduction tax [Number of days] => Number of days [Stored] => Stored [Location (optional)] => Location (optional) [Add categories] => Add categories [Minimum order quantity] => Minimum order quantity [Edit fixed quantity] => Edit fixed quantity [You can bulk edit the selected combinations by enabling and filling each field that needs to be updated.] => You can bulk edit the selected combinations by enabling and filling each field that needs to be updated. [Edit combination: ] => Edit combination: [You can specify which images should be displayed when customer selects this combination. If you don't select any image, all will be displayed. The default image of the combination will be the first one selected from the list.] => You can specify which images should be displayed when customer selects this combination. If you don't select any image, all will be displayed. The default image of the combination will be the first one selected from the list. [Manage product combinations] => Manage product combinations [Final retail price (tax excl.)] => Final retail price (tax excl.) [Final retail price (tax incl.)] => Final retail price (tax incl.) [Impact on price per unit (tax incl.)] => Impact on price per unit (tax incl.) [Related products] => Related products [Description] => Description [No brand] => No brand [Details] => Details [Choose a value] => Choose a value [Pre-defined value] => Pre-defined value [OR Customized value] => OR Customized value [Choose a feature] => Choose a feature [Choose a value or provide a customized one] => Choose a value or provide a customized one [References] => References [Custom value] => Custom value [New product] => New product [Caption] => Caption [[1]%filesNb%[/1] selected file(s)] => [1]%filesNb%[/1] selected file(s) [Use as cover image] => Use as cover image [Manage images] => Manage images [Product has no images.] => Product has no images. [Image] => Image [Images will be deleted.] => Images will be deleted. [[1]{filesNb}[/1] selected file(s)] => [1]{filesNb}[/1] selected file(s) [Image is not associated to this store] => Image is not associated to this store [Options] => Options [No files attached] => No files attached [[1]Manage all files[/1]] => [1]Manage all files[/1] [[1]Manage catalog price rules[/1]] => [1]Manage catalog price rules[/1] [%price% tax excl.] => %price% tax excl. [%price% tax incl.] => %price% tax incl. [%price% %unity%] => %price% %unity% [%price% margin] => %price% margin [%margin_rate%% margin rate] => %margin_rate%% margin rate [%price% cost price] => %price% cost price [Show catalog price rules] => Show catalog price rules [Hide catalog price rules] => Hide catalog price rules [Set a specific order for this product] => Set a specific order for this product [Use default order: [1]{priority_list}[/1]] => Use default order: [1]{priority_list}[/1] [Ecotax rate %rate%%] => Ecotax rate %rate%% [Ecotax (tax excl.)] => Ecotax (tax excl.) [Tax feature is disabled, it will not affect price tax included.] => Tax feature is disabled, it will not affect price tax included. [[1]Manage tax rules[/1]] => [1]Manage tax rules[/1] [Tax %1$s : %2$s%%] => Tax %1$s : %2$s%% [Tax %1$s-%3$s: %2$s%%] => Tax %1$s-%3$s: %2$s%% [Apply a discount to the initial price] => Apply a discount to the initial price [Set specific price] => Set specific price [At least one of the following must be activated] => At least one of the following must be activated [Apply a discount to the initial price or set a specific price.] => Apply a discount to the initial price or set a specific price. [For customers meeting the conditions, the initial price will be crossed out and the discount will be highlighted.] => For customers meeting the conditions, the initial price will be crossed out and the discount will be highlighted. [Minimum number of units purchased] => Minimum number of units purchased [Duration] => Duration [Retail price per unit (tax incl.)] => Retail price per unit (tax incl.) [Unit] => Unit [Display retail price per unit] => Display retail price per unit [Enter the keywords that customers might search for when looking for this product.] => Enter the keywords that customers might search for when looking for this product. [[1]Manage all tags[/1]] => [1]Manage all tags[/1] [Search engine optimization] => Search engine optimization [Recent stock movements] => Recent stock movements [[1]View all stock movements[/1]] => [1]View all stock movements[/1] [Edit quantity] => Edit quantity [Sold products] => Sold products [Shipped products] => Shipped products [Returned products] => Returned products [Enter threshold value] => Enter threshold value [Pack quantities] => Pack quantities [Pack] => Pack [Add new file] => Add new file [Upload files here] => Upload files here [Make some files available to your customers and facilitate their purchasing environment by adding them just here! It can be instruction manuals, technical works or anything you want to attach to a product.] => Make some files available to your customers and facilitate their purchasing environment by adding them just here! It can be instruction manuals, technical works or anything you want to attach to a product. [Manage your credit slips] => Manage your credit slips [When a customer returns a product, a credit slip must be created in his favor. Generate vouchers and have a look at their follow-up.] => When a customer returns a product, a credit slip must be created in his favor. Generate vouchers and have a look at their follow-up. [Manage your products] => Manage your products [Create new product] => Create new product [Import a list of products.] => Import a list of products [Keep in touch with your suppliers] => Keep in touch with your suppliers [Having suppliers is optional if brands supply you directly. Make sure you don't confuse product suppliers and product brands to facilitate stock management.] => Having suppliers is optional if brands supply you directly. Make sure you don't confuse product suppliers and product brands to facilitate stock management. [Add new supplier] => Add new supplier [Viewing %from%-%to% on %total% (page %current_page% / %page_count%)] => Viewing %from%-%to% out of %total% (page %current_page% / %page_count%) [Items per page:] => Items per page: [Enter page number and press enter] => Enter page number and press enter [Not available yet] => Not available yet [Not available yet.] => Not available yet. [Edit: %value%] => Edit: %value% [Category] => Category [Price (tax incl.)] => Price (tax incl.) [Price (tax excl.)] => Price (tax excl.) [Quantity] => Quantity [These products will be deleted for good. Please confirm.] => These products will be deleted for good. Please confirm. [Delete products?] => Delete products? [[1]Add your first product[/1][2]or import a list of products (filetypes: .csv, .xls, .xlsx, .xlst, .ods, .ots).[/2]] => [1]Add your first product[/1][2]or import a list of products (filetypes: .csv, .xls, .xlsx, .xlst, .ods, .ots).[/2] [Go to catalog] => Go to catalog [Add new product] => Add new product [Product list] => Product list [SEO] => SEO [Modules] => Modules [Pricing] => Pricing [Basic settings] => Basic settings [Shipping] => Shipping [Categories] => Categories [Create a new category] => Create a new category [New category name] => New category name [Create a category] => Create a category [Associated categories] => Associated categories [Ecotax] => Ecotax [Specific references] => Specific references [Prev. combination] => Prev. combination [Back to product] => Back to product [Combination details] => Combination details [Price and impact] => Price and impact [Final retail price (tax excl.) will be] => Final retail price (tax excl.) will be [Final retail price (tax incl.) will be] => Final retail price (tax incl.) will be [Does this combination have a different price per unit?] => Does this combination have a different price per unit? [Images] => Images [Next combination] => Next combination [Stock] => Stock [Impact on price (tax excl.)] => Impact on price (tax excl.) [Final price (tax excl.)] => Final price (tax excl.) [Manage your product combinations] => Manage your product combinations [Bulk actions ([1]/[2] combination(s) selected)] => Bulk actions ([1]/[2] combination(s) selected) [Default combination] => Default combination [Availability preferences] => Availability preferences [Behavior when out of stock] => Behavior when out of stock [Stock management is disabled] => Stock management is disabled [Combinations] => Combinations [You can increase or decrease low stock levels in bulk. You cannot disable them in bulk: you have to do it on a per-combination basis.] => You can increase or decrease low stock levels in bulk. You cannot disable them in bulk: you have to do it on a per-combination basis. [The email will be sent to all the users who have the right to run the stock page. To modify the permissions, go to Advanced Parameters > Team] => The email will be sent to all the users who have the right to run the stock page. To modify the permissions, go to Advanced Parameters > Team [Delete combinations] => Delete combinations [Edit a specific price] => Edit a specific price [Brand] => Brand [Add a brand] => Add a brand [Related product] => Related product [Add a related product] => Add a related product [Here is a preview of your search engine result, play with it!] => Here is a preview of your search engine result, play with it! [Improve your ranking and how your product page will appear in search engines results.] => Improve your ranking and how your product page will appear in search engines results. [Redirection page] => Redirection page [Reset URL] => Reset URL [Search Engine Optimization] => Search Engine Optimization [Additional shipping costs] => Additional shipping costs [Package dimension] => Package dimension [Adjust your shipping costs by filling in the product dimensions.] => Charge additional shipping costs based on packet dimensions covered here. [Leave empty to disable.] => Leave empty to disable. [Impact on price] => Impact on price [Specific price conditions] => Specific price conditions [Apply a discount of] => Apply a discount of [Choose the suppliers associated with this product] => Choose the suppliers associated with this product [Default supplier] => Default supplier [Cost price (tax excl.)] => Cost price (tax excl.) [Supplier reference(s)] => Supplier reference(s) [Supplier reference] => Supplier reference [Product location in warehouses] => Product location in warehouses [Please choose the warehouses associated with this product.] => Please choose the warehouses associated with this product. [Summary] => Summary [Add a feature] => Add a feature [Tax rule] => Tax rule [Tax excluded] => Tax excluded [Tax included] => Tax included [Reference] => Reference [Product with combinations] => Product with combinations [View all images] => View all images [View less] => View less [Simple product] => Simple product [Features] => Features [Visibility] => Visibility [Where do you want your product to appear?] => Where do you want your product to appear? [Attached files] => Attached files [Add a customization field] => Add a customization field [Customers can personalize the product by entering some text or by providing custom image files.] => Customers can personalize the product by entering some text or by providing custom image files. [Tags] => Tags [Condition & References] => Condition & References [Select the files (instructions, documentation, recipes, etc.) your customers can directly download on this product page.] => Select the files (instructions, documentation, recipes, etc.) your customers can directly download on this product page. [Need to browse all files? Go to [1]Catalog > Files[/1]] => Need to browse all files? Go to [1]Catalog > Files[/1] [Attach a new file] => Attach a new file [Cost price] => Cost price [Retail price] => Retail price [Specific prices] => Specific prices [Priority management] => Priority management [Add a specific price] => Add a specific price [Manage tax rules] => Manage tax rules [Final retail price: [1][2][/2] tax incl.[/1] / [3][/3] tax excl.] => Final retail price: [1][2][/2] tax incl.[/1] / [3][/3] tax excl. [Rule] => Rule [Fixed price] => Fixed price [Impact] => Impact [From] => From [Priorities] => Priorities [Combination] => Combination [Quantities] => Quantities [Cover] => Cover [Drop images here] => Drop images here [or select files] => or select files [Recommended size 800 x 800px for default theme.] => Recommended size 800 x 800px for default theme. [JPG, GIF or PNG format.] => JPG, GIF or PNG format. [Virtual product] => Virtual product [These modules are relative to the product page of your shop.] => These modules are relative to the product page of your shop. [tax excl.] => tax excl. [JPG, GIF, PNG or WebP format.] => JPG, GIF, PNG or WebP format. [tax incl.] => tax incl. [Module to configure] => Module to configure [Choose a module to configure] => Choose module related options [To manage all your modules go to the [1]Installed module page[/1]] => To manage all your modules go to the [1]Installed module page[/1] [These modules are relative to the product page of your store.] => These modules are relative to the product page of your store. [Zoom] => Zoom [Add new value] => Add new value [Create attributes] => Create attributes [Color, dimension, size, disk space... think about attributes as properties that change from one product to another. As a consequence, attributes allow you to build product combinations.] => Color, dimension, size, disk space... think about attributes as properties that change from one product to another. As a consequence, attributes allow you to build product combinations. [Add new attribute] => Add new attribute [From quantity] => From quantity [Reduction] => Reduction [Catalog price rules] => Catalog price rules [Add new catalog price rule] => Add new catalog price rule [Parent category] => Parent category [Additional description] => Additional description [Category cover image] => Category cover image [Category thumbnail] => Category thumbnail [Menu thumbnails] => Menu thumbnails [Group access] => Group access [%group_name% - All people without a valid customer account.] => %group_name% - All people without a valid customer account. [%group_name% - Customer who placed an order with the guest checkout.] => %group_name% - Customer who placed an order with the guest checkout. [%group_name% - All people who have created an account on this site.] => %group_name% - All people who have created an account on this site. [Set categories] => Set categories [Categories are essential, as they enable you to group equivalent products. This helps customers find their way through the variety of your catalog.] => Categories are essential, as they enable you to group equivalent products. This helps customers find their way through the variety of your catalog. [Feature] => Feature [Add a new feature] => Add a new feature [Addresses] => Addresses [Ref:] => Ref.: [EAN13:] => EAN13: [UPC:] => UPC: [MPN:] => MPN: [Qty:] => Qty: [EAN-13:] => EAN-13: [Available quantity] => Available quantity [Attribute name] => Attribute name [UPC] => UPC [EAN-13] => EAN-13 [Brands] => Brands [Add new brand] => Add new brand [Add new brand address] => Add new brand address [Focus on your catalog] => Focus on your catalog [Empty categories, disabled products, items that lack image or price... check the monitoring section to optimize your products management and make sure you forgot nothing.] => Empty categories, disabled products, items that lack image or price... check the monitoring section to optimize your products management and make sure you forgot nothing. [tax incl. (tax rule: %taxRate%%)] => tax incl. (tax rule: %taxRate%%) [out of stock] => out of stock [low stock] => low stock [in stock] => in stock [Editing %total% combinations] => Editing %total% combinations [Editing %done%/%total% combinations] => Editing %done%/%total% combinations [Generate product combinations] => Generate product combinations [Combinations are the different variations of a product, with attributes like its size, weight or color taking different values.] => Combinations are the different variations of a product, with attributes like its size, weight, or color taking different values. [Loading combinations] => Loading combinations [Edition mode] => Edition mode [Save list] => Save list [Generate combinations] => Generate combinations [Error log] => Error log [Close] => Close [Stop processing] => Stop processing [%error_count% errors occurred. You can download the logs for future reference.] => %error_count% errors occurred. You can download the logs for future reference. [Back to processing] => Back to processing [Download error log] => Download error log [View %error_count% error logs] => View %error_count% error logs [Edit %combinations_number% combinations] => Edit %combinations_number% combinations [Apply to %combinations_number% combinations] => Apply to %combinations_number% combinations [Delete %combinations_number% combinations] => Delete %combinations_number% combinations [Deleting %total% combinations] => Deleting %total% combinations [Deleting %done%/%total% combinations] => Deleting %done%/%total% combinations [Previous combination] => Previous combination [Edited combinations (%editedNb%)] => Edited combinations (%editedNb%) [Here, you can have a look at the combinations you have edited. The list will reset when you close the editing window.] => Here, you can have a look at the combinations you have edited. The list will reset when you close the editing window. [Delete %combinations_number% combinations from store "%store_name%"] => Delete %combinations_number% combinations from store "%store_name%" [Delete %combinations_number% combinations from all stores] => Delete %combinations_number% combinations from all stores [Edited combinations ({editedNb})] => Edited combinations ({editedNb}) [Open history] => Open history [Close history] => Close history [Loading catalog price rules] => Loading catalog price rules [Discount] => Discount [Open combinations generator] => Open combinations generator [Successfully generated %combinationsNb% combinations.] => Successfully generated %combinationsNb% combinations. [Generate combinations|Generate combination|Generate %combinationsNb% combinations] => Generate combinations|Generate combination|Generate %combinationsNb% combinations [Search for attributes...] => Search for attributes... [Successfully generated {combinationsNb} combinations.] => Successfully generated {combinationsNb} combinations. [Generate combinations|Generate combination|Generate {combinationsNb} combinations] => Generate combinations|Generate combination|Generate {combinationsNb} combinations [Select all values ({valuesNb})] => Select all values ({valuesNb}) [Generate URL from name] => Generate URL from name [Loading specific prices] => Loading specific prices [Specific price (tax excl.)] => Specific price (tax excl.) [Discount (tax incl.)] => Discount (tax incl.) [Units] => Units [EAN13] => EAN13 [Wholesale price] => Wholesale price [Customization] => Customization [Price per unit] => Base price [Add new cart rule] => Add new cart rule [Expiration date] => Expiration date [Product deleted] => Product deleted [[1][/1] of [2][/2] characters allowed] => [1][/1] of [2][/2] characters allowed [Type] => Type [Main category] => Main category [[1][/1] of [2][/2] characters used (recommended)] => [1][/1] of [2][/2] characters used (recommended) [List of products for this pack] => List of products for this pack [Use checkboxes to bulk edit quantities] => Use checkboxes to bulk edit quantities [Advanced filters] => Advanced filters [Apply advanced filters] => Apply advanced filters [Apply new quantity] => Apply new quantity [Display products below low stock level first] => Display products below low stock level first [Filter by movement type] => Filter by movement type [Filter by employee] => Filter by employee [Filter by period] => Filter by period [Search a category] => Search a category [Search a supplier] => Search a supplier [Filter by status] => Filter by status [All] => All [Filter by supplier] => Filter by supplier [Stock management] => Stock management [Movements] => Movements [Search products (search by name, reference, supplier)] => Search products (search by name, reference, supplier) [This product is below the low stock level you have defined.] => This product is below the low stock level you have defined. [Low stock level:] => Low stock level: [Low stock alert:] => Low stock alert: [Bulk edit quantity] => Bulk edit quantity [Combination's ID] => Combination's ID [Date & Time] => Date & Time [Go to the import system] => Go to the import system [Export data into CSV] => Export data into CSV [Physical] => Physical [Reserved] => Reserved ) [AdminShopparametersNotification] => Array ( [Caution: The discount applied to a category does not stack with the overall reduction but instead replaces it.] => Caution: The discount applied to a category does not stack with the overall reduction but instead replaces it. [Only products that have this category as the default category will be affected.] => Only products that have this category as the default category will be affected. [You cannot delete this shop (customer and/or order dependency)] => You cannot delete this shop (customer and/or order dependency) [Click here to set a URL for this shop.] => Click here to set a URL for this shop. [Width and height must be numeric values.] => Width and height must be numeric values. [The discount value is incorrect (must be a percentage).] => The discount value is incorrect (must be a percentage). [Wrong category ID.] => Wrong category ID. [The discount value is incorrect.] => The discount value is incorrect. [You cannot save group reductions.] => You cannot save group reductions. [An error occurred while updating this group.] => An error occurred while updating this group. [Aliases and results are both required.] => Aliases and results are both required. [Is not a valid result] => Is not a valid result [Is not a valid alias] => Is not a valid alias [This is not a valid IP address:] => This is not a valid IP address: [You cannot delete this shop (customer and/or order dependency).] => You cannot delete this shop (customer and/or order dependency). [Please create some sub-categories for this root category.] => Please create some sub-categories for this root category. [You need to select at least the root category.] => You need to select at least the root category. [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.] => Warning: You won't be able to change the group of this store if it belongs to a group with one of these options activated: Share Customers, Share Quantities or Share Orders. [You can only move your shop to a shop group with all "share" options disabled -- or to a shop group with no customers/orders.] => You can only move your store to a store group with all "share" options disabled -- or to a store group with no customers/orders. [For security reasons, you cannot delete default order statuses.] => For security reasons, you cannot delete default order statuses. [An address located in a country containing states must have a state selected.] => An address located in a country containing states must have a state selected. [Latitude and longitude are required.] => Latitude and longitude are required. [The specified state is not located in this country.] => The specified state is not located in this country. [Before being able to use this tool, you need to:] => Before being able to use this tool, you need to: [Create a blank .htaccess in your root directory.] => Create a blank .htaccess in your root directory. [Give it write permissions (CHMOD 666 on Unix system).] => Give it write permissions (CHMOD 666 on Unix system). [The Base URI is not valid.] => The Base URI is not valid. [An order status with the same name already exists: %s] => An order status with the same name already exists: %s [You must define an SMTP server and an SMTP port. If you do not know it, use the PHP mail() function instead.] => You must define an SMTP server and an SMTP port. If you do not know it, use the PHP mail() function instead. [Assign a valid page if you want it to be read.] => Assign a valid page if you want it to be read. [Your robots.txt file MUST be in your website's root directory and nowhere else (e.g. http://www.example.com/robots.txt).] => Your robots.txt file MUST be in your website's root directory and nowhere else (e.g. http://www.example.com/robots.txt). [Generate your "robots.txt" file by clicking on the following button (this will erase the old robots.txt file)] => Generate your "robots.txt" file by clicking on the following button (this will erase the old robots.txt file) [Before you can use this tool, you need to:] => Before you can use this tool, you need to: [1) Create a blank robots.txt file in your root directory.] => 1) Create a blank robots.txt file in your root directory. [2) Give it write permissions (CHMOD 666 on Unix system).] => 2) Give it write permissions (CHMOD 666 on Unix system). [The multistore option is enabled. If you want to change the URL of your shop, you must go to the "Multistore" page under the "Advanced Parameters" menu.] => The multistore option is enabled. If you want to change the URL of your shop, you must go to the "Multistore" page under the "Advanced Parameters" menu. [Here you can set the URL for your shop. If you migrate your shop to a new URL, remember to change the values below.] => Here you can set the URL for your shop. If you migrate your shop to a new URL, remember to change the values below. [This section enables you to change the default pattern of your links. In order to use this functionality, PrestaShop's "Friendly URL" option must be enabled, and Apache's URL rewriting module (mod_rewrite) must be activated on your web server.] => This section enables you to change the default pattern of your links. In order to use this functionality, PrestaShop's "Friendly URL" option must be enabled, and Apache's URL rewriting module (mod_rewrite) must be activated on your web server. [There are several available keywords for each route listed below; note that keywords with * are required!] => There are several available keywords for each route listed below; note that keywords with * are required! [To add a keyword in your URL, use the {keyword} syntax. If the keyword is not empty, you can add text before or after the keyword with syntax {prepend:keyword:append}. For example {-hey-:meta_title} will add "-hey-my-title" in the URL if the meta title is set.] => To add a keyword in your URL, use the {keyword} syntax. If the keyword is not empty, you can add text before or after the keyword with syntax {prepend:keyword:append}. For example {-hey-:meta_title} will add "-hey-my-title" in the URL if the meta title is set. [Before making any changes to the default pattern of your URLs, make sure to meet the following requirements:] => Before making any changes to the default pattern of your URLs, make sure to meet the following requirements: [The Friendly URL feature must be enabled] => The Friendly URL feature must be enabled [URL rewriting must be activated on your web server] => URL rewriting must be activated on your web server [All mandatory keywords (*) must be included in the route] => All mandatory keywords (*) must be included in the route [You should also comply with the syntax:] => You should also comply with the syntax: [Keywords must be in braces {keyword}] => Keywords must be in braces {keyword} [All keywords must be separated] => All keywords must be separated [As long as a keyword has an associated value, you can use the syntax {prepend:keyword:append} to add text before and after it] => As long as a keyword has an associated value, you can use the syntax {prepend:keyword:append} to add text before and after it. [As long as a keyword has an associated value, you can use the syntax {prepend:keyword:append} to add text before and after it.] => As long as a keyword has an associated value, you can use the syntax {prepend:keyword:append} to add text before and after it. [You can only display the page list in a shop context.] => You can only display the page list in a shop context. ) [ModulesDataprivacyAdmin] => Array ( [Customer data privacy block] => Customer data privacy block [Reassure your customers, display a short notice to let them know you care about privacy.] => Reassure your customers, display a short notice to let them know you care about privacy. [Customer data privacy message for customer form:] => Customer data privacy message for customer form: [The customer data privacy message will be displayed in the customer form] => The customer data privacy message will be displayed in the customer form [Tip: If the customer privacy message is too long to be written directly in the form, you can add a link to one of your pages. This can easily be created via the "Pages" page under the "Design" menu.] => Tip: If the customer privacy message is too long to be written directly in the form, you can add a link to one of your pages. This can easily be created via the "Pages" page under the "Design" menu. [The personal data you provide is used to answer queries, process orders or allow access to specific information. You have the right to modify and delete all the personal information found in the "My Account" page.] => The personal data you provide is used to answer queries, process orders or allow access to specific information. You have the right to modify and delete all the personal information found in the "My Account" page. ) [AdminModulesFeature] => Array ( [RTL Module] => RTL Module [Manage hooks] => Manage hooks [Toggle dropdown] => Toggle dropdown [Administration] => Administration [Advertising & Marketing] => Advertising & Marketing [Analytics & Stats] => Analytics & Stats [Taxes & Invoicing] => Taxes & Invoicing [Checkout] => Checkout [Content Management] => Content Management [Customer Reviews] => Customer Reviews [Front office Features] => Front office Features [Internationalization & Localization] => Internationalization & Localization [Merchandising] => Merchandising [Migration Tools] => Migration Tools [Payments & Gateways] => Payments & Gateways [Site certification & Fraud prevention] => Site certification & Fraud prevention [Pricing & Promotion] => Pricing & Promotion [Quick / Bulk update] => Quick / Bulk update [Shipping & Logistics] => Shipping & Logistics [Slideshows] => Slideshows [Comparison site & Feed management] => Comparison site & Feed management [Marketplace] => Marketplace [Other Modules] => Other Modules [Emailing & SMS] => Emailing & SMS [Social Networks] => Social Networks [Social & Community] => Social & Community [Enable Mobile] => Enable Mobile [Disable Mobile] => Disable Mobile [Module manager] => Module manager [Delete] => Delete [Module notifications] => Module notifications [Discover] => Discover [Free] => Free [v%version% - by %author%] => v%version% - by %author% [Service by %author%] => Service by %author% [Upgrade available] => Upgrade available [PrestaShop Addons Marketplace] => PrestaShop Addons Marketplace [Exit to PrestaShop Addons Marketplace] => Exit to PrestaShop Addons Marketplace [See all results for your search on] => See all results for your search on [Recently used] => Recently used [All categories] => All categories [Installed modules] => Installed modules [Disabled modules] => Disabled modules [Show all modules] => Show all modules [Enabled modules] => Enabled modules [Uninstalled modules] => Uninstalled modules [You do not have module in « %categoryName% ».] => You do not have module in « %categoryName% ». [Recently Used] => Recently Used [Disable module?] => Disable module? [Uninstall module?] => Uninstall module? [Reset module?] => Reset module? [Yes, disable it] => Yes, disable it [Yes, uninstall it] => Yes, uninstall it [Yes, reset it] => Yes, reset it [Optional: delete module folder after uninstall.] => Optional: delete module folder after uninstall. [Bulk action confirmation] => Bulk action confirmation [Yes, I want to do it] => Yes, I want to do it [Upload a module] => Upload a module [Drop your module archive here or [1]select file[/1]] => Drop your module archive here or [1]select file[/1] [v%version% by %author%] => v%version% by %author% [Overview] => Overview [Additional information] => Additional information [Benefits] => Benefits [Features] => Features [Demo video] => Demo video [Changelog] => Changelog [Multistore compatibility:] => Multistore compatibility: [This module is compatible with the multistore feature. It can be either:] => This module is compatible with the multistore feature. It can be either: [configured differently from one store to another;] => configured differently from one store to another; [configured quickly in the same way on all stores thanks to the all shops context or to the group of shops;] => configured quickly in the same way on all stores thanks to the all shops context or to the group of shops; [or even activated for one store and deactivated for another.] => or even activated for one store and deactivated for another. [This module is partially compatible with the multistore feature. Some of its options might not be available.] => This module is partially compatible with the multistore feature. Some of its options might not be available. [This module is not compatible with the multistore feature because it would not be useful.] => This module is not compatible with the multistore feature because it would not be useful. [This module is not compatible with the multistore feature. It means that its configuration applies to all stores.] => This module is not compatible with the multistore feature. It means that its configuration applies to all stores. [%nbModules% modules and services selected for you] => %nbModules% modules and services selected for you [Selection] => Selection [Increasing Price] => Increasing price [Decreasing Price] => Decreasing price [Popularity] => Popularity [%nbModules% modules to configure] => %nbModules% modules to configure [Modules to configure] => Modules to configure [%nbModules% modules to update] => %nbModules% modules to update [Modules to update] => Modules to update [Upgrade All] => Upgrade All ) [AdminNavigationHeader] => Array ( [Orders] => Orders [View my shop] => View my store [A new order has been placed on your shop.] => A new order has been placed on your shop. [A new customer registered on your shop.] => A new customer registered on your shop. [A new message was posted on your shop.] => A new message was posted on your shop. [PrestaShop logo] => PrestaShop logo [Remove from QuickAccess] => Remove from QuickAccess [Add current page to QuickAccess] => Add current page to QuickAccess [Manage quick accesses] => Manage quick accesses [Product name, SKU, reference...] => Product name, SKU, reference... [Email, name...] => Email, name... [Customers by name] => Customers by name [Customers by IP address] => Customers by IP address [Invoice Number] => Invoice Number [Welcome back %name%] => Welcome back %name% [Your profile] => Your profile [Sign out] => Sign out [Quick Access] => Quick Access [Please name this shortcut:] => Please name this shortcut: [Remove from Quick Access] => Remove from Quick Acess [Manage your quick accesses] => Manage your quick accesses [Customers] => Customers [Everywhere] => Everywhere [What are you looking for?] => What are you looking for? [Order ID] => Order ID [Cart ID] => Cart ID [Module name] => Module name [Search (e.g.: product reference, customer name…)] => Search (e.g.: product reference, customer name…) [Searchbar] => Searchbar [Product name, reference, etc.] => Product name, reference, etc. [Name] => Name [by name] => by name [123.45.67.89] => 123.45.67.89 [by IP address] => by IP address [Invoice number] => Invoice number [SEARCH] => SEARCH [View my store] => View my store [Order number:] => Order number: [Read this message] => Read this message [A new order has been placed on your store.] => A new order has been placed on your store. [A new customer registered on your store.] => A new customer registered on your store. [A new message was posted on your store.] => A new message was posted on your store. [Customer name:] => Customer name: [Debug mode] => Debug mode [Maintenance mode] => Maintenance mode [Home] => Home [My Shop] => My Shop [New category] => New category [New product] => New product [New voucher] => New voucher [Installed modules] => Installed modules [Catalog evaluation] => Catalog evaluation [Link] => Link [Quick Access menu] => Quick Access menu [If it's a URL that comes from your back office, you MUST remove the security token.] => If it's a URL that comes from your back office, you MUST remove the security token. [Open in new window] => Open in new window [Add new quick access] => Add new quick access [New customers] => New customers [New window] => New window [Customize your multistore header, [1]pick a color[/1] for this store context.] => Customize your multistore header, [1]pick a color[/1] for this store context. [To apply specific settings to a store or a group of stores, select the parameter to modify, make your changes and save.] => To apply specific settings to a store or a group of stores, select the parameter to modify, make your changes and save. [Select stores] => Select stores ) [ShopThemeCatalog] => Array ( [Unit discount] => Unit discount [Items] => Items [Item] => Item [Categories] => Categories [Pages] => Pages [Price drop] => Price drop [Best sellers] => Best sellers [Category: %category_name%] => Category: %category_name% [List of all brands] => List of all brands [%number% products] => %number% products [%number% product] => %number% product [Prices drop] => Prices drop [Search results] => Search results [List of products by supplier %supplier_name%] => List of products by supplier %supplier_name% [List of all suppliers] => List of all suppliers [Quantity] => Quantity [Reference, A to Z] => Reference, A to Z [Reference, Z to A] => Reference, Z to A [Sales, highest to lowest] => Sales, highest to lowest [Date added, newest to oldest] => Date added, newest to oldest [Date added, oldest to newest] => Date added, oldest to newest [Name, A to Z] => Name, A to Z [Name, Z to A] => Name, Z to A [Price, low to high] => Price, low to high [Price, high to low] => Price, high to low [Relevance] => Relevance [%1$s:] => %1$s: [Search our catalog] => Search our catalog [Search] => Search [New] => New [Used] => Used [Refurbished] => Refurbished [Online only] => Online only [On sale!] => On sale! [Reduced price] => Reduced price [Pack] => Pack [Product available with different options] => Product available with different options [Last items in stock] => Last items in stock [ean13] => EAN13 [isbn] => ISBN [upc] => UPC [MPN] => MPN [Best Sellers] => Best Sellers [All best sellers] => All best sellers [All brands] => All brands [brands] => brands [No brand] => No brand [Brands] => Brands [%s other product in the same category:] => %s other product in the same category: [%s other products in the same category:] => %s other products in the same category: [Customers who bought this product also bought:] => Customers who bought this product also bought: [My alerts] => My alerts [Popular Products] => Popular Products [All products] => All products [New products] => New products [All new products] => All new products [1 person is currently watching this product.] => 1 person is currently watching this product. [%nb_people% people are currently watching this product.] => %nb_people% people are currently watching this product. [Last time this product was bought: %date_last_order%] => Last time this product was bought: %date_last_order% [Last time this product was added to a cart: %date_last_cart%] => Last time this product was added to a cart: %date_last_cart% [No RSS feed added] => No RSS feed added [On sale] => On sale [All sale products] => All sale products [All suppliers] => All suppliers [No supplier] => No supplier [Suppliers] => Suppliers [Viewed products] => Viewed products [Regular price] => Regular price [Price] => Price [Your customization:] => Your customization: [Product customization] => Product customization [Brand] => Brand [In stock] => In stock [Availability date:] => Availability date: [Data sheet] => Data sheet [Specific References] => Specific References [Condition] => Condition [Reference] => Reference [Volume discounts] => Volume discounts [You Save] => You Save [Save %percentage%] => Save %percentage% [Save %amount%] => Save %amount% [%price% tax excl.] => %price% tax excl. [Instead of %price%] => Instead of %price% [Including %amount% for ecotax] => Including %amount% for ecotax [(not impacted by the discount)] => (not impacted by the discount) [No tax] => No tax [: ] => : [Showing %from%-%to% of %total% item(s)] => Showing %from%-%to% of %total% item(s) [There are %product_count% products.] => There are %product_count% products. [There is 1 product.] => There is 1 product. [List of products by brand %brand_name%] => List of products by brand %brand_name% [No products available yet] => No products available yet [Stay tuned! More products will be shown here as they are added.] => Stay tuned! More products will be shown here as they are added. [No matches were found for your search] => No matches were found for your search [Please try other keywords to describe what you are looking for.] => Please try other keywords to describe what you are looking for. [List of products by supplier %s] => List of products by supplier %s [This pack contains] => This pack contains [Description] => Description [Product Details] => Product Details [Attachments] => Attachments [You might also like] => You might also like [Unit price] => Unit price [Total price] => Total price [Product] => Product [No products available] => No products available ) [ModulesStatsregistrationsAdmin] => Array ( [Customer accounts] => Customer accounts [Adds a registration progress tab to the Stats dashboard.] => Adds a registration progress tab to the Stats dashboard. [Number of visitors who stopped at the registering step:] => Number of visitors who stopped at the registering step: [Number of visitors who placed an order directly after registration:] => Number of visitors who placed an order directly after registration: [Total customer accounts:] => Total customer accounts: [Number of customer accounts created] => Number of customer accounts created [The total number of accounts created is not in itself important information. However, it is beneficial to analyze the number created over time. This will indicate whether or not things are on the right track.] => The total number of accounts created is not in itself important information. However, it is beneficial to analyze the number created over time. This will indicate whether or not things are on the right track. [How to act on the registrations' evolution?] => How to act on the registrations' evolution? [If you let your shop run without changing anything, the number of customer registrations should stay stable or show a slight decline.] => If you let your shop run without changing anything, the number of customer registrations should stay stable or show a slight decline. [A significant increase or decrease in customer registration shows that there has probably been a change to your shop. With that in mind, we suggest that you identify the cause, correct the issue and get back in the business of making money!] => A significant increase or decrease in customer registration shows that there has probably been a change to your shop. With that in mind, we suggest that you identify the cause, correct the issue and get back in the business of making money! [Here is a summary of what may affect the creation of customer accounts:] => Here is a summary of what may affect the creation of customer accounts: [An advertising campaign can attract an increased number of visitors to your online store. This will likely be followed by an increase in customer accounts and profit margins, which will depend on customer "quality." Well-targeted advertising is typically more effective than large-scale advertising... and it's cheaper too!] => An advertising campaign can attract an increased number of visitors to your online store. This will likely be followed by an increase in customer accounts and profit margins, which will depend on customer "quality." Well-targeted advertising is typically more effective than large-scale advertising... and it's cheaper too! [Specials, sales, promotions and/or contests typically demand a shoppers' attentions. Offering such things will not only keep your business lively, it will also increase traffic, build customer loyalty and genuinely change your current e-commerce philosophy.] => Specials, sales, promotions and/or contests typically demand a shoppers' attentions. Offering such things will not only keep your business lively, it will also increase traffic, build customer loyalty and genuinely change your current e-commerce philosophy. [Design and user-friendliness are more important than ever in the world of online sales. An ill-chosen or hard-to-follow graphical theme can keep shoppers at bay. This means that you should aspire to find the right balance between beauty and functionality for your online store.] => Design and user-friendliness are more important than ever in the world of online sales. An ill-chosen or hard-to-follow graphical theme can keep shoppers at bay. This means that you should aspire to find the right balance between beauty and functionality for your online store. [CSV Export] => CSV Export ) [ModulesStatsdataAdmin] => Array ( [Data mining for statistics] => Data mining for statistics [This module must be enabled if you want to use statistics.] => This module must be enabled if you want to use statistics. [Save page views for each customer] => Save page views for each customer [Storing customer page views uses a lot of CPU resources and database space. Only enable if your server can handle it.] => Storing customer page views uses a lot of CPU resources and database space. Only enable if your server can handle it. [Save global page views] => Save global page views [Global page views uses fewer resources than customer's, but it uses resources nonetheless.] => Global page views uses fewer resources than customer's, but it uses resources nonetheless. [Plugins detection] => Plugins detection [Plugins detection loads an extra 20 kb JavaScript file once for new visitors.] => Plugins detection loads an extra 20 kb JavaScript file once for new visitors. [Collect as much information as possible to enrich your stats and run your business further.] => Collect as much information as possible to enrich your stats and run your business further. ) [ModulesStatssalesAdmin] => Array ( [Sales and orders] => Sales and orders [Enrich your stats, add graphics presenting the evolution of your sales and orders.] => Enrich your stats, add graphics presenting the evolution of your sales and orders. [About order statuses] => About order statuses [In your Back Office, you can modify the following order statuses: Awaiting Check Payment, Payment Accepted, Preparation in Progress, Shipping, Delivered, Canceled, Refund, Payment Error, Out of Stock, and Awaiting Bank Wire Payment.] => In your back office, you can modify the following order statuses: Awaiting Check Payment, Payment Accepted, Preparation in Progress, Shipping, Delivered, Canceled, Refund, Payment Error, Out of Stock, and Awaiting Bank Wire Payment. [These order statuses cannot be removed from the Back Office; however you have the option to add more.] => These order statuses cannot be removed from the back office; however you have the option to add more. [The following graphs represent the evolution of your shop's orders and sales turnover for a selected period.] => The following graphs represent the evolution of your shop's orders and sales turnover for a selected period. [You should often consult this screen, as it allows you to quickly monitor your shop's sustainability. It also allows you to monitor multiple time periods.] => You should often consult this screen, as it allows you to quickly monitor your shop's sustainability. It also allows you to monitor multiple time periods. [Only valid orders are graphically represented.] => Only valid orders are graphically represented. [Orders placed:] => Orders placed: [CSV Export] => CSV Export [Sales:] => Sales: [You can view the distribution of order statuses below.] => You can view the distribution of order statuses below. [No orders for this period.] => No orders for this period. [Orders placed] => Orders placed [Products bought] => Products bought [Products:] => Products: [Sales currency: %s] => Sales currency: %s [Percentage of orders per status.] => Percentage of orders per status. ) [AdminDesignNotification] => Array ( [You can choose to keep your images stored in the previous system. There's nothing wrong with that.] => You can choose to keep your images stored in the previous system. There's nothing wrong with that. [After moving all of your product images, set the "Use the legacy image filesystem" option above to "No" for best performance.] => After moving all of your product images, set the "Use the legacy image filesystem" option above to "No" for best performance. [Be careful! Depending on the options selected, former manually uploaded thumbnails might be erased and replaced by automatically generated thumbnails.] => Be careful! Depending on the options selected, former manually uploaded thumbnails might be erased and replaced by automatically generated thumbnails. [Also, regenerating thumbnails for all existing images can take several minutes, please be patient.] => Also, regenerating thumbnails for all existing images can take several minutes, please be patient. [If you delete this image format, the theme won't be able to use it anymore. This will result in a degraded experience on your front office.] => If you delete this image format, the theme won't be able to use it anymore. This will result in a degraded experience on your front office. [Delete the images linked to this image setting] => Delete the images linked to this image setting [Regenerate thumbnails for the selected images? With the "erase" option enabled, the previously selected thumbnails will be deleted.] => Regenerate thumbnails for the selected images? With the "erase" option enabled, the previously selected thumbnails will be deleted. [Current theme is unavailable. Please check your theme's directory name ("%s") and permissions.] => Current theme is unavailable. Please check your theme's directory name ("%s") and permissions. [Duplicate images were found when moving the product images. This is likely caused by unused demonstration images. Please make sure that the folder %folder% only contains demonstration images, and then delete it.] => Duplicate images were found when moving the product images. This is likely caused by unused demonstration images. Please make sure that the folder %folder% only contains demonstration images, and then delete it. [Incorrect value for the selected JPEG image compression.] => Incorrect value for the selected JPEG image compression. [Incorrect value for the selected PNG image compression.] => Incorrect value for the selected PNG image compression. [Incorrect value for the selected WebP image compression.] => Incorrect value for the selected WebP image compression. [Source file does not exist or is empty (%filepath%)] => Source file does not exist or is empty (%filepath%) [Failed to resize image file (%filepath%)] => Failed to resize image file (%filepath%) [Failed to resize image file to high resolution (%filepath%)] => Failed to resize image file to high resolution (%filepath%) [Original image is corrupt (%filename%) for product ID %id% or bad permission on folder.] => Original image is corrupt (%filename%) for product ID %id% or bad permission on folder. [Original image is missing or empty (%filename%) for product ID %id%] => Original image is missing or empty (%filename%) for product ID %id% [Cannot write images for this type: %1$s. Please check the %2$s folder's writing permissions.] => Cannot write images for this type: %1$s. Please check the %2$s folder's writing permissions. [Only part of the images have been regenerated. The server timed out before finishing.] => Only part of the images have been regenerated. The server timed out before finishing. [Server timed out. The watermark may not have been applied to all images.] => Server timed out. The watermark may not have been applied to all images. [Cannot write "No picture" image to %s images folder. Please check the folder's writing permissions.] => Cannot write "No picture" image to %s images folder. Please check the folder's writing permissions. [Error: Your server configuration is not compatible with the new image system. No images were moved.] => Error: Your server configuration is not compatible with the new image system. No images were moved. [Not all images have been moved. The server timed out before finishing. Click on "%move_images_label%" again to resume the moving process.] => Not all images have been moved. The server timed out before finishing. Click on "%move_images_label%" again to resume the moving process. [Error: Some -- or all -- images cannot be moved.] => Error: Some -- or all -- images cannot be moved. [After modification, do not forget to regenerate thumbnails] => After modification, do not forget to regenerate thumbnails [Make sure the theme you use doesn't rely on this image format before deleting it.] => Make sure the theme you use doesn't rely on this image format before deleting it. [This name already exists.] => This name already exists. [An error occurred. The information "%s" is missing.] => An error occurred. The information "%s" is missing. [An error occurred. The template "%s" is missing.] => An error occurred. The template "%s" is missing. [An error occurred while uploading the favicon: cannot copy file "%s" to folder "%s".] => An error occurred while uploading the favicon: cannot copy file "%s" to folder "%s". [Your theme has been correctly exported: %path%] => Your theme has been correctly exported: %path% [The page Category cannot be moved here.] => The page Category cannot be moved here. [Your RTL stylesheets has been generated successfully] => Your RTL stylesheets has been generated successfully [Your theme has been correctly reset to its default settings. You may want to regenerate your images. See the Improve > Design > Images Settings screen for the '%regenerate_label%' button.] => Your theme has been correctly reset to its default settings. You may want to regenerate your images. See the Improve > Design > Images Settings screen for the '%regenerate_label%' button. [There is already a theme %theme_name% in your themes folder. Remove it if you want to continue.] => There is already a theme %theme_name% in your themes folder. Remove it if you want to continue. [Failed to delete theme. Make sure you have permissions and theme is not used.] => Failed to delete theme. Make sure you have permissions and theme is not used. [Cannot adapt theme to RTL languages.] => Cannot adapt theme to RTL languages. [Invalid file format.] => Invalid file format. [Warning: if no email logo is available, the main logo will be used instead.] => Warning: if no email logo is available, the main logo will be used instead. ) [ModulesStatsforecastAdmin] => Array ( [Stats Dashboard] => Stats Dashboard [Enrich your stats, add a summary of all your current statistics on your back office.] => Enrich your stats, add a summary of all your current statistics on your back office. [The listed amounts do not include tax.] => The listed amounts do not include tax. [Time frame] => Time frame [Daily] => Daily [Weekly] => Weekly [Monthly] => Monthly [Yearly] => Yearly [Placed orders] => Placed orders [Bought items] => Bought items [Percentage of registrations] => Percentage of registrations [Percentage of orders] => Percentage of orders [Revenue] => Revenue [Average] => Average [Forecast] => Forecast [Conversion] => Conversion [Accounts] => Accounts [Full carts] => Full carts [Registered visitors] => Registered visitors [A simple statistical calculation lets you know the monetary value of your visitors:] => A simple statistical calculation lets you know the monetary value of your visitors: [On average, each visitor places an order for this amount:] => On average, each visitor places an order for this amount: [On average, each registered visitor places an order for this amount:] => On average, each registered visitor places an order for this amount: [Payment distribution] => Payment distribution [The amounts include taxes, so you can get an estimation of the commission due to the payment method.] => The amounts include taxes, so you can get an estimation of the commission due to the payment method. [-- No filter --] => -- No filter -- [Module] => Module [Average cart value] => Average cart value [Category distribution] => Category distribution [Products sold] => Products sold [Percentage of products sold] => Percentage of products sold [Percentage of sales] => Percentage of sales [Language distribution] => Language distribution [Growth] => Growth [Zone distribution] => Zone distribution [Currency distribution] => Currency distribution [Sales (converted)] => Sales (converted) [Attribute distribution] => Attribute distribution [Quantity of products sold] => Quantity of products sold ) [ModulesSpecialsAdmin] => Array ( [Specials block] => Specials block [Displays your products that are currently on sale in a dedicated block.] => Provides information on special offers in a specific block [Products to display] => Products to display [Define the number of products to be displayed in this block on home page.] => Define the number of products to be displayed in this block on home page. [Provide information on your special offers in a specific block displayed on your homepage.] => Provide information on your special offers in a specific block displayed on your homepage. [The number of products is invalid. Please enter a positive number.] => The number of products is invalid. Please enter a positive number. ) [ModulesStatsstockAdmin] => Array ( [Available quantities] => Available quantities [Adds a tab showing the quantity of available products for sale to the Stats dashboard.] => Adds a tab showing the quantity of available products for sale to the Stats dashboard. [Evaluation of available quantities for sale] => Evaluation of available quantities for sale [Your catalog is empty.] => Your catalog is empty. [Ref.] => Ref. [Price*] => Price* [Total quantities] => Total quantities [Total value] => Total value [This section corresponds to the default wholesale price according to the default supplier for the product. An average price is used when the product has attributes.] => This section corresponds to the default wholesale price according to the default supplier for the product. An average price is used when the product has attributes. [Enrich your stats, add a tab showing the available quantities of products left for sale.] => Enrich your stats, add a tab showing the available quantities of products left for sale. ) [ModulesContactinfoShop] => Array ( [Contact us] => Contact us [Call us: [1]%phone%[/1]] => Call us: [1]%phone%[/1] [Store information] => Store information [Email us: [1]%email%[/1]] => Email us: [1]%email%[/1] [Call us:] => Call us: [Fax:] => Fax: [Details:] => Details: [Email us:] => Email us: [Fax: [1]%fax%[/1]] => Fax: [1]%fax%[/1] [Tel: %phone%] => Tel: %phone% [Fax: %fax%] => Fax: %fax% [Email: [1]%email%[/1]] => Email: [1]%email%[/1] ) [ModulesWirepaymentShop] => Array ( [%1$s (tax incl.)] => %1$s (tax incl.) [This payment method is not available.] => This payment method is not available. [Amount] => Amount [Name of account owner] => Name of account owner [Please include these details] => Please include these details [Bank name] => Bank name [Pay by bank wire] => Pay by bank wire [(order processing will be longer)] => (order processing will be longer) [Your order on %s is complete.] => Your order on %s is complete. [Please send us a bank wire with:] => Please send us a bank wire with: [Please specify your order reference %s in the bankwire description.] => Please specify your order reference %s in the bankwire description. [We've also sent you this information by e-mail.] => We've also sent you this information by e-mail. [Your order will be sent as soon as we receive payment.] => Your order will be sent as soon as we receive payment. [If you have questions, comments or concerns, please contact our [1]expert customer support team[/1].] => If you have questions, comments or concerns, please contact our [1]expert customer support team[/1]. [Please transfer the invoice amount to our bank account. You will receive our order confirmation by email containing bank details and order number.] => Please transfer the invoice amount to our bank account. You will receive our order confirmation by email containing bank details and order number. [Goods will be reserved %s days for you and we'll process the order immediately after receiving the payment.] => Goods will be reserved %s days for you and we'll process the order immediately after receiving the payment. [More information] => More information [Bankwire] => Bankwire [Payment is made by transfer of the invoice amount to the following account:] => Payment is made by transfer of the invoice amount to the following account: [Goods will be reserved %s day for you and we'll process the order immediately after receiving the payment.] => Goods will be reserved %s day for you and we'll process the order immediately after receiving the payment. ) [AdminModulesHelp] => Array ( [Search modules: keyword, name, author...] => Search modules: keyword, name, author... [Please upload one file at a time, .zip or tarball format (.tar, .tar.gz or .tgz).] => Please upload one file at a time, .zip or tarball format (.tar, .tar.gz or .tgz). [Your module will be installed right after that.] => Your module will be installed right after that. [What happened?] => What happened? [Customize your store with this selection of modules recommended for your shop, based on your country, language and version of PrestaShop. It includes the most popular modules from our Addons marketplace, and free partner modules.] => Customize your store with this selection of modules recommended for your shop, based on your country, language and version of PrestaShop. It includes the most popular modules from our Addons marketplace, and free partner modules. [You bought this module on PrestaShop Addons. Thank You.] => You bought this module on PrestaShop Addons. Thank You. [Bought] => Bought [This module is available on PrestaShop Addons.] => This module is available on PrestaShop Addons. [Popular] => Popular [This module is available for free thanks to our partner.] => This module is available for free thanks to our partner. [Official] => Official [Need update] => Need update [These modules require your attention: you need to take some action to ensure they are fully operational.] => These modules require your attention: you need to take some action to ensure they are fully operational. [Update these modules to enjoy their latest versions.] => Update these modules to enjoy their latest versions. ) [ModulesGAnalyticsAdmin] => Array ( [Save] => Save [Back to list] => Back to list [Settings] => Settings [Google Analytics Tracking ID] => Google Analytics Tracking ID [This information is available in your Google Analytics account] => This information is available in your Google Analytics account [Enable User ID tracking] => Enable User ID tracking [Yes] => Yes [No] => No [Anonymize IP] => Anonymize IP [Use this option to anonymize the visitor’s IP to comply with data privacy laws in some countries] => Use this option to anonymize the visitor’s IP to comply with data privacy laws in some countries [Enable Back Office Tracking] => Enable Back Office Tracking [Use this option to enable the tracking inside the Back Office] => Use this option to enable the tracking inside the Back Office [Cancelled order states] => Canceled order states [Choose order states, in which you consider the given order cancelled. This will be usually only the default "Cancelled" state, but some shops may have extra states like "Returned" etc.] => Choose order states, in which you consider the given order canceled. This will usually be the default "Canceled" state, but some stores may have extra states like "Returned" etc.ShopsShopsShops [Enable Cross-Domain tracking] => Enable Cross-Domain tracking [Account ID updated successfully] => Account ID updated successfully [Settings for User ID updated successfully] => Settings for User ID updated successfully [Settings for Anonymize IP updated successfully] => Settings for Anonymize IP updated successfully [Settings for Enable Back Office tracking updated successfully] => Settings for Enable Back Office tracking updated successfully. [Settings for cancelled order states updated successfully] => Settings for canceled order states updated successfully. [Enable Google Analytics 4] => Enable Google Analytics 4 [Universal analytics will stop processing data on July 1, 2023. We recommend switching to Google Analytics 4 as soon as possible.] => Universal analytics will stop processing data on July 1, 2023. We recommend switching to Google Analytics 4 as soon as possible. [This information is available in your Google Analytics account. GA4 tracking ID starts with "G-", Universal Analytics with "UA-".] => This information is available in your Google Analytics account. GA4 tracking ID starts with "G-", Universal Analytics with "UA-". [Canceled order states] => Canceled order states [Choose order states in which you consider the given order canceled. This will usually be the default "Canceled" state, but some stores may have extra states like "Returned", etc.] => Choose order states in which you consider the given order canceled. This will usually be the default "Canceled" state, but some stores may have extra states like "Returned", etc. [Settings updated successfully.] => Settings updated successfully. [Google Analytics] => Google Analytics [Gain clear insights into important metrics about your customers, using Google Analytics] => Gain clear insights into important metrics about your customers, using Google Analytics [Are you sure you want to uninstall Google Analytics? You will lose all the data related to this module.] => Are you sure you want to uninstall Google Analytics? You will lose all the data related to this module. [Your customers go everywhere; shouldn't your analytics.] => Your customers go everywhere; shouldn't your analytics. [Google Analytics shows you the full customer picture across ads and videos, websites and social tools, tables and smartphones. That makes it easier to serve your current customers and win new ones.] => Google Analytics shows you the full customer picture across ads and videos, websites and social tools, tables and smartphones. That makes it easier to serve your current customers and win new ones. [With ecommerce functionality in Google Analytics you can gain clear insight into important metrics about shopper behavior and conversion, including:] => With ecommerce functionality in Google Analytics you can gain clear insight into important metrics about shopper behavior and conversion, including: [Product detail views] => Product detail views [Internal merchandising Success] => Internal merchandising Success ["Add to cart" actions] => "Add to cart" actions [The checkout process] => The checkout process [Internal campaign clicks] => Internal campaign clicks [And purchase] => And purchase [Merchants are able to understand how far along users get in the buying process and where they are dropping off.] => Merchants are able to understand how far along users get in the buying process and where they are dropping off. [Create your account to get started.] => Create your account to get started. [Create your account to get started] => Create your account to get started ) [ModulesMailalertsShop] => Array ( [Your e-mail address is invalid] => Your e-mail address is invalid [You already have an alert for this product] => You already have an alert for this product [Request notification registered] => Request notification registered [Remove mail alert] => Remove mail alert ) [ModulesGoogleanalyticsAdmin] => Array ( [Save] => Save [Back to list] => Back to list [Settings] => Settings [Google Analytics tracking ID] => Google Analytics tracking ID [This information is available in your Google Analytics account. Google Analytics 4 tracking ID starts with "G-".] => This information is available in your Google Analytics account. Google Analytics 4 tracking ID starts with "G-". [Enable User ID tracking] => Enable User ID tracking [This option adds unique user ID to the tag to better track the customer. Use this option only if it complies with laws in your country.] => This option adds unique user ID to the tag to better track the customer. Use this option only if it complies with laws in your country. [Yes] => Yes [No] => No [Anonymize IP] => Anonymize IP [Use this option to anonymize the visitor’s IP to comply with data privacy laws in some countries] => Use this option to anonymize the visitor’s IP to comply with data privacy laws in some countries [Enable back office tracking] => Enable back office tracking [Use this option to enable the tracking inside the back -office] => Use this option to enable the tracking inside the back -office [Canceled order states] => Canceled order states [Choose order states in which you consider the given order canceled. This will usually be the default "Canceled" state, but some stores may have extra states like "Returned", etc.] => Choose order states in which you consider the given order canceled. This will usually be the default "Canceled" state, but some stores may have extra states like "Returned", etc. [Re-send failed orders] => Re-send failed orders [This option will resend all orders that failed to be sent normally in the front office, due to failures or ad-blockers.] => This option will resend all orders that failed to be sent normally in the front office, due to failures or ad-blockers. [Failed orders period] => Failed orders period [If you want to resend failed orders, specify how many days back the module should look for them. Default: 30.] => If you want to resend failed orders, specify how many days back the module should look for them. Default: 30. [Settings updated successfully.] => Settings updated successfully. [Google Analytics Tracking ID] => Google Analytics Tracking ID [Enable Back Office Tracking] => Enable Back Office Tracking [Use this option to enable the tracking inside the Back Office] => Use this option to enable the tracking inside the Back Office [This option will resend all orders that failed to be sent normally in front-office, due to failures or ad-blockers.] => This option will resend all orders that failed to be sent normally in front-office, due to failures or ad-blockers. [Google Analytics] => Google Analytics [Gain clear insights into important metrics about your customers, using Google Analytics] => Gain clear insights into important metrics about your customers, using Google Analytics [Are you sure you want to uninstall Google Analytics? You will lose all the data related to this module.] => Are you sure you want to uninstall Google Analytics? You will lose all the data related to this module. [Your customers go everywhere; shouldn't your analytics.] => Your customers go everywhere; shouldn't your analytics. [Google Analytics shows you the full customer picture across ads and videos, websites and social tools, tables and smartphones. That makes it easier to serve your current customers and win new ones.] => Google Analytics shows you the full customer picture across ads and videos, websites and social tools, tables and smartphones. That makes it easier to serve your current customers and win new ones. [With ecommerce functionality in Google Analytics you can gain clear insight into important metrics about shopper behavior and conversion, including:] => With ecommerce functionality in Google Analytics you can gain clear insight into important metrics about shopper behavior and conversion, including: [Product detail views] => Product detail views [Internal merchandising Success] => Internal merchandising Success ["Add to cart" actions] => "Add to cart" actions [The checkout process] => The checkout process [Internal campaign clicks] => Internal campaign clicks [And purchase] => And purchase [Create your account to get started] => Create your account to get started [Merchants are able to understand how far along users get in the buying process and where they are dropping off.] => Merchants are able to understand how far along users get in the buying process and where they are dropping off. ) [AdminCatalogHelp] => Array ( [Does not apply to the shipping costs] => Does not apply to the shipping costs [Optional: The cart rule will be available to everyone if you leave this field blank.] => Optional: The cart rule will be available to everyone if you leave this field blank. [The default period is one month.] => The default period is one month. [You can choose a minimum amount for the cart either with or without the taxes and shipping.] => You can choose a minimum amount for the cart either with or without the taxes and shipping. [The cart rule will be applied to the first "X" customers only.] => The cart rule will be applied to the first "X" customers only. [A customer will only be able to use the cart rule "X" time(s).] => A customer will only be able to use the cart rule "X" time(s). [This restriction applies to the country of delivery.] => This restriction applies to the country of delivery. [This will be displayed in the cart summary, as well as on the invoice.] => This will be displayed in the cart summary, as well as on the invoice. [For your eyes only. This will never be displayed to the customer.] => For your eyes only. This will never be displayed to the customer. [Caution! If you leave this field blank, the rule will automatically be applied to benefiting customers.] => Caution! If you leave this field blank, the rule will automatically be applied to benefiting customers. [If the voucher is not yet in the cart, it will be displayed in the cart summary.] => If the voucher is not yet in the cart, it will be displayed in the cart summary. [Only applicable if the voucher value is greater than the cart total.] => Only applicable if the voucher value is greater than the cart total. [If you do not allow partial use, the voucher value will be lowered to the total order amount. If you allow partial use, however, a new voucher will be created with the remainder.] => If you do not allow partial use, the voucher value will be lowered to the total order amount. If you allow partial use, however, a new voucher will be created with the remainder. [Cart rules are applied by priority. A cart rule with a priority of "1" will be processed before a cart rule with a priority of "2".] => Cart rules are applied by priority. A cart rule with a priority of "1" will be processed before a cart rule with a priority of "2". [Your internal name for this attribute.] => Your internal name for this attribute. [The public name for this attribute, displayed to the customers.] => The public name for this attribute, displayed to the customers. [The way the attribute's values will be presented to the customers in the product's page.] => The way the attribute's values will be presented to the customers in the product's page. [Choose the attribute group for this value.] => Choose the attribute group for this value. [Upload an image file containing the color texture from your computer.] => Upload an image file containing the color texture from your computer. [This will override the HTML color!] => This will override the HTML color! [Save then add another value] => Save then add another value [Choose a color with the color picker, or enter an HTML color (e.g. "lightblue", "#CC6600").] => Choose a color with the color picker, or enter an HTML color (e.g. "lightblue", "#CC6600"). [Allow customers to upload files using the contact page.] => Allow customers to upload files using the contact page. [Please fill out the message fields that appear by default when you answer a thread on the customer service page.] => Please fill out the message fields that appear by default when you answer a thread on the customer service page. [URL for your IMAP server (ie.: mail.server.com).] => URL for your IMAP server (ie.: mail.server.com). [Port to use to connect to your IMAP server.] => Port to use to connect to your IMAP server. [User to use to connect to your IMAP server.] => User to use to connect to your IMAP server. [Password to use to connect your IMAP server.] => Password to use to connect your IMAP server. [Delete messages after synchronization. If you do not enable this option, the synchronization will take more time.] => Delete messages after synchronization. If you do not enable this option, the synchronization will take more time. [Create new threads for unrecognized emails.] => Create new threads for unrecognized emails. [Use POP3 instead of IMAP.] => Use POP3 instead of IMAP. [Do not use RSH or SSH to establish a preauthenticated IMAP sessions.] => Do not use RSH or SSH to establish a preauthenticated IMAP sessions. [Use the Secure Socket Layer (TLS/SSL) to encrypt the session.] => Use the Secure Socket Layer (TLS/SSL) to encrypt the session. [Validate certificates from the TLS/SSL server.] => Validate certificates from the TLS/SSL server. [Do not validate certificates from the TLS/SSL server. This is only needed if a server uses self-signed certificates.] => Do not validate certificates from the TLS/SSL server. This is only needed if a server uses self-signed certificates. [Force use of start-TLS to encrypt the session, and reject connection to servers that do not support it.] => Force use of start-TLS to encrypt the session, and reject connection to servers that do not support it. [Do not use start-TLS to encrypt the session, even with servers that support it.] => Do not use start-TLS to encrypt the session, even with servers that support it. [Save and add another value] => Save and add another value [Back to the list] => Back to the list [Add new feature values] => Add new feature values [Add new feature value] => Add new feature value [Company name for this supplier] => Company name for this supplier [Phone number for this supplier] => Phone number for this supplier [Mobile phone number for this supplier.] => Mobile phone number for this supplier. [Will appear in the list of suppliers.] => Will appear in the list of suppliers. [Upload a supplier logo from your computer.] => Upload a supplier logo from your computer. [Search reference] => Search reference [Create a new product: CTRL+P] => Create a new product: CTRL+P [To have a different title from the category name, enter it here.] => To have a different title from the category name, enter it here. [To have a different description than your category summary in search results page, write it here.] => To have a different description than your category summary in search results page, write it here. [Unless the 'Accented URL' option is enabled (in Shop parameters > Traffic & SEO), only letters, numbers, underscores (_), and hyphens (-) are allowed.] => Unless the 'Accented URL' option is enabled (in Shop parameters > Traffic & SEO), only letters, numbers, underscores (_), and hyphens (-) are allowed. [Leave empty to disable] => Leave empty to disable [Search for a product] => Search for a product [Enter your product name] => Enter your product name [The summary is a short sentence describing your product.It will appears at the top of your shop's product page, in product lists, and in search engines' results page (so it's important for SEO). To give more details about your product, use the "Description" tab.] => Fill in a striking short description of the product (displayed on product page and product list as abstract for customers and search engines). For detailed informations use the 'description tab.' [Search and add a related product] => Search and add a related product [Use a comma to create separate tags. E.g.: dress, cotton, party dresses.] => Use a comma to create separate tags. E.g.: dress, cotton, party dresses. [Per kilo, per litre] => Per kilo, per litre [Combine several attributes, e.g.: "Size: all", "Color: red".] => Combine several attributes, e.g.: "Size: all", "Color: red". [To which product the page should redirect?] => To which product the page should redirect? [To which category the page should redirect?] => To which category the page should redirect? [If no category is selected the Main Category is used] => If no category is selected, the Main Category is used [To have a different title from the product name, enter it here.] => To have a different title from the product name, enter it here. [To have a different description than your product summary in search results pages, write it here.] => To have a different description than your product summary in search results pages, write it here. [To which product should the page redirect?] => To which product should the page redirect? [To which category should the page redirect?] => To which category should the page redirect? [By default, the main category will be used if no category is selected.] => By default, the main category will be used if no category is selected. [This description will appear in search engines. You need a single sentence, shorter than 160 characters (including spaces)] => This description will appear in search engines. You need a single sentence, shorter than 160 characters (including spaces) [Public title for the product's page, and for search engines. Leave blank to use the product name. The number of remaining characters is displayed to the left of the field.] => Public title for the product page and for search engines. Leave blank to use the product name. The number of remaining characters is displayed to the left of the field. [Upload a brand logo from your computer.] => Upload a brand logo from your computer. [This interface allows you to specify the suppliers of the current combination.] => This interface allows you to specify the suppliers of the current combination. [Search product] => Search product [Using another image as cover will automatically uncheck this box.] => Using another image as cover will automatically uncheck this box. [Search file] => Search file [Instructions, size guide, or any file you want to add to a product.] => Instructions, size guide, or any file you want to add to a product. [Customers can download these files on the product page.] => Customers can download these files on the product page. [Set specific prices for customers meeting certain conditions.] => Set specific prices for customers meeting certain conditions. [Define which condition should apply first when a customer is eligible for multiple specific prices.] => Define which condition should apply first when a customer is eligible for multiple specific prices. [Add new specific price] => Add new specific price [Indicate the price for a single unit of the product. For instance, if you're selling fabrics, it would be the price per meter.] => Indicate the price for a single unit of the product. For instance, if you're selling fabrics, it would be the price per meter. [[1]No redirection (200), display product[/1] [2] Do not redirect anywhere, display product as discontinued and return normal 200 response.] => [1]No redirection (200), display product[/1] [2] Do not redirect anywhere, display product as discontinued and return normal 200 response. [[1]No redirection (404), display product[/1] [2] Do not redirect anywhere, display product as discontinued and return 404 "Not Found" response.] => [1]No redirection (404), display product[/1] [2] Do not redirect anywhere, display product as discontinued and return 404 "Not Found" response. [[1]No redirection (410), display product[/1] [2] Do not redirect anywhere, display product as discontinued and return 410 "Gone" response.] => [1]No redirection (410), display product[/1] [2] Do not redirect anywhere, display product as discontinued and return 410 "Gone" response. [[1]No redirection (404), display error page[/1] [2] Do not redirect anywhere and display a 404 "Not Found" page.] => [1]No redirection (404), display error page[/1] [2] Do not redirect anywhere and display a 404 "Not Found" page. [[1]No redirection (410), display error page[/1] [2] Do not redirect anywhere and display a 410 "Gone" page.] => [1]No redirection (410), display error page[/1] [2] Do not redirect anywhere and display a 410 "Gone" page. [[1]Permanent redirection (301)[/1] [2] Permanently display another product or category instead.] => [1]Permanent redirection (301)[/1] [2] Permanently display another product or category instead. [[1]Temporary redirection (302)[/1] [2] Temporarily display another product or category instead.] => [1]Temporary redirection (302)[/1] [2] Temporarily display another product or category instead. [Public title that may appear in the browser and search engines. The recommended length is about 60 characters (including spaces). If you leave it blank, the product name will be used.] => Public title that may appear in the browser and search engines. The recommended length is about 60 characters (including spaces). If you leave it blank, the product name will be used. [Summary for robots, that could appear in search engines. The recommended length is about 160 characters (including spaces). If you leave it blank, an excerpt from the short description will be used.] => Summary for robots, that could appear in search engines. The recommended length is about 160 characters (including spaces). If you leave it blank, an excerpt from the short description will be used. [Separate each tag with a comma or press the Enter key.] => Separate each tag with a comma or press the Enter key. [Search combination] => Search combination [Controls how you want stock of the pack to be calculated. You can decide, if you want to manage the stocks of packs manually, or if it should be calculated automatically depending on stock of the products inside. In that case, the quantity of the pack inside is ignored.] => Controls how you want stock of the pack to be calculated. You can decide, if you want to manage the stocks of packs manually, or if it should be calculated automatically depending on stock of the products inside. In that case, the quantity of the pack inside is ignored. [Search name] => Search name [Search category] => Search category [Search ref.] => Search ref. [Save the product and stay on the current page: ALT+SHIFT+S] => Save the product and stay on the current page: ALT+SHIFT+S [Permanently delete this product.] => Permanently delete this product. [See how your product sheet will look online: ALT+SHIFT+V] => See how your product sheet will look online: ALT+SHIFT+V [Enable or disable the product on your shop: ALT+SHIFT+O] => Enable or disable the product on your shop: ALT+SHIFT+O [Save and duplicate this product, then go to the new product: ALT+SHIFT+D] => Save and duplicate this product, then go to the new product: ALT+SHIFT+D [Save and go back to the catalog: ALT+SHIFT+Q] => Save and go back to the catalog: ALT+SHIFT+Q [Save and create a new product: ALT+SHIFT+P] => Save and create a new product: ALT+SHIFT+P [Is the product a pack (a combination of at least two existing products), a virtual product (downloadable file, service, etc.), or simply a standard, physical product?] => Is the product a pack (a combination of at least two existing products), a virtual product (downloadable file, service, etc.), or simply a standard, physical product? [Where should the product be available on your site? The main category is where the product appears by default: this is the category which is seen in the product page's URL. Disabled categories are written in italics.] => Where should the product be available on your site? The main category is where the product appears by default: this is the category which is seen in the product page's URL. Disabled categories are written in italics. [If you want to quickly create a new category, you can do it here. Don’t forget to then go to the Categories page to fill in the needed details (description, image, etc.). A new category will not automatically appear in your shop's menu, please read the Help about it.] => If you want to quickly create a new category, you can do it here. Don’t forget to then go to the Categories page to fill in the needed details (description, image, etc.). A new category will not automatically appear in your shop's menu, please read the Help about it. [Search categories] => Search categories [Does this combination have a different price? Is it cheaper or more expensive than the default retail price?] => Does this combination have a different price? Is it cheaper or more expensive than the default retail price? [The minimum quantity required to buy this product (set to 1 to disable this feature). E.g.: if set to 3, customers will be able to purchase the product only if they take at least 3 in quantity.] => The minimum quantity required to buy this product (set to 1 to disable this feature). E.g.: if set to 3, customers will be able to purchase the product only if they take at least 3 in quantity. [The email will be sent to all the users who have the right to run the stock page. To modify the permissions, go to [1]Advanced Parameters > Team[/1]] => The email will be sent to all the users who have the right to run the stock page. To modify the permissions, go to [1]Advanced Parameters > Team[/1] [This type of product code is specific to Europe and Japan, but is widely used internationally. It is a superset of the UPC code: all products marked with an EAN will be accepted in North America.] => This type of product code is specific to Europe and Japan, but is widely used internationally. It is a superset of the UPC code: all products marked with an EAN will be accepted in North America. [Combinations are the different variations of a product, with attributes like its size, weight or color taking different values. To create a combination, you need to create your product attributes first. Go to Catalog > Attributes & Features for this!] => Combinations are the different variations of a product, with attributes like its size, weight or color taking different values. To create a combination, you need to create your product attributes first. Go to Catalog > Attributes & Features for this! [To add combinations, you first need to create proper attributes and values in [1]%attributes_and_features_label%[/1]. When done, you may enter the wanted attributes (like "size" or "color") and their respective values ("XS", "red", "all", etc.) in the field below; or simply select them from the right column. Then click on "%generate_label%": it will automatically create all the combinations for you!] => To add combinations, you first need to create proper attributes and values in [1]%attributes_and_features_label%[/1]. When done, you may enter the wanted attributes (like "size" or "color") and their respective values ("XS", "red", "all", etc.) in the field below; or simply select them from the right column. Then click on "%generate_label%": it will automatically create all the combinations for you! [This is the human-readable URL, as generated from the product's name. You can change it if you want.] => This is the human-readable URL, as generated from the product's name. You can change it if you want. [When your product is disabled, choose to which page you’d like to redirect the customers visiting its page by typing the product or category name.] => When your product is disabled, choose to which page you’d like to redirect the customers visiting its page by typing the product or category name. [No redirection (404) = Do not redirect anywhere and display a 404 "Not Found" page.] => No redirection (404) = Do not redirect anywhere and display a 404 "Not Found" page. [No redirection (410) = Do not redirect anywhere and display a 410 "Gone" page.] => No redirection (410) = Do not redirect anywhere and display a 410 "Gone" page. [Permanent redirection (301) = Permanently display another product or category instead.] => Permanent redirection (301) = Permanently display another product or category instead. [Temporary redirection (302) = Temporarily display another product or category instead.] => Temporary redirection (302) = Temporarily display another product or category instead. [Default behavior is specified in the Shop Parameters > Product settings page.] => Default behavior is specified in the Shop Parameters > Product settings page. [No redirection (200), display product = Do not redirect anywhere, display product as discontinued and return normal 200 response.] => No redirection (200), display product = Do not redirect anywhere, display product as discontinued and return normal 200 response. [No redirection (404), display product = Do not redirect anywhere, display product as discontinued and return 404 "Not Found" response.] => No redirection (404), display product = Do not redirect anywhere, display product as discontinued and return 404 "Not Found" response. [No redirection (410), display product = Do not redirect anywhere, display product as discontinued and return 410 "Gone" response.] => No redirection (410), display product = Do not redirect anywhere, display product as discontinued and return 410 "Gone" response. [No redirection (404), display error page = Do not redirect anywhere and display a 404 "Not Found" page.] => No redirection (404), display error page = Do not redirect anywhere and display a 404 "Not Found" page. [No redirection (410), display error page = Do not redirect anywhere and display a 410 "Gone" page.] => No redirection (410), display error page = Do not redirect anywhere and display a 410 "Gone" page. [Display delivery time for a product is advised for merchants selling in Europe to comply with the local laws.] => Display delivery time for a product is advised for merchants selling in Europe to comply with the local laws. [If a carrier has a tax, it will be added to the shipping fees. Does not apply to free shipping.] => If a carrier has a tax, it will be added to the shipping fees. Does not apply to free shipping. [edit] => edit [This interface allows you to specify the suppliers of the current product and its combinations, if any.] => This interface allows you to specify the suppliers of the current product and its combinations, if any. [You can specify supplier references according to previously associated suppliers.] => You can specify supplier references according to previously associated suppliers. [When using the advanced stock management tool (see Shop Parameters > Products settings), the values you define (price, references) will be used in supply orders.] => When using the advanced stock management tool (see Shop Parameters > Products settings), the values you define (price, references) will be used in supply orders. [You can specify product reference(s) for each associated supplier. Click "%save_label%" after changing selected suppliers to display the associated product references.] => You can specify product reference(s) for each associated supplier. Click "%save_label%" after changing selected suppliers to display the associated product references. [This interface allows you to specify the warehouse in which the product is stocked.] => This interface allows you to specify the warehouse in which the product is stocked. [It is also possible to specify the location within the warehouse for each product or combination.] => It is also possible to specify the location within the warehouse for each product or combination. [Number of days this file can be accessed by customers. Set to zero for unlimited access.] => Number of days this file can be accessed by customers. Set to zero for unlimited access. [Upload a file from your computer (%maxUploadSize% max.)] => Upload a file from your computer (%maxUploadSize% max.) [The full filename with its extension (e.g. Book.pdf)] => The full filename with its extension (e.g. Book.pdf) [Number of downloads allowed per customer. Set to 0 for unlimited downloads.] => Number of downloads allowed per customer. Set to 0 for unlimited downloads. [If set, the file will not be downloadable after this date. Leave blank if you do not wish to attach an expiration date.] => If set, the file will not be downloadable after this date. Leave blank if you do not wish to attach an expiration date. [Combinations are the different variations of a product, with attributes like its size, weight or color taking different values. Does your product require combinations?] => Combinations are the different variations of a product, with attributes like its size, weight or color taking different values. Does your product require combinations? [Advanced settings in [1][2]Combinations[/1]] => Advanced settings in [1][2]Combinations[/1] [Your reference code for this product. Allowed special characters: .-_#.] => Your reference code for this product. Allowed special characters: .-_#. [How many products should be available for sale?] => How many products should be available for sale? [Advanced settings in [1][2]Quantities[/1]] => Advanced settings in [1][2]Quantities[/1] [This is the retail price at which you intend to sell this product to your customers. The tax included price will change according to the tax rule you select.] => This is the net sales price for your customers. The retail price will automatically be calculated using the applied tax rate. [Advanced settings in [1][2]Pricing[/1]] => Advanced settings in [1][2]Pricing[/1] [MPN is used internationally to identify the Manufacturer Part Number.] => MPN is used internationally to identify the Manufacturer Part Number. [This type of product code is widely used in the United States, Canada, the United Kingdom, Australia, New Zealand and in other countries.] => This type of product code is widely used in the United States, Canada, the United Kingdom, Australia, New Zealand and in other countries. [ISBN is used internationally to identify books and their various editions.] => The International Standard Book Number (ISBN) is used to identify books and other publications. [Tags are meant to help your customers find your products via the search bar.] => Tags facilitate the product search for customers using the search bar. [Choose terms and keywords that your customers will use to search for this product and make sure you are consistent with the tags you may have already used.] => Choose terms and keywords which your potential customers commonly would search for when looking for this product. Make sure that they are consistent with the tags you may have already defined. [You can manage tag aliases in the [1]Search section[/1]. If you add new tags, you have to rebuild the index.] => You can manage tag aliases in the [1]Search section[/1]. If you add new tags, you have to rebuild the index. [Not all shops sell new products. This option enables you to indicate the condition of the product. It can be required on some marketplaces.] => Not all shops sell new products. This option enables you to indicate the condition of the product. It can be required on some marketplaces. [This is the price at which you intend to sell this product to your customers. The tax included price will change according to the tax rule you select.] => This is the net sales price for your customers. The retail price will automatically be calculated using the applied tax rate. [Some products can be purchased by unit (per bottle, per pound, etc.), and this is the price for one unit. For instance, if you’re selling fabrics, it would be the price per meter.] => Some products can be purchased by unit (per bottle, per pound, etc.), and this is the price for one unit. For instance, if you’re selling fabrics, it would be the price per meter. [The cost price is the price you paid for the product. Do not include the tax. It should be lower than the retail price: the difference between the two will be your margin.] => The cost price is the price you paid for the product. Do not include the tax. It should be lower than the retail price: the difference between the two will be your margin. [You can set specific prices for customers belonging to different groups, different countries, etc.] => You can set specific prices for customers belonging to different groups, different countries, etc. [Sometimes one customer can fit into multiple price rules. Priorities allow you to define which rules apply first.] => Sometimes one customer can fit into multiple price rules. Priorities allow you to define which rules apply first. [Invalid token] => Invalid token [[1]Invalid token[/1]: direct access to this link may lead to a potential security breach.] => [1]Invalid token[/1]: direct access to this link may lead to a potential security breach. [Do you want to display this page?] => Do you want to display this page? [Yes, I understand the risks] => I understand the risk [Take me out of there!] => Take me out of there! [Click on "%displayed_label%" to index the category on your shop.] => Click on "%displayed_label%" to index the category on your shop. [If you want a category to appear in the menu of your shop, go to [1]Modules > Module Manager[/1] and configure your menu module.] => If you want a category to appear in the menu of your shop, go to [1]Modules > Module Manager[/1] and configure your menu module. [This is the main image for your category, displayed in the category page. The category description will overlap this image and appear in its top-left corner.] => This is the main image for your category, displayed in the category page. The category description will overlap this image and appear in its top-left corner. [Displays a small image in the parent category's page, if the theme allows it.] => Displays a small image in the parent category's page, if the theme allows it. [The category thumbnail appears in the menu as a small image representing the category, if the theme allows it.] => The category thumbnail appears in the menu as a small image representing the category, if the theme allows it. [Only letters, numbers, underscore (_) and the minus (-) character are allowed.] => Only letters, numbers, underscore (_) and the minus (-) character are allowed. [Mark all of the customer groups which you would like to have access to this category.] => Mark all of the customer groups which you would like to have access to this category. [You now have three default customer groups.] => You now have three default customer groups. [An empty category is a category that has no product directly associated to it. An empty category may however contain products through its subcategories.] => An empty category is a category that has no product directly associated to it. An empty category may however contain products through its subcategories. [To add combinations, you first need to create proper attributes and values in [1]%attributes_and_features_label%[/1].] => To add combinations, you first need to create proper attributes and values in [1]%attributes_and_features_label%[/1]. ) [ShopDemoCatalog] => Array ( [Size] => Size [Shoe size] => Shoe size [Color] => Color [S] => S [M] => M [L] => L [One size] => One size [Grey] => Gray [Taupe] => Taupe [Beige] => Beige [White] => White [Off White] => Off White [Red] => Red [Black] => Black [Camel] => Camel [Orange] => Orange [Blue] => Blue [Green] => Green [Yellow] => Yellow [Brown] => Brown [35] => 35 [36] => 36 [37] => 37 [38] => 38 [39] => 39 [40] => 40 [Pink] => Pink [Height] => Height [Width] => Width [Depth] => Depth [Weight] => Weight [Compositions] => Compositions [Styles] => Styles [Properties] => Properties [Polyester] => Polyester [Wool] => Wool [Viscose] => Viscose [Elastane] => Elastane [Cotton] => Cotton [Silk] => Silk [Suede] => Suede [Straw] => Straw [Leather] => Leather [Classic] => Classic [Casual] => Casual [Military] => Military [Girly] => Girly [Rock] => Rock [Basic] => Basic [Dressy] => Dressy [Short Sleeve] => Short Sleeve [Colorful Dress] => Colorful Dress [Short Dress] => Short Dress [Midi Dress] => Midi Dress [Maxi Dress] => Maxi Dress [2.75 in] => 2.75 in [2.06 in] => 2.06 in [49.2 g] => 49.2 g [0.26 in] => 0.26 in [1.07 in] => 1.07 in [1.62 in] => 1.62 in [15.5 g] => 15.5 g [0.41 in (clip included)] => 0.41 in (clip included) [4.33 in] => 4.33 in [2.76 in] => 2.76 in [120g] => 120 g [0.31 in] => 0.31 in [120 g] => 120 g ) ) [metadata:Symfony\Component\Translation\MessageCatalogue:private] => Array ( ) [resources:Symfony\Component\Translation\MessageCatalogue:private] => Array ( ) [locale:Symfony\Component\Translation\MessageCatalogue:private] => en-US [fallbackCatalogue:Symfony\Component\Translation\MessageCatalogue:private] => Symfony\Component\Translation\MessageCatalogue Object ( [messages:Symfony\Component\Translation\MessageCatalogue:private] => Array ( ) [metadata:Symfony\Component\Translation\MessageCatalogue:private] => Array ( ) [resources:Symfony\Component\Translation\MessageCatalogue:private] => Array ( ) [locale:Symfony\Component\Translation\MessageCatalogue:private] => en [fallbackCatalogue:Symfony\Component\Translation\MessageCatalogue:private] => [parent:Symfony\Component\Translation\MessageCatalogue:private] => Symfony\Component\Translation\MessageCatalogue Object *RECURSION* ) [parent:Symfony\Component\Translation\MessageCatalogue:private] => ) ) [locale:Symfony\Component\Translation\Translator:private] => en-US [fallbackLocales:Symfony\Component\Translation\Translator:private] => Array ( ) [loaders:Symfony\Component\Translation\Translator:private] => Array ( ) [resources:Symfony\Component\Translation\Translator:private] => Array ( ) [formatter:Symfony\Component\Translation\Translator:private] => Symfony\Component\Translation\Formatter\MessageFormatter Object ( [translator:Symfony\Component\Translation\Formatter\MessageFormatter:private] => Symfony\Component\Translation\IdentityTranslator Object ( [selector:Symfony\Component\Translation\IdentityTranslator:private] => [locale:Symfony\Component\Translation\IdentityTranslator:private] => ) [intlFormatter:Symfony\Component\Translation\Formatter\MessageFormatter:private] => Symfony\Component\Translation\Formatter\IntlFormatter Object ( [hasMessageFormatter:Symfony\Component\Translation\Formatter\IntlFormatter:private] => [cache:Symfony\Component\Translation\Formatter\IntlFormatter:private] => Array ( ) ) ) [cacheDir:Symfony\Component\Translation\Translator:private] => /data05/virt2670/domeenid/www.ewsound.ee/shop/var/cache/dev/translations [debug:Symfony\Component\Translation\Translator:private] => [cacheVary:Symfony\Component\Translation\Translator:private] => Array ( ) [configCacheFactory:Symfony\Component\Translation\Translator:private] => Symfony\Component\Config\ConfigCacheFactory Object ( [debug:Symfony\Component\Config\ConfigCacheFactory:private] => ) [parentLocales:Symfony\Component\Translation\Translator:private] => [hasIntlFormatter:Symfony\Component\Translation\Translator:private] => 1 ) [container:protected] => FrontContainer Object ( [parameters:FrontContainer:private] => Array ( [database_host] => d1924.mysql.zonevs.eu [database_port] => [database_name] => d1924_ps [database_user] => d1924_veebipood [database_password] => 72GNrtrTRfrF [database_prefix] => ps_ [database_engine] => InnoDB [mailer_transport] => smtp [mailer_host] => 127.0.0.1 [mailer_user] => [mailer_password] => [secret] => B031XmJR4etpfBHpmSTAWWeg1ZPpAoef7I5oRxktqkMt9tHqbwGtFTaD [ps_caching] => CacheMemcache [ps_cache_enable] => [ps_creation_date] => 2018-09-10 [locale] => en-US [cookie_key] => LUmyhEI85nrdRtehY4YHzLUpXaCQQnTZRHt01MsbwOZ0tpIFt0ctGC9B [cookie_iv] => 7WDDkiDL [new_cookie_key] => def000003cf3b561ab619b7dc7c70e8ec25b20181cccc4c9eeed3590ded61d6389f90c4151d3f6d01f01ce96d1d8ff867d0c2b6d246b8c00a71d0f85bab1022fda77a360 [api_public_key] => -----BEGIN PUBLIC KEY----- MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1CjG4cWGRrJRvjNUNQmk ZAUai5nHyyR0sKp+oZ42UxvGP95r9GYoEZB2ARN6mNr8nmwm3LIrxTCRnQyRYsWn Oz2pag8YJuwnTg6RkBM7e4dWjynhlz4ZZz5qXcLbYs56rQ2TjdNVQfnaG3Yk/L90 HID+PMvzB/479C1VWa08kwNd+GTbl+ugXWHQ5dF6/COTsu4DCtnH6ps1lt4sAyx9 s9TXDqAqMX/Je/kwN7EwzTPWNxhmVJscCj7KZfxN/MuyR2/1XMNecSo1AB+8t65B WykLvZW2lG2z9biP2WgqRkbJ1RJLKlS5vTXHFfoiFH22h7r7PWtG8BS07NLhdJua 3QIDAQAB -----END PUBLIC KEY----- [api_private_key] => -----BEGIN PRIVATE KEY----- MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDUKMbhxYZGslG+ M1Q1CaRkBRqLmcfLJHSwqn6hnjZTG8Y/3mv0ZigRkHYBE3qY2vyebCbcsivFMJGd DJFixac7PalqDxgm7CdODpGQEzt7h1aPKeGXPhlnPmpdwttiznqtDZON01VB+dob diT8v3QcgP48y/MH/jv0LVVZrTyTA134ZNuX66BdYdDl0Xr8I5Oy7gMK2cfqmzWW 3iwDLH2z1NcOoCoxf8l7+TA3sTDNM9Y3GGZUmxwKPspl/E38y7JHb/Vcw15xKjUA H7y3rkFbKQu9lbaUbbP1uI/ZaCpGRsnVEksqVLm9NccV+iIUfbaHuvs9a0bwFLTs 0uF0m5rdAgMBAAECggEACN0TQgdwjq+QfrPCRtz6Qzt7Wm24TSJexaq506K6fkpg w/ZU6EcEUYeJho37xzsO5sd58Cp5bamTy83knQ3I6M6wrz+mMKoZEkfFiRFkoMqM sTp8tEbh5NBUvUoQxFYABg7VJU24+CKqHA+Zh/2vqikxdfTHWIQkmRTzxeVY7INa AM8V9E3DXqEGkxwrYZHEe0Hk08ukK8BomaGqKvPgniO9APvayuWsyqmewVaXAi1G UC7jbaymY3BwDiw/aC0oVfGf/TBEmAm+WpY050vFzzT1vTSyGr53LqXaPDbBq4V9 pbgXR8E6/gq/DBJTfoGQq9Xjmn0MlxUYlR/Mq4gWwQKBgQD0iodlw4Qrov0oUiZC reCCgIO/cYhYlOv5Wyrcwk4SXNJ9k4M/y1Ip3WW8wzUt2mXBeeLMZ2HMHDgnejVh uu71pYlb4sMaTK3Pi87WG8D0CAyRLvZtMkuJuesaMcfNaUmEtBKvDNv2MhFmNNhn hBpH2+fElYQm6hIhiWR7deEe2QKBgQDeGc0evu0AwLbTMxu/J9Htwi5qteKMYEoJ XbWSg89QCV8uN4bG/HsR1/IgVqBBtUGZjuiYMOjltOoSsEiNOQVEehLsnVHRTBkQ VuerMLbIRxJK23AKat56id70bt+UMEglmaLz1N5ruPsjF/sPkfjrpErxzi0l/r8Z 0blnXdbhpQKBgDGZy57TioKDW9AK4aHSvOAbix2QvLQi+L4qRMZkTwugcj1wZ0XQ SskdFB62hZnYW51jyKHnMkoBS06OljdNgFypB/RwSVyTQwn+9KQvGvMkks/785Xw hqvX3x0ADePXQEc/cy64cAE+5JKTk3VjsST0MM2J+jUeczEEOjJklZX5AoGAJM6n 1LmVc3N8mQG2Tnad7sYohRzBf7wRaP3zsmVPvRbghDtFhcKf7rQX904D3v/X8Efj uh0Y68CQrioyy9ywR8nnSvlDbukqmi+c0x0OnaBRosA9ECzn0+z3WxDo0pkxy7Fr dPdJKRcN36IAxHLPitW+adZeWxaduvyrujqt+tUCgYEAySDMZ5VZe0Fz7pfSukbh kP4nF3D/sIffJUFYwL93BKek+weVE+2uc8l/C7JK82FEgLcCJRThDAyAwKvxkEa9 BDyI2mUyY7FOuj4SqkdaFWm9Xwc5wpEekKKovaaF3Ky2hHFTOTHTGImX3gbfmJv/ vnmB/nXSJT0FHijxq9RNuF8= -----END PRIVATE KEY----- [cache.driver] => array [cache.adapter] => cache.adapter.array [use_debug_toolbar] => 1 [kernel.bundles] => Array ( ) [kernel.root_dir] => /data05/virt2670/domeenid/www.ewsound.ee/shop/app [kernel.project_dir] => /data05/virt2670/domeenid/www.ewsound.ee/shop [kernel.name] => app [kernel.debug] => 1 [kernel.environment] => dev [kernel.cache_dir] => /data05/virt2670/domeenid/www.ewsound.ee/shop/var/cache/dev/ [kernel.active_modules] => Array ( [0] => contactform [1] => dashactivity [2] => dashtrends [3] => dashgoals [4] => dashproducts [5] => graphnvd3 [6] => gridhtml [7] => ps_banner [8] => ps_categorytree [9] => ps_contactinfo [10] => ps_currencyselector [11] => ps_customeraccountlinks [12] => ps_customersignin [13] => ps_customtext [14] => ps_emailsubscription [15] => ps_facetedsearch [16] => ps_featuredproducts [17] => ps_imageslider [18] => ps_languageselector [19] => ps_linklist [20] => ps_mainmenu [21] => ps_searchbar [22] => ps_socialfollow [23] => ps_themecusto [24] => pagesnotfound [25] => statsbestcategories [26] => statsbestcustomers [27] => statsbestproducts [28] => statsbestsuppliers [29] => statsbestvouchers [30] => statscarrier [31] => statscatalog [32] => statscheckup [33] => statsdata [34] => statsforecast [35] => statsnewsletter [36] => statspersonalinfos [37] => statsproduct [38] => statsregistrations [39] => statssales [40] => statssearch [41] => statsstock [42] => blockreassurance [43] => adminmenu [44] => autoupgrade [45] => prestafraud [46] => eabi_postoffice [47] => ptm_manufacturers [48] => pb_multibanner [49] => ps_categoryproducts [50] => ptm_dropdowncart [51] => pb_scrolltotop [52] => ptm_cookielaw [53] => ptm_controlcenter [54] => ptm_multiblocks [55] => ptm_addtocartbutton [56] => liisibanklink [57] => gsitemap [58] => ps_emailalerts [59] => ps_brandlist [60] => ps_newproducts [61] => ps_bestsellers [62] => ps_viewedproduct [63] => vp_erply [64] => erply [65] => ps_googleanalytics [66] => esto [67] => ps_specials [68] => ps_distributionapiclient [69] => blockwishlist [70] => psgdpr [71] => productcomments [72] => welcome [73] => makecommerce [74] => bridgeconnector [75] => makecommercedpd ) [ps_cache_dir] => /data05/virt2670/domeenid/www.ewsound.ee/shop/var/cache/dev/ [mail_themes_uri] => /mails/themes [doctrine.dbal.logger.chain.class] => Doctrine\DBAL\Logging\LoggerChain [doctrine.dbal.logger.profiling.class] => Doctrine\DBAL\Logging\DebugStack [doctrine.dbal.logger.class] => Symfony\Bridge\Doctrine\Logger\DbalLogger [doctrine.dbal.configuration.class] => Doctrine\DBAL\Configuration [doctrine.data_collector.class] => Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector [doctrine.dbal.connection.event_manager.class] => Symfony\Bridge\Doctrine\ContainerAwareEventManager [doctrine.dbal.connection_factory.class] => Doctrine\Bundle\DoctrineBundle\ConnectionFactory [doctrine.dbal.events.mysql_session_init.class] => Doctrine\DBAL\Event\Listeners\MysqlSessionInit [doctrine.dbal.events.oracle_session_init.class] => Doctrine\DBAL\Event\Listeners\OracleSessionInit [doctrine.class] => Doctrine\Bundle\DoctrineBundle\Registry [doctrine.entity_managers] => Array ( [default] => doctrine.orm.default_entity_manager ) [doctrine.default_entity_manager] => default [doctrine.dbal.connection_factory.types] => Array ( ) [doctrine.connections] => Array ( [default] => doctrine.dbal.default_connection ) [doctrine.default_connection] => default [doctrine.orm.configuration.class] => Doctrine\ORM\Configuration [doctrine.orm.entity_manager.class] => Doctrine\ORM\EntityManager [doctrine.orm.manager_configurator.class] => Doctrine\Bundle\DoctrineBundle\ManagerConfigurator [doctrine.orm.cache.array.class] => Doctrine\Common\Cache\ArrayCache [doctrine.orm.cache.apc.class] => Doctrine\Common\Cache\ApcCache [doctrine.orm.cache.memcache.class] => Doctrine\Common\Cache\MemcacheCache [doctrine.orm.cache.memcache_host] => localhost [doctrine.orm.cache.memcache_port] => 11211 [doctrine.orm.cache.memcache_instance.class] => Memcache [doctrine.orm.cache.memcached.class] => Doctrine\Common\Cache\MemcachedCache [doctrine.orm.cache.memcached_host] => localhost [doctrine.orm.cache.memcached_port] => 11211 [doctrine.orm.cache.memcached_instance.class] => Memcached [doctrine.orm.cache.redis.class] => Doctrine\Common\Cache\RedisCache [doctrine.orm.cache.redis_host] => localhost [doctrine.orm.cache.redis_port] => 6379 [doctrine.orm.cache.redis_instance.class] => Redis [doctrine.orm.cache.xcache.class] => Doctrine\Common\Cache\XcacheCache [doctrine.orm.cache.wincache.class] => Doctrine\Common\Cache\WinCacheCache [doctrine.orm.cache.zenddata.class] => Doctrine\Common\Cache\ZendDataCache [doctrine.orm.metadata.driver_chain.class] => Doctrine\Persistence\Mapping\Driver\MappingDriverChain [doctrine.orm.metadata.annotation.class] => Doctrine\ORM\Mapping\Driver\AnnotationDriver [doctrine.orm.metadata.xml.class] => Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver [doctrine.orm.metadata.yml.class] => Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver [doctrine.orm.metadata.php.class] => Doctrine\ORM\Mapping\Driver\PHPDriver [doctrine.orm.metadata.staticphp.class] => Doctrine\ORM\Mapping\Driver\StaticPHPDriver [doctrine.orm.metadata.attribute.class] => Doctrine\ORM\Mapping\Driver\AttributeDriver [doctrine.orm.proxy_cache_warmer.class] => Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer [form.type_guesser.doctrine.class] => Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser [doctrine.orm.validator.unique.class] => Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator [doctrine.orm.validator_initializer.class] => Symfony\Bridge\Doctrine\Validator\DoctrineInitializer [doctrine.orm.security.user.provider.class] => Symfony\Bridge\Doctrine\Security\User\EntityUserProvider [doctrine.orm.listeners.resolve_target_entity.class] => Doctrine\ORM\Tools\ResolveTargetEntityListener [doctrine.orm.listeners.attach_entity_listeners.class] => Doctrine\ORM\Tools\AttachEntityListenersListener [doctrine.orm.naming_strategy.default.class] => Doctrine\ORM\Mapping\DefaultNamingStrategy [doctrine.orm.naming_strategy.underscore.class] => Doctrine\ORM\Mapping\UnderscoreNamingStrategy [doctrine.orm.quote_strategy.default.class] => Doctrine\ORM\Mapping\DefaultQuoteStrategy [doctrine.orm.quote_strategy.ansi.class] => Doctrine\ORM\Mapping\AnsiQuoteStrategy [doctrine.orm.entity_listener_resolver.class] => Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver [doctrine.orm.second_level_cache.default_cache_factory.class] => Doctrine\ORM\Cache\DefaultCacheFactory [doctrine.orm.second_level_cache.default_region.class] => Doctrine\ORM\Cache\Region\DefaultRegion [doctrine.orm.second_level_cache.filelock_region.class] => Doctrine\ORM\Cache\Region\FileLockRegion [doctrine.orm.second_level_cache.logger_chain.class] => Doctrine\ORM\Cache\Logging\CacheLoggerChain [doctrine.orm.second_level_cache.logger_statistics.class] => Doctrine\ORM\Cache\Logging\StatisticsCacheLogger [doctrine.orm.second_level_cache.cache_configuration.class] => Doctrine\ORM\Cache\CacheConfiguration [doctrine.orm.second_level_cache.regions_configuration.class] => Doctrine\ORM\Cache\RegionsConfiguration [doctrine.orm.auto_generate_proxy_classes] => 1 [doctrine.orm.proxy_dir] => /data05/virt2670/domeenid/www.ewsound.ee/shop/var/cache/dev//doctrine/orm/Proxies [doctrine.orm.proxy_namespace] => Proxies ) [getService:FrontContainer:private] => Closure Object ( [this] => FrontContainer Object *RECURSION* [parameter] => Array ( [$registry] => [$id] => [$method] => [$load] => ) ) [loadedDynamicParameters:FrontContainer:private] => Array ( ) [dynamicParameters:FrontContainer:private] => Array ( ) [parameterBag:protected] => [services:protected] => Array ( [context] => Context Object *RECURSION* [shop] => Shop Object ( [id_shop_group] => 1 [id_category] => 2 [theme_name] => javo [name] => EW Sound & Light [color] => [active] => 1 [deleted] => 0 [physical_uri] => / [virtual_uri] => [domain] => shop.ewsound.ee [domain_ssl] => shop.ewsound.ee [group:protected] => ShopGroup Object ( [name] => Default [color] => [active] => 1 [share_customer] => 0 [share_stock] => 0 [share_order] => 0 [deleted] => 0 [id] => 1 [id_lang:protected] => [lang_associated:protected] => [id_shop:protected] => [id_shop_list] => Array ( ) [get_shop_from_context:protected] => 1 [table:protected] => shop_group [identifier:protected] => id_shop_group [fieldsRequired:protected] => Array ( [0] => name ) [fieldsSize:protected] => Array ( [name] => 64 ) [fieldsValidate:protected] => Array ( [name] => isGenericName [color] => isColor [share_customer] => isBool [share_order] => isBool [share_stock] => isBool [active] => isBool [deleted] => isBool ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [webserviceParameters:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [translator:protected] => [def:protected] => Array ( [table] => shop_group [primary] => id_shop_group [fields] => Array ( [name] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 64 ) [color] => Array ( [type] => 3 [validate] => isColor ) [share_customer] => Array ( [type] => 2 [validate] => isBool ) [share_order] => Array ( [type] => 2 [validate] => isBool ) [share_stock] => Array ( [type] => 2 [validate] => isBool ) [active] => Array ( [type] => 2 [validate] => isBool ) [deleted] => Array ( [type] => 2 [validate] => isBool ) ) [classname] => ShopGroup ) [update_fields:protected] => [force_id] => ) [address] => Address Object ( [id_customer] => [id_manufacturer] => [id_supplier] => [id_warehouse] => [id_country] => 86 [id_state] => 0 [country] => [alias] => [company] => OÜ EW Sound & Light [lastname] => [firstname] => [address1] => Raua 1/Pronksi 6 [address2] => [postcode] => 10124 [city] => Tallinn [other] => [phone] => [phone_mobile] => [vat_number] => [dni] => [date_add] => [date_upd] => [deleted] => [webserviceParameters:protected] => Array ( [objectsNodeName] => addresses [fields] => Array ( [id_customer] => Array ( [xlink_resource] => customers ) [id_manufacturer] => Array ( [xlink_resource] => manufacturers ) [id_supplier] => Array ( [xlink_resource] => suppliers ) [id_warehouse] => Array ( [xlink_resource] => warehouse ) [id_country] => Array ( [xlink_resource] => countries ) [id_state] => Array ( [xlink_resource] => states ) ) ) [id] => [id_lang:protected] => [lang_associated:protected] => [id_shop:protected] => [id_shop_list] => Array ( ) [get_shop_from_context:protected] => 1 [table:protected] => address [identifier:protected] => id_address [fieldsRequired:protected] => Array ( [0] => id_country [1] => alias [2] => lastname [3] => firstname [4] => address1 [5] => city ) [fieldsSize:protected] => Array ( [alias] => 32 [company] => 255 [lastname] => 255 [firstname] => 255 [address1] => 128 [address2] => 128 [postcode] => 12 [city] => 64 [other] => 4194303 [phone] => 32 [phone_mobile] => 32 [dni] => 16 ) [fieldsValidate:protected] => Array ( [id_customer] => isNullOrUnsignedId [id_manufacturer] => isNullOrUnsignedId [id_supplier] => isNullOrUnsignedId [id_warehouse] => isNullOrUnsignedId [id_country] => isUnsignedId [id_state] => isNullOrUnsignedId [alias] => isGenericName [company] => isGenericName [lastname] => isName [firstname] => isName [vat_number] => isGenericName [address1] => isAddress [address2] => isAddress [postcode] => isPostCode [city] => isCityName [other] => isMessage [phone] => isPhoneNumber [phone_mobile] => isPhoneNumber [dni] => isDniLite [deleted] => isBool [date_add] => isDate [date_upd] => isDate ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [translator:protected] => [def:protected] => Array ( [table] => address [primary] => id_address [fields] => Array ( [id_customer] => Array ( [type] => 1 [validate] => isNullOrUnsignedId [copy_post] => ) [id_manufacturer] => Array ( [type] => 1 [validate] => isNullOrUnsignedId [copy_post] => ) [id_supplier] => Array ( [type] => 1 [validate] => isNullOrUnsignedId [copy_post] => ) [id_warehouse] => Array ( [type] => 1 [validate] => isNullOrUnsignedId [copy_post] => ) [id_country] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [id_state] => Array ( [type] => 1 [validate] => isNullOrUnsignedId ) [alias] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 32 ) [company] => Array ( [type] => 3 [validate] => isGenericName [size] => 255 ) [lastname] => Array ( [type] => 3 [validate] => isName [required] => 1 [size] => 255 ) [firstname] => Array ( [type] => 3 [validate] => isName [required] => 1 [size] => 255 ) [vat_number] => Array ( [type] => 3 [validate] => isGenericName ) [address1] => Array ( [type] => 3 [validate] => isAddress [required] => 1 [size] => 128 ) [address2] => Array ( [type] => 3 [validate] => isAddress [size] => 128 ) [postcode] => Array ( [type] => 3 [validate] => isPostCode [size] => 12 ) [city] => Array ( [type] => 3 [validate] => isCityName [required] => 1 [size] => 64 ) [other] => Array ( [type] => 3 [validate] => isMessage [size] => 4194303 ) [phone] => Array ( [type] => 3 [validate] => isPhoneNumber [size] => 32 ) [phone_mobile] => Array ( [type] => 3 [validate] => isPhoneNumber [size] => 32 ) [dni] => Array ( [type] => 3 [validate] => isDniLite [size] => 16 ) [deleted] => Array ( [type] => 2 [validate] => isBool [copy_post] => ) [date_add] => Array ( [type] => 5 [validate] => isDate [copy_post] => ) [date_upd] => Array ( [type] => 5 [validate] => isDate [copy_post] => ) ) [classname] => Address ) [update_fields:protected] => [force_id] => ) [webserviceParameters:protected] => Array ( [fields] => Array ( [id_shop_group] => Array ( [xlink_resource] => shop_groups ) [id_category] => Array ( ) ) ) [theme] => PrestaShop\PrestaShop\Core\Addon\Theme\Theme Object ( [attributes:PrestaShop\PrestaShop\Core\Addon\Theme\Theme:private] => PrestaShop\PrestaShop\Core\Util\ArrayFinder Object ( [array:PrestaShop\PrestaShop\Core\Util\ArrayFinder:private] => Array ( [name] => javo [display_name] => javo [version] => 1.7.4.3 [author] => Array ( [name] => Presta Theme Maker [email] => [email protected] [url] => https://prestabuilder.com/ ) [meta] => Array ( [compatibility] => Array ( [from] => 1.7.4.3 [to] => ) [available_layouts] => Array ( [layout-full-width] => Array ( [name] => Full Width [description] => No side columns, ideal for distraction-free pages such as product pages. ) [layout-both-columns] => Array ( [name] => Three Columns [description] => One large central column and 2 side columns. ) [layout-left-column] => Array ( [name] => Two Columns, small left column [description] => Two columns with a small left column ) [layout-right-column] => Array ( [name] => Two Columns, small right column [description] => Two columns with a small right column ) ) ) [assets] => Array ( [css] => Array ( [all] => Array ( [0] => Array ( [id] => hover [path] => assets/css/hover.min.css [media] => all [priority] => 200 ) [1] => Array ( [id] => animate [path] => assets/css/animate.css [media] => all [priority] => 201 ) ) ) [js] => Array ( [all] => Array ( [0] => Array ( [id] => wow [path] => assets/js/wow.js ) ) ) ) [dependencies] => Array ( [modules] => Array ( [0] => ptm_manufacturers [1] => pb_multibanner [2] => ptm_aboutus [3] => ptm_multiblocks [4] => ptm_dropdowncart [5] => pb_scrolltotop [6] => ptm_cookielaw [7] => ptm_addtocartbutton [8] => ptm_paypal [9] => ptm_germanshippinginfo [10] => ptm_controlcenter ) ) [global_settings] => Array ( [configuration] => Array ( [PS_IMAGE_QUALITY] => png ) [modules] => Array ( [to_enable] => Array ( [0] => welcome [1] => ps_imageslider [2] => ptm_manufacturers [3] => ps_featuredproducts [4] => pb_multibanner [5] => ps_categoryproducts [6] => ps_linklist [7] => ps_customeraccountlinks [8] => ps_contactinfo [9] => ptm_aboutus [10] => ptm_dropdowncart [11] => pb_scrolltotop [12] => ptm_cookielaw [13] => ptm_addtocartbutton [14] => ptm_controlcenter ) ) [hooks] => Array ( [custom_hooks] => Array ( [0] => Array ( [name] => display_minumoodul [title] => display_minumoodul [description] => Adds Block before the footer block ) ) [modules_to_hook] => Array ( [displayNav1] => Array ( [0] => ps_contactinfo ) [displayNav2] => Array ( [0] => ps_languageselector [1] => ps_currencyselector [2] => ps_customersignin [3] => ptm_dropdowncart ) [displayTop] => Array ( [0] => ps_searchbar [1] => ps_mainmenu [2] => ptm_multiblocks ) [displayHome] => Array ( [0] => ps_imageslider [1] => ptm_manufacturers [2] => ps_featuredproducts [3] => pb_multibanner ) [displayFooterBefore] => Array ( [0] => ps_emailsubscription [1] => ps_socialfollow ) [displayAfterBodyOpeningTag] => Array ( [0] => pb_scrolltotop [1] => ptm_cookielaw ) [displayBeforeBodyClosingTag] => Array ( [0] => ptm_manufacturers [1] => pb_scrolltotop [2] => ptm_cookielaw ) [displayFooter] => Array ( [0] => ps_linklist [1] => ps_customeraccountlinks [2] => ps_contactinfo [3] => ptm_aboutus ) [displayLeftColumn] => Array ( [0] => ps_categorytree [1] => ps_facetedsearch ) [displaySearch] => Array ( [0] => ps_searchbar ) [displayProductButtons] => Array ( [0] => ps_sharebuttons ) [displayReassurance] => Array ( [0] => blockreassurance ) [displayOrderConfirmation2] => Array ( [0] => ps_featuredproducts ) [displayCrossSellingShoppingCart] => Array ( [0] => ps_featuredproducts ) [displayFooterProduct] => Array ( [0] => ps_categoryproducts ) [displayBackOfficeHeader] => Array ( [0] => welcome [1] => ptm_manufacturers [2] => pb_multibanner [3] => ptm_aboutus [4] => ptm_multiblocks [5] => pb_scrolltotop [6] => ptm_cookielaw [7] => ptm_controlcenter ) [displayBackOfficeFooter] => Array ( [0] => ptm_controlcenter ) [displayProductPriceBlock] => Array ( [0] => ptm_addtocartbutton ) [header] => Array ( [0] => ps_searchbar [1] => ptm_dropdowncart [2] => ptm_controlcenter ) [displayHeader] => Array ( [0] => ptm_manufacturers [1] => pb_multibanner [2] => ptm_aboutus [3] => pb_scrolltotop [4] => ptm_cookielaw [5] => ptm_addtocartbutton ) ) ) [image_types] => Array ( [cart_default] => Array ( [width] => 125 [height] => 125 [scope] => Array ( [0] => products ) ) [small_default] => Array ( [width] => 98 [height] => 98 [scope] => Array ( [0] => products [1] => categories [2] => manufacturers [3] => suppliers ) ) [medium_default] => Array ( [width] => 452 [height] => 452 [scope] => Array ( [0] => products [1] => manufacturers [2] => suppliers ) ) [home_default] => Array ( [width] => 250 [height] => 250 [scope] => Array ( [0] => products ) ) [large_default] => Array ( [width] => 800 [height] => 800 [scope] => Array ( [0] => products [1] => manufacturers [2] => suppliers ) ) [category_default] => Array ( [width] => 900 [height] => 600 [scope] => Array ( [0] => categories ) ) [stores_default] => Array ( [width] => 170 [height] => 115 [scope] => Array ( [0] => stores ) ) ) ) [theme_settings] => Array ( [default_layout] => layout-full-width [layouts] => Array ( [index] => layout-full-width [cms] => layout-full-width [product] => layout-full-width [category] => layout-left-column [best-sales] => layout-left-column [new-products] => layout-left-column [prices-drop] => layout-left-column [contact] => layout-left-column ) ) [directory] => /data05/virt2670/domeenid/www.ewsound.ee/shop/themes/javo/ [preview] => themes/javo/preview.png ) [propertyAccessor:PrestaShop\PrestaShop\Core\Util\ArrayFinder:private] => Symfony\Component\PropertyAccess\PropertyAccessor Object ( [magicCall:Symfony\Component\PropertyAccess\PropertyAccessor:private] => [ignoreInvalidIndices:Symfony\Component\PropertyAccess\PropertyAccessor:private] => 1 [ignoreInvalidProperty:Symfony\Component\PropertyAccess\PropertyAccessor:private] => [cacheItemPool:Symfony\Component\PropertyAccess\PropertyAccessor:private] => [propertyPathCache:Symfony\Component\PropertyAccess\PropertyAccessor:private] => Array ( [[name]] => Symfony\Component\PropertyAccess\PropertyPath Object ( [elements:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => name ) [length:Symfony\Component\PropertyAccess\PropertyPath:private] => 1 [isIndex:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => 1 ) [pathAsString:Symfony\Component\PropertyAccess\PropertyPath:private] => [name] ) [[parent]] => Symfony\Component\PropertyAccess\PropertyPath Object ( [elements:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => parent ) [length:Symfony\Component\PropertyAccess\PropertyPath:private] => 1 [isIndex:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => 1 ) [pathAsString:Symfony\Component\PropertyAccess\PropertyPath:private] => [parent] ) [[theme_settings][core_scripts]] => Symfony\Component\PropertyAccess\PropertyPath Object ( [elements:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => theme_settings [1] => core_scripts ) [length:Symfony\Component\PropertyAccess\PropertyPath:private] => 2 [isIndex:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => 1 [1] => 1 ) [pathAsString:Symfony\Component\PropertyAccess\PropertyPath:private] => [theme_settings][core_scripts] ) [[assets][css][all]] => Symfony\Component\PropertyAccess\PropertyPath Object ( [elements:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => assets [1] => css [2] => all ) [length:Symfony\Component\PropertyAccess\PropertyPath:private] => 3 [isIndex:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => 1 [1] => 1 [2] => 1 ) [pathAsString:Symfony\Component\PropertyAccess\PropertyPath:private] => [assets][css][all] ) [[assets][css][manufacturer]] => Symfony\Component\PropertyAccess\PropertyPath Object ( [elements:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => assets [1] => css [2] => manufacturer ) [length:Symfony\Component\PropertyAccess\PropertyPath:private] => 3 [isIndex:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => 1 [1] => 1 [2] => 1 ) [pathAsString:Symfony\Component\PropertyAccess\PropertyPath:private] => [assets][css][manufacturer] ) [[assets][js][all]] => Symfony\Component\PropertyAccess\PropertyPath Object ( [elements:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => assets [1] => js [2] => all ) [length:Symfony\Component\PropertyAccess\PropertyPath:private] => 3 [isIndex:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => 1 [1] => 1 [2] => 1 ) [pathAsString:Symfony\Component\PropertyAccess\PropertyPath:private] => [assets][js][all] ) [[assets][js][manufacturer]] => Symfony\Component\PropertyAccess\PropertyPath Object ( [elements:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => assets [1] => js [2] => manufacturer ) [length:Symfony\Component\PropertyAccess\PropertyPath:private] => 3 [isIndex:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => 1 [1] => 1 [2] => 1 ) [pathAsString:Symfony\Component\PropertyAccess\PropertyPath:private] => [assets][js][manufacturer] ) [[theme_settings][default_layout]] => Symfony\Component\PropertyAccess\PropertyPath Object ( [elements:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => theme_settings [1] => default_layout ) [length:Symfony\Component\PropertyAccess\PropertyPath:private] => 2 [isIndex:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => 1 [1] => 1 ) [pathAsString:Symfony\Component\PropertyAccess\PropertyPath:private] => [theme_settings][default_layout] ) [[theme_settings]] => Symfony\Component\PropertyAccess\PropertyPath Object ( [elements:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => theme_settings ) [length:Symfony\Component\PropertyAccess\PropertyPath:private] => 1 [isIndex:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => 1 ) [pathAsString:Symfony\Component\PropertyAccess\PropertyPath:private] => [theme_settings] ) [[assets]] => Symfony\Component\PropertyAccess\PropertyPath Object ( [elements:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => assets ) [length:Symfony\Component\PropertyAccess\PropertyPath:private] => 1 [isIndex:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => 1 ) [pathAsString:Symfony\Component\PropertyAccess\PropertyPath:private] => [assets] ) ) [readPropertyCache:Symfony\Component\PropertyAccess\PropertyAccessor:private] => Array ( ) [writePropertyCache:Symfony\Component\PropertyAccess\PropertyAccessor:private] => Array ( ) ) ) ) [id] => 1 [id_lang:protected] => [lang_associated:protected] => [id_shop:protected] => [id_shop_list] => Array ( ) [get_shop_from_context:protected] => 1 [table:protected] => shop [identifier:protected] => id_shop [fieldsRequired:protected] => Array ( [0] => name [1] => id_category [2] => id_shop_group ) [fieldsSize:protected] => Array ( [name] => 64 ) [fieldsValidate:protected] => Array ( [active] => isBool [deleted] => isBool [name] => isGenericName [color] => isColor [theme_name] => isThemeName ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [translator:protected] => [def:protected] => Array ( [table] => shop [primary] => id_shop [fields] => Array ( [active] => Array ( [type] => 2 [validate] => isBool ) [deleted] => Array ( [type] => 2 [validate] => isBool ) [name] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 64 ) [color] => Array ( [type] => 3 [validate] => isColor ) [id_category] => Array ( [type] => 1 [required] => 1 ) [theme_name] => Array ( [type] => 3 [validate] => isThemeName ) [id_shop_group] => Array ( [type] => 1 [required] => 1 ) ) [classname] => Shop ) [update_fields:protected] => [force_id] => ) [prestashop.core.localization.cldr.cache.adapter] => Symfony\Component\Cache\Adapter\FilesystemAdapter Object ( [createCacheItem:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Closure Object ( [parameter] => Array ( [$key] => [$value] => [$isHit] => ) ) [mergeByLifetime:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Closure Object ( [static] => Array ( [getId] => Closure Object ( [this] => Symfony\Component\Cache\Adapter\FilesystemAdapter Object *RECURSION* [parameter] => Array ( [$key] => ) ) [defaultLifetime] => 0 ) [parameter] => Array ( [$deferred] => [$namespace] => [&$expiredIds] => ) ) [namespace:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [namespaceVersion:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [versioningIsEnabled:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [deferred:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Array ( ) [ids:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Array ( [en-US] => en-US ) [maxIdLength:protected] => [logger:protected] => [callbackWrapper:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [computing:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Array ( ) [marshaller:Symfony\Component\Cache\Adapter\FilesystemAdapter:private] => Symfony\Component\Cache\Marshaller\DefaultMarshaller Object ( [useIgbinarySerialize:Symfony\Component\Cache\Marshaller\DefaultMarshaller:private] => ) [directory:Symfony\Component\Cache\Adapter\FilesystemAdapter:private] => /data05/virt2670/domeenid/www.ewsound.ee/shop/var/cache/dev/localization/CLDR/ [tmp:Symfony\Component\Cache\Adapter\FilesystemAdapter:private] => ) [prestashop.core.localization.cldr.datalayer.locale_cache] => PrestaShop\PrestaShop\Core\Localization\CLDR\DataLayer\LocaleCache Object ( [cache:protected] => Symfony\Component\Cache\Adapter\FilesystemAdapter Object ( [createCacheItem:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Closure Object ( [parameter] => Array ( [$key] => [$value] => [$isHit] => ) ) [mergeByLifetime:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Closure Object ( [static] => Array ( [getId] => Closure Object ( [this] => Symfony\Component\Cache\Adapter\FilesystemAdapter Object *RECURSION* [parameter] => Array ( [$key] => ) ) [defaultLifetime] => 0 ) [parameter] => Array ( [$deferred] => [$namespace] => [&$expiredIds] => ) ) [namespace:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [namespaceVersion:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [versioningIsEnabled:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [deferred:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Array ( ) [ids:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Array ( [en-US] => en-US ) [maxIdLength:protected] => [logger:protected] => [callbackWrapper:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [computing:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Array ( ) [marshaller:Symfony\Component\Cache\Adapter\FilesystemAdapter:private] => Symfony\Component\Cache\Marshaller\DefaultMarshaller Object ( [useIgbinarySerialize:Symfony\Component\Cache\Marshaller\DefaultMarshaller:private] => ) [directory:Symfony\Component\Cache\Adapter\FilesystemAdapter:private] => /data05/virt2670/domeenid/www.ewsound.ee/shop/var/cache/dev/localization/CLDR/ [tmp:Symfony\Component\Cache\Adapter\FilesystemAdapter:private] => ) [lowerDataLayer:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\DataLayer\LocaleReference Object ( [reader:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\Reader Object ( [mainXml:protected] => Array ( ) [supplementalXml:protected] => [numberingSystemsXml:protected] => ) [lowerDataLayer:protected] => [isWritable:protected] => 1 ) [isWritable:protected] => 1 ) [prestashop.core.localization.cldr.reader] => PrestaShop\PrestaShop\Core\Localization\CLDR\Reader Object ( [mainXml:protected] => Array ( ) [supplementalXml:protected] => [numberingSystemsXml:protected] => ) [prestashop.core.localization.cldr.datalayer.locale_reference] => PrestaShop\PrestaShop\Core\Localization\CLDR\DataLayer\LocaleReference Object ( [reader:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\Reader Object ( [mainXml:protected] => Array ( ) [supplementalXml:protected] => [numberingSystemsXml:protected] => ) [lowerDataLayer:protected] => [isWritable:protected] => 1 ) [prestashop.core.localization.cldr.locale_data_source] => PrestaShop\PrestaShop\Core\Localization\CLDR\LocaleDataSource Object ( [topLayer:PrestaShop\PrestaShop\Core\Localization\CLDR\LocaleDataSource:private] => PrestaShop\PrestaShop\Core\Localization\CLDR\DataLayer\LocaleCache Object ( [cache:protected] => Symfony\Component\Cache\Adapter\FilesystemAdapter Object ( [createCacheItem:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Closure Object ( [parameter] => Array ( [$key] => [$value] => [$isHit] => ) ) [mergeByLifetime:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Closure Object ( [static] => Array ( [getId] => Closure Object ( [this] => Symfony\Component\Cache\Adapter\FilesystemAdapter Object *RECURSION* [parameter] => Array ( [$key] => ) ) [defaultLifetime] => 0 ) [parameter] => Array ( [$deferred] => [$namespace] => [&$expiredIds] => ) ) [namespace:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [namespaceVersion:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [versioningIsEnabled:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [deferred:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Array ( ) [ids:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Array ( [en-US] => en-US ) [maxIdLength:protected] => [logger:protected] => [callbackWrapper:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [computing:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Array ( ) [marshaller:Symfony\Component\Cache\Adapter\FilesystemAdapter:private] => Symfony\Component\Cache\Marshaller\DefaultMarshaller Object ( [useIgbinarySerialize:Symfony\Component\Cache\Marshaller\DefaultMarshaller:private] => ) [directory:Symfony\Component\Cache\Adapter\FilesystemAdapter:private] => /data05/virt2670/domeenid/www.ewsound.ee/shop/var/cache/dev/localization/CLDR/ [tmp:Symfony\Component\Cache\Adapter\FilesystemAdapter:private] => ) [lowerDataLayer:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\DataLayer\LocaleReference Object ( [reader:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\Reader Object ( [mainXml:protected] => Array ( ) [supplementalXml:protected] => [numberingSystemsXml:protected] => ) [lowerDataLayer:protected] => [isWritable:protected] => 1 ) [isWritable:protected] => 1 ) ) [prestashop.core.localization.cldr.locale_repository] => PrestaShop\PrestaShop\Core\Localization\CLDR\LocaleRepository Object ( [dataSource:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\LocaleDataSource Object ( [topLayer:PrestaShop\PrestaShop\Core\Localization\CLDR\LocaleDataSource:private] => PrestaShop\PrestaShop\Core\Localization\CLDR\DataLayer\LocaleCache Object ( [cache:protected] => Symfony\Component\Cache\Adapter\FilesystemAdapter Object ( [createCacheItem:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Closure Object ( [parameter] => Array ( [$key] => [$value] => [$isHit] => ) ) [mergeByLifetime:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Closure Object ( [static] => Array ( [getId] => Closure Object ( [this] => Symfony\Component\Cache\Adapter\FilesystemAdapter Object *RECURSION* [parameter] => Array ( [$key] => ) ) [defaultLifetime] => 0 ) [parameter] => Array ( [$deferred] => [$namespace] => [&$expiredIds] => ) ) [namespace:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [namespaceVersion:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [versioningIsEnabled:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [deferred:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Array ( ) [ids:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Array ( [en-US] => en-US ) [maxIdLength:protected] => [logger:protected] => [callbackWrapper:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [computing:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Array ( ) [marshaller:Symfony\Component\Cache\Adapter\FilesystemAdapter:private] => Symfony\Component\Cache\Marshaller\DefaultMarshaller Object ( [useIgbinarySerialize:Symfony\Component\Cache\Marshaller\DefaultMarshaller:private] => ) [directory:Symfony\Component\Cache\Adapter\FilesystemAdapter:private] => /data05/virt2670/domeenid/www.ewsound.ee/shop/var/cache/dev/localization/CLDR/ [tmp:Symfony\Component\Cache\Adapter\FilesystemAdapter:private] => ) [lowerDataLayer:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\DataLayer\LocaleReference Object ( [reader:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\Reader Object ( [mainXml:protected] => Array ( ) [supplementalXml:protected] => [numberingSystemsXml:protected] => ) [lowerDataLayer:protected] => [isWritable:protected] => 1 ) [isWritable:protected] => 1 ) ) ) [prestashop.core.localization.cache.adapter] => Symfony\Component\Cache\Adapter\ArrayAdapter Object ( [createCacheItem:Symfony\Component\Cache\Adapter\ArrayAdapter:private] => Closure Object ( [parameter] => Array ( [$key] => [$value] => [$isHit] => ) ) [defaultLifetime:Symfony\Component\Cache\Adapter\ArrayAdapter:private] => 0 [storeSerialized:Symfony\Component\Cache\Adapter\ArrayAdapter:private] => 1 [values:Symfony\Component\Cache\Adapter\ArrayAdapter:private] => Array ( [EUR-en-US] => O:61:"PrestaShop\PrestaShop\Core\Localization\Currency\CurrencyData":8:{s:11:"*isActive";N;s:17:"*conversionRate";N;s:10:"*isoCode";s:3:"EUR";s:17:"*numericIsoCode";s:3:"978";s:10:"*symbols";a:1:{s:5:"en-US";s:3:"€";}s:12:"*precision";i:2;s:8:"*names";a:1:{s:5:"en-US";s:4:"Euro";}s:11:"*patterns";N;} ) [expiries:Symfony\Component\Cache\Adapter\ArrayAdapter:private] => Array ( [EUR-en-US] => 9223372036854775807 ) [logger:protected] => ) [prestashop.core.localization.currency.middleware.cache] => PrestaShop\PrestaShop\Core\Localization\Currency\DataLayer\CurrencyCache Object ( [cache:PrestaShop\PrestaShop\Core\Localization\Currency\DataLayer\CurrencyCache:private] => Symfony\Component\Cache\Adapter\ArrayAdapter Object ( [createCacheItem:Symfony\Component\Cache\Adapter\ArrayAdapter:private] => Closure Object ( [parameter] => Array ( [$key] => [$value] => [$isHit] => ) ) [defaultLifetime:Symfony\Component\Cache\Adapter\ArrayAdapter:private] => 0 [storeSerialized:Symfony\Component\Cache\Adapter\ArrayAdapter:private] => 1 [values:Symfony\Component\Cache\Adapter\ArrayAdapter:private] => Array ( [EUR-en-US] => O:61:"PrestaShop\PrestaShop\Core\Localization\Currency\CurrencyData":8:{s:11:"*isActive";N;s:17:"*conversionRate";N;s:10:"*isoCode";s:3:"EUR";s:17:"*numericIsoCode";s:3:"978";s:10:"*symbols";a:1:{s:5:"en-US";s:3:"€";}s:12:"*precision";i:2;s:8:"*names";a:1:{s:5:"en-US";s:4:"Euro";}s:11:"*patterns";N;} ) [expiries:Symfony\Component\Cache\Adapter\ArrayAdapter:private] => Array ( [EUR-en-US] => 9223372036854775807 ) [logger:protected] => ) [lowerDataLayer:protected] => PrestaShop\PrestaShop\Core\Localization\Currency\DataLayer\CurrencyDatabase Object ( [dataProvider:protected] => PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider Object ( [configuration:PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider:private] => PrestaShop\PrestaShop\Adapter\Configuration Object ( [shop:PrestaShop\PrestaShop\Adapter\Configuration:private] => [parameters:protected] => ) [shopId:PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider:private] => 1 [defaultCurrency:PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider:private] => ) [isWritable:protected] => [lowerDataLayer:protected] => PrestaShop\PrestaShop\Core\Localization\Currency\DataLayer\CurrencyReference Object ( [cldrLocaleRepository:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\LocaleRepository Object ( [dataSource:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\LocaleDataSource Object ( [topLayer:PrestaShop\PrestaShop\Core\Localization\CLDR\LocaleDataSource:private] => PrestaShop\PrestaShop\Core\Localization\CLDR\DataLayer\LocaleCache Object ( [cache:protected] => Symfony\Component\Cache\Adapter\FilesystemAdapter Object ( [createCacheItem:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Closure Object ( [parameter] => Array ( [$key] => [$value] => [$isHit] => ) ) [mergeByLifetime:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Closure Object ( [static] => Array ( [getId] => Closure Object ( [this] => Symfony\Component\Cache\Adapter\FilesystemAdapter Object *RECURSION* [parameter] => Array ( [$key] => ) ) [defaultLifetime] => 0 ) [parameter] => Array ( [$deferred] => [$namespace] => [&$expiredIds] => ) ) [namespace:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [namespaceVersion:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [versioningIsEnabled:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [deferred:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Array ( ) [ids:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Array ( [en-US] => en-US ) [maxIdLength:protected] => [logger:protected] => [callbackWrapper:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [computing:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Array ( ) [marshaller:Symfony\Component\Cache\Adapter\FilesystemAdapter:private] => Symfony\Component\Cache\Marshaller\DefaultMarshaller Object ( [useIgbinarySerialize:Symfony\Component\Cache\Marshaller\DefaultMarshaller:private] => ) [directory:Symfony\Component\Cache\Adapter\FilesystemAdapter:private] => /data05/virt2670/domeenid/www.ewsound.ee/shop/var/cache/dev/localization/CLDR/ [tmp:Symfony\Component\Cache\Adapter\FilesystemAdapter:private] => ) [lowerDataLayer:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\DataLayer\LocaleReference Object ( [reader:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\Reader Object ( [mainXml:protected] => Array ( ) [supplementalXml:protected] => [numberingSystemsXml:protected] => ) [lowerDataLayer:protected] => [isWritable:protected] => 1 ) [isWritable:protected] => 1 ) ) ) [lowerDataLayer:protected] => [isWritable:protected] => ) ) [isWritable:protected] => 1 ) [PrestaShop\PrestaShop\Adapter\Configuration] => PrestaShop\PrestaShop\Adapter\Configuration Object ( [shop:PrestaShop\PrestaShop\Adapter\Configuration:private] => [parameters:protected] => ) [PrestaShop\PrestaShop\Adapter\Tools] => PrestaShop\PrestaShop\Adapter\Tools Object ( ) [PrestaShop\PrestaShop\Adapter\LegacyContext] => PrestaShop\PrestaShop\Adapter\LegacyContext Object ( [employeeCurrency:PrestaShop\PrestaShop\Adapter\LegacyContext:private] => [mailThemesUri:PrestaShop\PrestaShop\Adapter\LegacyContext:private] => /mails/themes [tools:PrestaShop\PrestaShop\Adapter\LegacyContext:private] => PrestaShop\PrestaShop\Adapter\Tools Object ( ) ) [PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider] => PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider Object ( [configuration:PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider:private] => PrestaShop\PrestaShop\Adapter\Configuration Object ( [shop:PrestaShop\PrestaShop\Adapter\Configuration:private] => [parameters:protected] => ) [shopId:PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider:private] => 1 [defaultCurrency:PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider:private] => ) [prestashop.core.localization.currency.middleware.database] => PrestaShop\PrestaShop\Core\Localization\Currency\DataLayer\CurrencyDatabase Object ( [dataProvider:protected] => PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider Object ( [configuration:PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider:private] => PrestaShop\PrestaShop\Adapter\Configuration Object ( [shop:PrestaShop\PrestaShop\Adapter\Configuration:private] => [parameters:protected] => ) [shopId:PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider:private] => 1 [defaultCurrency:PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider:private] => ) [isWritable:protected] => [lowerDataLayer:protected] => PrestaShop\PrestaShop\Core\Localization\Currency\DataLayer\CurrencyReference Object ( [cldrLocaleRepository:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\LocaleRepository Object ( [dataSource:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\LocaleDataSource Object ( [topLayer:PrestaShop\PrestaShop\Core\Localization\CLDR\LocaleDataSource:private] => PrestaShop\PrestaShop\Core\Localization\CLDR\DataLayer\LocaleCache Object ( [cache:protected] => Symfony\Component\Cache\Adapter\FilesystemAdapter Object ( [createCacheItem:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Closure Object ( [parameter] => Array ( [$key] => [$value] => [$isHit] => ) ) [mergeByLifetime:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Closure Object ( [static] => Array ( [getId] => Closure Object ( [this] => Symfony\Component\Cache\Adapter\FilesystemAdapter Object *RECURSION* [parameter] => Array ( [$key] => ) ) [defaultLifetime] => 0 ) [parameter] => Array ( [$deferred] => [$namespace] => [&$expiredIds] => ) ) [namespace:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [namespaceVersion:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [versioningIsEnabled:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [deferred:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Array ( ) [ids:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Array ( [en-US] => en-US ) [maxIdLength:protected] => [logger:protected] => [callbackWrapper:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [computing:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Array ( ) [marshaller:Symfony\Component\Cache\Adapter\FilesystemAdapter:private] => Symfony\Component\Cache\Marshaller\DefaultMarshaller Object ( [useIgbinarySerialize:Symfony\Component\Cache\Marshaller\DefaultMarshaller:private] => ) [directory:Symfony\Component\Cache\Adapter\FilesystemAdapter:private] => /data05/virt2670/domeenid/www.ewsound.ee/shop/var/cache/dev/localization/CLDR/ [tmp:Symfony\Component\Cache\Adapter\FilesystemAdapter:private] => ) [lowerDataLayer:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\DataLayer\LocaleReference Object ( [reader:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\Reader Object ( [mainXml:protected] => Array ( ) [supplementalXml:protected] => [numberingSystemsXml:protected] => ) [lowerDataLayer:protected] => [isWritable:protected] => 1 ) [isWritable:protected] => 1 ) ) ) [lowerDataLayer:protected] => [isWritable:protected] => ) ) [prestashop.core.localization.currency.middleware.reference] => PrestaShop\PrestaShop\Core\Localization\Currency\DataLayer\CurrencyReference Object ( [cldrLocaleRepository:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\LocaleRepository Object ( [dataSource:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\LocaleDataSource Object ( [topLayer:PrestaShop\PrestaShop\Core\Localization\CLDR\LocaleDataSource:private] => PrestaShop\PrestaShop\Core\Localization\CLDR\DataLayer\LocaleCache Object ( [cache:protected] => Symfony\Component\Cache\Adapter\FilesystemAdapter Object ( [createCacheItem:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Closure Object ( [parameter] => Array ( [$key] => [$value] => [$isHit] => ) ) [mergeByLifetime:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Closure Object ( [static] => Array ( [getId] => Closure Object ( [this] => Symfony\Component\Cache\Adapter\FilesystemAdapter Object *RECURSION* [parameter] => Array ( [$key] => ) ) [defaultLifetime] => 0 ) [parameter] => Array ( [$deferred] => [$namespace] => [&$expiredIds] => ) ) [namespace:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [namespaceVersion:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [versioningIsEnabled:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [deferred:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Array ( ) [ids:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Array ( [en-US] => en-US ) [maxIdLength:protected] => [logger:protected] => [callbackWrapper:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [computing:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Array ( ) [marshaller:Symfony\Component\Cache\Adapter\FilesystemAdapter:private] => Symfony\Component\Cache\Marshaller\DefaultMarshaller Object ( [useIgbinarySerialize:Symfony\Component\Cache\Marshaller\DefaultMarshaller:private] => ) [directory:Symfony\Component\Cache\Adapter\FilesystemAdapter:private] => /data05/virt2670/domeenid/www.ewsound.ee/shop/var/cache/dev/localization/CLDR/ [tmp:Symfony\Component\Cache\Adapter\FilesystemAdapter:private] => ) [lowerDataLayer:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\DataLayer\LocaleReference Object ( [reader:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\Reader Object ( [mainXml:protected] => Array ( ) [supplementalXml:protected] => [numberingSystemsXml:protected] => ) [lowerDataLayer:protected] => [isWritable:protected] => 1 ) [isWritable:protected] => 1 ) ) ) [lowerDataLayer:protected] => [isWritable:protected] => ) [prestashop.core.localization.currency.middleware.installed] => PrestaShop\PrestaShop\Core\Localization\Currency\DataLayer\CurrencyInstalled Object ( [dataProvider:protected] => PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider Object ( [configuration:PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider:private] => PrestaShop\PrestaShop\Adapter\Configuration Object ( [shop:PrestaShop\PrestaShop\Adapter\Configuration:private] => [parameters:protected] => ) [shopId:PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider:private] => 1 [defaultCurrency:PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider:private] => ) ) [prestashop.core.localization.currency.datasource] => PrestaShop\PrestaShop\Core\Localization\Currency\CurrencyDataSource Object ( [topLayer:protected] => PrestaShop\PrestaShop\Core\Localization\Currency\DataLayer\CurrencyCache Object ( [cache:PrestaShop\PrestaShop\Core\Localization\Currency\DataLayer\CurrencyCache:private] => Symfony\Component\Cache\Adapter\ArrayAdapter Object ( [createCacheItem:Symfony\Component\Cache\Adapter\ArrayAdapter:private] => Closure Object ( [parameter] => Array ( [$key] => [$value] => [$isHit] => ) ) [defaultLifetime:Symfony\Component\Cache\Adapter\ArrayAdapter:private] => 0 [storeSerialized:Symfony\Component\Cache\Adapter\ArrayAdapter:private] => 1 [values:Symfony\Component\Cache\Adapter\ArrayAdapter:private] => Array ( [EUR-en-US] => O:61:"PrestaShop\PrestaShop\Core\Localization\Currency\CurrencyData":8:{s:11:"*isActive";N;s:17:"*conversionRate";N;s:10:"*isoCode";s:3:"EUR";s:17:"*numericIsoCode";s:3:"978";s:10:"*symbols";a:1:{s:5:"en-US";s:3:"€";}s:12:"*precision";i:2;s:8:"*names";a:1:{s:5:"en-US";s:4:"Euro";}s:11:"*patterns";N;} ) [expiries:Symfony\Component\Cache\Adapter\ArrayAdapter:private] => Array ( [EUR-en-US] => 9223372036854775807 ) [logger:protected] => ) [lowerDataLayer:protected] => PrestaShop\PrestaShop\Core\Localization\Currency\DataLayer\CurrencyDatabase Object ( [dataProvider:protected] => PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider Object ( [configuration:PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider:private] => PrestaShop\PrestaShop\Adapter\Configuration Object ( [shop:PrestaShop\PrestaShop\Adapter\Configuration:private] => [parameters:protected] => ) [shopId:PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider:private] => 1 [defaultCurrency:PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider:private] => ) [isWritable:protected] => [lowerDataLayer:protected] => PrestaShop\PrestaShop\Core\Localization\Currency\DataLayer\CurrencyReference Object ( [cldrLocaleRepository:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\LocaleRepository Object ( [dataSource:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\LocaleDataSource Object ( [topLayer:PrestaShop\PrestaShop\Core\Localization\CLDR\LocaleDataSource:private] => PrestaShop\PrestaShop\Core\Localization\CLDR\DataLayer\LocaleCache Object ( [cache:protected] => Symfony\Component\Cache\Adapter\FilesystemAdapter Object ( [createCacheItem:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Closure Object ( [parameter] => Array ( [$key] => [$value] => [$isHit] => ) ) [mergeByLifetime:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Closure Object ( [static] => Array ( [getId] => Closure Object ( [this] => Symfony\Component\Cache\Adapter\FilesystemAdapter Object *RECURSION* [parameter] => Array ( [$key] => ) ) [defaultLifetime] => 0 ) [parameter] => Array ( [$deferred] => [$namespace] => [&$expiredIds] => ) ) [namespace:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [namespaceVersion:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [versioningIsEnabled:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [deferred:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Array ( ) [ids:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Array ( [en-US] => en-US ) [maxIdLength:protected] => [logger:protected] => [callbackWrapper:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [computing:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Array ( ) [marshaller:Symfony\Component\Cache\Adapter\FilesystemAdapter:private] => Symfony\Component\Cache\Marshaller\DefaultMarshaller Object ( [useIgbinarySerialize:Symfony\Component\Cache\Marshaller\DefaultMarshaller:private] => ) [directory:Symfony\Component\Cache\Adapter\FilesystemAdapter:private] => /data05/virt2670/domeenid/www.ewsound.ee/shop/var/cache/dev/localization/CLDR/ [tmp:Symfony\Component\Cache\Adapter\FilesystemAdapter:private] => ) [lowerDataLayer:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\DataLayer\LocaleReference Object ( [reader:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\Reader Object ( [mainXml:protected] => Array ( ) [supplementalXml:protected] => [numberingSystemsXml:protected] => ) [lowerDataLayer:protected] => [isWritable:protected] => 1 ) [isWritable:protected] => 1 ) ) ) [lowerDataLayer:protected] => [isWritable:protected] => ) ) [isWritable:protected] => 1 ) [installedDataLayer:protected] => PrestaShop\PrestaShop\Core\Localization\Currency\DataLayer\CurrencyInstalled Object ( [dataProvider:protected] => PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider Object ( [configuration:PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider:private] => PrestaShop\PrestaShop\Adapter\Configuration Object ( [shop:PrestaShop\PrestaShop\Adapter\Configuration:private] => [parameters:protected] => ) [shopId:PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider:private] => 1 [defaultCurrency:PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider:private] => ) ) ) [prestashop.core.localization.currency.repository] => PrestaShop\PrestaShop\Core\Localization\Currency\Repository Object ( [currencies:protected] => [dataSource:protected] => PrestaShop\PrestaShop\Core\Localization\Currency\CurrencyDataSource Object ( [topLayer:protected] => PrestaShop\PrestaShop\Core\Localization\Currency\DataLayer\CurrencyCache Object ( [cache:PrestaShop\PrestaShop\Core\Localization\Currency\DataLayer\CurrencyCache:private] => Symfony\Component\Cache\Adapter\ArrayAdapter Object ( [createCacheItem:Symfony\Component\Cache\Adapter\ArrayAdapter:private] => Closure Object ( [parameter] => Array ( [$key] => [$value] => [$isHit] => ) ) [defaultLifetime:Symfony\Component\Cache\Adapter\ArrayAdapter:private] => 0 [storeSerialized:Symfony\Component\Cache\Adapter\ArrayAdapter:private] => 1 [values:Symfony\Component\Cache\Adapter\ArrayAdapter:private] => Array ( [EUR-en-US] => O:61:"PrestaShop\PrestaShop\Core\Localization\Currency\CurrencyData":8:{s:11:"*isActive";N;s:17:"*conversionRate";N;s:10:"*isoCode";s:3:"EUR";s:17:"*numericIsoCode";s:3:"978";s:10:"*symbols";a:1:{s:5:"en-US";s:3:"€";}s:12:"*precision";i:2;s:8:"*names";a:1:{s:5:"en-US";s:4:"Euro";}s:11:"*patterns";N;} ) [expiries:Symfony\Component\Cache\Adapter\ArrayAdapter:private] => Array ( [EUR-en-US] => 9223372036854775807 ) [logger:protected] => ) [lowerDataLayer:protected] => PrestaShop\PrestaShop\Core\Localization\Currency\DataLayer\CurrencyDatabase Object ( [dataProvider:protected] => PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider Object ( [configuration:PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider:private] => PrestaShop\PrestaShop\Adapter\Configuration Object ( [shop:PrestaShop\PrestaShop\Adapter\Configuration:private] => [parameters:protected] => ) [shopId:PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider:private] => 1 [defaultCurrency:PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider:private] => ) [isWritable:protected] => [lowerDataLayer:protected] => PrestaShop\PrestaShop\Core\Localization\Currency\DataLayer\CurrencyReference Object ( [cldrLocaleRepository:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\LocaleRepository Object ( [dataSource:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\LocaleDataSource Object ( [topLayer:PrestaShop\PrestaShop\Core\Localization\CLDR\LocaleDataSource:private] => PrestaShop\PrestaShop\Core\Localization\CLDR\DataLayer\LocaleCache Object ( [cache:protected] => Symfony\Component\Cache\Adapter\FilesystemAdapter Object ( [createCacheItem:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Closure Object ( [parameter] => Array ( [$key] => [$value] => [$isHit] => ) ) [mergeByLifetime:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Closure Object ( [static] => Array ( [getId] => Closure Object ( [this] => Symfony\Component\Cache\Adapter\FilesystemAdapter Object *RECURSION* [parameter] => Array ( [$key] => ) ) [defaultLifetime] => 0 ) [parameter] => Array ( [$deferred] => [$namespace] => [&$expiredIds] => ) ) [namespace:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [namespaceVersion:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [versioningIsEnabled:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [deferred:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Array ( ) [ids:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Array ( [en-US] => en-US ) [maxIdLength:protected] => [logger:protected] => [callbackWrapper:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [computing:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Array ( ) [marshaller:Symfony\Component\Cache\Adapter\FilesystemAdapter:private] => Symfony\Component\Cache\Marshaller\DefaultMarshaller Object ( [useIgbinarySerialize:Symfony\Component\Cache\Marshaller\DefaultMarshaller:private] => ) [directory:Symfony\Component\Cache\Adapter\FilesystemAdapter:private] => /data05/virt2670/domeenid/www.ewsound.ee/shop/var/cache/dev/localization/CLDR/ [tmp:Symfony\Component\Cache\Adapter\FilesystemAdapter:private] => ) [lowerDataLayer:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\DataLayer\LocaleReference Object ( [reader:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\Reader Object ( [mainXml:protected] => Array ( ) [supplementalXml:protected] => [numberingSystemsXml:protected] => ) [lowerDataLayer:protected] => [isWritable:protected] => 1 ) [isWritable:protected] => 1 ) ) ) [lowerDataLayer:protected] => [isWritable:protected] => ) ) [isWritable:protected] => 1 ) [installedDataLayer:protected] => PrestaShop\PrestaShop\Core\Localization\Currency\DataLayer\CurrencyInstalled Object ( [dataProvider:protected] => PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider Object ( [configuration:PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider:private] => PrestaShop\PrestaShop\Adapter\Configuration Object ( [shop:PrestaShop\PrestaShop\Adapter\Configuration:private] => [parameters:protected] => ) [shopId:PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider:private] => 1 [defaultCurrency:PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider:private] => ) ) ) ) [PrestaShop\PrestaShop\Core\Localization\Locale\Repository] => PrestaShop\PrestaShop\Core\Localization\Locale\Repository Object ( [cldrLocaleRepository:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\LocaleRepository Object ( [dataSource:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\LocaleDataSource Object ( [topLayer:PrestaShop\PrestaShop\Core\Localization\CLDR\LocaleDataSource:private] => PrestaShop\PrestaShop\Core\Localization\CLDR\DataLayer\LocaleCache Object ( [cache:protected] => Symfony\Component\Cache\Adapter\FilesystemAdapter Object ( [createCacheItem:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Closure Object ( [parameter] => Array ( [$key] => [$value] => [$isHit] => ) ) [mergeByLifetime:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Closure Object ( [static] => Array ( [getId] => Closure Object ( [this] => Symfony\Component\Cache\Adapter\FilesystemAdapter Object *RECURSION* [parameter] => Array ( [$key] => ) ) [defaultLifetime] => 0 ) [parameter] => Array ( [$deferred] => [$namespace] => [&$expiredIds] => ) ) [namespace:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [namespaceVersion:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [versioningIsEnabled:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [deferred:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Array ( ) [ids:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Array ( [en-US] => en-US ) [maxIdLength:protected] => [logger:protected] => [callbackWrapper:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [computing:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Array ( ) [marshaller:Symfony\Component\Cache\Adapter\FilesystemAdapter:private] => Symfony\Component\Cache\Marshaller\DefaultMarshaller Object ( [useIgbinarySerialize:Symfony\Component\Cache\Marshaller\DefaultMarshaller:private] => ) [directory:Symfony\Component\Cache\Adapter\FilesystemAdapter:private] => /data05/virt2670/domeenid/www.ewsound.ee/shop/var/cache/dev/localization/CLDR/ [tmp:Symfony\Component\Cache\Adapter\FilesystemAdapter:private] => ) [lowerDataLayer:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\DataLayer\LocaleReference Object ( [reader:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\Reader Object ( [mainXml:protected] => Array ( ) [supplementalXml:protected] => [numberingSystemsXml:protected] => ) [lowerDataLayer:protected] => [isWritable:protected] => 1 ) [isWritable:protected] => 1 ) ) ) [currencyRepository:protected] => PrestaShop\PrestaShop\Core\Localization\Currency\Repository Object ( [currencies:protected] => [dataSource:protected] => PrestaShop\PrestaShop\Core\Localization\Currency\CurrencyDataSource Object ( [topLayer:protected] => PrestaShop\PrestaShop\Core\Localization\Currency\DataLayer\CurrencyCache Object ( [cache:PrestaShop\PrestaShop\Core\Localization\Currency\DataLayer\CurrencyCache:private] => Symfony\Component\Cache\Adapter\ArrayAdapter Object ( [createCacheItem:Symfony\Component\Cache\Adapter\ArrayAdapter:private] => Closure Object ( [parameter] => Array ( [$key] => [$value] => [$isHit] => ) ) [defaultLifetime:Symfony\Component\Cache\Adapter\ArrayAdapter:private] => 0 [storeSerialized:Symfony\Component\Cache\Adapter\ArrayAdapter:private] => 1 [values:Symfony\Component\Cache\Adapter\ArrayAdapter:private] => Array ( [EUR-en-US] => O:61:"PrestaShop\PrestaShop\Core\Localization\Currency\CurrencyData":8:{s:11:"*isActive";N;s:17:"*conversionRate";N;s:10:"*isoCode";s:3:"EUR";s:17:"*numericIsoCode";s:3:"978";s:10:"*symbols";a:1:{s:5:"en-US";s:3:"€";}s:12:"*precision";i:2;s:8:"*names";a:1:{s:5:"en-US";s:4:"Euro";}s:11:"*patterns";N;} ) [expiries:Symfony\Component\Cache\Adapter\ArrayAdapter:private] => Array ( [EUR-en-US] => 9223372036854775807 ) [logger:protected] => ) [lowerDataLayer:protected] => PrestaShop\PrestaShop\Core\Localization\Currency\DataLayer\CurrencyDatabase Object ( [dataProvider:protected] => PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider Object ( [configuration:PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider:private] => PrestaShop\PrestaShop\Adapter\Configuration Object ( [shop:PrestaShop\PrestaShop\Adapter\Configuration:private] => [parameters:protected] => ) [shopId:PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider:private] => 1 [defaultCurrency:PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider:private] => ) [isWritable:protected] => [lowerDataLayer:protected] => PrestaShop\PrestaShop\Core\Localization\Currency\DataLayer\CurrencyReference Object ( [cldrLocaleRepository:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\LocaleRepository Object ( [dataSource:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\LocaleDataSource Object ( [topLayer:PrestaShop\PrestaShop\Core\Localization\CLDR\LocaleDataSource:private] => PrestaShop\PrestaShop\Core\Localization\CLDR\DataLayer\LocaleCache Object ( [cache:protected] => Symfony\Component\Cache\Adapter\FilesystemAdapter Object ( [createCacheItem:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Closure Object ( [parameter] => Array ( [$key] => [$value] => [$isHit] => ) ) [mergeByLifetime:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Closure Object ( [static] => Array ( [getId] => Closure Object ( [this] => Symfony\Component\Cache\Adapter\FilesystemAdapter Object *RECURSION* [parameter] => Array ( [$key] => ) ) [defaultLifetime] => 0 ) [parameter] => Array ( [$deferred] => [$namespace] => [&$expiredIds] => ) ) [namespace:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [namespaceVersion:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [versioningIsEnabled:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [deferred:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Array ( ) [ids:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Array ( [en-US] => en-US ) [maxIdLength:protected] => [logger:protected] => [callbackWrapper:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => [computing:Symfony\Component\Cache\Adapter\AbstractAdapter:private] => Array ( ) [marshaller:Symfony\Component\Cache\Adapter\FilesystemAdapter:private] => Symfony\Component\Cache\Marshaller\DefaultMarshaller Object ( [useIgbinarySerialize:Symfony\Component\Cache\Marshaller\DefaultMarshaller:private] => ) [directory:Symfony\Component\Cache\Adapter\FilesystemAdapter:private] => /data05/virt2670/domeenid/www.ewsound.ee/shop/var/cache/dev/localization/CLDR/ [tmp:Symfony\Component\Cache\Adapter\FilesystemAdapter:private] => ) [lowerDataLayer:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\DataLayer\LocaleReference Object ( [reader:protected] => PrestaShop\PrestaShop\Core\Localization\CLDR\Reader Object ( [mainXml:protected] => Array ( ) [supplementalXml:protected] => [numberingSystemsXml:protected] => ) [lowerDataLayer:protected] => [isWritable:protected] => 1 ) [isWritable:protected] => 1 ) ) ) [lowerDataLayer:protected] => [isWritable:protected] => ) ) [isWritable:protected] => 1 ) [installedDataLayer:protected] => PrestaShop\PrestaShop\Core\Localization\Currency\DataLayer\CurrencyInstalled Object ( [dataProvider:protected] => PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider Object ( [configuration:PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider:private] => PrestaShop\PrestaShop\Adapter\Configuration Object ( [shop:PrestaShop\PrestaShop\Adapter\Configuration:private] => [parameters:protected] => ) [shopId:PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider:private] => 1 [defaultCurrency:PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider:private] => ) ) ) ) [roundingMode:protected] => up [numberingSystem:protected] => latn [currencyDisplayType:protected] => symbol [locales:protected] => Array ( [en-US] => PrestaShop\PrestaShop\Core\Localization\Locale Object ( [code:protected] => en-US [numberFormatter:protected] => PrestaShop\PrestaShop\Core\Localization\Number\Formatter Object ( [roundingMode:protected] => up [numberingSystem:protected] => latn [numberSpecification:protected] => ) [numberSpecification:protected] => PrestaShop\PrestaShop\Core\Localization\Specification\Number Object ( [positivePattern:protected] => #,##0.### [negativePattern:protected] => -#,##0.### [symbols:protected] => Array ( [adlm] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [arab] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => Ů« [group:protected] => ٬ [list:protected] => Ř› [percentSign:protected] => ŮŞŘś [minusSign:protected] => Řś- [plusSign:protected] => Řś+ [exponential:protected] => اس [superscriptingExponent:protected] => × [perMille:protected] => ؉ [infinity:protected] => ∞ [nan:protected] => NaN ) [arabext] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => Ů« [group:protected] => ٬ [list:protected] => Ř› [percentSign:protected] => ŮŞ [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => ×۱۰^ [superscriptingExponent:protected] => × [perMille:protected] => ؉ [infinity:protected] => ∞ [nan:protected] => NaN ) [bali] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [beng] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [brah] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [cakm] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [cham] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [deva] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [fullwide] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [gong] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [gonm] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [gujr] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [guru] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [hanidec] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [java] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [kali] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [khmr] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [knda] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [lana] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [lanatham] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [laoo] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [latn] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [lepc] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [limb] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [mlym] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [mong] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [mtei] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [mymr] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [mymrshan] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [nkoo] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [olck] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [orya] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [osma] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [rohg] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [saur] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [shrd] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [sora] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [sund] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [takr] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [talu] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [tamldec] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [telu] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [thai] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [tibt] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [vaii] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) ) [maxFractionDigits:protected] => 3 [minFractionDigits:protected] => 0 [groupingUsed:protected] => 1 [primaryGroupSize:protected] => 3 [secondaryGroupSize:protected] => 3 ) [priceSpecifications:protected] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberCollection Object ( [numberSpecifications:protected] => Array ( [EUR] => PrestaShop\PrestaShop\Core\Localization\Specification\Price Object ( [currencyDisplay:protected] => symbol [currencySymbol:protected] => € [currencyCode:protected] => EUR [positivePattern:protected] => ¤#,##0.00 [negativePattern:protected] => -¤#,##0.00 [symbols:protected] => Array ( [adlm] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [arab] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => Ů« [group:protected] => ٬ [list:protected] => Ř› [percentSign:protected] => ŮŞŘś [minusSign:protected] => Řś- [plusSign:protected] => Řś+ [exponential:protected] => اس [superscriptingExponent:protected] => × [perMille:protected] => ؉ [infinity:protected] => ∞ [nan:protected] => NaN ) [arabext] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => Ů« [group:protected] => ٬ [list:protected] => Ř› [percentSign:protected] => ŮŞ [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => ×۱۰^ [superscriptingExponent:protected] => × [perMille:protected] => ؉ [infinity:protected] => ∞ [nan:protected] => NaN ) [bali] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [beng] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [brah] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [cakm] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [cham] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [deva] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [fullwide] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [gong] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [gonm] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [gujr] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [guru] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [hanidec] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [java] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [kali] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [khmr] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [knda] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [lana] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [lanatham] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [laoo] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [latn] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [lepc] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [limb] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [mlym] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [mong] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [mtei] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [mymr] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [mymrshan] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [nkoo] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [olck] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [orya] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [osma] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [rohg] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [saur] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [shrd] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [sora] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [sund] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [takr] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [talu] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [tamldec] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [telu] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [thai] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [tibt] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [vaii] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) ) [maxFractionDigits:protected] => 2 [minFractionDigits:protected] => 2 [groupingUsed:protected] => 1 [primaryGroupSize:protected] => 3 [secondaryGroupSize:protected] => 3 ) ) ) ) ) [numberGroupingUsed:protected] => 1 [maxFractionDigits:protected] => 3 [specificationFactory:protected] => PrestaShop\PrestaShop\Core\Localization\Specification\Factory Object ( ) ) [prestashop.core.filter.front_end_object.product_collection] => PrestaShop\PrestaShop\Core\Filter\CollectionFilter Object ( [filters:PrestaShop\PrestaShop\Core\Filter\CollectionFilter:private] => Array ( [0] => PrestaShop\PrestaShop\Core\Filter\FrontEndObject\ProductFilter Object ( [whitelistItems:protected] => Array ( [add_to_cart_url] => 1 [allow_oosp] => 1 [attributes] => 1 [attributes_small] => 1 [availability] => 1 [availability_date] => 1 [availability_message] => 1 [available_later] => 1 [available_now] => 1 [canonical_url] => 1 [cart_quantity] => 1 [category] => 1 [condition] => 1 [cover] => 1 [customizable] => 1 [customizations] => 1 [description_short] => 1 [discount_amount] => 1 [discount_percentage] => 1 [discount_percentage_absolute] => 1 [discount_to_display] => 1 [discount_type] => 1 [down_quantity_url] => 1 [ean13] => 1 [ecotax] => 1 [ecotax_attr] => 1 [ecotax_rate] => 1 [embedded_attributes] => 1 [flags] => 1 [has_discount] => 1 [id] => 1 [id_customization] => 1 [id_image] => 1 [id_manufacturer] => 1 [id_product] => 1 [id_product_attribute] => 1 [images] => 1 [isbn] => 1 [labels] => 1 [legend] => 1 [link_rewrite] => 1 [main_variants] => 1 [manufacturer_name] => 1 [minimal_quantity] => 1 [name] => 1 [new] => 1 [on_sale] => 1 [online_only] => 1 [pack] => 1 [price] => 1 [price_amount] => 1 [price_attribute] => 1 [price_with_reduction] => 1 [price_with_reduction_without_tax] => 1 [price_without_reduction] => 1 [price_wt] => 1 [quantity] => 1 [quantity_discounts] => 1 [quantity_wanted] => 1 [rate] => 1 [reduction] => 1 [reference] => 1 [reference_to_display] => 1 [regular_price] => 1 [regular_price_amount] => 1 [remove_from_cart_url] => 1 [show_availability] => 1 [show_price] => 1 [specific_prices] => 1 [stock_quantity] => 1 [tax_name] => 1 [total] => 1 [total_wt] => 1 [unit_price] => 1 [unit_price_full] => 1 [up_quantity_url] => 1 [upc] => 1 [update_quantity_url] => 1 [url] => 1 [weight_unit] => 1 [seo_availability] => 1 ) [filters:protected] => Array ( [embedded_attributes] => PrestaShop\PrestaShop\Core\Filter\FrontEndObject\EmbeddedAttributesFilter Object ( [whitelistItems:protected] => Array ( [attributes] => 1 [available_later] => 1 [available_now] => 1 [category] => 1 [condition] => 1 [customizable] => 1 [description_short] => 1 [ecotax] => 1 [ecotax_rate] => 1 [features] => 1 [id_customization] => 1 [id_image] => 1 [id_manufacturer] => 1 [id_product] => 1 [id_product_attribute] => 1 [link_rewrite] => 1 [minimal_quantity] => 1 [name] => 1 [new] => 1 [on_sale] => 1 [online_only] => 1 [pack] => 1 [price] => 1 [price_amount] => 1 [price_without_reduction] => 1 [quantity] => 1 [quantity_wanted] => 1 [rate] => 1 [reduction] => 1 [reference] => 1 [specific_prices] => 1 [tax_name] => 1 ) [filters:protected] => Array ( ) ) ) ) ) ) [prestashop.core.filter.front_end_object.product] => PrestaShop\PrestaShop\Core\Filter\FrontEndObject\ProductFilter Object ( [whitelistItems:protected] => Array ( [add_to_cart_url] => 1 [allow_oosp] => 1 [attributes] => 1 [attributes_small] => 1 [availability] => 1 [availability_date] => 1 [availability_message] => 1 [available_later] => 1 [available_now] => 1 [canonical_url] => 1 [cart_quantity] => 1 [category] => 1 [condition] => 1 [cover] => 1 [customizable] => 1 [customizations] => 1 [description_short] => 1 [discount_amount] => 1 [discount_percentage] => 1 [discount_percentage_absolute] => 1 [discount_to_display] => 1 [discount_type] => 1 [down_quantity_url] => 1 [ean13] => 1 [ecotax] => 1 [ecotax_attr] => 1 [ecotax_rate] => 1 [embedded_attributes] => 1 [flags] => 1 [has_discount] => 1 [id] => 1 [id_customization] => 1 [id_image] => 1 [id_manufacturer] => 1 [id_product] => 1 [id_product_attribute] => 1 [images] => 1 [isbn] => 1 [labels] => 1 [legend] => 1 [link_rewrite] => 1 [main_variants] => 1 [manufacturer_name] => 1 [minimal_quantity] => 1 [name] => 1 [new] => 1 [on_sale] => 1 [online_only] => 1 [pack] => 1 [price] => 1 [price_amount] => 1 [price_attribute] => 1 [price_with_reduction] => 1 [price_with_reduction_without_tax] => 1 [price_without_reduction] => 1 [price_wt] => 1 [quantity] => 1 [quantity_discounts] => 1 [quantity_wanted] => 1 [rate] => 1 [reduction] => 1 [reference] => 1 [reference_to_display] => 1 [regular_price] => 1 [regular_price_amount] => 1 [remove_from_cart_url] => 1 [show_availability] => 1 [show_price] => 1 [specific_prices] => 1 [stock_quantity] => 1 [tax_name] => 1 [total] => 1 [total_wt] => 1 [unit_price] => 1 [unit_price_full] => 1 [up_quantity_url] => 1 [upc] => 1 [update_quantity_url] => 1 [url] => 1 [weight_unit] => 1 [seo_availability] => 1 ) [filters:protected] => Array ( [embedded_attributes] => PrestaShop\PrestaShop\Core\Filter\FrontEndObject\EmbeddedAttributesFilter Object ( [whitelistItems:protected] => Array ( [attributes] => 1 [available_later] => 1 [available_now] => 1 [category] => 1 [condition] => 1 [customizable] => 1 [description_short] => 1 [ecotax] => 1 [ecotax_rate] => 1 [features] => 1 [id_customization] => 1 [id_image] => 1 [id_manufacturer] => 1 [id_product] => 1 [id_product_attribute] => 1 [link_rewrite] => 1 [minimal_quantity] => 1 [name] => 1 [new] => 1 [on_sale] => 1 [online_only] => 1 [pack] => 1 [price] => 1 [price_amount] => 1 [price_without_reduction] => 1 [quantity] => 1 [quantity_wanted] => 1 [rate] => 1 [reduction] => 1 [reference] => 1 [specific_prices] => 1 [tax_name] => 1 ) [filters:protected] => Array ( ) ) ) ) [prestashop.core.filter.front_end_object.cart] => PrestaShop\PrestaShop\Core\Filter\FrontEndObject\CartFilter Object ( [whitelistItems:protected] => Array ( [discounts] => 1 [minimalPurchase] => 1 [minimalPurchaseRequired] => 1 [products] => 1 [products_count] => 1 [subtotals] => 1 [summary_string] => 1 [totals] => 1 [vouchers] => 1 ) [filters:protected] => Array ( [products] => PrestaShop\PrestaShop\Core\Filter\CollectionFilter Object ( [filters:PrestaShop\PrestaShop\Core\Filter\CollectionFilter:private] => Array ( [0] => PrestaShop\PrestaShop\Core\Filter\FrontEndObject\ProductFilter Object ( [whitelistItems:protected] => Array ( [add_to_cart_url] => 1 [allow_oosp] => 1 [attributes] => 1 [attributes_small] => 1 [availability] => 1 [availability_date] => 1 [availability_message] => 1 [available_later] => 1 [available_now] => 1 [canonical_url] => 1 [cart_quantity] => 1 [category] => 1 [condition] => 1 [cover] => 1 [customizable] => 1 [customizations] => 1 [description_short] => 1 [discount_amount] => 1 [discount_percentage] => 1 [discount_percentage_absolute] => 1 [discount_to_display] => 1 [discount_type] => 1 [down_quantity_url] => 1 [ean13] => 1 [ecotax] => 1 [ecotax_attr] => 1 [ecotax_rate] => 1 [embedded_attributes] => 1 [flags] => 1 [has_discount] => 1 [id] => 1 [id_customization] => 1 [id_image] => 1 [id_manufacturer] => 1 [id_product] => 1 [id_product_attribute] => 1 [images] => 1 [isbn] => 1 [labels] => 1 [legend] => 1 [link_rewrite] => 1 [main_variants] => 1 [manufacturer_name] => 1 [minimal_quantity] => 1 [name] => 1 [new] => 1 [on_sale] => 1 [online_only] => 1 [pack] => 1 [price] => 1 [price_amount] => 1 [price_attribute] => 1 [price_with_reduction] => 1 [price_with_reduction_without_tax] => 1 [price_without_reduction] => 1 [price_wt] => 1 [quantity] => 1 [quantity_discounts] => 1 [quantity_wanted] => 1 [rate] => 1 [reduction] => 1 [reference] => 1 [reference_to_display] => 1 [regular_price] => 1 [regular_price_amount] => 1 [remove_from_cart_url] => 1 [show_availability] => 1 [show_price] => 1 [specific_prices] => 1 [stock_quantity] => 1 [tax_name] => 1 [total] => 1 [total_wt] => 1 [unit_price] => 1 [unit_price_full] => 1 [up_quantity_url] => 1 [upc] => 1 [update_quantity_url] => 1 [url] => 1 [weight_unit] => 1 [seo_availability] => 1 ) [filters:protected] => Array ( [embedded_attributes] => PrestaShop\PrestaShop\Core\Filter\FrontEndObject\EmbeddedAttributesFilter Object ( [whitelistItems:protected] => Array ( [attributes] => 1 [available_later] => 1 [available_now] => 1 [category] => 1 [condition] => 1 [customizable] => 1 [description_short] => 1 [ecotax] => 1 [ecotax_rate] => 1 [features] => 1 [id_customization] => 1 [id_image] => 1 [id_manufacturer] => 1 [id_product] => 1 [id_product_attribute] => 1 [link_rewrite] => 1 [minimal_quantity] => 1 [name] => 1 [new] => 1 [on_sale] => 1 [online_only] => 1 [pack] => 1 [price] => 1 [price_amount] => 1 [price_without_reduction] => 1 [quantity] => 1 [quantity_wanted] => 1 [rate] => 1 [reduction] => 1 [reference] => 1 [specific_prices] => 1 [tax_name] => 1 ) [filters:protected] => Array ( ) ) ) ) ) ) ) ) [prestashop.core.filter.front_end_object.customer] => PrestaShop\PrestaShop\Core\Filter\FrontEndObject\CustomerFilter Object ( [whitelistItems:protected] => Array ( [addresses] => 1 [ape] => 1 [birthday] => 1 [company] => 1 [email] => 1 [firstname] => 1 [gender] => 1 [is_logged] => 1 [lastname] => 1 [newsletter] => 1 [newsletter_date_add] => 1 [optin] => 1 [siret] => 1 [website] => 1 ) [filters:protected] => Array ( [gender] => PrestaShop\PrestaShop\Core\Filter\HashMapWhitelistFilter Object ( [whitelistItems:protected] => Array ( [type] => 1 [name] => 1 ) [filters:protected] => Array ( ) ) ) ) [prestashop.core.filter.front_end_object.shop] => PrestaShop\PrestaShop\Core\Filter\FrontEndObject\ShopFilter Object ( [whitelistItems:protected] => Array ( [favicon] => 1 [logo] => 1 [name] => 1 [stores_icon] => 1 ) [filters:protected] => Array ( ) ) [prestashop.core.filter.front_end_object.configuration] => PrestaShop\PrestaShop\Core\Filter\FrontEndObject\ConfigurationFilter Object ( [whitelistItems:protected] => Array ( [display_taxes_label] => 1 [display_prices_tax_incl] => 1 [is_catalog] => 1 [opt_in] => 1 [quantity_discount] => 1 [return_enabled] => 1 [show_prices] => 1 [voucher_enabled] => 1 ) [filters:protected] => Array ( ) ) [prestashop.core.filter.front_end_object.main] => PrestaShop\PrestaShop\Core\Filter\FrontEndObject\MainFilter Object ( [filters:PrestaShop\PrestaShop\Core\Filter\FrontEndObject\MainFilter:private] => Array ( [cart] => PrestaShop\PrestaShop\Core\Filter\FrontEndObject\CartFilter Object ( [whitelistItems:protected] => Array ( [discounts] => 1 [minimalPurchase] => 1 [minimalPurchaseRequired] => 1 [products] => 1 [products_count] => 1 [subtotals] => 1 [summary_string] => 1 [totals] => 1 [vouchers] => 1 ) [filters:protected] => Array ( [products] => PrestaShop\PrestaShop\Core\Filter\CollectionFilter Object ( [filters:PrestaShop\PrestaShop\Core\Filter\CollectionFilter:private] => Array ( [0] => PrestaShop\PrestaShop\Core\Filter\FrontEndObject\ProductFilter Object ( [whitelistItems:protected] => Array ( [add_to_cart_url] => 1 [allow_oosp] => 1 [attributes] => 1 [attributes_small] => 1 [availability] => 1 [availability_date] => 1 [availability_message] => 1 [available_later] => 1 [available_now] => 1 [canonical_url] => 1 [cart_quantity] => 1 [category] => 1 [condition] => 1 [cover] => 1 [customizable] => 1 [customizations] => 1 [description_short] => 1 [discount_amount] => 1 [discount_percentage] => 1 [discount_percentage_absolute] => 1 [discount_to_display] => 1 [discount_type] => 1 [down_quantity_url] => 1 [ean13] => 1 [ecotax] => 1 [ecotax_attr] => 1 [ecotax_rate] => 1 [embedded_attributes] => 1 [flags] => 1 [has_discount] => 1 [id] => 1 [id_customization] => 1 [id_image] => 1 [id_manufacturer] => 1 [id_product] => 1 [id_product_attribute] => 1 [images] => 1 [isbn] => 1 [labels] => 1 [legend] => 1 [link_rewrite] => 1 [main_variants] => 1 [manufacturer_name] => 1 [minimal_quantity] => 1 [name] => 1 [new] => 1 [on_sale] => 1 [online_only] => 1 [pack] => 1 [price] => 1 [price_amount] => 1 [price_attribute] => 1 [price_with_reduction] => 1 [price_with_reduction_without_tax] => 1 [price_without_reduction] => 1 [price_wt] => 1 [quantity] => 1 [quantity_discounts] => 1 [quantity_wanted] => 1 [rate] => 1 [reduction] => 1 [reference] => 1 [reference_to_display] => 1 [regular_price] => 1 [regular_price_amount] => 1 [remove_from_cart_url] => 1 [show_availability] => 1 [show_price] => 1 [specific_prices] => 1 [stock_quantity] => 1 [tax_name] => 1 [total] => 1 [total_wt] => 1 [unit_price] => 1 [unit_price_full] => 1 [up_quantity_url] => 1 [upc] => 1 [update_quantity_url] => 1 [url] => 1 [weight_unit] => 1 [seo_availability] => 1 ) [filters:protected] => Array ( [embedded_attributes] => PrestaShop\PrestaShop\Core\Filter\FrontEndObject\EmbeddedAttributesFilter Object ( [whitelistItems:protected] => Array ( [attributes] => 1 [available_later] => 1 [available_now] => 1 [category] => 1 [condition] => 1 [customizable] => 1 [description_short] => 1 [ecotax] => 1 [ecotax_rate] => 1 [features] => 1 [id_customization] => 1 [id_image] => 1 [id_manufacturer] => 1 [id_product] => 1 [id_product_attribute] => 1 [link_rewrite] => 1 [minimal_quantity] => 1 [name] => 1 [new] => 1 [on_sale] => 1 [online_only] => 1 [pack] => 1 [price] => 1 [price_amount] => 1 [price_without_reduction] => 1 [quantity] => 1 [quantity_wanted] => 1 [rate] => 1 [reduction] => 1 [reference] => 1 [specific_prices] => 1 [tax_name] => 1 ) [filters:protected] => Array ( ) ) ) ) ) ) ) ) [customer] => PrestaShop\PrestaShop\Core\Filter\FrontEndObject\CustomerFilter Object ( [whitelistItems:protected] => Array ( [addresses] => 1 [ape] => 1 [birthday] => 1 [company] => 1 [email] => 1 [firstname] => 1 [gender] => 1 [is_logged] => 1 [lastname] => 1 [newsletter] => 1 [newsletter_date_add] => 1 [optin] => 1 [siret] => 1 [website] => 1 ) [filters:protected] => Array ( [gender] => PrestaShop\PrestaShop\Core\Filter\HashMapWhitelistFilter Object ( [whitelistItems:protected] => Array ( [type] => 1 [name] => 1 ) [filters:protected] => Array ( ) ) ) ) [shop] => PrestaShop\PrestaShop\Core\Filter\FrontEndObject\ShopFilter Object ( [whitelistItems:protected] => Array ( [favicon] => 1 [logo] => 1 [name] => 1 [stores_icon] => 1 ) [filters:protected] => Array ( ) ) [configuration] => PrestaShop\PrestaShop\Core\Filter\FrontEndObject\ConfigurationFilter Object ( [whitelistItems:protected] => Array ( [display_taxes_label] => 1 [display_prices_tax_incl] => 1 [is_catalog] => 1 [opt_in] => 1 [quantity_discount] => 1 [return_enabled] => 1 [show_prices] => 1 [voucher_enabled] => 1 ) [filters:protected] => Array ( ) ) ) ) ) [privates:protected] => Array ( ) [fileMap:protected] => Array ( ) [methodMap:protected] => Array ( [PrestaShop\PrestaShop\Adapter\Configuration] => getConfigurationService [PrestaShop\PrestaShop\Adapter\ContextStateManager] => getContextStateManagerService [PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider] => getCurrencyDataProviderService [PrestaShop\PrestaShop\Adapter\LegacyContext] => getLegacyContextService [PrestaShop\PrestaShop\Adapter\Tools] => getToolsService [PrestaShop\PrestaShop\Core\Localization\Locale\Repository] => getRepositoryService [annotation_reader] => getAnnotationReaderService [array] => getArrayService [configuration] => getConfiguration2Service [container.env_var_processors_locator] => getContainer_EnvVarProcessorsLocatorService [context] => getContextService [db] => getDbService [doctrine] => getDoctrineService [doctrine.dbal.default_connection] => getDoctrine_Dbal_DefaultConnectionService [doctrine.orm.default_entity_manager] => getDoctrine_Orm_DefaultEntityManagerService [hashing] => getHashingService [prestashop.adapter.data_provider.country] => getPrestashop_Adapter_DataProvider_CountryService [prestashop.adapter.environment] => getPrestashop_Adapter_EnvironmentService [prestashop.adapter.module.repository.module_repository] => getPrestashop_Adapter_Module_Repository_ModuleRepositoryService [prestashop.adapter.validate] => getPrestashop_Adapter_ValidateService [prestashop.core.circuit_breaker.advanced_factory] => getPrestashop_Core_CircuitBreaker_AdvancedFactoryService [prestashop.core.circuit_breaker.cache] => getPrestashop_Core_CircuitBreaker_CacheService [prestashop.core.circuit_breaker.doctrine_cache] => getPrestashop_Core_CircuitBreaker_DoctrineCacheService [prestashop.core.circuit_breaker.storage] => getPrestashop_Core_CircuitBreaker_StorageService [prestashop.core.filter.front_end_object.cart] => getPrestashop_Core_Filter_FrontEndObject_CartService [prestashop.core.filter.front_end_object.configuration] => getPrestashop_Core_Filter_FrontEndObject_ConfigurationService [prestashop.core.filter.front_end_object.customer] => getPrestashop_Core_Filter_FrontEndObject_CustomerService [prestashop.core.filter.front_end_object.main] => getPrestashop_Core_Filter_FrontEndObject_MainService [prestashop.core.filter.front_end_object.product] => getPrestashop_Core_Filter_FrontEndObject_ProductService [prestashop.core.filter.front_end_object.product_collection] => getPrestashop_Core_Filter_FrontEndObject_ProductCollectionService [prestashop.core.filter.front_end_object.search_result_product] => getPrestashop_Core_Filter_FrontEndObject_SearchResultProductService [prestashop.core.filter.front_end_object.search_result_product_collection] => getPrestashop_Core_Filter_FrontEndObject_SearchResultProductCollectionService [prestashop.core.filter.front_end_object.shop] => getPrestashop_Core_Filter_FrontEndObject_ShopService [prestashop.core.localization.cache.adapter] => getPrestashop_Core_Localization_Cache_AdapterService [prestashop.core.localization.cldr.cache.adapter] => getPrestashop_Core_Localization_Cldr_Cache_AdapterService [prestashop.core.localization.cldr.datalayer.locale_cache] => getPrestashop_Core_Localization_Cldr_Datalayer_LocaleCacheService [prestashop.core.localization.cldr.datalayer.locale_reference] => getPrestashop_Core_Localization_Cldr_Datalayer_LocaleReferenceService [prestashop.core.localization.cldr.locale_data_source] => getPrestashop_Core_Localization_Cldr_LocaleDataSourceService [prestashop.core.localization.cldr.locale_repository] => getPrestashop_Core_Localization_Cldr_LocaleRepositoryService [prestashop.core.localization.cldr.reader] => getPrestashop_Core_Localization_Cldr_ReaderService [prestashop.core.localization.currency.datasource] => getPrestashop_Core_Localization_Currency_DatasourceService [prestashop.core.localization.currency.middleware.cache] => getPrestashop_Core_Localization_Currency_Middleware_CacheService [prestashop.core.localization.currency.middleware.database] => getPrestashop_Core_Localization_Currency_Middleware_DatabaseService [prestashop.core.localization.currency.middleware.installed] => getPrestashop_Core_Localization_Currency_Middleware_InstalledService [prestashop.core.localization.currency.middleware.reference] => getPrestashop_Core_Localization_Currency_Middleware_ReferenceService [prestashop.core.localization.currency.repository] => getPrestashop_Core_Localization_Currency_RepositoryService [prestashop.core.localization.locale.context_locale] => getPrestashop_Core_Localization_Locale_ContextLocaleService [prestashop.core.string.character_cleaner] => getPrestashop_Core_String_CharacterCleanerService [prestashop.database.naming_strategy] => getPrestashop_Database_NamingStrategyService [prestashop.translation.translator_language_loader] => getPrestashop_Translation_TranslatorLanguageLoaderService [product_comment_criterion_repository] => getProductCommentCriterionRepositoryService [product_comment_repository] => getProductCommentRepositoryService [prestashop.adapter.tools] => getPrestashop_Adapter_ToolsService ) [factories:protected] => Array ( ) [aliases:protected] => Array ( [PrestaShop\PrestaShop\Core\Currency\CurrencyDataProviderInterface] => PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider [PrestaShop\PrestaShop\Core\Localization\LocaleInterface] => prestashop.core.localization.locale.context_locale [database_connection] => doctrine.dbal.default_connection [doctrine.orm.entity_manager] => doctrine.orm.default_entity_manager [prestashop.adapter.context_state_manager] => PrestaShop\PrestaShop\Adapter\ContextStateManager [prestashop.adapter.data_provider.currency] => PrestaShop\PrestaShop\Adapter\Currency\CurrencyDataProvider [prestashop.adapter.legacy.configuration] => PrestaShop\PrestaShop\Adapter\Configuration [prestashop.adapter.legacy.context] => PrestaShop\PrestaShop\Adapter\LegacyContext [prestashop.core.localization.cldr.datalayer.top_layer] => prestashop.core.localization.cldr.datalayer.locale_cache [prestashop.core.localization.currency.middleware.top_layer] => prestashop.core.localization.currency.middleware.cache [prestashop.core.localization.locale.repository] => PrestaShop\PrestaShop\Core\Localization\Locale\Repository ) [loading:protected] => Array ( ) [resolving:protected] => Array ( ) [syntheticIds:protected] => Array ( [employee] => 1 [shop] => 1 ) [envCache:Symfony\Component\DependencyInjection\Container:private] => Array ( ) [compiled:Symfony\Component\DependencyInjection\Container:private] => [getEnv:Symfony\Component\DependencyInjection\Container:private] => ) [errors] => Array ( ) [layout] => ) [override_controller_name_for_translations] => [language] => Language Object ( [id] => 1 [name] => English (English) [iso_code] => en [locale] => en-US [language_code] => en-us [date_format_lite] => m/d/Y [date_format_full] => m/d/Y H:i:s [is_rtl] => 0 [active] => 1 [webserviceParameters:protected] => Array ( [objectNodeName] => language [objectsNodeName] => languages ) [translationsFilesAndVars:protected] => Array ( [fields] => _FIELDS [errors] => _ERRORS [admin] => _LANGADM [pdf] => _LANGPDF [tabs] => tabs ) [id_lang:protected] => [lang_associated:protected] => [id_shop:protected] => 1 [id_shop_list] => Array ( ) [get_shop_from_context:protected] => 1 [table:protected] => lang [identifier:protected] => id_lang [fieldsRequired:protected] => Array ( [0] => name [1] => iso_code [2] => date_format_lite [3] => date_format_full ) [fieldsSize:protected] => Array ( [name] => 32 [iso_code] => 2 [locale] => 5 [language_code] => 5 [date_format_lite] => 32 [date_format_full] => 32 ) [fieldsValidate:protected] => Array ( [name] => isGenericName [iso_code] => isLanguageIsoCode [locale] => isLocale [language_code] => isLanguageCode [active] => isBool [is_rtl] => isBool [date_format_lite] => isPhpDateFormat [date_format_full] => isPhpDateFormat ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [translator:protected] => [def:protected] => Array ( [table] => lang [primary] => id_lang [fields] => Array ( [name] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 32 ) [iso_code] => Array ( [type] => 3 [validate] => isLanguageIsoCode [required] => 1 [size] => 2 ) [locale] => Array ( [type] => 3 [validate] => isLocale [size] => 5 ) [language_code] => Array ( [type] => 3 [validate] => isLanguageCode [size] => 5 ) [active] => Array ( [type] => 2 [validate] => isBool ) [is_rtl] => Array ( [type] => 2 [validate] => isBool ) [date_format_lite] => Array ( [type] => 3 [validate] => isPhpDateFormat [required] => 1 [size] => 32 ) [date_format_full] => Array ( [type] => 3 [validate] => isPhpDateFormat [required] => 1 [size] => 32 ) ) [classname] => Language ) [update_fields:protected] => [force_id] => ) [currency] => Currency Object ( [id] => 1 [name] => Euro [localizedNames:protected] => Array ( [1] => Euro [2] => euro ) [iso_code] => EUR [iso_code_num] => 978 [numeric_iso_code] => 978 [conversion_rate] => 1.000000 [deleted] => 0 [unofficial] => 0 [modified] => 0 [active] => 1 [sign] => € [symbol] => € [localizedSymbols:CurrencyCore:private] => Array ( [1] => € [2] => € ) [format] => [blank] => 1 [decimals] => 1 [precision] => 2 [pattern] => Array ( [1] => [2] => ) [localizedPatterns:CurrencyCore:private] => Array ( [1] => [2] => ) [webserviceParameters:protected] => Array ( [objectsNodeName] => currencies [fields] => Array ( [names] => Array ( [getter] => getLocalizedNames [i18n] => 1 ) [name] => Array ( [getter] => getName [modifier] => Array ( [http_method] => 14 [modifier] => setNameForWebservice ) ) [symbol] => Array ( [getter] => getLocalizedSymbols ) [iso_code] => Array ( [modifier] => Array ( [http_method] => 14 [modifier] => setIsoCodeForWebService ) ) ) ) [prefix] => [suffix] => [id_lang:protected] => [lang_associated:protected] => [id_shop:protected] => 1 [id_shop_list] => Array ( ) [get_shop_from_context:protected] => 1 [table:protected] => currency [identifier:protected] => id_currency [fieldsRequired:protected] => Array ( [0] => iso_code [1] => conversion_rate ) [fieldsSize:protected] => Array ( [iso_code] => 3 [numeric_iso_code] => 3 ) [fieldsValidate:protected] => Array ( [iso_code] => isLanguageIsoCode [numeric_iso_code] => isNumericIsoCode [precision] => isInt [conversion_rate] => isUnsignedFloat [deleted] => isBool [active] => isBool [unofficial] => isBool [modified] => isBool ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( [name] => 255 [symbol] => 255 [pattern] => 255 ) [fieldsValidateLang:protected] => Array ( [name] => isGenericName ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [translator:protected] => [def:protected] => Array ( [table] => currency [primary] => id_currency [multilang] => 1 [fields] => Array ( [iso_code] => Array ( [type] => 3 [validate] => isLanguageIsoCode [required] => 1 [size] => 3 ) [numeric_iso_code] => Array ( [type] => 3 [allow_null] => 1 [validate] => isNumericIsoCode [size] => 3 ) [precision] => Array ( [type] => 1 [validate] => isInt ) [conversion_rate] => Array ( [type] => 4 [validate] => isUnsignedFloat [required] => 1 [shop] => 1 ) [deleted] => Array ( [type] => 2 [validate] => isBool ) [active] => Array ( [type] => 2 [validate] => isBool ) [unofficial] => Array ( [type] => 2 [validate] => isBool ) [modified] => Array ( [type] => 2 [validate] => isBool ) [name] => Array ( [type] => 3 [lang] => 1 [validate] => isGenericName [size] => 255 ) [symbol] => Array ( [type] => 3 [lang] => 1 [size] => 255 ) [pattern] => Array ( [type] => 3 [lang] => 1 [size] => 255 ) ) [classname] => Currency [associations] => Array ( [l] => Array ( [type] => 2 [field] => id_currency [foreign_field] => id_currency ) ) ) [update_fields:protected] => [force_id] => ) [currentLocale] => PrestaShop\PrestaShop\Core\Localization\Locale Object ( [code:protected] => en-US [numberFormatter:protected] => PrestaShop\PrestaShop\Core\Localization\Number\Formatter Object ( [roundingMode:protected] => up [numberingSystem:protected] => latn [numberSpecification:protected] => ) [numberSpecification:protected] => PrestaShop\PrestaShop\Core\Localization\Specification\Number Object ( [positivePattern:protected] => #,##0.### [negativePattern:protected] => -#,##0.### [symbols:protected] => Array ( [adlm] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [arab] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => Ů« [group:protected] => ٬ [list:protected] => Ř› [percentSign:protected] => ŮŞŘś [minusSign:protected] => Řś- [plusSign:protected] => Řś+ [exponential:protected] => اس [superscriptingExponent:protected] => × [perMille:protected] => ؉ [infinity:protected] => ∞ [nan:protected] => NaN ) [arabext] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => Ů« [group:protected] => ٬ [list:protected] => Ř› [percentSign:protected] => ŮŞ [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => ×۱۰^ [superscriptingExponent:protected] => × [perMille:protected] => ؉ [infinity:protected] => ∞ [nan:protected] => NaN ) [bali] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [beng] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [brah] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [cakm] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [cham] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [deva] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [fullwide] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [gong] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [gonm] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [gujr] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [guru] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [hanidec] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [java] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [kali] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [khmr] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [knda] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [lana] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [lanatham] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [laoo] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [latn] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [lepc] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [limb] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [mlym] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [mong] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [mtei] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [mymr] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [mymrshan] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [nkoo] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [olck] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [orya] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [osma] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [rohg] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [saur] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [shrd] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [sora] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [sund] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [takr] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [talu] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [tamldec] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [telu] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [thai] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [tibt] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [vaii] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) ) [maxFractionDigits:protected] => 3 [minFractionDigits:protected] => 0 [groupingUsed:protected] => 1 [primaryGroupSize:protected] => 3 [secondaryGroupSize:protected] => 3 ) [priceSpecifications:protected] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberCollection Object ( [numberSpecifications:protected] => Array ( [EUR] => PrestaShop\PrestaShop\Core\Localization\Specification\Price Object ( [currencyDisplay:protected] => symbol [currencySymbol:protected] => € [currencyCode:protected] => EUR [positivePattern:protected] => ¤#,##0.00 [negativePattern:protected] => -¤#,##0.00 [symbols:protected] => Array ( [adlm] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [arab] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => Ů« [group:protected] => ٬ [list:protected] => Ř› [percentSign:protected] => ŮŞŘś [minusSign:protected] => Řś- [plusSign:protected] => Řś+ [exponential:protected] => اس [superscriptingExponent:protected] => × [perMille:protected] => ؉ [infinity:protected] => ∞ [nan:protected] => NaN ) [arabext] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => Ů« [group:protected] => ٬ [list:protected] => Ř› [percentSign:protected] => ŮŞ [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => ×۱۰^ [superscriptingExponent:protected] => × [perMille:protected] => ؉ [infinity:protected] => ∞ [nan:protected] => NaN ) [bali] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [beng] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [brah] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [cakm] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [cham] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [deva] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [fullwide] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [gong] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [gonm] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [gujr] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [guru] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [hanidec] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [java] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [kali] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [khmr] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [knda] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [lana] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [lanatham] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [laoo] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [latn] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [lepc] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [limb] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [mlym] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [mong] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [mtei] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [mymr] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [mymrshan] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [nkoo] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [olck] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [orya] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [osma] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [rohg] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [saur] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [shrd] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [sora] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [sund] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [takr] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [talu] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [tamldec] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [telu] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [thai] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [tibt] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) [vaii] => PrestaShop\PrestaShop\Core\Localization\Specification\NumberSymbolList Object ( [decimal:protected] => . [group:protected] => , [list:protected] => ; [percentSign:protected] => % [minusSign:protected] => - [plusSign:protected] => + [exponential:protected] => E [superscriptingExponent:protected] => × [perMille:protected] => ‰ [infinity:protected] => ∞ [nan:protected] => NaN ) ) [maxFractionDigits:protected] => 2 [minFractionDigits:protected] => 2 [groupingUsed:protected] => 1 [primaryGroupSize:protected] => 3 [secondaryGroupSize:protected] => 3 ) ) ) ) [tab] => [shop] => Shop Object ( [id_shop_group] => 1 [id_category] => 2 [theme_name] => javo [name] => EW Sound & Light [color] => [active] => 1 [deleted] => 0 [physical_uri] => / [virtual_uri] => [domain] => shop.ewsound.ee [domain_ssl] => shop.ewsound.ee [group:protected] => ShopGroup Object ( [name] => Default [color] => [active] => 1 [share_customer] => 0 [share_stock] => 0 [share_order] => 0 [deleted] => 0 [id] => 1 [id_lang:protected] => [lang_associated:protected] => [id_shop:protected] => [id_shop_list] => Array ( ) [get_shop_from_context:protected] => 1 [table:protected] => shop_group [identifier:protected] => id_shop_group [fieldsRequired:protected] => Array ( [0] => name ) [fieldsSize:protected] => Array ( [name] => 64 ) [fieldsValidate:protected] => Array ( [name] => isGenericName [color] => isColor [share_customer] => isBool [share_order] => isBool [share_stock] => isBool [active] => isBool [deleted] => isBool ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [webserviceParameters:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [translator:protected] => [def:protected] => Array ( [table] => shop_group [primary] => id_shop_group [fields] => Array ( [name] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 64 ) [color] => Array ( [type] => 3 [validate] => isColor ) [share_customer] => Array ( [type] => 2 [validate] => isBool ) [share_order] => Array ( [type] => 2 [validate] => isBool ) [share_stock] => Array ( [type] => 2 [validate] => isBool ) [active] => Array ( [type] => 2 [validate] => isBool ) [deleted] => Array ( [type] => 2 [validate] => isBool ) ) [classname] => ShopGroup ) [update_fields:protected] => [force_id] => ) [address] => Address Object ( [id_customer] => [id_manufacturer] => [id_supplier] => [id_warehouse] => [id_country] => 86 [id_state] => 0 [country] => [alias] => [company] => OÜ EW Sound & Light [lastname] => [firstname] => [address1] => Raua 1/Pronksi 6 [address2] => [postcode] => 10124 [city] => Tallinn [other] => [phone] => [phone_mobile] => [vat_number] => [dni] => [date_add] => [date_upd] => [deleted] => [webserviceParameters:protected] => Array ( [objectsNodeName] => addresses [fields] => Array ( [id_customer] => Array ( [xlink_resource] => customers ) [id_manufacturer] => Array ( [xlink_resource] => manufacturers ) [id_supplier] => Array ( [xlink_resource] => suppliers ) [id_warehouse] => Array ( [xlink_resource] => warehouse ) [id_country] => Array ( [xlink_resource] => countries ) [id_state] => Array ( [xlink_resource] => states ) ) ) [id] => [id_lang:protected] => [lang_associated:protected] => [id_shop:protected] => [id_shop_list] => Array ( ) [get_shop_from_context:protected] => 1 [table:protected] => address [identifier:protected] => id_address [fieldsRequired:protected] => Array ( [0] => id_country [1] => alias [2] => lastname [3] => firstname [4] => address1 [5] => city ) [fieldsSize:protected] => Array ( [alias] => 32 [company] => 255 [lastname] => 255 [firstname] => 255 [address1] => 128 [address2] => 128 [postcode] => 12 [city] => 64 [other] => 4194303 [phone] => 32 [phone_mobile] => 32 [dni] => 16 ) [fieldsValidate:protected] => Array ( [id_customer] => isNullOrUnsignedId [id_manufacturer] => isNullOrUnsignedId [id_supplier] => isNullOrUnsignedId [id_warehouse] => isNullOrUnsignedId [id_country] => isUnsignedId [id_state] => isNullOrUnsignedId [alias] => isGenericName [company] => isGenericName [lastname] => isName [firstname] => isName [vat_number] => isGenericName [address1] => isAddress [address2] => isAddress [postcode] => isPostCode [city] => isCityName [other] => isMessage [phone] => isPhoneNumber [phone_mobile] => isPhoneNumber [dni] => isDniLite [deleted] => isBool [date_add] => isDate [date_upd] => isDate ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [translator:protected] => [def:protected] => Array ( [table] => address [primary] => id_address [fields] => Array ( [id_customer] => Array ( [type] => 1 [validate] => isNullOrUnsignedId [copy_post] => ) [id_manufacturer] => Array ( [type] => 1 [validate] => isNullOrUnsignedId [copy_post] => ) [id_supplier] => Array ( [type] => 1 [validate] => isNullOrUnsignedId [copy_post] => ) [id_warehouse] => Array ( [type] => 1 [validate] => isNullOrUnsignedId [copy_post] => ) [id_country] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [id_state] => Array ( [type] => 1 [validate] => isNullOrUnsignedId ) [alias] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 32 ) [company] => Array ( [type] => 3 [validate] => isGenericName [size] => 255 ) [lastname] => Array ( [type] => 3 [validate] => isName [required] => 1 [size] => 255 ) [firstname] => Array ( [type] => 3 [validate] => isName [required] => 1 [size] => 255 ) [vat_number] => Array ( [type] => 3 [validate] => isGenericName ) [address1] => Array ( [type] => 3 [validate] => isAddress [required] => 1 [size] => 128 ) [address2] => Array ( [type] => 3 [validate] => isAddress [size] => 128 ) [postcode] => Array ( [type] => 3 [validate] => isPostCode [size] => 12 ) [city] => Array ( [type] => 3 [validate] => isCityName [required] => 1 [size] => 64 ) [other] => Array ( [type] => 3 [validate] => isMessage [size] => 4194303 ) [phone] => Array ( [type] => 3 [validate] => isPhoneNumber [size] => 32 ) [phone_mobile] => Array ( [type] => 3 [validate] => isPhoneNumber [size] => 32 ) [dni] => Array ( [type] => 3 [validate] => isDniLite [size] => 16 ) [deleted] => Array ( [type] => 2 [validate] => isBool [copy_post] => ) [date_add] => Array ( [type] => 5 [validate] => isDate [copy_post] => ) [date_upd] => Array ( [type] => 5 [validate] => isDate [copy_post] => ) ) [classname] => Address ) [update_fields:protected] => [force_id] => ) [webserviceParameters:protected] => Array ( [fields] => Array ( [id_shop_group] => Array ( [xlink_resource] => shop_groups ) [id_category] => Array ( ) ) ) [theme] => PrestaShop\PrestaShop\Core\Addon\Theme\Theme Object ( [attributes:PrestaShop\PrestaShop\Core\Addon\Theme\Theme:private] => PrestaShop\PrestaShop\Core\Util\ArrayFinder Object ( [array:PrestaShop\PrestaShop\Core\Util\ArrayFinder:private] => Array ( [name] => javo [display_name] => javo [version] => 1.7.4.3 [author] => Array ( [name] => Presta Theme Maker [email] => [email protected] [url] => https://prestabuilder.com/ ) [meta] => Array ( [compatibility] => Array ( [from] => 1.7.4.3 [to] => ) [available_layouts] => Array ( [layout-full-width] => Array ( [name] => Full Width [description] => No side columns, ideal for distraction-free pages such as product pages. ) [layout-both-columns] => Array ( [name] => Three Columns [description] => One large central column and 2 side columns. ) [layout-left-column] => Array ( [name] => Two Columns, small left column [description] => Two columns with a small left column ) [layout-right-column] => Array ( [name] => Two Columns, small right column [description] => Two columns with a small right column ) ) ) [assets] => Array ( [css] => Array ( [all] => Array ( [0] => Array ( [id] => hover [path] => assets/css/hover.min.css [media] => all [priority] => 200 ) [1] => Array ( [id] => animate [path] => assets/css/animate.css [media] => all [priority] => 201 ) ) ) [js] => Array ( [all] => Array ( [0] => Array ( [id] => wow [path] => assets/js/wow.js ) ) ) ) [dependencies] => Array ( [modules] => Array ( [0] => ptm_manufacturers [1] => pb_multibanner [2] => ptm_aboutus [3] => ptm_multiblocks [4] => ptm_dropdowncart [5] => pb_scrolltotop [6] => ptm_cookielaw [7] => ptm_addtocartbutton [8] => ptm_paypal [9] => ptm_germanshippinginfo [10] => ptm_controlcenter ) ) [global_settings] => Array ( [configuration] => Array ( [PS_IMAGE_QUALITY] => png ) [modules] => Array ( [to_enable] => Array ( [0] => welcome [1] => ps_imageslider [2] => ptm_manufacturers [3] => ps_featuredproducts [4] => pb_multibanner [5] => ps_categoryproducts [6] => ps_linklist [7] => ps_customeraccountlinks [8] => ps_contactinfo [9] => ptm_aboutus [10] => ptm_dropdowncart [11] => pb_scrolltotop [12] => ptm_cookielaw [13] => ptm_addtocartbutton [14] => ptm_controlcenter ) ) [hooks] => Array ( [custom_hooks] => Array ( [0] => Array ( [name] => display_minumoodul [title] => display_minumoodul [description] => Adds Block before the footer block ) ) [modules_to_hook] => Array ( [displayNav1] => Array ( [0] => ps_contactinfo ) [displayNav2] => Array ( [0] => ps_languageselector [1] => ps_currencyselector [2] => ps_customersignin [3] => ptm_dropdowncart ) [displayTop] => Array ( [0] => ps_searchbar [1] => ps_mainmenu [2] => ptm_multiblocks ) [displayHome] => Array ( [0] => ps_imageslider [1] => ptm_manufacturers [2] => ps_featuredproducts [3] => pb_multibanner ) [displayFooterBefore] => Array ( [0] => ps_emailsubscription [1] => ps_socialfollow ) [displayAfterBodyOpeningTag] => Array ( [0] => pb_scrolltotop [1] => ptm_cookielaw ) [displayBeforeBodyClosingTag] => Array ( [0] => ptm_manufacturers [1] => pb_scrolltotop [2] => ptm_cookielaw ) [displayFooter] => Array ( [0] => ps_linklist [1] => ps_customeraccountlinks [2] => ps_contactinfo [3] => ptm_aboutus ) [displayLeftColumn] => Array ( [0] => ps_categorytree [1] => ps_facetedsearch ) [displaySearch] => Array ( [0] => ps_searchbar ) [displayProductButtons] => Array ( [0] => ps_sharebuttons ) [displayReassurance] => Array ( [0] => blockreassurance ) [displayOrderConfirmation2] => Array ( [0] => ps_featuredproducts ) [displayCrossSellingShoppingCart] => Array ( [0] => ps_featuredproducts ) [displayFooterProduct] => Array ( [0] => ps_categoryproducts ) [displayBackOfficeHeader] => Array ( [0] => welcome [1] => ptm_manufacturers [2] => pb_multibanner [3] => ptm_aboutus [4] => ptm_multiblocks [5] => pb_scrolltotop [6] => ptm_cookielaw [7] => ptm_controlcenter ) [displayBackOfficeFooter] => Array ( [0] => ptm_controlcenter ) [displayProductPriceBlock] => Array ( [0] => ptm_addtocartbutton ) [header] => Array ( [0] => ps_searchbar [1] => ptm_dropdowncart [2] => ptm_controlcenter ) [displayHeader] => Array ( [0] => ptm_manufacturers [1] => pb_multibanner [2] => ptm_aboutus [3] => pb_scrolltotop [4] => ptm_cookielaw [5] => ptm_addtocartbutton ) ) ) [image_types] => Array ( [cart_default] => Array ( [width] => 125 [height] => 125 [scope] => Array ( [0] => products ) ) [small_default] => Array ( [width] => 98 [height] => 98 [scope] => Array ( [0] => products [1] => categories [2] => manufacturers [3] => suppliers ) ) [medium_default] => Array ( [width] => 452 [height] => 452 [scope] => Array ( [0] => products [1] => manufacturers [2] => suppliers ) ) [home_default] => Array ( [width] => 250 [height] => 250 [scope] => Array ( [0] => products ) ) [large_default] => Array ( [width] => 800 [height] => 800 [scope] => Array ( [0] => products [1] => manufacturers [2] => suppliers ) ) [category_default] => Array ( [width] => 900 [height] => 600 [scope] => Array ( [0] => categories ) ) [stores_default] => Array ( [width] => 170 [height] => 115 [scope] => Array ( [0] => stores ) ) ) ) [theme_settings] => Array ( [default_layout] => layout-full-width [layouts] => Array ( [index] => layout-full-width [cms] => layout-full-width [product] => layout-full-width [category] => layout-left-column [best-sales] => layout-left-column [new-products] => layout-left-column [prices-drop] => layout-left-column [contact] => layout-left-column ) ) [directory] => /data05/virt2670/domeenid/www.ewsound.ee/shop/themes/javo/ [preview] => themes/javo/preview.png ) [propertyAccessor:PrestaShop\PrestaShop\Core\Util\ArrayFinder:private] => Symfony\Component\PropertyAccess\PropertyAccessor Object ( [magicCall:Symfony\Component\PropertyAccess\PropertyAccessor:private] => [ignoreInvalidIndices:Symfony\Component\PropertyAccess\PropertyAccessor:private] => 1 [ignoreInvalidProperty:Symfony\Component\PropertyAccess\PropertyAccessor:private] => [cacheItemPool:Symfony\Component\PropertyAccess\PropertyAccessor:private] => [propertyPathCache:Symfony\Component\PropertyAccess\PropertyAccessor:private] => Array ( [[name]] => Symfony\Component\PropertyAccess\PropertyPath Object ( [elements:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => name ) [length:Symfony\Component\PropertyAccess\PropertyPath:private] => 1 [isIndex:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => 1 ) [pathAsString:Symfony\Component\PropertyAccess\PropertyPath:private] => [name] ) [[parent]] => Symfony\Component\PropertyAccess\PropertyPath Object ( [elements:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => parent ) [length:Symfony\Component\PropertyAccess\PropertyPath:private] => 1 [isIndex:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => 1 ) [pathAsString:Symfony\Component\PropertyAccess\PropertyPath:private] => [parent] ) [[theme_settings][core_scripts]] => Symfony\Component\PropertyAccess\PropertyPath Object ( [elements:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => theme_settings [1] => core_scripts ) [length:Symfony\Component\PropertyAccess\PropertyPath:private] => 2 [isIndex:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => 1 [1] => 1 ) [pathAsString:Symfony\Component\PropertyAccess\PropertyPath:private] => [theme_settings][core_scripts] ) [[assets][css][all]] => Symfony\Component\PropertyAccess\PropertyPath Object ( [elements:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => assets [1] => css [2] => all ) [length:Symfony\Component\PropertyAccess\PropertyPath:private] => 3 [isIndex:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => 1 [1] => 1 [2] => 1 ) [pathAsString:Symfony\Component\PropertyAccess\PropertyPath:private] => [assets][css][all] ) [[assets][css][manufacturer]] => Symfony\Component\PropertyAccess\PropertyPath Object ( [elements:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => assets [1] => css [2] => manufacturer ) [length:Symfony\Component\PropertyAccess\PropertyPath:private] => 3 [isIndex:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => 1 [1] => 1 [2] => 1 ) [pathAsString:Symfony\Component\PropertyAccess\PropertyPath:private] => [assets][css][manufacturer] ) [[assets][js][all]] => Symfony\Component\PropertyAccess\PropertyPath Object ( [elements:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => assets [1] => js [2] => all ) [length:Symfony\Component\PropertyAccess\PropertyPath:private] => 3 [isIndex:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => 1 [1] => 1 [2] => 1 ) [pathAsString:Symfony\Component\PropertyAccess\PropertyPath:private] => [assets][js][all] ) [[assets][js][manufacturer]] => Symfony\Component\PropertyAccess\PropertyPath Object ( [elements:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => assets [1] => js [2] => manufacturer ) [length:Symfony\Component\PropertyAccess\PropertyPath:private] => 3 [isIndex:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => 1 [1] => 1 [2] => 1 ) [pathAsString:Symfony\Component\PropertyAccess\PropertyPath:private] => [assets][js][manufacturer] ) [[theme_settings][default_layout]] => Symfony\Component\PropertyAccess\PropertyPath Object ( [elements:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => theme_settings [1] => default_layout ) [length:Symfony\Component\PropertyAccess\PropertyPath:private] => 2 [isIndex:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => 1 [1] => 1 ) [pathAsString:Symfony\Component\PropertyAccess\PropertyPath:private] => [theme_settings][default_layout] ) [[theme_settings]] => Symfony\Component\PropertyAccess\PropertyPath Object ( [elements:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => theme_settings ) [length:Symfony\Component\PropertyAccess\PropertyPath:private] => 1 [isIndex:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => 1 ) [pathAsString:Symfony\Component\PropertyAccess\PropertyPath:private] => [theme_settings] ) [[assets]] => Symfony\Component\PropertyAccess\PropertyPath Object ( [elements:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => assets ) [length:Symfony\Component\PropertyAccess\PropertyPath:private] => 1 [isIndex:Symfony\Component\PropertyAccess\PropertyPath:private] => Array ( [0] => 1 ) [pathAsString:Symfony\Component\PropertyAccess\PropertyPath:private] => [assets] ) ) [readPropertyCache:Symfony\Component\PropertyAccess\PropertyAccessor:private] => Array ( ) [writePropertyCache:Symfony\Component\PropertyAccess\PropertyAccessor:private] => Array ( ) ) ) ) [id] => 1 [id_lang:protected] => [lang_associated:protected] => [id_shop:protected] => [id_shop_list] => Array ( ) [get_shop_from_context:protected] => 1 [table:protected] => shop [identifier:protected] => id_shop [fieldsRequired:protected] => Array ( [0] => name [1] => id_category [2] => id_shop_group ) [fieldsSize:protected] => Array ( [name] => 64 ) [fieldsValidate:protected] => Array ( [active] => isBool [deleted] => isBool [name] => isGenericName [color] => isColor [theme_name] => isThemeName ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [translator:protected] => [def:protected] => Array ( [table] => shop [primary] => id_shop [fields] => Array ( [active] => Array ( [type] => 2 [validate] => isBool ) [deleted] => Array ( [type] => 2 [validate] => isBool ) [name] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 64 ) [color] => Array ( [type] => 3 [validate] => isColor ) [id_category] => Array ( [type] => 1 [required] => 1 ) [theme_name] => Array ( [type] => 3 [validate] => isThemeName ) [id_shop_group] => Array ( [type] => 1 [required] => 1 ) ) [classname] => Shop ) [update_fields:protected] => [force_id] => ) [tmpOldShop] => [smarty] => SmartyCustom Object ( [auto_literal] => 1 [error_unassigned] => [use_include_path] => [_templateDirNormalized] => 1 [_joined_template_dir] => /data05/virt2670/domeenid/www.ewsound.ee/shop/themes/javo/templates/ [_configDirNormalized] => [_joined_config_dir] => [default_template_handler_func] => [default_config_handler_func] => [default_plugin_handler_func] => [_compileDirNormalized] => 1 [_pluginsDirNormalized] => [_cacheDirNormalized] => 1 [force_compile] => 1 [use_sub_dirs] => 1 [allow_ambiguous_resources] => [merge_compiled_includes] => [extends_recursion] => 1 [force_cache] => [left_delimiter] => { [right_delimiter] => } [literals] => Array ( ) [security_class] => Smarty_Security [security_policy] => [allow_php_templates] => [debugging] => [debugging_ctrl] => NONE [smarty_debug_id] => SMARTY_DEBUG [debug_tpl] => /data05/virt2670/domeenid/www.ewsound.ee/shop/themes/debug.tpl [error_reporting] => [config_overwrite] => 1 [config_booleanize] => 1 [config_read_hidden] => [compile_locking] => 1 [cache_locking] => [locking_timeout] => 10 [default_resource_type] => file [caching_type] => file [default_config_type] => file [cache_modified_check] => [registered_plugins] => Array ( [function] => Array ( [widget] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => smartyWidget ) [1] => 1 [2] => Array ( ) ) [render] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => smartyRender ) [1] => 1 [2] => Array ( ) ) [form_field] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => smartyFormField ) [1] => 1 [2] => Array ( ) ) [dateFormat] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => dateFormat ) [1] => 1 [2] => Array ( ) ) [hook] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => smartyHook ) [1] => 1 [2] => Array ( ) ) [l] => Array ( [0] => smartyTranslate [1] => 1 [2] => Array ( ) ) [url] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => getUrlSmarty ) [1] => 1 [2] => Array ( ) ) ) [block] => Array ( [widget_block] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => smartyWidgetBlock ) [1] => 1 [2] => Array ( ) ) ) [modifier] => Array ( [boolval] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => boolval ) [1] => 1 [2] => Array ( ) ) [classname] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => smartyClassname ) [1] => 1 [2] => Array ( ) ) [classnames] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => smartyClassnames ) [1] => 1 [2] => Array ( ) ) [cleanHtml] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => smartyCleanHtml ) [1] => 1 [2] => Array ( ) ) [end] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => smarty_endWithoutReference ) [1] => 1 [2] => Array ( ) ) [escape] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => smartyEscape ) [1] => 1 [2] => Array ( ) ) [truncate] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => smarty_modifier_truncate ) [1] => 1 [2] => Array ( ) ) [addcslashes] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => addcslashes ) [1] => 1 [2] => Array ( ) ) [addslashes] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => addslashes ) [1] => 1 [2] => Array ( ) ) [array_slice] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => array_slice ) [1] => 1 [2] => Array ( ) ) [date] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => date ) [1] => 1 [2] => Array ( ) ) [explode] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => explode ) [1] => 1 [2] => Array ( ) ) [floatval] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => floatval ) [1] => 1 [2] => Array ( ) ) [htmlentities] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => htmlentities ) [1] => 1 [2] => Array ( ) ) [htmlspecialchars] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => htmlspecialchars ) [1] => 1 [2] => Array ( ) ) [implode] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => implode ) [1] => 1 [2] => Array ( ) ) [in_array] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => in_array ) [1] => 1 [2] => Array ( ) ) [intval] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => intval ) [1] => 1 [2] => Array ( ) ) [json_decode] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => json_decode ) [1] => 1 [2] => Array ( ) ) [json_encode] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => json_encode ) [1] => 1 [2] => Array ( ) ) [lcfirst] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => lcfirst ) [1] => 1 [2] => Array ( ) ) [md5] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => md5 ) [1] => 1 [2] => Array ( ) ) [mt_rand] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => mt_rand ) [1] => 1 [2] => Array ( ) ) [nl2br] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => nl2br ) [1] => 1 [2] => Array ( ) ) [print_r] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => print_r ) [1] => 1 [2] => Array ( ) ) [rand] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => rand ) [1] => 1 [2] => Array ( ) ) [sizeof] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => sizeof ) [1] => 1 [2] => Array ( ) ) [str_replace] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => str_replace ) [1] => 1 [2] => Array ( ) ) [stripslashes] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => stripslashes ) [1] => 1 [2] => Array ( ) ) [strpos] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => strpos ) [1] => 1 [2] => Array ( ) ) [strstr] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => strstr ) [1] => 1 [2] => Array ( ) ) [strtolower] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => strtolower ) [1] => 1 [2] => Array ( ) ) [strval] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => strval ) [1] => 1 [2] => Array ( ) ) [substr] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => substr ) [1] => 1 [2] => Array ( ) ) [trim] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => trim ) [1] => 1 [2] => Array ( ) ) [ucfirst] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => ucfirst ) [1] => 1 [2] => Array ( ) ) [urlencode] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => urlencode ) [1] => 1 [2] => Array ( ) ) [var_dump] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => var_dump ) [1] => 1 [2] => Array ( ) ) ) ) [registered_objects] => Array ( ) [registered_classes] => Array ( ) [registered_filters] => Array ( ) [registered_resources] => Array ( [module] => SmartyResourceModule Object ( [paths] => Array ( [theme] => /data05/virt2670/domeenid/www.ewsound.ee/shop/themes/javo/modules/ [modules] => /data05/virt2670/domeenid/www.ewsound.ee/shop/modules/ ) [isAdmin] => [uncompiled] => [recompiled] => [hasCompiledHandler] => ) [parent] => SmartyResourceParent Object ( [paths] => Array ( ) [uncompiled] => [recompiled] => [hasCompiledHandler] => ) ) [registered_cache_resources] => Array ( ) [autoload_filters] => Array ( ) [default_modifiers] => Array ( ) [escape_html] => 1 [start_time] => 1742483598.9748 [_current_file] => [_parserdebug] => [_objType] => 1 [_debug] => [template_dir:protected] => Array ( [0] => /data05/virt2670/domeenid/www.ewsound.ee/shop/themes/javo/templates/ ) [_processedTemplateDir:protected] => Array ( [0] => 1 ) [config_dir:protected] => Array ( ) [_processedConfigDir:protected] => Array ( ) [compile_dir:protected] => /data05/virt2670/domeenid/www.ewsound.ee/shop/var/cache/dev/smarty/compile/ [plugins_dir:protected] => Array ( [0] => /data05/virt2670/domeenid/www.ewsound.ee/shop/vendor/smarty/smarty/libs/plugins/ [1] => /data05/virt2670/domeenid/www.ewsound.ee/shop/themes/javo/plugins ) [cache_dir:protected] => /data05/virt2670/domeenid/www.ewsound.ee/shop/var/cache/dev/smarty/cache/ [obsoleteProperties:protected] => Array ( [0] => resource_caching [1] => template_resource_caching [2] => direct_access_security [3] => _dir_perms [4] => _file_perms [5] => plugin_search_order [6] => inheritance_merge_compiled_includes [7] => resource_cache_mode ) [accessMap:protected] => Array ( [template_dir] => TemplateDir [config_dir] => ConfigDir [plugins_dir] => PluginsDir [compile_dir] => CompileDir [cache_dir] => CacheDir ) [isMutingUndefinedOrNullWarnings:Smarty:private] => [cache_id] => [compile_id] => [caching] => 0 [compile_check] => 1 [cache_lifetime] => 3600 [tplFunctions] => Array ( ) [_cache] => Array ( ) [template_class] => SmartyCustomTemplate [tpl_vars] => Array ( [request_uri] => Smarty_Variable Object ( [value] => /en/10_dbx [nocache] => ) [cart] => Smarty_Variable Object ( [value] => PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray Object ( [shouldSeparateGifts:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [cartPresenter:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartPresenter Object ( [link:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartPresenter:private] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// [ssl_enable:protected] => 1 [urlShopId:protected] => ) [imageRetriever:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartPresenter:private] => PrestaShop\PrestaShop\Adapter\Image\ImageRetriever Object ( [link:PrestaShop\PrestaShop\Adapter\Image\ImageRetriever:private] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// [ssl_enable:protected] => 1 [urlShopId:protected] => ) [isMultipleImageFormatFeatureActive:PrestaShop\PrestaShop\Adapter\Image\ImageRetriever:private] => ) [settings:protected] => [taxConfiguration:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartPresenter:private] => TaxConfiguration Object ( [taxCalculationMethod:TaxConfigurationCore:private] => Array ( ) ) [productAssembler:protected] => ) [cart:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => Cart Object ( [id] => [id_shop_group] => [id_shop] => [id_address_delivery] => [id_address_invoice] => [id_currency] => [id_customer] => [id_guest] => [id_lang] => [recyclable] => [gift] => [gift_message] => [mobile_theme] => [date_add] => [secure_key] => [id_carrier] => 0 [date_upd] => [checkedTos] => [pictures] => [textFields] => [delivery_option] => [allow_seperated_package] => [_products:protected] => [_taxCalculationMethod:protected] => 0 [webserviceParameters:protected] => Array ( [fields] => Array ( [id_address_delivery] => Array ( [xlink_resource] => addresses ) [id_address_invoice] => Array ( [xlink_resource] => addresses ) [id_currency] => Array ( [xlink_resource] => currencies ) [id_customer] => Array ( [xlink_resource] => customers ) [id_guest] => Array ( [xlink_resource] => guests ) [id_lang] => Array ( [xlink_resource] => languages ) ) [associations] => Array ( [cart_rows] => Array ( [resource] => cart_row [virtual_entity] => 1 [fields] => Array ( [id_product] => Array ( [required] => 1 [xlink_resource] => products ) [id_product_attribute] => Array ( [required] => 1 [xlink_resource] => combinations ) [id_address_delivery] => Array ( [required] => 1 [xlink_resource] => addresses ) [id_customization] => Array ( [required] => [xlink_resource] => customizations ) [quantity] => Array ( [required] => 1 ) ) ) ) ) [configuration:protected] => PrestaShop\PrestaShop\Adapter\Configuration Object ( [shop:PrestaShop\PrestaShop\Adapter\Configuration:private] => [parameters:protected] => ) [addressFactory:protected] => PrestaShop\PrestaShop\Adapter\AddressFactory Object ( ) [shouldSplitGiftProductsQuantity:protected] => [shouldExcludeGiftsDiscount:protected] => [lang_associated:protected] => [id_shop_list] => Array ( ) [get_shop_from_context:protected] => 1 [table:protected] => cart [identifier:protected] => id_cart [fieldsRequired:protected] => Array ( [0] => id_currency [1] => id_lang ) [fieldsSize:protected] => Array ( [gift_message] => 4194303 [delivery_option] => 4194303 [secure_key] => 32 ) [fieldsValidate:protected] => Array ( [id_shop_group] => isUnsignedId [id_shop] => isUnsignedId [id_address_delivery] => isUnsignedId [id_address_invoice] => isUnsignedId [id_carrier] => isUnsignedId [id_currency] => isUnsignedId [id_customer] => isUnsignedId [id_guest] => isUnsignedId [id_lang] => isUnsignedId [recyclable] => isBool [gift] => isBool [gift_message] => isCleanHtml [mobile_theme] => isBool [allow_seperated_package] => isBool [date_add] => isDate [date_upd] => isDate ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [translator:protected] => [def:protected] => Array ( [table] => cart [primary] => id_cart [fields] => Array ( [id_shop_group] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_delivery] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_invoice] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_carrier] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_currency] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [id_customer] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_guest] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_lang] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [recyclable] => Array ( [type] => 2 [validate] => isBool ) [gift] => Array ( [type] => 2 [validate] => isBool ) [gift_message] => Array ( [type] => 3 [validate] => isCleanHtml [size] => 4194303 ) [mobile_theme] => Array ( [type] => 2 [validate] => isBool ) [delivery_option] => Array ( [type] => 3 [size] => 4194303 ) [secure_key] => Array ( [type] => 3 [size] => 32 ) [allow_seperated_package] => Array ( [type] => 2 [validate] => isBool ) [date_add] => Array ( [type] => 5 [validate] => isDate ) [date_upd] => Array ( [type] => 5 [validate] => isDate ) ) [classname] => Cart ) [update_fields:protected] => [force_id] => ) [translator:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => PrestaShopBundle\Translation\TranslatorComponent Object ( [catalogues:protected] => Array ( [en-US] => Symfony\Component\Translation\MessageCatalogue Object ( [messages:Symfony\Component\Translation\MessageCatalogue:private] => Array ( [ModulesStatsbestcustomersAdmin] => Array ( [Empty recordset returned] => Empty recordset returned [Valid orders] => Valid orders [Money spent] => Money spent [Best customers] => Best customers [Enrich your stats, add a list of the best customers to the dashboard.] => Enrich your stats, add a list of the best customers to the dashboard. [Develop clients' loyalty] => Develop clients' loyalty [Keeping a client can be more profitable than gaining a new one. That is one of the many reasons it is necessary to cultivate customer loyalty.] => Keeping a client can be more profitable than gaining a new one. That is one of the many reasons it is necessary to cultivate customer loyalty. [Word of mouth is also a means for getting new, satisfied clients. A dissatisfied customer can hurt your e-reputation and obstruct future sales goals.] => Word of mouth is also a means for getting new, satisfied clients. A dissatisfied customer can hurt your e-reputation and obstruct future sales goals. [In order to achieve this goal, you can organize:] => In order to achieve this goal, you can organize: [Punctual operations: commercial rewards (personalized special offers, product or service offered), non commercial rewards (priority handling of an order or a product), pecuniary rewards (bonds, discount coupons, payback).] => Punctual operations: commercial rewards (personalized special offers, product or service offered), non commercial rewards (priority handling of an order or a product), pecuniary rewards (bonds, discount coupons, payback). [Sustainable operations: loyalty points or cards, which not only justify communication between merchant and client, but also offer advantages to clients (private offers, discounts).] => Sustainable operations: loyalty points or cards, which not only justify communication between merchant and client, but also offer advantages to clients (private offers, discounts). [These operations encourage clients to buy products and visit your online store more regularly.] => These operations encourage clients to buy products and visit your online store more regularly. ) [ModulesCheckpaymentAdmin] => Array ( [Payments by check] => Prepayment order [Are you sure you want to delete these details?] => Are you sure you want to delete these details? [The "Payee" and "Address" fields must be configured before using this module.] => To use this module you must enter payee and address. [No currency has been set for this module.] => No currency has been set for this module. [The "Payee" field is required.] => The payee field is required. [The "Address" field is required.] => The "Address" field is required. [Pay by Check] => Pay by Check [Contact details] => Contact details [Payee (name)] => Payee [Address] => Address [Address where the check should be sent to.] => Address where the check should be sent to. [%amount% (tax incl.)] => %amount% (tax incl.) [Display contact details blocks to make it easy for customers to pay by check on your store.] => Display contact details blocks to make it easy for customers to pay by check on your store. [(tax incl.)] => (tax incl.) [This module allows you to accept payments by check.] => This module allows you to accept payments by check. [If the client chooses this payment method, the order status will change to 'Waiting for payment'.] => If the client chooses this payment method, the order status will change to 'Waiting for payment'. [You will need to manually confirm the order as soon as you receive a check.] => You will need to manually confirm the order as soon as you receive a check. ) [ModulesFacetedsearchShop] => Array ( [Not available] => Preorder [Price] => Price [Weight] => Weight [New] => New [Used] => Used [Refurbished] => Refurbished [Condition] => Condition [Available] => Available [In stock] => In stock [Availability] => Availability [Brand] => Brand [Categories] => Categories [New product] => New product [On sale] => On sale [Best sellers] => Best sellers [Relevance] => Relevance ) [ShopTheme] => Array ( [404] => 404 ) [ModulesDashgoalsAdmin] => Array ( [Dashboard Goals] => Dashboard Goals [Adds a block with your store's forecast.] => Adds a block with your store's forecast. [January] => January [February] => February [March] => March [April] => April [May] => May [June] => June [July] => July [August] => August [September] => September [October] => October [November] => November [December] => December [Average cart value] => Average cart value [Goal exceeded] => Goal exceeded [Goal not reached] => Goal not reached [Goal set:] => Goal set: [Enrich your stats: add a block with your store’s forecast to always be one step ahead!] => Enrich your stats: add a block with your store’s forecast to always be one step ahead! [Conversion Rate] => Conversion Rate [Traffic] => Traffic [Average Cart Value] => Average Cart Value [Conversion] => Conversion [Forecast] => Forecast ) [AdminShippingHelp] => Array ( [Format:] => Format: [Filesize:] => Filesize: [MB max.] => MB max. [Current size:] => Current size: [undefined] => undefined [Your online store needs to have a proper carrier registered in PrestaShop as soon as you start shipping your products. This means sending yours parcels using your local postal service, or having a contract with a private carrier which in turn will ship your parcels to your customers. In order to have PrestaShop suggest the most adequate carrier to your customers during their order checkout process, you need to register all the carriers with which you have chosen to work.] => Your online store needs to have a proper carrier registered in PrestaShop as soon as you start shipping your products. This means sending yours parcels using your local postal service, or having a contract with a private carrier which in turn will ship your parcels to your customers. In order to have PrestaShop suggest the most adequate carrier to your customers during their order checkout process, you need to register all the carriers with which you have chosen to work. [PrestaShop comes with a number of carrier modules that you can activate. You can also buy carrier modules on the PrestaShop Addons marketplace. Recommended modules are listed below: install the module that matches your carrier, and configure it!] => PrestaShop comes with a number of carrier modules that you can activate. You can also buy carrier modules on the PrestaShop Addons marketplace. Recommended modules are listed below: install the module that matches your carrier, and configure it! [Note: DO NOT register a new carrier if there already exists a module for it! Using a module will be much faster and more accurate!] => Note: DO NOT register a new carrier if there already exists a module for it! Using a module will be much faster and more accurate! [The carrier's name will be displayed during checkout.] => The carrier's name will be displayed during checkout. [The delivery time will be displayed during checkout.] => The delivery time will be displayed during checkout. [Delivery tracking URL: Type '@' where the tracking number should appear. It will be automatically replaced by the tracking number.] => Delivery tracking URL: Type '@' where the tracking number should appear. It will be automatically replaced by the tracking number. [For example: 'http://example.com/track.php?num=@' with '@' where the tracking number should appear.] => For example: 'http://example.com/track.php?num=@' with '@' where the tracking number should appear. [Include the handling costs (as set in Shipping > Preferences) in the final carrier price.] => Include the handling costs (as set in Shipping > Preferences) in the final carrier price. [Out-of-range behavior occurs when no defined range matches the customer's cart (e.g. when the weight of the cart is greater than the highest weight limit defined by the weight ranges).] => Out-of-range behavior occurs when no defined range matches the customer's cart (e.g. when the weight of the cart is greater than the highest weight limit defined by the weight ranges). [Maximum width managed by this carrier. Set the value to "0", or leave this field blank to ignore.] => Maximum width managed by this carrier. Set the value to "0", or leave this field blank to ignore. [The value must be an integer.] => The value must be an integer. [Maximum height managed by this carrier. Set the value to "0", or leave this field blank to ignore.] => Maximum height managed by this carrier. Set the value to "0", or leave this field blank to ignore. [Maximum depth managed by this carrier. Set the value to "0", or leave this field blank to ignore.] => Maximum depth managed by this carrier. Set the value to "0", or leave this field blank to ignore. [Maximum weight managed by this carrier. Set the value to "0", or leave this field blank to ignore.] => Maximum weight managed by this carrier. Set the value to "0", or leave this field blank to ignore. [Allowed characters: letters, spaces and "%special_chars%".] => Allowed characters: letters, spaces and "%special_chars%". [For in-store pickup, enter 0 to replace the carrier name with your shop name.] => For in-store pickup, enter 0 to replace the carrier name with your shop name. [Enter "0" for a longest shipping delay, or "9" for the shortest shipping delay.] => Enter "0" for a longest shipping delay, or "9" for the shortest shipping delay. [Mark the groups that are allowed access to this carrier.] => Mark the groups that are allowed access to this carrier. [Enable the carrier in the front office.] => Enable the carrier in the front office. [Carrier name displayed during checkout] => Carrier name displayed during checkout [Upload a logo from your computer.] => Upload a logo from your computer. [or] => or [Estimated delivery time will be displayed during checkout.] => Estimated delivery time will be displayed during checkout. [Delivery tracking URL: Type '@' where the tracking number should appear. It will then be automatically replaced by the tracking number.] => Delivery tracking URL: Type '@' where the tracking number should appear. It will then be automatically replaced by the tracking number. [The zones in which this carrier will be used.] => The zones in which this carrier will be used. [Group access] => Group access [Apply both regular shipping cost and product-specific shipping costs.] => Apply both regular shipping cost and product-specific shipping costs. [Include the shipping and handling costs in the carrier price.] => Include the shipping and handling costs in the carrier price. [Apply the cost of the highest defined range] => Apply the cost of the highest defined range [Out-of-range behavior occurs when none is defined (e.g. when a customer's cart weight is greater than the highest range limit).] => Out-of-range behavior occurs when none is defined (e.g. when a customer's cart weight is greater than the highest range limit). [Maximum height managed by this carrier. Set the value to "0," or leave this field blank to ignore.] => Maximum height managed by this carrier. Set the value to "0," or leave this field blank to ignore. [Maximum width managed by this carrier. Set the value to "0," or leave this field blank to ignore.] => Maximum width managed by this carrier. Set the value to "0," or leave this field blank to ignore. [Maximum depth managed by this carrier. Set the value to "0," or leave this field blank to ignore.] => Maximum depth managed by this carrier. Set the value to "0," or leave this field blank to ignore. [Maximum weight managed by this carrier. Set the value to "0," or leave this field blank to ignore.] => Maximum weight managed by this carrier. Set the value to "0," or leave this field blank to ignore. [Your shop's default carrier.] => Your shop's default carrier. [This will only be visible in the front office.] => This will only be visible in the front office. [You need to register all the carriers with which you have chosen to work. PrestaShop comes with a selection of carrier modules you can install right below the page or buy on [1]Addons marketplace[/1].] => You need to register all the carriers with which you have chosen to work. PrestaShop comes with a selection of carrier modules you can install right below the page or buy on [1]Addons marketplace[/1]. [If there is no existing module for your carrier, you can register it manually by clicking on "[1]" but before, please make sure you did not register a new carrier if a module already exists for it!] => If there is no existing module for your carrier, you can register it manually by clicking on "[1]" but before, please make sure you did not register a new carrier if a module already exists for it. [If you set these parameters to 0, they will be disabled.] => If you set these parameters to 0, they will be disabled. [Coupons are not taken into account when calculating free shipping.] => Coupons are not taken into account when calculating free shipping. ) [AdminStatsHelp] => Array ( [%value% of your products for sale are out of stock.] => %value% of your products for sale are out of stock. [Gross margin expressed in percentage assesses how cost-effectively you sell your goods. Out of $100, you will retain $%value% to cover profit and expenses.] => Gross margin expressed in percentage assesses how cost-effectively you sell your goods. Out of $100, you will retain $%value% to cover profit and expenses. [%value% of your products are disabled and not visible to your customers] => %value% of your products are disabled and not visible to your customers [Within your catalog, %value% of your products have had sales in the last 30 days] => Within your catalog, %value% of your products have had sales in the last 30 days ) [ModulesGraphnvd3Admin] => Array ( [NVD3 Charts] => NVD3 Charts [Enable the NVD3 charting code for your own uses, providing you with ever so useful graphs.] => Enable the NVD3 charting code for your own uses, providing you with ever so useful graphs. ) [ModulesEmailalertsAdmin] => Array ( [Mail alerts] => Mail alerts [Make your everyday life easier, handle mail alerts about stock and orders, addressed to you as well as your customers.] => Make your everyday life easier, handle mail alerts about stock and orders, addressed to you as well as your customers. [Cannot update settings] => Cannot update settings [Please type one (or more) email address] => Please type one (or more) email address [Invalid email:] => Invalid email: [Settings updated successfully] => Settings updated successfully [No message] => No message [image(s)] => image(s) [Voucher code:] => Voucher code: [Customer notifications] => Customer notifications [Product availability] => Product availability [Give the customer the option of receiving a notification when an out of stock product is available again.] => Give the customer the option of receiving a notification when an out of stock product is available again. [Order edit] => Order edit [Send a notification to the customer when an order is edited.] => Send a notification to the customer when an order is edited. [New order] => New order [Receive a notification when an order is placed.] => Receive a notification when an order is placed. [Out of stock] => Out of stock [Receive a notification if the available quantity of a product is below the following threshold.] => Receive a notification if the available quantity of a product is below the following threshold. [Threshold] => Threshold [Quantity for which a product is considered out of stock.] => Quantity for which a product is considered out of stock. [Coverage warning] => Coverage warning [Receive a notification when a product has insufficient coverage.] => Receive a notification when a product has insufficient coverage. [Coverage] => Coverage [Stock coverage, in days. Also, the stock coverage of a given product will be calculated based on this number.] => Stock coverage, in days. Also, the stock coverage of a given product will be calculated based on this number. [Returns] => Returns [Receive a notification when a customer requests a merchandise return.] => Receive a notification when a customer requests a merchandise return. [Email addresses] => Email addresses [One email address per line (e.g. [email protected]).] => One email address per line (e.g. [email protected]). [Merchant notifications] => Merchant notifications [Mail alert: Unable to delete customer using email.] => Mail alert: Unable to delete customer using email. [Mail alert: Unable to export customer using email.] => Mail alert: Unable to export customer using email. [Please enter one (or more) email address for the new order notification.] => Please enter one (or more) email address for the new order notification. [Cannot update new order emails.] => Cannot update new order emails. [Please enter one (or more) email address for "out of stock" notifications.] => Please enter one (or more) email addresses for "out of stock" notifications. [Cannot update email for "out of stock" notifications.] => Cannot update email for "out of stock" notifications. [Please enter one (or more) email address for "return slip" notifications.] => Please enter one (or more) email addresses for "return slip" notifications. [Cannot update "return slip" emails.] => Cannot update "return slip" emails. [Send to:] => Send to: [Add email] => Add email [Enter one or more email address. Use 'Return' or a comma to separate each address.] => Enter one or more email addresses. Use 'Return' or a comma to separate each address. ) [ModulesStatsbestproductsAdmin] => Array ( [An empty record-set was returned.] => An empty record-set was returned. [Price sold] => Price sold [Quantity sold in a day] => Quantity sold in a day [Page views] => Page views [Best-selling products] => Best-selling products [Enrich your stats with a small list of your best-sellers to better know your customers.] => Enrich your stats with a small list of your best-sellers to better know your customers. ) [ModulesContactformAdmin] => Array ( [Contact form] => Contact form [Adds a contact form to the "Contact us" page.] => Adds a contact form to the "Contact us" page. [For even more security on your website forms, consult our Security & Access modules category on the %link%] => For even more security on your website forms, consult our Security & Access modules category on the %link% [Parameters] => Parameters [Send confirmation email to your customers] => Send confirmation email to your customers [Choose Yes and your customers will receive a generic confirmation email including a tracking number after their message is sent. Note: to discourage spam, the content of their message won't be included in the email.] => Choose Yes and your customers will receive a generic confirmation email including a tracking number after their message is sent. Note: to discourage spam, the content of their message won't be included in the email. [Receive customers' messages by email] => Receive customers' messages by email [By default, you will only receive contact messages through your Customer service tab.] => By default, you will only receive contact messages through your Customer service tab. [Help your customers get in touch when they need, add a contact form on your store.] => Help your customers get in touch when they need, add a contact form on your store. ) [ModulesStatsbestcategoriesAdmin] => Array ( [Empty recordset returned] => Empty recordset returned [Total Quantity Sold] => Total Quantity Sold [Total Price] => Total Price [Total Margin] => Total Margin [Total Viewed] => Total Viewed [Best categories] => Best categories [Enrich your stats, add a list of the best selling categories to the dashboard.] => Enrich your stats, add a list of the best selling categories to the dashboard. [Display final level categories only (that have no child categories)] => Display final level categories only (that have no child categories) ) [ModulesLanguageselectorAdmin] => Array ( [Language selector block] => Language selector block [Adds a block allowing customers to select a language for your store's content.] => Adds a block allowing customers to select a language for your store's content. [Go international and display a language selector in the header of your store so that customers can shop in their own language.] => Go international and display a language selector in the header of your store so that customers can shop in their own language. ) [AdminNotificationsSuccess] => Array ( [Successful update] => Successful update [Update successful] => Update successful [The thumbnails were successfully regenerated.] => The thumbnails were successfully regenerated. [Successful upload.] => Successful upload. [Duplication was completed successfully.] => Duplication was completed successfully. [The selected images have successfully been moved.] => The selected images have successfully been moved. [Your cover image selection has been saved.] => Your cover image selection has been saved. [The image's shop association has been modified.] => The image's shop association has been modified. [A zone has been assigned to the selection successfully.] => A zone has been assigned to the selection successfully. [Successful upgrade.] => Successful upgrade. [Successful deletion] => Successful deletion [The settings have been successfully updated.] => The settings have been successfully updated. [The status has been successfully updated.] => The status has been successfully updated. [Comment successfully added.] => Comment successfully added. [The selection has been successfully deleted.] => The selection has been successfully deleted. [Successful creation] => Successful creation [The status has been updated successfully.] => The status has been updated successfully. [Settings updated] => Settings updated [Configuration updated] => Configuration updated [Successful update.] => Successful update. [Successful deletion.] => Successful deletion. [The settings have been updated.] => The settings have been updated. [Successfully overwrote email templates for theme %s with locale %s] => Successfully overwrote email templates for theme %s with locale %s [Successfully generated email templates for theme %s with locale %s] => Successfully generated email templates for theme %s with locale %s [Email theme configuration saved successfully] => Email theme configuration saved successfully [Test email for layout %layout% was successfully sent to %email%] => Test email for layout %layout% was successfully sent to %email% [Your theme has been correctly exported: %path%] => Your theme has been correctly exported: %path% [The selection has been successfully deleted] => The selection has been successfully deleted [The image was successfully deleted.] => The image was successfully deleted. [Successful duplication] => Successful duplication [Your store context has been automatically modified.] => Your store context has been automatically modified. [Update successful.] => Update successful. [Your symbol and format customizations have been successfully reset for this language.] => Your symbol and format customizations have been successfully reset for this language. [Settings updated.] => Settings updated. [The product was successfully added.] => The product was successfully added. [The product was successfully removed.] => The product was successfully removed. [[1] products were successfully added.] => [1] products were successfully added. [[1] products were successfully removed.] => [1] products were successfully removed. ) [ModulesCustomersigninAdmin] => Array ( [Customer "Sign in" link] => Customer "Sign in" link [Make your customers feel at home on your store, invite them to sign in!] => Make your customers feel at home on your store, invite them to sign in! [%firstname% %lastname%] => %firstname% %lastname% ) [AdminNotificationsError] => Array ( [Unable to update settings.] => Unable to update settings. [There is %d error.] => There is %d error. [There are %d errors.] => There are %d errors. [There are %d warnings.] => There are %d warnings. [%1$s on line %2$s in file %3$s] => %1$s on line %2$s in file %3$s [Property %s is empty.] => Property %s is empty. [The %s field is required.] => The %s field is required. [This class name does not exist.] => This class name does not exist. [This property does not exist in the class or is forbidden.] => This property does not exist in the class or is forbidden. [This association has too many elements.] => This association has too many elements. [This name is not allowed.] => This name is not allowed. [Syntax error with this pattern.] => Syntax error with this pattern. [This key has already been used.] => This key has already been used. [The %s field (in tab %s) is required.] => The %s field (in tab %s) is required. [[%s] is not a valid configuration key] => [%s] is not a valid configuration key [Cannot parse feed.] => Cannot parse feed. [No default currency] => No default currency [The email is already used, please choose another one] => The email is already used, please choose another one. [Could not load cart id=%s] => Could not load cart id=%s [No files were uploaded.] => No files were uploaded. [Source file does not exist or is empty.] => Source file does not exist or is empty. [File has an invalid extension, it should be one of these: %s.] => File has an invalid extension, it should be one of these: %s. [The uploaded file is too large.] => The uploaded file is too large. [Image is too large (%1$d kB). Maximum allowed: %2$d kB] => Image is too large (%1$d kB). Maximum allowed: %2$d kB [Image format not recognized, allowed formats are: .ico] => Image format not recognized, allowed formats are: .ico [Error while uploading image; please change your server's settings.] => Error while uploading image; please change your server's settings. [Cannot generate emails because the Symfony container is unavailable.] => Cannot generate emails because the Symfony container is unavailable. [Cannot generate email templates: %s.] => Cannot generate email templates: %s. [Cannot scan root directory] => Cannot scan root directory [Cannot scan "override" directory] => Cannot scan "override" directory [File %2$s (in directory %1$s)] => File %2$s (in directory %1$s) [Property %1$s has a bad value (allowed values are: %2$s).] => Property %1$s has a bad value (allowed values are: %2$s). [Your entry in field %1$s (language %2$s) exceeds max length %3$d chars (incl. html tags).] => Your entry in field %1$s (language %2$s) exceeds max length %3$d chars (incl. HTML tags). [The length of property %1$s is currently %2$d chars. It must be between %3$d and %4$d chars.] => The length of property %1$s is currently %2$d chars. It must be between %3$d and %4$d chars. [Validation function not found: %s.] => Validation function not found: %s. [Property %s is not valid] => Property %s is not valid [is required.] => is required. [%1$s is too long. Maximum length: %2$d] => %1$s is too long. Maximum length: %2$d [The range of property %1$s is currently %2$d. It must be between %3$d and %4$d.] => The range of property %1$s is currently %2$d. It must be between %3$d and %4$d. [The %1$s field is too long (%2$d chars max).] => The %1$s field is too long (%2$d chars max). [Error on image caption: "%1s" is not a valid caption.] => Error on image caption: "%1s" is not a valid caption. [Fatal error] => Fatal error [Server file size is different from local file size] => Server file size is different from local file size [The uploaded file exceeds %s] => The uploaded file exceeds %s [The uploaded file was only partially uploaded] => The uploaded file was only partially uploaded [No file was uploaded] => No file was uploaded [Missing temporary folder] => Missing temporary folder [Failed to write file to disk] => Failed to write file to disk [A PHP extension stopped the file upload] => A PHP extension stopped the file upload [Filetype not allowed] => Filetype not allowed [The 'From' date format is invalid (YYYY-MM-DD)] => The 'From' date format is invalid (YYYY-MM-DD) [The 'To' date format is invalid (YYYY-MM-DD)] => The 'To' date format is invalid (YYYY-MM-DD) [An error occurred while attempting to delete the image. (cannot load object).] => An error occurred while attempting to delete the image. (cannot load object). [You cannot delete this item.] => You cannot delete this item. [field %s is required.] => field %s is required. [The option selected in the %s field is invalid.] => The option selected in the %s field is invalid. [Cannot add configuration %s] => Cannot add configuration %s [The field %field_name% is required at least in %lang%.] => The field %field_name% is required at least in %lang%. [%s: Incorrect value] => %s: Incorrect value [Can't update #%id% status] => Can't update #%id% status [An error occurred while assigning a zone to the selection.] => An error occurred while assigning a zone to the selection. [You must select at least one element to assign a new zone.] => You must select at least one element to assign a new zone. [You need at least 1 object.] => You need at least 1 object. [Can't delete #%id%] => Can't delete #%id% [You must select at least one item to perform a bulk action.] => You must select at least one item to perform a bulk action. [An error occurred when attempting to update the required fields.] => An error occurred when attempting to update the required fields. [Unable to delete associated images.] => Unable to delete associated images. [Due to memory limit restrictions, this image cannot be loaded. Please increase your memory_limit value via your server's configuration settings.] => Due to memory limit restrictions, this image cannot be loaded. Please increase your memory_limit value via your server's configuration settings. [The object cannot be loaded (the identifier is missing or invalid)] => The object cannot be loaded (the identifier is missing or invalid) [Access denied.] => Access denied. [The uploaded file exceeds the post_max_size directive in php.ini] => The uploaded file exceeds the post_max_size directive in php.ini [File is too big. Current size is %1s, maximum size is %2s.] => File is too big. Current size is %1s, maximum size is %2s. [The uploaded file exceeds the upload_max_filesize directive in php.ini] => The uploaded file exceeds the upload_max_filesize directive in php.ini [file (%s) not writable] => file (%s) not writable [directory (%s) not writable] => directory (%s) not writable [The file you are trying to upload is %2$d KB, which is larger than the maximum size allowed of %1$d KB.] => The file you are trying to upload is %2$d KB, which is larger than the maximum size allowed of %1$d KB. [This functionality has been disabled.] => This functionality has been disabled. [Failed to update the position.] => Failed to update the position. [You must select at least one element to delete.] => You must select at least one element to delete. [An error occurred while updating the status for an object.] => An error occurred while updating the status for an object. [(cannot load object)] => (cannot load object) [You do not have permission to delete this.] => You do not have permission to delete this. [You do not have permission to edit this.] => You do not have permission to edit this. [An error occurred while deleting this selection.] => An error occurred while deleting this selection. [The object cannot be loaded.] => The object cannot be loaded. [Invalid message] => Invalid message [Invalid message.] => Invalid message. [Bad SQL query] => Bad SQL query [Please fill in all the required fields.] => Please fill in all the required fields. [Address format invalid] => Address format invalid [An error occurred during the file upload process.] => An error occurred during the file upload process. [The email address is invalid.] => The email address is invalid. [The selected date range is not valid.] => The selected date range is not valid. [Failed to update the status] => Failed to update the status [Unknown error.] => Unknown error. [Incorrect value for "Depends on stock" for product %name%] => Incorrect value for "Depends on stock" for product %name% [Invalid tag(s) (%s)] => Invalid tag(s) (%s) [There is one error.] => There is one error. [There are several errors.] => There are several errors. [Email is empty.] => Email is empty. [Invalid email address.] => Invalid email address. [The password field is blank.] => The password field is blank. [Invalid password.] => Invalid password. [File upload was not completed.] => File upload was not completed. [File too large (limit of %s bytes).] => File too large (limit of %s bytes). [Internal error #%s] => Internal error #%s [No file has been selected] => No file has been selected [No file was uploaded.] => No file was uploaded. [No valid value for field exceptions has been defined.] => No valid value for field exceptions has been defined. [An error occurred while transplanting the module to its hook.] => An error occurred while transplanting the module to its hook. [Page not found] => Page not found [You do not have permission to view this.] => You do not have permission to view this. [An error occurred while copying the image.] => An error occurred while copying the image. [An error occurred while attempting to create a new folder.] => An error occurred while attempting to create a new folder. [An error occurred while copying this image: %s] => An error occurred while copying this image: %s [Error while updating the status.] => Error while updating the status. [Invalid file name] => Invalid file name [You cannot delete all of the items.] => You cannot delete all of the items. [Cannot retrieve file.] => Cannot retrieve file. [Invalid name for %s language] => Invalid name for %s language [The name for %1s language is too long (%2d chars max).] => The name for %1s language is too long (%2d chars max). [Invalid file extension] => Invalid file extension [The file name is too long.] => The file name is too long. [Invalid file] => Invalid file [Invalid date range] => Invalid date range [An error occurred while updating the image.] => An error occurred while updating the image. [An error occurred while linking the object %table_name% to categories.] => An error occurred while linking the object %table_name% to categories. [The object cannot be loaded. ] => The object cannot be loaded. [The %name% field is required.] => The %name% field is required. [The %1$s field (%2$s) is invalid.] => The %1$s field (%2$s) is invalid. [The tags list (%s) is invalid.] => The tags list (%s) is invalid. [An error occurred while copying this image:] => An error occurred while copying this image: [You need at least one object.] => You need at least one object. [The file is missing.] => The file is missing. [An error occurred while updating an object.] => An error occurred while updating an object. [Cannot delete file] => Cannot delete file [An error occurred while uploading the image.] => An error occurred while uploading the image. [Invalid date format.] => Invalid date format. [The %s field is not valid] => The %s field is not valid ["%key%" does not exist.] => "%key%" does not exist. [An error occurred while updating the status.] => An error occurred while updating the status. [An error occurred while creating an object.] => An error occurred while creating an object. [You cannot delete or disable the last shop group.] => You cannot delete or disable the last store group. [You cannot delete or disable a shop group in use.] => You cannot delete or disable a store group in use. [You cannot disable the Main URL.] => You cannot disable the Main URL. [You cannot change a main URL to a non-main URL. You have to set another URL as your Main URL for the selected shop.] => You cannot change a main URL to a non-main URL. You have to set another URL as your Main URL for the selected shop. [A shop URL that uses this domain already exists.] => A shop URL that uses this domain already exists. [A shop virtual URL cannot be "%URL%"] => A shop virtual URL cannot be "%URL%" [An error occurred during deletion.] => An error occurred during deletion. [An error occurred while deleting the object.] => An error occurred while deleting the object. [A Zip/Postal code is required.] => A Zip/Postal code is required. [The Zip/Postal code is invalid.] => The Zip/Postal code is invalid. [Your Zip/Postal code is incorrect.] => Your Zip/Postal code is incorrect. [It must be entered as follows:] => It must be entered as follows: [You do not have permission to add this.] => You do not have permission to add this. ["%type%" does not exist.] => "%type%" does not exist. [Directory "%folder%" cannot be created] => Directory "%folder%" cannot be created [File "%file%" cannot be created] => File "%file%" cannot be created [Cannot write this file: "%folder%"] => Cannot write this file: "%folder%" [This file must be writable: %file%] => This file must be writable: %file% [No file has been selected.] => No file has been selected. [The server does not have permissions for writing.] => The server does not have permissions for writing. [Please check rights for %file%] => Please check rights for %file% [This file must be writable:] => This file must be writable: [Fatal error: The module directory does not exist.] => Fatal error: The module directory does not exist. [The field %field_name% is required at least in your default language.] => The field %field_name% is required at least in your default language. [Error while uploading image; please change your server's settings. (Error code: %s)] => Error while uploading image; please change your server's settings. (Error code: %s) [Image format not recognized, allowed formats are: .gif, .jpg, .png] => Image format not recognized, allowed formats are: .gif, .jpg, .png [The %s field is invalid.] => The %s field is invalid. [%s is invalid. Please enter an integer greater than %s.] => %s is invalid. Please enter an integer greater than %s. [An error occurred while attempting to upload the file.] => An error occurred while attempting to upload the file. [Maximum depth: Invalid number.] => Maximum depth: Invalid number. [Please fill out all fields.] => Please fill out all fields. [An error occurred on saving.] => An error occurred when saving. [To use , enable the feature in Shop Parameters > General] => To use , enable the feature in Shop Parameters > General [The voucher code is invalid.] => The voucher code is invalid. [%s is invalid.] => %s is invalid. [An error occurred during the image upload process.] => An error occurred during the image upload process. [You have to select at least one shop to associate this item with] => You have to select at least one shop to associate this item with. [Invalid URL] => Invalid URL [Invalid emails: %invalid_emails%.] => Invalid emails: %invalid_emails%. [Invalid email: %invalid_email%.] => Invalid email: %invalid_email%. [Invalid selection] => Invalid selection [Category "%s" could not be created.] => Category "%s" could not be created. [This product could not be assigned to category "%s".] => This product could not be assigned to category "%s". [%s is invalid. Please enter an integer lower than %s.] => %s is invalid. Please enter an integer lower than %s. [The password doesn't meet the password policy requirements.] => The password doesn't meet the password policy requirements. [You need permission to add this.] => You need permission to add this. [You do not have permission to update this.] => You do not have permission to update this. [You do not have permission to create this.] => You do not have permission to create this. [This field cannot be longer than %limit% characters (incl. HTML tags)] => This field cannot be longer than %limit% characters (incl. HTML tags) [Profile(s) assigned to employee cannot be deleted] => Profile(s) assigned to employee cannot be deleted [You cannot delete your own profile] => You cannot delete your own profile [An error occurred while clearing objects.] => An error occurred while clearing objects. [Cannot open export file for writing] => Cannot open export file for writing [Cannot write into file: %filename%. Please check write permissions.] => Cannot write into file: %filename%. Please check write permissions. [This order status does not exist.] => This order status does not exist. [An unexpected error occurred. [%type% code %code%]: %message%] => An unexpected error occurred. [%type% code %code%]: %message% [An unexpected error occurred. [%type% code %code%]] => An unexpected error occurred. [%type% code %code%] [Cannot send test email for theme %theme% because it is not your current theme] => Cannot send test email for theme %theme% because it is not your current theme [Cannot send test email for layout %layout%] => Cannot send test email for layout %layout% [Cannot translate emails body content] => Cannot translate emails body content [Themes can only be changed in single store context.] => Themes can only be changed in single store context. [Missing configuration file] => Missing configuration file [Invalid configuration] => Invalid configuration. [Invalid data] => Invalid data [Image format not recognized, allowed format(s) is(are): .%s] => Image format not recognized, allowed format(s) is(are): .%s [You need permission to edit this.] => You need permission to edit this. [Unexpected error occurred.] => Unexpected error occurred. [The object cannot be loaded (or found)] => The object cannot be loaded (or found) [Max file size allowed is "%s" bytes.] => Max file size allowed is "%s" bytes. [An error occurred while attempting to save.] => An error occurred while attempting to save. [This zone does not exist.] => This zone does not exist. [Invalid action] => Invalid action [Your uploaded file might exceed the [1]upload_max_filesize[/1] and the [1]post_max_size[/1] directives in [1]php.ini[/1], please check your server configuration.] => Your uploaded file might exceed the [1]upload_max_filesize[/1] and the [1]post_max_size[/1] directives in [1]php.ini[/1], please check your server configuration. [The value of the PHP.ini setting "max_input_vars" must be increased to %value% in order to be able to submit the product form.] => The value of the PHP.ini setting "max_input_vars" must be increased to %value% in order to be able to submit the product form. [Invalid data supplied.] => Invalid data supplied. [Address fields contain invalid values.] => Address fields contain invalid values. [An error occurred while toggling this selection.] => An error occurred while toggling this selection. [You cannot upload more files] => You cannot upload more files [Form contains invalid values] => Form contains invalid values [To create combinations for all your stores, the selected attributes must be available on each of them.] => To create combinations for all your stores, the selected attributes must be available on each of them. [Invalid ID.] => Invalid ID. [Cannot remove cover image.] => Cannot remove cover image. [Product price is invalid] => Product price is invalid [Product price per unit is invalid] => Product price per unit is invalid [You cannot associate the same feature value more than once.] => You cannot associate the same feature value more than once. [The selected value belongs to another feature.] => The selected value belongs to another feature. [This product cannot be changed into a pack because it is already associated to another pack.] => This product cannot be changed into a pack because it is already associated to another pack. [The address for this supplier has been deleted.] => The address for this supplier has been deleted. [Same product quantity is already in cart] => Same product quantity is already in cart. [Selected language cannot be used because it is disabled] => Selected language cannot be used because it is disabled. [Selected currency cannot be used because it is deleted.] => Selected currency cannot be used because it is deleted. [Selected currency cannot be used because it is disabled.] => Selected currency cannot be used because it is disabled. [Custom field text cannot be longer than %limit% characters.] => Custom field text cannot be longer than %limit% characters. [Gift message not valid] => Gift message not valid [Positive product quantity is required.] => Positive product quantity is required. [The product customization picture could not be found.] => The product customization picture could not be found. [Invalid action: this order has already been paid.] => Invalid action: this order has already been paid. [Invalid action: this order has not been delivered.] => Invalid action: this order has not been delivered. [Invalid action: this order has already been delivered.] => Invalid action: this order has already been delivered. [Invalid action: this order has not been paid.] => Invalid action: this order has not been paid. [This product is already in your order, please edit the quantity instead.] => This product is already in your order, please edit the quantity instead. [This product is already in the invoice [1], please edit the quantity instead.] => This product is already in the invoice [1], please edit the quantity instead. [You cannot edit the price of a product that no longer exists in your catalog.] => You cannot edit the price of a product that no longer exists in your catalog. [Value cannot be 0.] => Value cannot be 0. [The field is invalid. Please enter an integer greater than or equal to 0.] => The field is invalid. Please enter an integer greater than or equal to 0. [This field is invalid] => This field is invalid [This field cannot be shorter than %limit% characters] => This field cannot be shorter than %limit% characters [This field is required.] => This field is required. [The "%s" field is invalid. HTML tags are not allowed.] => The "%s" field is invalid. HTML tags are not allowed. [This field cannot be longer than %limit% characters] => This field cannot be longer than %limit% characters [The field is invalid. Please enter a positive integer.] => The field is invalid. Please enter a positive integer. [The %s field is invalid. Please enter a positive integer.] => The %s field is invalid. Please enter a positive integer. [This field cannot be empty.] => This field cannot be empty. [This domain is not valid.] => This domain is not valid. [The SSL domain is not valid.] => The SSL domain is not valid. [This value should be greater than %value%] => This value should be greater than %value% [This value should be greater than or equal to %value%] => This value should be greater than or equal to %value% [This value should be less than or equal to %value%.] => This value should be less than or equal to %value%. [This field is invalid, it must contain numeric values] => This field is invalid, it must contain numeric values [Reduction value "%value%" is invalid. Allowed values from 0 to %max%] => Reduction value "%value%" is invalid. Allowed values from 0 to %max% [Reduction value "%value%" is invalid. Value cannot be negative] => Reduction value "%value%" is invalid. Value cannot be negative. [%s is invalid. Please enter an integer greater than or equal to 0.] => %s is invalid. Please enter an integer greater than or equal to 0. [%s is invalid. Please enter an integer lower than or equal to %s.] => %s is invalid. Please enter an integer lower than or equal to %s. [Reply message is required] => Reply message is required. [Reply message is invalid] => Reply message is invalid. [Cart rule name must contain clean HTML] => Cart rule name must contain clean HTML. [Discount value must be a number] => Discount value must be a number. [This field is required] => This field is required [Invalid value: the payment must be a positive amount.] => Invalid value: the payment must be a positive amount. [The file is too large. The maximum size allowed is [1] MB. The file you are trying to upload is [2] MB.] => The file is too large. The maximum size allowed is [1] MB. The file you are trying to upload is [2] MB. [Reduction value "%value%" is invalid. It must be greater than 0 and maximum %max%.] => Reduction value "%value%" is invalid. It must be greater than 0 and maximum %max%. [Reduction value "%value%" is invalid. It must be greater than 0.] => Reduction value "%value%" is invalid. It must be greater than 0. [This field is invalid.] => This field is invalid. [The confirmation password doesn't match.] => The confirmation password doesn't match. [This field cannot be longer than %limit% characters.] => This field cannot be longer than %limit% characters. [Oops... looks like an unexpected error occurred] => Oops... looks like an unexpected error occurred. [The object cannot be loaded (or found).] => The object cannot be loaded (or found). [The file is too large. Maximum size allowed is: [1] MB. The file you are trying to upload is [2] MB.] => The file is too large. Maximum size allowed is: [1] MB. The file you are trying to upload is [2] MB. [%error_message% - Language: %language_name%] => %error_message% - Language: %language_name% ) [AdminNavigationSearch] => Array ( [There are no results matching your query "%s".] => There are no results matching your query "%s". [%d results match your query "%s".] => %d results match your query "%s". [1 result matches your query "%s".] => 1 result matches your query "%s". [1 feature] => 1 feature [%d features] => %d features [1 module] => 1 module [%d modules] => %d modules [1 category] => 1 category [%d categories] => %d categories [1 product] => 1 product [%d products] => %d products [1 customer] => 1 customer [%d customers] => %d customers [1 order] => 1 order [%d orders] => %d orders [Search docs.prestashop-project.org] => Search docs.prestashop-project.org [Go to the documentation] => Go to the documentation [%d result matches your query "%s".] => %d result matches your query "%s". ) [ModulesCustomeraccountlinksAdmin] => Array ( [My Account block] => My Account block [Enrich your stats, add a registration progress tab to analyze your visitors’ behavior.] => Enrich your stats, add a registration progress tab to analyze your visitors’ behavior. [Credit slips] => Credit slips [Personal info] => Personal info [Merchandise returns] => Merchandise returns [Welcome your customers with their personal information displayed right on your footer.] => Welcome your customers with their personal information displayed right on your footer. ) [AdminInternationalFeature] => Array ( [Some countries require different elements than others. Click on the button below to get the valid default address format for this country.] => Some countries require different elements than others. Click on the button below to get the valid default address format for this country. [Use the last registered format] => Use the last registered format [Use the default format] => Use the default format [Use my current modified format] => Use my current modified format [Clear format] => Clear format [Assign to a new zone] => Assign to a new zone [This tax only] => This tax only [Combine] => Combine [One after another] => One after another [Down] => Down [Up] => Up [missing] => missing [Core emails] => Core emails [Module emails] => Module emails [Expressions to translate:] => Expressions to translate: [Total missing expressions:] => Total missing expressions: [expressions] => expressions [Modify translations] => Modify translations [Theme:] => Theme: [Module:] => Module: [Country options] => Country options [Country name] => Country name [Does it need Zip/Postal code?] => Does it need Zip/Postal code? [Zip/Postal code format] => Zip/Postal code format [Add new country] => Add new country [ISO code] => ISO code [Default currency] => Default currency [Default store currency] => Default store currency [Address format] => Address format [Contains states] => Contains states [Do you need a tax identification number?] => Do you need a tax identification number? [Display tax label (e.g. "Tax incl.")] => Display tax label (e.g. "Tax incl.") [Call prefix] => Call prefix [Add new state] => Add new state [Add a new tax rule] => Add a new tax rule [Behavior] => Behavior [New tax rule] => New tax rule [Zip/Postal code range] => Zip/Postal code range [Add new tax rules group] => Add new tax rules group [%1$s (Language: %2$s, Theme: %3$s)] => %1$s (Language: %2$s, Theme: %3$s) [Update translations] => Update translations [Themes translations] => Themes translations [Expand all fieldsets] => Expand all fieldsets [Close all fieldsets] => Close all fieldsets [Email subject] => Email subject [View HTML version] => View HTML version [Edit HTML version] => Edit HTML version [View/Edit TXT version] => View/Edit TXT version [Enabled Languages] => Enabled Languages [Main Country] => Main Country [Front office Translations] => Front office Translations [Back office translations] => Back office translations [Installed modules translations] => Installed modules translations [Email translations] => Email translations [Other translations] => Other translations [Body] => Body [%s (local)] => %s (local) [Invoice address] => Invoice address [Delivery address] => Delivery address [Back office] => Back office [Front office] => Front office [Other] => Other [Email] => Email [Symbol] => Symbol [Type] => Type [Language code] => Language code [Date format] => Date format [Date format (full)] => Date format (full) [Flag] => Flag [Search rate] => Search rate [Rate] => Rate [Cannot find reference data for currency %isoCode%] => Cannot find reference data for currency %isoCode% [Numeric ISO code] => Numeric ISO code [Add new zone] => Add new zone [Currency name] => Currency name [Select a currency] => Select a currency [Create an alternative currency] => Create an alternative currency [Decimals] => Decimals [Whitelisted IP addresses] => Whitelisted IP addresses [Geolocation behavior for restricted countries] => Geolocation behavior for restricted countries [Visitors cannot see your catalog.] => Visitors cannot see your catalog. [Visitors can see your catalog but cannot place an order.] => Visitors can see your catalog but cannot place an order. [Geolocation behavior for other countries] => Geolocation behavior for other countries [All features are available] => All features are available [Select the countries from which your store is accessible] => Select the countries from which your store is accessible ["No-picture" image] => "No-picture" image [RTL language] => RTL language [Language identifier] => Language identifier [Country identifier] => Country identifier [Localization pack you want to import] => Localization pack you want to import [Content to import] => Content to import [Download pack data] => Download pack data [Units (e.g. weight, volume, distance)] => Units (e.g. weight, volume, distance) [Change the behavior of the price display for groups] => Change the behavior of the price display for groups [Weight unit] => Weight unit [Distance unit] => Distance unit [Volume unit] => Volume unit [Dimension unit] => Dimension unit [Default language] => Default language [Set language from browser] => Set language from browser [Default country] => Default country [Set default country from browser language] => Set default country from browser language [Time zone] => Time zone [Enable tax] => Enable tax [Display tax in the shopping cart] => Display tax in the shopping cart [Based on] => Based on [Use ecotax] => Use ecotax [Ecotax] => Ecotax [Please select the language you want to add or update] => Please select the language you want to add or update [Update a language] => Update a language [Add a language] => Add a language [PrestaShop translations] => PrestaShop translations [Theme translations] => Theme translations [Select a theme] => Select a theme [Installed module translations] => Installed module translations [Select a module] => Select a module [Select your theme] => Select your theme [Core (no theme selected)] => Core (no theme selected) [Type of translation] => Type of translation [Select the type of email content] => Select the type of email content [Select your module] => Select your module [Edited] => Edited [Select your language] => Select your language [Countries] => Countries [Exchange rate] => Exchange rate [Live exchange rates] => Live exchange rates [Update exchange rates] => Update exchange rates [1. Enter symbol] => 1. Enter symbol [2. Choose format] => 2. Choose format [Customize symbol and format] => Customize symbol and format [Edit symbol / format] => Edit symbol / format [%price%] => %price% [Are you sure you want to restore default settings?] => Are you sure you want to restore default settings? [Restoring your currency's default settings will delete all the customizations you made before. Parameters will look just the same as when the currency is freshly imported.] => Restoring your currency's default settings will delete all the customizations you made before. Parameters will look just the same as when the currency is freshly imported. [Restore default settings] => Restore default settings [Loading currency data] => Loading currency data [Please wait while currency data is being loaded] => Please wait while currency data is being loaded [{price}] => {price} [Add new currency] => Add new currency [Geolocation by IP address] => Geolocation by IP address [IP address whitelist] => IP address whitelist [The following features are only available if you enable the Geolocation by IP address feature.] => The following features are only available if you enable the Geolocation by IP address feature. [Add new language] => Add new language [Import a localization pack] => Import a localization pack [Local units] => Local units [States] => States [Tax options] => Tax options [Add new tax] => Add new tax [Tax Rules] => Tax Rules [Add / Update a language] => Add / Update a language [Add or update a language] => Add or update a language [Export a language] => Export a language [Zones] => Zones [Delete item #] => Delete item # [1 missing] => 1 missing [%nb_translation% expression] => %nb_translation% expression [Search translations] => Search translations [%d missing] => %d missing [%nb_translations% expressions] => %nb_translations% expressions [Show messages] => Show messages [Hide messages] => Hide messages [%nb_translations% missing] => %nb_translations% missing [%nb_translations% translations are missing in %domain%] => %nb_translations% translations are missing in %domain% ) [ModulesAutoupgradeAdmin] => Array ( [Unable to write in the directory "%s"] => Unable to write in the directory "%s" [Server performance] => Server performance [Unless you are using a dedicated server, select "Low".] => Unless you are using a dedicated server, select "Low". [A high value can cause the upgrade to fail if your server is not powerful enough to process the upgrade tasks in a short amount of time.] => A high value can cause the upgrade to fail if your server is not powerful enough to process the upgrade tasks in a short amount of time. [Low (recommended)] => Low (recommended) [Medium] => Medium [High] => High [Disable non-native modules] => Disable non-native modules [As non-native modules can experience some compatibility issues, we recommend to disable them by default.] => As non-native modules can experience some compatibility issues, we recommend to disable them by default. [Keeping them enabled might prevent you from loading the "Modules" page properly after the upgrade.] => Keeping them enabled might prevent you from loading the "Modules" page properly after the upgrade. [Disable all overrides] => Disable all overrides [Enable or disable all classes and controllers overrides.] => Enable or disable all classes and controllers overrides. [Upgrade the default theme] => Upgrade the default theme [If you customized the default PrestaShop theme in its folder (folder name "classic" in 1.7), enabling this option will lose your modifications.] => If you customized the default PrestaShop theme in its folder (folder name "classic" in 1.7), enabling this option will lose your modifications. [If you are using your own theme, enabling this option will simply update the default theme files, and your own theme will be safe.] => If you are using your own theme, enabling this option will simply update the default theme files, and your own theme will be safe. [Switch to the default theme] => Switch to the default theme [This will change your theme: your shop will then use the default theme of the version of PrestaShop you are upgrading to.] => This will change your theme: your store will then use the default theme of the version of PrestaShop you are upgrading to. [Regenerate RTL stylesheet] => Regenerate RTL stylesheet [If enabled, any RTL-specific files that you might have added to all your themes might be deleted by the created stylesheet.] => If enabled, any RTL-specific files that you might have added to all your themes might be deleted by the created stylesheet. [Keep the customized email templates] => Keep the customized email templates [This will not upgrade the default PrestaShop e-mails.] => This will not upgrade the default PrestaShop e-mails. [If you customized the default PrestaShop e-mail templates, enabling this option will keep your modifications.] => If you customized the default PrestaShop e-mail templates, enabling this option will keep your modifications. [Back up my files and database] => Back up my files and database [Automatically back up your database and files in order to restore your shop if needed. This is experimental: you should still perform your own manual backup for safety.] => Automatically back up your database and files in order to restore your store if needed. This is experimental: you should still perform your own manual backup for safety. [Back up my images] => Back up my images [To save time, you can decide not to back your images up. In any case, always make sure you did back them up manually.] => To save time, you can decide not to back your images up. In any case, always make sure you did back them up manually. [Unable to create the directory "%s"] => Unable to create the directory "%s" [Unable to create file %s] => Unable to create file %s [Error when trying to delete backups %s] => Error when trying to delete backups %s [This version of PrestaShop cannot be upgraded: the PS_ADMIN_DIR constant is missing.] => This version of PrestaShop cannot be upgraded: the PS_ADMIN_DIR constant is missing. [1-Click Upgrade] => 1-Click Upgrade [Upgrade to the latest version of PrestaShop in a few clicks, thanks to this automated method.] => Upgrade to the latest version of PrestaShop in a few clicks, thanks to this automated method. [This version of 1-click upgrade requires PHP 5.6 to work properly. Please upgrade your server configuration.] => This version of 1-click upgrade requires PHP 5.6 to work properly. Please upgrade your server configuration. [Unable to delete outdated "AdminUpgrade" tab (tab ID: %idtab%).] => Unable to delete outdated "AdminUpgrade" tab (tab ID: %idtab%). [Unable to create the "AdminSelfUpgrade" tab] => Unable to create the "AdminSelfUpgrade" tab [Unable to copy logo.gif in %s] => Unable to copy logo.gif in %s [Unable to load the "AdminSelfUpgrade" tab] => Unable to load the "AdminSelfUpgrade" tab [Action %s skipped] => Action %s skipped [Unable to check files for the installed version of PrestaShop.] => Unable to check files for the installed version of PrestaShop. [Core files are ok] => Core files are ok [%modificationscount% file modifications have been detected, including %coremodifications% from core and native modules:] => %modificationscount% file modifications have been detected, including %coremodifications% from core and native modules: [%modifiedfiles% files will be modified, %deletedfiles% files will be deleted (if they are found).] => %modifiedfiles% files will be modified, %deletedfiles% files will be deleted (if they are found). [No diff files found.] => No diff files found. [File %s does not exist. Unable to select that channel.] => File %s does not exist. Unable to select that channel. [Version number is missing. Unable to select that channel.] => Version number is missing. Unable to select that channel. [File %s does not exist. Unable to select that channel] => File %s does not exist. Unable to select that channel. [Upgrade process will use archive.] => Upgrade process will use archive. [Error on saving configuration] => Error on saving configuration [Configuration successfully updated.] => Configuration successfully updated. [This page will now be reloaded and the module will check if a new version is available.] => This page will now be reloaded and the module will check if a new version is available. [Nothing to restore] => Nothing to restore [%s: File format does not match.] => %s: File format does not match. [Opening backup database file %filename% in %extension% mode] => Opening backup database file %filename% in %extension% mode [Database backup is empty.] => Database backup is empty. [Database restoration file %filename% done. %filescount% file(s) left...] => Database restoration file %filename% done. %filescount% file(s) left... [Database restoration file %1$s done.] => Database restoration file %1$s done. [Database has been restored.] => Database has been restored. [[SQL ERROR]] => [SQL ERROR] [Error during database restoration] => Error during database restoration [%numberqueries% queries left for file %filename%...] => %numberqueries% queries left for file %filename%... [Database restoration done.] => Database restoration done. [%s file(s) will be removed before restoring the backup files.] => %s file(s) will be removed before restoring the backup files. [[ERROR] Backup file %s does not exist.] => [ERROR] Backup file %s does not exist. [[ERROR] File "%s" does not exist.] => [ERROR] File "%s" does not exist. [Unable to remove upgraded files.] => Unable to remove upgraded files. [Unable to extract file %filename% into directory %directoryname%.] => Unable to extract file %filename% into directory %directoryname%. [Files restored.] => Files restored. [Files restored. Now restoring database...] => Files restored. Now restoring database... [[ERROR] File %s is missing: unable to restore files. Operation aborted.] => [ERROR] File %s is missing: unable to restore files. Operation aborted. [[ERROR] No backup database files found: it would be impossible to restore the database. Operation aborted.] => [ERROR] No backup database files found: it would be impossible to restore the database. Operation aborted. [Restoring files ...] => Restoring files ... [Restoration process done. Congratulations! You can now reactivate your shop.] => Restoration process done. Congratulations! You can now reactivate your store. [Database backup skipped. Now upgrading files...] => Database backup skipped. Now upgrading files... [Backup directory is not writable (%path%).] => Backup directory is not writable (%path%). [Backup file %s already exists. Operation aborted.] => Backup file %s already exists. Operation aborted. [Unable to create backup database file %s.] => Unable to create backup database file %s. [Error during database backup.] => Error during database backup. [An error occurred while backing up. Unable to obtain the schema of %s] => An error occurred while backing up. Unable to obtain the schema of %s [%s table has been saved.] => %s table has been saved. [%s tables have been saved.] => %s tables have been saved. [Database backup: %s table(s) left...] => Database backup: %s table(s) left... [No valid tables were found to back up. Backup of file %s canceled.] => No valid tables were found to back up. Backup of file %s canceled. [Error during database backup for file %s.] => Error during database backup for file %s. [Database backup done in filename %s. Now upgrading files...] => Database backup done in filename %s. Now upgrading files... [Error during backupFiles] => Error during backupFiles [[ERROR] backupFiles filename has not been set] => [ERROR] backupFiles filename has not been set [%s Files to backup.] => %s Files to backup. [Backup files initialized in %s] => Backup files initialized in %s [Backup files in progress. %d files left] => Backup files in progress. %d files left [Unable to open archive] => Unable to open archive [All files have been added to archive.] => All files have been added to archive. [All files saved. Now backing up database] => All files saved. Now backing up database [The database has been cleaned.] => The database has been cleaned. [You need allow_url_fopen or cURL enabled for automatic download to work. You can also manually upload it in filepath %s.] => You need allow_url_fopen or cURL enabled for automatic download to work. You can also manually upload it in filepath %s. [Downloading from %s] => Downloading from %s [File will be saved in %s] => File will be saved in %s [Download directory has been emptied] => Download directory has been emptied [Download complete.] => Download complete. [Download complete. Now extracting...] => Download complete. Now extracting... [Download complete but MD5 sum does not match (%s).] => Download complete but MD5 sum does not match (%s). [Download complete but MD5 sum does not match (%s). Operation aborted.] => Download complete but MD5 sum does not match (%s). Operation aborted. [Error during download. The private key may be incorrect.] => Error during download. The private key may be incorrect. [Error during download] => Error during download [Download directory %s is not writable.] => Download directory %s is not writable. [Could not assert the folder %s contains a valid PrestaShop release, exiting.] => Could not assert the folder %s contains a valid PrestaShop release, exiting. [A file may be missing, or the release is stored in a subfolder by mistake.] => A file may be missing, or the release is stored in a subfolder by mistake. [Starting to remove %s sample files] => Starting to remove %s sample files [Error while removing item %itemname%, %itemscount% items left.] => Error while removing item %itemname%, %itemscount% items left. [%itemname% item removed. %itemscount% items left.] => %itemname% item removed. %itemscount% items left. [All sample files removed. Now backing up files.] => All sample files removed. Now backing up files. [All sample files removed. Backup process skipped. Now upgrading files.] => All sample files removed. Backup process skipped. Now upgrading files. ["/latest" directory has been emptied] => "/latest" directory has been emptied [Extraction directory %s is not writable.] => Extraction directory %s is not writable. [Unable to extract %filepath% file into %destination% folder...] => Unable to extract %filepath% file into %destination% folder... [No prestashop/ folder found in the ZIP file. Aborting.] => No prestashop/ folder found in the ZIP file. Aborting. [File extraction complete. Removing sample files...] => File extraction complete. Removing sample files... [Upgrade process done, but some warnings have been found.] => Upgrade process done, but some warnings have been found. [Upgrade process done. Congratulations! You can now reactivate your shop.] => Upgrade process done. Congratulations! You can now reactivate your store. [%s removed] => %s removed [Please remove %s by FTP] => Please remove %s by FTP [Error during database upgrade. You may need to restore your database.] => Error during database upgrade. You may need to restore your database. [Database upgraded. Now upgrading your Addons modules...] => Database upgraded. Now upgrading your Addons modules... [[ERROR] %s does not exist or is not a directory.] => [ERROR] %s does not exist or is not a directory. [filesToUpgrade is not an array] => filesToUpgrade is not an array [All files upgraded. Now upgrading database...] => All files upgraded. Now upgrading database... [Error when trying to upgrade file %s.] => Error when trying to upgrade file %s. [%s files left to upgrade.] => %s files left to upgrade. [Nothing has been extracted. It seems the unzipping step has been skipped.] => Nothing has been extracted. It seems the unzipping step has been skipped. [File %s is preserved] => File %s is preserved [%s ignored] => %s ignored [[WARNING] File %1$s has been deleted.] => [WARNING] File %1$s has been deleted. [Directory %1$s created.] => Directory %1$s created. [Error while creating directory %s.] => Error while creating directory %s. [Directory %s already exists.] => Directory %s already exists. [[TRANSLATION] The translation files have been merged into file %s.] => [TRANSLATION] The translation files have been merged into file %s. [[TRANSLATION] The translation files have not been merged into file %filename%. Switch to copy %filename%.] => [TRANSLATION] The translation files have not been merged into file %filename%. Switch to copy %filename%. [Copied %1$s.] => Copied %1$s. [Error while copying file %s] => Error while copying file %s [[ERROR] Unable to find files to upgrade.] => [ERROR] Unable to find files to upgrade. [%s files will be upgraded.] => %s files will be upgraded. [listModules is not an array. No module has been updated.] => listModules is not an array. No module has been updated. [Upgrading module %module%...] => Upgrading module %module%... [The files of module %s have been upgraded.] => The files of module %s have been upgraded. [%s modules left to upgrade.] => %s modules left to upgrade. [The %modulename% module is not compatible with version %version%, it will be removed from your FTP.] => The %modulename% module is not compatible with version %version%, it will be removed from your FTP. [The %modulename% module is not compatible with version %version%, please remove it from your FTP.] => The %modulename% module is not compatible with version %version%, please remove it from your FTP. [Addons modules files have been upgraded.] => Addons modules files have been upgraded. [%s modules will be upgraded.] => %s modules will be upgraded. [Starting upgrade...] => Starting upgrade... [Downloading and unzipping steps have been skipped, upgrade process will now remove sample data.] => Downloading and unzipping steps have been skipped, upgrade process will now remove sample data. [Shop deactivated. Removing sample files...] => Store deactivated. Removing sample files... [Downloading step has been skipped, upgrade process will now unzip the local archive.] => Downloading step has been skipped, upgrade process will now unzip the local archive. [Shop deactivated. Extracting files...] => Store deactivated. Extracting files... [Shop deactivated. Now downloading... (this can take a while)] => Store deactivated. Now downloading... (this can take a while) [Downloaded archive will come from %s] => Downloaded archive will come from %s [MD5 hash will be checked against %s] => MD5 hash will be checked against %s [Major release] => Major release [Minor release (recommended)] => Minor release (recommended) [Release candidates] => Release candidates [Beta releases] => Beta releases [Alpha releases] => Alpha releases [Private release (require link and MD5 hash)] => Private release (require link and MD5 hash) [Local archive] => Local archive [Local directory] => Local directory [Backup Options] => Backup Options [Upgrade Options] => Upgrade Options [You already have the %s version.] => You already have the %s version. [This functionality has been disabled.] => This functionality has been disabled. [[TECHNICAL ERROR] ajax-upgradetab.php is missing. Please reinstall or reset the module.] => [TECHNICAL ERROR] ajax-upgradetab.php is missing. Please reinstall or reset the module. [Are you sure you want to delete this backup?] => Are you sure you want to delete this backup? [An update is currently in progress... Click "OK" to abort.] => An update is currently in progress... Click "OK" to abort. [Upgrading PrestaShop] => Upgrading PrestaShop [Upgrade complete] => Upgrade complete [Upgrade complete, but warning notifications has been found.] => Upgrade complete, but warning notifications has been found. [Cookies have changed, you will need to log in again once you refreshed the page] => Cookies have changed, you will need to log in again once you refreshed the page [Javascript and CSS files have changed, please clear your browser cache with CTRL-F5] => Javascript and CSS files have changed, please clear your browser cache with CTRL-F5 [Please check that your front-office theme is functional (try to create an account, place an order...)] => Please check that your front-office theme is functional (try to create an account, place an order...) [Product images do not appear in the front-office? Try regenerating the thumbnails in Preferences > Images] => Product images do not appear in the front-office? Try regenerating the thumbnails in Preferences > Images [Do not forget to reactivate your shop once you have checked everything!] => Do not forget to reactivate your store once you have checked everything! [ToDo list:] => ToDo list: [Starting restoration...] => Starting restoration... [Restoration complete.] => Restoration complete. [Your server cannot download the file. Please upload it first by ftp in your admin/autoupgrade directory] => Your server cannot download the file. Please upload it first by ftp in your admin/autoupgrade directory [Javascript error (parseJSON) detected for action ] => Javascript error (parseJSON) detected for action [Manually go to %s button] => Manually go to %s button [End of process] => End of process [Operation canceled. Checking for restoration...] => Operation canceled. Checking for restoration... [Do you want to restore %s?] => Do you want to restore %s? [Operation canceled. An error happened.] => Operation canceled. An error happened. [[TECHNICAL ERROR] ajax-upgradetab.php is missing. Please reinstall the module.] => [TECHNICAL ERROR] ajax-upgradetab.php is missing. Please reinstall the module. [Click to refresh the page and use the new configuration] => Click to refresh the page and use the new configuration [Error detected during] => Error detected during [The request exceeded the max_time_limit. Please change your server configuration.] => The request exceeded the max_time_limit. Please change your server configuration. [See or hide the list] => See or hide the list [Core file(s)] => Core file(s) [Mail file(s)] => Mail file(s) [Translation file(s)] => Translation file(s) [Link and MD5 hash cannot be empty] => Link and MD5 hash cannot be empty [You need to enter the version number associated with the archive.] => You need to enter the version number associated with the archive. [No archive has been selected.] => No archive has been selected. [You need to enter the version number associated with the directory.] => You need to enter the version number associated with the directory. [Please confirm that you want to skip the backup.] => Please confirm that you want to skip the backup. [Please confirm that you want to preserve file options.] => Please confirm that you want to preserve file options. [Less options] => Less options [These files will be deleted] => These files will be deleted [These files will be replaced] => These files will be replaced [Required field] => Required field [Too long!] => Too long! [Fields are different!] => Fields are different! [This email address is wrong!] => This email address is wrong! [Impossible to send the email!] => Impossible to send the email! [Cannot create settings file, if /app/config/parameters.php exists, please give the public write permissions to this file, else please create a file named parameters.php in config directory.] => Cannot create settings file, if /app/config/parameters.php exists, please give the public write permissions to this file, else please create a file named parameters.php in config directory. [Cannot write settings file, please create a file named settings.inc.php in the "config" directory.] => Cannot write settings file, please create a file named settings.inc.php in the "config" directory. [Impossible to upload the file!] => Impossible to upload the file! [Data integrity is not valid. Hack attempt?] => Data integrity is not valid. The files might have been corrupted, or a hack attempt might have occurred. [Impossible to read the content of a MySQL content file.] => Impossible to read the content of a MySQL content file. [Cannot access a MySQL content file.] => Cannot access a MySQL content file. [Error while inserting data in the database:] => Error while inserting data in the database: [This is not a valid file name.] => This is not a valid file name. [This is not a valid image file.] => This is not a valid image file. [Error while creating the /app/config/parameters.php file.] => Error while creating the /app/config/parameters.php file. [Error:] => Error: [This PrestaShop database already exists. Please revalidate your authentication information to the database.] => This PrestaShop database already exists. Please revalidate your authentication information to the database. [An error occurred while resizing the picture.] => An error occurred while resizing the picture. [Database connection is available!] => Database connection is available! [Database Server is available but database is not found] => Database Server is available but database is not found [Database Server is not found. Please verify the login, password and server fields.] => Database Server is not found. Please verify the login, password and server fields. [An error occurred while sending email, please verify your parameters.] => An error occurred while sending email, please verify your parameters. [This installer is too old.] => This installer is too old. [There is no older version. Did you delete or rename the app/config/parameters.php file?] => There is no older version. Did you delete or rename the app/config/parameters.php file? [The app/config/parameters.php file was not found. Did you delete or rename this file?] => The app/config/parameters.php file was not found. Did you delete or rename this file? [Cannot find the SQL upgrade files. Please verify that the /install/upgrade/sql folder is not empty.] => Cannot find the SQL upgrade files. Please verify that the /install/upgrade/sql folder is not empty. [No upgrade is possible.] => No upgrade is possible. [Error while loading SQL upgrade file.] => Error while loading SQL upgrade file. [Error while inserting content into the database] => Error while inserting content into the database [Unfortunately,] => Unfortunately, [SQL errors have occurred.] => SQL errors have occurred. [The config/defines.inc.php file was not found. Where did you move it?] => The config/defines.inc.php file was not found. Where did you move it? [Impossible to write the image /img/logo.jpg. If this image already exists, please delete it.] => Impossible to write the image /img/logo.jpg. If this image already exists, please delete it. [The uploaded file exceeds the upload_max_filesize directive in php.ini] => The uploaded file exceeds the upload_max_filesize directive in php.ini [The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form] => The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form [The uploaded file was only partially uploaded] => The uploaded file was only partially uploaded [No file was uploaded.] => No file was uploaded. [Missing a temporary folder] => Missing a temporary folder [Failed to write file to disk] => Failed to write file to disk [File upload stopped by extension] => File upload stopped by extension [Cannot convert your database's data to utf-8.] => Cannot convert your database's data to utf-8. [Your lastname contains some invalid characters] => Your lastname contains some invalid characters [Your MySQL server does not support this engine, please use another one like MyISAM] => Your MySQL server does not support this engine, please use another one like MyISAM [The file /img/logo.jpg is not writable, please CHMOD 755 this file or CHMOD 777] => The file /img/logo.jpg is not writable, please CHMOD 755 this file or CHMOD 777 [Invalid catalog mode] => Invalid catalog mode [No error code available] => No error code available [[SKIP] directory "%s" does not exist and cannot be emptied.] => [SKIP] directory "%s" does not exist and cannot be emptied. [[CLEANING CACHE] File %s removed] => [CLEANING CACHE] File %s removed [Invalid database configuration] => Invalid database configuration [Database upgrade OK] => Database upgrade OK [Warning detected during upgrade.] => Warning detected during upgrade. [Database upgrade completed] => Database upgrade completed [%s is not a valid version number.] => %s is not a valid version number. [[ERROR] Version to install is too old.] => [ERROR] Version to install is too old. [Current version: %oldversion%. Version to install: %newversion%.] => Current version: %oldversion%. Version to install: %newversion%. [Unable to find upgrade directory in the installation path.] => Unable to find upgrade directory in the installation path. [Error while loading SQL upgrade file "%s".] => Error while loading SQL upgrade file "%s". [Cannot find the SQL upgrade files. Please check that the %s folder is not empty.] => Cannot find the SQL upgrade files. Please check that the %s folder is not empty. [[DROP] SQL %s table has been dropped.] => [DROP] SQL %s table has been dropped. [Switching to default theme.] => Switching to default theme. [Settings file updated] => Settings file updated [The config/settings.inc.php file was not found.] => The config/settings.inc.php file was not found. [Error upgrading Doctrine schema] => Error upgrading Doctrine schema [Download of the language pack %lang% failed. %details%] => Download of the language pack %lang% failed. %details% [Error while updating translations for lang %lang%. %details%] => Error while updating translations for the language pack %lang%. %details% [Upgrade the RTL files.] => Upgrade the RTL files. [Cannot generate email templates: %s.] => Cannot generate email templates: %s. [[ERROR] %dir% does not exist or is not a directory.] => [ERROR] %dir% does not exist or is not a directory. [[ERROR] No response from Addons server.] => [ERROR] No response from Addons server. [[ERROR] Unable to write module %s's zip file in temporary directory.] => [ERROR] Unable to write module %s's zip file in temporary directory. [[WARNING] Error when trying to extract module %s.] => [WARNING] Error when trying to extract module %s. [[WARNING] Error when trying to upgrade module %s.] => [WARNING] Error when trying to upgrade module %s. [Error when opening settings.inc.php file in write mode] => Error when opening settings.inc.php file in write mode [Error when generating new settings.inc.php file.] => Error when generating new settings.inc.php file. [[NOTICE] File %s does not exist, merge skipped.] => [NOTICE] File %s does not exist, merge skipped. [[WARNING] %variablename% variable missing in file %filename%. Merge skipped.] => [WARNING] %variablename% variable missing in file %filename%. Merge skipped. [[WARNING] %variablename% variable missing in file %filename%. File %filename% deleted and merge skipped.] => [WARNING] %variablename% variable missing in file %filename%. File %filename% deleted and merge skipped. [Unable to create directory %s] => Unable to create directory %s [Error when trying to add %filename% to archive %archive%.] => Error when trying to add %filename% to archive %archive%. [%filename% added to archive. %filescount% files left.] => %filename% added to archive. %filescount% files left. [Could not close the Zip file properly. Check you are allowed to write on the disk and there is available space on it.] => Could not close the Zip file properly. Check you are allowed to write on the disk and there is available space on it. [%s is not a file] => %s is not a file [Unable to create directory %s.] => Unable to create directory %s. [Could not extract %file% from backup, the destination might not be writable.] => Could not extract %file% from backup, the destination might not be writable. [Content of archive %zip% is extracted] => Content of archive %zip% is extracted [[ERROR] Unable to list archived files] => [ERROR] Unable to list archived files [File %filename% (size: %filesize%) has been skipped during backup.] => File %filename% (size: %filesize%) has been skipped during backup. [Unable to open zipFile %s] => Unable to open zipFile %s [Activity Log] => Activity Log [Currently processing] => Currently processing [Analyzing the situation...] => Analyzing the situation... [Errors] => Errors [Branch:] => Branch: [Version number:] => Version number: [URL:] => URL: [MD5 hash:] => MD5 hash: [Changelog:] => Changelog: [See changelog] => See changelog [The pre-Upgrade checklist] => The pre-Upgrade checklist [Your current version of the module is out of date. Update now] => Your current version of the module is out of date. Update now [Modules > Module Manager > Updates] => Modules > Module Manager > Updates [The checklist is not OK. You can only upgrade your shop once all indicators are green.] => The checklist is not OK. You can only upgrade your store once all indicators are green. [Before starting the upgrade process, please make sure this checklist is all green.] => Before starting the upgrade process, please make sure this checklist is all green. [Your server is running on a supported PHP version.] => Your server is running on a supported PHP version. [The PHP version your server is running on is obsolete and needs to be upgraded. [1]Learn more[/1].] => The PHP version your server is running on is obsolete and needs to be upgraded. [1]Learn more[/1]. [Your store's root directory (%s) is writable (with appropriate CHMOD permissions).] => Your store's root directory (%s) is writable (with appropriate CHMOD permissions). [The "/admin/autoupgrade" directory is writable (appropriate CHMOD permissions)] => The "/admin/autoupgrade" directory is writable (appropriate CHMOD permissions) [PHP's "Safe mode" option is turned off] => PHP's "Safe mode" option is turned off [PHP's "allow_url_fopen" option is turned on, or cURL is installed] => PHP's "allow_url_fopen" option is turned on, or cURL is installed [PHP's "zip" extension is enabled] => PHP's "zip" extension is enabled [Your store is in maintenance mode] => Your store is in maintenance mode [Enable maintenance mode and add your maintenance IP in [1]Shop parameters > General > Maintenance[/1]] => Enable maintenance mode and add your maintenance IP in [1]Shop parameters > General > Maintenance[/1] [PrestaShop's caching features are disabled] => PrestaShop's caching features are disabled [PHP's max_execution_time setting has a high value or is disabled entirely (current value: unlimited)] => PHP's max_execution_time setting has a high value or is disabled entirely (current value: unlimited) [PHP's max_execution_time setting has a high value or is disabled entirely (current value: %s seconds)] => PHP's max_execution_time setting has a high value or is disabled entirely (current value: %s seconds) [Your current PHP version isn't compatible with your PrestaShop version.] => Your current PHP version isn't compatible with your PrestaShop version. [Apache mod_rewrite is disabled.] => Apache mod_rewrite is disabled. [The following PHP extensions are not installed: %s.] => The following PHP extensions are not installed: %s. [The following PHP extension is not installed: %s.] => The following PHP extension is not installed: %s. [PHP memory_limit is inferior to 256 MB.] => PHP memory_limit is inferior to 256 MB. [PHP file_uploads configuration is disabled.] => PHP file_uploads configuration is disabled. [The following PHP functions are not installed: %s.] => The following PHP functions are not installed: %s. [The following PHP function is not installed: %s.] => The following PHP function is not installed: %s. [It's not possible to create a PHP session.] => It's not possible to create a PHP session. [The following files are missing:] => The following files are missing: [It's not possible to write in the following folders:] => It's not possible to write in the following folders: [Please also make sure you make a full manual backup of your files and database.] => Please also make sure you make a full manual backup of your files and database. [PrestaShop requirements are not satisfied.] => PrestaShop requirements are not satisfied. [Rollback] => Rollback [After upgrading your shop, you can rollback to the previous database and files. Use this function if your theme or an essential module is not working correctly.] => After upgrading your store, you can roll back to the previous database and files. Use this function if your theme or an essential module is not working correctly. [Choose your backup:] => Choose your backup: [-- Choose a backup to restore --] => -- Choose a backup to restore -- [More options (Expert mode)] => More options (Expert mode) [Start your Upgrade] => Start your Upgrade [You come from the future! You are using a more recent version than the latest available!] => You come from the future! You are using a more recent version than the latest available! [Congratulations, you are already using the latest version available!] => Congratulations, you are already using the latest version available! [Your current PrestaShop version] => Your current PrestaShop version [Your current PHP version] => Your current PHP version [Latest official version for %s channel.] => Latest official version for %s channel. [Upgrade PrestaShop now!] => Upgrade PrestaShop now! [PrestaShop will be downloaded from %s] => PrestaShop will be downloaded from %s [Open changelog in a new window] => Open changelog in a new window [No file will be downloaded (channel %s is used)] => No file will be downloaded (channel %s is used) [The following action are automatically replaced] => The following action are automatically replaced [%old% will be replaced by %new%] => %old% will be replaced by %new% [To change this behavior, you need to manually edit your php files] => To change this behavior, you need to manually edit your php files [Refresh the page] => Refresh the page [Check if a new version is available] => Check if a new version is available [Last check: %s] => Last check: %s [Last check: never] => Last check: never [Expert mode] => Expert mode [Please select your channel:] => Please select your channel: [Channels are offering you different ways to perform an upgrade. You can either upload the new version manually or let the 1-Click Upgrade module download it for you.] => Channels are offering you different ways to perform an upgrade. You can either upload the new version manually or let the 1-Click Upgrade module download it for you. [The Alpha, Beta and Private channels give you the ability to upgrade to a non-official or unstable release (for testing purposes only).] => The Alpha, Beta and Private channels give you the ability to upgrade to a non-official or unstable release (for testing purposes only). [By default, you should use the "Minor release" channel which is offering the latest stable version available.] => By default, you should use the "Minor release" channel which is offering the latest stable version available. [Channel:] => Channel: [Link:] => Link: [Hash key:] => Hash key: [Allow major upgrade:] => Allow major upgrade: [Archive to use:] => Archive to use: [Choose an archive] => Choose an archive [Number of the version you want to upgrade to:] => Number of the version you want to upgrade to: [XML file to use:] => XML file to use: [Choose an XML file] => Choose an XML file [No archive found in your admin/autoupgrade/download directory] => No archive found in your admin/autoupgrade/download directory [Save in the following directory the archive file and XML file of the version you want to upgrade to: %s] => Save in the following directory the archive file and XML file of the version you want to upgrade to: %s [Click to save once the archive is there.] => Click to save once the archive is there. [This option will skip the download step.] => This option will skip the download step. [Save in the following directory the uncompressed PrestaShop files of the version you want to upgrade to: %s] => Save in the following directory the uncompressed PrestaShop files of the version you want to upgrade to: %s [Please tell us which version you are upgrading to [1](1.7.0.1 for instance)[/1]] => Please tell us which version you are upgrading to [1](1.7.0.1 for instance)[/1] [This option will skip both download and unzip steps and will use %1$s as the source directory] => This option will skip both download and unzip steps and will use %1$s as the source directory [Step] => Step [Upgrade steps] => Upgrade steps [Version comparison] => Version comparison [PrestaShop Original version] => PrestaShop Original version [Differences between versions] => Differences between versions [Welcome!] => Welcome! [Upgrade your store to benefit from the latest improvements, bug fixes and security patches.] => Upgrade your store to benefit from the latest improvements, bug fixes and security patches. [Upgrading your store on your own can be risky. If you don't feel comfortable doing the upgrade yourself, many agencies and developers in your area may also provide this kind of service.] => Upgrading your store on your own can be risky. If you don't feel comfortable doing the upgrade yourself, many agencies and developers in your area may also provide this kind of service. ) [AdminInternationalNotification] => Array ( [Are you sure you want to restore the default address format for this country?] => Are you sure you want to restore the default address format for this country? [%s at least, or you will have to edit the translation files manually.] => %s at least, or you will have to edit the translation files manually. [Apache mod_security is activated on your server. This could result in some Bad Request errors] => Apache mod_security is activated on your server. This could result in some Bad Request errors [Warning! Your hosting provider is using the Suhosin patch for PHP, which limits the maximum number of fields allowed in a form:] => Warning! Your hosting provider is using the Suhosin patch for PHP, which limits the maximum number of fields allowed in a form: [Please ask your hosting provider to increase the Suhosin limit to] => Please ask your hosting provider to increase the Suhosin limit to [Warning! Your PHP configuration limits the maximum number of fields allowed in a form:] => Warning! Your PHP configuration limits the maximum number of fields allowed in a form: [for max_input_vars.] => for max_input_vars. [Please ask your hosting provider to increase this limit to] => Please ask your hosting provider to increase this limit to [%s at least, or you will have to edit the translation files.] => %s at least, or you will have to edit the translation files. [%limit% for suhosin.post.max_vars.] => %limit% for suhosin.post.max_vars. [%limit% for suhosin.request.max_vars.] => %limit% for suhosin.request.max_vars. [This expression uses a special syntax:] => This expression uses a special syntax: [Sorry this language is not available] => Sorry this language is not available [Server does not have permissions for writing.] => Server does not have permissions for writing. [Language pack unavailable.] => Language pack unavailable. [An error occurred while creating the language: %s] => An error occurred while creating the language: %s [Cannot load country: %d] => Cannot load country: %d [Cannot enable the associated country: %s] => Cannot enable the associated country: %s [Invalid Zone name.] => Invalid Zone name. [Invalid state properties.] => Invalid state properties. [Cannot update the associated country: %s] => Cannot update the associated country: %s [An error occurred while adding the state.] => An error occurred while adding the state. [An error occurred while fetching the state.] => An error occurred while fetching the state. [Invalid tax properties.] => Invalid tax properties. [An error occurred while importing the tax: %s] => An error occurred while importing the tax: %s [This tax rule cannot be saved.] => This tax rule cannot be saved. [An error occurred while importing the currency: %s] => An error occurred while importing the currency: %s [Localization pack corrupted: wrong unit type.] => Localization pack corrupted: wrong unit type. [An error occurred while setting the units.] => An error occurred while setting the units. [An error occurred while installing the module: %s] => An error occurred while installing the module: %s [An error occurred while uninstalling the module: %s] => An error occurred while uninstalling the module: %s [An error occurred during the configuration setup: %1$s] => An error occurred during the configuration setup: %1$s [An error occurred during the default group update] => An error occurred during the default group update [An error has occurred during the default group update] => An error has occurred during the default group update [An error has occurred, this module does not exist: %s] => An error has occurred, this module does not exist: %s [Invalid language ISO code (%s)] => Invalid language ISO code (%s) [The translation was added successfully, but the language has not been created.] => The translation was added successfully, but the language has not been created. [Cannot add configuration %1$s for %2$s language] => Cannot add configuration %1$s for %2$s language [Localization pack imported successfully.] => Localization pack imported successfully. [The translation was successfully copied.] => The translation was successfully copied. [The translations have been successfully added.] => The translations have been successfully added. [Incorrect Tax Manager class [%s]] => Incorrect Tax Manager class [%s] [Tax Manager class not found [%s]] => Tax Manager class not found [%s] [No tax] => No tax [This ISO code already exists.You cannot create two countries with the same ISO code.] => This ISO code already exists.You cannot create two countries with the same ISO code. [Invalid address layout %s] => Invalid address layout %s [This ISO code already exists. You cannot create two states with the same ISO code.] => This ISO code already exists. You cannot create two states with the same ISO code. [This state was used in at least one address. It cannot be removed.] => This state was used in at least one address. It cannot be removed. [A tax rule already exists for this country/state with tax only behavior.] => A tax rule already exists for this country/state with tax only behavior. [The Zip/Postal code is invalid. It must be typed as follows: %format% for %country%.] => The Zip/Postal code is invalid. It must be typed as follows: %format% for %country%. [An error has occurred: Cannot save the current tax rule.] => An error has occurred: Cannot save the current tax rule. [Impossible to create the directory "%folder%".] => Impossible to create the directory "%folder%". [An error occurred while creating archive.] => An error occurred while creating archive. [Please select a language and a theme.] => Please select a language and a theme. [Tab "%s" is not valid] => Tab "%s" is not valid [Validation failed for: %file%] => Validation failed for: %file% [Unidentified file found: %file%] => Unidentified file found: %file% [The archive cannot be extracted.] => The archive cannot be extracted. [ISO CODE invalid "%iso_code%" for the following file: "%file%"] => ISO CODE invalid "%iso_code%" for the following file: "%file%" [Cannot write to the theme's language file (%s). Please check writing permissions.] => Cannot write to the theme's language file (%s). Please check writing permissions. [Invalid theme "%theme%"] => Invalid theme "%theme%" [Invalid iso code "%iso_code%"] => Invalid iso code "%iso_code%" [This %type_content% file extension is not accepted.] => This %type_content% file extension is not accepted. [Invalid module name "%module%"] => Invalid module name "%module%" [Invalid mail name "%mail%"] => Invalid mail name "%mail%" [Directory "%folder%" cannot be created] => Directory "%folder%" cannot be created [Your email translations contain some invalid HTML and cannot be saved. Please check your content.] => Your email translations contain some invalid HTML and cannot be saved. Please check your content. [Your HTML email templates cannot contain JavaScript code.] => Your HTML email templates cannot contain JavaScript code. [Empty string found, please edit: "%file%"] => Empty string found, please edit: "%file%" [There is an error in template, an empty string has been found. Please edit: "%file%"] => There is an error in template, an empty string has been found. Please edit: "%file%" [The module directory must be writable.] => The module directory must be writable. [A mail directory exists for the "%iso_code%" language, but not for the default language (%language%) in %folder%] => A mail directory exists for the "%iso_code%" language, but not for the default language (%language%) in %folder% [missing translation(s)] => missing translation(s) [No Subject was found for %mail_name% in the database.] => No Subject was found for %mail_name% in the database. [There was a problem getting the mail files.] => There was a problem getting the mail files. [English language files must exist in %folder% folder] => English language files must exist in %folder% folder [Cannot write language file for email subjects. Path is: %folder%] => Cannot write language file for email subjects. Path is: %folder% [Cannot write into the "%file%"] => Cannot write into the "%file%" [Cannot create the folder "%folder%". Please check your directory writing permissions.] => Cannot create the folder "%folder%". Please check your directory writing permissions. [You must select two languages in order to copy data from one to another.] => You must select two languages in order to copy data from one to another. [You must select two themes in order to copy data from one to another.] => You must select two themes in order to copy data from one to another. [There is nothing to copy (same language and theme).] => There is nothing to copy (same language and theme). [Theme(s) not found] => Theme(s) not found [Impossible to copy "%source%" to "%dest%".] => Impossible to copy "%source%" to "%dest%". [Impossible to translate "%dest%".] => Impossible to translate "%dest%". [A part of the data has been copied but some of the language files could not be found.] => A part of the data has been copied but some of the language files could not be found. [Fatal error: ISO code is not correct] => Fatal error: ISO code is not correct [Cannot load the localization pack.] => Cannot load the localization pack. [Please select at least one item to import.] => Please select at least one item to import. [This currency already exists.] => This currency already exists. [%currency% is the default currency for shop %shop_name%, and therefore cannot be removed from shop association] => %currency% is the default currency for shop %shop_name%, and therefore cannot be removed from shop association [%currency% is the default currency for shop %shop_name%, and therefore cannot be disabled] => %currency% is the default currency for shop %shop_name%, and therefore cannot be disabled [You cannot delete the default currency] => You cannot delete the default currency [You cannot disable the default currency] => You cannot disable the default currency [Oops... it looks like this ISO code already exists. If you are: [1][2]trying to create an alternative currency, you must type a different ISO code[/2][2]trying to modify the currency with ISO code %isoCode%, make sure you did not check the creation box[/2][/1]] => Oops... it looks like this ISO code already exists. If you are: [1][2]trying to create an alternative currency, you must type a different ISO code[/2][2]trying to modify the currency with ISO code %isoCode%, make sure you did not check the creation box[/2][/1] [You cannot change the status of the default language.] => You cannot change the status of the default language. [An error occurred while copying "No Picture" image to your product folder.] => An error occurred while copying "No Picture" image to your product folder. [An error occurred while copying "No picture" image to your category folder.] => An error occurred while copying "No picture" image to your category folder. [An error occurred while copying "No picture" image to your brand folder.] => An error occurred while copying "No picture" image to your brand folder. [This ISO code is already linked to another language.] => This ISO code is already linked to another language. [You cannot delete the default language.] => You cannot delete the default language. [You cannot delete the language currently in use. Please select a different language.] => You cannot delete the language currently in use. Please select a different language. [Importing a new language may fail without the OpenSSL module. Please enable "openssl.so" on your server configuration.] => Importing a new language may fail without the OpenSSL module. Please enable "openssl.so" on your server configuration. [You must select at least one translation type to export translations.] => You must select at least one translation type to export translations. [An error occurred while editing the zone.] => An error occurred while editing the zone. [This customer thread does not exist.] => This customer thread does not exist. [Cannot delete this customer thread.] => Cannot delete this customer thread. [Failed to add customer message.] => Failed to add customer message. [Failed to update customer thread status.] => Failed to update customer thread status. [Comment is not valid.] => Comment is not valid. [The geolocation database is unavailable.] => The geolocation database is unavailable. [Country selection is invalid.] => Country selection is invalid. [Invalid whitelist] => Invalid whitelist [Check the [a]developer documentation[/a] for setup instructions.] => Check the [a]developer documentation[/a] for setup instructions. [Could not display symbol and format customization:] => Could not display symbol and format customization: [When you delete a language, all related translations in the database will be deleted.] => When you delete a language, all related translations in the database will be deleted. [Your .htaccess file must be writable.] => Your .htaccess file must be writable. [Language files must be complete to allow copying of translations.] => Language files must be complete to allow copying of translations. [Translation successfully updated] => Translation successfully updated [Failed to update translation] => Failed to update translation ) [ModulesSearchbarAdmin] => Array ( [Search bar] => Search bar [Help your visitors find what they are looking for, add a quick search field to your store.] => Help your visitors find what they are looking for, add a quick search field to your store. ) [ModulesCustomtextAdmin] => Array ( [Custom text block] => Custom text block [Give your visitors extra information, display a customized block of content on your homepage.] => Give your visitors extra information, display a customized block of content on your homepage. [Text block] => Text block ) [ModulesSupplierlistShop] => Array ( [All suppliers] => All suppliers [Suppliers] => Suppliers [No supplier] => No supplier ) [AdminShopparametersHelp] => Array ( [e.g. 10:00AM - 9:30PM] => e.g. 10:00AM - 9:30PM [Image width in pixels. Enter "0" to use the original size.] => Image width in pixels. Enter "0" to use the original size. [Image height in pixels. Enter "0" to use the original size.] => Image height in pixels. Enter "0" to use the original size. [The group defined for your un-identified visitors.] => The group defined for your un-identified visitors. [The group defined for your identified guest customers (used in guest checkout).] => The group defined for your identified guest customers (used in guest checkout). [The group defined for your identified registered customers.] => The group defined for your identified registered customers. [Automatically apply this value as a discount on all products for members of this customer group.] => Automatically apply this value as a discount on all products for members of this customer group. [How prices are displayed in the order summary for this customer group.] => How prices are displayed in the order summary for this customer group. [Customers in this group can view prices.] => Customers in this group can view prices. [Need to hide prices for all groups? Save time, enable catalog mode in Product Settings instead.] => Need to hide prices for all groups? Save time, enable catalog mode in Product Settings instead. [%group_name% - All persons without a customer account or customers that are not logged in.] => %group_name% - All persons without a customer account or customers that are not logged in. [%group_name% - All persons who placed an order through Guest Checkout.] => %group_name% - All persons who placed an order through Guest Checkout. [%group_name% - All persons who created an account on this site.] => %group_name% - All persons who created an account on this site. [PrestaShop has three default customer groups:] => PrestaShop has three default customer groups: [Enable the automatic indexing of products. If you enable this feature, the products will be indexed in the search automatically when they are saved. If the feature is disabled, you will have to index products manually by using the links provided in the field set.] => Enable the automatic indexing of products. If you enable this feature, the products will be indexed in the search automatically when they are saved. If the feature is disabled, you will have to index products manually by using the links provided in the field set. [By default, to search for “blouse”, you have to enter “blous”, “blo”, etc (beginning of the word) – but not “lous” (within the word).] => By default, to search for “blouse”, you have to enter “blous”, “blo”, etc (beginning of the word) – but not “lous” (within the word). [With this option enabled, it also gives the good result if you search for “lous”, “ouse”, or anything contained in the word.] => With this option enabled, it also gives the good result if you search for “lous”, “ouse”, or anything contained in the word. [Enable search within a whole word, rather than from its beginning only.] => Enable search within a whole word, rather than from its beginning only. [It checks if the searched term is contained in the indexed word. This may be resource-consuming.] => It checks if the searched term is contained in the indexed word. This may be resource-consuming. [By default, if you search "book", you will have "book", "bookcase" and "bookend".] => By default, if you search "book", you will have "book", "bookcase" and "bookend". [With this option enabled, it only gives one result “book”, as exact end of the indexed word is matching.] => With this option enabled, it only gives one result “book”, as exact end of the indexed word is matching. [Enable more precise search with the end of the word.] => Enable more precise search with the end of the word. [It checks if the searched term is the exact end of the indexed word.] => It checks if the searched term is the exact end of the indexed word. [By default, the fuzzy search is enabled. It means spelling errors are allowed, e.g. you can search for "bird" with words like "burd", "bard" or "beerd".] => By default, the fuzzy search is enabled. It means spelling errors are allowed, e.g. you can search for "bird" with words like "burd", "bard" or "beerd". [Disabling this option will require exact spelling for the search to match results.] => Disabling this option will require exact spelling for the search to match results. [Enable approximate string matching.] => Enable approximate string matching. [Note that this option is resource-consuming: the more you search, the longer it takes.] => Note that this option is resource-consuming: the more you search, the longer it takes. [Only words fewer or equal to this maximum length will be searched.] => Only words fewer or equal to this maximum length will be searched. [This parameter will only be used if the fuzzy search is activated: the lower the value, the more tolerant your search will be.] => This parameter will only be used if the fuzzy search is activated: the lower the value, the more tolerant your search will be. [Only words this size or larger will be indexed.] => Only words this size or larger will be indexed. [Please enter the index words separated by a "|".] => Please enter the index words separated by a "|". [Enter each alias separated by a comma (e.g. 'prestshop,preztashop,prestasohp').] => Enter each alias separated by a comma (e.g. 'prestshop,preztashop,prestasohp'). [Forbidden characters: ;=#{}] => Forbidden characters: ;=#{} [Search this word instead.] => Search this word instead. [This field does not refer to the shop name visible in the front office.] => This field does not refer to the shop name visible in the front office. [Follow [1]this link[/1] to edit the shop name used on the front office.] => Follow [1]this link[/1] to edit the shop name used on the front office. [You can't edit the shop group because the current shop belongs to a group with the "share" option enabled.] => You can't edit the store group because the current store belongs to a group with the "share" option enabled. [This is the root category of the store that you've created. To define a new root category for your store, [1]please click here[/1].] => This is the root category of the store that you've created. To define a new root category for your store, [1]please click here[/1]. [By selecting associated categories, you are choosing to share the categories between shops. Once associated between shops, any alteration of this category will impact every shop.] => By selecting associated categories, you are choosing to share the categories between shops. Once associated between shops, any alteration of this category will impact every shop. [Upload an icon from your computer (File type: .gif, suggested size: 16x16).] => Upload an icon from your computer (File type: .gif, suggested size: 16x16). [Only letters, numbers and underscores ("_") are allowed.] => Only letters, numbers and underscores ("_") are allowed. [Email template for both .html and .txt.] => Email template for both .html and .txt. [Whether or not to display this store.] => Whether or not to display this store. [Storefront picture.] => Storefront picture. [Displayed in emails sent to customers.] => Displayed in emails sent to customers. [Shop registration information (e.g. SIRET or RCS).] => Shop registration information (e.g. SIRET or RCS). [Contact name (e.g. Customer Support).] => Contact name (e.g. Customer Support). [Emails will be sent to this address.] => Emails will be sent to this address. [If enabled, all messages will be saved in the "Customer Service" page under the "Customer" menu.] => If enabled, all messages will be saved in the "Customer Service" page under the "Customer" menu. [After a customer logs in, you can recall and display the content of his/her last shopping cart.] => After a customer logs in, you can recall and display the content of his/her last shopping cart. [Send an email with a summary of the account information after registration.] => Send an email with a summary of the account information after registration. [Minimum time required between two requests for a password reset.] => Minimum time required between two requests for a password reset. [Activate or deactivate B2B mode. When this option is enabled, B2B features will be made available.] => Activate or deactivate B2B mode. When this option is enabled, B2B features will be made available. [Display or not the birth date field.] => Display or not the birth date field. [Display or not the partner offers tick box, to receive offers from the store's partners.] => Optional check box for affiliate links [We recommend that you deactivate your store while performing maintenance. Note that it will not disable the webservice.] => We recommend that you deactivate your store while performing maintenance. Note that it will not disable the webservice. [Allow IP addresses to access the store, even in maintenance mode. Use a comma to separate them (e.g. 42.24.4.2,127.0.0.1,99.98.97.96).] => Allow IP addresses to access the store, even in maintenance mode. Use a comma to separate them (e.g. 42.24.4.2,127.0.0.1,99.98.97.96). [Display a customized message when the store is disabled.] => Display a customized message when the store is disabled. [When enabled, admins will access the store front office without storing their IP.] => When enabled, admins will access the store front office without storing their IP. [If you own an SSL certificate for your shop's domain name, you can activate SSL encryption (https://) for customer account identification and order processing.] => If you own an SSL certificate for your shop's domain name, you can activate SSL encryption (https://) for customer account identification and order processing. [When enabled, all the pages of your shop will be SSL-secured.] => When enabled, all the pages of your store will be SSL-secured. [Enable or disable token in the Front Office to improve PrestaShop's security.] => Enable or disable token in the Front Office to improve PrestaShop's security. [Allow iframes on text fields like product description. We recommend that you leave this option disabled.] => Allow iframes on text fields like product description. We recommend that you leave this option disabled. [Clean the HTML content on text fields. We recommend that you leave this option enabled.] => Clean the HTML content on text fields. We recommend that you leave this option enabled. [You can choose among 6 different ways of rounding prices. "Round up away from zero ..." is the recommended behavior.] => You can choose among 6 different ways of rounding prices. "Round up away from zero ..." is the recommended behavior. [You can choose when to round prices: either on each item, each line or the total (of an invoice, for example).] => You can choose when to round prices: either on each item, each line or the total (of an invoice, for example). [Enable suppliers page on your front office even when its module is disabled.] => Enable suppliers page on your front office even when its module is disabled. [Enable brands page on your front office even when its module is disabled.] => Enable brands page on your front office even when its module is disabled. [Enable best sellers page on your front office even when its respective module is disabled.] => Enable best sellers page on your front office even when its respective module is disabled. [The multistore feature allows you to manage several front offices from a single back office. If this feature is enabled, a Multistore page is available in the Advanced Parameters menu.] => The multistore feature allows you to manage several front offices from a single back office. If this feature is enabled, a Multistore page is available in the Advanced Parameters menu. [Display an overview of the addresses, shipping method and cart just before the order button (required in some European countries).] => Display a summary of all relevant order data (payment method, adresses, dispatch and cart) above the order button. [Allow guest visitors to place an order without registering.] => Allow guest visitors to place an order without registering. [Disable the option to allow customers to reorder in one click from the order history page (required in some European countries).] => Disable the option to allow customers to reorder in one click from the order history page (required in some European countries). [Set to 0 to disable this feature.] => Set to 0 to disable this feature. [Automatically updates the shipping costs when you edit an order.] => Automatically updates the shipping costs when you edit an order. [Allow the customer to ship orders to multiple addresses. This option will convert the customer's cart into one or more orders.] => Allow the customer to ship orders to multiple addresses. This option will convert the customer's cart into one or more orders. [It allows you to delay shipping if your customers request it.] => It allows you to delay shipping if your customers request it. [Require customers to accept or decline terms of service before processing an order.] => Require customers to accept or decline terms of service before processing an order. [Choose the page which contains your store's terms and conditions of use.] => Choose the page which contains your store's terms and conditions. [The order status will be set to "On backorder" for new orders containing products that are out of stock.] => The order status will be set to "On backorder" for new orders containing products that are out of stock. [Suggest gift-wrapping to customers.] => Suggest gift-wrapping to customers. [Set a price for gift wrapping.] => Set a price for gift wrapping. [Set a tax for gift wrapping.] => Set a tax for gift wrapping. [Suggest recycled packaging to customer.] => Suggest recycled packaging to customer. [Remember to regenerate email templates in [1]Design > Email theme[/1] after enabling or disabling this feature.] => Remember to regenerate email templates in [1]Design > Email theme[/1] after enabling or disabling this feature. [Catalog mode disables the shopping cart on your store. Visitors will be able to browse your products catalog, but not buy them.] => Catalog mode disables the shopping cart on your store. Visitors will be able to browse your products catalog, but not buy them. [Display product prices when in catalog mode.] => Display product prices when in catalog mode. [To hide prices for a specific group, go to [1]Customer Settings > Groups[/1].] => To hide prices for a specific group, go to [1]Customer Settings > Groups[/1]. [characters] => characters [How to calculate quantity discounts.] => How to calculate quantity discounts. [When active, friendly URL will be updated on every save.] => When active, friendly URL will be updated on every save. [Enable this option if you want to activate by default all your manually created new products.] => Enable this option if you want to activate by default all your manually created new products. [If a customer meets multiple conditions, specific prices will be applied in this order of priority, unless a different order has been set for a particular product.] => If a customer meets multiple conditions, specific prices will be applied in this order of priority, unless a different order has been set for a particular product. [You can specify the default behavior for all disabled products. The product page can display a "Discontinued" message or an error page. You can also specify which HTTP response is sent to users. This can be set specifically for each product.] => You can specify the default behavior for all disabled products. The product page can display a "Discontinued" message or an error page. You can also specify which HTTP response is sent to users. This can be set specifically for each product. [When enabled, friendly URL will be updated on every name change for offline products only.] => When enabled, friendly URL will be updated on every name change for offline products only. [Display the "%add_to_cart_label%" button when a product has attributes] => Display the "%add_to_cart_label%" button when a product has attributes [Display or hide the "%add_to_cart_label%" button on category pages for products that have attributes forcing customers to see product details.] => Display or hide the "%add_to_cart_label%" button on category pages for products that have attributes forcing customers to see product details. [In the volume discount table on the product page, display the discounted unit price instead of the unit discount. E.g. If you sell a product for $10 with a discount of $2 from 3 items purchased, the discounted unit price ($8) will be displayed instead of the unit discount ($2).] => In the volume discount table on the product page, display the discounted unit price instead of the unit discount. E.g. If you sell a product for $10 with a discount of $2 from 3 items purchased, the discounted unit price ($8) will be displayed instead of the unit discount ($2). [Display the "%add_to_cart_label%" button when a product has combinations] => Display the "%add_to_cart_label%" button when a product has combinations [Some themes allow your customers to add a product to their cart directly from the product list. You may want to deactivate this feature if a product has combinations, requiring your customers to check product details and choose one of the options.] => Some themes allow your customers to add a product to their cart directly from the product list. You may want to deactivate this feature if a product has combinations, requiring your customers to check product details and choose one of the options. [Number of products displayed per page. Default is 12] => Number of products displayed per page. Default is 12 [The order in which products are displayed in the product list.] => The order in which products are displayed in the product list. [When selling packs of products, how do you want your stock to be calculated?] => When selling packs of products, how do you want your stock to be calculated? [If an attribute is not available in every product combination, it will not be displayed.] => If an attribute is not available in every product combination, it will not be displayed. [Set to "0" to disable this feature.] => Set to "0" to disable this feature. [By default, the "%add_to_cart_label%" button is hidden when a product is unavailable. You can choose to have it displayed in all cases.] => By default, the "%add_to_cart_label%" button is hidden when a product is unavailable. You can choose to have it displayed in all cases. [In stock] => In stock [On backorder] => On backorder [Out of stock] => Out of stock [Advised for European merchants to be legally compliant (eg: Delivered within 3-4 days)] => Advised for European merchants to be legally compliant (eg: Delivered within 3-4 days) [Delivered within 3-4 days] => Delivered within 3-4 days [Advised for European merchants to be legally compliant (eg: Delivered within 5-7 days)] => Advised for European merchants to be legally compliant (eg: Delivered within 5-7 days) [Delivered within 5-7 days] => Delivered within 5-7 days [Note that the label will be displayed only if backorders are denied.] => Note that the label will be displayed only if backorders are denied. [For packs of products, stocks can be managed manually or automatically based on individual product stock levels. Further customization is possible for each product.] => For packs of products, stocks can be managed manually or automatically based on individual product stock levels. Further customization is possible for each product. [Enable this option if you want to display your product's attributes in its meta title.] => Enable this option if you want to display your product's attributes in its meta title. [Enable this option only if your server allows URL rewriting (recommended).] => Enable this option only if your server allows URL rewriting (recommended). [URL rewriting (mod_rewrite) is not active on your server, or it is not possible to check your server configuration. If you want to use Friendly URLs, you must activate this mod.] => URL rewriting (mod_rewrite) is not active on your server, or it is not possible to check your server configuration. If you want to use Friendly URLs, you must activate this mod. [Enable this option if you want to allow accented characters in your friendly URLs. You should only activate this option if you are using non-Latin characters; for all the Latin charsets, your SEO will be better without this option.] => Enable this option if you want to allow accented characters in your friendly URLs. You should only activate this option if you are using non-Latin characters; for all the Latin charsets, your SEO will be better without this option. [Enable this option only if you have problems with URL rewriting.] => Enable this option only if you have problems with URL rewriting. [Some of PrestaShop's features might not work correctly with a specific configuration of Apache's mod_security module. We recommend to turn it off.] => Some of PrestaShop's features might not work correctly with a specific configuration of Apache's mod_security module. We recommend to turn it off. [[1]Make[/1] sure partner offers are not set as required in the [2]Customers[/2] section of the back office before disabling them. Otherwise, new customers won't be able to create an account and [1]proceed[/1] to checkout.] => [1]Make[/1] sure partner offers are not set as required in the [2]Customers[/2] section of the back office before disabling them. Otherwise, new customers won't be able to create an account and [1]proceed[/1] to checkout. [Order's return status name.] => Order's return status name. [Invalid characters: numbers and] => Invalid characters: numbers and [Status will be highlighted in this color. HTML colors only.] => Status will be highlighted in this color. HTML colors only. [Order status (e.g. 'Pending').] => Order status (e.g. 'Pending'). [Invalid characters:] => Invalid characters: [Name of the related page.] => Name of the related page. [Title of this page.] => Title of this page. [A short description of your shop.] => A short description of your shop. [List of keywords for search engines.] => List of keywords for search engines. [For instance, "contacts" for http://example.com/shop/contacts to redirect to http://example.com/shop/contact-form.php] => For instance, "contacts" for http://example.com/shop/contacts to redirect to http://example.com/shop/contact-form.php [Only letters and hyphens are allowed.] => Only letters and hyphens are allowed. [To add tags, click in the field, write something, and then press the "Enter" key.] => To add tags, click in the field, write something, and then press the "Enter" key. [If you want to enable SSL on all the pages of your shop, activate the "Enable on all the pages" option below.] => If you want to enable SSL on all the pages of your store, activate the "Enable on all the pages" option below. ) [ModulesPsgdprCustomeraccount] => Array ( [GDPR - Personal data] => GDPR - Personal data ) [ModulesCheckpaymentShop] => Array ( [This payment method is not available.] => This payment method is not available. [Please send us your check following these rules:] => Please send us your check including the following details: [Amount] => Amount [Payee] => Payee [Send your check to this address] => Send your check to this address [Pay by check] => Pay by check [(order processing will be longer)] => (order processing will be longer) [Your order on %s is complete.] => Your order on %s is complete. [Your check must include:] => Your check must include: [Payment amount.] => Payment amount. [Payable to the order of] => Payable to the order of [Mail to] => Mail to [Do not forget to insert your order number #%d.] => Do not forget to insert your order number #%d. [Do not forget to insert your order reference %s.] => Do not forget to insert your order reference %s. [An email has been sent to you with this information.] => An email has been sent to you with this information. [Your order will be sent as soon as we receive your payment.] => Your order will be sent as soon as we receive your payment. [For any questions or for further information, please contact our] => For any questions or for further information, please contact our [customer service department.] => customer service department. [We have noticed that there is a problem with your order. If you think this is an error, you can contact our] => We have noticed that there is a problem with your order. If you think this is an error, you can contact our ) [AdminShopparametersFeature] => Array ( [Authorized modules:] => Authorized modules: [This category already exists for this group.] => This category already exists for this group. [Add a category discount] => Add a category discount [New group category discount] => New group category discount [Discount (%):] => Discount (%): [Discount: %.2f%%] => Discount: %.2f%% [Group information] => Group information [Price display method:] => Price display method: [Show prices:] => Show prices: [Current category discount] => Current category discount [Members of this customer group] => Members of this customer group [Limited to the first 100 customers.] => Limited to the first 100 customers. [Please use filters to narrow your search.] => Please use filters to narrow your search. [Hours:] => Hours: [Dear Customer, Regards, Customer service] => Dear Customer, Regards, Customer service [We are currently updating our shop and will be back really soon. Thanks for your patience.] => We are currently updating our shop and will be back really soon. Thanks for your patience. [#IN] => #IN [#DE] => #DE [#RE] => #RE [a|about|above|after|again|against|all|am|an|and|any|are|aren|as|at|be|because|been|before|being|below|between|both|but|by|can|cannot|could|couldn|did|didn|do|does|doesn|doing|don|down|during|each|few|for|from|further|had|hadn|has|hasn|have|haven|having|he|ll|her|here|hers|herself|him|himself|his|how|ve|if|in|into|is|isn|it|its|itself|let|me|more|most|mustn|my|myself|no|nor|not|of|off|on|once|only|or|other|ought|our|ours|ourselves|out|over|own|same|shan|she|should|shouldn|so|some|such|than|that|the|their|theirs|them|themselves|then|there|these|they|re|this|those|through|to|too|under|until|up|very|was|wasn|we|were|weren|what|when|where|which|while|who|whom|why|with|won|would|wouldn|you|your|yours|yourself|yourselves] => a|about|above|after|again|against|all|am|an|and|any|are|aren|as|at|be|because|been|before|being|below|between|both|but|by|can|cannot|could|couldn|did|didn|do|does|doesn|doing|don|down|during|each|few|for|from|further|had|hadn|has|hasn|have|haven|having|he|ll|her|here|hers|herself|him|himself|his|how|ve|if|in|into|is|isn|it|its|itself|let|me|more|most|mustn|my|myself|no|nor|not|of|off|on|once|only|or|other|ought|our|ours|ourselves|out|over|own|same|shan|she|should|shouldn|so|some|such|than|that|the|their|theirs|them|themselves|then|there|these|they|re|this|those|through|to|too|under|until|up|very|was|wasn|we|were|weren|what|when|where|which|while|who|whom|why|with|won|would|wouldn|you|your|yours|yourself|yourselves [You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice.] => You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice. [In Stock] => In Stock [Product available for orders] => Product available for orders [Out-of-Stock] => Out-of-Stock [Webmaster] => Webmaster [Customer service] => Customer service [If a technical problem occurs on this website] => If a technical problem occurs on this website [For any question about a product, an order] => For any question about a product, an order [Mr.] => Mr. [Mrs.] => Mrs. [Visitor] => Visitor [Guest] => Guest [Customer] => Customer [Neutral] => Neutral [Add new social title] => Add new social title [Social titles] => Social titles [Image width] => Image width [Image height] => Image height [Social title] => Social title [Group name] => Group name [Discount (%)] => Discount (%) [Members] => Members [Creation date] => Creation date [Default groups options] => Default groups options [Visitors group] => Visitors group [Guests group] => Guests group [Customers group] => Customers group [Save, then add a category reduction.] => Save, then add a category reduction. [Add new group] => Add new group [Customer group] => Customer group [Price display method] => Price display method [Category discount] => Category discount [Modules authorization] => Modules authorization [Registration date] => Registration date [Show prices] => Show prices [Alias] => Alias [Aliases] => Aliases [Indexing] => Indexing [The "indexed" products have been analyzed by PrestaShop and will appear in the results of a front office search.] => The "indexed" products have been analyzed by PrestaShop and will appear in the results of a front office search. [Indexed products] => Indexed products [Building the product index may take a few minutes.] => Building the product index may take a few minutes. [Add missing products to the index] => Add missing products to the index [If your server stops before the process ends, you can resume the indexing by clicking "%add_missing_products_label%".] => If your server stops before the process ends, you can resume the indexing by clicking "%add_missing_products_label%". [Re-build the entire index] => Re-build the entire index [You can set a cron job that will rebuild your index using the following URL:] => You can set a cron job that will rebuild your index using the following URL: [Search within word] => Search within word [Search exact end match] => Search exact end match [Fuzzy search] => Fuzzy search [Maximum approximate words allowed by fuzzy search] => Maximum approximate words allowed by fuzzy search [Maximum word length (in characters)] => Maximum word length (in characters) [Minimum word length (in characters)] => Minimum word length (in characters) [Blacklisted words] => Blacklisted words [Weight] => Weight [The "weight" represents its importance and relevance for the ranking of the products when completing a new search.] => The "weight" represents its importance and relevance for the ranking of the products when completing a new search. [A word with a weight of eight will have four times more value than a word with a weight of two.] => A word with a weight of eight will have four times more value than a word with a weight of two. [We advise you to set a greater weight for words which appear in the name or reference of a product. This will allow the search results to be as precise and relevant as possible.] => We advise you to set a greater weight for words which appear in the name or reference of a product. This will allow the search results to be as precise and relevant as possible. [Setting a weight to 0 will exclude that field from search index. Re-build of the entire index is required when changing to or from 0] => Setting a weight to 0 will exclude that field from search index. Re-build of the entire index is required when changing to or from 0 [Product name weight] => Product name weight [Reference weight] => Reference weight [Short description weight] => Short description weight [Description weight] => Description weight [Category weight] => Category weight [Brand weight] => Brand weight [Tags weight] => Tags weight [Attributes weight] => Attributes weight [Features weight] => Features weight [Add new alias] => Add new alias [Result] => Result [Shop ID] => Shop ID [Shop group] => Store group [Root category] => Root category [Main URL for this shop] => Main URL for this shop [Edit this shop group] => Edit this store group [Add new shop] => Add new shop [Multistore tree] => Multistore tree [It will only be applied to the multistore header to highlight your shop context.] => It will only be applied to the multistore header to highlight your shop context. [It will only be applied to this group of shops, each store will keep its individual color.] => It will only be applied to this group of shops, each store will keep its individual color. [Icon] => Icon [Edit return status] => Edit return status [Show delivery PDF.] => Show delivery PDF. [Template] => Template [Return status] => Return status [Send email to customer] => Send email to customer [Consider the associated order as validated.] => Consider the associated order as validated. [Hide this status in all customer orders.] => Hide this status in all customer orders. [Attach invoice PDF to email.] => Attach invoice PDF to email. [Attach delivery slip PDF to email.] => Attach delivery slip PDF to email. [Set the order as shipped.] => Set the order as shipped. [Set the order as paid.] => Set the order as paid. [Store name] => Store name [Add new store] => Add new store [Stores] => Stores [Store name (e.g. City Center Mall Store).] => Store name (e.g. City Center Mall Store). [Allowed characters: letters, spaces and %s] => Allowed characters: letters, spaces and %s [Latitude / Longitude] => Latitude / Longitude [Store coordinates (e.g. 45.265469/-47.226478).] => Store coordinates (e.g. 45.265469/-47.226478). [Picture] => Picture [Monday] => Monday [Tuesday] => Tuesday [Wednesday] => Wednesday [Thursday] => Thursday [Friday] => Friday [Saturday] => Saturday [Sunday] => Sunday [Choose your country] => Choose your country [Choose your state (if applicable)] => Choose your state (if applicable) [Displayed in emails and page titles.] => Displayed in emails and page titles. [Shop email] => Shop email [Registration number] => Registration number [Shop address line 1] => Shop address line 1 [Shop address line 2] => Shop address line 2 [Contact details] => Contact details [Add new tag] => Add new tag [Tag] => Tag [Search] => Search [Visits] => Visits [Shop name] => Store name [Registrations] => Registrations [Undefined] => Undefined [Visitors] => Visitors [Unknown] => Unknown [Male] => Male [Female] => Female [Product name] => Product name [No redirection (you may have duplicate content issues)] => No redirection (you may have duplicate content issues) [302 Moved Temporarily (recommended while setting up your store)] => 302 Moved Temporarily (recommended while setting up your store) [301 Moved Permanently (recommended once you have gone live)] => 301 Moved Permanently (recommended once you have gone live) [Other] => Other [GET variable] => GET variable [Server] => Server [Add new contact] => Add new contact [Add a new page] => Add a new page [hours] => hours [Save messages?] => Save messages? [Re-display cart at login] => Re-display cart at login [Send an email after registration] => Send an email after registration [Password reset delay] => Password reset delay [minutes] => minutes [Enable B2B mode] => Enable B2B mode [Ask for birth date] => Ask for birth date [Enable partner offers] => Enable partner offers [Enable store] => Enable store [Maintenance IP] => Maintenance IP [Custom maintenance text] => Custom maintenance text [Enable store for logged-in employees] => Enable store for logged-in employees [Round on each item] => Round on each item [Round on each line] => Round on each line [Round on the total] => Round on the total [Round up away from zero, when it is half way there (recommended)] => Round up away from zero, when it is half way there (recommended) [Round down towards zero, when it is half way there] => Round down towards zero, when it is half way there [Round towards the next even value] => Round towards the next even value [Round towards the next odd value] => Round towards the next odd value [Round up to the nearest value] => Round up to the nearest value [Round down to the nearest value] => Round down to the nearest value [Enable SSL on all pages] => Enable SSL on all pages [Increase front office security] => Increase front office security [Allow iframes on HTML fields] => Allow iframes on HTML fields [Use HTMLPurifier Library] => Use HTMLPurifier Library [Round mode] => Round mode [Round type] => Round type [Display suppliers] => Display suppliers [Display brands] => Display brands [Display best sellers] => Display best sellers [Enable Multistore] => Enable Multistore [Main Shop Activity] => Main Shop Activity [Enable final summary] => Enable final summary [Enable guest checkout] => Enable guest checkout [Disable reordering option] => Disable reordering option [Recalculate shipping costs after editing the order] => Recalculate shipping costs after editing the order [Allow multishipping] => Allow multishipping [Delayed shipping] => Delayed shipping [Terms of service] => Terms of service [Page for terms and conditions] => Page for terms and conditions [Set backorder status] => Set backorder status [Minimum purchase total required in order to validate the order] => Minimum purchase total required in order to validate the order [Offer gift wrapping] => Offer gift wrapping [Gift-wrapping tax] => Gift-wrapping tax [Offer recycled packaging] => Offer recycled packaging [Gift-wrapping price] => Gift-wrapping price [Allow a customer to download and view PDF versions of his/her invoices.] => Allow a customer to download and view PDF versions of his/her invoices. [Send an email to the customer when his/her order status has changed.] => Send an email to the customer when his/her order status has changed. [Set the order as in transit.] => Set the order as in transit. [Catalog mode] => Catalog mode [Quantity discounts based on] => Quantity discounts based on [Force update of friendly URL] => Force update of friendly URL [Activate new products by default] => Activate new products by default [Default order of priority for specific prices] => Default order of priority for specific prices [Default behavior for disabled products] => Default behavior for disabled products [Number of days for which the product is considered 'new'] => Number of days for which the product is considered 'new' [Max size of product summary] => Max size of short description [Display available quantities on the product page] => Display available quantities on the product page [Separator of attribute anchor on the product links] => Separator of attribute anchor on the product links [Display the discounted unit price] => Display the discounted unit price [Products per page] => Products per page [Product price] => Product price [Product add date] => Product add date [Product modified date] => Product modified date [Position inside category] => Position inside category [Brand] => Brand [Product quantity] => Product quantity [Product reference] => Product reference [Default order by] => Default order by [Default order method] => Default order method [Display remaining quantities when the quantity is lower than] => Display remaining quantities when the quantity is lower than [Enable stock management] => Enable stock management [Default pack stock management] => Default pack stock management [Display unavailable attributes on the product page] => Display unavailable attributes on the product page [Allow ordering of out-of-stock products] => Allow ordering of out-of-stock products [Label of in-stock products] => Label of in-stock products [Label of out-of-stock products with allowed backorders] => Label of out-of-stock products with allowed backorders [Label of out-of-stock products with denied backorders] => Label of out-of-stock products with denied backorders [Delivery time of in-stock products] => Delivery time of in-stock products [Leave empty to disable] => Leave empty to disable [Delivery time of out-of-stock products with allowed backorders] => Delivery time of out-of-stock products with allowed backorders [Display out-of-stock label on product listing pages] => Display out-of-stock label on product listing pages [Default pack stock behavior] => Default pack stock behavior [$_GET variable] => $_GET variable [The route %routeRule% is not valid] => The route %routeRule% is not valid [Keyword "{%keyword%}" required for route "%routeName%" (rule: "%routeRule%")] => Keyword "{%keyword%}" required for route "%routeName%" (rule: "%routeRule%") [Default pages] => Default pages [Module pages] => Module pages [Display attributes in the product meta title] => Display attributes in the product meta title [Accented URL] => Accented URL [Redirect to the canonical URL] => Redirect to the canonical URL [Disable Apache's MultiViews option] => Disable Apache's MultiViews option [Disable Apache's mod_security module] => Disable Apache's mod_security module [Shop domain] => Shop domain [SSL domain] => SSL domain [Base URI] => Base URI [Route to products] => Route to products [Route to category] => Route to category [Route to supplier] => Route to supplier [Route to brand] => Route to brand [Route to page] => Route to page [Route to page category] => Route to page category [Route to modules] => Route to modules [General product settings] => General product settings [Product page] => Product page [Pagination] => Pagination [Products stock] => Products stock [Contacts] => Contacts [Add new title] => Add new title [Gift options] => Gift options [Status name] => Status name [Color] => Color [Return statuses] => Return statuses [Email template] => Email template [Order status] => Order status [Add new order status] => Add new order status [Add new order return status] => Add new order return status [Rewritten URL] => Rewritten URL [Page name] => Page name [Page title] => Page title [Meta tags] => Meta tags [Keywords: %keywords%] => Keywords: %keywords% [Improve your SEO] => Improve your SEO [Edit information about your pages to gain visibility and therefore reach more visitors. We advise you to start with the index page, it stands for your homepage.] => Edit information about your pages to gain visibility and therefore reach more visitors. We advise you to start with the index page, it stands for your homepage. [Configure index page] => Configure index page [Robots file generation] => Robots file generation [Generate robots.txt file] => Generate robots.txt file [SEO options] => SEO options [Set up URLs] => Set up URLs [Set shop URL] => Set shop URL [Schema of URLs] => Schema of URLs [Referrer] => Referrer [Add new search engine] => Add new search engine [Enable SSL] => Enable SSL [Please click here to check if your shop supports HTTPS.] => Please click here to check if your store supports HTTPS. [Page] => Page ) [AdminAdvparametersHelp] => Array ( [This page benefits from increased performance and includes new features such as a new combination management system.] => This page benefits from increased performance and includes new features such as a new combination management system. [Access the new product page, even in a multistore context. This is a work in progress and some features are not available.] => Access the new product page, even in a multistore context. This is a work in progress and some features are not available. [This page benefits from increased performance and includes new features such as a new combination management system. Please note this is a work in progress and some features are not available yet.] => This page benefits from increased performance and includes new features such as a new combination management system. Please note this is a work in progress and some features are not available yet. [Enable or disable the migrated attribute page.] => Enable or disable the migrated Attribute page. [Enable or disable the authorization server page.] => Enable or disable the Authorization server page. [Enable or disable the migrated cart rules page.] => Enable or disable the migrated Cart rules page. [Enable or disable the migrated catalog price rules page.] => Enable or disable the migrated Catalog price rules page. [Enable or disable the migrated countries page.] => Enable or disable the migrated Countries page. [Enable or disable the migrated states page.] => Enable or disable the migrated States page. [Enable or disable the migrated carriers page.] => Enable or disable the migrated Carriers page. [Enable or disable the migrated titles page.] => Enable or disable the migrated Titles page. [Enable or disable the migrated permissions page.] => Enable or disable the migrated Permissions page. [Enable or disable the migrated tax rules page.] => Enable or disable the migrated Tax rules page. [Enable or disable the migrated customer threads page.] => Enable or disable the migrated Customer threads page. [Enable or disable the migrated order states page.] => Enable or disable the migrated Order states page. [or] => or [A category root is where a category tree can begin. This is used with multistore.] => A category root is where a category tree can begin. This is used with multistore. [0 = Use quantity set in product, 1 = Use quantity from warehouse.] => 0 = Use quantity set in product, 1 = Use quantity from warehouse. [ID of the warehouse to set as storage.] => ID of the warehouse to set as storage. [Use this option to associate data (products, modules, etc.) the same way for each selected shop.] => Use this option to associate data (products, modules, etc.) the same way for each selected shop. [Click here to display the shops in the %name% shop group] => Click here to display the shops in the %name% store group [Click here to display the URLs of the %name% shop] => Click here to display the URLs of the %name% shop [Click here to display the list of shop groups] => Click here to display the list of store groups [Warning: Enabling the "share customers" and "share orders" options is not recommended. Once activated and orders are created, you will not be able to disable these options. If you need these options, we recommend using several categories rather than several shops.] => Warning: Enabling the "share customers" and "share orders" options is not recommended. Once activated and orders are created, you will not be able to disable these options. If you need these options, we recommend using several categories rather than several stores. [Once this option is enabled, the shops in this group will share customers. If a customer registers in any one of these shops, the account will automatically be available in the others shops of this group.] => Once this option is enabled, the stores in this group will share customers. If a customer registers in any one of these stores, the account will automatically be available in the other stores of this group. [Warning: you will not be able to disable this option once you have registered customers.] => Warning: you will not be able to disable this option once you have registered customers. [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 by all shops in this group. This way, any purchase started in one shop will be able to be completed in another shop from the same group.] => Once this option is enabled (which is only possible if customers and available quantities are shared among stores), the customer's cart will be shared by all stores in this group. This way, any purchase started in one store will be able to be completed in another store from the same group. [Warning: You will not be able to disable this option once you've started to accept orders.] => Warning: You will not be able to disable this option once you've started to accept orders. [Enable or disable this shop group?] => Enable or disable this store group? [If you want to add a virtual URL, you need to activate URL rewriting on your web server and enable Friendly URL option.] => If you want to add a virtual URL, you need to activate URL rewriting on your web server and enable Friendly URL option. [You can use this option if you want to create a store with a URL that doesn't exist on your server (e.g. if you want your store to be available with the URL www.example.com/my-store/shoes/, you have to set shoes/ in this field, assuming that my-store/ is your Physical URL).] => You can use this option if you want to create a store with a URL that doesn't exist on your server (e.g. if you want your store to be available with the URL www.example.com/my-store/shoes/, you have to set shoes/ in this field, assuming that my-store/ is your Physical URL). [URL rewriting must be activated on your server to use this feature.] => URL rewriting must be activated on your server to use this feature. [If you set this URL as the Main URL for the selected shop, all URLs set to this shop will be redirected to this URL (you can only have one Main URL per shop).] => If you set this URL as the Main URL for the selected shop, all URLs set to this shop will be redirected to this URL (you can only have one Main URL per shop). [Since the selected shop has no main URL, you have to set this URL as the Main URL.] => Since the selected shop has no main URL, you have to set this URL as the Main URL. [The selected shop already has a Main URL. Therefore, if you set this one as the Main URL, the older Main URL will be set as a regular URL.] => The selected shop already has a Main URL. Therefore, if you set this one as the Main URL, the older Main URL will be set as a regular URL. [This is the physical folder for your store on the web server. Leave this field empty if your store is installed on the root path. For instance, if your store is available at www.example.com/my-store/, you must input my-store/ in this field.] => This is the physical folder for your store on the web server. Leave this field empty if your store is installed on the root path. For instance, if your store is available at www.example.com/my-store/, you must input my-store/ in this field. [Warning: URL rewriting (e.g. mod_rewrite for Apache) seems to be disabled. If your Virtual URL doesn't work, please check with your hosting provider on how to activate URL rewriting.] => Warning: URL rewriting (e.g. mod_rewrite for Apache) seems to be disabled. If your Virtual URL doesn't work, please check with your hosting provider on how to activate URL rewriting. [Ignore this field if you don't use the Multistore tool. If you leave this field empty, the default shop will be used.] => Ignore this field if you don't use the Multistore tool. If you leave this field empty, the default shop will be used. [Enable Advanced Stock Management on product (0 = No, 1 = Yes)] => Enable Advanced Stock Management on product (0 = No, 1 = Yes) [Enable Advanced Stock Management on product (0 = No, 1 = Yes).] => Enable Advanced Stock Management on product (0 = No, 1 = Yes). [This will add directives to your .htaccess file, which should improve caching and compression.] => This will add directives to your .htaccess file, which should improve caching and compression. [Enable or disable debug mode.] => Enable or disable debug mode. [Enable or disable debug mode. Debug mode will enable extended error reporting, display the Symfony debug bar, and other features.] => Enable or disable debug mode. Debug mode will enable extended error reporting, display the Symfony debug bar, and other features. [Enable or disable debug profiling. Debug profiling will display performance-related information under each page and help find performance bottlenecks in your store.] => Enable or disable debug profiling. Debug profiling will display performance-related information under each page and help find performance bottlenecks in your store. [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.] => 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. [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.] => 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. [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.] => 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. [Choose "No" to disable Product Combinations.] => Choose "No" to disable Product Combinations. [You cannot set this parameter to No when combinations are already used by some of your products] => You cannot set this parameter to No when combinations are already used by some of your products [Choose "No" to disable Product Features.] => Choose "No" to disable Product Features. [Choose "No" to disable Customer Groups.] => Choose "No" to disable Customer Groups. [Should be enabled if you want to avoid to store the smarty cache on NFS.] => Should be enabled if you want to avoid to store the smarty cache on NFS. [Choose a stability level for the modules downloaded from PrestaShop Addons Marketplace. All zips pushed on the marketplace are in stable state unless stated otherwise.] => Choose a stability level for the modules downloaded from PrestaShop Addons Marketplace. All zips pushed on the marketplace are in stable state unless stated otherwise. [Check the IP address of the cookie in order to prevent your cookie from being stolen.] => Check the IP address of the cookie in order to prevent your cookie from being stolen. [Set the amount of hours during which the front office cookies are valid. After that amount of time, the customer will have to log in again.] => Set the amount of hours during which the front office cookies are valid. After that amount of time, the customer will have to log in again. [When you access your back office and decide to stay logged in, your cookies lifetime defines your browser session. Set here the number of hours during which you want them valid before logging in again.] => When you access your back office and decide to stay logged in, your cookies lifetime defines your browser session. Set here the number of hours during which you want them valid before logging in again. [Allows you to declare if your cookie should be restricted to a first-party or same-site context.] => Allows you to declare if your cookie should be restricted to a first-party or same-site context. [Set the maximum size allowed for attachment files (in megabytes). This value has to be lower than or equal to the maximum file upload allotted by your server (currently: %size% MB).] => Set the maximum size allowed for attachment files (in megabytes). This value has to be lower than or equal to the maximum file upload allotted by your server (currently: %size% MB). [Define the upload limit for a downloadable product (in megabytes). This value has to be lower or equal to the maximum file upload allotted by your server (currently: %size% MB).] => Define the upload limit for a downloadable product (in megabytes). This value has to be lower or equal to the maximum file upload allotted by your server (currently: %size% MB). [Define the upload limit for an image (in megabytes). This value has to be lower or equal to the maximum file upload allotted by your server (currently: %size% MB).] => Define the upload limit for an image (in megabytes). This value has to be lower or equal to the maximum file upload allotted by your server (currently: %size% MB). [Drop existing tables during import.] => Drop existing tables during import. [If enabled, the backup script will drop your tables prior to restoring data. (ie. "DROP TABLE IF EXISTS")] => If enabled, the backup script will drop your tables prior to restoring data. (ie. "DROP TABLE IF EXISTS") [A DKIM selector usually looks like 12345.domain. It must match the name of your DNS record.] => A DKIM selector usually looks like 12345.domain. It must match the name of your DNS record. [The private key starts with -----BEGIN RSA PRIVATE KEY-----.] => The private key starts with -----BEGIN RSA PRIVATE KEY-----. [Where customers send messages from the order page.] => Where customers send messages from the order page. [Enable DKIM, fill in the fields and give it a try. If no email is sent, check logs.] => Enable DKIM, fill in the fields and give it a try. If no email is sent, check logs. [Fully qualified domain name (keep this field empty if you don't know).] => Fully qualified domain name (keep this field empty if you don't know). [IP address or server name (e.g. smtp.mydomain.com).] => IP address or server name (e.g. smtp.mydomain.com). [Leave blank if not applicable.] => Leave blank if not applicable. [SSL does not seem to be available on your server.] => SSL does not seem to be available on your server. [Port number to use.] => Port number to use. [Allow or deny this employee's access to the Admin panel.] => Allow or deny this employee's access to the Admin panel. [Select the stores the employee is allowed to access.] => Select the stores the employee is allowed to access. [This page will be displayed just after login.] => This page will be displayed just after login. [Password should be at least %num% characters long.] => Password should be at least %num% characters long. [e.g. 1; Blouse; 129.90; 5] => e.g. 1; Blouse; 129.90; 5 [e.g. Blouse; red.jpg, blue.jpg, green.jpg; 129.90 ] => e.g. Blouse; red.jpg, blue.jpg, green.jpg; 129.90 [If enabled, the product's reference number MUST be unique!] => If enabled, the product's reference number MUST be unique! [Enable this option to keep your imported items’ ID number as is. Otherwise, PrestaShop will ignore them and create auto-incremented ID numbers.] => Enable this option to keep your imported items’ ID number as is. Otherwise, PrestaShop will ignore them and create auto-incremented ID numbers. [Receive an email when the import is complete. It can be useful when handling large files, as the import may take some time.] => Receive an email when the import is complete. It can be useful when handling large files, as the import may take some time. [Click on "None" to disable log alerts by email or enter the recipients of these emails in the following field.] => Click on "None" to disable log alerts by email or enter the recipients of these emails in the following field. [Log alerts will be sent to these emails. Please use a comma to separate them (e.g. [email protected], [email protected]).] => Log alerts will be sent to these emails. Please use a comma to separate them (e.g. [email protected], [email protected]). [Enabling multi-statements queries increases the risk of SQL injection vulnerabilities being exploited.] => Enabling multi-statements queries increases the risk of SQL injection vulnerabilities being exploited. [Back office pages require the use of a token. This protection can be disabled if needed.] => Back office pages require the use of a token. This protection can be disabled if needed. [Before activating the webservice, you must be sure to: ] => Before activating the webservice, you must be sure to: [Check that URL rewriting is available on this server.] => Check that URL rewriting is available on this server. [Check that the six methods GET, POST, PUT, PATCH, DELETE and HEAD are supported by this server.] => Check that the six methods GET, POST, PUT, PATCH, DELETE and HEAD are supported by this server. [Before choosing "Yes", check that PHP is not configured as an Apache module on your server.] => Before choosing "Yes", check that PHP is not configured as an Apache module on your server. [Quick description of the key: who it is for, what permissions it has, etc.] => Quick description of the key: who it is for, what permissions it has, etc. [How to restore a database backup in 10 easy steps] => How to restore a database backup in 10 easy steps [Set "Enable Shop" to "No" in the "Maintenance" page under the "Preferences" menu.] => Set "Enable Shop" to "No" in the "Maintenance" page under the "Preferences" menu. [Download the backup from the list below or from your FTP server (in the folder "admin/backups").] => Download the backup from the list below or from your FTP server (in the folder "admin/backups"). [Check the backup integrity: Look for errors, incomplete file, etc... Be sure to verify all of your data.] => Check the backup integrity: Look for errors, incomplete file, etc... Be sure to verify all of your data. [Please ask your hosting provider for "phpMyAdmin" access to your database.] => Please ask your hosting provider for "phpMyAdmin" access to your database. [Connect to "phpMyAdmin" and select your current database.] => Connect to "phpMyAdmin" and select your current database. [Unless you enabled the "Drop existing tables" option, you must delete all tables from your current database.] => Unless you enabled the "Drop existing tables" option, you must delete all tables from your current database. [At the top of the screen, please select the "Import" tab] => At the top of the screen, please select the "Import" tab [Click on the "%phpmyadmin_browse_label%" button and select the backup file from your hard drive.] => Click on the "%phpmyadmin_browse_label%" button and select the backup file from your hard drive. [Check the maximum filesize allowed (e.g. Max: 16MB)] => Check the maximum filesize allowed (e.g. Max: 16MB) [If your backup file exceeds this limit, contact your hosting provider for assistance. ] => If your backup file exceeds this limit, contact your hosting provider for assistance. [Click on the "%phpmyadmin_go_label%" button and please wait patiently for the import process to conclude. This may take several minutes.] => Click on the "%phpmyadmin_go_label%" button and please wait patiently for the import process to conclude. This may take several minutes. [You can read information on import at:] => You can read information on import at: [https://docs.prestashop-project.org/1.7-documentation/user-guide/configuring-shop/advanced-parameters/import] => https://docs.prestashop-project.org/1.7-documentation/user-guide/configuring-shop/advanced-parameters/import [Read more about the CSV format at:] => Read more about the CSV format at: [https://en.wikipedia.org/wiki/Comma-separated_values] => https://en.wikipedia.org/wiki/Comma-separated_values [Allowed formats: .csv, .xls, .xlsx, .xlst, .ods, .ots] => Allowed formats: .csv, .xls, .xlsx, .xlst, .ods, .ots [Only UTF-8 and ISO 8859-1 encodings are allowed] => Only UTF-8 and ISO 8859-1 encodings are allowed [You can also upload your file via FTP to the following directory: %s .] => You can also upload your file via FTP to the following directory: %s . [https://docs.prestashop-project.org/v.8-documentation/user-guide/configuring-shop/advanced-parameters/import] => https://docs.prestashop-project.org/v.8-documentation/user-guide/configuring-shop/advanced-parameters/import [Fill in the fields below to set up DKIM signing of outgoing emails. This will reduce the likelihood of your emails being marked as spam. You can get the data below from your server administrator or generate it yourself by using one of the freely available tools, such as dkimcore.org. Also, make sure that your server is registered as an authorized sender in your SPF record. ] => Fill in the fields below to set up DKIM signing of outgoing emails. This will reduce the likelihood of your emails being marked as spam. You can get the data below from your server administrator or generate it yourself by using one of the freely available tools, such as dkimcore.org. Also, make sure that your server is registered as an authorized sender in your SPF record. [Allow or disallow this employee to log in to the Admin panel.] => Allow or disallow this employee to log in to the Admin panel. [Select the shops the employee is allowed to access.] => Select the shops the employee is allowed to access. [This page will be displayed right after signing in.] => This page will be displayed right after signing in. [Informative only] => Informative only [Warning] => Warning [Error] => Error [Major issue (crash)!] => Major issue (crash)! [Severity levels] => Severity levels [How do I create a new SQL query?] => How do I create a new SQL query? [Click "%add_new_label%".] => Click "%add_new_label%". [Fill in the fields and click "%save_label%".] => Fill in the fields and click "%save_label%". [You can then view the query results by clicking on the "%view_label%" action in the dropdown menu] => You can then view the query results by clicking on the "%view_label%" action in the dropdown menu. [You can also export the query results as a CSV file by clicking on the "%export_label%" button] => You can also export the query results as a CSV file by clicking on the "%export_label%" button. [All outdated sessions will be automatically cleared after the first connection attempt, but you can do it manually now if needed.] => All outdated sessions will be automatically cleared after the first connection attempt, but you can do it manually now if needed. [Scores are integers from 0 to 4.] => Scores are integers from 0 to 4. [Notifications are numbered bubbles displayed at the very top of your back office, right next to the shop's name. They display the number of new items since you last clicked on them.] => Notifications are numbered bubbles displayed at the very top of your back office, right next to the shop's name. They display the number of new items since you last clicked on them. [This feature allows you to identify modules that might be causing bugs on your store. Disable all non-built-in modules (not listed in composer.json). Then, re-enable each module one by one and check that everything works properly before moving on to the next one.] => This feature allows you to identify modules that might be causing bugs on your store. Disable all non-built-in modules (not listed in composer.json). Then, re-enable each module one by one and check that everything works properly before moving on to the next one. [Some features can be disabled in order to improve performance.] => Some features can be disabled in order to improve performance. [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.7+. Otherwise, CCC will cause problems.] => 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.7+. Otherwise, CCC will cause problems. [Invalid] => Invalid [Okay] => Okay [Good] => Good [Fabulous] => Fabulous ) [AdminCatalogNotification] => Array ( [You must select some products before] => You must select some products before [You cannot set 0 or a negative position, the minimum is 1.] => You cannot set 0 or a negative position, the minimum is 1. [You cannot set a position greater than the total number of products in the category, starting at 1.] => You cannot set a position greater than the total number of products in the category, starting at 1. [Error on image caption: "%1s" is not a valid caption.] => Error on image caption: "%1s" is not a valid caption. [The discount was successfully generated.] => The discount was successfully generated. [The root category of the shop %shop% is not associated with the current shop. You can't access this page. Please change the root category of the shop.] => The root category of the shop %shop% is not associated with the current shop. You can't access this page. Please change the root category of the shop. [This will copy the images too. If you wish to proceed, click "%yes_label%". If not, click "%no_label%".] => This will copy the images too. If you wish to proceed, click "%yes_label%". If not, click "%no_label%". [You cannot update the available stock when it depends on stock.] => You cannot update the available stock when it depends on stock. [Incorrect Stock Manager class [%s]] => Incorrect Stock Manager class [%s] [Stock Manager class not found [%s]] => Stock Manager class not found [%s] [Failed to copy the file.] => Failed to copy the file. [An error occurred while updating the status for an object.] => An error occurred while updating the status for an object. [(cannot load object)] => (cannot load object) [The attribute value "%1$s" already exist for %2$s language] => The attribute value "%1$s" already exist for %2$s language [This feature has been disabled. You can activate it here: %link%.] => This feature has been disabled. You can activate it here: %link%. [Failed to delete the attribute.] => Failed to delete the attribute. [The "%s" restriction is checked, but no item is selected.] => The "%s" restriction is checked, but no item is selected. [The voucher cannot end before it begins.] => The voucher cannot end before it begins. [The minimum amount cannot be lower than zero.] => The minimum amount cannot be lower than zero. [Reduction percentage must be between 0% and 100%] => Reduction percentage must be between 0% and 100% [Reduction amount cannot be lower than zero.] => Reduction amount cannot be lower than zero. [This cart rule code is already used (conflict with cart rule %rulename%)] => This cart rule code is already used (conflict with cart rule %rulename%) [An action is required for this cart rule.] => An action is required for this cart rule. [No product has been found.] => No product has been found. [Product with required customization fields cannot be used as a gift.] => Product with required customization fields cannot be used as a gift. [Invalid product] => Invalid product [Invalid combination] => Invalid combination [An error occurred during the image upload process.] => An error occurred during the image upload process. [An order has already been placed with this cart.] => An order has already been placed with this cart. [This product cannot be added to the cart.] => This product cannot be added to the cart. [You already have the maximum quantity available for this product.] => You already have the maximum quantity available for this product. [Invalid voucher.] => Invalid voucher. [Invalid quantity] => Invalid quantity [There are not enough products in stock.] => There are not enough products in stock. [Cannot add image because product creation failed.] => Cannot add image because product creation failed. [Error while creating additional image] => Error while creating additional image [We were unable to associate this attachment to a product.] => We were unable to associate this attachment to a product. [An error occurred while saving product attachments.] => An error occurred while saving product attachments. [You cannot delete this product because there is physical stock left.] => You cannot delete this product because there is physical stock left. [You cannot change the product's cover image.] => You cannot change the product's cover image. [The image could not be found. ] => The image could not be found. [You cannot delete the product #%d because there is physical stock left.] => You cannot delete the product #%d because there is physical stock left. [The price attribute is required.] => The price attribute is required. [You must add at least one attribute.] => You must add at least one attribute. [This combination already exists.] => This combination already exists. [A product must be created before adding features.] => A product must be created before adding features. [Please specify priorities.] => Please specify priorities. [An error occurred while updating priorities.] => An error occurred while updating priorities. [An error occurred while setting priorities.] => An error occurred while setting priorities. [An error occurred while creating customization fields.] => An error occurred while creating customization fields. [An error occurred while updating customization fields.] => An error occurred while updating customization fields. [An error occurred while updating the custom configuration.] => An error occurred while updating the custom configuration. [The label fields defined are invalid.] => The label fields defined are invalid. [A product must be created before adding customization.] => A product must be created before adding customization. [The uploaded file exceeds the "Maximum size for a downloadable product" set in preferences (%1$dMB) or the post_max_size/ directive in php.ini (%2$dMB).] => The uploaded file exceeds the "Maximum size for a downloadable product" set in preferences (%1$dMB) or the post_max_size/ directive in php.ini (%2$dMB). [An error occurred while attempting to associate this image with your shop. ] => An error occurred while attempting to associate this image with your shop. [An error occurred while attempting to move this picture.] => An error occurred while attempting to move this picture. [An error occurred while attempting to update the cover picture.] => An error occurred while attempting to update the cover picture. [An error occurred while attempting to delete the product image.] => An error occurred while attempting to delete the product image. [Wrong IDs] => Wrong IDs [Invalid price/discount amount] => Invalid price/discount amount [Please select a discount type (amount or percentage).] => Please select a discount type (amount or percentage). [The from/to date is invalid.] => The from/to date is invalid. [The name for feature %1$s is too long in %2$s.] => The name for feature %1$s is too long in %2$s. [A valid name required for feature. %1$s in %2$s.] => A valid name required for feature. %1$s in %2$s. [An error occurred while adding tags.] => An error occurred while adding tags. [This %1$s field is required at least in %2$s] => This %1$s field is required at least in %2$s [The %1$s field is too long (%2$d chars max).] => The %1$s field is too long (%2$d chars max). [This %1$s field (%2$s) is too long: %3$d chars max (current count %4$d).] => This %1$s field (%2$s) is too long: %3$d chars max (current count %4$d). [An error occurred while attempting to delete previous tags.] => An error occurred while attempting to delete previous tags. [The selected currency is not valid] => The selected currency is not valid [An error occurred while copying image, the file does not exist anymore.] => An error occurred while copying image, the file does not exist anymore. [An error occurred while copying image, the file width is 0px.] => An error occurred while copying image, the file width is 0px. [An error occurred while copying image, check your memory limit.] => An error occurred while copying image, check your memory limit. [An error occurred while copying the image.] => An error occurred while copying the image. [You can't add product packs into a pack] => You can't add product packs into a pack [An error occurred while attempting to add products to the pack.] => An error occurred while attempting to add products to the pack. [An error occurred while updating the specific price.] => An error occurred while updating the specific price. [The specific price ID is invalid.] => The specific price ID is invalid. [An error occurred while attempting to delete the specific price.] => An error occurred while attempting to delete the specific price. [An attachment name is required.] => An attachment name is required. [This attachment was unable to be loaded into the database.] => This attachment was unable to be loaded into the database. [A specific price already exists for these parameters.] => A specific price already exists for these parameters. [You do not have permission to add suppliers.] => You do not have permission to add suppliers. [The address is not correct. Please make sure all of the required fields are completed.] => The address is not correct. Please make sure all of the required fields are completed. [It is not possible to delete a supplier if there are pending supplier orders.] => It is not possible to delete a supplier if there are pending supplier orders. [Could not delete #%i] => Could not delete #%i [Missing id_hook] => Missing id_hook [Missing block_name] => Missing block_name [Missing block_name value for language %s] => Missing block_name value for language %s [Missing %s value in custom[%s] for language %s] => Missing %s value in custom [%s] for language %s [It is not possible to delete a combination while it still has some quantities in the Advanced Stock Management. You must delete its stock first.] => It is not possible to delete a combination while it still has some quantities in the Advanced Stock Management. You must delete its stock first. [Error while deleting the stock] => Error while deleting the stock [Successful deletion] => Successful deletion [You cannot delete this attribute.] => You cannot delete this attribute. [Invalid 'to' date] => Invalid 'to' date [Invalid 'from' date] => Invalid 'from' date [Submitted reduction value (0-100) is out-of-range] => Submitted reduction value (0-100) is out-of-range [No reduction value has been submitted] => No reduction value has been submitted [Invalid date range] => Invalid date range [If they have no other category, I want to associate them with the parent category.] => If they have no other category, I want to associate them with the parent category. [If they have no other category, I want to associate them with the parent category and turn them offline.] => If they have no other category, I want to associate them with the parent category and turn them offline. [(Recommended)] => (Recommended) [If they have no other category, I want to delete them as well.] => If they have no other category, I want to delete them as well. [This file is associated with the following products. Are you sure you want to delete it?] => This file is associated with the following products. Are you sure you want to delete it? [Remember to properly edit all information after duplicating - including SEO information and friendly URL.] => Remember to properly edit all information after duplicating - including SEO information and friendly URL. [Product(s) successfully activated.] => Product(s) successfully activated. [Product(s) successfully deactivated.] => Product(s) successfully deactivated. [Product(s) successfully deleted.] => Product(s) successfully deleted. [Product(s) successfully duplicated.] => Product(s) successfully duplicated. [Products successfully sorted.] => Products successfully sorted. [Product successfully deleted.] => Product successfully deleted. [Product successfully duplicated.] => Product successfully duplicated. [Product successfully activated.] => Product successfully activated. [Product successfully deactivated.] => Product successfully deactivated. [To put this product online, please enter a name.] => To put this product online, please enter a name. [The product you are trying to access doesn't exist.] => The product you are trying to access doesn't exist. [Invalid description for %s language] => Invalid description for %s language [Upload error. Please check your server configurations for the maximum upload size allowed.] => Upload error. Please check your server configurations for the maximum upload size allowed. [An error occurred while uploading the image:] => An error occurred while uploading the image: [You cannot remove this category because one of your shops uses it as a root category.] => You cannot remove this category because one of your shops uses it as a root category. [An error occurred while creating the category.] => An error occurred while creating the category. [The root category of a shop cannot be edited.] => The root category of a shop cannot be edited. [An error occurred while editing the category.] => An error occurred while editing the category. [The display of your brands is enabled on your store. Go to %sShop Parameters > General%s to edit settings.] => The display of your brands is enabled on your store. Go to %sShop Parameters > General%s to edit settings. [The display of your brands is disabled on your store. Go to %sShop Parameters > General%s to edit settings.] => The display of your brands is disabled on your store. Go to %sShop Parameters > General%s to edit settings. [Unable to resize one or more of your pictures.] => Unable to resize one or more of your pictures. [Error for combination %combination_id%: %error_message%] => Error for combination %combination_id%: %error_message% [Error for product %product_id%: %error_message%] => Error for product %product_id%: %error_message% [When redirecting towards a product you must select a target product.] => When redirecting towards a product you must select a target product. [The display of your suppliers is enabled on your store. Go to %sShop Parameters > General%s to edit settings.] => The display of your suppliers is enabled on your store. Go to %sShop Parameters > General%s to edit settings. [The display of your suppliers is disabled on your store. Go to %sShop Parameters > General%s to edit settings.] => The display of your suppliers is disabled on your store. Go to %sShop Parameters > General%s to edit settings. [Product customization could not be found. Go to Catalog > Products to customize the product.] => Product customization could not be found. Go to Catalog > Products to customize the product. [Selected products were successfully canceled.] => Selected products were successfully canceled. [Cannot find specific price %price%] => Cannot find specific price %price% [This pack is empty. You must add at least one product item.] => This pack is empty. You must add at least one product item. [Duplicate product?] => Duplicate product? [Permanently delete this product?] => Permanently delete this product? [Change the product type] => Change the product type [Are you sure you want to change the product type?] => Are you sure you want to change the product type? [Change product type] => Change product type [Changing the product type will immediately save the product and refresh the page.] => Changing the product type will immediately save the product and refresh the page. [This will delete all combinations.] => This will delete all combinations. [This will delete the list of products in this pack.] => This will delete the list of products in this pack. [This will delete the associated virtual file.] => This will delete the associated virtual file. [This will reset the ecotax value and may impact your retail price (tax incl.).] => This will reset the ecotax value and may impact your retail price (tax incl.). [This will reset the stock of this product.] => This will reset the stock of this product. [Image replaced] => Image replaced [Are you sure you want to delete the selected image?|Are you sure you want to delete the %filesNb% selected images?] => Are you sure you want to delete the selected image?|Are you sure you want to delete the %filesNb% selected images? [Are you sure you want to delete the selected image?|Are you sure you want to delete the {filesNb} selected images?] => Are you sure you want to delete the selected image?|Are you sure you want to delete the {filesNb} selected images? [The file was successfully added.] => The file was successfully added. [This value is too long. It should have %limit% characters or less.] => This value is too long. It should have %limit% characters or less. [There is no result for this search. Update your filters to view other products.] => There is no result for this search. Update your filters to view other products. [Duplication in progress...] => Duplication in progress... [Duplication failed.] => Duplication failed. [Activation in progress...] => Activation in progress... [Activation failed.] => Activation failed. [Deactivation in progress...] => Deactivation in progress... [Deactivation failed.] => Deactivation failed. [Deletion in progress...] => Deletion in progress... [Deletion failed.] => Deletion failed. [Duplicating products] => Duplicating products [Duplicating...] => Duplicating... [Activating products] => Activating products [Activating...] => Activating... [Deactivating products] => Deactivating products [Deactivating...] => Deactivating... [Deleting products] => Deleting products [Deleting...] => Deleting... [You are in a multistore context: any modification will impact all your shops, or each shop of the active group.] => You are in a multistore context: any modification will impact all your stores or each store of the active group. [Friendly URLs are currently enabled.] => Friendly URLs are currently enabled. [To disable it, go to [1]SEO and URLs[/1]] => To disable it, go to [1]SEO and URLs[/1] [Friendly URLs are currently disabled.] => Friendly URLs are currently disabled. [To enable it, go to [1]SEO and URLs[/1]] => To enable it, go to [1]SEO and URLs[/1] [The "Force update of friendly URL" option is currently enabled.] => The "Force update of friendly URL" option is currently enabled. [To disable it, go to [1]Product Settings[/1]] => To disable it, go to [1]Product Settings[/1] [If no carrier is selected then all the carriers will be available for customers orders.] => If no carrier is selected then all the carriers will be available for customers orders. [When enabling advanced stock management for a pack, please make sure it is also enabled for its product(s) – if you choose to decrement product quantities.] => When enabling advanced stock management for a pack, please make sure it is also enabled for its product(s) – if you choose to decrement product quantities. [You can't add or edit a product in this shop context: select a shop instead of a group of shops.] => You can't add or edit a product in this store context: select a store instead of a group of stores. [This will delete all the combinations. Do you wish to proceed?] => This will delete all the combinations. Do you wish to proceed? [A pack of products can't have combinations.] => A pack of products can't have combinations. [A virtual product can't have combinations.] => A virtual product can't have combinations. [What do you want to do with the products associated with this category?] => What do you want to do with the products associated with this category? [Note that if they have another category, your products will logically remain associated with it.] => Note that if they have another category, your products will logically remain associated with it. [You have reached the limit (%s) of files to upload, please remove files to continue uploading] => You have reached the limit (%s) of files to upload, please remove files to continue uploading [This feature has been disabled. You can activate it here: %url%.] => This feature has been disabled. You can activate it here: %url%. [No address has been found for this brand.] => No address has been found for this brand. [This combination doesn't exist anymore] => This combination doesn't exist anymore. [Are you sure you want to delete selected combinations?] => Are you sure you want to delete selected combinations? [Discard changes?] => Discard changes? [All unsaved modifications made on the combination [1]%combinationName%[/1] will be lost.] => All unsaved modifications made on the combination [1]%combinationName%[/1] will be lost. [Are you sure you want to delete selected combinations from store "%store_name%"?] => Are you sure you want to delete selected combinations from store "%store_name%"? [Are you sure you want to delete selected combinations from all stores?] => Are you sure you want to delete selected combinations from all stores? [All unsaved modifications made on the combination [1]{combinationName}[/1] will be lost.] => All unsaved modifications made on the combination [1]{combinationName}[/1] will be lost. [This is the experimental product page.] => This is the experimental product page. [There is no attachment yet.] => There is no attachment yet. [No product matches your search. Try changing search terms.] => No product matches your search. Try changing search terms. [Stock successfully updated] => Stock successfully updated ) [ShopThemeGlobal] => Array ( [Undefined] => Undefined [Straight rows of keys are easy to guess] => Straight rows of keys are easy to guess [Short keyboard patterns are easy to guess] => Short keyboard patterns are easy to guess [Use a longer keyboard pattern with more turns] => Use a longer keyboard pattern with more turns [Repeats like "aaa" are easy to guess] => Repeats like "aaa" are easy to guess [Repeats like "abcabcabc" are only slightly harder to guess than "abc"] => Repeats like "abcabcabc" are only slightly harder to guess than "abc" [Sequences like abc or 6543 are easy to guess] => Sequences like "abc"or "6543" are easy to guess [Recent years are easy to guess] => Recent years are easy to guess [Dates are often easy to guess] => Dates are often easy to guess [This is a top-10 common password] => This is a top-10 common password [This is a top-100 common password] => This is a top-100 common password [This is a very common password] => This is a very common password [This is similar to a commonly used password] => This is similar to a commonly used password [A word by itself is easy to guess] => A word by itself is easy to guess [Names and surnames by themselves are easy to guess] => Names and surnames by themselves are easy to guess [Common names and surnames are easy to guess] => Common names and surnames are easy to guess [Use a few words, avoid common phrases] => Use a few words, avoid common phrases [No need for symbols, digits, or uppercase letters] => No need for symbols, digits, or uppercase letters [Avoid repeated words and characters] => Avoid repeated words and characters [Avoid sequences] => Avoid sequences [Avoid recent years] => Avoid recent years [Avoid years that are associated with you] => Avoid years that are associated with you [Avoid dates and years that are associated with you] => Avoid dates and years that are associated with you [Capitalization doesn't help very much] => Capitalization doesn't help very much [All-uppercase is almost as easy to guess as all-lowercase] => All-uppercase is almost as easy to guess as all-lowercase [Reversed words aren't much harder to guess] => Reversed words aren't much harder to guess [Predictable substitutions like '@' instead of 'a' don't help very much] => Predictable substitutions like "@" instead of "a" don't help very much [Add another word or two. Uncommon words are better.] => Add another word or two. Uncommon words are better. [Sequences like "abc" or "6543" are easy to guess] => Sequences like "abc" or "6543" are easy to guess. [Predictable substitutions like "@" instead of "a" don't help very much] => Predictable substitutions like "@" instead of "a" don't help very much. [Yes] => Yes [No] => No [None] => None [Very weak] => Very weak [Weak] => Weak [Average] => Average [Strong] => Strong [Very strong] => Very strong [Merchandise returns] => Merchandise returns [The page you are looking for was not found.] => The page you are looking for was not found. [Our Offers] => Our Offers [Log in] => Log in [Create new account] => Create new account [Monday] => Monday [Tuesday] => Tuesday [Wednesday] => Wednesday [Thursday] => Thursday [Friday] => Friday [Saturday] => Saturday [Sunday] => Sunday [Brands] => Brands [Home] => Home [Sort by:] => Sort by: [Close] => Close [Store information] => Store information [Addresses] => Addresses [Active filters] => Active filters [(no filter)] => (no filter) [(tax included)] => (tax included) [(tax excluded)] => (tax excluded) [(tax incl.)] => (tax incl.) [(tax excl.)] => (tax excl.) [Tax included] => Tax included [Tax excluded] => Tax excluded [New] => New [Contact us] => Contact us [Call us: [1]%phone%[/1]] => Call us: [1]%phone%[/1] [Call us:] => Call us: [Fax:] => Fax: [Email us:] => Email us: [Fax: [1]%fax%[/1]] => Fax: [1]%fax%[/1] [Currency:] => Currency: [Currency dropdown] => Currency dropdown [Get our latest news and special sales] => Get our latest news and special sales [Carousel container] => Carousel container [Carousel buttons] => Carousel buttons [Previous] => Previous [Next] => Next [Language:] => Language: [Language dropdown] => Language dropdown [%label%:] => %label%: [Sort by selection] => Sort by selection [%copyright% %year% - Ecommerce software by %prestashop%] => %copyright% %year% - Ecommerce software by %prestashop% [List of sub categories in %name%:] => List of sub categories in %name%: [List of pages in %category_name%:] => List of pages in %category_name%: [Sitemap] => Sitemap [Our stores] => Our stores [About and Contact] => About and Contact [Date] => Date [Status] => Status [You are not allowed to access this page.] => You are not allowed to access this page. [403 Forbidden] => 403 Forbidden [We'll be back soon.] => We'll be back soon. [This page could not be found] => This page could not be found [Try to search our catalog, you may find what you are looking for!] => Try to search our catalog, you may find what you are looking for! [You cannot access this store from your country. We apologize for the inconvenience.] => You cannot access this store from your country. We apologize for the inconvenience. ) [AdminPaymentFeature] => Array ( [Customer currency] => Customer currency [Shop default currency] => Shop default currency [Active payment] => Active payment [Currency restrictions] => Currency restrictions [Country restrictions] => Country restrictions [Group restrictions] => Group restrictions [Carrier restrictions] => Carrier restrictions ) [ModulesStatscheckupAdmin] => Array ( [Catalog evaluation] => Catalog evaluation [Enrich your stats, give your catalog a quick evaluation to better analyze your activity.] => Enrich your stats, give your catalog a quick evaluation to better analyze your activity. [Bad] => Bad [Average] => Average [Good] => Good [No product was found.] => No product was found. [Descriptions] => Descriptions [chars (without HTML)] => chars (without HTML) [orders / month] => orders / month [items] => items [Not enough] => Not enough [Alright] => Alright [Less than] => Less than [Greater than] => Greater than [Order by] => Order by [Desc.] => Desc. [Global] => Global ) [ModulesMailalertsAdmin] => Array ( [image(s)] => image(s) [Voucher code:] => Voucher code: ) [ModulesStatsbestvouchersAdmin] => Array ( [Empty recordset returned.] => Empty recordset returned. [Total used] => Total used [Best vouchers] => Best vouchers [Enrich your stats, add a list of the most used vouchers to the dashboard.] => Enrich your stats, add a list of the most used vouchers to the dashboard. ) [ShopThemeCategory] => Array ( [Subcategories] => Subcategories ) [ModulesWelcomeAdmin] => Array ( [Let's create your first product] => Let's create your first product [What do you want to tell about it? Think about what your customers want to know.] => What do you want to tell about it? Think about what your customers want to know. [Add clear and attractive information. Don't worry, you can edit it later :)] => Add clear and attractive information. Don't worry, you can edit it later :) [Give your product a catchy name.] => Give your product a catchy name. [Fill out the essential details in this tab. The other tabs are for more advanced information.] => Fill out the essential details in this tab. The other tabs are for more advanced information. [Add one or more pictures so your product looks tempting!] => Add one or more pictures so your product looks tempting! [How much do you want to sell it for?] => How much do you want to sell it for? [Yay! You just created your first product. Looks good, right?] => Yay! You just created your first product. Looks good, right? [Give your shop its own identity] => Give your shop its own identity [How do you want your shop to look? What makes it so special?] => How do you want your shop to look? What makes it so special? [Customize your theme or choose the best design from our theme catalog.] => Customize your theme or choose the best design from our theme catalog. [A good way to start is to add your own logo here!] => A good way to start is to add your own logo here! [If you want something really special, have a look at the theme catalog!] => If you want something really special, have a look at the theme catalog! [Get your shop ready for payments] => Get your shop ready for payments [How do you want your customers to pay you?] => How do you want your customers to pay you? [These payment methods are already available to your customers.] => These payment methods are already available to your customers. [Choose your shipping solutions] => Choose your shipping solutions [How do you want to deliver your products?] => How do you want to deliver your products? [Here are the shipping methods available on your shop today.] => Here are the shipping methods available on your shop today. [Skip this tutorial] => Skip this tutorial [Over to you!] => Over to you! [You've seen the essential, but there's a lot more to explore.] => You've seen the essential, but there's a lot more to explore. [Some ressources can help you go further:] => Some resources can help you go further: [Starter Guide] => Starter Guide [Forum] => Forum [Training] => Training [Video tutorial] => Video tutorial [I'm ready] => I'm ready [Welcome to your shop!] => Welcome to your shop! [Hi! My name is Preston and I'm here to show you around.] => Hi! My name is Preston and I'm here to show you around. [You will discover a few essential steps before you can launch your shop:] => You will discover a few essential steps before you can launch your shop: [Create your first product, customize your shop, configure shipping and payments...] => Create your first product, customize your shop, configure shipping and payments... [Let's get started!] => Let's get started! [Later] => Later [Start] => Start [Launch your shop!] => Launch your shop! [Resume] => Resume [Stop the OnBoarding] => Stop the OnBoarding [Continue] => Continue [Hey! Are you lost?] => Hey! Are you lost? [To continue, click here:] => To continue, click here: [If you want to stop the tutorial for good, click here:] => If you want to stop the tutorial for good, click here: [Quit the Welcome tutorial] => Quit the Welcome tutorial [Step] => Step [Next] => Next [Welcome] => Welcome [Sell your first product quicker than you would have expected with our nice onboarding process.] => Sell your first product quicker than you would have expected with our nice onboarding process. ) [ShopFormsHelp] => Array ( [DD] => DD [MM] => MM [YYYY] => YYYY [Only letters and the dot (.) character, followed by a space, are allowed.] => Only letters and the dot (.) character, followed by a space, are allowed. [(E.g.: %date_format%)] => (E.g.: %date_format%) [Your password length must be between %d and %d] => Your password length must be between %d and %d [Customer password is too weak] => Customer password is too weak [[email protected]] => [email protected] [Select reference] => Select reference [optional] => optional [How can we help?] => How can we help? [Password input] => Password input [Don't forget to save your customization to be able to add to cart] => Don't forget to save your customization to be able to add to cart [Your message here] => Your message here [250 char. max] => 250 char. max [No selected file] => No selected file ) [AdminPaymentNotification] => Array ( [You have more than one shop and must select one to configure payment.] => You have more than one shop and must select one to configure payment. [No currency mode for payment module] => No currency mode for payment module [Cart cannot be loaded or an order has already been placed using this cart] => Cart cannot be loaded or an order has already been placed using this cart [The cart rule named "%1s" (ID %2s) used in this cart is not valid and has been withdrawn from cart] => The cart rule named "%1s" (ID %2s) used in this cart is not valid and has been withdrawn from cart [Order creation failed] => Order creation failed [Warning: the secure key is empty, check your payment account before validation] => Warning: the secure key is empty, check your payment account before validation [An error occurred while saving message] => An error occurred while saving message [No carrier] => No carrier [%d image(s)] => %d image(s) [We recommend providing at least two different payment methods. Only one payment method could be problematic if this option cannot be used by a customer because it will prevent him/her from ordering.] => We recommend providing at least two different payment methods. Only one payment method could be problematic if this option cannot be used by a customer because it will prevent him/her from ordering. [No payment module installed] => No payment module installed ) [ModulesBlockwishlistShop] => Array ( [You aren't logged in] => You aren't logged in [Unknown action] => Unknown action [There was an error adding the product] => There was an error adding the product [There was an error while adding the product attributes] => There was an error while adding the product attributes [Product added] => Product added [The list name is invalid.] => The list name is invalid. [The list has been properly created] => The list has been properly created [Error saving the new list] => Error saving the new list [Missing name parameter] => Missing name parameter [The list name is invalid] => The list name is invalid. [List has been renamed] => List has been renamed [List could not be renamed] => List could not be renamed [List has been removed] => List has been removed [List deletion was unsuccessful] => List deletion was unsuccessful [Product successfully removed] => Product successfully removed [Unable to remove product from list] => Unable to remove product from list [Product successfully updated] => Product successfully updated [Unable to update product from wishlist] => Unable to update product from wishlist [Request is missing one or multiple parameters] => Request is missing one or multiple parameters [Product added to cart] => Product added to cart [Error when adding product to cart] => Error when adding product to cart [You're not allowed to manage this list.] => You're not allowed to manage this list. [You do not have access to this wishlist.] => You do not have access to this wishlist. [WishList: %wishlist_name%] => WishList: %wishlist_name% [Add to wishlist] => Add to wishlist [No list found.] => No list found. [Create wishlist] => Create wishlist [Add name] => Add name [List title is too short] => List title is too short [Remove product from wishlist] => Remove product from wishlist [Delete wishlist] => Delete wishlist [The product will be removed from "%nameofthewishlist%".] => The product will be removed from "%nameofthewishlist%". [Remove] => Remove [Delete] => Delete [Cancel] => Cancel [Sign in] => Sign in [You need to be logged in to save products in your wishlist.] => You need to be logged in to save products in your wishlist. [Wishlist name] => Wishlist name [Rename wishlist] => Rename wishlist [Share wishlist] => Share wishlist [Copied!] => Copied! [Share link] => Share link [Copy text] => Copy text [Showing %min% - %max% of %total% item(s)] => Showing %min% - %max% of %total% item(s) [Previous] => Previous [Next] => Next [Wishlist name modified!] => Wishlist name modified! [Product added to wishlist!] => Product added to wishlist! [Wishlist created!] => Wishlist created! [Wishlist deleted!] => Wishlist deleted! [Share link copied!] => Share link copied! [Product deleted!] => Product deleted! [No wishlist found.] => No wishlist found. [Rename] => Rename [Share] => Share [Return to your account] => Return to your account [Last added] => Last added [Customize] => Customize [No products found] => No products found [Return to wishlists] => Return to wishlists ) [AdminNotificationsWarning] => Array ( [No module has been installed.] => No module has been installed. [Are you sure?] => Are you sure? [Invalid security token] => Invalid security token [I understand the risks and I really want to display this page] => I understand the risks and I really want to display this page [Take me out of here!] => Take me out of here! [Delete selected items?] => Delete selected items? [Are you sure you want to uninstall this module?] => Are you sure you want to uninstall this module? [Delete selected item?] => Delete selected item? [Invalid configuration] => Invalid configuration. [You cannot change the value of this configuration field in the context of this shop.] => You cannot change the value of this configuration field in the context of this shop. [Please select theme's import source.] => Please select theme's import source. [You can't change the value of this configuration field in this store's context.] => You can't change the value of this configuration field in this store's context. [Delete selected item from current store?] => Delete selected item from current store? [Delete selected item from all stores?] => Delete selected item from all stores? [Delete item] => Delete item [You can't change the value of this configuration field in the context of this shop.] => You can't change the value of this configuration field in the context of this shop. [Since December 30, 2019, you need to register for a [1]MaxMind[/1] account to get a license key to be able to download the geolocation data. Once downloaded, extract the data using Winrar or Gzip into the /app/Resources/geoip/ directory.] => Since December 30, 2019, you need to register for a [1]MaxMind[/1] account to get a license key to be able to download the geolocation data. Once downloaded, extract the data using Winrar or Gzip into the /app/Resources/geoip/ directory. [Are you sure you want to delete this item?] => Are you sure you want to delete this item? [Warning] => Warning [Leave anyway] => Leave anyway [Your modifications are not saved yet. Do you wish to save it before leaving?] => Your modifications are not saved yet. Do you wish to save it before leaving? ) [ShopPdf] => Array ( [: ] => : [Delivery] => Delivery [Invoice] => Invoice [%taxrate%%space%%] => %taxrate%%space%% [Order return] => Order return [Credit slip] => Credit slip [Supply order form] => Supply order form [TE: Tax excluded] => TE: Tax excluded [TI: Tax included] => TI: Tax included [No payment] => No payment [Product] => Product [%s:] => %s: [image(s):] => image(s): [Reference] => Reference [Qty] => Qty [Carrier] => Carrier [Order Reference] => Order Reference [Order date] => Order date [An electronic version of this invoice is available in your account. To access it, log in to our website using your e-mail address and password (which you created when placing your first order).] => An electronic version of this invoice is available in your account. To access it, log in to our website using your e-mail address and password (which you created when placing your first order). [For more assistance, contact Support:] => For more assistance, contact Support: [Tel: %s] => Tel: %s [Fax: %s] => Fax: %s [Delivery Address] => Delivery Address [Billing Address] => Billing Address [Delivery address] => Delivery address [Billing address] => Billing address [Note] => Note [Payment Method] => Payment Method [(Tax excl.)] => (Tax excl.) [Unit Price] => Unit Price [ecotax: %s] => Ecotax: %s [Discounts] => Discounts [Base price] => Base price [Total] => Total [Invoice Number] => Invoice Number [Invoice Date] => Invoice Date [VAT Number] => VAT Number [Exempt of VAT according to section 259B of the General Tax Code.] => Exempt of VAT according to section 259B of the General Tax Code. [Tax Detail] => Tax Detail [Products] => Products [Shipping] => Shipping [Ecotax] => Ecotax [Wrapping] => Wrapping [Total Tax] => Total Tax [Total Products] => Total Products [Total Discounts] => Total Discounts [Shipping Costs] => Shipping Costs [Free Shipping] => Free Shipping [Wrapping Costs] => Wrapping Costs [Total (Tax excl.)] => Total (Tax excl.) [Billing & Delivery Address] => Billing & Delivery Address [If the following conditions are not met, we reserve the right to refuse your package and/or refund:] => If the following conditions are not met, we reserve the right to refuse your package and/or refund: [Please include this return reference on your return package:] => Please include this return reference on your return package: [All products must be returned in their original package and condition, unused and without damage.] => All products must be returned in their original package and condition, unused and without damage. [Please print out this document and slip it into your package.] => Please print out this document and slip it into your package. [The package should be sent to the following address:] => The package should be sent to the following address: [Upon receiving your package, we will notify you by e-mail. We will then begin processing the refund, if applicable. Let us know if you have any questions] => Upon receiving your package, we will notify you by email. We will then begin processing the refund, if applicable. Let us know if you have any questions [Items to be returned] => Items to be returned [We have logged your return request.] => We have logged your return request. [Your package must be returned to us within] => Your package must be returned to us within [days of receiving your order.] => days of receiving your order. [Return Number] => Return Number [Date] => Date [Payment method] => Payment method [Product / Reference] => Product / Reference [Unit price] => Unit price [(Tax Excl.)] => (Tax Excl.) [(Tax Incl.)] => (Tax Incl.) [Price] => Price [No details] => No details [image(s)] => image(s) [Shipping (Tax Excl.)] => Shipping (Tax Excl.) [Shipping (Tax Incl.)] => Shipping (Tax Incl.) [Product Total (Tax Excl.)] => Product Total (Tax Excl.) [Product Total (Tax Incl.)] => Product Total (Tax Incl.) [Product Total] => Product Total [Total (Tax Excl.)] => Total (Tax Excl.) [Total (Tax Incl.)] => Total (Tax Incl.) [Products ordered:] => Products ordered: [Designation] => Designation [Unit Price TE] => Unit Price TE [Before discount] => Before discount [Discount Rate] => Discount Rate [After discount] => After discount [Tax rate] => Tax rate [Total TE] => Total TE [Total TI] => Total TI [Tax Rate] => Tax Rate [No taxes] => No taxes [Taxes:] => Taxes: [Base TE] => Base TE [Tax Value] => Tax Value [Summary:] => Summary: [(Before discount)] => (Before discount) [Order Discount] => Order Discount [(After discount)] => (After discount) [Tax value] => Tax value [Total to pay] => Total to pay ) [ShopNotificationsSuccess] => Array ( [Address successfully deleted.] => Address successfully deleted. [Address successfully updated.] => Address successfully updated. [Address successfully added.] => Address successfully added. [Your guest account has been successfully transformed into a customer account. You can now log in as a registered shopper.] => Your guest account has been successfully transformed into a customer account. You can now log in as a registered shopper. [Information successfully updated.] => Information successfully updated. [Message successfully sent] => Message successfully sent [If this email address has been registered in our shop, you will receive a link to reset your password at %email%.] => If this email address has been registered in our shop, you will receive a link to reset your password at %email%. [Your password has been successfully reset and a confirmation has been sent to your email address: %s] => Your password has been successfully reset and a confirmation has been sent to your email address: %s [If this email address has been registered in our store, you will receive a link to reset your password at %email%.] => If this email address has been registered in our store, you will receive a link to reset your password at %email%. [No addresses are available.] => No addresses are available. ) [ModulesBrandlistAdmin] => Array ( [Brand list] => Brand list [Display your brands on your catalog and allow your visitors to filter their search by brand.] => Display your brands on your catalog and allow your visitors to filter their search by brand. [There is an invalid number of elements.] => There is an invalid number of elements. [Please activate at least one system list.] => Please activate at least one system list. [Type of display] => Type of display [Use a plain-text list] => Use a plain-text list [Use a drop-down list] => Use a drop-down list [Number of elements to display] => Number of elements to display [Only apply in plain-text mode] => Only apply in plain-text mode ) [ModulesFeaturedproductsShop] => Array ( [Our Products] => Our Products [All products] => All products ) [ModulesSupplierlistAdmin] => Array ( [Supplier list] => Supplier list [Display your suppliers on your catalog and allow visitors to filter their search by supplier.] => Display your suppliers on your catalog and allow visitors to filter their search by supplier. [Invalid number of elements.] => Invalid number of elements. [Please activate at least one type of list.] => Please activate at least one type of list. [Type of display] => Type of display [Use a plain-text list] => Use a plain-text list [Use a drop-down list] => Use a drop-down list [Number of elements to display] => Number of elements to display [Only apply in plain-text mode] => Only apply in plain-text mode ) [AdminModulesNotification] => Array ( [Activate module for this shop context: %s.] => Activate module for this shop context: %s. [Would you like to delete the content related to this module ?] => Would you like to delete the content related to this module ? [Confirm reset] => Confirm reset [No - reset only the parameters] => No - reset only the parameters [Yes - reset everything] => Yes - reset everything [Please specify module URL] => Please specify module URL [The module was successfully downloaded.] => The module was successfully downloaded. [Module(s) installed successfully.] => Module(s) installed successfully. [Module(s) uninstalled successfully.] => Module(s) uninstalled successfully. [Module reset successfully.] => Module reset successfully. [Module deleted successfully.] => Module deleted successfully. [Successfully signed in to PrestaShop Addons.] => Successfully signed in to PrestaShop Addons. [The module transplanted successfully to the hook.] => The module transplanted successfully to the hook. [The module was successfully removed from the hook.] => The module was successfully removed from the hook. [Unable to install the module (Module name is not valid).] => Unable to install the module (Module name is not valid). [The version of your module is not compliant with your PrestaShop version.] => The version of your module is not compliant with your PrestaShop version. [Before installing this module, you have to install this/these module(s) first:] => Before installing this module, you have to install this/these module(s) first: [This module has already been installed.] => This module has already been installed. [Could not install module controllers.] => Could not install module controllers. [Technical error: PrestaShop could not install this module.] => Technical error: PrestaShop could not install this module. [Current version: %s] => Current version: %s [%d file upgrade applied] => %d file upgrade applied [No upgrade has been applied] => No upgrade has been applied [Upgraded from: %s to %s] => Upgraded from: %s to %s [%d upgrade left] => %d upgrade left [Module %s cannot be upgraded this time: please refresh this page to update it.] => Module %s cannot be upgraded this time: please refresh this page to update it. [To prevent any problem, this module has been turned off] => To prevent any problem, this module has been turned off [The module is not installed.] => The module is not installed. [Unable to install override: %s] => Unable to install override: %s [%1$s is not a valid module name.] => %1$s is not a valid module name. [All modules cannot be loaded due to memory limit restrictions, please increase your memory_limit value on your server configuration] => All modules cannot be loaded due to memory limit restrictions, please increase your memory_limit value on your server configuration [%s could not be loaded.] => %s could not be loaded. [Error found in config file:] => Error found in config file: [%1$s (parse error in %2$s)] => %1$s (parse error in %2$s) [%1$s (class missing in %2$s)] => %1$s (class missing in %2$s) [The following module(s) could not be loaded] => The following module(s) could not be loaded [No template found for module] => No template found for module [The method %1$s in the class %2$s is already overridden by the module %3$s version %4$s at %5$s.] => The method %1$s in the class %2$s is already overridden by the module %3$s version %4$s at %5$s. [The method %1$s in the class %2$s is already overridden.] => The method %1$s in the class %2$s is already overridden. [Failed to override method %1$s in class %2$s.] => Failed to override method %1$s in class %2$s. [The property %1$s in the class %2$s is already defined.] => The property %1$s in the class %2$s is already defined. [Failed to override property %1$s in class %2$s.] => Failed to override property %1$s in class %2$s. [The constant %1$s in the class %2$s is already defined.] => The constant %1$s in the class %2$s is already defined. [Failed to override constant %1$s in class %2$s.] => Failed to override constant %1$s in class %2$s. [No graph engine selected] => No graph engine selected [Graph engine selected is unavailable.] => Graph engine selected is unavailable. [No grid engine selected] => No grid engine selected [Grid engine selected is unavailable.] => Grid engine selected is unavailable. [Unknown archive type.] => Unknown archive type. [There was an error while extracting the module (file may be corrupted).] => There was an error while extracting the module (file may be corrupted). [The module %1$s that you uploaded is not a valid module.] => The module %1$s that you uploaded is not a valid module. [You do not have the permission to use this module.] => You do not have the permission to use this module. [Cannot reset this module.] => Cannot reset this module. [Cannot install this module.] => Cannot install this module. [Cannot uninstall this module.] => Cannot uninstall this module. [Cannot load the module's object.] => Cannot load the module's object. [An error occurred while copying the archive to the module directory.] => An error occurred while copying the archive to the module directory. [Sorry, the module cannot be deleted. Please check if you have the right permissions on this folder.] => Sorry, the module cannot be deleted. Please check if you have the right permissions on this folder. [You do not have permission to access this module.] => You do not have permission to access this module. [You do not have permission to install this module.] => You do not have permission to install this module. [You do not have permission to delete this module.] => You do not have permission to delete this module. [You do not have permission to configure this module.] => You do not have permission to configure this module. [This module is already installed: %s.] => This module is already installed: %s. [This module has already been uninstalled: %s.] => This module has already been uninstalled: %s. [This module needs to be installed in order to be updated: %s.] => This module needs to be installed in order to be updated: %s. [You do not have permission to uninstall this module.] => You do not have permission to uninstall this module. [The following module(s) could not be uninstalled properly: %s.] => The following module(s) could not be uninstalled properly: %s. [The following module(s) could not be installed properly: %s.] => The following module(s) could not be installed properly: %s. [This module has already been transplanted to this hook.] => This module has already been transplanted to this hook. [This module cannot be transplanted to this hook.] => This module cannot be transplanted to this hook. [An error occurred while transplanting the module to its hook.] => An error occurred while transplanting the module to its hook. [Please select a module to unhook.] => Please select a module to unhook. [This module cannot be loaded.] => This module cannot be loaded. [Hook cannot be loaded.] => Hook cannot be loaded. [An error occurred while deleting the module from its hook.] => An error occurred while deleting the module from its hook. [Parse error detected in main class of module %module%: %parse_error%] => Parse error detected in main class of module %module%: %parse_error% [Error while loading file of module %module%. %error_message%] => Error while loading file of module %module%: %error_message% [Failed to install admin tab "%name%".] => Failed to install admin tab "%name%". [Failed to uninstall admin tab "%name%".] => Failed to uninstall admin tab "%name%". [You are not allowed to install modules.] => You are not allowed to install modules. [You are not allowed to uninstall the module %module%.] => You are not allowed to uninstall the module %module%. [You are not allowed to upgrade the module %module%.] => You are not allowed to upgrade the module %module%. [You are not allowed to enable the module %module%.] => You are not allowed to enable the module %module%. [You are not allowed to disable the module %module%.] => You are not allowed to disable the module %module%. [You are not allowed to enable the module %module% on mobile.] => You are not allowed to enable the module %module% on mobile. [You are not allowed to disable the module %module% on mobile.] => You are not allowed to disable the module %module% on mobile. [You are not allowed to reset the module %module%.] => You are not allowed to reset the module %module%. [Unfortunately, the module did not return additional details.] => Unfortunately, the module did not return additional details. [The module is invalid and cannot be loaded.] => The module is invalid and cannot be loaded. [The module %module% must be installed first] => The module %module% must be installed first [You are not allowed to delete the module %module%.] => You are not allowed to delete the module %module%. [This file does not seem to be a valid module zip] => This file does not seem to be a valid module zip [Cannot extract module in %path%. %error%] => Cannot extract module in %path%. %error% [Unknown module action. It must be one of these values: %actions%] => Unknown module action. It must be one of these values: %actions% [Validation of configuration details failed:] => Validation of configuration details failed: [Configuration successfully applied.] => Configuration successfully applied. [Cannot %action% module %module%. %error_details%] => Cannot %action% module %module%. %error_details% [%action% action on module %module% succeeded.] => %action% action on module %module% succeeded. [%module% did not return a valid response on installation.] => %module% did not return a valid response on installation. [Installation of module %module% was successful.] => Installation of module %module% was successful. [Installation of module %module% failed. %error%] => Installation of module %module% failed. %error% [Impossible to install form source] => Impossible to install from source [Impossible to install from source] => Impossible to install from source [No changelog provided] => No changelog provided [You are about to disable %moduleName% module.] => You are about to disable %moduleName% module. [Your current settings will be saved, but the module will no longer be active.] => Your current settings will be saved, but the module will no longer be active. [You are about to uninstall %moduleName% module.] => You are about to uninstall %moduleName% module. [This will disable the module and delete all its files. For good.] => This will definitely disable the module and delete all its files. [This action cannot be undone.] => This action cannot be undone. [You're about to reset %moduleName% module.] => You're about to reset %moduleName% module. [This will restore the defaults settings.] => This will restore the defaults settings. [You are about to [1] the following modules:] => You are about to [1] the following modules: [Installing module...] => Installing module... [It will close as soon as the module is installed. It won't be long!] => It will close as soon as the module is installed. It won't be long! [Module installed!] => Module installed! [Oops... Upload failed.] => Oops... Upload failed. [No description found for this module :(] => No detailed informations available for this module :( [No additional description provided for this module :(] => No additional description provided for this module :( [No feature list provided for this module :(] => No feature list available for this module :( [No customer benefits notes found for this module :(] => No customer benefits notes found for this module :( [No demonstration video found for this module :(] => No demonstration video found for this module :( [No changelog provided for this module :(] => No changelog provided for this module :( [You need to select at least one module to use the bulk action.] => You need to select at least one module to use the bulk action. [The action "[1]" is not available, impossible to perform your request.] => The action "[1]" is not available, impossible to perform your request. [The action [1] is not available for module [2]. Skipped.] => The action [1] is not available for module [2]. Skipped. [Are you sure you want to upgrade this module?] => Are you sure you want to upgrade this module? [Are you sure you want to upgrade these modules?] => Are you sure you want to upgrade these modules? [We strongly advise you to upgrade the modules on maintenance mode to avoid any cache issues.] => We strongly advise you to upgrade the modules on maintenance mode to avoid any cache issues. [An action is already in progress. Please wait for it to finish.] => An action is already in progress. Please wait for it to finish. ) [ModulesBlockwishlistAdmin] => Array ( [Wishlist] => Wishlist [Allow customers to create wishlists to save their favorite products for later.] => Allow customers to create wishlists to save their favorite products for later. [My wishlists] => My wishlists [My wishlist] => My wishlist [Create new list] => Create new list [All Time Statistics] => All Time Statistics [Product] => Product [Reference] => Reference [Combination] => Combination [Category] => Category [Price (tax excl.)] => Price (tax excl.) [Available Qty] => Available Qty [Conversion rate] => Conversion rate [Current Day Statistics] => Current Day Statistics [Current Month Statistics] => Current Month Statistics [Current Year Statistics] => Current Year Statistics [Wording] => Wording [Save] => Save [You need to choose a specific shop to display the top 10 most added products] => You need to choose a specific shop to display the top 10 most added products. [Top 10 most added products] => Top 10 most added products [Refresh] => Refresh ) [AdminNavigationNotification] => Array ( [Your shop is in debug mode.] => Your shop is in debug mode. [Your shop is in maintenance.] => Your shop is in maintenance. [Your visitors and customers cannot access your shop while in maintenance mode.%s To manage the maintenance settings, go to Shop Parameters > Maintenance tab.] => Your visitors and customers cannot access your shop while in maintenance mode.%s To manage the maintenance settings, go to Shop Parameters > Maintenance tab. [No new order for now :(] => No new order for now :( [No new customer for now :(] => No new customer for now :( [No new message for now.] => No new message for now. [registered] => registered [Orders[1][/1]] => Orders[1][/1] [Customers[1][/1]] => Customers[1][/1] [Messages[1][/1]] => Messages[1][/1] [from] => from [All the PHP errors and messages are displayed. When you no longer need it, [1]turn off[/1] this mode.] => All the PHP errors and messages are displayed. When you no longer need it, [1]turn off[/1] this mode. [Your store is in debug mode.] => Your store is in debug mode. [Your store is in maintenance mode.] => Your store is in maintenance mode. [Your visitors and customers cannot access your store while in maintenance mode.] => Your visitors and customers cannot access your store while in maintenance mode. [To manage the maintenance settings, go to Shop Parameters > General > Maintenance tab.] => To manage the maintenance settings, go to Shop Parameters > General > Maintenance tab. [Admins can access the store front office without storing their IP.] => Admins can access the store front office without storing their IP. [Have you checked your [1][2]abandoned carts[/2][/1]?[3]Your next order could be hiding there!] => Have you checked your [1][2]abandoned carts[/2][/1]?[3]Your next order could be hiding there! [Are you active on social media these days?] => Are you active on social media these days? [Seems like all your customers are happy :)] => Seems like all your customers are happy :) [An error occurred while updating new window property.] => An error occurred while updating new window property. [An error occurred while updating the new window property for this object.] => An error occurred while updating the new window property for this object. ) [ShopNotificationsError] => Array ( [This voucher is disabled] => This voucher is disabled [This voucher has already been used] => This voucher has already been used [This voucher is not valid yet] => This voucher is not valid yet [This voucher has expired] => This voucher has expired [You cannot use this voucher anymore (usage limit reached)] => You cannot use this voucher anymore (usage limit reached) [You cannot use this voucher] => You cannot use this voucher [You must choose a delivery address before applying this voucher to your order] => You must choose a delivery address before applying this voucher to your order [You cannot use this voucher in your country of delivery] => You cannot use this voucher in your country of delivery [You must choose a carrier before applying this voucher to your order] => You must choose a carrier before applying this voucher to your order [You cannot use this voucher with this carrier] => You cannot use this voucher with this carrier [You cannot use this voucher on products on sale] => You cannot use this voucher on products on sale [Please log in first] => Please log in first [The minimum amount to benefit from this promo code is %s.] => The minimum amount to benefit from this promo code is %s. [This voucher is already in your cart] => This voucher is already in your cart [This voucher is not combinable with an other voucher already in your cart: %s] => This voucher is not combinable with an other voucher already in your cart: %s [Cart is empty] => Cart is empty [You cannot use this voucher because it has manually been removed.] => You cannot use this voucher because it has manually been removed. [You cannot use this voucher in an empty cart] => You cannot use this voucher in an empty cart [You cannot use this voucher with these products] => You cannot use this voucher with these products [This cart has expired.] => This cart has expired. [This cart was already used in an order and has expired.] => This cart was already used in an order and has expired. [The email is already used, please choose another one or sign in] => The email is already used, please choose another one or sign in [Your account isn't available at this time, please contact us] => Your account isn't available at this time, please contact us [Authentication failed.] => Authentication failed. [Invalid email/password combination] => Invalid email/password combination [There seems to be an issue with your account, please contact support] => There seems to be an issue with your account, please contact support [An account was already registered with this email address] => An account was already registered with this email address [Password is required] => Password is required [The %1$s field is too long (%2$d chars max).] => The %1$s field is too long (%2$d chars max). [%s is required.] => %s is required. [is invalid.] => is invalid. [Could not delete address.] => Could not delete address. [Please fix the error below.] => Please fix the error below. [Could not delete the address since it is used in the shopping cart.] => Could not delete the address since it is used in the shopping cart. [The customer could not be found.] => The customer could not be found. [You must enter a voucher code.] => You must enter a voucher code. [The voucher code is invalid.] => The voucher code is invalid. [This voucher does not exist.] => This voucher does not exist. [You must add %quantity% minimum quantity] => You must add %quantity% minimum quantity [Null quantity.] => Null quantity. [Product not found] => Product not found [This product (%product%) is no longer available.] => This product (%product%) is no longer available. [The product is no longer available in this quantity.] => The product is no longer available in this quantity. [The minimum purchase order quantity for the product %product% is %quantity%.] => The minimum purchase order quantity for the product %product% is %quantity%. [Please fill in all of the required fields, and then save your customizations.] => Please fill in all of the required fields, and then save your customizations. [You already have the maximum quantity available for this product.] => You already have the maximum quantity available for this product. [The item %product% in your cart is now a product with attributes. Please delete it and choose one of its combinations to proceed with your order.] => The item %product% in your cart is now a product with attributes. Please delete it and choose one of its combinations to proceed with your order. [%product% is no longer available in this quantity. You cannot proceed with your order until the quantity is adjusted.] => %product% is no longer available in this quantity. You cannot proceed with your order until the quantity is adjusted. [The available purchase order quantity for this product is %quantity%.] => The available purchase order quantity for this product is %quantity%. [You can only buy %quantity% "%product%". Please adjust the quantity in your cart to continue.] => You can only buy %quantity% "%product%". Please adjust the quantity in your cart to continue. [Invalid key.] => Invalid key. [This product does not exist in our store.] => This product does not exist in our store. [This product has been deleted.] => This product has been deleted. [This file no longer exists.] => This file no longer exists. [This product has been refunded.] => This product has been refunded. [The product deadline is in the past.] => The product deadline is in the past. [The product expiration date has passed, preventing you from download this product.] => The product expiration date has passed, preventing you from download this product. [Expiration date has passed, you cannot download this product.] => Expiration date has passed, you cannot download this product. [You have reached the maximum number of downloads allowed.] => You have reached the maximum number of downloads allowed. [Please provide the required information] => Please provide the required information [We couldn't find your order with the information provided, please try again] => We couldn't find your order with the information provided, please try again [An unexpected error occurred while creating your account.] => An unexpected error occurred while creating your account. [Could not update your information, please check your data.] => Could not update your information, please check your data. [Password must be between %d and %d characters long] => Password must be between %d and %d characters long [The minimum score must be: %s] => The minimum score must be: %s [Sorry. We cannot renew your order.] => Sorry. We cannot renew your order. [Some items are no longer available, and we are unable to renew your order.] => Some items are no longer available, and we are unable to renew your order. [The order is no longer valid.] => The order is no longer valid. [You do not have enough products to request an additional merchandise return.] => You do not have enough products to request an additional merchandise return. [Please provide an explanation for your RMA.] => Please provide an explanation for your RMA. [Please check at least one product you would like to return.] => Please check at least one product you would like to return. [For each product you wish to add, please specify the desired quantity.] => For each product you wish to add, please specify the desired quantity. [This order cannot be returned] => This order cannot be returned [We cannot regenerate your password with the data you've submitted] => We cannot regenerate your password with the data you've submitted [You cannot regenerate the password for this account.] => You cannot regenerate the password for this account. [You can regenerate your password only every %d minute(s)] => You can regenerate your password only every %d minute(s) [An error occurred while sending the email.] => An error occurred while sending the email. [Customer account not found] => Customer account not found [The password change request expired. You should ask for a new one.] => The password change request expired. You should ask for a new one. [The password is missing: please enter your new password.] => The password is missing: please enter your new password. [The confirmation is empty: please fill in the password confirmation as well] => The confirmation is empty: please fill in the password confirmation as well [The confirmation password doesn't match.] => The confirmation password doesn't match. [The password is not in a valid format.] => The password is not in a valid format. [An error occurred with your account, which prevents us from updating the new password. Please report this issue using the contact form.] => An error occurred with your account, which prevents us from updating the new password. Please report this issue using the contact form. [Invoices are disabled in this shop.] => Invoices are disabled in this shop. [The invoice was not found.] => The invoice was not found. [No invoice is available.] => No invoice is available. [Order return not confirmed.] => Order return not confirmed. [Order return not found.] => Order return not found. [This product is no longer available.] => This product is no longer available. [You do not have access to this product.] => You do not have access to this product. [An error occurred while deleting the selected picture.] => An error occurred while deleting the selected picture. [An error occurred during the image upload process.] => An error occurred during the image upload process. [Invalid message.] => Invalid message. [You do not have access to this category.] => You do not have access to this category. [The message cannot be blank.] => The message cannot be blank. [Invalid email address.] => Invalid email address. [Invalid message] => Invalid message [There are not enough products in stock] => There are not enough products in stock [This product is no longer available for sale.] => This product is no longer available for sale. [Your address is incomplete, please update it.] => Your address is incomplete, please update it. [You have no merchandise return authorizations.] => You have no merchandise return authorizations. ) [ModulesFacetedsearchAdmin] => Array ( [Faceted search] => Faceted search [Filter your catalog to help visitors picture the category tree and browse your store easily.] => Filter your catalog to help visitors picture the category tree and browse your store easily. [Filter template name required (cannot be empty)] => Filter template name required (cannot be empty) [You must select at least one category.] => You must select at least one category. [Your filter] => Your filter [was updated successfully.] => was updated successfully. [was added successfully.] => was added successfully. [Settings saved successfully] => Settings saved successfully [Filter template deleted, categories updated (reverted to default Filter template).] => Filter template deleted, categories updated (reverted to default Filter template). [Filter template not found] => Filter template not found [My template - %s] => My template - %s [My template %s] => My template %s ["%s" is not a valid url] => "%s" is not a valid url [You must select at least one page.] => You must select at least one page. [You must select at least one category if you want to use this filter template on category pages.] => You must select at least one category if you want to use this filter template on category pages. [Category] => Category [Manufacturer] => Manufacturer [Supplier] => Supplier [New products] => New products [Best sales] => Best sales [Prices drop] => Prices drop [Search] => Search [(experimental)] => (experimental) [Meta title] => Meta title [No limit] => No limit [Categories used for this template:] => Categories used for this template: [Categories selection is disabled because you have no categories or you are in a "all shops" context.] => Categories selection is disabled because you have no categories or you are in a "all shops" context. [Effective only if category pages are selected above.] => A customer account has already been created from this guest account. Please sign in. [Pages using this template:] => Pages using this template: [You must select at least one filter] => You must select at least one filter [You must select at least one category] => You must select at least one category [You must select at least one page] => You must select at least one page [Template name:] => Template name: [Only as a reminder] => Only as a reminder [Warning! Your hosting provider is using the Suhosin patch for PHP, which limits the maximum number of fields allowed in a form:] => Warning! Your hosting provider is using the Suhosin patch for PHP, which limits the maximum number of fields allowed in a form: [for suhosin.post.max_vars.] => for suhosin.post.max_vars. [for suhosin.request.max_vars.] => for suhosin.request.max_vars. [Please ask your hosting provider to increase the Suhosin limit to] => Please ask your hosting provider to increase the Suhosin limit to [Warning! Your PHP configuration limits the maximum number of fields allowed in a form:] => Warning! Your PHP configuration limits the maximum number of fields allowed in a form: [for max_input_vars.] => for max_input_vars. [Please ask your hosting provider to increase this limit to] => Please ask your hosting provider to increase this limit to [%s at least, or you will have to edit the translation files manually.] => %s at least, or you will have to edit the translation files manually. [Choose shop association:] => Choose shop association: [Sub-categories filter] => Sub-categories filter [Product stock filter] => Product stock filter [Product condition filter] => Product condition filter [Product brand filter] => Product brand filter [Product weight filter (slider)] => Product weight filter (slider) [Product price filter (slider)] => Product price filter (slider) [Product extras filter] => Product extras filter [New filters template] => New filters template [You can drag and drop filters to adjust position] => You can drag and drop filters to adjust position [Filters:] => Filters: [Total filters: %s] => Total filters: %s [Filter result limit:] => Filter result limit: [Filter style:] => Filter style: [Checkbox] => Checkbox [Radio button] => Radio button [Drop-down list] => Drop-down list [List of ranges] => List of ranges [Attribute group: %name% (%count% attributes)] => Attribute group: %name% (%count% attributes) [Attribute group: %name% (%count% attribute)] => Attribute group: %name% (%count% attribute) [This group will allow user to select a color] => This group will allow user to select a color [Feature: %name% (%count% values)] => Feature: %name% (%count% values) [Feature: %name% (%count% value)] => Feature: %name% (%count% value) [Indexes and caches] => Indexes and caches [Indexing is in progress. Please do not leave this page] => Indexing is in progress. Please do not leave this page [Index all missing prices] => Index all missing prices [Rebuild entire price index] => Rebuild entire price index [Build attributes and features indexes] => Build attributes and features indexes [Clear cache] => Clear cache [You can set a cron job that will rebuild price index using the following URL:] => You can set a cron job that will rebuild price index using the following URL: [You can set a cron job that will rebuild attribute index using the following URL:] => You can set a cron job that will rebuild attribute index using the following URL: [A nightly rebuild is recommended.] => A nightly rebuild is recommended. [Filters templates] => Filters templates [Created on] => Created on [Actions] => Actions [Do you really want to delete this filter template?] => Do you really want to delete this filter template? [No filter template found.] => No filter template found. [Add new template] => Add new template [Enable cache system] => Enable cache system [Show the number of matching products] => Show the number of matching products [Show products from subcategories] => Show products from subcategories [Show products only from default category] => Show products only from default category [Works only if "Show products from subcategories" is off.] => Works only if "Show products from subcategories" is off. [Category filter depth (0 for no limits, 1 by default)] => Category filter depth (0 for no limits, 1 by default) [Use tax to filter price] => Use tax to filter price [Use rounding to filter price] => Use rounding to filter price [Show unavailable, out of stock last] => Show unavailable, out of stock last [(in progress)] => (in progress) [URL indexing finished] => URL indexing finished [Attribute indexing finished] => Attribute indexing finished [URL indexing failed] => URL indexing failed [Attribute indexing failed] => Attribute indexing failed [Price indexing finished] => Price indexing finished [Price indexing failed] => Price indexing failed [(in progress, %s products price to index)] => (in progress, %s products price to index) [Loading...] => Loading... [You selected -All categories-: all existing filter templates will be deleted. Is it OK?] => You selected -All categories-: all existing filter templates will be deleted. Is it OK? [Use Jquery UI slider] => Use Jquery UI slider [Switch this off only if your theme does not use Jquery UI slider. It is recommended to keep it on when using classic theme.] => Switch this off only if your theme does not use jQuery UI slider. It is recommended to keep it on when using classic theme. [Default filter template for new categories] => Default filter template for new categories [If you want to automatically assign a filter template to new categories, select it here.] => If you want to automatically assign a filter template to new categories, select it here. [We recommend to set regular cron tasks to manage the indexes and cache on daily/weekly basis.] => We recommend to set regular cron tasks to manage the indexes and cache on daily/weekly basis. [Add missing products to price index:] => Add missing products to price index: [Rebuild price index:] => Rebuild price index: [Rebuild attribute index:] => Rebuild attribute index: [Flush block cache:] => Flush block cache: [This option caches filtering blocks, so the module does not have to query for matching products all the time. The cache is invalidated on every modification on your store. If you encounter some incosistencies, disable this cache or make sure to flush it if needed.] => This option caches filtering blocks, so the module does not have to query for matching products all the time. The cache is invalidated on every modification on your store. If you encounter some incosistencies, disable this cache or make sure to flush it if needed. [Enable or disable display of matching products after filters. Disabling this won't bring any performance benefit, because matching products need to be calculated anyway.] => Enable or disable display of matching products after filters. Disabling this won't bring any performance benefit, because matching products need to be calculated anyway. [Enable this, if you want to display products from subcategories, even if they are not specifically assigned to the currently browsed category.] => Enable this, if you want to display products from subcategories, even if they are not specifically assigned to the currently browsed category. [Category filter depth] => Category filter depth [This option controls the behavior of category filter block - how deep children of the currently browsed category you want to display? The default value is 1 - only the direct children. Use 0 for unlimited depth.] => This option controls the behavior of category filter block - how deep children of the currently browsed category you want to display? The default value is 1 - only the direct children. Use 0 for unlimited depth. [URL] => URL [When the Faceted Search module is enabled, you can get more detailed URLs by choosing the word that best represent this attribute. By default, PrestaShop uses the attribute's name, but you can change that setting using this field.] => When the Faceted Search module is enabled, you can get more detailed URLs by choosing the word that best represent this attribute. By default, PrestaShop uses the attribute's name, but you can change that setting using this field. [When the Faceted Search module is enabled, you can get more detailed page titles by choosing the word that best represent this attribute. By default, PrestaShop uses the attribute's name, but you can change that setting using this field.] => When the Faceted Search module is enabled, you can get more detailed page titles by choosing the word that best represent this attribute. By default, PrestaShop uses the attribute's name, but you can change that setting using this field. [Invalid characters: ;=#{}_] => Invalid characters: ;=#{}_ [Indexable] => Indexable [Use this attribute in URL generated by the Faceted Search module.] => Use this attribute in URL generated by the Faceted Search module. [When the Faceted Search module is enabled, you can get more detailed URLs by choosing the word that best represent this feature. By default, PrestaShop uses the feature's name, but you can change that setting using this field.] => When the Faceted Search module is enabled, you can get more detailed URLs by choosing the word that best represent this feature. By default, PrestaShop uses the feature's name, but you can change that setting using this field. [When the Faceted Search module is enabled, you can get more detailed page titles by choosing the word that best represent this feature. By default, PrestaShop uses the feature's name, but you can change that setting using this field.] => When the Faceted Search module is enabled, you can get more detailed page titles by choosing the word that best represent this feature. By default, PrestaShop uses the feature's name, but you can change that setting using this field. [When the Faceted Search module is enabled, you can get more detailed URLs by choosing the word that best represent this feature's value. By default, PrestaShop uses the value's name, but you can change that setting using this field.] => When the Faceted Search module is enabled, you can get more detailed URLs by choosing the word that best represent this feature's value. By default, PrestaShop uses the value's name, but you can change that setting using this field. [When the Faceted Search module is enabled, you can get more detailed page titles by choosing the word that best represent this feature's value. By default, PrestaShop uses the value's name, but you can change that setting using this field.] => When the Faceted Search module is enabled, you can get more detailed page titles by choosing the word that best represent this feature's value. By default, PrestaShop uses the value's name, but you can change that setting using this field. ) [ModulesStatscatalogAdmin] => Array ( [Catalog statistics] => Catalog statistics [Enrich your stats, have a look at your catalog’s general statistics.] => Enrich your stats, have a look at your catalog’s general statistics. [(1 purchase / %d visits)] => (1 purchase / %d visits) [Choose a category] => Choose a category [Products available:] => Products available: [Average price (base price):] => Average price (base price): [Product pages viewed:] => Product pages viewed: [Average number of page visits:] => Average number of page visits: [Average number of purchases:] => Average number of purchases: [Images available:] => Images available: [Average number of images:] => Average number of images: [Products never viewed:] => Products never viewed: [Products never purchased:] => Products never purchased: [Conversion rate*:] => Conversion rate*: [Defines the average conversion rate for the product page. It is possible to purchase a product without viewing the product page, so this rate can be greater than 1.] => Defines the average conversion rate for the product page. It is possible to purchase a product without viewing the product page, so this rate can be greater than 1. [Products never purchased] => Products never purchased [Edit / View] => Edit / View ) [ModulesBannerAdmin] => Array ( [Banner] => Banner [Add a banner to the homepage of your store to highlight your sales and new products in a visual and friendly way.] => Add a banner to the homepage of your store to highlight your sales and new products in a visual and friendly way. [Banner image] => Banner image [Upload an image for your top banner. The recommended dimensions are 1110 x 214px if you are using the default theme.] => Upload an image for your top banner. The recommended dimensions are 1110 x 214px if you are using the default theme. [Banner Link] => Banner Link [Enter the link associated to your banner. When clicking on the banner, the link opens in the same window. If no link is entered, it redirects to the homepage.] => Enter the link associated to your banner. When clicking on the banner, the link opens in the same window. If no link is entered, it redirects to the homepage. [Banner description] => Banner description [Please enter a short but meaningful description for the banner.] => Please enter a short but meaningful description for the banner. ) [Install] => Array ( [Choose your language] => Choose your language [License agreements] => License agreements [System compatibility] => System compatibility [Store information] => Store information [System configuration] => System configuration [Store installation] => Store installation [Field required] => Field required [Invalid shop name] => Invalid store name [shop name] => shop name [The field %field% is limited to %limit% characters] => The field %field% is limited to %limit% characters [Your firstname contains some invalid characters] => Your firstname contains some invalid characters [firstname] => firstname [Your lastname contains some invalid characters] => Your lastname contains some invalid characters [lastname] => lastname [The password is incorrect (must be alphanumeric string with at least 8 characters)] => The password is incorrect (must be alphanumeric string with at least 8 characters) [The password is incorrect (must be Strong)] => The password is incorrect (must be Strong) [The password and its confirmation are different] => The password and its confirmation are different [This e-mail address is invalid] => This e-mail address is invalid [Sports and Entertainment] => Sports and Entertainment [Fashion and Accessories] => Fashion and Accessories [Lingerie and Adult] => Lingerie and Adult [Animals and Pets] => Animals and Pets [Art and Culture] => Art and Culture [Babies] => Babies [Beauty and Personal Care] => Beauty and Personal Care [Cars] => Cars [Computer Hardware and Software] => Computer Hardware and Software [Download] => Download [Flowers, Gifts and Crafts] => Flowers, Gifts and Crafts [Food and beverage] => Food and beverage [HiFi, Photo and Video] => HiFi, Photo and Video [Home and Garden] => Home and Garden [Home Appliances] => Home Appliances [Jewelry] => Jewelry [Mobile and Telecom] => Mobile and Telecom [Services] => Services [Shoes and accessories] => Shoes and accessories [Travel] => Travel [Database is connected] => Database is connected [Database is created] => Database is created [Cannot create the database automatically] => Cannot create the database automatically [Create file parameters] => Create file parameters [Create database tables] => Create database tables [Create default shop and languages] => Create default store and languages [Populate database tables] => Populate database tables [Configure shop information] => Configure store information [Install theme] => Install theme [Install modules] => Install modules [Install demonstration data] => Install demonstration data [Post installation scripts] => Post installation scripts [Required PHP parameters] => Required PHP parameters [PHP %version% or later is not enabled] => PHP %version% or later is not enabled [Cannot upload files] => Cannot upload files [Cannot create new files and folders] => Cannot create new files and folders [cURL extension is not enabled] => cURL extension is not enabled [GD library is not installed] => GD library is not installed [JSON extension is not loaded] => JSON extension is not loaded [PHP OpenSSL extension is not loaded] => PHP OpenSSL extension is not loaded [PDO MySQL extension is not loaded] => PDO MySQL extension is not loaded [SimpleXML extension is not loaded] => SimpleXML extension is not loaded [ZIP extension is not enabled] => ZIP extension is not enabled [Fileinfo extension is not enabled] => Fileinfo extension is not enabled [Intl extension is not loaded] => Intl extension is not loaded [PHP's config "memory_limit" must be to a minimum of 256M] => PHP's config "memory_limit" must be to a minimum of 256M [Required Apache configuration] => Required Apache configuration [Enable the Apache mod_rewrite module] => Enable the Apache mod_rewrite module [Files] => Files [Not all files were successfully uploaded on your server] => Not all files were successfully uploaded on your server [Permissions on files and folders] => Permissions on files and folders [Recursive write permissions for %user% user on %folder%] => Recursive write permissions for %user% user on %folder% [Write permissions for %user% user on %folder%] => Write permissions for %user% user on %folder% [Recommended PHP parameters] => Recommended PHP parameters [GZIP compression is not activated] => GZIP compression is not activated [Mbstring extension is not enabled] => Mbstring extension is not enabled [Dom extension is not loaded] => Dom extension is not loaded [Cannot open external URLs (requires allow_url_fopen as On)] => Cannot open external URLs (requires allow_url_fopen as On) [Unable to generate private keys using openssl_pkey_new. Check your OpenSSL configuration, especially the path to openssl.cafile.] => Unable to generate private keys using openssl_pkey_new. Check your OpenSSL configuration, especially the path to openssl.cafile. [Documentation] => Documentation [Blog] => Blog [Information about your Store] => Information about your Store [Shop name] => Store name [Main activity] => Main activity [Please choose your main activity] => Please choose your main activity [Other activity...] => Other activity... [Help us learn more about your store so we can offer you optimal guidance and the best features for your business!] => Help us learn more about your store so we can offer you optimal guidance and the best features for your business! [Country] => Country [Select your country] => Select your country [Shop timezone] => Store timezone [Select your timezone] => Select your timezone [Enable SSL] => Enable SSL [Your Account] => Your Account [First name] => First name [Last name] => Last name [E-mail address] => E-mail address [This email address will be your username to access your store's back office.] => This email address will be your username to access your store's back office. [Shop password] => Store password [Must be at least 8 characters] => Must be at least 8 characters [Re-type to confirm] => Re-type to confirm [Enter a password between %d and %d characters] => Enter a password between %d and %d characters [The minimum score must be: %s] => The minimum score must be: %s [Store name] => Store name [Yes] => Yes [No] => No [Installation of theme] => Installation of theme [Version:] => Version: [Select the theme to install.] => Select the theme to install [Installation of demo products] => Installation of demo products [Demo products are a good way to learn how to use PrestaShop. You should install them if you are not familiar with it.] => Demo products are a good way to learn how to use PrestaShop. You should install them if you are not familiar with it. [Installation of modules] => Installation of modules [Install all modules (recommended)] => Install all modules (recommended) [Select the modules to install] => Select the modules to install [If you are using PrestaShop for the first time, you should install all modules now and uninstall the ones you don't need later.] => If you are using PrestaShop for the first time, you should install all modules now and uninstall the ones you don't need later. [Search] => Search [Select all] => Select all [Select the theme to install] => Select the theme to install [Configure your database by filling out the following fields] => Configure your database by filling out the following fields [To use PrestaShop, you must create a database to collect all of your store's data-related activities.] => To use PrestaShop, you must create a database to collect all of your store's data-related activities. [Please complete the fields below in order for PrestaShop to connect to your database.] => Please complete the fields below in order for PrestaShop to connect to your database. [Database server address] => Database server address [The default port is 3306. To use a different port, add the port number at the end of your server's address i.e ":4242".] => The default port is 3306. To use a different port, add the port number at the end of your server's address i.e ":4242". [Database name] => Database name [Database login] => Database login [Database password] => Database password [Tables prefix] => Tables prefix [Drop existing tables] => Drop existing tables [Test your database connection now!] => Test your database connection now! [PrestaShop Installation Assistant] => PrestaShop Installation Assistant [Installation Assistant] => Installation Assistant [To install PrestaShop, you need to have JavaScript enabled in your browser.] => To install PrestaShop, you need to have JavaScript enabled in your browser. [https://enable-javascript.com/] => https://enable-javascript.com/ [Next] => Next [Back] => Back [License Agreements] => License Agreements [To enjoy the many features that are offered for free by PrestaShop, please read the license terms below. PrestaShop core is licensed under OSL 3.0, while the modules and themes are licensed under AFL 3.0.] => To enjoy the many features that are offered for free by PrestaShop, please read the license terms below. PrestaShop core is licensed under OSL 3.0, while the modules and themes are licensed under AFL 3.0. [I agree to the above terms and conditions.] => I agree to the above terms and conditions. [Privacy note] => Privacy note [this article] => this article [Some project modules may submit public and technical information about your store to the PrestaShop Project for analytics purposes. To learn more and make an informed choice, read %link%.] => Some project modules may submit public and technical information about your store to the PrestaShop Project for analytics purposes. To learn more and make an informed choice, read %link%. [Done!] => Done! [An error occurred during installation...] => An error occurred during installation... [You can use the links on the left column to go back to the previous steps, or restart the installation process by clicking here.] => You can use the links on the left column to go back to the previous steps, or restart the installation process by clicking here. [Your installation is finished!] => Your installation is finished! [You have just finished installing your shop. Thank you for using PrestaShop!] => You have just finished installing your store. Thank you for using PrestaShop! [Please remember your login information:] => Please remember your login information: [E-mail] => E-mail [Print my login information] => Print my login information [Password] => Password [Display] => Display [For security purposes, you must delete the "install" folder.] => For security purposes, you must delete the "install" folder. [Back Office] => Back Office [Manage your store using your Back Office. Manage your orders and customers, add modules, change themes, etc.] => Manage your store using your Back Office. Manage your orders and customers, add modules, change themes, etc. [Manage your store] => Manage your store [Front Office] => Front Office [Discover your store as your future customers will see it!] => Discover your store as your future customers will see it! [Discover your store] => Discover your store [We are currently checking PrestaShop compatibility with your system environment] => We are currently checking PrestaShop compatibility with your system environment [PrestaShop compatibility with your system environment has been verified!] => PrestaShop compatibility with your system environment has been verified! [Refresh information] => Refresh information [Oops! Please correct the item(s) below, and then click "%refresh_label%" to test the compatibility of your new system.] => Oops! Please correct the item(s) below, and then click "%refresh_label%" to test the compatibility of your new system. [Warning: You cannot use this tool to upgrade your store anymore.You already have PrestaShop version %version% installed.If you want to upgrade to the latest version, please use the 1-Click Upgrade module and follow its instructions.] => Warning: You cannot use this tool to upgrade your store anymore.You already have PrestaShop version %version% installed.If you want to upgrade to the latest version, please use the 1-Click Upgrade module and follow its instructions. [Welcome to the PrestaShop %version% Installer] => Welcome to the PrestaShop %version% Installer [Installing PrestaShop is quick and easy. In just a few moments, you will become part of a community consisting of more than %numMerchants% merchants. You are on the way to creating your own unique online store that you can manage easily every day.] => Installing PrestaShop is quick and easy. In just a few moments, you will become part of a community consisting of more than %numMerchants% merchants. You are on the way to creating your own unique online store that you can manage easily every day. [Continue the installation in:] => Continue the installation in: [The language selection above only applies to the Installation Assistant. Once your store is installed, you can choose the language of your store from over %d% translations, all for free!] => The language selection above only applies to the Installation Assistant. Once your store is installed, you can choose the language of your store from over %d% translations, all for free! [Please activate the 'mod_auth_basic' Apache module to allow the use of the PrestaShop webservice.] => Please activate the 'mod_auth_basic' Apache module to allow the use of the PrestaShop webservice. [We could not check to see if basic authentication and rewrite extensions have been activated. Please manually check if they've been activated in order to use the PrestaShop webservice.] => We could not check to see if basic authentication and rewrite extensions have been activated. Please manually check if they've been activated in order to use the PrestaShop webservice. [Please activate the 'SimpleXML' PHP extension to allow testing of PrestaShop's webservice.] => Please activate the 'SimpleXML' PHP extension to allow testing of PrestaShop's webservice. [It is preferable to use SSL (https:) for webservice calls, as it avoids the "man in the middle" type security issues.] => It is preferable to use SSL (https:) for webservice calls, as it avoids the "man in the middle" type security issues. [Fashion and accessories] => Fashion and accessories [Sport and Entertainment] => Sport and Entertainment [-- Please choose your main activity --] => -- Please choose your main activity -- [Server name is not valid] => Server name is not valid [You must enter a database name] => You must enter a database name [You must enter a database login] => You must enter a database login [Tables prefix is invalid] => Tables prefix is invalid [Cannot convert database data to utf-8] => Cannot convert database data to utf-8 [At least one table with same prefix was already found, please change your prefix or drop your database] => At least one table with same prefix was already found, please change your prefix or drop your database [Your database login does not have the privileges to create table on the database "%s". Ask your hosting provider:] => Your database login does not have the privileges to create table on the database "%s". Ask your hosting provider: [You must be granted the privilege to select data in the tables of database "%s". Ask your hosting provider to enable it.] => You must be granted the privilege to select data in the tables of database "%s". Ask your hosting provider to enable it. [Database Server is not found. Please verify the login, password and server fields] => Database Server is not found. Please verify the login, password and server fields [Connection to MySQL server succeeded, but database "%database%" not found] => Connection to MySQL server succeeded, but database "%database%" not found [Attempt to create the database automatically] => Attempt to create the database automatically [%file% file is not writable (check permissions)] => %file% file is not writable (check permissions) [%folder% folder is not writable (check permissions)] => %folder% folder is not writable (check permissions) [Cannot write settings file] => Cannot write settings file [Cannot write app/config/parameters.php file] => Cannot write app/config/parameters.php file [Cannot write app/config/parameters.yml file] => Cannot write app/config/parameters.yml file [Database structure file not found] => Database structure file not found [Cannot create group shop] => Cannot create group store [Cannot create shop] => Cannot create store [Cannot create shop URL] => Cannot create store URL [File "language.xml" not found for language iso "%iso%"] => File "language.xml" not found for language iso "%iso%" [File "language.xml" not valid for language iso "%iso%"] => File "language.xml" not valid for language iso "%iso%" [Cannot download language pack "%iso%"] => Cannot download language pack "%iso%" [Cannot install language "%iso%"] => Cannot install language "%iso%" [Cannot copy flag language "%flag%"] => Cannot copy flag language "%flag%" [Cannot create admin account] => Cannot create admin account [Cannot install module "%module%"] => Cannot install module "%module%" [Cannot execute post install on module "%module%"] => Cannot execute post install on module "%module%" [Fixtures class "%class%" not found] => Fixtures class "%class%" not found ["%class%" must be an instance of "InstallXmlLoader"] => "%class%" must be an instance of "InstallXmlLoader" [SQL error on query %query%] => SQL error on query %query% [An SQL error occurred for entity %entity%: %message%] => An SQL error occurred for entity %entity%: %message% [Cannot create image "%identifier%" for entity "%entity%"] => Cannot create image "%identifier%" for entity "%entity%" [Cannot create image "%identifier%" (bad permissions on folder "%folder%")] => Cannot create image "%identifier%" (bad permissions on folder "%folder%") [Cannot create image "%identifier%"] => Cannot create image "%identifier%" [Cannot create image "%1$s" for entity "%2$s"] => Cannot create image "%1$s" for entity "%2$s" ) [ModulesFaviconnotificationboAdmin] => Array ( [Display notifications in the browser tab for:] => Display notifications in the browser tab for: [New orders] => New orders [Notification background color] => Notification background color [Notification text color] => Notification text color [Order Notifications on the Favicon] => Order Notifications on the Favicon [Get notified directly on your browser tab each time you get a new order, customer or message.] => Get notified directly on your browser tab each time you get a new order, customer or message. ) [ModulesStatsbestsuppliersAdmin] => Array ( [Total paid] => Total paid [Best suppliers] => Best suppliers [Adds a list of the best suppliers to the Stats dashboard.] => Adds a list of the best suppliers to the Stats dashboard. [Enrich your stats: add a list of the best suppliers to your dashboard.] => Enrich your stats: add a list of the best suppliers to your dashboard. ) [ModulesStatscarrierAdmin] => Array ( [Carrier distribution] => Carrier distribution [Enrich your stats, add a pie chart illustrating your carriers’ distribution.] => Enrich your stats, add a pie chart illustrating your carriers’ distribution. [This graph represents the carrier distribution for your orders. You can also narrow the focus of the graph to display distribution for a particular order status.] => This graph represents the carrier distribution for your orders. You can also narrow the focus of the graph to display distribution for a particular order status. [No valid orders have been received for this period.] => No valid orders have been received for this period. [Percentage of orders listed by carrier.] => Percentage of orders listed by carrier. ) [ModulesDashactivityAdmin] => Array ( [Dashboard Activity] => Dashboard Activity [(from %s to %s)] => (from %s to %s) [Active cart] => Active cart [How long (in minutes) a cart is to be considered as active after the last recorded change (default: 30 min).] => How long (in minutes) a cart is to be considered as active after the last recorded change (default: 30 min). [Online visitor] => Online visitor [How long (in minutes) a visitor is to be considered as online after their last action (default: 30 min).] => How long (in minutes) a visitor is to be considered as online after their last action (default: 30 min). [Abandoned cart (min)] => Abandoned cart (min) [How long (in hours) after the last action a cart is to be considered as abandoned (default: 24 hrs).] => How long (in hours) after the last action a cart is to be considered as abandoned (default: 24 hrs). [hrs] => hrs [Abandoned cart (max)] => Abandoned cart (max) [How long (in hours) after the last action a cart is no longer to be considered as abandoned (default: 24 hrs).] => How long (in hours) after the last action a cart is no longer to be considered as abandoned (default: 24 hrs). [Check in one glance what is happening on your store with a list of KPI on your dashboard.] => Check at a glance what is happening on your store with a list of KPIs on your dashboard. [Activity overview] => Activity overview [Online Visitors] => Online Visitors [in the last %d minutes] => in the last %d minutes [Active Shopping Carts] => Active Shopping Carts [Currently Pending] => Currently Pending [Return/Exchanges] => Return/Exchanges [Out of Stock Products] => Out of Stock Products [New Messages] => New Messages [Product Reviews] => Product Reviews [Customers & Newsletters] => Customers & Newsletters [New Customers] => New Customers [New Subscriptions] => New Subscriptions [Total Subscribers] => Total Subscribers [Traffic] => Traffic [Link to your Google Analytics account] => Link to your Google Analytics account [Visits] => Visits [Unique Visitors] => Unique Visitors [Traffic Sources] => Traffic Sources ) [ModulesViewedproductShop] => Array ( [Viewed products] => Viewed products ) [ModulesStatsproductAdmin] => Array ( [Product details] => Product details [Enrich your stats, add detailed statistics for each product of your catalog.] => Enrich your stats, add detailed statistics for each product of your catalog. [Number of purchases compared to number of views] => Number of purchases compared to number of views [After choosing a category and selecting a product, informational graphs will appear.] => After choosing a category and selecting a product, informational graphs will appear. [If you notice that a product is often purchased but viewed infrequently, you should display it more prominently in your Front Office.] => If you notice that a product is often purchased but viewed infrequently, you should display it more prominently in your Front Office. [On the other hand, if a product has many views but is not often purchased, we advise you to check or modify this product's information, description and photography again, see if you can find something better.] => On the other hand, if a product has many views but is not often purchased, we advise you to check or modify this product's information, description and photography again, see if you can find something better. [Details] => Details [Total bought] => Total bought [Sales (tax excluded)] => Sales (tax excluded) [Total Viewed] => Total Viewed [Conversion rate] => Conversion rate [CSV Export] => CSV Export [Attribute sales distribution] => Attribute sales distribution [Cross selling] => Cross selling [Click on a product to access its statistics!] => Click on a product to access its statistics! [Choose a category] => Choose a category [Products available] => Products available [Popularity] => Popularity [Visits (x100)] => Visits (x100) [Stock] => Stock ) [AdminPaymentHelp] => Array ( [Please mark each checkbox for the currency, or currencies, for which you want the payment module(s) to be available.] => Please select available currencies for every payment module. [Please mark each checkbox for the customer group(s), for which you want the payment module(s) to be available.] => Please select available payment modules for every customer group. [Please mark each checkbox for the country, or countries, in which you want the payment module(s) to be available.] => Please mark each checkbox for the country, or countries, in which you want the payment module(s) to be available. [Please mark each checkbox for the carrier, or carrier, for which you want the payment module(s) to be available.] => Please select available payment modules for every carrier. [This is where you decide what payment modules are available for different variations like your customers' currency, group, and country.] => This is where you decide what payment modules are available for different variations like your customers' currency, group, and country. [A check mark indicates you want the payment module available.] => A check mark indicates you want the payment module available. [If it is not checked then this means that the payment module is disabled.] => If it is not checked then this means that the payment module is disabled. ) [ModulesEmailsubscriptionAdmin] => Array ( [Newsletter subscription] => Newsletter subscription [Keep in touch with your customers the way you want, add a form to the homepage of your store and allow all the curious to subscribe to your newsletter.] => Keep in touch with your customers the way you want, add a form to the homepage of your store and allow all the curious to subscribe to your newsletter. [Are you sure that you want to delete all of your contacts?] => Are you sure that you want to delete all of your contacts? [Subscribed] => Subscribed [Iso language] => ISO language [Subscribed on] => Subscribed on [Newsletter registrations] => Newsletter registrations [Unsubscribe] => Unsubscribe [Would you like to send a verification email after subscription?] => Would you like to send a verification email after subscription? [Would you like to send a confirmation email after subscription?] => Would you like to send a confirmation email after subscription? [Welcome voucher code] => Welcome voucher code [Leave blank to disable by default.] => Leave blank to disable by default. [Newsletter conditions] => Newsletter conditions [This text will be displayed beneath the newsletter subscribe button.] => This text will be displayed beneath the newsletter subscribe button. [Export customers' addresses] => Export customers' addresses [Customers' country] => Customers' country [Filter customers by country.] => Filter customers by country. [Newsletter subscribers] => Newsletter subscribers [Filter customers who have subscribed to the newsletter or not, and who have an account or not.] => Filter customers who have subscribed to the newsletter or not, and who have an account or not. [Customers can subscribe to your newsletter when registering, or by entering their email in the newsletter form.] => Customers can subscribe to your newsletter when registering, or by entering their email in the newsletter form. [All subscribers] => All Subscribers [Subscribers with account] => Subscribers with account [Subscribers without account] => Subscribers without account [Non-subscribers] => Non-subscribers [Partner offers subscribers] => Partner offers accepted [Filter customers who have agreed to receive your partners' offers or not.] => Filter customers who have agreed to receive your partners' offers or not. [Partner offers subscribers have agreed to receive your partners' offers.] => Opt-in subscribers who have agreed to receive your partners' offers. [All customers] => All customers [Partner offers non-subscribers] => Partner offers not accepted [Search for addresses] => Search for addresses [Email address to search] => Email address to search [Example: [email protected] or @prestashop.com] => Example: [email protected] or @prestashop.com [No customers found with these filters!] => No customers found with these filters! [The .CSV file has been successfully exported: %d customers found.] => The .CSV file has been successfully exported: %d customers found. [Download the file] => Download the file [WARNING: When opening this .csv file with Excel, choose UTF-8 encoding to avoid strange characters.] => WARNING: When opening this .csv file with Excel, choose UTF-8 encoding to avoid strange characters. [Error: Write access limited] => Error: Write access limited [No result found!] => No result found! [Newsletter subscription: no email to delete, this customer has not registered.] => Newsletter subscription: no email to delete, this customer has not registered. [Newsletter subscription: no email to export, this customer has not registered.] => Newsletter subscription: no email to export, this customer has not registered. ) [EmailsSubject] => Array ( [Your guest account has been transformed into a customer account] => Your guest account was converted to a customer account [Order confirmation] => Order confirmation [New voucher for your order %s] => New voucher for your order %s [Log: You have a new alert from your shop] => Log: You have a new alert from your store [Welcome!] => Welcome! [Package in transit] => Package in transit [The virtual product that you bought is available for download] => The virtual product that you bought is available for download [Fwd: Customer message] => Fwd: Customer message [An answer to your message is available #ct%thread_id% #tc%thread_token%] => An answer to your message no. ct%thread_id% is available (thread ID tc%thread_token%) [Import complete] => Import complete [Your new password] => Your new password [Your order return status has changed] => Your order return status has changed [Message from a customer] => Message from a customer [Password query confirmation] => Password query confirmation [Message from contact form] => Message from contact form [Your message has been correctly sent #ct%thread_id% #tc%thread_token%] => Your message no. ct%thread_id% has been correctly sent (thread ID tc%thread_token%) [Your message has been correctly sent] => Your message has been correctly sent [Product available] => Product available [New order : #%d - %s] => New order : #%d - %s [Product out of stock] => Product out of stock [Stock coverage] => Stock coverage [New return from order #%d - %s] => New return from order #%d - %s [Your order has been changed] => Your order has been changed [Newsletter voucher] => Newsletter voucher [Newsletter confirmation] => Newsletter confirmation [Email verification] => Email verification [Process the payment of your order] => Process the payment of your order [New credit slip regarding your order] => New credit slip regarding your order [New voucher for your order #%s] => New voucher for your order #%s [New message regarding your order] => New message regarding your order ) [ShopNavigation] => Array ( [404 error] => 404 error [Best sales] => Best sales [Contact us] => Contact us [Manufacturers] => Manufacturers [New products] => New products [Forgot your password] => Forgot your password [Prices drop] => Prices drop [Sitemap] => Sitemap [Suppliers] => Suppliers [Address] => Address [Addresses] => Addresses [Login] => Login [Registration] => Registration [Cart] => Cart [Discount] => Discount [Order history] => Order history [Identity] => Identity [My account] => My account [Order follow] => Order follow [Credit slip] => Credit slip [Order] => Order [Search] => Search [Stores] => Stores [Guest tracking] => Guest tracking [Order confirmation] => Order confirmation [This page cannot be found] => This page cannot be found [Our best sales] => Our best sales [Use our form to contact us] => Use our form to contact us [Shop powered by PrestaShop] => Shop powered by PrestaShop [Brand list] => Brand list [Our new products] => Our new products [Enter the e-mail address you use to sign in to receive an e-mail with a new password] => Enter the e-mail address you use to sign in to receive an e-mail with a new password [On-sale products] => On-sale products [Lost ? Find what your are looking for] => Lost ? Find what your are looking for [Suppliers list] => Suppliers list [page-not-found] => page-not-found [best-sales] => best-sales [contact-us] => contact-us [manufacturers] => manufacturers [new-products] => new-products [password-recovery] => password-recovery [prices-drop] => prices-drop [sitemap] => sitemap [supplier] => supplier [address] => address [addresses] => addresses [login] => login [registration] => registration [cart] => cart [discount] => discount [order-history] => order-history [identity] => identity [my-account] => my-account [order-follow] => order-follow [credit-slip] => credit-slip [order] => order [search] => search [stores] => stores [guest-tracking] => guest-tracking [order-confirmation] => order-confirmation [Best sellers] => Best sellers [Brands] => Brands [Brands list] => Brands list [Our special products] => Our special products [best-sellers] => best-sellers [brands] => brands [suppliers] => suppliers ) [ShopFormsErrors] => Array ( [Invalid name] => Invalid name [Invalid format.] => Invalid format. [Format should be %s.] => Format should be %s. [Required field] => Required field [Invalid postcode - should look like "%zipcode%"] => Invalid postcode - should look like "%zipcode%" ) [ModulesDashproductsAdmin] => Array ( [Dashboard Products] => Dashboard Products [Adds a block with a table of your latest orders and a ranking of your products] => Adds a block with a table of your latest orders and a ranking of your products [Customer Name] => Customer Name [Details] => Details [Total sold] => Total sold [Net profit] => Net profit [Views] => Views [Added to cart] => Added to cart [Purchased] => Purchased [You must enable the "Save global page views" option from the "Data mining for statistics" module in order to display the most viewed products, or use the Google Analytics module.] => You must enable the "Save global page views" option from the "Data mining for statistics" module in order to display the most viewed products, or use the Google Analytics module. [Term] => Term [Results] => Results [Number of "Recent Orders" to display] => Number of "Recent Orders" to display [Number of "Best Sellers" to display] => Number of "Best Sellers" to display [Number of "Most Viewed" to display] => Number of "Most Viewed" to display [Number of "Top Searches" to display] => Number of "Top Searches" to display [Enrich your stats: display a table of your latest orders and a ranking of your products.] => Enrich your stats: display a table of your latest orders and a ranking of your products. [Products and Sales] => Products and Sales [Recent Orders] => Recent Orders [Best Sellers] => Best Sellers [Most Viewed] => Most Viewed [Top Searches] => Top Searches [Last %d orders] => Last %d orders [Top %d products] => Top %d products [From] => From [to] => to [Top %d most search terms] => Top %d most search terms ) [ModulesEmailsubscriptionShop] => Array ( [This email address is not registered.] => This email address is not registered. [An error occurred while attempting to unsubscribe.] => An error occurred while attempting to unsubscribe. [Unsubscription successful.] => Unsubscription successful. [This email address is already registered.] => This email address is already registered. [An error occurred during the subscription process.] => An error occurred during the subscription process. [A verification email has been sent. Please check your inbox.] => A verification email has been sent. Please check your inbox. [You have successfully subscribed to this newsletter.] => You have successfully subscribed to this newsletter. [This email is already registered and/or invalid.] => This email is already registered and/or invalid. [Thank you for subscribing to our newsletter.] => Thank you for subscribing to our newsletter. [Sign up for our newsletter[1][2]%conditions%[/2]] => Sign up for our newsletter[1][2]%conditions%[/2] [You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice.] => You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice. [Newsletter subscription] => Newsletter subscription [Newsletter] => Newsletter [Your e-mail] => Your e-mail ) [ModulesBlockreassuranceAdmin] => Array ( [Customer Reassurance] => Customer Reassurance [Connect with your visitors and reassure them about secure payment, free shipping or returns.] => Connect with your visitors and reassure them about secure payment, free shipping or returns. [Are you sure you want to uninstall this module?] => Are you sure you want to uninstall this module? [There was an error during the installation. Please open an issue on the PrestaShop project.] => There was an error during the installation. Please open an issue on the PrestaShop project. [There was an error during the uninstallation. Please open an issue on the PrestaShop project.] => There was an error during the uninstallation. Please open an issue on the PrestaShop project. [Block updated] => Block updated [Oops... looks like an error occurred] => Oops... looks like an error occurred [Configuration updated successfully!] => Configuration updated successfully! [Position changed successfully!] => Position changed successfully! [An error occurred when switching position] => An error occurred when switching position [An error occurred when removing block] => An error occurred when removing block. [Position] => Position [Description] => Description [Actions] => Actions [WARNING] => WARNING [Your folder %s is not readable or executable] => Your folder %s is not readable or executable [This folder needs these rights so you can upload your own images for the reassurances blocks.] => This folder needs these rights so you can upload your own images for the reassurances blocks. [Content] => Content [Display] => Display [Appearance] => Appearance [Customize Module Design] => Customize Module Design [Icon color] => Icon color [Text color] => Text color [Save] => Save [Reassurance Block] => Reassurance Block [Return] => Return [Description (optional)] => Description (optional) [Image] => Image [Modify icon] => Modify icon [or upload file] => or upload file [Choose SVG for better customization. Other allowed formats are: .gif, .jpg, .png] => Choose SVG for better customization. Other allowed formats are: .gif, .jpg, .png [Languages] => Languages [Select none] => Select none [Redirection] => Redirection [CMS page] => CMS page [Title] => Title [URL] => URL [CMS Page] => CMS Page [Block Content] => Block Content [Url link] => Url link [Activated] => Activated [Deactivated] => Deactivated [We recommend 3 blocks at maximum.] => We recommend 3 blocks at maximum. [None] => None [none] => none [Global settings] => Global settings [Product pages] => Product pages [Checkout pages] => Checkout pages [Specific position for cart page] => Specific position for cart page [Header position on all pages] => Header position on all pages [Above header] => Above header [Below header] => Below header [Footer position on all pages] => Footer position on all pages [Above footer] => Above footer [Below footer] => Below footer [Main column] => Main column [Specific position for product page] => Specific position for product page ) [AdminOrderscustomersNotification] => Array ( [For this particular customer group, prices are displayed as:] => For this particular customer group, prices are displayed as: [The message was successfully sent to the customer.] => The message was successfully sent to the customer. [A partial refund was successfully created.] => A partial refund was successfully created. [Invalid new order status] => Invalid new order status [expires on %s.] => expires on %s. [downloadable %d time(s)] => downloadable %d time(s) [Invalid order] => Invalid order [The order cannot be renewed.] => The order cannot be renewed. [You must add a minimum quantity of %d] => You must add a minimum quantity of %d [An error occurred. Your message was not sent. Please contact your system administrator.] => An error occurred. Your message was not sent. Please contact your system administrator. [Cannot create message in a new thread.] => Cannot create message in a new thread. [The message body is empty, cannot import it.] => The message is empty, cannot import it. [Invalid message content for subject: %s] => Invalid message content for subject: %s [The message content is not valid, cannot import it.] => The message content is not valid, cannot import it. [The order ID -- or the invoice order ID -- is missing.] => The order ID -- or the invoice order ID -- is missing. [No invoice was found.] => No invoice was found. [No order slips were found.] => No order slips were found. [The supply order ID is missing.] => The supply order ID is missing. [The supply order cannot be found within your database.] => The supply order cannot be found within your database. [The order invoice cannot be found within your database.] => The order invoice cannot be found within your database. [The order cannot be found within your database.] => The order cannot be found within your database. [An error occurred while deleting the details of your order return.] => An error occurred while deleting the details of your order return. [You need at least one product.] => You need at least one product. [The order return is invalid.] => The order return is invalid. [The order return content is invalid.] => The order return content is invalid. [No order return ID has been specified.] => No order return ID has been specified. [No order was found with this ID:] => No order was found with this ID: [No invoice was found with this ID:] => No invoice was found with this ID: [No cart was found with this ID:] => No cart was found with this ID: [An error has occurred: Can't save the current order's return status.] => An error has occurred: Can't save the current order's return status. [An error has occurred: Can't delete the current order's return status.] => An error has occurred: Can't delete the current order's return status. [Direct link] => Direct link [There is no status defined for this order.] => There is no status defined for this order. [[Generated] CartRule for Free Shipping] => [Generated] CartRule for Free Shipping [Order history email could not be sent, test your email configuration in the Advanced Parameters > E-mail section of your back office.] => Order history email could not be sent, test your email configuration in the Advanced Parameters > E-mail section of your back office. [No delivery slip was found for this period.] => No delivery slip was found for this period. [I want my customers to be able to register again with the same email address. All data will be removed from the database.] => I want my customers to be able to register again with the same email address. All data will be removed from the database. [I do not want my customer(s) to register again with the same email address. All selected customer(s) will be removed from this list but their corresponding data will be kept in the database.] => I do not want my customer(s) to register again with the same email address. All selected customer(s) will be removed from this list but their corresponding data will be kept in the database. [An account already exists for this email address:] => An account already exists for this email address: [This customer does not exist.] => This customer does not exist. [A default customer group must be selected in group box.] => A default customer group must be selected in group box. [This email address is not registered.] => This email address is not registered. [This customer already exists as a non-guest.] => This customer already exists as a non-guest. [An error occurred while updating customer information.] => An error occurred while updating customer information. [Merchandise return not found.] => Merchandise return not found. [An error occurred while trying to update merchandise return.] => An error occurred while trying to update merchandise return. [An order message with the same name already exists in %s.] => An order message with the same name already exists in %s. [No order slips were found for this period.] => No order slips were found for this period. [You have to select a shop before creating new orders.] => You have to select a shop before creating new orders. [A standard refund was successfully created.] => A standard refund was successfully created. [The product was successfully returned.] => The product was successfully returned. [This product is out of stock:] => This product is out of stock: [An error occurred while sending an email to the customer.] => An error occurred while sending an email to the customer. [The email was sent to your customer.] => The email was sent to your customer. [Product search phrase must not be an empty string.] => Product search phrase must not be an empty string. [You cannot edit the cart once the order delivered.] => You cannot edit the cart once the order delivered. [Order #%d cannot be loaded.] => Order #%d cannot be loaded. [An error occurred while sending the e-mail to the customer.] => An error occurred while sending the e-mail to the customer. [Only numbers and decimal points (".") are allowed in the amount fields, e.g. 10.50 or 1050.] => Only numbers and decimal points (".") are allowed in the amount fields, e.g. 10.50 or 1050. [Percent value must be greater than 0.] => Percent value must be greater than 0. [Percent value cannot exceed 100.] => Percent value cannot exceed 100. [Amount value must be greater than 0.] => Amount value must be greater than 0. [Discount value cannot exceed the total price of this order.] => Discount value cannot exceed the total price of this order. [Shipping discount value cannot exceed the total price of this order.] => Shipping discount value cannot exceed the total price of this order. [Please enter a maximum quantity of [1].] => Please enter a maximum quantity of [1]. [Please select at least one product.] => Please select at least one product. [Please enter a positive amount.] => Please enter a positive amount. [Please generate at least one credit slip or voucher.] => Please generate at least one credit slip or voucher. [You must choose a payment module to create the order.] => You must choose a payment module to create the order. [You must choose an order status to create the order.] => You must choose an order status to create the order. [The order message given is invalid.] => The order message given is invalid. [Only numbers and decimal points (".") are allowed in the amount fields of the payment block, e.g. 10.50 or 1050.] => Only numbers and decimal points (".") are allowed in the amount fields of the payment block, e.g. 10.50 or 1050. [The selected payment method is invalid.] => The selected payment method is invalid. [An error occurred while changing the status for order #%d, or we were unable to send an email to the customer.] => An error occurred while changing the status for order #%d, or we were unable to send an email to the customer. [Order #%d has already been assigned this status.] => Order no. %d has already been assigned this status. [Please enter a positive value] => Please enter a positive value. [No invoice has been found for this status.] => No invoice has been found for this status. [Invalid invoice number.] => Invalid invoice number. [Invalid "From" date] => Invalid "From" date [Invalid "To" date] => Invalid "To" date [No invoice has been found for this period.] => No invoice has been found for this period. [You must select at least one order status.] => You must select at least one order status. [No cart is available] => No cart is available [A registered customer account using the defined email address already exists. ] => A registered customer account using the defined email address already exists. [There are two ways of deleting a customer. Please choose your preferred method.] => There are two ways of deleting a customer. Please choose your preferred method. [How do you want to delete the selected customers?] => How do you want to delete the selected customers? [You have to select a shop if you want to create a customer.] => You have to select a shop if you want to create a customer. [You must add at least one address to process the order.] => You must add at least one address to process the order. [No products found] => No products found [Searching for products] => Searching for products. [The prices are without taxes.] => The prices are without taxes. [No customers found] => No customers found [Searching for customers] => Searching for customers. [No carrier can be applied to this order] => No carrier can be applied to this order [This value must include taxes.] => This value must include taxes. [Please note that carrier change will not recalculate your shipping costs, if you want to change this please visit Shop Parameters > Order Settings] => Please note that carrier change will not recalculate your shipping costs, if you want to change this please visit Shop Parameters > Order Settings [Are you sure you want to create a new invoice?] => Are you sure you want to create a new invoice? [There is no available document] => There is no available document [Are you sure you want to edit this product price? It will be applied to all invoices of this order.] => Are you sure you want to edit this product price? It will be applied to all invoices of this order. [Are you sure you want to edit this product price? It will be applied to all identical products in this order.] => Are you sure you want to edit this product price? It will be applied to all identical products in this order. [No merchandise returned yet] => No merchandise returned yet [Merchandise returns are not applicable for virtual orders] => Merchandise returns are not applicable for virtual orders. [Do you want to overwrite your existing message?] => Do you want to overwrite your existing message? [paid instead of] => paid instead of [This warning also concerns order:] => This warning also concerns order: [This warning also concerns the following orders:] => This warning also concerns the next orders: [For this customer group, prices are displayed as: [1]%tax_method%[/1]] => For this customer group, prices are displayed as: [1]%tax_method%[/1] [Merchandise returns are disabled] => Merchandise returns are disabled [Error. You cannot refund a negative amount.] => Error. You cannot refund a negative amount. ) [ModulesNewproductsAdmin] => Array ( [New products block] => New products block [Displays a block featuring your store's newest products.] => Displays a block featuring your store's newest products. [Please complete the "products to display" field.] => Please complete the "products to display" field. [Invalid number.] => Invalid number. [Products to display] => Products to display [Define the number of products to be displayed in this block.] => Define the number of products to be displayed in this block. [Number of days for which the product is considered 'new'] => Number of days for which the product is considered 'new' [Highlight your store's newest products, display a block on the homepage and let the visitors know about your latest news.] => Highlight your store's newest products, display a block on the homepage and let visitors know about your latest news. ) [ModulesStatsnewsletterAdmin] => Array ( [Enrich your stats, display a graph showing newsletter registrations.] => Enrich your stats, display a graph showing newsletter registrations. [Customer registrations:] => Customer registrations: [Visitor registrations: ] => Visitor registrations: [Both:] => Both: [CSV Export] => CSV Export [The %s module must be installed.] => The %s module must be installed. [Newsletter statistics] => Newsletter statistics ) [ShopNotificationsWarning] => Array ( [You cannot place a new order from your country (%s).] => You cannot place a new order from your country (%s). [You cannot return merchandise with a guest account.] => You cannot return merchandise with a guest account. [If you have just placed an order, it may take a few minutes for it to be validated. Please refresh this page if your order is missing.] => If you have just placed an order, it may take a few minutes for it to be validated. Please refresh this page if your order is missing. [You must wait for confirmation before returning any merchandise.] => You must wait for confirmation before returning any merchandise. [This product is not visible to your customers.] => This product is not visible to your customers. [You do not have any vouchers.] => You do not have any vouchers. [You have not placed any orders.] => You have not placed any orders. [You have not received any credit slips.] => You have not received any credit slips. ) [AdminActions] => Array ( [Uninstall] => Uninstall [Validate] => Validate [Save and stay] => Save and stay [Generate] => Generate [Choose] => Choose [-- Choose --] => -- Choose -- [Select all] => Select all [Unselect all] => Unselect all [Display] => Display [View] => View [Import] => Import [Back to] => Back to [Disable] => Disable [Translate] => Translate [Print out] => Print out [Remove] => Remove [Reset] => Reset [and stay] => and stay [Apply] => Apply [See more] => See more [Hide warning] => Hide warning [Search] => Search [Add current page to Quick Access] => Add current page to Quick Access [Choose language:] => Choose language: [Close] => Close [Install] => Install [Edit: %s] => Edit: %s [Check All] => Check All [Uncheck All] => Uncheck All [Find a category] => Find a category [Collapse all] => Collapse all [Expand all] => Expand all [Check all] => Check all [Uncheck all] => Uncheck all [Finish] => Finish [Delete selected items?] => Delete selected items? [Delete selected] => Delete selected [Add new menu] => Add new menu [Show or hide menu.] => Show or hide menu. [Enable selection] => Enable selection [Disable selection] => Disable selection [Save] => Save [Configure] => Configure [Refresh] => Refresh [Continue] => Continue [Sort] => Sort [Sort order] => Sort order [Display email address] => Display email address [Export .CSV file] => Export .CSV file [Cancel] => Cancel [Choose a file] => Choose a file [Edit] => Edit [Delete] => Delete [Add new] => Add new [Add] => Add [Search address] => Search address [Search file name] => Search file name [Search file size] => Search file size [Search value] => Search value [Search color] => Search color [Search ID] => Search ID [Search name] => Search name [Search position] => Search position [Search country] => Search country [Search call prefix] => Search call prefix [Search zones] => Search zones [Search language] => Search language [Search employee] => Search employee [Search message] => Search message [Search email] => Search email [Search first name] => Search first name [Search last name] => Search last name [Search ISO code] => Search ISO code [Search code] => Search code [Search date format] => Search date format [Search post code] => Search post code [Search city] => Search city [Search order ID] => Search order ID [Search reference] => Search reference [Search description] => Search description [Search total] => Search total [Search payment] => Search payment [Search template] => Search template [Search company] => Search company [Search customer] => Search customer [Duplicate product] => Duplicate product [Activating %total% products] => Activating %total% products [Activating %done% / %total% products] => Activating %done% / %total% products [Deactivating %total% products] => Deactivating %total% products [Deactivating %done% / %total% products] => Deactivating %done% / %total% products [Duplicating %total% products] => Duplicating %total% products [Duplicating %done% / %total% products] => Duplicating %done% / %total% products [Deleting %total% products] => Deleting %total% products [Deleting %done% / %total% products] => Deleting %done% / %total% products [Stop processing] => Stop processing [%error_count% errors occurred. You can download the logs for future reference.] => %error_count% errors occurred. You can download the logs for future reference. [Back to processing] => Back to processing [Download error log] => Download error log [View %error_count% error logs] => View %error_count% error logs [Delete from store] => Delete from store [Delete from group] => Delete from group [Enable for group] => Enable for group [Disable for group] => Disable for group [Duplicate group] => Duplicate group [Enable on all stores] => Enable on all stores [Disable on all stores] => Disable on all stores [Duplicate all stores] => Duplicate all stores [Activate selection for current store] => Activate selection for current store [Deactivate selection for current store] => Deactivate selection for current store [Duplicate selection for current store] => Duplicate selection for current store [Delete selection for current store] => Delete selection for current store [Activate selection for group] => Activate selection for group [Deactivate selection for group] => Deactivate selection for group [Duplicate selection for group] => Duplicate selection for group [Delete selection for group] => Delete selection for group [Activate selection for all stores] => Activate selection for all stores [Deactivate selection for all stores] => Deactivate selection for all stores [Duplicate selection for all stores] => Duplicate selection for all stores [Delete selection for all stores] => Delete selection for all stores [Activate selection for associated stores] => Activate selection for associated stores [Deactivate selection for associated stores] => Deactivate selection for associated stores [Duplicate selection for associated stores] => Duplicate selection for associated stores [Delete selection for associated stores] => Delete selection for associated stores [Search key] => Search key [Export to SQL manager] => Export to SQL manager [Search zone] => Search zone [Add new authorized app] => Add new authorized app [Add new API access] => Add new API access [New product] => New product [Add tag] => Add tag [Order by] => Order by [View customer details] => View customer details [View order details] => View order details [Replace selection] => Replace selection [Close window] => Close window [Close (esc)] => Close (esc) [Toggle Fullscreen] => Toggle Fullscreen [Zoom in/out] => Zoom in/out [Previous (arrow left)] => Previous (arrow left) [Next (arrow right)] => Next (arrow right) [Download image] => Download image [Zoom on selection] => Zoom on selection [[1]Manage default settings[/1]] => [1]Manage default settings[/1] [All carriers] => All carriers [Only selected carriers] => Only selected carriers [Change password...] => Change password... [Done] => Done [Confirm] => Confirm [Go] => Go [Browse] => Browse [Download] => Download [Back to list] => Back to list [Use] => Use [Change] => Change [Read more] => Read more [Enable] => Enable [Load] => Load [All] => All [Export] => Export [Edit: %name%] => Edit: %name% [Preview] => Preview [Learn more] => Learn more [Edit: %value%] => Edit: %value% [Enable debug mode] => Enable debug mode [Back to previous page] => Back to previous page [Learn more about debug mode] => Learn more about debug mode [Save and preview] => Save and preview [Generate emails] => Generate emails [Back to configuration] => Back to configuration [Translate emails] => Translate emails [Choose layouts] => Choose layouts [Show] => Show [Update] => Update [Restore] => Restore [Copy] => Copy [Modify] => Modify [Try again] => Try again [See less] => See less [Sort by] => Sort by [Go to maintenance page] => Go to maintenance page [Upgrade] => Upgrade [Upgrade anyway] => Upgrade anyway [Configure URL] => Configure URL [Delete selection] => Delete selection [Activate selection] => Activate selection [Deactivate selection] => Deactivate selection [Duplicate selection] => Duplicate selection [Clear filter] => Clear filter [Filter by categories] => Filter by categories [Unselect] => Unselect [Expand] => Expand [Collapse] => Collapse [Show SQL query] => Show SQL query [Export to SQL Manager] => Export to SQL Manager [Duplicate] => Duplicate [Reorder] => Reorder [Save & refresh] => Save & refresh [Rearrange] => Rearrange [Create] => Create [Check / Uncheck all] => Check / Uncheck all [Delete this file] => Delete this file [Download file] => Download file [Save image settings] => Save image settings [Close and refresh] => Close and refresh [Filter by:] => Filter by: [Clear filter|Clear %filtersNb% filters] => Clear filter|Clear %filtersNb% filters [Discard] => Discard [Clear filter|Clear {filtersNb} filters] => Clear filter|Clear {filtersNb} filters [Select results on this page (%combinations_number%)] => Select results on this page (%combinations_number%) [Select all results (%combinations_number%)] => Select all results (%combinations_number%) [Save and publish] => Save and publish [Send] => Send [Choose file(s)] => Choose file(s) [Shipping] => Shipping [Select] => Select [Select another address] => Select another address [View full details] => View full details [Edit existing address] => Edit existing address [View pack content] => View pack content [Add my IP] => Add my IP [Confirm this action] => Confirm this action ) [AdminDesignFeature] => Array ( [Move images] => Move images [Regenerate thumbnails] => Regenerate thumbnails [Select an image] => Select an image [Select a format] => Select a format [Erase previous images] => Erase previous images [Transplant a module] => Transplant a module [Transplant to] => Transplant to [Available hooks] => Available hooks [Already registered hooks] => Already registered hooks [Exceptions] => Exceptions [Full width] => Full width [Three columns] => Three columns [Two columns, small left column] => Two columns, small left column [Two columns, small right column] => Two columns, small right column [No side columns, ideal for distraction-free pages such as product pages.] => No side columns, ideal for distraction-free pages such as product pages. [One large central column and 2 side columns.] => One large central column and 2 side columns. [Two columns with a small left column.] => Two columns with a small left column. [Two columns with a small right column.] => Two columns with a small right column. [Images generation options] => Images generation options [Image format] => Image format [Use JPEG.] => Use JPEG. [Use PNG only if the base image is in PNG format.] => Use PNG only if the base image is in PNG format. [Use PNG for all images.] => Use PNG for all images. [Use WebP only if the base image is in WebP format.] => Use WebP only if the base image is in WebP format. [Use WebP for all images.] => Use WebP for all images. [JPEG compression] => JPEG compression [PNG compression] => PNG compression [WebP compression] => WebP compression [Generate images based on one side of the source image] => Generate images based on one side of the source image [Automatic (longest side)] => Automatic (longest side) [Maximum file size of product customization pictures] => Maximum file size of product customization pictures [bytes] => bytes [Product picture width] => Product picture width [pixels] => pixels [Product picture height] => Product picture height [Generate high resolution images] => Generate high resolution images [Use the legacy image filesystem] => Use the legacy image filesystem [Image type] => Image type [Name for the image type] => Name for the image type [Add new image type] => Add new image type [Image formats to generate] => Image formats to generate [Base JPEG/PNG] => Base JPEG/PNG [WebP] => WebP [AVIF] => AVIF [Base format] => Base format [Use JPEG] => Use JPEG [Use PNG only if the base image is in PNG format] => Use PNG only if the base image is in PNG format [Use PNG] => Use PNG [AVIF compression] => AVIF compression [Regenerate] => Regenerate [Are you sure you want to delete this image setting?] => Are you sure you want to delete this image setting? [___________ CUSTOM ___________] => ___________ CUSTOM ___________ [____________ CORE ____________] => ____________ CORE ____________ [Admin modules controller] => Admin modules controller [Front modules controller] => Front modules controller [Pages] => Pages [Pages in category "%name%"] => Pages in category "%name%" [Preview Theme %s] => Preview Theme %s [Test email %template%] => Test email %template% [Parent category] => Parent category [Page category] => Page category [Only letters and the hyphen (-) character are allowed.] => Only letters and the hyphen (-) character are allowed. [Page content] => Page content [Indexation by search engines] => Indexation by search engines [Zip file] => Zip file [Archive URL] => Archive URL [Select the archive] => Select the archive [CMS Category] => CMS Category [Select your default email theme] => Select your default email theme [Generate emails] => Generate emails [Select your email theme] => Select your email theme [Select the theme you want to overwrite] => Select the theme you want to overwrite [Overwrite templates] => Overwrite templates [List %theme% layouts] => List %theme% layouts [Raw HTML] => Raw HTML [Text] => Text [Email themes] => Email themes [Designed by %s] => Designed by %s [Delete this theme?] => Delete this theme? [Configure your page layouts] => Configure your page layouts [Each page can use a different layout, choose it among the layouts bundled in your theme.] => Each page can use a different layout, choose it among the layouts bundled in your theme. [Choose layouts] => Choose layouts [Reset to defaults] => Reset to defaults [Header logo] => Header logo [Mail logo] => Mail logo [Invoice logo] => Invoice logo [Favicon] => Favicon [Favicon image] => Favicon image [Adaptation to Right-to-Left languages] => Adaptation to Right-to-Left languages [Generate RTL stylesheet] => Generate RTL stylesheet [Theme to adapt] => Theme to adapt [Use this theme?] => Use this theme? [Import from your computer] => Import from your computer [Import from the web] => Import from the web [Import from FTP] => Import from FTP [Theme] => Theme [Add new theme] => Add new theme [Export current theme] => Export current theme [My current theme] => My current theme [Use this theme] => Use this theme [My theme for %name% shop] => My theme for %name% shop [1 module selected] => 1 module selected [modules selected] => modules selected [Unhook the selection] => Unhook the selection [All modules] => All modules [Search for a hook] => Search for a hook [Display non-positionable hooks] => Display non-positionable hooks [Unhook] => Unhook ) [AdminStatsNotification] => Array ( [Module not found] => Module not found [Please select a module from the left column.] => Please select a module from the left column. [The specified date is invalid.] => The specified date is invalid. ) [AdminDesignHelp] => Array ( [By default, all images settings are already installed in your store. Do not delete them, you will need it!] => By default, all images settings are already installed in your store. Do not delete them, you will need it! [Select "No" only if your server timed out and you need to resume the regeneration.] => Select "No" only if your server timed out and you need to resume the regeneration. [Please select a module] => Please select a module [Select a module above before choosing from available hooks] => Select a module above before choosing from available hooks [Please specify the files for which you do not want the module to be displayed.] => Please specify the files for which you do not want the module to be displayed. [Please input each filename, separated by a comma (",").] => Please input each filename, separated by a comma (","). [You can also click the filename in the list below, and even make a multiple selection by keeping the Ctrl key pressed while clicking, or choose a whole range of filename by keeping the Shift key pressed while clicking.] => You can also click the filename in the list below, and even make a multiple selection by keeping the Ctrl key pressed while clicking, or choose a whole range of filename by keeping the Shift key pressed while clicking. [JPEG images have a small file size and standard quality. PNG images have a larger file size, a higher quality and support transparency. Note that in all cases the image files will have the .jpg extension.] => JPEG images have a small file size and standard quality. PNG images have a larger file size, a higher quality and support transparency. Note that in all cases the image files will have the .jpg extension. [WARNING: This feature may not be compatible with your theme, or with some of your modules. In particular, PNG mode is not compatible with the Watermark module. If you encounter any issues, turn it off by selecting "Use JPEG".] => WARNING: This feature may not be compatible with your theme, or with some of your modules. In particular, PNG mode is not compatible with the Watermark module. If you encounter any issues, turn it off by selecting "Use JPEG". [Ranges from 0 (worst quality, smallest file) to 100 (best quality, biggest file).] => Ranges from 0 (worst quality, smallest file) to 100 (best quality, biggest file). [Recommended: 90.] => Recommended: 90. [PNG compression is lossless: unlike JPG, you do not lose image quality with a high compression ratio. However, photographs will compress very badly.] => PNG compression is lossless: unlike JPG, you do not lose image quality with a high compression ratio. However, photographs will compress very badly. [Ranges from 0 (biggest file) to 9 (smallest file, slowest decompression).] => Ranges from 0 (biggest file) to 9 (smallest file, slowest decompression). [Recommended: 7.] => Recommended: 7. [Recommended: %d.] => Recommended: %d. [The maximum file size of pictures that customers can upload to customize a product (in bytes).] => The maximum file size of pictures that customers can upload to customize a product (in bytes). [Width of product customization pictures that customers can upload (in pixels).] => Width of product customization pictures that customers can upload (in pixels). [Height of product customization pictures that customers can upload (in pixels).] => Height of product customization pictures that customers can upload (in pixels). [This will generate an additional file for each image (thus doubling your total amount of images). Resolution of these images will be twice higher.] => This will generate an additional file for each image (thus doubling your total amount of image files). Resolution of these images will be twice higher. [Enable to optimize the display of your images on high pixel density screens.] => Enable to optimize the display of your images on high pixel density screens. [This should be set to yes unless you successfully moved images in "Images" page under the "Preferences" menu.] => This should be set to yes unless you successfully moved images in "Images" page under the "Preferences" menu. [Letters, underscores and hyphens only (e.g. "small_custom", "cart_medium", "large", "thickbox_extra-large").] => Letters, underscores and hyphens only (e.g. "small_custom", "cart_medium", "large", "thickbox_extra-large"). [Maximum image width in pixels.] => Maximum image width in pixels. [Maximum image height in pixels.] => Maximum image height in pixels. [This type will be used for Product images.] => This type will be used for Product images. [This type will be used for Category images.] => This type will be used for Category images. [This type will be used for Brand images.] => This type will be used for Brand images. [This type will be used for Supplier images.] => This type will be used for Supplier images. [This type will be used for Store images.] => This type will be used for Store images. [Choose which image formats you want to be generated. Base image will always have .jpg extension, other formats will have .webp or .avif.] => Choose which image formats you want to be generated. Base image will always have .jpg extension, other formats will have .webp or .avif. [E.g. address, addresses, attachment] => E.g. address, addresses, attachment [Used in the h1 page tag, and as the default title tag value.] => Used in the h1 page tag, and as the default title tag value. [Used to override the title tag value. If left blank, the default title value is used.] => Used to override the title tag value. If left blank, the default title value is used. [Browse your computer files and select the Zip file for your new theme.] => Browse your computer files and select the Zip file for your new theme. [Indicate the complete URL to an online Zip file that contains your new theme. For instance, "http://example.com/files/theme.zip".] => Indicate the complete URL to an online Zip file that contains your new theme. For instance, "http://example.com/files/theme.zip". [This selector lists the Zip files that you uploaded in the '/themes' folder.] => This selector lists the Zip files that you uploaded in the '/themes' folder. [Create meaningful content] => Create meaningful content [Because it is not just selling products but also creating a universe, build pages to tell stories and catch your visitors’ interest, to turn them into loyal customers.] => Because it is not just selling products but also creating a universe, build pages to tell stories and catch your visitors’ interest, to turn them into loyal customers. [Add new page category] => Add new page category [Add new page] => Add new page [This won't regenerate email templates, it only sets the default email theme for future generation (when a language is installed for example).] => This won't regenerate email templates, it only sets the default email theme for future generation (when a language is installed for example). [PrestaShop's email templates are stored in the "mails" folder, but they can be overridden by your current theme's own "mails" folder. Using this option enables to overwrite emails from your current theme.] => PrestaShop's email templates are stored in the "mails" folder, but they can be overridden by your current theme's own "mails" folder. Using this option enables to overwrite emails from your current theme. [No emails were detected in any theme folder so this field is disabled.] => No emails were detected in any theme folder so this field is disabled. [By default, existing email template files are not modified to avoid deleting any modification you may have done. Enable this option to force the overwrite.] => By default, existing email template files are not modified to avoid deleting any modification you may have done. Enable this option to force the overwrite. [Will appear on your main page. Recommended size for the default theme: height %height% and width %width%.] => Will appear on your main page. Recommended size for the default theme: height %height% and width %width%. [Will appear on email headers. If undefined, the header logo will be used.] => Will appear on email headers. If undefined, the header logo will be used. [Will appear on invoice headers.] => Will appear on invoice headers. [Warning: if no invoice logo is available, the main logo will be used instead.] => Warning: if no invoice logo is available, the main logo will be used instead. [It is the small icon that appears in browser tabs, next to the title.] => It is the small icon that appears in browser tabs, next to the title. [Use our [1]favicon generator on PrestaShop Marketplace[/1] to boost your brand image!] => Use our [1]favicon generator on PrestaShop Marketplace[/1] to boost your brand image! [Be careful! Please check your theme in an RTL language before generating the RTL stylesheet: your theme could be already adapted to RTL. Once you enable the "%generate_rtl_label%" option, any RTL-specific file that you might have added to your theme might be deleted by the created stylesheet.] => Be careful! Please check your theme in an RTL language before generating the RTL stylesheet: your theme could be already adapted to RTL. Once you enable the "%generate_rtl_label%" option, any RTL-specific file that you might have added to your theme might be deleted by the created stylesheet. [You must select a shop from the above list if you wish to choose a theme.] => You must select a shop from the above list if you wish to choose a theme. [You are editing this page for a specific shop or group. Click "%yes_label%" to check all fields, "%no_label%" to uncheck all.] => You are editing this page for a specific shop or group. Click "%yes_label%" to check all fields, "%no_label%" to uncheck all. [If you check a field, change its value, and save, the multistore behavior will not apply to this shop (or group), for this particular parameter.] => If you check a field, change its value, and save, the multistore behavior will not apply to this store (or group), for this particular parameter. ) [ModulesViewedproductAdmin] => Array ( [Viewed products block] => Viewed products block [Display a kind of showcase on your product pages with recently viewed products.] => Display a kind of showcase on your product pages with recently viewed products. [You must fill in the 'Products displayed' field.] => You must fill in the 'Products displayed' field. [Invalid number.] => Invalid number. [Products to display] => Products to display [Define the number of products displayed in this block.] => Define the number of products displayed in this block. ) [ModulesProductcommentsAdmin] => Array ( [Valid for the entire catalog] => Valid for the entire catalog [Restricted to some categories] => Restricted to some categories [Restricted to some products] => Restricted to some products [Product Comments] => Product Comments [Allow users to post reviews on your products and/or rate them based on specific criteria.] => Allow users to post reviews on your products and/or rate them based on specific criteria. [Settings updated] => Settings updated [The criterion cannot be saved] => The criterion cannot be saved [Criterion deleted] => Criterion deleted [Configuration] => Configuration [All reviews must be validated by an employee] => All reviews must be validated by an employee [Yes] => Yes [No] => No [Allow guest reviews] => Allow guest reviews [Enable upvotes / downvotes on reviews] => Enable upvotes / downvotes on reviews [Anonymize the user's last name] => Anonymize the user's last name [Display only initials, e.g. John D.] => Display only initials, e.g. John D. [Minimum time between 2 reviews from the same user] => Minimum time between 2 reviews from the same user [Number of comments per page] => Number of comments per page [Save] => Save [Reviews waiting for approval] => Reviews waiting for approval [Reported Reviews] => Reported Reviews [Approve] => Approve [Not abusive] => Not abusive [ID] => ID [Name] => Name [Type] => Type [Status] => Status [Add New Criterion] => Add New Criterion [Review Criteria] => Review Criteria [Approved Reviews] => Approved Reviews [Review title] => Review title [Review] => Review [Rating] => Rating [Author] => Author [Product] => Product [Time of publication] => Time of publication [Criterion will be restricted to the following categories] => Criterion will be restricted to the following categories [Mark the boxes of categories to which this criterion applies.] => Mark the boxes of categories to which this criterion applies. [Selected] => Selected [Collapse All] => Collapse All [Expand All] => Expand All [Check All] => Check All [Uncheck All] => Uncheck All [Add new criterion] => Add new criterion [Criterion name] => Criterion name [Maximum length: %s characters] => Maximum length: %s characters [Application scope of the criterion] => Application scope of the criterion [The criterion will be restricted to the following products] => The criterion will be restricted to the following products [Active] => Active [The comment cannot be deleted] => The comment cannot be deleted [Criterion cannot be deleted] => Criterion cannot be deleted [Product Name] => Product Name ) [ModulesStatssearchAdmin] => Array ( [Shop search] => Shop search [Enrich your stats, add a tab showing what keywords have been searched by your visitors.] => Enrich your stats, add a tab showing what keywords have been searched by your visitors. [Keywords] => Keywords [Occurrences] => Occurrences [Results] => Results [CSV Export] => CSV Export [Cannot find any keywords that have been searched for more than once.] => Cannot find any keywords that have been searched for more than once. [Top 10 keywords] => Top 10 keywords [Others] => Others ) [ModulesStatsbestmanufacturersAdmin] => Array ( [Total paid] => Total paid [Best brands] => Best brands [Adds a list of the best brands to the Stats dashboard.] => Adds a list of the best brands to the Stats dashboard. [Enrich your stats: add a list of the best-selling brands to your dashboard.] => Enrich your stats: add a list of the best-selling brands to your dashboard. ) [AdminGlobal] => Array ( [Logo] => Logo [Amount] => Amount [Product] => Product [Tax excluded] => Tax excluded [Tax included] => Tax included [Value] => Value [From] => From [To] => To [Actions] => Actions [Hour] => Hour [Status] => Status [Description] => Description [Code] => Code [Priority] => Priority [Brands] => Brands [Suppliers] => Suppliers [Attributes] => Attributes [Selected] => Selected [Unselected] => Unselected [Stock] => Stock [Discounts] => Discounts [Unit price] => Unit price [Zone] => Zone [result(s)] => result(s) [Email] => Email [Subject:] => Subject: [Day] => Day [Month] => Month [Year] => Year [Discount] => Discount [Password] => Password [Email address] => Email address [Forgot your password?] => Forgot your password? [Next] => Next [Bulk actions] => Bulk actions [Module] => Module [Quantity] => Quantity [Action] => Action [Category] => Category [Supplier] => Supplier [Brand] => Brand [Attribute] => Attribute [Features] => Features [Type] => Type [or] => or [and] => and [Feature] => Feature [Reference] => Reference [Products] => Products [All] => All [Shop group] => Store group [Store] => Store [Total] => Total [Messages] => Messages [Options] => Options [Back] => Back [Modules] => Modules [Carts] => Carts [Catalog] => Catalog [Invoices] => Invoices [All stores] => All stores [From:] => From: [Total:] => Total: [All shops] => All shops [Help] => Help [Default] => Default [Miscellaneous] => Miscellaneous [(tax excl.)] => (tax excl.) [Drop-down list] => Drop-down list [Radio buttons] => Radio buttons [Values] => Values [MultiStore] => MultiStore [Previous] => Previous [No tax] => No tax [No Tax] => No Tax [Invalid characters:] => Invalid characters: [30 day] => 30 day [30 days] => 30 days [Date of birth] => Date of birth [Last name] => Last name [First name] => First name [Social title] => Social title [Stores] => Stores [Width] => Width [Height] => Height [Customers] => Customers [Depth] => Depth [Mobile] => Mobile [Dashboard] => Dashboard [?] => ? [Birth date] => Birth date [Search results] => Search results [Company] => Company [Countries] => Countries [All currencies] => All currencies [All groups] => All groups [Calendar] => Calendar [To:] => To: [Week] => Week [Never] => Never [Fax] => Fax [Note] => Note [Phone] => Phone [Zip/Postal code] => Zip/Postal code [DNI] => DNI [Class] => Class [Menus] => Menus [Home] => Home [Parent] => Parent [30 Days] => 30 Days [Abandoned Carts] => Abandoned Carts [Configuration] => Configuration [Configure] => Configure [Tax excl.] => Tax excl. [Orders] => Orders [Sales] => Sales [Conversion Rate] => Conversion Rate [Visits] => Visits [Settings updated.] => Settings updated. [By name] => By name [By position] => By position [Descending] => Descending [Ascending] => Ascending [Lastname] => Lastname [Firstname] => Firstname [Gender] => Gender [Enabled] => Enabled [Disabled] => Disabled [Yes] => Yes [No] => No [None] => None [Name] => Name [Categories] => Categories [ID] => ID [Pages] => Pages [Meta title] => Meta title [URL] => URL [Maximum image size: %s.] => Maximum image size: %s. [Shop] => Store [Shop association] => Shop association [Hook] => Hook [Delete] => Delete [Link] => Link [Label] => Label [Save] => Save [Last Name] => Last Name [First Name] => First Name [CSV Export] => CSV Export [Displaying %1$s of %2$s] => Displaying %1$s of %2$s [Quantity sold] => Quantity sold [Edit] => Edit [images] => images [Available quantity for sale] => Available quantity for sale [Item] => Item [Images] => Images [Settings updated] => Settings updated [Average price] => Average price [Percentage] => Percentage [customers] => customers [Guide] => Guide [Filter] => Filter [Products bought:] => Products bought: [All countries] => All countries [Today] => Today [All Time] => All Time [Average Order Value] => Average Order Value [Tax incl.] => Tax incl. [%firstname% %lastname%] => %firstname% %lastname% [Hours] => Hours [Days] => Days [Text] => Text [Percent] => Percent [(deleted)] => (deleted) [Size] => Size [API access state] => API access state [Filename] => Filename [PDF] => PDF [Customer thread] => Customer thread [Private] => Private [Last message] => Last message [Shop context] => Shop context [In transit] => In transit [Delete from store] => Delete from store [Search title] => Search title [Mobile Phone] => Mobile Phone [%s: %s] => %s: %s [Always] => Always [Enable gravatar] => Enable gravatar [Avatar] => Avatar [Resource] => Resource [Display error page with 404 response] => Display error page with 404 response [Display error page with 410 response] => Display error page with 410 response [Display product as discontinued with 200 response] => Display product as discontinued with 200 response [Display product as discontinued with 404 response] => Display product as discontinued with 404 response [Display product as discontinued with 410 response] => Display product as discontinued with 410 response [-] => - [,] => , [Required] => Required [All customers] => All customers [%] => % [New] => New [Existing] => Existing [Format: 2011-12-31 (inclusive).] => Format: 2011-12-31 (inclusive). [tax incl.] => tax incl. [Allowed special characters: %allowed_characters%] => Allowed special characters: %allowed_characters% [Cancel] => Cancel [Apply changes to all associated stores] => Apply changes to all associated stores [Not Required] => Not Required [YYYY-MM-DD HH:mm:ss] => YYYY-MM-DD HH:mm:ss [Apply to:] => Apply to: [Apply to all customers] => Apply to all customers [All combinations] => All combinations [Date & Time] => Date & Time [Start date] => Start date [YY-MM-DD] => YY-MM-DD [End date] => End date [Add or subtract items] => Add or subtract items [No records found] => No records found [Active] => Active [Inactive] => Inactive [Deleted customer] => Deleted customer [Settings] => Settings [View] => View [Meta keywords] => Meta keywords [Meta description] => Meta description [General] => General [Processing...] => Processing... [%inputId% Minimum Input] => %inputId% Minimum Input [%inputId% Maximum Input] => %inputId% Maximum Input [Not filtered] => Not filtered [Equals] => Equals [Below] => Below [Above] => Above [Inside range] => Inside range [Version] => Version [Multistore] => Multistore [Page] => Page [Layout] => Layout [Selection] => Selection [Currencies] => Currencies [Example] => Example [Language] => Language [Languages] => Languages [Advanced] => Advanced [Taxes] => Taxes [Bulk Actions] => Bulk actions [Customized] => Customized [Inherited] => Inherited [No results found for] => No results found for [Searching for] => Searching for [Edit color] => Edit color [Disable %product_name% input] => Disable %product_name% input [Enable %product_name% input] => Enable %product_name% input [N/A] => N/A [Quick navigation] => Quick navigation [Price] => Price [Position] => Position [Image] => Image [Min] => Min [Max] => Max [%inputId% select] => %inputId% select [%inputId% input] => %inputId% input [SQL query] => SQL query [Online] => Online [Offline] => Offline [to] => to [For] => For [Customer] => Customer [Currency] => Currency [Period] => Period [Country] => Country [Group] => Group [Are you sure you want to delete the selected item(s)?] => Are you sure you want to delete the selected item(s)? [File] => File [Friendly URL] => Friendly URL [Displayed] => Displayed [SEO preview] => SEO preview [Here is a preview of how your page will appear in search engine results.] => Here is a preview of how your page will appear in search engine results. [Store association] => Store association [Performance] => Performance [State] => State [Address] => Address [Address (2)] => Address (2) [City] => City [Other] => Other [Mobile phone] => Mobile phone [Home phone] => Home phone [tax excl.] => tax excl. [Units] => Units [Generate combinations for all stores] => Generate combinations for all stores [Unlimited] => Unlimited [Duration] => Duration [Specific price deletion] => Specific price deletion [Are you sure you want to delete this specific price?] => Are you sure you want to delete this specific price? [Edit specific price] => Edit specific price [Groups] => Groups [Newsletter] => Newsletter [Social Title] => Social Title [Subject] => Subject [Template] => Template [Name:] => Name: [Addresses] => Addresses [Delivery] => Delivery [Remove] => Remove [Toggle] => Toggle [Summary] => Summary [Invoice] => Invoice [Combination] => Combination [Carrier] => Carrier [Message history with %name%] => Message history with %name% [Message history] => Message history [Products in pack] => Products in pack [Package item] => Package item [Available] => Available [Combinations] => Combinations [Email:] => Email: [More actions] => More actions [from] => from [at] => at [Date] => Date [Message] => Message [Me] => Me [Details] => Details [Payment] => Payment [Employee] => Employee [Warning] => Warning [Order] => Order [Weight] => Weight [Gift message:] => Gift message: [Keywords] => Keywords [Tax] => Tax [(%count% more)] => (%count% more) [Added] => Added [Removed] => Removed [Current store] => Current store [Title] => Title [File name] => File name [%count% file(s)] => %count% file(s) [Loading...] => Loading... [%count% errors] => %count% error(s) [Product name] => Product name ) [EmailsBody] => Array ( [(waiting for validation)] => (waiting for validation) [{shop_name} powered by PrestaShop™] => {shop_name} powered by PrestaShop™ [Message from {shop_name}] => Message from {shop_name} [Your login email address on {shop_name}] => Your login email address on {shop_name} [Here is your login email address:] => Here is your login email address: [Thank you for creating a customer account at {shop_name}.] => Thank you for creating a customer account at {shop_name}. [Important Security Tips:] => Important Security Tips: [Always keep your account details safe.] => Always keep your account details safe. [Never disclose your login details to anyone.] => Never disclose your login details to anyone. [Change your password regularly.] => Change your password regularly. [Should you suspect someone is using your account illegally, please notify us immediately.] => Should you suspect someone is using your account illegally, please notify us immediately. [You can now place orders on our store:] => You can now place orders on our store: [Please go on {order_link} to finalize the payment.] => Please go on {order_link} to finalize the payment. [A new order has been generated on your behalf.] => A new order has been generated on your behalf. [Awaiting wire payment] => Awaiting wire payment [You have selected to pay by wire transfer.] => You have selected to pay by wire transfer. [Here are the bank details for your transfer:] => Here are the bank details for your transfer: [Account owner:] => Account owner: [Account details:] => Account details: [Bank address:] => Bank address: [Please specify your order reference in the bankwire description.] => Please specify your order reference in the bankwire description. [Your order with the reference [1]{order_name}[/1] has been placed successfully and will be [1]shipped as soon as we receive your payment[/1].] => Your order with the reference [1]{order_name}[/1] has been placed successfully and will be [1]shipped as soon as we receive your payment[/1]. [Amount:] => Amount: [Awaiting check payment] => Awaiting check payment [You have selected to pay by check.] => You have selected to pay by check. [Here are the bank details for your check:] => Here are the bank details for your check: [Payable to the order of:] => Payable to the order of: [Please mail your check to:] => Please mail your check to: [Customer email address:] => Customer email address: [Message from a {shop_name} customer] => Message from a {shop_name} customer [Order ID:] => Order ID: [Attached file:] => Attached file: [Your message to {shop_name} Customer Service] => Your message to {shop_name} Customer Service [Your message has been sent successfully.] => Your message has been sent successfully. [We will answer as soon as possible.] => We will answer as soon as possible. [Product:] => Product: [Credit slip created] => Credit slip created [We have generated a credit slip in your name for order with the reference [1]{order_name}[/1].] => We have generated a credit slip in your name for order with the reference [1]{order_name}[/1]. [Review this credit slip and download your invoice on our store, go to the %credit_slips_label% section of your customer account.] => Review this credit slip and download your invoice on our store, go to the %credit_slips_label% section of your customer account. [Thank you for your order with the reference {order_name} from {shop_name}] => Thank you for your order with the reference {order_name} from {shop_name} [Product(s) now available for download] => Product(s) now available for download [You have [1]{nbProducts}[/1] product(s) now available for download using the following link(s):] => You have [1]{nbProducts}[/1] product(s) now available for download using the following link(s): [Your {shop_name} login information] => Your {shop_name} login information [Here is your personal login information for [1]{shop_name}[/1]:] => Here is your personal login information for [1]{shop_name}[/1]: [First name:] => First name: [Last name:] => Last name: [Customer service - Forwarded discussion] => Customer service - Forwarded discussion [[1]{employee}[/1] added [1]"{comment}"[/1]] => [1]{employee}[/1] added [1]"{comment}"[/1] [[1]{employee}[/1] wanted to forward this discussion to you.] => [1]{employee}[/1] wanted to forward this discussion to you. [Discussion history:] => Discussion history: [Your customer account creation] => Your customer account creation [Your guest account for [1]{shop_name}[/1] has been transformed into a customer account.] => Your guest account for [1]{shop_name}[/1] has been transformed into a customer account. [Please be careful when sharing these login details with others.] => Please be careful when sharing these login details with others. [Click on the following link to set up your password:] => Click on the following link to set up your password: [You can access your customer account on our store:] => You can access your customer account on our store: [Email address:] => Email address: [Import complete] => Import complete [The file {filename} has been successfully imported to your store.] => The file {filename} has been successfully imported to your store. [Your order with the reference [1]{order_name}[/1] is currently in transit.] => Your order with the reference [1]{order_name}[/1] is currently in transit. [{followup}] => {followup} [In transit] => In transit [You can track your package using the following link:] => You can track your package using the following link: [You have received a new log alert] => You have received a new log alert [[1]Warning:[/1] you have received a new log alert in your Back Office.] => [1]Warning:[/1] you have received a new log alert in your back office. [You can check for it in the [1]Advanced Parameters > Logs[/1] section of your back office.] => You can check for it in the [1]Advanced Parameters > Logs[/1] section of your back office. [Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been canceled.] => Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been canceled. [Order canceled] => Order canceled [Order changed] => Order changed [Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been changed by the merchant.] => Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been changed by the merchant. [Message from a customer] => Message from a customer [You have received a new message.] => You have received a new message. [Order reference:] => Order reference: [You have received a new message from [1]{shop_name}[/1] regarding order with the reference [1]{order_name}[/1].] => You have received a new message from [1]{shop_name}[/1] regarding order with the reference [1]{order_name}[/1]. [Message:] => Message: [Return #{id_order_return} - update] => Return #{id_order_return} - update [We have updated the progress on your return #{id_order_return}, the new status is:] => We have updated the progress on your return #{id_order_return}, the new status is: [Item(s) out of stock] => Item(s) out of stock [Unfortunately, one or more items are currently out of stock. This may cause a slight delay in your delivery. Please accept our apologies and rest assured that we are working hard to rectify this.] => Unfortunately, one or more items are currently out of stock. This may cause a slight delay in your delivery. Please accept our apologies and rest assured that we are working hard to rectify this. [Thanks for your order with the reference {order_name} from {shop_name}.] => Thanks for your order with the reference {order_name} from {shop_name}. [Your new {shop_name} login details] => Your new {shop_name} login details [Password reset request for {shop_name}] => Password reset request for {shop_name} [To confirm this action, please use the following link:] => To confirm this action, please use the following link: [You have requested to reset your [1]{shop_name}[/1] login details.] => You have requested to reset your [1]{shop_name}[/1] login details. [Please note that this will change your current password.] => Please note that this will change your current password. [Payment processed] => Payment processed [Your payment for order with the reference {order_name} was successfully processed.] => Your payment for order with the reference {order_name} was successfully processed. [Payment processing error] => Payment processing error [There is a problem with your payment for {shop_name} order with the reference {order_name}. Please contact us at your earliest convenience.] => There is a problem with your payment for {shop_name} order with the reference {order_name}. Please contact us at your earliest convenience. [We cannot ship your order until we receive your payment.] => We cannot ship your order until we receive your payment. [Processing] => Processing [We are currently processing your {shop_name} order with the reference {order_name}.] => We are currently processing your {shop_name} order with the reference {order_name}. [We have processed your {shop_name} refund for order with the reference {order_name}.] => We have processed your {shop_name} refund for order with the reference {order_name}. [Refund processed] => Refund processed [In order to reply, please use the following link: {link}] => In order to reply, please use the following link: {link} [Please do not reply directly to this email, we will not receive it.] => Please do not reply directly to this email, we will not receive it. [Thank you for shopping with {shop_name}!] => Thank you for shopping with {shop_name}! [Your order has been shipped] => Your order has been shipped [Shipped] => Shipped [Your order with the reference [1]{order_name}[/1] has been shipped.] => Your order with the reference [1]{order_name}[/1] has been shipped. [Hello] => Hello [This is a [1]test e-mail[/1] from your shop.] => This is a [1]test e-mail[/1] from your shop. [If you can read this, the test was successful!] => If you can read this, the test was successful! [Voucher created] => Voucher created [A voucher has been created in your name as a result of your order with the reference [1]{order_name}[/1].] => A voucher has been created in your name as a result of your order with the reference [1]{order_name}[/1]. [[1]Voucher code: {voucher_num}[/1] in the amount of [1]{voucher_amount}[/1]] => [1]Voucher code: {voucher_num}[/1] in the amount of [1]{voucher_amount}[/1] [This is to inform you about the creation of a voucher.] => This is to inform you about the creation of a voucher. [Hi,] => Hi, [This item is once again in-stock.] => This item is once again in-stock. [You can access the product page by clicking on the link:] => You can access the product page by clicking on the link: [You can order it right now from our online shop.] => You can order it right now from our online shop. [{product} is now available.] => {product} is now available. [Customer message:] => Customer message: [Total Tax paid] => Total Tax paid [Order details] => Order details [Order:] => Order: [Placed on] => Placed on [Payment:] => Payment: [Reference] => Reference [Product] => Product [Unit price] => Unit price [Quantity] => Quantity [Total price] => Total price [Products] => Products [Discounts] => Discounts [Gift-wrapping] => Gift-wrapping [Shipping] => Shipping [Total paid] => Total paid [Carrier:] => Carrier: [Delivery address] => Delivery address [Billing address] => Billing address [A new order was placed on {shop_name} by the following customer: {firstname} {lastname} ({email})] => A new order was placed on {shop_name} by the following customer: {firstname} {lastname} ({email}) [Congratulations!] => Congratulations! [Order {order_name}] => Order {order_name} [If you have a guest account, you can follow your order via the %guest_tracking_label% section on our shop.] => If you have a guest account, you can follow your order via the %guest_tracking_label% section on our shop. [Order edited] => Order edited [Your order with the reference [1]{order_name}[/1] has been modified.] => Your order with the reference [1]{order_name}[/1] has been modified. [The stock cover is now less than the specified minimum of:] => The stock cover is now less than the specified minimum of: [Current stock cover:] => Current stock cover: [{product} is almost out of stock.] => {product} is almost out of stock. [{product} is nearly out of stock.] => {product} is nearly out of stock. [The remaining stock is now less than the specified minimum of] => The remaining stock is now less than the specified minimum of [Remaining stock:] => Remaining stock: [Replenish your inventory, go to the [1]Catalog > Stocks[/1] section of your back office to manage your stock.] => Replenish your inventory, go to the [1]Catalog > Stocks[/1] section of your back office to manage your stock. [Customer:] => Customer: [Return details] => Return Details [{order_name} Placed on {date}] => {order_name} placed on {date} [You have received a new return request for {shop_name}.] => You have received a new return request for {shop_name}. [Thank you for subscribing to our newsletter.] => Thank you for subscribing to our newsletter. [Thank you for subscribing to our newsletter, please confirm your request by clicking the link below :] => Thank you for subscribing to our newsletter, please confirm your request by clicking the link below : [Newsletter subscription] => Newsletter subscription [Regarding your newsletter subscription, we are pleased to offer you the following voucher:] => Regarding your newsletter subscription, we are pleased to offer you the following voucher: [Hi {firstname} {lastname},] => Hi {firstname} {lastname}, [We noticed that during your last visit on {shop_name}, you did not complete the order you had started.] => We noticed that during your last visit on {shop_name}, you did not complete the order you had started. [As an incentive, we can give you a discount of [1]{amount}%[/1] off your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment!] => As an incentive, we can give you a discount of [1]{amount}%[/1] off your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment! [Your {shop_name} login details] => Your {shop_name} login details [Your cart at {shop_name}] => Your cart at {shop_name} [Your cart has been saved, you can resume your order by visiting our store:] => Your cart has been saved, you can resume your order by visiting our store: [Here is your coupon:] => Here is your coupon: [Enter this code in your shopping cart to get your discount.] => Enter this code in your shopping cart to get your discount. [Thank you for your order at {shop_name}.] => Thank you for your order at {shop_name}. [As our way of saying thanks, we want to give you a discount of [1]{amount}%[/1] off your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment!] => As our way of saying thanks, we want to give you a discount of [1]{amount}%[/1] off your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment! [You are one of our best customers and as such we want to thank you for your continued patronage.] => You are one of our best customers and as such we want to thank you for your continued patronage. [As appreciation for your loyalty, we want to give you a discount of [1]{amount}%[/1] valid on your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment!] => As an appreciation for your loyalty, we want to give you a discount of [1]{amount}%[/1] valid on your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment! [Thanks for your trust.] => Thanks for your trust. [You are one of our best customers, however you have not placed an order in {days_threshold} days.] => You are one of our best customers, however you have not placed an order in {days_threshold} days. [We wish to thank you for the trust you have placed in us and want to give you a discount of [1]{amount}%[/1] valid on your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment!] => We wish to thank you for the trust you have placed in us and want to give you a discount of [1]{amount}%[/1] valid on your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment! [Your referred friend [1]{sponsored_firstname} {sponsored_lastname}[/1] has placed his or her first order on {shop_name}!] => Your referred friend [1]{sponsored_firstname} {sponsored_lastname}[/1] has placed his or her first order on {shop_name}! [We are pleased to offer you a voucher worth [1]{discount_display} (voucher # {discount_name})[/1] that you can use on your next order.] => We are pleased to offer you a voucher worth [1]{discount_display} (voucher # {discount_name})[/1] that you can use on your next order. [Best regards,] => Best regards, [join us!] => join us! [Your friend [1]{firstname} {lastname}[/1] wants to refer you on {shop_name}!] => Your friend [1]{firstname} {lastname}[/1] wants to refer you on {shop_name}! [Get referred and earn a discount voucher of [1]{discount}![/1]] => Get referred and earn a discount voucher of [1]{discount}![/1] [It's very easy to sign up. Just click here!] => It's very easy to sign up. Just click here! [When signing up, don't forget to provide the e-mail address of your referring friend:] => When signing up, don't forget to provide the e-mail address of your referring friend: [We are pleased to offer you a voucher worth [1]{discount}[/1] that you can use on your next order.] => We are pleased to offer you a voucher worth [1]{discount}[/1] that you can use on your next order. [Here is the code of your voucher:] => Here is the code of your voucher: [Simply copy/paste this code during the payment process for your next order.] => Simply copy/paste this code during the payment process for your next order. [Referral Program] => Referral Program [We have created a voucher in your name for referring a friend.] => We have created a voucher in your name for referring a friend. [, with an amount of] => , with an amount of [You can now place orders on our shop:] => You can now place orders on our shop: [Account] => Account [Your login details on {shop_name}] => Your login details on {shop_name} [Here are your login details:] => Here are your login details: [Back Office Order] => Back Office Order [Please go on {order_link} to complete the payment.] => Please go on {order_link} to complete the payment. [Bankwire] => Bankwire [Pending payment] => Pending payment [Payment method: bank wire] => Payment method: bank wire [You have decided to pay by bank wire.] => You have decided to pay by bank wire. [Here is the information you need for your transfer:] => Here is the information you need for your transfer: [Your order with the reference [1]{order_name}[/1] has been placed successfully. You can expect [1]delivery as soon as your payment is received[/1].] => Your order with the reference [1]{order_name}[/1] has been placed successfully. You can expect [1]delivery as soon as your payment is received[/1]. [Check] => Check [Awaiting payment by check] => Awaiting payment by check [Payment method: check] => Payment method: check [You have decided to pay by bank check.] => You have decided to pay by bank check. [Here is the information you need for your check:] => Here is the information you need for your check: [Contact] => Contact [Customer Email Address:] => Customer Email Address: [Order ID #:] => Order ID #: [Contact Form] => Contact Form [Your message has been sent successfully, thank you for taking the time to write!] => Your message has been sent successfully, thank you for taking the time to write! [We will reply as soon as possible.] => We will reply as soon as possible. [Review this credit slip and download your invoice on our shop, go to the %credit_slips_label% section of your customer account.] => Review this credit slip and download your invoice on our shop, go to the %credit_slips_label% section of your customer account. [Credit Slip] => Credit Slip [Credit slip] => Credit slip [A credit slip has been generated in your name for order with the reference [1]{order_name}[/1].] => A credit slip has been generated in your name for order with the reference [1]{order_name}[/1]. [Download products] => Download products [Thank you for your order with the reference {order_name} from [1]{shop_name}[/1]] => Thank you for your order with the reference {order_name} from [1]{shop_name}[/1] [Product(s) to download] => Product(s) to download [Employee password] => Employee password [Here is your personal login information for {shop_name}] => Here is your personal login information for {shop_name} [Here is your identification information on [1]{shop_name}[/1]] => Here is your identification information on [1]{shop_name}[/1] [Forward message] => Forward message [Customer Service - Discussion Forwarded] => Customer Service - Discussion Forwarded [[1]{employee}[/1] added [1]{comment}[/1]] => [1]{employee}[/1] added [1]{comment}[/1] [You can access your customer account on our shop:] => You can access your customer account on our shop: [Guest to customer] => Guest to customer [Your guest account has been turned into a customer account] => Your guest account has been turned into a customer account [Congratulations, your guest account for [1]{shop_name}[/1] has been turned into a customer account!] => Congratulations, your guest account for [1]{shop_name}[/1] has been turned into a customer account! [The file {filename} has been successfully imported to your shop.] => The file {filename} has been successfully imported to your shop. [Import] => Import [Import finished] => Import finished [Your order with the reference [1]{order_name}[/1] is on its way.] => Your order with the reference [1]{order_name}[/1] is on its way. [Log Alert] => Log Alert [New alert message saved] => New alert message saved [[1]WARNING:[/1] you have received a new log alert in your back office.] => [1]WARNING:[/1] you have received a new log alert in your back office. [Newsletter] => Newsletter [Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been canceled by the merchant.] => Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been canceled by the merchant. [Order confirmation] => Order confirmation [Thank you for shopping on [1]{shop_name}[/1]!] => Thank you for shopping on [1]{shop_name}[/1]! [Recycled packaging:] => Recycled packaging: [You have received a new message regarding order with the reference] => You have received a new message regarding order with the reference [Order customer comment] => Order customer comment [Message from customer] => Message from customer [Order merchant comment] => Order merchant comment [Order return state] => Order return state [Order return #{id_order_return} - Update] => Order return #{id_order_return} - Update [Follow your order and download your invoice on our shop, go to the %order_history_label% section of your customer account.] => Follow your order and download your invoice on our store, go to the %order_history_label% section of your customer account. [Out of stock] => Out of stock [Replenishment required] => Replenishment required [Unfortunately, one or more items are currently out of stock and this may cause a slight delay for delivery. Please accept our apologies for this inconvenience and be sure we are doing our best to correct the situation.] => Unfortunately, one or more items are currently out of stock and this may cause a slight delay for delivery. Please accept our apologies for this inconvenience and be sure we are doing our best to correct the situation. [Password] => Password [Your password has been correctly updated.] => Your password has been correctly updated. [Password Query] => Password Query [Confirmation of password request on {shop_name}] => Confirmation of password request on {shop_name} [In order to confirm this action, click on the following link:] => In order to confirm this action, click on the following link: [If you did not make this request, just ignore this email.] => If you did not make this request, just ignore this email. [Payment] => Payment [Your payment for order with the reference [1]{order_name}[/1] was successfully processed.] => Your payment for order with the reference [1]{order_name}[/1] was successfully processed. [Payment Error] => Payment Error [Payment error] => Payment error [We have encountered an error while processing your payment for your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1]. Please contact us as soon as possible.] => We have encountered an error while processing your payment for your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1]. Please contact us as soon as possible. [You can expect delivery as soon as your payment is received.] => You can expect delivery as soon as your payment is received. [Preparation] => Preparation [Processing order] => Processing order [We are currently processing your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1].] => We are currently processing your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1]. [Refund] => Refund [We have processed your refund for your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1].] => We have processed your refund for your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1]. [Reply msg] => Reply message [In order to reply, click on the following link: {link}] => In order to reply, click on the following link: {link} [Test] => Test [Here is a test [1]email[/1] from your shop.] => Here is a test [1]email[/1] from your shop. [If you can read this, it means the test is successful!] => If you can read this, it means the test is successful! [Voucher] => Voucher [Voucher code generated] => Voucher code generated [We are pleased to inform you that a voucher has been generated in your name for order with the reference [1]{order_name}[/1].] => We are pleased to inform you that a voucher has been generated in your name for order with the reference [1]{order_name}[/1]. [[1]VOUCHER CODE: {voucher_num}[/1] in the amount of [1]{voucher_amount}[/1]] => [1]VOUCHER CODE: {voucher_num}[/1] in the amount of [1]{voucher_amount}[/1] [In order to use it, just copy/paste this code during check out.] => In order to use it, just copy/paste this code during check out. [Voucher new] => Voucher new [Voucher code has been generated] => Voucher code has been generated [Here is your new voucher code:] => Here is your new voucher code: [Customer Quantity] => Customer Quantity [Good news, this item is back in stock!] => Good news, this item is back in stock! [Click on the following link to visit the product page and order it:] => Click on the following link to visit the product page and order it: [Including total tax] => Including total tax [New Order] => New Order [A new order was placed on [1]{shop_name}[/1] by the following customer:] => A new order was placed on [1]{shop_name}[/1] by the following customer: [Carrier] => Carrier [Order ID {order_name}] => Order ID {order_name} [Go to your customer account to learn more about it.] => Go to your customer account to learn more about it. [Product coverage] => Product coverage [Your stock cover is now less than the specified minimum of:] => Your stock cover is now less than the specified minimum of: [Product out of stock] => Product out of stock [There are now less than [1]{last_qty}[/1] items in stock.] => There are now less than [1]{last_qty}[/1] items in stock. [Return Slip] => Return Slip [Return Details] => Return Details [Newsletter Confirmation] => Newsletter Confirmation [Newsletter Verification] => Newsletter Verification [Thank you for subscribing to our newsletter. Please click on the following link to confirm your request:] => Thank you for subscribing to our newsletter. Please click on the following link to confirm your request: [Newsletter Voucher] => Newsletter Voucher [Subscribing to newsletter] => Subscribing to newsletter [Thank you for subscribing to our newsletter. We are pleased to offer you the following voucher:] => Thank you for subscribing to our newsletter. We are pleased to offer you the following voucher: [Follow up 1] => Follow up 1 [Thanks for your visit. However, it looks like you did not complete your purchase.] => Thanks for your visit. However, it looks like you did not complete your purchase. [Your cart has been saved, you can go back to your order on our shop:] => Your cart has been saved, you can go back to your order on our shop: [Your voucher code on {shop_name}] => Your voucher code on {shop_name} [We are pleased to offer you a discount of [1]{amount}%[/1] off your next order. And this offer is valid for [1]{days}[/1] days, so do not wait any longer!] => We are pleased to offer you a discount of [1]{amount}%[/1] off your next order. And this offer is valid for [1]{days}[/1] days, so do not wait any longer! [Here is your VOUCHER CODE:] => Here is your VOUCHER CODE: [Enter this code in your shopping cart to get the discount.] => Enter this code in your shopping cart to get the discount. [Follow up 2] => Follow up 2 [Thanks for your order.] => Thanks for your order. [Follow up 3] => Follow up 3 [Follow up 4] => Follow up 4 [Your cart on {shop_name}] => Your cart on {shop_name} [Congratulations, you are one of our best customers! However, it looks like you have not placed an order since {days_threshold} days.] => Congratulations, you are one of our best customers! However, it looks like you have not placed an order since {days_threshold} days. [Your cart has been saved, you can resume your order by visiting our shop:] => Your cart has been saved, you can resume your order by visiting our store: [Referral program Congratulations] => Referral program Congratulations [Your referred friend [1]{sponsored_firstname}[/1] [1]{sponsored_lastname}[/1] has placed his/her first order on {shop_name}!] => Your referred friend [1]{sponsored_firstname}[/1] [1]{sponsored_lastname}[/1] has placed his/her first order on {shop_name}! [We are pleased to offer you a voucher worth [1]{discount_display}[/1] (VOUCHER # [1]{discount_name}[/1]) that you can use on your next order.] => We are pleased to offer you a voucher worth [1]{discount_display}[/1] (VOUCHER # [1]{discount_name}[/1]) that you can use on your next order. [Referral program Invitation] => Referral program Invitation [Join us!] => Join us! [Your friend [1]{firstname} {lastname}[/1] wants to refer you on {shop_name}!] => Your friend [1]{firstname} {lastname}[/1] wants to refer you on {shop_name}! [Get referred and earn a discount voucher of [1]{discount}[/1]!] => Get referred and earn a discount voucher of [1]{discount}[/1]! [It's very easy to sign up, just click here!] => It's very easy to sign up, just click here! [When signing up, don't forget to provide the email address of your referring friend:] => When signing up, don't forget to provide the email address of your referring friend: [Referral program Voucher] => Referral program Voucher [Sponsorship Program] => Sponsorship Program ) [ModulesBestsellersShop] => Array ( [Best Sellers] => Best Sellers [All best sellers] => All best sellers ) [ModulesContactinfoAdmin] => Array ( [Contact information] => Contact information [Allows you to display additional information about your store's customer service.] => Allows you to display additional information about your store's customer service. [Your theme needs to be compatible with this feature] => Your theme needs to be compatible with this feature [Let your customers know how to reach you, display contact information on your store.] => Let your customers know how to reach you, display contact information on your store. ) [ModulesSharebuttonsAdmin] => Array ( [Social media share buttons] => Social media share buttons [Instagram, YouTube, gather your community with social media sharing buttons on product pages.] => Instagram, YouTube, gather your community with social media sharing buttons on product pages. ) [ModulesSocialfollowAdmin] => Array ( [Social media follow links] => Social media follow links [Facebook, Twitter, let your customers know where to follow you and increase your community.] => Facebook, Twitter, let your customers know where to follow you and increase your community. [Please choose a shop to edit the social media links.] => Please choose a shop to edit the social media links. [Facebook URL] => Facebook URL [Your Facebook fan page.] => Your Facebook fan page. [Twitter URL] => Twitter URL [Your official Twitter account.] => Your official Twitter account. [RSS URL] => RSS URL [The RSS feed of your choice (your blog, your store, etc.).] => The RSS feed of your choice (your blog, your store, etc.). [YouTube URL] => YouTube URL [Your official YouTube account.] => Your official YouTube account. [Pinterest URL:] => Pinterest URL: [Your official Pinterest account.] => Your official Pinterest account. [Vimeo URL:] => Vimeo URL: [Your official Vimeo account.] => Your official Vimeo account. [Instagram URL:] => Instagram URL: [Your official Instagram account.] => Your official Instagram account. [LinkedIn URL:] => LinkedIn URL: [Your official LinkedIn account.] => Your official LinkedIn account. [TikTok URL:] => TikTok URL: [Your official TikTok account.] => Your official TikTok account. [Discord URL:] => Discord URL: [Your official Discord account.] => Your official Discord account. ) [ShopThemeActions] => Array ( [Add to cart] => Add to cart [Sign out] => Sign out [Sign in] => Sign in [Filter By] => Filter By [Clear all] => Clear all [Remove] => Remove [Cart] => Cart [Choose file] => Choose file [Send] => Send [Subscribe] => Subscribe [OK] => OK [Share] => Share [Proceed to checkout] => Proceed to checkout [Continue shopping] => Continue shopping [remove from cart] => remove from cart [Show] => Show [Hide] => Hide [Previous] => Previous [Next] => Next [View products] => View products [Quick view] => Quick view [Quantity] => Quantity [Remove Image] => Remove Image [Save Customization] => Save Customization [Filter] => Filter [Back to top] => Back to top [Select] => Select [Choose] => Choose [Download] => Download [Cancel] => Cancel [Continue] => Continue [Edit] => Edit [show details] => show details [Add] => Add [Take advantage of our exclusive offers:] => Take advantage of our exclusive offers: [edit] => edit [add new address] => add new address [Checkout] => Checkout [Create account] => Create account [Save] => Save [Delete] => Delete [Update] => Update [Add a new address] => Add a new address [Create new address] => Create new address [Reorder] => Reorder [Print out] => Print out [Send reset link] => Send reset link [Back to login] => Back to login [Back to Login] => Back to Login [Change Password] => Change Password ) [ModulesSharebuttonsShop] => Array ( [Share] => Share [Tweet] => Tweet [Pinterest] => Pinterest ) [ModulesShoppingcartAdmin] => Array ( [Shopping cart] => Shopping cart [Display a shopping cart icon on your pages and the number of items it contains.] => Display a shopping cart icon on your pages and the number of items it contains. [Ajax: Invalid choice.] => Ajax: Invalid choice. [Ajax cart] => Ajax cart [Activate Ajax mode for the cart (compatible with the default theme).] => Activate Ajax mode for the cart (compatible with the default theme). ) [ModulesBlockreassuranceShop] => Array ( [Security policy] => Security policy [(edit with the Customer Reassurance module)] => (edit with the Customer Reassurance module) [Delivery policy] => Delivery policy [Return policy] => Return policy ) [ModulesContactformShop] => Array ( [Please select a subject from the list provided. ] => Please select a subject from the list provided. [An error occurred during the file-upload process.] => An error occurred during the file-upload process. [Bad file extension] => Bad file extension [An error occurred while sending the message, please try again.] => An error occurred while sending the message, please try again. [An error occurred while sending the message.] => An error occurred while sending the message. [Your message has been successfully sent to our team.] => Your message has been successfully sent to our team. [Customer service - Contact us] => Customer service - Contact us [Send a message] => Send a message [If you would like to add a comment about your order, please write it in the field below.] => If you would like to add a comment about your order, please write it in the field below. [Subject Heading] => Subject Heading [Email address] => Email address [Order reference] => Order reference [Select reference] => Select reference [Attach File] => Attach File [Message] => Message [Send] => Send ) [AdminInternationalHelp] => Array ( [This will restore your last registered address format.] => This will restore your last registered address format. [This will restore the default address format for this country.] => This will restore the default address format for this country. [This will restore your current address format.] => This will restore your current address format. [This will delete the current address format] => This will delete the current address format [You must use this syntax in your translations. Here are a few examples:] => You must use this syntax in your translations. Here are a few examples: [This expression uses a special syntax:] => This expression uses a special syntax: [Some of these expressions use this special syntax: %s.] => Some of these expressions use this special syntax: %s. [There are [1]%replace%[/1] products] => There are [1]%replace%[/1] products ["%s" will be replaced by a number.] => "%s" will be replaced by a number. [List of pages in [1]%replace%[/1]] => List of pages in [1]%replace%[/1] ["%s" will be replaced by a string.] => "%s" will be replaced by a string. [Feature: [1]%1%[/1] ([1]%2%[/1] values)] => Feature: [1]%1%[/1] ([1]%2%[/1] values) [The numbers enable you to reorder the variables when necessary.] => The numbers enable you to reorder the variables when necessary. [You must use this syntax in your translations. Here are several examples:] => You must use this syntax in your translations. Here are several examples: [Click on the title of a section to open its fieldsets.] => Click on the title of a section to open its fieldsets. [Here you can modify translations for all installed module.] => Here you can modify translations for all installed module. [Select your module] => Select your module [Restrict country selections in front office to those covered by active carriers] => Restrict country selections in front office to those covered by active carriers [Two -- or three -- letter ISO code (e.g. "us" for United States).] => Two -- or three -- letter ISO code (e.g. "us" for United States). [International call prefix, (e.g. 1 for United States).] => International call prefix, (e.g. 1 for United States). [Geographical region.] => Geographical region. [Display this country to your customers (the selected country will always be displayed in the Back Office).] => Display this country to your customers (the selected country will always be displayed in the Back Office). [Indicate the format of the postal code: use L for a letter, N for a number, and C for the country's ISO 3166-1 alpha-2 code. For example, NNNNN for the United States, France, Poland and many other; LNNNNLLL for Argentina, etc. If you do not want PrestaShop to verify the postal code for this country, leave it blank.] => Indicate the format of the postal code: use L for a letter, N for a number, and C for the country's ISO 3166-1 alpha-2 code. For example, NNNNN for the United States, France, Poland and many other; LNNNNLLL for Argentina, etc. If you do not want PrestaShop to verify the postal code for this country, leave it blank. [Provide the state name to be displayed in addresses and on invoices.] => Provide the state name to be displayed in addresses and on invoices. [1 to 4 letter ISO code.] => 1 to 4 letter ISO code. [You can prefix it with the country ISO code if needed.] => You can prefix it with the country ISO code if needed. [Country where the state is located.] => Country where the state is located. [Only the countries with the option "contains states" enabled are displayed.] => Only the countries with the option "contains states" enabled are displayed. [Geographical region where this state is located.] => Geographical region where this state is located. [Used for shipping] => Used for shipping [You can define a range of Zip/Postal codes (e.g., 75000-75015) or simply use one Zip/Postal code.] => You can define a range of Zip/Postal codes (e.g., 75000-75015) or simply use one Zip/Postal code. [You must define the behavior if an address matches multiple rules:] => You must define the behavior if an address matches multiple rules: [- This tax only: Will apply only this tax] => - This tax only: Will apply only this tax [- Combine: Combine taxes (e.g.: 10% + 5% = 15%)] => - Combine: Combine taxes (e.g.: 10% + 5% = 15%) [- One after another: Apply taxes one after another (e.g.: 100 + 10% => 110 + 5% = 115.5)] => - One after another: Apply taxes one after another (e.g.: 100 + 10% => 110 + 5% = 115.5) [No Tax] => No Tax [(Total tax: 9%)] => (Total tax: 9%) [By default, PrestaShop comes with a list of official currencies. If you want to use a local currency, you will have to add it manually. For example, to accept the Iranian Toman on your store, you need to create it before.] => By default, PrestaShop comes with a list of official currencies. If you want to use a local currency, you will have to add it manually. For example, to accept the Iranian Toman on your store, you need to create it before. [ISO 4217 code (e.g. USD for Dollars, EUR for Euros, etc.)] => ISO 4217 code (e.g. USD for Dollars, EUR for Euros, etc.) [Exchange rates are calculated from one unit of your shop's default currency. For example, if the default currency is euros and your chosen currency is dollars, type "1.20" (1€ = $1.20).] => Exchange rates are calculated from one unit of your shop's default currency. For example, if the default currency is euros and your chosen currency is dollars, type "1.20" (1€ = $1.20). [Exchange rates are calculated from one unit of your store's default currency. For example, if the default currency is euros and your chosen currency is dollars, type "1.20" (1€ = $1.20).] => Exchange rates are calculated from one unit of your store's default currency. For example, if the default currency is euros and your chosen currency is dollars, type "1.20" (1€ = $1.20). [This option allows you, among other things, to restrict access to your shop for certain countries. See below.] => This option allows you, among other things, to restrict access to your shop for certain countries. See below. [Two-letter ISO code (e.g. FR, EN, DE).] => Two-letter ISO code (e.g. FR, EN, DE). [IETF language tag (e.g. en-US, pt-BR).] => IETF language tag (e.g. en-US, pt-BR). [Short date format (e.g., Y-m-d).] => Short date format (e.g., Y-m-d). [Full date format (e.g., Y-m-d H:i:s).] => Full date format (e.g., Y-m-d H:i:s). [Upload the country flag from your computer.] => Upload the country flag from your computer. [Image is displayed when no picture is found.] => Image is displayed when no picture is found. [Enable if this language is read from right to left.] => Enable if this language is read from right to left. [(Experimental: your theme must be compliant with RTL languages).] => (Experimental: your theme must be compliant with RTL languages). [Activate this language.] => Activate this language. [The ISO 639-1 identifier for the language of the country where your web server is located (en, fr, sp, ru, pl, nl, etc.).] => The ISO 639-1 identifier for the language of the country where your web server is located (en, fr, sp, ru, pl, nl, etc.). [The ISO 3166-1 alpha-2 identifier for the country/region where your web server is located, in lowercase (us, gb, fr, sp, ru, pl, nl, etc.).] => The ISO 3166-1 alpha-2 identifier for the country/region where your web server is located, in lowercase (us, gb, fr, sp, ru, pl, nl, etc.). [If set to yes then the localization pack will be downloaded from prestashop.com. Otherwise the local xml file found in the localization folder of your PrestaShop installation will be used.] => If set to yes then the localization pack will be downloaded from prestashop.com. Otherwise the local xml file found in the localization folder of your PrestaShop installation will be used. [The default weight unit for your shop (e.g. "kg" for kilograms, "lbs" for pound-mass, etc.).] => The default weight unit for your shop (e.g. "kg" for kilograms, "lbs" for pound-mass, etc.). [The default distance unit for your shop (e.g. "km" for kilometer, "mi" for mile, etc.).] => The default distance unit for your shop (e.g. "km" for kilometer, "mi" for mile, etc.). [The default volume unit for your shop (e.g. "L" for liter, "gal" for gallon, etc.).] => The default volume unit for your shop (e.g. "L" for liter, "gal" for gallon, etc.). [The default dimension unit for your shop (e.g. "cm" for centimeter, "in" for inch, etc.).] => The default dimension unit for your shop (e.g. "cm" for centimeter, "in" for inch, etc.). [The default language used in your shop.] => The default language used in your shop. [Set browser language as default language.] => Set browser language as default language. [The default country used in your shop.] => The default country used in your shop. [Set country corresponding to browser language.] => Set country corresponding to browser language. [The default currency used in your shop.] => The default currency used in your shop. [Zone name (e.g. Africa, West Coast, Neighboring Countries).] => Zone name (e.g. Africa, West Coast, Neighboring Countries). [Allow or disallow shipping to this zone.] => Allow or disallow shipping to this zone. [Select whether or not to include tax on purchases.] => Select whether or not to include tax on purchases. [Select whether or not to display tax on a distinct line in the cart.] => Select whether or not to display tax on a distinct line in the cart. [If you disable the ecotax, the ecotax for all your products will be set to 0.] => If you disable the ecotax, the ecotax for all your products will be set to 0. [Define the ecotax (e.g. French ecotax: 20%).] => Define the ecotax (e.g. French ecotax: 20%). [Tax name to display in carts and on invoices (e.g. "VAT").] => Tax name to display in carts and on invoices (e.g. "VAT"). [Format: XX.XX or XX.XXX (e.g. 19.60 or 13.925)] => Format: XX.XX or XX.XXX (e.g. 19.60 or 13.925) [You can add IP addresses that will always be allowed to access your shop (e.g. Google bots' IP).] => You can add IP addresses that will always be allowed to access your shop (e.g. Google bots' IP). [You can add or update a language directly from the PrestaShop website here.] => You can add or update a language directly from the PrestaShop website here. [Copies data from one language to another.] => Copies data from one language to another. [Warning: This will replace all of the existing data inside the destination language.] => Warning: This will replace all of the existing data inside the destination language. [If necessary [1][2] you must first create a new language[/1].] => If necessary [1][2] you must first create a new language[/1]. [Export data from one language to a file (language pack).] => Export data from one language to a file (language pack). [Select which theme you would like to export your translations to.] => Select which theme you would like to export your translations to. [Here you can modify translations for every line of text inside PrestaShop.] => Here you can modify translations for every line of text inside PrestaShop. [First, select a type of translation (such as "Back office" or "Installed modules"), and then select the language you want to translate strings in.] => First, select a type of translation (such as "Back office" or "Installed modules"), and then select the language you want to translate strings in. [Search a word or expression, e.g.: "Order confirmation"] => Search a word or expression, e.g.: "Order confirmation" ) [ModulesCrosssellingAdmin] => Array ( [Cross-selling] => Cross-selling [Offer your customers the possibility to buy matching items when on a product page.] => Offer your customers the possibility to buy matching items when on a product page. [You must fill in the "Number of displayed products" field.] => You must fill in the "Number of displayed products" field. [Invalid number.] => Invalid number. [Display price on products] => Display price on products [Show the price on the products in the block.] => Show the price on the products in the block. [Number of displayed products] => Number of displayed products [Set the number of products displayed in this block.] => Set the number of products displayed in this block. ) [ModulesCategorytreeAdmin] => Array ( [Category tree links] => Category tree links [Help navigation on your store, show your visitors current category and subcategories.] => Help navigation on your store, show your visitors current category and subcategories. [Category root] => Category root [Select which category is displayed in the block. The current category is the one the visitor is currently browsing.] => Select which category is displayed in the block. The current category is the one the visitor is currently browsing. [Home category] => Home category [Current category] => Current category [Parent category] => Parent category [Current category, unless it has no subcategories, in which case the parent category of the current category is used] => Current category, unless it has no subcategories, in which case the parent category of the current category is used [Maximum depth] => Maximum depth [Set the maximum depth of category sublevels displayed in this block (0 = infinite).] => Set the maximum depth of category sublevels displayed in this block (0 = infinite). ) [ModulesPagesnotfoundAdmin] => Array ( [Pages not found] => Pages not found [Enrich your stats, display the pages requested by your visitors that could not be found.] => Enrich your stats, display the pages requested by your visitors that could not be found. [The "pages not found" cache has been emptied.] => The "pages not found" cache has been emptied. [The "pages not found" cache has been deleted.] => The "pages not found" cache has been deleted. [Guide] => Guide [404 errors] => 404 errors [A 404 error is an HTTP error code which means that the file requested by the user cannot be found. In your case it means that one of your visitors entered a wrong URL in the address bar, or that you or another website has a dead link. When possible, the referrer is shown so you can find the page/site which contains the dead link. If not, it generally means that it is a direct access, so someone may have bookmarked a link which doesn't exist anymore.] => A 404 error is an HTTP error code which means that the file requested by the user cannot be found. In your case it means that one of your visitors entered a wrong URL in the address bar, or that you or another website has a dead link. When possible, the referrer is shown so you can find the page/site which contains the dead link. If not, it generally means that it is a direct access, so someone may have bookmarked a link which doesn't exist anymore. [How to catch these errors?] => How to catch these errors? [If your webhost supports .htaccess files, you can create one in the root directory of PrestaShop and insert the following line inside: "%s".] => If your webhost supports .htaccess files, you can create one in the root directory of PrestaShop and insert the following line inside: "%s". [A user requesting a page which doesn't exist will be redirected to the following page: %s. This module logs access to this page.] => A user requesting a page which doesn't exist will be redirected to the following page: %s. This module logs access to this page. [You must use a .htaccess file to redirect 404 errors to the "404.php" page.] => You must use a .htaccess file to redirect 404 errors to the "404.php" page. [Page] => Page [Referrer] => Referrer [Counter] => Counter [No "page not found" issue registered for now.] => No "page not found" issue registered for now. [Empty database] => Empty database [Empty ALL "pages not found" notices for this period] => Empty ALL "pages not found" notices for this period [Empty ALL "pages not found" notices] => Empty ALL "pages not found" notices ) [ModulesProductcommentsShop] => Array ( [Deleted account] => Deleted account [You need to be [1]logged in[/1] or [2]create an account[/2] to post your review.] => You need to be [1]logged in[/1] or [2]create an account[/2] to post your review. [You are not allowed to post a review at the moment, please try again later.] => You are not allowed to post a review at the moment, please try again later. [Title cannot be empty] => Title cannot be empty [Title cannot be more than %s characters] => Title cannot be more than %s characters [Customer name cannot be empty] => Customer name cannot be empty [Customer name cannot be more than %s characters] => Customer name cannot be more than %s characters [Criterions not available] => Criterions not available [You need to be logged in to report a review.] => You need to be logged in to report a review. [You already reported this review as abusive.] => You already reported this review as abusive. [Cannot find the requested product review.] => Cannot find the requested product review. [This feature is not enabled.] => This feature is not enabled. [You need to be [1]logged in[/1] or [2]create an account[/2] to give your appreciation of a review.] => You need to be [1]logged in[/1] or [2]create an account[/2] to give your appreciation of a review. [OK] => OK [Grade] => Grade [No] => No [Yes] => Yes [Be the first to write your review] => Be the first to write your review [No customer reviews for the moment.] => No customer reviews for the moment. [Sorry, your review cannot be posted.] => Sorry, your review cannot be posted. [Title] => Title [Your name] => Your name [Review] => Review [Required fields] => Required fields [Cancel] => Cancel [Send] => Send [Your comment has been submitted and will be available once approved by a moderator.] => Your comment has been submitted and will be available once approved by a moderator. [Your comment has been added!] => Your comment has been added! [Review sent] => Review sent [Your review cannot be sent] => Your review cannot be sent [Write your review] => Write your review [Read user reviews] => Read user reviews [By %1$s] => By %1$s [Report abuse] => Report abuse [Sorry, your review appreciation cannot be sent.] => Sorry, your review appreciation cannot be sent. [Sorry, your abuse report cannot be sent.] => Sorry, your abuse report cannot be sent. [Comments] => Comments [Your review appreciation cannot be sent] => Your review appreciation cannot be sent [Report comment] => Report comment [Are you sure that you want to report this comment?] => Are you sure that you want to report this comment? [Report sent] => Report sent [Your report has been submitted and will be considered by a moderator.] => Your report has been submitted and will be considered by a moderator. [Your report cannot be sent] => Your report cannot be sent ) [ModulesCashondeliveryAdmin] => Array ( [Cash on delivery (COD)] => Cash on delivery (COD) [Accept cash payments on delivery to make it easy for customers to purchase on your store.] => Accept cash payments on delivery to make it easy for customers to purchase on your store. ) [AdminStatsFeature] => Array ( [%value%% of your Catalog] => %value%% of your Catalog [No customers] => No customers [%percentage%% Female Customers] => %percentage%% Female Customers [%percentage%% Male Customers] => %percentage%% Male Customers [%percentage%% Neutral Customers] => %percentage%% Neutral Customers [%value% years] => %value% years [%average% hours] => %average% hours [No orders] => No orders [%d%% %s] => %d%% %s [No category] => No category [Stats] => Stats ) [ModulesDataprivacyShop] => Array ( [Customer data privacy[1][2]%message%[/2]] => Customer data privacy[1][2]%message%[/2] ) [ModulesBestsellersAdmin] => Array ( [Top-sellers block] => Top-sellers block [Adds a block displaying your store's top-selling products.] => Adds a block displaying your store's top-selling products. [Products to display] => Products to display [Determine the number of product to display in this block] => Determine the number of product to display in this block [Show your visitors what are your top-selling products directly on your homepage.] => Show your visitors what are your top-selling products directly on your homepage. ) [AdminLoginFeature] => Array ( [Log in] => Log in [Stay logged in] => Stay logged in [I forgot my password] => I forgot my password [Reset your password] => Reset your password [New password] => New password [Confirm new password] => Confirm new password [Confirm password] => Confirm password [Reset password] => Reset password [Send reset link] => Send reset link ) [ModulesSocialfollowShop] => Array ( [Facebook] => Facebook [Twitter] => Twitter [Rss] => Rss [YouTube] => YouTube [Pinterest] => Pinterest [Vimeo] => Vimeo [Instagram] => Instagram [LinkedIn] => LinkedIn [TikTok] => TikTok [Discord] => Discord [Follow us] => Follow us ) [AdminOrderscustomersFeature] => Array ( [Total spent since registration:] => Total spent since registration: [Cart summary] => Cart summary [Ref:] => Ref.: [Text #] => Text # [Total cost of products:] => Total cost of products: [Total value of vouchers:] => Total value of vouchers: [Total cost of gift wrapping:] => Total cost of gift wrapping: [Total shipping costs:] => Total shipping costs: [Order information] => Order information [Order #%d] => Order #%d [Made on:] => Made on: [No order was created from this cart.] => No order was created from this cart. [Create an order from this cart.] => Create an order from this cart. [Customer information] => Customer information [Account registration date:] => Account registration date: [Valid orders placed:] => Valid orders placed: [Guest not registered] => Guest not registered [New messages] => New messages [Open] => Open [Closed] => Closed [Pending 1] => Pending 1 [Pending 2] => Pending 2 [No new messages] => No new messages [New message] => New message [Meaning of status] => Meaning of status [Statistics] => Statistics [Sync] => Sync [Run sync:] => Run sync: [Run sync] => Run sync [Click to synchronize mail automatically] => Click to synchronize mail automatically [Someone else] => Someone else [Forward this discussion] => Forward this discussion [Forward this discussion to an employee:] => Forward this discussion to an employee: [Comment:] => Comment: [Forward] => Forward [See more] => See more [Thread] => Thread [Forward this discussion to another employee] => Forward this discussion to another employee [Orders and messages timeline] => Orders and messages timeline [Your answer to] => Your answer to [To:] => To: [[1]%count%[/1] order(s) validated for a total amount of [2]%total%[/2]] => [1]%count%[/1] order(s) validated for a total amount of [2]%total%[/2] [No orders validated for the moment] => No orders validated for the moment [Order #] => Order # [View order] => View order [View customer] => View customer [Customer ID:] => Customer ID: [Sent on:] => Sent on: [Browser:] => Browser: [File attachment] => File attachment [View file] => View file [Product #] => Product # [View this thread] => View this thread [Sent by:] => Sent by: [Thread ID:] => Thread ID: [Message ID:] => Message ID: [Message:] => Message: [Reply to this message] => Reply to this message [Please type your reply below:] => Please type your reply below: [Your reply will be sent to:] => Your reply will be sent to: [Send my reply] => Send my reply [Text #%d] => Text #%d [Search for a product] => Search for a product [View this order] => View this order [Delay] => Delay [Hi, Unfortunately, an item on your order is currently out of stock. This may cause a slight delay in delivery. Please accept our apologies and rest assured that we are working hard to rectify this. Best regards,] => Hi, Unfortunately, an item on your order is currently out of stock. This may cause a slight delay in delivery. Please accept our apologies and rest assured that we are working hard to rectify this. Best regards, [Waiting for confirmation] => Waiting for confirmation [Waiting for package] => Waiting for package [Package received] => Package received [Return denied] => Return denied [Return completed] => Return completed [Awaiting check payment] => Awaiting check payment [Payment accepted] => Payment accepted [Processing in progress] => Processing in progress [Shipped] => Shipped [Delivered] => Delivered [Canceled] => Canceled [Payment error] => Payment error [On backorder (paid)] => On backorder (paid) [On backorder (not paid)] => On backorder (not paid) [Awaiting bank wire payment] => Awaiting bank wire payment [Remote payment accepted] => Remote payment accepted [Awaiting Cash On Delivery validation] => Awaiting Cash On Delivery validation [None] => None [Low] => Low [Medium] => Medium [High] => High [1 - Creation in progress] => 1 - Creation in progress [2 - Order validated] => 2 - Order validated [3 - Pending receipt] => 3 - Pending receipt [4 - Order received in part] => 4 - Order received in part [5 - Order received completely] => 5 - Order received completely [6 - Order canceled] => 6 - Order canceled [Non ordered] => Non ordered [Abandoned cart] => Abandoned cart [Export carts] => Export carts [Abandoned Carts] => Abandoned Carts [From %date1% to %date2%] => From %date1% to %date2% [Average Order Value] => Average Order Value [Net Profit per Visitor] => Net Profit per Visitor [Free Shipping] => Free Shipping [%amount% tax excl.] => %amount% tax excl. [Cart #%ID%] => Cart #%ID% [VAT number] => VAT number [Identification number] => Identification number [Time limit of validity] => Time limit of validity [Returns prefix] => Returns prefix [Returns form] => Returns form [Order #%id% from %date%] => Order #%id% from %date% [Date issued] => Date issued [Return Merchandise Authorization (RMA)] => Return Merchandise Authorization (RMA) [Enable returns] => Enable returns [Customer explanation] => Customer explanation [Back office order] => Back office order [Free order] => Free order [Newsletter] => Newsletter [Unknown] => Unknown [%1$d years old (birth date: %2$s)] => %1$d years old (birth date: %2$s) [Average Age] => Average Age [Net Profit per Visit] => Net Profit per Visit [30 days] => 30 days [Newsletter Registrations] => Newsletter Registrations [Orders per Customer] => Orders per Customer [Total Cart] => Total Cart [Manual order -- Employee:] => Manual order -- Employee: [not paid] => not paid [overpaid] => overpaid [Credit slip for order #%d] => Credit slip for order #%d [#%order_id% from %order_date%] => #%order_id% from %order_date% [Download credit slip] => Download credit slip [Phone number(s)] => Phone number(s) [Qty available] => Qty available [Registration] => Registration [Last visit] => Last visit [Change Order Status] => Change Order Status [Open in new tabs] => Open in new tabs [It looks like you have exceeded the number of tabs allowed. Check your browser settings to open multiple tabs.] => It looks like you have exceeded the number of tabs allowed. Check your browser settings to open multiple tabs. [New client] => New client [Risk] => Risk [Outstanding allowance] => Outstanding allowance [Current outstanding] => Current outstanding [You can use this feature in a single shop context only. Switch context to enable it.] => You can use this feature in a single shop context only. Switch context to enable it. [Add new order message] => Add new order message [Add new order] => Add new order [Orders] => Orders [Order %reference% from %firstname% %lastname%] => Order %reference% from %firstname% %lastname% [You can use this feature in a single-store context only. Switch contexts to enable it.] => You can use this feature in a single-store context only. Switch contexts to enable it. [Customer email] => Customer email [The national ID card number of this person, or a unique tax identification number.] => The national ID card number of this person, or a unique tax identification number. [Address alias] => Address alias [Birthday] => Birthday [Group access] => Group access [Default customer group] => Default customer group [Website] => Website [Allowed outstanding amount] => Allowed outstanding amount [Maximum number of payment days] => Maximum number of payment days [Risk rating] => Risk rating [Add a note on this customer. It will only be visible to you.] => Add a note on this customer. It will only be visible to you. [Transform to a customer account] => Transform to a customer account [Return window] => Return window [Return prefix] => Return prefix [Free shipping] => Free shipping [The "shipping" field must be a valid number] => The "shipping" field must be a valid number [Re-stock products] => Re-stock products [Generate a credit slip] => Generate a credit slip [Generate a voucher] => Generate a voucher [Product(s) price:] => Product(s) price: [Product(s) price, excluding amount of initial voucher:] => Product(s) price, excluding amount of initial voucher: [Credit slip prefix] => Credit slip prefix [Delivery prefix] => Delivery prefix [Delivery number] => Delivery number [Enable product image] => Enable product image [Add a note on this order. It will only be visible to you.] => Add a note on this order. It will only be visible to you. [After the sequential number] => After the sequential number [Before the sequential number] => Before the sequential number [Enable invoices] => Enable invoices [Enable tax breakdown] => Enable tax breakdown [Invoice prefix] => Invoice prefix [Add current year to invoice number] => Add current year to invoice number [Reset sequential invoice number at the beginning of the year] => Reset sequential invoice number at the beginning of the year [Position of the year date] => Position of the year date [Invoice number] => Invoice number [Legal free text] => Legal free text [Footer text] => Footer text [Invoice model] => Invoice model [Use the disk as cache for PDF invoices] => Use the disk as cache for PDF invoices [Display to customer?] => Display to customer? [Manage your orders] => Manage your orders [Find all your orders on this page and access their main information in one click: check the cart total, the payment method, the shipping details, or if it comes from a new client. You can even update the status from the listing!] => Find all your orders on this page and access their main information in one click: check the cart total, the payment method, the shipping details, or if it comes from a new client. You can even update the status from the listing! [Required Fields] => Required Fields [Required fields] => Required fields [%firstname% %lastname% has not registered any addresses yet] => %firstname% %lastname% has not registered any addresses yet [Purchased products] => Purchased products [%firstname% %lastname% has no discount vouchers] => %firstname% %lastname% has no discount vouchers [Last connections] => Last connections [Pages viewed] => Pages viewed [Total time] => Total time [Origin] => Origin [IP Address] => IP Address [Sent on] => Sent on [%firstname% %lastname% has never contacted you] => %firstname% %lastname% has never contacted you [Valid orders:] => Valid orders: [for a total amount of %s] => for a total amount of %s [Invalid orders:] => Invalid orders: [Total spent] => Total spent [%firstname% %lastname% has not placed any orders yet] => %firstname% %lastname% has not placed any orders yet [Partner offers] => Partner offers [Age] => Age [Registration Date] => Registration Date [Last Visit] => Last Visit [Best Customer Rank] => Best Customer Rank [Registrations] => Registrations [Latest Update] => Latest Update [This customer is registered as a Guest.] => This customer is registered as a Guest. [Add a private note] => Add a private note [Last emails] => Last emails [Viewed products] => Viewed products [Administrate your customers] => Administrate your customers [Taking good care of your customers starts with making sure their profiles contain all the information needed to have their packages shipped without mishap.] => Taking good care of your customers starts with making sure their profiles contain all the information needed to have their packages shipped without mishap. [Creating a new Customer] => Creating a new Customer [Editing customer %name%] => Editing customer %name% [Set required fields for this section] => Set required fields for this section [Manage your Customers] => Manage your Customers [Information about customer %name%] => Information about customer %name% [No order validated for the moment. By default, an order is considered validated when its payment is accepted.] => No order validated for the moment. By default, an order is considered validated when its payment is accepted. [Customer since: %s] => Customer since: %s [Merchandise return (RMA) options] => Merchandise return (RMA) options [Merchandise Returns] => Merchandise Returns [Order messages] => Order messages [Discount name] => Discount name [Account creation date:] => Account creation date: [Number of orders:] => Number of orders: [Amount spent:] => Amount spent: [Write an email] => Write an email [No customer information available yet.] => No customer information available yet. [Cart information] => Cart information [Created:] => Created: [Last updated:] => Last updated: [Order %orderid% was created from this cart on %orderdate%.] => Order %orderid% was created from this cart on %orderdate%. [The customer has not proceeded to checkout yet.] => The customer has not proceeded to checkout yet. [Create an order from this cart] => Create an order from this cart [Share this cart] => Share this cart [Thanks to this link, your customer can open the cart, check its contents and validate the order, if it suits them.] => Thanks to this link, your customer can open the cart, check its contents and validate the order, if it suits them. [Credit slip options] => Credit slip options [By date] => By date [Generate PDF file by date] => Generate PDF file by date [Print PDF] => Print PDF [Generate PDF] => Generate PDF [Delivery slip options] => Delivery slip options [Order statuses] => Order statuses [By order status] => By order status [Generate PDF file by status] => Generate PDF file by status [Invoice options] => Invoice options [Add new address] => Add new address [Cart] => Cart [In stock] => In stock [Add to cart] => Add to cart [Gift] => Gift [Vouchers] => Vouchers [Search for a voucher] => Search for a voucher [Add new voucher] => Add new voucher [No voucher was found] => No voucher was found [Add new customer] => Add new customer [Search for a customer] => Search for a customer [Total paid] => Total paid [View this cart] => View this cart [Use this cart] => Use this cart [Use] => Use [Duplicate this order] => Duplicate this order [Delivery option] => Delivery option [Shipping price (Tax incl.)] => Shipping price (Tax incl.) [Gift message] => Gift message [Total products] => Total products [Total vouchers (Tax excl.)] => Total vouchers (Tax excl.) [Total shipping (Tax excl.)] => Total shipping (Tax excl.) [Total taxes] => Total taxes [Total (Tax excl.)] => Total (Tax excl.) [Total (Tax incl.)] => Total (Tax incl.) [Order message] => Order message [Order status] => Order status [More actions] => More actions [Send pre-filled order to the customer by email] => Send pre-filled order to the customer by email [Proceed to checkout in the front office] => Proceed to checkout in the front office [Add a product] => Add a product [Edit shipping details] => Edit shipping details [Reference number:] => Reference number: [Supplier reference:] => Supplier reference: [Create a new invoice] => Create a new invoice [New invoice information] => New invoice information [SIRET] => SIRET [APE] => APE [Account registered:] => Account registered: [Validated orders placed:] => Validated orders placed: [Shipping address] => Shipping address [Invoice address] => Invoice address [Private note] => Private note [Recycled packaging] => Recycled packaging [Documents] => Documents [Merchandise returns] => Merchandise returns [Gift wrapping] => Gift wrapping [Document] => Document [Credit slip] => Credit slip [Delivery slip] => Delivery slip [Enter payment] => Enter payment [Add note] => Add note [Edit note] => Edit note [Generate invoice] => Generate invoice [Edit the price] => Edit the price [Resend email] => Resend email [Order note] => Order note [Order ID] => Order ID [Linked orders] => Linked orders [Number] => Number [View full conversation] => View full conversation [Choose your order message] => Choose your order message [Configure predefined messages] => Configure predefined messages [Send message] => Send message [Standard refund] => Standard refund [Return products] => Return products [Cancel products] => Cancel products [View invoice] => View invoice [View delivery slip] => View delivery slip [Print order] => Print order [Payment method] => Payment method [Transaction ID] => Transaction ID [Card number] => Card number [Not defined] => Not defined [Card type] => Card type [Cardholder name] => Cardholder name [Change currency] => Change currency [Refunded] => Refunded [Partial refund] => Partial refund [Add a discount] => Add a discount [Wrapping] => Wrapping [This order has been partially paid by voucher. Choose the amount you want to refund:] => This order has been partially paid by voucher. Choose the amount you want to refund: [Stock location] => Stock location [Shipping does not apply to virtual orders] => Shipping does not apply to virtual orders [Sources] => Sources [From] => From [To] => To [Update status] => Update status [Choose an order status] => Choose an order status [Create order] => Create order [default] => default [Group] => Group [Groups] => Groups [Shipping details] => Shipping details [Invoice details] => Invoice details [Open details] => Open details ) [ModulesGridhtmlAdmin] => Array ( [Simple HTML table display] => Simple HTML table display [Just allow statistics to be displayed (and therefore analyzed) on your back office.] => Just allow statistics to be displayed (and therefore analyzed) on your back office. ) [AdminAdvparametersNotification] => Array ( [Administrator permissions cannot be modified.] => Administrator permissions cannot be modified. [Importing your data...] => Importing your data... [Data imported!] => Data imported [Look at your listings to make sure it's all there as you wished.] => Look at your listings to make sure it's all there as you wished. [Warning, the current import may require a PHP setting update, to allow more data to be transferred. If the current import stops before the end, you should increase your PHP "post_max_size" setting to [1]%size%[/1]MB at least, and try again.] => Warning, the current import may require a PHP setting update, to allow more data to be transferred. If the current import stops before the end, you should increase your PHP "post_max_size" setting to [1]%size%[/1]MB at least, and try again. [Some errors were detected. Please check the details:] => Some errors were detected. Please check the details: [Errors occurred:] => Errors occurred: [We made the following adjustments:] => We made the following adjustments: [Validating data...] => Validating data... [Ignore warnings and continue?] => Ignore warnings and continue? [Abort import] => Abort import [Aborting, please wait...] => Aborting, please wait... [[1]%percentage%[/1]% validated] => [1]%percentage%[/1]% validated [Processing next page...] => Processing next page... [Linking accessories...] => Linking accessories... [[1]%size%[/1]% imported] => [1]%size%[/1]% imported [Error - The following e-mail template is missing: %s] => Error - The following e-mail template is missing: %s ["Backup" directory does not exist.] => Backup directory does not exist. [Invalid ID] => Invalid ID [Unable to create backup file] => Unable to create backup file [An error occurred while backing up. Unable to obtain the schema of %s] => An error occurred while backing up. Unable to obtain the schema of %s [No valid tables were found to backup.] => No valid tables were found to backup. [Error deleting] => Error deleting [Can't add the voucher.] => Can't add the voucher. [Your file has been successfully imported into your shop. Don't forget to re-build the products' search index.] => Your file has been successfully imported into your shop. Don't forget to re-build the products' search index. [(click to open "Generators" page)] => (click to open "Generators" page) [Warehouse did not exist, cannot set on product %name%.] => Warehouse did not exist, cannot set on product %name%. [No image was found for combination with id_product = %s and image position = %s.] => No image was found for combination with id_product = %s and image position = %s. [EAN13 "%ean13%" has incorrect value for product with id %id%.] => EAN13 "%ean13%" has incorrect value for product with id %id%. [Advanced stock management has incorrect value. Not set for product with id %id%.] => Advanced stock management has incorrect value. Not set for product with id %id%. [Advanced stock management is not enabled, cannot enable on product with id %id%.] => Advanced stock management is not enabled, cannot enable on product with id %id%. [Advanced stock management is not enabled, warehouse is not set on product with id %id%.] => Advanced stock management is not enabled, warehouse is not set on product with id %id%. [Email address %1$s (ID: %2$s) cannot be validated.] => Email address %1$s (ID: %2$s) cannot be validated. [Email address %1$s (ID: %2$s) cannot be saved.] => Email address %1$s (ID: %2$s) cannot be saved. [%1$s does not exist in database %2$s (ID: %3$s), and therefore cannot be validated] => %1$s does not exist in database %2$s (ID: %3$s), and therefore cannot be validated. [%1$s does not exist in database %2$s (ID: %3$s), and therefore cannot be saved] => %1$s does not exist in database %2$s (ID: %3$s), and therefore cannot be saved. ["%email%" is not a valid email address.] => "%email%" is not a valid email address. [The customer ID #%d does not exist in the database, and therefore cannot be validated.] => The customer ID #%d does not exist in the database, and therefore cannot be validated. [The customer ID #%d does not exist in the database, and therefore cannot be saved.] => The customer ID #%d does not exist in the database, and therefore cannot be saved. [Supplier is invalid] => Supplier is invalid [Alias is invalid] => Alias is invalid [Store is invalid] => Store is invalid [Supplier ID (%id%) is not valid (at line %line%).] => Supplier ID (%id%) is not valid (at line %line%). [Lang ID (%id%) is not valid (at line %line%).] => Lang ID (%id%) is not valid (at line %line%). [Warehouse ID (%id%) is not valid (at line %line%).] => Warehouse ID (%id%) is not valid (at line %line%). [Currency ID (%id%) is not valid (at line %line%).] => Currency ID (%id%) is not valid (at line %line%). [Reference (%ref%) already exists (at line %line%).] => Reference (%ref%) already exists (at line %line%). [YYYY-MM-DD] => YYYY-MM-DD [Date format (%date%) is not valid (at line %line%). It should be: %date_format%.] => Date format (%date%) is not valid (at line %line%). It should be: %date_format%. [Date (%date%) cannot be in the past (at line %line%). Format: %date_format%.] => Date (%date%) cannot be in the past (at line %line%). Format: %date_format%. [Format: Between 0 and 100] => Format: Between 0 and 100 [Discount rate (%rate%) is not valid (at line %line%). %format%.] => Discount rate (%rate%) is not valid (at line %line%). %format%. [Supply Order (%id%) is not editable (at line %line%).] => Supply Order (%id%) is not editable (at line %line%). [Supply Order could not be saved (at line %line%).] => Supply Order could not be saved (at line %line%). [Supply Order (%s) could not be loaded (at line %d).] => Supply Order (%s) could not be loaded (at line %d). [Product/Attribute (%d/%d) cannot be added twice (at line %d).] => Product/Attribute (%d/%d) cannot be added twice (at line %d). [Product (%d/%d) is not available for this order (at line %d).] => Product (%d/%d) is not available for this order (at line %d). [Unit Price (tax excl.) (%d) is not valid (at line %d).] => Unit Price (tax excl.) (%d) is not valid (at line %d). [Quantity Expected (%d) is not valid (at line %d).] => Quantity Expected (%d) is not valid (at line %d). [Discount rate (%d) is not valid (at line %d). %s.] => Discount rate (%d) is not valid (at line %d). %s. [Cannot read the .CSV file] => Cannot read the .CSV file [Linking Accessories...] => Linking Accessories... [The confirmation email couldn't be sent, but the import is successful. Yay!] => The confirmation email couldn't be sent, but the import is successful. Yay! [EAN-13 "%ean13%" has incorrect value for product with ID %id%.] => EAN-13 "%ean13%" has incorrect value for product with ID %id%. [There is an empty row in the file that won't be imported.] => There is an empty row in the file that won't be imported. [%s import] => %s import [(from %s to %s)] => (from %s to %s) [with truncate] => with truncate [The category ID must be unique. It can't be the same as the one for Root or Home category.] => The category ID must be unique. It can't be the same as the one for Root or Home category. [The category ID must be unique. It can't be the same as the one for the parent category (ID: %1$s).] => The category ID must be unique. It can't be the same as the one for the parent category (ID: %1$s). [A category can't be its own parent. You should rename it (current name: %1$s).] => A category can't be its own parent. You should rename it (current name: %1$s). [%category_name% (ID: %id%) cannot be saved] => %category_name% (ID: %id%) cannot be saved [URL rewriting failed to auto-generate a friendly URL for: %category_name%] => URL rewriting failed to auto-generate a friendly URL for: %category_name% [Rewrite link for %1$s (ID %2$s): re-written as %3$s.] => Rewrite link for %1$s (ID %2$s): re-written as %3$s. [A category cannot be its own parent. The parent category ID is either missing or unknown (ID: %1$s).] => A category cannot be its own parent. The parent category ID is either missing or unknown (ID: %1$s). [The root category cannot be modified.] => The root category cannot be modified. [cannot be copied.] => cannot be copied. [%1$s (ID: %2$s) cannot be %3$s] => %1$s (ID: %2$s) cannot be %3$s [Unknown tax rule group ID. You need to create a group with this ID first.] => Unknown tax rule group ID. You need to create a group with this ID first. [%1$s (ID: %2$s) cannot be saved] => %1$s (ID: %2$s) cannot be saved [%data% cannot be saved] => %data% cannot be saved [Shop is not valid] => Shop is not valid [Discount is invalid] => Discount is invalid [Tags list is invalid] => Tags list is invalid [Error copying image: %url%] => Error copying image: %url% [Product #%id%: the picture (%url%) cannot be saved.] => Product #%id%: the picture (%url%) cannot be saved. [Advanced stock management has incorrect value. Not set for product %name%] => Advanced stock management has incorrect value. Not set for product %name% [Advanced stock management is not enabled, cannot enable on product %name%] => Advanced stock management is not enabled, cannot enable on product %name% [Advanced stock management is not enabled, warehouse not set on product %name%] => Advanced stock management is not enabled, warehouse not set on product %name% [Incorrect value for "Depends on stock" for product %name%] => Incorrect value for "Depends on stock" for product %name% [Advanced stock management is not enabled, cannot set "Depends on stock" for product %name%] => Advanced stock management is not enabled, cannot set "Depends on stock" for product %name% [The uploaded file exceeds the upload_max_filesize directive in php.ini. If your server configuration allows it, you may add a directive in your .htaccess.] => The uploaded file exceeds the upload_max_filesize directive in php.ini. If your server configuration allows it, you may add a directive in your .htaccess. [The uploaded file exceeds the post_max_size directive in php.ini. If your server configuration allows it, you may add a directive in your .htaccess, for example:] => The uploaded file exceeds the post_max_size directive in php.ini. If your server configuration allows it, you may add a directive in your .htaccess, for example: [The uploaded file was only partially uploaded.] => The uploaded file was only partially uploaded. [An error occurred while uploading / copying the file.] => An error occurred while uploading / copying the file. [No file was uploaded.] => No file was uploaded. [The import directory doesn't exist. Please check your file path.] => The import directory doesn't exist. Please check your file path. [The import directory must be writable (CHMOD 755 / 777).] => The import directory must be writable (CHMOD 755 / 777). [To proceed, please upload a file first.] => Please upload a file in order to continue. [The file is too large and cannot be downloaded. Please use the LIMIT clause in this query.] => The file is too large and cannot be downloaded. Please use the LIMIT clause in this query. [The "%tablename%" table does not exist.] => The "%tablename%" table does not exist. [The "%attribute%" attribute does not exist in the "%table%" table.] => The "%attribute%" attribute does not exist in the "%table%" table. [Undefined "%s" error] => Undefined "%s" error [The "*" operator cannot be used in a nested query.] => The "*" operator cannot be used in a nested query. [The operator "%s" is incorrect.] => The operator "%s" is incorrect. [The "%operator%" operator is incorrect.] => The "%operator%" operator is incorrect. [The LIMIT clause must contain numeric arguments.] => The LIMIT clause must contain numeric arguments. [The "%reference%" reference does not exist in the "%table%" table.] => The "%reference%" reference does not exist in the "%table%" table. [When multiple tables are used, each attribute must refer back to a table.] => When multiple tables are used, each attribute must refer back to a table. ["%key%" is an unauthorized keyword.] => "%key%" is an unauthorized keyword. [You cannot have two shops with the same name in the same group.] => You cannot have two stores with the same name in the same group. [Unable to load this shop.] => Unable to load this shop. [You need to select at least the root category.] => You need to select at least the root category. [You cannot have two stores with the same name in the same group.] => You cannot have two stores with the same name in the same group. [Unable to load this store.] => Unable to load this store. [You must configure this store's URL before setting it as default.] => You must configure this store's URL before setting it as default. [You've selected a state for a country that does not contain states.] => You've selected a state for a country that does not contain states. [You can't put this menu inside itself. ] => You can't put this menu inside itself. [The settings file cannot be overwritten.] => The settings file cannot be overwritten. [To use Smarty Cache, the directory %directorypath% must be writable.] => To use Smarty Cache, the directory %directorypath% must be writable. [Before being able to use this tool, you need to:[1][2]Create a blank .htaccess in your root directory.[/2][2]Give it write permissions (CHMOD 666 on Unix system).[/2][/1]] => Before being able to use this tool, you need to:[1][2]Create a blank .htaccess in your root directory.[/2][2]Give it write permissions (CHMOD 666 on Unix system).[/2][/1] [Error: Could not find whether debug mode is enabled. Make sure that the correct permissions are set on the file %s] => Error: Could not find whether debug mode is enabled. Make sure that the correct permissions are set on the file %s [Error: Could not find whether debug profiling is enabled. Make sure that the correct permissions are set on the file %s] => Error: Could not find whether debug profiling is enabled. Make sure that the correct permissions are set on the file %s. [The SameSite=None is only available in secure mode.] => The SameSite=None is only available in secure mode. [Warehouse did not exist, cannot set on product %name%] => Warehouse did not exist, cannot set on product %name% [Media server #1 is invalid] => Media server #1 is invalid [Media server #2 is invalid] => Media server #2 is invalid [Media server #3 is invalid] => Media server #3 is invalid [Cannot disable SSL configuration due to the Cookie SameSite=None.] => Cannot disable SSL configuration due to the Cookie SameSite=None. [Update your PHP version.] => Update your PHP version. [Configure your server to allow file uploads.] => Configure your server to allow file uploads. [Configure your server to allow the creation of directories and files with write permissions.] => Configure your server to allow the creation of directories and files with write permissions. [Enable the CURL extension on your server.] => Enable the CURL extension on your server. [Enable the DOM extension on your server.] => Enable the DOM extension on your server. [Enable the Fileinfo extension on your server.] => Enable the Fileinfo extension on your server. [Enable the GD library on your server.] => Enable the GD library on your server. [Enable the JSON extension on your server.] => Enable the JSON extension on your server. [Enable the Mbstring extension on your server.] => Enable the Mbstring extension on your server. [Enable the OpenSSL extension on your server.] => Enable the OpenSSL extension on your server. [Enable the PDO Mysql extension on your server.] => Enable the PDO Mysql extension on your server. [Enable the XML extension on your server.] => Enable the XML extension on your server. [Enable the ZIP extension on your server.] => Enable the ZIP extension on your server. [Enable the MySQL support on your server.] => Enable the MySQL support on your server. [Set write permissions for the "config" folder.] => Set write permissions for the "config" folder. [Set write permissions for the "cache" folder.] => Set write permissions for the "cache" folder. [Set write permissions for the "sitemap.xml" file.] => Set write permissions for the "sitemap.xml" file. [Set write permissions for the "img" folder and subfolders.] => Set write permissions for the "img" folder and subfolders. [Set write permissions for the "log" folder and subfolders.] => Set write permissions for the "log" folder and subfolders. [Set write permissions for the "mails" folder and subfolders.] => Set write permissions for the "mails" folder and subfolders. [Set write permissions for the "modules" folder and subfolders.] => Set write permissions for the "modules" folder and subfolders. [Set write permissions for the "themes/%s/cache/" folder and subfolders, recursively.] => Set write permissions for the "themes/%s/cache/" folder and subfolders, recursively. [Set write permissions for the "themes/%s/lang/" folder and subfolders, recursively.] => Set write permissions for the "themes/%s/lang/" folder and subfolders, recursively. [Set write permissions for the "themes/%s/pdf/lang/" folder and subfolders, recursively.] => Set write permissions for the "themes/%s/pdf/lang/" folder and subfolders, recursively. [Set write permissions for the "app/config/" folder and subfolders, recursively.] => Set write permissions for the "app/config/" folder and subfolders, recursively. [Set write permissions for the "app/Resources/translations/" folder and subfolders, recursively.] => Set write permissions for the "app/Resources/translations/" folder and subfolders, recursively. [Set write permissions for the "translations" folder and subfolders.] => Set write permissions for the "translations" folder and subfolders. [Set write permissions for the "upload" folder and subfolders.] => Set write permissions for the "upload" folder and subfolders. [Set write permissions for the "download" folder and subfolders.] => Set write permissions for the "download" folder and subfolders. [Allow the PHP fopen() function on your server.] => Allow the PHP fopen() function on your server. [Enable GZIP compression on your server.] => Enable GZIP compression on your server. [Some PrestaShop files are missing from your server.] => Some PrestaShop files are missing from your server. [You are using PHP %s version. Soon, the latest PHP version supported by PrestaShop will be PHP 5.6. To make sure you’re ready for the future, we recommend you to upgrade to PHP 5.6 now!] => You are using PHP %s version. Soon, the latest PHP version supported by PrestaShop will be PHP 5.6. To make sure you’re ready for the future, we recommend you to upgrade to PHP 5.6 now! [Enable the Apache mod_rewrite module] => Enable the Apache mod_rewrite module [Unable to generate private keys using openssl_pkey_new. Check your OpenSSL configuration, especially the path to openssl.cafile.] => Unable to generate private keys using openssl_pkey_new. Check your OpenSSL configuration, especially the path to openssl.cafile. [The "%function%" function is not allowed.] => The "%function%" function is not allowed. [The limit chosen is larger than the server's maximum upload limit. Please increase the limits of your server.] => The limit chosen is larger than the server's maximum upload limit. Please increase the limits of your server. [The extension of your file should be .csv.] => The extension of your file should be .csv. [Error: Could not write to file. Make sure that the correct permissions are set on the file %s] => Error: Could not write to file. Make sure that the correct permissions are set on the file %s [It appears the backup was successful, however you must download and carefully verify the backup file before proceeding.] => It appears the backup was successful, however you must download and carefully verify the backup file before proceeding. [The "Backups" directory located in the admin directory must be writable (CHMOD 755 / 777).] => The "Backups" directory located in the admin directory must be writable (CHMOD 755 / 777). [The backup file does not exist] => The backup file does not exist [You cannot edit the SuperAdmin profile.] => You cannot edit the SuperAdmin profile. [You cannot disable or delete the administrator account.] => You cannot disable or delete the administrator account. [You cannot disable or delete your own account.] => You cannot disable or delete your own account. [The employee must be associated with at least one shop.] => The employee must be associated with at least one shop. [The provided profile is invalid] => The provided profile is invalid [Your current password is invalid.] => Your current password is invalid. [The import file cannot be read.] => The import file cannot be read. [The Memcached server cannot be added.] => The Memcached server cannot be added. [There was an error when attempting to delete the Memcached server.] => There was an error when attempting to delete the Memcached server. [All caches cleared successfully] => All caches cleared successfully [For security reasons, you cannot delete the Administrator's profile.] => For security reasons, you cannot delete the Administrator's profile. [Key length must be 32 character long.] => Key length must be 32 character long. [This key already exists.] => This key already exists. [(you must install the [a]Memcache PECL extension[/a])] => (you must install the [a]Memcache PECL extension[/a]) [(you must install the [a]Memcached PECL extension[/a])] => (you must install the [a]Memcached PECL extension[/a]) [(you must install the [a]APC PECL extension[/a])] => (you must install the [a]APC PECL extension[/a]) [(you must install the [a]Xcache extension[/a])] => (you must install the [a]Xcache extension[/a]) [The locale must be installed] => The locale must be installed [Key length must be %length% characters long.] => Key length must be %length% characters long. [Only non-accented characters, numbers, and the following special characters are allowed: %allowed_characters%] => Only non-accented characters, numbers, and the following special characters are allowed: %allowed_characters% [I have read the disclaimer. Please create a new backup.] => I have read the disclaimer. Please create a new backup. [Disclaimer before creating a new backup] => Disclaimer before creating a new backup [PrestaShop is not responsible for your database, its backups and/or recovery.] => PrestaShop is not responsible for your database, its backups and/or recovery. [PrestaShop is open-source software. You are using it at your own risk under the license agreement.] => PrestaShop is open-source software. You are using it at your own risk under the license agreement. [You should back up your data on a regular basis (both files and database).] => You should back up your data on a regular basis (both files and database). [This function only backs up your database, not your files.] => This function only backs up your database, not your files. [By default, your existing database tables will be dropped during the backup recovery (see "Backup options" below).] => By default, your existing database tables will be dropped during the backup recovery (see "Backup options" below). [Always verify the quality and integrity of your backup files!] => Always verify the quality and integrity of your backup files! [Always verify that your backup files are complete, up-to-date and valid, even if you had a success message appear during the backup process.] => Always verify that your backup files are complete, up-to-date and valid, even if you had a success message appear during the backup process. [Always check your data.] => Always check your data. [Never restore a backup on a live site.] => Never restore a backup on a live site. [Beginning the download ...] => Beginning the download ... [Backup files should automatically start downloading.] => Backup files should automatically start downloading. [If not,[1][2] please click here[/1]!] => If not,[1][2] please click here[/1]! [Are you sure you want to delete this entity:] => Are you sure you want to delete this entity: [Note that the Category import does not support having two categories with the same name.] => Note that the Category import does not support having two categories with the same name. [Note that you can have several products with the same reference.] => Note that you can have several products with the same reference. [New features are available. Feel free to try them out!] => New features are available. Feel free to try them out! [Testing a feature before its official release can be exciting. However, you must be aware of the potential risks of such experiments:] => Testing a feature before its official release can be exciting. However, you must be aware of the potential risks of such experiments: [Experimental features are still under development. Enabling them could therefore have unintended consequences and cause data loss.] => Experimental features are still under development. Enabling them could therefore have unintended consequences and cause data loss. [In any case, you should never experiment in production.] => In any case, you should never experiment in production. [Are you sure you want to enable this experimental feature?] => Are you sure you want to enable this experimental feature? [You are about to enable a feature that is not stable yet. This should only be done in a test environment or in full knowledge of the potential risks.] => You are about to enable a feature that is not stable yet. This should only be done in a test environment or in full knowledge of the potential risks. [Please choose a MySQL table] => Please choose a MySQL table [When saving the query, only the "SELECT" SQL statement is allowed.] => When saving the query, only the "SELECT" SQL statement is allowed. [This SQL query has no result.] => This SQL query has no result. [Do you really want to remove the server %serverIp%:%serverPort% ?] => Do you really want to remove the server %serverIp%:%serverPort%? [OK] => OK [Please fix the following error(s)] => Please fix the following error(s) [Checking files...] => Checking files... [Missing files] => Missing files [Updated files] => Updated files [Changed/missing files have been detected.] => Changed/missing files have been detected. [No change has been detected in your files.] => No change has been detected in your files. ) [ModulesCurrencyselectorAdmin] => Array ( [Currency block] => Currency block [Adds a block allowing customers to choose their preferred shopping currency.] => Adds a block allowing customers to choose their preferred shopping currency. [Offer your customers the possibility to buy matching items when on a product page.] => Offer your customers the possibility to buy matching items when on a product page. ) [ShopFormsLabels] => Array ( [Alias] => Alias [Address] => Address [Address Complement] => Address Complement [Zip/Postal Code] => Zip/Postal Code [City] => City [Country] => Country [State] => State [Phone] => Phone [Mobile phone] => Mobile phone [VAT number] => VAT number [Other] => Other [First name] => First name [Last name] => Last name [Company] => Company [Identification number] => Identification number [Social title] => Social title [Birthdate] => Birthdate [Email] => Email [Password] => Password [Subject] => Subject [Order reference] => Order reference [Attachment] => Attachment [Message] => Message [Email address] => Email address [Your email address] => Your email address [Please choose] => Please choose [-- day --] => -- day -- [-- month --] => -- month -- [-- year --] => -- year -- [Optional] => Optional [Set your password:] => Set your password: [Product] => Product [-- please choose --] => -- please choose -- [Order Reference:] => Order Reference: [Email:] => Email: [New password] => New password [Confirmation] => Confirmation ) [ModulesEmailalertsShop] => Array ( [Your email address is invalid.] => Your email address is invalid. [You already have set an alert for this product.] => You already have set an alert for this product. [Request notification registered] => Request notification registered [Delete email alert] => Delete email alert [No mail alerts yet.] => No mail alerts yet. [My alerts] => My alerts [[email protected]] => [email protected] [Notify me when available] => Notify me when available [You will be notified when this product is available.] => You will be notified when this product is available. ) [ModulesSpecialsShop] => Array ( [On sale] => On sale [All sale products] => All sale products ) [ModulesMainmenuAdmin] => Array ( [Main menu] => Main menu [Make it easy for your visitors to find their way on your store, select the right link and turn it into a menu item.] => Make it easy for your visitors to find their way on your store, select the right link and turn it into a menu item. [Unable to update settings for the following shop(s): %s] => Unable to update settings for the following shop(s): %s [Please complete the "Link" field.] => Please complete the "Link" field. [Please add a label.] => Please add a label. [Please add a label for your default language.] => Please add a label for your default language. [The link has been added.] => The link has been added. [Unable to add link for the following shop(s): %s] => Unable to add link for the following shop(s): %s [The link has been removed.] => The link has been removed. [Unable to remove link for the following shop(s): %s] => Unable to remove link for the following shop(s): %s [The link has been edited.] => The link has been edited. [You cannot manage top menu items from a "All Shops" or a "Group Shop" context, select directly the shop you want to edit] => You cannot manage top menu items from a "All Shops" or a "Group Shop" context, select directly the shop you want to edit [The modifications will be applied to shop: %s] => The modifications will be applied to shop: %s [The modifications will be applied to this group: %s] => The modifications will be applied to this group: %s [The modifications will be applied to all shops] => The modifications will be applied to all shops [All brands] => All brands [All suppliers] => All suppliers [Menu Top Link] => Menu Top Link [All active products combinations quantities will be changed] => All active products combinations quantities will be changed [Update link] => Update link [Add a new link] => Add a new link [CMS] => CMS [Shops] => Shops [Choose product ID] => Choose product ID [Menu Top Links] => Menu Top Links [Link ID] => Link ID [Link list] => Link list [Indicate the ID number for the product] => Indicate the ID number for the product [Product ID #] => Product ID # [Please select just one item] => Please select just one item [Change position] => Change position [Selected items] => Selected items [Available items] => Available items [Remove] => Remove ) [ModulesWirepaymentAdmin] => Array ( [Wire payment] => Bank transfer [Accept wire payments by displaying your account details during the checkout.] => Accept wire payments by displaying your account details during the checkout. [Are you sure about removing these details?] => Are you sure about removing these details? [Account owner and account details must be configured before using this module.] => Account owner and account details must be configured before using this module. [No currency has been set for this module.] => No currency has been set for this module. [Account details are required.] => Account details are required. [Account owner is required.] => Account owner is required. [Account details] => Account details [Account owner] => Account owner [Such as bank branch, IBAN number, BIC, etc.] => Such as bank branch, IBAN number, BIC, etc. [Bank address] => Bank address [Customization] => Customization [Reservation period] => Reservation period [Number of days the items remain reserved] => Number of days the items remain reserved [Information to the customer] => Customer information [Information on the bank transfer (processing time, starting of the shipping...)] => Information on the bank transfer (processing time, starting of the shipping...) [Display the invitation to pay in the order confirmation page] => Display the invitation to pay in the order confirmation page [Your country's legislation may require you to send the invitation to pay by email only. Disabling the option will hide the invitation on the confirmation page.] => Your country's legislation may require you to send the invitation to pay by email only. Disabling the option will hide the invitation on the confirmation page. [Bank address is required.] => Bank address is required. [The %field% is invalid. Please enter a positive integer.] => The %field% is invalid. Please enter a positive integer. [This module allows you to accept secure payments by bank wire.] => This module allows you to accept secure payments by bank wire. [If the client chooses to pay by bank wire, the order status will change to 'Waiting for Payment'.] => If the client chooses to pay by bank wire, the order status will change to 'Waiting for Payment'. [That said, you must manually confirm the order upon receiving the bank wire.] => That said, you must manually confirm the order upon receiving the bank wire. ) [ModulesBannerShop] => Array ( [Choose a file] => Choose a file ) [ModulesLinklistAdmin] => Array ( [Link List] => Link List [Give more visibility to your content/static pages (CMS, external pages, or else), where you want and when you want, to make your visitors feel like shopping on your store.] => Give more visibility to your content/static pages (CMS, external pages, or else), where you want and when you want, to make your visitors feel like shopping on your store. [New block] => New block [ID] => ID [Name of the block] => Name of the block [Title] => Title [URL] => URL [Name of the block cannot be longer than %limit% characters] => Name of the block cannot be longer than %limit% characters [Content pages] => Content pages [Product pages] => Product pages [Categories] => Categories [Static content] => Static content [Custom content] => Custom content [Edit the link block.] => Edit the link block. [New link block] => New link block ) [ModulesCashondeliveryShop] => Array ( [Pay by Cash on Delivery] => Pay by Cash on Delivery [Your order on %s is complete.] => Your order on %s is complete. [You have chosen the cash on delivery method.] => You have chosen the cash on delivery method. [Your order will be sent very soon.] => Your order will be sent very soon. [For any questions or for further information, please contact our] => For any questions or for further information, please contact our [customer support] => customer support [You pay for the merchandise upon delivery] => You pay for the merchandise upon delivery ) [ModulesStatspersonalinfosAdmin] => Array ( [Registered customer information] => Registered customer information [Enrich your stats, add information about your registered customers and learn more about them!] => Enrich your stats, add information about your registered customers and learn more about them! [Target your audience] => Target your audience [In order for each message to have an impact, you need to know who it is being addressed to. ] => In order for each message to have an impact, you need to know who it is being addressed to. [Defining your target audience is essential when choosing the right tools to win them over.] => Defining your target audience is essential when choosing the right tools to win them over. [It is best to limit an action to a group -- or to groups -- of clients.] => It is best to limit an action to a group -- or to groups -- of clients. [Storing registered customer information allows you to accurately define customer profiles so you can adapt your special deals and promotions.] => Storing registered customer information allows you to accurately define customer profiles so you can adapt your special deals and promotions. [You can increase your sales by:] => You can increase your sales by: [Launching targeted advertisement campaigns.] => Launching targeted advertisement campaigns. [Contacting a group of clients by email or newsletter.] => Contacting a group of clients by email or newsletter. [Gender distribution allows you to determine the percentage of men and women shoppers on your store.] => Gender distribution allows you to determine the percentage of men and women shoppers on your store. [CSV Export] => CSV Export [Age ranges allow you to better understand target demographics.] => Age ranges allow you to better understand target demographics. [Country distribution allows you to analyze which part of the World your customers are shopping from.] => Country distribution allows you to analyze which part of the World your customers are shopping from. [Currency range allows you to determine which currency your customers are using.] => Currency range allows you to determine which currency your customers are using. [Language distribution allows you to analyze the browsing language used by your customers.] => Language distribution allows you to analyze the browsing language used by your customers. [No customers have registered yet.] => No customers have registered yet. [Gender distribution] => Gender distribution [Age range] => Age range [0-18] => 0-18 [18-24] => 18-24 [25-34] => 25-34 [35-49] => 35-49 [50-59] => 50-59 [60+] => 60+ [Country distribution] => Country distribution [Currency distribution] => Currency distribution [Language distribution] => Language distribution ) [ModulesDashtrendsAdmin] => Array ( [Dashboard Trends] => Dashboard Trends [Adds a block with a graphical representation of the development of your store(s) based on selected key data.] => Adds a block with a graphical representation of the development of your store(s) based on selected key data. [%s points] => %s points [Average Cart Value] => Average Cart Value [Conversion Rate] => Conversion Rate [%s (previous period)] => %s (previous period) [Enrich your dashboard: display a graphical representation of your store’s development.] => Enrich your dashboard: display a graphical representation of your store’s development. [Net Profit] => Net Profit [Dashboard] => Dashboard [Sum of revenue (excl. tax) generated within the date range by orders considered validated.] => Sum of revenue (excl. tax) generated within the date range by orders considered validated. [Total number of orders received within the date range that are considered validated.] => Total number of orders received within the date range that are considered validated. [Average Cart Value is a metric representing the value of an average order within the date range. It is calculated by dividing Sales by Orders.] => Average Cart Value is a metric representing the value of an average order within the date range. It is calculated by dividing Sales by Orders. [Cart Value] => Cart Value [Total number of visits within the date range. A visit is the period of time a user is actively engaged with your website.] => Total number of visits within the date range. A visit is the period of time a user is actively engaged with your website. [Ecommerce Conversion Rate is the percentage of visits that resulted in an validated order.] => Ecommerce Conversion Rate is the percentage of visits that resulted in an validated order. [Net profit is a measure of the profitability of a venture after accounting for all Ecommerce costs. You can provide these costs by clicking on the configuration icon right above here.] => Net profit is a measure of the profitability of a venture after accounting for all Ecommerce costs. You can provide these costs by clicking on the configuration icon right above here. ) [ShopThemeCheckout] => Array ( [tax incl.] => tax incl. [tax excl.] => tax excl. [(additional cost of %giftcost% %taxlabel%)] => (additional cost of %giftcost% %taxlabel%) [I would like my order to be gift wrapped %cost%] => I would like my order to be gift wrapped %cost% [Personal Information] => Personal Information [I agree to the [terms of service] and will adhere to them unconditionally.] => I agree to the [terms of service] and will adhere to them unconditionally. [%price% tax incl.] => %price% tax incl. [%price% tax excl.] => %price% tax excl. [Free] => Free [My Address] => My Address [Tax included] => Tax included [Tax excluded] => Tax excluded [Free shipping] => Free shipping [Guest order tracking] => Guest Order Tracking [Order confirmation] => Order confirmation [Product Successfully Added to Your Shopping Cart] => Product Successfully Added to Your Shopping Cart [Discount(s)] => Discount(s) [Shipping] => Shipping [Included taxes] => Included taxes [Taxes] => Taxes [1 item] => 1 item [%count% items] => %count% items [A minimum shopping cart total of %amount% (tax excl.) is required to validate your order. Current cart total is %total% (tax excl.).] => A minimum shopping cart total of %amount% (tax excl.) is required to validate your order. Current cart total is %total% (tax excl.). [Total] => Total [Total (tax incl.)] => Total (tax incl.) [Total (tax excl.)] => Total (tax excl.) [Total paid] => Total paid [Subtotal] => Subtotal [Gift wrapping] => Gift wrapping [Discount] => Discount [Shipping and handling] => Shipping and handling [Tax] => Tax [Product successfully added to your shopping cart] => Product successfully added to your shopping cart [Quantity:] => Quantity: [There are %products_count% items in your cart.] => There are %products_count% items in your cart. [There is %products_count% item in your cart.] => There is %products_count% item in your cart. [Subtotal:] => Subtotal: [Shipping:] => Shipping: [Shopping cart link containing %nbProducts% product(s)] => Shopping cart link containing %nbProducts% product(s) [Cart] => Cart [The minimum purchase order quantity for the product is %quantity%.] => The minimum purchase order quantity for the product is %quantity%. [Use this address for invoice too] => Use this address for invoice too [%productName% product quantity field] => %productName% product quantity field [Gift] => Gift [There are no more items in your cart] => There are no more items in your cart [Have a promo code?] => Have a promo code? [Promo code] => Promo code [Close] => Close [Create an account] => Create an account [(optional)] => (optional) [And save time on your next order!] => And save time on your next order! [Order items] => Order items [Unit price] => Unit price [Total products] => Total products [%product_count% item in your cart] => %product_count% item in your cart [%products_count% items in your cart] => %products_count% items in your cart [Shipping Method] => Shipping Method [Addresses] => Addresses [Please check your order before payment] => Please check your order before payment [Your Delivery Address] => Your Delivery Address [Your Invoice Address] => Your Invoice Address [The selected address will be used as your personal address (for invoice).] => The selected address will be used as your personal address (for invoice). [The selected address will be used both as your personal address (for invoice) and as your delivery address.] => The selected address will be used both as your personal address (for invoice) and as your delivery address. [Shipping Address] => Shipping Address [Billing address differs from shipping address] => Billing address differs from shipping address [Transaction amount has been correctly updated] => Transaction amount has been correctly updated [No payment needed for this order] => No payment needed for this order [Selected] => Selected [Unfortunately, there are no payment method available.] => Unfortunately, there is no payment method available. [By confirming the order, you certify that you have read and agree with all of the conditions below:] => By confirming the order, you certify that you have read and agree with all of the conditions below: [Place order] => Place order [Please make sure you've chosen a [1]payment method[/1] and accepted the [2]terms and conditions[/2].] => Please make sure you've chosen a [1]payment method[/1] and accepted the [2]terms and conditions[/2]. [Order with an obligation to pay] => Order with an obligation to pay [If you sign out now, your cart will be emptied.] => If you sign out now, your cart will be emptied. [Order as a guest] => Order as a guest [If you would like to add a comment about your order, please write it in the field below.] => If you would like to add a comment about your order, please write it in the field below. [I would like to receive my order in recycled packaging.] => I would like to receive my order in recycled packaging. [If you'd like, you can add a note to the gift:] => If you'd like, you can add a note to the gift: [Unfortunately, there are no carriers available for your delivery address.] => Unfortunately, there are no carriers available for your delivery address. [Shopping Cart] => Shopping Cart [Your order is confirmed] => Your order is confirmed [An email has been sent to your mail address %email%.] => An email has been sent to the %email% address. [You can also [1]download your invoice[/1]] => You can also [1]download your invoice[/1] [Order details] => Order details [Order reference: %reference%] => Order reference: %reference% [Payment method: %method%] => Payment method: %method% [Shipping method: %method%] => Shipping method: %method% [Save time on your next order, sign up now] => Save time on your next order, sign up now [Quantity] => Quantity [Code] => Code [Description] => Description [Value] => Value [Minimum] => Minimum [Cumulative] => Cumulative [Expiration date] => Expiration date [Name] => Name [Payment] => Payment [Order reference] => Order reference [Date] => Date [Total price] => Total price [Status] => Status [Invoice] => Invoice [Carrier] => Carrier [Payment method] => Payment method [Delivery address %alias%] => Delivery address %alias% [Invoice address %alias%] => Invoice address %alias% [Weight] => Weight [Shipping cost] => Shipping cost [Tracking number] => Tracking number ) [AdminOrderscustomersHelp] => Array ( [You can add a comment here.] => You can add a comment here. [View details on the customer page] => View details on the customer page [View details on the order page] => View details on the order page [Would you like to allow merchandise returns in your shop?] => Would you like to allow merchandise returns in your shop? [How many days after the delivery date does the customer have to return a product?] => How many days after the delivery date does the customer have to return a product? [Prefix used for return name (e.g. RE00001).] => Prefix used for return name (e.g. RE00001). [Merchandise return (RMA) status.] => Merchandise return (RMA) status. [List of products in return package.] => List of products in return package. [The link is only available after validation and before the parcel gets delivered.] => The link is only available after validation and before the parcel gets delivered. [This customer will receive your newsletter via email.] => This customer will receive your newsletter via email. [Password should be at least %length% characters long.] => Password should be at least %length% characters long. [Only letters and the dot (.) character, followed by a space, are allowed.] => Only letters and the dot (.) character, followed by a space, are allowed. [Enable or disable customer login.] => Enable or disable customer login. [This customer will receive your ads via email.] => This customer will receive your ads via email. [Select all the groups that you would like to apply to this customer.] => Select all the groups that you would like to apply to this customer. [This group will be the user's default group.] => This group will be the user's default group. [Only the discount for the selected group will be applied to this customer.] => Only the discount for the selected group will be applied to this customer. [Valid characters:] => Valid characters: [Maximum number of days to return a product after the delivery date.] => Maximum number of days to return a product after the delivery date. [Prefix used for merchandise returns (e.g. RE00001).] => Prefix used for merchandise returns (e.g. RE00001). [Prefix used for credit slips.] => Prefix used for credit slips. [Prefix used for delivery slips.] => Prefix used for delivery slips. [The next delivery slip will begin with this number and then increase with each additional slip.] => The next delivery slip will begin with this number and then increase with each additional slip. [Add an image before the product name on delivery slips.] => Add an image before the product name on delivery slips. [Format: %s (inclusive).] => Format: %s (inclusive). [If required, show the total amount per rate of the corresponding tax.] => If required, show the total amount per rate of the corresponding tax. [Freely definable prefix for invoice number (e.g. #IN00001).] => Freely definable prefix for invoice number (e.g. #IN00001). [The next invoice will begin with this number, and then increase with each additional invoice. Set to 0 if you want to keep the current number (which is #%number%).] => The next invoice will begin with this number, and then increase with each additional invoice. Set to 0 if you want to keep the current number (which is #%number%). [This text will appear at the bottom of the invoice, below your company details.] => This text will appear at the bottom of the invoice, below your company details. [Saves memory but slows down the PDF generation.] => Saves memory but slows down the PDF generation. [When enabled, your customers will receive an invoice for the purchase.] => When enabled, your customers will receive an invoice for the purchase. [Adds an image in front of the product name on the invoice.] => Adds an image in front of the product name on the invoice. [Use this field to show additional information on the invoice such as specific legal information. It will be displayed below the payment methods summary.] => Use this field to show additional information on the invoice such as specific legal information. It will be displayed below the payment methods summary. [Choose an invoice model] => Choose an invoice model [Required fields apply to the customer's registration form, you should check the address formats in [1]International > Locations > Countries[/1] before.] => Required fields apply to the customer's registration form, you should check the address formats in [1]International > Locations > Countries[/1] before. [Select the fields you would like to be required for this section.] => Select the fields you would like to be required for this section. [Please make sure you are complying with the opt-in legislation applicable in your country.] => Please make sure you are complying with the opt-in legislation applicable in your country. [[1]Make[/1] sure you enable partner offers in the [2]Shop Parameters > Customer Settings[/2] section of the back office before requiring them. Otherwise, new customers won't be able to create an account and [1]proceed[/1] to checkout.] => [1]Make[/1] sure you enable partner offers in the [2]Shop Parameters > Customer Settings[/2] section of the back office before requiring them. Otherwise, new customers won't be able to create an account and [1]proceed[/1] to checkout. [This feature generates a random password before sending an email to your customer.] => This feature generates a random password before sending an email to your customer. [This note will be displayed to all employees but not to customers.] => This note will be displayed to all employees but not to customers. [Format: 2011-12-31 (inclusive).] => Format: 2011-12-31 (inclusive). [You can also export orders which have not been charged yet.] => You can also export orders which have not been charged yet. [If enabled, your customers will receive an invoice for the purchase.] => If enabled, your customers will receive an invoice for the purchase. [Adds an image in front of the product name on the invoice] => Adds an image in front of the product name on the invoice [Use this field to show additional information on the invoice, below the payment methods summary (like specific legal information).] => Use this field to show additional information on the invoice, below the payment methods summary (like specific legal information). [Choose an invoice model.] => Choose an invoice model. [Search for an existing product by typing the first letters of its name.] => Search for an existing product by typing the first letters of its name. [Search for an existing customer by typing the first letters of his/her name.] => Search for an existing customer by typing the first letters of his/her name. [Use OR to broaden your search] => Use OR to broaden your search [Do not forget to update your exchange rate before making this change.] => Do not forget to update your exchange rate before making this change. [(Max %amount_refundable% %tax_method%)] => (Max %amount_refundable% %tax_method%) ) [ModulesBrandlistShop] => Array ( [All brands] => All brands [Brands] => Brands [No brand] => No brand ) [ModulesGsitemapAdmin] => Array ( [Google sitemap] => Google sitemap [Generate your Google sitemap file] => Generate your Google sitemap file [An error occured while trying to check your file permissions. Please adjust your permissions to allow PrestaShop to write a file in your root directory.] => An error occured while trying to check your file permissions. Please adjust your permissions to allow PrestaShop to write a file in your root directory. [Generate your Google sitemap file and keep it up to date with this module.] => Welcome your customers with their personal information displayed right on your footer. [Your sitemaps were successfully created. Please do not forget to setup the URL] => Your sitemaps were successfully created. Please do not forget to setup the URL [in your Google Webmaster account.] => in your Google Webmaster account. [Your sitemaps] => Your sitemaps [Sitemaps were already created.] => Sitemaps were already created. [Please set up the following sitemap URL in your Google Webmaster account:] => Please set up the following sitemap URL in your Google Webmaster account: [The above URL is the master sitemap file. It refers to the following sub-sitemap files:] => The above URL is the master sitemap file. It refers to the following sub-sitemap files: [Your last update was made on this date:] => Your last update was made on this date: [This shop has no sitemap yet.] => This shop has no sitemap yet. [For a better use of the module, please make sure that you have] => For a better use of the module, please make sure that you have [A minimum memory_limit value of 128 MB.] => A minimum memory_limit value of 128 MB. [A minimum max_execution_time value of 30 seconds.] => A minimum max_execution_time value of 30 seconds. [You can edit these limits in your php.ini file. For more details, please contact your hosting provider.] => You can edit these limits in your php.ini file. For more details, please contact your hosting provider. [Configure your sitemap] => Configure your sitemap [Several sitemap files will be generated depending on how your server is configured and on the number of activated products in your catalog.] => Several sitemap files will be generated depending on how your server is configured and on the number of activated products in your catalog. [How often do you update your store?] => How often do you update your store? [always] => always [hourly] => hourly [daily] => daily [weekly] => weekly [monthly] => monthly [yearly] => yearly [never] => never [Check this box if you wish to check the presence of the image files on the server] => Check this box if you wish to check the presence of the image files on the server [Indicate the pages that you do not want to include in your sitemap files:] => Indicate the pages that you do not want to include in your sitemap files: [Uncheck all] => Uncheck all [Generate sitemap] => Generate sitemap [Generating a sitemap can take several minutes] => Generating a sitemap can take several minutes [Information] => Information [You have two ways to generate sitemaps.] => You have two ways to generate sitemaps. [Manually:] => Manually: [Using the form above (as often as needed)] => Using the form above (as often as needed) [-or-] => -or- [Automatically:] => Automatically: [Ask your hosting provider to setup a "Cron job" to load the following URL at the time you would like:] => Ask your hosting provider to setup a "Cron job" to load the following URL at the time you would like: [It will automatically generate your XML sitemaps.] => It will automatically generate your XML sitemaps. [Check all] => Check all ) [AdminLoginNotification] => Array ( [You will be redirected to the login page in a few seconds.] => You will be redirected to the login page in a few seconds. [Please, check your mailbox.] => Please, check your mailbox. [A link to reset your password has been sent to you.] => A link to reset your password has been sent to you. [For security reasons, you cannot connect to the back office until you have:] => For security reasons, you cannot connect to the back office until you have: [deleted the /install folder] => deleted the /install folder [renamed the /admin folder (e.g. %s)] => renamed the /admin folder (e.g. %s) [Please then access this page by the new URL (e.g. %s)] => Please then access this page by the new URL (e.g. %s) [If this email address has been registered in our store, you will receive a link to reset your password.] => If this email address has been registered in our store, you will receive a link to reset your password. [For security reasons, you must also delete the /install folder.] => For security reasons, you must also delete the /install folder. [SSL is activated. However, your IP is allowed to enter unsecure mode for maintenance or local IP issues.] => SSL is activated. However, your IP is allowed to enter unsecure mode for maintenance or local IP issues. [SSL is activated. Please connect using the following link to [1]log in to secure mode (https://)[/1]] => SSL is activated. Please connect using the following link to [1]log in to secure mode (https://)[/1] [The employee does not exist, or the password provided is incorrect.] => The employee does not exist, or the password provided is incorrect. [This employee does not manage the shop anymore (either the shop has been deleted or permissions have been revoked).] => This employee does not manage the shop anymore (either the shop has been deleted or permissions have been revoked). [This account does not exist.] => This account does not exist. [You can reset your password every %interval% minute(s) only. Please try again later.] => You can reset your password every %interval% minute(s) only. Please try again later. [Please, check your mailbox. A link to reset your password has been sent to you.] => Please, check your mailbox. A link to reset your password has been sent to you. [An error occurred while attempting to reset your password.] => An error occurred while attempting to reset your password. [Some identification information is missing.] => Some identification information is missing. [The password is missing: please enter your new password.] => The password is missing: please enter your new password. [The password is not in a valid format.] => The password is not in a valid format. [The confirmation is empty: please fill in the password confirmation as well.] => The confirmation is empty: please fill in the password confirmation as well. [The confirmation password doesn't match. Please double check both passwords.] => The confirmation password doesn't match. Please double-check both passwords. [Your password reset request expired. Please start again.] => Your password reset request expired. Please start again. [An error occurred while attempting to change your password.] => An error occurred while attempting to change your password. [The password has been changed successfully.] => The password has been changed successfully. [If this email address has been registered in our store, you will receive a link to reset your password at %email%.] => If this email address has been registered in our store, you will receive a link to reset your password at %email%. [The confirmation password doesn't match. Please double-check both passwords.] => The confirmation password doesn't match. Please double-check both passwords. ) [ModulesCategoryproductsAdmin] => Array ( [Products in the same category] => Products in the same category [Adds a block on the product page that displays products from the same category.] => Adds a block on the product page that displays products from the same category. [Invalid value for display price.] => Invalid value for display price. [Display products' prices] => Display products' prices [Show the prices of the products displayed in the block.] => Show the prices of the products displayed in the block. [Number of product to display] => Number of product to display [Add a block on every product page that displays items from the same category.] => Add a block on every product page that displays items from the same category. ) [AdminDashboardHelp] => Array ( [This mode displays sample data so you can try your dashboard without real numbers.] => This mode displays sample data so you can try your dashboard without real numbers. [Choose a fixed fee for each order placed in %currency% with %module%.] => Choose a fixed fee for each order placed in %currency% with %module%. [Choose a variable fee for each order placed in %currency% with %module%. It will be applied on the total paid with taxes.] => Choose a variable fee for each order placed in %currency% with %module%. It will be applied on the total paid with taxes. [Choose a fixed fee for each order placed with a foreign currency with %module%.] => Choose a fixed fee for each order placed with a foreign currency with %module%. [Choose a variable fee for each order placed with a foreign currency with %module%. It will be applied on the total paid with taxes.] => Choose a variable fee for each order placed with a foreign currency with %module%. It will be applied on the total paid with taxes. [For the carrier named %s, indicate the domestic delivery costs in percentage of the price charged to customers.] => For the carrier named %s, indicate the domestic delivery costs in percentage of the price charged to customers. [For the carrier named %s, indicate the overseas delivery costs in percentage of the price charged to customers.] => For the carrier named %s, indicate the overseas delivery costs in percentage of the price charged to customers. [Method: Indicate the percentage of your carrier margin. For example, if you charge $10 of shipping fees to your customer for each shipment, but you really pay $4 to this carrier, then you should indicate "40" in the percentage field.] => Method: Indicate the percentage of your carrier margin. For example, if you charge $10 of shipping fees to your customer for each shipment, but you really pay $4 to this carrier, then you should indicate "40" in the percentage field. [You should calculate this percentage as follows: ((total sales revenue) - (cost of goods sold)) / (total sales revenue) * 100. This value is only used to calculate the Dashboard approximate gross margin, if you do not specify the wholesale price for each product.] => You should calculate this percentage as follows: ((total sales revenue) - (cost of goods sold)) / (total sales revenue) * 100. This value is only used to calculate the Dashboard approximate gross margin, if you do not specify the wholesale price for each product. [You should calculate this value by making the sum of all of your additional costs per order.] => You should calculate this value by making the sum of all of your additional costs per order. ) [AdminNotificationsInfo] => Array ( [This field will be modified for all your shops.] => This field will be modified for all your shops. [This field will be modified for all shops in this shop group:] => This field will be modified for all shops in this store group: [This field will be modified for this shop:] => This field will be modified for this shop: [Delete selected] => Delete selected [Delete selected items?] => Delete selected items? [Delete selected item?] => Delete selected item? [Forbidden characters:] => Forbidden characters: [Note that this feature is only available in "all stores" context. It will be added to all your stores.] => Note that this feature is only available in "all stores" context. It will be added to all your stores. [Empty recordset returned.] => Empty recordset returned. [Empty recordset returned] => Empty recordset returned [Note that this page is available in all shops context only, this is why your context has just switched.] => Note that this page is available in all shops context only, this is why your context has just switched. [Note that this feature is available in all shops context only. It will be added to all your stores.] => Note that this feature is available in all shops context only. It will be added to all your stores. [This product is not associated with the store selected in the multistore header, please select another one.] => This product is not associated with the store selected in the multistore header, please select another one. [This page is only compatible in a single store context. To access the page, please select a store or [1]disable the multistore feature[/1].] => This page is only compatible in a single store context. To access the page, please select a store or [1]disable the multistore feature[/1]. [This page is only compatible in a single-store context. Please select a store in the multistore header.] => This page is only compatible in a single-store context. Please select a store in the multistore header. [Key should be at least %length% characters long.] => Key should be at least %length% characters long. [The key must be %length% characters long.] => The key must be %length% characters long. [Password should be at least %length% characters long.] => Password should be at least %length% characters long. [Invalid characters: %s] => Invalid characters: %s [Note that this page is available in a single shop context only. Switch context to work on it.] => Note that this page is available in a single shop context only. Switch context to work on it. [Invalid characters:] => Invalid characters: ) [ShopThemeCustomeraccount] => Array ( [Receive offers from our partners] => Receive offers from our partners [#%id%] => #%id% [Your account] => Your account [Vouchers] => Vouchers [Credit slips] => Credit slips [Merchandise returns] => Merchandise returns [Information] => Information [Addresses] => Addresses [Add first address] => Add first address [Orders] => Orders [Order tracking] => Order tracking [Create account] => Create account [Log me out] => Log me out [Log in to your customer account] => Log in to your customer account [View my customer account] => View my customer account [Enter a password between %s and %s characters] => Enter a password between %s and %s characters [The minimum score must be: %s] => The minimum score must be: %s [Connected as [1]%firstname% %lastname%[/1].] => Connected as [1]%firstname% %lastname%[/1]. [Not you? [1]Log out[/1]] => Not you? [1]Log out[/1] [Personalized and secure access] => Personalized and secure access [Fast and easy checkout] => Fast and easy checkout [Easier merchandise return] => Easier merchandise return [Back to your account] => Back to your account [Returned] => Returned [Merchandise return] => Merchandise return [If you wish to return one or more products, please mark the corresponding boxes and provide an explanation for the return. When complete, click the button below.] => If you wish to return one or more products, please mark the corresponding boxes and provide an explanation for the return. When complete, click the button below. [Request a return] => Request a return [Messages] => Messages [Add a message] => Add a message [If you would like to add a comment about your order, please write it in the field below.] => If you would like to add a comment about your order, please write it in the field below. [Update your address] => Update your address [New address] => New address [Your addresses] => Your addresses [Log in to your account] => Log in to your account [No account? Create one here] => No account? Create one here [Your vouchers] => Your vouchers [Guest Order Tracking] => Guest Order Tracking [To track your order, please enter the following information:] => To track your order, please enter the following information: [For example: QIIXJXNUI or QIIXJXNUI#1] => For example: QIIXJXNUI or QIIXJXNUI#1 [Guest Tracking] => Guest Tracking [Order history] => Order history [Here are the orders you've placed since your account was created.] => Here are the orders you've placed since your account was created. [Details] => Details [Your personal information] => Your personal information [Order history and details] => Order history and details [You have given permission to receive your order in recycled packaging.] => You have given permission to receive your order in recycled packaging. [Order details] => Order details [Order Reference %reference% - placed on %date%] => Order Reference %reference% - placed on %date% [Download your invoice as a PDF file.] => Download your invoice as a PDF file. [You have requested gift wrapping for this order.] => You have requested gift wrapping for this order. [Message] => Message [Follow your order's status step-by-step] => Follow your order's status step-by-step [Click the following link to track the delivery of your order] => Click the following link to track the delivery of your order [Here is a list of pending merchandise returns] => Here is a list of pending merchandise returns [Return] => Return [Package status] => Package status [Returns form] => Returns form [Return details] => Return Details [%number% on %date%] => %number% on %date% [We have logged your return request.] => We have logged your return request. [Your package must be returned to us within %number% days of receiving your order.] => Your package must be returned to us within %number% days of receiving your order. [The current status of your merchandise return is: [1] %status% [/1]] => The current status of your merchandise return is: [1] %status% [/1] [List of items to be returned:] => List of items to be returned: [Reminder] => Reminder [All merchandise must be returned in its original packaging and in its original state.] => All merchandise must be returned in its original packaging and in its original state. [Please print out the [1]returns form[/1] and include it with your package.] => Please print out the [1]returns form[/1] and include it with your package. [Please check the [1]returns form[/1] for the correct address.] => Please check the [1]returns form[/1] for the correct address. [When we receive your package, we will notify you by email. We will then begin processing order reimbursement.] => When we receive your package, we will notify you by email. We will then begin processing order reimbursement. [Please let us know if you have any questions.] => Please let us know if you have any questions. [If the conditions of return listed above are not respected, we reserve the right to refuse your package and/or reimbursement.] => If the conditions of return listed above are not respected, we reserve the right to refuse your package and/or reimbursement. [Order] => Order [Date issued] => Date issued [Credit slips you have received after canceled orders.] => Credit slips you have received after canceled orders. [Credit slip] => Credit slip [View credit slip] => View credit slip [Please enter the email address you used to register. You will receive a temporary link to reset your password.] => Please enter the email address you used to register. You will receive a temporary link to reset your password. [Forgot your password?] => Forgot your password? [Reset your password] => Reset your password [Email address: %email%] => Email address: %email% [Create an account] => Create an account [Already have an account?] => Already have an account? [Log in instead!] => Log in instead! ) [AdminShippingNotification] => Array ( [Ranges are not correctly ordered:] => Ranges are not correctly ordered: [Reordering] => Reordering [Please validate the last range before creating a new one.] => Please validate the last range before creating a new one. [Are you sure to delete this range ?] => Are you sure to delete this range ? [This range is not valid] => This range is not valid [Ranges are overlapping] => Ranges are overlapping [Please select at least one zone] => Please select at least one zone [Are you sure you want to delete the logo?] => Are you sure you want to delete the logo? [You do not have permission to use this wizard.] => You do not have permission to use this wizard. [You must choose at least one shop or group shop.] => You must choose at least one store or group of stores. [An error occurred while saving this carrier.] => An error occurred while saving this carrier. [An error occurred while saving carrier groups.] => An error occurred while saving carrier groups. [An error occurred while saving carrier zones.] => An error occurred while saving carrier zones. [An error occurred while saving carrier ranges.] => An error occurred while saving carrier ranges. [An error occurred while saving associations of shops.] => An error occurred while saving associations of shops. [An error occurred while saving the tax rules group.] => An error occurred while saving the tax rules group. [An error occurred while saving carrier logo.] => An error occurred while saving carrier logo. [An error occurred while updating carrier information.] => An error occurred while updating carrier information. [An error occurred while updating the free shipping status.] => An error occurred while updating the free shipping status. ) [messages] => Array ( [[undefined]] => [undefined] [If enabled, the voucher will not apply to products already on sale.] => If enabled, the voucher will not apply to products already on sale. [Add a rule concerning] => Add a rule concerning [The product(s) are matching one of these:] => The product(s) are matching one of these: [Discount name] => Discount name [Sync success] => Sync success [Close] => Close [Customer since: %s] => Customer since: %s [Choose a template] => Choose a template [Send] => Send [You can add a comment here.] => You can add a comment here. [Customer ID:] => Customer ID: [Order #] => Order # [Product #] => Product # [Subject:] => Subject: [No result] => No result [%] => % [Discount:] => Discount: [Please name your data matching configuration in order to save it.] => Please name your data matching configuration in order to save it. [Match your data] => Match your data [Please match each column of your source file to one of the destination columns.] => Please match each column of your source file to one of the destination columns. [Load a data matching configuration] => Load a data matching configuration [Load] => Load [Save your data matching configuration] => Save your data matching configuration [Two columns cannot have the same type of values] => Two columns cannot have the same type of values [This column must be set:] => This column must be set: [Rows to skip] => Rows to skip [Indicate how many of the first rows of your file should be skipped when importing the data. For instance set it to 1 if the first row of your file contains headers.] => Indicate how many of the first rows of your file should be skipped when importing the data. For instance set it to 1 if the first row of your file contains headers. [Password] => Password [Your password has been successfully changed.] => Your password has been successfully changed. [Translate] => Translate [Generate RTL Stylesheets] => Generate RTL Stylesheets [Manage hooks] => Manage hooks [Reset] => Reset [To add a new module, simply connect to your PrestaShop Addons account and all your purchases will be automatically imported.] => To add a new module, simply connect to your PrestaShop Addons account and all your purchases will be automatically imported. [Can I add my own modules?] => Can I add my own modules? [Please note that for security reasons, you can only add modules that are being distributed on PrestaShop Addons, the official marketplace.] => Please note that for security reasons, you can only add modules that are being distributed on PrestaShop Addons, the official marketplace. [Normal view] => Normal view [Favorites view] => Favorites view [Module] => Module [Tab] => Tab [Categories] => Categories [Interest] => Interest [Favorite] => Favorite [Filter by] => Filter by [Installed & Not Installed] => Installed & Not Installed [Installed Modules] => Installed Modules [Modules Not Installed ] => Modules Not Installed [Enabled & Disabled] => Enabled & Disabled [Enabled Modules] => Enabled Modules [Disabled Modules] => Disabled Modules [Authors] => Authors [All authors] => All authors [Confirm reset] => Confirm reset [Would you like to delete the content related to this module ?] => Would you like to delete the content related to this module ? [No - reset only the parameters] => No - reset only the parameters [Yes - reset everything] => Yes - reset everything [Preferences saved] => Preferences saved [Uninstall] => Uninstall [Remove from Favorites] => Remove from Favorites [Mark as Favorite] => Mark as Favorite [Module %1s ] => Module %1s [Official, PrestaShop certified module. Free, secure and includes updates!] => Official, PrestaShop certified module. Free, secure, and includes updates! [Update it!] => Update it! [Install the selection] => Install the selection [Uninstall the selection] => Uninstall the selection [No modules available in this section.] => No modules available in this section. [by] => by [Read more] => Read more [You bought this module on PrestaShop Addons. Thank You.] => You bought this module on PrestaShop Addons. Thank You. [Bought] => Bought [This module is available on PrestaShop Addons] => This module is available on PrestaShop Addons [Popular] => Popular [Official] => Official [Need update] => Need update [Free] => Free [Install] => Install [Manage translations] => Manage translations [Modules list] => Modules list [The module must either be a Zip file (.zip) or a tarball file (.tar, .tar.gz, .tgz).] => The module must either be a Zip file (.zip) or a tarball file (.tar, .tar.gz, .tgz). [Upload a module from your computer.] => Upload a module from your computer. [Module file] => Module file [Choose a file] => Choose a file [Upload this module] => Upload this module [An upgrade is available for some of your modules!] => An upgrade is available for some of your modules! [Favorites] => Favorites [All] => All [Add a new module] => Add a new module [List of modules] => List of modules [Update all] => Update all [Check for update] => Check for update [Help] => Help [(%s votes)] => (%s votes) [(%s vote)] => (%s vote) [Description] => Description [Merchant benefits] => Merchant benefits [Install module] => Install module [View on PrestaShop Addons] => View on PrestaShop Addons [v] => v [This module is available for free thanks to our partner.] => This module is available for free thanks to our partner. [Not Installed] => Not Installed [Installed] => Installed [More modules on addons.prestashop.com] => More modules on addons.prestashop.com [The controller %s is missing or invalid.] => The controller %s is missing or invalid. [Back to the previous page] => Back to the previous page [Go to the dashboard] => Go to the dashboard [Attachment] => Attachment [Category] => Category [Brand] => Brand [Supplier] => Supplier [Number of products:] => Number of products: [Product name] => Product name [Attribute name] => Attribute name [Supplier Reference] => Supplier Reference [Wholesale price] => Wholesale price [EAN13] => EAN13 [UPC] => UPC [Available Quantity] => Available Quantity [N/A] => N/A [EAN-13] => EAN-13 [%limit% for suhosin.post.max_vars.] => %limit% for suhosin.post.max_vars. [%limit% for suhosin.request.max_vars.] => %limit% for suhosin.request.max_vars. [You must use this syntax in your translations. Here are several examples:] => You must use this syntax in your translations. Here are several examples: [%d] => %d [Date range] => Date range [Custom] => Custom [to] => to [Compare to] => Compare to [Previous period] => Previous period [Previous Year] => Previous Year [Previous year] => Previous year [Sunday] => Sunday [Monday] => Monday [Tuesday] => Tuesday [Wednesday] => Wednesday [Thursday] => Thursday [Friday] => Friday [Saturday] => Saturday [Sun] => Sun [Mon] => Mon [Tue] => Tue [Wed] => Wed [Thu] => Thu [Fri] => Fri [Sat] => Sat [Su] => Su [Mo] => Mo [Tu] => Tu [We] => We [Th] => Th [Fr] => Fr [Sa] => Sa [January] => January [February] => February [March] => March [April] => April [May] => May [June] => June [July] => July [August] => August [September] => September [October] => October [November] => November [December] => December [Jan] => Jan [Feb] => Feb [Mar] => Mar [Apr] => Apr [May ] => May [Jun] => Jun [Jul] => Jul [Aug] => Aug [Sep] => Sep [Oct] => Oct [Nov] => Nov [Dec] => Dec [Customers] => Customers [Orders] => Orders [Income] => Income [Message] => Message [Traffic] => Traffic [Conversion] => Conversion [Group:] => Group: [All stores] => All stores [Add tag] => Add tag [Remove] => Remove [Now] => Now [Done] => Done [Choose Time] => Choose Time [Time] => Time [Hour] => Hour [Minute] => Minute [Group name] => Group name [No group created] => No group created [No records found] => No records found [Select all] => Select all [Unselect all] => Unselect all [Display] => Display [result(s)] => result(s) [From] => From [Please fill at least one field to perform a search in this list.] => Please fill at least one field to perform a search in this list. [Refresh list] => Refresh list [Show SQL query] => Show SQL query [Export to SQL Manager] => Export to SQL Manager [Shop group] => Store group [To] => To [and stay] => and stay [Multistore] => Multistore [Check / Uncheck all] => Check / Uncheck all [If you check a field, change its value, and save, the multistore behavior will not apply to this shop (or group), for this particular parameter.] => If you check a field, change its value, and save the multistore behavior will not apply to this store (or group), for this particular parameter. [(tax excl.)] => (tax excl.) [You can't change the value of this configuration field in the context of this shop.] => You can't change the value of this configuration field in the context of this store. [You can't change the value of this configuration field in this store's context.] => You can't change the value of this configuration field in this store's context. [Set required fields for this section] => Set required fields for this section [Required Fields] => Required Fields [Select the fields you would like to be required for this section.] => Select the fields you would like to be required for this section. [Field Name] => Field Name [All shops] => All stores [(%s selected)] => (%s selected) [Group: %s] => Group: %s [search...] => search... [Add files...] => Add files... [Add file...] => Add file... [Upload files] => Upload files [Upload file] => Upload file [You cannot have more than %s images in total. Please remove some of the current images before adding new ones.] => You cannot have more than %s images in total. Please remove some of the current images before adding new ones. [Remove file] => Remove file [File size] => File size [You have reached the limit (%s) of files to upload, please remove files to continue uploading] => You have reached the limit (%s) of files to upload, please remove files to continue uploading [Download current file] => Download current file [Add files] => Add files [Add file] => Add file [Download current file (%skb)] => Download current file (%skb) [You can upload a maximum of %s files] => You can upload a maximum of %s files [There are %d warnings:] => There are %d warnings: [123.45.67.89] => 123.45.67.89 [Oh no!] => Oh no! [The mobile version of this page is not available yet.] => The mobile version of this page is not available yet. [Please use a desktop computer to access this page, until is adapted to mobile.] => Please use a desktop computer to access this page, until is adapted to mobile. [Thank you.] => Thank you. [by name] => by name [by ip address] => by ip address [%s group] => %s group [List] => List [View details] => View details [Options] => Options [Generator] => Generator [%s: %s] => %s: %s [filter by %s] => filter by %s [%s deletion] => %s deletion [%s addition] => %s addition [%s modification] => %s modification [Do you really want to uninstall this module?] => Do you really want to uninstall this module? [Disable this module] => Disable this module [Enable this module for all shops] => Enable this module for all stores [Disable on mobiles] => Disable on mobiles [Disable on tablets] => Disable on tablets [Disable on computers] => Disable on computers [Display on mobiles] => Display on mobiles [Display on tablets] => Display on tablets [Display on computers] => Display on computers [This action will permanently remove the module from the server. Are you sure you want to do this?] => This action will permanently remove the module from the server. Are you sure you want to do this? [Comment:] => Comment: [Other Modules] => Other Modules [Module not found] => Module not found [Modules to update] => Modules to update [Translate this module] => Translate this module [Straight rows of keys are easy to guess] => Straight rows of keys are easy to guess [Short keyboard patterns are easy to guess] => Short keyboard patterns are easy to guess [Use a longer keyboard pattern with more turns] => Use a longer keyboard pattern with more turns [Repeats like "aaa" are easy to guess] => Repeats like "aaa" are easy to guess [Repeats like "abcabcabc" are only slightly harder to guess than "abc"] => Repeats like "abcabcabc" are only slightly harder to guess than "abc" [Sequences like abc or 6543 are easy to guess] => Sequences like "abc"or "6543" are easy to guess [Recent years are easy to guess] => Recent years are easy to guess [Dates are often easy to guess] => Dates are often easy to guess [This is a top-10 common password] => This is a top-10 common password [This is a top-100 common password] => This is a top-100 common password [This is a very common password] => This is a very common password [This is similar to a commonly used password] => This is similar to a commonly used password [A word by itself is easy to guess] => A word by itself is easy to guess [Names and surnames by themselves are easy to guess] => Names and surnames by themselves are easy to guess [Common names and surnames are easy to guess] => Common names and surnames are easy to guess [Very weak] => Very weak [Weak] => Weak [Average] => Average [Strong] => Strong [Very strong] => Very strong [Use a few words, avoid common phrases] => Use a few words, avoid common phrases [No need for symbols, digits, or uppercase letters] => No need for symbols, digits, or uppercase letters [Avoid repeated words and characters] => Avoid repeated words and characters [Avoid sequences] => Avoid sequences [Avoid recent years] => Avoid recent years [Avoid years that are associated with you] => Avoid years that are associated with you [Avoid dates and years that are associated with you] => Avoid dates and years that are associated with you [Capitalization doesn't help very much] => Capitalization doesn't help very much [All-uppercase is almost as easy to guess as all-lowercase] => All-uppercase is almost as easy to guess as all-lowercase [Reversed words aren't much harder to guess] => Reversed words aren't much harder to guess [Predictable substitutions like '@' instead of 'a' don't help very much] => Predictable substitutions like "@" instead of "a" don't help very much [Add another word or two. Uncommon words are better.] => Add another word or two. Uncommon words are better. [Sequences like "abc" or "6543" are easy to guess] => Sequences like "abc" or "6543" are easy to guess. [Predictable substitutions like "@" instead of "a" don't help very much] => Predictable substitutions like "@" instead of "a" don't help very much. [Guest client : ID] => Guest client: ID [General info] => General info [Gender] => Gender [Name] => Name [Birth date] => Birth date [Age] => Age [Email] => Email [Language] => Language [Creation account data] => Creation account data [Last visit] => Last visit [Siret] => Siret [Ape] => Ape [Company] => Company [Website] => Website [Addresses] => Addresses [Alias] => Alias [Address] => Address [Phone(s)] => Phone(s) [Country] => Country [Date] => Date [No addresses] => No addresses [Reference] => Reference [Payment] => Payment [Order state] => Order state [Total paid] => Total paid [No orders] => No orders [Products bought] => Products bought [Order ref] => Order ref [Product ref] => Product ref [Quantity] => Quantity [Carts] => Carts [Id] => Id [Total products] => Total products [No carts] => No carts [Product(s) still in cart] => Product(s) still in cart [Cart ID] => Cart ID [Product reference] => Product reference [No products] => No products [Messages] => Messages [IP] => IP [No messages] => No messages [Last connections] => Last connections [Origin request] => Origin request [Page viewed] => Page viewed [Time on the page] => Time on the page [IP address] => IP address [No connections] => No connections [Official GDPR compliance] => Official GDPR compliance [Make your store comply with the General Data Protection Regulation (GDPR).] => Make your store comply with the General Data Protection Regulation (GDPR). [Are you sure you want to uninstall this module?] => Are you sure you want to uninstall this module? [There was an error during the uninstallation. Please contact us through Addons website.] => There was an error during the uninstallation. Please contact us through Addons website. [There was an error on module uninstall. Please contact us through Addons website] => There was an error when uninstalling the module. Please contact us through the PrestaShop Addons website. [Data accessibility] => Data accessibility [How can a customer retrieve all of his personal data?] => How can a customer retrieve all of their personal data? [From his customer account, a new tab called My Personal Data is available and your customer can retrieve all of his personal data collected by your shop and installed modules, in PDF or CSV format.] => From their customer account, a new tab called "My Personal Data" is available. There, your customer can retrieve all personal data collected by your store and installed modules, in PDF or CSV format. [Customer consent] => Customer consent [There is no consent confirmation checkbox in the contact form. Isn't this a requirement?] => I can't find any consent confirmation checkbox in the contact form. Isn't this a requirement? [No, it is not a requirement as the customer gives consent by clicking on the Submit message button. Only a message is required to give your customers more information about the use of personal data on your website. We are currently working on a new version of the contact form, it will be available really soon for your online store.] => No, it is not a requirement because the customer gives consent by clicking on the "Submit message" button. Only a message is required to give your customers more information about the use of personal data on your website. We are currently working on a new version of the contact form, it will be available soon for your online store. [Data erasure] => Data erasure [How will a customer ask for all of his personal data to be deleted ?] => How can a customer ask for all of their personal data to be deleted? [The customer will send a message from the contact form for any rectification and erasure requests, justifying his request.] => The customer can send a message from the contact form for any rectification and erasure requests, justifying the request. [There is no Remove Data button in the customer account. Isn't this a requirement?] => There is no "Remove data" button in the customer account. Isn't this a requirement? [No, the Remove Data button in the customer account is not an obligation. For the data erasure requests, your customers can request data removal only under certain circumstances, that is the reason why we decided not to include an automatic Remove Data button in their customer account. They can, however, contact you anytime via your contact form, in this case, you can review their request and once you accept it, you will be able to remove their personal data directly in the configuration page of our Official GDPR Compliance module.] => No, the "Remove data" button in the customer account is not mandatory. Your customers can request data removal under certain circumstances only; that is the reason why we decided not to include an automatic "Remove data" button in their customer account. They can, however, contact you anytime via your contact form. In this case, you can review their request and, once you accept it, you will be able to remove their personal data directly from the configuration page of our Official GDPR Compliance module. [How to remove the personal data of a customer?] => How can I remove a customer's personal data? [If the request is valid, from the Personal Data Management tab of this module, any customer can be found by typing the first few letters of his name or email address in the search bar. Before deleting any data, we recommend you to download all the invoices of the involved customer. After deleting the data with the “Remove data” button, the customer’s orders can’t be legally deleted, they just won’t be linked to any account. This allows you to keep precise statistics of your shop.] => If the request is valid, you can find any customer by typing the first few letters of their name or email address in the search bar of the "Personal Data Management" tab of this module. Before deleting any data, we recommend you download all the invoices of the involved customer. After deleting the data with the “Remove data” button, the customer’s orders can’t be legally deleted — they just won’t be linked to any account. This allows you to keep precise statistics of your store. [After removing all personal data of a customer from my database, what will happen to his orders?] => After removing all personal data of a customer from my database, what will happen to their orders? [Due to other legal obligations, his orders will still be stocked but they are no longer associated with the customer. Only the name, shipping, and billing information must be kept in the order details page for legal reasons, invoicing, and accounting. According to the Rec.30;Art.7(1)(c)] => Due to other legal obligations, the customer's orders will still be saved but will no longer be associated with them. Only the name, shipping, and billing information must be kept on the order details page for legal reasons, invoicing, and accounting. According to the Rec.30;Art.7(1)(c) [Saved with success !] => Saved with success! [Customer data deleted by official GDPR module.] => Customer data deleted by the official GDPR module. [Generate password] => Generate password [Change password...] => Change password... [Current password] => Current password [New password] => New password [Confirm password] => Confirm password ) [AdminDashboardNotification] => Array ( [You are currently connected under the following domain name:] => You are currently connected under the following domain name: [This is different from the shop domain name set in the Multistore settings: "%s".] => This is different from the shop domain name set in the Multistore settings: "%s". [If this is your main domain, please {link}change it now{/link}.] => If this is your main domain, please {link}change it now{/link}. [This is different from the domain name set in the "SEO & URLs" tab.] => This is different from the domain name set in the "SEO & URLs" tab. ) [ModulesLegalcomplianceShop] => Array ( [Information] => Information ) [AdminDashboardFeature] => Array ( [Dashboard] => Dashboard [Demo mode] => Demo mode [Average bank fees per payment method] => Average bank fees per payment method [Average shipping fees per shipping method] => Average shipping fees per shipping method [Other settings] => Other settings [Average gross margin percentage] => Average gross margin percentage [Other fees per order] => Other fees per order ) [ModulesLinklistShop] => Array ( [Products] => Products [Our company] => Our company ) [ModulesNewproductsShop] => Array ( [New products] => New products [All new products] => All new products ) [ModulesCrosssellingShop] => Array ( [Customers who bought this product also bought:] => Customers who bought this product also bought: ) [AdminShippingFeature] => Array ( [Will be applied when the price is] => Will be applied when the price is [Will be applied when the weight is] => Will be applied when the weight is [Add new range] => Add new range [Ranges] => Ranges [inactive] => inactive [Carrier name:] => Carrier name: [This carrier will be proposed for those delivery zones:] => This carrier will be proposed for those delivery zones: [And it will be proposed for those client groups:] => And it will be proposed for those client groups: [Finally, this carrier will be proposed in those shops:] => Finally, this carrier will be proposed in those shops: [This carrier is %1$s and the transit time is %2$s.] => This carrier is %1$s and the transit time is %2$s. [free] => free [not free] => not free [This carrier can deliver orders from %1$s to %2$s.] => This carrier can deliver orders from %1$s to %2$s. [If the order is out of range, the behavior is to %3$s.] => If the order is out of range, the behavior is to %3$s. [The shipping cost is calculated %1$s and the tax rule %2$s will be applied.] => Shipping costs are calculated %1$s and the tax rule %2$s will be applied. [according to the price] => according to the price [according to the weight] => according to the weight [Add new carrier] => Add new carrier [Free shipping] => Free shipping [Pick up in-store] => Pick up in-store [Delivery next day!] => Delivery next day! [General settings] => General settings [Shipping locations and costs] => Shipping locations and costs [Size, weight, and group access] => Size, weight, and group access [Carrier name] => Carrier name [Tracking URL] => Tracking URL [Add handling costs] => Add handling costs [According to total price.] => According to total price. [According to total weight.] => According to total weight. [Apply the cost of the highest defined range] => Apply the cost of the highest defined range [Maximum package width (%s)] => Maximum package width (%s) [Maximum package height (%s)] => Maximum package height (%s) [Maximum package depth (%s)] => Maximum package depth (%s) [Maximum package weight (%s)] => Maximum package weight (%s) [Group access] => Group access [Transit time] => Transit time [Speed grade] => Speed grade [Billing] => Billing [Out-of-range behavior] => Out-of-range behavior [Disable carrier] => Disable carrier [Free Shipping] => Free Shipping [Apply shipping cost] => Apply shipping cost [Shipping and handling] => Shipping and handling [Default behavior] => Default behavior [According to total price] => According to total price [According to total weight] => According to total weight [Maximum package height] => Maximum package height [Maximum package width] => Maximum package width [Maximum package depth] => Maximum package depth [Maximum package weight] => Maximum package weight [Name:] => Name: [Delay] => Delay [Default carrier] => Default carrier [Handling charges] => Handling charges [Free shipping starts at] => Free shipping starts at [Manage your carriers] => Manage your carriers [Create carriers to let your customers choose their best shipping option in terms of delivery dates or fees. Start with editing/deleting the default "My carrier", and add as many options as you need.] => Create carriers to let your customers choose their best shipping option in terms of delivery dates or fees. Start with editing/deleting the default "My carrier", and add as many options as you need. [Carrier options] => Carrier options [Handling] => Handling [Tracking number] => Tracking number [Carrier] => Carrier [Carriers] => Carriers [Shipping cost] => Shipping cost ) [AdminNavigationMenu] => Array ( [Menu] => Menu [Invoices] => Invoices [Catalog] => Catalog [Sell] => Sell [Improve] => Improve [Configure] => Configure [More] => More [Modules & Services] => Modules & Services [Advanced Parameters] => Advanced Parameters [Attributes] => Attributes [Carriers] => Carriers [Carrier] => Carrier [Cart Rules] => Cart Rules [Catalog Price Rules] => Catalog Price Rules [Module Catalog] => Module Catalog [Page Categories] => Page Categories [Pages] => Pages [Combinations Generator] => Combinations Generator [Configuration] => Configuration [Contact] => Contact [Countries] => Countries [Customer Service] => Customer Service [Customer Settings] => Customer Settings [Dashboard] => Dashboard [Database] => Database [Employees] => Employees [Team] => Team [Features] => Features [General] => General [Groups] => Groups [Image Settings] => Image Settings [Images] => Images [Instant Stock Status] => Instant Stock Status [Languages] => Languages [Locations] => Locations [Login] => Login [Design] => Design [Brands & Suppliers] => Brands & Suppliers [Brands] => Brands [Marketing] => Marketing [Menus] => Menus [Merchandise Returns] => Merchandise Returns [Modules] => Modules [Monitoring] => Monitoring [Multistore] => Multistore [Order Settings] => Order Settings [Payment] => Payment [Permissions] => Permissions [Discounts] => Discounts [Quick Access] => Quick Access [Referrers] => Referrers [Search] => Search [Shipping] => Shipping [Shop Parameters] => Shop Parameters [Shop URLs] => Shop URLs [Shopping Carts] => Shopping Carts [Shops] => Shops [Stats] => Stats [Stock Coverage] => Stock Coverage [Stock Management] => Stock Management [Stock Movement] => Stock Movement [Stores] => Stores [Supply orders] => Supply orders [Tags] => Tags [Taxes] => Taxes [Theme Catalog] => Theme Catalog [Traffic & SEO] => Traffic & SEO [Warehouses] => Warehouses [Zones] => Zones [Modules Catalog] => Modules Catalog [Module Manager] => Module Manager [New & Experimental Features] => New & Experimental Features [Updates] => Updates [Alerts] => Alerts [Authorization Server] => Authorization Server [Files] => Files [DB Backup] => DB Backup [Categories] => Categories [Credit Slips] => Credit Slips [Currencies] => Currencies [Email] => Email [SEO & URLs] => SEO & URLs [Orders] => Orders [Products] => Products [Search Engines] => Search Engines [States] => States [Suppliers] => Suppliers [Tax Rules] => Tax Rules [Administration] => Administration [Import] => Import [Logs] => Logs [Performance] => Performance [Profiles] => Profiles [SQL Manager] => SQL Manager [Information] => Information [Contacts] => Contacts [Customers] => Customers [Maintenance] => Maintenance [Product Settings] => Product Settings [Titles] => Titles [Positions] => Positions [Geolocation] => Geolocation [Localization] => Localization [Payment Methods] => Payment Methods [Preferences] => Preferences [Stock] => Stock [Outstanding] => Outstanding [Order Messages] => Order Messages [Delivery Slips] => Delivery Slips [Translations] => Translations [International] => International [List of applications] => List of applications [Authorization Server Management] => Authorization Server Management [Order settings] => Order settings [Email Theme] => Email Theme [Webservice] => Webservice [Statuses] => Statuses [Theme & Logo] => Theme & Logo [Attributes & Features] => Attributes & Features [Addresses] => Addresses ) [ModulesFeaturedproductsAdmin] => Array ( [Featured products] => Featured products [Pick a category and highlight its items, enhance customer experience with a lively homepage.] => Pick a category and highlight its items, enhance customer experience with a lively homepage. [The number of products is invalid. Please enter a positive number.] => The number of products is invalid. Please enter a positive number. [The category ID is invalid. Please choose an existing category ID.] => The category ID is invalid. Please choose an existing category ID. [Invalid value for the "randomize" flag.] => Invalid value for the "randomize" flag. [To add products to your homepage, simply add them to the corresponding product category (default: "Home").] => To add products to your homepage, simply add them to the corresponding product category (default: "Home"). [Number of products to be displayed] => Number of products to be displayed [Set the number of products that you would like to display on homepage (default: 8).] => Set the number of products that you would like to display on homepage (default: 8). [Category from which to pick products to be displayed] => Category from which to pick products to be displayed [Randomly display featured products] => Randomly display featured products [Enable if you wish the products to be displayed randomly (default: no).] => Enable if you wish the products to be displayed randomly (default: no). ) [ModulesImagesliderAdmin] => Array ( [Image slider] => Image slider [Add sliding images to your homepage to welcome your visitors in a visual and friendly way.] => Add sliding images to your homepage to welcome your visitors in a visual and friendly way. [Invalid values] => Invalid values [Invalid slide] => Invalid slide [Invalid slide state.] => Invalid slide state. [Invalid slide ID] => Invalid slide ID [The title is too long.] => The title is too long. [The caption is too long.] => The caption is too long. [The URL is too long.] => The URL is too long. [The description is too long.] => The description is too long. [The URL format is not correct.] => The URL format is not correct. [Invalid filename.] => Invalid filename. [The URL is not set.] => The URL is not set. [The image is not set.] => The image is not set. [The configuration could not be updated.] => The configuration could not be updated. [The slide could not be added.] => The slide could not be added. [The slide could not be updated.] => The slide could not be updated. [Slide information] => Slide information [Target URL] => Target URL [Caption] => Caption [Speed] => Speed [The duration of the transition between two slides.] => The duration of the transition between two slides. [Pause on hover] => Pause on hover [Stop sliding when the mouse cursor is over the slideshow.] => Stop sliding when the mouse cursor is over the slideshow. [Loop forever] => Loop forever [Loop or stop after the last slide.] => Loop or stop after the last slide. [Since multiple languages are activated on your shop, please mind to upload your image for each one of them] => Since multiple languages are activated on your shop, please mind to upload your image for each one of them [You cannot manage slides items from a "All Shops" or a "Group Shop" context, select directly the shop you want to edit] => You cannot manage slides items from a "All Shops" or a "Group Shop" context, select directly the shop you want to edit [You can only edit this slide from the shop(s) context: %s] => You can only edit this slide from the shop(s) context: %s [You cannot add slides from a "All Shops" or a "Group Shop" context] => You cannot add slides from a "All Shops" or a "Group Shop" context [Unable to get slide shop association information (id_slide: %d)] => Unable to get slide shop association information (id_slide: %d) [The modifications will be applied to shop: %s] => The modifications will be applied to shop: %s [The modifications will be applied to this group: %s] => The modifications will be applied to this group: %s [The modifications will be applied to all shops and shop groups] => The modifications will be applied to all stores and store groups [This slide is shared with other shops! All shops associated to this slide will apply modifications made here] => This slide is shared with other shops! All shops associated to this slide will apply modifications made here [Slides list] => Slides list [Shared slide] => Shared slide ) [ModulesDistributionapiclientAdmin] => Array ( [Distribution API Client] => Distribution API Client [Download and upgrade PrestaShop's native modules.] => Download and upgrade PrestaShop's native modules. ) [ModulesCategoryproductsShop] => Array ( [%s other product in the same category:] => %s other product in the same category: [%s other products in the same category:] => %s other products in the same category: ) [AdminAdvparametersFeature] => Array ( [Menu] => Menu [No menu] => No menu [Import data from another shop] => Import data from another shop [Experimental product page] => Experimental product page [New product page - Single store] => New product page - Single store [New product page - Multistore] => New product page - Multistore [New product page] => New product page [Authorization server] => Authorization server [Catalog price rules] => Catalog price rules [Enable / Disable having more than one image format (jpg, webp, avif, png, etc.)] => Enable / Disable having more than one image format (jpg, webp, avif, png, etc.) [Countries] => Countries [States] => States [Carriers] => Carriers [Titles] => Titles [Tax rule groups] => Tax rule groups [Customer threads] => Customer threads [Order states] => Order states [Permissions] => Permissions [SuperAdmin] => SuperAdmin [Logistician] => Logistician [Translator] => Translator [Salesman] => Salesman [Webservice key created: %s] => Webservice key created: %s [Webservice key %s has been deleted] => Webservice key %s has been deleted [Supply Orders] => Supply Orders [Supply Order Details] => Supply Order Details [Product Reference] => Product Reference [Note] => Note [Supplier ID *] => Supplier ID * [Lang ID] => Lang ID [Warehouse ID *] => Warehouse ID * [Currency ID *] => Currency ID * [Supply Order Reference *] => Supply Order Reference * [Delivery Date (Y-M-D)*] => Delivery Date (Y-M-D)* [Discount rate] => Discount rate [Product ID *] => Product ID * [Product Attribute ID] => Product Attribute ID [Unit Price (tax excl.)*] => Unit Price (tax excl.)* [Quantity Expected *] => Quantity Expected * [Discount Rate] => Discount Rate [Tax Rate] => Tax Rate [Import .CSV data] => Import .CSV data [Advanced Stock Management] => Advanced Stock Management [Template] => Template [Customer ID] => Customer ID [Active (0/1)] => Active (0/1) [Customer email] => Customer email [Root category (0/1)] => Root category (0/1) [Product ID] => Product ID [Attribute (Name:Type:Position)] => Attribute (Name:Type:Position) [Value (Value:Position)] => Value (Value:Position) [Supplier reference] => Supplier reference [Default (0 = No, 1 = Yes)] => Default (0 = No, 1 = Yes) [Combination availability date] => Combination availability date [Choose among product images by position (1,2,3...)] => Choose among product images by position (1,2,3...) [UPC] => UPC [Minimal quantity] => Minimal quantity [Image URLs (x,y,z...)] => Image URLs (x,y,z...) [Image alt texts (x,y,z...)] => Image alt texts (x,y,z...) [Depends on stock] => Depends on stock [Warehouse] => Warehouse [EAN-13] => EAN-13 [Titles ID (Mr = 1, Ms = 2, else 0)] => Titles ID (Mr = 1, Ms = 2, else 0) [Birth date (yyyy-mm-dd)] => Birth date (yyyy-mm-dd) [Newsletter (0/1)] => Newsletter (0/1) [Partner offers (0/1)] => Partner offers (0/1) [Registration date (yyyy-mm-dd)] => Registration date (yyyy-mm-dd) [Groups (x,y,z...)] => Groups (x,y,z...) [Default group ID] => Default group ID [Categories (x,y,z...)] => Categories (x,y,z...) [Tax rule ID] => Tax rule ID [On sale (0/1)] => On sale (0/1) [Discount amount] => Discount amount [Discount percent] => Discount percent [Discount from (yyyy-mm-dd)] => Discount from (yyyy-mm-dd) [Discount to (yyyy-mm-dd)] => Discount to (yyyy-mm-dd) [Reference #] => Reference # [Supplier reference #] => Supplier reference # [Delivery time of out-of-stock products with allowed orders:] => Delivery time of out-of-stock products with allowed orders: [Additional shipping cost] => Additional shipping cost [Unit for the price per unit] => Unit for base price [Tags (x,y,z...)] => Tags (x,y,z...) [Rewritten URL] => Rewritten URL [Label when backorder allowed] => Label when backorder allowed [Available for order (0 = No, 1 = Yes)] => Available for order (0 = No, 1 = Yes) [Product availability date] => Product availability date [Product creation date] => Product creation date [Show price (0 = No, 1 = Yes)] => Show price (0 = No, 1 = Yes) [Delete existing images (0 = No, 1 = Yes)] => Delete existing images (0 = No, 1 = Yes) [Feature (Name:Value:Position:Customized)] => Feature (Name:Value:Position:Customized) [Available online only (0 = No, 1 = Yes)] => Available online only (0 = No, 1 = Yes) [Customizable (0 = No, 1 = Yes)] => Customizable (0 = No, 1 = Yes) [Uploadable files (0 = No, 1 = Yes)] => Uploadable files (0 = No, 1 = Yes) [Text fields (0 = No, 1 = Yes)] => Text fields (0 = No, 1 = Yes) [Action when out of stock] => Action when out of stock [Virtual product (0 = No, 1 = Yes)] => Virtual product (0 = No, 1 = Yes) [File URL] => File URL [Expiration date (yyyy-mm-dd)] => Expiration date (yyyy-mm-dd) [Number of days] => Number of days [Accessories (x,y,z...)] => Accessories (x,y,z...) [Active (0/1)] => Active (0/1) [Image URL] => Image URL [Address (2)] => Address (2) [Latitude] => Latitude [Longitude] => Longitude [Hours (x,y,z...)] => Hours (x,y,z...) [ID / Name of group shop] => ID / Name of the group of stores [Ignore this column] => Ignore this column [Store contacts] => Store contacts [Back office connection from %ip%] => Back office connection from %ip% [%class_name% addition] => %class_name% addition [Edit this SQL query] => Edit this SQL query [Select your default file encoding] => Select your default file encoding [SQL query name] => SQL query name [Attribute groups] => Attribute groups [Cart rules] => Cart rules [Contact information] => Contact information [Discount prices] => Discount prices [Module hooks] => Module hooks [Meta information] => Meta information [Product combinations] => Product combinations [Available quantities for sale] => Available quantities for sale [Warehouses] => Warehouses [Webservice accounts] => Webservice accounts [Tax rules groups] => Tax rules groups [Import data] => Import data [Choose the source shop] => Choose the source shop [Choose data to import] => Choose data to import [Shop groups list] => Store groups list [Choose the source store] => Choose the source store [Store groups list] => Store groups list [Customer groups] => Customer groups [Shop group] => Store group [Multistore options] => Multistore options [Default shop] => Default shop [Add a new shop group] => Add a new store group [Add a new shop] => Add a new store [Shop group name] => Store group name [Share customers] => Share customers [Share available quantities for sale] => Share available quantities for sale [Share available quantities between shops of this group. When changing this option, all available products quantities will be reset to 0.] => Share available quantities between stores of this group. When changing this option, all available product quantities will be reset to 0. [Share orders] => Share orders [Store group] => Store group [Default store] => Default store [Add a new group of stores] => Add a new group of stores [Add a new store] => Add a new store [Name of the store group] => Name of the store group [Multistore tree] => Multistore tree [Shop URL ID] => Shop URL ID [Shop name] => Store name [Is it the main URL?] => Is it the main URL? [URL options] => URL options [Is it the main URL for this shop?] => Is it the main URL for this shop? [Shop URL] => Shop URL [Domain] => Domain [SSL Domain] => SSL Domain [Physical URL] => Physical URL [Virtual URL] => Virtual URL [Final URL] => Final URL [Edit this shop] => Edit this shop [Add a new URL] => Add a new URL [Store URL ID] => Store URL ID [Store name] => Store name [Is it the main URL for this store?] => Is it the main URL for this store? [Store URL] => Store URL [Edit this store] => Edit this store [Statistics] => Statistics [Notifications] => Notifications [Both] => Both [This is a test message. Your server is now configured to send email.] => This is a test message. Your server is now configured to send email. [Test message -- Prestashop] => Test message -- Prestashop [Error: Please check your configuration] => Error: Please check your configuration [An error has occurred. Please check your configuration] => An error has occurred. Please check your configuration. [%key% (missing description)] => %key% (missing description) [Use /usr/sbin/sendmail (recommended; works in most cases)] => Use /usr/sbin/sendmail (recommended; works in most cases) [Set my own SMTP parameters (for advanced users ONLY)] => Set my own SMTP parameters (for advanced users ONLY) [Never send emails (may be useful for testing purposes)] => Never send emails (may be useful for testing purposes) [View (GET)] => View (GET) [Modify (PUT)] => Modify (PUT) [Add (POST)] => Add (POST) [Patch (PATCH)] => Patch (PATCH) [Delete (DELETE)] => Delete (DELETE) [Fast view (HEAD)] => Fast view (HEAD) [Refresh list] => Refresh list [Age] => Age [Recipient] => Recipient [Subject] => Subject [Sent] => Sent [Erase all] => Erase all [Severity (1-4)] => Severity (1-4) [Object type] => Object type [Object ID] => Object ID [Error code] => Error code [Last update] => Last update [Employee ID] => Employee ID [Key] => Key [Key description] => Key description [ID / Name of shop] => ID / Name of shop [Advanced stock management] => Advanced stock management [Product reference] => Product reference [EAN13] => EAN13 [New & Experimental Features] => New & Experimental Features [Add new profile] => Add new profile [Combination reference] => Combination reference [Memcached via PHP::Memcache] => Memcached via PHP::Memcache [Memcached via PHP::Memcached] => Memcached via PHP::Memcached [APC] => APC [Xcache] => Xcache [Use cache] => Use cache [Caching system] => Caching system [Smart cache for CSS] => Smart cache for CSS [Smart cache for JavaScript] => Smart cache for JavaScript [Apache optimization] => Apache optimization [Disable all overrides] => Disable all overrides [Enable or disable all classes and controllers overrides.] => Enable or disable all classes and controllers overrides. [Debug profiler] => Debug profiler [Media server #1] => Media server #1 [Media server #2] => Media server #2 [Media server #3] => Media server #3 [Clear cache] => Clear cache [Never clear cache files] => Never clear cache files [Clear cache everytime something has been modified] => Clear cache everytime something has been modified [Never recompile template files] => Never recompile template files [Recompile templates if the files have been updated] => Recompile templates if the files have been updated [Force compilation] => Force compilation [Template compilation] => Template compilation [Cache] => Cache [Should be enabled except for debugging.] => Should be enabled except for debugging. [Multi-front optimizations] => Multi-front optimizations [Lifetime of front office cookies] => Lifetime of front office cookies [Lifetime of back office cookies] => Lifetime of back office cookies [Automatically check for module updates] => Automatically check for module updates [Check the cookie's IP address] => Check the cookie's IP address [Cookie SameSite] => Cookie SameSite [Show notifications for new orders] => Show notifications for new orders [Show notifications for new customers] => Show notifications for new customers [Show notifications for new messages] => Show notifications for new messages [Maximum size for attached files] => Maximum size for attached files [Maximum size for a downloadable product] => Maximum size for a downloadable product [Maximum size for a product's image] => Maximum size for a product's image [megabytes] => megabytes [Ignore statistics tables] => Ignore statistics tables [Drop existing tables during import] => Drop existing tables during import [DKIM domain] => DKIM domain [DKIM selector] => DKIM selector [DKIM private key] => DKIM private key [Send email in HTML format] => Send email in HTML format [Send email in text format] => Send email in text format [Log Emails] => Log Emails [DKIM signing] => DKIM signing [Enable the store name as a prefix in the email's subject] => Enable the store name as a prefix in the email's subject [Send emails to] => Send emails to [None] => None [TLS] => TLS [SSL] => SSL [Email domain name] => Email domain name [SMTP server] => SMTP server [SMTP username] => SMTP username [SMTP password] => SMTP password [Encryption] => Encryption [Send a test email to] => Send a test email to [minutes] => minutes [Password regeneration] => Password regeneration [Security: Minimum time to wait between two password changes.] => Security: Minimum time to wait between two password changes. [Memorize the language used in Admin panel forms] => Memorize the language used in Admin panel forms [Allow employees to select a specific language for the Admin panel form.] => Allow employees to select a specific language for the Admin panel form. [Permission profile] => Permission profile [Default page] => Default page [Please name your data matching configuration in order to save it.] => Please name your data matching configuration in order to save it. [What do you want to import?] => What do you want to import? [Select a file to import] => Select a file to import [Language of the file] => Language of the file [Field separator] => Field separator [Multiple value separator] => Multiple value separator [Delete all [1]categories[/1] before import] => Delete all [1]categories[/1] before import [Use product reference as key] => Use product reference as key [Skip thumbnails regeneration] => Skip thumbnails regeneration [Force all ID numbers] => Force all ID numbers [Send notification email] => Send notification email [Next step] => Next step [Minimum severity level] => Minimum severity level [Enable multi-statements queries] => Enable multi-statements queries [Back office token protection] => Back office token protection [0 - Extremely guessable] => 0 - Extremely guessable [1 - Very guessable] => 1 - Very guessable [2 - Somewhat guessable] => 2 - Somewhat guessable [3 - Safely unguessable] => 3 - Safely unguessable [4 - Very unguessable] => 4 - Very unguessable [Minimum length] => Minimum length [Maximum length] => Maximum length [Minimum password security score] => Minimum password security score [Enable PrestaShop's webservice] => Enable PrestaShop's webservice [Enable CGI mode for PHP] => Enable CGI mode for PHP [Webservice account key.] => Webservice account key. [Enable webservice key] => Enable webservice key [Current password] => Current password [New password] => New password [Confirm password] => Confirm password [Download the backup file (%s MB)] => Download the backup file (%s MB) [Tip: You can also download this file from your FTP server. Backup files are located in the "/adminXXXX/backups" directory.] => Tip: You can also download this file from your FTP server. Backup files are located in the "/adminXXXX/backups" directory. [Backup options] => Backup options [Available fields] => Available fields [* Required field] => * Required field [History of uploaded files] => History of uploaded files [Download] => Download [Choose from history / FTP] => Choose from history / FTP [Download sample csv files] => Download sample csv files [Back to the dashboard] => Back to the dashboard [Test your email configuration] => Test your email configuration [A test email has been sent to the email address you provided.] => A test email has been sent to the email address you provided. [Send a test email] => Send a test email [Employee options] => Employee options [Employees] => Employees [Manage your team] => Manage your team [Create profiles for your employees with specific rights. SuperAdmin can access the entire store while other people can only be dedicated to the catalog or orders pages.] => Create profiles for your employees with specific rights. SuperAdmin can access the entire store while other people can only be dedicated to the catalog or orders pages. [Edit: %lastname% %firstname%] => Edit: %lastname% %firstname% [Add new employee] => Add new employee [New features] => New features [Experimental features] => Experimental features [Match your data] => Match your data [Please match each column of your source file to one of the destination columns.] => Please match each column of your source file to one of the destination columns. [Load a data matching configuration] => Load a data matching configuration [Save your data matching configuration] => Save your data matching configuration [Rows to skip] => Rows to skip [Indicate how many of the first rows of your file should be skipped when importing the data. For instance set it to 1 if the first row of your file contains headers.] => Indicate how many of the first rows of your file should be skipped when importing the data. For instance set it to 1 if the first row of your file contains headers. [Two columns cannot have the same type of values] => Two columns cannot have the same type of values [This column must be set:] => This column must be set: [Meaning of severity levels:] => Meaning of severity levels: [Logs by email] => Logs by email [No module] => No module [Profile] => Profile [List of MySQL Tables] => List of MySQL Tables [Please choose a table.] => Please choose a table. [Add table name to SQL query] => Add table name to SQL query [List of attributes for this MySQL table] => List of attributes for this MySQL table [Add attribute to SQL query] => Add attribute to SQL query [Action] => Action [SQL query] => SQL query [Add new SQL query] => Add new SQL query [SQL query result] => SQL query result [Outdated sessions] => Outdated sessions [Clear outdated sessions manually] => Clear outdated sessions manually [Clear] => Clear [Password policy] => Password policy [0 means the password is extremely easy to guess (within 10^3 guesses). Dictionary words like "password" or "mother" score 0.] => 0 means the password is extremely easy to guess (within 10^3 guesses). Dictionary words like "password" or "mother" score 0. [1 is still very easy to guess (guesses lesser than 10^6). An extra character on a dictionary word can score 1.] => 1 is still very easy to guess (guesses less than 10^6). An extra character on a dictionary word can score 1. [2 is pretty easy to guess (guesses lesser than 10^8). It provides some protection from unthrottled online attacks.] => 2 is pretty easy to guess (guesses less than 10^8). It provides some protection from unthrottled online attacks. [3 is safely unguessable (guesses lesser than 10^10). It offers moderate protection from offline slow-hash scenario.] => 3 is safely unguessable (guesses less than 10^10). It offers moderate protection from offline slow-hash scenario. [4 is very unguessable (guesses greater than or equal to 10^10) and provides strong protection from offline slow-hash scenario.] => 4 is very unguessable (guesses greater than or equal to 10^10) and provides strong protection from offline slow-hash scenario. [1 is still very easy to guess (guesses less than 10^6). An extra character on a dictionary word can score 1.] => 1 is still very easy to guess (guesses less than 10^6). An extra character on a dictionary word can score 1. [2 is pretty easy to guess (guesses less than 10^8). It provides some protection from unthrottled online attacks.] => 2 is pretty easy to guess (guesses less than 10^8). It provides some protection from unthrottled online attacks. [3 is safely unguessable (guesses less than 10^10). It offers moderate protection from offline slow-hash scenario.] => 3 is safely unguessable (guesses less than 10^10). It offers moderate protection from offline slow-hash scenario. [Webservice Accounts] => Webservice Accounts [Set the resource permissions for this key:] => Set the resource permissions for this key: [Add new webservice key] => Add new webservice key [Webservice status] => Webservice status [Webservice is enabled. Main entry point is] => Webservice is enabled. Main entry point is [It seems that the webservice endpoint is not functional. If you are using httpd/apache2, you need to enable URL rewriting on your server.] => It seems that the webservice endpoint is not functional. If you are using httpd/apache2, you need to enable URL rewriting on your server. [Read the [1]developer documentation[/1].] => Read the [1]developer documentation[/1]. [Upload quota] => Upload quota [Port] => Port [IP Address] => IP Address [Weight] => Weight [Add server] => Add server [Add Server] => Add Server [Test Server] => Test Server [Debug mode] => Debug mode [Smarty] => Smarty [Modules] => Modules [Disable non built-in modules] => Disable non built-in modules [Optional features] => Optional features [CCC (Combine, Compress and Cache)] => CCC (Combine, Compress and Cache) [Media servers (use only with CCC)] => Media servers (use only with CCC) [You must enter another domain, or subdomain, in order to use cookieless static content.] => You must enter another domain, or subdomain, in order to use cookieless static content. [Caching] => Caching [Disable all non-built-in modules?] => Disable all non-built-in modules? [Configuration information] => Configuration information [This information must be provided when you report an issue on GitHub or on the forum.] => This information must be provided when you report an issue on GitHub or on the forum. [Server information] => Server information [Server information:] => Server information: [Server software version:] => Server software version: [PHP version:] => PHP version: [Memory limit:] => Memory limit: [Max execution time:] => Max execution time: [Upload Max File size:] => Upload Max File size: [PageSpeed module for Apache installed (mod_instaweb)] => PageSpeed module for Apache installed (mod_instaweb) [Database information] => Database information [MySQL version:] => MySQL version: [MySQL server:] => MySQL server: [MySQL name:] => MySQL name: [MySQL user:] => MySQL user: [Tables prefix:] => Tables prefix: [MySQL engine:] => MySQL engine: [MySQL driver:] => MySQL driver: [List of overrides] => List of overrides [Store information] => Store information [PrestaShop version:] => PrestaShop version: [Shop URL:] => Shop URL: [Shop path:] => Shop path: [Current theme in use:] => Current theme in use: [Mail configuration] => Mail configuration [Mail method:] => Mail method: [You are using /usr/sbin/sendmail] => You are using /usr/sbin/sendmail [You are using your own SMTP parameters.] => You are using your own SMTP parameters. [SMTP server:] => SMTP server: [SMTP username:] => SMTP username: [Defined] => Defined [Not defined] => Not defined [SMTP password:] => SMTP password: [Encryption:] => Encryption: [SMTP port:] => SMTP port: [Your information] => Your information [Your web browser:] => Your web browser: [Check your configuration] => Check your configuration [Required parameters:] => Required parameters: [Optional parameters:] => Optional parameters: [List of changed files] => List of changed files [You must provide this information when reporting an issue on GitHub or on the forum.] => You must provide this information when reporting an issue on GitHub or on the forum. [No overrides have been found.] => No overrides have been found. [Straight rows of keys are easy to guess] => Straight rows of keys are easy to guess [Short keyboard patterns are easy to guess] => Short keyboard patterns are easy to guess [Use a longer keyboard pattern with more turns] => Use a longer keyboard pattern with more turns [Repeats like "aaa" are easy to guess] => Repeats like "aaa" are easy to guess [Repeats like "abcabcabc" are only slightly harder to guess than "abc"] => Repeats like "abcabcabc" are only slightly harder to guess than "abc" [Sequences like abc or 6543 are easy to guess] => Sequences like abc or 6543 are easy to guess [Recent years are easy to guess] => Recent years are easy to guess [Dates are often easy to guess] => Dates are often easy to guess [This is a top-10 common password] => This is a top-10 common password [This is a top-100 common password] => This is a top-100 common password [This is a very common password] => This is a very common password [This is similar to a commonly used password] => This is similar to a commonly used password [A word by itself is easy to guess] => A word by itself is easy to guess [Names and surnames by themselves are easy to guess] => Names and surnames by themselves are easy to guess [Common names and surnames are easy to guess] => Common names and surnames are easy to guess [Very weak] => Very weak [Weak] => Weak [Average] => Average [Strong] => Strong [Very strong] => Very strong [Use a few words, avoid common phrases] => Use a few words, avoid common phrases [No need for symbols, digits, or uppercase letters] => No need for symbols, digits, or uppercase letters [Avoid repeated words and characters] => Avoid repeated words and characters [Avoid sequences] => Avoid sequences [Avoid recent years] => Avoid recent years [Avoid years that are associated with you] => Avoid years that are associated with you [Avoid dates and years that are associated with you] => Avoid dates and years that are associated with you [Capitalization doesn't help very much] => Capitalization doesn't help very much [All-uppercase is almost as easy to guess as all-lowercase] => All-uppercase is almost as easy to guess as all-lowercase [Reversed words aren't much harder to guess] => Reversed words aren't much harder to guess [Predictable substitutions like '@' instead of 'a' don't help very much] => Predictable substitutions like '@' instead of 'a' don't help very much [Add another word or two. Uncommon words are better.] => Add another word or two. Uncommon words are better. [Enter a password between %d and %d characters] => Enter a password between %d and %d characters [The minimum score must be: %s] => The minimum score must be: %s [Sequences like "abc" or "6543" are easy to guess] => Sequences like "abc" or "6543" are easy to guess. [Predictable substitutions like "@" instead of "a" don't help very much] => Predictable substitutions like "@" instead of "a" don't help very much. [File size] => File size [Price tax excluded] => Price tax excluded [Price tax included] => Price tax included [Price per unit] => Base price ) [AdminCatalogFeature] => Array ( [Texture] => Texture [Apply a discount] => Apply a discount [Percent (%)] => Percent (%) [Apply a discount to] => Apply a discount to [Order (without shipping)] => Order (without shipping) [Specific product] => Specific product [Cheapest product] => Cheapest product [Selected product(s)] => Selected product(s) [Exclude discounted products] => Exclude discounted products [Send a free gift] => Send a free gift [Search a product] => Search a product [Matching products] => Matching products [Available combinations] => Available combinations [Country selection] => Country selection [Carrier selection] => Carrier selection [Customer group selection] => Customer group selection [Store selection] => Store selection [Limit to a single customer] => Limit to a single customer [Valid] => Valid [Minimum amount] => Minimum amount [Shipping excluded] => Shipping excluded [Shipping included] => Shipping included [Total available] => Total available [Total available for each user] => Total available for each user [Restrictions] => Restrictions [Unselected countries] => Unselected countries [Selected countries] => Selected countries [Unselected carriers] => Unselected carriers [Selected carriers] => Selected carriers [Unselected groups] => Unselected groups [Selected groups] => Selected groups [Compatibility with other cart rules] => Compatibility with other cart rules [Uncombinable cart rules] => Uncombinable cart rules [Combinable cart rules] => Combinable cart rules [Product selection] => Product selection [Unselected shops] => Unselected shops [Selected shops] => Selected shops [Cart rule] => Cart rule [Information] => Information [Now] => Now [Done] => Done [Choose Time] => Choose Time [Time] => Time [Minute] => Minute [Conditions] => Conditions [Highlight] => Highlight [Partial use] => Partial use [Number of products required in the cart to enjoy the discount:] => Number of products required in the cart to enjoy the discount: [Attachment] => Attachment [Product name] => Product name [Add a new condition group] => Add a new condition group [Add condition] => Add condition [Condition group] => Condition group [MPN] => MPN [Root] => Root [Home] => Home [Increase] => Increase [Decrease] => Decrease [Customer Order] => Customer Order [Adjustment following an inventory of stock] => Adjustment following an inventory of stock [Transfer to another warehouse] => Transfer to another warehouse [Transfer from another warehouse] => Transfer from another warehouse [Supply Order] => Supply Order [Product Return] => Product return [Manual Entry] => Manual Entry [Values] => Values [Value] => Value [Color or texture] => Color or texture [Public name] => Public name [Attribute type] => Attribute type [Attribute group] => Attribute group [Current texture] => Current texture [Add new values] => Add new values [Add New Attributes] => Add New Attributes [Edit New Attribute] => Edit New Attribute [Add New Attribute] => Add New Attribute [Edit value] => Edit value [Save then add another value] => Save then add another value [Color] => Color [Attributes] => Attributes [Payment:] => Payment: [Cart Rules] => Cart Rules [Open] => Open [Messages] => Messages [Private] => Private [Last message] => Last message [Contact options] => Contact options [Allow file uploading] => Allow file uploading [Default message] => Default message [Customer service options] => Customer service options [IMAP URL] => IMAP URL [IMAP port] => IMAP port [IMAP user] => IMAP user [IMAP password] => IMAP password [Delete messages] => Delete messages [Create new threads] => Create new threads [IMAP options] => IMAP options [Total threads] => Total threads [Threads pending] => Threads pending [Total number of customer messages] => Total number of customer messages [Total number of employee messages] => Total number of employee messages [Unread threads] => Unread threads [Closed threads] => Closed threads [Pending Discussion Threads] => Pending Discussion Threads [Average Response Time] => Average Response Time [Messages per Thread] => Messages per Thread [Reply to the next unanswered message in this thread] => Reply to the next unanswered message in this thread [Mark as "handled"] => Mark as "handled" [Re-open] => Re-open [Mark as "pending 1" (will be answered later)] => Mark as "pending 1" (will be answered later) [Disable pending status] => Disable pending status [Mark as "pending 2" (will be answered later)] => Mark as "pending 2" (will be answered later) [Message to:] => Message to: [Product:] => Product: [Status:] => Status: [Closed] => Closed [Pending 1] => Pending 1 [Pending 2] => Pending 2 [Message forwarded to] => Message forwarded to [Edit New Feature] => Edit New Feature [Add New Feature] => Add New Feature [Feature value] => Feature value [Add a new feature value] => Add a new feature value [Add new feature] => Add new feature [Impact on weight] => Impact on weight [Short description] => Short description [Condition] => Condition [Low stock level] => Low stock level [Label when in stock] => Label when in stock [Delivery time of in-stock products:] => Delivery time of in-stock products: [Number of allowed downloads] => Number of allowed downloads [Category root] => Category root [Reduction with or without taxes] => Reduction with or without taxes [Beginning] => Beginning [End] => End [Reduction type] => Reduction type [Leave initial price] => Leave initial price [Number of products] => Number of products [Average number of products per category] => Average number of products per category [Disabled Categories] => Disabled Categories [Empty Categories] => Empty Categories [Top Category] => Top Category [All combinations] => All combinations [copy of %s] => copy of %s [Comment:] => Comment: [Opened] => Opened [Default delivery time: [1]%delivery_time% - %oos_delivery_time%[/1] [2]Edit delivery time[/2]] => Default delivery time: [1]%delivery_time% - %oos_delivery_time%[/1] [2]Edit delivery time[/2] [None] => None [Use default behavior] => Use default behavior [Allow orders] => Allow orders [Deny orders] => Deny orders [Decrement pack only.] => Decrement pack only. [Decrement products in pack only.] => Decrement products in pack only. [Decrement both.] => Decrement both. [New] => New [Used] => Used [Refurbished] => Refurbished [A physical product that needs to be shipped.] => A physical product that needs to be shipped. [A product with different variations (size, color, etc.) from which customers can choose.] => A product with different variations (size, color, etc.) from which customers can choose. [A collection of products from your catalog.] => A collection of products from your catalog. [An intangible product that doesn't require shipping. You can also add a downloadable file.] => An intangible product that doesn't require shipping. You can also add a downloadable file. [Pack of products] => Pack of products [Standard product] => Standard product [Customers can access the product by browsing the catalog, using the search bar, or the link.] => Customers can access the product by browsing the catalog, using the search bar, or the link. [Customers can access the product only by browsing the catalog. This is particularly useful to avoid displaying too many similar products in a search.] => Customers can access the product only by browsing the catalog. This is particularly useful to avoid displaying too many similar products in a search. [Customers can access the product only by using the search bar.] => Customers can access the product only by using the search bar. [Only customers with the link can access the product.] => Only customers with the link can access the product. [Everywhere] => Everywhere [Catalog only] => Catalog only [Search only] => Search only [Nowhere] => Nowhere [product(s)] => product(s) [Cart rules] => Cart rules [Products] => Products [List of disabled products] => List of disabled products [List of empty categories] => List of empty categories [List of products with combinations but without available quantities for sale] => List of products with combinations but without available quantities for sale [List of products without combinations and without available quantities for sale] => List of products without combinations and without available quantities for sale [List of products without description and summary] => List of products without description and summary [List of products without images] => List of products without images [List of products without price] => List of products without price [%product_name%: %combination_details%] => %product_name%: %combination_details% [Cover image] => Cover image [%price% (tax incl.)] => %price% (tax incl.) [%price% (tax excl.)] => %price% (tax excl.) [Add new root category] => Add new root category [Add new category] => Add new category [Low stock alert] => Low stock alert [Combination name] => Combination name [Physical quantity] => Physical quantity [Reserved quantity] => Reserved quantity [Category name] => Category name [Parent of the category] => Parent of the category [Please select a file] => Please select a file [ISBN code] => ISBN code [Min. quantity for sale] => Min. quantity for sale [Select images of this combination:] => Select images of this combination: [Final price] => Final price [Impact on price per unit (tax excl.)] => Impact on price per unit (tax excl.) [Set as default combination] => Set as default combination [Impact on price (tax incl.)] => Impact on price (tax incl.) [Ecotax (tax incl.)] => Ecotax (tax incl.) [Send me an email when the quantity is below or equals this level] => Send me an email when the quantity is below or equals this level [Stock location] => Stock location [Availability date] => Availability date [Cost Price] => Cost Price [Minimum quantity] => Minimum quantity [Add products to your pack] => Add products to your pack [Choose a brand] => Choose a brand [Pre-tax retail price] => Pre-tax retail price [Retail price with tax] => Retail price with tax [Add a new category] => Add a new category [Accessories] => Accessories [Invalid characters are: %invalidCharacters%] => Invalid characters are: %invalidCharacters% [Default category] => Default category [This field contains invalid characters: %invalidCharacters%] => This field contains invalid characters: %invalidCharacters% [UPC barcode] => UPC barcode [EAN-13 or JAN barcode] => EAN-13 or JAN barcode [Display options] => Display options [Default suppliers] => Default suppliers [Attachments for this product:] => Attachments for this product: [ISBN] => ISBN [Display condition on product page] => Display condition on product page [Available for order] => Available for order [Show price] => Show price [Web only (not sold in your retail store)] => Web only (not sold in your retail store) [No tax] => No tax [Apply to all products] => Apply to all products [Display the "On sale!" flag on the product page, and on product listings.] => Display the "On sale!" flag on the product page, and on product listings. [Retail price (tax excl.)] => Retail price (tax excl.) [Retail price (tax incl.)] => Retail price (tax incl.) [Retail price per unit (tax excl.)] => Retail price per unit (tax excl.) [Create combinations] => Create combinations [I want to use the advanced stock management system for this product.] => I want to use the advanced stock management system for this product. [The available quantities for the current product and its combinations are based on the stock in your warehouse (using the advanced stock management system). ] => The available quantities for the current product and its combinations are based on the stock in your warehouse (using the advanced stock management system). [I want to specify available quantities manually.] => I want to specify available quantities manually. [Label when out of stock (and backorders allowed)] => Label when out of stock (and backorders allowed) [When out of stock] => When out of stock [Minimum quantity for sale] => Minimum quantity for sale [Add downloadable file] => Add downloadable file [Pack stock behavior] => Pack stock behavior [No redirection (404)] => No redirection (404) [No redirection (410)] => No redirection (410) [Target] => Target [Meta title] => Meta title [Meta description] => Meta description [Target product] => Target product [Target category] => Target category [Redirection when offline] => Redirection when offline [Permanent redirection to a category (301)] => Permanent redirection to a category (301) [Temporary redirection to a category (302)] => Temporary redirection to a category (302) [Permanent redirection to a product (301)] => Permanent redirection to a product (301) [Temporary redirection to a product (302)] => Temporary redirection to a product (302) [Default behavior from configuration] => Default behavior from configuration [No redirection (200), display product] => No redirection (200), display product [No redirection (404), display product] => No redirection (404), display product [No redirection (410), display product] => No redirection (410), display product [No redirection (404), display error page] => No redirection (404), display error page [No redirection (410), display error page] => No redirection (410), display error page [Friendly URL] => Friendly URL [Specific delivery time to this product] => Specific delivery time to this product [Default delivery time] => Default delivery time [Delivered within 3-4 days] => Delivered within 3-4 days [Delivery time of out-of-stock products with allowed orders:] => Delivery time of out-of-stock products with allowed orders: [Delivered within 5-7 days] => Delivered within 5-7 days [Width] => Width [Height] => Height [Depth] => Depth [Weight] => Weight [Delivery time] => Delivery time [Shipping fees] => Shipping fees [Available carriers] => Available carriers [Add customer] => Add customer [Apply to all combinations] => Apply to all combinations [Available from] => Available from [Starting at] => Starting at [Unit(s)] => Unit(s) [Product price (tax excl.)] => Product price (tax excl.) [Reduction tax] => Reduction tax [Number of days] => Number of days [Stored] => Stored [Location (optional)] => Location (optional) [Add categories] => Add categories [Minimum order quantity] => Minimum order quantity [Edit fixed quantity] => Edit fixed quantity [You can bulk edit the selected combinations by enabling and filling each field that needs to be updated.] => You can bulk edit the selected combinations by enabling and filling each field that needs to be updated. [Edit combination: ] => Edit combination: [You can specify which images should be displayed when customer selects this combination. If you don't select any image, all will be displayed. The default image of the combination will be the first one selected from the list.] => You can specify which images should be displayed when customer selects this combination. If you don't select any image, all will be displayed. The default image of the combination will be the first one selected from the list. [Manage product combinations] => Manage product combinations [Final retail price (tax excl.)] => Final retail price (tax excl.) [Final retail price (tax incl.)] => Final retail price (tax incl.) [Impact on price per unit (tax incl.)] => Impact on price per unit (tax incl.) [Related products] => Related products [Description] => Description [No brand] => No brand [Details] => Details [Choose a value] => Choose a value [Pre-defined value] => Pre-defined value [OR Customized value] => OR Customized value [Choose a feature] => Choose a feature [Choose a value or provide a customized one] => Choose a value or provide a customized one [References] => References [Custom value] => Custom value [New product] => New product [Caption] => Caption [[1]%filesNb%[/1] selected file(s)] => [1]%filesNb%[/1] selected file(s) [Use as cover image] => Use as cover image [Manage images] => Manage images [Product has no images.] => Product has no images. [Image] => Image [Images will be deleted.] => Images will be deleted. [[1]{filesNb}[/1] selected file(s)] => [1]{filesNb}[/1] selected file(s) [Image is not associated to this store] => Image is not associated to this store [Options] => Options [No files attached] => No files attached [[1]Manage all files[/1]] => [1]Manage all files[/1] [[1]Manage catalog price rules[/1]] => [1]Manage catalog price rules[/1] [%price% tax excl.] => %price% tax excl. [%price% tax incl.] => %price% tax incl. [%price% %unity%] => %price% %unity% [%price% margin] => %price% margin [%margin_rate%% margin rate] => %margin_rate%% margin rate [%price% cost price] => %price% cost price [Show catalog price rules] => Show catalog price rules [Hide catalog price rules] => Hide catalog price rules [Set a specific order for this product] => Set a specific order for this product [Use default order: [1]{priority_list}[/1]] => Use default order: [1]{priority_list}[/1] [Ecotax rate %rate%%] => Ecotax rate %rate%% [Ecotax (tax excl.)] => Ecotax (tax excl.) [Tax feature is disabled, it will not affect price tax included.] => Tax feature is disabled, it will not affect price tax included. [[1]Manage tax rules[/1]] => [1]Manage tax rules[/1] [Tax %1$s : %2$s%%] => Tax %1$s : %2$s%% [Tax %1$s-%3$s: %2$s%%] => Tax %1$s-%3$s: %2$s%% [Apply a discount to the initial price] => Apply a discount to the initial price [Set specific price] => Set specific price [At least one of the following must be activated] => At least one of the following must be activated [Apply a discount to the initial price or set a specific price.] => Apply a discount to the initial price or set a specific price. [For customers meeting the conditions, the initial price will be crossed out and the discount will be highlighted.] => For customers meeting the conditions, the initial price will be crossed out and the discount will be highlighted. [Minimum number of units purchased] => Minimum number of units purchased [Duration] => Duration [Retail price per unit (tax incl.)] => Retail price per unit (tax incl.) [Unit] => Unit [Display retail price per unit] => Display retail price per unit [Enter the keywords that customers might search for when looking for this product.] => Enter the keywords that customers might search for when looking for this product. [[1]Manage all tags[/1]] => [1]Manage all tags[/1] [Search engine optimization] => Search engine optimization [Recent stock movements] => Recent stock movements [[1]View all stock movements[/1]] => [1]View all stock movements[/1] [Edit quantity] => Edit quantity [Sold products] => Sold products [Shipped products] => Shipped products [Returned products] => Returned products [Enter threshold value] => Enter threshold value [Pack quantities] => Pack quantities [Pack] => Pack [Add new file] => Add new file [Upload files here] => Upload files here [Make some files available to your customers and facilitate their purchasing environment by adding them just here! It can be instruction manuals, technical works or anything you want to attach to a product.] => Make some files available to your customers and facilitate their purchasing environment by adding them just here! It can be instruction manuals, technical works or anything you want to attach to a product. [Manage your credit slips] => Manage your credit slips [When a customer returns a product, a credit slip must be created in his favor. Generate vouchers and have a look at their follow-up.] => When a customer returns a product, a credit slip must be created in his favor. Generate vouchers and have a look at their follow-up. [Manage your products] => Manage your products [Create new product] => Create new product [Import a list of products.] => Import a list of products [Keep in touch with your suppliers] => Keep in touch with your suppliers [Having suppliers is optional if brands supply you directly. Make sure you don't confuse product suppliers and product brands to facilitate stock management.] => Having suppliers is optional if brands supply you directly. Make sure you don't confuse product suppliers and product brands to facilitate stock management. [Add new supplier] => Add new supplier [Viewing %from%-%to% on %total% (page %current_page% / %page_count%)] => Viewing %from%-%to% out of %total% (page %current_page% / %page_count%) [Items per page:] => Items per page: [Enter page number and press enter] => Enter page number and press enter [Not available yet] => Not available yet [Not available yet.] => Not available yet. [Edit: %value%] => Edit: %value% [Category] => Category [Price (tax incl.)] => Price (tax incl.) [Price (tax excl.)] => Price (tax excl.) [Quantity] => Quantity [These products will be deleted for good. Please confirm.] => These products will be deleted for good. Please confirm. [Delete products?] => Delete products? [[1]Add your first product[/1][2]or import a list of products (filetypes: .csv, .xls, .xlsx, .xlst, .ods, .ots).[/2]] => [1]Add your first product[/1][2]or import a list of products (filetypes: .csv, .xls, .xlsx, .xlst, .ods, .ots).[/2] [Go to catalog] => Go to catalog [Add new product] => Add new product [Product list] => Product list [SEO] => SEO [Modules] => Modules [Pricing] => Pricing [Basic settings] => Basic settings [Shipping] => Shipping [Categories] => Categories [Create a new category] => Create a new category [New category name] => New category name [Create a category] => Create a category [Associated categories] => Associated categories [Ecotax] => Ecotax [Specific references] => Specific references [Prev. combination] => Prev. combination [Back to product] => Back to product [Combination details] => Combination details [Price and impact] => Price and impact [Final retail price (tax excl.) will be] => Final retail price (tax excl.) will be [Final retail price (tax incl.) will be] => Final retail price (tax incl.) will be [Does this combination have a different price per unit?] => Does this combination have a different price per unit? [Images] => Images [Next combination] => Next combination [Stock] => Stock [Impact on price (tax excl.)] => Impact on price (tax excl.) [Final price (tax excl.)] => Final price (tax excl.) [Manage your product combinations] => Manage your product combinations [Bulk actions ([1]/[2] combination(s) selected)] => Bulk actions ([1]/[2] combination(s) selected) [Default combination] => Default combination [Availability preferences] => Availability preferences [Behavior when out of stock] => Behavior when out of stock [Stock management is disabled] => Stock management is disabled [Combinations] => Combinations [You can increase or decrease low stock levels in bulk. You cannot disable them in bulk: you have to do it on a per-combination basis.] => You can increase or decrease low stock levels in bulk. You cannot disable them in bulk: you have to do it on a per-combination basis. [The email will be sent to all the users who have the right to run the stock page. To modify the permissions, go to Advanced Parameters > Team] => The email will be sent to all the users who have the right to run the stock page. To modify the permissions, go to Advanced Parameters > Team [Delete combinations] => Delete combinations [Edit a specific price] => Edit a specific price [Brand] => Brand [Add a brand] => Add a brand [Related product] => Related product [Add a related product] => Add a related product [Here is a preview of your search engine result, play with it!] => Here is a preview of your search engine result, play with it! [Improve your ranking and how your product page will appear in search engines results.] => Improve your ranking and how your product page will appear in search engines results. [Redirection page] => Redirection page [Reset URL] => Reset URL [Search Engine Optimization] => Search Engine Optimization [Additional shipping costs] => Additional shipping costs [Package dimension] => Package dimension [Adjust your shipping costs by filling in the product dimensions.] => Charge additional shipping costs based on packet dimensions covered here. [Leave empty to disable.] => Leave empty to disable. [Impact on price] => Impact on price [Specific price conditions] => Specific price conditions [Apply a discount of] => Apply a discount of [Choose the suppliers associated with this product] => Choose the suppliers associated with this product [Default supplier] => Default supplier [Cost price (tax excl.)] => Cost price (tax excl.) [Supplier reference(s)] => Supplier reference(s) [Supplier reference] => Supplier reference [Product location in warehouses] => Product location in warehouses [Please choose the warehouses associated with this product.] => Please choose the warehouses associated with this product. [Summary] => Summary [Add a feature] => Add a feature [Tax rule] => Tax rule [Tax excluded] => Tax excluded [Tax included] => Tax included [Reference] => Reference [Product with combinations] => Product with combinations [View all images] => View all images [View less] => View less [Simple product] => Simple product [Features] => Features [Visibility] => Visibility [Where do you want your product to appear?] => Where do you want your product to appear? [Attached files] => Attached files [Add a customization field] => Add a customization field [Customers can personalize the product by entering some text or by providing custom image files.] => Customers can personalize the product by entering some text or by providing custom image files. [Tags] => Tags [Condition & References] => Condition & References [Select the files (instructions, documentation, recipes, etc.) your customers can directly download on this product page.] => Select the files (instructions, documentation, recipes, etc.) your customers can directly download on this product page. [Need to browse all files? Go to [1]Catalog > Files[/1]] => Need to browse all files? Go to [1]Catalog > Files[/1] [Attach a new file] => Attach a new file [Cost price] => Cost price [Retail price] => Retail price [Specific prices] => Specific prices [Priority management] => Priority management [Add a specific price] => Add a specific price [Manage tax rules] => Manage tax rules [Final retail price: [1][2][/2] tax incl.[/1] / [3][/3] tax excl.] => Final retail price: [1][2][/2] tax incl.[/1] / [3][/3] tax excl. [Rule] => Rule [Fixed price] => Fixed price [Impact] => Impact [From] => From [Priorities] => Priorities [Combination] => Combination [Quantities] => Quantities [Cover] => Cover [Drop images here] => Drop images here [or select files] => or select files [Recommended size 800 x 800px for default theme.] => Recommended size 800 x 800px for default theme. [JPG, GIF or PNG format.] => JPG, GIF or PNG format. [Virtual product] => Virtual product [These modules are relative to the product page of your shop.] => These modules are relative to the product page of your shop. [tax excl.] => tax excl. [JPG, GIF, PNG or WebP format.] => JPG, GIF, PNG or WebP format. [tax incl.] => tax incl. [Module to configure] => Module to configure [Choose a module to configure] => Choose module related options [To manage all your modules go to the [1]Installed module page[/1]] => To manage all your modules go to the [1]Installed module page[/1] [These modules are relative to the product page of your store.] => These modules are relative to the product page of your store. [Zoom] => Zoom [Add new value] => Add new value [Create attributes] => Create attributes [Color, dimension, size, disk space... think about attributes as properties that change from one product to another. As a consequence, attributes allow you to build product combinations.] => Color, dimension, size, disk space... think about attributes as properties that change from one product to another. As a consequence, attributes allow you to build product combinations. [Add new attribute] => Add new attribute [From quantity] => From quantity [Reduction] => Reduction [Catalog price rules] => Catalog price rules [Add new catalog price rule] => Add new catalog price rule [Parent category] => Parent category [Additional description] => Additional description [Category cover image] => Category cover image [Category thumbnail] => Category thumbnail [Menu thumbnails] => Menu thumbnails [Group access] => Group access [%group_name% - All people without a valid customer account.] => %group_name% - All people without a valid customer account. [%group_name% - Customer who placed an order with the guest checkout.] => %group_name% - Customer who placed an order with the guest checkout. [%group_name% - All people who have created an account on this site.] => %group_name% - All people who have created an account on this site. [Set categories] => Set categories [Categories are essential, as they enable you to group equivalent products. This helps customers find their way through the variety of your catalog.] => Categories are essential, as they enable you to group equivalent products. This helps customers find their way through the variety of your catalog. [Feature] => Feature [Add a new feature] => Add a new feature [Addresses] => Addresses [Ref:] => Ref.: [EAN13:] => EAN13: [UPC:] => UPC: [MPN:] => MPN: [Qty:] => Qty: [EAN-13:] => EAN-13: [Available quantity] => Available quantity [Attribute name] => Attribute name [UPC] => UPC [EAN-13] => EAN-13 [Brands] => Brands [Add new brand] => Add new brand [Add new brand address] => Add new brand address [Focus on your catalog] => Focus on your catalog [Empty categories, disabled products, items that lack image or price... check the monitoring section to optimize your products management and make sure you forgot nothing.] => Empty categories, disabled products, items that lack image or price... check the monitoring section to optimize your products management and make sure you forgot nothing. [tax incl. (tax rule: %taxRate%%)] => tax incl. (tax rule: %taxRate%%) [out of stock] => out of stock [low stock] => low stock [in stock] => in stock [Editing %total% combinations] => Editing %total% combinations [Editing %done%/%total% combinations] => Editing %done%/%total% combinations [Generate product combinations] => Generate product combinations [Combinations are the different variations of a product, with attributes like its size, weight or color taking different values.] => Combinations are the different variations of a product, with attributes like its size, weight, or color taking different values. [Loading combinations] => Loading combinations [Edition mode] => Edition mode [Save list] => Save list [Generate combinations] => Generate combinations [Error log] => Error log [Close] => Close [Stop processing] => Stop processing [%error_count% errors occurred. You can download the logs for future reference.] => %error_count% errors occurred. You can download the logs for future reference. [Back to processing] => Back to processing [Download error log] => Download error log [View %error_count% error logs] => View %error_count% error logs [Edit %combinations_number% combinations] => Edit %combinations_number% combinations [Apply to %combinations_number% combinations] => Apply to %combinations_number% combinations [Delete %combinations_number% combinations] => Delete %combinations_number% combinations [Deleting %total% combinations] => Deleting %total% combinations [Deleting %done%/%total% combinations] => Deleting %done%/%total% combinations [Previous combination] => Previous combination [Edited combinations (%editedNb%)] => Edited combinations (%editedNb%) [Here, you can have a look at the combinations you have edited. The list will reset when you close the editing window.] => Here, you can have a look at the combinations you have edited. The list will reset when you close the editing window. [Delete %combinations_number% combinations from store "%store_name%"] => Delete %combinations_number% combinations from store "%store_name%" [Delete %combinations_number% combinations from all stores] => Delete %combinations_number% combinations from all stores [Edited combinations ({editedNb})] => Edited combinations ({editedNb}) [Open history] => Open history [Close history] => Close history [Loading catalog price rules] => Loading catalog price rules [Discount] => Discount [Open combinations generator] => Open combinations generator [Successfully generated %combinationsNb% combinations.] => Successfully generated %combinationsNb% combinations. [Generate combinations|Generate combination|Generate %combinationsNb% combinations] => Generate combinations|Generate combination|Generate %combinationsNb% combinations [Search for attributes...] => Search for attributes... [Successfully generated {combinationsNb} combinations.] => Successfully generated {combinationsNb} combinations. [Generate combinations|Generate combination|Generate {combinationsNb} combinations] => Generate combinations|Generate combination|Generate {combinationsNb} combinations [Select all values ({valuesNb})] => Select all values ({valuesNb}) [Generate URL from name] => Generate URL from name [Loading specific prices] => Loading specific prices [Specific price (tax excl.)] => Specific price (tax excl.) [Discount (tax incl.)] => Discount (tax incl.) [Units] => Units [EAN13] => EAN13 [Wholesale price] => Wholesale price [Customization] => Customization [Price per unit] => Base price [Add new cart rule] => Add new cart rule [Expiration date] => Expiration date [Product deleted] => Product deleted [[1][/1] of [2][/2] characters allowed] => [1][/1] of [2][/2] characters allowed [Type] => Type [Main category] => Main category [[1][/1] of [2][/2] characters used (recommended)] => [1][/1] of [2][/2] characters used (recommended) [List of products for this pack] => List of products for this pack [Use checkboxes to bulk edit quantities] => Use checkboxes to bulk edit quantities [Advanced filters] => Advanced filters [Apply advanced filters] => Apply advanced filters [Apply new quantity] => Apply new quantity [Display products below low stock level first] => Display products below low stock level first [Filter by movement type] => Filter by movement type [Filter by employee] => Filter by employee [Filter by period] => Filter by period [Search a category] => Search a category [Search a supplier] => Search a supplier [Filter by status] => Filter by status [All] => All [Filter by supplier] => Filter by supplier [Stock management] => Stock management [Movements] => Movements [Search products (search by name, reference, supplier)] => Search products (search by name, reference, supplier) [This product is below the low stock level you have defined.] => This product is below the low stock level you have defined. [Low stock level:] => Low stock level: [Low stock alert:] => Low stock alert: [Bulk edit quantity] => Bulk edit quantity [Combination's ID] => Combination's ID [Date & Time] => Date & Time [Go to the import system] => Go to the import system [Export data into CSV] => Export data into CSV [Physical] => Physical [Reserved] => Reserved ) [AdminShopparametersNotification] => Array ( [Caution: The discount applied to a category does not stack with the overall reduction but instead replaces it.] => Caution: The discount applied to a category does not stack with the overall reduction but instead replaces it. [Only products that have this category as the default category will be affected.] => Only products that have this category as the default category will be affected. [You cannot delete this shop (customer and/or order dependency)] => You cannot delete this shop (customer and/or order dependency) [Click here to set a URL for this shop.] => Click here to set a URL for this shop. [Width and height must be numeric values.] => Width and height must be numeric values. [The discount value is incorrect (must be a percentage).] => The discount value is incorrect (must be a percentage). [Wrong category ID.] => Wrong category ID. [The discount value is incorrect.] => The discount value is incorrect. [You cannot save group reductions.] => You cannot save group reductions. [An error occurred while updating this group.] => An error occurred while updating this group. [Aliases and results are both required.] => Aliases and results are both required. [Is not a valid result] => Is not a valid result [Is not a valid alias] => Is not a valid alias [This is not a valid IP address:] => This is not a valid IP address: [You cannot delete this shop (customer and/or order dependency).] => You cannot delete this shop (customer and/or order dependency). [Please create some sub-categories for this root category.] => Please create some sub-categories for this root category. [You need to select at least the root category.] => You need to select at least the root category. [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.] => Warning: You won't be able to change the group of this store if it belongs to a group with one of these options activated: Share Customers, Share Quantities or Share Orders. [You can only move your shop to a shop group with all "share" options disabled -- or to a shop group with no customers/orders.] => You can only move your store to a store group with all "share" options disabled -- or to a store group with no customers/orders. [For security reasons, you cannot delete default order statuses.] => For security reasons, you cannot delete default order statuses. [An address located in a country containing states must have a state selected.] => An address located in a country containing states must have a state selected. [Latitude and longitude are required.] => Latitude and longitude are required. [The specified state is not located in this country.] => The specified state is not located in this country. [Before being able to use this tool, you need to:] => Before being able to use this tool, you need to: [Create a blank .htaccess in your root directory.] => Create a blank .htaccess in your root directory. [Give it write permissions (CHMOD 666 on Unix system).] => Give it write permissions (CHMOD 666 on Unix system). [The Base URI is not valid.] => The Base URI is not valid. [An order status with the same name already exists: %s] => An order status with the same name already exists: %s [You must define an SMTP server and an SMTP port. If you do not know it, use the PHP mail() function instead.] => You must define an SMTP server and an SMTP port. If you do not know it, use the PHP mail() function instead. [Assign a valid page if you want it to be read.] => Assign a valid page if you want it to be read. [Your robots.txt file MUST be in your website's root directory and nowhere else (e.g. http://www.example.com/robots.txt).] => Your robots.txt file MUST be in your website's root directory and nowhere else (e.g. http://www.example.com/robots.txt). [Generate your "robots.txt" file by clicking on the following button (this will erase the old robots.txt file)] => Generate your "robots.txt" file by clicking on the following button (this will erase the old robots.txt file) [Before you can use this tool, you need to:] => Before you can use this tool, you need to: [1) Create a blank robots.txt file in your root directory.] => 1) Create a blank robots.txt file in your root directory. [2) Give it write permissions (CHMOD 666 on Unix system).] => 2) Give it write permissions (CHMOD 666 on Unix system). [The multistore option is enabled. If you want to change the URL of your shop, you must go to the "Multistore" page under the "Advanced Parameters" menu.] => The multistore option is enabled. If you want to change the URL of your shop, you must go to the "Multistore" page under the "Advanced Parameters" menu. [Here you can set the URL for your shop. If you migrate your shop to a new URL, remember to change the values below.] => Here you can set the URL for your shop. If you migrate your shop to a new URL, remember to change the values below. [This section enables you to change the default pattern of your links. In order to use this functionality, PrestaShop's "Friendly URL" option must be enabled, and Apache's URL rewriting module (mod_rewrite) must be activated on your web server.] => This section enables you to change the default pattern of your links. In order to use this functionality, PrestaShop's "Friendly URL" option must be enabled, and Apache's URL rewriting module (mod_rewrite) must be activated on your web server. [There are several available keywords for each route listed below; note that keywords with * are required!] => There are several available keywords for each route listed below; note that keywords with * are required! [To add a keyword in your URL, use the {keyword} syntax. If the keyword is not empty, you can add text before or after the keyword with syntax {prepend:keyword:append}. For example {-hey-:meta_title} will add "-hey-my-title" in the URL if the meta title is set.] => To add a keyword in your URL, use the {keyword} syntax. If the keyword is not empty, you can add text before or after the keyword with syntax {prepend:keyword:append}. For example {-hey-:meta_title} will add "-hey-my-title" in the URL if the meta title is set. [Before making any changes to the default pattern of your URLs, make sure to meet the following requirements:] => Before making any changes to the default pattern of your URLs, make sure to meet the following requirements: [The Friendly URL feature must be enabled] => The Friendly URL feature must be enabled [URL rewriting must be activated on your web server] => URL rewriting must be activated on your web server [All mandatory keywords (*) must be included in the route] => All mandatory keywords (*) must be included in the route [You should also comply with the syntax:] => You should also comply with the syntax: [Keywords must be in braces {keyword}] => Keywords must be in braces {keyword} [All keywords must be separated] => All keywords must be separated [As long as a keyword has an associated value, you can use the syntax {prepend:keyword:append} to add text before and after it] => As long as a keyword has an associated value, you can use the syntax {prepend:keyword:append} to add text before and after it. [As long as a keyword has an associated value, you can use the syntax {prepend:keyword:append} to add text before and after it.] => As long as a keyword has an associated value, you can use the syntax {prepend:keyword:append} to add text before and after it. [You can only display the page list in a shop context.] => You can only display the page list in a shop context. ) [ModulesDataprivacyAdmin] => Array ( [Customer data privacy block] => Customer data privacy block [Reassure your customers, display a short notice to let them know you care about privacy.] => Reassure your customers, display a short notice to let them know you care about privacy. [Customer data privacy message for customer form:] => Customer data privacy message for customer form: [The customer data privacy message will be displayed in the customer form] => The customer data privacy message will be displayed in the customer form [Tip: If the customer privacy message is too long to be written directly in the form, you can add a link to one of your pages. This can easily be created via the "Pages" page under the "Design" menu.] => Tip: If the customer privacy message is too long to be written directly in the form, you can add a link to one of your pages. This can easily be created via the "Pages" page under the "Design" menu. [The personal data you provide is used to answer queries, process orders or allow access to specific information. You have the right to modify and delete all the personal information found in the "My Account" page.] => The personal data you provide is used to answer queries, process orders or allow access to specific information. You have the right to modify and delete all the personal information found in the "My Account" page. ) [AdminModulesFeature] => Array ( [RTL Module] => RTL Module [Manage hooks] => Manage hooks [Toggle dropdown] => Toggle dropdown [Administration] => Administration [Advertising & Marketing] => Advertising & Marketing [Analytics & Stats] => Analytics & Stats [Taxes & Invoicing] => Taxes & Invoicing [Checkout] => Checkout [Content Management] => Content Management [Customer Reviews] => Customer Reviews [Front office Features] => Front office Features [Internationalization & Localization] => Internationalization & Localization [Merchandising] => Merchandising [Migration Tools] => Migration Tools [Payments & Gateways] => Payments & Gateways [Site certification & Fraud prevention] => Site certification & Fraud prevention [Pricing & Promotion] => Pricing & Promotion [Quick / Bulk update] => Quick / Bulk update [Shipping & Logistics] => Shipping & Logistics [Slideshows] => Slideshows [Comparison site & Feed management] => Comparison site & Feed management [Marketplace] => Marketplace [Other Modules] => Other Modules [Emailing & SMS] => Emailing & SMS [Social Networks] => Social Networks [Social & Community] => Social & Community [Enable Mobile] => Enable Mobile [Disable Mobile] => Disable Mobile [Module manager] => Module manager [Delete] => Delete [Module notifications] => Module notifications [Discover] => Discover [Free] => Free [v%version% - by %author%] => v%version% - by %author% [Service by %author%] => Service by %author% [Upgrade available] => Upgrade available [PrestaShop Addons Marketplace] => PrestaShop Addons Marketplace [Exit to PrestaShop Addons Marketplace] => Exit to PrestaShop Addons Marketplace [See all results for your search on] => See all results for your search on [Recently used] => Recently used [All categories] => All categories [Installed modules] => Installed modules [Disabled modules] => Disabled modules [Show all modules] => Show all modules [Enabled modules] => Enabled modules [Uninstalled modules] => Uninstalled modules [You do not have module in « %categoryName% ».] => You do not have module in « %categoryName% ». [Recently Used] => Recently Used [Disable module?] => Disable module? [Uninstall module?] => Uninstall module? [Reset module?] => Reset module? [Yes, disable it] => Yes, disable it [Yes, uninstall it] => Yes, uninstall it [Yes, reset it] => Yes, reset it [Optional: delete module folder after uninstall.] => Optional: delete module folder after uninstall. [Bulk action confirmation] => Bulk action confirmation [Yes, I want to do it] => Yes, I want to do it [Upload a module] => Upload a module [Drop your module archive here or [1]select file[/1]] => Drop your module archive here or [1]select file[/1] [v%version% by %author%] => v%version% by %author% [Overview] => Overview [Additional information] => Additional information [Benefits] => Benefits [Features] => Features [Demo video] => Demo video [Changelog] => Changelog [Multistore compatibility:] => Multistore compatibility: [This module is compatible with the multistore feature. It can be either:] => This module is compatible with the multistore feature. It can be either: [configured differently from one store to another;] => configured differently from one store to another; [configured quickly in the same way on all stores thanks to the all shops context or to the group of shops;] => configured quickly in the same way on all stores thanks to the all shops context or to the group of shops; [or even activated for one store and deactivated for another.] => or even activated for one store and deactivated for another. [This module is partially compatible with the multistore feature. Some of its options might not be available.] => This module is partially compatible with the multistore feature. Some of its options might not be available. [This module is not compatible with the multistore feature because it would not be useful.] => This module is not compatible with the multistore feature because it would not be useful. [This module is not compatible with the multistore feature. It means that its configuration applies to all stores.] => This module is not compatible with the multistore feature. It means that its configuration applies to all stores. [%nbModules% modules and services selected for you] => %nbModules% modules and services selected for you [Selection] => Selection [Increasing Price] => Increasing price [Decreasing Price] => Decreasing price [Popularity] => Popularity [%nbModules% modules to configure] => %nbModules% modules to configure [Modules to configure] => Modules to configure [%nbModules% modules to update] => %nbModules% modules to update [Modules to update] => Modules to update [Upgrade All] => Upgrade All ) [AdminNavigationHeader] => Array ( [Orders] => Orders [View my shop] => View my store [A new order has been placed on your shop.] => A new order has been placed on your shop. [A new customer registered on your shop.] => A new customer registered on your shop. [A new message was posted on your shop.] => A new message was posted on your shop. [PrestaShop logo] => PrestaShop logo [Remove from QuickAccess] => Remove from QuickAccess [Add current page to QuickAccess] => Add current page to QuickAccess [Manage quick accesses] => Manage quick accesses [Product name, SKU, reference...] => Product name, SKU, reference... [Email, name...] => Email, name... [Customers by name] => Customers by name [Customers by IP address] => Customers by IP address [Invoice Number] => Invoice Number [Welcome back %name%] => Welcome back %name% [Your profile] => Your profile [Sign out] => Sign out [Quick Access] => Quick Access [Please name this shortcut:] => Please name this shortcut: [Remove from Quick Access] => Remove from Quick Acess [Manage your quick accesses] => Manage your quick accesses [Customers] => Customers [Everywhere] => Everywhere [What are you looking for?] => What are you looking for? [Order ID] => Order ID [Cart ID] => Cart ID [Module name] => Module name [Search (e.g.: product reference, customer name…)] => Search (e.g.: product reference, customer name…) [Searchbar] => Searchbar [Product name, reference, etc.] => Product name, reference, etc. [Name] => Name [by name] => by name [123.45.67.89] => 123.45.67.89 [by IP address] => by IP address [Invoice number] => Invoice number [SEARCH] => SEARCH [View my store] => View my store [Order number:] => Order number: [Read this message] => Read this message [A new order has been placed on your store.] => A new order has been placed on your store. [A new customer registered on your store.] => A new customer registered on your store. [A new message was posted on your store.] => A new message was posted on your store. [Customer name:] => Customer name: [Debug mode] => Debug mode [Maintenance mode] => Maintenance mode [Home] => Home [My Shop] => My Shop [New category] => New category [New product] => New product [New voucher] => New voucher [Installed modules] => Installed modules [Catalog evaluation] => Catalog evaluation [Link] => Link [Quick Access menu] => Quick Access menu [If it's a URL that comes from your back office, you MUST remove the security token.] => If it's a URL that comes from your back office, you MUST remove the security token. [Open in new window] => Open in new window [Add new quick access] => Add new quick access [New customers] => New customers [New window] => New window [Customize your multistore header, [1]pick a color[/1] for this store context.] => Customize your multistore header, [1]pick a color[/1] for this store context. [To apply specific settings to a store or a group of stores, select the parameter to modify, make your changes and save.] => To apply specific settings to a store or a group of stores, select the parameter to modify, make your changes and save. [Select stores] => Select stores ) [ShopThemeCatalog] => Array ( [Unit discount] => Unit discount [Items] => Items [Item] => Item [Categories] => Categories [Pages] => Pages [Price drop] => Price drop [Best sellers] => Best sellers [Category: %category_name%] => Category: %category_name% [List of all brands] => List of all brands [%number% products] => %number% products [%number% product] => %number% product [Prices drop] => Prices drop [Search results] => Search results [List of products by supplier %supplier_name%] => List of products by supplier %supplier_name% [List of all suppliers] => List of all suppliers [Quantity] => Quantity [Reference, A to Z] => Reference, A to Z [Reference, Z to A] => Reference, Z to A [Sales, highest to lowest] => Sales, highest to lowest [Date added, newest to oldest] => Date added, newest to oldest [Date added, oldest to newest] => Date added, oldest to newest [Name, A to Z] => Name, A to Z [Name, Z to A] => Name, Z to A [Price, low to high] => Price, low to high [Price, high to low] => Price, high to low [Relevance] => Relevance [%1$s:] => %1$s: [Search our catalog] => Search our catalog [Search] => Search [New] => New [Used] => Used [Refurbished] => Refurbished [Online only] => Online only [On sale!] => On sale! [Reduced price] => Reduced price [Pack] => Pack [Product available with different options] => Product available with different options [Last items in stock] => Last items in stock [ean13] => EAN13 [isbn] => ISBN [upc] => UPC [MPN] => MPN [Best Sellers] => Best Sellers [All best sellers] => All best sellers [All brands] => All brands [brands] => brands [No brand] => No brand [Brands] => Brands [%s other product in the same category:] => %s other product in the same category: [%s other products in the same category:] => %s other products in the same category: [Customers who bought this product also bought:] => Customers who bought this product also bought: [My alerts] => My alerts [Popular Products] => Popular Products [All products] => All products [New products] => New products [All new products] => All new products [1 person is currently watching this product.] => 1 person is currently watching this product. [%nb_people% people are currently watching this product.] => %nb_people% people are currently watching this product. [Last time this product was bought: %date_last_order%] => Last time this product was bought: %date_last_order% [Last time this product was added to a cart: %date_last_cart%] => Last time this product was added to a cart: %date_last_cart% [No RSS feed added] => No RSS feed added [On sale] => On sale [All sale products] => All sale products [All suppliers] => All suppliers [No supplier] => No supplier [Suppliers] => Suppliers [Viewed products] => Viewed products [Regular price] => Regular price [Price] => Price [Your customization:] => Your customization: [Product customization] => Product customization [Brand] => Brand [In stock] => In stock [Availability date:] => Availability date: [Data sheet] => Data sheet [Specific References] => Specific References [Condition] => Condition [Reference] => Reference [Volume discounts] => Volume discounts [You Save] => You Save [Save %percentage%] => Save %percentage% [Save %amount%] => Save %amount% [%price% tax excl.] => %price% tax excl. [Instead of %price%] => Instead of %price% [Including %amount% for ecotax] => Including %amount% for ecotax [(not impacted by the discount)] => (not impacted by the discount) [No tax] => No tax [: ] => : [Showing %from%-%to% of %total% item(s)] => Showing %from%-%to% of %total% item(s) [There are %product_count% products.] => There are %product_count% products. [There is 1 product.] => There is 1 product. [List of products by brand %brand_name%] => List of products by brand %brand_name% [No products available yet] => No products available yet [Stay tuned! More products will be shown here as they are added.] => Stay tuned! More products will be shown here as they are added. [No matches were found for your search] => No matches were found for your search [Please try other keywords to describe what you are looking for.] => Please try other keywords to describe what you are looking for. [List of products by supplier %s] => List of products by supplier %s [This pack contains] => This pack contains [Description] => Description [Product Details] => Product Details [Attachments] => Attachments [You might also like] => You might also like [Unit price] => Unit price [Total price] => Total price [Product] => Product [No products available] => No products available ) [ModulesStatsregistrationsAdmin] => Array ( [Customer accounts] => Customer accounts [Adds a registration progress tab to the Stats dashboard.] => Adds a registration progress tab to the Stats dashboard. [Number of visitors who stopped at the registering step:] => Number of visitors who stopped at the registering step: [Number of visitors who placed an order directly after registration:] => Number of visitors who placed an order directly after registration: [Total customer accounts:] => Total customer accounts: [Number of customer accounts created] => Number of customer accounts created [The total number of accounts created is not in itself important information. However, it is beneficial to analyze the number created over time. This will indicate whether or not things are on the right track.] => The total number of accounts created is not in itself important information. However, it is beneficial to analyze the number created over time. This will indicate whether or not things are on the right track. [How to act on the registrations' evolution?] => How to act on the registrations' evolution? [If you let your shop run without changing anything, the number of customer registrations should stay stable or show a slight decline.] => If you let your shop run without changing anything, the number of customer registrations should stay stable or show a slight decline. [A significant increase or decrease in customer registration shows that there has probably been a change to your shop. With that in mind, we suggest that you identify the cause, correct the issue and get back in the business of making money!] => A significant increase or decrease in customer registration shows that there has probably been a change to your shop. With that in mind, we suggest that you identify the cause, correct the issue and get back in the business of making money! [Here is a summary of what may affect the creation of customer accounts:] => Here is a summary of what may affect the creation of customer accounts: [An advertising campaign can attract an increased number of visitors to your online store. This will likely be followed by an increase in customer accounts and profit margins, which will depend on customer "quality." Well-targeted advertising is typically more effective than large-scale advertising... and it's cheaper too!] => An advertising campaign can attract an increased number of visitors to your online store. This will likely be followed by an increase in customer accounts and profit margins, which will depend on customer "quality." Well-targeted advertising is typically more effective than large-scale advertising... and it's cheaper too! [Specials, sales, promotions and/or contests typically demand a shoppers' attentions. Offering such things will not only keep your business lively, it will also increase traffic, build customer loyalty and genuinely change your current e-commerce philosophy.] => Specials, sales, promotions and/or contests typically demand a shoppers' attentions. Offering such things will not only keep your business lively, it will also increase traffic, build customer loyalty and genuinely change your current e-commerce philosophy. [Design and user-friendliness are more important than ever in the world of online sales. An ill-chosen or hard-to-follow graphical theme can keep shoppers at bay. This means that you should aspire to find the right balance between beauty and functionality for your online store.] => Design and user-friendliness are more important than ever in the world of online sales. An ill-chosen or hard-to-follow graphical theme can keep shoppers at bay. This means that you should aspire to find the right balance between beauty and functionality for your online store. [CSV Export] => CSV Export ) [ModulesStatsdataAdmin] => Array ( [Data mining for statistics] => Data mining for statistics [This module must be enabled if you want to use statistics.] => This module must be enabled if you want to use statistics. [Save page views for each customer] => Save page views for each customer [Storing customer page views uses a lot of CPU resources and database space. Only enable if your server can handle it.] => Storing customer page views uses a lot of CPU resources and database space. Only enable if your server can handle it. [Save global page views] => Save global page views [Global page views uses fewer resources than customer's, but it uses resources nonetheless.] => Global page views uses fewer resources than customer's, but it uses resources nonetheless. [Plugins detection] => Plugins detection [Plugins detection loads an extra 20 kb JavaScript file once for new visitors.] => Plugins detection loads an extra 20 kb JavaScript file once for new visitors. [Collect as much information as possible to enrich your stats and run your business further.] => Collect as much information as possible to enrich your stats and run your business further. ) [ModulesStatssalesAdmin] => Array ( [Sales and orders] => Sales and orders [Enrich your stats, add graphics presenting the evolution of your sales and orders.] => Enrich your stats, add graphics presenting the evolution of your sales and orders. [About order statuses] => About order statuses [In your Back Office, you can modify the following order statuses: Awaiting Check Payment, Payment Accepted, Preparation in Progress, Shipping, Delivered, Canceled, Refund, Payment Error, Out of Stock, and Awaiting Bank Wire Payment.] => In your back office, you can modify the following order statuses: Awaiting Check Payment, Payment Accepted, Preparation in Progress, Shipping, Delivered, Canceled, Refund, Payment Error, Out of Stock, and Awaiting Bank Wire Payment. [These order statuses cannot be removed from the Back Office; however you have the option to add more.] => These order statuses cannot be removed from the back office; however you have the option to add more. [The following graphs represent the evolution of your shop's orders and sales turnover for a selected period.] => The following graphs represent the evolution of your shop's orders and sales turnover for a selected period. [You should often consult this screen, as it allows you to quickly monitor your shop's sustainability. It also allows you to monitor multiple time periods.] => You should often consult this screen, as it allows you to quickly monitor your shop's sustainability. It also allows you to monitor multiple time periods. [Only valid orders are graphically represented.] => Only valid orders are graphically represented. [Orders placed:] => Orders placed: [CSV Export] => CSV Export [Sales:] => Sales: [You can view the distribution of order statuses below.] => You can view the distribution of order statuses below. [No orders for this period.] => No orders for this period. [Orders placed] => Orders placed [Products bought] => Products bought [Products:] => Products: [Sales currency: %s] => Sales currency: %s [Percentage of orders per status.] => Percentage of orders per status. ) [AdminDesignNotification] => Array ( [You can choose to keep your images stored in the previous system. There's nothing wrong with that.] => You can choose to keep your images stored in the previous system. There's nothing wrong with that. [After moving all of your product images, set the "Use the legacy image filesystem" option above to "No" for best performance.] => After moving all of your product images, set the "Use the legacy image filesystem" option above to "No" for best performance. [Be careful! Depending on the options selected, former manually uploaded thumbnails might be erased and replaced by automatically generated thumbnails.] => Be careful! Depending on the options selected, former manually uploaded thumbnails might be erased and replaced by automatically generated thumbnails. [Also, regenerating thumbnails for all existing images can take several minutes, please be patient.] => Also, regenerating thumbnails for all existing images can take several minutes, please be patient. [If you delete this image format, the theme won't be able to use it anymore. This will result in a degraded experience on your front office.] => If you delete this image format, the theme won't be able to use it anymore. This will result in a degraded experience on your front office. [Delete the images linked to this image setting] => Delete the images linked to this image setting [Regenerate thumbnails for the selected images? With the "erase" option enabled, the previously selected thumbnails will be deleted.] => Regenerate thumbnails for the selected images? With the "erase" option enabled, the previously selected thumbnails will be deleted. [Current theme is unavailable. Please check your theme's directory name ("%s") and permissions.] => Current theme is unavailable. Please check your theme's directory name ("%s") and permissions. [Duplicate images were found when moving the product images. This is likely caused by unused demonstration images. Please make sure that the folder %folder% only contains demonstration images, and then delete it.] => Duplicate images were found when moving the product images. This is likely caused by unused demonstration images. Please make sure that the folder %folder% only contains demonstration images, and then delete it. [Incorrect value for the selected JPEG image compression.] => Incorrect value for the selected JPEG image compression. [Incorrect value for the selected PNG image compression.] => Incorrect value for the selected PNG image compression. [Incorrect value for the selected WebP image compression.] => Incorrect value for the selected WebP image compression. [Source file does not exist or is empty (%filepath%)] => Source file does not exist or is empty (%filepath%) [Failed to resize image file (%filepath%)] => Failed to resize image file (%filepath%) [Failed to resize image file to high resolution (%filepath%)] => Failed to resize image file to high resolution (%filepath%) [Original image is corrupt (%filename%) for product ID %id% or bad permission on folder.] => Original image is corrupt (%filename%) for product ID %id% or bad permission on folder. [Original image is missing or empty (%filename%) for product ID %id%] => Original image is missing or empty (%filename%) for product ID %id% [Cannot write images for this type: %1$s. Please check the %2$s folder's writing permissions.] => Cannot write images for this type: %1$s. Please check the %2$s folder's writing permissions. [Only part of the images have been regenerated. The server timed out before finishing.] => Only part of the images have been regenerated. The server timed out before finishing. [Server timed out. The watermark may not have been applied to all images.] => Server timed out. The watermark may not have been applied to all images. [Cannot write "No picture" image to %s images folder. Please check the folder's writing permissions.] => Cannot write "No picture" image to %s images folder. Please check the folder's writing permissions. [Error: Your server configuration is not compatible with the new image system. No images were moved.] => Error: Your server configuration is not compatible with the new image system. No images were moved. [Not all images have been moved. The server timed out before finishing. Click on "%move_images_label%" again to resume the moving process.] => Not all images have been moved. The server timed out before finishing. Click on "%move_images_label%" again to resume the moving process. [Error: Some -- or all -- images cannot be moved.] => Error: Some -- or all -- images cannot be moved. [After modification, do not forget to regenerate thumbnails] => After modification, do not forget to regenerate thumbnails [Make sure the theme you use doesn't rely on this image format before deleting it.] => Make sure the theme you use doesn't rely on this image format before deleting it. [This name already exists.] => This name already exists. [An error occurred. The information "%s" is missing.] => An error occurred. The information "%s" is missing. [An error occurred. The template "%s" is missing.] => An error occurred. The template "%s" is missing. [An error occurred while uploading the favicon: cannot copy file "%s" to folder "%s".] => An error occurred while uploading the favicon: cannot copy file "%s" to folder "%s". [Your theme has been correctly exported: %path%] => Your theme has been correctly exported: %path% [The page Category cannot be moved here.] => The page Category cannot be moved here. [Your RTL stylesheets has been generated successfully] => Your RTL stylesheets has been generated successfully [Your theme has been correctly reset to its default settings. You may want to regenerate your images. See the Improve > Design > Images Settings screen for the '%regenerate_label%' button.] => Your theme has been correctly reset to its default settings. You may want to regenerate your images. See the Improve > Design > Images Settings screen for the '%regenerate_label%' button. [There is already a theme %theme_name% in your themes folder. Remove it if you want to continue.] => There is already a theme %theme_name% in your themes folder. Remove it if you want to continue. [Failed to delete theme. Make sure you have permissions and theme is not used.] => Failed to delete theme. Make sure you have permissions and theme is not used. [Cannot adapt theme to RTL languages.] => Cannot adapt theme to RTL languages. [Invalid file format.] => Invalid file format. [Warning: if no email logo is available, the main logo will be used instead.] => Warning: if no email logo is available, the main logo will be used instead. ) [ModulesStatsforecastAdmin] => Array ( [Stats Dashboard] => Stats Dashboard [Enrich your stats, add a summary of all your current statistics on your back office.] => Enrich your stats, add a summary of all your current statistics on your back office. [The listed amounts do not include tax.] => The listed amounts do not include tax. [Time frame] => Time frame [Daily] => Daily [Weekly] => Weekly [Monthly] => Monthly [Yearly] => Yearly [Placed orders] => Placed orders [Bought items] => Bought items [Percentage of registrations] => Percentage of registrations [Percentage of orders] => Percentage of orders [Revenue] => Revenue [Average] => Average [Forecast] => Forecast [Conversion] => Conversion [Accounts] => Accounts [Full carts] => Full carts [Registered visitors] => Registered visitors [A simple statistical calculation lets you know the monetary value of your visitors:] => A simple statistical calculation lets you know the monetary value of your visitors: [On average, each visitor places an order for this amount:] => On average, each visitor places an order for this amount: [On average, each registered visitor places an order for this amount:] => On average, each registered visitor places an order for this amount: [Payment distribution] => Payment distribution [The amounts include taxes, so you can get an estimation of the commission due to the payment method.] => The amounts include taxes, so you can get an estimation of the commission due to the payment method. [-- No filter --] => -- No filter -- [Module] => Module [Average cart value] => Average cart value [Category distribution] => Category distribution [Products sold] => Products sold [Percentage of products sold] => Percentage of products sold [Percentage of sales] => Percentage of sales [Language distribution] => Language distribution [Growth] => Growth [Zone distribution] => Zone distribution [Currency distribution] => Currency distribution [Sales (converted)] => Sales (converted) [Attribute distribution] => Attribute distribution [Quantity of products sold] => Quantity of products sold ) [ModulesSpecialsAdmin] => Array ( [Specials block] => Specials block [Displays your products that are currently on sale in a dedicated block.] => Provides information on special offers in a specific block [Products to display] => Products to display [Define the number of products to be displayed in this block on home page.] => Define the number of products to be displayed in this block on home page. [Provide information on your special offers in a specific block displayed on your homepage.] => Provide information on your special offers in a specific block displayed on your homepage. [The number of products is invalid. Please enter a positive number.] => The number of products is invalid. Please enter a positive number. ) [ModulesStatsstockAdmin] => Array ( [Available quantities] => Available quantities [Adds a tab showing the quantity of available products for sale to the Stats dashboard.] => Adds a tab showing the quantity of available products for sale to the Stats dashboard. [Evaluation of available quantities for sale] => Evaluation of available quantities for sale [Your catalog is empty.] => Your catalog is empty. [Ref.] => Ref. [Price*] => Price* [Total quantities] => Total quantities [Total value] => Total value [This section corresponds to the default wholesale price according to the default supplier for the product. An average price is used when the product has attributes.] => This section corresponds to the default wholesale price according to the default supplier for the product. An average price is used when the product has attributes. [Enrich your stats, add a tab showing the available quantities of products left for sale.] => Enrich your stats, add a tab showing the available quantities of products left for sale. ) [ModulesContactinfoShop] => Array ( [Contact us] => Contact us [Call us: [1]%phone%[/1]] => Call us: [1]%phone%[/1] [Store information] => Store information [Email us: [1]%email%[/1]] => Email us: [1]%email%[/1] [Call us:] => Call us: [Fax:] => Fax: [Details:] => Details: [Email us:] => Email us: [Fax: [1]%fax%[/1]] => Fax: [1]%fax%[/1] [Tel: %phone%] => Tel: %phone% [Fax: %fax%] => Fax: %fax% [Email: [1]%email%[/1]] => Email: [1]%email%[/1] ) [ModulesWirepaymentShop] => Array ( [%1$s (tax incl.)] => %1$s (tax incl.) [This payment method is not available.] => This payment method is not available. [Amount] => Amount [Name of account owner] => Name of account owner [Please include these details] => Please include these details [Bank name] => Bank name [Pay by bank wire] => Pay by bank wire [(order processing will be longer)] => (order processing will be longer) [Your order on %s is complete.] => Your order on %s is complete. [Please send us a bank wire with:] => Please send us a bank wire with: [Please specify your order reference %s in the bankwire description.] => Please specify your order reference %s in the bankwire description. [We've also sent you this information by e-mail.] => We've also sent you this information by e-mail. [Your order will be sent as soon as we receive payment.] => Your order will be sent as soon as we receive payment. [If you have questions, comments or concerns, please contact our [1]expert customer support team[/1].] => If you have questions, comments or concerns, please contact our [1]expert customer support team[/1]. [Please transfer the invoice amount to our bank account. You will receive our order confirmation by email containing bank details and order number.] => Please transfer the invoice amount to our bank account. You will receive our order confirmation by email containing bank details and order number. [Goods will be reserved %s days for you and we'll process the order immediately after receiving the payment.] => Goods will be reserved %s days for you and we'll process the order immediately after receiving the payment. [More information] => More information [Bankwire] => Bankwire [Payment is made by transfer of the invoice amount to the following account:] => Payment is made by transfer of the invoice amount to the following account: [Goods will be reserved %s day for you and we'll process the order immediately after receiving the payment.] => Goods will be reserved %s day for you and we'll process the order immediately after receiving the payment. ) [AdminModulesHelp] => Array ( [Search modules: keyword, name, author...] => Search modules: keyword, name, author... [Please upload one file at a time, .zip or tarball format (.tar, .tar.gz or .tgz).] => Please upload one file at a time, .zip or tarball format (.tar, .tar.gz or .tgz). [Your module will be installed right after that.] => Your module will be installed right after that. [What happened?] => What happened? [Customize your store with this selection of modules recommended for your shop, based on your country, language and version of PrestaShop. It includes the most popular modules from our Addons marketplace, and free partner modules.] => Customize your store with this selection of modules recommended for your shop, based on your country, language and version of PrestaShop. It includes the most popular modules from our Addons marketplace, and free partner modules. [You bought this module on PrestaShop Addons. Thank You.] => You bought this module on PrestaShop Addons. Thank You. [Bought] => Bought [This module is available on PrestaShop Addons.] => This module is available on PrestaShop Addons. [Popular] => Popular [This module is available for free thanks to our partner.] => This module is available for free thanks to our partner. [Official] => Official [Need update] => Need update [These modules require your attention: you need to take some action to ensure they are fully operational.] => These modules require your attention: you need to take some action to ensure they are fully operational. [Update these modules to enjoy their latest versions.] => Update these modules to enjoy their latest versions. ) [ModulesGAnalyticsAdmin] => Array ( [Save] => Save [Back to list] => Back to list [Settings] => Settings [Google Analytics Tracking ID] => Google Analytics Tracking ID [This information is available in your Google Analytics account] => This information is available in your Google Analytics account [Enable User ID tracking] => Enable User ID tracking [Yes] => Yes [No] => No [Anonymize IP] => Anonymize IP [Use this option to anonymize the visitor’s IP to comply with data privacy laws in some countries] => Use this option to anonymize the visitor’s IP to comply with data privacy laws in some countries [Enable Back Office Tracking] => Enable Back Office Tracking [Use this option to enable the tracking inside the Back Office] => Use this option to enable the tracking inside the Back Office [Cancelled order states] => Canceled order states [Choose order states, in which you consider the given order cancelled. This will be usually only the default "Cancelled" state, but some shops may have extra states like "Returned" etc.] => Choose order states, in which you consider the given order canceled. This will usually be the default "Canceled" state, but some stores may have extra states like "Returned" etc.ShopsShopsShops [Enable Cross-Domain tracking] => Enable Cross-Domain tracking [Account ID updated successfully] => Account ID updated successfully [Settings for User ID updated successfully] => Settings for User ID updated successfully [Settings for Anonymize IP updated successfully] => Settings for Anonymize IP updated successfully [Settings for Enable Back Office tracking updated successfully] => Settings for Enable Back Office tracking updated successfully. [Settings for cancelled order states updated successfully] => Settings for canceled order states updated successfully. [Enable Google Analytics 4] => Enable Google Analytics 4 [Universal analytics will stop processing data on July 1, 2023. We recommend switching to Google Analytics 4 as soon as possible.] => Universal analytics will stop processing data on July 1, 2023. We recommend switching to Google Analytics 4 as soon as possible. [This information is available in your Google Analytics account. GA4 tracking ID starts with "G-", Universal Analytics with "UA-".] => This information is available in your Google Analytics account. GA4 tracking ID starts with "G-", Universal Analytics with "UA-". [Canceled order states] => Canceled order states [Choose order states in which you consider the given order canceled. This will usually be the default "Canceled" state, but some stores may have extra states like "Returned", etc.] => Choose order states in which you consider the given order canceled. This will usually be the default "Canceled" state, but some stores may have extra states like "Returned", etc. [Settings updated successfully.] => Settings updated successfully. [Google Analytics] => Google Analytics [Gain clear insights into important metrics about your customers, using Google Analytics] => Gain clear insights into important metrics about your customers, using Google Analytics [Are you sure you want to uninstall Google Analytics? You will lose all the data related to this module.] => Are you sure you want to uninstall Google Analytics? You will lose all the data related to this module. [Your customers go everywhere; shouldn't your analytics.] => Your customers go everywhere; shouldn't your analytics. [Google Analytics shows you the full customer picture across ads and videos, websites and social tools, tables and smartphones. That makes it easier to serve your current customers and win new ones.] => Google Analytics shows you the full customer picture across ads and videos, websites and social tools, tables and smartphones. That makes it easier to serve your current customers and win new ones. [With ecommerce functionality in Google Analytics you can gain clear insight into important metrics about shopper behavior and conversion, including:] => With ecommerce functionality in Google Analytics you can gain clear insight into important metrics about shopper behavior and conversion, including: [Product detail views] => Product detail views [Internal merchandising Success] => Internal merchandising Success ["Add to cart" actions] => "Add to cart" actions [The checkout process] => The checkout process [Internal campaign clicks] => Internal campaign clicks [And purchase] => And purchase [Merchants are able to understand how far along users get in the buying process and where they are dropping off.] => Merchants are able to understand how far along users get in the buying process and where they are dropping off. [Create your account to get started.] => Create your account to get started. [Create your account to get started] => Create your account to get started ) [ModulesMailalertsShop] => Array ( [Your e-mail address is invalid] => Your e-mail address is invalid [You already have an alert for this product] => You already have an alert for this product [Request notification registered] => Request notification registered [Remove mail alert] => Remove mail alert ) [ModulesGoogleanalyticsAdmin] => Array ( [Save] => Save [Back to list] => Back to list [Settings] => Settings [Google Analytics tracking ID] => Google Analytics tracking ID [This information is available in your Google Analytics account. Google Analytics 4 tracking ID starts with "G-".] => This information is available in your Google Analytics account. Google Analytics 4 tracking ID starts with "G-". [Enable User ID tracking] => Enable User ID tracking [This option adds unique user ID to the tag to better track the customer. Use this option only if it complies with laws in your country.] => This option adds unique user ID to the tag to better track the customer. Use this option only if it complies with laws in your country. [Yes] => Yes [No] => No [Anonymize IP] => Anonymize IP [Use this option to anonymize the visitor’s IP to comply with data privacy laws in some countries] => Use this option to anonymize the visitor’s IP to comply with data privacy laws in some countries [Enable back office tracking] => Enable back office tracking [Use this option to enable the tracking inside the back -office] => Use this option to enable the tracking inside the back -office [Canceled order states] => Canceled order states [Choose order states in which you consider the given order canceled. This will usually be the default "Canceled" state, but some stores may have extra states like "Returned", etc.] => Choose order states in which you consider the given order canceled. This will usually be the default "Canceled" state, but some stores may have extra states like "Returned", etc. [Re-send failed orders] => Re-send failed orders [This option will resend all orders that failed to be sent normally in the front office, due to failures or ad-blockers.] => This option will resend all orders that failed to be sent normally in the front office, due to failures or ad-blockers. [Failed orders period] => Failed orders period [If you want to resend failed orders, specify how many days back the module should look for them. Default: 30.] => If you want to resend failed orders, specify how many days back the module should look for them. Default: 30. [Settings updated successfully.] => Settings updated successfully. [Google Analytics Tracking ID] => Google Analytics Tracking ID [Enable Back Office Tracking] => Enable Back Office Tracking [Use this option to enable the tracking inside the Back Office] => Use this option to enable the tracking inside the Back Office [This option will resend all orders that failed to be sent normally in front-office, due to failures or ad-blockers.] => This option will resend all orders that failed to be sent normally in front-office, due to failures or ad-blockers. [Google Analytics] => Google Analytics [Gain clear insights into important metrics about your customers, using Google Analytics] => Gain clear insights into important metrics about your customers, using Google Analytics [Are you sure you want to uninstall Google Analytics? You will lose all the data related to this module.] => Are you sure you want to uninstall Google Analytics? You will lose all the data related to this module. [Your customers go everywhere; shouldn't your analytics.] => Your customers go everywhere; shouldn't your analytics. [Google Analytics shows you the full customer picture across ads and videos, websites and social tools, tables and smartphones. That makes it easier to serve your current customers and win new ones.] => Google Analytics shows you the full customer picture across ads and videos, websites and social tools, tables and smartphones. That makes it easier to serve your current customers and win new ones. [With ecommerce functionality in Google Analytics you can gain clear insight into important metrics about shopper behavior and conversion, including:] => With ecommerce functionality in Google Analytics you can gain clear insight into important metrics about shopper behavior and conversion, including: [Product detail views] => Product detail views [Internal merchandising Success] => Internal merchandising Success ["Add to cart" actions] => "Add to cart" actions [The checkout process] => The checkout process [Internal campaign clicks] => Internal campaign clicks [And purchase] => And purchase [Create your account to get started] => Create your account to get started [Merchants are able to understand how far along users get in the buying process and where they are dropping off.] => Merchants are able to understand how far along users get in the buying process and where they are dropping off. ) [AdminCatalogHelp] => Array ( [Does not apply to the shipping costs] => Does not apply to the shipping costs [Optional: The cart rule will be available to everyone if you leave this field blank.] => Optional: The cart rule will be available to everyone if you leave this field blank. [The default period is one month.] => The default period is one month. [You can choose a minimum amount for the cart either with or without the taxes and shipping.] => You can choose a minimum amount for the cart either with or without the taxes and shipping. [The cart rule will be applied to the first "X" customers only.] => The cart rule will be applied to the first "X" customers only. [A customer will only be able to use the cart rule "X" time(s).] => A customer will only be able to use the cart rule "X" time(s). [This restriction applies to the country of delivery.] => This restriction applies to the country of delivery. [This will be displayed in the cart summary, as well as on the invoice.] => This will be displayed in the cart summary, as well as on the invoice. [For your eyes only. This will never be displayed to the customer.] => For your eyes only. This will never be displayed to the customer. [Caution! If you leave this field blank, the rule will automatically be applied to benefiting customers.] => Caution! If you leave this field blank, the rule will automatically be applied to benefiting customers. [If the voucher is not yet in the cart, it will be displayed in the cart summary.] => If the voucher is not yet in the cart, it will be displayed in the cart summary. [Only applicable if the voucher value is greater than the cart total.] => Only applicable if the voucher value is greater than the cart total. [If you do not allow partial use, the voucher value will be lowered to the total order amount. If you allow partial use, however, a new voucher will be created with the remainder.] => If you do not allow partial use, the voucher value will be lowered to the total order amount. If you allow partial use, however, a new voucher will be created with the remainder. [Cart rules are applied by priority. A cart rule with a priority of "1" will be processed before a cart rule with a priority of "2".] => Cart rules are applied by priority. A cart rule with a priority of "1" will be processed before a cart rule with a priority of "2". [Your internal name for this attribute.] => Your internal name for this attribute. [The public name for this attribute, displayed to the customers.] => The public name for this attribute, displayed to the customers. [The way the attribute's values will be presented to the customers in the product's page.] => The way the attribute's values will be presented to the customers in the product's page. [Choose the attribute group for this value.] => Choose the attribute group for this value. [Upload an image file containing the color texture from your computer.] => Upload an image file containing the color texture from your computer. [This will override the HTML color!] => This will override the HTML color! [Save then add another value] => Save then add another value [Choose a color with the color picker, or enter an HTML color (e.g. "lightblue", "#CC6600").] => Choose a color with the color picker, or enter an HTML color (e.g. "lightblue", "#CC6600"). [Allow customers to upload files using the contact page.] => Allow customers to upload files using the contact page. [Please fill out the message fields that appear by default when you answer a thread on the customer service page.] => Please fill out the message fields that appear by default when you answer a thread on the customer service page. [URL for your IMAP server (ie.: mail.server.com).] => URL for your IMAP server (ie.: mail.server.com). [Port to use to connect to your IMAP server.] => Port to use to connect to your IMAP server. [User to use to connect to your IMAP server.] => User to use to connect to your IMAP server. [Password to use to connect your IMAP server.] => Password to use to connect your IMAP server. [Delete messages after synchronization. If you do not enable this option, the synchronization will take more time.] => Delete messages after synchronization. If you do not enable this option, the synchronization will take more time. [Create new threads for unrecognized emails.] => Create new threads for unrecognized emails. [Use POP3 instead of IMAP.] => Use POP3 instead of IMAP. [Do not use RSH or SSH to establish a preauthenticated IMAP sessions.] => Do not use RSH or SSH to establish a preauthenticated IMAP sessions. [Use the Secure Socket Layer (TLS/SSL) to encrypt the session.] => Use the Secure Socket Layer (TLS/SSL) to encrypt the session. [Validate certificates from the TLS/SSL server.] => Validate certificates from the TLS/SSL server. [Do not validate certificates from the TLS/SSL server. This is only needed if a server uses self-signed certificates.] => Do not validate certificates from the TLS/SSL server. This is only needed if a server uses self-signed certificates. [Force use of start-TLS to encrypt the session, and reject connection to servers that do not support it.] => Force use of start-TLS to encrypt the session, and reject connection to servers that do not support it. [Do not use start-TLS to encrypt the session, even with servers that support it.] => Do not use start-TLS to encrypt the session, even with servers that support it. [Save and add another value] => Save and add another value [Back to the list] => Back to the list [Add new feature values] => Add new feature values [Add new feature value] => Add new feature value [Company name for this supplier] => Company name for this supplier [Phone number for this supplier] => Phone number for this supplier [Mobile phone number for this supplier.] => Mobile phone number for this supplier. [Will appear in the list of suppliers.] => Will appear in the list of suppliers. [Upload a supplier logo from your computer.] => Upload a supplier logo from your computer. [Search reference] => Search reference [Create a new product: CTRL+P] => Create a new product: CTRL+P [To have a different title from the category name, enter it here.] => To have a different title from the category name, enter it here. [To have a different description than your category summary in search results page, write it here.] => To have a different description than your category summary in search results page, write it here. [Unless the 'Accented URL' option is enabled (in Shop parameters > Traffic & SEO), only letters, numbers, underscores (_), and hyphens (-) are allowed.] => Unless the 'Accented URL' option is enabled (in Shop parameters > Traffic & SEO), only letters, numbers, underscores (_), and hyphens (-) are allowed. [Leave empty to disable] => Leave empty to disable [Search for a product] => Search for a product [Enter your product name] => Enter your product name [The summary is a short sentence describing your product.It will appears at the top of your shop's product page, in product lists, and in search engines' results page (so it's important for SEO). To give more details about your product, use the "Description" tab.] => Fill in a striking short description of the product (displayed on product page and product list as abstract for customers and search engines). For detailed informations use the 'description tab.' [Search and add a related product] => Search and add a related product [Use a comma to create separate tags. E.g.: dress, cotton, party dresses.] => Use a comma to create separate tags. E.g.: dress, cotton, party dresses. [Per kilo, per litre] => Per kilo, per litre [Combine several attributes, e.g.: "Size: all", "Color: red".] => Combine several attributes, e.g.: "Size: all", "Color: red". [To which product the page should redirect?] => To which product the page should redirect? [To which category the page should redirect?] => To which category the page should redirect? [If no category is selected the Main Category is used] => If no category is selected, the Main Category is used [To have a different title from the product name, enter it here.] => To have a different title from the product name, enter it here. [To have a different description than your product summary in search results pages, write it here.] => To have a different description than your product summary in search results pages, write it here. [To which product should the page redirect?] => To which product should the page redirect? [To which category should the page redirect?] => To which category should the page redirect? [By default, the main category will be used if no category is selected.] => By default, the main category will be used if no category is selected. [This description will appear in search engines. You need a single sentence, shorter than 160 characters (including spaces)] => This description will appear in search engines. You need a single sentence, shorter than 160 characters (including spaces) [Public title for the product's page, and for search engines. Leave blank to use the product name. The number of remaining characters is displayed to the left of the field.] => Public title for the product page and for search engines. Leave blank to use the product name. The number of remaining characters is displayed to the left of the field. [Upload a brand logo from your computer.] => Upload a brand logo from your computer. [This interface allows you to specify the suppliers of the current combination.] => This interface allows you to specify the suppliers of the current combination. [Search product] => Search product [Using another image as cover will automatically uncheck this box.] => Using another image as cover will automatically uncheck this box. [Search file] => Search file [Instructions, size guide, or any file you want to add to a product.] => Instructions, size guide, or any file you want to add to a product. [Customers can download these files on the product page.] => Customers can download these files on the product page. [Set specific prices for customers meeting certain conditions.] => Set specific prices for customers meeting certain conditions. [Define which condition should apply first when a customer is eligible for multiple specific prices.] => Define which condition should apply first when a customer is eligible for multiple specific prices. [Add new specific price] => Add new specific price [Indicate the price for a single unit of the product. For instance, if you're selling fabrics, it would be the price per meter.] => Indicate the price for a single unit of the product. For instance, if you're selling fabrics, it would be the price per meter. [[1]No redirection (200), display product[/1] [2] Do not redirect anywhere, display product as discontinued and return normal 200 response.] => [1]No redirection (200), display product[/1] [2] Do not redirect anywhere, display product as discontinued and return normal 200 response. [[1]No redirection (404), display product[/1] [2] Do not redirect anywhere, display product as discontinued and return 404 "Not Found" response.] => [1]No redirection (404), display product[/1] [2] Do not redirect anywhere, display product as discontinued and return 404 "Not Found" response. [[1]No redirection (410), display product[/1] [2] Do not redirect anywhere, display product as discontinued and return 410 "Gone" response.] => [1]No redirection (410), display product[/1] [2] Do not redirect anywhere, display product as discontinued and return 410 "Gone" response. [[1]No redirection (404), display error page[/1] [2] Do not redirect anywhere and display a 404 "Not Found" page.] => [1]No redirection (404), display error page[/1] [2] Do not redirect anywhere and display a 404 "Not Found" page. [[1]No redirection (410), display error page[/1] [2] Do not redirect anywhere and display a 410 "Gone" page.] => [1]No redirection (410), display error page[/1] [2] Do not redirect anywhere and display a 410 "Gone" page. [[1]Permanent redirection (301)[/1] [2] Permanently display another product or category instead.] => [1]Permanent redirection (301)[/1] [2] Permanently display another product or category instead. [[1]Temporary redirection (302)[/1] [2] Temporarily display another product or category instead.] => [1]Temporary redirection (302)[/1] [2] Temporarily display another product or category instead. [Public title that may appear in the browser and search engines. The recommended length is about 60 characters (including spaces). If you leave it blank, the product name will be used.] => Public title that may appear in the browser and search engines. The recommended length is about 60 characters (including spaces). If you leave it blank, the product name will be used. [Summary for robots, that could appear in search engines. The recommended length is about 160 characters (including spaces). If you leave it blank, an excerpt from the short description will be used.] => Summary for robots, that could appear in search engines. The recommended length is about 160 characters (including spaces). If you leave it blank, an excerpt from the short description will be used. [Separate each tag with a comma or press the Enter key.] => Separate each tag with a comma or press the Enter key. [Search combination] => Search combination [Controls how you want stock of the pack to be calculated. You can decide, if you want to manage the stocks of packs manually, or if it should be calculated automatically depending on stock of the products inside. In that case, the quantity of the pack inside is ignored.] => Controls how you want stock of the pack to be calculated. You can decide, if you want to manage the stocks of packs manually, or if it should be calculated automatically depending on stock of the products inside. In that case, the quantity of the pack inside is ignored. [Search name] => Search name [Search category] => Search category [Search ref.] => Search ref. [Save the product and stay on the current page: ALT+SHIFT+S] => Save the product and stay on the current page: ALT+SHIFT+S [Permanently delete this product.] => Permanently delete this product. [See how your product sheet will look online: ALT+SHIFT+V] => See how your product sheet will look online: ALT+SHIFT+V [Enable or disable the product on your shop: ALT+SHIFT+O] => Enable or disable the product on your shop: ALT+SHIFT+O [Save and duplicate this product, then go to the new product: ALT+SHIFT+D] => Save and duplicate this product, then go to the new product: ALT+SHIFT+D [Save and go back to the catalog: ALT+SHIFT+Q] => Save and go back to the catalog: ALT+SHIFT+Q [Save and create a new product: ALT+SHIFT+P] => Save and create a new product: ALT+SHIFT+P [Is the product a pack (a combination of at least two existing products), a virtual product (downloadable file, service, etc.), or simply a standard, physical product?] => Is the product a pack (a combination of at least two existing products), a virtual product (downloadable file, service, etc.), or simply a standard, physical product? [Where should the product be available on your site? The main category is where the product appears by default: this is the category which is seen in the product page's URL. Disabled categories are written in italics.] => Where should the product be available on your site? The main category is where the product appears by default: this is the category which is seen in the product page's URL. Disabled categories are written in italics. [If you want to quickly create a new category, you can do it here. Don’t forget to then go to the Categories page to fill in the needed details (description, image, etc.). A new category will not automatically appear in your shop's menu, please read the Help about it.] => If you want to quickly create a new category, you can do it here. Don’t forget to then go to the Categories page to fill in the needed details (description, image, etc.). A new category will not automatically appear in your shop's menu, please read the Help about it. [Search categories] => Search categories [Does this combination have a different price? Is it cheaper or more expensive than the default retail price?] => Does this combination have a different price? Is it cheaper or more expensive than the default retail price? [The minimum quantity required to buy this product (set to 1 to disable this feature). E.g.: if set to 3, customers will be able to purchase the product only if they take at least 3 in quantity.] => The minimum quantity required to buy this product (set to 1 to disable this feature). E.g.: if set to 3, customers will be able to purchase the product only if they take at least 3 in quantity. [The email will be sent to all the users who have the right to run the stock page. To modify the permissions, go to [1]Advanced Parameters > Team[/1]] => The email will be sent to all the users who have the right to run the stock page. To modify the permissions, go to [1]Advanced Parameters > Team[/1] [This type of product code is specific to Europe and Japan, but is widely used internationally. It is a superset of the UPC code: all products marked with an EAN will be accepted in North America.] => This type of product code is specific to Europe and Japan, but is widely used internationally. It is a superset of the UPC code: all products marked with an EAN will be accepted in North America. [Combinations are the different variations of a product, with attributes like its size, weight or color taking different values. To create a combination, you need to create your product attributes first. Go to Catalog > Attributes & Features for this!] => Combinations are the different variations of a product, with attributes like its size, weight or color taking different values. To create a combination, you need to create your product attributes first. Go to Catalog > Attributes & Features for this! [To add combinations, you first need to create proper attributes and values in [1]%attributes_and_features_label%[/1]. When done, you may enter the wanted attributes (like "size" or "color") and their respective values ("XS", "red", "all", etc.) in the field below; or simply select them from the right column. Then click on "%generate_label%": it will automatically create all the combinations for you!] => To add combinations, you first need to create proper attributes and values in [1]%attributes_and_features_label%[/1]. When done, you may enter the wanted attributes (like "size" or "color") and their respective values ("XS", "red", "all", etc.) in the field below; or simply select them from the right column. Then click on "%generate_label%": it will automatically create all the combinations for you! [This is the human-readable URL, as generated from the product's name. You can change it if you want.] => This is the human-readable URL, as generated from the product's name. You can change it if you want. [When your product is disabled, choose to which page you’d like to redirect the customers visiting its page by typing the product or category name.] => When your product is disabled, choose to which page you’d like to redirect the customers visiting its page by typing the product or category name. [No redirection (404) = Do not redirect anywhere and display a 404 "Not Found" page.] => No redirection (404) = Do not redirect anywhere and display a 404 "Not Found" page. [No redirection (410) = Do not redirect anywhere and display a 410 "Gone" page.] => No redirection (410) = Do not redirect anywhere and display a 410 "Gone" page. [Permanent redirection (301) = Permanently display another product or category instead.] => Permanent redirection (301) = Permanently display another product or category instead. [Temporary redirection (302) = Temporarily display another product or category instead.] => Temporary redirection (302) = Temporarily display another product or category instead. [Default behavior is specified in the Shop Parameters > Product settings page.] => Default behavior is specified in the Shop Parameters > Product settings page. [No redirection (200), display product = Do not redirect anywhere, display product as discontinued and return normal 200 response.] => No redirection (200), display product = Do not redirect anywhere, display product as discontinued and return normal 200 response. [No redirection (404), display product = Do not redirect anywhere, display product as discontinued and return 404 "Not Found" response.] => No redirection (404), display product = Do not redirect anywhere, display product as discontinued and return 404 "Not Found" response. [No redirection (410), display product = Do not redirect anywhere, display product as discontinued and return 410 "Gone" response.] => No redirection (410), display product = Do not redirect anywhere, display product as discontinued and return 410 "Gone" response. [No redirection (404), display error page = Do not redirect anywhere and display a 404 "Not Found" page.] => No redirection (404), display error page = Do not redirect anywhere and display a 404 "Not Found" page. [No redirection (410), display error page = Do not redirect anywhere and display a 410 "Gone" page.] => No redirection (410), display error page = Do not redirect anywhere and display a 410 "Gone" page. [Display delivery time for a product is advised for merchants selling in Europe to comply with the local laws.] => Display delivery time for a product is advised for merchants selling in Europe to comply with the local laws. [If a carrier has a tax, it will be added to the shipping fees. Does not apply to free shipping.] => If a carrier has a tax, it will be added to the shipping fees. Does not apply to free shipping. [edit] => edit [This interface allows you to specify the suppliers of the current product and its combinations, if any.] => This interface allows you to specify the suppliers of the current product and its combinations, if any. [You can specify supplier references according to previously associated suppliers.] => You can specify supplier references according to previously associated suppliers. [When using the advanced stock management tool (see Shop Parameters > Products settings), the values you define (price, references) will be used in supply orders.] => When using the advanced stock management tool (see Shop Parameters > Products settings), the values you define (price, references) will be used in supply orders. [You can specify product reference(s) for each associated supplier. Click "%save_label%" after changing selected suppliers to display the associated product references.] => You can specify product reference(s) for each associated supplier. Click "%save_label%" after changing selected suppliers to display the associated product references. [This interface allows you to specify the warehouse in which the product is stocked.] => This interface allows you to specify the warehouse in which the product is stocked. [It is also possible to specify the location within the warehouse for each product or combination.] => It is also possible to specify the location within the warehouse for each product or combination. [Number of days this file can be accessed by customers. Set to zero for unlimited access.] => Number of days this file can be accessed by customers. Set to zero for unlimited access. [Upload a file from your computer (%maxUploadSize% max.)] => Upload a file from your computer (%maxUploadSize% max.) [The full filename with its extension (e.g. Book.pdf)] => The full filename with its extension (e.g. Book.pdf) [Number of downloads allowed per customer. Set to 0 for unlimited downloads.] => Number of downloads allowed per customer. Set to 0 for unlimited downloads. [If set, the file will not be downloadable after this date. Leave blank if you do not wish to attach an expiration date.] => If set, the file will not be downloadable after this date. Leave blank if you do not wish to attach an expiration date. [Combinations are the different variations of a product, with attributes like its size, weight or color taking different values. Does your product require combinations?] => Combinations are the different variations of a product, with attributes like its size, weight or color taking different values. Does your product require combinations? [Advanced settings in [1][2]Combinations[/1]] => Advanced settings in [1][2]Combinations[/1] [Your reference code for this product. Allowed special characters: .-_#.] => Your reference code for this product. Allowed special characters: .-_#. [How many products should be available for sale?] => How many products should be available for sale? [Advanced settings in [1][2]Quantities[/1]] => Advanced settings in [1][2]Quantities[/1] [This is the retail price at which you intend to sell this product to your customers. The tax included price will change according to the tax rule you select.] => This is the net sales price for your customers. The retail price will automatically be calculated using the applied tax rate. [Advanced settings in [1][2]Pricing[/1]] => Advanced settings in [1][2]Pricing[/1] [MPN is used internationally to identify the Manufacturer Part Number.] => MPN is used internationally to identify the Manufacturer Part Number. [This type of product code is widely used in the United States, Canada, the United Kingdom, Australia, New Zealand and in other countries.] => This type of product code is widely used in the United States, Canada, the United Kingdom, Australia, New Zealand and in other countries. [ISBN is used internationally to identify books and their various editions.] => The International Standard Book Number (ISBN) is used to identify books and other publications. [Tags are meant to help your customers find your products via the search bar.] => Tags facilitate the product search for customers using the search bar. [Choose terms and keywords that your customers will use to search for this product and make sure you are consistent with the tags you may have already used.] => Choose terms and keywords which your potential customers commonly would search for when looking for this product. Make sure that they are consistent with the tags you may have already defined. [You can manage tag aliases in the [1]Search section[/1]. If you add new tags, you have to rebuild the index.] => You can manage tag aliases in the [1]Search section[/1]. If you add new tags, you have to rebuild the index. [Not all shops sell new products. This option enables you to indicate the condition of the product. It can be required on some marketplaces.] => Not all shops sell new products. This option enables you to indicate the condition of the product. It can be required on some marketplaces. [This is the price at which you intend to sell this product to your customers. The tax included price will change according to the tax rule you select.] => This is the net sales price for your customers. The retail price will automatically be calculated using the applied tax rate. [Some products can be purchased by unit (per bottle, per pound, etc.), and this is the price for one unit. For instance, if you’re selling fabrics, it would be the price per meter.] => Some products can be purchased by unit (per bottle, per pound, etc.), and this is the price for one unit. For instance, if you’re selling fabrics, it would be the price per meter. [The cost price is the price you paid for the product. Do not include the tax. It should be lower than the retail price: the difference between the two will be your margin.] => The cost price is the price you paid for the product. Do not include the tax. It should be lower than the retail price: the difference between the two will be your margin. [You can set specific prices for customers belonging to different groups, different countries, etc.] => You can set specific prices for customers belonging to different groups, different countries, etc. [Sometimes one customer can fit into multiple price rules. Priorities allow you to define which rules apply first.] => Sometimes one customer can fit into multiple price rules. Priorities allow you to define which rules apply first. [Invalid token] => Invalid token [[1]Invalid token[/1]: direct access to this link may lead to a potential security breach.] => [1]Invalid token[/1]: direct access to this link may lead to a potential security breach. [Do you want to display this page?] => Do you want to display this page? [Yes, I understand the risks] => I understand the risk [Take me out of there!] => Take me out of there! [Click on "%displayed_label%" to index the category on your shop.] => Click on "%displayed_label%" to index the category on your shop. [If you want a category to appear in the menu of your shop, go to [1]Modules > Module Manager[/1] and configure your menu module.] => If you want a category to appear in the menu of your shop, go to [1]Modules > Module Manager[/1] and configure your menu module. [This is the main image for your category, displayed in the category page. The category description will overlap this image and appear in its top-left corner.] => This is the main image for your category, displayed in the category page. The category description will overlap this image and appear in its top-left corner. [Displays a small image in the parent category's page, if the theme allows it.] => Displays a small image in the parent category's page, if the theme allows it. [The category thumbnail appears in the menu as a small image representing the category, if the theme allows it.] => The category thumbnail appears in the menu as a small image representing the category, if the theme allows it. [Only letters, numbers, underscore (_) and the minus (-) character are allowed.] => Only letters, numbers, underscore (_) and the minus (-) character are allowed. [Mark all of the customer groups which you would like to have access to this category.] => Mark all of the customer groups which you would like to have access to this category. [You now have three default customer groups.] => You now have three default customer groups. [An empty category is a category that has no product directly associated to it. An empty category may however contain products through its subcategories.] => An empty category is a category that has no product directly associated to it. An empty category may however contain products through its subcategories. [To add combinations, you first need to create proper attributes and values in [1]%attributes_and_features_label%[/1].] => To add combinations, you first need to create proper attributes and values in [1]%attributes_and_features_label%[/1]. ) [ShopDemoCatalog] => Array ( [Size] => Size [Shoe size] => Shoe size [Color] => Color [S] => S [M] => M [L] => L [One size] => One size [Grey] => Gray [Taupe] => Taupe [Beige] => Beige [White] => White [Off White] => Off White [Red] => Red [Black] => Black [Camel] => Camel [Orange] => Orange [Blue] => Blue [Green] => Green [Yellow] => Yellow [Brown] => Brown [35] => 35 [36] => 36 [37] => 37 [38] => 38 [39] => 39 [40] => 40 [Pink] => Pink [Height] => Height [Width] => Width [Depth] => Depth [Weight] => Weight [Compositions] => Compositions [Styles] => Styles [Properties] => Properties [Polyester] => Polyester [Wool] => Wool [Viscose] => Viscose [Elastane] => Elastane [Cotton] => Cotton [Silk] => Silk [Suede] => Suede [Straw] => Straw [Leather] => Leather [Classic] => Classic [Casual] => Casual [Military] => Military [Girly] => Girly [Rock] => Rock [Basic] => Basic [Dressy] => Dressy [Short Sleeve] => Short Sleeve [Colorful Dress] => Colorful Dress [Short Dress] => Short Dress [Midi Dress] => Midi Dress [Maxi Dress] => Maxi Dress [2.75 in] => 2.75 in [2.06 in] => 2.06 in [49.2 g] => 49.2 g [0.26 in] => 0.26 in [1.07 in] => 1.07 in [1.62 in] => 1.62 in [15.5 g] => 15.5 g [0.41 in (clip included)] => 0.41 in (clip included) [4.33 in] => 4.33 in [2.76 in] => 2.76 in [120g] => 120 g [0.31 in] => 0.31 in [120 g] => 120 g ) ) [metadata:Symfony\Component\Translation\MessageCatalogue:private] => Array ( ) [resources:Symfony\Component\Translation\MessageCatalogue:private] => Array ( ) [locale:Symfony\Component\Translation\MessageCatalogue:private] => en-US [fallbackCatalogue:Symfony\Component\Translation\MessageCatalogue:private] => Symfony\Component\Translation\MessageCatalogue Object ( [messages:Symfony\Component\Translation\MessageCatalogue:private] => Array ( ) [metadata:Symfony\Component\Translation\MessageCatalogue:private] => Array ( ) [resources:Symfony\Component\Translation\MessageCatalogue:private] => Array ( ) [locale:Symfony\Component\Translation\MessageCatalogue:private] => en [fallbackCatalogue:Symfony\Component\Translation\MessageCatalogue:private] => [parent:Symfony\Component\Translation\MessageCatalogue:private] => Symfony\Component\Translation\MessageCatalogue Object *RECURSION* ) [parent:Symfony\Component\Translation\MessageCatalogue:private] => ) ) [locale:Symfony\Component\Translation\Translator:private] => en-US [fallbackLocales:Symfony\Component\Translation\Translator:private] => Array ( ) [loaders:Symfony\Component\Translation\Translator:private] => Array ( ) [resources:Symfony\Component\Translation\Translator:private] => Array ( ) [formatter:Symfony\Component\Translation\Translator:private] => Symfony\Component\Translation\Formatter\MessageFormatter Object ( [translator:Symfony\Component\Translation\Formatter\MessageFormatter:private] => Symfony\Component\Translation\IdentityTranslator Object ( [selector:Symfony\Component\Translation\IdentityTranslator:private] => [locale:Symfony\Component\Translation\IdentityTranslator:private] => ) [intlFormatter:Symfony\Component\Translation\Formatter\MessageFormatter:private] => Symfony\Component\Translation\Formatter\IntlFormatter Object ( [hasMessageFormatter:Symfony\Component\Translation\Formatter\IntlFormatter:private] => [cache:Symfony\Component\Translation\Formatter\IntlFormatter:private] => Array ( ) ) ) [cacheDir:Symfony\Component\Translation\Translator:private] => /data05/virt2670/domeenid/www.ewsound.ee/shop/var/cache/dev/translations [debug:Symfony\Component\Translation\Translator:private] => [cacheVary:Symfony\Component\Translation\Translator:private] => Array ( ) [configCacheFactory:Symfony\Component\Translation\Translator:private] => Symfony\Component\Config\ConfigCacheFactory Object ( [debug:Symfony\Component\Config\ConfigCacheFactory:private] => ) [parentLocales:Symfony\Component\Translation\Translator:private] => [hasIntlFormatter:Symfony\Component\Translation\Translator:private] => 1 ) [priceFormatter:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => PrestaShop\PrestaShop\Adapter\Product\PriceFormatter Object ( ) [products:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [totals:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [subTotals:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [summaryString:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [productsCount:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [vouchers:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [minimalPurchase:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [minimalPurchaseRequired:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [labels:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [idAddressDelivery:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [idAddressInvoice:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [isVirtual:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [discounts:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [link:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// [ssl_enable:protected] => 1 [urlShopId:protected] => ) [imageRetriever:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => PrestaShop\PrestaShop\Adapter\Image\ImageRetriever Object ( [link:PrestaShop\PrestaShop\Adapter\Image\ImageRetriever:private] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// [ssl_enable:protected] => 1 [urlShopId:protected] => ) [isMultipleImageFormatFeatureActive:PrestaShop\PrestaShop\Adapter\Image\ImageRetriever:private] => ) [arrayAccessList:PrestaShop\PrestaShop\Adapter\Presenter\AbstractLazyArray:private] => ArrayObject Object ( [storage:ArrayObject:private] => Array ( [products] => Array ( [type] => method [value] => getProducts [isRewritable] => 1 ) [totals] => Array ( [type] => method [value] => getTotals [isRewritable] => 1 ) [subtotals] => Array ( [type] => method [value] => getSubtotals [isRewritable] => 1 ) [products_count] => Array ( [type] => method [value] => getProductsCount [isRewritable] => 1 ) [summary_string] => Array ( [type] => method [value] => getSummaryString [isRewritable] => 1 ) [labels] => Array ( [type] => method [value] => getLabels [isRewritable] => 1 ) [id_address_delivery] => Array ( [type] => method [value] => getIdAddressDelivery [isRewritable] => 1 ) [id_address_invoice] => Array ( [type] => method [value] => getIdAddressInvoice [isRewritable] => 1 ) [is_virtual] => Array ( [type] => method [value] => getIsVirtual [isRewritable] => 1 ) [vouchers] => Array ( [type] => method [value] => getVouchers [isRewritable] => 1 ) [discounts] => Array ( [type] => method [value] => getDiscounts [isRewritable] => 1 ) [minimalPurchase] => Array ( [type] => method [value] => getMinimalPurchase [isRewritable] => 1 ) [minimalPurchaseRequired] => Array ( [type] => method [value] => getMinimalPurchaseRequired [isRewritable] => 1 ) ) ) [arrayAccessIterator:PrestaShop\PrestaShop\Adapter\Presenter\AbstractLazyArray:private] => ArrayIterator Object ( [storage:ArrayIterator:private] => ArrayObject Object ( [storage:ArrayObject:private] => Array ( [products] => Array ( [type] => method [value] => getProducts [isRewritable] => 1 ) [totals] => Array ( [type] => method [value] => getTotals [isRewritable] => 1 ) [subtotals] => Array ( [type] => method [value] => getSubtotals [isRewritable] => 1 ) [products_count] => Array ( [type] => method [value] => getProductsCount [isRewritable] => 1 ) [summary_string] => Array ( [type] => method [value] => getSummaryString [isRewritable] => 1 ) [labels] => Array ( [type] => method [value] => getLabels [isRewritable] => 1 ) [id_address_delivery] => Array ( [type] => method [value] => getIdAddressDelivery [isRewritable] => 1 ) [id_address_invoice] => Array ( [type] => method [value] => getIdAddressInvoice [isRewritable] => 1 ) [is_virtual] => Array ( [type] => method [value] => getIsVirtual [isRewritable] => 1 ) [vouchers] => Array ( [type] => method [value] => getVouchers [isRewritable] => 1 ) [discounts] => Array ( [type] => method [value] => getDiscounts [isRewritable] => 1 ) [minimalPurchase] => Array ( [type] => method [value] => getMinimalPurchase [isRewritable] => 1 ) [minimalPurchaseRequired] => Array ( [type] => method [value] => getMinimalPurchaseRequired [isRewritable] => 1 ) ) ) ) [methodCacheResults:PrestaShop\PrestaShop\Adapter\Presenter\AbstractLazyArray:private] => Array ( ) ) [nocache] => ) [currency] => Smarty_Variable Object ( [value] => Array ( [id] => 1 [name] => Euro [iso_code] => EUR [iso_code_num] => 978 [sign] => € ) [nocache] => ) [customer] => Smarty_Variable Object ( [value] => Array ( [lastname] => [firstname] => [email] => [last_passwd_gen] => [birthday] => [newsletter] => [newsletter_date_add] => [ip_registration_newsletter] => [optin] => [website] => [company] => [siret] => [ape] => [outstanding_allow_amount] => 0 [max_payment_days] => 0 [active] => 1 [note] => [is_guest] => [id_shop] => [id_shop_group] => [id_default_group] => 1 [date_add] => [date_upd] => [reset_password_token] => [reset_password_validity] => [id] => [is_logged] => [gender] => Array ( [type] => [name] => [id] => ) [risk] => Array ( [name] => [color] => [percent] => [id] => ) [addresses] => Array ( ) ) [nocache] => ) [country] => Smarty_Variable Object ( [value] => Array ( [id_zone] => 13 [id_currency] => 0 [call_prefix] => 372 [iso_code] => EE [active] => 1 [contains_states] => 0 [need_identification_number] => 0 [need_zip_code] => 1 [zip_code_format] => NNNNN [display_tax_label] => 1 [name] => Eesti [id] => 86 ) [nocache] => ) [language] => Smarty_Variable Object ( [value] => Array ( [name] => English (English) [iso_code] => en [locale] => en-US [language_code] => en-us [active] => 1 [is_rtl] => 0 [date_format_lite] => m/d/Y [date_format_full] => m/d/Y H:i:s [id] => 1 ) [nocache] => ) [page] => Smarty_Variable Object ( [value] => Array ( [title] => [canonical] => https://shop.ewsound.ee/en/10_dbx [meta] => Array ( [title] => dbx [description] => [keywords] => [robots] => index ) [page_name] => manufacturer [body_classes] => Array ( [lang-en] => 1 [lang-rtl] => [country-EE] => 1 [currency-EUR] => 1 [layout-full-width] => 1 [page-manufacturer] => 1 [tax-display-enabled] => 1 [page-customer-account] => [manufacturer-id-10] => 1 [manufacturer-dbx] => 1 ) [admin_notifications] => Array ( ) [password-policy] => Array ( [feedbacks] => Array ( [0] => Very weak [1] => Weak [2] => Average [3] => Strong [4] => Very strong [Straight rows of keys are easy to guess] => Straight rows of keys are easy to guess [Short keyboard patterns are easy to guess] => Short keyboard patterns are easy to guess [Use a longer keyboard pattern with more turns] => Use a longer keyboard pattern with more turns [Repeats like "aaa" are easy to guess] => Repeats like "aaa" are easy to guess [Repeats like "abcabcabc" are only slightly harder to guess than "abc"] => Repeats like "abcabcabc" are only slightly harder to guess than "abc" [Sequences like abc or 6543 are easy to guess] => Sequences like "abc" or "6543" are easy to guess. [Recent years are easy to guess] => Recent years are easy to guess [Dates are often easy to guess] => Dates are often easy to guess [This is a top-10 common password] => This is a top-10 common password [This is a top-100 common password] => This is a top-100 common password [This is a very common password] => This is a very common password [This is similar to a commonly used password] => This is similar to a commonly used password [A word by itself is easy to guess] => A word by itself is easy to guess [Names and surnames by themselves are easy to guess] => Names and surnames by themselves are easy to guess [Common names and surnames are easy to guess] => Common names and surnames are easy to guess [Use a few words, avoid common phrases] => Use a few words, avoid common phrases [No need for symbols, digits, or uppercase letters] => No need for symbols, digits, or uppercase letters [Avoid repeated words and characters] => Avoid repeated words and characters [Avoid sequences] => Avoid sequences [Avoid recent years] => Avoid recent years [Avoid years that are associated with you] => Avoid years that are associated with you [Avoid dates and years that are associated with you] => Avoid dates and years that are associated with you [Capitalization doesn't help very much] => Capitalization doesn't help very much [All-uppercase is almost as easy to guess as all-lowercase] => All-uppercase is almost as easy to guess as all-lowercase [Reversed words aren't much harder to guess] => Reversed words aren't much harder to guess [Predictable substitutions like '@' instead of 'a' don't help very much] => Predictable substitutions like "@" instead of "a" don't help very much. [Add another word or two. Uncommon words are better.] => Add another word or two. Uncommon words are better. ) ) ) [nocache] => ) [shop] => Smarty_Variable Object ( [value] => Array ( [id] => 1 [group_id] => 1 [name] => OÜ EW Sound & Light [email] => [email protected] [registration_number] => Reg. no: 11341201 KMKR: EE101124490 [long] => [lat] => [logo] => https://shop.ewsound.ee/img/ew-sound-light-logo-1616416137.jpg [logo_details] => Array ( [src] => https://shop.ewsound.ee/img/ew-sound-light-logo-1616416137.jpg [width] => 1013 [height] => 238 ) [stores_icon] => https://shop.ewsound.ee/img/logo_stores.png [favicon] => https://shop.ewsound.ee/img/favicon.ico [favicon_update_time] => 1616416137 [address] => Array ( [formatted] => Raua 1/Pronksi 610124 TallinnEstonia [address1] => Raua 1/Pronksi 6 [address2] => [postcode] => 10124 [city] => Tallinn [state] => [country] => Estonia ) [phone] => +372 6612 767 [fax] => ) [nocache] => ) [core_js_public_path] => Smarty_Variable Object ( [value] => /themes/ [nocache] => ) [urls] => Smarty_Variable Object ( [value] => Array ( [base_url] => https://shop.ewsound.ee/ [current_url] => https://shop.ewsound.ee/en/10_dbx [shop_domain_url] => https://shop.ewsound.ee [img_ps_url] => https://shop.ewsound.ee/img/ [img_cat_url] => https://shop.ewsound.ee/img/c/ [img_lang_url] => https://shop.ewsound.ee/img/l/ [img_prod_url] => https://shop.ewsound.ee/img/p/ [img_manu_url] => https://shop.ewsound.ee/img/m/ [img_sup_url] => https://shop.ewsound.ee/img/su/ [img_ship_url] => https://shop.ewsound.ee/img/s/ [img_store_url] => https://shop.ewsound.ee/img/st/ [img_col_url] => https://shop.ewsound.ee/img/co/ [img_url] => https://shop.ewsound.ee/themes/javo/assets/img/ [css_url] => https://shop.ewsound.ee/themes/javo/assets/css/ [js_url] => https://shop.ewsound.ee/themes/javo/assets/js/ [pic_url] => https://shop.ewsound.ee/upload/ [theme_assets] => https://shop.ewsound.ee/themes/javo/assets/ [theme_dir] => https://shop.ewsound.ee/themes/javo/ [pages] => Array ( [address] => https://shop.ewsound.ee/en/address [addresses] => https://shop.ewsound.ee/en/addresses [authentication] => https://shop.ewsound.ee/en/login [manufacturer] => https://shop.ewsound.ee/en/brands [cart] => https://shop.ewsound.ee/en/cart [category] => https://shop.ewsound.ee/en/index.php?controller=category [cms] => https://shop.ewsound.ee/en/index.php?controller=cms [contact] => https://shop.ewsound.ee/en/contact-us [discount] => https://shop.ewsound.ee/en/discount [guest_tracking] => https://shop.ewsound.ee/en/guest-tracking [history] => https://shop.ewsound.ee/en/order-history [identity] => https://shop.ewsound.ee/en/identity [index] => https://shop.ewsound.ee/en/ [my_account] => https://shop.ewsound.ee/en/my-account [order_confirmation] => https://shop.ewsound.ee/en/order-confirmation [order_detail] => https://shop.ewsound.ee/en/index.php?controller=order-detail [order_follow] => https://shop.ewsound.ee/en/order-follow [order] => https://shop.ewsound.ee/en/order [order_return] => https://shop.ewsound.ee/en/index.php?controller=order-return [order_slip] => https://shop.ewsound.ee/en/credit-slip [pagenotfound] => https://shop.ewsound.ee/en/page-not-found [password] => https://shop.ewsound.ee/en/password-recovery [pdf_invoice] => https://shop.ewsound.ee/en/index.php?controller=pdf-invoice [pdf_order_return] => https://shop.ewsound.ee/en/index.php?controller=pdf-order-return [pdf_order_slip] => https://shop.ewsound.ee/en/index.php?controller=pdf-order-slip [prices_drop] => https://shop.ewsound.ee/en/prices-drop [product] => https://shop.ewsound.ee/en/index.php?controller=product [registration] => https://shop.ewsound.ee/en/index.php?controller=registration [search] => https://shop.ewsound.ee/en/search [sitemap] => https://shop.ewsound.ee/en/sitemap [stores] => https://shop.ewsound.ee/en/stores [supplier] => https://shop.ewsound.ee/en/supplier [new_products] => https://shop.ewsound.ee/en/new-products [brands] => https://shop.ewsound.ee/en/brands [register] => https://shop.ewsound.ee/en/index.php?controller=registration [order_login] => https://shop.ewsound.ee/en/order?login=1 ) [alternative_langs] => Array ( [en-us] => https://shop.ewsound.ee/en/10_dbx [et] => https://shop.ewsound.ee/et/10_dbx ) [actions] => Array ( [logout] => https://shop.ewsound.ee/en/?mylogout= ) [no_picture_image] => Array ( [bySize] => Array ( [small_default] => Array ( [url] => https://shop.ewsound.ee/img/p/en-default-small_default.jpg [width] => 98 [height] => 98 ) [cart_default] => Array ( [url] => https://shop.ewsound.ee/img/p/en-default-cart_default.jpg [width] => 125 [height] => 125 ) [home_default] => Array ( [url] => https://shop.ewsound.ee/img/p/en-default-home_default.jpg [width] => 250 [height] => 250 ) [medium_default] => Array ( [url] => https://shop.ewsound.ee/img/p/en-default-medium_default.jpg [width] => 452 [height] => 452 ) [large_default] => Array ( [url] => https://shop.ewsound.ee/img/p/en-default-large_default.jpg [width] => 800 [height] => 800 ) ) [small] => Array ( [url] => https://shop.ewsound.ee/img/p/en-default-small_default.jpg [width] => 98 [height] => 98 ) [medium] => Array ( [url] => https://shop.ewsound.ee/img/p/en-default-home_default.jpg [width] => 250 [height] => 250 ) [large] => Array ( [url] => https://shop.ewsound.ee/img/p/en-default-large_default.jpg [width] => 800 [height] => 800 ) [legend] => ) ) [nocache] => ) [configuration] => Smarty_Variable Object ( [value] => Array ( [display_taxes_label] => 1 [display_prices_tax_incl] => 1 [taxes_enabled] => 1 [low_quantity_threshold] => 2 [is_b2b] => 1 [is_catalog] => [show_prices] => 1 [opt_in] => Array ( [partner] => 1 ) [quantity_discount] => Array ( [type] => price [label] => Unit price ) [voucher_enabled] => 1 [return_enabled] => 0 [number_of_days_for_return] => 14 [password_policy] => Array ( [minimum_length] => 8 [maximum_length] => 72 [minimum_score] => 3 ) ) [nocache] => ) [field_required] => Smarty_Variable Object ( [value] => Array ( ) [nocache] => ) [breadcrumb] => Smarty_Variable Object ( [value] => Array ( [links] => Array ( [0] => Array ( [title] => Home [url] => https://shop.ewsound.ee/en/ ) [1] => Array ( [title] => Brands [url] => https://shop.ewsound.ee/en/brands ) [2] => Array ( [title] => dbx [url] => https://shop.ewsound.ee/en/10_dbx ) ) [count] => 3 ) [nocache] => ) [link] => Smarty_Variable Object ( [value] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// [ssl_enable:protected] => 1 [urlShopId:protected] => ) [nocache] => ) [time] => Smarty_Variable Object ( [value] => 1742483599 [nocache] => ) [static_token] => Smarty_Variable Object ( [value] => 77b3b6eb4e8ca95e669cb7c2310b9832 [nocache] => ) [token] => Smarty_Variable Object ( [value] => c017c4d11a057992a7edf4d543a02726 [nocache] => ) [debug] => Smarty_Variable Object ( [value] => 1 [nocache] => ) ) [parent] => [config_vars] => Array ( ) [ext] => Smarty_Internal_Extension_Handler Object ( [objType] => 1 [_property_info:Smarty_Internal_Extension_Handler:private] => Array ( [AutoloadFilters] => 0 [DefaultModifiers] => 0 [ConfigVars] => 0 [DebugTemplate] => 0 [RegisteredObject] => 0 [StreamVariable] => 0 [TemplateVars] => 0 [Literals] => Literals ) [resolvedProperties:Smarty_Internal_Extension_Handler:private] => Array ( ) [registerResource] => Smarty_Internal_Method_RegisterResource Object ( [objMap] => 3 ) [registerPlugin] => Smarty_Internal_Method_RegisterPlugin Object ( [objMap] => 3 ) [createData] => Smarty_Internal_Method_CreateData Object ( [objMap] => 3 ) ) ) [mobile_detect] => Mobile_Detect Object ( [cache:protected] => Array ( ) [userAgent:protected] => Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected]) [httpHeaders:protected] => Array ( [HTTP_HOST] => shop.ewsound.ee [HTTP_CF_EW_VIA] => 15 [HTTP_CDN_LOOP] => cloudflare; loops=1; subreqs=1 [HTTP_CF_WORKER] => paperai.life [HTTP_ACCEPT] => */* [HTTP_COOKIE] => dblp-view=y; csrftoken=5d165a59c91170b0c0103147785350c6; apbct_prev_referer=https%3A%2F%2Fveronastorytime.com; apbct_page_hits=1; apbct_timestamp=1742483595; session=eyJjc3JmX3Rva2VuIjoiYjVkY2JhODQxOGQzMWM1ZWM3YmI1ZDQxOWQ4ZDY1MTU3OWIzNmU2YiJ9.Z9wwjQ.GwKIHvsl2Z_NaH0cev4Bvqa9zL8; apbct_site_landing_ts=1742483595; apbct_cookies_test=%257B%2522cookies_names%2522%253A%255B%2522apbct_timestamp%2522%252C%2522apbct_prev_referer%2522%252C%2522apbct_page_hits%2522%255D%252C%2522check_value%2522%253A%2522da8e64c604e17ee93f0a846bd84ecd2f%2522%257D; countryCode=US; _routing_id="ff2c20f8-9fc0-46c7-8702-455b6ee16cff" [HTTP_CF_VISITOR] => {"scheme":"https"} [HTTP_REFERER] => https://shop.ewsound.ee [HTTP_X_FORWARDED_PROTO] => https [HTTP_USER_AGENT] => Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected]) [HTTP_ACCEPT_ENCODING] => gzip, br [HTTP_ORIGIN] => https://shop.ewsound.ee [HTTP_X_FORWARDED_FOR] => 13.59.93.176 [HTTP_CF_RAY] => 9236271a324e1080-ORD [HTTP_MOD_REWRITE] => On ) [cloudfrontHeaders:protected] => Array ( ) [matchingRegex:protected] => [matchesArray:protected] => [detectionType:protected] => mobile ) [mode] => [container] => [virtualTotalTaxExcluded] => 0 [virtualTotalTaxIncluded] => 0 [translator:protected] => PrestaShopBundle\Translation\TranslatorComponent Object ( [catalogues:protected] => Array ( [en-US] => Symfony\Component\Translation\MessageCatalogue Object ( [messages:Symfony\Component\Translation\MessageCatalogue:private] => Array ( [ModulesStatsbestcustomersAdmin] => Array ( [Empty recordset returned] => Empty recordset returned [Valid orders] => Valid orders [Money spent] => Money spent [Best customers] => Best customers [Enrich your stats, add a list of the best customers to the dashboard.] => Enrich your stats, add a list of the best customers to the dashboard. [Develop clients' loyalty] => Develop clients' loyalty [Keeping a client can be more profitable than gaining a new one. That is one of the many reasons it is necessary to cultivate customer loyalty.] => Keeping a client can be more profitable than gaining a new one. That is one of the many reasons it is necessary to cultivate customer loyalty. [Word of mouth is also a means for getting new, satisfied clients. A dissatisfied customer can hurt your e-reputation and obstruct future sales goals.] => Word of mouth is also a means for getting new, satisfied clients. A dissatisfied customer can hurt your e-reputation and obstruct future sales goals. [In order to achieve this goal, you can organize:] => In order to achieve this goal, you can organize: [Punctual operations: commercial rewards (personalized special offers, product or service offered), non commercial rewards (priority handling of an order or a product), pecuniary rewards (bonds, discount coupons, payback).] => Punctual operations: commercial rewards (personalized special offers, product or service offered), non commercial rewards (priority handling of an order or a product), pecuniary rewards (bonds, discount coupons, payback). [Sustainable operations: loyalty points or cards, which not only justify communication between merchant and client, but also offer advantages to clients (private offers, discounts).] => Sustainable operations: loyalty points or cards, which not only justify communication between merchant and client, but also offer advantages to clients (private offers, discounts). [These operations encourage clients to buy products and visit your online store more regularly.] => These operations encourage clients to buy products and visit your online store more regularly. ) [ModulesCheckpaymentAdmin] => Array ( [Payments by check] => Prepayment order [Are you sure you want to delete these details?] => Are you sure you want to delete these details? [The "Payee" and "Address" fields must be configured before using this module.] => To use this module you must enter payee and address. [No currency has been set for this module.] => No currency has been set for this module. [The "Payee" field is required.] => The payee field is required. [The "Address" field is required.] => The "Address" field is required. [Pay by Check] => Pay by Check [Contact details] => Contact details [Payee (name)] => Payee [Address] => Address [Address where the check should be sent to.] => Address where the check should be sent to. [%amount% (tax incl.)] => %amount% (tax incl.) [Display contact details blocks to make it easy for customers to pay by check on your store.] => Display contact details blocks to make it easy for customers to pay by check on your store. [(tax incl.)] => (tax incl.) [This module allows you to accept payments by check.] => This module allows you to accept payments by check. [If the client chooses this payment method, the order status will change to 'Waiting for payment'.] => If the client chooses this payment method, the order status will change to 'Waiting for payment'. [You will need to manually confirm the order as soon as you receive a check.] => You will need to manually confirm the order as soon as you receive a check. ) [ModulesFacetedsearchShop] => Array ( [Not available] => Preorder [Price] => Price [Weight] => Weight [New] => New [Used] => Used [Refurbished] => Refurbished [Condition] => Condition [Available] => Available [In stock] => In stock [Availability] => Availability [Brand] => Brand [Categories] => Categories [New product] => New product [On sale] => On sale [Best sellers] => Best sellers [Relevance] => Relevance ) [ShopTheme] => Array ( [404] => 404 ) [ModulesDashgoalsAdmin] => Array ( [Dashboard Goals] => Dashboard Goals [Adds a block with your store's forecast.] => Adds a block with your store's forecast. [January] => January [February] => February [March] => March [April] => April [May] => May [June] => June [July] => July [August] => August [September] => September [October] => October [November] => November [December] => December [Average cart value] => Average cart value [Goal exceeded] => Goal exceeded [Goal not reached] => Goal not reached [Goal set:] => Goal set: [Enrich your stats: add a block with your store’s forecast to always be one step ahead!] => Enrich your stats: add a block with your store’s forecast to always be one step ahead! [Conversion Rate] => Conversion Rate [Traffic] => Traffic [Average Cart Value] => Average Cart Value [Conversion] => Conversion [Forecast] => Forecast ) [AdminShippingHelp] => Array ( [Format:] => Format: [Filesize:] => Filesize: [MB max.] => MB max. [Current size:] => Current size: [undefined] => undefined [Your online store needs to have a proper carrier registered in PrestaShop as soon as you start shipping your products. This means sending yours parcels using your local postal service, or having a contract with a private carrier which in turn will ship your parcels to your customers. In order to have PrestaShop suggest the most adequate carrier to your customers during their order checkout process, you need to register all the carriers with which you have chosen to work.] => Your online store needs to have a proper carrier registered in PrestaShop as soon as you start shipping your products. This means sending yours parcels using your local postal service, or having a contract with a private carrier which in turn will ship your parcels to your customers. In order to have PrestaShop suggest the most adequate carrier to your customers during their order checkout process, you need to register all the carriers with which you have chosen to work. [PrestaShop comes with a number of carrier modules that you can activate. You can also buy carrier modules on the PrestaShop Addons marketplace. Recommended modules are listed below: install the module that matches your carrier, and configure it!] => PrestaShop comes with a number of carrier modules that you can activate. You can also buy carrier modules on the PrestaShop Addons marketplace. Recommended modules are listed below: install the module that matches your carrier, and configure it! [Note: DO NOT register a new carrier if there already exists a module for it! Using a module will be much faster and more accurate!] => Note: DO NOT register a new carrier if there already exists a module for it! Using a module will be much faster and more accurate! [The carrier's name will be displayed during checkout.] => The carrier's name will be displayed during checkout. [The delivery time will be displayed during checkout.] => The delivery time will be displayed during checkout. [Delivery tracking URL: Type '@' where the tracking number should appear. It will be automatically replaced by the tracking number.] => Delivery tracking URL: Type '@' where the tracking number should appear. It will be automatically replaced by the tracking number. [For example: 'http://example.com/track.php?num=@' with '@' where the tracking number should appear.] => For example: 'http://example.com/track.php?num=@' with '@' where the tracking number should appear. [Include the handling costs (as set in Shipping > Preferences) in the final carrier price.] => Include the handling costs (as set in Shipping > Preferences) in the final carrier price. [Out-of-range behavior occurs when no defined range matches the customer's cart (e.g. when the weight of the cart is greater than the highest weight limit defined by the weight ranges).] => Out-of-range behavior occurs when no defined range matches the customer's cart (e.g. when the weight of the cart is greater than the highest weight limit defined by the weight ranges). [Maximum width managed by this carrier. Set the value to "0", or leave this field blank to ignore.] => Maximum width managed by this carrier. Set the value to "0", or leave this field blank to ignore. [The value must be an integer.] => The value must be an integer. [Maximum height managed by this carrier. Set the value to "0", or leave this field blank to ignore.] => Maximum height managed by this carrier. Set the value to "0", or leave this field blank to ignore. [Maximum depth managed by this carrier. Set the value to "0", or leave this field blank to ignore.] => Maximum depth managed by this carrier. Set the value to "0", or leave this field blank to ignore. [Maximum weight managed by this carrier. Set the value to "0", or leave this field blank to ignore.] => Maximum weight managed by this carrier. Set the value to "0", or leave this field blank to ignore. [Allowed characters: letters, spaces and "%special_chars%".] => Allowed characters: letters, spaces and "%special_chars%". [For in-store pickup, enter 0 to replace the carrier name with your shop name.] => For in-store pickup, enter 0 to replace the carrier name with your shop name. [Enter "0" for a longest shipping delay, or "9" for the shortest shipping delay.] => Enter "0" for a longest shipping delay, or "9" for the shortest shipping delay. [Mark the groups that are allowed access to this carrier.] => Mark the groups that are allowed access to this carrier. [Enable the carrier in the front office.] => Enable the carrier in the front office. [Carrier name displayed during checkout] => Carrier name displayed during checkout [Upload a logo from your computer.] => Upload a logo from your computer. [or] => or [Estimated delivery time will be displayed during checkout.] => Estimated delivery time will be displayed during checkout. [Delivery tracking URL: Type '@' where the tracking number should appear. It will then be automatically replaced by the tracking number.] => Delivery tracking URL: Type '@' where the tracking number should appear. It will then be automatically replaced by the tracking number. [The zones in which this carrier will be used.] => The zones in which this carrier will be used. [Group access] => Group access [Apply both regular shipping cost and product-specific shipping costs.] => Apply both regular shipping cost and product-specific shipping costs. [Include the shipping and handling costs in the carrier price.] => Include the shipping and handling costs in the carrier price. [Apply the cost of the highest defined range] => Apply the cost of the highest defined range [Out-of-range behavior occurs when none is defined (e.g. when a customer's cart weight is greater than the highest range limit).] => Out-of-range behavior occurs when none is defined (e.g. when a customer's cart weight is greater than the highest range limit). [Maximum height managed by this carrier. Set the value to "0," or leave this field blank to ignore.] => Maximum height managed by this carrier. Set the value to "0," or leave this field blank to ignore. [Maximum width managed by this carrier. Set the value to "0," or leave this field blank to ignore.] => Maximum width managed by this carrier. Set the value to "0," or leave this field blank to ignore. [Maximum depth managed by this carrier. Set the value to "0," or leave this field blank to ignore.] => Maximum depth managed by this carrier. Set the value to "0," or leave this field blank to ignore. [Maximum weight managed by this carrier. Set the value to "0," or leave this field blank to ignore.] => Maximum weight managed by this carrier. Set the value to "0," or leave this field blank to ignore. [Your shop's default carrier.] => Your shop's default carrier. [This will only be visible in the front office.] => This will only be visible in the front office. [You need to register all the carriers with which you have chosen to work. PrestaShop comes with a selection of carrier modules you can install right below the page or buy on [1]Addons marketplace[/1].] => You need to register all the carriers with which you have chosen to work. PrestaShop comes with a selection of carrier modules you can install right below the page or buy on [1]Addons marketplace[/1]. [If there is no existing module for your carrier, you can register it manually by clicking on "[1]" but before, please make sure you did not register a new carrier if a module already exists for it!] => If there is no existing module for your carrier, you can register it manually by clicking on "[1]" but before, please make sure you did not register a new carrier if a module already exists for it. [If you set these parameters to 0, they will be disabled.] => If you set these parameters to 0, they will be disabled. [Coupons are not taken into account when calculating free shipping.] => Coupons are not taken into account when calculating free shipping. ) [AdminStatsHelp] => Array ( [%value% of your products for sale are out of stock.] => %value% of your products for sale are out of stock. [Gross margin expressed in percentage assesses how cost-effectively you sell your goods. Out of $100, you will retain $%value% to cover profit and expenses.] => Gross margin expressed in percentage assesses how cost-effectively you sell your goods. Out of $100, you will retain $%value% to cover profit and expenses. [%value% of your products are disabled and not visible to your customers] => %value% of your products are disabled and not visible to your customers [Within your catalog, %value% of your products have had sales in the last 30 days] => Within your catalog, %value% of your products have had sales in the last 30 days ) [ModulesGraphnvd3Admin] => Array ( [NVD3 Charts] => NVD3 Charts [Enable the NVD3 charting code for your own uses, providing you with ever so useful graphs.] => Enable the NVD3 charting code for your own uses, providing you with ever so useful graphs. ) [ModulesEmailalertsAdmin] => Array ( [Mail alerts] => Mail alerts [Make your everyday life easier, handle mail alerts about stock and orders, addressed to you as well as your customers.] => Make your everyday life easier, handle mail alerts about stock and orders, addressed to you as well as your customers. [Cannot update settings] => Cannot update settings [Please type one (or more) email address] => Please type one (or more) email address [Invalid email:] => Invalid email: [Settings updated successfully] => Settings updated successfully [No message] => No message [image(s)] => image(s) [Voucher code:] => Voucher code: [Customer notifications] => Customer notifications [Product availability] => Product availability [Give the customer the option of receiving a notification when an out of stock product is available again.] => Give the customer the option of receiving a notification when an out of stock product is available again. [Order edit] => Order edit [Send a notification to the customer when an order is edited.] => Send a notification to the customer when an order is edited. [New order] => New order [Receive a notification when an order is placed.] => Receive a notification when an order is placed. [Out of stock] => Out of stock [Receive a notification if the available quantity of a product is below the following threshold.] => Receive a notification if the available quantity of a product is below the following threshold. [Threshold] => Threshold [Quantity for which a product is considered out of stock.] => Quantity for which a product is considered out of stock. [Coverage warning] => Coverage warning [Receive a notification when a product has insufficient coverage.] => Receive a notification when a product has insufficient coverage. [Coverage] => Coverage [Stock coverage, in days. Also, the stock coverage of a given product will be calculated based on this number.] => Stock coverage, in days. Also, the stock coverage of a given product will be calculated based on this number. [Returns] => Returns [Receive a notification when a customer requests a merchandise return.] => Receive a notification when a customer requests a merchandise return. [Email addresses] => Email addresses [One email address per line (e.g. [email protected]).] => One email address per line (e.g. [email protected]). [Merchant notifications] => Merchant notifications [Mail alert: Unable to delete customer using email.] => Mail alert: Unable to delete customer using email. [Mail alert: Unable to export customer using email.] => Mail alert: Unable to export customer using email. [Please enter one (or more) email address for the new order notification.] => Please enter one (or more) email address for the new order notification. [Cannot update new order emails.] => Cannot update new order emails. [Please enter one (or more) email address for "out of stock" notifications.] => Please enter one (or more) email addresses for "out of stock" notifications. [Cannot update email for "out of stock" notifications.] => Cannot update email for "out of stock" notifications. [Please enter one (or more) email address for "return slip" notifications.] => Please enter one (or more) email addresses for "return slip" notifications. [Cannot update "return slip" emails.] => Cannot update "return slip" emails. [Send to:] => Send to: [Add email] => Add email [Enter one or more email address. Use 'Return' or a comma to separate each address.] => Enter one or more email addresses. Use 'Return' or a comma to separate each address. ) [ModulesStatsbestproductsAdmin] => Array ( [An empty record-set was returned.] => An empty record-set was returned. [Price sold] => Price sold [Quantity sold in a day] => Quantity sold in a day [Page views] => Page views [Best-selling products] => Best-selling products [Enrich your stats with a small list of your best-sellers to better know your customers.] => Enrich your stats with a small list of your best-sellers to better know your customers. ) [ModulesContactformAdmin] => Array ( [Contact form] => Contact form [Adds a contact form to the "Contact us" page.] => Adds a contact form to the "Contact us" page. [For even more security on your website forms, consult our Security & Access modules category on the %link%] => For even more security on your website forms, consult our Security & Access modules category on the %link% [Parameters] => Parameters [Send confirmation email to your customers] => Send confirmation email to your customers [Choose Yes and your customers will receive a generic confirmation email including a tracking number after their message is sent. Note: to discourage spam, the content of their message won't be included in the email.] => Choose Yes and your customers will receive a generic confirmation email including a tracking number after their message is sent. Note: to discourage spam, the content of their message won't be included in the email. [Receive customers' messages by email] => Receive customers' messages by email [By default, you will only receive contact messages through your Customer service tab.] => By default, you will only receive contact messages through your Customer service tab. [Help your customers get in touch when they need, add a contact form on your store.] => Help your customers get in touch when they need, add a contact form on your store. ) [ModulesStatsbestcategoriesAdmin] => Array ( [Empty recordset returned] => Empty recordset returned [Total Quantity Sold] => Total Quantity Sold [Total Price] => Total Price [Total Margin] => Total Margin [Total Viewed] => Total Viewed [Best categories] => Best categories [Enrich your stats, add a list of the best selling categories to the dashboard.] => Enrich your stats, add a list of the best selling categories to the dashboard. [Display final level categories only (that have no child categories)] => Display final level categories only (that have no child categories) ) [ModulesLanguageselectorAdmin] => Array ( [Language selector block] => Language selector block [Adds a block allowing customers to select a language for your store's content.] => Adds a block allowing customers to select a language for your store's content. [Go international and display a language selector in the header of your store so that customers can shop in their own language.] => Go international and display a language selector in the header of your store so that customers can shop in their own language. ) [AdminNotificationsSuccess] => Array ( [Successful update] => Successful update [Update successful] => Update successful [The thumbnails were successfully regenerated.] => The thumbnails were successfully regenerated. [Successful upload.] => Successful upload. [Duplication was completed successfully.] => Duplication was completed successfully. [The selected images have successfully been moved.] => The selected images have successfully been moved. [Your cover image selection has been saved.] => Your cover image selection has been saved. [The image's shop association has been modified.] => The image's shop association has been modified. [A zone has been assigned to the selection successfully.] => A zone has been assigned to the selection successfully. [Successful upgrade.] => Successful upgrade. [Successful deletion] => Successful deletion [The settings have been successfully updated.] => The settings have been successfully updated. [The status has been successfully updated.] => The status has been successfully updated. [Comment successfully added.] => Comment successfully added. [The selection has been successfully deleted.] => The selection has been successfully deleted. [Successful creation] => Successful creation [The status has been updated successfully.] => The status has been updated successfully. [Settings updated] => Settings updated [Configuration updated] => Configuration updated [Successful update.] => Successful update. [Successful deletion.] => Successful deletion. [The settings have been updated.] => The settings have been updated. [Successfully overwrote email templates for theme %s with locale %s] => Successfully overwrote email templates for theme %s with locale %s [Successfully generated email templates for theme %s with locale %s] => Successfully generated email templates for theme %s with locale %s [Email theme configuration saved successfully] => Email theme configuration saved successfully [Test email for layout %layout% was successfully sent to %email%] => Test email for layout %layout% was successfully sent to %email% [Your theme has been correctly exported: %path%] => Your theme has been correctly exported: %path% [The selection has been successfully deleted] => The selection has been successfully deleted [The image was successfully deleted.] => The image was successfully deleted. [Successful duplication] => Successful duplication [Your store context has been automatically modified.] => Your store context has been automatically modified. [Update successful.] => Update successful. [Your symbol and format customizations have been successfully reset for this language.] => Your symbol and format customizations have been successfully reset for this language. [Settings updated.] => Settings updated. [The product was successfully added.] => The product was successfully added. [The product was successfully removed.] => The product was successfully removed. [[1] products were successfully added.] => [1] products were successfully added. [[1] products were successfully removed.] => [1] products were successfully removed. ) [ModulesCustomersigninAdmin] => Array ( [Customer "Sign in" link] => Customer "Sign in" link [Make your customers feel at home on your store, invite them to sign in!] => Make your customers feel at home on your store, invite them to sign in! [%firstname% %lastname%] => %firstname% %lastname% ) [AdminNotificationsError] => Array ( [Unable to update settings.] => Unable to update settings. [There is %d error.] => There is %d error. [There are %d errors.] => There are %d errors. [There are %d warnings.] => There are %d warnings. [%1$s on line %2$s in file %3$s] => %1$s on line %2$s in file %3$s [Property %s is empty.] => Property %s is empty. [The %s field is required.] => The %s field is required. [This class name does not exist.] => This class name does not exist. [This property does not exist in the class or is forbidden.] => This property does not exist in the class or is forbidden. [This association has too many elements.] => This association has too many elements. [This name is not allowed.] => This name is not allowed. [Syntax error with this pattern.] => Syntax error with this pattern. [This key has already been used.] => This key has already been used. [The %s field (in tab %s) is required.] => The %s field (in tab %s) is required. [[%s] is not a valid configuration key] => [%s] is not a valid configuration key [Cannot parse feed.] => Cannot parse feed. [No default currency] => No default currency [The email is already used, please choose another one] => The email is already used, please choose another one. [Could not load cart id=%s] => Could not load cart id=%s [No files were uploaded.] => No files were uploaded. [Source file does not exist or is empty.] => Source file does not exist or is empty. [File has an invalid extension, it should be one of these: %s.] => File has an invalid extension, it should be one of these: %s. [The uploaded file is too large.] => The uploaded file is too large. [Image is too large (%1$d kB). Maximum allowed: %2$d kB] => Image is too large (%1$d kB). Maximum allowed: %2$d kB [Image format not recognized, allowed formats are: .ico] => Image format not recognized, allowed formats are: .ico [Error while uploading image; please change your server's settings.] => Error while uploading image; please change your server's settings. [Cannot generate emails because the Symfony container is unavailable.] => Cannot generate emails because the Symfony container is unavailable. [Cannot generate email templates: %s.] => Cannot generate email templates: %s. [Cannot scan root directory] => Cannot scan root directory [Cannot scan "override" directory] => Cannot scan "override" directory [File %2$s (in directory %1$s)] => File %2$s (in directory %1$s) [Property %1$s has a bad value (allowed values are: %2$s).] => Property %1$s has a bad value (allowed values are: %2$s). [Your entry in field %1$s (language %2$s) exceeds max length %3$d chars (incl. html tags).] => Your entry in field %1$s (language %2$s) exceeds max length %3$d chars (incl. HTML tags). [The length of property %1$s is currently %2$d chars. It must be between %3$d and %4$d chars.] => The length of property %1$s is currently %2$d chars. It must be between %3$d and %4$d chars. [Validation function not found: %s.] => Validation function not found: %s. [Property %s is not valid] => Property %s is not valid [is required.] => is required. [%1$s is too long. Maximum length: %2$d] => %1$s is too long. Maximum length: %2$d [The range of property %1$s is currently %2$d. It must be between %3$d and %4$d.] => The range of property %1$s is currently %2$d. It must be between %3$d and %4$d. [The %1$s field is too long (%2$d chars max).] => The %1$s field is too long (%2$d chars max). [Error on image caption: "%1s" is not a valid caption.] => Error on image caption: "%1s" is not a valid caption. [Fatal error] => Fatal error [Server file size is different from local file size] => Server file size is different from local file size [The uploaded file exceeds %s] => The uploaded file exceeds %s [The uploaded file was only partially uploaded] => The uploaded file was only partially uploaded [No file was uploaded] => No file was uploaded [Missing temporary folder] => Missing temporary folder [Failed to write file to disk] => Failed to write file to disk [A PHP extension stopped the file upload] => A PHP extension stopped the file upload [Filetype not allowed] => Filetype not allowed [The 'From' date format is invalid (YYYY-MM-DD)] => The 'From' date format is invalid (YYYY-MM-DD) [The 'To' date format is invalid (YYYY-MM-DD)] => The 'To' date format is invalid (YYYY-MM-DD) [An error occurred while attempting to delete the image. (cannot load object).] => An error occurred while attempting to delete the image. (cannot load object). [You cannot delete this item.] => You cannot delete this item. [field %s is required.] => field %s is required. [The option selected in the %s field is invalid.] => The option selected in the %s field is invalid. [Cannot add configuration %s] => Cannot add configuration %s [The field %field_name% is required at least in %lang%.] => The field %field_name% is required at least in %lang%. [%s: Incorrect value] => %s: Incorrect value [Can't update #%id% status] => Can't update #%id% status [An error occurred while assigning a zone to the selection.] => An error occurred while assigning a zone to the selection. [You must select at least one element to assign a new zone.] => You must select at least one element to assign a new zone. [You need at least 1 object.] => You need at least 1 object. [Can't delete #%id%] => Can't delete #%id% [You must select at least one item to perform a bulk action.] => You must select at least one item to perform a bulk action. [An error occurred when attempting to update the required fields.] => An error occurred when attempting to update the required fields. [Unable to delete associated images.] => Unable to delete associated images. [Due to memory limit restrictions, this image cannot be loaded. Please increase your memory_limit value via your server's configuration settings.] => Due to memory limit restrictions, this image cannot be loaded. Please increase your memory_limit value via your server's configuration settings. [The object cannot be loaded (the identifier is missing or invalid)] => The object cannot be loaded (the identifier is missing or invalid) [Access denied.] => Access denied. [The uploaded file exceeds the post_max_size directive in php.ini] => The uploaded file exceeds the post_max_size directive in php.ini [File is too big. Current size is %1s, maximum size is %2s.] => File is too big. Current size is %1s, maximum size is %2s. [The uploaded file exceeds the upload_max_filesize directive in php.ini] => The uploaded file exceeds the upload_max_filesize directive in php.ini [file (%s) not writable] => file (%s) not writable [directory (%s) not writable] => directory (%s) not writable [The file you are trying to upload is %2$d KB, which is larger than the maximum size allowed of %1$d KB.] => The file you are trying to upload is %2$d KB, which is larger than the maximum size allowed of %1$d KB. [This functionality has been disabled.] => This functionality has been disabled. [Failed to update the position.] => Failed to update the position. [You must select at least one element to delete.] => You must select at least one element to delete. [An error occurred while updating the status for an object.] => An error occurred while updating the status for an object. [(cannot load object)] => (cannot load object) [You do not have permission to delete this.] => You do not have permission to delete this. [You do not have permission to edit this.] => You do not have permission to edit this. [An error occurred while deleting this selection.] => An error occurred while deleting this selection. [The object cannot be loaded.] => The object cannot be loaded. [Invalid message] => Invalid message [Invalid message.] => Invalid message. [Bad SQL query] => Bad SQL query [Please fill in all the required fields.] => Please fill in all the required fields. [Address format invalid] => Address format invalid [An error occurred during the file upload process.] => An error occurred during the file upload process. [The email address is invalid.] => The email address is invalid. [The selected date range is not valid.] => The selected date range is not valid. [Failed to update the status] => Failed to update the status [Unknown error.] => Unknown error. [Incorrect value for "Depends on stock" for product %name%] => Incorrect value for "Depends on stock" for product %name% [Invalid tag(s) (%s)] => Invalid tag(s) (%s) [There is one error.] => There is one error. [There are several errors.] => There are several errors. [Email is empty.] => Email is empty. [Invalid email address.] => Invalid email address. [The password field is blank.] => The password field is blank. [Invalid password.] => Invalid password. [File upload was not completed.] => File upload was not completed. [File too large (limit of %s bytes).] => File too large (limit of %s bytes). [Internal error #%s] => Internal error #%s [No file has been selected] => No file has been selected [No file was uploaded.] => No file was uploaded. [No valid value for field exceptions has been defined.] => No valid value for field exceptions has been defined. [An error occurred while transplanting the module to its hook.] => An error occurred while transplanting the module to its hook. [Page not found] => Page not found [You do not have permission to view this.] => You do not have permission to view this. [An error occurred while copying the image.] => An error occurred while copying the image. [An error occurred while attempting to create a new folder.] => An error occurred while attempting to create a new folder. [An error occurred while copying this image: %s] => An error occurred while copying this image: %s [Error while updating the status.] => Error while updating the status. [Invalid file name] => Invalid file name [You cannot delete all of the items.] => You cannot delete all of the items. [Cannot retrieve file.] => Cannot retrieve file. [Invalid name for %s language] => Invalid name for %s language [The name for %1s language is too long (%2d chars max).] => The name for %1s language is too long (%2d chars max). [Invalid file extension] => Invalid file extension [The file name is too long.] => The file name is too long. [Invalid file] => Invalid file [Invalid date range] => Invalid date range [An error occurred while updating the image.] => An error occurred while updating the image. [An error occurred while linking the object %table_name% to categories.] => An error occurred while linking the object %table_name% to categories. [The object cannot be loaded. ] => The object cannot be loaded. [The %name% field is required.] => The %name% field is required. [The %1$s field (%2$s) is invalid.] => The %1$s field (%2$s) is invalid. [The tags list (%s) is invalid.] => The tags list (%s) is invalid. [An error occurred while copying this image:] => An error occurred while copying this image: [You need at least one object.] => You need at least one object. [The file is missing.] => The file is missing. [An error occurred while updating an object.] => An error occurred while updating an object. [Cannot delete file] => Cannot delete file [An error occurred while uploading the image.] => An error occurred while uploading the image. [Invalid date format.] => Invalid date format. [The %s field is not valid] => The %s field is not valid ["%key%" does not exist.] => "%key%" does not exist. [An error occurred while updating the status.] => An error occurred while updating the status. [An error occurred while creating an object.] => An error occurred while creating an object. [You cannot delete or disable the last shop group.] => You cannot delete or disable the last store group. [You cannot delete or disable a shop group in use.] => You cannot delete or disable a store group in use. [You cannot disable the Main URL.] => You cannot disable the Main URL. [You cannot change a main URL to a non-main URL. You have to set another URL as your Main URL for the selected shop.] => You cannot change a main URL to a non-main URL. You have to set another URL as your Main URL for the selected shop. [A shop URL that uses this domain already exists.] => A shop URL that uses this domain already exists. [A shop virtual URL cannot be "%URL%"] => A shop virtual URL cannot be "%URL%" [An error occurred during deletion.] => An error occurred during deletion. [An error occurred while deleting the object.] => An error occurred while deleting the object. [A Zip/Postal code is required.] => A Zip/Postal code is required. [The Zip/Postal code is invalid.] => The Zip/Postal code is invalid. [Your Zip/Postal code is incorrect.] => Your Zip/Postal code is incorrect. [It must be entered as follows:] => It must be entered as follows: [You do not have permission to add this.] => You do not have permission to add this. ["%type%" does not exist.] => "%type%" does not exist. [Directory "%folder%" cannot be created] => Directory "%folder%" cannot be created [File "%file%" cannot be created] => File "%file%" cannot be created [Cannot write this file: "%folder%"] => Cannot write this file: "%folder%" [This file must be writable: %file%] => This file must be writable: %file% [No file has been selected.] => No file has been selected. [The server does not have permissions for writing.] => The server does not have permissions for writing. [Please check rights for %file%] => Please check rights for %file% [This file must be writable:] => This file must be writable: [Fatal error: The module directory does not exist.] => Fatal error: The module directory does not exist. [The field %field_name% is required at least in your default language.] => The field %field_name% is required at least in your default language. [Error while uploading image; please change your server's settings. (Error code: %s)] => Error while uploading image; please change your server's settings. (Error code: %s) [Image format not recognized, allowed formats are: .gif, .jpg, .png] => Image format not recognized, allowed formats are: .gif, .jpg, .png [The %s field is invalid.] => The %s field is invalid. [%s is invalid. Please enter an integer greater than %s.] => %s is invalid. Please enter an integer greater than %s. [An error occurred while attempting to upload the file.] => An error occurred while attempting to upload the file. [Maximum depth: Invalid number.] => Maximum depth: Invalid number. [Please fill out all fields.] => Please fill out all fields. [An error occurred on saving.] => An error occurred when saving. [To use , enable the feature in Shop Parameters > General] => To use , enable the feature in Shop Parameters > General [The voucher code is invalid.] => The voucher code is invalid. [%s is invalid.] => %s is invalid. [An error occurred during the image upload process.] => An error occurred during the image upload process. [You have to select at least one shop to associate this item with] => You have to select at least one shop to associate this item with. [Invalid URL] => Invalid URL [Invalid emails: %invalid_emails%.] => Invalid emails: %invalid_emails%. [Invalid email: %invalid_email%.] => Invalid email: %invalid_email%. [Invalid selection] => Invalid selection [Category "%s" could not be created.] => Category "%s" could not be created. [This product could not be assigned to category "%s".] => This product could not be assigned to category "%s". [%s is invalid. Please enter an integer lower than %s.] => %s is invalid. Please enter an integer lower than %s. [The password doesn't meet the password policy requirements.] => The password doesn't meet the password policy requirements. [You need permission to add this.] => You need permission to add this. [You do not have permission to update this.] => You do not have permission to update this. [You do not have permission to create this.] => You do not have permission to create this. [This field cannot be longer than %limit% characters (incl. HTML tags)] => This field cannot be longer than %limit% characters (incl. HTML tags) [Profile(s) assigned to employee cannot be deleted] => Profile(s) assigned to employee cannot be deleted [You cannot delete your own profile] => You cannot delete your own profile [An error occurred while clearing objects.] => An error occurred while clearing objects. [Cannot open export file for writing] => Cannot open export file for writing [Cannot write into file: %filename%. Please check write permissions.] => Cannot write into file: %filename%. Please check write permissions. [This order status does not exist.] => This order status does not exist. [An unexpected error occurred. [%type% code %code%]: %message%] => An unexpected error occurred. [%type% code %code%]: %message% [An unexpected error occurred. [%type% code %code%]] => An unexpected error occurred. [%type% code %code%] [Cannot send test email for theme %theme% because it is not your current theme] => Cannot send test email for theme %theme% because it is not your current theme [Cannot send test email for layout %layout%] => Cannot send test email for layout %layout% [Cannot translate emails body content] => Cannot translate emails body content [Themes can only be changed in single store context.] => Themes can only be changed in single store context. [Missing configuration file] => Missing configuration file [Invalid configuration] => Invalid configuration. [Invalid data] => Invalid data [Image format not recognized, allowed format(s) is(are): .%s] => Image format not recognized, allowed format(s) is(are): .%s [You need permission to edit this.] => You need permission to edit this. [Unexpected error occurred.] => Unexpected error occurred. [The object cannot be loaded (or found)] => The object cannot be loaded (or found) [Max file size allowed is "%s" bytes.] => Max file size allowed is "%s" bytes. [An error occurred while attempting to save.] => An error occurred while attempting to save. [This zone does not exist.] => This zone does not exist. [Invalid action] => Invalid action [Your uploaded file might exceed the [1]upload_max_filesize[/1] and the [1]post_max_size[/1] directives in [1]php.ini[/1], please check your server configuration.] => Your uploaded file might exceed the [1]upload_max_filesize[/1] and the [1]post_max_size[/1] directives in [1]php.ini[/1], please check your server configuration. [The value of the PHP.ini setting "max_input_vars" must be increased to %value% in order to be able to submit the product form.] => The value of the PHP.ini setting "max_input_vars" must be increased to %value% in order to be able to submit the product form. [Invalid data supplied.] => Invalid data supplied. [Address fields contain invalid values.] => Address fields contain invalid values. [An error occurred while toggling this selection.] => An error occurred while toggling this selection. [You cannot upload more files] => You cannot upload more files [Form contains invalid values] => Form contains invalid values [To create combinations for all your stores, the selected attributes must be available on each of them.] => To create combinations for all your stores, the selected attributes must be available on each of them. [Invalid ID.] => Invalid ID. [Cannot remove cover image.] => Cannot remove cover image. [Product price is invalid] => Product price is invalid [Product price per unit is invalid] => Product price per unit is invalid [You cannot associate the same feature value more than once.] => You cannot associate the same feature value more than once. [The selected value belongs to another feature.] => The selected value belongs to another feature. [This product cannot be changed into a pack because it is already associated to another pack.] => This product cannot be changed into a pack because it is already associated to another pack. [The address for this supplier has been deleted.] => The address for this supplier has been deleted. [Same product quantity is already in cart] => Same product quantity is already in cart. [Selected language cannot be used because it is disabled] => Selected language cannot be used because it is disabled. [Selected currency cannot be used because it is deleted.] => Selected currency cannot be used because it is deleted. [Selected currency cannot be used because it is disabled.] => Selected currency cannot be used because it is disabled. [Custom field text cannot be longer than %limit% characters.] => Custom field text cannot be longer than %limit% characters. [Gift message not valid] => Gift message not valid [Positive product quantity is required.] => Positive product quantity is required. [The product customization picture could not be found.] => The product customization picture could not be found. [Invalid action: this order has already been paid.] => Invalid action: this order has already been paid. [Invalid action: this order has not been delivered.] => Invalid action: this order has not been delivered. [Invalid action: this order has already been delivered.] => Invalid action: this order has already been delivered. [Invalid action: this order has not been paid.] => Invalid action: this order has not been paid. [This product is already in your order, please edit the quantity instead.] => This product is already in your order, please edit the quantity instead. [This product is already in the invoice [1], please edit the quantity instead.] => This product is already in the invoice [1], please edit the quantity instead. [You cannot edit the price of a product that no longer exists in your catalog.] => You cannot edit the price of a product that no longer exists in your catalog. [Value cannot be 0.] => Value cannot be 0. [The field is invalid. Please enter an integer greater than or equal to 0.] => The field is invalid. Please enter an integer greater than or equal to 0. [This field is invalid] => This field is invalid [This field cannot be shorter than %limit% characters] => This field cannot be shorter than %limit% characters [This field is required.] => This field is required. [The "%s" field is invalid. HTML tags are not allowed.] => The "%s" field is invalid. HTML tags are not allowed. [This field cannot be longer than %limit% characters] => This field cannot be longer than %limit% characters [The field is invalid. Please enter a positive integer.] => The field is invalid. Please enter a positive integer. [The %s field is invalid. Please enter a positive integer.] => The %s field is invalid. Please enter a positive integer. [This field cannot be empty.] => This field cannot be empty. [This domain is not valid.] => This domain is not valid. [The SSL domain is not valid.] => The SSL domain is not valid. [This value should be greater than %value%] => This value should be greater than %value% [This value should be greater than or equal to %value%] => This value should be greater than or equal to %value% [This value should be less than or equal to %value%.] => This value should be less than or equal to %value%. [This field is invalid, it must contain numeric values] => This field is invalid, it must contain numeric values [Reduction value "%value%" is invalid. Allowed values from 0 to %max%] => Reduction value "%value%" is invalid. Allowed values from 0 to %max% [Reduction value "%value%" is invalid. Value cannot be negative] => Reduction value "%value%" is invalid. Value cannot be negative. [%s is invalid. Please enter an integer greater than or equal to 0.] => %s is invalid. Please enter an integer greater than or equal to 0. [%s is invalid. Please enter an integer lower than or equal to %s.] => %s is invalid. Please enter an integer lower than or equal to %s. [Reply message is required] => Reply message is required. [Reply message is invalid] => Reply message is invalid. [Cart rule name must contain clean HTML] => Cart rule name must contain clean HTML. [Discount value must be a number] => Discount value must be a number. [This field is required] => This field is required [Invalid value: the payment must be a positive amount.] => Invalid value: the payment must be a positive amount. [The file is too large. The maximum size allowed is [1] MB. The file you are trying to upload is [2] MB.] => The file is too large. The maximum size allowed is [1] MB. The file you are trying to upload is [2] MB. [Reduction value "%value%" is invalid. It must be greater than 0 and maximum %max%.] => Reduction value "%value%" is invalid. It must be greater than 0 and maximum %max%. [Reduction value "%value%" is invalid. It must be greater than 0.] => Reduction value "%value%" is invalid. It must be greater than 0. [This field is invalid.] => This field is invalid. [The confirmation password doesn't match.] => The confirmation password doesn't match. [This field cannot be longer than %limit% characters.] => This field cannot be longer than %limit% characters. [Oops... looks like an unexpected error occurred] => Oops... looks like an unexpected error occurred. [The object cannot be loaded (or found).] => The object cannot be loaded (or found). [The file is too large. Maximum size allowed is: [1] MB. The file you are trying to upload is [2] MB.] => The file is too large. Maximum size allowed is: [1] MB. The file you are trying to upload is [2] MB. [%error_message% - Language: %language_name%] => %error_message% - Language: %language_name% ) [AdminNavigationSearch] => Array ( [There are no results matching your query "%s".] => There are no results matching your query "%s". [%d results match your query "%s".] => %d results match your query "%s". [1 result matches your query "%s".] => 1 result matches your query "%s". [1 feature] => 1 feature [%d features] => %d features [1 module] => 1 module [%d modules] => %d modules [1 category] => 1 category [%d categories] => %d categories [1 product] => 1 product [%d products] => %d products [1 customer] => 1 customer [%d customers] => %d customers [1 order] => 1 order [%d orders] => %d orders [Search docs.prestashop-project.org] => Search docs.prestashop-project.org [Go to the documentation] => Go to the documentation [%d result matches your query "%s".] => %d result matches your query "%s". ) [ModulesCustomeraccountlinksAdmin] => Array ( [My Account block] => My Account block [Enrich your stats, add a registration progress tab to analyze your visitors’ behavior.] => Enrich your stats, add a registration progress tab to analyze your visitors’ behavior. [Credit slips] => Credit slips [Personal info] => Personal info [Merchandise returns] => Merchandise returns [Welcome your customers with their personal information displayed right on your footer.] => Welcome your customers with their personal information displayed right on your footer. ) [AdminInternationalFeature] => Array ( [Some countries require different elements than others. Click on the button below to get the valid default address format for this country.] => Some countries require different elements than others. Click on the button below to get the valid default address format for this country. [Use the last registered format] => Use the last registered format [Use the default format] => Use the default format [Use my current modified format] => Use my current modified format [Clear format] => Clear format [Assign to a new zone] => Assign to a new zone [This tax only] => This tax only [Combine] => Combine [One after another] => One after another [Down] => Down [Up] => Up [missing] => missing [Core emails] => Core emails [Module emails] => Module emails [Expressions to translate:] => Expressions to translate: [Total missing expressions:] => Total missing expressions: [expressions] => expressions [Modify translations] => Modify translations [Theme:] => Theme: [Module:] => Module: [Country options] => Country options [Country name] => Country name [Does it need Zip/Postal code?] => Does it need Zip/Postal code? [Zip/Postal code format] => Zip/Postal code format [Add new country] => Add new country [ISO code] => ISO code [Default currency] => Default currency [Default store currency] => Default store currency [Address format] => Address format [Contains states] => Contains states [Do you need a tax identification number?] => Do you need a tax identification number? [Display tax label (e.g. "Tax incl.")] => Display tax label (e.g. "Tax incl.") [Call prefix] => Call prefix [Add new state] => Add new state [Add a new tax rule] => Add a new tax rule [Behavior] => Behavior [New tax rule] => New tax rule [Zip/Postal code range] => Zip/Postal code range [Add new tax rules group] => Add new tax rules group [%1$s (Language: %2$s, Theme: %3$s)] => %1$s (Language: %2$s, Theme: %3$s) [Update translations] => Update translations [Themes translations] => Themes translations [Expand all fieldsets] => Expand all fieldsets [Close all fieldsets] => Close all fieldsets [Email subject] => Email subject [View HTML version] => View HTML version [Edit HTML version] => Edit HTML version [View/Edit TXT version] => View/Edit TXT version [Enabled Languages] => Enabled Languages [Main Country] => Main Country [Front office Translations] => Front office Translations [Back office translations] => Back office translations [Installed modules translations] => Installed modules translations [Email translations] => Email translations [Other translations] => Other translations [Body] => Body [%s (local)] => %s (local) [Invoice address] => Invoice address [Delivery address] => Delivery address [Back office] => Back office [Front office] => Front office [Other] => Other [Email] => Email [Symbol] => Symbol [Type] => Type [Language code] => Language code [Date format] => Date format [Date format (full)] => Date format (full) [Flag] => Flag [Search rate] => Search rate [Rate] => Rate [Cannot find reference data for currency %isoCode%] => Cannot find reference data for currency %isoCode% [Numeric ISO code] => Numeric ISO code [Add new zone] => Add new zone [Currency name] => Currency name [Select a currency] => Select a currency [Create an alternative currency] => Create an alternative currency [Decimals] => Decimals [Whitelisted IP addresses] => Whitelisted IP addresses [Geolocation behavior for restricted countries] => Geolocation behavior for restricted countries [Visitors cannot see your catalog.] => Visitors cannot see your catalog. [Visitors can see your catalog but cannot place an order.] => Visitors can see your catalog but cannot place an order. [Geolocation behavior for other countries] => Geolocation behavior for other countries [All features are available] => All features are available [Select the countries from which your store is accessible] => Select the countries from which your store is accessible ["No-picture" image] => "No-picture" image [RTL language] => RTL language [Language identifier] => Language identifier [Country identifier] => Country identifier [Localization pack you want to import] => Localization pack you want to import [Content to import] => Content to import [Download pack data] => Download pack data [Units (e.g. weight, volume, distance)] => Units (e.g. weight, volume, distance) [Change the behavior of the price display for groups] => Change the behavior of the price display for groups [Weight unit] => Weight unit [Distance unit] => Distance unit [Volume unit] => Volume unit [Dimension unit] => Dimension unit [Default language] => Default language [Set language from browser] => Set language from browser [Default country] => Default country [Set default country from browser language] => Set default country from browser language [Time zone] => Time zone [Enable tax] => Enable tax [Display tax in the shopping cart] => Display tax in the shopping cart [Based on] => Based on [Use ecotax] => Use ecotax [Ecotax] => Ecotax [Please select the language you want to add or update] => Please select the language you want to add or update [Update a language] => Update a language [Add a language] => Add a language [PrestaShop translations] => PrestaShop translations [Theme translations] => Theme translations [Select a theme] => Select a theme [Installed module translations] => Installed module translations [Select a module] => Select a module [Select your theme] => Select your theme [Core (no theme selected)] => Core (no theme selected) [Type of translation] => Type of translation [Select the type of email content] => Select the type of email content [Select your module] => Select your module [Edited] => Edited [Select your language] => Select your language [Countries] => Countries [Exchange rate] => Exchange rate [Live exchange rates] => Live exchange rates [Update exchange rates] => Update exchange rates [1. Enter symbol] => 1. Enter symbol [2. Choose format] => 2. Choose format [Customize symbol and format] => Customize symbol and format [Edit symbol / format] => Edit symbol / format [%price%] => %price% [Are you sure you want to restore default settings?] => Are you sure you want to restore default settings? [Restoring your currency's default settings will delete all the customizations you made before. Parameters will look just the same as when the currency is freshly imported.] => Restoring your currency's default settings will delete all the customizations you made before. Parameters will look just the same as when the currency is freshly imported. [Restore default settings] => Restore default settings [Loading currency data] => Loading currency data [Please wait while currency data is being loaded] => Please wait while currency data is being loaded [{price}] => {price} [Add new currency] => Add new currency [Geolocation by IP address] => Geolocation by IP address [IP address whitelist] => IP address whitelist [The following features are only available if you enable the Geolocation by IP address feature.] => The following features are only available if you enable the Geolocation by IP address feature. [Add new language] => Add new language [Import a localization pack] => Import a localization pack [Local units] => Local units [States] => States [Tax options] => Tax options [Add new tax] => Add new tax [Tax Rules] => Tax Rules [Add / Update a language] => Add / Update a language [Add or update a language] => Add or update a language [Export a language] => Export a language [Zones] => Zones [Delete item #] => Delete item # [1 missing] => 1 missing [%nb_translation% expression] => %nb_translation% expression [Search translations] => Search translations [%d missing] => %d missing [%nb_translations% expressions] => %nb_translations% expressions [Show messages] => Show messages [Hide messages] => Hide messages [%nb_translations% missing] => %nb_translations% missing [%nb_translations% translations are missing in %domain%] => %nb_translations% translations are missing in %domain% ) [ModulesAutoupgradeAdmin] => Array ( [Unable to write in the directory "%s"] => Unable to write in the directory "%s" [Server performance] => Server performance [Unless you are using a dedicated server, select "Low".] => Unless you are using a dedicated server, select "Low". [A high value can cause the upgrade to fail if your server is not powerful enough to process the upgrade tasks in a short amount of time.] => A high value can cause the upgrade to fail if your server is not powerful enough to process the upgrade tasks in a short amount of time. [Low (recommended)] => Low (recommended) [Medium] => Medium [High] => High [Disable non-native modules] => Disable non-native modules [As non-native modules can experience some compatibility issues, we recommend to disable them by default.] => As non-native modules can experience some compatibility issues, we recommend to disable them by default. [Keeping them enabled might prevent you from loading the "Modules" page properly after the upgrade.] => Keeping them enabled might prevent you from loading the "Modules" page properly after the upgrade. [Disable all overrides] => Disable all overrides [Enable or disable all classes and controllers overrides.] => Enable or disable all classes and controllers overrides. [Upgrade the default theme] => Upgrade the default theme [If you customized the default PrestaShop theme in its folder (folder name "classic" in 1.7), enabling this option will lose your modifications.] => If you customized the default PrestaShop theme in its folder (folder name "classic" in 1.7), enabling this option will lose your modifications. [If you are using your own theme, enabling this option will simply update the default theme files, and your own theme will be safe.] => If you are using your own theme, enabling this option will simply update the default theme files, and your own theme will be safe. [Switch to the default theme] => Switch to the default theme [This will change your theme: your shop will then use the default theme of the version of PrestaShop you are upgrading to.] => This will change your theme: your store will then use the default theme of the version of PrestaShop you are upgrading to. [Regenerate RTL stylesheet] => Regenerate RTL stylesheet [If enabled, any RTL-specific files that you might have added to all your themes might be deleted by the created stylesheet.] => If enabled, any RTL-specific files that you might have added to all your themes might be deleted by the created stylesheet. [Keep the customized email templates] => Keep the customized email templates [This will not upgrade the default PrestaShop e-mails.] => This will not upgrade the default PrestaShop e-mails. [If you customized the default PrestaShop e-mail templates, enabling this option will keep your modifications.] => If you customized the default PrestaShop e-mail templates, enabling this option will keep your modifications. [Back up my files and database] => Back up my files and database [Automatically back up your database and files in order to restore your shop if needed. This is experimental: you should still perform your own manual backup for safety.] => Automatically back up your database and files in order to restore your store if needed. This is experimental: you should still perform your own manual backup for safety. [Back up my images] => Back up my images [To save time, you can decide not to back your images up. In any case, always make sure you did back them up manually.] => To save time, you can decide not to back your images up. In any case, always make sure you did back them up manually. [Unable to create the directory "%s"] => Unable to create the directory "%s" [Unable to create file %s] => Unable to create file %s [Error when trying to delete backups %s] => Error when trying to delete backups %s [This version of PrestaShop cannot be upgraded: the PS_ADMIN_DIR constant is missing.] => This version of PrestaShop cannot be upgraded: the PS_ADMIN_DIR constant is missing. [1-Click Upgrade] => 1-Click Upgrade [Upgrade to the latest version of PrestaShop in a few clicks, thanks to this automated method.] => Upgrade to the latest version of PrestaShop in a few clicks, thanks to this automated method. [This version of 1-click upgrade requires PHP 5.6 to work properly. Please upgrade your server configuration.] => This version of 1-click upgrade requires PHP 5.6 to work properly. Please upgrade your server configuration. [Unable to delete outdated "AdminUpgrade" tab (tab ID: %idtab%).] => Unable to delete outdated "AdminUpgrade" tab (tab ID: %idtab%). [Unable to create the "AdminSelfUpgrade" tab] => Unable to create the "AdminSelfUpgrade" tab [Unable to copy logo.gif in %s] => Unable to copy logo.gif in %s [Unable to load the "AdminSelfUpgrade" tab] => Unable to load the "AdminSelfUpgrade" tab [Action %s skipped] => Action %s skipped [Unable to check files for the installed version of PrestaShop.] => Unable to check files for the installed version of PrestaShop. [Core files are ok] => Core files are ok [%modificationscount% file modifications have been detected, including %coremodifications% from core and native modules:] => %modificationscount% file modifications have been detected, including %coremodifications% from core and native modules: [%modifiedfiles% files will be modified, %deletedfiles% files will be deleted (if they are found).] => %modifiedfiles% files will be modified, %deletedfiles% files will be deleted (if they are found). [No diff files found.] => No diff files found. [File %s does not exist. Unable to select that channel.] => File %s does not exist. Unable to select that channel. [Version number is missing. Unable to select that channel.] => Version number is missing. Unable to select that channel. [File %s does not exist. Unable to select that channel] => File %s does not exist. Unable to select that channel. [Upgrade process will use archive.] => Upgrade process will use archive. [Error on saving configuration] => Error on saving configuration [Configuration successfully updated.] => Configuration successfully updated. [This page will now be reloaded and the module will check if a new version is available.] => This page will now be reloaded and the module will check if a new version is available. [Nothing to restore] => Nothing to restore [%s: File format does not match.] => %s: File format does not match. [Opening backup database file %filename% in %extension% mode] => Opening backup database file %filename% in %extension% mode [Database backup is empty.] => Database backup is empty. [Database restoration file %filename% done. %filescount% file(s) left...] => Database restoration file %filename% done. %filescount% file(s) left... [Database restoration file %1$s done.] => Database restoration file %1$s done. [Database has been restored.] => Database has been restored. [[SQL ERROR]] => [SQL ERROR] [Error during database restoration] => Error during database restoration [%numberqueries% queries left for file %filename%...] => %numberqueries% queries left for file %filename%... [Database restoration done.] => Database restoration done. [%s file(s) will be removed before restoring the backup files.] => %s file(s) will be removed before restoring the backup files. [[ERROR] Backup file %s does not exist.] => [ERROR] Backup file %s does not exist. [[ERROR] File "%s" does not exist.] => [ERROR] File "%s" does not exist. [Unable to remove upgraded files.] => Unable to remove upgraded files. [Unable to extract file %filename% into directory %directoryname%.] => Unable to extract file %filename% into directory %directoryname%. [Files restored.] => Files restored. [Files restored. Now restoring database...] => Files restored. Now restoring database... [[ERROR] File %s is missing: unable to restore files. Operation aborted.] => [ERROR] File %s is missing: unable to restore files. Operation aborted. [[ERROR] No backup database files found: it would be impossible to restore the database. Operation aborted.] => [ERROR] No backup database files found: it would be impossible to restore the database. Operation aborted. [Restoring files ...] => Restoring files ... [Restoration process done. Congratulations! You can now reactivate your shop.] => Restoration process done. Congratulations! You can now reactivate your store. [Database backup skipped. Now upgrading files...] => Database backup skipped. Now upgrading files... [Backup directory is not writable (%path%).] => Backup directory is not writable (%path%). [Backup file %s already exists. Operation aborted.] => Backup file %s already exists. Operation aborted. [Unable to create backup database file %s.] => Unable to create backup database file %s. [Error during database backup.] => Error during database backup. [An error occurred while backing up. Unable to obtain the schema of %s] => An error occurred while backing up. Unable to obtain the schema of %s [%s table has been saved.] => %s table has been saved. [%s tables have been saved.] => %s tables have been saved. [Database backup: %s table(s) left...] => Database backup: %s table(s) left... [No valid tables were found to back up. Backup of file %s canceled.] => No valid tables were found to back up. Backup of file %s canceled. [Error during database backup for file %s.] => Error during database backup for file %s. [Database backup done in filename %s. Now upgrading files...] => Database backup done in filename %s. Now upgrading files... [Error during backupFiles] => Error during backupFiles [[ERROR] backupFiles filename has not been set] => [ERROR] backupFiles filename has not been set [%s Files to backup.] => %s Files to backup. [Backup files initialized in %s] => Backup files initialized in %s [Backup files in progress. %d files left] => Backup files in progress. %d files left [Unable to open archive] => Unable to open archive [All files have been added to archive.] => All files have been added to archive. [All files saved. Now backing up database] => All files saved. Now backing up database [The database has been cleaned.] => The database has been cleaned. [You need allow_url_fopen or cURL enabled for automatic download to work. You can also manually upload it in filepath %s.] => You need allow_url_fopen or cURL enabled for automatic download to work. You can also manually upload it in filepath %s. [Downloading from %s] => Downloading from %s [File will be saved in %s] => File will be saved in %s [Download directory has been emptied] => Download directory has been emptied [Download complete.] => Download complete. [Download complete. Now extracting...] => Download complete. Now extracting... [Download complete but MD5 sum does not match (%s).] => Download complete but MD5 sum does not match (%s). [Download complete but MD5 sum does not match (%s). Operation aborted.] => Download complete but MD5 sum does not match (%s). Operation aborted. [Error during download. The private key may be incorrect.] => Error during download. The private key may be incorrect. [Error during download] => Error during download [Download directory %s is not writable.] => Download directory %s is not writable. [Could not assert the folder %s contains a valid PrestaShop release, exiting.] => Could not assert the folder %s contains a valid PrestaShop release, exiting. [A file may be missing, or the release is stored in a subfolder by mistake.] => A file may be missing, or the release is stored in a subfolder by mistake. [Starting to remove %s sample files] => Starting to remove %s sample files [Error while removing item %itemname%, %itemscount% items left.] => Error while removing item %itemname%, %itemscount% items left. [%itemname% item removed. %itemscount% items left.] => %itemname% item removed. %itemscount% items left. [All sample files removed. Now backing up files.] => All sample files removed. Now backing up files. [All sample files removed. Backup process skipped. Now upgrading files.] => All sample files removed. Backup process skipped. Now upgrading files. ["/latest" directory has been emptied] => "/latest" directory has been emptied [Extraction directory %s is not writable.] => Extraction directory %s is not writable. [Unable to extract %filepath% file into %destination% folder...] => Unable to extract %filepath% file into %destination% folder... [No prestashop/ folder found in the ZIP file. Aborting.] => No prestashop/ folder found in the ZIP file. Aborting. [File extraction complete. Removing sample files...] => File extraction complete. Removing sample files... [Upgrade process done, but some warnings have been found.] => Upgrade process done, but some warnings have been found. [Upgrade process done. Congratulations! You can now reactivate your shop.] => Upgrade process done. Congratulations! You can now reactivate your store. [%s removed] => %s removed [Please remove %s by FTP] => Please remove %s by FTP [Error during database upgrade. You may need to restore your database.] => Error during database upgrade. You may need to restore your database. [Database upgraded. Now upgrading your Addons modules...] => Database upgraded. Now upgrading your Addons modules... [[ERROR] %s does not exist or is not a directory.] => [ERROR] %s does not exist or is not a directory. [filesToUpgrade is not an array] => filesToUpgrade is not an array [All files upgraded. Now upgrading database...] => All files upgraded. Now upgrading database... [Error when trying to upgrade file %s.] => Error when trying to upgrade file %s. [%s files left to upgrade.] => %s files left to upgrade. [Nothing has been extracted. It seems the unzipping step has been skipped.] => Nothing has been extracted. It seems the unzipping step has been skipped. [File %s is preserved] => File %s is preserved [%s ignored] => %s ignored [[WARNING] File %1$s has been deleted.] => [WARNING] File %1$s has been deleted. [Directory %1$s created.] => Directory %1$s created. [Error while creating directory %s.] => Error while creating directory %s. [Directory %s already exists.] => Directory %s already exists. [[TRANSLATION] The translation files have been merged into file %s.] => [TRANSLATION] The translation files have been merged into file %s. [[TRANSLATION] The translation files have not been merged into file %filename%. Switch to copy %filename%.] => [TRANSLATION] The translation files have not been merged into file %filename%. Switch to copy %filename%. [Copied %1$s.] => Copied %1$s. [Error while copying file %s] => Error while copying file %s [[ERROR] Unable to find files to upgrade.] => [ERROR] Unable to find files to upgrade. [%s files will be upgraded.] => %s files will be upgraded. [listModules is not an array. No module has been updated.] => listModules is not an array. No module has been updated. [Upgrading module %module%...] => Upgrading module %module%... [The files of module %s have been upgraded.] => The files of module %s have been upgraded. [%s modules left to upgrade.] => %s modules left to upgrade. [The %modulename% module is not compatible with version %version%, it will be removed from your FTP.] => The %modulename% module is not compatible with version %version%, it will be removed from your FTP. [The %modulename% module is not compatible with version %version%, please remove it from your FTP.] => The %modulename% module is not compatible with version %version%, please remove it from your FTP. [Addons modules files have been upgraded.] => Addons modules files have been upgraded. [%s modules will be upgraded.] => %s modules will be upgraded. [Starting upgrade...] => Starting upgrade... [Downloading and unzipping steps have been skipped, upgrade process will now remove sample data.] => Downloading and unzipping steps have been skipped, upgrade process will now remove sample data. [Shop deactivated. Removing sample files...] => Store deactivated. Removing sample files... [Downloading step has been skipped, upgrade process will now unzip the local archive.] => Downloading step has been skipped, upgrade process will now unzip the local archive. [Shop deactivated. Extracting files...] => Store deactivated. Extracting files... [Shop deactivated. Now downloading... (this can take a while)] => Store deactivated. Now downloading... (this can take a while) [Downloaded archive will come from %s] => Downloaded archive will come from %s [MD5 hash will be checked against %s] => MD5 hash will be checked against %s [Major release] => Major release [Minor release (recommended)] => Minor release (recommended) [Release candidates] => Release candidates [Beta releases] => Beta releases [Alpha releases] => Alpha releases [Private release (require link and MD5 hash)] => Private release (require link and MD5 hash) [Local archive] => Local archive [Local directory] => Local directory [Backup Options] => Backup Options [Upgrade Options] => Upgrade Options [You already have the %s version.] => You already have the %s version. [This functionality has been disabled.] => This functionality has been disabled. [[TECHNICAL ERROR] ajax-upgradetab.php is missing. Please reinstall or reset the module.] => [TECHNICAL ERROR] ajax-upgradetab.php is missing. Please reinstall or reset the module. [Are you sure you want to delete this backup?] => Are you sure you want to delete this backup? [An update is currently in progress... Click "OK" to abort.] => An update is currently in progress... Click "OK" to abort. [Upgrading PrestaShop] => Upgrading PrestaShop [Upgrade complete] => Upgrade complete [Upgrade complete, but warning notifications has been found.] => Upgrade complete, but warning notifications has been found. [Cookies have changed, you will need to log in again once you refreshed the page] => Cookies have changed, you will need to log in again once you refreshed the page [Javascript and CSS files have changed, please clear your browser cache with CTRL-F5] => Javascript and CSS files have changed, please clear your browser cache with CTRL-F5 [Please check that your front-office theme is functional (try to create an account, place an order...)] => Please check that your front-office theme is functional (try to create an account, place an order...) [Product images do not appear in the front-office? Try regenerating the thumbnails in Preferences > Images] => Product images do not appear in the front-office? Try regenerating the thumbnails in Preferences > Images [Do not forget to reactivate your shop once you have checked everything!] => Do not forget to reactivate your store once you have checked everything! [ToDo list:] => ToDo list: [Starting restoration...] => Starting restoration... [Restoration complete.] => Restoration complete. [Your server cannot download the file. Please upload it first by ftp in your admin/autoupgrade directory] => Your server cannot download the file. Please upload it first by ftp in your admin/autoupgrade directory [Javascript error (parseJSON) detected for action ] => Javascript error (parseJSON) detected for action [Manually go to %s button] => Manually go to %s button [End of process] => End of process [Operation canceled. Checking for restoration...] => Operation canceled. Checking for restoration... [Do you want to restore %s?] => Do you want to restore %s? [Operation canceled. An error happened.] => Operation canceled. An error happened. [[TECHNICAL ERROR] ajax-upgradetab.php is missing. Please reinstall the module.] => [TECHNICAL ERROR] ajax-upgradetab.php is missing. Please reinstall the module. [Click to refresh the page and use the new configuration] => Click to refresh the page and use the new configuration [Error detected during] => Error detected during [The request exceeded the max_time_limit. Please change your server configuration.] => The request exceeded the max_time_limit. Please change your server configuration. [See or hide the list] => See or hide the list [Core file(s)] => Core file(s) [Mail file(s)] => Mail file(s) [Translation file(s)] => Translation file(s) [Link and MD5 hash cannot be empty] => Link and MD5 hash cannot be empty [You need to enter the version number associated with the archive.] => You need to enter the version number associated with the archive. [No archive has been selected.] => No archive has been selected. [You need to enter the version number associated with the directory.] => You need to enter the version number associated with the directory. [Please confirm that you want to skip the backup.] => Please confirm that you want to skip the backup. [Please confirm that you want to preserve file options.] => Please confirm that you want to preserve file options. [Less options] => Less options [These files will be deleted] => These files will be deleted [These files will be replaced] => These files will be replaced [Required field] => Required field [Too long!] => Too long! [Fields are different!] => Fields are different! [This email address is wrong!] => This email address is wrong! [Impossible to send the email!] => Impossible to send the email! [Cannot create settings file, if /app/config/parameters.php exists, please give the public write permissions to this file, else please create a file named parameters.php in config directory.] => Cannot create settings file, if /app/config/parameters.php exists, please give the public write permissions to this file, else please create a file named parameters.php in config directory. [Cannot write settings file, please create a file named settings.inc.php in the "config" directory.] => Cannot write settings file, please create a file named settings.inc.php in the "config" directory. [Impossible to upload the file!] => Impossible to upload the file! [Data integrity is not valid. Hack attempt?] => Data integrity is not valid. The files might have been corrupted, or a hack attempt might have occurred. [Impossible to read the content of a MySQL content file.] => Impossible to read the content of a MySQL content file. [Cannot access a MySQL content file.] => Cannot access a MySQL content file. [Error while inserting data in the database:] => Error while inserting data in the database: [This is not a valid file name.] => This is not a valid file name. [This is not a valid image file.] => This is not a valid image file. [Error while creating the /app/config/parameters.php file.] => Error while creating the /app/config/parameters.php file. [Error:] => Error: [This PrestaShop database already exists. Please revalidate your authentication information to the database.] => This PrestaShop database already exists. Please revalidate your authentication information to the database. [An error occurred while resizing the picture.] => An error occurred while resizing the picture. [Database connection is available!] => Database connection is available! [Database Server is available but database is not found] => Database Server is available but database is not found [Database Server is not found. Please verify the login, password and server fields.] => Database Server is not found. Please verify the login, password and server fields. [An error occurred while sending email, please verify your parameters.] => An error occurred while sending email, please verify your parameters. [This installer is too old.] => This installer is too old. [There is no older version. Did you delete or rename the app/config/parameters.php file?] => There is no older version. Did you delete or rename the app/config/parameters.php file? [The app/config/parameters.php file was not found. Did you delete or rename this file?] => The app/config/parameters.php file was not found. Did you delete or rename this file? [Cannot find the SQL upgrade files. Please verify that the /install/upgrade/sql folder is not empty.] => Cannot find the SQL upgrade files. Please verify that the /install/upgrade/sql folder is not empty. [No upgrade is possible.] => No upgrade is possible. [Error while loading SQL upgrade file.] => Error while loading SQL upgrade file. [Error while inserting content into the database] => Error while inserting content into the database [Unfortunately,] => Unfortunately, [SQL errors have occurred.] => SQL errors have occurred. [The config/defines.inc.php file was not found. Where did you move it?] => The config/defines.inc.php file was not found. Where did you move it? [Impossible to write the image /img/logo.jpg. If this image already exists, please delete it.] => Impossible to write the image /img/logo.jpg. If this image already exists, please delete it. [The uploaded file exceeds the upload_max_filesize directive in php.ini] => The uploaded file exceeds the upload_max_filesize directive in php.ini [The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form] => The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form [The uploaded file was only partially uploaded] => The uploaded file was only partially uploaded [No file was uploaded.] => No file was uploaded. [Missing a temporary folder] => Missing a temporary folder [Failed to write file to disk] => Failed to write file to disk [File upload stopped by extension] => File upload stopped by extension [Cannot convert your database's data to utf-8.] => Cannot convert your database's data to utf-8. [Your lastname contains some invalid characters] => Your lastname contains some invalid characters [Your MySQL server does not support this engine, please use another one like MyISAM] => Your MySQL server does not support this engine, please use another one like MyISAM [The file /img/logo.jpg is not writable, please CHMOD 755 this file or CHMOD 777] => The file /img/logo.jpg is not writable, please CHMOD 755 this file or CHMOD 777 [Invalid catalog mode] => Invalid catalog mode [No error code available] => No error code available [[SKIP] directory "%s" does not exist and cannot be emptied.] => [SKIP] directory "%s" does not exist and cannot be emptied. [[CLEANING CACHE] File %s removed] => [CLEANING CACHE] File %s removed [Invalid database configuration] => Invalid database configuration [Database upgrade OK] => Database upgrade OK [Warning detected during upgrade.] => Warning detected during upgrade. [Database upgrade completed] => Database upgrade completed [%s is not a valid version number.] => %s is not a valid version number. [[ERROR] Version to install is too old.] => [ERROR] Version to install is too old. [Current version: %oldversion%. Version to install: %newversion%.] => Current version: %oldversion%. Version to install: %newversion%. [Unable to find upgrade directory in the installation path.] => Unable to find upgrade directory in the installation path. [Error while loading SQL upgrade file "%s".] => Error while loading SQL upgrade file "%s". [Cannot find the SQL upgrade files. Please check that the %s folder is not empty.] => Cannot find the SQL upgrade files. Please check that the %s folder is not empty. [[DROP] SQL %s table has been dropped.] => [DROP] SQL %s table has been dropped. [Switching to default theme.] => Switching to default theme. [Settings file updated] => Settings file updated [The config/settings.inc.php file was not found.] => The config/settings.inc.php file was not found. [Error upgrading Doctrine schema] => Error upgrading Doctrine schema [Download of the language pack %lang% failed. %details%] => Download of the language pack %lang% failed. %details% [Error while updating translations for lang %lang%. %details%] => Error while updating translations for the language pack %lang%. %details% [Upgrade the RTL files.] => Upgrade the RTL files. [Cannot generate email templates: %s.] => Cannot generate email templates: %s. [[ERROR] %dir% does not exist or is not a directory.] => [ERROR] %dir% does not exist or is not a directory. [[ERROR] No response from Addons server.] => [ERROR] No response from Addons server. [[ERROR] Unable to write module %s's zip file in temporary directory.] => [ERROR] Unable to write module %s's zip file in temporary directory. [[WARNING] Error when trying to extract module %s.] => [WARNING] Error when trying to extract module %s. [[WARNING] Error when trying to upgrade module %s.] => [WARNING] Error when trying to upgrade module %s. [Error when opening settings.inc.php file in write mode] => Error when opening settings.inc.php file in write mode [Error when generating new settings.inc.php file.] => Error when generating new settings.inc.php file. [[NOTICE] File %s does not exist, merge skipped.] => [NOTICE] File %s does not exist, merge skipped. [[WARNING] %variablename% variable missing in file %filename%. Merge skipped.] => [WARNING] %variablename% variable missing in file %filename%. Merge skipped. [[WARNING] %variablename% variable missing in file %filename%. File %filename% deleted and merge skipped.] => [WARNING] %variablename% variable missing in file %filename%. File %filename% deleted and merge skipped. [Unable to create directory %s] => Unable to create directory %s [Error when trying to add %filename% to archive %archive%.] => Error when trying to add %filename% to archive %archive%. [%filename% added to archive. %filescount% files left.] => %filename% added to archive. %filescount% files left. [Could not close the Zip file properly. Check you are allowed to write on the disk and there is available space on it.] => Could not close the Zip file properly. Check you are allowed to write on the disk and there is available space on it. [%s is not a file] => %s is not a file [Unable to create directory %s.] => Unable to create directory %s. [Could not extract %file% from backup, the destination might not be writable.] => Could not extract %file% from backup, the destination might not be writable. [Content of archive %zip% is extracted] => Content of archive %zip% is extracted [[ERROR] Unable to list archived files] => [ERROR] Unable to list archived files [File %filename% (size: %filesize%) has been skipped during backup.] => File %filename% (size: %filesize%) has been skipped during backup. [Unable to open zipFile %s] => Unable to open zipFile %s [Activity Log] => Activity Log [Currently processing] => Currently processing [Analyzing the situation...] => Analyzing the situation... [Errors] => Errors [Branch:] => Branch: [Version number:] => Version number: [URL:] => URL: [MD5 hash:] => MD5 hash: [Changelog:] => Changelog: [See changelog] => See changelog [The pre-Upgrade checklist] => The pre-Upgrade checklist [Your current version of the module is out of date. Update now] => Your current version of the module is out of date. Update now [Modules > Module Manager > Updates] => Modules > Module Manager > Updates [The checklist is not OK. You can only upgrade your shop once all indicators are green.] => The checklist is not OK. You can only upgrade your store once all indicators are green. [Before starting the upgrade process, please make sure this checklist is all green.] => Before starting the upgrade process, please make sure this checklist is all green. [Your server is running on a supported PHP version.] => Your server is running on a supported PHP version. [The PHP version your server is running on is obsolete and needs to be upgraded. [1]Learn more[/1].] => The PHP version your server is running on is obsolete and needs to be upgraded. [1]Learn more[/1]. [Your store's root directory (%s) is writable (with appropriate CHMOD permissions).] => Your store's root directory (%s) is writable (with appropriate CHMOD permissions). [The "/admin/autoupgrade" directory is writable (appropriate CHMOD permissions)] => The "/admin/autoupgrade" directory is writable (appropriate CHMOD permissions) [PHP's "Safe mode" option is turned off] => PHP's "Safe mode" option is turned off [PHP's "allow_url_fopen" option is turned on, or cURL is installed] => PHP's "allow_url_fopen" option is turned on, or cURL is installed [PHP's "zip" extension is enabled] => PHP's "zip" extension is enabled [Your store is in maintenance mode] => Your store is in maintenance mode [Enable maintenance mode and add your maintenance IP in [1]Shop parameters > General > Maintenance[/1]] => Enable maintenance mode and add your maintenance IP in [1]Shop parameters > General > Maintenance[/1] [PrestaShop's caching features are disabled] => PrestaShop's caching features are disabled [PHP's max_execution_time setting has a high value or is disabled entirely (current value: unlimited)] => PHP's max_execution_time setting has a high value or is disabled entirely (current value: unlimited) [PHP's max_execution_time setting has a high value or is disabled entirely (current value: %s seconds)] => PHP's max_execution_time setting has a high value or is disabled entirely (current value: %s seconds) [Your current PHP version isn't compatible with your PrestaShop version.] => Your current PHP version isn't compatible with your PrestaShop version. [Apache mod_rewrite is disabled.] => Apache mod_rewrite is disabled. [The following PHP extensions are not installed: %s.] => The following PHP extensions are not installed: %s. [The following PHP extension is not installed: %s.] => The following PHP extension is not installed: %s. [PHP memory_limit is inferior to 256 MB.] => PHP memory_limit is inferior to 256 MB. [PHP file_uploads configuration is disabled.] => PHP file_uploads configuration is disabled. [The following PHP functions are not installed: %s.] => The following PHP functions are not installed: %s. [The following PHP function is not installed: %s.] => The following PHP function is not installed: %s. [It's not possible to create a PHP session.] => It's not possible to create a PHP session. [The following files are missing:] => The following files are missing: [It's not possible to write in the following folders:] => It's not possible to write in the following folders: [Please also make sure you make a full manual backup of your files and database.] => Please also make sure you make a full manual backup of your files and database. [PrestaShop requirements are not satisfied.] => PrestaShop requirements are not satisfied. [Rollback] => Rollback [After upgrading your shop, you can rollback to the previous database and files. Use this function if your theme or an essential module is not working correctly.] => After upgrading your store, you can roll back to the previous database and files. Use this function if your theme or an essential module is not working correctly. [Choose your backup:] => Choose your backup: [-- Choose a backup to restore --] => -- Choose a backup to restore -- [More options (Expert mode)] => More options (Expert mode) [Start your Upgrade] => Start your Upgrade [You come from the future! You are using a more recent version than the latest available!] => You come from the future! You are using a more recent version than the latest available! [Congratulations, you are already using the latest version available!] => Congratulations, you are already using the latest version available! [Your current PrestaShop version] => Your current PrestaShop version [Your current PHP version] => Your current PHP version [Latest official version for %s channel.] => Latest official version for %s channel. [Upgrade PrestaShop now!] => Upgrade PrestaShop now! [PrestaShop will be downloaded from %s] => PrestaShop will be downloaded from %s [Open changelog in a new window] => Open changelog in a new window [No file will be downloaded (channel %s is used)] => No file will be downloaded (channel %s is used) [The following action are automatically replaced] => The following action are automatically replaced [%old% will be replaced by %new%] => %old% will be replaced by %new% [To change this behavior, you need to manually edit your php files] => To change this behavior, you need to manually edit your php files [Refresh the page] => Refresh the page [Check if a new version is available] => Check if a new version is available [Last check: %s] => Last check: %s [Last check: never] => Last check: never [Expert mode] => Expert mode [Please select your channel:] => Please select your channel: [Channels are offering you different ways to perform an upgrade. You can either upload the new version manually or let the 1-Click Upgrade module download it for you.] => Channels are offering you different ways to perform an upgrade. You can either upload the new version manually or let the 1-Click Upgrade module download it for you. [The Alpha, Beta and Private channels give you the ability to upgrade to a non-official or unstable release (for testing purposes only).] => The Alpha, Beta and Private channels give you the ability to upgrade to a non-official or unstable release (for testing purposes only). [By default, you should use the "Minor release" channel which is offering the latest stable version available.] => By default, you should use the "Minor release" channel which is offering the latest stable version available. [Channel:] => Channel: [Link:] => Link: [Hash key:] => Hash key: [Allow major upgrade:] => Allow major upgrade: [Archive to use:] => Archive to use: [Choose an archive] => Choose an archive [Number of the version you want to upgrade to:] => Number of the version you want to upgrade to: [XML file to use:] => XML file to use: [Choose an XML file] => Choose an XML file [No archive found in your admin/autoupgrade/download directory] => No archive found in your admin/autoupgrade/download directory [Save in the following directory the archive file and XML file of the version you want to upgrade to: %s] => Save in the following directory the archive file and XML file of the version you want to upgrade to: %s [Click to save once the archive is there.] => Click to save once the archive is there. [This option will skip the download step.] => This option will skip the download step. [Save in the following directory the uncompressed PrestaShop files of the version you want to upgrade to: %s] => Save in the following directory the uncompressed PrestaShop files of the version you want to upgrade to: %s [Please tell us which version you are upgrading to [1](1.7.0.1 for instance)[/1]] => Please tell us which version you are upgrading to [1](1.7.0.1 for instance)[/1] [This option will skip both download and unzip steps and will use %1$s as the source directory] => This option will skip both download and unzip steps and will use %1$s as the source directory [Step] => Step [Upgrade steps] => Upgrade steps [Version comparison] => Version comparison [PrestaShop Original version] => PrestaShop Original version [Differences between versions] => Differences between versions [Welcome!] => Welcome! [Upgrade your store to benefit from the latest improvements, bug fixes and security patches.] => Upgrade your store to benefit from the latest improvements, bug fixes and security patches. [Upgrading your store on your own can be risky. If you don't feel comfortable doing the upgrade yourself, many agencies and developers in your area may also provide this kind of service.] => Upgrading your store on your own can be risky. If you don't feel comfortable doing the upgrade yourself, many agencies and developers in your area may also provide this kind of service. ) [AdminInternationalNotification] => Array ( [Are you sure you want to restore the default address format for this country?] => Are you sure you want to restore the default address format for this country? [%s at least, or you will have to edit the translation files manually.] => %s at least, or you will have to edit the translation files manually. [Apache mod_security is activated on your server. This could result in some Bad Request errors] => Apache mod_security is activated on your server. This could result in some Bad Request errors [Warning! Your hosting provider is using the Suhosin patch for PHP, which limits the maximum number of fields allowed in a form:] => Warning! Your hosting provider is using the Suhosin patch for PHP, which limits the maximum number of fields allowed in a form: [Please ask your hosting provider to increase the Suhosin limit to] => Please ask your hosting provider to increase the Suhosin limit to [Warning! Your PHP configuration limits the maximum number of fields allowed in a form:] => Warning! Your PHP configuration limits the maximum number of fields allowed in a form: [for max_input_vars.] => for max_input_vars. [Please ask your hosting provider to increase this limit to] => Please ask your hosting provider to increase this limit to [%s at least, or you will have to edit the translation files.] => %s at least, or you will have to edit the translation files. [%limit% for suhosin.post.max_vars.] => %limit% for suhosin.post.max_vars. [%limit% for suhosin.request.max_vars.] => %limit% for suhosin.request.max_vars. [This expression uses a special syntax:] => This expression uses a special syntax: [Sorry this language is not available] => Sorry this language is not available [Server does not have permissions for writing.] => Server does not have permissions for writing. [Language pack unavailable.] => Language pack unavailable. [An error occurred while creating the language: %s] => An error occurred while creating the language: %s [Cannot load country: %d] => Cannot load country: %d [Cannot enable the associated country: %s] => Cannot enable the associated country: %s [Invalid Zone name.] => Invalid Zone name. [Invalid state properties.] => Invalid state properties. [Cannot update the associated country: %s] => Cannot update the associated country: %s [An error occurred while adding the state.] => An error occurred while adding the state. [An error occurred while fetching the state.] => An error occurred while fetching the state. [Invalid tax properties.] => Invalid tax properties. [An error occurred while importing the tax: %s] => An error occurred while importing the tax: %s [This tax rule cannot be saved.] => This tax rule cannot be saved. [An error occurred while importing the currency: %s] => An error occurred while importing the currency: %s [Localization pack corrupted: wrong unit type.] => Localization pack corrupted: wrong unit type. [An error occurred while setting the units.] => An error occurred while setting the units. [An error occurred while installing the module: %s] => An error occurred while installing the module: %s [An error occurred while uninstalling the module: %s] => An error occurred while uninstalling the module: %s [An error occurred during the configuration setup: %1$s] => An error occurred during the configuration setup: %1$s [An error occurred during the default group update] => An error occurred during the default group update [An error has occurred during the default group update] => An error has occurred during the default group update [An error has occurred, this module does not exist: %s] => An error has occurred, this module does not exist: %s [Invalid language ISO code (%s)] => Invalid language ISO code (%s) [The translation was added successfully, but the language has not been created.] => The translation was added successfully, but the language has not been created. [Cannot add configuration %1$s for %2$s language] => Cannot add configuration %1$s for %2$s language [Localization pack imported successfully.] => Localization pack imported successfully. [The translation was successfully copied.] => The translation was successfully copied. [The translations have been successfully added.] => The translations have been successfully added. [Incorrect Tax Manager class [%s]] => Incorrect Tax Manager class [%s] [Tax Manager class not found [%s]] => Tax Manager class not found [%s] [No tax] => No tax [This ISO code already exists.You cannot create two countries with the same ISO code.] => This ISO code already exists.You cannot create two countries with the same ISO code. [Invalid address layout %s] => Invalid address layout %s [This ISO code already exists. You cannot create two states with the same ISO code.] => This ISO code already exists. You cannot create two states with the same ISO code. [This state was used in at least one address. It cannot be removed.] => This state was used in at least one address. It cannot be removed. [A tax rule already exists for this country/state with tax only behavior.] => A tax rule already exists for this country/state with tax only behavior. [The Zip/Postal code is invalid. It must be typed as follows: %format% for %country%.] => The Zip/Postal code is invalid. It must be typed as follows: %format% for %country%. [An error has occurred: Cannot save the current tax rule.] => An error has occurred: Cannot save the current tax rule. [Impossible to create the directory "%folder%".] => Impossible to create the directory "%folder%". [An error occurred while creating archive.] => An error occurred while creating archive. [Please select a language and a theme.] => Please select a language and a theme. [Tab "%s" is not valid] => Tab "%s" is not valid [Validation failed for: %file%] => Validation failed for: %file% [Unidentified file found: %file%] => Unidentified file found: %file% [The archive cannot be extracted.] => The archive cannot be extracted. [ISO CODE invalid "%iso_code%" for the following file: "%file%"] => ISO CODE invalid "%iso_code%" for the following file: "%file%" [Cannot write to the theme's language file (%s). Please check writing permissions.] => Cannot write to the theme's language file (%s). Please check writing permissions. [Invalid theme "%theme%"] => Invalid theme "%theme%" [Invalid iso code "%iso_code%"] => Invalid iso code "%iso_code%" [This %type_content% file extension is not accepted.] => This %type_content% file extension is not accepted. [Invalid module name "%module%"] => Invalid module name "%module%" [Invalid mail name "%mail%"] => Invalid mail name "%mail%" [Directory "%folder%" cannot be created] => Directory "%folder%" cannot be created [Your email translations contain some invalid HTML and cannot be saved. Please check your content.] => Your email translations contain some invalid HTML and cannot be saved. Please check your content. [Your HTML email templates cannot contain JavaScript code.] => Your HTML email templates cannot contain JavaScript code. [Empty string found, please edit: "%file%"] => Empty string found, please edit: "%file%" [There is an error in template, an empty string has been found. Please edit: "%file%"] => There is an error in template, an empty string has been found. Please edit: "%file%" [The module directory must be writable.] => The module directory must be writable. [A mail directory exists for the "%iso_code%" language, but not for the default language (%language%) in %folder%] => A mail directory exists for the "%iso_code%" language, but not for the default language (%language%) in %folder% [missing translation(s)] => missing translation(s) [No Subject was found for %mail_name% in the database.] => No Subject was found for %mail_name% in the database. [There was a problem getting the mail files.] => There was a problem getting the mail files. [English language files must exist in %folder% folder] => English language files must exist in %folder% folder [Cannot write language file for email subjects. Path is: %folder%] => Cannot write language file for email subjects. Path is: %folder% [Cannot write into the "%file%"] => Cannot write into the "%file%" [Cannot create the folder "%folder%". Please check your directory writing permissions.] => Cannot create the folder "%folder%". Please check your directory writing permissions. [You must select two languages in order to copy data from one to another.] => You must select two languages in order to copy data from one to another. [You must select two themes in order to copy data from one to another.] => You must select two themes in order to copy data from one to another. [There is nothing to copy (same language and theme).] => There is nothing to copy (same language and theme). [Theme(s) not found] => Theme(s) not found [Impossible to copy "%source%" to "%dest%".] => Impossible to copy "%source%" to "%dest%". [Impossible to translate "%dest%".] => Impossible to translate "%dest%". [A part of the data has been copied but some of the language files could not be found.] => A part of the data has been copied but some of the language files could not be found. [Fatal error: ISO code is not correct] => Fatal error: ISO code is not correct [Cannot load the localization pack.] => Cannot load the localization pack. [Please select at least one item to import.] => Please select at least one item to import. [This currency already exists.] => This currency already exists. [%currency% is the default currency for shop %shop_name%, and therefore cannot be removed from shop association] => %currency% is the default currency for shop %shop_name%, and therefore cannot be removed from shop association [%currency% is the default currency for shop %shop_name%, and therefore cannot be disabled] => %currency% is the default currency for shop %shop_name%, and therefore cannot be disabled [You cannot delete the default currency] => You cannot delete the default currency [You cannot disable the default currency] => You cannot disable the default currency [Oops... it looks like this ISO code already exists. If you are: [1][2]trying to create an alternative currency, you must type a different ISO code[/2][2]trying to modify the currency with ISO code %isoCode%, make sure you did not check the creation box[/2][/1]] => Oops... it looks like this ISO code already exists. If you are: [1][2]trying to create an alternative currency, you must type a different ISO code[/2][2]trying to modify the currency with ISO code %isoCode%, make sure you did not check the creation box[/2][/1] [You cannot change the status of the default language.] => You cannot change the status of the default language. [An error occurred while copying "No Picture" image to your product folder.] => An error occurred while copying "No Picture" image to your product folder. [An error occurred while copying "No picture" image to your category folder.] => An error occurred while copying "No picture" image to your category folder. [An error occurred while copying "No picture" image to your brand folder.] => An error occurred while copying "No picture" image to your brand folder. [This ISO code is already linked to another language.] => This ISO code is already linked to another language. [You cannot delete the default language.] => You cannot delete the default language. [You cannot delete the language currently in use. Please select a different language.] => You cannot delete the language currently in use. Please select a different language. [Importing a new language may fail without the OpenSSL module. Please enable "openssl.so" on your server configuration.] => Importing a new language may fail without the OpenSSL module. Please enable "openssl.so" on your server configuration. [You must select at least one translation type to export translations.] => You must select at least one translation type to export translations. [An error occurred while editing the zone.] => An error occurred while editing the zone. [This customer thread does not exist.] => This customer thread does not exist. [Cannot delete this customer thread.] => Cannot delete this customer thread. [Failed to add customer message.] => Failed to add customer message. [Failed to update customer thread status.] => Failed to update customer thread status. [Comment is not valid.] => Comment is not valid. [The geolocation database is unavailable.] => The geolocation database is unavailable. [Country selection is invalid.] => Country selection is invalid. [Invalid whitelist] => Invalid whitelist [Check the [a]developer documentation[/a] for setup instructions.] => Check the [a]developer documentation[/a] for setup instructions. [Could not display symbol and format customization:] => Could not display symbol and format customization: [When you delete a language, all related translations in the database will be deleted.] => When you delete a language, all related translations in the database will be deleted. [Your .htaccess file must be writable.] => Your .htaccess file must be writable. [Language files must be complete to allow copying of translations.] => Language files must be complete to allow copying of translations. [Translation successfully updated] => Translation successfully updated [Failed to update translation] => Failed to update translation ) [ModulesSearchbarAdmin] => Array ( [Search bar] => Search bar [Help your visitors find what they are looking for, add a quick search field to your store.] => Help your visitors find what they are looking for, add a quick search field to your store. ) [ModulesCustomtextAdmin] => Array ( [Custom text block] => Custom text block [Give your visitors extra information, display a customized block of content on your homepage.] => Give your visitors extra information, display a customized block of content on your homepage. [Text block] => Text block ) [ModulesSupplierlistShop] => Array ( [All suppliers] => All suppliers [Suppliers] => Suppliers [No supplier] => No supplier ) [AdminShopparametersHelp] => Array ( [e.g. 10:00AM - 9:30PM] => e.g. 10:00AM - 9:30PM [Image width in pixels. Enter "0" to use the original size.] => Image width in pixels. Enter "0" to use the original size. [Image height in pixels. Enter "0" to use the original size.] => Image height in pixels. Enter "0" to use the original size. [The group defined for your un-identified visitors.] => The group defined for your un-identified visitors. [The group defined for your identified guest customers (used in guest checkout).] => The group defined for your identified guest customers (used in guest checkout). [The group defined for your identified registered customers.] => The group defined for your identified registered customers. [Automatically apply this value as a discount on all products for members of this customer group.] => Automatically apply this value as a discount on all products for members of this customer group. [How prices are displayed in the order summary for this customer group.] => How prices are displayed in the order summary for this customer group. [Customers in this group can view prices.] => Customers in this group can view prices. [Need to hide prices for all groups? Save time, enable catalog mode in Product Settings instead.] => Need to hide prices for all groups? Save time, enable catalog mode in Product Settings instead. [%group_name% - All persons without a customer account or customers that are not logged in.] => %group_name% - All persons without a customer account or customers that are not logged in. [%group_name% - All persons who placed an order through Guest Checkout.] => %group_name% - All persons who placed an order through Guest Checkout. [%group_name% - All persons who created an account on this site.] => %group_name% - All persons who created an account on this site. [PrestaShop has three default customer groups:] => PrestaShop has three default customer groups: [Enable the automatic indexing of products. If you enable this feature, the products will be indexed in the search automatically when they are saved. If the feature is disabled, you will have to index products manually by using the links provided in the field set.] => Enable the automatic indexing of products. If you enable this feature, the products will be indexed in the search automatically when they are saved. If the feature is disabled, you will have to index products manually by using the links provided in the field set. [By default, to search for “blouse”, you have to enter “blous”, “blo”, etc (beginning of the word) – but not “lous” (within the word).] => By default, to search for “blouse”, you have to enter “blous”, “blo”, etc (beginning of the word) – but not “lous” (within the word). [With this option enabled, it also gives the good result if you search for “lous”, “ouse”, or anything contained in the word.] => With this option enabled, it also gives the good result if you search for “lous”, “ouse”, or anything contained in the word. [Enable search within a whole word, rather than from its beginning only.] => Enable search within a whole word, rather than from its beginning only. [It checks if the searched term is contained in the indexed word. This may be resource-consuming.] => It checks if the searched term is contained in the indexed word. This may be resource-consuming. [By default, if you search "book", you will have "book", "bookcase" and "bookend".] => By default, if you search "book", you will have "book", "bookcase" and "bookend". [With this option enabled, it only gives one result “book”, as exact end of the indexed word is matching.] => With this option enabled, it only gives one result “book”, as exact end of the indexed word is matching. [Enable more precise search with the end of the word.] => Enable more precise search with the end of the word. [It checks if the searched term is the exact end of the indexed word.] => It checks if the searched term is the exact end of the indexed word. [By default, the fuzzy search is enabled. It means spelling errors are allowed, e.g. you can search for "bird" with words like "burd", "bard" or "beerd".] => By default, the fuzzy search is enabled. It means spelling errors are allowed, e.g. you can search for "bird" with words like "burd", "bard" or "beerd". [Disabling this option will require exact spelling for the search to match results.] => Disabling this option will require exact spelling for the search to match results. [Enable approximate string matching.] => Enable approximate string matching. [Note that this option is resource-consuming: the more you search, the longer it takes.] => Note that this option is resource-consuming: the more you search, the longer it takes. [Only words fewer or equal to this maximum length will be searched.] => Only words fewer or equal to this maximum length will be searched. [This parameter will only be used if the fuzzy search is activated: the lower the value, the more tolerant your search will be.] => This parameter will only be used if the fuzzy search is activated: the lower the value, the more tolerant your search will be. [Only words this size or larger will be indexed.] => Only words this size or larger will be indexed. [Please enter the index words separated by a "|".] => Please enter the index words separated by a "|". [Enter each alias separated by a comma (e.g. 'prestshop,preztashop,prestasohp').] => Enter each alias separated by a comma (e.g. 'prestshop,preztashop,prestasohp'). [Forbidden characters: ;=#{}] => Forbidden characters: ;=#{} [Search this word instead.] => Search this word instead. [This field does not refer to the shop name visible in the front office.] => This field does not refer to the shop name visible in the front office. [Follow [1]this link[/1] to edit the shop name used on the front office.] => Follow [1]this link[/1] to edit the shop name used on the front office. [You can't edit the shop group because the current shop belongs to a group with the "share" option enabled.] => You can't edit the store group because the current store belongs to a group with the "share" option enabled. [This is the root category of the store that you've created. To define a new root category for your store, [1]please click here[/1].] => This is the root category of the store that you've created. To define a new root category for your store, [1]please click here[/1]. [By selecting associated categories, you are choosing to share the categories between shops. Once associated between shops, any alteration of this category will impact every shop.] => By selecting associated categories, you are choosing to share the categories between shops. Once associated between shops, any alteration of this category will impact every shop. [Upload an icon from your computer (File type: .gif, suggested size: 16x16).] => Upload an icon from your computer (File type: .gif, suggested size: 16x16). [Only letters, numbers and underscores ("_") are allowed.] => Only letters, numbers and underscores ("_") are allowed. [Email template for both .html and .txt.] => Email template for both .html and .txt. [Whether or not to display this store.] => Whether or not to display this store. [Storefront picture.] => Storefront picture. [Displayed in emails sent to customers.] => Displayed in emails sent to customers. [Shop registration information (e.g. SIRET or RCS).] => Shop registration information (e.g. SIRET or RCS). [Contact name (e.g. Customer Support).] => Contact name (e.g. Customer Support). [Emails will be sent to this address.] => Emails will be sent to this address. [If enabled, all messages will be saved in the "Customer Service" page under the "Customer" menu.] => If enabled, all messages will be saved in the "Customer Service" page under the "Customer" menu. [After a customer logs in, you can recall and display the content of his/her last shopping cart.] => After a customer logs in, you can recall and display the content of his/her last shopping cart. [Send an email with a summary of the account information after registration.] => Send an email with a summary of the account information after registration. [Minimum time required between two requests for a password reset.] => Minimum time required between two requests for a password reset. [Activate or deactivate B2B mode. When this option is enabled, B2B features will be made available.] => Activate or deactivate B2B mode. When this option is enabled, B2B features will be made available. [Display or not the birth date field.] => Display or not the birth date field. [Display or not the partner offers tick box, to receive offers from the store's partners.] => Optional check box for affiliate links [We recommend that you deactivate your store while performing maintenance. Note that it will not disable the webservice.] => We recommend that you deactivate your store while performing maintenance. Note that it will not disable the webservice. [Allow IP addresses to access the store, even in maintenance mode. Use a comma to separate them (e.g. 42.24.4.2,127.0.0.1,99.98.97.96).] => Allow IP addresses to access the store, even in maintenance mode. Use a comma to separate them (e.g. 42.24.4.2,127.0.0.1,99.98.97.96). [Display a customized message when the store is disabled.] => Display a customized message when the store is disabled. [When enabled, admins will access the store front office without storing their IP.] => When enabled, admins will access the store front office without storing their IP. [If you own an SSL certificate for your shop's domain name, you can activate SSL encryption (https://) for customer account identification and order processing.] => If you own an SSL certificate for your shop's domain name, you can activate SSL encryption (https://) for customer account identification and order processing. [When enabled, all the pages of your shop will be SSL-secured.] => When enabled, all the pages of your store will be SSL-secured. [Enable or disable token in the Front Office to improve PrestaShop's security.] => Enable or disable token in the Front Office to improve PrestaShop's security. [Allow iframes on text fields like product description. We recommend that you leave this option disabled.] => Allow iframes on text fields like product description. We recommend that you leave this option disabled. [Clean the HTML content on text fields. We recommend that you leave this option enabled.] => Clean the HTML content on text fields. We recommend that you leave this option enabled. [You can choose among 6 different ways of rounding prices. "Round up away from zero ..." is the recommended behavior.] => You can choose among 6 different ways of rounding prices. "Round up away from zero ..." is the recommended behavior. [You can choose when to round prices: either on each item, each line or the total (of an invoice, for example).] => You can choose when to round prices: either on each item, each line or the total (of an invoice, for example). [Enable suppliers page on your front office even when its module is disabled.] => Enable suppliers page on your front office even when its module is disabled. [Enable brands page on your front office even when its module is disabled.] => Enable brands page on your front office even when its module is disabled. [Enable best sellers page on your front office even when its respective module is disabled.] => Enable best sellers page on your front office even when its respective module is disabled. [The multistore feature allows you to manage several front offices from a single back office. If this feature is enabled, a Multistore page is available in the Advanced Parameters menu.] => The multistore feature allows you to manage several front offices from a single back office. If this feature is enabled, a Multistore page is available in the Advanced Parameters menu. [Display an overview of the addresses, shipping method and cart just before the order button (required in some European countries).] => Display a summary of all relevant order data (payment method, adresses, dispatch and cart) above the order button. [Allow guest visitors to place an order without registering.] => Allow guest visitors to place an order without registering. [Disable the option to allow customers to reorder in one click from the order history page (required in some European countries).] => Disable the option to allow customers to reorder in one click from the order history page (required in some European countries). [Set to 0 to disable this feature.] => Set to 0 to disable this feature. [Automatically updates the shipping costs when you edit an order.] => Automatically updates the shipping costs when you edit an order. [Allow the customer to ship orders to multiple addresses. This option will convert the customer's cart into one or more orders.] => Allow the customer to ship orders to multiple addresses. This option will convert the customer's cart into one or more orders. [It allows you to delay shipping if your customers request it.] => It allows you to delay shipping if your customers request it. [Require customers to accept or decline terms of service before processing an order.] => Require customers to accept or decline terms of service before processing an order. [Choose the page which contains your store's terms and conditions of use.] => Choose the page which contains your store's terms and conditions. [The order status will be set to "On backorder" for new orders containing products that are out of stock.] => The order status will be set to "On backorder" for new orders containing products that are out of stock. [Suggest gift-wrapping to customers.] => Suggest gift-wrapping to customers. [Set a price for gift wrapping.] => Set a price for gift wrapping. [Set a tax for gift wrapping.] => Set a tax for gift wrapping. [Suggest recycled packaging to customer.] => Suggest recycled packaging to customer. [Remember to regenerate email templates in [1]Design > Email theme[/1] after enabling or disabling this feature.] => Remember to regenerate email templates in [1]Design > Email theme[/1] after enabling or disabling this feature. [Catalog mode disables the shopping cart on your store. Visitors will be able to browse your products catalog, but not buy them.] => Catalog mode disables the shopping cart on your store. Visitors will be able to browse your products catalog, but not buy them. [Display product prices when in catalog mode.] => Display product prices when in catalog mode. [To hide prices for a specific group, go to [1]Customer Settings > Groups[/1].] => To hide prices for a specific group, go to [1]Customer Settings > Groups[/1]. [characters] => characters [How to calculate quantity discounts.] => How to calculate quantity discounts. [When active, friendly URL will be updated on every save.] => When active, friendly URL will be updated on every save. [Enable this option if you want to activate by default all your manually created new products.] => Enable this option if you want to activate by default all your manually created new products. [If a customer meets multiple conditions, specific prices will be applied in this order of priority, unless a different order has been set for a particular product.] => If a customer meets multiple conditions, specific prices will be applied in this order of priority, unless a different order has been set for a particular product. [You can specify the default behavior for all disabled products. The product page can display a "Discontinued" message or an error page. You can also specify which HTTP response is sent to users. This can be set specifically for each product.] => You can specify the default behavior for all disabled products. The product page can display a "Discontinued" message or an error page. You can also specify which HTTP response is sent to users. This can be set specifically for each product. [When enabled, friendly URL will be updated on every name change for offline products only.] => When enabled, friendly URL will be updated on every name change for offline products only. [Display the "%add_to_cart_label%" button when a product has attributes] => Display the "%add_to_cart_label%" button when a product has attributes [Display or hide the "%add_to_cart_label%" button on category pages for products that have attributes forcing customers to see product details.] => Display or hide the "%add_to_cart_label%" button on category pages for products that have attributes forcing customers to see product details. [In the volume discount table on the product page, display the discounted unit price instead of the unit discount. E.g. If you sell a product for $10 with a discount of $2 from 3 items purchased, the discounted unit price ($8) will be displayed instead of the unit discount ($2).] => In the volume discount table on the product page, display the discounted unit price instead of the unit discount. E.g. If you sell a product for $10 with a discount of $2 from 3 items purchased, the discounted unit price ($8) will be displayed instead of the unit discount ($2). [Display the "%add_to_cart_label%" button when a product has combinations] => Display the "%add_to_cart_label%" button when a product has combinations [Some themes allow your customers to add a product to their cart directly from the product list. You may want to deactivate this feature if a product has combinations, requiring your customers to check product details and choose one of the options.] => Some themes allow your customers to add a product to their cart directly from the product list. You may want to deactivate this feature if a product has combinations, requiring your customers to check product details and choose one of the options. [Number of products displayed per page. Default is 12] => Number of products displayed per page. Default is 12 [The order in which products are displayed in the product list.] => The order in which products are displayed in the product list. [When selling packs of products, how do you want your stock to be calculated?] => When selling packs of products, how do you want your stock to be calculated? [If an attribute is not available in every product combination, it will not be displayed.] => If an attribute is not available in every product combination, it will not be displayed. [Set to "0" to disable this feature.] => Set to "0" to disable this feature. [By default, the "%add_to_cart_label%" button is hidden when a product is unavailable. You can choose to have it displayed in all cases.] => By default, the "%add_to_cart_label%" button is hidden when a product is unavailable. You can choose to have it displayed in all cases. [In stock] => In stock [On backorder] => On backorder [Out of stock] => Out of stock [Advised for European merchants to be legally compliant (eg: Delivered within 3-4 days)] => Advised for European merchants to be legally compliant (eg: Delivered within 3-4 days) [Delivered within 3-4 days] => Delivered within 3-4 days [Advised for European merchants to be legally compliant (eg: Delivered within 5-7 days)] => Advised for European merchants to be legally compliant (eg: Delivered within 5-7 days) [Delivered within 5-7 days] => Delivered within 5-7 days [Note that the label will be displayed only if backorders are denied.] => Note that the label will be displayed only if backorders are denied. [For packs of products, stocks can be managed manually or automatically based on individual product stock levels. Further customization is possible for each product.] => For packs of products, stocks can be managed manually or automatically based on individual product stock levels. Further customization is possible for each product. [Enable this option if you want to display your product's attributes in its meta title.] => Enable this option if you want to display your product's attributes in its meta title. [Enable this option only if your server allows URL rewriting (recommended).] => Enable this option only if your server allows URL rewriting (recommended). [URL rewriting (mod_rewrite) is not active on your server, or it is not possible to check your server configuration. If you want to use Friendly URLs, you must activate this mod.] => URL rewriting (mod_rewrite) is not active on your server, or it is not possible to check your server configuration. If you want to use Friendly URLs, you must activate this mod. [Enable this option if you want to allow accented characters in your friendly URLs. You should only activate this option if you are using non-Latin characters; for all the Latin charsets, your SEO will be better without this option.] => Enable this option if you want to allow accented characters in your friendly URLs. You should only activate this option if you are using non-Latin characters; for all the Latin charsets, your SEO will be better without this option. [Enable this option only if you have problems with URL rewriting.] => Enable this option only if you have problems with URL rewriting. [Some of PrestaShop's features might not work correctly with a specific configuration of Apache's mod_security module. We recommend to turn it off.] => Some of PrestaShop's features might not work correctly with a specific configuration of Apache's mod_security module. We recommend to turn it off. [[1]Make[/1] sure partner offers are not set as required in the [2]Customers[/2] section of the back office before disabling them. Otherwise, new customers won't be able to create an account and [1]proceed[/1] to checkout.] => [1]Make[/1] sure partner offers are not set as required in the [2]Customers[/2] section of the back office before disabling them. Otherwise, new customers won't be able to create an account and [1]proceed[/1] to checkout. [Order's return status name.] => Order's return status name. [Invalid characters: numbers and] => Invalid characters: numbers and [Status will be highlighted in this color. HTML colors only.] => Status will be highlighted in this color. HTML colors only. [Order status (e.g. 'Pending').] => Order status (e.g. 'Pending'). [Invalid characters:] => Invalid characters: [Name of the related page.] => Name of the related page. [Title of this page.] => Title of this page. [A short description of your shop.] => A short description of your shop. [List of keywords for search engines.] => List of keywords for search engines. [For instance, "contacts" for http://example.com/shop/contacts to redirect to http://example.com/shop/contact-form.php] => For instance, "contacts" for http://example.com/shop/contacts to redirect to http://example.com/shop/contact-form.php [Only letters and hyphens are allowed.] => Only letters and hyphens are allowed. [To add tags, click in the field, write something, and then press the "Enter" key.] => To add tags, click in the field, write something, and then press the "Enter" key. [If you want to enable SSL on all the pages of your shop, activate the "Enable on all the pages" option below.] => If you want to enable SSL on all the pages of your store, activate the "Enable on all the pages" option below. ) [ModulesPsgdprCustomeraccount] => Array ( [GDPR - Personal data] => GDPR - Personal data ) [ModulesCheckpaymentShop] => Array ( [This payment method is not available.] => This payment method is not available. [Please send us your check following these rules:] => Please send us your check including the following details: [Amount] => Amount [Payee] => Payee [Send your check to this address] => Send your check to this address [Pay by check] => Pay by check [(order processing will be longer)] => (order processing will be longer) [Your order on %s is complete.] => Your order on %s is complete. [Your check must include:] => Your check must include: [Payment amount.] => Payment amount. [Payable to the order of] => Payable to the order of [Mail to] => Mail to [Do not forget to insert your order number #%d.] => Do not forget to insert your order number #%d. [Do not forget to insert your order reference %s.] => Do not forget to insert your order reference %s. [An email has been sent to you with this information.] => An email has been sent to you with this information. [Your order will be sent as soon as we receive your payment.] => Your order will be sent as soon as we receive your payment. [For any questions or for further information, please contact our] => For any questions or for further information, please contact our [customer service department.] => customer service department. [We have noticed that there is a problem with your order. If you think this is an error, you can contact our] => We have noticed that there is a problem with your order. If you think this is an error, you can contact our ) [AdminShopparametersFeature] => Array ( [Authorized modules:] => Authorized modules: [This category already exists for this group.] => This category already exists for this group. [Add a category discount] => Add a category discount [New group category discount] => New group category discount [Discount (%):] => Discount (%): [Discount: %.2f%%] => Discount: %.2f%% [Group information] => Group information [Price display method:] => Price display method: [Show prices:] => Show prices: [Current category discount] => Current category discount [Members of this customer group] => Members of this customer group [Limited to the first 100 customers.] => Limited to the first 100 customers. [Please use filters to narrow your search.] => Please use filters to narrow your search. [Hours:] => Hours: [Dear Customer, Regards, Customer service] => Dear Customer, Regards, Customer service [We are currently updating our shop and will be back really soon. Thanks for your patience.] => We are currently updating our shop and will be back really soon. Thanks for your patience. [#IN] => #IN [#DE] => #DE [#RE] => #RE [a|about|above|after|again|against|all|am|an|and|any|are|aren|as|at|be|because|been|before|being|below|between|both|but|by|can|cannot|could|couldn|did|didn|do|does|doesn|doing|don|down|during|each|few|for|from|further|had|hadn|has|hasn|have|haven|having|he|ll|her|here|hers|herself|him|himself|his|how|ve|if|in|into|is|isn|it|its|itself|let|me|more|most|mustn|my|myself|no|nor|not|of|off|on|once|only|or|other|ought|our|ours|ourselves|out|over|own|same|shan|she|should|shouldn|so|some|such|than|that|the|their|theirs|them|themselves|then|there|these|they|re|this|those|through|to|too|under|until|up|very|was|wasn|we|were|weren|what|when|where|which|while|who|whom|why|with|won|would|wouldn|you|your|yours|yourself|yourselves] => a|about|above|after|again|against|all|am|an|and|any|are|aren|as|at|be|because|been|before|being|below|between|both|but|by|can|cannot|could|couldn|did|didn|do|does|doesn|doing|don|down|during|each|few|for|from|further|had|hadn|has|hasn|have|haven|having|he|ll|her|here|hers|herself|him|himself|his|how|ve|if|in|into|is|isn|it|its|itself|let|me|more|most|mustn|my|myself|no|nor|not|of|off|on|once|only|or|other|ought|our|ours|ourselves|out|over|own|same|shan|she|should|shouldn|so|some|such|than|that|the|their|theirs|them|themselves|then|there|these|they|re|this|those|through|to|too|under|until|up|very|was|wasn|we|were|weren|what|when|where|which|while|who|whom|why|with|won|would|wouldn|you|your|yours|yourself|yourselves [You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice.] => You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice. [In Stock] => In Stock [Product available for orders] => Product available for orders [Out-of-Stock] => Out-of-Stock [Webmaster] => Webmaster [Customer service] => Customer service [If a technical problem occurs on this website] => If a technical problem occurs on this website [For any question about a product, an order] => For any question about a product, an order [Mr.] => Mr. [Mrs.] => Mrs. [Visitor] => Visitor [Guest] => Guest [Customer] => Customer [Neutral] => Neutral [Add new social title] => Add new social title [Social titles] => Social titles [Image width] => Image width [Image height] => Image height [Social title] => Social title [Group name] => Group name [Discount (%)] => Discount (%) [Members] => Members [Creation date] => Creation date [Default groups options] => Default groups options [Visitors group] => Visitors group [Guests group] => Guests group [Customers group] => Customers group [Save, then add a category reduction.] => Save, then add a category reduction. [Add new group] => Add new group [Customer group] => Customer group [Price display method] => Price display method [Category discount] => Category discount [Modules authorization] => Modules authorization [Registration date] => Registration date [Show prices] => Show prices [Alias] => Alias [Aliases] => Aliases [Indexing] => Indexing [The "indexed" products have been analyzed by PrestaShop and will appear in the results of a front office search.] => The "indexed" products have been analyzed by PrestaShop and will appear in the results of a front office search. [Indexed products] => Indexed products [Building the product index may take a few minutes.] => Building the product index may take a few minutes. [Add missing products to the index] => Add missing products to the index [If your server stops before the process ends, you can resume the indexing by clicking "%add_missing_products_label%".] => If your server stops before the process ends, you can resume the indexing by clicking "%add_missing_products_label%". [Re-build the entire index] => Re-build the entire index [You can set a cron job that will rebuild your index using the following URL:] => You can set a cron job that will rebuild your index using the following URL: [Search within word] => Search within word [Search exact end match] => Search exact end match [Fuzzy search] => Fuzzy search [Maximum approximate words allowed by fuzzy search] => Maximum approximate words allowed by fuzzy search [Maximum word length (in characters)] => Maximum word length (in characters) [Minimum word length (in characters)] => Minimum word length (in characters) [Blacklisted words] => Blacklisted words [Weight] => Weight [The "weight" represents its importance and relevance for the ranking of the products when completing a new search.] => The "weight" represents its importance and relevance for the ranking of the products when completing a new search. [A word with a weight of eight will have four times more value than a word with a weight of two.] => A word with a weight of eight will have four times more value than a word with a weight of two. [We advise you to set a greater weight for words which appear in the name or reference of a product. This will allow the search results to be as precise and relevant as possible.] => We advise you to set a greater weight for words which appear in the name or reference of a product. This will allow the search results to be as precise and relevant as possible. [Setting a weight to 0 will exclude that field from search index. Re-build of the entire index is required when changing to or from 0] => Setting a weight to 0 will exclude that field from search index. Re-build of the entire index is required when changing to or from 0 [Product name weight] => Product name weight [Reference weight] => Reference weight [Short description weight] => Short description weight [Description weight] => Description weight [Category weight] => Category weight [Brand weight] => Brand weight [Tags weight] => Tags weight [Attributes weight] => Attributes weight [Features weight] => Features weight [Add new alias] => Add new alias [Result] => Result [Shop ID] => Shop ID [Shop group] => Store group [Root category] => Root category [Main URL for this shop] => Main URL for this shop [Edit this shop group] => Edit this store group [Add new shop] => Add new shop [Multistore tree] => Multistore tree [It will only be applied to the multistore header to highlight your shop context.] => It will only be applied to the multistore header to highlight your shop context. [It will only be applied to this group of shops, each store will keep its individual color.] => It will only be applied to this group of shops, each store will keep its individual color. [Icon] => Icon [Edit return status] => Edit return status [Show delivery PDF.] => Show delivery PDF. [Template] => Template [Return status] => Return status [Send email to customer] => Send email to customer [Consider the associated order as validated.] => Consider the associated order as validated. [Hide this status in all customer orders.] => Hide this status in all customer orders. [Attach invoice PDF to email.] => Attach invoice PDF to email. [Attach delivery slip PDF to email.] => Attach delivery slip PDF to email. [Set the order as shipped.] => Set the order as shipped. [Set the order as paid.] => Set the order as paid. [Store name] => Store name [Add new store] => Add new store [Stores] => Stores [Store name (e.g. City Center Mall Store).] => Store name (e.g. City Center Mall Store). [Allowed characters: letters, spaces and %s] => Allowed characters: letters, spaces and %s [Latitude / Longitude] => Latitude / Longitude [Store coordinates (e.g. 45.265469/-47.226478).] => Store coordinates (e.g. 45.265469/-47.226478). [Picture] => Picture [Monday] => Monday [Tuesday] => Tuesday [Wednesday] => Wednesday [Thursday] => Thursday [Friday] => Friday [Saturday] => Saturday [Sunday] => Sunday [Choose your country] => Choose your country [Choose your state (if applicable)] => Choose your state (if applicable) [Displayed in emails and page titles.] => Displayed in emails and page titles. [Shop email] => Shop email [Registration number] => Registration number [Shop address line 1] => Shop address line 1 [Shop address line 2] => Shop address line 2 [Contact details] => Contact details [Add new tag] => Add new tag [Tag] => Tag [Search] => Search [Visits] => Visits [Shop name] => Store name [Registrations] => Registrations [Undefined] => Undefined [Visitors] => Visitors [Unknown] => Unknown [Male] => Male [Female] => Female [Product name] => Product name [No redirection (you may have duplicate content issues)] => No redirection (you may have duplicate content issues) [302 Moved Temporarily (recommended while setting up your store)] => 302 Moved Temporarily (recommended while setting up your store) [301 Moved Permanently (recommended once you have gone live)] => 301 Moved Permanently (recommended once you have gone live) [Other] => Other [GET variable] => GET variable [Server] => Server [Add new contact] => Add new contact [Add a new page] => Add a new page [hours] => hours [Save messages?] => Save messages? [Re-display cart at login] => Re-display cart at login [Send an email after registration] => Send an email after registration [Password reset delay] => Password reset delay [minutes] => minutes [Enable B2B mode] => Enable B2B mode [Ask for birth date] => Ask for birth date [Enable partner offers] => Enable partner offers [Enable store] => Enable store [Maintenance IP] => Maintenance IP [Custom maintenance text] => Custom maintenance text [Enable store for logged-in employees] => Enable store for logged-in employees [Round on each item] => Round on each item [Round on each line] => Round on each line [Round on the total] => Round on the total [Round up away from zero, when it is half way there (recommended)] => Round up away from zero, when it is half way there (recommended) [Round down towards zero, when it is half way there] => Round down towards zero, when it is half way there [Round towards the next even value] => Round towards the next even value [Round towards the next odd value] => Round towards the next odd value [Round up to the nearest value] => Round up to the nearest value [Round down to the nearest value] => Round down to the nearest value [Enable SSL on all pages] => Enable SSL on all pages [Increase front office security] => Increase front office security [Allow iframes on HTML fields] => Allow iframes on HTML fields [Use HTMLPurifier Library] => Use HTMLPurifier Library [Round mode] => Round mode [Round type] => Round type [Display suppliers] => Display suppliers [Display brands] => Display brands [Display best sellers] => Display best sellers [Enable Multistore] => Enable Multistore [Main Shop Activity] => Main Shop Activity [Enable final summary] => Enable final summary [Enable guest checkout] => Enable guest checkout [Disable reordering option] => Disable reordering option [Recalculate shipping costs after editing the order] => Recalculate shipping costs after editing the order [Allow multishipping] => Allow multishipping [Delayed shipping] => Delayed shipping [Terms of service] => Terms of service [Page for terms and conditions] => Page for terms and conditions [Set backorder status] => Set backorder status [Minimum purchase total required in order to validate the order] => Minimum purchase total required in order to validate the order [Offer gift wrapping] => Offer gift wrapping [Gift-wrapping tax] => Gift-wrapping tax [Offer recycled packaging] => Offer recycled packaging [Gift-wrapping price] => Gift-wrapping price [Allow a customer to download and view PDF versions of his/her invoices.] => Allow a customer to download and view PDF versions of his/her invoices. [Send an email to the customer when his/her order status has changed.] => Send an email to the customer when his/her order status has changed. [Set the order as in transit.] => Set the order as in transit. [Catalog mode] => Catalog mode [Quantity discounts based on] => Quantity discounts based on [Force update of friendly URL] => Force update of friendly URL [Activate new products by default] => Activate new products by default [Default order of priority for specific prices] => Default order of priority for specific prices [Default behavior for disabled products] => Default behavior for disabled products [Number of days for which the product is considered 'new'] => Number of days for which the product is considered 'new' [Max size of product summary] => Max size of short description [Display available quantities on the product page] => Display available quantities on the product page [Separator of attribute anchor on the product links] => Separator of attribute anchor on the product links [Display the discounted unit price] => Display the discounted unit price [Products per page] => Products per page [Product price] => Product price [Product add date] => Product add date [Product modified date] => Product modified date [Position inside category] => Position inside category [Brand] => Brand [Product quantity] => Product quantity [Product reference] => Product reference [Default order by] => Default order by [Default order method] => Default order method [Display remaining quantities when the quantity is lower than] => Display remaining quantities when the quantity is lower than [Enable stock management] => Enable stock management [Default pack stock management] => Default pack stock management [Display unavailable attributes on the product page] => Display unavailable attributes on the product page [Allow ordering of out-of-stock products] => Allow ordering of out-of-stock products [Label of in-stock products] => Label of in-stock products [Label of out-of-stock products with allowed backorders] => Label of out-of-stock products with allowed backorders [Label of out-of-stock products with denied backorders] => Label of out-of-stock products with denied backorders [Delivery time of in-stock products] => Delivery time of in-stock products [Leave empty to disable] => Leave empty to disable [Delivery time of out-of-stock products with allowed backorders] => Delivery time of out-of-stock products with allowed backorders [Display out-of-stock label on product listing pages] => Display out-of-stock label on product listing pages [Default pack stock behavior] => Default pack stock behavior [$_GET variable] => $_GET variable [The route %routeRule% is not valid] => The route %routeRule% is not valid [Keyword "{%keyword%}" required for route "%routeName%" (rule: "%routeRule%")] => Keyword "{%keyword%}" required for route "%routeName%" (rule: "%routeRule%") [Default pages] => Default pages [Module pages] => Module pages [Display attributes in the product meta title] => Display attributes in the product meta title [Accented URL] => Accented URL [Redirect to the canonical URL] => Redirect to the canonical URL [Disable Apache's MultiViews option] => Disable Apache's MultiViews option [Disable Apache's mod_security module] => Disable Apache's mod_security module [Shop domain] => Shop domain [SSL domain] => SSL domain [Base URI] => Base URI [Route to products] => Route to products [Route to category] => Route to category [Route to supplier] => Route to supplier [Route to brand] => Route to brand [Route to page] => Route to page [Route to page category] => Route to page category [Route to modules] => Route to modules [General product settings] => General product settings [Product page] => Product page [Pagination] => Pagination [Products stock] => Products stock [Contacts] => Contacts [Add new title] => Add new title [Gift options] => Gift options [Status name] => Status name [Color] => Color [Return statuses] => Return statuses [Email template] => Email template [Order status] => Order status [Add new order status] => Add new order status [Add new order return status] => Add new order return status [Rewritten URL] => Rewritten URL [Page name] => Page name [Page title] => Page title [Meta tags] => Meta tags [Keywords: %keywords%] => Keywords: %keywords% [Improve your SEO] => Improve your SEO [Edit information about your pages to gain visibility and therefore reach more visitors. We advise you to start with the index page, it stands for your homepage.] => Edit information about your pages to gain visibility and therefore reach more visitors. We advise you to start with the index page, it stands for your homepage. [Configure index page] => Configure index page [Robots file generation] => Robots file generation [Generate robots.txt file] => Generate robots.txt file [SEO options] => SEO options [Set up URLs] => Set up URLs [Set shop URL] => Set shop URL [Schema of URLs] => Schema of URLs [Referrer] => Referrer [Add new search engine] => Add new search engine [Enable SSL] => Enable SSL [Please click here to check if your shop supports HTTPS.] => Please click here to check if your store supports HTTPS. [Page] => Page ) [AdminAdvparametersHelp] => Array ( [This page benefits from increased performance and includes new features such as a new combination management system.] => This page benefits from increased performance and includes new features such as a new combination management system. [Access the new product page, even in a multistore context. This is a work in progress and some features are not available.] => Access the new product page, even in a multistore context. This is a work in progress and some features are not available. [This page benefits from increased performance and includes new features such as a new combination management system. Please note this is a work in progress and some features are not available yet.] => This page benefits from increased performance and includes new features such as a new combination management system. Please note this is a work in progress and some features are not available yet. [Enable or disable the migrated attribute page.] => Enable or disable the migrated Attribute page. [Enable or disable the authorization server page.] => Enable or disable the Authorization server page. [Enable or disable the migrated cart rules page.] => Enable or disable the migrated Cart rules page. [Enable or disable the migrated catalog price rules page.] => Enable or disable the migrated Catalog price rules page. [Enable or disable the migrated countries page.] => Enable or disable the migrated Countries page. [Enable or disable the migrated states page.] => Enable or disable the migrated States page. [Enable or disable the migrated carriers page.] => Enable or disable the migrated Carriers page. [Enable or disable the migrated titles page.] => Enable or disable the migrated Titles page. [Enable or disable the migrated permissions page.] => Enable or disable the migrated Permissions page. [Enable or disable the migrated tax rules page.] => Enable or disable the migrated Tax rules page. [Enable or disable the migrated customer threads page.] => Enable or disable the migrated Customer threads page. [Enable or disable the migrated order states page.] => Enable or disable the migrated Order states page. [or] => or [A category root is where a category tree can begin. This is used with multistore.] => A category root is where a category tree can begin. This is used with multistore. [0 = Use quantity set in product, 1 = Use quantity from warehouse.] => 0 = Use quantity set in product, 1 = Use quantity from warehouse. [ID of the warehouse to set as storage.] => ID of the warehouse to set as storage. [Use this option to associate data (products, modules, etc.) the same way for each selected shop.] => Use this option to associate data (products, modules, etc.) the same way for each selected shop. [Click here to display the shops in the %name% shop group] => Click here to display the shops in the %name% store group [Click here to display the URLs of the %name% shop] => Click here to display the URLs of the %name% shop [Click here to display the list of shop groups] => Click here to display the list of store groups [Warning: Enabling the "share customers" and "share orders" options is not recommended. Once activated and orders are created, you will not be able to disable these options. If you need these options, we recommend using several categories rather than several shops.] => Warning: Enabling the "share customers" and "share orders" options is not recommended. Once activated and orders are created, you will not be able to disable these options. If you need these options, we recommend using several categories rather than several stores. [Once this option is enabled, the shops in this group will share customers. If a customer registers in any one of these shops, the account will automatically be available in the others shops of this group.] => Once this option is enabled, the stores in this group will share customers. If a customer registers in any one of these stores, the account will automatically be available in the other stores of this group. [Warning: you will not be able to disable this option once you have registered customers.] => Warning: you will not be able to disable this option once you have registered customers. [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 by all shops in this group. This way, any purchase started in one shop will be able to be completed in another shop from the same group.] => Once this option is enabled (which is only possible if customers and available quantities are shared among stores), the customer's cart will be shared by all stores in this group. This way, any purchase started in one store will be able to be completed in another store from the same group. [Warning: You will not be able to disable this option once you've started to accept orders.] => Warning: You will not be able to disable this option once you've started to accept orders. [Enable or disable this shop group?] => Enable or disable this store group? [If you want to add a virtual URL, you need to activate URL rewriting on your web server and enable Friendly URL option.] => If you want to add a virtual URL, you need to activate URL rewriting on your web server and enable Friendly URL option. [You can use this option if you want to create a store with a URL that doesn't exist on your server (e.g. if you want your store to be available with the URL www.example.com/my-store/shoes/, you have to set shoes/ in this field, assuming that my-store/ is your Physical URL).] => You can use this option if you want to create a store with a URL that doesn't exist on your server (e.g. if you want your store to be available with the URL www.example.com/my-store/shoes/, you have to set shoes/ in this field, assuming that my-store/ is your Physical URL). [URL rewriting must be activated on your server to use this feature.] => URL rewriting must be activated on your server to use this feature. [If you set this URL as the Main URL for the selected shop, all URLs set to this shop will be redirected to this URL (you can only have one Main URL per shop).] => If you set this URL as the Main URL for the selected shop, all URLs set to this shop will be redirected to this URL (you can only have one Main URL per shop). [Since the selected shop has no main URL, you have to set this URL as the Main URL.] => Since the selected shop has no main URL, you have to set this URL as the Main URL. [The selected shop already has a Main URL. Therefore, if you set this one as the Main URL, the older Main URL will be set as a regular URL.] => The selected shop already has a Main URL. Therefore, if you set this one as the Main URL, the older Main URL will be set as a regular URL. [This is the physical folder for your store on the web server. Leave this field empty if your store is installed on the root path. For instance, if your store is available at www.example.com/my-store/, you must input my-store/ in this field.] => This is the physical folder for your store on the web server. Leave this field empty if your store is installed on the root path. For instance, if your store is available at www.example.com/my-store/, you must input my-store/ in this field. [Warning: URL rewriting (e.g. mod_rewrite for Apache) seems to be disabled. If your Virtual URL doesn't work, please check with your hosting provider on how to activate URL rewriting.] => Warning: URL rewriting (e.g. mod_rewrite for Apache) seems to be disabled. If your Virtual URL doesn't work, please check with your hosting provider on how to activate URL rewriting. [Ignore this field if you don't use the Multistore tool. If you leave this field empty, the default shop will be used.] => Ignore this field if you don't use the Multistore tool. If you leave this field empty, the default shop will be used. [Enable Advanced Stock Management on product (0 = No, 1 = Yes)] => Enable Advanced Stock Management on product (0 = No, 1 = Yes) [Enable Advanced Stock Management on product (0 = No, 1 = Yes).] => Enable Advanced Stock Management on product (0 = No, 1 = Yes). [This will add directives to your .htaccess file, which should improve caching and compression.] => This will add directives to your .htaccess file, which should improve caching and compression. [Enable or disable debug mode.] => Enable or disable debug mode. [Enable or disable debug mode. Debug mode will enable extended error reporting, display the Symfony debug bar, and other features.] => Enable or disable debug mode. Debug mode will enable extended error reporting, display the Symfony debug bar, and other features. [Enable or disable debug profiling. Debug profiling will display performance-related information under each page and help find performance bottlenecks in your store.] => Enable or disable debug profiling. Debug profiling will display performance-related information under each page and help find performance bottlenecks in your store. [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.] => 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. [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.] => 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. [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.] => 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. [Choose "No" to disable Product Combinations.] => Choose "No" to disable Product Combinations. [You cannot set this parameter to No when combinations are already used by some of your products] => You cannot set this parameter to No when combinations are already used by some of your products [Choose "No" to disable Product Features.] => Choose "No" to disable Product Features. [Choose "No" to disable Customer Groups.] => Choose "No" to disable Customer Groups. [Should be enabled if you want to avoid to store the smarty cache on NFS.] => Should be enabled if you want to avoid to store the smarty cache on NFS. [Choose a stability level for the modules downloaded from PrestaShop Addons Marketplace. All zips pushed on the marketplace are in stable state unless stated otherwise.] => Choose a stability level for the modules downloaded from PrestaShop Addons Marketplace. All zips pushed on the marketplace are in stable state unless stated otherwise. [Check the IP address of the cookie in order to prevent your cookie from being stolen.] => Check the IP address of the cookie in order to prevent your cookie from being stolen. [Set the amount of hours during which the front office cookies are valid. After that amount of time, the customer will have to log in again.] => Set the amount of hours during which the front office cookies are valid. After that amount of time, the customer will have to log in again. [When you access your back office and decide to stay logged in, your cookies lifetime defines your browser session. Set here the number of hours during which you want them valid before logging in again.] => When you access your back office and decide to stay logged in, your cookies lifetime defines your browser session. Set here the number of hours during which you want them valid before logging in again. [Allows you to declare if your cookie should be restricted to a first-party or same-site context.] => Allows you to declare if your cookie should be restricted to a first-party or same-site context. [Set the maximum size allowed for attachment files (in megabytes). This value has to be lower than or equal to the maximum file upload allotted by your server (currently: %size% MB).] => Set the maximum size allowed for attachment files (in megabytes). This value has to be lower than or equal to the maximum file upload allotted by your server (currently: %size% MB). [Define the upload limit for a downloadable product (in megabytes). This value has to be lower or equal to the maximum file upload allotted by your server (currently: %size% MB).] => Define the upload limit for a downloadable product (in megabytes). This value has to be lower or equal to the maximum file upload allotted by your server (currently: %size% MB). [Define the upload limit for an image (in megabytes). This value has to be lower or equal to the maximum file upload allotted by your server (currently: %size% MB).] => Define the upload limit for an image (in megabytes). This value has to be lower or equal to the maximum file upload allotted by your server (currently: %size% MB). [Drop existing tables during import.] => Drop existing tables during import. [If enabled, the backup script will drop your tables prior to restoring data. (ie. "DROP TABLE IF EXISTS")] => If enabled, the backup script will drop your tables prior to restoring data. (ie. "DROP TABLE IF EXISTS") [A DKIM selector usually looks like 12345.domain. It must match the name of your DNS record.] => A DKIM selector usually looks like 12345.domain. It must match the name of your DNS record. [The private key starts with -----BEGIN RSA PRIVATE KEY-----.] => The private key starts with -----BEGIN RSA PRIVATE KEY-----. [Where customers send messages from the order page.] => Where customers send messages from the order page. [Enable DKIM, fill in the fields and give it a try. If no email is sent, check logs.] => Enable DKIM, fill in the fields and give it a try. If no email is sent, check logs. [Fully qualified domain name (keep this field empty if you don't know).] => Fully qualified domain name (keep this field empty if you don't know). [IP address or server name (e.g. smtp.mydomain.com).] => IP address or server name (e.g. smtp.mydomain.com). [Leave blank if not applicable.] => Leave blank if not applicable. [SSL does not seem to be available on your server.] => SSL does not seem to be available on your server. [Port number to use.] => Port number to use. [Allow or deny this employee's access to the Admin panel.] => Allow or deny this employee's access to the Admin panel. [Select the stores the employee is allowed to access.] => Select the stores the employee is allowed to access. [This page will be displayed just after login.] => This page will be displayed just after login. [Password should be at least %num% characters long.] => Password should be at least %num% characters long. [e.g. 1; Blouse; 129.90; 5] => e.g. 1; Blouse; 129.90; 5 [e.g. Blouse; red.jpg, blue.jpg, green.jpg; 129.90 ] => e.g. Blouse; red.jpg, blue.jpg, green.jpg; 129.90 [If enabled, the product's reference number MUST be unique!] => If enabled, the product's reference number MUST be unique! [Enable this option to keep your imported items’ ID number as is. Otherwise, PrestaShop will ignore them and create auto-incremented ID numbers.] => Enable this option to keep your imported items’ ID number as is. Otherwise, PrestaShop will ignore them and create auto-incremented ID numbers. [Receive an email when the import is complete. It can be useful when handling large files, as the import may take some time.] => Receive an email when the import is complete. It can be useful when handling large files, as the import may take some time. [Click on "None" to disable log alerts by email or enter the recipients of these emails in the following field.] => Click on "None" to disable log alerts by email or enter the recipients of these emails in the following field. [Log alerts will be sent to these emails. Please use a comma to separate them (e.g. [email protected], [email protected]).] => Log alerts will be sent to these emails. Please use a comma to separate them (e.g. [email protected], [email protected]). [Enabling multi-statements queries increases the risk of SQL injection vulnerabilities being exploited.] => Enabling multi-statements queries increases the risk of SQL injection vulnerabilities being exploited. [Back office pages require the use of a token. This protection can be disabled if needed.] => Back office pages require the use of a token. This protection can be disabled if needed. [Before activating the webservice, you must be sure to: ] => Before activating the webservice, you must be sure to: [Check that URL rewriting is available on this server.] => Check that URL rewriting is available on this server. [Check that the six methods GET, POST, PUT, PATCH, DELETE and HEAD are supported by this server.] => Check that the six methods GET, POST, PUT, PATCH, DELETE and HEAD are supported by this server. [Before choosing "Yes", check that PHP is not configured as an Apache module on your server.] => Before choosing "Yes", check that PHP is not configured as an Apache module on your server. [Quick description of the key: who it is for, what permissions it has, etc.] => Quick description of the key: who it is for, what permissions it has, etc. [How to restore a database backup in 10 easy steps] => How to restore a database backup in 10 easy steps [Set "Enable Shop" to "No" in the "Maintenance" page under the "Preferences" menu.] => Set "Enable Shop" to "No" in the "Maintenance" page under the "Preferences" menu. [Download the backup from the list below or from your FTP server (in the folder "admin/backups").] => Download the backup from the list below or from your FTP server (in the folder "admin/backups"). [Check the backup integrity: Look for errors, incomplete file, etc... Be sure to verify all of your data.] => Check the backup integrity: Look for errors, incomplete file, etc... Be sure to verify all of your data. [Please ask your hosting provider for "phpMyAdmin" access to your database.] => Please ask your hosting provider for "phpMyAdmin" access to your database. [Connect to "phpMyAdmin" and select your current database.] => Connect to "phpMyAdmin" and select your current database. [Unless you enabled the "Drop existing tables" option, you must delete all tables from your current database.] => Unless you enabled the "Drop existing tables" option, you must delete all tables from your current database. [At the top of the screen, please select the "Import" tab] => At the top of the screen, please select the "Import" tab [Click on the "%phpmyadmin_browse_label%" button and select the backup file from your hard drive.] => Click on the "%phpmyadmin_browse_label%" button and select the backup file from your hard drive. [Check the maximum filesize allowed (e.g. Max: 16MB)] => Check the maximum filesize allowed (e.g. Max: 16MB) [If your backup file exceeds this limit, contact your hosting provider for assistance. ] => If your backup file exceeds this limit, contact your hosting provider for assistance. [Click on the "%phpmyadmin_go_label%" button and please wait patiently for the import process to conclude. This may take several minutes.] => Click on the "%phpmyadmin_go_label%" button and please wait patiently for the import process to conclude. This may take several minutes. [You can read information on import at:] => You can read information on import at: [https://docs.prestashop-project.org/1.7-documentation/user-guide/configuring-shop/advanced-parameters/import] => https://docs.prestashop-project.org/1.7-documentation/user-guide/configuring-shop/advanced-parameters/import [Read more about the CSV format at:] => Read more about the CSV format at: [https://en.wikipedia.org/wiki/Comma-separated_values] => https://en.wikipedia.org/wiki/Comma-separated_values [Allowed formats: .csv, .xls, .xlsx, .xlst, .ods, .ots] => Allowed formats: .csv, .xls, .xlsx, .xlst, .ods, .ots [Only UTF-8 and ISO 8859-1 encodings are allowed] => Only UTF-8 and ISO 8859-1 encodings are allowed [You can also upload your file via FTP to the following directory: %s .] => You can also upload your file via FTP to the following directory: %s . [https://docs.prestashop-project.org/v.8-documentation/user-guide/configuring-shop/advanced-parameters/import] => https://docs.prestashop-project.org/v.8-documentation/user-guide/configuring-shop/advanced-parameters/import [Fill in the fields below to set up DKIM signing of outgoing emails. This will reduce the likelihood of your emails being marked as spam. You can get the data below from your server administrator or generate it yourself by using one of the freely available tools, such as dkimcore.org. Also, make sure that your server is registered as an authorized sender in your SPF record. ] => Fill in the fields below to set up DKIM signing of outgoing emails. This will reduce the likelihood of your emails being marked as spam. You can get the data below from your server administrator or generate it yourself by using one of the freely available tools, such as dkimcore.org. Also, make sure that your server is registered as an authorized sender in your SPF record. [Allow or disallow this employee to log in to the Admin panel.] => Allow or disallow this employee to log in to the Admin panel. [Select the shops the employee is allowed to access.] => Select the shops the employee is allowed to access. [This page will be displayed right after signing in.] => This page will be displayed right after signing in. [Informative only] => Informative only [Warning] => Warning [Error] => Error [Major issue (crash)!] => Major issue (crash)! [Severity levels] => Severity levels [How do I create a new SQL query?] => How do I create a new SQL query? [Click "%add_new_label%".] => Click "%add_new_label%". [Fill in the fields and click "%save_label%".] => Fill in the fields and click "%save_label%". [You can then view the query results by clicking on the "%view_label%" action in the dropdown menu] => You can then view the query results by clicking on the "%view_label%" action in the dropdown menu. [You can also export the query results as a CSV file by clicking on the "%export_label%" button] => You can also export the query results as a CSV file by clicking on the "%export_label%" button. [All outdated sessions will be automatically cleared after the first connection attempt, but you can do it manually now if needed.] => All outdated sessions will be automatically cleared after the first connection attempt, but you can do it manually now if needed. [Scores are integers from 0 to 4.] => Scores are integers from 0 to 4. [Notifications are numbered bubbles displayed at the very top of your back office, right next to the shop's name. They display the number of new items since you last clicked on them.] => Notifications are numbered bubbles displayed at the very top of your back office, right next to the shop's name. They display the number of new items since you last clicked on them. [This feature allows you to identify modules that might be causing bugs on your store. Disable all non-built-in modules (not listed in composer.json). Then, re-enable each module one by one and check that everything works properly before moving on to the next one.] => This feature allows you to identify modules that might be causing bugs on your store. Disable all non-built-in modules (not listed in composer.json). Then, re-enable each module one by one and check that everything works properly before moving on to the next one. [Some features can be disabled in order to improve performance.] => Some features can be disabled in order to improve performance. [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.7+. Otherwise, CCC will cause problems.] => 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.7+. Otherwise, CCC will cause problems. [Invalid] => Invalid [Okay] => Okay [Good] => Good [Fabulous] => Fabulous ) [AdminCatalogNotification] => Array ( [You must select some products before] => You must select some products before [You cannot set 0 or a negative position, the minimum is 1.] => You cannot set 0 or a negative position, the minimum is 1. [You cannot set a position greater than the total number of products in the category, starting at 1.] => You cannot set a position greater than the total number of products in the category, starting at 1. [Error on image caption: "%1s" is not a valid caption.] => Error on image caption: "%1s" is not a valid caption. [The discount was successfully generated.] => The discount was successfully generated. [The root category of the shop %shop% is not associated with the current shop. You can't access this page. Please change the root category of the shop.] => The root category of the shop %shop% is not associated with the current shop. You can't access this page. Please change the root category of the shop. [This will copy the images too. If you wish to proceed, click "%yes_label%". If not, click "%no_label%".] => This will copy the images too. If you wish to proceed, click "%yes_label%". If not, click "%no_label%". [You cannot update the available stock when it depends on stock.] => You cannot update the available stock when it depends on stock. [Incorrect Stock Manager class [%s]] => Incorrect Stock Manager class [%s] [Stock Manager class not found [%s]] => Stock Manager class not found [%s] [Failed to copy the file.] => Failed to copy the file. [An error occurred while updating the status for an object.] => An error occurred while updating the status for an object. [(cannot load object)] => (cannot load object) [The attribute value "%1$s" already exist for %2$s language] => The attribute value "%1$s" already exist for %2$s language [This feature has been disabled. You can activate it here: %link%.] => This feature has been disabled. You can activate it here: %link%. [Failed to delete the attribute.] => Failed to delete the attribute. [The "%s" restriction is checked, but no item is selected.] => The "%s" restriction is checked, but no item is selected. [The voucher cannot end before it begins.] => The voucher cannot end before it begins. [The minimum amount cannot be lower than zero.] => The minimum amount cannot be lower than zero. [Reduction percentage must be between 0% and 100%] => Reduction percentage must be between 0% and 100% [Reduction amount cannot be lower than zero.] => Reduction amount cannot be lower than zero. [This cart rule code is already used (conflict with cart rule %rulename%)] => This cart rule code is already used (conflict with cart rule %rulename%) [An action is required for this cart rule.] => An action is required for this cart rule. [No product has been found.] => No product has been found. [Product with required customization fields cannot be used as a gift.] => Product with required customization fields cannot be used as a gift. [Invalid product] => Invalid product [Invalid combination] => Invalid combination [An error occurred during the image upload process.] => An error occurred during the image upload process. [An order has already been placed with this cart.] => An order has already been placed with this cart. [This product cannot be added to the cart.] => This product cannot be added to the cart. [You already have the maximum quantity available for this product.] => You already have the maximum quantity available for this product. [Invalid voucher.] => Invalid voucher. [Invalid quantity] => Invalid quantity [There are not enough products in stock.] => There are not enough products in stock. [Cannot add image because product creation failed.] => Cannot add image because product creation failed. [Error while creating additional image] => Error while creating additional image [We were unable to associate this attachment to a product.] => We were unable to associate this attachment to a product. [An error occurred while saving product attachments.] => An error occurred while saving product attachments. [You cannot delete this product because there is physical stock left.] => You cannot delete this product because there is physical stock left. [You cannot change the product's cover image.] => You cannot change the product's cover image. [The image could not be found. ] => The image could not be found. [You cannot delete the product #%d because there is physical stock left.] => You cannot delete the product #%d because there is physical stock left. [The price attribute is required.] => The price attribute is required. [You must add at least one attribute.] => You must add at least one attribute. [This combination already exists.] => This combination already exists. [A product must be created before adding features.] => A product must be created before adding features. [Please specify priorities.] => Please specify priorities. [An error occurred while updating priorities.] => An error occurred while updating priorities. [An error occurred while setting priorities.] => An error occurred while setting priorities. [An error occurred while creating customization fields.] => An error occurred while creating customization fields. [An error occurred while updating customization fields.] => An error occurred while updating customization fields. [An error occurred while updating the custom configuration.] => An error occurred while updating the custom configuration. [The label fields defined are invalid.] => The label fields defined are invalid. [A product must be created before adding customization.] => A product must be created before adding customization. [The uploaded file exceeds the "Maximum size for a downloadable product" set in preferences (%1$dMB) or the post_max_size/ directive in php.ini (%2$dMB).] => The uploaded file exceeds the "Maximum size for a downloadable product" set in preferences (%1$dMB) or the post_max_size/ directive in php.ini (%2$dMB). [An error occurred while attempting to associate this image with your shop. ] => An error occurred while attempting to associate this image with your shop. [An error occurred while attempting to move this picture.] => An error occurred while attempting to move this picture. [An error occurred while attempting to update the cover picture.] => An error occurred while attempting to update the cover picture. [An error occurred while attempting to delete the product image.] => An error occurred while attempting to delete the product image. [Wrong IDs] => Wrong IDs [Invalid price/discount amount] => Invalid price/discount amount [Please select a discount type (amount or percentage).] => Please select a discount type (amount or percentage). [The from/to date is invalid.] => The from/to date is invalid. [The name for feature %1$s is too long in %2$s.] => The name for feature %1$s is too long in %2$s. [A valid name required for feature. %1$s in %2$s.] => A valid name required for feature. %1$s in %2$s. [An error occurred while adding tags.] => An error occurred while adding tags. [This %1$s field is required at least in %2$s] => This %1$s field is required at least in %2$s [The %1$s field is too long (%2$d chars max).] => The %1$s field is too long (%2$d chars max). [This %1$s field (%2$s) is too long: %3$d chars max (current count %4$d).] => This %1$s field (%2$s) is too long: %3$d chars max (current count %4$d). [An error occurred while attempting to delete previous tags.] => An error occurred while attempting to delete previous tags. [The selected currency is not valid] => The selected currency is not valid [An error occurred while copying image, the file does not exist anymore.] => An error occurred while copying image, the file does not exist anymore. [An error occurred while copying image, the file width is 0px.] => An error occurred while copying image, the file width is 0px. [An error occurred while copying image, check your memory limit.] => An error occurred while copying image, check your memory limit. [An error occurred while copying the image.] => An error occurred while copying the image. [You can't add product packs into a pack] => You can't add product packs into a pack [An error occurred while attempting to add products to the pack.] => An error occurred while attempting to add products to the pack. [An error occurred while updating the specific price.] => An error occurred while updating the specific price. [The specific price ID is invalid.] => The specific price ID is invalid. [An error occurred while attempting to delete the specific price.] => An error occurred while attempting to delete the specific price. [An attachment name is required.] => An attachment name is required. [This attachment was unable to be loaded into the database.] => This attachment was unable to be loaded into the database. [A specific price already exists for these parameters.] => A specific price already exists for these parameters. [You do not have permission to add suppliers.] => You do not have permission to add suppliers. [The address is not correct. Please make sure all of the required fields are completed.] => The address is not correct. Please make sure all of the required fields are completed. [It is not possible to delete a supplier if there are pending supplier orders.] => It is not possible to delete a supplier if there are pending supplier orders. [Could not delete #%i] => Could not delete #%i [Missing id_hook] => Missing id_hook [Missing block_name] => Missing block_name [Missing block_name value for language %s] => Missing block_name value for language %s [Missing %s value in custom[%s] for language %s] => Missing %s value in custom [%s] for language %s [It is not possible to delete a combination while it still has some quantities in the Advanced Stock Management. You must delete its stock first.] => It is not possible to delete a combination while it still has some quantities in the Advanced Stock Management. You must delete its stock first. [Error while deleting the stock] => Error while deleting the stock [Successful deletion] => Successful deletion [You cannot delete this attribute.] => You cannot delete this attribute. [Invalid 'to' date] => Invalid 'to' date [Invalid 'from' date] => Invalid 'from' date [Submitted reduction value (0-100) is out-of-range] => Submitted reduction value (0-100) is out-of-range [No reduction value has been submitted] => No reduction value has been submitted [Invalid date range] => Invalid date range [If they have no other category, I want to associate them with the parent category.] => If they have no other category, I want to associate them with the parent category. [If they have no other category, I want to associate them with the parent category and turn them offline.] => If they have no other category, I want to associate them with the parent category and turn them offline. [(Recommended)] => (Recommended) [If they have no other category, I want to delete them as well.] => If they have no other category, I want to delete them as well. [This file is associated with the following products. Are you sure you want to delete it?] => This file is associated with the following products. Are you sure you want to delete it? [Remember to properly edit all information after duplicating - including SEO information and friendly URL.] => Remember to properly edit all information after duplicating - including SEO information and friendly URL. [Product(s) successfully activated.] => Product(s) successfully activated. [Product(s) successfully deactivated.] => Product(s) successfully deactivated. [Product(s) successfully deleted.] => Product(s) successfully deleted. [Product(s) successfully duplicated.] => Product(s) successfully duplicated. [Products successfully sorted.] => Products successfully sorted. [Product successfully deleted.] => Product successfully deleted. [Product successfully duplicated.] => Product successfully duplicated. [Product successfully activated.] => Product successfully activated. [Product successfully deactivated.] => Product successfully deactivated. [To put this product online, please enter a name.] => To put this product online, please enter a name. [The product you are trying to access doesn't exist.] => The product you are trying to access doesn't exist. [Invalid description for %s language] => Invalid description for %s language [Upload error. Please check your server configurations for the maximum upload size allowed.] => Upload error. Please check your server configurations for the maximum upload size allowed. [An error occurred while uploading the image:] => An error occurred while uploading the image: [You cannot remove this category because one of your shops uses it as a root category.] => You cannot remove this category because one of your shops uses it as a root category. [An error occurred while creating the category.] => An error occurred while creating the category. [The root category of a shop cannot be edited.] => The root category of a shop cannot be edited. [An error occurred while editing the category.] => An error occurred while editing the category. [The display of your brands is enabled on your store. Go to %sShop Parameters > General%s to edit settings.] => The display of your brands is enabled on your store. Go to %sShop Parameters > General%s to edit settings. [The display of your brands is disabled on your store. Go to %sShop Parameters > General%s to edit settings.] => The display of your brands is disabled on your store. Go to %sShop Parameters > General%s to edit settings. [Unable to resize one or more of your pictures.] => Unable to resize one or more of your pictures. [Error for combination %combination_id%: %error_message%] => Error for combination %combination_id%: %error_message% [Error for product %product_id%: %error_message%] => Error for product %product_id%: %error_message% [When redirecting towards a product you must select a target product.] => When redirecting towards a product you must select a target product. [The display of your suppliers is enabled on your store. Go to %sShop Parameters > General%s to edit settings.] => The display of your suppliers is enabled on your store. Go to %sShop Parameters > General%s to edit settings. [The display of your suppliers is disabled on your store. Go to %sShop Parameters > General%s to edit settings.] => The display of your suppliers is disabled on your store. Go to %sShop Parameters > General%s to edit settings. [Product customization could not be found. Go to Catalog > Products to customize the product.] => Product customization could not be found. Go to Catalog > Products to customize the product. [Selected products were successfully canceled.] => Selected products were successfully canceled. [Cannot find specific price %price%] => Cannot find specific price %price% [This pack is empty. You must add at least one product item.] => This pack is empty. You must add at least one product item. [Duplicate product?] => Duplicate product? [Permanently delete this product?] => Permanently delete this product? [Change the product type] => Change the product type [Are you sure you want to change the product type?] => Are you sure you want to change the product type? [Change product type] => Change product type [Changing the product type will immediately save the product and refresh the page.] => Changing the product type will immediately save the product and refresh the page. [This will delete all combinations.] => This will delete all combinations. [This will delete the list of products in this pack.] => This will delete the list of products in this pack. [This will delete the associated virtual file.] => This will delete the associated virtual file. [This will reset the ecotax value and may impact your retail price (tax incl.).] => This will reset the ecotax value and may impact your retail price (tax incl.). [This will reset the stock of this product.] => This will reset the stock of this product. [Image replaced] => Image replaced [Are you sure you want to delete the selected image?|Are you sure you want to delete the %filesNb% selected images?] => Are you sure you want to delete the selected image?|Are you sure you want to delete the %filesNb% selected images? [Are you sure you want to delete the selected image?|Are you sure you want to delete the {filesNb} selected images?] => Are you sure you want to delete the selected image?|Are you sure you want to delete the {filesNb} selected images? [The file was successfully added.] => The file was successfully added. [This value is too long. It should have %limit% characters or less.] => This value is too long. It should have %limit% characters or less. [There is no result for this search. Update your filters to view other products.] => There is no result for this search. Update your filters to view other products. [Duplication in progress...] => Duplication in progress... [Duplication failed.] => Duplication failed. [Activation in progress...] => Activation in progress... [Activation failed.] => Activation failed. [Deactivation in progress...] => Deactivation in progress... [Deactivation failed.] => Deactivation failed. [Deletion in progress...] => Deletion in progress... [Deletion failed.] => Deletion failed. [Duplicating products] => Duplicating products [Duplicating...] => Duplicating... [Activating products] => Activating products [Activating...] => Activating... [Deactivating products] => Deactivating products [Deactivating...] => Deactivating... [Deleting products] => Deleting products [Deleting...] => Deleting... [You are in a multistore context: any modification will impact all your shops, or each shop of the active group.] => You are in a multistore context: any modification will impact all your stores or each store of the active group. [Friendly URLs are currently enabled.] => Friendly URLs are currently enabled. [To disable it, go to [1]SEO and URLs[/1]] => To disable it, go to [1]SEO and URLs[/1] [Friendly URLs are currently disabled.] => Friendly URLs are currently disabled. [To enable it, go to [1]SEO and URLs[/1]] => To enable it, go to [1]SEO and URLs[/1] [The "Force update of friendly URL" option is currently enabled.] => The "Force update of friendly URL" option is currently enabled. [To disable it, go to [1]Product Settings[/1]] => To disable it, go to [1]Product Settings[/1] [If no carrier is selected then all the carriers will be available for customers orders.] => If no carrier is selected then all the carriers will be available for customers orders. [When enabling advanced stock management for a pack, please make sure it is also enabled for its product(s) – if you choose to decrement product quantities.] => When enabling advanced stock management for a pack, please make sure it is also enabled for its product(s) – if you choose to decrement product quantities. [You can't add or edit a product in this shop context: select a shop instead of a group of shops.] => You can't add or edit a product in this store context: select a store instead of a group of stores. [This will delete all the combinations. Do you wish to proceed?] => This will delete all the combinations. Do you wish to proceed? [A pack of products can't have combinations.] => A pack of products can't have combinations. [A virtual product can't have combinations.] => A virtual product can't have combinations. [What do you want to do with the products associated with this category?] => What do you want to do with the products associated with this category? [Note that if they have another category, your products will logically remain associated with it.] => Note that if they have another category, your products will logically remain associated with it. [You have reached the limit (%s) of files to upload, please remove files to continue uploading] => You have reached the limit (%s) of files to upload, please remove files to continue uploading [This feature has been disabled. You can activate it here: %url%.] => This feature has been disabled. You can activate it here: %url%. [No address has been found for this brand.] => No address has been found for this brand. [This combination doesn't exist anymore] => This combination doesn't exist anymore. [Are you sure you want to delete selected combinations?] => Are you sure you want to delete selected combinations? [Discard changes?] => Discard changes? [All unsaved modifications made on the combination [1]%combinationName%[/1] will be lost.] => All unsaved modifications made on the combination [1]%combinationName%[/1] will be lost. [Are you sure you want to delete selected combinations from store "%store_name%"?] => Are you sure you want to delete selected combinations from store "%store_name%"? [Are you sure you want to delete selected combinations from all stores?] => Are you sure you want to delete selected combinations from all stores? [All unsaved modifications made on the combination [1]{combinationName}[/1] will be lost.] => All unsaved modifications made on the combination [1]{combinationName}[/1] will be lost. [This is the experimental product page.] => This is the experimental product page. [There is no attachment yet.] => There is no attachment yet. [No product matches your search. Try changing search terms.] => No product matches your search. Try changing search terms. [Stock successfully updated] => Stock successfully updated ) [ShopThemeGlobal] => Array ( [Undefined] => Undefined [Straight rows of keys are easy to guess] => Straight rows of keys are easy to guess [Short keyboard patterns are easy to guess] => Short keyboard patterns are easy to guess [Use a longer keyboard pattern with more turns] => Use a longer keyboard pattern with more turns [Repeats like "aaa" are easy to guess] => Repeats like "aaa" are easy to guess [Repeats like "abcabcabc" are only slightly harder to guess than "abc"] => Repeats like "abcabcabc" are only slightly harder to guess than "abc" [Sequences like abc or 6543 are easy to guess] => Sequences like "abc"or "6543" are easy to guess [Recent years are easy to guess] => Recent years are easy to guess [Dates are often easy to guess] => Dates are often easy to guess [This is a top-10 common password] => This is a top-10 common password [This is a top-100 common password] => This is a top-100 common password [This is a very common password] => This is a very common password [This is similar to a commonly used password] => This is similar to a commonly used password [A word by itself is easy to guess] => A word by itself is easy to guess [Names and surnames by themselves are easy to guess] => Names and surnames by themselves are easy to guess [Common names and surnames are easy to guess] => Common names and surnames are easy to guess [Use a few words, avoid common phrases] => Use a few words, avoid common phrases [No need for symbols, digits, or uppercase letters] => No need for symbols, digits, or uppercase letters [Avoid repeated words and characters] => Avoid repeated words and characters [Avoid sequences] => Avoid sequences [Avoid recent years] => Avoid recent years [Avoid years that are associated with you] => Avoid years that are associated with you [Avoid dates and years that are associated with you] => Avoid dates and years that are associated with you [Capitalization doesn't help very much] => Capitalization doesn't help very much [All-uppercase is almost as easy to guess as all-lowercase] => All-uppercase is almost as easy to guess as all-lowercase [Reversed words aren't much harder to guess] => Reversed words aren't much harder to guess [Predictable substitutions like '@' instead of 'a' don't help very much] => Predictable substitutions like "@" instead of "a" don't help very much [Add another word or two. Uncommon words are better.] => Add another word or two. Uncommon words are better. [Sequences like "abc" or "6543" are easy to guess] => Sequences like "abc" or "6543" are easy to guess. [Predictable substitutions like "@" instead of "a" don't help very much] => Predictable substitutions like "@" instead of "a" don't help very much. [Yes] => Yes [No] => No [None] => None [Very weak] => Very weak [Weak] => Weak [Average] => Average [Strong] => Strong [Very strong] => Very strong [Merchandise returns] => Merchandise returns [The page you are looking for was not found.] => The page you are looking for was not found. [Our Offers] => Our Offers [Log in] => Log in [Create new account] => Create new account [Monday] => Monday [Tuesday] => Tuesday [Wednesday] => Wednesday [Thursday] => Thursday [Friday] => Friday [Saturday] => Saturday [Sunday] => Sunday [Brands] => Brands [Home] => Home [Sort by:] => Sort by: [Close] => Close [Store information] => Store information [Addresses] => Addresses [Active filters] => Active filters [(no filter)] => (no filter) [(tax included)] => (tax included) [(tax excluded)] => (tax excluded) [(tax incl.)] => (tax incl.) [(tax excl.)] => (tax excl.) [Tax included] => Tax included [Tax excluded] => Tax excluded [New] => New [Contact us] => Contact us [Call us: [1]%phone%[/1]] => Call us: [1]%phone%[/1] [Call us:] => Call us: [Fax:] => Fax: [Email us:] => Email us: [Fax: [1]%fax%[/1]] => Fax: [1]%fax%[/1] [Currency:] => Currency: [Currency dropdown] => Currency dropdown [Get our latest news and special sales] => Get our latest news and special sales [Carousel container] => Carousel container [Carousel buttons] => Carousel buttons [Previous] => Previous [Next] => Next [Language:] => Language: [Language dropdown] => Language dropdown [%label%:] => %label%: [Sort by selection] => Sort by selection [%copyright% %year% - Ecommerce software by %prestashop%] => %copyright% %year% - Ecommerce software by %prestashop% [List of sub categories in %name%:] => List of sub categories in %name%: [List of pages in %category_name%:] => List of pages in %category_name%: [Sitemap] => Sitemap [Our stores] => Our stores [About and Contact] => About and Contact [Date] => Date [Status] => Status [You are not allowed to access this page.] => You are not allowed to access this page. [403 Forbidden] => 403 Forbidden [We'll be back soon.] => We'll be back soon. [This page could not be found] => This page could not be found [Try to search our catalog, you may find what you are looking for!] => Try to search our catalog, you may find what you are looking for! [You cannot access this store from your country. We apologize for the inconvenience.] => You cannot access this store from your country. We apologize for the inconvenience. ) [AdminPaymentFeature] => Array ( [Customer currency] => Customer currency [Shop default currency] => Shop default currency [Active payment] => Active payment [Currency restrictions] => Currency restrictions [Country restrictions] => Country restrictions [Group restrictions] => Group restrictions [Carrier restrictions] => Carrier restrictions ) [ModulesStatscheckupAdmin] => Array ( [Catalog evaluation] => Catalog evaluation [Enrich your stats, give your catalog a quick evaluation to better analyze your activity.] => Enrich your stats, give your catalog a quick evaluation to better analyze your activity. [Bad] => Bad [Average] => Average [Good] => Good [No product was found.] => No product was found. [Descriptions] => Descriptions [chars (without HTML)] => chars (without HTML) [orders / month] => orders / month [items] => items [Not enough] => Not enough [Alright] => Alright [Less than] => Less than [Greater than] => Greater than [Order by] => Order by [Desc.] => Desc. [Global] => Global ) [ModulesMailalertsAdmin] => Array ( [image(s)] => image(s) [Voucher code:] => Voucher code: ) [ModulesStatsbestvouchersAdmin] => Array ( [Empty recordset returned.] => Empty recordset returned. [Total used] => Total used [Best vouchers] => Best vouchers [Enrich your stats, add a list of the most used vouchers to the dashboard.] => Enrich your stats, add a list of the most used vouchers to the dashboard. ) [ShopThemeCategory] => Array ( [Subcategories] => Subcategories ) [ModulesWelcomeAdmin] => Array ( [Let's create your first product] => Let's create your first product [What do you want to tell about it? Think about what your customers want to know.] => What do you want to tell about it? Think about what your customers want to know. [Add clear and attractive information. Don't worry, you can edit it later :)] => Add clear and attractive information. Don't worry, you can edit it later :) [Give your product a catchy name.] => Give your product a catchy name. [Fill out the essential details in this tab. The other tabs are for more advanced information.] => Fill out the essential details in this tab. The other tabs are for more advanced information. [Add one or more pictures so your product looks tempting!] => Add one or more pictures so your product looks tempting! [How much do you want to sell it for?] => How much do you want to sell it for? [Yay! You just created your first product. Looks good, right?] => Yay! You just created your first product. Looks good, right? [Give your shop its own identity] => Give your shop its own identity [How do you want your shop to look? What makes it so special?] => How do you want your shop to look? What makes it so special? [Customize your theme or choose the best design from our theme catalog.] => Customize your theme or choose the best design from our theme catalog. [A good way to start is to add your own logo here!] => A good way to start is to add your own logo here! [If you want something really special, have a look at the theme catalog!] => If you want something really special, have a look at the theme catalog! [Get your shop ready for payments] => Get your shop ready for payments [How do you want your customers to pay you?] => How do you want your customers to pay you? [These payment methods are already available to your customers.] => These payment methods are already available to your customers. [Choose your shipping solutions] => Choose your shipping solutions [How do you want to deliver your products?] => How do you want to deliver your products? [Here are the shipping methods available on your shop today.] => Here are the shipping methods available on your shop today. [Skip this tutorial] => Skip this tutorial [Over to you!] => Over to you! [You've seen the essential, but there's a lot more to explore.] => You've seen the essential, but there's a lot more to explore. [Some ressources can help you go further:] => Some resources can help you go further: [Starter Guide] => Starter Guide [Forum] => Forum [Training] => Training [Video tutorial] => Video tutorial [I'm ready] => I'm ready [Welcome to your shop!] => Welcome to your shop! [Hi! My name is Preston and I'm here to show you around.] => Hi! My name is Preston and I'm here to show you around. [You will discover a few essential steps before you can launch your shop:] => You will discover a few essential steps before you can launch your shop: [Create your first product, customize your shop, configure shipping and payments...] => Create your first product, customize your shop, configure shipping and payments... [Let's get started!] => Let's get started! [Later] => Later [Start] => Start [Launch your shop!] => Launch your shop! [Resume] => Resume [Stop the OnBoarding] => Stop the OnBoarding [Continue] => Continue [Hey! Are you lost?] => Hey! Are you lost? [To continue, click here:] => To continue, click here: [If you want to stop the tutorial for good, click here:] => If you want to stop the tutorial for good, click here: [Quit the Welcome tutorial] => Quit the Welcome tutorial [Step] => Step [Next] => Next [Welcome] => Welcome [Sell your first product quicker than you would have expected with our nice onboarding process.] => Sell your first product quicker than you would have expected with our nice onboarding process. ) [ShopFormsHelp] => Array ( [DD] => DD [MM] => MM [YYYY] => YYYY [Only letters and the dot (.) character, followed by a space, are allowed.] => Only letters and the dot (.) character, followed by a space, are allowed. [(E.g.: %date_format%)] => (E.g.: %date_format%) [Your password length must be between %d and %d] => Your password length must be between %d and %d [Customer password is too weak] => Customer password is too weak [[email protected]] => [email protected] [Select reference] => Select reference [optional] => optional [How can we help?] => How can we help? [Password input] => Password input [Don't forget to save your customization to be able to add to cart] => Don't forget to save your customization to be able to add to cart [Your message here] => Your message here [250 char. max] => 250 char. max [No selected file] => No selected file ) [AdminPaymentNotification] => Array ( [You have more than one shop and must select one to configure payment.] => You have more than one shop and must select one to configure payment. [No currency mode for payment module] => No currency mode for payment module [Cart cannot be loaded or an order has already been placed using this cart] => Cart cannot be loaded or an order has already been placed using this cart [The cart rule named "%1s" (ID %2s) used in this cart is not valid and has been withdrawn from cart] => The cart rule named "%1s" (ID %2s) used in this cart is not valid and has been withdrawn from cart [Order creation failed] => Order creation failed [Warning: the secure key is empty, check your payment account before validation] => Warning: the secure key is empty, check your payment account before validation [An error occurred while saving message] => An error occurred while saving message [No carrier] => No carrier [%d image(s)] => %d image(s) [We recommend providing at least two different payment methods. Only one payment method could be problematic if this option cannot be used by a customer because it will prevent him/her from ordering.] => We recommend providing at least two different payment methods. Only one payment method could be problematic if this option cannot be used by a customer because it will prevent him/her from ordering. [No payment module installed] => No payment module installed ) [ModulesBlockwishlistShop] => Array ( [You aren't logged in] => You aren't logged in [Unknown action] => Unknown action [There was an error adding the product] => There was an error adding the product [There was an error while adding the product attributes] => There was an error while adding the product attributes [Product added] => Product added [The list name is invalid.] => The list name is invalid. [The list has been properly created] => The list has been properly created [Error saving the new list] => Error saving the new list [Missing name parameter] => Missing name parameter [The list name is invalid] => The list name is invalid. [List has been renamed] => List has been renamed [List could not be renamed] => List could not be renamed [List has been removed] => List has been removed [List deletion was unsuccessful] => List deletion was unsuccessful [Product successfully removed] => Product successfully removed [Unable to remove product from list] => Unable to remove product from list [Product successfully updated] => Product successfully updated [Unable to update product from wishlist] => Unable to update product from wishlist [Request is missing one or multiple parameters] => Request is missing one or multiple parameters [Product added to cart] => Product added to cart [Error when adding product to cart] => Error when adding product to cart [You're not allowed to manage this list.] => You're not allowed to manage this list. [You do not have access to this wishlist.] => You do not have access to this wishlist. [WishList: %wishlist_name%] => WishList: %wishlist_name% [Add to wishlist] => Add to wishlist [No list found.] => No list found. [Create wishlist] => Create wishlist [Add name] => Add name [List title is too short] => List title is too short [Remove product from wishlist] => Remove product from wishlist [Delete wishlist] => Delete wishlist [The product will be removed from "%nameofthewishlist%".] => The product will be removed from "%nameofthewishlist%". [Remove] => Remove [Delete] => Delete [Cancel] => Cancel [Sign in] => Sign in [You need to be logged in to save products in your wishlist.] => You need to be logged in to save products in your wishlist. [Wishlist name] => Wishlist name [Rename wishlist] => Rename wishlist [Share wishlist] => Share wishlist [Copied!] => Copied! [Share link] => Share link [Copy text] => Copy text [Showing %min% - %max% of %total% item(s)] => Showing %min% - %max% of %total% item(s) [Previous] => Previous [Next] => Next [Wishlist name modified!] => Wishlist name modified! [Product added to wishlist!] => Product added to wishlist! [Wishlist created!] => Wishlist created! [Wishlist deleted!] => Wishlist deleted! [Share link copied!] => Share link copied! [Product deleted!] => Product deleted! [No wishlist found.] => No wishlist found. [Rename] => Rename [Share] => Share [Return to your account] => Return to your account [Last added] => Last added [Customize] => Customize [No products found] => No products found [Return to wishlists] => Return to wishlists ) [AdminNotificationsWarning] => Array ( [No module has been installed.] => No module has been installed. [Are you sure?] => Are you sure? [Invalid security token] => Invalid security token [I understand the risks and I really want to display this page] => I understand the risks and I really want to display this page [Take me out of here!] => Take me out of here! [Delete selected items?] => Delete selected items? [Are you sure you want to uninstall this module?] => Are you sure you want to uninstall this module? [Delete selected item?] => Delete selected item? [Invalid configuration] => Invalid configuration. [You cannot change the value of this configuration field in the context of this shop.] => You cannot change the value of this configuration field in the context of this shop. [Please select theme's import source.] => Please select theme's import source. [You can't change the value of this configuration field in this store's context.] => You can't change the value of this configuration field in this store's context. [Delete selected item from current store?] => Delete selected item from current store? [Delete selected item from all stores?] => Delete selected item from all stores? [Delete item] => Delete item [You can't change the value of this configuration field in the context of this shop.] => You can't change the value of this configuration field in the context of this shop. [Since December 30, 2019, you need to register for a [1]MaxMind[/1] account to get a license key to be able to download the geolocation data. Once downloaded, extract the data using Winrar or Gzip into the /app/Resources/geoip/ directory.] => Since December 30, 2019, you need to register for a [1]MaxMind[/1] account to get a license key to be able to download the geolocation data. Once downloaded, extract the data using Winrar or Gzip into the /app/Resources/geoip/ directory. [Are you sure you want to delete this item?] => Are you sure you want to delete this item? [Warning] => Warning [Leave anyway] => Leave anyway [Your modifications are not saved yet. Do you wish to save it before leaving?] => Your modifications are not saved yet. Do you wish to save it before leaving? ) [ShopPdf] => Array ( [: ] => : [Delivery] => Delivery [Invoice] => Invoice [%taxrate%%space%%] => %taxrate%%space%% [Order return] => Order return [Credit slip] => Credit slip [Supply order form] => Supply order form [TE: Tax excluded] => TE: Tax excluded [TI: Tax included] => TI: Tax included [No payment] => No payment [Product] => Product [%s:] => %s: [image(s):] => image(s): [Reference] => Reference [Qty] => Qty [Carrier] => Carrier [Order Reference] => Order Reference [Order date] => Order date [An electronic version of this invoice is available in your account. To access it, log in to our website using your e-mail address and password (which you created when placing your first order).] => An electronic version of this invoice is available in your account. To access it, log in to our website using your e-mail address and password (which you created when placing your first order). [For more assistance, contact Support:] => For more assistance, contact Support: [Tel: %s] => Tel: %s [Fax: %s] => Fax: %s [Delivery Address] => Delivery Address [Billing Address] => Billing Address [Delivery address] => Delivery address [Billing address] => Billing address [Note] => Note [Payment Method] => Payment Method [(Tax excl.)] => (Tax excl.) [Unit Price] => Unit Price [ecotax: %s] => Ecotax: %s [Discounts] => Discounts [Base price] => Base price [Total] => Total [Invoice Number] => Invoice Number [Invoice Date] => Invoice Date [VAT Number] => VAT Number [Exempt of VAT according to section 259B of the General Tax Code.] => Exempt of VAT according to section 259B of the General Tax Code. [Tax Detail] => Tax Detail [Products] => Products [Shipping] => Shipping [Ecotax] => Ecotax [Wrapping] => Wrapping [Total Tax] => Total Tax [Total Products] => Total Products [Total Discounts] => Total Discounts [Shipping Costs] => Shipping Costs [Free Shipping] => Free Shipping [Wrapping Costs] => Wrapping Costs [Total (Tax excl.)] => Total (Tax excl.) [Billing & Delivery Address] => Billing & Delivery Address [If the following conditions are not met, we reserve the right to refuse your package and/or refund:] => If the following conditions are not met, we reserve the right to refuse your package and/or refund: [Please include this return reference on your return package:] => Please include this return reference on your return package: [All products must be returned in their original package and condition, unused and without damage.] => All products must be returned in their original package and condition, unused and without damage. [Please print out this document and slip it into your package.] => Please print out this document and slip it into your package. [The package should be sent to the following address:] => The package should be sent to the following address: [Upon receiving your package, we will notify you by e-mail. We will then begin processing the refund, if applicable. Let us know if you have any questions] => Upon receiving your package, we will notify you by email. We will then begin processing the refund, if applicable. Let us know if you have any questions [Items to be returned] => Items to be returned [We have logged your return request.] => We have logged your return request. [Your package must be returned to us within] => Your package must be returned to us within [days of receiving your order.] => days of receiving your order. [Return Number] => Return Number [Date] => Date [Payment method] => Payment method [Product / Reference] => Product / Reference [Unit price] => Unit price [(Tax Excl.)] => (Tax Excl.) [(Tax Incl.)] => (Tax Incl.) [Price] => Price [No details] => No details [image(s)] => image(s) [Shipping (Tax Excl.)] => Shipping (Tax Excl.) [Shipping (Tax Incl.)] => Shipping (Tax Incl.) [Product Total (Tax Excl.)] => Product Total (Tax Excl.) [Product Total (Tax Incl.)] => Product Total (Tax Incl.) [Product Total] => Product Total [Total (Tax Excl.)] => Total (Tax Excl.) [Total (Tax Incl.)] => Total (Tax Incl.) [Products ordered:] => Products ordered: [Designation] => Designation [Unit Price TE] => Unit Price TE [Before discount] => Before discount [Discount Rate] => Discount Rate [After discount] => After discount [Tax rate] => Tax rate [Total TE] => Total TE [Total TI] => Total TI [Tax Rate] => Tax Rate [No taxes] => No taxes [Taxes:] => Taxes: [Base TE] => Base TE [Tax Value] => Tax Value [Summary:] => Summary: [(Before discount)] => (Before discount) [Order Discount] => Order Discount [(After discount)] => (After discount) [Tax value] => Tax value [Total to pay] => Total to pay ) [ShopNotificationsSuccess] => Array ( [Address successfully deleted.] => Address successfully deleted. [Address successfully updated.] => Address successfully updated. [Address successfully added.] => Address successfully added. [Your guest account has been successfully transformed into a customer account. You can now log in as a registered shopper.] => Your guest account has been successfully transformed into a customer account. You can now log in as a registered shopper. [Information successfully updated.] => Information successfully updated. [Message successfully sent] => Message successfully sent [If this email address has been registered in our shop, you will receive a link to reset your password at %email%.] => If this email address has been registered in our shop, you will receive a link to reset your password at %email%. [Your password has been successfully reset and a confirmation has been sent to your email address: %s] => Your password has been successfully reset and a confirmation has been sent to your email address: %s [If this email address has been registered in our store, you will receive a link to reset your password at %email%.] => If this email address has been registered in our store, you will receive a link to reset your password at %email%. [No addresses are available.] => No addresses are available. ) [ModulesBrandlistAdmin] => Array ( [Brand list] => Brand list [Display your brands on your catalog and allow your visitors to filter their search by brand.] => Display your brands on your catalog and allow your visitors to filter their search by brand. [There is an invalid number of elements.] => There is an invalid number of elements. [Please activate at least one system list.] => Please activate at least one system list. [Type of display] => Type of display [Use a plain-text list] => Use a plain-text list [Use a drop-down list] => Use a drop-down list [Number of elements to display] => Number of elements to display [Only apply in plain-text mode] => Only apply in plain-text mode ) [ModulesFeaturedproductsShop] => Array ( [Our Products] => Our Products [All products] => All products ) [ModulesSupplierlistAdmin] => Array ( [Supplier list] => Supplier list [Display your suppliers on your catalog and allow visitors to filter their search by supplier.] => Display your suppliers on your catalog and allow visitors to filter their search by supplier. [Invalid number of elements.] => Invalid number of elements. [Please activate at least one type of list.] => Please activate at least one type of list. [Type of display] => Type of display [Use a plain-text list] => Use a plain-text list [Use a drop-down list] => Use a drop-down list [Number of elements to display] => Number of elements to display [Only apply in plain-text mode] => Only apply in plain-text mode ) [AdminModulesNotification] => Array ( [Activate module for this shop context: %s.] => Activate module for this shop context: %s. [Would you like to delete the content related to this module ?] => Would you like to delete the content related to this module ? [Confirm reset] => Confirm reset [No - reset only the parameters] => No - reset only the parameters [Yes - reset everything] => Yes - reset everything [Please specify module URL] => Please specify module URL [The module was successfully downloaded.] => The module was successfully downloaded. [Module(s) installed successfully.] => Module(s) installed successfully. [Module(s) uninstalled successfully.] => Module(s) uninstalled successfully. [Module reset successfully.] => Module reset successfully. [Module deleted successfully.] => Module deleted successfully. [Successfully signed in to PrestaShop Addons.] => Successfully signed in to PrestaShop Addons. [The module transplanted successfully to the hook.] => The module transplanted successfully to the hook. [The module was successfully removed from the hook.] => The module was successfully removed from the hook. [Unable to install the module (Module name is not valid).] => Unable to install the module (Module name is not valid). [The version of your module is not compliant with your PrestaShop version.] => The version of your module is not compliant with your PrestaShop version. [Before installing this module, you have to install this/these module(s) first:] => Before installing this module, you have to install this/these module(s) first: [This module has already been installed.] => This module has already been installed. [Could not install module controllers.] => Could not install module controllers. [Technical error: PrestaShop could not install this module.] => Technical error: PrestaShop could not install this module. [Current version: %s] => Current version: %s [%d file upgrade applied] => %d file upgrade applied [No upgrade has been applied] => No upgrade has been applied [Upgraded from: %s to %s] => Upgraded from: %s to %s [%d upgrade left] => %d upgrade left [Module %s cannot be upgraded this time: please refresh this page to update it.] => Module %s cannot be upgraded this time: please refresh this page to update it. [To prevent any problem, this module has been turned off] => To prevent any problem, this module has been turned off [The module is not installed.] => The module is not installed. [Unable to install override: %s] => Unable to install override: %s [%1$s is not a valid module name.] => %1$s is not a valid module name. [All modules cannot be loaded due to memory limit restrictions, please increase your memory_limit value on your server configuration] => All modules cannot be loaded due to memory limit restrictions, please increase your memory_limit value on your server configuration [%s could not be loaded.] => %s could not be loaded. [Error found in config file:] => Error found in config file: [%1$s (parse error in %2$s)] => %1$s (parse error in %2$s) [%1$s (class missing in %2$s)] => %1$s (class missing in %2$s) [The following module(s) could not be loaded] => The following module(s) could not be loaded [No template found for module] => No template found for module [The method %1$s in the class %2$s is already overridden by the module %3$s version %4$s at %5$s.] => The method %1$s in the class %2$s is already overridden by the module %3$s version %4$s at %5$s. [The method %1$s in the class %2$s is already overridden.] => The method %1$s in the class %2$s is already overridden. [Failed to override method %1$s in class %2$s.] => Failed to override method %1$s in class %2$s. [The property %1$s in the class %2$s is already defined.] => The property %1$s in the class %2$s is already defined. [Failed to override property %1$s in class %2$s.] => Failed to override property %1$s in class %2$s. [The constant %1$s in the class %2$s is already defined.] => The constant %1$s in the class %2$s is already defined. [Failed to override constant %1$s in class %2$s.] => Failed to override constant %1$s in class %2$s. [No graph engine selected] => No graph engine selected [Graph engine selected is unavailable.] => Graph engine selected is unavailable. [No grid engine selected] => No grid engine selected [Grid engine selected is unavailable.] => Grid engine selected is unavailable. [Unknown archive type.] => Unknown archive type. [There was an error while extracting the module (file may be corrupted).] => There was an error while extracting the module (file may be corrupted). [The module %1$s that you uploaded is not a valid module.] => The module %1$s that you uploaded is not a valid module. [You do not have the permission to use this module.] => You do not have the permission to use this module. [Cannot reset this module.] => Cannot reset this module. [Cannot install this module.] => Cannot install this module. [Cannot uninstall this module.] => Cannot uninstall this module. [Cannot load the module's object.] => Cannot load the module's object. [An error occurred while copying the archive to the module directory.] => An error occurred while copying the archive to the module directory. [Sorry, the module cannot be deleted. Please check if you have the right permissions on this folder.] => Sorry, the module cannot be deleted. Please check if you have the right permissions on this folder. [You do not have permission to access this module.] => You do not have permission to access this module. [You do not have permission to install this module.] => You do not have permission to install this module. [You do not have permission to delete this module.] => You do not have permission to delete this module. [You do not have permission to configure this module.] => You do not have permission to configure this module. [This module is already installed: %s.] => This module is already installed: %s. [This module has already been uninstalled: %s.] => This module has already been uninstalled: %s. [This module needs to be installed in order to be updated: %s.] => This module needs to be installed in order to be updated: %s. [You do not have permission to uninstall this module.] => You do not have permission to uninstall this module. [The following module(s) could not be uninstalled properly: %s.] => The following module(s) could not be uninstalled properly: %s. [The following module(s) could not be installed properly: %s.] => The following module(s) could not be installed properly: %s. [This module has already been transplanted to this hook.] => This module has already been transplanted to this hook. [This module cannot be transplanted to this hook.] => This module cannot be transplanted to this hook. [An error occurred while transplanting the module to its hook.] => An error occurred while transplanting the module to its hook. [Please select a module to unhook.] => Please select a module to unhook. [This module cannot be loaded.] => This module cannot be loaded. [Hook cannot be loaded.] => Hook cannot be loaded. [An error occurred while deleting the module from its hook.] => An error occurred while deleting the module from its hook. [Parse error detected in main class of module %module%: %parse_error%] => Parse error detected in main class of module %module%: %parse_error% [Error while loading file of module %module%. %error_message%] => Error while loading file of module %module%: %error_message% [Failed to install admin tab "%name%".] => Failed to install admin tab "%name%". [Failed to uninstall admin tab "%name%".] => Failed to uninstall admin tab "%name%". [You are not allowed to install modules.] => You are not allowed to install modules. [You are not allowed to uninstall the module %module%.] => You are not allowed to uninstall the module %module%. [You are not allowed to upgrade the module %module%.] => You are not allowed to upgrade the module %module%. [You are not allowed to enable the module %module%.] => You are not allowed to enable the module %module%. [You are not allowed to disable the module %module%.] => You are not allowed to disable the module %module%. [You are not allowed to enable the module %module% on mobile.] => You are not allowed to enable the module %module% on mobile. [You are not allowed to disable the module %module% on mobile.] => You are not allowed to disable the module %module% on mobile. [You are not allowed to reset the module %module%.] => You are not allowed to reset the module %module%. [Unfortunately, the module did not return additional details.] => Unfortunately, the module did not return additional details. [The module is invalid and cannot be loaded.] => The module is invalid and cannot be loaded. [The module %module% must be installed first] => The module %module% must be installed first [You are not allowed to delete the module %module%.] => You are not allowed to delete the module %module%. [This file does not seem to be a valid module zip] => This file does not seem to be a valid module zip [Cannot extract module in %path%. %error%] => Cannot extract module in %path%. %error% [Unknown module action. It must be one of these values: %actions%] => Unknown module action. It must be one of these values: %actions% [Validation of configuration details failed:] => Validation of configuration details failed: [Configuration successfully applied.] => Configuration successfully applied. [Cannot %action% module %module%. %error_details%] => Cannot %action% module %module%. %error_details% [%action% action on module %module% succeeded.] => %action% action on module %module% succeeded. [%module% did not return a valid response on installation.] => %module% did not return a valid response on installation. [Installation of module %module% was successful.] => Installation of module %module% was successful. [Installation of module %module% failed. %error%] => Installation of module %module% failed. %error% [Impossible to install form source] => Impossible to install from source [Impossible to install from source] => Impossible to install from source [No changelog provided] => No changelog provided [You are about to disable %moduleName% module.] => You are about to disable %moduleName% module. [Your current settings will be saved, but the module will no longer be active.] => Your current settings will be saved, but the module will no longer be active. [You are about to uninstall %moduleName% module.] => You are about to uninstall %moduleName% module. [This will disable the module and delete all its files. For good.] => This will definitely disable the module and delete all its files. [This action cannot be undone.] => This action cannot be undone. [You're about to reset %moduleName% module.] => You're about to reset %moduleName% module. [This will restore the defaults settings.] => This will restore the defaults settings. [You are about to [1] the following modules:] => You are about to [1] the following modules: [Installing module...] => Installing module... [It will close as soon as the module is installed. It won't be long!] => It will close as soon as the module is installed. It won't be long! [Module installed!] => Module installed! [Oops... Upload failed.] => Oops... Upload failed. [No description found for this module :(] => No detailed informations available for this module :( [No additional description provided for this module :(] => No additional description provided for this module :( [No feature list provided for this module :(] => No feature list available for this module :( [No customer benefits notes found for this module :(] => No customer benefits notes found for this module :( [No demonstration video found for this module :(] => No demonstration video found for this module :( [No changelog provided for this module :(] => No changelog provided for this module :( [You need to select at least one module to use the bulk action.] => You need to select at least one module to use the bulk action. [The action "[1]" is not available, impossible to perform your request.] => The action "[1]" is not available, impossible to perform your request. [The action [1] is not available for module [2]. Skipped.] => The action [1] is not available for module [2]. Skipped. [Are you sure you want to upgrade this module?] => Are you sure you want to upgrade this module? [Are you sure you want to upgrade these modules?] => Are you sure you want to upgrade these modules? [We strongly advise you to upgrade the modules on maintenance mode to avoid any cache issues.] => We strongly advise you to upgrade the modules on maintenance mode to avoid any cache issues. [An action is already in progress. Please wait for it to finish.] => An action is already in progress. Please wait for it to finish. ) [ModulesBlockwishlistAdmin] => Array ( [Wishlist] => Wishlist [Allow customers to create wishlists to save their favorite products for later.] => Allow customers to create wishlists to save their favorite products for later. [My wishlists] => My wishlists [My wishlist] => My wishlist [Create new list] => Create new list [All Time Statistics] => All Time Statistics [Product] => Product [Reference] => Reference [Combination] => Combination [Category] => Category [Price (tax excl.)] => Price (tax excl.) [Available Qty] => Available Qty [Conversion rate] => Conversion rate [Current Day Statistics] => Current Day Statistics [Current Month Statistics] => Current Month Statistics [Current Year Statistics] => Current Year Statistics [Wording] => Wording [Save] => Save [You need to choose a specific shop to display the top 10 most added products] => You need to choose a specific shop to display the top 10 most added products. [Top 10 most added products] => Top 10 most added products [Refresh] => Refresh ) [AdminNavigationNotification] => Array ( [Your shop is in debug mode.] => Your shop is in debug mode. [Your shop is in maintenance.] => Your shop is in maintenance. [Your visitors and customers cannot access your shop while in maintenance mode.%s To manage the maintenance settings, go to Shop Parameters > Maintenance tab.] => Your visitors and customers cannot access your shop while in maintenance mode.%s To manage the maintenance settings, go to Shop Parameters > Maintenance tab. [No new order for now :(] => No new order for now :( [No new customer for now :(] => No new customer for now :( [No new message for now.] => No new message for now. [registered] => registered [Orders[1][/1]] => Orders[1][/1] [Customers[1][/1]] => Customers[1][/1] [Messages[1][/1]] => Messages[1][/1] [from] => from [All the PHP errors and messages are displayed. When you no longer need it, [1]turn off[/1] this mode.] => All the PHP errors and messages are displayed. When you no longer need it, [1]turn off[/1] this mode. [Your store is in debug mode.] => Your store is in debug mode. [Your store is in maintenance mode.] => Your store is in maintenance mode. [Your visitors and customers cannot access your store while in maintenance mode.] => Your visitors and customers cannot access your store while in maintenance mode. [To manage the maintenance settings, go to Shop Parameters > General > Maintenance tab.] => To manage the maintenance settings, go to Shop Parameters > General > Maintenance tab. [Admins can access the store front office without storing their IP.] => Admins can access the store front office without storing their IP. [Have you checked your [1][2]abandoned carts[/2][/1]?[3]Your next order could be hiding there!] => Have you checked your [1][2]abandoned carts[/2][/1]?[3]Your next order could be hiding there! [Are you active on social media these days?] => Are you active on social media these days? [Seems like all your customers are happy :)] => Seems like all your customers are happy :) [An error occurred while updating new window property.] => An error occurred while updating new window property. [An error occurred while updating the new window property for this object.] => An error occurred while updating the new window property for this object. ) [ShopNotificationsError] => Array ( [This voucher is disabled] => This voucher is disabled [This voucher has already been used] => This voucher has already been used [This voucher is not valid yet] => This voucher is not valid yet [This voucher has expired] => This voucher has expired [You cannot use this voucher anymore (usage limit reached)] => You cannot use this voucher anymore (usage limit reached) [You cannot use this voucher] => You cannot use this voucher [You must choose a delivery address before applying this voucher to your order] => You must choose a delivery address before applying this voucher to your order [You cannot use this voucher in your country of delivery] => You cannot use this voucher in your country of delivery [You must choose a carrier before applying this voucher to your order] => You must choose a carrier before applying this voucher to your order [You cannot use this voucher with this carrier] => You cannot use this voucher with this carrier [You cannot use this voucher on products on sale] => You cannot use this voucher on products on sale [Please log in first] => Please log in first [The minimum amount to benefit from this promo code is %s.] => The minimum amount to benefit from this promo code is %s. [This voucher is already in your cart] => This voucher is already in your cart [This voucher is not combinable with an other voucher already in your cart: %s] => This voucher is not combinable with an other voucher already in your cart: %s [Cart is empty] => Cart is empty [You cannot use this voucher because it has manually been removed.] => You cannot use this voucher because it has manually been removed. [You cannot use this voucher in an empty cart] => You cannot use this voucher in an empty cart [You cannot use this voucher with these products] => You cannot use this voucher with these products [This cart has expired.] => This cart has expired. [This cart was already used in an order and has expired.] => This cart was already used in an order and has expired. [The email is already used, please choose another one or sign in] => The email is already used, please choose another one or sign in [Your account isn't available at this time, please contact us] => Your account isn't available at this time, please contact us [Authentication failed.] => Authentication failed. [Invalid email/password combination] => Invalid email/password combination [There seems to be an issue with your account, please contact support] => There seems to be an issue with your account, please contact support [An account was already registered with this email address] => An account was already registered with this email address [Password is required] => Password is required [The %1$s field is too long (%2$d chars max).] => The %1$s field is too long (%2$d chars max). [%s is required.] => %s is required. [is invalid.] => is invalid. [Could not delete address.] => Could not delete address. [Please fix the error below.] => Please fix the error below. [Could not delete the address since it is used in the shopping cart.] => Could not delete the address since it is used in the shopping cart. [The customer could not be found.] => The customer could not be found. [You must enter a voucher code.] => You must enter a voucher code. [The voucher code is invalid.] => The voucher code is invalid. [This voucher does not exist.] => This voucher does not exist. [You must add %quantity% minimum quantity] => You must add %quantity% minimum quantity [Null quantity.] => Null quantity. [Product not found] => Product not found [This product (%product%) is no longer available.] => This product (%product%) is no longer available. [The product is no longer available in this quantity.] => The product is no longer available in this quantity. [The minimum purchase order quantity for the product %product% is %quantity%.] => The minimum purchase order quantity for the product %product% is %quantity%. [Please fill in all of the required fields, and then save your customizations.] => Please fill in all of the required fields, and then save your customizations. [You already have the maximum quantity available for this product.] => You already have the maximum quantity available for this product. [The item %product% in your cart is now a product with attributes. Please delete it and choose one of its combinations to proceed with your order.] => The item %product% in your cart is now a product with attributes. Please delete it and choose one of its combinations to proceed with your order. [%product% is no longer available in this quantity. You cannot proceed with your order until the quantity is adjusted.] => %product% is no longer available in this quantity. You cannot proceed with your order until the quantity is adjusted. [The available purchase order quantity for this product is %quantity%.] => The available purchase order quantity for this product is %quantity%. [You can only buy %quantity% "%product%". Please adjust the quantity in your cart to continue.] => You can only buy %quantity% "%product%". Please adjust the quantity in your cart to continue. [Invalid key.] => Invalid key. [This product does not exist in our store.] => This product does not exist in our store. [This product has been deleted.] => This product has been deleted. [This file no longer exists.] => This file no longer exists. [This product has been refunded.] => This product has been refunded. [The product deadline is in the past.] => The product deadline is in the past. [The product expiration date has passed, preventing you from download this product.] => The product expiration date has passed, preventing you from download this product. [Expiration date has passed, you cannot download this product.] => Expiration date has passed, you cannot download this product. [You have reached the maximum number of downloads allowed.] => You have reached the maximum number of downloads allowed. [Please provide the required information] => Please provide the required information [We couldn't find your order with the information provided, please try again] => We couldn't find your order with the information provided, please try again [An unexpected error occurred while creating your account.] => An unexpected error occurred while creating your account. [Could not update your information, please check your data.] => Could not update your information, please check your data. [Password must be between %d and %d characters long] => Password must be between %d and %d characters long [The minimum score must be: %s] => The minimum score must be: %s [Sorry. We cannot renew your order.] => Sorry. We cannot renew your order. [Some items are no longer available, and we are unable to renew your order.] => Some items are no longer available, and we are unable to renew your order. [The order is no longer valid.] => The order is no longer valid. [You do not have enough products to request an additional merchandise return.] => You do not have enough products to request an additional merchandise return. [Please provide an explanation for your RMA.] => Please provide an explanation for your RMA. [Please check at least one product you would like to return.] => Please check at least one product you would like to return. [For each product you wish to add, please specify the desired quantity.] => For each product you wish to add, please specify the desired quantity. [This order cannot be returned] => This order cannot be returned [We cannot regenerate your password with the data you've submitted] => We cannot regenerate your password with the data you've submitted [You cannot regenerate the password for this account.] => You cannot regenerate the password for this account. [You can regenerate your password only every %d minute(s)] => You can regenerate your password only every %d minute(s) [An error occurred while sending the email.] => An error occurred while sending the email. [Customer account not found] => Customer account not found [The password change request expired. You should ask for a new one.] => The password change request expired. You should ask for a new one. [The password is missing: please enter your new password.] => The password is missing: please enter your new password. [The confirmation is empty: please fill in the password confirmation as well] => The confirmation is empty: please fill in the password confirmation as well [The confirmation password doesn't match.] => The confirmation password doesn't match. [The password is not in a valid format.] => The password is not in a valid format. [An error occurred with your account, which prevents us from updating the new password. Please report this issue using the contact form.] => An error occurred with your account, which prevents us from updating the new password. Please report this issue using the contact form. [Invoices are disabled in this shop.] => Invoices are disabled in this shop. [The invoice was not found.] => The invoice was not found. [No invoice is available.] => No invoice is available. [Order return not confirmed.] => Order return not confirmed. [Order return not found.] => Order return not found. [This product is no longer available.] => This product is no longer available. [You do not have access to this product.] => You do not have access to this product. [An error occurred while deleting the selected picture.] => An error occurred while deleting the selected picture. [An error occurred during the image upload process.] => An error occurred during the image upload process. [Invalid message.] => Invalid message. [You do not have access to this category.] => You do not have access to this category. [The message cannot be blank.] => The message cannot be blank. [Invalid email address.] => Invalid email address. [Invalid message] => Invalid message [There are not enough products in stock] => There are not enough products in stock [This product is no longer available for sale.] => This product is no longer available for sale. [Your address is incomplete, please update it.] => Your address is incomplete, please update it. [You have no merchandise return authorizations.] => You have no merchandise return authorizations. ) [ModulesFacetedsearchAdmin] => Array ( [Faceted search] => Faceted search [Filter your catalog to help visitors picture the category tree and browse your store easily.] => Filter your catalog to help visitors picture the category tree and browse your store easily. [Filter template name required (cannot be empty)] => Filter template name required (cannot be empty) [You must select at least one category.] => You must select at least one category. [Your filter] => Your filter [was updated successfully.] => was updated successfully. [was added successfully.] => was added successfully. [Settings saved successfully] => Settings saved successfully [Filter template deleted, categories updated (reverted to default Filter template).] => Filter template deleted, categories updated (reverted to default Filter template). [Filter template not found] => Filter template not found [My template - %s] => My template - %s [My template %s] => My template %s ["%s" is not a valid url] => "%s" is not a valid url [You must select at least one page.] => You must select at least one page. [You must select at least one category if you want to use this filter template on category pages.] => You must select at least one category if you want to use this filter template on category pages. [Category] => Category [Manufacturer] => Manufacturer [Supplier] => Supplier [New products] => New products [Best sales] => Best sales [Prices drop] => Prices drop [Search] => Search [(experimental)] => (experimental) [Meta title] => Meta title [No limit] => No limit [Categories used for this template:] => Categories used for this template: [Categories selection is disabled because you have no categories or you are in a "all shops" context.] => Categories selection is disabled because you have no categories or you are in a "all shops" context. [Effective only if category pages are selected above.] => A customer account has already been created from this guest account. Please sign in. [Pages using this template:] => Pages using this template: [You must select at least one filter] => You must select at least one filter [You must select at least one category] => You must select at least one category [You must select at least one page] => You must select at least one page [Template name:] => Template name: [Only as a reminder] => Only as a reminder [Warning! Your hosting provider is using the Suhosin patch for PHP, which limits the maximum number of fields allowed in a form:] => Warning! Your hosting provider is using the Suhosin patch for PHP, which limits the maximum number of fields allowed in a form: [for suhosin.post.max_vars.] => for suhosin.post.max_vars. [for suhosin.request.max_vars.] => for suhosin.request.max_vars. [Please ask your hosting provider to increase the Suhosin limit to] => Please ask your hosting provider to increase the Suhosin limit to [Warning! Your PHP configuration limits the maximum number of fields allowed in a form:] => Warning! Your PHP configuration limits the maximum number of fields allowed in a form: [for max_input_vars.] => for max_input_vars. [Please ask your hosting provider to increase this limit to] => Please ask your hosting provider to increase this limit to [%s at least, or you will have to edit the translation files manually.] => %s at least, or you will have to edit the translation files manually. [Choose shop association:] => Choose shop association: [Sub-categories filter] => Sub-categories filter [Product stock filter] => Product stock filter [Product condition filter] => Product condition filter [Product brand filter] => Product brand filter [Product weight filter (slider)] => Product weight filter (slider) [Product price filter (slider)] => Product price filter (slider) [Product extras filter] => Product extras filter [New filters template] => New filters template [You can drag and drop filters to adjust position] => You can drag and drop filters to adjust position [Filters:] => Filters: [Total filters: %s] => Total filters: %s [Filter result limit:] => Filter result limit: [Filter style:] => Filter style: [Checkbox] => Checkbox [Radio button] => Radio button [Drop-down list] => Drop-down list [List of ranges] => List of ranges [Attribute group: %name% (%count% attributes)] => Attribute group: %name% (%count% attributes) [Attribute group: %name% (%count% attribute)] => Attribute group: %name% (%count% attribute) [This group will allow user to select a color] => This group will allow user to select a color [Feature: %name% (%count% values)] => Feature: %name% (%count% values) [Feature: %name% (%count% value)] => Feature: %name% (%count% value) [Indexes and caches] => Indexes and caches [Indexing is in progress. Please do not leave this page] => Indexing is in progress. Please do not leave this page [Index all missing prices] => Index all missing prices [Rebuild entire price index] => Rebuild entire price index [Build attributes and features indexes] => Build attributes and features indexes [Clear cache] => Clear cache [You can set a cron job that will rebuild price index using the following URL:] => You can set a cron job that will rebuild price index using the following URL: [You can set a cron job that will rebuild attribute index using the following URL:] => You can set a cron job that will rebuild attribute index using the following URL: [A nightly rebuild is recommended.] => A nightly rebuild is recommended. [Filters templates] => Filters templates [Created on] => Created on [Actions] => Actions [Do you really want to delete this filter template?] => Do you really want to delete this filter template? [No filter template found.] => No filter template found. [Add new template] => Add new template [Enable cache system] => Enable cache system [Show the number of matching products] => Show the number of matching products [Show products from subcategories] => Show products from subcategories [Show products only from default category] => Show products only from default category [Works only if "Show products from subcategories" is off.] => Works only if "Show products from subcategories" is off. [Category filter depth (0 for no limits, 1 by default)] => Category filter depth (0 for no limits, 1 by default) [Use tax to filter price] => Use tax to filter price [Use rounding to filter price] => Use rounding to filter price [Show unavailable, out of stock last] => Show unavailable, out of stock last [(in progress)] => (in progress) [URL indexing finished] => URL indexing finished [Attribute indexing finished] => Attribute indexing finished [URL indexing failed] => URL indexing failed [Attribute indexing failed] => Attribute indexing failed [Price indexing finished] => Price indexing finished [Price indexing failed] => Price indexing failed [(in progress, %s products price to index)] => (in progress, %s products price to index) [Loading...] => Loading... [You selected -All categories-: all existing filter templates will be deleted. Is it OK?] => You selected -All categories-: all existing filter templates will be deleted. Is it OK? [Use Jquery UI slider] => Use Jquery UI slider [Switch this off only if your theme does not use Jquery UI slider. It is recommended to keep it on when using classic theme.] => Switch this off only if your theme does not use jQuery UI slider. It is recommended to keep it on when using classic theme. [Default filter template for new categories] => Default filter template for new categories [If you want to automatically assign a filter template to new categories, select it here.] => If you want to automatically assign a filter template to new categories, select it here. [We recommend to set regular cron tasks to manage the indexes and cache on daily/weekly basis.] => We recommend to set regular cron tasks to manage the indexes and cache on daily/weekly basis. [Add missing products to price index:] => Add missing products to price index: [Rebuild price index:] => Rebuild price index: [Rebuild attribute index:] => Rebuild attribute index: [Flush block cache:] => Flush block cache: [This option caches filtering blocks, so the module does not have to query for matching products all the time. The cache is invalidated on every modification on your store. If you encounter some incosistencies, disable this cache or make sure to flush it if needed.] => This option caches filtering blocks, so the module does not have to query for matching products all the time. The cache is invalidated on every modification on your store. If you encounter some incosistencies, disable this cache or make sure to flush it if needed. [Enable or disable display of matching products after filters. Disabling this won't bring any performance benefit, because matching products need to be calculated anyway.] => Enable or disable display of matching products after filters. Disabling this won't bring any performance benefit, because matching products need to be calculated anyway. [Enable this, if you want to display products from subcategories, even if they are not specifically assigned to the currently browsed category.] => Enable this, if you want to display products from subcategories, even if they are not specifically assigned to the currently browsed category. [Category filter depth] => Category filter depth [This option controls the behavior of category filter block - how deep children of the currently browsed category you want to display? The default value is 1 - only the direct children. Use 0 for unlimited depth.] => This option controls the behavior of category filter block - how deep children of the currently browsed category you want to display? The default value is 1 - only the direct children. Use 0 for unlimited depth. [URL] => URL [When the Faceted Search module is enabled, you can get more detailed URLs by choosing the word that best represent this attribute. By default, PrestaShop uses the attribute's name, but you can change that setting using this field.] => When the Faceted Search module is enabled, you can get more detailed URLs by choosing the word that best represent this attribute. By default, PrestaShop uses the attribute's name, but you can change that setting using this field. [When the Faceted Search module is enabled, you can get more detailed page titles by choosing the word that best represent this attribute. By default, PrestaShop uses the attribute's name, but you can change that setting using this field.] => When the Faceted Search module is enabled, you can get more detailed page titles by choosing the word that best represent this attribute. By default, PrestaShop uses the attribute's name, but you can change that setting using this field. [Invalid characters: ;=#{}_] => Invalid characters: ;=#{}_ [Indexable] => Indexable [Use this attribute in URL generated by the Faceted Search module.] => Use this attribute in URL generated by the Faceted Search module. [When the Faceted Search module is enabled, you can get more detailed URLs by choosing the word that best represent this feature. By default, PrestaShop uses the feature's name, but you can change that setting using this field.] => When the Faceted Search module is enabled, you can get more detailed URLs by choosing the word that best represent this feature. By default, PrestaShop uses the feature's name, but you can change that setting using this field. [When the Faceted Search module is enabled, you can get more detailed page titles by choosing the word that best represent this feature. By default, PrestaShop uses the feature's name, but you can change that setting using this field.] => When the Faceted Search module is enabled, you can get more detailed page titles by choosing the word that best represent this feature. By default, PrestaShop uses the feature's name, but you can change that setting using this field. [When the Faceted Search module is enabled, you can get more detailed URLs by choosing the word that best represent this feature's value. By default, PrestaShop uses the value's name, but you can change that setting using this field.] => When the Faceted Search module is enabled, you can get more detailed URLs by choosing the word that best represent this feature's value. By default, PrestaShop uses the value's name, but you can change that setting using this field. [When the Faceted Search module is enabled, you can get more detailed page titles by choosing the word that best represent this feature's value. By default, PrestaShop uses the value's name, but you can change that setting using this field.] => When the Faceted Search module is enabled, you can get more detailed page titles by choosing the word that best represent this feature's value. By default, PrestaShop uses the value's name, but you can change that setting using this field. ) [ModulesStatscatalogAdmin] => Array ( [Catalog statistics] => Catalog statistics [Enrich your stats, have a look at your catalog’s general statistics.] => Enrich your stats, have a look at your catalog’s general statistics. [(1 purchase / %d visits)] => (1 purchase / %d visits) [Choose a category] => Choose a category [Products available:] => Products available: [Average price (base price):] => Average price (base price): [Product pages viewed:] => Product pages viewed: [Average number of page visits:] => Average number of page visits: [Average number of purchases:] => Average number of purchases: [Images available:] => Images available: [Average number of images:] => Average number of images: [Products never viewed:] => Products never viewed: [Products never purchased:] => Products never purchased: [Conversion rate*:] => Conversion rate*: [Defines the average conversion rate for the product page. It is possible to purchase a product without viewing the product page, so this rate can be greater than 1.] => Defines the average conversion rate for the product page. It is possible to purchase a product without viewing the product page, so this rate can be greater than 1. [Products never purchased] => Products never purchased [Edit / View] => Edit / View ) [ModulesBannerAdmin] => Array ( [Banner] => Banner [Add a banner to the homepage of your store to highlight your sales and new products in a visual and friendly way.] => Add a banner to the homepage of your store to highlight your sales and new products in a visual and friendly way. [Banner image] => Banner image [Upload an image for your top banner. The recommended dimensions are 1110 x 214px if you are using the default theme.] => Upload an image for your top banner. The recommended dimensions are 1110 x 214px if you are using the default theme. [Banner Link] => Banner Link [Enter the link associated to your banner. When clicking on the banner, the link opens in the same window. If no link is entered, it redirects to the homepage.] => Enter the link associated to your banner. When clicking on the banner, the link opens in the same window. If no link is entered, it redirects to the homepage. [Banner description] => Banner description [Please enter a short but meaningful description for the banner.] => Please enter a short but meaningful description for the banner. ) [Install] => Array ( [Choose your language] => Choose your language [License agreements] => License agreements [System compatibility] => System compatibility [Store information] => Store information [System configuration] => System configuration [Store installation] => Store installation [Field required] => Field required [Invalid shop name] => Invalid store name [shop name] => shop name [The field %field% is limited to %limit% characters] => The field %field% is limited to %limit% characters [Your firstname contains some invalid characters] => Your firstname contains some invalid characters [firstname] => firstname [Your lastname contains some invalid characters] => Your lastname contains some invalid characters [lastname] => lastname [The password is incorrect (must be alphanumeric string with at least 8 characters)] => The password is incorrect (must be alphanumeric string with at least 8 characters) [The password is incorrect (must be Strong)] => The password is incorrect (must be Strong) [The password and its confirmation are different] => The password and its confirmation are different [This e-mail address is invalid] => This e-mail address is invalid [Sports and Entertainment] => Sports and Entertainment [Fashion and Accessories] => Fashion and Accessories [Lingerie and Adult] => Lingerie and Adult [Animals and Pets] => Animals and Pets [Art and Culture] => Art and Culture [Babies] => Babies [Beauty and Personal Care] => Beauty and Personal Care [Cars] => Cars [Computer Hardware and Software] => Computer Hardware and Software [Download] => Download [Flowers, Gifts and Crafts] => Flowers, Gifts and Crafts [Food and beverage] => Food and beverage [HiFi, Photo and Video] => HiFi, Photo and Video [Home and Garden] => Home and Garden [Home Appliances] => Home Appliances [Jewelry] => Jewelry [Mobile and Telecom] => Mobile and Telecom [Services] => Services [Shoes and accessories] => Shoes and accessories [Travel] => Travel [Database is connected] => Database is connected [Database is created] => Database is created [Cannot create the database automatically] => Cannot create the database automatically [Create file parameters] => Create file parameters [Create database tables] => Create database tables [Create default shop and languages] => Create default store and languages [Populate database tables] => Populate database tables [Configure shop information] => Configure store information [Install theme] => Install theme [Install modules] => Install modules [Install demonstration data] => Install demonstration data [Post installation scripts] => Post installation scripts [Required PHP parameters] => Required PHP parameters [PHP %version% or later is not enabled] => PHP %version% or later is not enabled [Cannot upload files] => Cannot upload files [Cannot create new files and folders] => Cannot create new files and folders [cURL extension is not enabled] => cURL extension is not enabled [GD library is not installed] => GD library is not installed [JSON extension is not loaded] => JSON extension is not loaded [PHP OpenSSL extension is not loaded] => PHP OpenSSL extension is not loaded [PDO MySQL extension is not loaded] => PDO MySQL extension is not loaded [SimpleXML extension is not loaded] => SimpleXML extension is not loaded [ZIP extension is not enabled] => ZIP extension is not enabled [Fileinfo extension is not enabled] => Fileinfo extension is not enabled [Intl extension is not loaded] => Intl extension is not loaded [PHP's config "memory_limit" must be to a minimum of 256M] => PHP's config "memory_limit" must be to a minimum of 256M [Required Apache configuration] => Required Apache configuration [Enable the Apache mod_rewrite module] => Enable the Apache mod_rewrite module [Files] => Files [Not all files were successfully uploaded on your server] => Not all files were successfully uploaded on your server [Permissions on files and folders] => Permissions on files and folders [Recursive write permissions for %user% user on %folder%] => Recursive write permissions for %user% user on %folder% [Write permissions for %user% user on %folder%] => Write permissions for %user% user on %folder% [Recommended PHP parameters] => Recommended PHP parameters [GZIP compression is not activated] => GZIP compression is not activated [Mbstring extension is not enabled] => Mbstring extension is not enabled [Dom extension is not loaded] => Dom extension is not loaded [Cannot open external URLs (requires allow_url_fopen as On)] => Cannot open external URLs (requires allow_url_fopen as On) [Unable to generate private keys using openssl_pkey_new. Check your OpenSSL configuration, especially the path to openssl.cafile.] => Unable to generate private keys using openssl_pkey_new. Check your OpenSSL configuration, especially the path to openssl.cafile. [Documentation] => Documentation [Blog] => Blog [Information about your Store] => Information about your Store [Shop name] => Store name [Main activity] => Main activity [Please choose your main activity] => Please choose your main activity [Other activity...] => Other activity... [Help us learn more about your store so we can offer you optimal guidance and the best features for your business!] => Help us learn more about your store so we can offer you optimal guidance and the best features for your business! [Country] => Country [Select your country] => Select your country [Shop timezone] => Store timezone [Select your timezone] => Select your timezone [Enable SSL] => Enable SSL [Your Account] => Your Account [First name] => First name [Last name] => Last name [E-mail address] => E-mail address [This email address will be your username to access your store's back office.] => This email address will be your username to access your store's back office. [Shop password] => Store password [Must be at least 8 characters] => Must be at least 8 characters [Re-type to confirm] => Re-type to confirm [Enter a password between %d and %d characters] => Enter a password between %d and %d characters [The minimum score must be: %s] => The minimum score must be: %s [Store name] => Store name [Yes] => Yes [No] => No [Installation of theme] => Installation of theme [Version:] => Version: [Select the theme to install.] => Select the theme to install [Installation of demo products] => Installation of demo products [Demo products are a good way to learn how to use PrestaShop. You should install them if you are not familiar with it.] => Demo products are a good way to learn how to use PrestaShop. You should install them if you are not familiar with it. [Installation of modules] => Installation of modules [Install all modules (recommended)] => Install all modules (recommended) [Select the modules to install] => Select the modules to install [If you are using PrestaShop for the first time, you should install all modules now and uninstall the ones you don't need later.] => If you are using PrestaShop for the first time, you should install all modules now and uninstall the ones you don't need later. [Search] => Search [Select all] => Select all [Select the theme to install] => Select the theme to install [Configure your database by filling out the following fields] => Configure your database by filling out the following fields [To use PrestaShop, you must create a database to collect all of your store's data-related activities.] => To use PrestaShop, you must create a database to collect all of your store's data-related activities. [Please complete the fields below in order for PrestaShop to connect to your database.] => Please complete the fields below in order for PrestaShop to connect to your database. [Database server address] => Database server address [The default port is 3306. To use a different port, add the port number at the end of your server's address i.e ":4242".] => The default port is 3306. To use a different port, add the port number at the end of your server's address i.e ":4242". [Database name] => Database name [Database login] => Database login [Database password] => Database password [Tables prefix] => Tables prefix [Drop existing tables] => Drop existing tables [Test your database connection now!] => Test your database connection now! [PrestaShop Installation Assistant] => PrestaShop Installation Assistant [Installation Assistant] => Installation Assistant [To install PrestaShop, you need to have JavaScript enabled in your browser.] => To install PrestaShop, you need to have JavaScript enabled in your browser. [https://enable-javascript.com/] => https://enable-javascript.com/ [Next] => Next [Back] => Back [License Agreements] => License Agreements [To enjoy the many features that are offered for free by PrestaShop, please read the license terms below. PrestaShop core is licensed under OSL 3.0, while the modules and themes are licensed under AFL 3.0.] => To enjoy the many features that are offered for free by PrestaShop, please read the license terms below. PrestaShop core is licensed under OSL 3.0, while the modules and themes are licensed under AFL 3.0. [I agree to the above terms and conditions.] => I agree to the above terms and conditions. [Privacy note] => Privacy note [this article] => this article [Some project modules may submit public and technical information about your store to the PrestaShop Project for analytics purposes. To learn more and make an informed choice, read %link%.] => Some project modules may submit public and technical information about your store to the PrestaShop Project for analytics purposes. To learn more and make an informed choice, read %link%. [Done!] => Done! [An error occurred during installation...] => An error occurred during installation... [You can use the links on the left column to go back to the previous steps, or restart the installation process by clicking here.] => You can use the links on the left column to go back to the previous steps, or restart the installation process by clicking here. [Your installation is finished!] => Your installation is finished! [You have just finished installing your shop. Thank you for using PrestaShop!] => You have just finished installing your store. Thank you for using PrestaShop! [Please remember your login information:] => Please remember your login information: [E-mail] => E-mail [Print my login information] => Print my login information [Password] => Password [Display] => Display [For security purposes, you must delete the "install" folder.] => For security purposes, you must delete the "install" folder. [Back Office] => Back Office [Manage your store using your Back Office. Manage your orders and customers, add modules, change themes, etc.] => Manage your store using your Back Office. Manage your orders and customers, add modules, change themes, etc. [Manage your store] => Manage your store [Front Office] => Front Office [Discover your store as your future customers will see it!] => Discover your store as your future customers will see it! [Discover your store] => Discover your store [We are currently checking PrestaShop compatibility with your system environment] => We are currently checking PrestaShop compatibility with your system environment [PrestaShop compatibility with your system environment has been verified!] => PrestaShop compatibility with your system environment has been verified! [Refresh information] => Refresh information [Oops! Please correct the item(s) below, and then click "%refresh_label%" to test the compatibility of your new system.] => Oops! Please correct the item(s) below, and then click "%refresh_label%" to test the compatibility of your new system. [Warning: You cannot use this tool to upgrade your store anymore.You already have PrestaShop version %version% installed.If you want to upgrade to the latest version, please use the 1-Click Upgrade module and follow its instructions.] => Warning: You cannot use this tool to upgrade your store anymore.You already have PrestaShop version %version% installed.If you want to upgrade to the latest version, please use the 1-Click Upgrade module and follow its instructions. [Welcome to the PrestaShop %version% Installer] => Welcome to the PrestaShop %version% Installer [Installing PrestaShop is quick and easy. In just a few moments, you will become part of a community consisting of more than %numMerchants% merchants. You are on the way to creating your own unique online store that you can manage easily every day.] => Installing PrestaShop is quick and easy. In just a few moments, you will become part of a community consisting of more than %numMerchants% merchants. You are on the way to creating your own unique online store that you can manage easily every day. [Continue the installation in:] => Continue the installation in: [The language selection above only applies to the Installation Assistant. Once your store is installed, you can choose the language of your store from over %d% translations, all for free!] => The language selection above only applies to the Installation Assistant. Once your store is installed, you can choose the language of your store from over %d% translations, all for free! [Please activate the 'mod_auth_basic' Apache module to allow the use of the PrestaShop webservice.] => Please activate the 'mod_auth_basic' Apache module to allow the use of the PrestaShop webservice. [We could not check to see if basic authentication and rewrite extensions have been activated. Please manually check if they've been activated in order to use the PrestaShop webservice.] => We could not check to see if basic authentication and rewrite extensions have been activated. Please manually check if they've been activated in order to use the PrestaShop webservice. [Please activate the 'SimpleXML' PHP extension to allow testing of PrestaShop's webservice.] => Please activate the 'SimpleXML' PHP extension to allow testing of PrestaShop's webservice. [It is preferable to use SSL (https:) for webservice calls, as it avoids the "man in the middle" type security issues.] => It is preferable to use SSL (https:) for webservice calls, as it avoids the "man in the middle" type security issues. [Fashion and accessories] => Fashion and accessories [Sport and Entertainment] => Sport and Entertainment [-- Please choose your main activity --] => -- Please choose your main activity -- [Server name is not valid] => Server name is not valid [You must enter a database name] => You must enter a database name [You must enter a database login] => You must enter a database login [Tables prefix is invalid] => Tables prefix is invalid [Cannot convert database data to utf-8] => Cannot convert database data to utf-8 [At least one table with same prefix was already found, please change your prefix or drop your database] => At least one table with same prefix was already found, please change your prefix or drop your database [Your database login does not have the privileges to create table on the database "%s". Ask your hosting provider:] => Your database login does not have the privileges to create table on the database "%s". Ask your hosting provider: [You must be granted the privilege to select data in the tables of database "%s". Ask your hosting provider to enable it.] => You must be granted the privilege to select data in the tables of database "%s". Ask your hosting provider to enable it. [Database Server is not found. Please verify the login, password and server fields] => Database Server is not found. Please verify the login, password and server fields [Connection to MySQL server succeeded, but database "%database%" not found] => Connection to MySQL server succeeded, but database "%database%" not found [Attempt to create the database automatically] => Attempt to create the database automatically [%file% file is not writable (check permissions)] => %file% file is not writable (check permissions) [%folder% folder is not writable (check permissions)] => %folder% folder is not writable (check permissions) [Cannot write settings file] => Cannot write settings file [Cannot write app/config/parameters.php file] => Cannot write app/config/parameters.php file [Cannot write app/config/parameters.yml file] => Cannot write app/config/parameters.yml file [Database structure file not found] => Database structure file not found [Cannot create group shop] => Cannot create group store [Cannot create shop] => Cannot create store [Cannot create shop URL] => Cannot create store URL [File "language.xml" not found for language iso "%iso%"] => File "language.xml" not found for language iso "%iso%" [File "language.xml" not valid for language iso "%iso%"] => File "language.xml" not valid for language iso "%iso%" [Cannot download language pack "%iso%"] => Cannot download language pack "%iso%" [Cannot install language "%iso%"] => Cannot install language "%iso%" [Cannot copy flag language "%flag%"] => Cannot copy flag language "%flag%" [Cannot create admin account] => Cannot create admin account [Cannot install module "%module%"] => Cannot install module "%module%" [Cannot execute post install on module "%module%"] => Cannot execute post install on module "%module%" [Fixtures class "%class%" not found] => Fixtures class "%class%" not found ["%class%" must be an instance of "InstallXmlLoader"] => "%class%" must be an instance of "InstallXmlLoader" [SQL error on query %query%] => SQL error on query %query% [An SQL error occurred for entity %entity%: %message%] => An SQL error occurred for entity %entity%: %message% [Cannot create image "%identifier%" for entity "%entity%"] => Cannot create image "%identifier%" for entity "%entity%" [Cannot create image "%identifier%" (bad permissions on folder "%folder%")] => Cannot create image "%identifier%" (bad permissions on folder "%folder%") [Cannot create image "%identifier%"] => Cannot create image "%identifier%" [Cannot create image "%1$s" for entity "%2$s"] => Cannot create image "%1$s" for entity "%2$s" ) [ModulesFaviconnotificationboAdmin] => Array ( [Display notifications in the browser tab for:] => Display notifications in the browser tab for: [New orders] => New orders [Notification background color] => Notification background color [Notification text color] => Notification text color [Order Notifications on the Favicon] => Order Notifications on the Favicon [Get notified directly on your browser tab each time you get a new order, customer or message.] => Get notified directly on your browser tab each time you get a new order, customer or message. ) [ModulesStatsbestsuppliersAdmin] => Array ( [Total paid] => Total paid [Best suppliers] => Best suppliers [Adds a list of the best suppliers to the Stats dashboard.] => Adds a list of the best suppliers to the Stats dashboard. [Enrich your stats: add a list of the best suppliers to your dashboard.] => Enrich your stats: add a list of the best suppliers to your dashboard. ) [ModulesStatscarrierAdmin] => Array ( [Carrier distribution] => Carrier distribution [Enrich your stats, add a pie chart illustrating your carriers’ distribution.] => Enrich your stats, add a pie chart illustrating your carriers’ distribution. [This graph represents the carrier distribution for your orders. You can also narrow the focus of the graph to display distribution for a particular order status.] => This graph represents the carrier distribution for your orders. You can also narrow the focus of the graph to display distribution for a particular order status. [No valid orders have been received for this period.] => No valid orders have been received for this period. [Percentage of orders listed by carrier.] => Percentage of orders listed by carrier. ) [ModulesDashactivityAdmin] => Array ( [Dashboard Activity] => Dashboard Activity [(from %s to %s)] => (from %s to %s) [Active cart] => Active cart [How long (in minutes) a cart is to be considered as active after the last recorded change (default: 30 min).] => How long (in minutes) a cart is to be considered as active after the last recorded change (default: 30 min). [Online visitor] => Online visitor [How long (in minutes) a visitor is to be considered as online after their last action (default: 30 min).] => How long (in minutes) a visitor is to be considered as online after their last action (default: 30 min). [Abandoned cart (min)] => Abandoned cart (min) [How long (in hours) after the last action a cart is to be considered as abandoned (default: 24 hrs).] => How long (in hours) after the last action a cart is to be considered as abandoned (default: 24 hrs). [hrs] => hrs [Abandoned cart (max)] => Abandoned cart (max) [How long (in hours) after the last action a cart is no longer to be considered as abandoned (default: 24 hrs).] => How long (in hours) after the last action a cart is no longer to be considered as abandoned (default: 24 hrs). [Check in one glance what is happening on your store with a list of KPI on your dashboard.] => Check at a glance what is happening on your store with a list of KPIs on your dashboard. [Activity overview] => Activity overview [Online Visitors] => Online Visitors [in the last %d minutes] => in the last %d minutes [Active Shopping Carts] => Active Shopping Carts [Currently Pending] => Currently Pending [Return/Exchanges] => Return/Exchanges [Out of Stock Products] => Out of Stock Products [New Messages] => New Messages [Product Reviews] => Product Reviews [Customers & Newsletters] => Customers & Newsletters [New Customers] => New Customers [New Subscriptions] => New Subscriptions [Total Subscribers] => Total Subscribers [Traffic] => Traffic [Link to your Google Analytics account] => Link to your Google Analytics account [Visits] => Visits [Unique Visitors] => Unique Visitors [Traffic Sources] => Traffic Sources ) [ModulesViewedproductShop] => Array ( [Viewed products] => Viewed products ) [ModulesStatsproductAdmin] => Array ( [Product details] => Product details [Enrich your stats, add detailed statistics for each product of your catalog.] => Enrich your stats, add detailed statistics for each product of your catalog. [Number of purchases compared to number of views] => Number of purchases compared to number of views [After choosing a category and selecting a product, informational graphs will appear.] => After choosing a category and selecting a product, informational graphs will appear. [If you notice that a product is often purchased but viewed infrequently, you should display it more prominently in your Front Office.] => If you notice that a product is often purchased but viewed infrequently, you should display it more prominently in your Front Office. [On the other hand, if a product has many views but is not often purchased, we advise you to check or modify this product's information, description and photography again, see if you can find something better.] => On the other hand, if a product has many views but is not often purchased, we advise you to check or modify this product's information, description and photography again, see if you can find something better. [Details] => Details [Total bought] => Total bought [Sales (tax excluded)] => Sales (tax excluded) [Total Viewed] => Total Viewed [Conversion rate] => Conversion rate [CSV Export] => CSV Export [Attribute sales distribution] => Attribute sales distribution [Cross selling] => Cross selling [Click on a product to access its statistics!] => Click on a product to access its statistics! [Choose a category] => Choose a category [Products available] => Products available [Popularity] => Popularity [Visits (x100)] => Visits (x100) [Stock] => Stock ) [AdminPaymentHelp] => Array ( [Please mark each checkbox for the currency, or currencies, for which you want the payment module(s) to be available.] => Please select available currencies for every payment module. [Please mark each checkbox for the customer group(s), for which you want the payment module(s) to be available.] => Please select available payment modules for every customer group. [Please mark each checkbox for the country, or countries, in which you want the payment module(s) to be available.] => Please mark each checkbox for the country, or countries, in which you want the payment module(s) to be available. [Please mark each checkbox for the carrier, or carrier, for which you want the payment module(s) to be available.] => Please select available payment modules for every carrier. [This is where you decide what payment modules are available for different variations like your customers' currency, group, and country.] => This is where you decide what payment modules are available for different variations like your customers' currency, group, and country. [A check mark indicates you want the payment module available.] => A check mark indicates you want the payment module available. [If it is not checked then this means that the payment module is disabled.] => If it is not checked then this means that the payment module is disabled. ) [ModulesEmailsubscriptionAdmin] => Array ( [Newsletter subscription] => Newsletter subscription [Keep in touch with your customers the way you want, add a form to the homepage of your store and allow all the curious to subscribe to your newsletter.] => Keep in touch with your customers the way you want, add a form to the homepage of your store and allow all the curious to subscribe to your newsletter. [Are you sure that you want to delete all of your contacts?] => Are you sure that you want to delete all of your contacts? [Subscribed] => Subscribed [Iso language] => ISO language [Subscribed on] => Subscribed on [Newsletter registrations] => Newsletter registrations [Unsubscribe] => Unsubscribe [Would you like to send a verification email after subscription?] => Would you like to send a verification email after subscription? [Would you like to send a confirmation email after subscription?] => Would you like to send a confirmation email after subscription? [Welcome voucher code] => Welcome voucher code [Leave blank to disable by default.] => Leave blank to disable by default. [Newsletter conditions] => Newsletter conditions [This text will be displayed beneath the newsletter subscribe button.] => This text will be displayed beneath the newsletter subscribe button. [Export customers' addresses] => Export customers' addresses [Customers' country] => Customers' country [Filter customers by country.] => Filter customers by country. [Newsletter subscribers] => Newsletter subscribers [Filter customers who have subscribed to the newsletter or not, and who have an account or not.] => Filter customers who have subscribed to the newsletter or not, and who have an account or not. [Customers can subscribe to your newsletter when registering, or by entering their email in the newsletter form.] => Customers can subscribe to your newsletter when registering, or by entering their email in the newsletter form. [All subscribers] => All Subscribers [Subscribers with account] => Subscribers with account [Subscribers without account] => Subscribers without account [Non-subscribers] => Non-subscribers [Partner offers subscribers] => Partner offers accepted [Filter customers who have agreed to receive your partners' offers or not.] => Filter customers who have agreed to receive your partners' offers or not. [Partner offers subscribers have agreed to receive your partners' offers.] => Opt-in subscribers who have agreed to receive your partners' offers. [All customers] => All customers [Partner offers non-subscribers] => Partner offers not accepted [Search for addresses] => Search for addresses [Email address to search] => Email address to search [Example: [email protected] or @prestashop.com] => Example: [email protected] or @prestashop.com [No customers found with these filters!] => No customers found with these filters! [The .CSV file has been successfully exported: %d customers found.] => The .CSV file has been successfully exported: %d customers found. [Download the file] => Download the file [WARNING: When opening this .csv file with Excel, choose UTF-8 encoding to avoid strange characters.] => WARNING: When opening this .csv file with Excel, choose UTF-8 encoding to avoid strange characters. [Error: Write access limited] => Error: Write access limited [No result found!] => No result found! [Newsletter subscription: no email to delete, this customer has not registered.] => Newsletter subscription: no email to delete, this customer has not registered. [Newsletter subscription: no email to export, this customer has not registered.] => Newsletter subscription: no email to export, this customer has not registered. ) [EmailsSubject] => Array ( [Your guest account has been transformed into a customer account] => Your guest account was converted to a customer account [Order confirmation] => Order confirmation [New voucher for your order %s] => New voucher for your order %s [Log: You have a new alert from your shop] => Log: You have a new alert from your store [Welcome!] => Welcome! [Package in transit] => Package in transit [The virtual product that you bought is available for download] => The virtual product that you bought is available for download [Fwd: Customer message] => Fwd: Customer message [An answer to your message is available #ct%thread_id% #tc%thread_token%] => An answer to your message no. ct%thread_id% is available (thread ID tc%thread_token%) [Import complete] => Import complete [Your new password] => Your new password [Your order return status has changed] => Your order return status has changed [Message from a customer] => Message from a customer [Password query confirmation] => Password query confirmation [Message from contact form] => Message from contact form [Your message has been correctly sent #ct%thread_id% #tc%thread_token%] => Your message no. ct%thread_id% has been correctly sent (thread ID tc%thread_token%) [Your message has been correctly sent] => Your message has been correctly sent [Product available] => Product available [New order : #%d - %s] => New order : #%d - %s [Product out of stock] => Product out of stock [Stock coverage] => Stock coverage [New return from order #%d - %s] => New return from order #%d - %s [Your order has been changed] => Your order has been changed [Newsletter voucher] => Newsletter voucher [Newsletter confirmation] => Newsletter confirmation [Email verification] => Email verification [Process the payment of your order] => Process the payment of your order [New credit slip regarding your order] => New credit slip regarding your order [New voucher for your order #%s] => New voucher for your order #%s [New message regarding your order] => New message regarding your order ) [ShopNavigation] => Array ( [404 error] => 404 error [Best sales] => Best sales [Contact us] => Contact us [Manufacturers] => Manufacturers [New products] => New products [Forgot your password] => Forgot your password [Prices drop] => Prices drop [Sitemap] => Sitemap [Suppliers] => Suppliers [Address] => Address [Addresses] => Addresses [Login] => Login [Registration] => Registration [Cart] => Cart [Discount] => Discount [Order history] => Order history [Identity] => Identity [My account] => My account [Order follow] => Order follow [Credit slip] => Credit slip [Order] => Order [Search] => Search [Stores] => Stores [Guest tracking] => Guest tracking [Order confirmation] => Order confirmation [This page cannot be found] => This page cannot be found [Our best sales] => Our best sales [Use our form to contact us] => Use our form to contact us [Shop powered by PrestaShop] => Shop powered by PrestaShop [Brand list] => Brand list [Our new products] => Our new products [Enter the e-mail address you use to sign in to receive an e-mail with a new password] => Enter the e-mail address you use to sign in to receive an e-mail with a new password [On-sale products] => On-sale products [Lost ? Find what your are looking for] => Lost ? Find what your are looking for [Suppliers list] => Suppliers list [page-not-found] => page-not-found [best-sales] => best-sales [contact-us] => contact-us [manufacturers] => manufacturers [new-products] => new-products [password-recovery] => password-recovery [prices-drop] => prices-drop [sitemap] => sitemap [supplier] => supplier [address] => address [addresses] => addresses [login] => login [registration] => registration [cart] => cart [discount] => discount [order-history] => order-history [identity] => identity [my-account] => my-account [order-follow] => order-follow [credit-slip] => credit-slip [order] => order [search] => search [stores] => stores [guest-tracking] => guest-tracking [order-confirmation] => order-confirmation [Best sellers] => Best sellers [Brands] => Brands [Brands list] => Brands list [Our special products] => Our special products [best-sellers] => best-sellers [brands] => brands [suppliers] => suppliers ) [ShopFormsErrors] => Array ( [Invalid name] => Invalid name [Invalid format.] => Invalid format. [Format should be %s.] => Format should be %s. [Required field] => Required field [Invalid postcode - should look like "%zipcode%"] => Invalid postcode - should look like "%zipcode%" ) [ModulesDashproductsAdmin] => Array ( [Dashboard Products] => Dashboard Products [Adds a block with a table of your latest orders and a ranking of your products] => Adds a block with a table of your latest orders and a ranking of your products [Customer Name] => Customer Name [Details] => Details [Total sold] => Total sold [Net profit] => Net profit [Views] => Views [Added to cart] => Added to cart [Purchased] => Purchased [You must enable the "Save global page views" option from the "Data mining for statistics" module in order to display the most viewed products, or use the Google Analytics module.] => You must enable the "Save global page views" option from the "Data mining for statistics" module in order to display the most viewed products, or use the Google Analytics module. [Term] => Term [Results] => Results [Number of "Recent Orders" to display] => Number of "Recent Orders" to display [Number of "Best Sellers" to display] => Number of "Best Sellers" to display [Number of "Most Viewed" to display] => Number of "Most Viewed" to display [Number of "Top Searches" to display] => Number of "Top Searches" to display [Enrich your stats: display a table of your latest orders and a ranking of your products.] => Enrich your stats: display a table of your latest orders and a ranking of your products. [Products and Sales] => Products and Sales [Recent Orders] => Recent Orders [Best Sellers] => Best Sellers [Most Viewed] => Most Viewed [Top Searches] => Top Searches [Last %d orders] => Last %d orders [Top %d products] => Top %d products [From] => From [to] => to [Top %d most search terms] => Top %d most search terms ) [ModulesEmailsubscriptionShop] => Array ( [This email address is not registered.] => This email address is not registered. [An error occurred while attempting to unsubscribe.] => An error occurred while attempting to unsubscribe. [Unsubscription successful.] => Unsubscription successful. [This email address is already registered.] => This email address is already registered. [An error occurred during the subscription process.] => An error occurred during the subscription process. [A verification email has been sent. Please check your inbox.] => A verification email has been sent. Please check your inbox. [You have successfully subscribed to this newsletter.] => You have successfully subscribed to this newsletter. [This email is already registered and/or invalid.] => This email is already registered and/or invalid. [Thank you for subscribing to our newsletter.] => Thank you for subscribing to our newsletter. [Sign up for our newsletter[1][2]%conditions%[/2]] => Sign up for our newsletter[1][2]%conditions%[/2] [You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice.] => You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice. [Newsletter subscription] => Newsletter subscription [Newsletter] => Newsletter [Your e-mail] => Your e-mail ) [ModulesBlockreassuranceAdmin] => Array ( [Customer Reassurance] => Customer Reassurance [Connect with your visitors and reassure them about secure payment, free shipping or returns.] => Connect with your visitors and reassure them about secure payment, free shipping or returns. [Are you sure you want to uninstall this module?] => Are you sure you want to uninstall this module? [There was an error during the installation. Please open an issue on the PrestaShop project.] => There was an error during the installation. Please open an issue on the PrestaShop project. [There was an error during the uninstallation. Please open an issue on the PrestaShop project.] => There was an error during the uninstallation. Please open an issue on the PrestaShop project. [Block updated] => Block updated [Oops... looks like an error occurred] => Oops... looks like an error occurred [Configuration updated successfully!] => Configuration updated successfully! [Position changed successfully!] => Position changed successfully! [An error occurred when switching position] => An error occurred when switching position [An error occurred when removing block] => An error occurred when removing block. [Position] => Position [Description] => Description [Actions] => Actions [WARNING] => WARNING [Your folder %s is not readable or executable] => Your folder %s is not readable or executable [This folder needs these rights so you can upload your own images for the reassurances blocks.] => This folder needs these rights so you can upload your own images for the reassurances blocks. [Content] => Content [Display] => Display [Appearance] => Appearance [Customize Module Design] => Customize Module Design [Icon color] => Icon color [Text color] => Text color [Save] => Save [Reassurance Block] => Reassurance Block [Return] => Return [Description (optional)] => Description (optional) [Image] => Image [Modify icon] => Modify icon [or upload file] => or upload file [Choose SVG for better customization. Other allowed formats are: .gif, .jpg, .png] => Choose SVG for better customization. Other allowed formats are: .gif, .jpg, .png [Languages] => Languages [Select none] => Select none [Redirection] => Redirection [CMS page] => CMS page [Title] => Title [URL] => URL [CMS Page] => CMS Page [Block Content] => Block Content [Url link] => Url link [Activated] => Activated [Deactivated] => Deactivated [We recommend 3 blocks at maximum.] => We recommend 3 blocks at maximum. [None] => None [none] => none [Global settings] => Global settings [Product pages] => Product pages [Checkout pages] => Checkout pages [Specific position for cart page] => Specific position for cart page [Header position on all pages] => Header position on all pages [Above header] => Above header [Below header] => Below header [Footer position on all pages] => Footer position on all pages [Above footer] => Above footer [Below footer] => Below footer [Main column] => Main column [Specific position for product page] => Specific position for product page ) [AdminOrderscustomersNotification] => Array ( [For this particular customer group, prices are displayed as:] => For this particular customer group, prices are displayed as: [The message was successfully sent to the customer.] => The message was successfully sent to the customer. [A partial refund was successfully created.] => A partial refund was successfully created. [Invalid new order status] => Invalid new order status [expires on %s.] => expires on %s. [downloadable %d time(s)] => downloadable %d time(s) [Invalid order] => Invalid order [The order cannot be renewed.] => The order cannot be renewed. [You must add a minimum quantity of %d] => You must add a minimum quantity of %d [An error occurred. Your message was not sent. Please contact your system administrator.] => An error occurred. Your message was not sent. Please contact your system administrator. [Cannot create message in a new thread.] => Cannot create message in a new thread. [The message body is empty, cannot import it.] => The message is empty, cannot import it. [Invalid message content for subject: %s] => Invalid message content for subject: %s [The message content is not valid, cannot import it.] => The message content is not valid, cannot import it. [The order ID -- or the invoice order ID -- is missing.] => The order ID -- or the invoice order ID -- is missing. [No invoice was found.] => No invoice was found. [No order slips were found.] => No order slips were found. [The supply order ID is missing.] => The supply order ID is missing. [The supply order cannot be found within your database.] => The supply order cannot be found within your database. [The order invoice cannot be found within your database.] => The order invoice cannot be found within your database. [The order cannot be found within your database.] => The order cannot be found within your database. [An error occurred while deleting the details of your order return.] => An error occurred while deleting the details of your order return. [You need at least one product.] => You need at least one product. [The order return is invalid.] => The order return is invalid. [The order return content is invalid.] => The order return content is invalid. [No order return ID has been specified.] => No order return ID has been specified. [No order was found with this ID:] => No order was found with this ID: [No invoice was found with this ID:] => No invoice was found with this ID: [No cart was found with this ID:] => No cart was found with this ID: [An error has occurred: Can't save the current order's return status.] => An error has occurred: Can't save the current order's return status. [An error has occurred: Can't delete the current order's return status.] => An error has occurred: Can't delete the current order's return status. [Direct link] => Direct link [There is no status defined for this order.] => There is no status defined for this order. [[Generated] CartRule for Free Shipping] => [Generated] CartRule for Free Shipping [Order history email could not be sent, test your email configuration in the Advanced Parameters > E-mail section of your back office.] => Order history email could not be sent, test your email configuration in the Advanced Parameters > E-mail section of your back office. [No delivery slip was found for this period.] => No delivery slip was found for this period. [I want my customers to be able to register again with the same email address. All data will be removed from the database.] => I want my customers to be able to register again with the same email address. All data will be removed from the database. [I do not want my customer(s) to register again with the same email address. All selected customer(s) will be removed from this list but their corresponding data will be kept in the database.] => I do not want my customer(s) to register again with the same email address. All selected customer(s) will be removed from this list but their corresponding data will be kept in the database. [An account already exists for this email address:] => An account already exists for this email address: [This customer does not exist.] => This customer does not exist. [A default customer group must be selected in group box.] => A default customer group must be selected in group box. [This email address is not registered.] => This email address is not registered. [This customer already exists as a non-guest.] => This customer already exists as a non-guest. [An error occurred while updating customer information.] => An error occurred while updating customer information. [Merchandise return not found.] => Merchandise return not found. [An error occurred while trying to update merchandise return.] => An error occurred while trying to update merchandise return. [An order message with the same name already exists in %s.] => An order message with the same name already exists in %s. [No order slips were found for this period.] => No order slips were found for this period. [You have to select a shop before creating new orders.] => You have to select a shop before creating new orders. [A standard refund was successfully created.] => A standard refund was successfully created. [The product was successfully returned.] => The product was successfully returned. [This product is out of stock:] => This product is out of stock: [An error occurred while sending an email to the customer.] => An error occurred while sending an email to the customer. [The email was sent to your customer.] => The email was sent to your customer. [Product search phrase must not be an empty string.] => Product search phrase must not be an empty string. [You cannot edit the cart once the order delivered.] => You cannot edit the cart once the order delivered. [Order #%d cannot be loaded.] => Order #%d cannot be loaded. [An error occurred while sending the e-mail to the customer.] => An error occurred while sending the e-mail to the customer. [Only numbers and decimal points (".") are allowed in the amount fields, e.g. 10.50 or 1050.] => Only numbers and decimal points (".") are allowed in the amount fields, e.g. 10.50 or 1050. [Percent value must be greater than 0.] => Percent value must be greater than 0. [Percent value cannot exceed 100.] => Percent value cannot exceed 100. [Amount value must be greater than 0.] => Amount value must be greater than 0. [Discount value cannot exceed the total price of this order.] => Discount value cannot exceed the total price of this order. [Shipping discount value cannot exceed the total price of this order.] => Shipping discount value cannot exceed the total price of this order. [Please enter a maximum quantity of [1].] => Please enter a maximum quantity of [1]. [Please select at least one product.] => Please select at least one product. [Please enter a positive amount.] => Please enter a positive amount. [Please generate at least one credit slip or voucher.] => Please generate at least one credit slip or voucher. [You must choose a payment module to create the order.] => You must choose a payment module to create the order. [You must choose an order status to create the order.] => You must choose an order status to create the order. [The order message given is invalid.] => The order message given is invalid. [Only numbers and decimal points (".") are allowed in the amount fields of the payment block, e.g. 10.50 or 1050.] => Only numbers and decimal points (".") are allowed in the amount fields of the payment block, e.g. 10.50 or 1050. [The selected payment method is invalid.] => The selected payment method is invalid. [An error occurred while changing the status for order #%d, or we were unable to send an email to the customer.] => An error occurred while changing the status for order #%d, or we were unable to send an email to the customer. [Order #%d has already been assigned this status.] => Order no. %d has already been assigned this status. [Please enter a positive value] => Please enter a positive value. [No invoice has been found for this status.] => No invoice has been found for this status. [Invalid invoice number.] => Invalid invoice number. [Invalid "From" date] => Invalid "From" date [Invalid "To" date] => Invalid "To" date [No invoice has been found for this period.] => No invoice has been found for this period. [You must select at least one order status.] => You must select at least one order status. [No cart is available] => No cart is available [A registered customer account using the defined email address already exists. ] => A registered customer account using the defined email address already exists. [There are two ways of deleting a customer. Please choose your preferred method.] => There are two ways of deleting a customer. Please choose your preferred method. [How do you want to delete the selected customers?] => How do you want to delete the selected customers? [You have to select a shop if you want to create a customer.] => You have to select a shop if you want to create a customer. [You must add at least one address to process the order.] => You must add at least one address to process the order. [No products found] => No products found [Searching for products] => Searching for products. [The prices are without taxes.] => The prices are without taxes. [No customers found] => No customers found [Searching for customers] => Searching for customers. [No carrier can be applied to this order] => No carrier can be applied to this order [This value must include taxes.] => This value must include taxes. [Please note that carrier change will not recalculate your shipping costs, if you want to change this please visit Shop Parameters > Order Settings] => Please note that carrier change will not recalculate your shipping costs, if you want to change this please visit Shop Parameters > Order Settings [Are you sure you want to create a new invoice?] => Are you sure you want to create a new invoice? [There is no available document] => There is no available document [Are you sure you want to edit this product price? It will be applied to all invoices of this order.] => Are you sure you want to edit this product price? It will be applied to all invoices of this order. [Are you sure you want to edit this product price? It will be applied to all identical products in this order.] => Are you sure you want to edit this product price? It will be applied to all identical products in this order. [No merchandise returned yet] => No merchandise returned yet [Merchandise returns are not applicable for virtual orders] => Merchandise returns are not applicable for virtual orders. [Do you want to overwrite your existing message?] => Do you want to overwrite your existing message? [paid instead of] => paid instead of [This warning also concerns order:] => This warning also concerns order: [This warning also concerns the following orders:] => This warning also concerns the next orders: [For this customer group, prices are displayed as: [1]%tax_method%[/1]] => For this customer group, prices are displayed as: [1]%tax_method%[/1] [Merchandise returns are disabled] => Merchandise returns are disabled [Error. You cannot refund a negative amount.] => Error. You cannot refund a negative amount. ) [ModulesNewproductsAdmin] => Array ( [New products block] => New products block [Displays a block featuring your store's newest products.] => Displays a block featuring your store's newest products. [Please complete the "products to display" field.] => Please complete the "products to display" field. [Invalid number.] => Invalid number. [Products to display] => Products to display [Define the number of products to be displayed in this block.] => Define the number of products to be displayed in this block. [Number of days for which the product is considered 'new'] => Number of days for which the product is considered 'new' [Highlight your store's newest products, display a block on the homepage and let the visitors know about your latest news.] => Highlight your store's newest products, display a block on the homepage and let visitors know about your latest news. ) [ModulesStatsnewsletterAdmin] => Array ( [Enrich your stats, display a graph showing newsletter registrations.] => Enrich your stats, display a graph showing newsletter registrations. [Customer registrations:] => Customer registrations: [Visitor registrations: ] => Visitor registrations: [Both:] => Both: [CSV Export] => CSV Export [The %s module must be installed.] => The %s module must be installed. [Newsletter statistics] => Newsletter statistics ) [ShopNotificationsWarning] => Array ( [You cannot place a new order from your country (%s).] => You cannot place a new order from your country (%s). [You cannot return merchandise with a guest account.] => You cannot return merchandise with a guest account. [If you have just placed an order, it may take a few minutes for it to be validated. Please refresh this page if your order is missing.] => If you have just placed an order, it may take a few minutes for it to be validated. Please refresh this page if your order is missing. [You must wait for confirmation before returning any merchandise.] => You must wait for confirmation before returning any merchandise. [This product is not visible to your customers.] => This product is not visible to your customers. [You do not have any vouchers.] => You do not have any vouchers. [You have not placed any orders.] => You have not placed any orders. [You have not received any credit slips.] => You have not received any credit slips. ) [AdminActions] => Array ( [Uninstall] => Uninstall [Validate] => Validate [Save and stay] => Save and stay [Generate] => Generate [Choose] => Choose [-- Choose --] => -- Choose -- [Select all] => Select all [Unselect all] => Unselect all [Display] => Display [View] => View [Import] => Import [Back to] => Back to [Disable] => Disable [Translate] => Translate [Print out] => Print out [Remove] => Remove [Reset] => Reset [and stay] => and stay [Apply] => Apply [See more] => See more [Hide warning] => Hide warning [Search] => Search [Add current page to Quick Access] => Add current page to Quick Access [Choose language:] => Choose language: [Close] => Close [Install] => Install [Edit: %s] => Edit: %s [Check All] => Check All [Uncheck All] => Uncheck All [Find a category] => Find a category [Collapse all] => Collapse all [Expand all] => Expand all [Check all] => Check all [Uncheck all] => Uncheck all [Finish] => Finish [Delete selected items?] => Delete selected items? [Delete selected] => Delete selected [Add new menu] => Add new menu [Show or hide menu.] => Show or hide menu. [Enable selection] => Enable selection [Disable selection] => Disable selection [Save] => Save [Configure] => Configure [Refresh] => Refresh [Continue] => Continue [Sort] => Sort [Sort order] => Sort order [Display email address] => Display email address [Export .CSV file] => Export .CSV file [Cancel] => Cancel [Choose a file] => Choose a file [Edit] => Edit [Delete] => Delete [Add new] => Add new [Add] => Add [Search address] => Search address [Search file name] => Search file name [Search file size] => Search file size [Search value] => Search value [Search color] => Search color [Search ID] => Search ID [Search name] => Search name [Search position] => Search position [Search country] => Search country [Search call prefix] => Search call prefix [Search zones] => Search zones [Search language] => Search language [Search employee] => Search employee [Search message] => Search message [Search email] => Search email [Search first name] => Search first name [Search last name] => Search last name [Search ISO code] => Search ISO code [Search code] => Search code [Search date format] => Search date format [Search post code] => Search post code [Search city] => Search city [Search order ID] => Search order ID [Search reference] => Search reference [Search description] => Search description [Search total] => Search total [Search payment] => Search payment [Search template] => Search template [Search company] => Search company [Search customer] => Search customer [Duplicate product] => Duplicate product [Activating %total% products] => Activating %total% products [Activating %done% / %total% products] => Activating %done% / %total% products [Deactivating %total% products] => Deactivating %total% products [Deactivating %done% / %total% products] => Deactivating %done% / %total% products [Duplicating %total% products] => Duplicating %total% products [Duplicating %done% / %total% products] => Duplicating %done% / %total% products [Deleting %total% products] => Deleting %total% products [Deleting %done% / %total% products] => Deleting %done% / %total% products [Stop processing] => Stop processing [%error_count% errors occurred. You can download the logs for future reference.] => %error_count% errors occurred. You can download the logs for future reference. [Back to processing] => Back to processing [Download error log] => Download error log [View %error_count% error logs] => View %error_count% error logs [Delete from store] => Delete from store [Delete from group] => Delete from group [Enable for group] => Enable for group [Disable for group] => Disable for group [Duplicate group] => Duplicate group [Enable on all stores] => Enable on all stores [Disable on all stores] => Disable on all stores [Duplicate all stores] => Duplicate all stores [Activate selection for current store] => Activate selection for current store [Deactivate selection for current store] => Deactivate selection for current store [Duplicate selection for current store] => Duplicate selection for current store [Delete selection for current store] => Delete selection for current store [Activate selection for group] => Activate selection for group [Deactivate selection for group] => Deactivate selection for group [Duplicate selection for group] => Duplicate selection for group [Delete selection for group] => Delete selection for group [Activate selection for all stores] => Activate selection for all stores [Deactivate selection for all stores] => Deactivate selection for all stores [Duplicate selection for all stores] => Duplicate selection for all stores [Delete selection for all stores] => Delete selection for all stores [Activate selection for associated stores] => Activate selection for associated stores [Deactivate selection for associated stores] => Deactivate selection for associated stores [Duplicate selection for associated stores] => Duplicate selection for associated stores [Delete selection for associated stores] => Delete selection for associated stores [Search key] => Search key [Export to SQL manager] => Export to SQL manager [Search zone] => Search zone [Add new authorized app] => Add new authorized app [Add new API access] => Add new API access [New product] => New product [Add tag] => Add tag [Order by] => Order by [View customer details] => View customer details [View order details] => View order details [Replace selection] => Replace selection [Close window] => Close window [Close (esc)] => Close (esc) [Toggle Fullscreen] => Toggle Fullscreen [Zoom in/out] => Zoom in/out [Previous (arrow left)] => Previous (arrow left) [Next (arrow right)] => Next (arrow right) [Download image] => Download image [Zoom on selection] => Zoom on selection [[1]Manage default settings[/1]] => [1]Manage default settings[/1] [All carriers] => All carriers [Only selected carriers] => Only selected carriers [Change password...] => Change password... [Done] => Done [Confirm] => Confirm [Go] => Go [Browse] => Browse [Download] => Download [Back to list] => Back to list [Use] => Use [Change] => Change [Read more] => Read more [Enable] => Enable [Load] => Load [All] => All [Export] => Export [Edit: %name%] => Edit: %name% [Preview] => Preview [Learn more] => Learn more [Edit: %value%] => Edit: %value% [Enable debug mode] => Enable debug mode [Back to previous page] => Back to previous page [Learn more about debug mode] => Learn more about debug mode [Save and preview] => Save and preview [Generate emails] => Generate emails [Back to configuration] => Back to configuration [Translate emails] => Translate emails [Choose layouts] => Choose layouts [Show] => Show [Update] => Update [Restore] => Restore [Copy] => Copy [Modify] => Modify [Try again] => Try again [See less] => See less [Sort by] => Sort by [Go to maintenance page] => Go to maintenance page [Upgrade] => Upgrade [Upgrade anyway] => Upgrade anyway [Configure URL] => Configure URL [Delete selection] => Delete selection [Activate selection] => Activate selection [Deactivate selection] => Deactivate selection [Duplicate selection] => Duplicate selection [Clear filter] => Clear filter [Filter by categories] => Filter by categories [Unselect] => Unselect [Expand] => Expand [Collapse] => Collapse [Show SQL query] => Show SQL query [Export to SQL Manager] => Export to SQL Manager [Duplicate] => Duplicate [Reorder] => Reorder [Save & refresh] => Save & refresh [Rearrange] => Rearrange [Create] => Create [Check / Uncheck all] => Check / Uncheck all [Delete this file] => Delete this file [Download file] => Download file [Save image settings] => Save image settings [Close and refresh] => Close and refresh [Filter by:] => Filter by: [Clear filter|Clear %filtersNb% filters] => Clear filter|Clear %filtersNb% filters [Discard] => Discard [Clear filter|Clear {filtersNb} filters] => Clear filter|Clear {filtersNb} filters [Select results on this page (%combinations_number%)] => Select results on this page (%combinations_number%) [Select all results (%combinations_number%)] => Select all results (%combinations_number%) [Save and publish] => Save and publish [Send] => Send [Choose file(s)] => Choose file(s) [Shipping] => Shipping [Select] => Select [Select another address] => Select another address [View full details] => View full details [Edit existing address] => Edit existing address [View pack content] => View pack content [Add my IP] => Add my IP [Confirm this action] => Confirm this action ) [AdminDesignFeature] => Array ( [Move images] => Move images [Regenerate thumbnails] => Regenerate thumbnails [Select an image] => Select an image [Select a format] => Select a format [Erase previous images] => Erase previous images [Transplant a module] => Transplant a module [Transplant to] => Transplant to [Available hooks] => Available hooks [Already registered hooks] => Already registered hooks [Exceptions] => Exceptions [Full width] => Full width [Three columns] => Three columns [Two columns, small left column] => Two columns, small left column [Two columns, small right column] => Two columns, small right column [No side columns, ideal for distraction-free pages such as product pages.] => No side columns, ideal for distraction-free pages such as product pages. [One large central column and 2 side columns.] => One large central column and 2 side columns. [Two columns with a small left column.] => Two columns with a small left column. [Two columns with a small right column.] => Two columns with a small right column. [Images generation options] => Images generation options [Image format] => Image format [Use JPEG.] => Use JPEG. [Use PNG only if the base image is in PNG format.] => Use PNG only if the base image is in PNG format. [Use PNG for all images.] => Use PNG for all images. [Use WebP only if the base image is in WebP format.] => Use WebP only if the base image is in WebP format. [Use WebP for all images.] => Use WebP for all images. [JPEG compression] => JPEG compression [PNG compression] => PNG compression [WebP compression] => WebP compression [Generate images based on one side of the source image] => Generate images based on one side of the source image [Automatic (longest side)] => Automatic (longest side) [Maximum file size of product customization pictures] => Maximum file size of product customization pictures [bytes] => bytes [Product picture width] => Product picture width [pixels] => pixels [Product picture height] => Product picture height [Generate high resolution images] => Generate high resolution images [Use the legacy image filesystem] => Use the legacy image filesystem [Image type] => Image type [Name for the image type] => Name for the image type [Add new image type] => Add new image type [Image formats to generate] => Image formats to generate [Base JPEG/PNG] => Base JPEG/PNG [WebP] => WebP [AVIF] => AVIF [Base format] => Base format [Use JPEG] => Use JPEG [Use PNG only if the base image is in PNG format] => Use PNG only if the base image is in PNG format [Use PNG] => Use PNG [AVIF compression] => AVIF compression [Regenerate] => Regenerate [Are you sure you want to delete this image setting?] => Are you sure you want to delete this image setting? [___________ CUSTOM ___________] => ___________ CUSTOM ___________ [____________ CORE ____________] => ____________ CORE ____________ [Admin modules controller] => Admin modules controller [Front modules controller] => Front modules controller [Pages] => Pages [Pages in category "%name%"] => Pages in category "%name%" [Preview Theme %s] => Preview Theme %s [Test email %template%] => Test email %template% [Parent category] => Parent category [Page category] => Page category [Only letters and the hyphen (-) character are allowed.] => Only letters and the hyphen (-) character are allowed. [Page content] => Page content [Indexation by search engines] => Indexation by search engines [Zip file] => Zip file [Archive URL] => Archive URL [Select the archive] => Select the archive [CMS Category] => CMS Category [Select your default email theme] => Select your default email theme [Generate emails] => Generate emails [Select your email theme] => Select your email theme [Select the theme you want to overwrite] => Select the theme you want to overwrite [Overwrite templates] => Overwrite templates [List %theme% layouts] => List %theme% layouts [Raw HTML] => Raw HTML [Text] => Text [Email themes] => Email themes [Designed by %s] => Designed by %s [Delete this theme?] => Delete this theme? [Configure your page layouts] => Configure your page layouts [Each page can use a different layout, choose it among the layouts bundled in your theme.] => Each page can use a different layout, choose it among the layouts bundled in your theme. [Choose layouts] => Choose layouts [Reset to defaults] => Reset to defaults [Header logo] => Header logo [Mail logo] => Mail logo [Invoice logo] => Invoice logo [Favicon] => Favicon [Favicon image] => Favicon image [Adaptation to Right-to-Left languages] => Adaptation to Right-to-Left languages [Generate RTL stylesheet] => Generate RTL stylesheet [Theme to adapt] => Theme to adapt [Use this theme?] => Use this theme? [Import from your computer] => Import from your computer [Import from the web] => Import from the web [Import from FTP] => Import from FTP [Theme] => Theme [Add new theme] => Add new theme [Export current theme] => Export current theme [My current theme] => My current theme [Use this theme] => Use this theme [My theme for %name% shop] => My theme for %name% shop [1 module selected] => 1 module selected [modules selected] => modules selected [Unhook the selection] => Unhook the selection [All modules] => All modules [Search for a hook] => Search for a hook [Display non-positionable hooks] => Display non-positionable hooks [Unhook] => Unhook ) [AdminStatsNotification] => Array ( [Module not found] => Module not found [Please select a module from the left column.] => Please select a module from the left column. [The specified date is invalid.] => The specified date is invalid. ) [AdminDesignHelp] => Array ( [By default, all images settings are already installed in your store. Do not delete them, you will need it!] => By default, all images settings are already installed in your store. Do not delete them, you will need it! [Select "No" only if your server timed out and you need to resume the regeneration.] => Select "No" only if your server timed out and you need to resume the regeneration. [Please select a module] => Please select a module [Select a module above before choosing from available hooks] => Select a module above before choosing from available hooks [Please specify the files for which you do not want the module to be displayed.] => Please specify the files for which you do not want the module to be displayed. [Please input each filename, separated by a comma (",").] => Please input each filename, separated by a comma (","). [You can also click the filename in the list below, and even make a multiple selection by keeping the Ctrl key pressed while clicking, or choose a whole range of filename by keeping the Shift key pressed while clicking.] => You can also click the filename in the list below, and even make a multiple selection by keeping the Ctrl key pressed while clicking, or choose a whole range of filename by keeping the Shift key pressed while clicking. [JPEG images have a small file size and standard quality. PNG images have a larger file size, a higher quality and support transparency. Note that in all cases the image files will have the .jpg extension.] => JPEG images have a small file size and standard quality. PNG images have a larger file size, a higher quality and support transparency. Note that in all cases the image files will have the .jpg extension. [WARNING: This feature may not be compatible with your theme, or with some of your modules. In particular, PNG mode is not compatible with the Watermark module. If you encounter any issues, turn it off by selecting "Use JPEG".] => WARNING: This feature may not be compatible with your theme, or with some of your modules. In particular, PNG mode is not compatible with the Watermark module. If you encounter any issues, turn it off by selecting "Use JPEG". [Ranges from 0 (worst quality, smallest file) to 100 (best quality, biggest file).] => Ranges from 0 (worst quality, smallest file) to 100 (best quality, biggest file). [Recommended: 90.] => Recommended: 90. [PNG compression is lossless: unlike JPG, you do not lose image quality with a high compression ratio. However, photographs will compress very badly.] => PNG compression is lossless: unlike JPG, you do not lose image quality with a high compression ratio. However, photographs will compress very badly. [Ranges from 0 (biggest file) to 9 (smallest file, slowest decompression).] => Ranges from 0 (biggest file) to 9 (smallest file, slowest decompression). [Recommended: 7.] => Recommended: 7. [Recommended: %d.] => Recommended: %d. [The maximum file size of pictures that customers can upload to customize a product (in bytes).] => The maximum file size of pictures that customers can upload to customize a product (in bytes). [Width of product customization pictures that customers can upload (in pixels).] => Width of product customization pictures that customers can upload (in pixels). [Height of product customization pictures that customers can upload (in pixels).] => Height of product customization pictures that customers can upload (in pixels). [This will generate an additional file for each image (thus doubling your total amount of images). Resolution of these images will be twice higher.] => This will generate an additional file for each image (thus doubling your total amount of image files). Resolution of these images will be twice higher. [Enable to optimize the display of your images on high pixel density screens.] => Enable to optimize the display of your images on high pixel density screens. [This should be set to yes unless you successfully moved images in "Images" page under the "Preferences" menu.] => This should be set to yes unless you successfully moved images in "Images" page under the "Preferences" menu. [Letters, underscores and hyphens only (e.g. "small_custom", "cart_medium", "large", "thickbox_extra-large").] => Letters, underscores and hyphens only (e.g. "small_custom", "cart_medium", "large", "thickbox_extra-large"). [Maximum image width in pixels.] => Maximum image width in pixels. [Maximum image height in pixels.] => Maximum image height in pixels. [This type will be used for Product images.] => This type will be used for Product images. [This type will be used for Category images.] => This type will be used for Category images. [This type will be used for Brand images.] => This type will be used for Brand images. [This type will be used for Supplier images.] => This type will be used for Supplier images. [This type will be used for Store images.] => This type will be used for Store images. [Choose which image formats you want to be generated. Base image will always have .jpg extension, other formats will have .webp or .avif.] => Choose which image formats you want to be generated. Base image will always have .jpg extension, other formats will have .webp or .avif. [E.g. address, addresses, attachment] => E.g. address, addresses, attachment [Used in the h1 page tag, and as the default title tag value.] => Used in the h1 page tag, and as the default title tag value. [Used to override the title tag value. If left blank, the default title value is used.] => Used to override the title tag value. If left blank, the default title value is used. [Browse your computer files and select the Zip file for your new theme.] => Browse your computer files and select the Zip file for your new theme. [Indicate the complete URL to an online Zip file that contains your new theme. For instance, "http://example.com/files/theme.zip".] => Indicate the complete URL to an online Zip file that contains your new theme. For instance, "http://example.com/files/theme.zip". [This selector lists the Zip files that you uploaded in the '/themes' folder.] => This selector lists the Zip files that you uploaded in the '/themes' folder. [Create meaningful content] => Create meaningful content [Because it is not just selling products but also creating a universe, build pages to tell stories and catch your visitors’ interest, to turn them into loyal customers.] => Because it is not just selling products but also creating a universe, build pages to tell stories and catch your visitors’ interest, to turn them into loyal customers. [Add new page category] => Add new page category [Add new page] => Add new page [This won't regenerate email templates, it only sets the default email theme for future generation (when a language is installed for example).] => This won't regenerate email templates, it only sets the default email theme for future generation (when a language is installed for example). [PrestaShop's email templates are stored in the "mails" folder, but they can be overridden by your current theme's own "mails" folder. Using this option enables to overwrite emails from your current theme.] => PrestaShop's email templates are stored in the "mails" folder, but they can be overridden by your current theme's own "mails" folder. Using this option enables to overwrite emails from your current theme. [No emails were detected in any theme folder so this field is disabled.] => No emails were detected in any theme folder so this field is disabled. [By default, existing email template files are not modified to avoid deleting any modification you may have done. Enable this option to force the overwrite.] => By default, existing email template files are not modified to avoid deleting any modification you may have done. Enable this option to force the overwrite. [Will appear on your main page. Recommended size for the default theme: height %height% and width %width%.] => Will appear on your main page. Recommended size for the default theme: height %height% and width %width%. [Will appear on email headers. If undefined, the header logo will be used.] => Will appear on email headers. If undefined, the header logo will be used. [Will appear on invoice headers.] => Will appear on invoice headers. [Warning: if no invoice logo is available, the main logo will be used instead.] => Warning: if no invoice logo is available, the main logo will be used instead. [It is the small icon that appears in browser tabs, next to the title.] => It is the small icon that appears in browser tabs, next to the title. [Use our [1]favicon generator on PrestaShop Marketplace[/1] to boost your brand image!] => Use our [1]favicon generator on PrestaShop Marketplace[/1] to boost your brand image! [Be careful! Please check your theme in an RTL language before generating the RTL stylesheet: your theme could be already adapted to RTL. Once you enable the "%generate_rtl_label%" option, any RTL-specific file that you might have added to your theme might be deleted by the created stylesheet.] => Be careful! Please check your theme in an RTL language before generating the RTL stylesheet: your theme could be already adapted to RTL. Once you enable the "%generate_rtl_label%" option, any RTL-specific file that you might have added to your theme might be deleted by the created stylesheet. [You must select a shop from the above list if you wish to choose a theme.] => You must select a shop from the above list if you wish to choose a theme. [You are editing this page for a specific shop or group. Click "%yes_label%" to check all fields, "%no_label%" to uncheck all.] => You are editing this page for a specific shop or group. Click "%yes_label%" to check all fields, "%no_label%" to uncheck all. [If you check a field, change its value, and save, the multistore behavior will not apply to this shop (or group), for this particular parameter.] => If you check a field, change its value, and save, the multistore behavior will not apply to this store (or group), for this particular parameter. ) [ModulesViewedproductAdmin] => Array ( [Viewed products block] => Viewed products block [Display a kind of showcase on your product pages with recently viewed products.] => Display a kind of showcase on your product pages with recently viewed products. [You must fill in the 'Products displayed' field.] => You must fill in the 'Products displayed' field. [Invalid number.] => Invalid number. [Products to display] => Products to display [Define the number of products displayed in this block.] => Define the number of products displayed in this block. ) [ModulesProductcommentsAdmin] => Array ( [Valid for the entire catalog] => Valid for the entire catalog [Restricted to some categories] => Restricted to some categories [Restricted to some products] => Restricted to some products [Product Comments] => Product Comments [Allow users to post reviews on your products and/or rate them based on specific criteria.] => Allow users to post reviews on your products and/or rate them based on specific criteria. [Settings updated] => Settings updated [The criterion cannot be saved] => The criterion cannot be saved [Criterion deleted] => Criterion deleted [Configuration] => Configuration [All reviews must be validated by an employee] => All reviews must be validated by an employee [Yes] => Yes [No] => No [Allow guest reviews] => Allow guest reviews [Enable upvotes / downvotes on reviews] => Enable upvotes / downvotes on reviews [Anonymize the user's last name] => Anonymize the user's last name [Display only initials, e.g. John D.] => Display only initials, e.g. John D. [Minimum time between 2 reviews from the same user] => Minimum time between 2 reviews from the same user [Number of comments per page] => Number of comments per page [Save] => Save [Reviews waiting for approval] => Reviews waiting for approval [Reported Reviews] => Reported Reviews [Approve] => Approve [Not abusive] => Not abusive [ID] => ID [Name] => Name [Type] => Type [Status] => Status [Add New Criterion] => Add New Criterion [Review Criteria] => Review Criteria [Approved Reviews] => Approved Reviews [Review title] => Review title [Review] => Review [Rating] => Rating [Author] => Author [Product] => Product [Time of publication] => Time of publication [Criterion will be restricted to the following categories] => Criterion will be restricted to the following categories [Mark the boxes of categories to which this criterion applies.] => Mark the boxes of categories to which this criterion applies. [Selected] => Selected [Collapse All] => Collapse All [Expand All] => Expand All [Check All] => Check All [Uncheck All] => Uncheck All [Add new criterion] => Add new criterion [Criterion name] => Criterion name [Maximum length: %s characters] => Maximum length: %s characters [Application scope of the criterion] => Application scope of the criterion [The criterion will be restricted to the following products] => The criterion will be restricted to the following products [Active] => Active [The comment cannot be deleted] => The comment cannot be deleted [Criterion cannot be deleted] => Criterion cannot be deleted [Product Name] => Product Name ) [ModulesStatssearchAdmin] => Array ( [Shop search] => Shop search [Enrich your stats, add a tab showing what keywords have been searched by your visitors.] => Enrich your stats, add a tab showing what keywords have been searched by your visitors. [Keywords] => Keywords [Occurrences] => Occurrences [Results] => Results [CSV Export] => CSV Export [Cannot find any keywords that have been searched for more than once.] => Cannot find any keywords that have been searched for more than once. [Top 10 keywords] => Top 10 keywords [Others] => Others ) [ModulesStatsbestmanufacturersAdmin] => Array ( [Total paid] => Total paid [Best brands] => Best brands [Adds a list of the best brands to the Stats dashboard.] => Adds a list of the best brands to the Stats dashboard. [Enrich your stats: add a list of the best-selling brands to your dashboard.] => Enrich your stats: add a list of the best-selling brands to your dashboard. ) [AdminGlobal] => Array ( [Logo] => Logo [Amount] => Amount [Product] => Product [Tax excluded] => Tax excluded [Tax included] => Tax included [Value] => Value [From] => From [To] => To [Actions] => Actions [Hour] => Hour [Status] => Status [Description] => Description [Code] => Code [Priority] => Priority [Brands] => Brands [Suppliers] => Suppliers [Attributes] => Attributes [Selected] => Selected [Unselected] => Unselected [Stock] => Stock [Discounts] => Discounts [Unit price] => Unit price [Zone] => Zone [result(s)] => result(s) [Email] => Email [Subject:] => Subject: [Day] => Day [Month] => Month [Year] => Year [Discount] => Discount [Password] => Password [Email address] => Email address [Forgot your password?] => Forgot your password? [Next] => Next [Bulk actions] => Bulk actions [Module] => Module [Quantity] => Quantity [Action] => Action [Category] => Category [Supplier] => Supplier [Brand] => Brand [Attribute] => Attribute [Features] => Features [Type] => Type [or] => or [and] => and [Feature] => Feature [Reference] => Reference [Products] => Products [All] => All [Shop group] => Store group [Store] => Store [Total] => Total [Messages] => Messages [Options] => Options [Back] => Back [Modules] => Modules [Carts] => Carts [Catalog] => Catalog [Invoices] => Invoices [All stores] => All stores [From:] => From: [Total:] => Total: [All shops] => All shops [Help] => Help [Default] => Default [Miscellaneous] => Miscellaneous [(tax excl.)] => (tax excl.) [Drop-down list] => Drop-down list [Radio buttons] => Radio buttons [Values] => Values [MultiStore] => MultiStore [Previous] => Previous [No tax] => No tax [No Tax] => No Tax [Invalid characters:] => Invalid characters: [30 day] => 30 day [30 days] => 30 days [Date of birth] => Date of birth [Last name] => Last name [First name] => First name [Social title] => Social title [Stores] => Stores [Width] => Width [Height] => Height [Customers] => Customers [Depth] => Depth [Mobile] => Mobile [Dashboard] => Dashboard [?] => ? [Birth date] => Birth date [Search results] => Search results [Company] => Company [Countries] => Countries [All currencies] => All currencies [All groups] => All groups [Calendar] => Calendar [To:] => To: [Week] => Week [Never] => Never [Fax] => Fax [Note] => Note [Phone] => Phone [Zip/Postal code] => Zip/Postal code [DNI] => DNI [Class] => Class [Menus] => Menus [Home] => Home [Parent] => Parent [30 Days] => 30 Days [Abandoned Carts] => Abandoned Carts [Configuration] => Configuration [Configure] => Configure [Tax excl.] => Tax excl. [Orders] => Orders [Sales] => Sales [Conversion Rate] => Conversion Rate [Visits] => Visits [Settings updated.] => Settings updated. [By name] => By name [By position] => By position [Descending] => Descending [Ascending] => Ascending [Lastname] => Lastname [Firstname] => Firstname [Gender] => Gender [Enabled] => Enabled [Disabled] => Disabled [Yes] => Yes [No] => No [None] => None [Name] => Name [Categories] => Categories [ID] => ID [Pages] => Pages [Meta title] => Meta title [URL] => URL [Maximum image size: %s.] => Maximum image size: %s. [Shop] => Store [Shop association] => Shop association [Hook] => Hook [Delete] => Delete [Link] => Link [Label] => Label [Save] => Save [Last Name] => Last Name [First Name] => First Name [CSV Export] => CSV Export [Displaying %1$s of %2$s] => Displaying %1$s of %2$s [Quantity sold] => Quantity sold [Edit] => Edit [images] => images [Available quantity for sale] => Available quantity for sale [Item] => Item [Images] => Images [Settings updated] => Settings updated [Average price] => Average price [Percentage] => Percentage [customers] => customers [Guide] => Guide [Filter] => Filter [Products bought:] => Products bought: [All countries] => All countries [Today] => Today [All Time] => All Time [Average Order Value] => Average Order Value [Tax incl.] => Tax incl. [%firstname% %lastname%] => %firstname% %lastname% [Hours] => Hours [Days] => Days [Text] => Text [Percent] => Percent [(deleted)] => (deleted) [Size] => Size [API access state] => API access state [Filename] => Filename [PDF] => PDF [Customer thread] => Customer thread [Private] => Private [Last message] => Last message [Shop context] => Shop context [In transit] => In transit [Delete from store] => Delete from store [Search title] => Search title [Mobile Phone] => Mobile Phone [%s: %s] => %s: %s [Always] => Always [Enable gravatar] => Enable gravatar [Avatar] => Avatar [Resource] => Resource [Display error page with 404 response] => Display error page with 404 response [Display error page with 410 response] => Display error page with 410 response [Display product as discontinued with 200 response] => Display product as discontinued with 200 response [Display product as discontinued with 404 response] => Display product as discontinued with 404 response [Display product as discontinued with 410 response] => Display product as discontinued with 410 response [-] => - [,] => , [Required] => Required [All customers] => All customers [%] => % [New] => New [Existing] => Existing [Format: 2011-12-31 (inclusive).] => Format: 2011-12-31 (inclusive). [tax incl.] => tax incl. [Allowed special characters: %allowed_characters%] => Allowed special characters: %allowed_characters% [Cancel] => Cancel [Apply changes to all associated stores] => Apply changes to all associated stores [Not Required] => Not Required [YYYY-MM-DD HH:mm:ss] => YYYY-MM-DD HH:mm:ss [Apply to:] => Apply to: [Apply to all customers] => Apply to all customers [All combinations] => All combinations [Date & Time] => Date & Time [Start date] => Start date [YY-MM-DD] => YY-MM-DD [End date] => End date [Add or subtract items] => Add or subtract items [No records found] => No records found [Active] => Active [Inactive] => Inactive [Deleted customer] => Deleted customer [Settings] => Settings [View] => View [Meta keywords] => Meta keywords [Meta description] => Meta description [General] => General [Processing...] => Processing... [%inputId% Minimum Input] => %inputId% Minimum Input [%inputId% Maximum Input] => %inputId% Maximum Input [Not filtered] => Not filtered [Equals] => Equals [Below] => Below [Above] => Above [Inside range] => Inside range [Version] => Version [Multistore] => Multistore [Page] => Page [Layout] => Layout [Selection] => Selection [Currencies] => Currencies [Example] => Example [Language] => Language [Languages] => Languages [Advanced] => Advanced [Taxes] => Taxes [Bulk Actions] => Bulk actions [Customized] => Customized [Inherited] => Inherited [No results found for] => No results found for [Searching for] => Searching for [Edit color] => Edit color [Disable %product_name% input] => Disable %product_name% input [Enable %product_name% input] => Enable %product_name% input [N/A] => N/A [Quick navigation] => Quick navigation [Price] => Price [Position] => Position [Image] => Image [Min] => Min [Max] => Max [%inputId% select] => %inputId% select [%inputId% input] => %inputId% input [SQL query] => SQL query [Online] => Online [Offline] => Offline [to] => to [For] => For [Customer] => Customer [Currency] => Currency [Period] => Period [Country] => Country [Group] => Group [Are you sure you want to delete the selected item(s)?] => Are you sure you want to delete the selected item(s)? [File] => File [Friendly URL] => Friendly URL [Displayed] => Displayed [SEO preview] => SEO preview [Here is a preview of how your page will appear in search engine results.] => Here is a preview of how your page will appear in search engine results. [Store association] => Store association [Performance] => Performance [State] => State [Address] => Address [Address (2)] => Address (2) [City] => City [Other] => Other [Mobile phone] => Mobile phone [Home phone] => Home phone [tax excl.] => tax excl. [Units] => Units [Generate combinations for all stores] => Generate combinations for all stores [Unlimited] => Unlimited [Duration] => Duration [Specific price deletion] => Specific price deletion [Are you sure you want to delete this specific price?] => Are you sure you want to delete this specific price? [Edit specific price] => Edit specific price [Groups] => Groups [Newsletter] => Newsletter [Social Title] => Social Title [Subject] => Subject [Template] => Template [Name:] => Name: [Addresses] => Addresses [Delivery] => Delivery [Remove] => Remove [Toggle] => Toggle [Summary] => Summary [Invoice] => Invoice [Combination] => Combination [Carrier] => Carrier [Message history with %name%] => Message history with %name% [Message history] => Message history [Products in pack] => Products in pack [Package item] => Package item [Available] => Available [Combinations] => Combinations [Email:] => Email: [More actions] => More actions [from] => from [at] => at [Date] => Date [Message] => Message [Me] => Me [Details] => Details [Payment] => Payment [Employee] => Employee [Warning] => Warning [Order] => Order [Weight] => Weight [Gift message:] => Gift message: [Keywords] => Keywords [Tax] => Tax [(%count% more)] => (%count% more) [Added] => Added [Removed] => Removed [Current store] => Current store [Title] => Title [File name] => File name [%count% file(s)] => %count% file(s) [Loading...] => Loading... [%count% errors] => %count% error(s) [Product name] => Product name ) [EmailsBody] => Array ( [(waiting for validation)] => (waiting for validation) [{shop_name} powered by PrestaShop™] => {shop_name} powered by PrestaShop™ [Message from {shop_name}] => Message from {shop_name} [Your login email address on {shop_name}] => Your login email address on {shop_name} [Here is your login email address:] => Here is your login email address: [Thank you for creating a customer account at {shop_name}.] => Thank you for creating a customer account at {shop_name}. [Important Security Tips:] => Important Security Tips: [Always keep your account details safe.] => Always keep your account details safe. [Never disclose your login details to anyone.] => Never disclose your login details to anyone. [Change your password regularly.] => Change your password regularly. [Should you suspect someone is using your account illegally, please notify us immediately.] => Should you suspect someone is using your account illegally, please notify us immediately. [You can now place orders on our store:] => You can now place orders on our store: [Please go on {order_link} to finalize the payment.] => Please go on {order_link} to finalize the payment. [A new order has been generated on your behalf.] => A new order has been generated on your behalf. [Awaiting wire payment] => Awaiting wire payment [You have selected to pay by wire transfer.] => You have selected to pay by wire transfer. [Here are the bank details for your transfer:] => Here are the bank details for your transfer: [Account owner:] => Account owner: [Account details:] => Account details: [Bank address:] => Bank address: [Please specify your order reference in the bankwire description.] => Please specify your order reference in the bankwire description. [Your order with the reference [1]{order_name}[/1] has been placed successfully and will be [1]shipped as soon as we receive your payment[/1].] => Your order with the reference [1]{order_name}[/1] has been placed successfully and will be [1]shipped as soon as we receive your payment[/1]. [Amount:] => Amount: [Awaiting check payment] => Awaiting check payment [You have selected to pay by check.] => You have selected to pay by check. [Here are the bank details for your check:] => Here are the bank details for your check: [Payable to the order of:] => Payable to the order of: [Please mail your check to:] => Please mail your check to: [Customer email address:] => Customer email address: [Message from a {shop_name} customer] => Message from a {shop_name} customer [Order ID:] => Order ID: [Attached file:] => Attached file: [Your message to {shop_name} Customer Service] => Your message to {shop_name} Customer Service [Your message has been sent successfully.] => Your message has been sent successfully. [We will answer as soon as possible.] => We will answer as soon as possible. [Product:] => Product: [Credit slip created] => Credit slip created [We have generated a credit slip in your name for order with the reference [1]{order_name}[/1].] => We have generated a credit slip in your name for order with the reference [1]{order_name}[/1]. [Review this credit slip and download your invoice on our store, go to the %credit_slips_label% section of your customer account.] => Review this credit slip and download your invoice on our store, go to the %credit_slips_label% section of your customer account. [Thank you for your order with the reference {order_name} from {shop_name}] => Thank you for your order with the reference {order_name} from {shop_name} [Product(s) now available for download] => Product(s) now available for download [You have [1]{nbProducts}[/1] product(s) now available for download using the following link(s):] => You have [1]{nbProducts}[/1] product(s) now available for download using the following link(s): [Your {shop_name} login information] => Your {shop_name} login information [Here is your personal login information for [1]{shop_name}[/1]:] => Here is your personal login information for [1]{shop_name}[/1]: [First name:] => First name: [Last name:] => Last name: [Customer service - Forwarded discussion] => Customer service - Forwarded discussion [[1]{employee}[/1] added [1]"{comment}"[/1]] => [1]{employee}[/1] added [1]"{comment}"[/1] [[1]{employee}[/1] wanted to forward this discussion to you.] => [1]{employee}[/1] wanted to forward this discussion to you. [Discussion history:] => Discussion history: [Your customer account creation] => Your customer account creation [Your guest account for [1]{shop_name}[/1] has been transformed into a customer account.] => Your guest account for [1]{shop_name}[/1] has been transformed into a customer account. [Please be careful when sharing these login details with others.] => Please be careful when sharing these login details with others. [Click on the following link to set up your password:] => Click on the following link to set up your password: [You can access your customer account on our store:] => You can access your customer account on our store: [Email address:] => Email address: [Import complete] => Import complete [The file {filename} has been successfully imported to your store.] => The file {filename} has been successfully imported to your store. [Your order with the reference [1]{order_name}[/1] is currently in transit.] => Your order with the reference [1]{order_name}[/1] is currently in transit. [{followup}] => {followup} [In transit] => In transit [You can track your package using the following link:] => You can track your package using the following link: [You have received a new log alert] => You have received a new log alert [[1]Warning:[/1] you have received a new log alert in your Back Office.] => [1]Warning:[/1] you have received a new log alert in your back office. [You can check for it in the [1]Advanced Parameters > Logs[/1] section of your back office.] => You can check for it in the [1]Advanced Parameters > Logs[/1] section of your back office. [Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been canceled.] => Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been canceled. [Order canceled] => Order canceled [Order changed] => Order changed [Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been changed by the merchant.] => Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been changed by the merchant. [Message from a customer] => Message from a customer [You have received a new message.] => You have received a new message. [Order reference:] => Order reference: [You have received a new message from [1]{shop_name}[/1] regarding order with the reference [1]{order_name}[/1].] => You have received a new message from [1]{shop_name}[/1] regarding order with the reference [1]{order_name}[/1]. [Message:] => Message: [Return #{id_order_return} - update] => Return #{id_order_return} - update [We have updated the progress on your return #{id_order_return}, the new status is:] => We have updated the progress on your return #{id_order_return}, the new status is: [Item(s) out of stock] => Item(s) out of stock [Unfortunately, one or more items are currently out of stock. This may cause a slight delay in your delivery. Please accept our apologies and rest assured that we are working hard to rectify this.] => Unfortunately, one or more items are currently out of stock. This may cause a slight delay in your delivery. Please accept our apologies and rest assured that we are working hard to rectify this. [Thanks for your order with the reference {order_name} from {shop_name}.] => Thanks for your order with the reference {order_name} from {shop_name}. [Your new {shop_name} login details] => Your new {shop_name} login details [Password reset request for {shop_name}] => Password reset request for {shop_name} [To confirm this action, please use the following link:] => To confirm this action, please use the following link: [You have requested to reset your [1]{shop_name}[/1] login details.] => You have requested to reset your [1]{shop_name}[/1] login details. [Please note that this will change your current password.] => Please note that this will change your current password. [Payment processed] => Payment processed [Your payment for order with the reference {order_name} was successfully processed.] => Your payment for order with the reference {order_name} was successfully processed. [Payment processing error] => Payment processing error [There is a problem with your payment for {shop_name} order with the reference {order_name}. Please contact us at your earliest convenience.] => There is a problem with your payment for {shop_name} order with the reference {order_name}. Please contact us at your earliest convenience. [We cannot ship your order until we receive your payment.] => We cannot ship your order until we receive your payment. [Processing] => Processing [We are currently processing your {shop_name} order with the reference {order_name}.] => We are currently processing your {shop_name} order with the reference {order_name}. [We have processed your {shop_name} refund for order with the reference {order_name}.] => We have processed your {shop_name} refund for order with the reference {order_name}. [Refund processed] => Refund processed [In order to reply, please use the following link: {link}] => In order to reply, please use the following link: {link} [Please do not reply directly to this email, we will not receive it.] => Please do not reply directly to this email, we will not receive it. [Thank you for shopping with {shop_name}!] => Thank you for shopping with {shop_name}! [Your order has been shipped] => Your order has been shipped [Shipped] => Shipped [Your order with the reference [1]{order_name}[/1] has been shipped.] => Your order with the reference [1]{order_name}[/1] has been shipped. [Hello] => Hello [This is a [1]test e-mail[/1] from your shop.] => This is a [1]test e-mail[/1] from your shop. [If you can read this, the test was successful!] => If you can read this, the test was successful! [Voucher created] => Voucher created [A voucher has been created in your name as a result of your order with the reference [1]{order_name}[/1].] => A voucher has been created in your name as a result of your order with the reference [1]{order_name}[/1]. [[1]Voucher code: {voucher_num}[/1] in the amount of [1]{voucher_amount}[/1]] => [1]Voucher code: {voucher_num}[/1] in the amount of [1]{voucher_amount}[/1] [This is to inform you about the creation of a voucher.] => This is to inform you about the creation of a voucher. [Hi,] => Hi, [This item is once again in-stock.] => This item is once again in-stock. [You can access the product page by clicking on the link:] => You can access the product page by clicking on the link: [You can order it right now from our online shop.] => You can order it right now from our online shop. [{product} is now available.] => {product} is now available. [Customer message:] => Customer message: [Total Tax paid] => Total Tax paid [Order details] => Order details [Order:] => Order: [Placed on] => Placed on [Payment:] => Payment: [Reference] => Reference [Product] => Product [Unit price] => Unit price [Quantity] => Quantity [Total price] => Total price [Products] => Products [Discounts] => Discounts [Gift-wrapping] => Gift-wrapping [Shipping] => Shipping [Total paid] => Total paid [Carrier:] => Carrier: [Delivery address] => Delivery address [Billing address] => Billing address [A new order was placed on {shop_name} by the following customer: {firstname} {lastname} ({email})] => A new order was placed on {shop_name} by the following customer: {firstname} {lastname} ({email}) [Congratulations!] => Congratulations! [Order {order_name}] => Order {order_name} [If you have a guest account, you can follow your order via the %guest_tracking_label% section on our shop.] => If you have a guest account, you can follow your order via the %guest_tracking_label% section on our shop. [Order edited] => Order edited [Your order with the reference [1]{order_name}[/1] has been modified.] => Your order with the reference [1]{order_name}[/1] has been modified. [The stock cover is now less than the specified minimum of:] => The stock cover is now less than the specified minimum of: [Current stock cover:] => Current stock cover: [{product} is almost out of stock.] => {product} is almost out of stock. [{product} is nearly out of stock.] => {product} is nearly out of stock. [The remaining stock is now less than the specified minimum of] => The remaining stock is now less than the specified minimum of [Remaining stock:] => Remaining stock: [Replenish your inventory, go to the [1]Catalog > Stocks[/1] section of your back office to manage your stock.] => Replenish your inventory, go to the [1]Catalog > Stocks[/1] section of your back office to manage your stock. [Customer:] => Customer: [Return details] => Return Details [{order_name} Placed on {date}] => {order_name} placed on {date} [You have received a new return request for {shop_name}.] => You have received a new return request for {shop_name}. [Thank you for subscribing to our newsletter.] => Thank you for subscribing to our newsletter. [Thank you for subscribing to our newsletter, please confirm your request by clicking the link below :] => Thank you for subscribing to our newsletter, please confirm your request by clicking the link below : [Newsletter subscription] => Newsletter subscription [Regarding your newsletter subscription, we are pleased to offer you the following voucher:] => Regarding your newsletter subscription, we are pleased to offer you the following voucher: [Hi {firstname} {lastname},] => Hi {firstname} {lastname}, [We noticed that during your last visit on {shop_name}, you did not complete the order you had started.] => We noticed that during your last visit on {shop_name}, you did not complete the order you had started. [As an incentive, we can give you a discount of [1]{amount}%[/1] off your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment!] => As an incentive, we can give you a discount of [1]{amount}%[/1] off your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment! [Your {shop_name} login details] => Your {shop_name} login details [Your cart at {shop_name}] => Your cart at {shop_name} [Your cart has been saved, you can resume your order by visiting our store:] => Your cart has been saved, you can resume your order by visiting our store: [Here is your coupon:] => Here is your coupon: [Enter this code in your shopping cart to get your discount.] => Enter this code in your shopping cart to get your discount. [Thank you for your order at {shop_name}.] => Thank you for your order at {shop_name}. [As our way of saying thanks, we want to give you a discount of [1]{amount}%[/1] off your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment!] => As our way of saying thanks, we want to give you a discount of [1]{amount}%[/1] off your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment! [You are one of our best customers and as such we want to thank you for your continued patronage.] => You are one of our best customers and as such we want to thank you for your continued patronage. [As appreciation for your loyalty, we want to give you a discount of [1]{amount}%[/1] valid on your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment!] => As an appreciation for your loyalty, we want to give you a discount of [1]{amount}%[/1] valid on your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment! [Thanks for your trust.] => Thanks for your trust. [You are one of our best customers, however you have not placed an order in {days_threshold} days.] => You are one of our best customers, however you have not placed an order in {days_threshold} days. [We wish to thank you for the trust you have placed in us and want to give you a discount of [1]{amount}%[/1] valid on your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment!] => We wish to thank you for the trust you have placed in us and want to give you a discount of [1]{amount}%[/1] valid on your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment! [Your referred friend [1]{sponsored_firstname} {sponsored_lastname}[/1] has placed his or her first order on {shop_name}!] => Your referred friend [1]{sponsored_firstname} {sponsored_lastname}[/1] has placed his or her first order on {shop_name}! [We are pleased to offer you a voucher worth [1]{discount_display} (voucher # {discount_name})[/1] that you can use on your next order.] => We are pleased to offer you a voucher worth [1]{discount_display} (voucher # {discount_name})[/1] that you can use on your next order. [Best regards,] => Best regards, [join us!] => join us! [Your friend [1]{firstname} {lastname}[/1] wants to refer you on {shop_name}!] => Your friend [1]{firstname} {lastname}[/1] wants to refer you on {shop_name}! [Get referred and earn a discount voucher of [1]{discount}![/1]] => Get referred and earn a discount voucher of [1]{discount}![/1] [It's very easy to sign up. Just click here!] => It's very easy to sign up. Just click here! [When signing up, don't forget to provide the e-mail address of your referring friend:] => When signing up, don't forget to provide the e-mail address of your referring friend: [We are pleased to offer you a voucher worth [1]{discount}[/1] that you can use on your next order.] => We are pleased to offer you a voucher worth [1]{discount}[/1] that you can use on your next order. [Here is the code of your voucher:] => Here is the code of your voucher: [Simply copy/paste this code during the payment process for your next order.] => Simply copy/paste this code during the payment process for your next order. [Referral Program] => Referral Program [We have created a voucher in your name for referring a friend.] => We have created a voucher in your name for referring a friend. [, with an amount of] => , with an amount of [You can now place orders on our shop:] => You can now place orders on our shop: [Account] => Account [Your login details on {shop_name}] => Your login details on {shop_name} [Here are your login details:] => Here are your login details: [Back Office Order] => Back Office Order [Please go on {order_link} to complete the payment.] => Please go on {order_link} to complete the payment. [Bankwire] => Bankwire [Pending payment] => Pending payment [Payment method: bank wire] => Payment method: bank wire [You have decided to pay by bank wire.] => You have decided to pay by bank wire. [Here is the information you need for your transfer:] => Here is the information you need for your transfer: [Your order with the reference [1]{order_name}[/1] has been placed successfully. You can expect [1]delivery as soon as your payment is received[/1].] => Your order with the reference [1]{order_name}[/1] has been placed successfully. You can expect [1]delivery as soon as your payment is received[/1]. [Check] => Check [Awaiting payment by check] => Awaiting payment by check [Payment method: check] => Payment method: check [You have decided to pay by bank check.] => You have decided to pay by bank check. [Here is the information you need for your check:] => Here is the information you need for your check: [Contact] => Contact [Customer Email Address:] => Customer Email Address: [Order ID #:] => Order ID #: [Contact Form] => Contact Form [Your message has been sent successfully, thank you for taking the time to write!] => Your message has been sent successfully, thank you for taking the time to write! [We will reply as soon as possible.] => We will reply as soon as possible. [Review this credit slip and download your invoice on our shop, go to the %credit_slips_label% section of your customer account.] => Review this credit slip and download your invoice on our shop, go to the %credit_slips_label% section of your customer account. [Credit Slip] => Credit Slip [Credit slip] => Credit slip [A credit slip has been generated in your name for order with the reference [1]{order_name}[/1].] => A credit slip has been generated in your name for order with the reference [1]{order_name}[/1]. [Download products] => Download products [Thank you for your order with the reference {order_name} from [1]{shop_name}[/1]] => Thank you for your order with the reference {order_name} from [1]{shop_name}[/1] [Product(s) to download] => Product(s) to download [Employee password] => Employee password [Here is your personal login information for {shop_name}] => Here is your personal login information for {shop_name} [Here is your identification information on [1]{shop_name}[/1]] => Here is your identification information on [1]{shop_name}[/1] [Forward message] => Forward message [Customer Service - Discussion Forwarded] => Customer Service - Discussion Forwarded [[1]{employee}[/1] added [1]{comment}[/1]] => [1]{employee}[/1] added [1]{comment}[/1] [You can access your customer account on our shop:] => You can access your customer account on our shop: [Guest to customer] => Guest to customer [Your guest account has been turned into a customer account] => Your guest account has been turned into a customer account [Congratulations, your guest account for [1]{shop_name}[/1] has been turned into a customer account!] => Congratulations, your guest account for [1]{shop_name}[/1] has been turned into a customer account! [The file {filename} has been successfully imported to your shop.] => The file {filename} has been successfully imported to your shop. [Import] => Import [Import finished] => Import finished [Your order with the reference [1]{order_name}[/1] is on its way.] => Your order with the reference [1]{order_name}[/1] is on its way. [Log Alert] => Log Alert [New alert message saved] => New alert message saved [[1]WARNING:[/1] you have received a new log alert in your back office.] => [1]WARNING:[/1] you have received a new log alert in your back office. [Newsletter] => Newsletter [Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been canceled by the merchant.] => Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been canceled by the merchant. [Order confirmation] => Order confirmation [Thank you for shopping on [1]{shop_name}[/1]!] => Thank you for shopping on [1]{shop_name}[/1]! [Recycled packaging:] => Recycled packaging: [You have received a new message regarding order with the reference] => You have received a new message regarding order with the reference [Order customer comment] => Order customer comment [Message from customer] => Message from customer [Order merchant comment] => Order merchant comment [Order return state] => Order return state [Order return #{id_order_return} - Update] => Order return #{id_order_return} - Update [Follow your order and download your invoice on our shop, go to the %order_history_label% section of your customer account.] => Follow your order and download your invoice on our store, go to the %order_history_label% section of your customer account. [Out of stock] => Out of stock [Replenishment required] => Replenishment required [Unfortunately, one or more items are currently out of stock and this may cause a slight delay for delivery. Please accept our apologies for this inconvenience and be sure we are doing our best to correct the situation.] => Unfortunately, one or more items are currently out of stock and this may cause a slight delay for delivery. Please accept our apologies for this inconvenience and be sure we are doing our best to correct the situation. [Password] => Password [Your password has been correctly updated.] => Your password has been correctly updated. [Password Query] => Password Query [Confirmation of password request on {shop_name}] => Confirmation of password request on {shop_name} [In order to confirm this action, click on the following link:] => In order to confirm this action, click on the following link: [If you did not make this request, just ignore this email.] => If you did not make this request, just ignore this email. [Payment] => Payment [Your payment for order with the reference [1]{order_name}[/1] was successfully processed.] => Your payment for order with the reference [1]{order_name}[/1] was successfully processed. [Payment Error] => Payment Error [Payment error] => Payment error [We have encountered an error while processing your payment for your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1]. Please contact us as soon as possible.] => We have encountered an error while processing your payment for your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1]. Please contact us as soon as possible. [You can expect delivery as soon as your payment is received.] => You can expect delivery as soon as your payment is received. [Preparation] => Preparation [Processing order] => Processing order [We are currently processing your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1].] => We are currently processing your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1]. [Refund] => Refund [We have processed your refund for your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1].] => We have processed your refund for your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1]. [Reply msg] => Reply message [In order to reply, click on the following link: {link}] => In order to reply, click on the following link: {link} [Test] => Test [Here is a test [1]email[/1] from your shop.] => Here is a test [1]email[/1] from your shop. [If you can read this, it means the test is successful!] => If you can read this, it means the test is successful! [Voucher] => Voucher [Voucher code generated] => Voucher code generated [We are pleased to inform you that a voucher has been generated in your name for order with the reference [1]{order_name}[/1].] => We are pleased to inform you that a voucher has been generated in your name for order with the reference [1]{order_name}[/1]. [[1]VOUCHER CODE: {voucher_num}[/1] in the amount of [1]{voucher_amount}[/1]] => [1]VOUCHER CODE: {voucher_num}[/1] in the amount of [1]{voucher_amount}[/1] [In order to use it, just copy/paste this code during check out.] => In order to use it, just copy/paste this code during check out. [Voucher new] => Voucher new [Voucher code has been generated] => Voucher code has been generated [Here is your new voucher code:] => Here is your new voucher code: [Customer Quantity] => Customer Quantity [Good news, this item is back in stock!] => Good news, this item is back in stock! [Click on the following link to visit the product page and order it:] => Click on the following link to visit the product page and order it: [Including total tax] => Including total tax [New Order] => New Order [A new order was placed on [1]{shop_name}[/1] by the following customer:] => A new order was placed on [1]{shop_name}[/1] by the following customer: [Carrier] => Carrier [Order ID {order_name}] => Order ID {order_name} [Go to your customer account to learn more about it.] => Go to your customer account to learn more about it. [Product coverage] => Product coverage [Your stock cover is now less than the specified minimum of:] => Your stock cover is now less than the specified minimum of: [Product out of stock] => Product out of stock [There are now less than [1]{last_qty}[/1] items in stock.] => There are now less than [1]{last_qty}[/1] items in stock. [Return Slip] => Return Slip [Return Details] => Return Details [Newsletter Confirmation] => Newsletter Confirmation [Newsletter Verification] => Newsletter Verification [Thank you for subscribing to our newsletter. Please click on the following link to confirm your request:] => Thank you for subscribing to our newsletter. Please click on the following link to confirm your request: [Newsletter Voucher] => Newsletter Voucher [Subscribing to newsletter] => Subscribing to newsletter [Thank you for subscribing to our newsletter. We are pleased to offer you the following voucher:] => Thank you for subscribing to our newsletter. We are pleased to offer you the following voucher: [Follow up 1] => Follow up 1 [Thanks for your visit. However, it looks like you did not complete your purchase.] => Thanks for your visit. However, it looks like you did not complete your purchase. [Your cart has been saved, you can go back to your order on our shop:] => Your cart has been saved, you can go back to your order on our shop: [Your voucher code on {shop_name}] => Your voucher code on {shop_name} [We are pleased to offer you a discount of [1]{amount}%[/1] off your next order. And this offer is valid for [1]{days}[/1] days, so do not wait any longer!] => We are pleased to offer you a discount of [1]{amount}%[/1] off your next order. And this offer is valid for [1]{days}[/1] days, so do not wait any longer! [Here is your VOUCHER CODE:] => Here is your VOUCHER CODE: [Enter this code in your shopping cart to get the discount.] => Enter this code in your shopping cart to get the discount. [Follow up 2] => Follow up 2 [Thanks for your order.] => Thanks for your order. [Follow up 3] => Follow up 3 [Follow up 4] => Follow up 4 [Your cart on {shop_name}] => Your cart on {shop_name} [Congratulations, you are one of our best customers! However, it looks like you have not placed an order since {days_threshold} days.] => Congratulations, you are one of our best customers! However, it looks like you have not placed an order since {days_threshold} days. [Your cart has been saved, you can resume your order by visiting our shop:] => Your cart has been saved, you can resume your order by visiting our store: [Referral program Congratulations] => Referral program Congratulations [Your referred friend [1]{sponsored_firstname}[/1] [1]{sponsored_lastname}[/1] has placed his/her first order on {shop_name}!] => Your referred friend [1]{sponsored_firstname}[/1] [1]{sponsored_lastname}[/1] has placed his/her first order on {shop_name}! [We are pleased to offer you a voucher worth [1]{discount_display}[/1] (VOUCHER # [1]{discount_name}[/1]) that you can use on your next order.] => We are pleased to offer you a voucher worth [1]{discount_display}[/1] (VOUCHER # [1]{discount_name}[/1]) that you can use on your next order. [Referral program Invitation] => Referral program Invitation [Join us!] => Join us! [Your friend [1]{firstname} {lastname}[/1] wants to refer you on {shop_name}!] => Your friend [1]{firstname} {lastname}[/1] wants to refer you on {shop_name}! [Get referred and earn a discount voucher of [1]{discount}[/1]!] => Get referred and earn a discount voucher of [1]{discount}[/1]! [It's very easy to sign up, just click here!] => It's very easy to sign up, just click here! [When signing up, don't forget to provide the email address of your referring friend:] => When signing up, don't forget to provide the email address of your referring friend: [Referral program Voucher] => Referral program Voucher [Sponsorship Program] => Sponsorship Program ) [ModulesBestsellersShop] => Array ( [Best Sellers] => Best Sellers [All best sellers] => All best sellers ) [ModulesContactinfoAdmin] => Array ( [Contact information] => Contact information [Allows you to display additional information about your store's customer service.] => Allows you to display additional information about your store's customer service. [Your theme needs to be compatible with this feature] => Your theme needs to be compatible with this feature [Let your customers know how to reach you, display contact information on your store.] => Let your customers know how to reach you, display contact information on your store. ) [ModulesSharebuttonsAdmin] => Array ( [Social media share buttons] => Social media share buttons [Instagram, YouTube, gather your community with social media sharing buttons on product pages.] => Instagram, YouTube, gather your community with social media sharing buttons on product pages. ) [ModulesSocialfollowAdmin] => Array ( [Social media follow links] => Social media follow links [Facebook, Twitter, let your customers know where to follow you and increase your community.] => Facebook, Twitter, let your customers know where to follow you and increase your community. [Please choose a shop to edit the social media links.] => Please choose a shop to edit the social media links. [Facebook URL] => Facebook URL [Your Facebook fan page.] => Your Facebook fan page. [Twitter URL] => Twitter URL [Your official Twitter account.] => Your official Twitter account. [RSS URL] => RSS URL [The RSS feed of your choice (your blog, your store, etc.).] => The RSS feed of your choice (your blog, your store, etc.). [YouTube URL] => YouTube URL [Your official YouTube account.] => Your official YouTube account. [Pinterest URL:] => Pinterest URL: [Your official Pinterest account.] => Your official Pinterest account. [Vimeo URL:] => Vimeo URL: [Your official Vimeo account.] => Your official Vimeo account. [Instagram URL:] => Instagram URL: [Your official Instagram account.] => Your official Instagram account. [LinkedIn URL:] => LinkedIn URL: [Your official LinkedIn account.] => Your official LinkedIn account. [TikTok URL:] => TikTok URL: [Your official TikTok account.] => Your official TikTok account. [Discord URL:] => Discord URL: [Your official Discord account.] => Your official Discord account. ) [ShopThemeActions] => Array ( [Add to cart] => Add to cart [Sign out] => Sign out [Sign in] => Sign in [Filter By] => Filter By [Clear all] => Clear all [Remove] => Remove [Cart] => Cart [Choose file] => Choose file [Send] => Send [Subscribe] => Subscribe [OK] => OK [Share] => Share [Proceed to checkout] => Proceed to checkout [Continue shopping] => Continue shopping [remove from cart] => remove from cart [Show] => Show [Hide] => Hide [Previous] => Previous [Next] => Next [View products] => View products [Quick view] => Quick view [Quantity] => Quantity [Remove Image] => Remove Image [Save Customization] => Save Customization [Filter] => Filter [Back to top] => Back to top [Select] => Select [Choose] => Choose [Download] => Download [Cancel] => Cancel [Continue] => Continue [Edit] => Edit [show details] => show details [Add] => Add [Take advantage of our exclusive offers:] => Take advantage of our exclusive offers: [edit] => edit [add new address] => add new address [Checkout] => Checkout [Create account] => Create account [Save] => Save [Delete] => Delete [Update] => Update [Add a new address] => Add a new address [Create new address] => Create new address [Reorder] => Reorder [Print out] => Print out [Send reset link] => Send reset link [Back to login] => Back to login [Back to Login] => Back to Login [Change Password] => Change Password ) [ModulesSharebuttonsShop] => Array ( [Share] => Share [Tweet] => Tweet [Pinterest] => Pinterest ) [ModulesShoppingcartAdmin] => Array ( [Shopping cart] => Shopping cart [Display a shopping cart icon on your pages and the number of items it contains.] => Display a shopping cart icon on your pages and the number of items it contains. [Ajax: Invalid choice.] => Ajax: Invalid choice. [Ajax cart] => Ajax cart [Activate Ajax mode for the cart (compatible with the default theme).] => Activate Ajax mode for the cart (compatible with the default theme). ) [ModulesBlockreassuranceShop] => Array ( [Security policy] => Security policy [(edit with the Customer Reassurance module)] => (edit with the Customer Reassurance module) [Delivery policy] => Delivery policy [Return policy] => Return policy ) [ModulesContactformShop] => Array ( [Please select a subject from the list provided. ] => Please select a subject from the list provided. [An error occurred during the file-upload process.] => An error occurred during the file-upload process. [Bad file extension] => Bad file extension [An error occurred while sending the message, please try again.] => An error occurred while sending the message, please try again. [An error occurred while sending the message.] => An error occurred while sending the message. [Your message has been successfully sent to our team.] => Your message has been successfully sent to our team. [Customer service - Contact us] => Customer service - Contact us [Send a message] => Send a message [If you would like to add a comment about your order, please write it in the field below.] => If you would like to add a comment about your order, please write it in the field below. [Subject Heading] => Subject Heading [Email address] => Email address [Order reference] => Order reference [Select reference] => Select reference [Attach File] => Attach File [Message] => Message [Send] => Send ) [AdminInternationalHelp] => Array ( [This will restore your last registered address format.] => This will restore your last registered address format. [This will restore the default address format for this country.] => This will restore the default address format for this country. [This will restore your current address format.] => This will restore your current address format. [This will delete the current address format] => This will delete the current address format [You must use this syntax in your translations. Here are a few examples:] => You must use this syntax in your translations. Here are a few examples: [This expression uses a special syntax:] => This expression uses a special syntax: [Some of these expressions use this special syntax: %s.] => Some of these expressions use this special syntax: %s. [There are [1]%replace%[/1] products] => There are [1]%replace%[/1] products ["%s" will be replaced by a number.] => "%s" will be replaced by a number. [List of pages in [1]%replace%[/1]] => List of pages in [1]%replace%[/1] ["%s" will be replaced by a string.] => "%s" will be replaced by a string. [Feature: [1]%1%[/1] ([1]%2%[/1] values)] => Feature: [1]%1%[/1] ([1]%2%[/1] values) [The numbers enable you to reorder the variables when necessary.] => The numbers enable you to reorder the variables when necessary. [You must use this syntax in your translations. Here are several examples:] => You must use this syntax in your translations. Here are several examples: [Click on the title of a section to open its fieldsets.] => Click on the title of a section to open its fieldsets. [Here you can modify translations for all installed module.] => Here you can modify translations for all installed module. [Select your module] => Select your module [Restrict country selections in front office to those covered by active carriers] => Restrict country selections in front office to those covered by active carriers [Two -- or three -- letter ISO code (e.g. "us" for United States).] => Two -- or three -- letter ISO code (e.g. "us" for United States). [International call prefix, (e.g. 1 for United States).] => International call prefix, (e.g. 1 for United States). [Geographical region.] => Geographical region. [Display this country to your customers (the selected country will always be displayed in the Back Office).] => Display this country to your customers (the selected country will always be displayed in the Back Office). [Indicate the format of the postal code: use L for a letter, N for a number, and C for the country's ISO 3166-1 alpha-2 code. For example, NNNNN for the United States, France, Poland and many other; LNNNNLLL for Argentina, etc. If you do not want PrestaShop to verify the postal code for this country, leave it blank.] => Indicate the format of the postal code: use L for a letter, N for a number, and C for the country's ISO 3166-1 alpha-2 code. For example, NNNNN for the United States, France, Poland and many other; LNNNNLLL for Argentina, etc. If you do not want PrestaShop to verify the postal code for this country, leave it blank. [Provide the state name to be displayed in addresses and on invoices.] => Provide the state name to be displayed in addresses and on invoices. [1 to 4 letter ISO code.] => 1 to 4 letter ISO code. [You can prefix it with the country ISO code if needed.] => You can prefix it with the country ISO code if needed. [Country where the state is located.] => Country where the state is located. [Only the countries with the option "contains states" enabled are displayed.] => Only the countries with the option "contains states" enabled are displayed. [Geographical region where this state is located.] => Geographical region where this state is located. [Used for shipping] => Used for shipping [You can define a range of Zip/Postal codes (e.g., 75000-75015) or simply use one Zip/Postal code.] => You can define a range of Zip/Postal codes (e.g., 75000-75015) or simply use one Zip/Postal code. [You must define the behavior if an address matches multiple rules:] => You must define the behavior if an address matches multiple rules: [- This tax only: Will apply only this tax] => - This tax only: Will apply only this tax [- Combine: Combine taxes (e.g.: 10% + 5% = 15%)] => - Combine: Combine taxes (e.g.: 10% + 5% = 15%) [- One after another: Apply taxes one after another (e.g.: 100 + 10% => 110 + 5% = 115.5)] => - One after another: Apply taxes one after another (e.g.: 100 + 10% => 110 + 5% = 115.5) [No Tax] => No Tax [(Total tax: 9%)] => (Total tax: 9%) [By default, PrestaShop comes with a list of official currencies. If you want to use a local currency, you will have to add it manually. For example, to accept the Iranian Toman on your store, you need to create it before.] => By default, PrestaShop comes with a list of official currencies. If you want to use a local currency, you will have to add it manually. For example, to accept the Iranian Toman on your store, you need to create it before. [ISO 4217 code (e.g. USD for Dollars, EUR for Euros, etc.)] => ISO 4217 code (e.g. USD for Dollars, EUR for Euros, etc.) [Exchange rates are calculated from one unit of your shop's default currency. For example, if the default currency is euros and your chosen currency is dollars, type "1.20" (1€ = $1.20).] => Exchange rates are calculated from one unit of your shop's default currency. For example, if the default currency is euros and your chosen currency is dollars, type "1.20" (1€ = $1.20). [Exchange rates are calculated from one unit of your store's default currency. For example, if the default currency is euros and your chosen currency is dollars, type "1.20" (1€ = $1.20).] => Exchange rates are calculated from one unit of your store's default currency. For example, if the default currency is euros and your chosen currency is dollars, type "1.20" (1€ = $1.20). [This option allows you, among other things, to restrict access to your shop for certain countries. See below.] => This option allows you, among other things, to restrict access to your shop for certain countries. See below. [Two-letter ISO code (e.g. FR, EN, DE).] => Two-letter ISO code (e.g. FR, EN, DE). [IETF language tag (e.g. en-US, pt-BR).] => IETF language tag (e.g. en-US, pt-BR). [Short date format (e.g., Y-m-d).] => Short date format (e.g., Y-m-d). [Full date format (e.g., Y-m-d H:i:s).] => Full date format (e.g., Y-m-d H:i:s). [Upload the country flag from your computer.] => Upload the country flag from your computer. [Image is displayed when no picture is found.] => Image is displayed when no picture is found. [Enable if this language is read from right to left.] => Enable if this language is read from right to left. [(Experimental: your theme must be compliant with RTL languages).] => (Experimental: your theme must be compliant with RTL languages). [Activate this language.] => Activate this language. [The ISO 639-1 identifier for the language of the country where your web server is located (en, fr, sp, ru, pl, nl, etc.).] => The ISO 639-1 identifier for the language of the country where your web server is located (en, fr, sp, ru, pl, nl, etc.). [The ISO 3166-1 alpha-2 identifier for the country/region where your web server is located, in lowercase (us, gb, fr, sp, ru, pl, nl, etc.).] => The ISO 3166-1 alpha-2 identifier for the country/region where your web server is located, in lowercase (us, gb, fr, sp, ru, pl, nl, etc.). [If set to yes then the localization pack will be downloaded from prestashop.com. Otherwise the local xml file found in the localization folder of your PrestaShop installation will be used.] => If set to yes then the localization pack will be downloaded from prestashop.com. Otherwise the local xml file found in the localization folder of your PrestaShop installation will be used. [The default weight unit for your shop (e.g. "kg" for kilograms, "lbs" for pound-mass, etc.).] => The default weight unit for your shop (e.g. "kg" for kilograms, "lbs" for pound-mass, etc.). [The default distance unit for your shop (e.g. "km" for kilometer, "mi" for mile, etc.).] => The default distance unit for your shop (e.g. "km" for kilometer, "mi" for mile, etc.). [The default volume unit for your shop (e.g. "L" for liter, "gal" for gallon, etc.).] => The default volume unit for your shop (e.g. "L" for liter, "gal" for gallon, etc.). [The default dimension unit for your shop (e.g. "cm" for centimeter, "in" for inch, etc.).] => The default dimension unit for your shop (e.g. "cm" for centimeter, "in" for inch, etc.). [The default language used in your shop.] => The default language used in your shop. [Set browser language as default language.] => Set browser language as default language. [The default country used in your shop.] => The default country used in your shop. [Set country corresponding to browser language.] => Set country corresponding to browser language. [The default currency used in your shop.] => The default currency used in your shop. [Zone name (e.g. Africa, West Coast, Neighboring Countries).] => Zone name (e.g. Africa, West Coast, Neighboring Countries). [Allow or disallow shipping to this zone.] => Allow or disallow shipping to this zone. [Select whether or not to include tax on purchases.] => Select whether or not to include tax on purchases. [Select whether or not to display tax on a distinct line in the cart.] => Select whether or not to display tax on a distinct line in the cart. [If you disable the ecotax, the ecotax for all your products will be set to 0.] => If you disable the ecotax, the ecotax for all your products will be set to 0. [Define the ecotax (e.g. French ecotax: 20%).] => Define the ecotax (e.g. French ecotax: 20%). [Tax name to display in carts and on invoices (e.g. "VAT").] => Tax name to display in carts and on invoices (e.g. "VAT"). [Format: XX.XX or XX.XXX (e.g. 19.60 or 13.925)] => Format: XX.XX or XX.XXX (e.g. 19.60 or 13.925) [You can add IP addresses that will always be allowed to access your shop (e.g. Google bots' IP).] => You can add IP addresses that will always be allowed to access your shop (e.g. Google bots' IP). [You can add or update a language directly from the PrestaShop website here.] => You can add or update a language directly from the PrestaShop website here. [Copies data from one language to another.] => Copies data from one language to another. [Warning: This will replace all of the existing data inside the destination language.] => Warning: This will replace all of the existing data inside the destination language. [If necessary [1][2] you must first create a new language[/1].] => If necessary [1][2] you must first create a new language[/1]. [Export data from one language to a file (language pack).] => Export data from one language to a file (language pack). [Select which theme you would like to export your translations to.] => Select which theme you would like to export your translations to. [Here you can modify translations for every line of text inside PrestaShop.] => Here you can modify translations for every line of text inside PrestaShop. [First, select a type of translation (such as "Back office" or "Installed modules"), and then select the language you want to translate strings in.] => First, select a type of translation (such as "Back office" or "Installed modules"), and then select the language you want to translate strings in. [Search a word or expression, e.g.: "Order confirmation"] => Search a word or expression, e.g.: "Order confirmation" ) [ModulesCrosssellingAdmin] => Array ( [Cross-selling] => Cross-selling [Offer your customers the possibility to buy matching items when on a product page.] => Offer your customers the possibility to buy matching items when on a product page. [You must fill in the "Number of displayed products" field.] => You must fill in the "Number of displayed products" field. [Invalid number.] => Invalid number. [Display price on products] => Display price on products [Show the price on the products in the block.] => Show the price on the products in the block. [Number of displayed products] => Number of displayed products [Set the number of products displayed in this block.] => Set the number of products displayed in this block. ) [ModulesCategorytreeAdmin] => Array ( [Category tree links] => Category tree links [Help navigation on your store, show your visitors current category and subcategories.] => Help navigation on your store, show your visitors current category and subcategories. [Category root] => Category root [Select which category is displayed in the block. The current category is the one the visitor is currently browsing.] => Select which category is displayed in the block. The current category is the one the visitor is currently browsing. [Home category] => Home category [Current category] => Current category [Parent category] => Parent category [Current category, unless it has no subcategories, in which case the parent category of the current category is used] => Current category, unless it has no subcategories, in which case the parent category of the current category is used [Maximum depth] => Maximum depth [Set the maximum depth of category sublevels displayed in this block (0 = infinite).] => Set the maximum depth of category sublevels displayed in this block (0 = infinite). ) [ModulesPagesnotfoundAdmin] => Array ( [Pages not found] => Pages not found [Enrich your stats, display the pages requested by your visitors that could not be found.] => Enrich your stats, display the pages requested by your visitors that could not be found. [The "pages not found" cache has been emptied.] => The "pages not found" cache has been emptied. [The "pages not found" cache has been deleted.] => The "pages not found" cache has been deleted. [Guide] => Guide [404 errors] => 404 errors [A 404 error is an HTTP error code which means that the file requested by the user cannot be found. In your case it means that one of your visitors entered a wrong URL in the address bar, or that you or another website has a dead link. When possible, the referrer is shown so you can find the page/site which contains the dead link. If not, it generally means that it is a direct access, so someone may have bookmarked a link which doesn't exist anymore.] => A 404 error is an HTTP error code which means that the file requested by the user cannot be found. In your case it means that one of your visitors entered a wrong URL in the address bar, or that you or another website has a dead link. When possible, the referrer is shown so you can find the page/site which contains the dead link. If not, it generally means that it is a direct access, so someone may have bookmarked a link which doesn't exist anymore. [How to catch these errors?] => How to catch these errors? [If your webhost supports .htaccess files, you can create one in the root directory of PrestaShop and insert the following line inside: "%s".] => If your webhost supports .htaccess files, you can create one in the root directory of PrestaShop and insert the following line inside: "%s". [A user requesting a page which doesn't exist will be redirected to the following page: %s. This module logs access to this page.] => A user requesting a page which doesn't exist will be redirected to the following page: %s. This module logs access to this page. [You must use a .htaccess file to redirect 404 errors to the "404.php" page.] => You must use a .htaccess file to redirect 404 errors to the "404.php" page. [Page] => Page [Referrer] => Referrer [Counter] => Counter [No "page not found" issue registered for now.] => No "page not found" issue registered for now. [Empty database] => Empty database [Empty ALL "pages not found" notices for this period] => Empty ALL "pages not found" notices for this period [Empty ALL "pages not found" notices] => Empty ALL "pages not found" notices ) [ModulesProductcommentsShop] => Array ( [Deleted account] => Deleted account [You need to be [1]logged in[/1] or [2]create an account[/2] to post your review.] => You need to be [1]logged in[/1] or [2]create an account[/2] to post your review. [You are not allowed to post a review at the moment, please try again later.] => You are not allowed to post a review at the moment, please try again later. [Title cannot be empty] => Title cannot be empty [Title cannot be more than %s characters] => Title cannot be more than %s characters [Customer name cannot be empty] => Customer name cannot be empty [Customer name cannot be more than %s characters] => Customer name cannot be more than %s characters [Criterions not available] => Criterions not available [You need to be logged in to report a review.] => You need to be logged in to report a review. [You already reported this review as abusive.] => You already reported this review as abusive. [Cannot find the requested product review.] => Cannot find the requested product review. [This feature is not enabled.] => This feature is not enabled. [You need to be [1]logged in[/1] or [2]create an account[/2] to give your appreciation of a review.] => You need to be [1]logged in[/1] or [2]create an account[/2] to give your appreciation of a review. [OK] => OK [Grade] => Grade [No] => No [Yes] => Yes [Be the first to write your review] => Be the first to write your review [No customer reviews for the moment.] => No customer reviews for the moment. [Sorry, your review cannot be posted.] => Sorry, your review cannot be posted. [Title] => Title [Your name] => Your name [Review] => Review [Required fields] => Required fields [Cancel] => Cancel [Send] => Send [Your comment has been submitted and will be available once approved by a moderator.] => Your comment has been submitted and will be available once approved by a moderator. [Your comment has been added!] => Your comment has been added! [Review sent] => Review sent [Your review cannot be sent] => Your review cannot be sent [Write your review] => Write your review [Read user reviews] => Read user reviews [By %1$s] => By %1$s [Report abuse] => Report abuse [Sorry, your review appreciation cannot be sent.] => Sorry, your review appreciation cannot be sent. [Sorry, your abuse report cannot be sent.] => Sorry, your abuse report cannot be sent. [Comments] => Comments [Your review appreciation cannot be sent] => Your review appreciation cannot be sent [Report comment] => Report comment [Are you sure that you want to report this comment?] => Are you sure that you want to report this comment? [Report sent] => Report sent [Your report has been submitted and will be considered by a moderator.] => Your report has been submitted and will be considered by a moderator. [Your report cannot be sent] => Your report cannot be sent ) [ModulesCashondeliveryAdmin] => Array ( [Cash on delivery (COD)] => Cash on delivery (COD) [Accept cash payments on delivery to make it easy for customers to purchase on your store.] => Accept cash payments on delivery to make it easy for customers to purchase on your store. ) [AdminStatsFeature] => Array ( [%value%% of your Catalog] => %value%% of your Catalog [No customers] => No customers [%percentage%% Female Customers] => %percentage%% Female Customers [%percentage%% Male Customers] => %percentage%% Male Customers [%percentage%% Neutral Customers] => %percentage%% Neutral Customers [%value% years] => %value% years [%average% hours] => %average% hours [No orders] => No orders [%d%% %s] => %d%% %s [No category] => No category [Stats] => Stats ) [ModulesDataprivacyShop] => Array ( [Customer data privacy[1][2]%message%[/2]] => Customer data privacy[1][2]%message%[/2] ) [ModulesBestsellersAdmin] => Array ( [Top-sellers block] => Top-sellers block [Adds a block displaying your store's top-selling products.] => Adds a block displaying your store's top-selling products. [Products to display] => Products to display [Determine the number of product to display in this block] => Determine the number of product to display in this block [Show your visitors what are your top-selling products directly on your homepage.] => Show your visitors what are your top-selling products directly on your homepage. ) [AdminLoginFeature] => Array ( [Log in] => Log in [Stay logged in] => Stay logged in [I forgot my password] => I forgot my password [Reset your password] => Reset your password [New password] => New password [Confirm new password] => Confirm new password [Confirm password] => Confirm password [Reset password] => Reset password [Send reset link] => Send reset link ) [ModulesSocialfollowShop] => Array ( [Facebook] => Facebook [Twitter] => Twitter [Rss] => Rss [YouTube] => YouTube [Pinterest] => Pinterest [Vimeo] => Vimeo [Instagram] => Instagram [LinkedIn] => LinkedIn [TikTok] => TikTok [Discord] => Discord [Follow us] => Follow us ) [AdminOrderscustomersFeature] => Array ( [Total spent since registration:] => Total spent since registration: [Cart summary] => Cart summary [Ref:] => Ref.: [Text #] => Text # [Total cost of products:] => Total cost of products: [Total value of vouchers:] => Total value of vouchers: [Total cost of gift wrapping:] => Total cost of gift wrapping: [Total shipping costs:] => Total shipping costs: [Order information] => Order information [Order #%d] => Order #%d [Made on:] => Made on: [No order was created from this cart.] => No order was created from this cart. [Create an order from this cart.] => Create an order from this cart. [Customer information] => Customer information [Account registration date:] => Account registration date: [Valid orders placed:] => Valid orders placed: [Guest not registered] => Guest not registered [New messages] => New messages [Open] => Open [Closed] => Closed [Pending 1] => Pending 1 [Pending 2] => Pending 2 [No new messages] => No new messages [New message] => New message [Meaning of status] => Meaning of status [Statistics] => Statistics [Sync] => Sync [Run sync:] => Run sync: [Run sync] => Run sync [Click to synchronize mail automatically] => Click to synchronize mail automatically [Someone else] => Someone else [Forward this discussion] => Forward this discussion [Forward this discussion to an employee:] => Forward this discussion to an employee: [Comment:] => Comment: [Forward] => Forward [See more] => See more [Thread] => Thread [Forward this discussion to another employee] => Forward this discussion to another employee [Orders and messages timeline] => Orders and messages timeline [Your answer to] => Your answer to [To:] => To: [[1]%count%[/1] order(s) validated for a total amount of [2]%total%[/2]] => [1]%count%[/1] order(s) validated for a total amount of [2]%total%[/2] [No orders validated for the moment] => No orders validated for the moment [Order #] => Order # [View order] => View order [View customer] => View customer [Customer ID:] => Customer ID: [Sent on:] => Sent on: [Browser:] => Browser: [File attachment] => File attachment [View file] => View file [Product #] => Product # [View this thread] => View this thread [Sent by:] => Sent by: [Thread ID:] => Thread ID: [Message ID:] => Message ID: [Message:] => Message: [Reply to this message] => Reply to this message [Please type your reply below:] => Please type your reply below: [Your reply will be sent to:] => Your reply will be sent to: [Send my reply] => Send my reply [Text #%d] => Text #%d [Search for a product] => Search for a product [View this order] => View this order [Delay] => Delay [Hi, Unfortunately, an item on your order is currently out of stock. This may cause a slight delay in delivery. Please accept our apologies and rest assured that we are working hard to rectify this. Best regards,] => Hi, Unfortunately, an item on your order is currently out of stock. This may cause a slight delay in delivery. Please accept our apologies and rest assured that we are working hard to rectify this. Best regards, [Waiting for confirmation] => Waiting for confirmation [Waiting for package] => Waiting for package [Package received] => Package received [Return denied] => Return denied [Return completed] => Return completed [Awaiting check payment] => Awaiting check payment [Payment accepted] => Payment accepted [Processing in progress] => Processing in progress [Shipped] => Shipped [Delivered] => Delivered [Canceled] => Canceled [Payment error] => Payment error [On backorder (paid)] => On backorder (paid) [On backorder (not paid)] => On backorder (not paid) [Awaiting bank wire payment] => Awaiting bank wire payment [Remote payment accepted] => Remote payment accepted [Awaiting Cash On Delivery validation] => Awaiting Cash On Delivery validation [None] => None [Low] => Low [Medium] => Medium [High] => High [1 - Creation in progress] => 1 - Creation in progress [2 - Order validated] => 2 - Order validated [3 - Pending receipt] => 3 - Pending receipt [4 - Order received in part] => 4 - Order received in part [5 - Order received completely] => 5 - Order received completely [6 - Order canceled] => 6 - Order canceled [Non ordered] => Non ordered [Abandoned cart] => Abandoned cart [Export carts] => Export carts [Abandoned Carts] => Abandoned Carts [From %date1% to %date2%] => From %date1% to %date2% [Average Order Value] => Average Order Value [Net Profit per Visitor] => Net Profit per Visitor [Free Shipping] => Free Shipping [%amount% tax excl.] => %amount% tax excl. [Cart #%ID%] => Cart #%ID% [VAT number] => VAT number [Identification number] => Identification number [Time limit of validity] => Time limit of validity [Returns prefix] => Returns prefix [Returns form] => Returns form [Order #%id% from %date%] => Order #%id% from %date% [Date issued] => Date issued [Return Merchandise Authorization (RMA)] => Return Merchandise Authorization (RMA) [Enable returns] => Enable returns [Customer explanation] => Customer explanation [Back office order] => Back office order [Free order] => Free order [Newsletter] => Newsletter [Unknown] => Unknown [%1$d years old (birth date: %2$s)] => %1$d years old (birth date: %2$s) [Average Age] => Average Age [Net Profit per Visit] => Net Profit per Visit [30 days] => 30 days [Newsletter Registrations] => Newsletter Registrations [Orders per Customer] => Orders per Customer [Total Cart] => Total Cart [Manual order -- Employee:] => Manual order -- Employee: [not paid] => not paid [overpaid] => overpaid [Credit slip for order #%d] => Credit slip for order #%d [#%order_id% from %order_date%] => #%order_id% from %order_date% [Download credit slip] => Download credit slip [Phone number(s)] => Phone number(s) [Qty available] => Qty available [Registration] => Registration [Last visit] => Last visit [Change Order Status] => Change Order Status [Open in new tabs] => Open in new tabs [It looks like you have exceeded the number of tabs allowed. Check your browser settings to open multiple tabs.] => It looks like you have exceeded the number of tabs allowed. Check your browser settings to open multiple tabs. [New client] => New client [Risk] => Risk [Outstanding allowance] => Outstanding allowance [Current outstanding] => Current outstanding [You can use this feature in a single shop context only. Switch context to enable it.] => You can use this feature in a single shop context only. Switch context to enable it. [Add new order message] => Add new order message [Add new order] => Add new order [Orders] => Orders [Order %reference% from %firstname% %lastname%] => Order %reference% from %firstname% %lastname% [You can use this feature in a single-store context only. Switch contexts to enable it.] => You can use this feature in a single-store context only. Switch contexts to enable it. [Customer email] => Customer email [The national ID card number of this person, or a unique tax identification number.] => The national ID card number of this person, or a unique tax identification number. [Address alias] => Address alias [Birthday] => Birthday [Group access] => Group access [Default customer group] => Default customer group [Website] => Website [Allowed outstanding amount] => Allowed outstanding amount [Maximum number of payment days] => Maximum number of payment days [Risk rating] => Risk rating [Add a note on this customer. It will only be visible to you.] => Add a note on this customer. It will only be visible to you. [Transform to a customer account] => Transform to a customer account [Return window] => Return window [Return prefix] => Return prefix [Free shipping] => Free shipping [The "shipping" field must be a valid number] => The "shipping" field must be a valid number [Re-stock products] => Re-stock products [Generate a credit slip] => Generate a credit slip [Generate a voucher] => Generate a voucher [Product(s) price:] => Product(s) price: [Product(s) price, excluding amount of initial voucher:] => Product(s) price, excluding amount of initial voucher: [Credit slip prefix] => Credit slip prefix [Delivery prefix] => Delivery prefix [Delivery number] => Delivery number [Enable product image] => Enable product image [Add a note on this order. It will only be visible to you.] => Add a note on this order. It will only be visible to you. [After the sequential number] => After the sequential number [Before the sequential number] => Before the sequential number [Enable invoices] => Enable invoices [Enable tax breakdown] => Enable tax breakdown [Invoice prefix] => Invoice prefix [Add current year to invoice number] => Add current year to invoice number [Reset sequential invoice number at the beginning of the year] => Reset sequential invoice number at the beginning of the year [Position of the year date] => Position of the year date [Invoice number] => Invoice number [Legal free text] => Legal free text [Footer text] => Footer text [Invoice model] => Invoice model [Use the disk as cache for PDF invoices] => Use the disk as cache for PDF invoices [Display to customer?] => Display to customer? [Manage your orders] => Manage your orders [Find all your orders on this page and access their main information in one click: check the cart total, the payment method, the shipping details, or if it comes from a new client. You can even update the status from the listing!] => Find all your orders on this page and access their main information in one click: check the cart total, the payment method, the shipping details, or if it comes from a new client. You can even update the status from the listing! [Required Fields] => Required Fields [Required fields] => Required fields [%firstname% %lastname% has not registered any addresses yet] => %firstname% %lastname% has not registered any addresses yet [Purchased products] => Purchased products [%firstname% %lastname% has no discount vouchers] => %firstname% %lastname% has no discount vouchers [Last connections] => Last connections [Pages viewed] => Pages viewed [Total time] => Total time [Origin] => Origin [IP Address] => IP Address [Sent on] => Sent on [%firstname% %lastname% has never contacted you] => %firstname% %lastname% has never contacted you [Valid orders:] => Valid orders: [for a total amount of %s] => for a total amount of %s [Invalid orders:] => Invalid orders: [Total spent] => Total spent [%firstname% %lastname% has not placed any orders yet] => %firstname% %lastname% has not placed any orders yet [Partner offers] => Partner offers [Age] => Age [Registration Date] => Registration Date [Last Visit] => Last Visit [Best Customer Rank] => Best Customer Rank [Registrations] => Registrations [Latest Update] => Latest Update [This customer is registered as a Guest.] => This customer is registered as a Guest. [Add a private note] => Add a private note [Last emails] => Last emails [Viewed products] => Viewed products [Administrate your customers] => Administrate your customers [Taking good care of your customers starts with making sure their profiles contain all the information needed to have their packages shipped without mishap.] => Taking good care of your customers starts with making sure their profiles contain all the information needed to have their packages shipped without mishap. [Creating a new Customer] => Creating a new Customer [Editing customer %name%] => Editing customer %name% [Set required fields for this section] => Set required fields for this section [Manage your Customers] => Manage your Customers [Information about customer %name%] => Information about customer %name% [No order validated for the moment. By default, an order is considered validated when its payment is accepted.] => No order validated for the moment. By default, an order is considered validated when its payment is accepted. [Customer since: %s] => Customer since: %s [Merchandise return (RMA) options] => Merchandise return (RMA) options [Merchandise Returns] => Merchandise Returns [Order messages] => Order messages [Discount name] => Discount name [Account creation date:] => Account creation date: [Number of orders:] => Number of orders: [Amount spent:] => Amount spent: [Write an email] => Write an email [No customer information available yet.] => No customer information available yet. [Cart information] => Cart information [Created:] => Created: [Last updated:] => Last updated: [Order %orderid% was created from this cart on %orderdate%.] => Order %orderid% was created from this cart on %orderdate%. [The customer has not proceeded to checkout yet.] => The customer has not proceeded to checkout yet. [Create an order from this cart] => Create an order from this cart [Share this cart] => Share this cart [Thanks to this link, your customer can open the cart, check its contents and validate the order, if it suits them.] => Thanks to this link, your customer can open the cart, check its contents and validate the order, if it suits them. [Credit slip options] => Credit slip options [By date] => By date [Generate PDF file by date] => Generate PDF file by date [Print PDF] => Print PDF [Generate PDF] => Generate PDF [Delivery slip options] => Delivery slip options [Order statuses] => Order statuses [By order status] => By order status [Generate PDF file by status] => Generate PDF file by status [Invoice options] => Invoice options [Add new address] => Add new address [Cart] => Cart [In stock] => In stock [Add to cart] => Add to cart [Gift] => Gift [Vouchers] => Vouchers [Search for a voucher] => Search for a voucher [Add new voucher] => Add new voucher [No voucher was found] => No voucher was found [Add new customer] => Add new customer [Search for a customer] => Search for a customer [Total paid] => Total paid [View this cart] => View this cart [Use this cart] => Use this cart [Use] => Use [Duplicate this order] => Duplicate this order [Delivery option] => Delivery option [Shipping price (Tax incl.)] => Shipping price (Tax incl.) [Gift message] => Gift message [Total products] => Total products [Total vouchers (Tax excl.)] => Total vouchers (Tax excl.) [Total shipping (Tax excl.)] => Total shipping (Tax excl.) [Total taxes] => Total taxes [Total (Tax excl.)] => Total (Tax excl.) [Total (Tax incl.)] => Total (Tax incl.) [Order message] => Order message [Order status] => Order status [More actions] => More actions [Send pre-filled order to the customer by email] => Send pre-filled order to the customer by email [Proceed to checkout in the front office] => Proceed to checkout in the front office [Add a product] => Add a product [Edit shipping details] => Edit shipping details [Reference number:] => Reference number: [Supplier reference:] => Supplier reference: [Create a new invoice] => Create a new invoice [New invoice information] => New invoice information [SIRET] => SIRET [APE] => APE [Account registered:] => Account registered: [Validated orders placed:] => Validated orders placed: [Shipping address] => Shipping address [Invoice address] => Invoice address [Private note] => Private note [Recycled packaging] => Recycled packaging [Documents] => Documents [Merchandise returns] => Merchandise returns [Gift wrapping] => Gift wrapping [Document] => Document [Credit slip] => Credit slip [Delivery slip] => Delivery slip [Enter payment] => Enter payment [Add note] => Add note [Edit note] => Edit note [Generate invoice] => Generate invoice [Edit the price] => Edit the price [Resend email] => Resend email [Order note] => Order note [Order ID] => Order ID [Linked orders] => Linked orders [Number] => Number [View full conversation] => View full conversation [Choose your order message] => Choose your order message [Configure predefined messages] => Configure predefined messages [Send message] => Send message [Standard refund] => Standard refund [Return products] => Return products [Cancel products] => Cancel products [View invoice] => View invoice [View delivery slip] => View delivery slip [Print order] => Print order [Payment method] => Payment method [Transaction ID] => Transaction ID [Card number] => Card number [Not defined] => Not defined [Card type] => Card type [Cardholder name] => Cardholder name [Change currency] => Change currency [Refunded] => Refunded [Partial refund] => Partial refund [Add a discount] => Add a discount [Wrapping] => Wrapping [This order has been partially paid by voucher. Choose the amount you want to refund:] => This order has been partially paid by voucher. Choose the amount you want to refund: [Stock location] => Stock location [Shipping does not apply to virtual orders] => Shipping does not apply to virtual orders [Sources] => Sources [From] => From [To] => To [Update status] => Update status [Choose an order status] => Choose an order status [Create order] => Create order [default] => default [Group] => Group [Groups] => Groups [Shipping details] => Shipping details [Invoice details] => Invoice details [Open details] => Open details ) [ModulesGridhtmlAdmin] => Array ( [Simple HTML table display] => Simple HTML table display [Just allow statistics to be displayed (and therefore analyzed) on your back office.] => Just allow statistics to be displayed (and therefore analyzed) on your back office. ) [AdminAdvparametersNotification] => Array ( [Administrator permissions cannot be modified.] => Administrator permissions cannot be modified. [Importing your data...] => Importing your data... [Data imported!] => Data imported [Look at your listings to make sure it's all there as you wished.] => Look at your listings to make sure it's all there as you wished. [Warning, the current import may require a PHP setting update, to allow more data to be transferred. If the current import stops before the end, you should increase your PHP "post_max_size" setting to [1]%size%[/1]MB at least, and try again.] => Warning, the current import may require a PHP setting update, to allow more data to be transferred. If the current import stops before the end, you should increase your PHP "post_max_size" setting to [1]%size%[/1]MB at least, and try again. [Some errors were detected. Please check the details:] => Some errors were detected. Please check the details: [Errors occurred:] => Errors occurred: [We made the following adjustments:] => We made the following adjustments: [Validating data...] => Validating data... [Ignore warnings and continue?] => Ignore warnings and continue? [Abort import] => Abort import [Aborting, please wait...] => Aborting, please wait... [[1]%percentage%[/1]% validated] => [1]%percentage%[/1]% validated [Processing next page...] => Processing next page... [Linking accessories...] => Linking accessories... [[1]%size%[/1]% imported] => [1]%size%[/1]% imported [Error - The following e-mail template is missing: %s] => Error - The following e-mail template is missing: %s ["Backup" directory does not exist.] => Backup directory does not exist. [Invalid ID] => Invalid ID [Unable to create backup file] => Unable to create backup file [An error occurred while backing up. Unable to obtain the schema of %s] => An error occurred while backing up. Unable to obtain the schema of %s [No valid tables were found to backup.] => No valid tables were found to backup. [Error deleting] => Error deleting [Can't add the voucher.] => Can't add the voucher. [Your file has been successfully imported into your shop. Don't forget to re-build the products' search index.] => Your file has been successfully imported into your shop. Don't forget to re-build the products' search index. [(click to open "Generators" page)] => (click to open "Generators" page) [Warehouse did not exist, cannot set on product %name%.] => Warehouse did not exist, cannot set on product %name%. [No image was found for combination with id_product = %s and image position = %s.] => No image was found for combination with id_product = %s and image position = %s. [EAN13 "%ean13%" has incorrect value for product with id %id%.] => EAN13 "%ean13%" has incorrect value for product with id %id%. [Advanced stock management has incorrect value. Not set for product with id %id%.] => Advanced stock management has incorrect value. Not set for product with id %id%. [Advanced stock management is not enabled, cannot enable on product with id %id%.] => Advanced stock management is not enabled, cannot enable on product with id %id%. [Advanced stock management is not enabled, warehouse is not set on product with id %id%.] => Advanced stock management is not enabled, warehouse is not set on product with id %id%. [Email address %1$s (ID: %2$s) cannot be validated.] => Email address %1$s (ID: %2$s) cannot be validated. [Email address %1$s (ID: %2$s) cannot be saved.] => Email address %1$s (ID: %2$s) cannot be saved. [%1$s does not exist in database %2$s (ID: %3$s), and therefore cannot be validated] => %1$s does not exist in database %2$s (ID: %3$s), and therefore cannot be validated. [%1$s does not exist in database %2$s (ID: %3$s), and therefore cannot be saved] => %1$s does not exist in database %2$s (ID: %3$s), and therefore cannot be saved. ["%email%" is not a valid email address.] => "%email%" is not a valid email address. [The customer ID #%d does not exist in the database, and therefore cannot be validated.] => The customer ID #%d does not exist in the database, and therefore cannot be validated. [The customer ID #%d does not exist in the database, and therefore cannot be saved.] => The customer ID #%d does not exist in the database, and therefore cannot be saved. [Supplier is invalid] => Supplier is invalid [Alias is invalid] => Alias is invalid [Store is invalid] => Store is invalid [Supplier ID (%id%) is not valid (at line %line%).] => Supplier ID (%id%) is not valid (at line %line%). [Lang ID (%id%) is not valid (at line %line%).] => Lang ID (%id%) is not valid (at line %line%). [Warehouse ID (%id%) is not valid (at line %line%).] => Warehouse ID (%id%) is not valid (at line %line%). [Currency ID (%id%) is not valid (at line %line%).] => Currency ID (%id%) is not valid (at line %line%). [Reference (%ref%) already exists (at line %line%).] => Reference (%ref%) already exists (at line %line%). [YYYY-MM-DD] => YYYY-MM-DD [Date format (%date%) is not valid (at line %line%). It should be: %date_format%.] => Date format (%date%) is not valid (at line %line%). It should be: %date_format%. [Date (%date%) cannot be in the past (at line %line%). Format: %date_format%.] => Date (%date%) cannot be in the past (at line %line%). Format: %date_format%. [Format: Between 0 and 100] => Format: Between 0 and 100 [Discount rate (%rate%) is not valid (at line %line%). %format%.] => Discount rate (%rate%) is not valid (at line %line%). %format%. [Supply Order (%id%) is not editable (at line %line%).] => Supply Order (%id%) is not editable (at line %line%). [Supply Order could not be saved (at line %line%).] => Supply Order could not be saved (at line %line%). [Supply Order (%s) could not be loaded (at line %d).] => Supply Order (%s) could not be loaded (at line %d). [Product/Attribute (%d/%d) cannot be added twice (at line %d).] => Product/Attribute (%d/%d) cannot be added twice (at line %d). [Product (%d/%d) is not available for this order (at line %d).] => Product (%d/%d) is not available for this order (at line %d). [Unit Price (tax excl.) (%d) is not valid (at line %d).] => Unit Price (tax excl.) (%d) is not valid (at line %d). [Quantity Expected (%d) is not valid (at line %d).] => Quantity Expected (%d) is not valid (at line %d). [Discount rate (%d) is not valid (at line %d). %s.] => Discount rate (%d) is not valid (at line %d). %s. [Cannot read the .CSV file] => Cannot read the .CSV file [Linking Accessories...] => Linking Accessories... [The confirmation email couldn't be sent, but the import is successful. Yay!] => The confirmation email couldn't be sent, but the import is successful. Yay! [EAN-13 "%ean13%" has incorrect value for product with ID %id%.] => EAN-13 "%ean13%" has incorrect value for product with ID %id%. [There is an empty row in the file that won't be imported.] => There is an empty row in the file that won't be imported. [%s import] => %s import [(from %s to %s)] => (from %s to %s) [with truncate] => with truncate [The category ID must be unique. It can't be the same as the one for Root or Home category.] => The category ID must be unique. It can't be the same as the one for Root or Home category. [The category ID must be unique. It can't be the same as the one for the parent category (ID: %1$s).] => The category ID must be unique. It can't be the same as the one for the parent category (ID: %1$s). [A category can't be its own parent. You should rename it (current name: %1$s).] => A category can't be its own parent. You should rename it (current name: %1$s). [%category_name% (ID: %id%) cannot be saved] => %category_name% (ID: %id%) cannot be saved [URL rewriting failed to auto-generate a friendly URL for: %category_name%] => URL rewriting failed to auto-generate a friendly URL for: %category_name% [Rewrite link for %1$s (ID %2$s): re-written as %3$s.] => Rewrite link for %1$s (ID %2$s): re-written as %3$s. [A category cannot be its own parent. The parent category ID is either missing or unknown (ID: %1$s).] => A category cannot be its own parent. The parent category ID is either missing or unknown (ID: %1$s). [The root category cannot be modified.] => The root category cannot be modified. [cannot be copied.] => cannot be copied. [%1$s (ID: %2$s) cannot be %3$s] => %1$s (ID: %2$s) cannot be %3$s [Unknown tax rule group ID. You need to create a group with this ID first.] => Unknown tax rule group ID. You need to create a group with this ID first. [%1$s (ID: %2$s) cannot be saved] => %1$s (ID: %2$s) cannot be saved [%data% cannot be saved] => %data% cannot be saved [Shop is not valid] => Shop is not valid [Discount is invalid] => Discount is invalid [Tags list is invalid] => Tags list is invalid [Error copying image: %url%] => Error copying image: %url% [Product #%id%: the picture (%url%) cannot be saved.] => Product #%id%: the picture (%url%) cannot be saved. [Advanced stock management has incorrect value. Not set for product %name%] => Advanced stock management has incorrect value. Not set for product %name% [Advanced stock management is not enabled, cannot enable on product %name%] => Advanced stock management is not enabled, cannot enable on product %name% [Advanced stock management is not enabled, warehouse not set on product %name%] => Advanced stock management is not enabled, warehouse not set on product %name% [Incorrect value for "Depends on stock" for product %name%] => Incorrect value for "Depends on stock" for product %name% [Advanced stock management is not enabled, cannot set "Depends on stock" for product %name%] => Advanced stock management is not enabled, cannot set "Depends on stock" for product %name% [The uploaded file exceeds the upload_max_filesize directive in php.ini. If your server configuration allows it, you may add a directive in your .htaccess.] => The uploaded file exceeds the upload_max_filesize directive in php.ini. If your server configuration allows it, you may add a directive in your .htaccess. [The uploaded file exceeds the post_max_size directive in php.ini. If your server configuration allows it, you may add a directive in your .htaccess, for example:] => The uploaded file exceeds the post_max_size directive in php.ini. If your server configuration allows it, you may add a directive in your .htaccess, for example: [The uploaded file was only partially uploaded.] => The uploaded file was only partially uploaded. [An error occurred while uploading / copying the file.] => An error occurred while uploading / copying the file. [No file was uploaded.] => No file was uploaded. [The import directory doesn't exist. Please check your file path.] => The import directory doesn't exist. Please check your file path. [The import directory must be writable (CHMOD 755 / 777).] => The import directory must be writable (CHMOD 755 / 777). [To proceed, please upload a file first.] => Please upload a file in order to continue. [The file is too large and cannot be downloaded. Please use the LIMIT clause in this query.] => The file is too large and cannot be downloaded. Please use the LIMIT clause in this query. [The "%tablename%" table does not exist.] => The "%tablename%" table does not exist. [The "%attribute%" attribute does not exist in the "%table%" table.] => The "%attribute%" attribute does not exist in the "%table%" table. [Undefined "%s" error] => Undefined "%s" error [The "*" operator cannot be used in a nested query.] => The "*" operator cannot be used in a nested query. [The operator "%s" is incorrect.] => The operator "%s" is incorrect. [The "%operator%" operator is incorrect.] => The "%operator%" operator is incorrect. [The LIMIT clause must contain numeric arguments.] => The LIMIT clause must contain numeric arguments. [The "%reference%" reference does not exist in the "%table%" table.] => The "%reference%" reference does not exist in the "%table%" table. [When multiple tables are used, each attribute must refer back to a table.] => When multiple tables are used, each attribute must refer back to a table. ["%key%" is an unauthorized keyword.] => "%key%" is an unauthorized keyword. [You cannot have two shops with the same name in the same group.] => You cannot have two stores with the same name in the same group. [Unable to load this shop.] => Unable to load this shop. [You need to select at least the root category.] => You need to select at least the root category. [You cannot have two stores with the same name in the same group.] => You cannot have two stores with the same name in the same group. [Unable to load this store.] => Unable to load this store. [You must configure this store's URL before setting it as default.] => You must configure this store's URL before setting it as default. [You've selected a state for a country that does not contain states.] => You've selected a state for a country that does not contain states. [You can't put this menu inside itself. ] => You can't put this menu inside itself. [The settings file cannot be overwritten.] => The settings file cannot be overwritten. [To use Smarty Cache, the directory %directorypath% must be writable.] => To use Smarty Cache, the directory %directorypath% must be writable. [Before being able to use this tool, you need to:[1][2]Create a blank .htaccess in your root directory.[/2][2]Give it write permissions (CHMOD 666 on Unix system).[/2][/1]] => Before being able to use this tool, you need to:[1][2]Create a blank .htaccess in your root directory.[/2][2]Give it write permissions (CHMOD 666 on Unix system).[/2][/1] [Error: Could not find whether debug mode is enabled. Make sure that the correct permissions are set on the file %s] => Error: Could not find whether debug mode is enabled. Make sure that the correct permissions are set on the file %s [Error: Could not find whether debug profiling is enabled. Make sure that the correct permissions are set on the file %s] => Error: Could not find whether debug profiling is enabled. Make sure that the correct permissions are set on the file %s. [The SameSite=None is only available in secure mode.] => The SameSite=None is only available in secure mode. [Warehouse did not exist, cannot set on product %name%] => Warehouse did not exist, cannot set on product %name% [Media server #1 is invalid] => Media server #1 is invalid [Media server #2 is invalid] => Media server #2 is invalid [Media server #3 is invalid] => Media server #3 is invalid [Cannot disable SSL configuration due to the Cookie SameSite=None.] => Cannot disable SSL configuration due to the Cookie SameSite=None. [Update your PHP version.] => Update your PHP version. [Configure your server to allow file uploads.] => Configure your server to allow file uploads. [Configure your server to allow the creation of directories and files with write permissions.] => Configure your server to allow the creation of directories and files with write permissions. [Enable the CURL extension on your server.] => Enable the CURL extension on your server. [Enable the DOM extension on your server.] => Enable the DOM extension on your server. [Enable the Fileinfo extension on your server.] => Enable the Fileinfo extension on your server. [Enable the GD library on your server.] => Enable the GD library on your server. [Enable the JSON extension on your server.] => Enable the JSON extension on your server. [Enable the Mbstring extension on your server.] => Enable the Mbstring extension on your server. [Enable the OpenSSL extension on your server.] => Enable the OpenSSL extension on your server. [Enable the PDO Mysql extension on your server.] => Enable the PDO Mysql extension on your server. [Enable the XML extension on your server.] => Enable the XML extension on your server. [Enable the ZIP extension on your server.] => Enable the ZIP extension on your server. [Enable the MySQL support on your server.] => Enable the MySQL support on your server. [Set write permissions for the "config" folder.] => Set write permissions for the "config" folder. [Set write permissions for the "cache" folder.] => Set write permissions for the "cache" folder. [Set write permissions for the "sitemap.xml" file.] => Set write permissions for the "sitemap.xml" file. [Set write permissions for the "img" folder and subfolders.] => Set write permissions for the "img" folder and subfolders. [Set write permissions for the "log" folder and subfolders.] => Set write permissions for the "log" folder and subfolders. [Set write permissions for the "mails" folder and subfolders.] => Set write permissions for the "mails" folder and subfolders. [Set write permissions for the "modules" folder and subfolders.] => Set write permissions for the "modules" folder and subfolders. [Set write permissions for the "themes/%s/cache/" folder and subfolders, recursively.] => Set write permissions for the "themes/%s/cache/" folder and subfolders, recursively. [Set write permissions for the "themes/%s/lang/" folder and subfolders, recursively.] => Set write permissions for the "themes/%s/lang/" folder and subfolders, recursively. [Set write permissions for the "themes/%s/pdf/lang/" folder and subfolders, recursively.] => Set write permissions for the "themes/%s/pdf/lang/" folder and subfolders, recursively. [Set write permissions for the "app/config/" folder and subfolders, recursively.] => Set write permissions for the "app/config/" folder and subfolders, recursively. [Set write permissions for the "app/Resources/translations/" folder and subfolders, recursively.] => Set write permissions for the "app/Resources/translations/" folder and subfolders, recursively. [Set write permissions for the "translations" folder and subfolders.] => Set write permissions for the "translations" folder and subfolders. [Set write permissions for the "upload" folder and subfolders.] => Set write permissions for the "upload" folder and subfolders. [Set write permissions for the "download" folder and subfolders.] => Set write permissions for the "download" folder and subfolders. [Allow the PHP fopen() function on your server.] => Allow the PHP fopen() function on your server. [Enable GZIP compression on your server.] => Enable GZIP compression on your server. [Some PrestaShop files are missing from your server.] => Some PrestaShop files are missing from your server. [You are using PHP %s version. Soon, the latest PHP version supported by PrestaShop will be PHP 5.6. To make sure you’re ready for the future, we recommend you to upgrade to PHP 5.6 now!] => You are using PHP %s version. Soon, the latest PHP version supported by PrestaShop will be PHP 5.6. To make sure you’re ready for the future, we recommend you to upgrade to PHP 5.6 now! [Enable the Apache mod_rewrite module] => Enable the Apache mod_rewrite module [Unable to generate private keys using openssl_pkey_new. Check your OpenSSL configuration, especially the path to openssl.cafile.] => Unable to generate private keys using openssl_pkey_new. Check your OpenSSL configuration, especially the path to openssl.cafile. [The "%function%" function is not allowed.] => The "%function%" function is not allowed. [The limit chosen is larger than the server's maximum upload limit. Please increase the limits of your server.] => The limit chosen is larger than the server's maximum upload limit. Please increase the limits of your server. [The extension of your file should be .csv.] => The extension of your file should be .csv. [Error: Could not write to file. Make sure that the correct permissions are set on the file %s] => Error: Could not write to file. Make sure that the correct permissions are set on the file %s [It appears the backup was successful, however you must download and carefully verify the backup file before proceeding.] => It appears the backup was successful, however you must download and carefully verify the backup file before proceeding. [The "Backups" directory located in the admin directory must be writable (CHMOD 755 / 777).] => The "Backups" directory located in the admin directory must be writable (CHMOD 755 / 777). [The backup file does not exist] => The backup file does not exist [You cannot edit the SuperAdmin profile.] => You cannot edit the SuperAdmin profile. [You cannot disable or delete the administrator account.] => You cannot disable or delete the administrator account. [You cannot disable or delete your own account.] => You cannot disable or delete your own account. [The employee must be associated with at least one shop.] => The employee must be associated with at least one shop. [The provided profile is invalid] => The provided profile is invalid [Your current password is invalid.] => Your current password is invalid. [The import file cannot be read.] => The import file cannot be read. [The Memcached server cannot be added.] => The Memcached server cannot be added. [There was an error when attempting to delete the Memcached server.] => There was an error when attempting to delete the Memcached server. [All caches cleared successfully] => All caches cleared successfully [For security reasons, you cannot delete the Administrator's profile.] => For security reasons, you cannot delete the Administrator's profile. [Key length must be 32 character long.] => Key length must be 32 character long. [This key already exists.] => This key already exists. [(you must install the [a]Memcache PECL extension[/a])] => (you must install the [a]Memcache PECL extension[/a]) [(you must install the [a]Memcached PECL extension[/a])] => (you must install the [a]Memcached PECL extension[/a]) [(you must install the [a]APC PECL extension[/a])] => (you must install the [a]APC PECL extension[/a]) [(you must install the [a]Xcache extension[/a])] => (you must install the [a]Xcache extension[/a]) [The locale must be installed] => The locale must be installed [Key length must be %length% characters long.] => Key length must be %length% characters long. [Only non-accented characters, numbers, and the following special characters are allowed: %allowed_characters%] => Only non-accented characters, numbers, and the following special characters are allowed: %allowed_characters% [I have read the disclaimer. Please create a new backup.] => I have read the disclaimer. Please create a new backup. [Disclaimer before creating a new backup] => Disclaimer before creating a new backup [PrestaShop is not responsible for your database, its backups and/or recovery.] => PrestaShop is not responsible for your database, its backups and/or recovery. [PrestaShop is open-source software. You are using it at your own risk under the license agreement.] => PrestaShop is open-source software. You are using it at your own risk under the license agreement. [You should back up your data on a regular basis (both files and database).] => You should back up your data on a regular basis (both files and database). [This function only backs up your database, not your files.] => This function only backs up your database, not your files. [By default, your existing database tables will be dropped during the backup recovery (see "Backup options" below).] => By default, your existing database tables will be dropped during the backup recovery (see "Backup options" below). [Always verify the quality and integrity of your backup files!] => Always verify the quality and integrity of your backup files! [Always verify that your backup files are complete, up-to-date and valid, even if you had a success message appear during the backup process.] => Always verify that your backup files are complete, up-to-date and valid, even if you had a success message appear during the backup process. [Always check your data.] => Always check your data. [Never restore a backup on a live site.] => Never restore a backup on a live site. [Beginning the download ...] => Beginning the download ... [Backup files should automatically start downloading.] => Backup files should automatically start downloading. [If not,[1][2] please click here[/1]!] => If not,[1][2] please click here[/1]! [Are you sure you want to delete this entity:] => Are you sure you want to delete this entity: [Note that the Category import does not support having two categories with the same name.] => Note that the Category import does not support having two categories with the same name. [Note that you can have several products with the same reference.] => Note that you can have several products with the same reference. [New features are available. Feel free to try them out!] => New features are available. Feel free to try them out! [Testing a feature before its official release can be exciting. However, you must be aware of the potential risks of such experiments:] => Testing a feature before its official release can be exciting. However, you must be aware of the potential risks of such experiments: [Experimental features are still under development. Enabling them could therefore have unintended consequences and cause data loss.] => Experimental features are still under development. Enabling them could therefore have unintended consequences and cause data loss. [In any case, you should never experiment in production.] => In any case, you should never experiment in production. [Are you sure you want to enable this experimental feature?] => Are you sure you want to enable this experimental feature? [You are about to enable a feature that is not stable yet. This should only be done in a test environment or in full knowledge of the potential risks.] => You are about to enable a feature that is not stable yet. This should only be done in a test environment or in full knowledge of the potential risks. [Please choose a MySQL table] => Please choose a MySQL table [When saving the query, only the "SELECT" SQL statement is allowed.] => When saving the query, only the "SELECT" SQL statement is allowed. [This SQL query has no result.] => This SQL query has no result. [Do you really want to remove the server %serverIp%:%serverPort% ?] => Do you really want to remove the server %serverIp%:%serverPort%? [OK] => OK [Please fix the following error(s)] => Please fix the following error(s) [Checking files...] => Checking files... [Missing files] => Missing files [Updated files] => Updated files [Changed/missing files have been detected.] => Changed/missing files have been detected. [No change has been detected in your files.] => No change has been detected in your files. ) [ModulesCurrencyselectorAdmin] => Array ( [Currency block] => Currency block [Adds a block allowing customers to choose their preferred shopping currency.] => Adds a block allowing customers to choose their preferred shopping currency. [Offer your customers the possibility to buy matching items when on a product page.] => Offer your customers the possibility to buy matching items when on a product page. ) [ShopFormsLabels] => Array ( [Alias] => Alias [Address] => Address [Address Complement] => Address Complement [Zip/Postal Code] => Zip/Postal Code [City] => City [Country] => Country [State] => State [Phone] => Phone [Mobile phone] => Mobile phone [VAT number] => VAT number [Other] => Other [First name] => First name [Last name] => Last name [Company] => Company [Identification number] => Identification number [Social title] => Social title [Birthdate] => Birthdate [Email] => Email [Password] => Password [Subject] => Subject [Order reference] => Order reference [Attachment] => Attachment [Message] => Message [Email address] => Email address [Your email address] => Your email address [Please choose] => Please choose [-- day --] => -- day -- [-- month --] => -- month -- [-- year --] => -- year -- [Optional] => Optional [Set your password:] => Set your password: [Product] => Product [-- please choose --] => -- please choose -- [Order Reference:] => Order Reference: [Email:] => Email: [New password] => New password [Confirmation] => Confirmation ) [ModulesEmailalertsShop] => Array ( [Your email address is invalid.] => Your email address is invalid. [You already have set an alert for this product.] => You already have set an alert for this product. [Request notification registered] => Request notification registered [Delete email alert] => Delete email alert [No mail alerts yet.] => No mail alerts yet. [My alerts] => My alerts [[email protected]] => [email protected] [Notify me when available] => Notify me when available [You will be notified when this product is available.] => You will be notified when this product is available. ) [ModulesSpecialsShop] => Array ( [On sale] => On sale [All sale products] => All sale products ) [ModulesMainmenuAdmin] => Array ( [Main menu] => Main menu [Make it easy for your visitors to find their way on your store, select the right link and turn it into a menu item.] => Make it easy for your visitors to find their way on your store, select the right link and turn it into a menu item. [Unable to update settings for the following shop(s): %s] => Unable to update settings for the following shop(s): %s [Please complete the "Link" field.] => Please complete the "Link" field. [Please add a label.] => Please add a label. [Please add a label for your default language.] => Please add a label for your default language. [The link has been added.] => The link has been added. [Unable to add link for the following shop(s): %s] => Unable to add link for the following shop(s): %s [The link has been removed.] => The link has been removed. [Unable to remove link for the following shop(s): %s] => Unable to remove link for the following shop(s): %s [The link has been edited.] => The link has been edited. [You cannot manage top menu items from a "All Shops" or a "Group Shop" context, select directly the shop you want to edit] => You cannot manage top menu items from a "All Shops" or a "Group Shop" context, select directly the shop you want to edit [The modifications will be applied to shop: %s] => The modifications will be applied to shop: %s [The modifications will be applied to this group: %s] => The modifications will be applied to this group: %s [The modifications will be applied to all shops] => The modifications will be applied to all shops [All brands] => All brands [All suppliers] => All suppliers [Menu Top Link] => Menu Top Link [All active products combinations quantities will be changed] => All active products combinations quantities will be changed [Update link] => Update link [Add a new link] => Add a new link [CMS] => CMS [Shops] => Shops [Choose product ID] => Choose product ID [Menu Top Links] => Menu Top Links [Link ID] => Link ID [Link list] => Link list [Indicate the ID number for the product] => Indicate the ID number for the product [Product ID #] => Product ID # [Please select just one item] => Please select just one item [Change position] => Change position [Selected items] => Selected items [Available items] => Available items [Remove] => Remove ) [ModulesWirepaymentAdmin] => Array ( [Wire payment] => Bank transfer [Accept wire payments by displaying your account details during the checkout.] => Accept wire payments by displaying your account details during the checkout. [Are you sure about removing these details?] => Are you sure about removing these details? [Account owner and account details must be configured before using this module.] => Account owner and account details must be configured before using this module. [No currency has been set for this module.] => No currency has been set for this module. [Account details are required.] => Account details are required. [Account owner is required.] => Account owner is required. [Account details] => Account details [Account owner] => Account owner [Such as bank branch, IBAN number, BIC, etc.] => Such as bank branch, IBAN number, BIC, etc. [Bank address] => Bank address [Customization] => Customization [Reservation period] => Reservation period [Number of days the items remain reserved] => Number of days the items remain reserved [Information to the customer] => Customer information [Information on the bank transfer (processing time, starting of the shipping...)] => Information on the bank transfer (processing time, starting of the shipping...) [Display the invitation to pay in the order confirmation page] => Display the invitation to pay in the order confirmation page [Your country's legislation may require you to send the invitation to pay by email only. Disabling the option will hide the invitation on the confirmation page.] => Your country's legislation may require you to send the invitation to pay by email only. Disabling the option will hide the invitation on the confirmation page. [Bank address is required.] => Bank address is required. [The %field% is invalid. Please enter a positive integer.] => The %field% is invalid. Please enter a positive integer. [This module allows you to accept secure payments by bank wire.] => This module allows you to accept secure payments by bank wire. [If the client chooses to pay by bank wire, the order status will change to 'Waiting for Payment'.] => If the client chooses to pay by bank wire, the order status will change to 'Waiting for Payment'. [That said, you must manually confirm the order upon receiving the bank wire.] => That said, you must manually confirm the order upon receiving the bank wire. ) [ModulesBannerShop] => Array ( [Choose a file] => Choose a file ) [ModulesLinklistAdmin] => Array ( [Link List] => Link List [Give more visibility to your content/static pages (CMS, external pages, or else), where you want and when you want, to make your visitors feel like shopping on your store.] => Give more visibility to your content/static pages (CMS, external pages, or else), where you want and when you want, to make your visitors feel like shopping on your store. [New block] => New block [ID] => ID [Name of the block] => Name of the block [Title] => Title [URL] => URL [Name of the block cannot be longer than %limit% characters] => Name of the block cannot be longer than %limit% characters [Content pages] => Content pages [Product pages] => Product pages [Categories] => Categories [Static content] => Static content [Custom content] => Custom content [Edit the link block.] => Edit the link block. [New link block] => New link block ) [ModulesCashondeliveryShop] => Array ( [Pay by Cash on Delivery] => Pay by Cash on Delivery [Your order on %s is complete.] => Your order on %s is complete. [You have chosen the cash on delivery method.] => You have chosen the cash on delivery method. [Your order will be sent very soon.] => Your order will be sent very soon. [For any questions or for further information, please contact our] => For any questions or for further information, please contact our [customer support] => customer support [You pay for the merchandise upon delivery] => You pay for the merchandise upon delivery ) [ModulesStatspersonalinfosAdmin] => Array ( [Registered customer information] => Registered customer information [Enrich your stats, add information about your registered customers and learn more about them!] => Enrich your stats, add information about your registered customers and learn more about them! [Target your audience] => Target your audience [In order for each message to have an impact, you need to know who it is being addressed to. ] => In order for each message to have an impact, you need to know who it is being addressed to. [Defining your target audience is essential when choosing the right tools to win them over.] => Defining your target audience is essential when choosing the right tools to win them over. [It is best to limit an action to a group -- or to groups -- of clients.] => It is best to limit an action to a group -- or to groups -- of clients. [Storing registered customer information allows you to accurately define customer profiles so you can adapt your special deals and promotions.] => Storing registered customer information allows you to accurately define customer profiles so you can adapt your special deals and promotions. [You can increase your sales by:] => You can increase your sales by: [Launching targeted advertisement campaigns.] => Launching targeted advertisement campaigns. [Contacting a group of clients by email or newsletter.] => Contacting a group of clients by email or newsletter. [Gender distribution allows you to determine the percentage of men and women shoppers on your store.] => Gender distribution allows you to determine the percentage of men and women shoppers on your store. [CSV Export] => CSV Export [Age ranges allow you to better understand target demographics.] => Age ranges allow you to better understand target demographics. [Country distribution allows you to analyze which part of the World your customers are shopping from.] => Country distribution allows you to analyze which part of the World your customers are shopping from. [Currency range allows you to determine which currency your customers are using.] => Currency range allows you to determine which currency your customers are using. [Language distribution allows you to analyze the browsing language used by your customers.] => Language distribution allows you to analyze the browsing language used by your customers. [No customers have registered yet.] => No customers have registered yet. [Gender distribution] => Gender distribution [Age range] => Age range [0-18] => 0-18 [18-24] => 18-24 [25-34] => 25-34 [35-49] => 35-49 [50-59] => 50-59 [60+] => 60+ [Country distribution] => Country distribution [Currency distribution] => Currency distribution [Language distribution] => Language distribution ) [ModulesDashtrendsAdmin] => Array ( [Dashboard Trends] => Dashboard Trends [Adds a block with a graphical representation of the development of your store(s) based on selected key data.] => Adds a block with a graphical representation of the development of your store(s) based on selected key data. [%s points] => %s points [Average Cart Value] => Average Cart Value [Conversion Rate] => Conversion Rate [%s (previous period)] => %s (previous period) [Enrich your dashboard: display a graphical representation of your store’s development.] => Enrich your dashboard: display a graphical representation of your store’s development. [Net Profit] => Net Profit [Dashboard] => Dashboard [Sum of revenue (excl. tax) generated within the date range by orders considered validated.] => Sum of revenue (excl. tax) generated within the date range by orders considered validated. [Total number of orders received within the date range that are considered validated.] => Total number of orders received within the date range that are considered validated. [Average Cart Value is a metric representing the value of an average order within the date range. It is calculated by dividing Sales by Orders.] => Average Cart Value is a metric representing the value of an average order within the date range. It is calculated by dividing Sales by Orders. [Cart Value] => Cart Value [Total number of visits within the date range. A visit is the period of time a user is actively engaged with your website.] => Total number of visits within the date range. A visit is the period of time a user is actively engaged with your website. [Ecommerce Conversion Rate is the percentage of visits that resulted in an validated order.] => Ecommerce Conversion Rate is the percentage of visits that resulted in an validated order. [Net profit is a measure of the profitability of a venture after accounting for all Ecommerce costs. You can provide these costs by clicking on the configuration icon right above here.] => Net profit is a measure of the profitability of a venture after accounting for all Ecommerce costs. You can provide these costs by clicking on the configuration icon right above here. ) [ShopThemeCheckout] => Array ( [tax incl.] => tax incl. [tax excl.] => tax excl. [(additional cost of %giftcost% %taxlabel%)] => (additional cost of %giftcost% %taxlabel%) [I would like my order to be gift wrapped %cost%] => I would like my order to be gift wrapped %cost% [Personal Information] => Personal Information [I agree to the [terms of service] and will adhere to them unconditionally.] => I agree to the [terms of service] and will adhere to them unconditionally. [%price% tax incl.] => %price% tax incl. [%price% tax excl.] => %price% tax excl. [Free] => Free [My Address] => My Address [Tax included] => Tax included [Tax excluded] => Tax excluded [Free shipping] => Free shipping [Guest order tracking] => Guest Order Tracking [Order confirmation] => Order confirmation [Product Successfully Added to Your Shopping Cart] => Product Successfully Added to Your Shopping Cart [Discount(s)] => Discount(s) [Shipping] => Shipping [Included taxes] => Included taxes [Taxes] => Taxes [1 item] => 1 item [%count% items] => %count% items [A minimum shopping cart total of %amount% (tax excl.) is required to validate your order. Current cart total is %total% (tax excl.).] => A minimum shopping cart total of %amount% (tax excl.) is required to validate your order. Current cart total is %total% (tax excl.). [Total] => Total [Total (tax incl.)] => Total (tax incl.) [Total (tax excl.)] => Total (tax excl.) [Total paid] => Total paid [Subtotal] => Subtotal [Gift wrapping] => Gift wrapping [Discount] => Discount [Shipping and handling] => Shipping and handling [Tax] => Tax [Product successfully added to your shopping cart] => Product successfully added to your shopping cart [Quantity:] => Quantity: [There are %products_count% items in your cart.] => There are %products_count% items in your cart. [There is %products_count% item in your cart.] => There is %products_count% item in your cart. [Subtotal:] => Subtotal: [Shipping:] => Shipping: [Shopping cart link containing %nbProducts% product(s)] => Shopping cart link containing %nbProducts% product(s) [Cart] => Cart [The minimum purchase order quantity for the product is %quantity%.] => The minimum purchase order quantity for the product is %quantity%. [Use this address for invoice too] => Use this address for invoice too [%productName% product quantity field] => %productName% product quantity field [Gift] => Gift [There are no more items in your cart] => There are no more items in your cart [Have a promo code?] => Have a promo code? [Promo code] => Promo code [Close] => Close [Create an account] => Create an account [(optional)] => (optional) [And save time on your next order!] => And save time on your next order! [Order items] => Order items [Unit price] => Unit price [Total products] => Total products [%product_count% item in your cart] => %product_count% item in your cart [%products_count% items in your cart] => %products_count% items in your cart [Shipping Method] => Shipping Method [Addresses] => Addresses [Please check your order before payment] => Please check your order before payment [Your Delivery Address] => Your Delivery Address [Your Invoice Address] => Your Invoice Address [The selected address will be used as your personal address (for invoice).] => The selected address will be used as your personal address (for invoice). [The selected address will be used both as your personal address (for invoice) and as your delivery address.] => The selected address will be used both as your personal address (for invoice) and as your delivery address. [Shipping Address] => Shipping Address [Billing address differs from shipping address] => Billing address differs from shipping address [Transaction amount has been correctly updated] => Transaction amount has been correctly updated [No payment needed for this order] => No payment needed for this order [Selected] => Selected [Unfortunately, there are no payment method available.] => Unfortunately, there is no payment method available. [By confirming the order, you certify that you have read and agree with all of the conditions below:] => By confirming the order, you certify that you have read and agree with all of the conditions below: [Place order] => Place order [Please make sure you've chosen a [1]payment method[/1] and accepted the [2]terms and conditions[/2].] => Please make sure you've chosen a [1]payment method[/1] and accepted the [2]terms and conditions[/2]. [Order with an obligation to pay] => Order with an obligation to pay [If you sign out now, your cart will be emptied.] => If you sign out now, your cart will be emptied. [Order as a guest] => Order as a guest [If you would like to add a comment about your order, please write it in the field below.] => If you would like to add a comment about your order, please write it in the field below. [I would like to receive my order in recycled packaging.] => I would like to receive my order in recycled packaging. [If you'd like, you can add a note to the gift:] => If you'd like, you can add a note to the gift: [Unfortunately, there are no carriers available for your delivery address.] => Unfortunately, there are no carriers available for your delivery address. [Shopping Cart] => Shopping Cart [Your order is confirmed] => Your order is confirmed [An email has been sent to your mail address %email%.] => An email has been sent to the %email% address. [You can also [1]download your invoice[/1]] => You can also [1]download your invoice[/1] [Order details] => Order details [Order reference: %reference%] => Order reference: %reference% [Payment method: %method%] => Payment method: %method% [Shipping method: %method%] => Shipping method: %method% [Save time on your next order, sign up now] => Save time on your next order, sign up now [Quantity] => Quantity [Code] => Code [Description] => Description [Value] => Value [Minimum] => Minimum [Cumulative] => Cumulative [Expiration date] => Expiration date [Name] => Name [Payment] => Payment [Order reference] => Order reference [Date] => Date [Total price] => Total price [Status] => Status [Invoice] => Invoice [Carrier] => Carrier [Payment method] => Payment method [Delivery address %alias%] => Delivery address %alias% [Invoice address %alias%] => Invoice address %alias% [Weight] => Weight [Shipping cost] => Shipping cost [Tracking number] => Tracking number ) [AdminOrderscustomersHelp] => Array ( [You can add a comment here.] => You can add a comment here. [View details on the customer page] => View details on the customer page [View details on the order page] => View details on the order page [Would you like to allow merchandise returns in your shop?] => Would you like to allow merchandise returns in your shop? [How many days after the delivery date does the customer have to return a product?] => How many days after the delivery date does the customer have to return a product? [Prefix used for return name (e.g. RE00001).] => Prefix used for return name (e.g. RE00001). [Merchandise return (RMA) status.] => Merchandise return (RMA) status. [List of products in return package.] => List of products in return package. [The link is only available after validation and before the parcel gets delivered.] => The link is only available after validation and before the parcel gets delivered. [This customer will receive your newsletter via email.] => This customer will receive your newsletter via email. [Password should be at least %length% characters long.] => Password should be at least %length% characters long. [Only letters and the dot (.) character, followed by a space, are allowed.] => Only letters and the dot (.) character, followed by a space, are allowed. [Enable or disable customer login.] => Enable or disable customer login. [This customer will receive your ads via email.] => This customer will receive your ads via email. [Select all the groups that you would like to apply to this customer.] => Select all the groups that you would like to apply to this customer. [This group will be the user's default group.] => This group will be the user's default group. [Only the discount for the selected group will be applied to this customer.] => Only the discount for the selected group will be applied to this customer. [Valid characters:] => Valid characters: [Maximum number of days to return a product after the delivery date.] => Maximum number of days to return a product after the delivery date. [Prefix used for merchandise returns (e.g. RE00001).] => Prefix used for merchandise returns (e.g. RE00001). [Prefix used for credit slips.] => Prefix used for credit slips. [Prefix used for delivery slips.] => Prefix used for delivery slips. [The next delivery slip will begin with this number and then increase with each additional slip.] => The next delivery slip will begin with this number and then increase with each additional slip. [Add an image before the product name on delivery slips.] => Add an image before the product name on delivery slips. [Format: %s (inclusive).] => Format: %s (inclusive). [If required, show the total amount per rate of the corresponding tax.] => If required, show the total amount per rate of the corresponding tax. [Freely definable prefix for invoice number (e.g. #IN00001).] => Freely definable prefix for invoice number (e.g. #IN00001). [The next invoice will begin with this number, and then increase with each additional invoice. Set to 0 if you want to keep the current number (which is #%number%).] => The next invoice will begin with this number, and then increase with each additional invoice. Set to 0 if you want to keep the current number (which is #%number%). [This text will appear at the bottom of the invoice, below your company details.] => This text will appear at the bottom of the invoice, below your company details. [Saves memory but slows down the PDF generation.] => Saves memory but slows down the PDF generation. [When enabled, your customers will receive an invoice for the purchase.] => When enabled, your customers will receive an invoice for the purchase. [Adds an image in front of the product name on the invoice.] => Adds an image in front of the product name on the invoice. [Use this field to show additional information on the invoice such as specific legal information. It will be displayed below the payment methods summary.] => Use this field to show additional information on the invoice such as specific legal information. It will be displayed below the payment methods summary. [Choose an invoice model] => Choose an invoice model [Required fields apply to the customer's registration form, you should check the address formats in [1]International > Locations > Countries[/1] before.] => Required fields apply to the customer's registration form, you should check the address formats in [1]International > Locations > Countries[/1] before. [Select the fields you would like to be required for this section.] => Select the fields you would like to be required for this section. [Please make sure you are complying with the opt-in legislation applicable in your country.] => Please make sure you are complying with the opt-in legislation applicable in your country. [[1]Make[/1] sure you enable partner offers in the [2]Shop Parameters > Customer Settings[/2] section of the back office before requiring them. Otherwise, new customers won't be able to create an account and [1]proceed[/1] to checkout.] => [1]Make[/1] sure you enable partner offers in the [2]Shop Parameters > Customer Settings[/2] section of the back office before requiring them. Otherwise, new customers won't be able to create an account and [1]proceed[/1] to checkout. [This feature generates a random password before sending an email to your customer.] => This feature generates a random password before sending an email to your customer. [This note will be displayed to all employees but not to customers.] => This note will be displayed to all employees but not to customers. [Format: 2011-12-31 (inclusive).] => Format: 2011-12-31 (inclusive). [You can also export orders which have not been charged yet.] => You can also export orders which have not been charged yet. [If enabled, your customers will receive an invoice for the purchase.] => If enabled, your customers will receive an invoice for the purchase. [Adds an image in front of the product name on the invoice] => Adds an image in front of the product name on the invoice [Use this field to show additional information on the invoice, below the payment methods summary (like specific legal information).] => Use this field to show additional information on the invoice, below the payment methods summary (like specific legal information). [Choose an invoice model.] => Choose an invoice model. [Search for an existing product by typing the first letters of its name.] => Search for an existing product by typing the first letters of its name. [Search for an existing customer by typing the first letters of his/her name.] => Search for an existing customer by typing the first letters of his/her name. [Use OR to broaden your search] => Use OR to broaden your search [Do not forget to update your exchange rate before making this change.] => Do not forget to update your exchange rate before making this change. [(Max %amount_refundable% %tax_method%)] => (Max %amount_refundable% %tax_method%) ) [ModulesBrandlistShop] => Array ( [All brands] => All brands [Brands] => Brands [No brand] => No brand ) [ModulesGsitemapAdmin] => Array ( [Google sitemap] => Google sitemap [Generate your Google sitemap file] => Generate your Google sitemap file [An error occured while trying to check your file permissions. Please adjust your permissions to allow PrestaShop to write a file in your root directory.] => An error occured while trying to check your file permissions. Please adjust your permissions to allow PrestaShop to write a file in your root directory. [Generate your Google sitemap file and keep it up to date with this module.] => Welcome your customers with their personal information displayed right on your footer. [Your sitemaps were successfully created. Please do not forget to setup the URL] => Your sitemaps were successfully created. Please do not forget to setup the URL [in your Google Webmaster account.] => in your Google Webmaster account. [Your sitemaps] => Your sitemaps [Sitemaps were already created.] => Sitemaps were already created. [Please set up the following sitemap URL in your Google Webmaster account:] => Please set up the following sitemap URL in your Google Webmaster account: [The above URL is the master sitemap file. It refers to the following sub-sitemap files:] => The above URL is the master sitemap file. It refers to the following sub-sitemap files: [Your last update was made on this date:] => Your last update was made on this date: [This shop has no sitemap yet.] => This shop has no sitemap yet. [For a better use of the module, please make sure that you have] => For a better use of the module, please make sure that you have [A minimum memory_limit value of 128 MB.] => A minimum memory_limit value of 128 MB. [A minimum max_execution_time value of 30 seconds.] => A minimum max_execution_time value of 30 seconds. [You can edit these limits in your php.ini file. For more details, please contact your hosting provider.] => You can edit these limits in your php.ini file. For more details, please contact your hosting provider. [Configure your sitemap] => Configure your sitemap [Several sitemap files will be generated depending on how your server is configured and on the number of activated products in your catalog.] => Several sitemap files will be generated depending on how your server is configured and on the number of activated products in your catalog. [How often do you update your store?] => How often do you update your store? [always] => always [hourly] => hourly [daily] => daily [weekly] => weekly [monthly] => monthly [yearly] => yearly [never] => never [Check this box if you wish to check the presence of the image files on the server] => Check this box if you wish to check the presence of the image files on the server [Indicate the pages that you do not want to include in your sitemap files:] => Indicate the pages that you do not want to include in your sitemap files: [Uncheck all] => Uncheck all [Generate sitemap] => Generate sitemap [Generating a sitemap can take several minutes] => Generating a sitemap can take several minutes [Information] => Information [You have two ways to generate sitemaps.] => You have two ways to generate sitemaps. [Manually:] => Manually: [Using the form above (as often as needed)] => Using the form above (as often as needed) [-or-] => -or- [Automatically:] => Automatically: [Ask your hosting provider to setup a "Cron job" to load the following URL at the time you would like:] => Ask your hosting provider to setup a "Cron job" to load the following URL at the time you would like: [It will automatically generate your XML sitemaps.] => It will automatically generate your XML sitemaps. [Check all] => Check all ) [AdminLoginNotification] => Array ( [You will be redirected to the login page in a few seconds.] => You will be redirected to the login page in a few seconds. [Please, check your mailbox.] => Please, check your mailbox. [A link to reset your password has been sent to you.] => A link to reset your password has been sent to you. [For security reasons, you cannot connect to the back office until you have:] => For security reasons, you cannot connect to the back office until you have: [deleted the /install folder] => deleted the /install folder [renamed the /admin folder (e.g. %s)] => renamed the /admin folder (e.g. %s) [Please then access this page by the new URL (e.g. %s)] => Please then access this page by the new URL (e.g. %s) [If this email address has been registered in our store, you will receive a link to reset your password.] => If this email address has been registered in our store, you will receive a link to reset your password. [For security reasons, you must also delete the /install folder.] => For security reasons, you must also delete the /install folder. [SSL is activated. However, your IP is allowed to enter unsecure mode for maintenance or local IP issues.] => SSL is activated. However, your IP is allowed to enter unsecure mode for maintenance or local IP issues. [SSL is activated. Please connect using the following link to [1]log in to secure mode (https://)[/1]] => SSL is activated. Please connect using the following link to [1]log in to secure mode (https://)[/1] [The employee does not exist, or the password provided is incorrect.] => The employee does not exist, or the password provided is incorrect. [This employee does not manage the shop anymore (either the shop has been deleted or permissions have been revoked).] => This employee does not manage the shop anymore (either the shop has been deleted or permissions have been revoked). [This account does not exist.] => This account does not exist. [You can reset your password every %interval% minute(s) only. Please try again later.] => You can reset your password every %interval% minute(s) only. Please try again later. [Please, check your mailbox. A link to reset your password has been sent to you.] => Please, check your mailbox. A link to reset your password has been sent to you. [An error occurred while attempting to reset your password.] => An error occurred while attempting to reset your password. [Some identification information is missing.] => Some identification information is missing. [The password is missing: please enter your new password.] => The password is missing: please enter your new password. [The password is not in a valid format.] => The password is not in a valid format. [The confirmation is empty: please fill in the password confirmation as well.] => The confirmation is empty: please fill in the password confirmation as well. [The confirmation password doesn't match. Please double check both passwords.] => The confirmation password doesn't match. Please double-check both passwords. [Your password reset request expired. Please start again.] => Your password reset request expired. Please start again. [An error occurred while attempting to change your password.] => An error occurred while attempting to change your password. [The password has been changed successfully.] => The password has been changed successfully. [If this email address has been registered in our store, you will receive a link to reset your password at %email%.] => If this email address has been registered in our store, you will receive a link to reset your password at %email%. [The confirmation password doesn't match. Please double-check both passwords.] => The confirmation password doesn't match. Please double-check both passwords. ) [ModulesCategoryproductsAdmin] => Array ( [Products in the same category] => Products in the same category [Adds a block on the product page that displays products from the same category.] => Adds a block on the product page that displays products from the same category. [Invalid value for display price.] => Invalid value for display price. [Display products' prices] => Display products' prices [Show the prices of the products displayed in the block.] => Show the prices of the products displayed in the block. [Number of product to display] => Number of product to display [Add a block on every product page that displays items from the same category.] => Add a block on every product page that displays items from the same category. ) [AdminDashboardHelp] => Array ( [This mode displays sample data so you can try your dashboard without real numbers.] => This mode displays sample data so you can try your dashboard without real numbers. [Choose a fixed fee for each order placed in %currency% with %module%.] => Choose a fixed fee for each order placed in %currency% with %module%. [Choose a variable fee for each order placed in %currency% with %module%. It will be applied on the total paid with taxes.] => Choose a variable fee for each order placed in %currency% with %module%. It will be applied on the total paid with taxes. [Choose a fixed fee for each order placed with a foreign currency with %module%.] => Choose a fixed fee for each order placed with a foreign currency with %module%. [Choose a variable fee for each order placed with a foreign currency with %module%. It will be applied on the total paid with taxes.] => Choose a variable fee for each order placed with a foreign currency with %module%. It will be applied on the total paid with taxes. [For the carrier named %s, indicate the domestic delivery costs in percentage of the price charged to customers.] => For the carrier named %s, indicate the domestic delivery costs in percentage of the price charged to customers. [For the carrier named %s, indicate the overseas delivery costs in percentage of the price charged to customers.] => For the carrier named %s, indicate the overseas delivery costs in percentage of the price charged to customers. [Method: Indicate the percentage of your carrier margin. For example, if you charge $10 of shipping fees to your customer for each shipment, but you really pay $4 to this carrier, then you should indicate "40" in the percentage field.] => Method: Indicate the percentage of your carrier margin. For example, if you charge $10 of shipping fees to your customer for each shipment, but you really pay $4 to this carrier, then you should indicate "40" in the percentage field. [You should calculate this percentage as follows: ((total sales revenue) - (cost of goods sold)) / (total sales revenue) * 100. This value is only used to calculate the Dashboard approximate gross margin, if you do not specify the wholesale price for each product.] => You should calculate this percentage as follows: ((total sales revenue) - (cost of goods sold)) / (total sales revenue) * 100. This value is only used to calculate the Dashboard approximate gross margin, if you do not specify the wholesale price for each product. [You should calculate this value by making the sum of all of your additional costs per order.] => You should calculate this value by making the sum of all of your additional costs per order. ) [AdminNotificationsInfo] => Array ( [This field will be modified for all your shops.] => This field will be modified for all your shops. [This field will be modified for all shops in this shop group:] => This field will be modified for all shops in this store group: [This field will be modified for this shop:] => This field will be modified for this shop: [Delete selected] => Delete selected [Delete selected items?] => Delete selected items? [Delete selected item?] => Delete selected item? [Forbidden characters:] => Forbidden characters: [Note that this feature is only available in "all stores" context. It will be added to all your stores.] => Note that this feature is only available in "all stores" context. It will be added to all your stores. [Empty recordset returned.] => Empty recordset returned. [Empty recordset returned] => Empty recordset returned [Note that this page is available in all shops context only, this is why your context has just switched.] => Note that this page is available in all shops context only, this is why your context has just switched. [Note that this feature is available in all shops context only. It will be added to all your stores.] => Note that this feature is available in all shops context only. It will be added to all your stores. [This product is not associated with the store selected in the multistore header, please select another one.] => This product is not associated with the store selected in the multistore header, please select another one. [This page is only compatible in a single store context. To access the page, please select a store or [1]disable the multistore feature[/1].] => This page is only compatible in a single store context. To access the page, please select a store or [1]disable the multistore feature[/1]. [This page is only compatible in a single-store context. Please select a store in the multistore header.] => This page is only compatible in a single-store context. Please select a store in the multistore header. [Key should be at least %length% characters long.] => Key should be at least %length% characters long. [The key must be %length% characters long.] => The key must be %length% characters long. [Password should be at least %length% characters long.] => Password should be at least %length% characters long. [Invalid characters: %s] => Invalid characters: %s [Note that this page is available in a single shop context only. Switch context to work on it.] => Note that this page is available in a single shop context only. Switch context to work on it. [Invalid characters:] => Invalid characters: ) [ShopThemeCustomeraccount] => Array ( [Receive offers from our partners] => Receive offers from our partners [#%id%] => #%id% [Your account] => Your account [Vouchers] => Vouchers [Credit slips] => Credit slips [Merchandise returns] => Merchandise returns [Information] => Information [Addresses] => Addresses [Add first address] => Add first address [Orders] => Orders [Order tracking] => Order tracking [Create account] => Create account [Log me out] => Log me out [Log in to your customer account] => Log in to your customer account [View my customer account] => View my customer account [Enter a password between %s and %s characters] => Enter a password between %s and %s characters [The minimum score must be: %s] => The minimum score must be: %s [Connected as [1]%firstname% %lastname%[/1].] => Connected as [1]%firstname% %lastname%[/1]. [Not you? [1]Log out[/1]] => Not you? [1]Log out[/1] [Personalized and secure access] => Personalized and secure access [Fast and easy checkout] => Fast and easy checkout [Easier merchandise return] => Easier merchandise return [Back to your account] => Back to your account [Returned] => Returned [Merchandise return] => Merchandise return [If you wish to return one or more products, please mark the corresponding boxes and provide an explanation for the return. When complete, click the button below.] => If you wish to return one or more products, please mark the corresponding boxes and provide an explanation for the return. When complete, click the button below. [Request a return] => Request a return [Messages] => Messages [Add a message] => Add a message [If you would like to add a comment about your order, please write it in the field below.] => If you would like to add a comment about your order, please write it in the field below. [Update your address] => Update your address [New address] => New address [Your addresses] => Your addresses [Log in to your account] => Log in to your account [No account? Create one here] => No account? Create one here [Your vouchers] => Your vouchers [Guest Order Tracking] => Guest Order Tracking [To track your order, please enter the following information:] => To track your order, please enter the following information: [For example: QIIXJXNUI or QIIXJXNUI#1] => For example: QIIXJXNUI or QIIXJXNUI#1 [Guest Tracking] => Guest Tracking [Order history] => Order history [Here are the orders you've placed since your account was created.] => Here are the orders you've placed since your account was created. [Details] => Details [Your personal information] => Your personal information [Order history and details] => Order history and details [You have given permission to receive your order in recycled packaging.] => You have given permission to receive your order in recycled packaging. [Order details] => Order details [Order Reference %reference% - placed on %date%] => Order Reference %reference% - placed on %date% [Download your invoice as a PDF file.] => Download your invoice as a PDF file. [You have requested gift wrapping for this order.] => You have requested gift wrapping for this order. [Message] => Message [Follow your order's status step-by-step] => Follow your order's status step-by-step [Click the following link to track the delivery of your order] => Click the following link to track the delivery of your order [Here is a list of pending merchandise returns] => Here is a list of pending merchandise returns [Return] => Return [Package status] => Package status [Returns form] => Returns form [Return details] => Return Details [%number% on %date%] => %number% on %date% [We have logged your return request.] => We have logged your return request. [Your package must be returned to us within %number% days of receiving your order.] => Your package must be returned to us within %number% days of receiving your order. [The current status of your merchandise return is: [1] %status% [/1]] => The current status of your merchandise return is: [1] %status% [/1] [List of items to be returned:] => List of items to be returned: [Reminder] => Reminder [All merchandise must be returned in its original packaging and in its original state.] => All merchandise must be returned in its original packaging and in its original state. [Please print out the [1]returns form[/1] and include it with your package.] => Please print out the [1]returns form[/1] and include it with your package. [Please check the [1]returns form[/1] for the correct address.] => Please check the [1]returns form[/1] for the correct address. [When we receive your package, we will notify you by email. We will then begin processing order reimbursement.] => When we receive your package, we will notify you by email. We will then begin processing order reimbursement. [Please let us know if you have any questions.] => Please let us know if you have any questions. [If the conditions of return listed above are not respected, we reserve the right to refuse your package and/or reimbursement.] => If the conditions of return listed above are not respected, we reserve the right to refuse your package and/or reimbursement. [Order] => Order [Date issued] => Date issued [Credit slips you have received after canceled orders.] => Credit slips you have received after canceled orders. [Credit slip] => Credit slip [View credit slip] => View credit slip [Please enter the email address you used to register. You will receive a temporary link to reset your password.] => Please enter the email address you used to register. You will receive a temporary link to reset your password. [Forgot your password?] => Forgot your password? [Reset your password] => Reset your password [Email address: %email%] => Email address: %email% [Create an account] => Create an account [Already have an account?] => Already have an account? [Log in instead!] => Log in instead! ) [AdminShippingNotification] => Array ( [Ranges are not correctly ordered:] => Ranges are not correctly ordered: [Reordering] => Reordering [Please validate the last range before creating a new one.] => Please validate the last range before creating a new one. [Are you sure to delete this range ?] => Are you sure to delete this range ? [This range is not valid] => This range is not valid [Ranges are overlapping] => Ranges are overlapping [Please select at least one zone] => Please select at least one zone [Are you sure you want to delete the logo?] => Are you sure you want to delete the logo? [You do not have permission to use this wizard.] => You do not have permission to use this wizard. [You must choose at least one shop or group shop.] => You must choose at least one store or group of stores. [An error occurred while saving this carrier.] => An error occurred while saving this carrier. [An error occurred while saving carrier groups.] => An error occurred while saving carrier groups. [An error occurred while saving carrier zones.] => An error occurred while saving carrier zones. [An error occurred while saving carrier ranges.] => An error occurred while saving carrier ranges. [An error occurred while saving associations of shops.] => An error occurred while saving associations of shops. [An error occurred while saving the tax rules group.] => An error occurred while saving the tax rules group. [An error occurred while saving carrier logo.] => An error occurred while saving carrier logo. [An error occurred while updating carrier information.] => An error occurred while updating carrier information. [An error occurred while updating the free shipping status.] => An error occurred while updating the free shipping status. ) [messages] => Array ( [[undefined]] => [undefined] [If enabled, the voucher will not apply to products already on sale.] => If enabled, the voucher will not apply to products already on sale. [Add a rule concerning] => Add a rule concerning [The product(s) are matching one of these:] => The product(s) are matching one of these: [Discount name] => Discount name [Sync success] => Sync success [Close] => Close [Customer since: %s] => Customer since: %s [Choose a template] => Choose a template [Send] => Send [You can add a comment here.] => You can add a comment here. [Customer ID:] => Customer ID: [Order #] => Order # [Product #] => Product # [Subject:] => Subject: [No result] => No result [%] => % [Discount:] => Discount: [Please name your data matching configuration in order to save it.] => Please name your data matching configuration in order to save it. [Match your data] => Match your data [Please match each column of your source file to one of the destination columns.] => Please match each column of your source file to one of the destination columns. [Load a data matching configuration] => Load a data matching configuration [Load] => Load [Save your data matching configuration] => Save your data matching configuration [Two columns cannot have the same type of values] => Two columns cannot have the same type of values [This column must be set:] => This column must be set: [Rows to skip] => Rows to skip [Indicate how many of the first rows of your file should be skipped when importing the data. For instance set it to 1 if the first row of your file contains headers.] => Indicate how many of the first rows of your file should be skipped when importing the data. For instance set it to 1 if the first row of your file contains headers. [Password] => Password [Your password has been successfully changed.] => Your password has been successfully changed. [Translate] => Translate [Generate RTL Stylesheets] => Generate RTL Stylesheets [Manage hooks] => Manage hooks [Reset] => Reset [To add a new module, simply connect to your PrestaShop Addons account and all your purchases will be automatically imported.] => To add a new module, simply connect to your PrestaShop Addons account and all your purchases will be automatically imported. [Can I add my own modules?] => Can I add my own modules? [Please note that for security reasons, you can only add modules that are being distributed on PrestaShop Addons, the official marketplace.] => Please note that for security reasons, you can only add modules that are being distributed on PrestaShop Addons, the official marketplace. [Normal view] => Normal view [Favorites view] => Favorites view [Module] => Module [Tab] => Tab [Categories] => Categories [Interest] => Interest [Favorite] => Favorite [Filter by] => Filter by [Installed & Not Installed] => Installed & Not Installed [Installed Modules] => Installed Modules [Modules Not Installed ] => Modules Not Installed [Enabled & Disabled] => Enabled & Disabled [Enabled Modules] => Enabled Modules [Disabled Modules] => Disabled Modules [Authors] => Authors [All authors] => All authors [Confirm reset] => Confirm reset [Would you like to delete the content related to this module ?] => Would you like to delete the content related to this module ? [No - reset only the parameters] => No - reset only the parameters [Yes - reset everything] => Yes - reset everything [Preferences saved] => Preferences saved [Uninstall] => Uninstall [Remove from Favorites] => Remove from Favorites [Mark as Favorite] => Mark as Favorite [Module %1s ] => Module %1s [Official, PrestaShop certified module. Free, secure and includes updates!] => Official, PrestaShop certified module. Free, secure, and includes updates! [Update it!] => Update it! [Install the selection] => Install the selection [Uninstall the selection] => Uninstall the selection [No modules available in this section.] => No modules available in this section. [by] => by [Read more] => Read more [You bought this module on PrestaShop Addons. Thank You.] => You bought this module on PrestaShop Addons. Thank You. [Bought] => Bought [This module is available on PrestaShop Addons] => This module is available on PrestaShop Addons [Popular] => Popular [Official] => Official [Need update] => Need update [Free] => Free [Install] => Install [Manage translations] => Manage translations [Modules list] => Modules list [The module must either be a Zip file (.zip) or a tarball file (.tar, .tar.gz, .tgz).] => The module must either be a Zip file (.zip) or a tarball file (.tar, .tar.gz, .tgz). [Upload a module from your computer.] => Upload a module from your computer. [Module file] => Module file [Choose a file] => Choose a file [Upload this module] => Upload this module [An upgrade is available for some of your modules!] => An upgrade is available for some of your modules! [Favorites] => Favorites [All] => All [Add a new module] => Add a new module [List of modules] => List of modules [Update all] => Update all [Check for update] => Check for update [Help] => Help [(%s votes)] => (%s votes) [(%s vote)] => (%s vote) [Description] => Description [Merchant benefits] => Merchant benefits [Install module] => Install module [View on PrestaShop Addons] => View on PrestaShop Addons [v] => v [This module is available for free thanks to our partner.] => This module is available for free thanks to our partner. [Not Installed] => Not Installed [Installed] => Installed [More modules on addons.prestashop.com] => More modules on addons.prestashop.com [The controller %s is missing or invalid.] => The controller %s is missing or invalid. [Back to the previous page] => Back to the previous page [Go to the dashboard] => Go to the dashboard [Attachment] => Attachment [Category] => Category [Brand] => Brand [Supplier] => Supplier [Number of products:] => Number of products: [Product name] => Product name [Attribute name] => Attribute name [Supplier Reference] => Supplier Reference [Wholesale price] => Wholesale price [EAN13] => EAN13 [UPC] => UPC [Available Quantity] => Available Quantity [N/A] => N/A [EAN-13] => EAN-13 [%limit% for suhosin.post.max_vars.] => %limit% for suhosin.post.max_vars. [%limit% for suhosin.request.max_vars.] => %limit% for suhosin.request.max_vars. [You must use this syntax in your translations. Here are several examples:] => You must use this syntax in your translations. Here are several examples: [%d] => %d [Date range] => Date range [Custom] => Custom [to] => to [Compare to] => Compare to [Previous period] => Previous period [Previous Year] => Previous Year [Previous year] => Previous year [Sunday] => Sunday [Monday] => Monday [Tuesday] => Tuesday [Wednesday] => Wednesday [Thursday] => Thursday [Friday] => Friday [Saturday] => Saturday [Sun] => Sun [Mon] => Mon [Tue] => Tue [Wed] => Wed [Thu] => Thu [Fri] => Fri [Sat] => Sat [Su] => Su [Mo] => Mo [Tu] => Tu [We] => We [Th] => Th [Fr] => Fr [Sa] => Sa [January] => January [February] => February [March] => March [April] => April [May] => May [June] => June [July] => July [August] => August [September] => September [October] => October [November] => November [December] => December [Jan] => Jan [Feb] => Feb [Mar] => Mar [Apr] => Apr [May ] => May [Jun] => Jun [Jul] => Jul [Aug] => Aug [Sep] => Sep [Oct] => Oct [Nov] => Nov [Dec] => Dec [Customers] => Customers [Orders] => Orders [Income] => Income [Message] => Message [Traffic] => Traffic [Conversion] => Conversion [Group:] => Group: [All stores] => All stores [Add tag] => Add tag [Remove] => Remove [Now] => Now [Done] => Done [Choose Time] => Choose Time [Time] => Time [Hour] => Hour [Minute] => Minute [Group name] => Group name [No group created] => No group created [No records found] => No records found [Select all] => Select all [Unselect all] => Unselect all [Display] => Display [result(s)] => result(s) [From] => From [Please fill at least one field to perform a search in this list.] => Please fill at least one field to perform a search in this list. [Refresh list] => Refresh list [Show SQL query] => Show SQL query [Export to SQL Manager] => Export to SQL Manager [Shop group] => Store group [To] => To [and stay] => and stay [Multistore] => Multistore [Check / Uncheck all] => Check / Uncheck all [If you check a field, change its value, and save, the multistore behavior will not apply to this shop (or group), for this particular parameter.] => If you check a field, change its value, and save the multistore behavior will not apply to this store (or group), for this particular parameter. [(tax excl.)] => (tax excl.) [You can't change the value of this configuration field in the context of this shop.] => You can't change the value of this configuration field in the context of this store. [You can't change the value of this configuration field in this store's context.] => You can't change the value of this configuration field in this store's context. [Set required fields for this section] => Set required fields for this section [Required Fields] => Required Fields [Select the fields you would like to be required for this section.] => Select the fields you would like to be required for this section. [Field Name] => Field Name [All shops] => All stores [(%s selected)] => (%s selected) [Group: %s] => Group: %s [search...] => search... [Add files...] => Add files... [Add file...] => Add file... [Upload files] => Upload files [Upload file] => Upload file [You cannot have more than %s images in total. Please remove some of the current images before adding new ones.] => You cannot have more than %s images in total. Please remove some of the current images before adding new ones. [Remove file] => Remove file [File size] => File size [You have reached the limit (%s) of files to upload, please remove files to continue uploading] => You have reached the limit (%s) of files to upload, please remove files to continue uploading [Download current file] => Download current file [Add files] => Add files [Add file] => Add file [Download current file (%skb)] => Download current file (%skb) [You can upload a maximum of %s files] => You can upload a maximum of %s files [There are %d warnings:] => There are %d warnings: [123.45.67.89] => 123.45.67.89 [Oh no!] => Oh no! [The mobile version of this page is not available yet.] => The mobile version of this page is not available yet. [Please use a desktop computer to access this page, until is adapted to mobile.] => Please use a desktop computer to access this page, until is adapted to mobile. [Thank you.] => Thank you. [by name] => by name [by ip address] => by ip address [%s group] => %s group [List] => List [View details] => View details [Options] => Options [Generator] => Generator [%s: %s] => %s: %s [filter by %s] => filter by %s [%s deletion] => %s deletion [%s addition] => %s addition [%s modification] => %s modification [Do you really want to uninstall this module?] => Do you really want to uninstall this module? [Disable this module] => Disable this module [Enable this module for all shops] => Enable this module for all stores [Disable on mobiles] => Disable on mobiles [Disable on tablets] => Disable on tablets [Disable on computers] => Disable on computers [Display on mobiles] => Display on mobiles [Display on tablets] => Display on tablets [Display on computers] => Display on computers [This action will permanently remove the module from the server. Are you sure you want to do this?] => This action will permanently remove the module from the server. Are you sure you want to do this? [Comment:] => Comment: [Other Modules] => Other Modules [Module not found] => Module not found [Modules to update] => Modules to update [Translate this module] => Translate this module [Straight rows of keys are easy to guess] => Straight rows of keys are easy to guess [Short keyboard patterns are easy to guess] => Short keyboard patterns are easy to guess [Use a longer keyboard pattern with more turns] => Use a longer keyboard pattern with more turns [Repeats like "aaa" are easy to guess] => Repeats like "aaa" are easy to guess [Repeats like "abcabcabc" are only slightly harder to guess than "abc"] => Repeats like "abcabcabc" are only slightly harder to guess than "abc" [Sequences like abc or 6543 are easy to guess] => Sequences like "abc"or "6543" are easy to guess [Recent years are easy to guess] => Recent years are easy to guess [Dates are often easy to guess] => Dates are often easy to guess [This is a top-10 common password] => This is a top-10 common password [This is a top-100 common password] => This is a top-100 common password [This is a very common password] => This is a very common password [This is similar to a commonly used password] => This is similar to a commonly used password [A word by itself is easy to guess] => A word by itself is easy to guess [Names and surnames by themselves are easy to guess] => Names and surnames by themselves are easy to guess [Common names and surnames are easy to guess] => Common names and surnames are easy to guess [Very weak] => Very weak [Weak] => Weak [Average] => Average [Strong] => Strong [Very strong] => Very strong [Use a few words, avoid common phrases] => Use a few words, avoid common phrases [No need for symbols, digits, or uppercase letters] => No need for symbols, digits, or uppercase letters [Avoid repeated words and characters] => Avoid repeated words and characters [Avoid sequences] => Avoid sequences [Avoid recent years] => Avoid recent years [Avoid years that are associated with you] => Avoid years that are associated with you [Avoid dates and years that are associated with you] => Avoid dates and years that are associated with you [Capitalization doesn't help very much] => Capitalization doesn't help very much [All-uppercase is almost as easy to guess as all-lowercase] => All-uppercase is almost as easy to guess as all-lowercase [Reversed words aren't much harder to guess] => Reversed words aren't much harder to guess [Predictable substitutions like '@' instead of 'a' don't help very much] => Predictable substitutions like "@" instead of "a" don't help very much [Add another word or two. Uncommon words are better.] => Add another word or two. Uncommon words are better. [Sequences like "abc" or "6543" are easy to guess] => Sequences like "abc" or "6543" are easy to guess. [Predictable substitutions like "@" instead of "a" don't help very much] => Predictable substitutions like "@" instead of "a" don't help very much. [Guest client : ID] => Guest client: ID [General info] => General info [Gender] => Gender [Name] => Name [Birth date] => Birth date [Age] => Age [Email] => Email [Language] => Language [Creation account data] => Creation account data [Last visit] => Last visit [Siret] => Siret [Ape] => Ape [Company] => Company [Website] => Website [Addresses] => Addresses [Alias] => Alias [Address] => Address [Phone(s)] => Phone(s) [Country] => Country [Date] => Date [No addresses] => No addresses [Reference] => Reference [Payment] => Payment [Order state] => Order state [Total paid] => Total paid [No orders] => No orders [Products bought] => Products bought [Order ref] => Order ref [Product ref] => Product ref [Quantity] => Quantity [Carts] => Carts [Id] => Id [Total products] => Total products [No carts] => No carts [Product(s) still in cart] => Product(s) still in cart [Cart ID] => Cart ID [Product reference] => Product reference [No products] => No products [Messages] => Messages [IP] => IP [No messages] => No messages [Last connections] => Last connections [Origin request] => Origin request [Page viewed] => Page viewed [Time on the page] => Time on the page [IP address] => IP address [No connections] => No connections [Official GDPR compliance] => Official GDPR compliance [Make your store comply with the General Data Protection Regulation (GDPR).] => Make your store comply with the General Data Protection Regulation (GDPR). [Are you sure you want to uninstall this module?] => Are you sure you want to uninstall this module? [There was an error during the uninstallation. Please contact us through Addons website.] => There was an error during the uninstallation. Please contact us through Addons website. [There was an error on module uninstall. Please contact us through Addons website] => There was an error when uninstalling the module. Please contact us through the PrestaShop Addons website. [Data accessibility] => Data accessibility [How can a customer retrieve all of his personal data?] => How can a customer retrieve all of their personal data? [From his customer account, a new tab called My Personal Data is available and your customer can retrieve all of his personal data collected by your shop and installed modules, in PDF or CSV format.] => From their customer account, a new tab called "My Personal Data" is available. There, your customer can retrieve all personal data collected by your store and installed modules, in PDF or CSV format. [Customer consent] => Customer consent [There is no consent confirmation checkbox in the contact form. Isn't this a requirement?] => I can't find any consent confirmation checkbox in the contact form. Isn't this a requirement? [No, it is not a requirement as the customer gives consent by clicking on the Submit message button. Only a message is required to give your customers more information about the use of personal data on your website. We are currently working on a new version of the contact form, it will be available really soon for your online store.] => No, it is not a requirement because the customer gives consent by clicking on the "Submit message" button. Only a message is required to give your customers more information about the use of personal data on your website. We are currently working on a new version of the contact form, it will be available soon for your online store. [Data erasure] => Data erasure [How will a customer ask for all of his personal data to be deleted ?] => How can a customer ask for all of their personal data to be deleted? [The customer will send a message from the contact form for any rectification and erasure requests, justifying his request.] => The customer can send a message from the contact form for any rectification and erasure requests, justifying the request. [There is no Remove Data button in the customer account. Isn't this a requirement?] => There is no "Remove data" button in the customer account. Isn't this a requirement? [No, the Remove Data button in the customer account is not an obligation. For the data erasure requests, your customers can request data removal only under certain circumstances, that is the reason why we decided not to include an automatic Remove Data button in their customer account. They can, however, contact you anytime via your contact form, in this case, you can review their request and once you accept it, you will be able to remove their personal data directly in the configuration page of our Official GDPR Compliance module.] => No, the "Remove data" button in the customer account is not mandatory. Your customers can request data removal under certain circumstances only; that is the reason why we decided not to include an automatic "Remove data" button in their customer account. They can, however, contact you anytime via your contact form. In this case, you can review their request and, once you accept it, you will be able to remove their personal data directly from the configuration page of our Official GDPR Compliance module. [How to remove the personal data of a customer?] => How can I remove a customer's personal data? [If the request is valid, from the Personal Data Management tab of this module, any customer can be found by typing the first few letters of his name or email address in the search bar. Before deleting any data, we recommend you to download all the invoices of the involved customer. After deleting the data with the “Remove data” button, the customer’s orders can’t be legally deleted, they just won’t be linked to any account. This allows you to keep precise statistics of your shop.] => If the request is valid, you can find any customer by typing the first few letters of their name or email address in the search bar of the "Personal Data Management" tab of this module. Before deleting any data, we recommend you download all the invoices of the involved customer. After deleting the data with the “Remove data” button, the customer’s orders can’t be legally deleted — they just won’t be linked to any account. This allows you to keep precise statistics of your store. [After removing all personal data of a customer from my database, what will happen to his orders?] => After removing all personal data of a customer from my database, what will happen to their orders? [Due to other legal obligations, his orders will still be stocked but they are no longer associated with the customer. Only the name, shipping, and billing information must be kept in the order details page for legal reasons, invoicing, and accounting. According to the Rec.30;Art.7(1)(c)] => Due to other legal obligations, the customer's orders will still be saved but will no longer be associated with them. Only the name, shipping, and billing information must be kept on the order details page for legal reasons, invoicing, and accounting. According to the Rec.30;Art.7(1)(c) [Saved with success !] => Saved with success! [Customer data deleted by official GDPR module.] => Customer data deleted by the official GDPR module. [Generate password] => Generate password [Change password...] => Change password... [Current password] => Current password [New password] => New password [Confirm password] => Confirm password ) [AdminDashboardNotification] => Array ( [You are currently connected under the following domain name:] => You are currently connected under the following domain name: [This is different from the shop domain name set in the Multistore settings: "%s".] => This is different from the shop domain name set in the Multistore settings: "%s". [If this is your main domain, please {link}change it now{/link}.] => If this is your main domain, please {link}change it now{/link}. [This is different from the domain name set in the "SEO & URLs" tab.] => This is different from the domain name set in the "SEO & URLs" tab. ) [ModulesLegalcomplianceShop] => Array ( [Information] => Information ) [AdminDashboardFeature] => Array ( [Dashboard] => Dashboard [Demo mode] => Demo mode [Average bank fees per payment method] => Average bank fees per payment method [Average shipping fees per shipping method] => Average shipping fees per shipping method [Other settings] => Other settings [Average gross margin percentage] => Average gross margin percentage [Other fees per order] => Other fees per order ) [ModulesLinklistShop] => Array ( [Products] => Products [Our company] => Our company ) [ModulesNewproductsShop] => Array ( [New products] => New products [All new products] => All new products ) [ModulesCrosssellingShop] => Array ( [Customers who bought this product also bought:] => Customers who bought this product also bought: ) [AdminShippingFeature] => Array ( [Will be applied when the price is] => Will be applied when the price is [Will be applied when the weight is] => Will be applied when the weight is [Add new range] => Add new range [Ranges] => Ranges [inactive] => inactive [Carrier name:] => Carrier name: [This carrier will be proposed for those delivery zones:] => This carrier will be proposed for those delivery zones: [And it will be proposed for those client groups:] => And it will be proposed for those client groups: [Finally, this carrier will be proposed in those shops:] => Finally, this carrier will be proposed in those shops: [This carrier is %1$s and the transit time is %2$s.] => This carrier is %1$s and the transit time is %2$s. [free] => free [not free] => not free [This carrier can deliver orders from %1$s to %2$s.] => This carrier can deliver orders from %1$s to %2$s. [If the order is out of range, the behavior is to %3$s.] => If the order is out of range, the behavior is to %3$s. [The shipping cost is calculated %1$s and the tax rule %2$s will be applied.] => Shipping costs are calculated %1$s and the tax rule %2$s will be applied. [according to the price] => according to the price [according to the weight] => according to the weight [Add new carrier] => Add new carrier [Free shipping] => Free shipping [Pick up in-store] => Pick up in-store [Delivery next day!] => Delivery next day! [General settings] => General settings [Shipping locations and costs] => Shipping locations and costs [Size, weight, and group access] => Size, weight, and group access [Carrier name] => Carrier name [Tracking URL] => Tracking URL [Add handling costs] => Add handling costs [According to total price.] => According to total price. [According to total weight.] => According to total weight. [Apply the cost of the highest defined range] => Apply the cost of the highest defined range [Maximum package width (%s)] => Maximum package width (%s) [Maximum package height (%s)] => Maximum package height (%s) [Maximum package depth (%s)] => Maximum package depth (%s) [Maximum package weight (%s)] => Maximum package weight (%s) [Group access] => Group access [Transit time] => Transit time [Speed grade] => Speed grade [Billing] => Billing [Out-of-range behavior] => Out-of-range behavior [Disable carrier] => Disable carrier [Free Shipping] => Free Shipping [Apply shipping cost] => Apply shipping cost [Shipping and handling] => Shipping and handling [Default behavior] => Default behavior [According to total price] => According to total price [According to total weight] => According to total weight [Maximum package height] => Maximum package height [Maximum package width] => Maximum package width [Maximum package depth] => Maximum package depth [Maximum package weight] => Maximum package weight [Name:] => Name: [Delay] => Delay [Default carrier] => Default carrier [Handling charges] => Handling charges [Free shipping starts at] => Free shipping starts at [Manage your carriers] => Manage your carriers [Create carriers to let your customers choose their best shipping option in terms of delivery dates or fees. Start with editing/deleting the default "My carrier", and add as many options as you need.] => Create carriers to let your customers choose their best shipping option in terms of delivery dates or fees. Start with editing/deleting the default "My carrier", and add as many options as you need. [Carrier options] => Carrier options [Handling] => Handling [Tracking number] => Tracking number [Carrier] => Carrier [Carriers] => Carriers [Shipping cost] => Shipping cost ) [AdminNavigationMenu] => Array ( [Menu] => Menu [Invoices] => Invoices [Catalog] => Catalog [Sell] => Sell [Improve] => Improve [Configure] => Configure [More] => More [Modules & Services] => Modules & Services [Advanced Parameters] => Advanced Parameters [Attributes] => Attributes [Carriers] => Carriers [Carrier] => Carrier [Cart Rules] => Cart Rules [Catalog Price Rules] => Catalog Price Rules [Module Catalog] => Module Catalog [Page Categories] => Page Categories [Pages] => Pages [Combinations Generator] => Combinations Generator [Configuration] => Configuration [Contact] => Contact [Countries] => Countries [Customer Service] => Customer Service [Customer Settings] => Customer Settings [Dashboard] => Dashboard [Database] => Database [Employees] => Employees [Team] => Team [Features] => Features [General] => General [Groups] => Groups [Image Settings] => Image Settings [Images] => Images [Instant Stock Status] => Instant Stock Status [Languages] => Languages [Locations] => Locations [Login] => Login [Design] => Design [Brands & Suppliers] => Brands & Suppliers [Brands] => Brands [Marketing] => Marketing [Menus] => Menus [Merchandise Returns] => Merchandise Returns [Modules] => Modules [Monitoring] => Monitoring [Multistore] => Multistore [Order Settings] => Order Settings [Payment] => Payment [Permissions] => Permissions [Discounts] => Discounts [Quick Access] => Quick Access [Referrers] => Referrers [Search] => Search [Shipping] => Shipping [Shop Parameters] => Shop Parameters [Shop URLs] => Shop URLs [Shopping Carts] => Shopping Carts [Shops] => Shops [Stats] => Stats [Stock Coverage] => Stock Coverage [Stock Management] => Stock Management [Stock Movement] => Stock Movement [Stores] => Stores [Supply orders] => Supply orders [Tags] => Tags [Taxes] => Taxes [Theme Catalog] => Theme Catalog [Traffic & SEO] => Traffic & SEO [Warehouses] => Warehouses [Zones] => Zones [Modules Catalog] => Modules Catalog [Module Manager] => Module Manager [New & Experimental Features] => New & Experimental Features [Updates] => Updates [Alerts] => Alerts [Authorization Server] => Authorization Server [Files] => Files [DB Backup] => DB Backup [Categories] => Categories [Credit Slips] => Credit Slips [Currencies] => Currencies [Email] => Email [SEO & URLs] => SEO & URLs [Orders] => Orders [Products] => Products [Search Engines] => Search Engines [States] => States [Suppliers] => Suppliers [Tax Rules] => Tax Rules [Administration] => Administration [Import] => Import [Logs] => Logs [Performance] => Performance [Profiles] => Profiles [SQL Manager] => SQL Manager [Information] => Information [Contacts] => Contacts [Customers] => Customers [Maintenance] => Maintenance [Product Settings] => Product Settings [Titles] => Titles [Positions] => Positions [Geolocation] => Geolocation [Localization] => Localization [Payment Methods] => Payment Methods [Preferences] => Preferences [Stock] => Stock [Outstanding] => Outstanding [Order Messages] => Order Messages [Delivery Slips] => Delivery Slips [Translations] => Translations [International] => International [List of applications] => List of applications [Authorization Server Management] => Authorization Server Management [Order settings] => Order settings [Email Theme] => Email Theme [Webservice] => Webservice [Statuses] => Statuses [Theme & Logo] => Theme & Logo [Attributes & Features] => Attributes & Features [Addresses] => Addresses ) [ModulesFeaturedproductsAdmin] => Array ( [Featured products] => Featured products [Pick a category and highlight its items, enhance customer experience with a lively homepage.] => Pick a category and highlight its items, enhance customer experience with a lively homepage. [The number of products is invalid. Please enter a positive number.] => The number of products is invalid. Please enter a positive number. [The category ID is invalid. Please choose an existing category ID.] => The category ID is invalid. Please choose an existing category ID. [Invalid value for the "randomize" flag.] => Invalid value for the "randomize" flag. [To add products to your homepage, simply add them to the corresponding product category (default: "Home").] => To add products to your homepage, simply add them to the corresponding product category (default: "Home"). [Number of products to be displayed] => Number of products to be displayed [Set the number of products that you would like to display on homepage (default: 8).] => Set the number of products that you would like to display on homepage (default: 8). [Category from which to pick products to be displayed] => Category from which to pick products to be displayed [Randomly display featured products] => Randomly display featured products [Enable if you wish the products to be displayed randomly (default: no).] => Enable if you wish the products to be displayed randomly (default: no). ) [ModulesImagesliderAdmin] => Array ( [Image slider] => Image slider [Add sliding images to your homepage to welcome your visitors in a visual and friendly way.] => Add sliding images to your homepage to welcome your visitors in a visual and friendly way. [Invalid values] => Invalid values [Invalid slide] => Invalid slide [Invalid slide state.] => Invalid slide state. [Invalid slide ID] => Invalid slide ID [The title is too long.] => The title is too long. [The caption is too long.] => The caption is too long. [The URL is too long.] => The URL is too long. [The description is too long.] => The description is too long. [The URL format is not correct.] => The URL format is not correct. [Invalid filename.] => Invalid filename. [The URL is not set.] => The URL is not set. [The image is not set.] => The image is not set. [The configuration could not be updated.] => The configuration could not be updated. [The slide could not be added.] => The slide could not be added. [The slide could not be updated.] => The slide could not be updated. [Slide information] => Slide information [Target URL] => Target URL [Caption] => Caption [Speed] => Speed [The duration of the transition between two slides.] => The duration of the transition between two slides. [Pause on hover] => Pause on hover [Stop sliding when the mouse cursor is over the slideshow.] => Stop sliding when the mouse cursor is over the slideshow. [Loop forever] => Loop forever [Loop or stop after the last slide.] => Loop or stop after the last slide. [Since multiple languages are activated on your shop, please mind to upload your image for each one of them] => Since multiple languages are activated on your shop, please mind to upload your image for each one of them [You cannot manage slides items from a "All Shops" or a "Group Shop" context, select directly the shop you want to edit] => You cannot manage slides items from a "All Shops" or a "Group Shop" context, select directly the shop you want to edit [You can only edit this slide from the shop(s) context: %s] => You can only edit this slide from the shop(s) context: %s [You cannot add slides from a "All Shops" or a "Group Shop" context] => You cannot add slides from a "All Shops" or a "Group Shop" context [Unable to get slide shop association information (id_slide: %d)] => Unable to get slide shop association information (id_slide: %d) [The modifications will be applied to shop: %s] => The modifications will be applied to shop: %s [The modifications will be applied to this group: %s] => The modifications will be applied to this group: %s [The modifications will be applied to all shops and shop groups] => The modifications will be applied to all stores and store groups [This slide is shared with other shops! All shops associated to this slide will apply modifications made here] => This slide is shared with other shops! All shops associated to this slide will apply modifications made here [Slides list] => Slides list [Shared slide] => Shared slide ) [ModulesDistributionapiclientAdmin] => Array ( [Distribution API Client] => Distribution API Client [Download and upgrade PrestaShop's native modules.] => Download and upgrade PrestaShop's native modules. ) [ModulesCategoryproductsShop] => Array ( [%s other product in the same category:] => %s other product in the same category: [%s other products in the same category:] => %s other products in the same category: ) [AdminAdvparametersFeature] => Array ( [Menu] => Menu [No menu] => No menu [Import data from another shop] => Import data from another shop [Experimental product page] => Experimental product page [New product page - Single store] => New product page - Single store [New product page - Multistore] => New product page - Multistore [New product page] => New product page [Authorization server] => Authorization server [Catalog price rules] => Catalog price rules [Enable / Disable having more than one image format (jpg, webp, avif, png, etc.)] => Enable / Disable having more than one image format (jpg, webp, avif, png, etc.) [Countries] => Countries [States] => States [Carriers] => Carriers [Titles] => Titles [Tax rule groups] => Tax rule groups [Customer threads] => Customer threads [Order states] => Order states [Permissions] => Permissions [SuperAdmin] => SuperAdmin [Logistician] => Logistician [Translator] => Translator [Salesman] => Salesman [Webservice key created: %s] => Webservice key created: %s [Webservice key %s has been deleted] => Webservice key %s has been deleted [Supply Orders] => Supply Orders [Supply Order Details] => Supply Order Details [Product Reference] => Product Reference [Note] => Note [Supplier ID *] => Supplier ID * [Lang ID] => Lang ID [Warehouse ID *] => Warehouse ID * [Currency ID *] => Currency ID * [Supply Order Reference *] => Supply Order Reference * [Delivery Date (Y-M-D)*] => Delivery Date (Y-M-D)* [Discount rate] => Discount rate [Product ID *] => Product ID * [Product Attribute ID] => Product Attribute ID [Unit Price (tax excl.)*] => Unit Price (tax excl.)* [Quantity Expected *] => Quantity Expected * [Discount Rate] => Discount Rate [Tax Rate] => Tax Rate [Import .CSV data] => Import .CSV data [Advanced Stock Management] => Advanced Stock Management [Template] => Template [Customer ID] => Customer ID [Active (0/1)] => Active (0/1) [Customer email] => Customer email [Root category (0/1)] => Root category (0/1) [Product ID] => Product ID [Attribute (Name:Type:Position)] => Attribute (Name:Type:Position) [Value (Value:Position)] => Value (Value:Position) [Supplier reference] => Supplier reference [Default (0 = No, 1 = Yes)] => Default (0 = No, 1 = Yes) [Combination availability date] => Combination availability date [Choose among product images by position (1,2,3...)] => Choose among product images by position (1,2,3...) [UPC] => UPC [Minimal quantity] => Minimal quantity [Image URLs (x,y,z...)] => Image URLs (x,y,z...) [Image alt texts (x,y,z...)] => Image alt texts (x,y,z...) [Depends on stock] => Depends on stock [Warehouse] => Warehouse [EAN-13] => EAN-13 [Titles ID (Mr = 1, Ms = 2, else 0)] => Titles ID (Mr = 1, Ms = 2, else 0) [Birth date (yyyy-mm-dd)] => Birth date (yyyy-mm-dd) [Newsletter (0/1)] => Newsletter (0/1) [Partner offers (0/1)] => Partner offers (0/1) [Registration date (yyyy-mm-dd)] => Registration date (yyyy-mm-dd) [Groups (x,y,z...)] => Groups (x,y,z...) [Default group ID] => Default group ID [Categories (x,y,z...)] => Categories (x,y,z...) [Tax rule ID] => Tax rule ID [On sale (0/1)] => On sale (0/1) [Discount amount] => Discount amount [Discount percent] => Discount percent [Discount from (yyyy-mm-dd)] => Discount from (yyyy-mm-dd) [Discount to (yyyy-mm-dd)] => Discount to (yyyy-mm-dd) [Reference #] => Reference # [Supplier reference #] => Supplier reference # [Delivery time of out-of-stock products with allowed orders:] => Delivery time of out-of-stock products with allowed orders: [Additional shipping cost] => Additional shipping cost [Unit for the price per unit] => Unit for base price [Tags (x,y,z...)] => Tags (x,y,z...) [Rewritten URL] => Rewritten URL [Label when backorder allowed] => Label when backorder allowed [Available for order (0 = No, 1 = Yes)] => Available for order (0 = No, 1 = Yes) [Product availability date] => Product availability date [Product creation date] => Product creation date [Show price (0 = No, 1 = Yes)] => Show price (0 = No, 1 = Yes) [Delete existing images (0 = No, 1 = Yes)] => Delete existing images (0 = No, 1 = Yes) [Feature (Name:Value:Position:Customized)] => Feature (Name:Value:Position:Customized) [Available online only (0 = No, 1 = Yes)] => Available online only (0 = No, 1 = Yes) [Customizable (0 = No, 1 = Yes)] => Customizable (0 = No, 1 = Yes) [Uploadable files (0 = No, 1 = Yes)] => Uploadable files (0 = No, 1 = Yes) [Text fields (0 = No, 1 = Yes)] => Text fields (0 = No, 1 = Yes) [Action when out of stock] => Action when out of stock [Virtual product (0 = No, 1 = Yes)] => Virtual product (0 = No, 1 = Yes) [File URL] => File URL [Expiration date (yyyy-mm-dd)] => Expiration date (yyyy-mm-dd) [Number of days] => Number of days [Accessories (x,y,z...)] => Accessories (x,y,z...) [Active (0/1)] => Active (0/1) [Image URL] => Image URL [Address (2)] => Address (2) [Latitude] => Latitude [Longitude] => Longitude [Hours (x,y,z...)] => Hours (x,y,z...) [ID / Name of group shop] => ID / Name of the group of stores [Ignore this column] => Ignore this column [Store contacts] => Store contacts [Back office connection from %ip%] => Back office connection from %ip% [%class_name% addition] => %class_name% addition [Edit this SQL query] => Edit this SQL query [Select your default file encoding] => Select your default file encoding [SQL query name] => SQL query name [Attribute groups] => Attribute groups [Cart rules] => Cart rules [Contact information] => Contact information [Discount prices] => Discount prices [Module hooks] => Module hooks [Meta information] => Meta information [Product combinations] => Product combinations [Available quantities for sale] => Available quantities for sale [Warehouses] => Warehouses [Webservice accounts] => Webservice accounts [Tax rules groups] => Tax rules groups [Import data] => Import data [Choose the source shop] => Choose the source shop [Choose data to import] => Choose data to import [Shop groups list] => Store groups list [Choose the source store] => Choose the source store [Store groups list] => Store groups list [Customer groups] => Customer groups [Shop group] => Store group [Multistore options] => Multistore options [Default shop] => Default shop [Add a new shop group] => Add a new store group [Add a new shop] => Add a new store [Shop group name] => Store group name [Share customers] => Share customers [Share available quantities for sale] => Share available quantities for sale [Share available quantities between shops of this group. When changing this option, all available products quantities will be reset to 0.] => Share available quantities between stores of this group. When changing this option, all available product quantities will be reset to 0. [Share orders] => Share orders [Store group] => Store group [Default store] => Default store [Add a new group of stores] => Add a new group of stores [Add a new store] => Add a new store [Name of the store group] => Name of the store group [Multistore tree] => Multistore tree [Shop URL ID] => Shop URL ID [Shop name] => Store name [Is it the main URL?] => Is it the main URL? [URL options] => URL options [Is it the main URL for this shop?] => Is it the main URL for this shop? [Shop URL] => Shop URL [Domain] => Domain [SSL Domain] => SSL Domain [Physical URL] => Physical URL [Virtual URL] => Virtual URL [Final URL] => Final URL [Edit this shop] => Edit this shop [Add a new URL] => Add a new URL [Store URL ID] => Store URL ID [Store name] => Store name [Is it the main URL for this store?] => Is it the main URL for this store? [Store URL] => Store URL [Edit this store] => Edit this store [Statistics] => Statistics [Notifications] => Notifications [Both] => Both [This is a test message. Your server is now configured to send email.] => This is a test message. Your server is now configured to send email. [Test message -- Prestashop] => Test message -- Prestashop [Error: Please check your configuration] => Error: Please check your configuration [An error has occurred. Please check your configuration] => An error has occurred. Please check your configuration. [%key% (missing description)] => %key% (missing description) [Use /usr/sbin/sendmail (recommended; works in most cases)] => Use /usr/sbin/sendmail (recommended; works in most cases) [Set my own SMTP parameters (for advanced users ONLY)] => Set my own SMTP parameters (for advanced users ONLY) [Never send emails (may be useful for testing purposes)] => Never send emails (may be useful for testing purposes) [View (GET)] => View (GET) [Modify (PUT)] => Modify (PUT) [Add (POST)] => Add (POST) [Patch (PATCH)] => Patch (PATCH) [Delete (DELETE)] => Delete (DELETE) [Fast view (HEAD)] => Fast view (HEAD) [Refresh list] => Refresh list [Age] => Age [Recipient] => Recipient [Subject] => Subject [Sent] => Sent [Erase all] => Erase all [Severity (1-4)] => Severity (1-4) [Object type] => Object type [Object ID] => Object ID [Error code] => Error code [Last update] => Last update [Employee ID] => Employee ID [Key] => Key [Key description] => Key description [ID / Name of shop] => ID / Name of shop [Advanced stock management] => Advanced stock management [Product reference] => Product reference [EAN13] => EAN13 [New & Experimental Features] => New & Experimental Features [Add new profile] => Add new profile [Combination reference] => Combination reference [Memcached via PHP::Memcache] => Memcached via PHP::Memcache [Memcached via PHP::Memcached] => Memcached via PHP::Memcached [APC] => APC [Xcache] => Xcache [Use cache] => Use cache [Caching system] => Caching system [Smart cache for CSS] => Smart cache for CSS [Smart cache for JavaScript] => Smart cache for JavaScript [Apache optimization] => Apache optimization [Disable all overrides] => Disable all overrides [Enable or disable all classes and controllers overrides.] => Enable or disable all classes and controllers overrides. [Debug profiler] => Debug profiler [Media server #1] => Media server #1 [Media server #2] => Media server #2 [Media server #3] => Media server #3 [Clear cache] => Clear cache [Never clear cache files] => Never clear cache files [Clear cache everytime something has been modified] => Clear cache everytime something has been modified [Never recompile template files] => Never recompile template files [Recompile templates if the files have been updated] => Recompile templates if the files have been updated [Force compilation] => Force compilation [Template compilation] => Template compilation [Cache] => Cache [Should be enabled except for debugging.] => Should be enabled except for debugging. [Multi-front optimizations] => Multi-front optimizations [Lifetime of front office cookies] => Lifetime of front office cookies [Lifetime of back office cookies] => Lifetime of back office cookies [Automatically check for module updates] => Automatically check for module updates [Check the cookie's IP address] => Check the cookie's IP address [Cookie SameSite] => Cookie SameSite [Show notifications for new orders] => Show notifications for new orders [Show notifications for new customers] => Show notifications for new customers [Show notifications for new messages] => Show notifications for new messages [Maximum size for attached files] => Maximum size for attached files [Maximum size for a downloadable product] => Maximum size for a downloadable product [Maximum size for a product's image] => Maximum size for a product's image [megabytes] => megabytes [Ignore statistics tables] => Ignore statistics tables [Drop existing tables during import] => Drop existing tables during import [DKIM domain] => DKIM domain [DKIM selector] => DKIM selector [DKIM private key] => DKIM private key [Send email in HTML format] => Send email in HTML format [Send email in text format] => Send email in text format [Log Emails] => Log Emails [DKIM signing] => DKIM signing [Enable the store name as a prefix in the email's subject] => Enable the store name as a prefix in the email's subject [Send emails to] => Send emails to [None] => None [TLS] => TLS [SSL] => SSL [Email domain name] => Email domain name [SMTP server] => SMTP server [SMTP username] => SMTP username [SMTP password] => SMTP password [Encryption] => Encryption [Send a test email to] => Send a test email to [minutes] => minutes [Password regeneration] => Password regeneration [Security: Minimum time to wait between two password changes.] => Security: Minimum time to wait between two password changes. [Memorize the language used in Admin panel forms] => Memorize the language used in Admin panel forms [Allow employees to select a specific language for the Admin panel form.] => Allow employees to select a specific language for the Admin panel form. [Permission profile] => Permission profile [Default page] => Default page [Please name your data matching configuration in order to save it.] => Please name your data matching configuration in order to save it. [What do you want to import?] => What do you want to import? [Select a file to import] => Select a file to import [Language of the file] => Language of the file [Field separator] => Field separator [Multiple value separator] => Multiple value separator [Delete all [1]categories[/1] before import] => Delete all [1]categories[/1] before import [Use product reference as key] => Use product reference as key [Skip thumbnails regeneration] => Skip thumbnails regeneration [Force all ID numbers] => Force all ID numbers [Send notification email] => Send notification email [Next step] => Next step [Minimum severity level] => Minimum severity level [Enable multi-statements queries] => Enable multi-statements queries [Back office token protection] => Back office token protection [0 - Extremely guessable] => 0 - Extremely guessable [1 - Very guessable] => 1 - Very guessable [2 - Somewhat guessable] => 2 - Somewhat guessable [3 - Safely unguessable] => 3 - Safely unguessable [4 - Very unguessable] => 4 - Very unguessable [Minimum length] => Minimum length [Maximum length] => Maximum length [Minimum password security score] => Minimum password security score [Enable PrestaShop's webservice] => Enable PrestaShop's webservice [Enable CGI mode for PHP] => Enable CGI mode for PHP [Webservice account key.] => Webservice account key. [Enable webservice key] => Enable webservice key [Current password] => Current password [New password] => New password [Confirm password] => Confirm password [Download the backup file (%s MB)] => Download the backup file (%s MB) [Tip: You can also download this file from your FTP server. Backup files are located in the "/adminXXXX/backups" directory.] => Tip: You can also download this file from your FTP server. Backup files are located in the "/adminXXXX/backups" directory. [Backup options] => Backup options [Available fields] => Available fields [* Required field] => * Required field [History of uploaded files] => History of uploaded files [Download] => Download [Choose from history / FTP] => Choose from history / FTP [Download sample csv files] => Download sample csv files [Back to the dashboard] => Back to the dashboard [Test your email configuration] => Test your email configuration [A test email has been sent to the email address you provided.] => A test email has been sent to the email address you provided. [Send a test email] => Send a test email [Employee options] => Employee options [Employees] => Employees [Manage your team] => Manage your team [Create profiles for your employees with specific rights. SuperAdmin can access the entire store while other people can only be dedicated to the catalog or orders pages.] => Create profiles for your employees with specific rights. SuperAdmin can access the entire store while other people can only be dedicated to the catalog or orders pages. [Edit: %lastname% %firstname%] => Edit: %lastname% %firstname% [Add new employee] => Add new employee [New features] => New features [Experimental features] => Experimental features [Match your data] => Match your data [Please match each column of your source file to one of the destination columns.] => Please match each column of your source file to one of the destination columns. [Load a data matching configuration] => Load a data matching configuration [Save your data matching configuration] => Save your data matching configuration [Rows to skip] => Rows to skip [Indicate how many of the first rows of your file should be skipped when importing the data. For instance set it to 1 if the first row of your file contains headers.] => Indicate how many of the first rows of your file should be skipped when importing the data. For instance set it to 1 if the first row of your file contains headers. [Two columns cannot have the same type of values] => Two columns cannot have the same type of values [This column must be set:] => This column must be set: [Meaning of severity levels:] => Meaning of severity levels: [Logs by email] => Logs by email [No module] => No module [Profile] => Profile [List of MySQL Tables] => List of MySQL Tables [Please choose a table.] => Please choose a table. [Add table name to SQL query] => Add table name to SQL query [List of attributes for this MySQL table] => List of attributes for this MySQL table [Add attribute to SQL query] => Add attribute to SQL query [Action] => Action [SQL query] => SQL query [Add new SQL query] => Add new SQL query [SQL query result] => SQL query result [Outdated sessions] => Outdated sessions [Clear outdated sessions manually] => Clear outdated sessions manually [Clear] => Clear [Password policy] => Password policy [0 means the password is extremely easy to guess (within 10^3 guesses). Dictionary words like "password" or "mother" score 0.] => 0 means the password is extremely easy to guess (within 10^3 guesses). Dictionary words like "password" or "mother" score 0. [1 is still very easy to guess (guesses lesser than 10^6). An extra character on a dictionary word can score 1.] => 1 is still very easy to guess (guesses less than 10^6). An extra character on a dictionary word can score 1. [2 is pretty easy to guess (guesses lesser than 10^8). It provides some protection from unthrottled online attacks.] => 2 is pretty easy to guess (guesses less than 10^8). It provides some protection from unthrottled online attacks. [3 is safely unguessable (guesses lesser than 10^10). It offers moderate protection from offline slow-hash scenario.] => 3 is safely unguessable (guesses less than 10^10). It offers moderate protection from offline slow-hash scenario. [4 is very unguessable (guesses greater than or equal to 10^10) and provides strong protection from offline slow-hash scenario.] => 4 is very unguessable (guesses greater than or equal to 10^10) and provides strong protection from offline slow-hash scenario. [1 is still very easy to guess (guesses less than 10^6). An extra character on a dictionary word can score 1.] => 1 is still very easy to guess (guesses less than 10^6). An extra character on a dictionary word can score 1. [2 is pretty easy to guess (guesses less than 10^8). It provides some protection from unthrottled online attacks.] => 2 is pretty easy to guess (guesses less than 10^8). It provides some protection from unthrottled online attacks. [3 is safely unguessable (guesses less than 10^10). It offers moderate protection from offline slow-hash scenario.] => 3 is safely unguessable (guesses less than 10^10). It offers moderate protection from offline slow-hash scenario. [Webservice Accounts] => Webservice Accounts [Set the resource permissions for this key:] => Set the resource permissions for this key: [Add new webservice key] => Add new webservice key [Webservice status] => Webservice status [Webservice is enabled. Main entry point is] => Webservice is enabled. Main entry point is [It seems that the webservice endpoint is not functional. If you are using httpd/apache2, you need to enable URL rewriting on your server.] => It seems that the webservice endpoint is not functional. If you are using httpd/apache2, you need to enable URL rewriting on your server. [Read the [1]developer documentation[/1].] => Read the [1]developer documentation[/1]. [Upload quota] => Upload quota [Port] => Port [IP Address] => IP Address [Weight] => Weight [Add server] => Add server [Add Server] => Add Server [Test Server] => Test Server [Debug mode] => Debug mode [Smarty] => Smarty [Modules] => Modules [Disable non built-in modules] => Disable non built-in modules [Optional features] => Optional features [CCC (Combine, Compress and Cache)] => CCC (Combine, Compress and Cache) [Media servers (use only with CCC)] => Media servers (use only with CCC) [You must enter another domain, or subdomain, in order to use cookieless static content.] => You must enter another domain, or subdomain, in order to use cookieless static content. [Caching] => Caching [Disable all non-built-in modules?] => Disable all non-built-in modules? [Configuration information] => Configuration information [This information must be provided when you report an issue on GitHub or on the forum.] => This information must be provided when you report an issue on GitHub or on the forum. [Server information] => Server information [Server information:] => Server information: [Server software version:] => Server software version: [PHP version:] => PHP version: [Memory limit:] => Memory limit: [Max execution time:] => Max execution time: [Upload Max File size:] => Upload Max File size: [PageSpeed module for Apache installed (mod_instaweb)] => PageSpeed module for Apache installed (mod_instaweb) [Database information] => Database information [MySQL version:] => MySQL version: [MySQL server:] => MySQL server: [MySQL name:] => MySQL name: [MySQL user:] => MySQL user: [Tables prefix:] => Tables prefix: [MySQL engine:] => MySQL engine: [MySQL driver:] => MySQL driver: [List of overrides] => List of overrides [Store information] => Store information [PrestaShop version:] => PrestaShop version: [Shop URL:] => Shop URL: [Shop path:] => Shop path: [Current theme in use:] => Current theme in use: [Mail configuration] => Mail configuration [Mail method:] => Mail method: [You are using /usr/sbin/sendmail] => You are using /usr/sbin/sendmail [You are using your own SMTP parameters.] => You are using your own SMTP parameters. [SMTP server:] => SMTP server: [SMTP username:] => SMTP username: [Defined] => Defined [Not defined] => Not defined [SMTP password:] => SMTP password: [Encryption:] => Encryption: [SMTP port:] => SMTP port: [Your information] => Your information [Your web browser:] => Your web browser: [Check your configuration] => Check your configuration [Required parameters:] => Required parameters: [Optional parameters:] => Optional parameters: [List of changed files] => List of changed files [You must provide this information when reporting an issue on GitHub or on the forum.] => You must provide this information when reporting an issue on GitHub or on the forum. [No overrides have been found.] => No overrides have been found. [Straight rows of keys are easy to guess] => Straight rows of keys are easy to guess [Short keyboard patterns are easy to guess] => Short keyboard patterns are easy to guess [Use a longer keyboard pattern with more turns] => Use a longer keyboard pattern with more turns [Repeats like "aaa" are easy to guess] => Repeats like "aaa" are easy to guess [Repeats like "abcabcabc" are only slightly harder to guess than "abc"] => Repeats like "abcabcabc" are only slightly harder to guess than "abc" [Sequences like abc or 6543 are easy to guess] => Sequences like abc or 6543 are easy to guess [Recent years are easy to guess] => Recent years are easy to guess [Dates are often easy to guess] => Dates are often easy to guess [This is a top-10 common password] => This is a top-10 common password [This is a top-100 common password] => This is a top-100 common password [This is a very common password] => This is a very common password [This is similar to a commonly used password] => This is similar to a commonly used password [A word by itself is easy to guess] => A word by itself is easy to guess [Names and surnames by themselves are easy to guess] => Names and surnames by themselves are easy to guess [Common names and surnames are easy to guess] => Common names and surnames are easy to guess [Very weak] => Very weak [Weak] => Weak [Average] => Average [Strong] => Strong [Very strong] => Very strong [Use a few words, avoid common phrases] => Use a few words, avoid common phrases [No need for symbols, digits, or uppercase letters] => No need for symbols, digits, or uppercase letters [Avoid repeated words and characters] => Avoid repeated words and characters [Avoid sequences] => Avoid sequences [Avoid recent years] => Avoid recent years [Avoid years that are associated with you] => Avoid years that are associated with you [Avoid dates and years that are associated with you] => Avoid dates and years that are associated with you [Capitalization doesn't help very much] => Capitalization doesn't help very much [All-uppercase is almost as easy to guess as all-lowercase] => All-uppercase is almost as easy to guess as all-lowercase [Reversed words aren't much harder to guess] => Reversed words aren't much harder to guess [Predictable substitutions like '@' instead of 'a' don't help very much] => Predictable substitutions like '@' instead of 'a' don't help very much [Add another word or two. Uncommon words are better.] => Add another word or two. Uncommon words are better. [Enter a password between %d and %d characters] => Enter a password between %d and %d characters [The minimum score must be: %s] => The minimum score must be: %s [Sequences like "abc" or "6543" are easy to guess] => Sequences like "abc" or "6543" are easy to guess. [Predictable substitutions like "@" instead of "a" don't help very much] => Predictable substitutions like "@" instead of "a" don't help very much. [File size] => File size [Price tax excluded] => Price tax excluded [Price tax included] => Price tax included [Price per unit] => Base price ) [AdminCatalogFeature] => Array ( [Texture] => Texture [Apply a discount] => Apply a discount [Percent (%)] => Percent (%) [Apply a discount to] => Apply a discount to [Order (without shipping)] => Order (without shipping) [Specific product] => Specific product [Cheapest product] => Cheapest product [Selected product(s)] => Selected product(s) [Exclude discounted products] => Exclude discounted products [Send a free gift] => Send a free gift [Search a product] => Search a product [Matching products] => Matching products [Available combinations] => Available combinations [Country selection] => Country selection [Carrier selection] => Carrier selection [Customer group selection] => Customer group selection [Store selection] => Store selection [Limit to a single customer] => Limit to a single customer [Valid] => Valid [Minimum amount] => Minimum amount [Shipping excluded] => Shipping excluded [Shipping included] => Shipping included [Total available] => Total available [Total available for each user] => Total available for each user [Restrictions] => Restrictions [Unselected countries] => Unselected countries [Selected countries] => Selected countries [Unselected carriers] => Unselected carriers [Selected carriers] => Selected carriers [Unselected groups] => Unselected groups [Selected groups] => Selected groups [Compatibility with other cart rules] => Compatibility with other cart rules [Uncombinable cart rules] => Uncombinable cart rules [Combinable cart rules] => Combinable cart rules [Product selection] => Product selection [Unselected shops] => Unselected shops [Selected shops] => Selected shops [Cart rule] => Cart rule [Information] => Information [Now] => Now [Done] => Done [Choose Time] => Choose Time [Time] => Time [Minute] => Minute [Conditions] => Conditions [Highlight] => Highlight [Partial use] => Partial use [Number of products required in the cart to enjoy the discount:] => Number of products required in the cart to enjoy the discount: [Attachment] => Attachment [Product name] => Product name [Add a new condition group] => Add a new condition group [Add condition] => Add condition [Condition group] => Condition group [MPN] => MPN [Root] => Root [Home] => Home [Increase] => Increase [Decrease] => Decrease [Customer Order] => Customer Order [Adjustment following an inventory of stock] => Adjustment following an inventory of stock [Transfer to another warehouse] => Transfer to another warehouse [Transfer from another warehouse] => Transfer from another warehouse [Supply Order] => Supply Order [Product Return] => Product return [Manual Entry] => Manual Entry [Values] => Values [Value] => Value [Color or texture] => Color or texture [Public name] => Public name [Attribute type] => Attribute type [Attribute group] => Attribute group [Current texture] => Current texture [Add new values] => Add new values [Add New Attributes] => Add New Attributes [Edit New Attribute] => Edit New Attribute [Add New Attribute] => Add New Attribute [Edit value] => Edit value [Save then add another value] => Save then add another value [Color] => Color [Attributes] => Attributes [Payment:] => Payment: [Cart Rules] => Cart Rules [Open] => Open [Messages] => Messages [Private] => Private [Last message] => Last message [Contact options] => Contact options [Allow file uploading] => Allow file uploading [Default message] => Default message [Customer service options] => Customer service options [IMAP URL] => IMAP URL [IMAP port] => IMAP port [IMAP user] => IMAP user [IMAP password] => IMAP password [Delete messages] => Delete messages [Create new threads] => Create new threads [IMAP options] => IMAP options [Total threads] => Total threads [Threads pending] => Threads pending [Total number of customer messages] => Total number of customer messages [Total number of employee messages] => Total number of employee messages [Unread threads] => Unread threads [Closed threads] => Closed threads [Pending Discussion Threads] => Pending Discussion Threads [Average Response Time] => Average Response Time [Messages per Thread] => Messages per Thread [Reply to the next unanswered message in this thread] => Reply to the next unanswered message in this thread [Mark as "handled"] => Mark as "handled" [Re-open] => Re-open [Mark as "pending 1" (will be answered later)] => Mark as "pending 1" (will be answered later) [Disable pending status] => Disable pending status [Mark as "pending 2" (will be answered later)] => Mark as "pending 2" (will be answered later) [Message to:] => Message to: [Product:] => Product: [Status:] => Status: [Closed] => Closed [Pending 1] => Pending 1 [Pending 2] => Pending 2 [Message forwarded to] => Message forwarded to [Edit New Feature] => Edit New Feature [Add New Feature] => Add New Feature [Feature value] => Feature value [Add a new feature value] => Add a new feature value [Add new feature] => Add new feature [Impact on weight] => Impact on weight [Short description] => Short description [Condition] => Condition [Low stock level] => Low stock level [Label when in stock] => Label when in stock [Delivery time of in-stock products:] => Delivery time of in-stock products: [Number of allowed downloads] => Number of allowed downloads [Category root] => Category root [Reduction with or without taxes] => Reduction with or without taxes [Beginning] => Beginning [End] => End [Reduction type] => Reduction type [Leave initial price] => Leave initial price [Number of products] => Number of products [Average number of products per category] => Average number of products per category [Disabled Categories] => Disabled Categories [Empty Categories] => Empty Categories [Top Category] => Top Category [All combinations] => All combinations [copy of %s] => copy of %s [Comment:] => Comment: [Opened] => Opened [Default delivery time: [1]%delivery_time% - %oos_delivery_time%[/1] [2]Edit delivery time[/2]] => Default delivery time: [1]%delivery_time% - %oos_delivery_time%[/1] [2]Edit delivery time[/2] [None] => None [Use default behavior] => Use default behavior [Allow orders] => Allow orders [Deny orders] => Deny orders [Decrement pack only.] => Decrement pack only. [Decrement products in pack only.] => Decrement products in pack only. [Decrement both.] => Decrement both. [New] => New [Used] => Used [Refurbished] => Refurbished [A physical product that needs to be shipped.] => A physical product that needs to be shipped. [A product with different variations (size, color, etc.) from which customers can choose.] => A product with different variations (size, color, etc.) from which customers can choose. [A collection of products from your catalog.] => A collection of products from your catalog. [An intangible product that doesn't require shipping. You can also add a downloadable file.] => An intangible product that doesn't require shipping. You can also add a downloadable file. [Pack of products] => Pack of products [Standard product] => Standard product [Customers can access the product by browsing the catalog, using the search bar, or the link.] => Customers can access the product by browsing the catalog, using the search bar, or the link. [Customers can access the product only by browsing the catalog. This is particularly useful to avoid displaying too many similar products in a search.] => Customers can access the product only by browsing the catalog. This is particularly useful to avoid displaying too many similar products in a search. [Customers can access the product only by using the search bar.] => Customers can access the product only by using the search bar. [Only customers with the link can access the product.] => Only customers with the link can access the product. [Everywhere] => Everywhere [Catalog only] => Catalog only [Search only] => Search only [Nowhere] => Nowhere [product(s)] => product(s) [Cart rules] => Cart rules [Products] => Products [List of disabled products] => List of disabled products [List of empty categories] => List of empty categories [List of products with combinations but without available quantities for sale] => List of products with combinations but without available quantities for sale [List of products without combinations and without available quantities for sale] => List of products without combinations and without available quantities for sale [List of products without description and summary] => List of products without description and summary [List of products without images] => List of products without images [List of products without price] => List of products without price [%product_name%: %combination_details%] => %product_name%: %combination_details% [Cover image] => Cover image [%price% (tax incl.)] => %price% (tax incl.) [%price% (tax excl.)] => %price% (tax excl.) [Add new root category] => Add new root category [Add new category] => Add new category [Low stock alert] => Low stock alert [Combination name] => Combination name [Physical quantity] => Physical quantity [Reserved quantity] => Reserved quantity [Category name] => Category name [Parent of the category] => Parent of the category [Please select a file] => Please select a file [ISBN code] => ISBN code [Min. quantity for sale] => Min. quantity for sale [Select images of this combination:] => Select images of this combination: [Final price] => Final price [Impact on price per unit (tax excl.)] => Impact on price per unit (tax excl.) [Set as default combination] => Set as default combination [Impact on price (tax incl.)] => Impact on price (tax incl.) [Ecotax (tax incl.)] => Ecotax (tax incl.) [Send me an email when the quantity is below or equals this level] => Send me an email when the quantity is below or equals this level [Stock location] => Stock location [Availability date] => Availability date [Cost Price] => Cost Price [Minimum quantity] => Minimum quantity [Add products to your pack] => Add products to your pack [Choose a brand] => Choose a brand [Pre-tax retail price] => Pre-tax retail price [Retail price with tax] => Retail price with tax [Add a new category] => Add a new category [Accessories] => Accessories [Invalid characters are: %invalidCharacters%] => Invalid characters are: %invalidCharacters% [Default category] => Default category [This field contains invalid characters: %invalidCharacters%] => This field contains invalid characters: %invalidCharacters% [UPC barcode] => UPC barcode [EAN-13 or JAN barcode] => EAN-13 or JAN barcode [Display options] => Display options [Default suppliers] => Default suppliers [Attachments for this product:] => Attachments for this product: [ISBN] => ISBN [Display condition on product page] => Display condition on product page [Available for order] => Available for order [Show price] => Show price [Web only (not sold in your retail store)] => Web only (not sold in your retail store) [No tax] => No tax [Apply to all products] => Apply to all products [Display the "On sale!" flag on the product page, and on product listings.] => Display the "On sale!" flag on the product page, and on product listings. [Retail price (tax excl.)] => Retail price (tax excl.) [Retail price (tax incl.)] => Retail price (tax incl.) [Retail price per unit (tax excl.)] => Retail price per unit (tax excl.) [Create combinations] => Create combinations [I want to use the advanced stock management system for this product.] => I want to use the advanced stock management system for this product. [The available quantities for the current product and its combinations are based on the stock in your warehouse (using the advanced stock management system). ] => The available quantities for the current product and its combinations are based on the stock in your warehouse (using the advanced stock management system). [I want to specify available quantities manually.] => I want to specify available quantities manually. [Label when out of stock (and backorders allowed)] => Label when out of stock (and backorders allowed) [When out of stock] => When out of stock [Minimum quantity for sale] => Minimum quantity for sale [Add downloadable file] => Add downloadable file [Pack stock behavior] => Pack stock behavior [No redirection (404)] => No redirection (404) [No redirection (410)] => No redirection (410) [Target] => Target [Meta title] => Meta title [Meta description] => Meta description [Target product] => Target product [Target category] => Target category [Redirection when offline] => Redirection when offline [Permanent redirection to a category (301)] => Permanent redirection to a category (301) [Temporary redirection to a category (302)] => Temporary redirection to a category (302) [Permanent redirection to a product (301)] => Permanent redirection to a product (301) [Temporary redirection to a product (302)] => Temporary redirection to a product (302) [Default behavior from configuration] => Default behavior from configuration [No redirection (200), display product] => No redirection (200), display product [No redirection (404), display product] => No redirection (404), display product [No redirection (410), display product] => No redirection (410), display product [No redirection (404), display error page] => No redirection (404), display error page [No redirection (410), display error page] => No redirection (410), display error page [Friendly URL] => Friendly URL [Specific delivery time to this product] => Specific delivery time to this product [Default delivery time] => Default delivery time [Delivered within 3-4 days] => Delivered within 3-4 days [Delivery time of out-of-stock products with allowed orders:] => Delivery time of out-of-stock products with allowed orders: [Delivered within 5-7 days] => Delivered within 5-7 days [Width] => Width [Height] => Height [Depth] => Depth [Weight] => Weight [Delivery time] => Delivery time [Shipping fees] => Shipping fees [Available carriers] => Available carriers [Add customer] => Add customer [Apply to all combinations] => Apply to all combinations [Available from] => Available from [Starting at] => Starting at [Unit(s)] => Unit(s) [Product price (tax excl.)] => Product price (tax excl.) [Reduction tax] => Reduction tax [Number of days] => Number of days [Stored] => Stored [Location (optional)] => Location (optional) [Add categories] => Add categories [Minimum order quantity] => Minimum order quantity [Edit fixed quantity] => Edit fixed quantity [You can bulk edit the selected combinations by enabling and filling each field that needs to be updated.] => You can bulk edit the selected combinations by enabling and filling each field that needs to be updated. [Edit combination: ] => Edit combination: [You can specify which images should be displayed when customer selects this combination. If you don't select any image, all will be displayed. The default image of the combination will be the first one selected from the list.] => You can specify which images should be displayed when customer selects this combination. If you don't select any image, all will be displayed. The default image of the combination will be the first one selected from the list. [Manage product combinations] => Manage product combinations [Final retail price (tax excl.)] => Final retail price (tax excl.) [Final retail price (tax incl.)] => Final retail price (tax incl.) [Impact on price per unit (tax incl.)] => Impact on price per unit (tax incl.) [Related products] => Related products [Description] => Description [No brand] => No brand [Details] => Details [Choose a value] => Choose a value [Pre-defined value] => Pre-defined value [OR Customized value] => OR Customized value [Choose a feature] => Choose a feature [Choose a value or provide a customized one] => Choose a value or provide a customized one [References] => References [Custom value] => Custom value [New product] => New product [Caption] => Caption [[1]%filesNb%[/1] selected file(s)] => [1]%filesNb%[/1] selected file(s) [Use as cover image] => Use as cover image [Manage images] => Manage images [Product has no images.] => Product has no images. [Image] => Image [Images will be deleted.] => Images will be deleted. [[1]{filesNb}[/1] selected file(s)] => [1]{filesNb}[/1] selected file(s) [Image is not associated to this store] => Image is not associated to this store [Options] => Options [No files attached] => No files attached [[1]Manage all files[/1]] => [1]Manage all files[/1] [[1]Manage catalog price rules[/1]] => [1]Manage catalog price rules[/1] [%price% tax excl.] => %price% tax excl. [%price% tax incl.] => %price% tax incl. [%price% %unity%] => %price% %unity% [%price% margin] => %price% margin [%margin_rate%% margin rate] => %margin_rate%% margin rate [%price% cost price] => %price% cost price [Show catalog price rules] => Show catalog price rules [Hide catalog price rules] => Hide catalog price rules [Set a specific order for this product] => Set a specific order for this product [Use default order: [1]{priority_list}[/1]] => Use default order: [1]{priority_list}[/1] [Ecotax rate %rate%%] => Ecotax rate %rate%% [Ecotax (tax excl.)] => Ecotax (tax excl.) [Tax feature is disabled, it will not affect price tax included.] => Tax feature is disabled, it will not affect price tax included. [[1]Manage tax rules[/1]] => [1]Manage tax rules[/1] [Tax %1$s : %2$s%%] => Tax %1$s : %2$s%% [Tax %1$s-%3$s: %2$s%%] => Tax %1$s-%3$s: %2$s%% [Apply a discount to the initial price] => Apply a discount to the initial price [Set specific price] => Set specific price [At least one of the following must be activated] => At least one of the following must be activated [Apply a discount to the initial price or set a specific price.] => Apply a discount to the initial price or set a specific price. [For customers meeting the conditions, the initial price will be crossed out and the discount will be highlighted.] => For customers meeting the conditions, the initial price will be crossed out and the discount will be highlighted. [Minimum number of units purchased] => Minimum number of units purchased [Duration] => Duration [Retail price per unit (tax incl.)] => Retail price per unit (tax incl.) [Unit] => Unit [Display retail price per unit] => Display retail price per unit [Enter the keywords that customers might search for when looking for this product.] => Enter the keywords that customers might search for when looking for this product. [[1]Manage all tags[/1]] => [1]Manage all tags[/1] [Search engine optimization] => Search engine optimization [Recent stock movements] => Recent stock movements [[1]View all stock movements[/1]] => [1]View all stock movements[/1] [Edit quantity] => Edit quantity [Sold products] => Sold products [Shipped products] => Shipped products [Returned products] => Returned products [Enter threshold value] => Enter threshold value [Pack quantities] => Pack quantities [Pack] => Pack [Add new file] => Add new file [Upload files here] => Upload files here [Make some files available to your customers and facilitate their purchasing environment by adding them just here! It can be instruction manuals, technical works or anything you want to attach to a product.] => Make some files available to your customers and facilitate their purchasing environment by adding them just here! It can be instruction manuals, technical works or anything you want to attach to a product. [Manage your credit slips] => Manage your credit slips [When a customer returns a product, a credit slip must be created in his favor. Generate vouchers and have a look at their follow-up.] => When a customer returns a product, a credit slip must be created in his favor. Generate vouchers and have a look at their follow-up. [Manage your products] => Manage your products [Create new product] => Create new product [Import a list of products.] => Import a list of products [Keep in touch with your suppliers] => Keep in touch with your suppliers [Having suppliers is optional if brands supply you directly. Make sure you don't confuse product suppliers and product brands to facilitate stock management.] => Having suppliers is optional if brands supply you directly. Make sure you don't confuse product suppliers and product brands to facilitate stock management. [Add new supplier] => Add new supplier [Viewing %from%-%to% on %total% (page %current_page% / %page_count%)] => Viewing %from%-%to% out of %total% (page %current_page% / %page_count%) [Items per page:] => Items per page: [Enter page number and press enter] => Enter page number and press enter [Not available yet] => Not available yet [Not available yet.] => Not available yet. [Edit: %value%] => Edit: %value% [Category] => Category [Price (tax incl.)] => Price (tax incl.) [Price (tax excl.)] => Price (tax excl.) [Quantity] => Quantity [These products will be deleted for good. Please confirm.] => These products will be deleted for good. Please confirm. [Delete products?] => Delete products? [[1]Add your first product[/1][2]or import a list of products (filetypes: .csv, .xls, .xlsx, .xlst, .ods, .ots).[/2]] => [1]Add your first product[/1][2]or import a list of products (filetypes: .csv, .xls, .xlsx, .xlst, .ods, .ots).[/2] [Go to catalog] => Go to catalog [Add new product] => Add new product [Product list] => Product list [SEO] => SEO [Modules] => Modules [Pricing] => Pricing [Basic settings] => Basic settings [Shipping] => Shipping [Categories] => Categories [Create a new category] => Create a new category [New category name] => New category name [Create a category] => Create a category [Associated categories] => Associated categories [Ecotax] => Ecotax [Specific references] => Specific references [Prev. combination] => Prev. combination [Back to product] => Back to product [Combination details] => Combination details [Price and impact] => Price and impact [Final retail price (tax excl.) will be] => Final retail price (tax excl.) will be [Final retail price (tax incl.) will be] => Final retail price (tax incl.) will be [Does this combination have a different price per unit?] => Does this combination have a different price per unit? [Images] => Images [Next combination] => Next combination [Stock] => Stock [Impact on price (tax excl.)] => Impact on price (tax excl.) [Final price (tax excl.)] => Final price (tax excl.) [Manage your product combinations] => Manage your product combinations [Bulk actions ([1]/[2] combination(s) selected)] => Bulk actions ([1]/[2] combination(s) selected) [Default combination] => Default combination [Availability preferences] => Availability preferences [Behavior when out of stock] => Behavior when out of stock [Stock management is disabled] => Stock management is disabled [Combinations] => Combinations [You can increase or decrease low stock levels in bulk. You cannot disable them in bulk: you have to do it on a per-combination basis.] => You can increase or decrease low stock levels in bulk. You cannot disable them in bulk: you have to do it on a per-combination basis. [The email will be sent to all the users who have the right to run the stock page. To modify the permissions, go to Advanced Parameters > Team] => The email will be sent to all the users who have the right to run the stock page. To modify the permissions, go to Advanced Parameters > Team [Delete combinations] => Delete combinations [Edit a specific price] => Edit a specific price [Brand] => Brand [Add a brand] => Add a brand [Related product] => Related product [Add a related product] => Add a related product [Here is a preview of your search engine result, play with it!] => Here is a preview of your search engine result, play with it! [Improve your ranking and how your product page will appear in search engines results.] => Improve your ranking and how your product page will appear in search engines results. [Redirection page] => Redirection page [Reset URL] => Reset URL [Search Engine Optimization] => Search Engine Optimization [Additional shipping costs] => Additional shipping costs [Package dimension] => Package dimension [Adjust your shipping costs by filling in the product dimensions.] => Charge additional shipping costs based on packet dimensions covered here. [Leave empty to disable.] => Leave empty to disable. [Impact on price] => Impact on price [Specific price conditions] => Specific price conditions [Apply a discount of] => Apply a discount of [Choose the suppliers associated with this product] => Choose the suppliers associated with this product [Default supplier] => Default supplier [Cost price (tax excl.)] => Cost price (tax excl.) [Supplier reference(s)] => Supplier reference(s) [Supplier reference] => Supplier reference [Product location in warehouses] => Product location in warehouses [Please choose the warehouses associated with this product.] => Please choose the warehouses associated with this product. [Summary] => Summary [Add a feature] => Add a feature [Tax rule] => Tax rule [Tax excluded] => Tax excluded [Tax included] => Tax included [Reference] => Reference [Product with combinations] => Product with combinations [View all images] => View all images [View less] => View less [Simple product] => Simple product [Features] => Features [Visibility] => Visibility [Where do you want your product to appear?] => Where do you want your product to appear? [Attached files] => Attached files [Add a customization field] => Add a customization field [Customers can personalize the product by entering some text or by providing custom image files.] => Customers can personalize the product by entering some text or by providing custom image files. [Tags] => Tags [Condition & References] => Condition & References [Select the files (instructions, documentation, recipes, etc.) your customers can directly download on this product page.] => Select the files (instructions, documentation, recipes, etc.) your customers can directly download on this product page. [Need to browse all files? Go to [1]Catalog > Files[/1]] => Need to browse all files? Go to [1]Catalog > Files[/1] [Attach a new file] => Attach a new file [Cost price] => Cost price [Retail price] => Retail price [Specific prices] => Specific prices [Priority management] => Priority management [Add a specific price] => Add a specific price [Manage tax rules] => Manage tax rules [Final retail price: [1][2][/2] tax incl.[/1] / [3][/3] tax excl.] => Final retail price: [1][2][/2] tax incl.[/1] / [3][/3] tax excl. [Rule] => Rule [Fixed price] => Fixed price [Impact] => Impact [From] => From [Priorities] => Priorities [Combination] => Combination [Quantities] => Quantities [Cover] => Cover [Drop images here] => Drop images here [or select files] => or select files [Recommended size 800 x 800px for default theme.] => Recommended size 800 x 800px for default theme. [JPG, GIF or PNG format.] => JPG, GIF or PNG format. [Virtual product] => Virtual product [These modules are relative to the product page of your shop.] => These modules are relative to the product page of your shop. [tax excl.] => tax excl. [JPG, GIF, PNG or WebP format.] => JPG, GIF, PNG or WebP format. [tax incl.] => tax incl. [Module to configure] => Module to configure [Choose a module to configure] => Choose module related options [To manage all your modules go to the [1]Installed module page[/1]] => To manage all your modules go to the [1]Installed module page[/1] [These modules are relative to the product page of your store.] => These modules are relative to the product page of your store. [Zoom] => Zoom [Add new value] => Add new value [Create attributes] => Create attributes [Color, dimension, size, disk space... think about attributes as properties that change from one product to another. As a consequence, attributes allow you to build product combinations.] => Color, dimension, size, disk space... think about attributes as properties that change from one product to another. As a consequence, attributes allow you to build product combinations. [Add new attribute] => Add new attribute [From quantity] => From quantity [Reduction] => Reduction [Catalog price rules] => Catalog price rules [Add new catalog price rule] => Add new catalog price rule [Parent category] => Parent category [Additional description] => Additional description [Category cover image] => Category cover image [Category thumbnail] => Category thumbnail [Menu thumbnails] => Menu thumbnails [Group access] => Group access [%group_name% - All people without a valid customer account.] => %group_name% - All people without a valid customer account. [%group_name% - Customer who placed an order with the guest checkout.] => %group_name% - Customer who placed an order with the guest checkout. [%group_name% - All people who have created an account on this site.] => %group_name% - All people who have created an account on this site. [Set categories] => Set categories [Categories are essential, as they enable you to group equivalent products. This helps customers find their way through the variety of your catalog.] => Categories are essential, as they enable you to group equivalent products. This helps customers find their way through the variety of your catalog. [Feature] => Feature [Add a new feature] => Add a new feature [Addresses] => Addresses [Ref:] => Ref.: [EAN13:] => EAN13: [UPC:] => UPC: [MPN:] => MPN: [Qty:] => Qty: [EAN-13:] => EAN-13: [Available quantity] => Available quantity [Attribute name] => Attribute name [UPC] => UPC [EAN-13] => EAN-13 [Brands] => Brands [Add new brand] => Add new brand [Add new brand address] => Add new brand address [Focus on your catalog] => Focus on your catalog [Empty categories, disabled products, items that lack image or price... check the monitoring section to optimize your products management and make sure you forgot nothing.] => Empty categories, disabled products, items that lack image or price... check the monitoring section to optimize your products management and make sure you forgot nothing. [tax incl. (tax rule: %taxRate%%)] => tax incl. (tax rule: %taxRate%%) [out of stock] => out of stock [low stock] => low stock [in stock] => in stock [Editing %total% combinations] => Editing %total% combinations [Editing %done%/%total% combinations] => Editing %done%/%total% combinations [Generate product combinations] => Generate product combinations [Combinations are the different variations of a product, with attributes like its size, weight or color taking different values.] => Combinations are the different variations of a product, with attributes like its size, weight, or color taking different values. [Loading combinations] => Loading combinations [Edition mode] => Edition mode [Save list] => Save list [Generate combinations] => Generate combinations [Error log] => Error log [Close] => Close [Stop processing] => Stop processing [%error_count% errors occurred. You can download the logs for future reference.] => %error_count% errors occurred. You can download the logs for future reference. [Back to processing] => Back to processing [Download error log] => Download error log [View %error_count% error logs] => View %error_count% error logs [Edit %combinations_number% combinations] => Edit %combinations_number% combinations [Apply to %combinations_number% combinations] => Apply to %combinations_number% combinations [Delete %combinations_number% combinations] => Delete %combinations_number% combinations [Deleting %total% combinations] => Deleting %total% combinations [Deleting %done%/%total% combinations] => Deleting %done%/%total% combinations [Previous combination] => Previous combination [Edited combinations (%editedNb%)] => Edited combinations (%editedNb%) [Here, you can have a look at the combinations you have edited. The list will reset when you close the editing window.] => Here, you can have a look at the combinations you have edited. The list will reset when you close the editing window. [Delete %combinations_number% combinations from store "%store_name%"] => Delete %combinations_number% combinations from store "%store_name%" [Delete %combinations_number% combinations from all stores] => Delete %combinations_number% combinations from all stores [Edited combinations ({editedNb})] => Edited combinations ({editedNb}) [Open history] => Open history [Close history] => Close history [Loading catalog price rules] => Loading catalog price rules [Discount] => Discount [Open combinations generator] => Open combinations generator [Successfully generated %combinationsNb% combinations.] => Successfully generated %combinationsNb% combinations. [Generate combinations|Generate combination|Generate %combinationsNb% combinations] => Generate combinations|Generate combination|Generate %combinationsNb% combinations [Search for attributes...] => Search for attributes... [Successfully generated {combinationsNb} combinations.] => Successfully generated {combinationsNb} combinations. [Generate combinations|Generate combination|Generate {combinationsNb} combinations] => Generate combinations|Generate combination|Generate {combinationsNb} combinations [Select all values ({valuesNb})] => Select all values ({valuesNb}) [Generate URL from name] => Generate URL from name [Loading specific prices] => Loading specific prices [Specific price (tax excl.)] => Specific price (tax excl.) [Discount (tax incl.)] => Discount (tax incl.) [Units] => Units [EAN13] => EAN13 [Wholesale price] => Wholesale price [Customization] => Customization [Price per unit] => Base price [Add new cart rule] => Add new cart rule [Expiration date] => Expiration date [Product deleted] => Product deleted [[1][/1] of [2][/2] characters allowed] => [1][/1] of [2][/2] characters allowed [Type] => Type [Main category] => Main category [[1][/1] of [2][/2] characters used (recommended)] => [1][/1] of [2][/2] characters used (recommended) [List of products for this pack] => List of products for this pack [Use checkboxes to bulk edit quantities] => Use checkboxes to bulk edit quantities [Advanced filters] => Advanced filters [Apply advanced filters] => Apply advanced filters [Apply new quantity] => Apply new quantity [Display products below low stock level first] => Display products below low stock level first [Filter by movement type] => Filter by movement type [Filter by employee] => Filter by employee [Filter by period] => Filter by period [Search a category] => Search a category [Search a supplier] => Search a supplier [Filter by status] => Filter by status [All] => All [Filter by supplier] => Filter by supplier [Stock management] => Stock management [Movements] => Movements [Search products (search by name, reference, supplier)] => Search products (search by name, reference, supplier) [This product is below the low stock level you have defined.] => This product is below the low stock level you have defined. [Low stock level:] => Low stock level: [Low stock alert:] => Low stock alert: [Bulk edit quantity] => Bulk edit quantity [Combination's ID] => Combination's ID [Date & Time] => Date & Time [Go to the import system] => Go to the import system [Export data into CSV] => Export data into CSV [Physical] => Physical [Reserved] => Reserved ) [AdminShopparametersNotification] => Array ( [Caution: The discount applied to a category does not stack with the overall reduction but instead replaces it.] => Caution: The discount applied to a category does not stack with the overall reduction but instead replaces it. [Only products that have this category as the default category will be affected.] => Only products that have this category as the default category will be affected. [You cannot delete this shop (customer and/or order dependency)] => You cannot delete this shop (customer and/or order dependency) [Click here to set a URL for this shop.] => Click here to set a URL for this shop. [Width and height must be numeric values.] => Width and height must be numeric values. [The discount value is incorrect (must be a percentage).] => The discount value is incorrect (must be a percentage). [Wrong category ID.] => Wrong category ID. [The discount value is incorrect.] => The discount value is incorrect. [You cannot save group reductions.] => You cannot save group reductions. [An error occurred while updating this group.] => An error occurred while updating this group. [Aliases and results are both required.] => Aliases and results are both required. [Is not a valid result] => Is not a valid result [Is not a valid alias] => Is not a valid alias [This is not a valid IP address:] => This is not a valid IP address: [You cannot delete this shop (customer and/or order dependency).] => You cannot delete this shop (customer and/or order dependency). [Please create some sub-categories for this root category.] => Please create some sub-categories for this root category. [You need to select at least the root category.] => You need to select at least the root category. [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.] => Warning: You won't be able to change the group of this store if it belongs to a group with one of these options activated: Share Customers, Share Quantities or Share Orders. [You can only move your shop to a shop group with all "share" options disabled -- or to a shop group with no customers/orders.] => You can only move your store to a store group with all "share" options disabled -- or to a store group with no customers/orders. [For security reasons, you cannot delete default order statuses.] => For security reasons, you cannot delete default order statuses. [An address located in a country containing states must have a state selected.] => An address located in a country containing states must have a state selected. [Latitude and longitude are required.] => Latitude and longitude are required. [The specified state is not located in this country.] => The specified state is not located in this country. [Before being able to use this tool, you need to:] => Before being able to use this tool, you need to: [Create a blank .htaccess in your root directory.] => Create a blank .htaccess in your root directory. [Give it write permissions (CHMOD 666 on Unix system).] => Give it write permissions (CHMOD 666 on Unix system). [The Base URI is not valid.] => The Base URI is not valid. [An order status with the same name already exists: %s] => An order status with the same name already exists: %s [You must define an SMTP server and an SMTP port. If you do not know it, use the PHP mail() function instead.] => You must define an SMTP server and an SMTP port. If you do not know it, use the PHP mail() function instead. [Assign a valid page if you want it to be read.] => Assign a valid page if you want it to be read. [Your robots.txt file MUST be in your website's root directory and nowhere else (e.g. http://www.example.com/robots.txt).] => Your robots.txt file MUST be in your website's root directory and nowhere else (e.g. http://www.example.com/robots.txt). [Generate your "robots.txt" file by clicking on the following button (this will erase the old robots.txt file)] => Generate your "robots.txt" file by clicking on the following button (this will erase the old robots.txt file) [Before you can use this tool, you need to:] => Before you can use this tool, you need to: [1) Create a blank robots.txt file in your root directory.] => 1) Create a blank robots.txt file in your root directory. [2) Give it write permissions (CHMOD 666 on Unix system).] => 2) Give it write permissions (CHMOD 666 on Unix system). [The multistore option is enabled. If you want to change the URL of your shop, you must go to the "Multistore" page under the "Advanced Parameters" menu.] => The multistore option is enabled. If you want to change the URL of your shop, you must go to the "Multistore" page under the "Advanced Parameters" menu. [Here you can set the URL for your shop. If you migrate your shop to a new URL, remember to change the values below.] => Here you can set the URL for your shop. If you migrate your shop to a new URL, remember to change the values below. [This section enables you to change the default pattern of your links. In order to use this functionality, PrestaShop's "Friendly URL" option must be enabled, and Apache's URL rewriting module (mod_rewrite) must be activated on your web server.] => This section enables you to change the default pattern of your links. In order to use this functionality, PrestaShop's "Friendly URL" option must be enabled, and Apache's URL rewriting module (mod_rewrite) must be activated on your web server. [There are several available keywords for each route listed below; note that keywords with * are required!] => There are several available keywords for each route listed below; note that keywords with * are required! [To add a keyword in your URL, use the {keyword} syntax. If the keyword is not empty, you can add text before or after the keyword with syntax {prepend:keyword:append}. For example {-hey-:meta_title} will add "-hey-my-title" in the URL if the meta title is set.] => To add a keyword in your URL, use the {keyword} syntax. If the keyword is not empty, you can add text before or after the keyword with syntax {prepend:keyword:append}. For example {-hey-:meta_title} will add "-hey-my-title" in the URL if the meta title is set. [Before making any changes to the default pattern of your URLs, make sure to meet the following requirements:] => Before making any changes to the default pattern of your URLs, make sure to meet the following requirements: [The Friendly URL feature must be enabled] => The Friendly URL feature must be enabled [URL rewriting must be activated on your web server] => URL rewriting must be activated on your web server [All mandatory keywords (*) must be included in the route] => All mandatory keywords (*) must be included in the route [You should also comply with the syntax:] => You should also comply with the syntax: [Keywords must be in braces {keyword}] => Keywords must be in braces {keyword} [All keywords must be separated] => All keywords must be separated [As long as a keyword has an associated value, you can use the syntax {prepend:keyword:append} to add text before and after it] => As long as a keyword has an associated value, you can use the syntax {prepend:keyword:append} to add text before and after it. [As long as a keyword has an associated value, you can use the syntax {prepend:keyword:append} to add text before and after it.] => As long as a keyword has an associated value, you can use the syntax {prepend:keyword:append} to add text before and after it. [You can only display the page list in a shop context.] => You can only display the page list in a shop context. ) [ModulesDataprivacyAdmin] => Array ( [Customer data privacy block] => Customer data privacy block [Reassure your customers, display a short notice to let them know you care about privacy.] => Reassure your customers, display a short notice to let them know you care about privacy. [Customer data privacy message for customer form:] => Customer data privacy message for customer form: [The customer data privacy message will be displayed in the customer form] => The customer data privacy message will be displayed in the customer form [Tip: If the customer privacy message is too long to be written directly in the form, you can add a link to one of your pages. This can easily be created via the "Pages" page under the "Design" menu.] => Tip: If the customer privacy message is too long to be written directly in the form, you can add a link to one of your pages. This can easily be created via the "Pages" page under the "Design" menu. [The personal data you provide is used to answer queries, process orders or allow access to specific information. You have the right to modify and delete all the personal information found in the "My Account" page.] => The personal data you provide is used to answer queries, process orders or allow access to specific information. You have the right to modify and delete all the personal information found in the "My Account" page. ) [AdminModulesFeature] => Array ( [RTL Module] => RTL Module [Manage hooks] => Manage hooks [Toggle dropdown] => Toggle dropdown [Administration] => Administration [Advertising & Marketing] => Advertising & Marketing [Analytics & Stats] => Analytics & Stats [Taxes & Invoicing] => Taxes & Invoicing [Checkout] => Checkout [Content Management] => Content Management [Customer Reviews] => Customer Reviews [Front office Features] => Front office Features [Internationalization & Localization] => Internationalization & Localization [Merchandising] => Merchandising [Migration Tools] => Migration Tools [Payments & Gateways] => Payments & Gateways [Site certification & Fraud prevention] => Site certification & Fraud prevention [Pricing & Promotion] => Pricing & Promotion [Quick / Bulk update] => Quick / Bulk update [Shipping & Logistics] => Shipping & Logistics [Slideshows] => Slideshows [Comparison site & Feed management] => Comparison site & Feed management [Marketplace] => Marketplace [Other Modules] => Other Modules [Emailing & SMS] => Emailing & SMS [Social Networks] => Social Networks [Social & Community] => Social & Community [Enable Mobile] => Enable Mobile [Disable Mobile] => Disable Mobile [Module manager] => Module manager [Delete] => Delete [Module notifications] => Module notifications [Discover] => Discover [Free] => Free [v%version% - by %author%] => v%version% - by %author% [Service by %author%] => Service by %author% [Upgrade available] => Upgrade available [PrestaShop Addons Marketplace] => PrestaShop Addons Marketplace [Exit to PrestaShop Addons Marketplace] => Exit to PrestaShop Addons Marketplace [See all results for your search on] => See all results for your search on [Recently used] => Recently used [All categories] => All categories [Installed modules] => Installed modules [Disabled modules] => Disabled modules [Show all modules] => Show all modules [Enabled modules] => Enabled modules [Uninstalled modules] => Uninstalled modules [You do not have module in « %categoryName% ».] => You do not have module in « %categoryName% ». [Recently Used] => Recently Used [Disable module?] => Disable module? [Uninstall module?] => Uninstall module? [Reset module?] => Reset module? [Yes, disable it] => Yes, disable it [Yes, uninstall it] => Yes, uninstall it [Yes, reset it] => Yes, reset it [Optional: delete module folder after uninstall.] => Optional: delete module folder after uninstall. [Bulk action confirmation] => Bulk action confirmation [Yes, I want to do it] => Yes, I want to do it [Upload a module] => Upload a module [Drop your module archive here or [1]select file[/1]] => Drop your module archive here or [1]select file[/1] [v%version% by %author%] => v%version% by %author% [Overview] => Overview [Additional information] => Additional information [Benefits] => Benefits [Features] => Features [Demo video] => Demo video [Changelog] => Changelog [Multistore compatibility:] => Multistore compatibility: [This module is compatible with the multistore feature. It can be either:] => This module is compatible with the multistore feature. It can be either: [configured differently from one store to another;] => configured differently from one store to another; [configured quickly in the same way on all stores thanks to the all shops context or to the group of shops;] => configured quickly in the same way on all stores thanks to the all shops context or to the group of shops; [or even activated for one store and deactivated for another.] => or even activated for one store and deactivated for another. [This module is partially compatible with the multistore feature. Some of its options might not be available.] => This module is partially compatible with the multistore feature. Some of its options might not be available. [This module is not compatible with the multistore feature because it would not be useful.] => This module is not compatible with the multistore feature because it would not be useful. [This module is not compatible with the multistore feature. It means that its configuration applies to all stores.] => This module is not compatible with the multistore feature. It means that its configuration applies to all stores. [%nbModules% modules and services selected for you] => %nbModules% modules and services selected for you [Selection] => Selection [Increasing Price] => Increasing price [Decreasing Price] => Decreasing price [Popularity] => Popularity [%nbModules% modules to configure] => %nbModules% modules to configure [Modules to configure] => Modules to configure [%nbModules% modules to update] => %nbModules% modules to update [Modules to update] => Modules to update [Upgrade All] => Upgrade All ) [AdminNavigationHeader] => Array ( [Orders] => Orders [View my shop] => View my store [A new order has been placed on your shop.] => A new order has been placed on your shop. [A new customer registered on your shop.] => A new customer registered on your shop. [A new message was posted on your shop.] => A new message was posted on your shop. [PrestaShop logo] => PrestaShop logo [Remove from QuickAccess] => Remove from QuickAccess [Add current page to QuickAccess] => Add current page to QuickAccess [Manage quick accesses] => Manage quick accesses [Product name, SKU, reference...] => Product name, SKU, reference... [Email, name...] => Email, name... [Customers by name] => Customers by name [Customers by IP address] => Customers by IP address [Invoice Number] => Invoice Number [Welcome back %name%] => Welcome back %name% [Your profile] => Your profile [Sign out] => Sign out [Quick Access] => Quick Access [Please name this shortcut:] => Please name this shortcut: [Remove from Quick Access] => Remove from Quick Acess [Manage your quick accesses] => Manage your quick accesses [Customers] => Customers [Everywhere] => Everywhere [What are you looking for?] => What are you looking for? [Order ID] => Order ID [Cart ID] => Cart ID [Module name] => Module name [Search (e.g.: product reference, customer name…)] => Search (e.g.: product reference, customer name…) [Searchbar] => Searchbar [Product name, reference, etc.] => Product name, reference, etc. [Name] => Name [by name] => by name [123.45.67.89] => 123.45.67.89 [by IP address] => by IP address [Invoice number] => Invoice number [SEARCH] => SEARCH [View my store] => View my store [Order number:] => Order number: [Read this message] => Read this message [A new order has been placed on your store.] => A new order has been placed on your store. [A new customer registered on your store.] => A new customer registered on your store. [A new message was posted on your store.] => A new message was posted on your store. [Customer name:] => Customer name: [Debug mode] => Debug mode [Maintenance mode] => Maintenance mode [Home] => Home [My Shop] => My Shop [New category] => New category [New product] => New product [New voucher] => New voucher [Installed modules] => Installed modules [Catalog evaluation] => Catalog evaluation [Link] => Link [Quick Access menu] => Quick Access menu [If it's a URL that comes from your back office, you MUST remove the security token.] => If it's a URL that comes from your back office, you MUST remove the security token. [Open in new window] => Open in new window [Add new quick access] => Add new quick access [New customers] => New customers [New window] => New window [Customize your multistore header, [1]pick a color[/1] for this store context.] => Customize your multistore header, [1]pick a color[/1] for this store context. [To apply specific settings to a store or a group of stores, select the parameter to modify, make your changes and save.] => To apply specific settings to a store or a group of stores, select the parameter to modify, make your changes and save. [Select stores] => Select stores ) [ShopThemeCatalog] => Array ( [Unit discount] => Unit discount [Items] => Items [Item] => Item [Categories] => Categories [Pages] => Pages [Price drop] => Price drop [Best sellers] => Best sellers [Category: %category_name%] => Category: %category_name% [List of all brands] => List of all brands [%number% products] => %number% products [%number% product] => %number% product [Prices drop] => Prices drop [Search results] => Search results [List of products by supplier %supplier_name%] => List of products by supplier %supplier_name% [List of all suppliers] => List of all suppliers [Quantity] => Quantity [Reference, A to Z] => Reference, A to Z [Reference, Z to A] => Reference, Z to A [Sales, highest to lowest] => Sales, highest to lowest [Date added, newest to oldest] => Date added, newest to oldest [Date added, oldest to newest] => Date added, oldest to newest [Name, A to Z] => Name, A to Z [Name, Z to A] => Name, Z to A [Price, low to high] => Price, low to high [Price, high to low] => Price, high to low [Relevance] => Relevance [%1$s:] => %1$s: [Search our catalog] => Search our catalog [Search] => Search [New] => New [Used] => Used [Refurbished] => Refurbished [Online only] => Online only [On sale!] => On sale! [Reduced price] => Reduced price [Pack] => Pack [Product available with different options] => Product available with different options [Last items in stock] => Last items in stock [ean13] => EAN13 [isbn] => ISBN [upc] => UPC [MPN] => MPN [Best Sellers] => Best Sellers [All best sellers] => All best sellers [All brands] => All brands [brands] => brands [No brand] => No brand [Brands] => Brands [%s other product in the same category:] => %s other product in the same category: [%s other products in the same category:] => %s other products in the same category: [Customers who bought this product also bought:] => Customers who bought this product also bought: [My alerts] => My alerts [Popular Products] => Popular Products [All products] => All products [New products] => New products [All new products] => All new products [1 person is currently watching this product.] => 1 person is currently watching this product. [%nb_people% people are currently watching this product.] => %nb_people% people are currently watching this product. [Last time this product was bought: %date_last_order%] => Last time this product was bought: %date_last_order% [Last time this product was added to a cart: %date_last_cart%] => Last time this product was added to a cart: %date_last_cart% [No RSS feed added] => No RSS feed added [On sale] => On sale [All sale products] => All sale products [All suppliers] => All suppliers [No supplier] => No supplier [Suppliers] => Suppliers [Viewed products] => Viewed products [Regular price] => Regular price [Price] => Price [Your customization:] => Your customization: [Product customization] => Product customization [Brand] => Brand [In stock] => In stock [Availability date:] => Availability date: [Data sheet] => Data sheet [Specific References] => Specific References [Condition] => Condition [Reference] => Reference [Volume discounts] => Volume discounts [You Save] => You Save [Save %percentage%] => Save %percentage% [Save %amount%] => Save %amount% [%price% tax excl.] => %price% tax excl. [Instead of %price%] => Instead of %price% [Including %amount% for ecotax] => Including %amount% for ecotax [(not impacted by the discount)] => (not impacted by the discount) [No tax] => No tax [: ] => : [Showing %from%-%to% of %total% item(s)] => Showing %from%-%to% of %total% item(s) [There are %product_count% products.] => There are %product_count% products. [There is 1 product.] => There is 1 product. [List of products by brand %brand_name%] => List of products by brand %brand_name% [No products available yet] => No products available yet [Stay tuned! More products will be shown here as they are added.] => Stay tuned! More products will be shown here as they are added. [No matches were found for your search] => No matches were found for your search [Please try other keywords to describe what you are looking for.] => Please try other keywords to describe what you are looking for. [List of products by supplier %s] => List of products by supplier %s [This pack contains] => This pack contains [Description] => Description [Product Details] => Product Details [Attachments] => Attachments [You might also like] => You might also like [Unit price] => Unit price [Total price] => Total price [Product] => Product [No products available] => No products available ) [ModulesStatsregistrationsAdmin] => Array ( [Customer accounts] => Customer accounts [Adds a registration progress tab to the Stats dashboard.] => Adds a registration progress tab to the Stats dashboard. [Number of visitors who stopped at the registering step:] => Number of visitors who stopped at the registering step: [Number of visitors who placed an order directly after registration:] => Number of visitors who placed an order directly after registration: [Total customer accounts:] => Total customer accounts: [Number of customer accounts created] => Number of customer accounts created [The total number of accounts created is not in itself important information. However, it is beneficial to analyze the number created over time. This will indicate whether or not things are on the right track.] => The total number of accounts created is not in itself important information. However, it is beneficial to analyze the number created over time. This will indicate whether or not things are on the right track. [How to act on the registrations' evolution?] => How to act on the registrations' evolution? [If you let your shop run without changing anything, the number of customer registrations should stay stable or show a slight decline.] => If you let your shop run without changing anything, the number of customer registrations should stay stable or show a slight decline. [A significant increase or decrease in customer registration shows that there has probably been a change to your shop. With that in mind, we suggest that you identify the cause, correct the issue and get back in the business of making money!] => A significant increase or decrease in customer registration shows that there has probably been a change to your shop. With that in mind, we suggest that you identify the cause, correct the issue and get back in the business of making money! [Here is a summary of what may affect the creation of customer accounts:] => Here is a summary of what may affect the creation of customer accounts: [An advertising campaign can attract an increased number of visitors to your online store. This will likely be followed by an increase in customer accounts and profit margins, which will depend on customer "quality." Well-targeted advertising is typically more effective than large-scale advertising... and it's cheaper too!] => An advertising campaign can attract an increased number of visitors to your online store. This will likely be followed by an increase in customer accounts and profit margins, which will depend on customer "quality." Well-targeted advertising is typically more effective than large-scale advertising... and it's cheaper too! [Specials, sales, promotions and/or contests typically demand a shoppers' attentions. Offering such things will not only keep your business lively, it will also increase traffic, build customer loyalty and genuinely change your current e-commerce philosophy.] => Specials, sales, promotions and/or contests typically demand a shoppers' attentions. Offering such things will not only keep your business lively, it will also increase traffic, build customer loyalty and genuinely change your current e-commerce philosophy. [Design and user-friendliness are more important than ever in the world of online sales. An ill-chosen or hard-to-follow graphical theme can keep shoppers at bay. This means that you should aspire to find the right balance between beauty and functionality for your online store.] => Design and user-friendliness are more important than ever in the world of online sales. An ill-chosen or hard-to-follow graphical theme can keep shoppers at bay. This means that you should aspire to find the right balance between beauty and functionality for your online store. [CSV Export] => CSV Export ) [ModulesStatsdataAdmin] => Array ( [Data mining for statistics] => Data mining for statistics [This module must be enabled if you want to use statistics.] => This module must be enabled if you want to use statistics. [Save page views for each customer] => Save page views for each customer [Storing customer page views uses a lot of CPU resources and database space. Only enable if your server can handle it.] => Storing customer page views uses a lot of CPU resources and database space. Only enable if your server can handle it. [Save global page views] => Save global page views [Global page views uses fewer resources than customer's, but it uses resources nonetheless.] => Global page views uses fewer resources than customer's, but it uses resources nonetheless. [Plugins detection] => Plugins detection [Plugins detection loads an extra 20 kb JavaScript file once for new visitors.] => Plugins detection loads an extra 20 kb JavaScript file once for new visitors. [Collect as much information as possible to enrich your stats and run your business further.] => Collect as much information as possible to enrich your stats and run your business further. ) [ModulesStatssalesAdmin] => Array ( [Sales and orders] => Sales and orders [Enrich your stats, add graphics presenting the evolution of your sales and orders.] => Enrich your stats, add graphics presenting the evolution of your sales and orders. [About order statuses] => About order statuses [In your Back Office, you can modify the following order statuses: Awaiting Check Payment, Payment Accepted, Preparation in Progress, Shipping, Delivered, Canceled, Refund, Payment Error, Out of Stock, and Awaiting Bank Wire Payment.] => In your back office, you can modify the following order statuses: Awaiting Check Payment, Payment Accepted, Preparation in Progress, Shipping, Delivered, Canceled, Refund, Payment Error, Out of Stock, and Awaiting Bank Wire Payment. [These order statuses cannot be removed from the Back Office; however you have the option to add more.] => These order statuses cannot be removed from the back office; however you have the option to add more. [The following graphs represent the evolution of your shop's orders and sales turnover for a selected period.] => The following graphs represent the evolution of your shop's orders and sales turnover for a selected period. [You should often consult this screen, as it allows you to quickly monitor your shop's sustainability. It also allows you to monitor multiple time periods.] => You should often consult this screen, as it allows you to quickly monitor your shop's sustainability. It also allows you to monitor multiple time periods. [Only valid orders are graphically represented.] => Only valid orders are graphically represented. [Orders placed:] => Orders placed: [CSV Export] => CSV Export [Sales:] => Sales: [You can view the distribution of order statuses below.] => You can view the distribution of order statuses below. [No orders for this period.] => No orders for this period. [Orders placed] => Orders placed [Products bought] => Products bought [Products:] => Products: [Sales currency: %s] => Sales currency: %s [Percentage of orders per status.] => Percentage of orders per status. ) [AdminDesignNotification] => Array ( [You can choose to keep your images stored in the previous system. There's nothing wrong with that.] => You can choose to keep your images stored in the previous system. There's nothing wrong with that. [After moving all of your product images, set the "Use the legacy image filesystem" option above to "No" for best performance.] => After moving all of your product images, set the "Use the legacy image filesystem" option above to "No" for best performance. [Be careful! Depending on the options selected, former manually uploaded thumbnails might be erased and replaced by automatically generated thumbnails.] => Be careful! Depending on the options selected, former manually uploaded thumbnails might be erased and replaced by automatically generated thumbnails. [Also, regenerating thumbnails for all existing images can take several minutes, please be patient.] => Also, regenerating thumbnails for all existing images can take several minutes, please be patient. [If you delete this image format, the theme won't be able to use it anymore. This will result in a degraded experience on your front office.] => If you delete this image format, the theme won't be able to use it anymore. This will result in a degraded experience on your front office. [Delete the images linked to this image setting] => Delete the images linked to this image setting [Regenerate thumbnails for the selected images? With the "erase" option enabled, the previously selected thumbnails will be deleted.] => Regenerate thumbnails for the selected images? With the "erase" option enabled, the previously selected thumbnails will be deleted. [Current theme is unavailable. Please check your theme's directory name ("%s") and permissions.] => Current theme is unavailable. Please check your theme's directory name ("%s") and permissions. [Duplicate images were found when moving the product images. This is likely caused by unused demonstration images. Please make sure that the folder %folder% only contains demonstration images, and then delete it.] => Duplicate images were found when moving the product images. This is likely caused by unused demonstration images. Please make sure that the folder %folder% only contains demonstration images, and then delete it. [Incorrect value for the selected JPEG image compression.] => Incorrect value for the selected JPEG image compression. [Incorrect value for the selected PNG image compression.] => Incorrect value for the selected PNG image compression. [Incorrect value for the selected WebP image compression.] => Incorrect value for the selected WebP image compression. [Source file does not exist or is empty (%filepath%)] => Source file does not exist or is empty (%filepath%) [Failed to resize image file (%filepath%)] => Failed to resize image file (%filepath%) [Failed to resize image file to high resolution (%filepath%)] => Failed to resize image file to high resolution (%filepath%) [Original image is corrupt (%filename%) for product ID %id% or bad permission on folder.] => Original image is corrupt (%filename%) for product ID %id% or bad permission on folder. [Original image is missing or empty (%filename%) for product ID %id%] => Original image is missing or empty (%filename%) for product ID %id% [Cannot write images for this type: %1$s. Please check the %2$s folder's writing permissions.] => Cannot write images for this type: %1$s. Please check the %2$s folder's writing permissions. [Only part of the images have been regenerated. The server timed out before finishing.] => Only part of the images have been regenerated. The server timed out before finishing. [Server timed out. The watermark may not have been applied to all images.] => Server timed out. The watermark may not have been applied to all images. [Cannot write "No picture" image to %s images folder. Please check the folder's writing permissions.] => Cannot write "No picture" image to %s images folder. Please check the folder's writing permissions. [Error: Your server configuration is not compatible with the new image system. No images were moved.] => Error: Your server configuration is not compatible with the new image system. No images were moved. [Not all images have been moved. The server timed out before finishing. Click on "%move_images_label%" again to resume the moving process.] => Not all images have been moved. The server timed out before finishing. Click on "%move_images_label%" again to resume the moving process. [Error: Some -- or all -- images cannot be moved.] => Error: Some -- or all -- images cannot be moved. [After modification, do not forget to regenerate thumbnails] => After modification, do not forget to regenerate thumbnails [Make sure the theme you use doesn't rely on this image format before deleting it.] => Make sure the theme you use doesn't rely on this image format before deleting it. [This name already exists.] => This name already exists. [An error occurred. The information "%s" is missing.] => An error occurred. The information "%s" is missing. [An error occurred. The template "%s" is missing.] => An error occurred. The template "%s" is missing. [An error occurred while uploading the favicon: cannot copy file "%s" to folder "%s".] => An error occurred while uploading the favicon: cannot copy file "%s" to folder "%s". [Your theme has been correctly exported: %path%] => Your theme has been correctly exported: %path% [The page Category cannot be moved here.] => The page Category cannot be moved here. [Your RTL stylesheets has been generated successfully] => Your RTL stylesheets has been generated successfully [Your theme has been correctly reset to its default settings. You may want to regenerate your images. See the Improve > Design > Images Settings screen for the '%regenerate_label%' button.] => Your theme has been correctly reset to its default settings. You may want to regenerate your images. See the Improve > Design > Images Settings screen for the '%regenerate_label%' button. [There is already a theme %theme_name% in your themes folder. Remove it if you want to continue.] => There is already a theme %theme_name% in your themes folder. Remove it if you want to continue. [Failed to delete theme. Make sure you have permissions and theme is not used.] => Failed to delete theme. Make sure you have permissions and theme is not used. [Cannot adapt theme to RTL languages.] => Cannot adapt theme to RTL languages. [Invalid file format.] => Invalid file format. [Warning: if no email logo is available, the main logo will be used instead.] => Warning: if no email logo is available, the main logo will be used instead. ) [ModulesStatsforecastAdmin] => Array ( [Stats Dashboard] => Stats Dashboard [Enrich your stats, add a summary of all your current statistics on your back office.] => Enrich your stats, add a summary of all your current statistics on your back office. [The listed amounts do not include tax.] => The listed amounts do not include tax. [Time frame] => Time frame [Daily] => Daily [Weekly] => Weekly [Monthly] => Monthly [Yearly] => Yearly [Placed orders] => Placed orders [Bought items] => Bought items [Percentage of registrations] => Percentage of registrations [Percentage of orders] => Percentage of orders [Revenue] => Revenue [Average] => Average [Forecast] => Forecast [Conversion] => Conversion [Accounts] => Accounts [Full carts] => Full carts [Registered visitors] => Registered visitors [A simple statistical calculation lets you know the monetary value of your visitors:] => A simple statistical calculation lets you know the monetary value of your visitors: [On average, each visitor places an order for this amount:] => On average, each visitor places an order for this amount: [On average, each registered visitor places an order for this amount:] => On average, each registered visitor places an order for this amount: [Payment distribution] => Payment distribution [The amounts include taxes, so you can get an estimation of the commission due to the payment method.] => The amounts include taxes, so you can get an estimation of the commission due to the payment method. [-- No filter --] => -- No filter -- [Module] => Module [Average cart value] => Average cart value [Category distribution] => Category distribution [Products sold] => Products sold [Percentage of products sold] => Percentage of products sold [Percentage of sales] => Percentage of sales [Language distribution] => Language distribution [Growth] => Growth [Zone distribution] => Zone distribution [Currency distribution] => Currency distribution [Sales (converted)] => Sales (converted) [Attribute distribution] => Attribute distribution [Quantity of products sold] => Quantity of products sold ) [ModulesSpecialsAdmin] => Array ( [Specials block] => Specials block [Displays your products that are currently on sale in a dedicated block.] => Provides information on special offers in a specific block [Products to display] => Products to display [Define the number of products to be displayed in this block on home page.] => Define the number of products to be displayed in this block on home page. [Provide information on your special offers in a specific block displayed on your homepage.] => Provide information on your special offers in a specific block displayed on your homepage. [The number of products is invalid. Please enter a positive number.] => The number of products is invalid. Please enter a positive number. ) [ModulesStatsstockAdmin] => Array ( [Available quantities] => Available quantities [Adds a tab showing the quantity of available products for sale to the Stats dashboard.] => Adds a tab showing the quantity of available products for sale to the Stats dashboard. [Evaluation of available quantities for sale] => Evaluation of available quantities for sale [Your catalog is empty.] => Your catalog is empty. [Ref.] => Ref. [Price*] => Price* [Total quantities] => Total quantities [Total value] => Total value [This section corresponds to the default wholesale price according to the default supplier for the product. An average price is used when the product has attributes.] => This section corresponds to the default wholesale price according to the default supplier for the product. An average price is used when the product has attributes. [Enrich your stats, add a tab showing the available quantities of products left for sale.] => Enrich your stats, add a tab showing the available quantities of products left for sale. ) [ModulesContactinfoShop] => Array ( [Contact us] => Contact us [Call us: [1]%phone%[/1]] => Call us: [1]%phone%[/1] [Store information] => Store information [Email us: [1]%email%[/1]] => Email us: [1]%email%[/1] [Call us:] => Call us: [Fax:] => Fax: [Details:] => Details: [Email us:] => Email us: [Fax: [1]%fax%[/1]] => Fax: [1]%fax%[/1] [Tel: %phone%] => Tel: %phone% [Fax: %fax%] => Fax: %fax% [Email: [1]%email%[/1]] => Email: [1]%email%[/1] ) [ModulesWirepaymentShop] => Array ( [%1$s (tax incl.)] => %1$s (tax incl.) [This payment method is not available.] => This payment method is not available. [Amount] => Amount [Name of account owner] => Name of account owner [Please include these details] => Please include these details [Bank name] => Bank name [Pay by bank wire] => Pay by bank wire [(order processing will be longer)] => (order processing will be longer) [Your order on %s is complete.] => Your order on %s is complete. [Please send us a bank wire with:] => Please send us a bank wire with: [Please specify your order reference %s in the bankwire description.] => Please specify your order reference %s in the bankwire description. [We've also sent you this information by e-mail.] => We've also sent you this information by e-mail. [Your order will be sent as soon as we receive payment.] => Your order will be sent as soon as we receive payment. [If you have questions, comments or concerns, please contact our [1]expert customer support team[/1].] => If you have questions, comments or concerns, please contact our [1]expert customer support team[/1]. [Please transfer the invoice amount to our bank account. You will receive our order confirmation by email containing bank details and order number.] => Please transfer the invoice amount to our bank account. You will receive our order confirmation by email containing bank details and order number. [Goods will be reserved %s days for you and we'll process the order immediately after receiving the payment.] => Goods will be reserved %s days for you and we'll process the order immediately after receiving the payment. [More information] => More information [Bankwire] => Bankwire [Payment is made by transfer of the invoice amount to the following account:] => Payment is made by transfer of the invoice amount to the following account: [Goods will be reserved %s day for you and we'll process the order immediately after receiving the payment.] => Goods will be reserved %s day for you and we'll process the order immediately after receiving the payment. ) [AdminModulesHelp] => Array ( [Search modules: keyword, name, author...] => Search modules: keyword, name, author... [Please upload one file at a time, .zip or tarball format (.tar, .tar.gz or .tgz).] => Please upload one file at a time, .zip or tarball format (.tar, .tar.gz or .tgz). [Your module will be installed right after that.] => Your module will be installed right after that. [What happened?] => What happened? [Customize your store with this selection of modules recommended for your shop, based on your country, language and version of PrestaShop. It includes the most popular modules from our Addons marketplace, and free partner modules.] => Customize your store with this selection of modules recommended for your shop, based on your country, language and version of PrestaShop. It includes the most popular modules from our Addons marketplace, and free partner modules. [You bought this module on PrestaShop Addons. Thank You.] => You bought this module on PrestaShop Addons. Thank You. [Bought] => Bought [This module is available on PrestaShop Addons.] => This module is available on PrestaShop Addons. [Popular] => Popular [This module is available for free thanks to our partner.] => This module is available for free thanks to our partner. [Official] => Official [Need update] => Need update [These modules require your attention: you need to take some action to ensure they are fully operational.] => These modules require your attention: you need to take some action to ensure they are fully operational. [Update these modules to enjoy their latest versions.] => Update these modules to enjoy their latest versions. ) [ModulesGAnalyticsAdmin] => Array ( [Save] => Save [Back to list] => Back to list [Settings] => Settings [Google Analytics Tracking ID] => Google Analytics Tracking ID [This information is available in your Google Analytics account] => This information is available in your Google Analytics account [Enable User ID tracking] => Enable User ID tracking [Yes] => Yes [No] => No [Anonymize IP] => Anonymize IP [Use this option to anonymize the visitor’s IP to comply with data privacy laws in some countries] => Use this option to anonymize the visitor’s IP to comply with data privacy laws in some countries [Enable Back Office Tracking] => Enable Back Office Tracking [Use this option to enable the tracking inside the Back Office] => Use this option to enable the tracking inside the Back Office [Cancelled order states] => Canceled order states [Choose order states, in which you consider the given order cancelled. This will be usually only the default "Cancelled" state, but some shops may have extra states like "Returned" etc.] => Choose order states, in which you consider the given order canceled. This will usually be the default "Canceled" state, but some stores may have extra states like "Returned" etc.ShopsShopsShops [Enable Cross-Domain tracking] => Enable Cross-Domain tracking [Account ID updated successfully] => Account ID updated successfully [Settings for User ID updated successfully] => Settings for User ID updated successfully [Settings for Anonymize IP updated successfully] => Settings for Anonymize IP updated successfully [Settings for Enable Back Office tracking updated successfully] => Settings for Enable Back Office tracking updated successfully. [Settings for cancelled order states updated successfully] => Settings for canceled order states updated successfully. [Enable Google Analytics 4] => Enable Google Analytics 4 [Universal analytics will stop processing data on July 1, 2023. We recommend switching to Google Analytics 4 as soon as possible.] => Universal analytics will stop processing data on July 1, 2023. We recommend switching to Google Analytics 4 as soon as possible. [This information is available in your Google Analytics account. GA4 tracking ID starts with "G-", Universal Analytics with "UA-".] => This information is available in your Google Analytics account. GA4 tracking ID starts with "G-", Universal Analytics with "UA-". [Canceled order states] => Canceled order states [Choose order states in which you consider the given order canceled. This will usually be the default "Canceled" state, but some stores may have extra states like "Returned", etc.] => Choose order states in which you consider the given order canceled. This will usually be the default "Canceled" state, but some stores may have extra states like "Returned", etc. [Settings updated successfully.] => Settings updated successfully. [Google Analytics] => Google Analytics [Gain clear insights into important metrics about your customers, using Google Analytics] => Gain clear insights into important metrics about your customers, using Google Analytics [Are you sure you want to uninstall Google Analytics? You will lose all the data related to this module.] => Are you sure you want to uninstall Google Analytics? You will lose all the data related to this module. [Your customers go everywhere; shouldn't your analytics.] => Your customers go everywhere; shouldn't your analytics. [Google Analytics shows you the full customer picture across ads and videos, websites and social tools, tables and smartphones. That makes it easier to serve your current customers and win new ones.] => Google Analytics shows you the full customer picture across ads and videos, websites and social tools, tables and smartphones. That makes it easier to serve your current customers and win new ones. [With ecommerce functionality in Google Analytics you can gain clear insight into important metrics about shopper behavior and conversion, including:] => With ecommerce functionality in Google Analytics you can gain clear insight into important metrics about shopper behavior and conversion, including: [Product detail views] => Product detail views [Internal merchandising Success] => Internal merchandising Success ["Add to cart" actions] => "Add to cart" actions [The checkout process] => The checkout process [Internal campaign clicks] => Internal campaign clicks [And purchase] => And purchase [Merchants are able to understand how far along users get in the buying process and where they are dropping off.] => Merchants are able to understand how far along users get in the buying process and where they are dropping off. [Create your account to get started.] => Create your account to get started. [Create your account to get started] => Create your account to get started ) [ModulesMailalertsShop] => Array ( [Your e-mail address is invalid] => Your e-mail address is invalid [You already have an alert for this product] => You already have an alert for this product [Request notification registered] => Request notification registered [Remove mail alert] => Remove mail alert ) [ModulesGoogleanalyticsAdmin] => Array ( [Save] => Save [Back to list] => Back to list [Settings] => Settings [Google Analytics tracking ID] => Google Analytics tracking ID [This information is available in your Google Analytics account. Google Analytics 4 tracking ID starts with "G-".] => This information is available in your Google Analytics account. Google Analytics 4 tracking ID starts with "G-". [Enable User ID tracking] => Enable User ID tracking [This option adds unique user ID to the tag to better track the customer. Use this option only if it complies with laws in your country.] => This option adds unique user ID to the tag to better track the customer. Use this option only if it complies with laws in your country. [Yes] => Yes [No] => No [Anonymize IP] => Anonymize IP [Use this option to anonymize the visitor’s IP to comply with data privacy laws in some countries] => Use this option to anonymize the visitor’s IP to comply with data privacy laws in some countries [Enable back office tracking] => Enable back office tracking [Use this option to enable the tracking inside the back -office] => Use this option to enable the tracking inside the back -office [Canceled order states] => Canceled order states [Choose order states in which you consider the given order canceled. This will usually be the default "Canceled" state, but some stores may have extra states like "Returned", etc.] => Choose order states in which you consider the given order canceled. This will usually be the default "Canceled" state, but some stores may have extra states like "Returned", etc. [Re-send failed orders] => Re-send failed orders [This option will resend all orders that failed to be sent normally in the front office, due to failures or ad-blockers.] => This option will resend all orders that failed to be sent normally in the front office, due to failures or ad-blockers. [Failed orders period] => Failed orders period [If you want to resend failed orders, specify how many days back the module should look for them. Default: 30.] => If you want to resend failed orders, specify how many days back the module should look for them. Default: 30. [Settings updated successfully.] => Settings updated successfully. [Google Analytics Tracking ID] => Google Analytics Tracking ID [Enable Back Office Tracking] => Enable Back Office Tracking [Use this option to enable the tracking inside the Back Office] => Use this option to enable the tracking inside the Back Office [This option will resend all orders that failed to be sent normally in front-office, due to failures or ad-blockers.] => This option will resend all orders that failed to be sent normally in front-office, due to failures or ad-blockers. [Google Analytics] => Google Analytics [Gain clear insights into important metrics about your customers, using Google Analytics] => Gain clear insights into important metrics about your customers, using Google Analytics [Are you sure you want to uninstall Google Analytics? You will lose all the data related to this module.] => Are you sure you want to uninstall Google Analytics? You will lose all the data related to this module. [Your customers go everywhere; shouldn't your analytics.] => Your customers go everywhere; shouldn't your analytics. [Google Analytics shows you the full customer picture across ads and videos, websites and social tools, tables and smartphones. That makes it easier to serve your current customers and win new ones.] => Google Analytics shows you the full customer picture across ads and videos, websites and social tools, tables and smartphones. That makes it easier to serve your current customers and win new ones. [With ecommerce functionality in Google Analytics you can gain clear insight into important metrics about shopper behavior and conversion, including:] => With ecommerce functionality in Google Analytics you can gain clear insight into important metrics about shopper behavior and conversion, including: [Product detail views] => Product detail views [Internal merchandising Success] => Internal merchandising Success ["Add to cart" actions] => "Add to cart" actions [The checkout process] => The checkout process [Internal campaign clicks] => Internal campaign clicks [And purchase] => And purchase [Create your account to get started] => Create your account to get started [Merchants are able to understand how far along users get in the buying process and where they are dropping off.] => Merchants are able to understand how far along users get in the buying process and where they are dropping off. ) [AdminCatalogHelp] => Array ( [Does not apply to the shipping costs] => Does not apply to the shipping costs [Optional: The cart rule will be available to everyone if you leave this field blank.] => Optional: The cart rule will be available to everyone if you leave this field blank. [The default period is one month.] => The default period is one month. [You can choose a minimum amount for the cart either with or without the taxes and shipping.] => You can choose a minimum amount for the cart either with or without the taxes and shipping. [The cart rule will be applied to the first "X" customers only.] => The cart rule will be applied to the first "X" customers only. [A customer will only be able to use the cart rule "X" time(s).] => A customer will only be able to use the cart rule "X" time(s). [This restriction applies to the country of delivery.] => This restriction applies to the country of delivery. [This will be displayed in the cart summary, as well as on the invoice.] => This will be displayed in the cart summary, as well as on the invoice. [For your eyes only. This will never be displayed to the customer.] => For your eyes only. This will never be displayed to the customer. [Caution! If you leave this field blank, the rule will automatically be applied to benefiting customers.] => Caution! If you leave this field blank, the rule will automatically be applied to benefiting customers. [If the voucher is not yet in the cart, it will be displayed in the cart summary.] => If the voucher is not yet in the cart, it will be displayed in the cart summary. [Only applicable if the voucher value is greater than the cart total.] => Only applicable if the voucher value is greater than the cart total. [If you do not allow partial use, the voucher value will be lowered to the total order amount. If you allow partial use, however, a new voucher will be created with the remainder.] => If you do not allow partial use, the voucher value will be lowered to the total order amount. If you allow partial use, however, a new voucher will be created with the remainder. [Cart rules are applied by priority. A cart rule with a priority of "1" will be processed before a cart rule with a priority of "2".] => Cart rules are applied by priority. A cart rule with a priority of "1" will be processed before a cart rule with a priority of "2". [Your internal name for this attribute.] => Your internal name for this attribute. [The public name for this attribute, displayed to the customers.] => The public name for this attribute, displayed to the customers. [The way the attribute's values will be presented to the customers in the product's page.] => The way the attribute's values will be presented to the customers in the product's page. [Choose the attribute group for this value.] => Choose the attribute group for this value. [Upload an image file containing the color texture from your computer.] => Upload an image file containing the color texture from your computer. [This will override the HTML color!] => This will override the HTML color! [Save then add another value] => Save then add another value [Choose a color with the color picker, or enter an HTML color (e.g. "lightblue", "#CC6600").] => Choose a color with the color picker, or enter an HTML color (e.g. "lightblue", "#CC6600"). [Allow customers to upload files using the contact page.] => Allow customers to upload files using the contact page. [Please fill out the message fields that appear by default when you answer a thread on the customer service page.] => Please fill out the message fields that appear by default when you answer a thread on the customer service page. [URL for your IMAP server (ie.: mail.server.com).] => URL for your IMAP server (ie.: mail.server.com). [Port to use to connect to your IMAP server.] => Port to use to connect to your IMAP server. [User to use to connect to your IMAP server.] => User to use to connect to your IMAP server. [Password to use to connect your IMAP server.] => Password to use to connect your IMAP server. [Delete messages after synchronization. If you do not enable this option, the synchronization will take more time.] => Delete messages after synchronization. If you do not enable this option, the synchronization will take more time. [Create new threads for unrecognized emails.] => Create new threads for unrecognized emails. [Use POP3 instead of IMAP.] => Use POP3 instead of IMAP. [Do not use RSH or SSH to establish a preauthenticated IMAP sessions.] => Do not use RSH or SSH to establish a preauthenticated IMAP sessions. [Use the Secure Socket Layer (TLS/SSL) to encrypt the session.] => Use the Secure Socket Layer (TLS/SSL) to encrypt the session. [Validate certificates from the TLS/SSL server.] => Validate certificates from the TLS/SSL server. [Do not validate certificates from the TLS/SSL server. This is only needed if a server uses self-signed certificates.] => Do not validate certificates from the TLS/SSL server. This is only needed if a server uses self-signed certificates. [Force use of start-TLS to encrypt the session, and reject connection to servers that do not support it.] => Force use of start-TLS to encrypt the session, and reject connection to servers that do not support it. [Do not use start-TLS to encrypt the session, even with servers that support it.] => Do not use start-TLS to encrypt the session, even with servers that support it. [Save and add another value] => Save and add another value [Back to the list] => Back to the list [Add new feature values] => Add new feature values [Add new feature value] => Add new feature value [Company name for this supplier] => Company name for this supplier [Phone number for this supplier] => Phone number for this supplier [Mobile phone number for this supplier.] => Mobile phone number for this supplier. [Will appear in the list of suppliers.] => Will appear in the list of suppliers. [Upload a supplier logo from your computer.] => Upload a supplier logo from your computer. [Search reference] => Search reference [Create a new product: CTRL+P] => Create a new product: CTRL+P [To have a different title from the category name, enter it here.] => To have a different title from the category name, enter it here. [To have a different description than your category summary in search results page, write it here.] => To have a different description than your category summary in search results page, write it here. [Unless the 'Accented URL' option is enabled (in Shop parameters > Traffic & SEO), only letters, numbers, underscores (_), and hyphens (-) are allowed.] => Unless the 'Accented URL' option is enabled (in Shop parameters > Traffic & SEO), only letters, numbers, underscores (_), and hyphens (-) are allowed. [Leave empty to disable] => Leave empty to disable [Search for a product] => Search for a product [Enter your product name] => Enter your product name [The summary is a short sentence describing your product.It will appears at the top of your shop's product page, in product lists, and in search engines' results page (so it's important for SEO). To give more details about your product, use the "Description" tab.] => Fill in a striking short description of the product (displayed on product page and product list as abstract for customers and search engines). For detailed informations use the 'description tab.' [Search and add a related product] => Search and add a related product [Use a comma to create separate tags. E.g.: dress, cotton, party dresses.] => Use a comma to create separate tags. E.g.: dress, cotton, party dresses. [Per kilo, per litre] => Per kilo, per litre [Combine several attributes, e.g.: "Size: all", "Color: red".] => Combine several attributes, e.g.: "Size: all", "Color: red". [To which product the page should redirect?] => To which product the page should redirect? [To which category the page should redirect?] => To which category the page should redirect? [If no category is selected the Main Category is used] => If no category is selected, the Main Category is used [To have a different title from the product name, enter it here.] => To have a different title from the product name, enter it here. [To have a different description than your product summary in search results pages, write it here.] => To have a different description than your product summary in search results pages, write it here. [To which product should the page redirect?] => To which product should the page redirect? [To which category should the page redirect?] => To which category should the page redirect? [By default, the main category will be used if no category is selected.] => By default, the main category will be used if no category is selected. [This description will appear in search engines. You need a single sentence, shorter than 160 characters (including spaces)] => This description will appear in search engines. You need a single sentence, shorter than 160 characters (including spaces) [Public title for the product's page, and for search engines. Leave blank to use the product name. The number of remaining characters is displayed to the left of the field.] => Public title for the product page and for search engines. Leave blank to use the product name. The number of remaining characters is displayed to the left of the field. [Upload a brand logo from your computer.] => Upload a brand logo from your computer. [This interface allows you to specify the suppliers of the current combination.] => This interface allows you to specify the suppliers of the current combination. [Search product] => Search product [Using another image as cover will automatically uncheck this box.] => Using another image as cover will automatically uncheck this box. [Search file] => Search file [Instructions, size guide, or any file you want to add to a product.] => Instructions, size guide, or any file you want to add to a product. [Customers can download these files on the product page.] => Customers can download these files on the product page. [Set specific prices for customers meeting certain conditions.] => Set specific prices for customers meeting certain conditions. [Define which condition should apply first when a customer is eligible for multiple specific prices.] => Define which condition should apply first when a customer is eligible for multiple specific prices. [Add new specific price] => Add new specific price [Indicate the price for a single unit of the product. For instance, if you're selling fabrics, it would be the price per meter.] => Indicate the price for a single unit of the product. For instance, if you're selling fabrics, it would be the price per meter. [[1]No redirection (200), display product[/1] [2] Do not redirect anywhere, display product as discontinued and return normal 200 response.] => [1]No redirection (200), display product[/1] [2] Do not redirect anywhere, display product as discontinued and return normal 200 response. [[1]No redirection (404), display product[/1] [2] Do not redirect anywhere, display product as discontinued and return 404 "Not Found" response.] => [1]No redirection (404), display product[/1] [2] Do not redirect anywhere, display product as discontinued and return 404 "Not Found" response. [[1]No redirection (410), display product[/1] [2] Do not redirect anywhere, display product as discontinued and return 410 "Gone" response.] => [1]No redirection (410), display product[/1] [2] Do not redirect anywhere, display product as discontinued and return 410 "Gone" response. [[1]No redirection (404), display error page[/1] [2] Do not redirect anywhere and display a 404 "Not Found" page.] => [1]No redirection (404), display error page[/1] [2] Do not redirect anywhere and display a 404 "Not Found" page. [[1]No redirection (410), display error page[/1] [2] Do not redirect anywhere and display a 410 "Gone" page.] => [1]No redirection (410), display error page[/1] [2] Do not redirect anywhere and display a 410 "Gone" page. [[1]Permanent redirection (301)[/1] [2] Permanently display another product or category instead.] => [1]Permanent redirection (301)[/1] [2] Permanently display another product or category instead. [[1]Temporary redirection (302)[/1] [2] Temporarily display another product or category instead.] => [1]Temporary redirection (302)[/1] [2] Temporarily display another product or category instead. [Public title that may appear in the browser and search engines. The recommended length is about 60 characters (including spaces). If you leave it blank, the product name will be used.] => Public title that may appear in the browser and search engines. The recommended length is about 60 characters (including spaces). If you leave it blank, the product name will be used. [Summary for robots, that could appear in search engines. The recommended length is about 160 characters (including spaces). If you leave it blank, an excerpt from the short description will be used.] => Summary for robots, that could appear in search engines. The recommended length is about 160 characters (including spaces). If you leave it blank, an excerpt from the short description will be used. [Separate each tag with a comma or press the Enter key.] => Separate each tag with a comma or press the Enter key. [Search combination] => Search combination [Controls how you want stock of the pack to be calculated. You can decide, if you want to manage the stocks of packs manually, or if it should be calculated automatically depending on stock of the products inside. In that case, the quantity of the pack inside is ignored.] => Controls how you want stock of the pack to be calculated. You can decide, if you want to manage the stocks of packs manually, or if it should be calculated automatically depending on stock of the products inside. In that case, the quantity of the pack inside is ignored. [Search name] => Search name [Search category] => Search category [Search ref.] => Search ref. [Save the product and stay on the current page: ALT+SHIFT+S] => Save the product and stay on the current page: ALT+SHIFT+S [Permanently delete this product.] => Permanently delete this product. [See how your product sheet will look online: ALT+SHIFT+V] => See how your product sheet will look online: ALT+SHIFT+V [Enable or disable the product on your shop: ALT+SHIFT+O] => Enable or disable the product on your shop: ALT+SHIFT+O [Save and duplicate this product, then go to the new product: ALT+SHIFT+D] => Save and duplicate this product, then go to the new product: ALT+SHIFT+D [Save and go back to the catalog: ALT+SHIFT+Q] => Save and go back to the catalog: ALT+SHIFT+Q [Save and create a new product: ALT+SHIFT+P] => Save and create a new product: ALT+SHIFT+P [Is the product a pack (a combination of at least two existing products), a virtual product (downloadable file, service, etc.), or simply a standard, physical product?] => Is the product a pack (a combination of at least two existing products), a virtual product (downloadable file, service, etc.), or simply a standard, physical product? [Where should the product be available on your site? The main category is where the product appears by default: this is the category which is seen in the product page's URL. Disabled categories are written in italics.] => Where should the product be available on your site? The main category is where the product appears by default: this is the category which is seen in the product page's URL. Disabled categories are written in italics. [If you want to quickly create a new category, you can do it here. Don’t forget to then go to the Categories page to fill in the needed details (description, image, etc.). A new category will not automatically appear in your shop's menu, please read the Help about it.] => If you want to quickly create a new category, you can do it here. Don’t forget to then go to the Categories page to fill in the needed details (description, image, etc.). A new category will not automatically appear in your shop's menu, please read the Help about it. [Search categories] => Search categories [Does this combination have a different price? Is it cheaper or more expensive than the default retail price?] => Does this combination have a different price? Is it cheaper or more expensive than the default retail price? [The minimum quantity required to buy this product (set to 1 to disable this feature). E.g.: if set to 3, customers will be able to purchase the product only if they take at least 3 in quantity.] => The minimum quantity required to buy this product (set to 1 to disable this feature). E.g.: if set to 3, customers will be able to purchase the product only if they take at least 3 in quantity. [The email will be sent to all the users who have the right to run the stock page. To modify the permissions, go to [1]Advanced Parameters > Team[/1]] => The email will be sent to all the users who have the right to run the stock page. To modify the permissions, go to [1]Advanced Parameters > Team[/1] [This type of product code is specific to Europe and Japan, but is widely used internationally. It is a superset of the UPC code: all products marked with an EAN will be accepted in North America.] => This type of product code is specific to Europe and Japan, but is widely used internationally. It is a superset of the UPC code: all products marked with an EAN will be accepted in North America. [Combinations are the different variations of a product, with attributes like its size, weight or color taking different values. To create a combination, you need to create your product attributes first. Go to Catalog > Attributes & Features for this!] => Combinations are the different variations of a product, with attributes like its size, weight or color taking different values. To create a combination, you need to create your product attributes first. Go to Catalog > Attributes & Features for this! [To add combinations, you first need to create proper attributes and values in [1]%attributes_and_features_label%[/1]. When done, you may enter the wanted attributes (like "size" or "color") and their respective values ("XS", "red", "all", etc.) in the field below; or simply select them from the right column. Then click on "%generate_label%": it will automatically create all the combinations for you!] => To add combinations, you first need to create proper attributes and values in [1]%attributes_and_features_label%[/1]. When done, you may enter the wanted attributes (like "size" or "color") and their respective values ("XS", "red", "all", etc.) in the field below; or simply select them from the right column. Then click on "%generate_label%": it will automatically create all the combinations for you! [This is the human-readable URL, as generated from the product's name. You can change it if you want.] => This is the human-readable URL, as generated from the product's name. You can change it if you want. [When your product is disabled, choose to which page you’d like to redirect the customers visiting its page by typing the product or category name.] => When your product is disabled, choose to which page you’d like to redirect the customers visiting its page by typing the product or category name. [No redirection (404) = Do not redirect anywhere and display a 404 "Not Found" page.] => No redirection (404) = Do not redirect anywhere and display a 404 "Not Found" page. [No redirection (410) = Do not redirect anywhere and display a 410 "Gone" page.] => No redirection (410) = Do not redirect anywhere and display a 410 "Gone" page. [Permanent redirection (301) = Permanently display another product or category instead.] => Permanent redirection (301) = Permanently display another product or category instead. [Temporary redirection (302) = Temporarily display another product or category instead.] => Temporary redirection (302) = Temporarily display another product or category instead. [Default behavior is specified in the Shop Parameters > Product settings page.] => Default behavior is specified in the Shop Parameters > Product settings page. [No redirection (200), display product = Do not redirect anywhere, display product as discontinued and return normal 200 response.] => No redirection (200), display product = Do not redirect anywhere, display product as discontinued and return normal 200 response. [No redirection (404), display product = Do not redirect anywhere, display product as discontinued and return 404 "Not Found" response.] => No redirection (404), display product = Do not redirect anywhere, display product as discontinued and return 404 "Not Found" response. [No redirection (410), display product = Do not redirect anywhere, display product as discontinued and return 410 "Gone" response.] => No redirection (410), display product = Do not redirect anywhere, display product as discontinued and return 410 "Gone" response. [No redirection (404), display error page = Do not redirect anywhere and display a 404 "Not Found" page.] => No redirection (404), display error page = Do not redirect anywhere and display a 404 "Not Found" page. [No redirection (410), display error page = Do not redirect anywhere and display a 410 "Gone" page.] => No redirection (410), display error page = Do not redirect anywhere and display a 410 "Gone" page. [Display delivery time for a product is advised for merchants selling in Europe to comply with the local laws.] => Display delivery time for a product is advised for merchants selling in Europe to comply with the local laws. [If a carrier has a tax, it will be added to the shipping fees. Does not apply to free shipping.] => If a carrier has a tax, it will be added to the shipping fees. Does not apply to free shipping. [edit] => edit [This interface allows you to specify the suppliers of the current product and its combinations, if any.] => This interface allows you to specify the suppliers of the current product and its combinations, if any. [You can specify supplier references according to previously associated suppliers.] => You can specify supplier references according to previously associated suppliers. [When using the advanced stock management tool (see Shop Parameters > Products settings), the values you define (price, references) will be used in supply orders.] => When using the advanced stock management tool (see Shop Parameters > Products settings), the values you define (price, references) will be used in supply orders. [You can specify product reference(s) for each associated supplier. Click "%save_label%" after changing selected suppliers to display the associated product references.] => You can specify product reference(s) for each associated supplier. Click "%save_label%" after changing selected suppliers to display the associated product references. [This interface allows you to specify the warehouse in which the product is stocked.] => This interface allows you to specify the warehouse in which the product is stocked. [It is also possible to specify the location within the warehouse for each product or combination.] => It is also possible to specify the location within the warehouse for each product or combination. [Number of days this file can be accessed by customers. Set to zero for unlimited access.] => Number of days this file can be accessed by customers. Set to zero for unlimited access. [Upload a file from your computer (%maxUploadSize% max.)] => Upload a file from your computer (%maxUploadSize% max.) [The full filename with its extension (e.g. Book.pdf)] => The full filename with its extension (e.g. Book.pdf) [Number of downloads allowed per customer. Set to 0 for unlimited downloads.] => Number of downloads allowed per customer. Set to 0 for unlimited downloads. [If set, the file will not be downloadable after this date. Leave blank if you do not wish to attach an expiration date.] => If set, the file will not be downloadable after this date. Leave blank if you do not wish to attach an expiration date. [Combinations are the different variations of a product, with attributes like its size, weight or color taking different values. Does your product require combinations?] => Combinations are the different variations of a product, with attributes like its size, weight or color taking different values. Does your product require combinations? [Advanced settings in [1][2]Combinations[/1]] => Advanced settings in [1][2]Combinations[/1] [Your reference code for this product. Allowed special characters: .-_#.] => Your reference code for this product. Allowed special characters: .-_#. [How many products should be available for sale?] => How many products should be available for sale? [Advanced settings in [1][2]Quantities[/1]] => Advanced settings in [1][2]Quantities[/1] [This is the retail price at which you intend to sell this product to your customers. The tax included price will change according to the tax rule you select.] => This is the net sales price for your customers. The retail price will automatically be calculated using the applied tax rate. [Advanced settings in [1][2]Pricing[/1]] => Advanced settings in [1][2]Pricing[/1] [MPN is used internationally to identify the Manufacturer Part Number.] => MPN is used internationally to identify the Manufacturer Part Number. [This type of product code is widely used in the United States, Canada, the United Kingdom, Australia, New Zealand and in other countries.] => This type of product code is widely used in the United States, Canada, the United Kingdom, Australia, New Zealand and in other countries. [ISBN is used internationally to identify books and their various editions.] => The International Standard Book Number (ISBN) is used to identify books and other publications. [Tags are meant to help your customers find your products via the search bar.] => Tags facilitate the product search for customers using the search bar. [Choose terms and keywords that your customers will use to search for this product and make sure you are consistent with the tags you may have already used.] => Choose terms and keywords which your potential customers commonly would search for when looking for this product. Make sure that they are consistent with the tags you may have already defined. [You can manage tag aliases in the [1]Search section[/1]. If you add new tags, you have to rebuild the index.] => You can manage tag aliases in the [1]Search section[/1]. If you add new tags, you have to rebuild the index. [Not all shops sell new products. This option enables you to indicate the condition of the product. It can be required on some marketplaces.] => Not all shops sell new products. This option enables you to indicate the condition of the product. It can be required on some marketplaces. [This is the price at which you intend to sell this product to your customers. The tax included price will change according to the tax rule you select.] => This is the net sales price for your customers. The retail price will automatically be calculated using the applied tax rate. [Some products can be purchased by unit (per bottle, per pound, etc.), and this is the price for one unit. For instance, if you’re selling fabrics, it would be the price per meter.] => Some products can be purchased by unit (per bottle, per pound, etc.), and this is the price for one unit. For instance, if you’re selling fabrics, it would be the price per meter. [The cost price is the price you paid for the product. Do not include the tax. It should be lower than the retail price: the difference between the two will be your margin.] => The cost price is the price you paid for the product. Do not include the tax. It should be lower than the retail price: the difference between the two will be your margin. [You can set specific prices for customers belonging to different groups, different countries, etc.] => You can set specific prices for customers belonging to different groups, different countries, etc. [Sometimes one customer can fit into multiple price rules. Priorities allow you to define which rules apply first.] => Sometimes one customer can fit into multiple price rules. Priorities allow you to define which rules apply first. [Invalid token] => Invalid token [[1]Invalid token[/1]: direct access to this link may lead to a potential security breach.] => [1]Invalid token[/1]: direct access to this link may lead to a potential security breach. [Do you want to display this page?] => Do you want to display this page? [Yes, I understand the risks] => I understand the risk [Take me out of there!] => Take me out of there! [Click on "%displayed_label%" to index the category on your shop.] => Click on "%displayed_label%" to index the category on your shop. [If you want a category to appear in the menu of your shop, go to [1]Modules > Module Manager[/1] and configure your menu module.] => If you want a category to appear in the menu of your shop, go to [1]Modules > Module Manager[/1] and configure your menu module. [This is the main image for your category, displayed in the category page. The category description will overlap this image and appear in its top-left corner.] => This is the main image for your category, displayed in the category page. The category description will overlap this image and appear in its top-left corner. [Displays a small image in the parent category's page, if the theme allows it.] => Displays a small image in the parent category's page, if the theme allows it. [The category thumbnail appears in the menu as a small image representing the category, if the theme allows it.] => The category thumbnail appears in the menu as a small image representing the category, if the theme allows it. [Only letters, numbers, underscore (_) and the minus (-) character are allowed.] => Only letters, numbers, underscore (_) and the minus (-) character are allowed. [Mark all of the customer groups which you would like to have access to this category.] => Mark all of the customer groups which you would like to have access to this category. [You now have three default customer groups.] => You now have three default customer groups. [An empty category is a category that has no product directly associated to it. An empty category may however contain products through its subcategories.] => An empty category is a category that has no product directly associated to it. An empty category may however contain products through its subcategories. [To add combinations, you first need to create proper attributes and values in [1]%attributes_and_features_label%[/1].] => To add combinations, you first need to create proper attributes and values in [1]%attributes_and_features_label%[/1]. ) [ShopDemoCatalog] => Array ( [Size] => Size [Shoe size] => Shoe size [Color] => Color [S] => S [M] => M [L] => L [One size] => One size [Grey] => Gray [Taupe] => Taupe [Beige] => Beige [White] => White [Off White] => Off White [Red] => Red [Black] => Black [Camel] => Camel [Orange] => Orange [Blue] => Blue [Green] => Green [Yellow] => Yellow [Brown] => Brown [35] => 35 [36] => 36 [37] => 37 [38] => 38 [39] => 39 [40] => 40 [Pink] => Pink [Height] => Height [Width] => Width [Depth] => Depth [Weight] => Weight [Compositions] => Compositions [Styles] => Styles [Properties] => Properties [Polyester] => Polyester [Wool] => Wool [Viscose] => Viscose [Elastane] => Elastane [Cotton] => Cotton [Silk] => Silk [Suede] => Suede [Straw] => Straw [Leather] => Leather [Classic] => Classic [Casual] => Casual [Military] => Military [Girly] => Girly [Rock] => Rock [Basic] => Basic [Dressy] => Dressy [Short Sleeve] => Short Sleeve [Colorful Dress] => Colorful Dress [Short Dress] => Short Dress [Midi Dress] => Midi Dress [Maxi Dress] => Maxi Dress [2.75 in] => 2.75 in [2.06 in] => 2.06 in [49.2 g] => 49.2 g [0.26 in] => 0.26 in [1.07 in] => 1.07 in [1.62 in] => 1.62 in [15.5 g] => 15.5 g [0.41 in (clip included)] => 0.41 in (clip included) [4.33 in] => 4.33 in [2.76 in] => 2.76 in [120g] => 120 g [0.31 in] => 0.31 in [120 g] => 120 g ) ) [metadata:Symfony\Component\Translation\MessageCatalogue:private] => Array ( ) [resources:Symfony\Component\Translation\MessageCatalogue:private] => Array ( ) [locale:Symfony\Component\Translation\MessageCatalogue:private] => en-US [fallbackCatalogue:Symfony\Component\Translation\MessageCatalogue:private] => Symfony\Component\Translation\MessageCatalogue Object ( [messages:Symfony\Component\Translation\MessageCatalogue:private] => Array ( ) [metadata:Symfony\Component\Translation\MessageCatalogue:private] => Array ( ) [resources:Symfony\Component\Translation\MessageCatalogue:private] => Array ( ) [locale:Symfony\Component\Translation\MessageCatalogue:private] => en [fallbackCatalogue:Symfony\Component\Translation\MessageCatalogue:private] => [parent:Symfony\Component\Translation\MessageCatalogue:private] => Symfony\Component\Translation\MessageCatalogue Object *RECURSION* ) [parent:Symfony\Component\Translation\MessageCatalogue:private] => ) ) [locale:Symfony\Component\Translation\Translator:private] => en-US [fallbackLocales:Symfony\Component\Translation\Translator:private] => Array ( ) [loaders:Symfony\Component\Translation\Translator:private] => Array ( ) [resources:Symfony\Component\Translation\Translator:private] => Array ( ) [formatter:Symfony\Component\Translation\Translator:private] => Symfony\Component\Translation\Formatter\MessageFormatter Object ( [translator:Symfony\Component\Translation\Formatter\MessageFormatter:private] => Symfony\Component\Translation\IdentityTranslator Object ( [selector:Symfony\Component\Translation\IdentityTranslator:private] => [locale:Symfony\Component\Translation\IdentityTranslator:private] => ) [intlFormatter:Symfony\Component\Translation\Formatter\MessageFormatter:private] => Symfony\Component\Translation\Formatter\IntlFormatter Object ( [hasMessageFormatter:Symfony\Component\Translation\Formatter\IntlFormatter:private] => [cache:Symfony\Component\Translation\Formatter\IntlFormatter:private] => Array ( ) ) ) [cacheDir:Symfony\Component\Translation\Translator:private] => /data05/virt2670/domeenid/www.ewsound.ee/shop/var/cache/dev/translations [debug:Symfony\Component\Translation\Translator:private] => [cacheVary:Symfony\Component\Translation\Translator:private] => Array ( ) [configCacheFactory:Symfony\Component\Translation\Translator:private] => Symfony\Component\Config\ConfigCacheFactory Object ( [debug:Symfony\Component\Config\ConfigCacheFactory:private] => ) [parentLocales:Symfony\Component\Translation\Translator:private] => [hasIntlFormatter:Symfony\Component\Translation\Translator:private] => 1 ) [priceComputingPrecision:protected] => [mobile_device:protected] => [is_mobile:protected] => [is_tablet:protected] => ) [smarty:protected] => Smarty_Data Object ( [dataObjectName] => Data_object 13 [smarty] => SmartyCustom Object ( [auto_literal] => 1 [error_unassigned] => [use_include_path] => [_templateDirNormalized] => 1 [_joined_template_dir] => /data05/virt2670/domeenid/www.ewsound.ee/shop/themes/javo/templates/ [_configDirNormalized] => [_joined_config_dir] => [default_template_handler_func] => [default_config_handler_func] => [default_plugin_handler_func] => [_compileDirNormalized] => 1 [_pluginsDirNormalized] => [_cacheDirNormalized] => 1 [force_compile] => 1 [use_sub_dirs] => 1 [allow_ambiguous_resources] => [merge_compiled_includes] => [extends_recursion] => 1 [force_cache] => [left_delimiter] => { [right_delimiter] => } [literals] => Array ( ) [security_class] => Smarty_Security [security_policy] => [allow_php_templates] => [debugging] => [debugging_ctrl] => NONE [smarty_debug_id] => SMARTY_DEBUG [debug_tpl] => /data05/virt2670/domeenid/www.ewsound.ee/shop/themes/debug.tpl [error_reporting] => [config_overwrite] => 1 [config_booleanize] => 1 [config_read_hidden] => [compile_locking] => 1 [cache_locking] => [locking_timeout] => 10 [default_resource_type] => file [caching_type] => file [default_config_type] => file [cache_modified_check] => [registered_plugins] => Array ( [function] => Array ( [widget] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => smartyWidget ) [1] => 1 [2] => Array ( ) ) [render] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => smartyRender ) [1] => 1 [2] => Array ( ) ) [form_field] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => smartyFormField ) [1] => 1 [2] => Array ( ) ) [dateFormat] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => dateFormat ) [1] => 1 [2] => Array ( ) ) [hook] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => smartyHook ) [1] => 1 [2] => Array ( ) ) [l] => Array ( [0] => smartyTranslate [1] => 1 [2] => Array ( ) ) [url] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => getUrlSmarty ) [1] => 1 [2] => Array ( ) ) ) [block] => Array ( [widget_block] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => smartyWidgetBlock ) [1] => 1 [2] => Array ( ) ) ) [modifier] => Array ( [boolval] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => boolval ) [1] => 1 [2] => Array ( ) ) [classname] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => smartyClassname ) [1] => 1 [2] => Array ( ) ) [classnames] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => smartyClassnames ) [1] => 1 [2] => Array ( ) ) [cleanHtml] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => smartyCleanHtml ) [1] => 1 [2] => Array ( ) ) [end] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => smarty_endWithoutReference ) [1] => 1 [2] => Array ( ) ) [escape] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => smartyEscape ) [1] => 1 [2] => Array ( ) ) [truncate] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => smarty_modifier_truncate ) [1] => 1 [2] => Array ( ) ) [addcslashes] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => addcslashes ) [1] => 1 [2] => Array ( ) ) [addslashes] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => addslashes ) [1] => 1 [2] => Array ( ) ) [array_slice] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => array_slice ) [1] => 1 [2] => Array ( ) ) [date] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => date ) [1] => 1 [2] => Array ( ) ) [explode] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => explode ) [1] => 1 [2] => Array ( ) ) [floatval] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => floatval ) [1] => 1 [2] => Array ( ) ) [htmlentities] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => htmlentities ) [1] => 1 [2] => Array ( ) ) [htmlspecialchars] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => htmlspecialchars ) [1] => 1 [2] => Array ( ) ) [implode] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => implode ) [1] => 1 [2] => Array ( ) ) [in_array] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => in_array ) [1] => 1 [2] => Array ( ) ) [intval] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => intval ) [1] => 1 [2] => Array ( ) ) [json_decode] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => json_decode ) [1] => 1 [2] => Array ( ) ) [json_encode] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => json_encode ) [1] => 1 [2] => Array ( ) ) [lcfirst] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => lcfirst ) [1] => 1 [2] => Array ( ) ) [md5] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => md5 ) [1] => 1 [2] => Array ( ) ) [mt_rand] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => mt_rand ) [1] => 1 [2] => Array ( ) ) [nl2br] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => nl2br ) [1] => 1 [2] => Array ( ) ) [print_r] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => print_r ) [1] => 1 [2] => Array ( ) ) [rand] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => rand ) [1] => 1 [2] => Array ( ) ) [sizeof] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => sizeof ) [1] => 1 [2] => Array ( ) ) [str_replace] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => str_replace ) [1] => 1 [2] => Array ( ) ) [stripslashes] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => stripslashes ) [1] => 1 [2] => Array ( ) ) [strpos] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => strpos ) [1] => 1 [2] => Array ( ) ) [strstr] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => strstr ) [1] => 1 [2] => Array ( ) ) [strtolower] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => strtolower ) [1] => 1 [2] => Array ( ) ) [strval] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => strval ) [1] => 1 [2] => Array ( ) ) [substr] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => substr ) [1] => 1 [2] => Array ( ) ) [trim] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => trim ) [1] => 1 [2] => Array ( ) ) [ucfirst] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => ucfirst ) [1] => 1 [2] => Array ( ) ) [urlencode] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => urlencode ) [1] => 1 [2] => Array ( ) ) [var_dump] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => var_dump ) [1] => 1 [2] => Array ( ) ) ) ) [registered_objects] => Array ( ) [registered_classes] => Array ( ) [registered_filters] => Array ( ) [registered_resources] => Array ( [module] => SmartyResourceModule Object ( [paths] => Array ( [theme] => /data05/virt2670/domeenid/www.ewsound.ee/shop/themes/javo/modules/ [modules] => /data05/virt2670/domeenid/www.ewsound.ee/shop/modules/ ) [isAdmin] => [uncompiled] => [recompiled] => [hasCompiledHandler] => ) [parent] => SmartyResourceParent Object ( [paths] => Array ( ) [uncompiled] => [recompiled] => [hasCompiledHandler] => ) ) [registered_cache_resources] => Array ( ) [autoload_filters] => Array ( ) [default_modifiers] => Array ( ) [escape_html] => 1 [start_time] => 1742483598.9748 [_current_file] => [_parserdebug] => [_objType] => 1 [_debug] => [template_dir:protected] => Array ( [0] => /data05/virt2670/domeenid/www.ewsound.ee/shop/themes/javo/templates/ ) [_processedTemplateDir:protected] => Array ( [0] => 1 ) [config_dir:protected] => Array ( ) [_processedConfigDir:protected] => Array ( ) [compile_dir:protected] => /data05/virt2670/domeenid/www.ewsound.ee/shop/var/cache/dev/smarty/compile/ [plugins_dir:protected] => Array ( [0] => /data05/virt2670/domeenid/www.ewsound.ee/shop/vendor/smarty/smarty/libs/plugins/ [1] => /data05/virt2670/domeenid/www.ewsound.ee/shop/themes/javo/plugins ) [cache_dir:protected] => /data05/virt2670/domeenid/www.ewsound.ee/shop/var/cache/dev/smarty/cache/ [obsoleteProperties:protected] => Array ( [0] => resource_caching [1] => template_resource_caching [2] => direct_access_security [3] => _dir_perms [4] => _file_perms [5] => plugin_search_order [6] => inheritance_merge_compiled_includes [7] => resource_cache_mode ) [accessMap:protected] => Array ( [template_dir] => TemplateDir [config_dir] => ConfigDir [plugins_dir] => PluginsDir [compile_dir] => CompileDir [cache_dir] => CacheDir ) [isMutingUndefinedOrNullWarnings:Smarty:private] => [cache_id] => [compile_id] => [caching] => 0 [compile_check] => 1 [cache_lifetime] => 3600 [tplFunctions] => Array ( ) [_cache] => Array ( ) [template_class] => SmartyCustomTemplate [tpl_vars] => Array ( [request_uri] => Smarty_Variable Object ( [value] => /en/10_dbx [nocache] => ) [cart] => Smarty_Variable Object ( [value] => PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray Object ( [shouldSeparateGifts:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [cartPresenter:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartPresenter Object ( [link:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartPresenter:private] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// [ssl_enable:protected] => 1 [urlShopId:protected] => ) [imageRetriever:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartPresenter:private] => PrestaShop\PrestaShop\Adapter\Image\ImageRetriever Object ( [link:PrestaShop\PrestaShop\Adapter\Image\ImageRetriever:private] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// [ssl_enable:protected] => 1 [urlShopId:protected] => ) [isMultipleImageFormatFeatureActive:PrestaShop\PrestaShop\Adapter\Image\ImageRetriever:private] => ) [settings:protected] => [taxConfiguration:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartPresenter:private] => TaxConfiguration Object ( [taxCalculationMethod:TaxConfigurationCore:private] => Array ( ) ) [productAssembler:protected] => ) [cart:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => Cart Object ( [id] => [id_shop_group] => [id_shop] => [id_address_delivery] => [id_address_invoice] => [id_currency] => [id_customer] => [id_guest] => [id_lang] => [recyclable] => [gift] => [gift_message] => [mobile_theme] => [date_add] => [secure_key] => [id_carrier] => 0 [date_upd] => [checkedTos] => [pictures] => [textFields] => [delivery_option] => [allow_seperated_package] => [_products:protected] => [_taxCalculationMethod:protected] => 0 [webserviceParameters:protected] => Array ( [fields] => Array ( [id_address_delivery] => Array ( [xlink_resource] => addresses ) [id_address_invoice] => Array ( [xlink_resource] => addresses ) [id_currency] => Array ( [xlink_resource] => currencies ) [id_customer] => Array ( [xlink_resource] => customers ) [id_guest] => Array ( [xlink_resource] => guests ) [id_lang] => Array ( [xlink_resource] => languages ) ) [associations] => Array ( [cart_rows] => Array ( [resource] => cart_row [virtual_entity] => 1 [fields] => Array ( [id_product] => Array ( [required] => 1 [xlink_resource] => products ) [id_product_attribute] => Array ( [required] => 1 [xlink_resource] => combinations ) [id_address_delivery] => Array ( [required] => 1 [xlink_resource] => addresses ) [id_customization] => Array ( [required] => [xlink_resource] => customizations ) [quantity] => Array ( [required] => 1 ) ) ) ) ) [configuration:protected] => PrestaShop\PrestaShop\Adapter\Configuration Object ( [shop:PrestaShop\PrestaShop\Adapter\Configuration:private] => [parameters:protected] => ) [addressFactory:protected] => PrestaShop\PrestaShop\Adapter\AddressFactory Object ( ) [shouldSplitGiftProductsQuantity:protected] => [shouldExcludeGiftsDiscount:protected] => [lang_associated:protected] => [id_shop_list] => Array ( ) [get_shop_from_context:protected] => 1 [table:protected] => cart [identifier:protected] => id_cart [fieldsRequired:protected] => Array ( [0] => id_currency [1] => id_lang ) [fieldsSize:protected] => Array ( [gift_message] => 4194303 [delivery_option] => 4194303 [secure_key] => 32 ) [fieldsValidate:protected] => Array ( [id_shop_group] => isUnsignedId [id_shop] => isUnsignedId [id_address_delivery] => isUnsignedId [id_address_invoice] => isUnsignedId [id_carrier] => isUnsignedId [id_currency] => isUnsignedId [id_customer] => isUnsignedId [id_guest] => isUnsignedId [id_lang] => isUnsignedId [recyclable] => isBool [gift] => isBool [gift_message] => isCleanHtml [mobile_theme] => isBool [allow_seperated_package] => isBool [date_add] => isDate [date_upd] => isDate ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [translator:protected] => [def:protected] => Array ( [table] => cart [primary] => id_cart [fields] => Array ( [id_shop_group] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_delivery] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_invoice] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_carrier] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_currency] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [id_customer] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_guest] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_lang] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [recyclable] => Array ( [type] => 2 [validate] => isBool ) [gift] => Array ( [type] => 2 [validate] => isBool ) [gift_message] => Array ( [type] => 3 [validate] => isCleanHtml [size] => 4194303 ) [mobile_theme] => Array ( [type] => 2 [validate] => isBool ) [delivery_option] => Array ( [type] => 3 [size] => 4194303 ) [secure_key] => Array ( [type] => 3 [size] => 32 ) [allow_seperated_package] => Array ( [type] => 2 [validate] => isBool ) [date_add] => Array ( [type] => 5 [validate] => isDate ) [date_upd] => Array ( [type] => 5 [validate] => isDate ) ) [classname] => Cart ) [update_fields:protected] => [force_id] => ) [translator:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => PrestaShopBundle\Translation\TranslatorComponent Object ( [catalogues:protected] => Array ( [en-US] => Symfony\Component\Translation\MessageCatalogue Object ( [messages:Symfony\Component\Translation\MessageCatalogue:private] => Array ( [ModulesStatsbestcustomersAdmin] => Array ( [Empty recordset returned] => Empty recordset returned [Valid orders] => Valid orders [Money spent] => Money spent [Best customers] => Best customers [Enrich your stats, add a list of the best customers to the dashboard.] => Enrich your stats, add a list of the best customers to the dashboard. [Develop clients' loyalty] => Develop clients' loyalty [Keeping a client can be more profitable than gaining a new one. That is one of the many reasons it is necessary to cultivate customer loyalty.] => Keeping a client can be more profitable than gaining a new one. That is one of the many reasons it is necessary to cultivate customer loyalty. [Word of mouth is also a means for getting new, satisfied clients. A dissatisfied customer can hurt your e-reputation and obstruct future sales goals.] => Word of mouth is also a means for getting new, satisfied clients. A dissatisfied customer can hurt your e-reputation and obstruct future sales goals. [In order to achieve this goal, you can organize:] => In order to achieve this goal, you can organize: [Punctual operations: commercial rewards (personalized special offers, product or service offered), non commercial rewards (priority handling of an order or a product), pecuniary rewards (bonds, discount coupons, payback).] => Punctual operations: commercial rewards (personalized special offers, product or service offered), non commercial rewards (priority handling of an order or a product), pecuniary rewards (bonds, discount coupons, payback). [Sustainable operations: loyalty points or cards, which not only justify communication between merchant and client, but also offer advantages to clients (private offers, discounts).] => Sustainable operations: loyalty points or cards, which not only justify communication between merchant and client, but also offer advantages to clients (private offers, discounts). [These operations encourage clients to buy products and visit your online store more regularly.] => These operations encourage clients to buy products and visit your online store more regularly. ) [ModulesCheckpaymentAdmin] => Array ( [Payments by check] => Prepayment order [Are you sure you want to delete these details?] => Are you sure you want to delete these details? [The "Payee" and "Address" fields must be configured before using this module.] => To use this module you must enter payee and address. [No currency has been set for this module.] => No currency has been set for this module. [The "Payee" field is required.] => The payee field is required. [The "Address" field is required.] => The "Address" field is required. [Pay by Check] => Pay by Check [Contact details] => Contact details [Payee (name)] => Payee [Address] => Address [Address where the check should be sent to.] => Address where the check should be sent to. [%amount% (tax incl.)] => %amount% (tax incl.) [Display contact details blocks to make it easy for customers to pay by check on your store.] => Display contact details blocks to make it easy for customers to pay by check on your store. [(tax incl.)] => (tax incl.) [This module allows you to accept payments by check.] => This module allows you to accept payments by check. [If the client chooses this payment method, the order status will change to 'Waiting for payment'.] => If the client chooses this payment method, the order status will change to 'Waiting for payment'. [You will need to manually confirm the order as soon as you receive a check.] => You will need to manually confirm the order as soon as you receive a check. ) [ModulesFacetedsearchShop] => Array ( [Not available] => Preorder [Price] => Price [Weight] => Weight [New] => New [Used] => Used [Refurbished] => Refurbished [Condition] => Condition [Available] => Available [In stock] => In stock [Availability] => Availability [Brand] => Brand [Categories] => Categories [New product] => New product [On sale] => On sale [Best sellers] => Best sellers [Relevance] => Relevance ) [ShopTheme] => Array ( [404] => 404 ) [ModulesDashgoalsAdmin] => Array ( [Dashboard Goals] => Dashboard Goals [Adds a block with your store's forecast.] => Adds a block with your store's forecast. [January] => January [February] => February [March] => March [April] => April [May] => May [June] => June [July] => July [August] => August [September] => September [October] => October [November] => November [December] => December [Average cart value] => Average cart value [Goal exceeded] => Goal exceeded [Goal not reached] => Goal not reached [Goal set:] => Goal set: [Enrich your stats: add a block with your store’s forecast to always be one step ahead!] => Enrich your stats: add a block with your store’s forecast to always be one step ahead! [Conversion Rate] => Conversion Rate [Traffic] => Traffic [Average Cart Value] => Average Cart Value [Conversion] => Conversion [Forecast] => Forecast ) [AdminShippingHelp] => Array ( [Format:] => Format: [Filesize:] => Filesize: [MB max.] => MB max. [Current size:] => Current size: [undefined] => undefined [Your online store needs to have a proper carrier registered in PrestaShop as soon as you start shipping your products. This means sending yours parcels using your local postal service, or having a contract with a private carrier which in turn will ship your parcels to your customers. In order to have PrestaShop suggest the most adequate carrier to your customers during their order checkout process, you need to register all the carriers with which you have chosen to work.] => Your online store needs to have a proper carrier registered in PrestaShop as soon as you start shipping your products. This means sending yours parcels using your local postal service, or having a contract with a private carrier which in turn will ship your parcels to your customers. In order to have PrestaShop suggest the most adequate carrier to your customers during their order checkout process, you need to register all the carriers with which you have chosen to work. [PrestaShop comes with a number of carrier modules that you can activate. You can also buy carrier modules on the PrestaShop Addons marketplace. Recommended modules are listed below: install the module that matches your carrier, and configure it!] => PrestaShop comes with a number of carrier modules that you can activate. You can also buy carrier modules on the PrestaShop Addons marketplace. Recommended modules are listed below: install the module that matches your carrier, and configure it! [Note: DO NOT register a new carrier if there already exists a module for it! Using a module will be much faster and more accurate!] => Note: DO NOT register a new carrier if there already exists a module for it! Using a module will be much faster and more accurate! [The carrier's name will be displayed during checkout.] => The carrier's name will be displayed during checkout. [The delivery time will be displayed during checkout.] => The delivery time will be displayed during checkout. [Delivery tracking URL: Type '@' where the tracking number should appear. It will be automatically replaced by the tracking number.] => Delivery tracking URL: Type '@' where the tracking number should appear. It will be automatically replaced by the tracking number. [For example: 'http://example.com/track.php?num=@' with '@' where the tracking number should appear.] => For example: 'http://example.com/track.php?num=@' with '@' where the tracking number should appear. [Include the handling costs (as set in Shipping > Preferences) in the final carrier price.] => Include the handling costs (as set in Shipping > Preferences) in the final carrier price. [Out-of-range behavior occurs when no defined range matches the customer's cart (e.g. when the weight of the cart is greater than the highest weight limit defined by the weight ranges).] => Out-of-range behavior occurs when no defined range matches the customer's cart (e.g. when the weight of the cart is greater than the highest weight limit defined by the weight ranges). [Maximum width managed by this carrier. Set the value to "0", or leave this field blank to ignore.] => Maximum width managed by this carrier. Set the value to "0", or leave this field blank to ignore. [The value must be an integer.] => The value must be an integer. [Maximum height managed by this carrier. Set the value to "0", or leave this field blank to ignore.] => Maximum height managed by this carrier. Set the value to "0", or leave this field blank to ignore. [Maximum depth managed by this carrier. Set the value to "0", or leave this field blank to ignore.] => Maximum depth managed by this carrier. Set the value to "0", or leave this field blank to ignore. [Maximum weight managed by this carrier. Set the value to "0", or leave this field blank to ignore.] => Maximum weight managed by this carrier. Set the value to "0", or leave this field blank to ignore. [Allowed characters: letters, spaces and "%special_chars%".] => Allowed characters: letters, spaces and "%special_chars%". [For in-store pickup, enter 0 to replace the carrier name with your shop name.] => For in-store pickup, enter 0 to replace the carrier name with your shop name. [Enter "0" for a longest shipping delay, or "9" for the shortest shipping delay.] => Enter "0" for a longest shipping delay, or "9" for the shortest shipping delay. [Mark the groups that are allowed access to this carrier.] => Mark the groups that are allowed access to this carrier. [Enable the carrier in the front office.] => Enable the carrier in the front office. [Carrier name displayed during checkout] => Carrier name displayed during checkout [Upload a logo from your computer.] => Upload a logo from your computer. [or] => or [Estimated delivery time will be displayed during checkout.] => Estimated delivery time will be displayed during checkout. [Delivery tracking URL: Type '@' where the tracking number should appear. It will then be automatically replaced by the tracking number.] => Delivery tracking URL: Type '@' where the tracking number should appear. It will then be automatically replaced by the tracking number. [The zones in which this carrier will be used.] => The zones in which this carrier will be used. [Group access] => Group access [Apply both regular shipping cost and product-specific shipping costs.] => Apply both regular shipping cost and product-specific shipping costs. [Include the shipping and handling costs in the carrier price.] => Include the shipping and handling costs in the carrier price. [Apply the cost of the highest defined range] => Apply the cost of the highest defined range [Out-of-range behavior occurs when none is defined (e.g. when a customer's cart weight is greater than the highest range limit).] => Out-of-range behavior occurs when none is defined (e.g. when a customer's cart weight is greater than the highest range limit). [Maximum height managed by this carrier. Set the value to "0," or leave this field blank to ignore.] => Maximum height managed by this carrier. Set the value to "0," or leave this field blank to ignore. [Maximum width managed by this carrier. Set the value to "0," or leave this field blank to ignore.] => Maximum width managed by this carrier. Set the value to "0," or leave this field blank to ignore. [Maximum depth managed by this carrier. Set the value to "0," or leave this field blank to ignore.] => Maximum depth managed by this carrier. Set the value to "0," or leave this field blank to ignore. [Maximum weight managed by this carrier. Set the value to "0," or leave this field blank to ignore.] => Maximum weight managed by this carrier. Set the value to "0," or leave this field blank to ignore. [Your shop's default carrier.] => Your shop's default carrier. [This will only be visible in the front office.] => This will only be visible in the front office. [You need to register all the carriers with which you have chosen to work. PrestaShop comes with a selection of carrier modules you can install right below the page or buy on [1]Addons marketplace[/1].] => You need to register all the carriers with which you have chosen to work. PrestaShop comes with a selection of carrier modules you can install right below the page or buy on [1]Addons marketplace[/1]. [If there is no existing module for your carrier, you can register it manually by clicking on "[1]" but before, please make sure you did not register a new carrier if a module already exists for it!] => If there is no existing module for your carrier, you can register it manually by clicking on "[1]" but before, please make sure you did not register a new carrier if a module already exists for it. [If you set these parameters to 0, they will be disabled.] => If you set these parameters to 0, they will be disabled. [Coupons are not taken into account when calculating free shipping.] => Coupons are not taken into account when calculating free shipping. ) [AdminStatsHelp] => Array ( [%value% of your products for sale are out of stock.] => %value% of your products for sale are out of stock. [Gross margin expressed in percentage assesses how cost-effectively you sell your goods. Out of $100, you will retain $%value% to cover profit and expenses.] => Gross margin expressed in percentage assesses how cost-effectively you sell your goods. Out of $100, you will retain $%value% to cover profit and expenses. [%value% of your products are disabled and not visible to your customers] => %value% of your products are disabled and not visible to your customers [Within your catalog, %value% of your products have had sales in the last 30 days] => Within your catalog, %value% of your products have had sales in the last 30 days ) [ModulesGraphnvd3Admin] => Array ( [NVD3 Charts] => NVD3 Charts [Enable the NVD3 charting code for your own uses, providing you with ever so useful graphs.] => Enable the NVD3 charting code for your own uses, providing you with ever so useful graphs. ) [ModulesEmailalertsAdmin] => Array ( [Mail alerts] => Mail alerts [Make your everyday life easier, handle mail alerts about stock and orders, addressed to you as well as your customers.] => Make your everyday life easier, handle mail alerts about stock and orders, addressed to you as well as your customers. [Cannot update settings] => Cannot update settings [Please type one (or more) email address] => Please type one (or more) email address [Invalid email:] => Invalid email: [Settings updated successfully] => Settings updated successfully [No message] => No message [image(s)] => image(s) [Voucher code:] => Voucher code: [Customer notifications] => Customer notifications [Product availability] => Product availability [Give the customer the option of receiving a notification when an out of stock product is available again.] => Give the customer the option of receiving a notification when an out of stock product is available again. [Order edit] => Order edit [Send a notification to the customer when an order is edited.] => Send a notification to the customer when an order is edited. [New order] => New order [Receive a notification when an order is placed.] => Receive a notification when an order is placed. [Out of stock] => Out of stock [Receive a notification if the available quantity of a product is below the following threshold.] => Receive a notification if the available quantity of a product is below the following threshold. [Threshold] => Threshold [Quantity for which a product is considered out of stock.] => Quantity for which a product is considered out of stock. [Coverage warning] => Coverage warning [Receive a notification when a product has insufficient coverage.] => Receive a notification when a product has insufficient coverage. [Coverage] => Coverage [Stock coverage, in days. Also, the stock coverage of a given product will be calculated based on this number.] => Stock coverage, in days. Also, the stock coverage of a given product will be calculated based on this number. [Returns] => Returns [Receive a notification when a customer requests a merchandise return.] => Receive a notification when a customer requests a merchandise return. [Email addresses] => Email addresses [One email address per line (e.g. [email protected]).] => One email address per line (e.g. [email protected]). [Merchant notifications] => Merchant notifications [Mail alert: Unable to delete customer using email.] => Mail alert: Unable to delete customer using email. [Mail alert: Unable to export customer using email.] => Mail alert: Unable to export customer using email. [Please enter one (or more) email address for the new order notification.] => Please enter one (or more) email address for the new order notification. [Cannot update new order emails.] => Cannot update new order emails. [Please enter one (or more) email address for "out of stock" notifications.] => Please enter one (or more) email addresses for "out of stock" notifications. [Cannot update email for "out of stock" notifications.] => Cannot update email for "out of stock" notifications. [Please enter one (or more) email address for "return slip" notifications.] => Please enter one (or more) email addresses for "return slip" notifications. [Cannot update "return slip" emails.] => Cannot update "return slip" emails. [Send to:] => Send to: [Add email] => Add email [Enter one or more email address. Use 'Return' or a comma to separate each address.] => Enter one or more email addresses. Use 'Return' or a comma to separate each address. ) [ModulesStatsbestproductsAdmin] => Array ( [An empty record-set was returned.] => An empty record-set was returned. [Price sold] => Price sold [Quantity sold in a day] => Quantity sold in a day [Page views] => Page views [Best-selling products] => Best-selling products [Enrich your stats with a small list of your best-sellers to better know your customers.] => Enrich your stats with a small list of your best-sellers to better know your customers. ) [ModulesContactformAdmin] => Array ( [Contact form] => Contact form [Adds a contact form to the "Contact us" page.] => Adds a contact form to the "Contact us" page. [For even more security on your website forms, consult our Security & Access modules category on the %link%] => For even more security on your website forms, consult our Security & Access modules category on the %link% [Parameters] => Parameters [Send confirmation email to your customers] => Send confirmation email to your customers [Choose Yes and your customers will receive a generic confirmation email including a tracking number after their message is sent. Note: to discourage spam, the content of their message won't be included in the email.] => Choose Yes and your customers will receive a generic confirmation email including a tracking number after their message is sent. Note: to discourage spam, the content of their message won't be included in the email. [Receive customers' messages by email] => Receive customers' messages by email [By default, you will only receive contact messages through your Customer service tab.] => By default, you will only receive contact messages through your Customer service tab. [Help your customers get in touch when they need, add a contact form on your store.] => Help your customers get in touch when they need, add a contact form on your store. ) [ModulesStatsbestcategoriesAdmin] => Array ( [Empty recordset returned] => Empty recordset returned [Total Quantity Sold] => Total Quantity Sold [Total Price] => Total Price [Total Margin] => Total Margin [Total Viewed] => Total Viewed [Best categories] => Best categories [Enrich your stats, add a list of the best selling categories to the dashboard.] => Enrich your stats, add a list of the best selling categories to the dashboard. [Display final level categories only (that have no child categories)] => Display final level categories only (that have no child categories) ) [ModulesLanguageselectorAdmin] => Array ( [Language selector block] => Language selector block [Adds a block allowing customers to select a language for your store's content.] => Adds a block allowing customers to select a language for your store's content. [Go international and display a language selector in the header of your store so that customers can shop in their own language.] => Go international and display a language selector in the header of your store so that customers can shop in their own language. ) [AdminNotificationsSuccess] => Array ( [Successful update] => Successful update [Update successful] => Update successful [The thumbnails were successfully regenerated.] => The thumbnails were successfully regenerated. [Successful upload.] => Successful upload. [Duplication was completed successfully.] => Duplication was completed successfully. [The selected images have successfully been moved.] => The selected images have successfully been moved. [Your cover image selection has been saved.] => Your cover image selection has been saved. [The image's shop association has been modified.] => The image's shop association has been modified. [A zone has been assigned to the selection successfully.] => A zone has been assigned to the selection successfully. [Successful upgrade.] => Successful upgrade. [Successful deletion] => Successful deletion [The settings have been successfully updated.] => The settings have been successfully updated. [The status has been successfully updated.] => The status has been successfully updated. [Comment successfully added.] => Comment successfully added. [The selection has been successfully deleted.] => The selection has been successfully deleted. [Successful creation] => Successful creation [The status has been updated successfully.] => The status has been updated successfully. [Settings updated] => Settings updated [Configuration updated] => Configuration updated [Successful update.] => Successful update. [Successful deletion.] => Successful deletion. [The settings have been updated.] => The settings have been updated. [Successfully overwrote email templates for theme %s with locale %s] => Successfully overwrote email templates for theme %s with locale %s [Successfully generated email templates for theme %s with locale %s] => Successfully generated email templates for theme %s with locale %s [Email theme configuration saved successfully] => Email theme configuration saved successfully [Test email for layout %layout% was successfully sent to %email%] => Test email for layout %layout% was successfully sent to %email% [Your theme has been correctly exported: %path%] => Your theme has been correctly exported: %path% [The selection has been successfully deleted] => The selection has been successfully deleted [The image was successfully deleted.] => The image was successfully deleted. [Successful duplication] => Successful duplication [Your store context has been automatically modified.] => Your store context has been automatically modified. [Update successful.] => Update successful. [Your symbol and format customizations have been successfully reset for this language.] => Your symbol and format customizations have been successfully reset for this language. [Settings updated.] => Settings updated. [The product was successfully added.] => The product was successfully added. [The product was successfully removed.] => The product was successfully removed. [[1] products were successfully added.] => [1] products were successfully added. [[1] products were successfully removed.] => [1] products were successfully removed. ) [ModulesCustomersigninAdmin] => Array ( [Customer "Sign in" link] => Customer "Sign in" link [Make your customers feel at home on your store, invite them to sign in!] => Make your customers feel at home on your store, invite them to sign in! [%firstname% %lastname%] => %firstname% %lastname% ) [AdminNotificationsError] => Array ( [Unable to update settings.] => Unable to update settings. [There is %d error.] => There is %d error. [There are %d errors.] => There are %d errors. [There are %d warnings.] => There are %d warnings. [%1$s on line %2$s in file %3$s] => %1$s on line %2$s in file %3$s [Property %s is empty.] => Property %s is empty. [The %s field is required.] => The %s field is required. [This class name does not exist.] => This class name does not exist. [This property does not exist in the class or is forbidden.] => This property does not exist in the class or is forbidden. [This association has too many elements.] => This association has too many elements. [This name is not allowed.] => This name is not allowed. [Syntax error with this pattern.] => Syntax error with this pattern. [This key has already been used.] => This key has already been used. [The %s field (in tab %s) is required.] => The %s field (in tab %s) is required. [[%s] is not a valid configuration key] => [%s] is not a valid configuration key [Cannot parse feed.] => Cannot parse feed. [No default currency] => No default currency [The email is already used, please choose another one] => The email is already used, please choose another one. [Could not load cart id=%s] => Could not load cart id=%s [No files were uploaded.] => No files were uploaded. [Source file does not exist or is empty.] => Source file does not exist or is empty. [File has an invalid extension, it should be one of these: %s.] => File has an invalid extension, it should be one of these: %s. [The uploaded file is too large.] => The uploaded file is too large. [Image is too large (%1$d kB). Maximum allowed: %2$d kB] => Image is too large (%1$d kB). Maximum allowed: %2$d kB [Image format not recognized, allowed formats are: .ico] => Image format not recognized, allowed formats are: .ico [Error while uploading image; please change your server's settings.] => Error while uploading image; please change your server's settings. [Cannot generate emails because the Symfony container is unavailable.] => Cannot generate emails because the Symfony container is unavailable. [Cannot generate email templates: %s.] => Cannot generate email templates: %s. [Cannot scan root directory] => Cannot scan root directory [Cannot scan "override" directory] => Cannot scan "override" directory [File %2$s (in directory %1$s)] => File %2$s (in directory %1$s) [Property %1$s has a bad value (allowed values are: %2$s).] => Property %1$s has a bad value (allowed values are: %2$s). [Your entry in field %1$s (language %2$s) exceeds max length %3$d chars (incl. html tags).] => Your entry in field %1$s (language %2$s) exceeds max length %3$d chars (incl. HTML tags). [The length of property %1$s is currently %2$d chars. It must be between %3$d and %4$d chars.] => The length of property %1$s is currently %2$d chars. It must be between %3$d and %4$d chars. [Validation function not found: %s.] => Validation function not found: %s. [Property %s is not valid] => Property %s is not valid [is required.] => is required. [%1$s is too long. Maximum length: %2$d] => %1$s is too long. Maximum length: %2$d [The range of property %1$s is currently %2$d. It must be between %3$d and %4$d.] => The range of property %1$s is currently %2$d. It must be between %3$d and %4$d. [The %1$s field is too long (%2$d chars max).] => The %1$s field is too long (%2$d chars max). [Error on image caption: "%1s" is not a valid caption.] => Error on image caption: "%1s" is not a valid caption. [Fatal error] => Fatal error [Server file size is different from local file size] => Server file size is different from local file size [The uploaded file exceeds %s] => The uploaded file exceeds %s [The uploaded file was only partially uploaded] => The uploaded file was only partially uploaded [No file was uploaded] => No file was uploaded [Missing temporary folder] => Missing temporary folder [Failed to write file to disk] => Failed to write file to disk [A PHP extension stopped the file upload] => A PHP extension stopped the file upload [Filetype not allowed] => Filetype not allowed [The 'From' date format is invalid (YYYY-MM-DD)] => The 'From' date format is invalid (YYYY-MM-DD) [The 'To' date format is invalid (YYYY-MM-DD)] => The 'To' date format is invalid (YYYY-MM-DD) [An error occurred while attempting to delete the image. (cannot load object).] => An error occurred while attempting to delete the image. (cannot load object). [You cannot delete this item.] => You cannot delete this item. [field %s is required.] => field %s is required. [The option selected in the %s field is invalid.] => The option selected in the %s field is invalid. [Cannot add configuration %s] => Cannot add configuration %s [The field %field_name% is required at least in %lang%.] => The field %field_name% is required at least in %lang%. [%s: Incorrect value] => %s: Incorrect value [Can't update #%id% status] => Can't update #%id% status [An error occurred while assigning a zone to the selection.] => An error occurred while assigning a zone to the selection. [You must select at least one element to assign a new zone.] => You must select at least one element to assign a new zone. [You need at least 1 object.] => You need at least 1 object. [Can't delete #%id%] => Can't delete #%id% [You must select at least one item to perform a bulk action.] => You must select at least one item to perform a bulk action. [An error occurred when attempting to update the required fields.] => An error occurred when attempting to update the required fields. [Unable to delete associated images.] => Unable to delete associated images. [Due to memory limit restrictions, this image cannot be loaded. Please increase your memory_limit value via your server's configuration settings.] => Due to memory limit restrictions, this image cannot be loaded. Please increase your memory_limit value via your server's configuration settings. [The object cannot be loaded (the identifier is missing or invalid)] => The object cannot be loaded (the identifier is missing or invalid) [Access denied.] => Access denied. [The uploaded file exceeds the post_max_size directive in php.ini] => The uploaded file exceeds the post_max_size directive in php.ini [File is too big. Current size is %1s, maximum size is %2s.] => File is too big. Current size is %1s, maximum size is %2s. [The uploaded file exceeds the upload_max_filesize directive in php.ini] => The uploaded file exceeds the upload_max_filesize directive in php.ini [file (%s) not writable] => file (%s) not writable [directory (%s) not writable] => directory (%s) not writable [The file you are trying to upload is %2$d KB, which is larger than the maximum size allowed of %1$d KB.] => The file you are trying to upload is %2$d KB, which is larger than the maximum size allowed of %1$d KB. [This functionality has been disabled.] => This functionality has been disabled. [Failed to update the position.] => Failed to update the position. [You must select at least one element to delete.] => You must select at least one element to delete. [An error occurred while updating the status for an object.] => An error occurred while updating the status for an object. [(cannot load object)] => (cannot load object) [You do not have permission to delete this.] => You do not have permission to delete this. [You do not have permission to edit this.] => You do not have permission to edit this. [An error occurred while deleting this selection.] => An error occurred while deleting this selection. [The object cannot be loaded.] => The object cannot be loaded. [Invalid message] => Invalid message [Invalid message.] => Invalid message. [Bad SQL query] => Bad SQL query [Please fill in all the required fields.] => Please fill in all the required fields. [Address format invalid] => Address format invalid [An error occurred during the file upload process.] => An error occurred during the file upload process. [The email address is invalid.] => The email address is invalid. [The selected date range is not valid.] => The selected date range is not valid. [Failed to update the status] => Failed to update the status [Unknown error.] => Unknown error. [Incorrect value for "Depends on stock" for product %name%] => Incorrect value for "Depends on stock" for product %name% [Invalid tag(s) (%s)] => Invalid tag(s) (%s) [There is one error.] => There is one error. [There are several errors.] => There are several errors. [Email is empty.] => Email is empty. [Invalid email address.] => Invalid email address. [The password field is blank.] => The password field is blank. [Invalid password.] => Invalid password. [File upload was not completed.] => File upload was not completed. [File too large (limit of %s bytes).] => File too large (limit of %s bytes). [Internal error #%s] => Internal error #%s [No file has been selected] => No file has been selected [No file was uploaded.] => No file was uploaded. [No valid value for field exceptions has been defined.] => No valid value for field exceptions has been defined. [An error occurred while transplanting the module to its hook.] => An error occurred while transplanting the module to its hook. [Page not found] => Page not found [You do not have permission to view this.] => You do not have permission to view this. [An error occurred while copying the image.] => An error occurred while copying the image. [An error occurred while attempting to create a new folder.] => An error occurred while attempting to create a new folder. [An error occurred while copying this image: %s] => An error occurred while copying this image: %s [Error while updating the status.] => Error while updating the status. [Invalid file name] => Invalid file name [You cannot delete all of the items.] => You cannot delete all of the items. [Cannot retrieve file.] => Cannot retrieve file. [Invalid name for %s language] => Invalid name for %s language [The name for %1s language is too long (%2d chars max).] => The name for %1s language is too long (%2d chars max). [Invalid file extension] => Invalid file extension [The file name is too long.] => The file name is too long. [Invalid file] => Invalid file [Invalid date range] => Invalid date range [An error occurred while updating the image.] => An error occurred while updating the image. [An error occurred while linking the object %table_name% to categories.] => An error occurred while linking the object %table_name% to categories. [The object cannot be loaded. ] => The object cannot be loaded. [The %name% field is required.] => The %name% field is required. [The %1$s field (%2$s) is invalid.] => The %1$s field (%2$s) is invalid. [The tags list (%s) is invalid.] => The tags list (%s) is invalid. [An error occurred while copying this image:] => An error occurred while copying this image: [You need at least one object.] => You need at least one object. [The file is missing.] => The file is missing. [An error occurred while updating an object.] => An error occurred while updating an object. [Cannot delete file] => Cannot delete file [An error occurred while uploading the image.] => An error occurred while uploading the image. [Invalid date format.] => Invalid date format. [The %s field is not valid] => The %s field is not valid ["%key%" does not exist.] => "%key%" does not exist. [An error occurred while updating the status.] => An error occurred while updating the status. [An error occurred while creating an object.] => An error occurred while creating an object. [You cannot delete or disable the last shop group.] => You cannot delete or disable the last store group. [You cannot delete or disable a shop group in use.] => You cannot delete or disable a store group in use. [You cannot disable the Main URL.] => You cannot disable the Main URL. [You cannot change a main URL to a non-main URL. You have to set another URL as your Main URL for the selected shop.] => You cannot change a main URL to a non-main URL. You have to set another URL as your Main URL for the selected shop. [A shop URL that uses this domain already exists.] => A shop URL that uses this domain already exists. [A shop virtual URL cannot be "%URL%"] => A shop virtual URL cannot be "%URL%" [An error occurred during deletion.] => An error occurred during deletion. [An error occurred while deleting the object.] => An error occurred while deleting the object. [A Zip/Postal code is required.] => A Zip/Postal code is required. [The Zip/Postal code is invalid.] => The Zip/Postal code is invalid. [Your Zip/Postal code is incorrect.] => Your Zip/Postal code is incorrect. [It must be entered as follows:] => It must be entered as follows: [You do not have permission to add this.] => You do not have permission to add this. ["%type%" does not exist.] => "%type%" does not exist. [Directory "%folder%" cannot be created] => Directory "%folder%" cannot be created [File "%file%" cannot be created] => File "%file%" cannot be created [Cannot write this file: "%folder%"] => Cannot write this file: "%folder%" [This file must be writable: %file%] => This file must be writable: %file% [No file has been selected.] => No file has been selected. [The server does not have permissions for writing.] => The server does not have permissions for writing. [Please check rights for %file%] => Please check rights for %file% [This file must be writable:] => This file must be writable: [Fatal error: The module directory does not exist.] => Fatal error: The module directory does not exist. [The field %field_name% is required at least in your default language.] => The field %field_name% is required at least in your default language. [Error while uploading image; please change your server's settings. (Error code: %s)] => Error while uploading image; please change your server's settings. (Error code: %s) [Image format not recognized, allowed formats are: .gif, .jpg, .png] => Image format not recognized, allowed formats are: .gif, .jpg, .png [The %s field is invalid.] => The %s field is invalid. [%s is invalid. Please enter an integer greater than %s.] => %s is invalid. Please enter an integer greater than %s. [An error occurred while attempting to upload the file.] => An error occurred while attempting to upload the file. [Maximum depth: Invalid number.] => Maximum depth: Invalid number. [Please fill out all fields.] => Please fill out all fields. [An error occurred on saving.] => An error occurred when saving. [To use , enable the feature in Shop Parameters > General] => To use , enable the feature in Shop Parameters > General [The voucher code is invalid.] => The voucher code is invalid. [%s is invalid.] => %s is invalid. [An error occurred during the image upload process.] => An error occurred during the image upload process. [You have to select at least one shop to associate this item with] => You have to select at least one shop to associate this item with. [Invalid URL] => Invalid URL [Invalid emails: %invalid_emails%.] => Invalid emails: %invalid_emails%. [Invalid email: %invalid_email%.] => Invalid email: %invalid_email%. [Invalid selection] => Invalid selection [Category "%s" could not be created.] => Category "%s" could not be created. [This product could not be assigned to category "%s".] => This product could not be assigned to category "%s". [%s is invalid. Please enter an integer lower than %s.] => %s is invalid. Please enter an integer lower than %s. [The password doesn't meet the password policy requirements.] => The password doesn't meet the password policy requirements. [You need permission to add this.] => You need permission to add this. [You do not have permission to update this.] => You do not have permission to update this. [You do not have permission to create this.] => You do not have permission to create this. [This field cannot be longer than %limit% characters (incl. HTML tags)] => This field cannot be longer than %limit% characters (incl. HTML tags) [Profile(s) assigned to employee cannot be deleted] => Profile(s) assigned to employee cannot be deleted [You cannot delete your own profile] => You cannot delete your own profile [An error occurred while clearing objects.] => An error occurred while clearing objects. [Cannot open export file for writing] => Cannot open export file for writing [Cannot write into file: %filename%. Please check write permissions.] => Cannot write into file: %filename%. Please check write permissions. [This order status does not exist.] => This order status does not exist. [An unexpected error occurred. [%type% code %code%]: %message%] => An unexpected error occurred. [%type% code %code%]: %message% [An unexpected error occurred. [%type% code %code%]] => An unexpected error occurred. [%type% code %code%] [Cannot send test email for theme %theme% because it is not your current theme] => Cannot send test email for theme %theme% because it is not your current theme [Cannot send test email for layout %layout%] => Cannot send test email for layout %layout% [Cannot translate emails body content] => Cannot translate emails body content [Themes can only be changed in single store context.] => Themes can only be changed in single store context. [Missing configuration file] => Missing configuration file [Invalid configuration] => Invalid configuration. [Invalid data] => Invalid data [Image format not recognized, allowed format(s) is(are): .%s] => Image format not recognized, allowed format(s) is(are): .%s [You need permission to edit this.] => You need permission to edit this. [Unexpected error occurred.] => Unexpected error occurred. [The object cannot be loaded (or found)] => The object cannot be loaded (or found) [Max file size allowed is "%s" bytes.] => Max file size allowed is "%s" bytes. [An error occurred while attempting to save.] => An error occurred while attempting to save. [This zone does not exist.] => This zone does not exist. [Invalid action] => Invalid action [Your uploaded file might exceed the [1]upload_max_filesize[/1] and the [1]post_max_size[/1] directives in [1]php.ini[/1], please check your server configuration.] => Your uploaded file might exceed the [1]upload_max_filesize[/1] and the [1]post_max_size[/1] directives in [1]php.ini[/1], please check your server configuration. [The value of the PHP.ini setting "max_input_vars" must be increased to %value% in order to be able to submit the product form.] => The value of the PHP.ini setting "max_input_vars" must be increased to %value% in order to be able to submit the product form. [Invalid data supplied.] => Invalid data supplied. [Address fields contain invalid values.] => Address fields contain invalid values. [An error occurred while toggling this selection.] => An error occurred while toggling this selection. [You cannot upload more files] => You cannot upload more files [Form contains invalid values] => Form contains invalid values [To create combinations for all your stores, the selected attributes must be available on each of them.] => To create combinations for all your stores, the selected attributes must be available on each of them. [Invalid ID.] => Invalid ID. [Cannot remove cover image.] => Cannot remove cover image. [Product price is invalid] => Product price is invalid [Product price per unit is invalid] => Product price per unit is invalid [You cannot associate the same feature value more than once.] => You cannot associate the same feature value more than once. [The selected value belongs to another feature.] => The selected value belongs to another feature. [This product cannot be changed into a pack because it is already associated to another pack.] => This product cannot be changed into a pack because it is already associated to another pack. [The address for this supplier has been deleted.] => The address for this supplier has been deleted. [Same product quantity is already in cart] => Same product quantity is already in cart. [Selected language cannot be used because it is disabled] => Selected language cannot be used because it is disabled. [Selected currency cannot be used because it is deleted.] => Selected currency cannot be used because it is deleted. [Selected currency cannot be used because it is disabled.] => Selected currency cannot be used because it is disabled. [Custom field text cannot be longer than %limit% characters.] => Custom field text cannot be longer than %limit% characters. [Gift message not valid] => Gift message not valid [Positive product quantity is required.] => Positive product quantity is required. [The product customization picture could not be found.] => The product customization picture could not be found. [Invalid action: this order has already been paid.] => Invalid action: this order has already been paid. [Invalid action: this order has not been delivered.] => Invalid action: this order has not been delivered. [Invalid action: this order has already been delivered.] => Invalid action: this order has already been delivered. [Invalid action: this order has not been paid.] => Invalid action: this order has not been paid. [This product is already in your order, please edit the quantity instead.] => This product is already in your order, please edit the quantity instead. [This product is already in the invoice [1], please edit the quantity instead.] => This product is already in the invoice [1], please edit the quantity instead. [You cannot edit the price of a product that no longer exists in your catalog.] => You cannot edit the price of a product that no longer exists in your catalog. [Value cannot be 0.] => Value cannot be 0. [The field is invalid. Please enter an integer greater than or equal to 0.] => The field is invalid. Please enter an integer greater than or equal to 0. [This field is invalid] => This field is invalid [This field cannot be shorter than %limit% characters] => This field cannot be shorter than %limit% characters [This field is required.] => This field is required. [The "%s" field is invalid. HTML tags are not allowed.] => The "%s" field is invalid. HTML tags are not allowed. [This field cannot be longer than %limit% characters] => This field cannot be longer than %limit% characters [The field is invalid. Please enter a positive integer.] => The field is invalid. Please enter a positive integer. [The %s field is invalid. Please enter a positive integer.] => The %s field is invalid. Please enter a positive integer. [This field cannot be empty.] => This field cannot be empty. [This domain is not valid.] => This domain is not valid. [The SSL domain is not valid.] => The SSL domain is not valid. [This value should be greater than %value%] => This value should be greater than %value% [This value should be greater than or equal to %value%] => This value should be greater than or equal to %value% [This value should be less than or equal to %value%.] => This value should be less than or equal to %value%. [This field is invalid, it must contain numeric values] => This field is invalid, it must contain numeric values [Reduction value "%value%" is invalid. Allowed values from 0 to %max%] => Reduction value "%value%" is invalid. Allowed values from 0 to %max% [Reduction value "%value%" is invalid. Value cannot be negative] => Reduction value "%value%" is invalid. Value cannot be negative. [%s is invalid. Please enter an integer greater than or equal to 0.] => %s is invalid. Please enter an integer greater than or equal to 0. [%s is invalid. Please enter an integer lower than or equal to %s.] => %s is invalid. Please enter an integer lower than or equal to %s. [Reply message is required] => Reply message is required. [Reply message is invalid] => Reply message is invalid. [Cart rule name must contain clean HTML] => Cart rule name must contain clean HTML. [Discount value must be a number] => Discount value must be a number. [This field is required] => This field is required [Invalid value: the payment must be a positive amount.] => Invalid value: the payment must be a positive amount. [The file is too large. The maximum size allowed is [1] MB. The file you are trying to upload is [2] MB.] => The file is too large. The maximum size allowed is [1] MB. The file you are trying to upload is [2] MB. [Reduction value "%value%" is invalid. It must be greater than 0 and maximum %max%.] => Reduction value "%value%" is invalid. It must be greater than 0 and maximum %max%. [Reduction value "%value%" is invalid. It must be greater than 0.] => Reduction value "%value%" is invalid. It must be greater than 0. [This field is invalid.] => This field is invalid. [The confirmation password doesn't match.] => The confirmation password doesn't match. [This field cannot be longer than %limit% characters.] => This field cannot be longer than %limit% characters. [Oops... looks like an unexpected error occurred] => Oops... looks like an unexpected error occurred. [The object cannot be loaded (or found).] => The object cannot be loaded (or found). [The file is too large. Maximum size allowed is: [1] MB. The file you are trying to upload is [2] MB.] => The file is too large. Maximum size allowed is: [1] MB. The file you are trying to upload is [2] MB. [%error_message% - Language: %language_name%] => %error_message% - Language: %language_name% ) [AdminNavigationSearch] => Array ( [There are no results matching your query "%s".] => There are no results matching your query "%s". [%d results match your query "%s".] => %d results match your query "%s". [1 result matches your query "%s".] => 1 result matches your query "%s". [1 feature] => 1 feature [%d features] => %d features [1 module] => 1 module [%d modules] => %d modules [1 category] => 1 category [%d categories] => %d categories [1 product] => 1 product [%d products] => %d products [1 customer] => 1 customer [%d customers] => %d customers [1 order] => 1 order [%d orders] => %d orders [Search docs.prestashop-project.org] => Search docs.prestashop-project.org [Go to the documentation] => Go to the documentation [%d result matches your query "%s".] => %d result matches your query "%s". ) [ModulesCustomeraccountlinksAdmin] => Array ( [My Account block] => My Account block [Enrich your stats, add a registration progress tab to analyze your visitors’ behavior.] => Enrich your stats, add a registration progress tab to analyze your visitors’ behavior. [Credit slips] => Credit slips [Personal info] => Personal info [Merchandise returns] => Merchandise returns [Welcome your customers with their personal information displayed right on your footer.] => Welcome your customers with their personal information displayed right on your footer. ) [AdminInternationalFeature] => Array ( [Some countries require different elements than others. Click on the button below to get the valid default address format for this country.] => Some countries require different elements than others. Click on the button below to get the valid default address format for this country. [Use the last registered format] => Use the last registered format [Use the default format] => Use the default format [Use my current modified format] => Use my current modified format [Clear format] => Clear format [Assign to a new zone] => Assign to a new zone [This tax only] => This tax only [Combine] => Combine [One after another] => One after another [Down] => Down [Up] => Up [missing] => missing [Core emails] => Core emails [Module emails] => Module emails [Expressions to translate:] => Expressions to translate: [Total missing expressions:] => Total missing expressions: [expressions] => expressions [Modify translations] => Modify translations [Theme:] => Theme: [Module:] => Module: [Country options] => Country options [Country name] => Country name [Does it need Zip/Postal code?] => Does it need Zip/Postal code? [Zip/Postal code format] => Zip/Postal code format [Add new country] => Add new country [ISO code] => ISO code [Default currency] => Default currency [Default store currency] => Default store currency [Address format] => Address format [Contains states] => Contains states [Do you need a tax identification number?] => Do you need a tax identification number? [Display tax label (e.g. "Tax incl.")] => Display tax label (e.g. "Tax incl.") [Call prefix] => Call prefix [Add new state] => Add new state [Add a new tax rule] => Add a new tax rule [Behavior] => Behavior [New tax rule] => New tax rule [Zip/Postal code range] => Zip/Postal code range [Add new tax rules group] => Add new tax rules group [%1$s (Language: %2$s, Theme: %3$s)] => %1$s (Language: %2$s, Theme: %3$s) [Update translations] => Update translations [Themes translations] => Themes translations [Expand all fieldsets] => Expand all fieldsets [Close all fieldsets] => Close all fieldsets [Email subject] => Email subject [View HTML version] => View HTML version [Edit HTML version] => Edit HTML version [View/Edit TXT version] => View/Edit TXT version [Enabled Languages] => Enabled Languages [Main Country] => Main Country [Front office Translations] => Front office Translations [Back office translations] => Back office translations [Installed modules translations] => Installed modules translations [Email translations] => Email translations [Other translations] => Other translations [Body] => Body [%s (local)] => %s (local) [Invoice address] => Invoice address [Delivery address] => Delivery address [Back office] => Back office [Front office] => Front office [Other] => Other [Email] => Email [Symbol] => Symbol [Type] => Type [Language code] => Language code [Date format] => Date format [Date format (full)] => Date format (full) [Flag] => Flag [Search rate] => Search rate [Rate] => Rate [Cannot find reference data for currency %isoCode%] => Cannot find reference data for currency %isoCode% [Numeric ISO code] => Numeric ISO code [Add new zone] => Add new zone [Currency name] => Currency name [Select a currency] => Select a currency [Create an alternative currency] => Create an alternative currency [Decimals] => Decimals [Whitelisted IP addresses] => Whitelisted IP addresses [Geolocation behavior for restricted countries] => Geolocation behavior for restricted countries [Visitors cannot see your catalog.] => Visitors cannot see your catalog. [Visitors can see your catalog but cannot place an order.] => Visitors can see your catalog but cannot place an order. [Geolocation behavior for other countries] => Geolocation behavior for other countries [All features are available] => All features are available [Select the countries from which your store is accessible] => Select the countries from which your store is accessible ["No-picture" image] => "No-picture" image [RTL language] => RTL language [Language identifier] => Language identifier [Country identifier] => Country identifier [Localization pack you want to import] => Localization pack you want to import [Content to import] => Content to import [Download pack data] => Download pack data [Units (e.g. weight, volume, distance)] => Units (e.g. weight, volume, distance) [Change the behavior of the price display for groups] => Change the behavior of the price display for groups [Weight unit] => Weight unit [Distance unit] => Distance unit [Volume unit] => Volume unit [Dimension unit] => Dimension unit [Default language] => Default language [Set language from browser] => Set language from browser [Default country] => Default country [Set default country from browser language] => Set default country from browser language [Time zone] => Time zone [Enable tax] => Enable tax [Display tax in the shopping cart] => Display tax in the shopping cart [Based on] => Based on [Use ecotax] => Use ecotax [Ecotax] => Ecotax [Please select the language you want to add or update] => Please select the language you want to add or update [Update a language] => Update a language [Add a language] => Add a language [PrestaShop translations] => PrestaShop translations [Theme translations] => Theme translations [Select a theme] => Select a theme [Installed module translations] => Installed module translations [Select a module] => Select a module [Select your theme] => Select your theme [Core (no theme selected)] => Core (no theme selected) [Type of translation] => Type of translation [Select the type of email content] => Select the type of email content [Select your module] => Select your module [Edited] => Edited [Select your language] => Select your language [Countries] => Countries [Exchange rate] => Exchange rate [Live exchange rates] => Live exchange rates [Update exchange rates] => Update exchange rates [1. Enter symbol] => 1. Enter symbol [2. Choose format] => 2. Choose format [Customize symbol and format] => Customize symbol and format [Edit symbol / format] => Edit symbol / format [%price%] => %price% [Are you sure you want to restore default settings?] => Are you sure you want to restore default settings? [Restoring your currency's default settings will delete all the customizations you made before. Parameters will look just the same as when the currency is freshly imported.] => Restoring your currency's default settings will delete all the customizations you made before. Parameters will look just the same as when the currency is freshly imported. [Restore default settings] => Restore default settings [Loading currency data] => Loading currency data [Please wait while currency data is being loaded] => Please wait while currency data is being loaded [{price}] => {price} [Add new currency] => Add new currency [Geolocation by IP address] => Geolocation by IP address [IP address whitelist] => IP address whitelist [The following features are only available if you enable the Geolocation by IP address feature.] => The following features are only available if you enable the Geolocation by IP address feature. [Add new language] => Add new language [Import a localization pack] => Import a localization pack [Local units] => Local units [States] => States [Tax options] => Tax options [Add new tax] => Add new tax [Tax Rules] => Tax Rules [Add / Update a language] => Add / Update a language [Add or update a language] => Add or update a language [Export a language] => Export a language [Zones] => Zones [Delete item #] => Delete item # [1 missing] => 1 missing [%nb_translation% expression] => %nb_translation% expression [Search translations] => Search translations [%d missing] => %d missing [%nb_translations% expressions] => %nb_translations% expressions [Show messages] => Show messages [Hide messages] => Hide messages [%nb_translations% missing] => %nb_translations% missing [%nb_translations% translations are missing in %domain%] => %nb_translations% translations are missing in %domain% ) [ModulesAutoupgradeAdmin] => Array ( [Unable to write in the directory "%s"] => Unable to write in the directory "%s" [Server performance] => Server performance [Unless you are using a dedicated server, select "Low".] => Unless you are using a dedicated server, select "Low". [A high value can cause the upgrade to fail if your server is not powerful enough to process the upgrade tasks in a short amount of time.] => A high value can cause the upgrade to fail if your server is not powerful enough to process the upgrade tasks in a short amount of time. [Low (recommended)] => Low (recommended) [Medium] => Medium [High] => High [Disable non-native modules] => Disable non-native modules [As non-native modules can experience some compatibility issues, we recommend to disable them by default.] => As non-native modules can experience some compatibility issues, we recommend to disable them by default. [Keeping them enabled might prevent you from loading the "Modules" page properly after the upgrade.] => Keeping them enabled might prevent you from loading the "Modules" page properly after the upgrade. [Disable all overrides] => Disable all overrides [Enable or disable all classes and controllers overrides.] => Enable or disable all classes and controllers overrides. [Upgrade the default theme] => Upgrade the default theme [If you customized the default PrestaShop theme in its folder (folder name "classic" in 1.7), enabling this option will lose your modifications.] => If you customized the default PrestaShop theme in its folder (folder name "classic" in 1.7), enabling this option will lose your modifications. [If you are using your own theme, enabling this option will simply update the default theme files, and your own theme will be safe.] => If you are using your own theme, enabling this option will simply update the default theme files, and your own theme will be safe. [Switch to the default theme] => Switch to the default theme [This will change your theme: your shop will then use the default theme of the version of PrestaShop you are upgrading to.] => This will change your theme: your store will then use the default theme of the version of PrestaShop you are upgrading to. [Regenerate RTL stylesheet] => Regenerate RTL stylesheet [If enabled, any RTL-specific files that you might have added to all your themes might be deleted by the created stylesheet.] => If enabled, any RTL-specific files that you might have added to all your themes might be deleted by the created stylesheet. [Keep the customized email templates] => Keep the customized email templates [This will not upgrade the default PrestaShop e-mails.] => This will not upgrade the default PrestaShop e-mails. [If you customized the default PrestaShop e-mail templates, enabling this option will keep your modifications.] => If you customized the default PrestaShop e-mail templates, enabling this option will keep your modifications. [Back up my files and database] => Back up my files and database [Automatically back up your database and files in order to restore your shop if needed. This is experimental: you should still perform your own manual backup for safety.] => Automatically back up your database and files in order to restore your store if needed. This is experimental: you should still perform your own manual backup for safety. [Back up my images] => Back up my images [To save time, you can decide not to back your images up. In any case, always make sure you did back them up manually.] => To save time, you can decide not to back your images up. In any case, always make sure you did back them up manually. [Unable to create the directory "%s"] => Unable to create the directory "%s" [Unable to create file %s] => Unable to create file %s [Error when trying to delete backups %s] => Error when trying to delete backups %s [This version of PrestaShop cannot be upgraded: the PS_ADMIN_DIR constant is missing.] => This version of PrestaShop cannot be upgraded: the PS_ADMIN_DIR constant is missing. [1-Click Upgrade] => 1-Click Upgrade [Upgrade to the latest version of PrestaShop in a few clicks, thanks to this automated method.] => Upgrade to the latest version of PrestaShop in a few clicks, thanks to this automated method. [This version of 1-click upgrade requires PHP 5.6 to work properly. Please upgrade your server configuration.] => This version of 1-click upgrade requires PHP 5.6 to work properly. Please upgrade your server configuration. [Unable to delete outdated "AdminUpgrade" tab (tab ID: %idtab%).] => Unable to delete outdated "AdminUpgrade" tab (tab ID: %idtab%). [Unable to create the "AdminSelfUpgrade" tab] => Unable to create the "AdminSelfUpgrade" tab [Unable to copy logo.gif in %s] => Unable to copy logo.gif in %s [Unable to load the "AdminSelfUpgrade" tab] => Unable to load the "AdminSelfUpgrade" tab [Action %s skipped] => Action %s skipped [Unable to check files for the installed version of PrestaShop.] => Unable to check files for the installed version of PrestaShop. [Core files are ok] => Core files are ok [%modificationscount% file modifications have been detected, including %coremodifications% from core and native modules:] => %modificationscount% file modifications have been detected, including %coremodifications% from core and native modules: [%modifiedfiles% files will be modified, %deletedfiles% files will be deleted (if they are found).] => %modifiedfiles% files will be modified, %deletedfiles% files will be deleted (if they are found). [No diff files found.] => No diff files found. [File %s does not exist. Unable to select that channel.] => File %s does not exist. Unable to select that channel. [Version number is missing. Unable to select that channel.] => Version number is missing. Unable to select that channel. [File %s does not exist. Unable to select that channel] => File %s does not exist. Unable to select that channel. [Upgrade process will use archive.] => Upgrade process will use archive. [Error on saving configuration] => Error on saving configuration [Configuration successfully updated.] => Configuration successfully updated. [This page will now be reloaded and the module will check if a new version is available.] => This page will now be reloaded and the module will check if a new version is available. [Nothing to restore] => Nothing to restore [%s: File format does not match.] => %s: File format does not match. [Opening backup database file %filename% in %extension% mode] => Opening backup database file %filename% in %extension% mode [Database backup is empty.] => Database backup is empty. [Database restoration file %filename% done. %filescount% file(s) left...] => Database restoration file %filename% done. %filescount% file(s) left... [Database restoration file %1$s done.] => Database restoration file %1$s done. [Database has been restored.] => Database has been restored. [[SQL ERROR]] => [SQL ERROR] [Error during database restoration] => Error during database restoration [%numberqueries% queries left for file %filename%...] => %numberqueries% queries left for file %filename%... [Database restoration done.] => Database restoration done. [%s file(s) will be removed before restoring the backup files.] => %s file(s) will be removed before restoring the backup files. [[ERROR] Backup file %s does not exist.] => [ERROR] Backup file %s does not exist. [[ERROR] File "%s" does not exist.] => [ERROR] File "%s" does not exist. [Unable to remove upgraded files.] => Unable to remove upgraded files. [Unable to extract file %filename% into directory %directoryname%.] => Unable to extract file %filename% into directory %directoryname%. [Files restored.] => Files restored. [Files restored. Now restoring database...] => Files restored. Now restoring database... [[ERROR] File %s is missing: unable to restore files. Operation aborted.] => [ERROR] File %s is missing: unable to restore files. Operation aborted. [[ERROR] No backup database files found: it would be impossible to restore the database. Operation aborted.] => [ERROR] No backup database files found: it would be impossible to restore the database. Operation aborted. [Restoring files ...] => Restoring files ... [Restoration process done. Congratulations! You can now reactivate your shop.] => Restoration process done. Congratulations! You can now reactivate your store. [Database backup skipped. Now upgrading files...] => Database backup skipped. Now upgrading files... [Backup directory is not writable (%path%).] => Backup directory is not writable (%path%). [Backup file %s already exists. Operation aborted.] => Backup file %s already exists. Operation aborted. [Unable to create backup database file %s.] => Unable to create backup database file %s. [Error during database backup.] => Error during database backup. [An error occurred while backing up. Unable to obtain the schema of %s] => An error occurred while backing up. Unable to obtain the schema of %s [%s table has been saved.] => %s table has been saved. [%s tables have been saved.] => %s tables have been saved. [Database backup: %s table(s) left...] => Database backup: %s table(s) left... [No valid tables were found to back up. Backup of file %s canceled.] => No valid tables were found to back up. Backup of file %s canceled. [Error during database backup for file %s.] => Error during database backup for file %s. [Database backup done in filename %s. Now upgrading files...] => Database backup done in filename %s. Now upgrading files... [Error during backupFiles] => Error during backupFiles [[ERROR] backupFiles filename has not been set] => [ERROR] backupFiles filename has not been set [%s Files to backup.] => %s Files to backup. [Backup files initialized in %s] => Backup files initialized in %s [Backup files in progress. %d files left] => Backup files in progress. %d files left [Unable to open archive] => Unable to open archive [All files have been added to archive.] => All files have been added to archive. [All files saved. Now backing up database] => All files saved. Now backing up database [The database has been cleaned.] => The database has been cleaned. [You need allow_url_fopen or cURL enabled for automatic download to work. You can also manually upload it in filepath %s.] => You need allow_url_fopen or cURL enabled for automatic download to work. You can also manually upload it in filepath %s. [Downloading from %s] => Downloading from %s [File will be saved in %s] => File will be saved in %s [Download directory has been emptied] => Download directory has been emptied [Download complete.] => Download complete. [Download complete. Now extracting...] => Download complete. Now extracting... [Download complete but MD5 sum does not match (%s).] => Download complete but MD5 sum does not match (%s). [Download complete but MD5 sum does not match (%s). Operation aborted.] => Download complete but MD5 sum does not match (%s). Operation aborted. [Error during download. The private key may be incorrect.] => Error during download. The private key may be incorrect. [Error during download] => Error during download [Download directory %s is not writable.] => Download directory %s is not writable. [Could not assert the folder %s contains a valid PrestaShop release, exiting.] => Could not assert the folder %s contains a valid PrestaShop release, exiting. [A file may be missing, or the release is stored in a subfolder by mistake.] => A file may be missing, or the release is stored in a subfolder by mistake. [Starting to remove %s sample files] => Starting to remove %s sample files [Error while removing item %itemname%, %itemscount% items left.] => Error while removing item %itemname%, %itemscount% items left. [%itemname% item removed. %itemscount% items left.] => %itemname% item removed. %itemscount% items left. [All sample files removed. Now backing up files.] => All sample files removed. Now backing up files. [All sample files removed. Backup process skipped. Now upgrading files.] => All sample files removed. Backup process skipped. Now upgrading files. ["/latest" directory has been emptied] => "/latest" directory has been emptied [Extraction directory %s is not writable.] => Extraction directory %s is not writable. [Unable to extract %filepath% file into %destination% folder...] => Unable to extract %filepath% file into %destination% folder... [No prestashop/ folder found in the ZIP file. Aborting.] => No prestashop/ folder found in the ZIP file. Aborting. [File extraction complete. Removing sample files...] => File extraction complete. Removing sample files... [Upgrade process done, but some warnings have been found.] => Upgrade process done, but some warnings have been found. [Upgrade process done. Congratulations! You can now reactivate your shop.] => Upgrade process done. Congratulations! You can now reactivate your store. [%s removed] => %s removed [Please remove %s by FTP] => Please remove %s by FTP [Error during database upgrade. You may need to restore your database.] => Error during database upgrade. You may need to restore your database. [Database upgraded. Now upgrading your Addons modules...] => Database upgraded. Now upgrading your Addons modules... [[ERROR] %s does not exist or is not a directory.] => [ERROR] %s does not exist or is not a directory. [filesToUpgrade is not an array] => filesToUpgrade is not an array [All files upgraded. Now upgrading database...] => All files upgraded. Now upgrading database... [Error when trying to upgrade file %s.] => Error when trying to upgrade file %s. [%s files left to upgrade.] => %s files left to upgrade. [Nothing has been extracted. It seems the unzipping step has been skipped.] => Nothing has been extracted. It seems the unzipping step has been skipped. [File %s is preserved] => File %s is preserved [%s ignored] => %s ignored [[WARNING] File %1$s has been deleted.] => [WARNING] File %1$s has been deleted. [Directory %1$s created.] => Directory %1$s created. [Error while creating directory %s.] => Error while creating directory %s. [Directory %s already exists.] => Directory %s already exists. [[TRANSLATION] The translation files have been merged into file %s.] => [TRANSLATION] The translation files have been merged into file %s. [[TRANSLATION] The translation files have not been merged into file %filename%. Switch to copy %filename%.] => [TRANSLATION] The translation files have not been merged into file %filename%. Switch to copy %filename%. [Copied %1$s.] => Copied %1$s. [Error while copying file %s] => Error while copying file %s [[ERROR] Unable to find files to upgrade.] => [ERROR] Unable to find files to upgrade. [%s files will be upgraded.] => %s files will be upgraded. [listModules is not an array. No module has been updated.] => listModules is not an array. No module has been updated. [Upgrading module %module%...] => Upgrading module %module%... [The files of module %s have been upgraded.] => The files of module %s have been upgraded. [%s modules left to upgrade.] => %s modules left to upgrade. [The %modulename% module is not compatible with version %version%, it will be removed from your FTP.] => The %modulename% module is not compatible with version %version%, it will be removed from your FTP. [The %modulename% module is not compatible with version %version%, please remove it from your FTP.] => The %modulename% module is not compatible with version %version%, please remove it from your FTP. [Addons modules files have been upgraded.] => Addons modules files have been upgraded. [%s modules will be upgraded.] => %s modules will be upgraded. [Starting upgrade...] => Starting upgrade... [Downloading and unzipping steps have been skipped, upgrade process will now remove sample data.] => Downloading and unzipping steps have been skipped, upgrade process will now remove sample data. [Shop deactivated. Removing sample files...] => Store deactivated. Removing sample files... [Downloading step has been skipped, upgrade process will now unzip the local archive.] => Downloading step has been skipped, upgrade process will now unzip the local archive. [Shop deactivated. Extracting files...] => Store deactivated. Extracting files... [Shop deactivated. Now downloading... (this can take a while)] => Store deactivated. Now downloading... (this can take a while) [Downloaded archive will come from %s] => Downloaded archive will come from %s [MD5 hash will be checked against %s] => MD5 hash will be checked against %s [Major release] => Major release [Minor release (recommended)] => Minor release (recommended) [Release candidates] => Release candidates [Beta releases] => Beta releases [Alpha releases] => Alpha releases [Private release (require link and MD5 hash)] => Private release (require link and MD5 hash) [Local archive] => Local archive [Local directory] => Local directory [Backup Options] => Backup Options [Upgrade Options] => Upgrade Options [You already have the %s version.] => You already have the %s version. [This functionality has been disabled.] => This functionality has been disabled. [[TECHNICAL ERROR] ajax-upgradetab.php is missing. Please reinstall or reset the module.] => [TECHNICAL ERROR] ajax-upgradetab.php is missing. Please reinstall or reset the module. [Are you sure you want to delete this backup?] => Are you sure you want to delete this backup? [An update is currently in progress... Click "OK" to abort.] => An update is currently in progress... Click "OK" to abort. [Upgrading PrestaShop] => Upgrading PrestaShop [Upgrade complete] => Upgrade complete [Upgrade complete, but warning notifications has been found.] => Upgrade complete, but warning notifications has been found. [Cookies have changed, you will need to log in again once you refreshed the page] => Cookies have changed, you will need to log in again once you refreshed the page [Javascript and CSS files have changed, please clear your browser cache with CTRL-F5] => Javascript and CSS files have changed, please clear your browser cache with CTRL-F5 [Please check that your front-office theme is functional (try to create an account, place an order...)] => Please check that your front-office theme is functional (try to create an account, place an order...) [Product images do not appear in the front-office? Try regenerating the thumbnails in Preferences > Images] => Product images do not appear in the front-office? Try regenerating the thumbnails in Preferences > Images [Do not forget to reactivate your shop once you have checked everything!] => Do not forget to reactivate your store once you have checked everything! [ToDo list:] => ToDo list: [Starting restoration...] => Starting restoration... [Restoration complete.] => Restoration complete. [Your server cannot download the file. Please upload it first by ftp in your admin/autoupgrade directory] => Your server cannot download the file. Please upload it first by ftp in your admin/autoupgrade directory [Javascript error (parseJSON) detected for action ] => Javascript error (parseJSON) detected for action [Manually go to %s button] => Manually go to %s button [End of process] => End of process [Operation canceled. Checking for restoration...] => Operation canceled. Checking for restoration... [Do you want to restore %s?] => Do you want to restore %s? [Operation canceled. An error happened.] => Operation canceled. An error happened. [[TECHNICAL ERROR] ajax-upgradetab.php is missing. Please reinstall the module.] => [TECHNICAL ERROR] ajax-upgradetab.php is missing. Please reinstall the module. [Click to refresh the page and use the new configuration] => Click to refresh the page and use the new configuration [Error detected during] => Error detected during [The request exceeded the max_time_limit. Please change your server configuration.] => The request exceeded the max_time_limit. Please change your server configuration. [See or hide the list] => See or hide the list [Core file(s)] => Core file(s) [Mail file(s)] => Mail file(s) [Translation file(s)] => Translation file(s) [Link and MD5 hash cannot be empty] => Link and MD5 hash cannot be empty [You need to enter the version number associated with the archive.] => You need to enter the version number associated with the archive. [No archive has been selected.] => No archive has been selected. [You need to enter the version number associated with the directory.] => You need to enter the version number associated with the directory. [Please confirm that you want to skip the backup.] => Please confirm that you want to skip the backup. [Please confirm that you want to preserve file options.] => Please confirm that you want to preserve file options. [Less options] => Less options [These files will be deleted] => These files will be deleted [These files will be replaced] => These files will be replaced [Required field] => Required field [Too long!] => Too long! [Fields are different!] => Fields are different! [This email address is wrong!] => This email address is wrong! [Impossible to send the email!] => Impossible to send the email! [Cannot create settings file, if /app/config/parameters.php exists, please give the public write permissions to this file, else please create a file named parameters.php in config directory.] => Cannot create settings file, if /app/config/parameters.php exists, please give the public write permissions to this file, else please create a file named parameters.php in config directory. [Cannot write settings file, please create a file named settings.inc.php in the "config" directory.] => Cannot write settings file, please create a file named settings.inc.php in the "config" directory. [Impossible to upload the file!] => Impossible to upload the file! [Data integrity is not valid. Hack attempt?] => Data integrity is not valid. The files might have been corrupted, or a hack attempt might have occurred. [Impossible to read the content of a MySQL content file.] => Impossible to read the content of a MySQL content file. [Cannot access a MySQL content file.] => Cannot access a MySQL content file. [Error while inserting data in the database:] => Error while inserting data in the database: [This is not a valid file name.] => This is not a valid file name. [This is not a valid image file.] => This is not a valid image file. [Error while creating the /app/config/parameters.php file.] => Error while creating the /app/config/parameters.php file. [Error:] => Error: [This PrestaShop database already exists. Please revalidate your authentication information to the database.] => This PrestaShop database already exists. Please revalidate your authentication information to the database. [An error occurred while resizing the picture.] => An error occurred while resizing the picture. [Database connection is available!] => Database connection is available! [Database Server is available but database is not found] => Database Server is available but database is not found [Database Server is not found. Please verify the login, password and server fields.] => Database Server is not found. Please verify the login, password and server fields. [An error occurred while sending email, please verify your parameters.] => An error occurred while sending email, please verify your parameters. [This installer is too old.] => This installer is too old. [There is no older version. Did you delete or rename the app/config/parameters.php file?] => There is no older version. Did you delete or rename the app/config/parameters.php file? [The app/config/parameters.php file was not found. Did you delete or rename this file?] => The app/config/parameters.php file was not found. Did you delete or rename this file? [Cannot find the SQL upgrade files. Please verify that the /install/upgrade/sql folder is not empty.] => Cannot find the SQL upgrade files. Please verify that the /install/upgrade/sql folder is not empty. [No upgrade is possible.] => No upgrade is possible. [Error while loading SQL upgrade file.] => Error while loading SQL upgrade file. [Error while inserting content into the database] => Error while inserting content into the database [Unfortunately,] => Unfortunately, [SQL errors have occurred.] => SQL errors have occurred. [The config/defines.inc.php file was not found. Where did you move it?] => The config/defines.inc.php file was not found. Where did you move it? [Impossible to write the image /img/logo.jpg. If this image already exists, please delete it.] => Impossible to write the image /img/logo.jpg. If this image already exists, please delete it. [The uploaded file exceeds the upload_max_filesize directive in php.ini] => The uploaded file exceeds the upload_max_filesize directive in php.ini [The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form] => The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form [The uploaded file was only partially uploaded] => The uploaded file was only partially uploaded [No file was uploaded.] => No file was uploaded. [Missing a temporary folder] => Missing a temporary folder [Failed to write file to disk] => Failed to write file to disk [File upload stopped by extension] => File upload stopped by extension [Cannot convert your database's data to utf-8.] => Cannot convert your database's data to utf-8. [Your lastname contains some invalid characters] => Your lastname contains some invalid characters [Your MySQL server does not support this engine, please use another one like MyISAM] => Your MySQL server does not support this engine, please use another one like MyISAM [The file /img/logo.jpg is not writable, please CHMOD 755 this file or CHMOD 777] => The file /img/logo.jpg is not writable, please CHMOD 755 this file or CHMOD 777 [Invalid catalog mode] => Invalid catalog mode [No error code available] => No error code available [[SKIP] directory "%s" does not exist and cannot be emptied.] => [SKIP] directory "%s" does not exist and cannot be emptied. [[CLEANING CACHE] File %s removed] => [CLEANING CACHE] File %s removed [Invalid database configuration] => Invalid database configuration [Database upgrade OK] => Database upgrade OK [Warning detected during upgrade.] => Warning detected during upgrade. [Database upgrade completed] => Database upgrade completed [%s is not a valid version number.] => %s is not a valid version number. [[ERROR] Version to install is too old.] => [ERROR] Version to install is too old. [Current version: %oldversion%. Version to install: %newversion%.] => Current version: %oldversion%. Version to install: %newversion%. [Unable to find upgrade directory in the installation path.] => Unable to find upgrade directory in the installation path. [Error while loading SQL upgrade file "%s".] => Error while loading SQL upgrade file "%s". [Cannot find the SQL upgrade files. Please check that the %s folder is not empty.] => Cannot find the SQL upgrade files. Please check that the %s folder is not empty. [[DROP] SQL %s table has been dropped.] => [DROP] SQL %s table has been dropped. [Switching to default theme.] => Switching to default theme. [Settings file updated] => Settings file updated [The config/settings.inc.php file was not found.] => The config/settings.inc.php file was not found. [Error upgrading Doctrine schema] => Error upgrading Doctrine schema [Download of the language pack %lang% failed. %details%] => Download of the language pack %lang% failed. %details% [Error while updating translations for lang %lang%. %details%] => Error while updating translations for the language pack %lang%. %details% [Upgrade the RTL files.] => Upgrade the RTL files. [Cannot generate email templates: %s.] => Cannot generate email templates: %s. [[ERROR] %dir% does not exist or is not a directory.] => [ERROR] %dir% does not exist or is not a directory. [[ERROR] No response from Addons server.] => [ERROR] No response from Addons server. [[ERROR] Unable to write module %s's zip file in temporary directory.] => [ERROR] Unable to write module %s's zip file in temporary directory. [[WARNING] Error when trying to extract module %s.] => [WARNING] Error when trying to extract module %s. [[WARNING] Error when trying to upgrade module %s.] => [WARNING] Error when trying to upgrade module %s. [Error when opening settings.inc.php file in write mode] => Error when opening settings.inc.php file in write mode [Error when generating new settings.inc.php file.] => Error when generating new settings.inc.php file. [[NOTICE] File %s does not exist, merge skipped.] => [NOTICE] File %s does not exist, merge skipped. [[WARNING] %variablename% variable missing in file %filename%. Merge skipped.] => [WARNING] %variablename% variable missing in file %filename%. Merge skipped. [[WARNING] %variablename% variable missing in file %filename%. File %filename% deleted and merge skipped.] => [WARNING] %variablename% variable missing in file %filename%. File %filename% deleted and merge skipped. [Unable to create directory %s] => Unable to create directory %s [Error when trying to add %filename% to archive %archive%.] => Error when trying to add %filename% to archive %archive%. [%filename% added to archive. %filescount% files left.] => %filename% added to archive. %filescount% files left. [Could not close the Zip file properly. Check you are allowed to write on the disk and there is available space on it.] => Could not close the Zip file properly. Check you are allowed to write on the disk and there is available space on it. [%s is not a file] => %s is not a file [Unable to create directory %s.] => Unable to create directory %s. [Could not extract %file% from backup, the destination might not be writable.] => Could not extract %file% from backup, the destination might not be writable. [Content of archive %zip% is extracted] => Content of archive %zip% is extracted [[ERROR] Unable to list archived files] => [ERROR] Unable to list archived files [File %filename% (size: %filesize%) has been skipped during backup.] => File %filename% (size: %filesize%) has been skipped during backup. [Unable to open zipFile %s] => Unable to open zipFile %s [Activity Log] => Activity Log [Currently processing] => Currently processing [Analyzing the situation...] => Analyzing the situation... [Errors] => Errors [Branch:] => Branch: [Version number:] => Version number: [URL:] => URL: [MD5 hash:] => MD5 hash: [Changelog:] => Changelog: [See changelog] => See changelog [The pre-Upgrade checklist] => The pre-Upgrade checklist [Your current version of the module is out of date. Update now] => Your current version of the module is out of date. Update now [Modules > Module Manager > Updates] => Modules > Module Manager > Updates [The checklist is not OK. You can only upgrade your shop once all indicators are green.] => The checklist is not OK. You can only upgrade your store once all indicators are green. [Before starting the upgrade process, please make sure this checklist is all green.] => Before starting the upgrade process, please make sure this checklist is all green. [Your server is running on a supported PHP version.] => Your server is running on a supported PHP version. [The PHP version your server is running on is obsolete and needs to be upgraded. [1]Learn more[/1].] => The PHP version your server is running on is obsolete and needs to be upgraded. [1]Learn more[/1]. [Your store's root directory (%s) is writable (with appropriate CHMOD permissions).] => Your store's root directory (%s) is writable (with appropriate CHMOD permissions). [The "/admin/autoupgrade" directory is writable (appropriate CHMOD permissions)] => The "/admin/autoupgrade" directory is writable (appropriate CHMOD permissions) [PHP's "Safe mode" option is turned off] => PHP's "Safe mode" option is turned off [PHP's "allow_url_fopen" option is turned on, or cURL is installed] => PHP's "allow_url_fopen" option is turned on, or cURL is installed [PHP's "zip" extension is enabled] => PHP's "zip" extension is enabled [Your store is in maintenance mode] => Your store is in maintenance mode [Enable maintenance mode and add your maintenance IP in [1]Shop parameters > General > Maintenance[/1]] => Enable maintenance mode and add your maintenance IP in [1]Shop parameters > General > Maintenance[/1] [PrestaShop's caching features are disabled] => PrestaShop's caching features are disabled [PHP's max_execution_time setting has a high value or is disabled entirely (current value: unlimited)] => PHP's max_execution_time setting has a high value or is disabled entirely (current value: unlimited) [PHP's max_execution_time setting has a high value or is disabled entirely (current value: %s seconds)] => PHP's max_execution_time setting has a high value or is disabled entirely (current value: %s seconds) [Your current PHP version isn't compatible with your PrestaShop version.] => Your current PHP version isn't compatible with your PrestaShop version. [Apache mod_rewrite is disabled.] => Apache mod_rewrite is disabled. [The following PHP extensions are not installed: %s.] => The following PHP extensions are not installed: %s. [The following PHP extension is not installed: %s.] => The following PHP extension is not installed: %s. [PHP memory_limit is inferior to 256 MB.] => PHP memory_limit is inferior to 256 MB. [PHP file_uploads configuration is disabled.] => PHP file_uploads configuration is disabled. [The following PHP functions are not installed: %s.] => The following PHP functions are not installed: %s. [The following PHP function is not installed: %s.] => The following PHP function is not installed: %s. [It's not possible to create a PHP session.] => It's not possible to create a PHP session. [The following files are missing:] => The following files are missing: [It's not possible to write in the following folders:] => It's not possible to write in the following folders: [Please also make sure you make a full manual backup of your files and database.] => Please also make sure you make a full manual backup of your files and database. [PrestaShop requirements are not satisfied.] => PrestaShop requirements are not satisfied. [Rollback] => Rollback [After upgrading your shop, you can rollback to the previous database and files. Use this function if your theme or an essential module is not working correctly.] => After upgrading your store, you can roll back to the previous database and files. Use this function if your theme or an essential module is not working correctly. [Choose your backup:] => Choose your backup: [-- Choose a backup to restore --] => -- Choose a backup to restore -- [More options (Expert mode)] => More options (Expert mode) [Start your Upgrade] => Start your Upgrade [You come from the future! You are using a more recent version than the latest available!] => You come from the future! You are using a more recent version than the latest available! [Congratulations, you are already using the latest version available!] => Congratulations, you are already using the latest version available! [Your current PrestaShop version] => Your current PrestaShop version [Your current PHP version] => Your current PHP version [Latest official version for %s channel.] => Latest official version for %s channel. [Upgrade PrestaShop now!] => Upgrade PrestaShop now! [PrestaShop will be downloaded from %s] => PrestaShop will be downloaded from %s [Open changelog in a new window] => Open changelog in a new window [No file will be downloaded (channel %s is used)] => No file will be downloaded (channel %s is used) [The following action are automatically replaced] => The following action are automatically replaced [%old% will be replaced by %new%] => %old% will be replaced by %new% [To change this behavior, you need to manually edit your php files] => To change this behavior, you need to manually edit your php files [Refresh the page] => Refresh the page [Check if a new version is available] => Check if a new version is available [Last check: %s] => Last check: %s [Last check: never] => Last check: never [Expert mode] => Expert mode [Please select your channel:] => Please select your channel: [Channels are offering you different ways to perform an upgrade. You can either upload the new version manually or let the 1-Click Upgrade module download it for you.] => Channels are offering you different ways to perform an upgrade. You can either upload the new version manually or let the 1-Click Upgrade module download it for you. [The Alpha, Beta and Private channels give you the ability to upgrade to a non-official or unstable release (for testing purposes only).] => The Alpha, Beta and Private channels give you the ability to upgrade to a non-official or unstable release (for testing purposes only). [By default, you should use the "Minor release" channel which is offering the latest stable version available.] => By default, you should use the "Minor release" channel which is offering the latest stable version available. [Channel:] => Channel: [Link:] => Link: [Hash key:] => Hash key: [Allow major upgrade:] => Allow major upgrade: [Archive to use:] => Archive to use: [Choose an archive] => Choose an archive [Number of the version you want to upgrade to:] => Number of the version you want to upgrade to: [XML file to use:] => XML file to use: [Choose an XML file] => Choose an XML file [No archive found in your admin/autoupgrade/download directory] => No archive found in your admin/autoupgrade/download directory [Save in the following directory the archive file and XML file of the version you want to upgrade to: %s] => Save in the following directory the archive file and XML file of the version you want to upgrade to: %s [Click to save once the archive is there.] => Click to save once the archive is there. [This option will skip the download step.] => This option will skip the download step. [Save in the following directory the uncompressed PrestaShop files of the version you want to upgrade to: %s] => Save in the following directory the uncompressed PrestaShop files of the version you want to upgrade to: %s [Please tell us which version you are upgrading to [1](1.7.0.1 for instance)[/1]] => Please tell us which version you are upgrading to [1](1.7.0.1 for instance)[/1] [This option will skip both download and unzip steps and will use %1$s as the source directory] => This option will skip both download and unzip steps and will use %1$s as the source directory [Step] => Step [Upgrade steps] => Upgrade steps [Version comparison] => Version comparison [PrestaShop Original version] => PrestaShop Original version [Differences between versions] => Differences between versions [Welcome!] => Welcome! [Upgrade your store to benefit from the latest improvements, bug fixes and security patches.] => Upgrade your store to benefit from the latest improvements, bug fixes and security patches. [Upgrading your store on your own can be risky. If you don't feel comfortable doing the upgrade yourself, many agencies and developers in your area may also provide this kind of service.] => Upgrading your store on your own can be risky. If you don't feel comfortable doing the upgrade yourself, many agencies and developers in your area may also provide this kind of service. ) [AdminInternationalNotification] => Array ( [Are you sure you want to restore the default address format for this country?] => Are you sure you want to restore the default address format for this country? [%s at least, or you will have to edit the translation files manually.] => %s at least, or you will have to edit the translation files manually. [Apache mod_security is activated on your server. This could result in some Bad Request errors] => Apache mod_security is activated on your server. This could result in some Bad Request errors [Warning! Your hosting provider is using the Suhosin patch for PHP, which limits the maximum number of fields allowed in a form:] => Warning! Your hosting provider is using the Suhosin patch for PHP, which limits the maximum number of fields allowed in a form: [Please ask your hosting provider to increase the Suhosin limit to] => Please ask your hosting provider to increase the Suhosin limit to [Warning! Your PHP configuration limits the maximum number of fields allowed in a form:] => Warning! Your PHP configuration limits the maximum number of fields allowed in a form: [for max_input_vars.] => for max_input_vars. [Please ask your hosting provider to increase this limit to] => Please ask your hosting provider to increase this limit to [%s at least, or you will have to edit the translation files.] => %s at least, or you will have to edit the translation files. [%limit% for suhosin.post.max_vars.] => %limit% for suhosin.post.max_vars. [%limit% for suhosin.request.max_vars.] => %limit% for suhosin.request.max_vars. [This expression uses a special syntax:] => This expression uses a special syntax: [Sorry this language is not available] => Sorry this language is not available [Server does not have permissions for writing.] => Server does not have permissions for writing. [Language pack unavailable.] => Language pack unavailable. [An error occurred while creating the language: %s] => An error occurred while creating the language: %s [Cannot load country: %d] => Cannot load country: %d [Cannot enable the associated country: %s] => Cannot enable the associated country: %s [Invalid Zone name.] => Invalid Zone name. [Invalid state properties.] => Invalid state properties. [Cannot update the associated country: %s] => Cannot update the associated country: %s [An error occurred while adding the state.] => An error occurred while adding the state. [An error occurred while fetching the state.] => An error occurred while fetching the state. [Invalid tax properties.] => Invalid tax properties. [An error occurred while importing the tax: %s] => An error occurred while importing the tax: %s [This tax rule cannot be saved.] => This tax rule cannot be saved. [An error occurred while importing the currency: %s] => An error occurred while importing the currency: %s [Localization pack corrupted: wrong unit type.] => Localization pack corrupted: wrong unit type. [An error occurred while setting the units.] => An error occurred while setting the units. [An error occurred while installing the module: %s] => An error occurred while installing the module: %s [An error occurred while uninstalling the module: %s] => An error occurred while uninstalling the module: %s [An error occurred during the configuration setup: %1$s] => An error occurred during the configuration setup: %1$s [An error occurred during the default group update] => An error occurred during the default group update [An error has occurred during the default group update] => An error has occurred during the default group update [An error has occurred, this module does not exist: %s] => An error has occurred, this module does not exist: %s [Invalid language ISO code (%s)] => Invalid language ISO code (%s) [The translation was added successfully, but the language has not been created.] => The translation was added successfully, but the language has not been created. [Cannot add configuration %1$s for %2$s language] => Cannot add configuration %1$s for %2$s language [Localization pack imported successfully.] => Localization pack imported successfully. [The translation was successfully copied.] => The translation was successfully copied. [The translations have been successfully added.] => The translations have been successfully added. [Incorrect Tax Manager class [%s]] => Incorrect Tax Manager class [%s] [Tax Manager class not found [%s]] => Tax Manager class not found [%s] [No tax] => No tax [This ISO code already exists.You cannot create two countries with the same ISO code.] => This ISO code already exists.You cannot create two countries with the same ISO code. [Invalid address layout %s] => Invalid address layout %s [This ISO code already exists. You cannot create two states with the same ISO code.] => This ISO code already exists. You cannot create two states with the same ISO code. [This state was used in at least one address. It cannot be removed.] => This state was used in at least one address. It cannot be removed. [A tax rule already exists for this country/state with tax only behavior.] => A tax rule already exists for this country/state with tax only behavior. [The Zip/Postal code is invalid. It must be typed as follows: %format% for %country%.] => The Zip/Postal code is invalid. It must be typed as follows: %format% for %country%. [An error has occurred: Cannot save the current tax rule.] => An error has occurred: Cannot save the current tax rule. [Impossible to create the directory "%folder%".] => Impossible to create the directory "%folder%". [An error occurred while creating archive.] => An error occurred while creating archive. [Please select a language and a theme.] => Please select a language and a theme. [Tab "%s" is not valid] => Tab "%s" is not valid [Validation failed for: %file%] => Validation failed for: %file% [Unidentified file found: %file%] => Unidentified file found: %file% [The archive cannot be extracted.] => The archive cannot be extracted. [ISO CODE invalid "%iso_code%" for the following file: "%file%"] => ISO CODE invalid "%iso_code%" for the following file: "%file%" [Cannot write to the theme's language file (%s). Please check writing permissions.] => Cannot write to the theme's language file (%s). Please check writing permissions. [Invalid theme "%theme%"] => Invalid theme "%theme%" [Invalid iso code "%iso_code%"] => Invalid iso code "%iso_code%" [This %type_content% file extension is not accepted.] => This %type_content% file extension is not accepted. [Invalid module name "%module%"] => Invalid module name "%module%" [Invalid mail name "%mail%"] => Invalid mail name "%mail%" [Directory "%folder%" cannot be created] => Directory "%folder%" cannot be created [Your email translations contain some invalid HTML and cannot be saved. Please check your content.] => Your email translations contain some invalid HTML and cannot be saved. Please check your content. [Your HTML email templates cannot contain JavaScript code.] => Your HTML email templates cannot contain JavaScript code. [Empty string found, please edit: "%file%"] => Empty string found, please edit: "%file%" [There is an error in template, an empty string has been found. Please edit: "%file%"] => There is an error in template, an empty string has been found. Please edit: "%file%" [The module directory must be writable.] => The module directory must be writable. [A mail directory exists for the "%iso_code%" language, but not for the default language (%language%) in %folder%] => A mail directory exists for the "%iso_code%" language, but not for the default language (%language%) in %folder% [missing translation(s)] => missing translation(s) [No Subject was found for %mail_name% in the database.] => No Subject was found for %mail_name% in the database. [There was a problem getting the mail files.] => There was a problem getting the mail files. [English language files must exist in %folder% folder] => English language files must exist in %folder% folder [Cannot write language file for email subjects. Path is: %folder%] => Cannot write language file for email subjects. Path is: %folder% [Cannot write into the "%file%"] => Cannot write into the "%file%" [Cannot create the folder "%folder%". Please check your directory writing permissions.] => Cannot create the folder "%folder%". Please check your directory writing permissions. [You must select two languages in order to copy data from one to another.] => You must select two languages in order to copy data from one to another. [You must select two themes in order to copy data from one to another.] => You must select two themes in order to copy data from one to another. [There is nothing to copy (same language and theme).] => There is nothing to copy (same language and theme). [Theme(s) not found] => Theme(s) not found [Impossible to copy "%source%" to "%dest%".] => Impossible to copy "%source%" to "%dest%". [Impossible to translate "%dest%".] => Impossible to translate "%dest%". [A part of the data has been copied but some of the language files could not be found.] => A part of the data has been copied but some of the language files could not be found. [Fatal error: ISO code is not correct] => Fatal error: ISO code is not correct [Cannot load the localization pack.] => Cannot load the localization pack. [Please select at least one item to import.] => Please select at least one item to import. [This currency already exists.] => This currency already exists. [%currency% is the default currency for shop %shop_name%, and therefore cannot be removed from shop association] => %currency% is the default currency for shop %shop_name%, and therefore cannot be removed from shop association [%currency% is the default currency for shop %shop_name%, and therefore cannot be disabled] => %currency% is the default currency for shop %shop_name%, and therefore cannot be disabled [You cannot delete the default currency] => You cannot delete the default currency [You cannot disable the default currency] => You cannot disable the default currency [Oops... it looks like this ISO code already exists. If you are: [1][2]trying to create an alternative currency, you must type a different ISO code[/2][2]trying to modify the currency with ISO code %isoCode%, make sure you did not check the creation box[/2][/1]] => Oops... it looks like this ISO code already exists. If you are: [1][2]trying to create an alternative currency, you must type a different ISO code[/2][2]trying to modify the currency with ISO code %isoCode%, make sure you did not check the creation box[/2][/1] [You cannot change the status of the default language.] => You cannot change the status of the default language. [An error occurred while copying "No Picture" image to your product folder.] => An error occurred while copying "No Picture" image to your product folder. [An error occurred while copying "No picture" image to your category folder.] => An error occurred while copying "No picture" image to your category folder. [An error occurred while copying "No picture" image to your brand folder.] => An error occurred while copying "No picture" image to your brand folder. [This ISO code is already linked to another language.] => This ISO code is already linked to another language. [You cannot delete the default language.] => You cannot delete the default language. [You cannot delete the language currently in use. Please select a different language.] => You cannot delete the language currently in use. Please select a different language. [Importing a new language may fail without the OpenSSL module. Please enable "openssl.so" on your server configuration.] => Importing a new language may fail without the OpenSSL module. Please enable "openssl.so" on your server configuration. [You must select at least one translation type to export translations.] => You must select at least one translation type to export translations. [An error occurred while editing the zone.] => An error occurred while editing the zone. [This customer thread does not exist.] => This customer thread does not exist. [Cannot delete this customer thread.] => Cannot delete this customer thread. [Failed to add customer message.] => Failed to add customer message. [Failed to update customer thread status.] => Failed to update customer thread status. [Comment is not valid.] => Comment is not valid. [The geolocation database is unavailable.] => The geolocation database is unavailable. [Country selection is invalid.] => Country selection is invalid. [Invalid whitelist] => Invalid whitelist [Check the [a]developer documentation[/a] for setup instructions.] => Check the [a]developer documentation[/a] for setup instructions. [Could not display symbol and format customization:] => Could not display symbol and format customization: [When you delete a language, all related translations in the database will be deleted.] => When you delete a language, all related translations in the database will be deleted. [Your .htaccess file must be writable.] => Your .htaccess file must be writable. [Language files must be complete to allow copying of translations.] => Language files must be complete to allow copying of translations. [Translation successfully updated] => Translation successfully updated [Failed to update translation] => Failed to update translation ) [ModulesSearchbarAdmin] => Array ( [Search bar] => Search bar [Help your visitors find what they are looking for, add a quick search field to your store.] => Help your visitors find what they are looking for, add a quick search field to your store. ) [ModulesCustomtextAdmin] => Array ( [Custom text block] => Custom text block [Give your visitors extra information, display a customized block of content on your homepage.] => Give your visitors extra information, display a customized block of content on your homepage. [Text block] => Text block ) [ModulesSupplierlistShop] => Array ( [All suppliers] => All suppliers [Suppliers] => Suppliers [No supplier] => No supplier ) [AdminShopparametersHelp] => Array ( [e.g. 10:00AM - 9:30PM] => e.g. 10:00AM - 9:30PM [Image width in pixels. Enter "0" to use the original size.] => Image width in pixels. Enter "0" to use the original size. [Image height in pixels. Enter "0" to use the original size.] => Image height in pixels. Enter "0" to use the original size. [The group defined for your un-identified visitors.] => The group defined for your un-identified visitors. [The group defined for your identified guest customers (used in guest checkout).] => The group defined for your identified guest customers (used in guest checkout). [The group defined for your identified registered customers.] => The group defined for your identified registered customers. [Automatically apply this value as a discount on all products for members of this customer group.] => Automatically apply this value as a discount on all products for members of this customer group. [How prices are displayed in the order summary for this customer group.] => How prices are displayed in the order summary for this customer group. [Customers in this group can view prices.] => Customers in this group can view prices. [Need to hide prices for all groups? Save time, enable catalog mode in Product Settings instead.] => Need to hide prices for all groups? Save time, enable catalog mode in Product Settings instead. [%group_name% - All persons without a customer account or customers that are not logged in.] => %group_name% - All persons without a customer account or customers that are not logged in. [%group_name% - All persons who placed an order through Guest Checkout.] => %group_name% - All persons who placed an order through Guest Checkout. [%group_name% - All persons who created an account on this site.] => %group_name% - All persons who created an account on this site. [PrestaShop has three default customer groups:] => PrestaShop has three default customer groups: [Enable the automatic indexing of products. If you enable this feature, the products will be indexed in the search automatically when they are saved. If the feature is disabled, you will have to index products manually by using the links provided in the field set.] => Enable the automatic indexing of products. If you enable this feature, the products will be indexed in the search automatically when they are saved. If the feature is disabled, you will have to index products manually by using the links provided in the field set. [By default, to search for “blouse”, you have to enter “blous”, “blo”, etc (beginning of the word) – but not “lous” (within the word).] => By default, to search for “blouse”, you have to enter “blous”, “blo”, etc (beginning of the word) – but not “lous” (within the word). [With this option enabled, it also gives the good result if you search for “lous”, “ouse”, or anything contained in the word.] => With this option enabled, it also gives the good result if you search for “lous”, “ouse”, or anything contained in the word. [Enable search within a whole word, rather than from its beginning only.] => Enable search within a whole word, rather than from its beginning only. [It checks if the searched term is contained in the indexed word. This may be resource-consuming.] => It checks if the searched term is contained in the indexed word. This may be resource-consuming. [By default, if you search "book", you will have "book", "bookcase" and "bookend".] => By default, if you search "book", you will have "book", "bookcase" and "bookend". [With this option enabled, it only gives one result “book”, as exact end of the indexed word is matching.] => With this option enabled, it only gives one result “book”, as exact end of the indexed word is matching. [Enable more precise search with the end of the word.] => Enable more precise search with the end of the word. [It checks if the searched term is the exact end of the indexed word.] => It checks if the searched term is the exact end of the indexed word. [By default, the fuzzy search is enabled. It means spelling errors are allowed, e.g. you can search for "bird" with words like "burd", "bard" or "beerd".] => By default, the fuzzy search is enabled. It means spelling errors are allowed, e.g. you can search for "bird" with words like "burd", "bard" or "beerd". [Disabling this option will require exact spelling for the search to match results.] => Disabling this option will require exact spelling for the search to match results. [Enable approximate string matching.] => Enable approximate string matching. [Note that this option is resource-consuming: the more you search, the longer it takes.] => Note that this option is resource-consuming: the more you search, the longer it takes. [Only words fewer or equal to this maximum length will be searched.] => Only words fewer or equal to this maximum length will be searched. [This parameter will only be used if the fuzzy search is activated: the lower the value, the more tolerant your search will be.] => This parameter will only be used if the fuzzy search is activated: the lower the value, the more tolerant your search will be. [Only words this size or larger will be indexed.] => Only words this size or larger will be indexed. [Please enter the index words separated by a "|".] => Please enter the index words separated by a "|". [Enter each alias separated by a comma (e.g. 'prestshop,preztashop,prestasohp').] => Enter each alias separated by a comma (e.g. 'prestshop,preztashop,prestasohp'). [Forbidden characters: ;=#{}] => Forbidden characters: ;=#{} [Search this word instead.] => Search this word instead. [This field does not refer to the shop name visible in the front office.] => This field does not refer to the shop name visible in the front office. [Follow [1]this link[/1] to edit the shop name used on the front office.] => Follow [1]this link[/1] to edit the shop name used on the front office. [You can't edit the shop group because the current shop belongs to a group with the "share" option enabled.] => You can't edit the store group because the current store belongs to a group with the "share" option enabled. [This is the root category of the store that you've created. To define a new root category for your store, [1]please click here[/1].] => This is the root category of the store that you've created. To define a new root category for your store, [1]please click here[/1]. [By selecting associated categories, you are choosing to share the categories between shops. Once associated between shops, any alteration of this category will impact every shop.] => By selecting associated categories, you are choosing to share the categories between shops. Once associated between shops, any alteration of this category will impact every shop. [Upload an icon from your computer (File type: .gif, suggested size: 16x16).] => Upload an icon from your computer (File type: .gif, suggested size: 16x16). [Only letters, numbers and underscores ("_") are allowed.] => Only letters, numbers and underscores ("_") are allowed. [Email template for both .html and .txt.] => Email template for both .html and .txt. [Whether or not to display this store.] => Whether or not to display this store. [Storefront picture.] => Storefront picture. [Displayed in emails sent to customers.] => Displayed in emails sent to customers. [Shop registration information (e.g. SIRET or RCS).] => Shop registration information (e.g. SIRET or RCS). [Contact name (e.g. Customer Support).] => Contact name (e.g. Customer Support). [Emails will be sent to this address.] => Emails will be sent to this address. [If enabled, all messages will be saved in the "Customer Service" page under the "Customer" menu.] => If enabled, all messages will be saved in the "Customer Service" page under the "Customer" menu. [After a customer logs in, you can recall and display the content of his/her last shopping cart.] => After a customer logs in, you can recall and display the content of his/her last shopping cart. [Send an email with a summary of the account information after registration.] => Send an email with a summary of the account information after registration. [Minimum time required between two requests for a password reset.] => Minimum time required between two requests for a password reset. [Activate or deactivate B2B mode. When this option is enabled, B2B features will be made available.] => Activate or deactivate B2B mode. When this option is enabled, B2B features will be made available. [Display or not the birth date field.] => Display or not the birth date field. [Display or not the partner offers tick box, to receive offers from the store's partners.] => Optional check box for affiliate links [We recommend that you deactivate your store while performing maintenance. Note that it will not disable the webservice.] => We recommend that you deactivate your store while performing maintenance. Note that it will not disable the webservice. [Allow IP addresses to access the store, even in maintenance mode. Use a comma to separate them (e.g. 42.24.4.2,127.0.0.1,99.98.97.96).] => Allow IP addresses to access the store, even in maintenance mode. Use a comma to separate them (e.g. 42.24.4.2,127.0.0.1,99.98.97.96). [Display a customized message when the store is disabled.] => Display a customized message when the store is disabled. [When enabled, admins will access the store front office without storing their IP.] => When enabled, admins will access the store front office without storing their IP. [If you own an SSL certificate for your shop's domain name, you can activate SSL encryption (https://) for customer account identification and order processing.] => If you own an SSL certificate for your shop's domain name, you can activate SSL encryption (https://) for customer account identification and order processing. [When enabled, all the pages of your shop will be SSL-secured.] => When enabled, all the pages of your store will be SSL-secured. [Enable or disable token in the Front Office to improve PrestaShop's security.] => Enable or disable token in the Front Office to improve PrestaShop's security. [Allow iframes on text fields like product description. We recommend that you leave this option disabled.] => Allow iframes on text fields like product description. We recommend that you leave this option disabled. [Clean the HTML content on text fields. We recommend that you leave this option enabled.] => Clean the HTML content on text fields. We recommend that you leave this option enabled. [You can choose among 6 different ways of rounding prices. "Round up away from zero ..." is the recommended behavior.] => You can choose among 6 different ways of rounding prices. "Round up away from zero ..." is the recommended behavior. [You can choose when to round prices: either on each item, each line or the total (of an invoice, for example).] => You can choose when to round prices: either on each item, each line or the total (of an invoice, for example). [Enable suppliers page on your front office even when its module is disabled.] => Enable suppliers page on your front office even when its module is disabled. [Enable brands page on your front office even when its module is disabled.] => Enable brands page on your front office even when its module is disabled. [Enable best sellers page on your front office even when its respective module is disabled.] => Enable best sellers page on your front office even when its respective module is disabled. [The multistore feature allows you to manage several front offices from a single back office. If this feature is enabled, a Multistore page is available in the Advanced Parameters menu.] => The multistore feature allows you to manage several front offices from a single back office. If this feature is enabled, a Multistore page is available in the Advanced Parameters menu. [Display an overview of the addresses, shipping method and cart just before the order button (required in some European countries).] => Display a summary of all relevant order data (payment method, adresses, dispatch and cart) above the order button. [Allow guest visitors to place an order without registering.] => Allow guest visitors to place an order without registering. [Disable the option to allow customers to reorder in one click from the order history page (required in some European countries).] => Disable the option to allow customers to reorder in one click from the order history page (required in some European countries). [Set to 0 to disable this feature.] => Set to 0 to disable this feature. [Automatically updates the shipping costs when you edit an order.] => Automatically updates the shipping costs when you edit an order. [Allow the customer to ship orders to multiple addresses. This option will convert the customer's cart into one or more orders.] => Allow the customer to ship orders to multiple addresses. This option will convert the customer's cart into one or more orders. [It allows you to delay shipping if your customers request it.] => It allows you to delay shipping if your customers request it. [Require customers to accept or decline terms of service before processing an order.] => Require customers to accept or decline terms of service before processing an order. [Choose the page which contains your store's terms and conditions of use.] => Choose the page which contains your store's terms and conditions. [The order status will be set to "On backorder" for new orders containing products that are out of stock.] => The order status will be set to "On backorder" for new orders containing products that are out of stock. [Suggest gift-wrapping to customers.] => Suggest gift-wrapping to customers. [Set a price for gift wrapping.] => Set a price for gift wrapping. [Set a tax for gift wrapping.] => Set a tax for gift wrapping. [Suggest recycled packaging to customer.] => Suggest recycled packaging to customer. [Remember to regenerate email templates in [1]Design > Email theme[/1] after enabling or disabling this feature.] => Remember to regenerate email templates in [1]Design > Email theme[/1] after enabling or disabling this feature. [Catalog mode disables the shopping cart on your store. Visitors will be able to browse your products catalog, but not buy them.] => Catalog mode disables the shopping cart on your store. Visitors will be able to browse your products catalog, but not buy them. [Display product prices when in catalog mode.] => Display product prices when in catalog mode. [To hide prices for a specific group, go to [1]Customer Settings > Groups[/1].] => To hide prices for a specific group, go to [1]Customer Settings > Groups[/1]. [characters] => characters [How to calculate quantity discounts.] => How to calculate quantity discounts. [When active, friendly URL will be updated on every save.] => When active, friendly URL will be updated on every save. [Enable this option if you want to activate by default all your manually created new products.] => Enable this option if you want to activate by default all your manually created new products. [If a customer meets multiple conditions, specific prices will be applied in this order of priority, unless a different order has been set for a particular product.] => If a customer meets multiple conditions, specific prices will be applied in this order of priority, unless a different order has been set for a particular product. [You can specify the default behavior for all disabled products. The product page can display a "Discontinued" message or an error page. You can also specify which HTTP response is sent to users. This can be set specifically for each product.] => You can specify the default behavior for all disabled products. The product page can display a "Discontinued" message or an error page. You can also specify which HTTP response is sent to users. This can be set specifically for each product. [When enabled, friendly URL will be updated on every name change for offline products only.] => When enabled, friendly URL will be updated on every name change for offline products only. [Display the "%add_to_cart_label%" button when a product has attributes] => Display the "%add_to_cart_label%" button when a product has attributes [Display or hide the "%add_to_cart_label%" button on category pages for products that have attributes forcing customers to see product details.] => Display or hide the "%add_to_cart_label%" button on category pages for products that have attributes forcing customers to see product details. [In the volume discount table on the product page, display the discounted unit price instead of the unit discount. E.g. If you sell a product for $10 with a discount of $2 from 3 items purchased, the discounted unit price ($8) will be displayed instead of the unit discount ($2).] => In the volume discount table on the product page, display the discounted unit price instead of the unit discount. E.g. If you sell a product for $10 with a discount of $2 from 3 items purchased, the discounted unit price ($8) will be displayed instead of the unit discount ($2). [Display the "%add_to_cart_label%" button when a product has combinations] => Display the "%add_to_cart_label%" button when a product has combinations [Some themes allow your customers to add a product to their cart directly from the product list. You may want to deactivate this feature if a product has combinations, requiring your customers to check product details and choose one of the options.] => Some themes allow your customers to add a product to their cart directly from the product list. You may want to deactivate this feature if a product has combinations, requiring your customers to check product details and choose one of the options. [Number of products displayed per page. Default is 12] => Number of products displayed per page. Default is 12 [The order in which products are displayed in the product list.] => The order in which products are displayed in the product list. [When selling packs of products, how do you want your stock to be calculated?] => When selling packs of products, how do you want your stock to be calculated? [If an attribute is not available in every product combination, it will not be displayed.] => If an attribute is not available in every product combination, it will not be displayed. [Set to "0" to disable this feature.] => Set to "0" to disable this feature. [By default, the "%add_to_cart_label%" button is hidden when a product is unavailable. You can choose to have it displayed in all cases.] => By default, the "%add_to_cart_label%" button is hidden when a product is unavailable. You can choose to have it displayed in all cases. [In stock] => In stock [On backorder] => On backorder [Out of stock] => Out of stock [Advised for European merchants to be legally compliant (eg: Delivered within 3-4 days)] => Advised for European merchants to be legally compliant (eg: Delivered within 3-4 days) [Delivered within 3-4 days] => Delivered within 3-4 days [Advised for European merchants to be legally compliant (eg: Delivered within 5-7 days)] => Advised for European merchants to be legally compliant (eg: Delivered within 5-7 days) [Delivered within 5-7 days] => Delivered within 5-7 days [Note that the label will be displayed only if backorders are denied.] => Note that the label will be displayed only if backorders are denied. [For packs of products, stocks can be managed manually or automatically based on individual product stock levels. Further customization is possible for each product.] => For packs of products, stocks can be managed manually or automatically based on individual product stock levels. Further customization is possible for each product. [Enable this option if you want to display your product's attributes in its meta title.] => Enable this option if you want to display your product's attributes in its meta title. [Enable this option only if your server allows URL rewriting (recommended).] => Enable this option only if your server allows URL rewriting (recommended). [URL rewriting (mod_rewrite) is not active on your server, or it is not possible to check your server configuration. If you want to use Friendly URLs, you must activate this mod.] => URL rewriting (mod_rewrite) is not active on your server, or it is not possible to check your server configuration. If you want to use Friendly URLs, you must activate this mod. [Enable this option if you want to allow accented characters in your friendly URLs. You should only activate this option if you are using non-Latin characters; for all the Latin charsets, your SEO will be better without this option.] => Enable this option if you want to allow accented characters in your friendly URLs. You should only activate this option if you are using non-Latin characters; for all the Latin charsets, your SEO will be better without this option. [Enable this option only if you have problems with URL rewriting.] => Enable this option only if you have problems with URL rewriting. [Some of PrestaShop's features might not work correctly with a specific configuration of Apache's mod_security module. We recommend to turn it off.] => Some of PrestaShop's features might not work correctly with a specific configuration of Apache's mod_security module. We recommend to turn it off. [[1]Make[/1] sure partner offers are not set as required in the [2]Customers[/2] section of the back office before disabling them. Otherwise, new customers won't be able to create an account and [1]proceed[/1] to checkout.] => [1]Make[/1] sure partner offers are not set as required in the [2]Customers[/2] section of the back office before disabling them. Otherwise, new customers won't be able to create an account and [1]proceed[/1] to checkout. [Order's return status name.] => Order's return status name. [Invalid characters: numbers and] => Invalid characters: numbers and [Status will be highlighted in this color. HTML colors only.] => Status will be highlighted in this color. HTML colors only. [Order status (e.g. 'Pending').] => Order status (e.g. 'Pending'). [Invalid characters:] => Invalid characters: [Name of the related page.] => Name of the related page. [Title of this page.] => Title of this page. [A short description of your shop.] => A short description of your shop. [List of keywords for search engines.] => List of keywords for search engines. [For instance, "contacts" for http://example.com/shop/contacts to redirect to http://example.com/shop/contact-form.php] => For instance, "contacts" for http://example.com/shop/contacts to redirect to http://example.com/shop/contact-form.php [Only letters and hyphens are allowed.] => Only letters and hyphens are allowed. [To add tags, click in the field, write something, and then press the "Enter" key.] => To add tags, click in the field, write something, and then press the "Enter" key. [If you want to enable SSL on all the pages of your shop, activate the "Enable on all the pages" option below.] => If you want to enable SSL on all the pages of your store, activate the "Enable on all the pages" option below. ) [ModulesPsgdprCustomeraccount] => Array ( [GDPR - Personal data] => GDPR - Personal data ) [ModulesCheckpaymentShop] => Array ( [This payment method is not available.] => This payment method is not available. [Please send us your check following these rules:] => Please send us your check including the following details: [Amount] => Amount [Payee] => Payee [Send your check to this address] => Send your check to this address [Pay by check] => Pay by check [(order processing will be longer)] => (order processing will be longer) [Your order on %s is complete.] => Your order on %s is complete. [Your check must include:] => Your check must include: [Payment amount.] => Payment amount. [Payable to the order of] => Payable to the order of [Mail to] => Mail to [Do not forget to insert your order number #%d.] => Do not forget to insert your order number #%d. [Do not forget to insert your order reference %s.] => Do not forget to insert your order reference %s. [An email has been sent to you with this information.] => An email has been sent to you with this information. [Your order will be sent as soon as we receive your payment.] => Your order will be sent as soon as we receive your payment. [For any questions or for further information, please contact our] => For any questions or for further information, please contact our [customer service department.] => customer service department. [We have noticed that there is a problem with your order. If you think this is an error, you can contact our] => We have noticed that there is a problem with your order. If you think this is an error, you can contact our ) [AdminShopparametersFeature] => Array ( [Authorized modules:] => Authorized modules: [This category already exists for this group.] => This category already exists for this group. [Add a category discount] => Add a category discount [New group category discount] => New group category discount [Discount (%):] => Discount (%): [Discount: %.2f%%] => Discount: %.2f%% [Group information] => Group information [Price display method:] => Price display method: [Show prices:] => Show prices: [Current category discount] => Current category discount [Members of this customer group] => Members of this customer group [Limited to the first 100 customers.] => Limited to the first 100 customers. [Please use filters to narrow your search.] => Please use filters to narrow your search. [Hours:] => Hours: [Dear Customer, Regards, Customer service] => Dear Customer, Regards, Customer service [We are currently updating our shop and will be back really soon. Thanks for your patience.] => We are currently updating our shop and will be back really soon. Thanks for your patience. [#IN] => #IN [#DE] => #DE [#RE] => #RE [a|about|above|after|again|against|all|am|an|and|any|are|aren|as|at|be|because|been|before|being|below|between|both|but|by|can|cannot|could|couldn|did|didn|do|does|doesn|doing|don|down|during|each|few|for|from|further|had|hadn|has|hasn|have|haven|having|he|ll|her|here|hers|herself|him|himself|his|how|ve|if|in|into|is|isn|it|its|itself|let|me|more|most|mustn|my|myself|no|nor|not|of|off|on|once|only|or|other|ought|our|ours|ourselves|out|over|own|same|shan|she|should|shouldn|so|some|such|than|that|the|their|theirs|them|themselves|then|there|these|they|re|this|those|through|to|too|under|until|up|very|was|wasn|we|were|weren|what|when|where|which|while|who|whom|why|with|won|would|wouldn|you|your|yours|yourself|yourselves] => a|about|above|after|again|against|all|am|an|and|any|are|aren|as|at|be|because|been|before|being|below|between|both|but|by|can|cannot|could|couldn|did|didn|do|does|doesn|doing|don|down|during|each|few|for|from|further|had|hadn|has|hasn|have|haven|having|he|ll|her|here|hers|herself|him|himself|his|how|ve|if|in|into|is|isn|it|its|itself|let|me|more|most|mustn|my|myself|no|nor|not|of|off|on|once|only|or|other|ought|our|ours|ourselves|out|over|own|same|shan|she|should|shouldn|so|some|such|than|that|the|their|theirs|them|themselves|then|there|these|they|re|this|those|through|to|too|under|until|up|very|was|wasn|we|were|weren|what|when|where|which|while|who|whom|why|with|won|would|wouldn|you|your|yours|yourself|yourselves [You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice.] => You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice. [In Stock] => In Stock [Product available for orders] => Product available for orders [Out-of-Stock] => Out-of-Stock [Webmaster] => Webmaster [Customer service] => Customer service [If a technical problem occurs on this website] => If a technical problem occurs on this website [For any question about a product, an order] => For any question about a product, an order [Mr.] => Mr. [Mrs.] => Mrs. [Visitor] => Visitor [Guest] => Guest [Customer] => Customer [Neutral] => Neutral [Add new social title] => Add new social title [Social titles] => Social titles [Image width] => Image width [Image height] => Image height [Social title] => Social title [Group name] => Group name [Discount (%)] => Discount (%) [Members] => Members [Creation date] => Creation date [Default groups options] => Default groups options [Visitors group] => Visitors group [Guests group] => Guests group [Customers group] => Customers group [Save, then add a category reduction.] => Save, then add a category reduction. [Add new group] => Add new group [Customer group] => Customer group [Price display method] => Price display method [Category discount] => Category discount [Modules authorization] => Modules authorization [Registration date] => Registration date [Show prices] => Show prices [Alias] => Alias [Aliases] => Aliases [Indexing] => Indexing [The "indexed" products have been analyzed by PrestaShop and will appear in the results of a front office search.] => The "indexed" products have been analyzed by PrestaShop and will appear in the results of a front office search. [Indexed products] => Indexed products [Building the product index may take a few minutes.] => Building the product index may take a few minutes. [Add missing products to the index] => Add missing products to the index [If your server stops before the process ends, you can resume the indexing by clicking "%add_missing_products_label%".] => If your server stops before the process ends, you can resume the indexing by clicking "%add_missing_products_label%". [Re-build the entire index] => Re-build the entire index [You can set a cron job that will rebuild your index using the following URL:] => You can set a cron job that will rebuild your index using the following URL: [Search within word] => Search within word [Search exact end match] => Search exact end match [Fuzzy search] => Fuzzy search [Maximum approximate words allowed by fuzzy search] => Maximum approximate words allowed by fuzzy search [Maximum word length (in characters)] => Maximum word length (in characters) [Minimum word length (in characters)] => Minimum word length (in characters) [Blacklisted words] => Blacklisted words [Weight] => Weight [The "weight" represents its importance and relevance for the ranking of the products when completing a new search.] => The "weight" represents its importance and relevance for the ranking of the products when completing a new search. [A word with a weight of eight will have four times more value than a word with a weight of two.] => A word with a weight of eight will have four times more value than a word with a weight of two. [We advise you to set a greater weight for words which appear in the name or reference of a product. This will allow the search results to be as precise and relevant as possible.] => We advise you to set a greater weight for words which appear in the name or reference of a product. This will allow the search results to be as precise and relevant as possible. [Setting a weight to 0 will exclude that field from search index. Re-build of the entire index is required when changing to or from 0] => Setting a weight to 0 will exclude that field from search index. Re-build of the entire index is required when changing to or from 0 [Product name weight] => Product name weight [Reference weight] => Reference weight [Short description weight] => Short description weight [Description weight] => Description weight [Category weight] => Category weight [Brand weight] => Brand weight [Tags weight] => Tags weight [Attributes weight] => Attributes weight [Features weight] => Features weight [Add new alias] => Add new alias [Result] => Result [Shop ID] => Shop ID [Shop group] => Store group [Root category] => Root category [Main URL for this shop] => Main URL for this shop [Edit this shop group] => Edit this store group [Add new shop] => Add new shop [Multistore tree] => Multistore tree [It will only be applied to the multistore header to highlight your shop context.] => It will only be applied to the multistore header to highlight your shop context. [It will only be applied to this group of shops, each store will keep its individual color.] => It will only be applied to this group of shops, each store will keep its individual color. [Icon] => Icon [Edit return status] => Edit return status [Show delivery PDF.] => Show delivery PDF. [Template] => Template [Return status] => Return status [Send email to customer] => Send email to customer [Consider the associated order as validated.] => Consider the associated order as validated. [Hide this status in all customer orders.] => Hide this status in all customer orders. [Attach invoice PDF to email.] => Attach invoice PDF to email. [Attach delivery slip PDF to email.] => Attach delivery slip PDF to email. [Set the order as shipped.] => Set the order as shipped. [Set the order as paid.] => Set the order as paid. [Store name] => Store name [Add new store] => Add new store [Stores] => Stores [Store name (e.g. City Center Mall Store).] => Store name (e.g. City Center Mall Store). [Allowed characters: letters, spaces and %s] => Allowed characters: letters, spaces and %s [Latitude / Longitude] => Latitude / Longitude [Store coordinates (e.g. 45.265469/-47.226478).] => Store coordinates (e.g. 45.265469/-47.226478). [Picture] => Picture [Monday] => Monday [Tuesday] => Tuesday [Wednesday] => Wednesday [Thursday] => Thursday [Friday] => Friday [Saturday] => Saturday [Sunday] => Sunday [Choose your country] => Choose your country [Choose your state (if applicable)] => Choose your state (if applicable) [Displayed in emails and page titles.] => Displayed in emails and page titles. [Shop email] => Shop email [Registration number] => Registration number [Shop address line 1] => Shop address line 1 [Shop address line 2] => Shop address line 2 [Contact details] => Contact details [Add new tag] => Add new tag [Tag] => Tag [Search] => Search [Visits] => Visits [Shop name] => Store name [Registrations] => Registrations [Undefined] => Undefined [Visitors] => Visitors [Unknown] => Unknown [Male] => Male [Female] => Female [Product name] => Product name [No redirection (you may have duplicate content issues)] => No redirection (you may have duplicate content issues) [302 Moved Temporarily (recommended while setting up your store)] => 302 Moved Temporarily (recommended while setting up your store) [301 Moved Permanently (recommended once you have gone live)] => 301 Moved Permanently (recommended once you have gone live) [Other] => Other [GET variable] => GET variable [Server] => Server [Add new contact] => Add new contact [Add a new page] => Add a new page [hours] => hours [Save messages?] => Save messages? [Re-display cart at login] => Re-display cart at login [Send an email after registration] => Send an email after registration [Password reset delay] => Password reset delay [minutes] => minutes [Enable B2B mode] => Enable B2B mode [Ask for birth date] => Ask for birth date [Enable partner offers] => Enable partner offers [Enable store] => Enable store [Maintenance IP] => Maintenance IP [Custom maintenance text] => Custom maintenance text [Enable store for logged-in employees] => Enable store for logged-in employees [Round on each item] => Round on each item [Round on each line] => Round on each line [Round on the total] => Round on the total [Round up away from zero, when it is half way there (recommended)] => Round up away from zero, when it is half way there (recommended) [Round down towards zero, when it is half way there] => Round down towards zero, when it is half way there [Round towards the next even value] => Round towards the next even value [Round towards the next odd value] => Round towards the next odd value [Round up to the nearest value] => Round up to the nearest value [Round down to the nearest value] => Round down to the nearest value [Enable SSL on all pages] => Enable SSL on all pages [Increase front office security] => Increase front office security [Allow iframes on HTML fields] => Allow iframes on HTML fields [Use HTMLPurifier Library] => Use HTMLPurifier Library [Round mode] => Round mode [Round type] => Round type [Display suppliers] => Display suppliers [Display brands] => Display brands [Display best sellers] => Display best sellers [Enable Multistore] => Enable Multistore [Main Shop Activity] => Main Shop Activity [Enable final summary] => Enable final summary [Enable guest checkout] => Enable guest checkout [Disable reordering option] => Disable reordering option [Recalculate shipping costs after editing the order] => Recalculate shipping costs after editing the order [Allow multishipping] => Allow multishipping [Delayed shipping] => Delayed shipping [Terms of service] => Terms of service [Page for terms and conditions] => Page for terms and conditions [Set backorder status] => Set backorder status [Minimum purchase total required in order to validate the order] => Minimum purchase total required in order to validate the order [Offer gift wrapping] => Offer gift wrapping [Gift-wrapping tax] => Gift-wrapping tax [Offer recycled packaging] => Offer recycled packaging [Gift-wrapping price] => Gift-wrapping price [Allow a customer to download and view PDF versions of his/her invoices.] => Allow a customer to download and view PDF versions of his/her invoices. [Send an email to the customer when his/her order status has changed.] => Send an email to the customer when his/her order status has changed. [Set the order as in transit.] => Set the order as in transit. [Catalog mode] => Catalog mode [Quantity discounts based on] => Quantity discounts based on [Force update of friendly URL] => Force update of friendly URL [Activate new products by default] => Activate new products by default [Default order of priority for specific prices] => Default order of priority for specific prices [Default behavior for disabled products] => Default behavior for disabled products [Number of days for which the product is considered 'new'] => Number of days for which the product is considered 'new' [Max size of product summary] => Max size of short description [Display available quantities on the product page] => Display available quantities on the product page [Separator of attribute anchor on the product links] => Separator of attribute anchor on the product links [Display the discounted unit price] => Display the discounted unit price [Products per page] => Products per page [Product price] => Product price [Product add date] => Product add date [Product modified date] => Product modified date [Position inside category] => Position inside category [Brand] => Brand [Product quantity] => Product quantity [Product reference] => Product reference [Default order by] => Default order by [Default order method] => Default order method [Display remaining quantities when the quantity is lower than] => Display remaining quantities when the quantity is lower than [Enable stock management] => Enable stock management [Default pack stock management] => Default pack stock management [Display unavailable attributes on the product page] => Display unavailable attributes on the product page [Allow ordering of out-of-stock products] => Allow ordering of out-of-stock products [Label of in-stock products] => Label of in-stock products [Label of out-of-stock products with allowed backorders] => Label of out-of-stock products with allowed backorders [Label of out-of-stock products with denied backorders] => Label of out-of-stock products with denied backorders [Delivery time of in-stock products] => Delivery time of in-stock products [Leave empty to disable] => Leave empty to disable [Delivery time of out-of-stock products with allowed backorders] => Delivery time of out-of-stock products with allowed backorders [Display out-of-stock label on product listing pages] => Display out-of-stock label on product listing pages [Default pack stock behavior] => Default pack stock behavior [$_GET variable] => $_GET variable [The route %routeRule% is not valid] => The route %routeRule% is not valid [Keyword "{%keyword%}" required for route "%routeName%" (rule: "%routeRule%")] => Keyword "{%keyword%}" required for route "%routeName%" (rule: "%routeRule%") [Default pages] => Default pages [Module pages] => Module pages [Display attributes in the product meta title] => Display attributes in the product meta title [Accented URL] => Accented URL [Redirect to the canonical URL] => Redirect to the canonical URL [Disable Apache's MultiViews option] => Disable Apache's MultiViews option [Disable Apache's mod_security module] => Disable Apache's mod_security module [Shop domain] => Shop domain [SSL domain] => SSL domain [Base URI] => Base URI [Route to products] => Route to products [Route to category] => Route to category [Route to supplier] => Route to supplier [Route to brand] => Route to brand [Route to page] => Route to page [Route to page category] => Route to page category [Route to modules] => Route to modules [General product settings] => General product settings [Product page] => Product page [Pagination] => Pagination [Products stock] => Products stock [Contacts] => Contacts [Add new title] => Add new title [Gift options] => Gift options [Status name] => Status name [Color] => Color [Return statuses] => Return statuses [Email template] => Email template [Order status] => Order status [Add new order status] => Add new order status [Add new order return status] => Add new order return status [Rewritten URL] => Rewritten URL [Page name] => Page name [Page title] => Page title [Meta tags] => Meta tags [Keywords: %keywords%] => Keywords: %keywords% [Improve your SEO] => Improve your SEO [Edit information about your pages to gain visibility and therefore reach more visitors. We advise you to start with the index page, it stands for your homepage.] => Edit information about your pages to gain visibility and therefore reach more visitors. We advise you to start with the index page, it stands for your homepage. [Configure index page] => Configure index page [Robots file generation] => Robots file generation [Generate robots.txt file] => Generate robots.txt file [SEO options] => SEO options [Set up URLs] => Set up URLs [Set shop URL] => Set shop URL [Schema of URLs] => Schema of URLs [Referrer] => Referrer [Add new search engine] => Add new search engine [Enable SSL] => Enable SSL [Please click here to check if your shop supports HTTPS.] => Please click here to check if your store supports HTTPS. [Page] => Page ) [AdminAdvparametersHelp] => Array ( [This page benefits from increased performance and includes new features such as a new combination management system.] => This page benefits from increased performance and includes new features such as a new combination management system. [Access the new product page, even in a multistore context. This is a work in progress and some features are not available.] => Access the new product page, even in a multistore context. This is a work in progress and some features are not available. [This page benefits from increased performance and includes new features such as a new combination management system. Please note this is a work in progress and some features are not available yet.] => This page benefits from increased performance and includes new features such as a new combination management system. Please note this is a work in progress and some features are not available yet. [Enable or disable the migrated attribute page.] => Enable or disable the migrated Attribute page. [Enable or disable the authorization server page.] => Enable or disable the Authorization server page. [Enable or disable the migrated cart rules page.] => Enable or disable the migrated Cart rules page. [Enable or disable the migrated catalog price rules page.] => Enable or disable the migrated Catalog price rules page. [Enable or disable the migrated countries page.] => Enable or disable the migrated Countries page. [Enable or disable the migrated states page.] => Enable or disable the migrated States page. [Enable or disable the migrated carriers page.] => Enable or disable the migrated Carriers page. [Enable or disable the migrated titles page.] => Enable or disable the migrated Titles page. [Enable or disable the migrated permissions page.] => Enable or disable the migrated Permissions page. [Enable or disable the migrated tax rules page.] => Enable or disable the migrated Tax rules page. [Enable or disable the migrated customer threads page.] => Enable or disable the migrated Customer threads page. [Enable or disable the migrated order states page.] => Enable or disable the migrated Order states page. [or] => or [A category root is where a category tree can begin. This is used with multistore.] => A category root is where a category tree can begin. This is used with multistore. [0 = Use quantity set in product, 1 = Use quantity from warehouse.] => 0 = Use quantity set in product, 1 = Use quantity from warehouse. [ID of the warehouse to set as storage.] => ID of the warehouse to set as storage. [Use this option to associate data (products, modules, etc.) the same way for each selected shop.] => Use this option to associate data (products, modules, etc.) the same way for each selected shop. [Click here to display the shops in the %name% shop group] => Click here to display the shops in the %name% store group [Click here to display the URLs of the %name% shop] => Click here to display the URLs of the %name% shop [Click here to display the list of shop groups] => Click here to display the list of store groups [Warning: Enabling the "share customers" and "share orders" options is not recommended. Once activated and orders are created, you will not be able to disable these options. If you need these options, we recommend using several categories rather than several shops.] => Warning: Enabling the "share customers" and "share orders" options is not recommended. Once activated and orders are created, you will not be able to disable these options. If you need these options, we recommend using several categories rather than several stores. [Once this option is enabled, the shops in this group will share customers. If a customer registers in any one of these shops, the account will automatically be available in the others shops of this group.] => Once this option is enabled, the stores in this group will share customers. If a customer registers in any one of these stores, the account will automatically be available in the other stores of this group. [Warning: you will not be able to disable this option once you have registered customers.] => Warning: you will not be able to disable this option once you have registered customers. [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 by all shops in this group. This way, any purchase started in one shop will be able to be completed in another shop from the same group.] => Once this option is enabled (which is only possible if customers and available quantities are shared among stores), the customer's cart will be shared by all stores in this group. This way, any purchase started in one store will be able to be completed in another store from the same group. [Warning: You will not be able to disable this option once you've started to accept orders.] => Warning: You will not be able to disable this option once you've started to accept orders. [Enable or disable this shop group?] => Enable or disable this store group? [If you want to add a virtual URL, you need to activate URL rewriting on your web server and enable Friendly URL option.] => If you want to add a virtual URL, you need to activate URL rewriting on your web server and enable Friendly URL option. [You can use this option if you want to create a store with a URL that doesn't exist on your server (e.g. if you want your store to be available with the URL www.example.com/my-store/shoes/, you have to set shoes/ in this field, assuming that my-store/ is your Physical URL).] => You can use this option if you want to create a store with a URL that doesn't exist on your server (e.g. if you want your store to be available with the URL www.example.com/my-store/shoes/, you have to set shoes/ in this field, assuming that my-store/ is your Physical URL). [URL rewriting must be activated on your server to use this feature.] => URL rewriting must be activated on your server to use this feature. [If you set this URL as the Main URL for the selected shop, all URLs set to this shop will be redirected to this URL (you can only have one Main URL per shop).] => If you set this URL as the Main URL for the selected shop, all URLs set to this shop will be redirected to this URL (you can only have one Main URL per shop). [Since the selected shop has no main URL, you have to set this URL as the Main URL.] => Since the selected shop has no main URL, you have to set this URL as the Main URL. [The selected shop already has a Main URL. Therefore, if you set this one as the Main URL, the older Main URL will be set as a regular URL.] => The selected shop already has a Main URL. Therefore, if you set this one as the Main URL, the older Main URL will be set as a regular URL. [This is the physical folder for your store on the web server. Leave this field empty if your store is installed on the root path. For instance, if your store is available at www.example.com/my-store/, you must input my-store/ in this field.] => This is the physical folder for your store on the web server. Leave this field empty if your store is installed on the root path. For instance, if your store is available at www.example.com/my-store/, you must input my-store/ in this field. [Warning: URL rewriting (e.g. mod_rewrite for Apache) seems to be disabled. If your Virtual URL doesn't work, please check with your hosting provider on how to activate URL rewriting.] => Warning: URL rewriting (e.g. mod_rewrite for Apache) seems to be disabled. If your Virtual URL doesn't work, please check with your hosting provider on how to activate URL rewriting. [Ignore this field if you don't use the Multistore tool. If you leave this field empty, the default shop will be used.] => Ignore this field if you don't use the Multistore tool. If you leave this field empty, the default shop will be used. [Enable Advanced Stock Management on product (0 = No, 1 = Yes)] => Enable Advanced Stock Management on product (0 = No, 1 = Yes) [Enable Advanced Stock Management on product (0 = No, 1 = Yes).] => Enable Advanced Stock Management on product (0 = No, 1 = Yes). [This will add directives to your .htaccess file, which should improve caching and compression.] => This will add directives to your .htaccess file, which should improve caching and compression. [Enable or disable debug mode.] => Enable or disable debug mode. [Enable or disable debug mode. Debug mode will enable extended error reporting, display the Symfony debug bar, and other features.] => Enable or disable debug mode. Debug mode will enable extended error reporting, display the Symfony debug bar, and other features. [Enable or disable debug profiling. Debug profiling will display performance-related information under each page and help find performance bottlenecks in your store.] => Enable or disable debug profiling. Debug profiling will display performance-related information under each page and help find performance bottlenecks in your store. [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.] => 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. [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.] => 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. [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.] => 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. [Choose "No" to disable Product Combinations.] => Choose "No" to disable Product Combinations. [You cannot set this parameter to No when combinations are already used by some of your products] => You cannot set this parameter to No when combinations are already used by some of your products [Choose "No" to disable Product Features.] => Choose "No" to disable Product Features. [Choose "No" to disable Customer Groups.] => Choose "No" to disable Customer Groups. [Should be enabled if you want to avoid to store the smarty cache on NFS.] => Should be enabled if you want to avoid to store the smarty cache on NFS. [Choose a stability level for the modules downloaded from PrestaShop Addons Marketplace. All zips pushed on the marketplace are in stable state unless stated otherwise.] => Choose a stability level for the modules downloaded from PrestaShop Addons Marketplace. All zips pushed on the marketplace are in stable state unless stated otherwise. [Check the IP address of the cookie in order to prevent your cookie from being stolen.] => Check the IP address of the cookie in order to prevent your cookie from being stolen. [Set the amount of hours during which the front office cookies are valid. After that amount of time, the customer will have to log in again.] => Set the amount of hours during which the front office cookies are valid. After that amount of time, the customer will have to log in again. [When you access your back office and decide to stay logged in, your cookies lifetime defines your browser session. Set here the number of hours during which you want them valid before logging in again.] => When you access your back office and decide to stay logged in, your cookies lifetime defines your browser session. Set here the number of hours during which you want them valid before logging in again. [Allows you to declare if your cookie should be restricted to a first-party or same-site context.] => Allows you to declare if your cookie should be restricted to a first-party or same-site context. [Set the maximum size allowed for attachment files (in megabytes). This value has to be lower than or equal to the maximum file upload allotted by your server (currently: %size% MB).] => Set the maximum size allowed for attachment files (in megabytes). This value has to be lower than or equal to the maximum file upload allotted by your server (currently: %size% MB). [Define the upload limit for a downloadable product (in megabytes). This value has to be lower or equal to the maximum file upload allotted by your server (currently: %size% MB).] => Define the upload limit for a downloadable product (in megabytes). This value has to be lower or equal to the maximum file upload allotted by your server (currently: %size% MB). [Define the upload limit for an image (in megabytes). This value has to be lower or equal to the maximum file upload allotted by your server (currently: %size% MB).] => Define the upload limit for an image (in megabytes). This value has to be lower or equal to the maximum file upload allotted by your server (currently: %size% MB). [Drop existing tables during import.] => Drop existing tables during import. [If enabled, the backup script will drop your tables prior to restoring data. (ie. "DROP TABLE IF EXISTS")] => If enabled, the backup script will drop your tables prior to restoring data. (ie. "DROP TABLE IF EXISTS") [A DKIM selector usually looks like 12345.domain. It must match the name of your DNS record.] => A DKIM selector usually looks like 12345.domain. It must match the name of your DNS record. [The private key starts with -----BEGIN RSA PRIVATE KEY-----.] => The private key starts with -----BEGIN RSA PRIVATE KEY-----. [Where customers send messages from the order page.] => Where customers send messages from the order page. [Enable DKIM, fill in the fields and give it a try. If no email is sent, check logs.] => Enable DKIM, fill in the fields and give it a try. If no email is sent, check logs. [Fully qualified domain name (keep this field empty if you don't know).] => Fully qualified domain name (keep this field empty if you don't know). [IP address or server name (e.g. smtp.mydomain.com).] => IP address or server name (e.g. smtp.mydomain.com). [Leave blank if not applicable.] => Leave blank if not applicable. [SSL does not seem to be available on your server.] => SSL does not seem to be available on your server. [Port number to use.] => Port number to use. [Allow or deny this employee's access to the Admin panel.] => Allow or deny this employee's access to the Admin panel. [Select the stores the employee is allowed to access.] => Select the stores the employee is allowed to access. [This page will be displayed just after login.] => This page will be displayed just after login. [Password should be at least %num% characters long.] => Password should be at least %num% characters long. [e.g. 1; Blouse; 129.90; 5] => e.g. 1; Blouse; 129.90; 5 [e.g. Blouse; red.jpg, blue.jpg, green.jpg; 129.90 ] => e.g. Blouse; red.jpg, blue.jpg, green.jpg; 129.90 [If enabled, the product's reference number MUST be unique!] => If enabled, the product's reference number MUST be unique! [Enable this option to keep your imported items’ ID number as is. Otherwise, PrestaShop will ignore them and create auto-incremented ID numbers.] => Enable this option to keep your imported items’ ID number as is. Otherwise, PrestaShop will ignore them and create auto-incremented ID numbers. [Receive an email when the import is complete. It can be useful when handling large files, as the import may take some time.] => Receive an email when the import is complete. It can be useful when handling large files, as the import may take some time. [Click on "None" to disable log alerts by email or enter the recipients of these emails in the following field.] => Click on "None" to disable log alerts by email or enter the recipients of these emails in the following field. [Log alerts will be sent to these emails. Please use a comma to separate them (e.g. [email protected], [email protected]).] => Log alerts will be sent to these emails. Please use a comma to separate them (e.g. [email protected], [email protected]). [Enabling multi-statements queries increases the risk of SQL injection vulnerabilities being exploited.] => Enabling multi-statements queries increases the risk of SQL injection vulnerabilities being exploited. [Back office pages require the use of a token. This protection can be disabled if needed.] => Back office pages require the use of a token. This protection can be disabled if needed. [Before activating the webservice, you must be sure to: ] => Before activating the webservice, you must be sure to: [Check that URL rewriting is available on this server.] => Check that URL rewriting is available on this server. [Check that the six methods GET, POST, PUT, PATCH, DELETE and HEAD are supported by this server.] => Check that the six methods GET, POST, PUT, PATCH, DELETE and HEAD are supported by this server. [Before choosing "Yes", check that PHP is not configured as an Apache module on your server.] => Before choosing "Yes", check that PHP is not configured as an Apache module on your server. [Quick description of the key: who it is for, what permissions it has, etc.] => Quick description of the key: who it is for, what permissions it has, etc. [How to restore a database backup in 10 easy steps] => How to restore a database backup in 10 easy steps [Set "Enable Shop" to "No" in the "Maintenance" page under the "Preferences" menu.] => Set "Enable Shop" to "No" in the "Maintenance" page under the "Preferences" menu. [Download the backup from the list below or from your FTP server (in the folder "admin/backups").] => Download the backup from the list below or from your FTP server (in the folder "admin/backups"). [Check the backup integrity: Look for errors, incomplete file, etc... Be sure to verify all of your data.] => Check the backup integrity: Look for errors, incomplete file, etc... Be sure to verify all of your data. [Please ask your hosting provider for "phpMyAdmin" access to your database.] => Please ask your hosting provider for "phpMyAdmin" access to your database. [Connect to "phpMyAdmin" and select your current database.] => Connect to "phpMyAdmin" and select your current database. [Unless you enabled the "Drop existing tables" option, you must delete all tables from your current database.] => Unless you enabled the "Drop existing tables" option, you must delete all tables from your current database. [At the top of the screen, please select the "Import" tab] => At the top of the screen, please select the "Import" tab [Click on the "%phpmyadmin_browse_label%" button and select the backup file from your hard drive.] => Click on the "%phpmyadmin_browse_label%" button and select the backup file from your hard drive. [Check the maximum filesize allowed (e.g. Max: 16MB)] => Check the maximum filesize allowed (e.g. Max: 16MB) [If your backup file exceeds this limit, contact your hosting provider for assistance. ] => If your backup file exceeds this limit, contact your hosting provider for assistance. [Click on the "%phpmyadmin_go_label%" button and please wait patiently for the import process to conclude. This may take several minutes.] => Click on the "%phpmyadmin_go_label%" button and please wait patiently for the import process to conclude. This may take several minutes. [You can read information on import at:] => You can read information on import at: [https://docs.prestashop-project.org/1.7-documentation/user-guide/configuring-shop/advanced-parameters/import] => https://docs.prestashop-project.org/1.7-documentation/user-guide/configuring-shop/advanced-parameters/import [Read more about the CSV format at:] => Read more about the CSV format at: [https://en.wikipedia.org/wiki/Comma-separated_values] => https://en.wikipedia.org/wiki/Comma-separated_values [Allowed formats: .csv, .xls, .xlsx, .xlst, .ods, .ots] => Allowed formats: .csv, .xls, .xlsx, .xlst, .ods, .ots [Only UTF-8 and ISO 8859-1 encodings are allowed] => Only UTF-8 and ISO 8859-1 encodings are allowed [You can also upload your file via FTP to the following directory: %s .] => You can also upload your file via FTP to the following directory: %s . [https://docs.prestashop-project.org/v.8-documentation/user-guide/configuring-shop/advanced-parameters/import] => https://docs.prestashop-project.org/v.8-documentation/user-guide/configuring-shop/advanced-parameters/import [Fill in the fields below to set up DKIM signing of outgoing emails. This will reduce the likelihood of your emails being marked as spam. You can get the data below from your server administrator or generate it yourself by using one of the freely available tools, such as dkimcore.org. Also, make sure that your server is registered as an authorized sender in your SPF record. ] => Fill in the fields below to set up DKIM signing of outgoing emails. This will reduce the likelihood of your emails being marked as spam. You can get the data below from your server administrator or generate it yourself by using one of the freely available tools, such as dkimcore.org. Also, make sure that your server is registered as an authorized sender in your SPF record. [Allow or disallow this employee to log in to the Admin panel.] => Allow or disallow this employee to log in to the Admin panel. [Select the shops the employee is allowed to access.] => Select the shops the employee is allowed to access. [This page will be displayed right after signing in.] => This page will be displayed right after signing in. [Informative only] => Informative only [Warning] => Warning [Error] => Error [Major issue (crash)!] => Major issue (crash)! [Severity levels] => Severity levels [How do I create a new SQL query?] => How do I create a new SQL query? [Click "%add_new_label%".] => Click "%add_new_label%". [Fill in the fields and click "%save_label%".] => Fill in the fields and click "%save_label%". [You can then view the query results by clicking on the "%view_label%" action in the dropdown menu] => You can then view the query results by clicking on the "%view_label%" action in the dropdown menu. [You can also export the query results as a CSV file by clicking on the "%export_label%" button] => You can also export the query results as a CSV file by clicking on the "%export_label%" button. [All outdated sessions will be automatically cleared after the first connection attempt, but you can do it manually now if needed.] => All outdated sessions will be automatically cleared after the first connection attempt, but you can do it manually now if needed. [Scores are integers from 0 to 4.] => Scores are integers from 0 to 4. [Notifications are numbered bubbles displayed at the very top of your back office, right next to the shop's name. They display the number of new items since you last clicked on them.] => Notifications are numbered bubbles displayed at the very top of your back office, right next to the shop's name. They display the number of new items since you last clicked on them. [This feature allows you to identify modules that might be causing bugs on your store. Disable all non-built-in modules (not listed in composer.json). Then, re-enable each module one by one and check that everything works properly before moving on to the next one.] => This feature allows you to identify modules that might be causing bugs on your store. Disable all non-built-in modules (not listed in composer.json). Then, re-enable each module one by one and check that everything works properly before moving on to the next one. [Some features can be disabled in order to improve performance.] => Some features can be disabled in order to improve performance. [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.7+. Otherwise, CCC will cause problems.] => 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.7+. Otherwise, CCC will cause problems. [Invalid] => Invalid [Okay] => Okay [Good] => Good [Fabulous] => Fabulous ) [AdminCatalogNotification] => Array ( [You must select some products before] => You must select some products before [You cannot set 0 or a negative position, the minimum is 1.] => You cannot set 0 or a negative position, the minimum is 1. [You cannot set a position greater than the total number of products in the category, starting at 1.] => You cannot set a position greater than the total number of products in the category, starting at 1. [Error on image caption: "%1s" is not a valid caption.] => Error on image caption: "%1s" is not a valid caption. [The discount was successfully generated.] => The discount was successfully generated. [The root category of the shop %shop% is not associated with the current shop. You can't access this page. Please change the root category of the shop.] => The root category of the shop %shop% is not associated with the current shop. You can't access this page. Please change the root category of the shop. [This will copy the images too. If you wish to proceed, click "%yes_label%". If not, click "%no_label%".] => This will copy the images too. If you wish to proceed, click "%yes_label%". If not, click "%no_label%". [You cannot update the available stock when it depends on stock.] => You cannot update the available stock when it depends on stock. [Incorrect Stock Manager class [%s]] => Incorrect Stock Manager class [%s] [Stock Manager class not found [%s]] => Stock Manager class not found [%s] [Failed to copy the file.] => Failed to copy the file. [An error occurred while updating the status for an object.] => An error occurred while updating the status for an object. [(cannot load object)] => (cannot load object) [The attribute value "%1$s" already exist for %2$s language] => The attribute value "%1$s" already exist for %2$s language [This feature has been disabled. You can activate it here: %link%.] => This feature has been disabled. You can activate it here: %link%. [Failed to delete the attribute.] => Failed to delete the attribute. [The "%s" restriction is checked, but no item is selected.] => The "%s" restriction is checked, but no item is selected. [The voucher cannot end before it begins.] => The voucher cannot end before it begins. [The minimum amount cannot be lower than zero.] => The minimum amount cannot be lower than zero. [Reduction percentage must be between 0% and 100%] => Reduction percentage must be between 0% and 100% [Reduction amount cannot be lower than zero.] => Reduction amount cannot be lower than zero. [This cart rule code is already used (conflict with cart rule %rulename%)] => This cart rule code is already used (conflict with cart rule %rulename%) [An action is required for this cart rule.] => An action is required for this cart rule. [No product has been found.] => No product has been found. [Product with required customization fields cannot be used as a gift.] => Product with required customization fields cannot be used as a gift. [Invalid product] => Invalid product [Invalid combination] => Invalid combination [An error occurred during the image upload process.] => An error occurred during the image upload process. [An order has already been placed with this cart.] => An order has already been placed with this cart. [This product cannot be added to the cart.] => This product cannot be added to the cart. [You already have the maximum quantity available for this product.] => You already have the maximum quantity available for this product. [Invalid voucher.] => Invalid voucher. [Invalid quantity] => Invalid quantity [There are not enough products in stock.] => There are not enough products in stock. [Cannot add image because product creation failed.] => Cannot add image because product creation failed. [Error while creating additional image] => Error while creating additional image [We were unable to associate this attachment to a product.] => We were unable to associate this attachment to a product. [An error occurred while saving product attachments.] => An error occurred while saving product attachments. [You cannot delete this product because there is physical stock left.] => You cannot delete this product because there is physical stock left. [You cannot change the product's cover image.] => You cannot change the product's cover image. [The image could not be found. ] => The image could not be found. [You cannot delete the product #%d because there is physical stock left.] => You cannot delete the product #%d because there is physical stock left. [The price attribute is required.] => The price attribute is required. [You must add at least one attribute.] => You must add at least one attribute. [This combination already exists.] => This combination already exists. [A product must be created before adding features.] => A product must be created before adding features. [Please specify priorities.] => Please specify priorities. [An error occurred while updating priorities.] => An error occurred while updating priorities. [An error occurred while setting priorities.] => An error occurred while setting priorities. [An error occurred while creating customization fields.] => An error occurred while creating customization fields. [An error occurred while updating customization fields.] => An error occurred while updating customization fields. [An error occurred while updating the custom configuration.] => An error occurred while updating the custom configuration. [The label fields defined are invalid.] => The label fields defined are invalid. [A product must be created before adding customization.] => A product must be created before adding customization. [The uploaded file exceeds the "Maximum size for a downloadable product" set in preferences (%1$dMB) or the post_max_size/ directive in php.ini (%2$dMB).] => The uploaded file exceeds the "Maximum size for a downloadable product" set in preferences (%1$dMB) or the post_max_size/ directive in php.ini (%2$dMB). [An error occurred while attempting to associate this image with your shop. ] => An error occurred while attempting to associate this image with your shop. [An error occurred while attempting to move this picture.] => An error occurred while attempting to move this picture. [An error occurred while attempting to update the cover picture.] => An error occurred while attempting to update the cover picture. [An error occurred while attempting to delete the product image.] => An error occurred while attempting to delete the product image. [Wrong IDs] => Wrong IDs [Invalid price/discount amount] => Invalid price/discount amount [Please select a discount type (amount or percentage).] => Please select a discount type (amount or percentage). [The from/to date is invalid.] => The from/to date is invalid. [The name for feature %1$s is too long in %2$s.] => The name for feature %1$s is too long in %2$s. [A valid name required for feature. %1$s in %2$s.] => A valid name required for feature. %1$s in %2$s. [An error occurred while adding tags.] => An error occurred while adding tags. [This %1$s field is required at least in %2$s] => This %1$s field is required at least in %2$s [The %1$s field is too long (%2$d chars max).] => The %1$s field is too long (%2$d chars max). [This %1$s field (%2$s) is too long: %3$d chars max (current count %4$d).] => This %1$s field (%2$s) is too long: %3$d chars max (current count %4$d). [An error occurred while attempting to delete previous tags.] => An error occurred while attempting to delete previous tags. [The selected currency is not valid] => The selected currency is not valid [An error occurred while copying image, the file does not exist anymore.] => An error occurred while copying image, the file does not exist anymore. [An error occurred while copying image, the file width is 0px.] => An error occurred while copying image, the file width is 0px. [An error occurred while copying image, check your memory limit.] => An error occurred while copying image, check your memory limit. [An error occurred while copying the image.] => An error occurred while copying the image. [You can't add product packs into a pack] => You can't add product packs into a pack [An error occurred while attempting to add products to the pack.] => An error occurred while attempting to add products to the pack. [An error occurred while updating the specific price.] => An error occurred while updating the specific price. [The specific price ID is invalid.] => The specific price ID is invalid. [An error occurred while attempting to delete the specific price.] => An error occurred while attempting to delete the specific price. [An attachment name is required.] => An attachment name is required. [This attachment was unable to be loaded into the database.] => This attachment was unable to be loaded into the database. [A specific price already exists for these parameters.] => A specific price already exists for these parameters. [You do not have permission to add suppliers.] => You do not have permission to add suppliers. [The address is not correct. Please make sure all of the required fields are completed.] => The address is not correct. Please make sure all of the required fields are completed. [It is not possible to delete a supplier if there are pending supplier orders.] => It is not possible to delete a supplier if there are pending supplier orders. [Could not delete #%i] => Could not delete #%i [Missing id_hook] => Missing id_hook [Missing block_name] => Missing block_name [Missing block_name value for language %s] => Missing block_name value for language %s [Missing %s value in custom[%s] for language %s] => Missing %s value in custom [%s] for language %s [It is not possible to delete a combination while it still has some quantities in the Advanced Stock Management. You must delete its stock first.] => It is not possible to delete a combination while it still has some quantities in the Advanced Stock Management. You must delete its stock first. [Error while deleting the stock] => Error while deleting the stock [Successful deletion] => Successful deletion [You cannot delete this attribute.] => You cannot delete this attribute. [Invalid 'to' date] => Invalid 'to' date [Invalid 'from' date] => Invalid 'from' date [Submitted reduction value (0-100) is out-of-range] => Submitted reduction value (0-100) is out-of-range [No reduction value has been submitted] => No reduction value has been submitted [Invalid date range] => Invalid date range [If they have no other category, I want to associate them with the parent category.] => If they have no other category, I want to associate them with the parent category. [If they have no other category, I want to associate them with the parent category and turn them offline.] => If they have no other category, I want to associate them with the parent category and turn them offline. [(Recommended)] => (Recommended) [If they have no other category, I want to delete them as well.] => If they have no other category, I want to delete them as well. [This file is associated with the following products. Are you sure you want to delete it?] => This file is associated with the following products. Are you sure you want to delete it? [Remember to properly edit all information after duplicating - including SEO information and friendly URL.] => Remember to properly edit all information after duplicating - including SEO information and friendly URL. [Product(s) successfully activated.] => Product(s) successfully activated. [Product(s) successfully deactivated.] => Product(s) successfully deactivated. [Product(s) successfully deleted.] => Product(s) successfully deleted. [Product(s) successfully duplicated.] => Product(s) successfully duplicated. [Products successfully sorted.] => Products successfully sorted. [Product successfully deleted.] => Product successfully deleted. [Product successfully duplicated.] => Product successfully duplicated. [Product successfully activated.] => Product successfully activated. [Product successfully deactivated.] => Product successfully deactivated. [To put this product online, please enter a name.] => To put this product online, please enter a name. [The product you are trying to access doesn't exist.] => The product you are trying to access doesn't exist. [Invalid description for %s language] => Invalid description for %s language [Upload error. Please check your server configurations for the maximum upload size allowed.] => Upload error. Please check your server configurations for the maximum upload size allowed. [An error occurred while uploading the image:] => An error occurred while uploading the image: [You cannot remove this category because one of your shops uses it as a root category.] => You cannot remove this category because one of your shops uses it as a root category. [An error occurred while creating the category.] => An error occurred while creating the category. [The root category of a shop cannot be edited.] => The root category of a shop cannot be edited. [An error occurred while editing the category.] => An error occurred while editing the category. [The display of your brands is enabled on your store. Go to %sShop Parameters > General%s to edit settings.] => The display of your brands is enabled on your store. Go to %sShop Parameters > General%s to edit settings. [The display of your brands is disabled on your store. Go to %sShop Parameters > General%s to edit settings.] => The display of your brands is disabled on your store. Go to %sShop Parameters > General%s to edit settings. [Unable to resize one or more of your pictures.] => Unable to resize one or more of your pictures. [Error for combination %combination_id%: %error_message%] => Error for combination %combination_id%: %error_message% [Error for product %product_id%: %error_message%] => Error for product %product_id%: %error_message% [When redirecting towards a product you must select a target product.] => When redirecting towards a product you must select a target product. [The display of your suppliers is enabled on your store. Go to %sShop Parameters > General%s to edit settings.] => The display of your suppliers is enabled on your store. Go to %sShop Parameters > General%s to edit settings. [The display of your suppliers is disabled on your store. Go to %sShop Parameters > General%s to edit settings.] => The display of your suppliers is disabled on your store. Go to %sShop Parameters > General%s to edit settings. [Product customization could not be found. Go to Catalog > Products to customize the product.] => Product customization could not be found. Go to Catalog > Products to customize the product. [Selected products were successfully canceled.] => Selected products were successfully canceled. [Cannot find specific price %price%] => Cannot find specific price %price% [This pack is empty. You must add at least one product item.] => This pack is empty. You must add at least one product item. [Duplicate product?] => Duplicate product? [Permanently delete this product?] => Permanently delete this product? [Change the product type] => Change the product type [Are you sure you want to change the product type?] => Are you sure you want to change the product type? [Change product type] => Change product type [Changing the product type will immediately save the product and refresh the page.] => Changing the product type will immediately save the product and refresh the page. [This will delete all combinations.] => This will delete all combinations. [This will delete the list of products in this pack.] => This will delete the list of products in this pack. [This will delete the associated virtual file.] => This will delete the associated virtual file. [This will reset the ecotax value and may impact your retail price (tax incl.).] => This will reset the ecotax value and may impact your retail price (tax incl.). [This will reset the stock of this product.] => This will reset the stock of this product. [Image replaced] => Image replaced [Are you sure you want to delete the selected image?|Are you sure you want to delete the %filesNb% selected images?] => Are you sure you want to delete the selected image?|Are you sure you want to delete the %filesNb% selected images? [Are you sure you want to delete the selected image?|Are you sure you want to delete the {filesNb} selected images?] => Are you sure you want to delete the selected image?|Are you sure you want to delete the {filesNb} selected images? [The file was successfully added.] => The file was successfully added. [This value is too long. It should have %limit% characters or less.] => This value is too long. It should have %limit% characters or less. [There is no result for this search. Update your filters to view other products.] => There is no result for this search. Update your filters to view other products. [Duplication in progress...] => Duplication in progress... [Duplication failed.] => Duplication failed. [Activation in progress...] => Activation in progress... [Activation failed.] => Activation failed. [Deactivation in progress...] => Deactivation in progress... [Deactivation failed.] => Deactivation failed. [Deletion in progress...] => Deletion in progress... [Deletion failed.] => Deletion failed. [Duplicating products] => Duplicating products [Duplicating...] => Duplicating... [Activating products] => Activating products [Activating...] => Activating... [Deactivating products] => Deactivating products [Deactivating...] => Deactivating... [Deleting products] => Deleting products [Deleting...] => Deleting... [You are in a multistore context: any modification will impact all your shops, or each shop of the active group.] => You are in a multistore context: any modification will impact all your stores or each store of the active group. [Friendly URLs are currently enabled.] => Friendly URLs are currently enabled. [To disable it, go to [1]SEO and URLs[/1]] => To disable it, go to [1]SEO and URLs[/1] [Friendly URLs are currently disabled.] => Friendly URLs are currently disabled. [To enable it, go to [1]SEO and URLs[/1]] => To enable it, go to [1]SEO and URLs[/1] [The "Force update of friendly URL" option is currently enabled.] => The "Force update of friendly URL" option is currently enabled. [To disable it, go to [1]Product Settings[/1]] => To disable it, go to [1]Product Settings[/1] [If no carrier is selected then all the carriers will be available for customers orders.] => If no carrier is selected then all the carriers will be available for customers orders. [When enabling advanced stock management for a pack, please make sure it is also enabled for its product(s) – if you choose to decrement product quantities.] => When enabling advanced stock management for a pack, please make sure it is also enabled for its product(s) – if you choose to decrement product quantities. [You can't add or edit a product in this shop context: select a shop instead of a group of shops.] => You can't add or edit a product in this store context: select a store instead of a group of stores. [This will delete all the combinations. Do you wish to proceed?] => This will delete all the combinations. Do you wish to proceed? [A pack of products can't have combinations.] => A pack of products can't have combinations. [A virtual product can't have combinations.] => A virtual product can't have combinations. [What do you want to do with the products associated with this category?] => What do you want to do with the products associated with this category? [Note that if they have another category, your products will logically remain associated with it.] => Note that if they have another category, your products will logically remain associated with it. [You have reached the limit (%s) of files to upload, please remove files to continue uploading] => You have reached the limit (%s) of files to upload, please remove files to continue uploading [This feature has been disabled. You can activate it here: %url%.] => This feature has been disabled. You can activate it here: %url%. [No address has been found for this brand.] => No address has been found for this brand. [This combination doesn't exist anymore] => This combination doesn't exist anymore. [Are you sure you want to delete selected combinations?] => Are you sure you want to delete selected combinations? [Discard changes?] => Discard changes? [All unsaved modifications made on the combination [1]%combinationName%[/1] will be lost.] => All unsaved modifications made on the combination [1]%combinationName%[/1] will be lost. [Are you sure you want to delete selected combinations from store "%store_name%"?] => Are you sure you want to delete selected combinations from store "%store_name%"? [Are you sure you want to delete selected combinations from all stores?] => Are you sure you want to delete selected combinations from all stores? [All unsaved modifications made on the combination [1]{combinationName}[/1] will be lost.] => All unsaved modifications made on the combination [1]{combinationName}[/1] will be lost. [This is the experimental product page.] => This is the experimental product page. [There is no attachment yet.] => There is no attachment yet. [No product matches your search. Try changing search terms.] => No product matches your search. Try changing search terms. [Stock successfully updated] => Stock successfully updated ) [ShopThemeGlobal] => Array ( [Undefined] => Undefined [Straight rows of keys are easy to guess] => Straight rows of keys are easy to guess [Short keyboard patterns are easy to guess] => Short keyboard patterns are easy to guess [Use a longer keyboard pattern with more turns] => Use a longer keyboard pattern with more turns [Repeats like "aaa" are easy to guess] => Repeats like "aaa" are easy to guess [Repeats like "abcabcabc" are only slightly harder to guess than "abc"] => Repeats like "abcabcabc" are only slightly harder to guess than "abc" [Sequences like abc or 6543 are easy to guess] => Sequences like "abc"or "6543" are easy to guess [Recent years are easy to guess] => Recent years are easy to guess [Dates are often easy to guess] => Dates are often easy to guess [This is a top-10 common password] => This is a top-10 common password [This is a top-100 common password] => This is a top-100 common password [This is a very common password] => This is a very common password [This is similar to a commonly used password] => This is similar to a commonly used password [A word by itself is easy to guess] => A word by itself is easy to guess [Names and surnames by themselves are easy to guess] => Names and surnames by themselves are easy to guess [Common names and surnames are easy to guess] => Common names and surnames are easy to guess [Use a few words, avoid common phrases] => Use a few words, avoid common phrases [No need for symbols, digits, or uppercase letters] => No need for symbols, digits, or uppercase letters [Avoid repeated words and characters] => Avoid repeated words and characters [Avoid sequences] => Avoid sequences [Avoid recent years] => Avoid recent years [Avoid years that are associated with you] => Avoid years that are associated with you [Avoid dates and years that are associated with you] => Avoid dates and years that are associated with you [Capitalization doesn't help very much] => Capitalization doesn't help very much [All-uppercase is almost as easy to guess as all-lowercase] => All-uppercase is almost as easy to guess as all-lowercase [Reversed words aren't much harder to guess] => Reversed words aren't much harder to guess [Predictable substitutions like '@' instead of 'a' don't help very much] => Predictable substitutions like "@" instead of "a" don't help very much [Add another word or two. Uncommon words are better.] => Add another word or two. Uncommon words are better. [Sequences like "abc" or "6543" are easy to guess] => Sequences like "abc" or "6543" are easy to guess. [Predictable substitutions like "@" instead of "a" don't help very much] => Predictable substitutions like "@" instead of "a" don't help very much. [Yes] => Yes [No] => No [None] => None [Very weak] => Very weak [Weak] => Weak [Average] => Average [Strong] => Strong [Very strong] => Very strong [Merchandise returns] => Merchandise returns [The page you are looking for was not found.] => The page you are looking for was not found. [Our Offers] => Our Offers [Log in] => Log in [Create new account] => Create new account [Monday] => Monday [Tuesday] => Tuesday [Wednesday] => Wednesday [Thursday] => Thursday [Friday] => Friday [Saturday] => Saturday [Sunday] => Sunday [Brands] => Brands [Home] => Home [Sort by:] => Sort by: [Close] => Close [Store information] => Store information [Addresses] => Addresses [Active filters] => Active filters [(no filter)] => (no filter) [(tax included)] => (tax included) [(tax excluded)] => (tax excluded) [(tax incl.)] => (tax incl.) [(tax excl.)] => (tax excl.) [Tax included] => Tax included [Tax excluded] => Tax excluded [New] => New [Contact us] => Contact us [Call us: [1]%phone%[/1]] => Call us: [1]%phone%[/1] [Call us:] => Call us: [Fax:] => Fax: [Email us:] => Email us: [Fax: [1]%fax%[/1]] => Fax: [1]%fax%[/1] [Currency:] => Currency: [Currency dropdown] => Currency dropdown [Get our latest news and special sales] => Get our latest news and special sales [Carousel container] => Carousel container [Carousel buttons] => Carousel buttons [Previous] => Previous [Next] => Next [Language:] => Language: [Language dropdown] => Language dropdown [%label%:] => %label%: [Sort by selection] => Sort by selection [%copyright% %year% - Ecommerce software by %prestashop%] => %copyright% %year% - Ecommerce software by %prestashop% [List of sub categories in %name%:] => List of sub categories in %name%: [List of pages in %category_name%:] => List of pages in %category_name%: [Sitemap] => Sitemap [Our stores] => Our stores [About and Contact] => About and Contact [Date] => Date [Status] => Status [You are not allowed to access this page.] => You are not allowed to access this page. [403 Forbidden] => 403 Forbidden [We'll be back soon.] => We'll be back soon. [This page could not be found] => This page could not be found [Try to search our catalog, you may find what you are looking for!] => Try to search our catalog, you may find what you are looking for! [You cannot access this store from your country. We apologize for the inconvenience.] => You cannot access this store from your country. We apologize for the inconvenience. ) [AdminPaymentFeature] => Array ( [Customer currency] => Customer currency [Shop default currency] => Shop default currency [Active payment] => Active payment [Currency restrictions] => Currency restrictions [Country restrictions] => Country restrictions [Group restrictions] => Group restrictions [Carrier restrictions] => Carrier restrictions ) [ModulesStatscheckupAdmin] => Array ( [Catalog evaluation] => Catalog evaluation [Enrich your stats, give your catalog a quick evaluation to better analyze your activity.] => Enrich your stats, give your catalog a quick evaluation to better analyze your activity. [Bad] => Bad [Average] => Average [Good] => Good [No product was found.] => No product was found. [Descriptions] => Descriptions [chars (without HTML)] => chars (without HTML) [orders / month] => orders / month [items] => items [Not enough] => Not enough [Alright] => Alright [Less than] => Less than [Greater than] => Greater than [Order by] => Order by [Desc.] => Desc. [Global] => Global ) [ModulesMailalertsAdmin] => Array ( [image(s)] => image(s) [Voucher code:] => Voucher code: ) [ModulesStatsbestvouchersAdmin] => Array ( [Empty recordset returned.] => Empty recordset returned. [Total used] => Total used [Best vouchers] => Best vouchers [Enrich your stats, add a list of the most used vouchers to the dashboard.] => Enrich your stats, add a list of the most used vouchers to the dashboard. ) [ShopThemeCategory] => Array ( [Subcategories] => Subcategories ) [ModulesWelcomeAdmin] => Array ( [Let's create your first product] => Let's create your first product [What do you want to tell about it? Think about what your customers want to know.] => What do you want to tell about it? Think about what your customers want to know. [Add clear and attractive information. Don't worry, you can edit it later :)] => Add clear and attractive information. Don't worry, you can edit it later :) [Give your product a catchy name.] => Give your product a catchy name. [Fill out the essential details in this tab. The other tabs are for more advanced information.] => Fill out the essential details in this tab. The other tabs are for more advanced information. [Add one or more pictures so your product looks tempting!] => Add one or more pictures so your product looks tempting! [How much do you want to sell it for?] => How much do you want to sell it for? [Yay! You just created your first product. Looks good, right?] => Yay! You just created your first product. Looks good, right? [Give your shop its own identity] => Give your shop its own identity [How do you want your shop to look? What makes it so special?] => How do you want your shop to look? What makes it so special? [Customize your theme or choose the best design from our theme catalog.] => Customize your theme or choose the best design from our theme catalog. [A good way to start is to add your own logo here!] => A good way to start is to add your own logo here! [If you want something really special, have a look at the theme catalog!] => If you want something really special, have a look at the theme catalog! [Get your shop ready for payments] => Get your shop ready for payments [How do you want your customers to pay you?] => How do you want your customers to pay you? [These payment methods are already available to your customers.] => These payment methods are already available to your customers. [Choose your shipping solutions] => Choose your shipping solutions [How do you want to deliver your products?] => How do you want to deliver your products? [Here are the shipping methods available on your shop today.] => Here are the shipping methods available on your shop today. [Skip this tutorial] => Skip this tutorial [Over to you!] => Over to you! [You've seen the essential, but there's a lot more to explore.] => You've seen the essential, but there's a lot more to explore. [Some ressources can help you go further:] => Some resources can help you go further: [Starter Guide] => Starter Guide [Forum] => Forum [Training] => Training [Video tutorial] => Video tutorial [I'm ready] => I'm ready [Welcome to your shop!] => Welcome to your shop! [Hi! My name is Preston and I'm here to show you around.] => Hi! My name is Preston and I'm here to show you around. [You will discover a few essential steps before you can launch your shop:] => You will discover a few essential steps before you can launch your shop: [Create your first product, customize your shop, configure shipping and payments...] => Create your first product, customize your shop, configure shipping and payments... [Let's get started!] => Let's get started! [Later] => Later [Start] => Start [Launch your shop!] => Launch your shop! [Resume] => Resume [Stop the OnBoarding] => Stop the OnBoarding [Continue] => Continue [Hey! Are you lost?] => Hey! Are you lost? [To continue, click here:] => To continue, click here: [If you want to stop the tutorial for good, click here:] => If you want to stop the tutorial for good, click here: [Quit the Welcome tutorial] => Quit the Welcome tutorial [Step] => Step [Next] => Next [Welcome] => Welcome [Sell your first product quicker than you would have expected with our nice onboarding process.] => Sell your first product quicker than you would have expected with our nice onboarding process. ) [ShopFormsHelp] => Array ( [DD] => DD [MM] => MM [YYYY] => YYYY [Only letters and the dot (.) character, followed by a space, are allowed.] => Only letters and the dot (.) character, followed by a space, are allowed. [(E.g.: %date_format%)] => (E.g.: %date_format%) [Your password length must be between %d and %d] => Your password length must be between %d and %d [Customer password is too weak] => Customer password is too weak [[email protected]] => [email protected] [Select reference] => Select reference [optional] => optional [How can we help?] => How can we help? [Password input] => Password input [Don't forget to save your customization to be able to add to cart] => Don't forget to save your customization to be able to add to cart [Your message here] => Your message here [250 char. max] => 250 char. max [No selected file] => No selected file ) [AdminPaymentNotification] => Array ( [You have more than one shop and must select one to configure payment.] => You have more than one shop and must select one to configure payment. [No currency mode for payment module] => No currency mode for payment module [Cart cannot be loaded or an order has already been placed using this cart] => Cart cannot be loaded or an order has already been placed using this cart [The cart rule named "%1s" (ID %2s) used in this cart is not valid and has been withdrawn from cart] => The cart rule named "%1s" (ID %2s) used in this cart is not valid and has been withdrawn from cart [Order creation failed] => Order creation failed [Warning: the secure key is empty, check your payment account before validation] => Warning: the secure key is empty, check your payment account before validation [An error occurred while saving message] => An error occurred while saving message [No carrier] => No carrier [%d image(s)] => %d image(s) [We recommend providing at least two different payment methods. Only one payment method could be problematic if this option cannot be used by a customer because it will prevent him/her from ordering.] => We recommend providing at least two different payment methods. Only one payment method could be problematic if this option cannot be used by a customer because it will prevent him/her from ordering. [No payment module installed] => No payment module installed ) [ModulesBlockwishlistShop] => Array ( [You aren't logged in] => You aren't logged in [Unknown action] => Unknown action [There was an error adding the product] => There was an error adding the product [There was an error while adding the product attributes] => There was an error while adding the product attributes [Product added] => Product added [The list name is invalid.] => The list name is invalid. [The list has been properly created] => The list has been properly created [Error saving the new list] => Error saving the new list [Missing name parameter] => Missing name parameter [The list name is invalid] => The list name is invalid. [List has been renamed] => List has been renamed [List could not be renamed] => List could not be renamed [List has been removed] => List has been removed [List deletion was unsuccessful] => List deletion was unsuccessful [Product successfully removed] => Product successfully removed [Unable to remove product from list] => Unable to remove product from list [Product successfully updated] => Product successfully updated [Unable to update product from wishlist] => Unable to update product from wishlist [Request is missing one or multiple parameters] => Request is missing one or multiple parameters [Product added to cart] => Product added to cart [Error when adding product to cart] => Error when adding product to cart [You're not allowed to manage this list.] => You're not allowed to manage this list. [You do not have access to this wishlist.] => You do not have access to this wishlist. [WishList: %wishlist_name%] => WishList: %wishlist_name% [Add to wishlist] => Add to wishlist [No list found.] => No list found. [Create wishlist] => Create wishlist [Add name] => Add name [List title is too short] => List title is too short [Remove product from wishlist] => Remove product from wishlist [Delete wishlist] => Delete wishlist [The product will be removed from "%nameofthewishlist%".] => The product will be removed from "%nameofthewishlist%". [Remove] => Remove [Delete] => Delete [Cancel] => Cancel [Sign in] => Sign in [You need to be logged in to save products in your wishlist.] => You need to be logged in to save products in your wishlist. [Wishlist name] => Wishlist name [Rename wishlist] => Rename wishlist [Share wishlist] => Share wishlist [Copied!] => Copied! [Share link] => Share link [Copy text] => Copy text [Showing %min% - %max% of %total% item(s)] => Showing %min% - %max% of %total% item(s) [Previous] => Previous [Next] => Next [Wishlist name modified!] => Wishlist name modified! [Product added to wishlist!] => Product added to wishlist! [Wishlist created!] => Wishlist created! [Wishlist deleted!] => Wishlist deleted! [Share link copied!] => Share link copied! [Product deleted!] => Product deleted! [No wishlist found.] => No wishlist found. [Rename] => Rename [Share] => Share [Return to your account] => Return to your account [Last added] => Last added [Customize] => Customize [No products found] => No products found [Return to wishlists] => Return to wishlists ) [AdminNotificationsWarning] => Array ( [No module has been installed.] => No module has been installed. [Are you sure?] => Are you sure? [Invalid security token] => Invalid security token [I understand the risks and I really want to display this page] => I understand the risks and I really want to display this page [Take me out of here!] => Take me out of here! [Delete selected items?] => Delete selected items? [Are you sure you want to uninstall this module?] => Are you sure you want to uninstall this module? [Delete selected item?] => Delete selected item? [Invalid configuration] => Invalid configuration. [You cannot change the value of this configuration field in the context of this shop.] => You cannot change the value of this configuration field in the context of this shop. [Please select theme's import source.] => Please select theme's import source. [You can't change the value of this configuration field in this store's context.] => You can't change the value of this configuration field in this store's context. [Delete selected item from current store?] => Delete selected item from current store? [Delete selected item from all stores?] => Delete selected item from all stores? [Delete item] => Delete item [You can't change the value of this configuration field in the context of this shop.] => You can't change the value of this configuration field in the context of this shop. [Since December 30, 2019, you need to register for a [1]MaxMind[/1] account to get a license key to be able to download the geolocation data. Once downloaded, extract the data using Winrar or Gzip into the /app/Resources/geoip/ directory.] => Since December 30, 2019, you need to register for a [1]MaxMind[/1] account to get a license key to be able to download the geolocation data. Once downloaded, extract the data using Winrar or Gzip into the /app/Resources/geoip/ directory. [Are you sure you want to delete this item?] => Are you sure you want to delete this item? [Warning] => Warning [Leave anyway] => Leave anyway [Your modifications are not saved yet. Do you wish to save it before leaving?] => Your modifications are not saved yet. Do you wish to save it before leaving? ) [ShopPdf] => Array ( [: ] => : [Delivery] => Delivery [Invoice] => Invoice [%taxrate%%space%%] => %taxrate%%space%% [Order return] => Order return [Credit slip] => Credit slip [Supply order form] => Supply order form [TE: Tax excluded] => TE: Tax excluded [TI: Tax included] => TI: Tax included [No payment] => No payment [Product] => Product [%s:] => %s: [image(s):] => image(s): [Reference] => Reference [Qty] => Qty [Carrier] => Carrier [Order Reference] => Order Reference [Order date] => Order date [An electronic version of this invoice is available in your account. To access it, log in to our website using your e-mail address and password (which you created when placing your first order).] => An electronic version of this invoice is available in your account. To access it, log in to our website using your e-mail address and password (which you created when placing your first order). [For more assistance, contact Support:] => For more assistance, contact Support: [Tel: %s] => Tel: %s [Fax: %s] => Fax: %s [Delivery Address] => Delivery Address [Billing Address] => Billing Address [Delivery address] => Delivery address [Billing address] => Billing address [Note] => Note [Payment Method] => Payment Method [(Tax excl.)] => (Tax excl.) [Unit Price] => Unit Price [ecotax: %s] => Ecotax: %s [Discounts] => Discounts [Base price] => Base price [Total] => Total [Invoice Number] => Invoice Number [Invoice Date] => Invoice Date [VAT Number] => VAT Number [Exempt of VAT according to section 259B of the General Tax Code.] => Exempt of VAT according to section 259B of the General Tax Code. [Tax Detail] => Tax Detail [Products] => Products [Shipping] => Shipping [Ecotax] => Ecotax [Wrapping] => Wrapping [Total Tax] => Total Tax [Total Products] => Total Products [Total Discounts] => Total Discounts [Shipping Costs] => Shipping Costs [Free Shipping] => Free Shipping [Wrapping Costs] => Wrapping Costs [Total (Tax excl.)] => Total (Tax excl.) [Billing & Delivery Address] => Billing & Delivery Address [If the following conditions are not met, we reserve the right to refuse your package and/or refund:] => If the following conditions are not met, we reserve the right to refuse your package and/or refund: [Please include this return reference on your return package:] => Please include this return reference on your return package: [All products must be returned in their original package and condition, unused and without damage.] => All products must be returned in their original package and condition, unused and without damage. [Please print out this document and slip it into your package.] => Please print out this document and slip it into your package. [The package should be sent to the following address:] => The package should be sent to the following address: [Upon receiving your package, we will notify you by e-mail. We will then begin processing the refund, if applicable. Let us know if you have any questions] => Upon receiving your package, we will notify you by email. We will then begin processing the refund, if applicable. Let us know if you have any questions [Items to be returned] => Items to be returned [We have logged your return request.] => We have logged your return request. [Your package must be returned to us within] => Your package must be returned to us within [days of receiving your order.] => days of receiving your order. [Return Number] => Return Number [Date] => Date [Payment method] => Payment method [Product / Reference] => Product / Reference [Unit price] => Unit price [(Tax Excl.)] => (Tax Excl.) [(Tax Incl.)] => (Tax Incl.) [Price] => Price [No details] => No details [image(s)] => image(s) [Shipping (Tax Excl.)] => Shipping (Tax Excl.) [Shipping (Tax Incl.)] => Shipping (Tax Incl.) [Product Total (Tax Excl.)] => Product Total (Tax Excl.) [Product Total (Tax Incl.)] => Product Total (Tax Incl.) [Product Total] => Product Total [Total (Tax Excl.)] => Total (Tax Excl.) [Total (Tax Incl.)] => Total (Tax Incl.) [Products ordered:] => Products ordered: [Designation] => Designation [Unit Price TE] => Unit Price TE [Before discount] => Before discount [Discount Rate] => Discount Rate [After discount] => After discount [Tax rate] => Tax rate [Total TE] => Total TE [Total TI] => Total TI [Tax Rate] => Tax Rate [No taxes] => No taxes [Taxes:] => Taxes: [Base TE] => Base TE [Tax Value] => Tax Value [Summary:] => Summary: [(Before discount)] => (Before discount) [Order Discount] => Order Discount [(After discount)] => (After discount) [Tax value] => Tax value [Total to pay] => Total to pay ) [ShopNotificationsSuccess] => Array ( [Address successfully deleted.] => Address successfully deleted. [Address successfully updated.] => Address successfully updated. [Address successfully added.] => Address successfully added. [Your guest account has been successfully transformed into a customer account. You can now log in as a registered shopper.] => Your guest account has been successfully transformed into a customer account. You can now log in as a registered shopper. [Information successfully updated.] => Information successfully updated. [Message successfully sent] => Message successfully sent [If this email address has been registered in our shop, you will receive a link to reset your password at %email%.] => If this email address has been registered in our shop, you will receive a link to reset your password at %email%. [Your password has been successfully reset and a confirmation has been sent to your email address: %s] => Your password has been successfully reset and a confirmation has been sent to your email address: %s [If this email address has been registered in our store, you will receive a link to reset your password at %email%.] => If this email address has been registered in our store, you will receive a link to reset your password at %email%. [No addresses are available.] => No addresses are available. ) [ModulesBrandlistAdmin] => Array ( [Brand list] => Brand list [Display your brands on your catalog and allow your visitors to filter their search by brand.] => Display your brands on your catalog and allow your visitors to filter their search by brand. [There is an invalid number of elements.] => There is an invalid number of elements. [Please activate at least one system list.] => Please activate at least one system list. [Type of display] => Type of display [Use a plain-text list] => Use a plain-text list [Use a drop-down list] => Use a drop-down list [Number of elements to display] => Number of elements to display [Only apply in plain-text mode] => Only apply in plain-text mode ) [ModulesFeaturedproductsShop] => Array ( [Our Products] => Our Products [All products] => All products ) [ModulesSupplierlistAdmin] => Array ( [Supplier list] => Supplier list [Display your suppliers on your catalog and allow visitors to filter their search by supplier.] => Display your suppliers on your catalog and allow visitors to filter their search by supplier. [Invalid number of elements.] => Invalid number of elements. [Please activate at least one type of list.] => Please activate at least one type of list. [Type of display] => Type of display [Use a plain-text list] => Use a plain-text list [Use a drop-down list] => Use a drop-down list [Number of elements to display] => Number of elements to display [Only apply in plain-text mode] => Only apply in plain-text mode ) [AdminModulesNotification] => Array ( [Activate module for this shop context: %s.] => Activate module for this shop context: %s. [Would you like to delete the content related to this module ?] => Would you like to delete the content related to this module ? [Confirm reset] => Confirm reset [No - reset only the parameters] => No - reset only the parameters [Yes - reset everything] => Yes - reset everything [Please specify module URL] => Please specify module URL [The module was successfully downloaded.] => The module was successfully downloaded. [Module(s) installed successfully.] => Module(s) installed successfully. [Module(s) uninstalled successfully.] => Module(s) uninstalled successfully. [Module reset successfully.] => Module reset successfully. [Module deleted successfully.] => Module deleted successfully. [Successfully signed in to PrestaShop Addons.] => Successfully signed in to PrestaShop Addons. [The module transplanted successfully to the hook.] => The module transplanted successfully to the hook. [The module was successfully removed from the hook.] => The module was successfully removed from the hook. [Unable to install the module (Module name is not valid).] => Unable to install the module (Module name is not valid). [The version of your module is not compliant with your PrestaShop version.] => The version of your module is not compliant with your PrestaShop version. [Before installing this module, you have to install this/these module(s) first:] => Before installing this module, you have to install this/these module(s) first: [This module has already been installed.] => This module has already been installed. [Could not install module controllers.] => Could not install module controllers. [Technical error: PrestaShop could not install this module.] => Technical error: PrestaShop could not install this module. [Current version: %s] => Current version: %s [%d file upgrade applied] => %d file upgrade applied [No upgrade has been applied] => No upgrade has been applied [Upgraded from: %s to %s] => Upgraded from: %s to %s [%d upgrade left] => %d upgrade left [Module %s cannot be upgraded this time: please refresh this page to update it.] => Module %s cannot be upgraded this time: please refresh this page to update it. [To prevent any problem, this module has been turned off] => To prevent any problem, this module has been turned off [The module is not installed.] => The module is not installed. [Unable to install override: %s] => Unable to install override: %s [%1$s is not a valid module name.] => %1$s is not a valid module name. [All modules cannot be loaded due to memory limit restrictions, please increase your memory_limit value on your server configuration] => All modules cannot be loaded due to memory limit restrictions, please increase your memory_limit value on your server configuration [%s could not be loaded.] => %s could not be loaded. [Error found in config file:] => Error found in config file: [%1$s (parse error in %2$s)] => %1$s (parse error in %2$s) [%1$s (class missing in %2$s)] => %1$s (class missing in %2$s) [The following module(s) could not be loaded] => The following module(s) could not be loaded [No template found for module] => No template found for module [The method %1$s in the class %2$s is already overridden by the module %3$s version %4$s at %5$s.] => The method %1$s in the class %2$s is already overridden by the module %3$s version %4$s at %5$s. [The method %1$s in the class %2$s is already overridden.] => The method %1$s in the class %2$s is already overridden. [Failed to override method %1$s in class %2$s.] => Failed to override method %1$s in class %2$s. [The property %1$s in the class %2$s is already defined.] => The property %1$s in the class %2$s is already defined. [Failed to override property %1$s in class %2$s.] => Failed to override property %1$s in class %2$s. [The constant %1$s in the class %2$s is already defined.] => The constant %1$s in the class %2$s is already defined. [Failed to override constant %1$s in class %2$s.] => Failed to override constant %1$s in class %2$s. [No graph engine selected] => No graph engine selected [Graph engine selected is unavailable.] => Graph engine selected is unavailable. [No grid engine selected] => No grid engine selected [Grid engine selected is unavailable.] => Grid engine selected is unavailable. [Unknown archive type.] => Unknown archive type. [There was an error while extracting the module (file may be corrupted).] => There was an error while extracting the module (file may be corrupted). [The module %1$s that you uploaded is not a valid module.] => The module %1$s that you uploaded is not a valid module. [You do not have the permission to use this module.] => You do not have the permission to use this module. [Cannot reset this module.] => Cannot reset this module. [Cannot install this module.] => Cannot install this module. [Cannot uninstall this module.] => Cannot uninstall this module. [Cannot load the module's object.] => Cannot load the module's object. [An error occurred while copying the archive to the module directory.] => An error occurred while copying the archive to the module directory. [Sorry, the module cannot be deleted. Please check if you have the right permissions on this folder.] => Sorry, the module cannot be deleted. Please check if you have the right permissions on this folder. [You do not have permission to access this module.] => You do not have permission to access this module. [You do not have permission to install this module.] => You do not have permission to install this module. [You do not have permission to delete this module.] => You do not have permission to delete this module. [You do not have permission to configure this module.] => You do not have permission to configure this module. [This module is already installed: %s.] => This module is already installed: %s. [This module has already been uninstalled: %s.] => This module has already been uninstalled: %s. [This module needs to be installed in order to be updated: %s.] => This module needs to be installed in order to be updated: %s. [You do not have permission to uninstall this module.] => You do not have permission to uninstall this module. [The following module(s) could not be uninstalled properly: %s.] => The following module(s) could not be uninstalled properly: %s. [The following module(s) could not be installed properly: %s.] => The following module(s) could not be installed properly: %s. [This module has already been transplanted to this hook.] => This module has already been transplanted to this hook. [This module cannot be transplanted to this hook.] => This module cannot be transplanted to this hook. [An error occurred while transplanting the module to its hook.] => An error occurred while transplanting the module to its hook. [Please select a module to unhook.] => Please select a module to unhook. [This module cannot be loaded.] => This module cannot be loaded. [Hook cannot be loaded.] => Hook cannot be loaded. [An error occurred while deleting the module from its hook.] => An error occurred while deleting the module from its hook. [Parse error detected in main class of module %module%: %parse_error%] => Parse error detected in main class of module %module%: %parse_error% [Error while loading file of module %module%. %error_message%] => Error while loading file of module %module%: %error_message% [Failed to install admin tab "%name%".] => Failed to install admin tab "%name%". [Failed to uninstall admin tab "%name%".] => Failed to uninstall admin tab "%name%". [You are not allowed to install modules.] => You are not allowed to install modules. [You are not allowed to uninstall the module %module%.] => You are not allowed to uninstall the module %module%. [You are not allowed to upgrade the module %module%.] => You are not allowed to upgrade the module %module%. [You are not allowed to enable the module %module%.] => You are not allowed to enable the module %module%. [You are not allowed to disable the module %module%.] => You are not allowed to disable the module %module%. [You are not allowed to enable the module %module% on mobile.] => You are not allowed to enable the module %module% on mobile. [You are not allowed to disable the module %module% on mobile.] => You are not allowed to disable the module %module% on mobile. [You are not allowed to reset the module %module%.] => You are not allowed to reset the module %module%. [Unfortunately, the module did not return additional details.] => Unfortunately, the module did not return additional details. [The module is invalid and cannot be loaded.] => The module is invalid and cannot be loaded. [The module %module% must be installed first] => The module %module% must be installed first [You are not allowed to delete the module %module%.] => You are not allowed to delete the module %module%. [This file does not seem to be a valid module zip] => This file does not seem to be a valid module zip [Cannot extract module in %path%. %error%] => Cannot extract module in %path%. %error% [Unknown module action. It must be one of these values: %actions%] => Unknown module action. It must be one of these values: %actions% [Validation of configuration details failed:] => Validation of configuration details failed: [Configuration successfully applied.] => Configuration successfully applied. [Cannot %action% module %module%. %error_details%] => Cannot %action% module %module%. %error_details% [%action% action on module %module% succeeded.] => %action% action on module %module% succeeded. [%module% did not return a valid response on installation.] => %module% did not return a valid response on installation. [Installation of module %module% was successful.] => Installation of module %module% was successful. [Installation of module %module% failed. %error%] => Installation of module %module% failed. %error% [Impossible to install form source] => Impossible to install from source [Impossible to install from source] => Impossible to install from source [No changelog provided] => No changelog provided [You are about to disable %moduleName% module.] => You are about to disable %moduleName% module. [Your current settings will be saved, but the module will no longer be active.] => Your current settings will be saved, but the module will no longer be active. [You are about to uninstall %moduleName% module.] => You are about to uninstall %moduleName% module. [This will disable the module and delete all its files. For good.] => This will definitely disable the module and delete all its files. [This action cannot be undone.] => This action cannot be undone. [You're about to reset %moduleName% module.] => You're about to reset %moduleName% module. [This will restore the defaults settings.] => This will restore the defaults settings. [You are about to [1] the following modules:] => You are about to [1] the following modules: [Installing module...] => Installing module... [It will close as soon as the module is installed. It won't be long!] => It will close as soon as the module is installed. It won't be long! [Module installed!] => Module installed! [Oops... Upload failed.] => Oops... Upload failed. [No description found for this module :(] => No detailed informations available for this module :( [No additional description provided for this module :(] => No additional description provided for this module :( [No feature list provided for this module :(] => No feature list available for this module :( [No customer benefits notes found for this module :(] => No customer benefits notes found for this module :( [No demonstration video found for this module :(] => No demonstration video found for this module :( [No changelog provided for this module :(] => No changelog provided for this module :( [You need to select at least one module to use the bulk action.] => You need to select at least one module to use the bulk action. [The action "[1]" is not available, impossible to perform your request.] => The action "[1]" is not available, impossible to perform your request. [The action [1] is not available for module [2]. Skipped.] => The action [1] is not available for module [2]. Skipped. [Are you sure you want to upgrade this module?] => Are you sure you want to upgrade this module? [Are you sure you want to upgrade these modules?] => Are you sure you want to upgrade these modules? [We strongly advise you to upgrade the modules on maintenance mode to avoid any cache issues.] => We strongly advise you to upgrade the modules on maintenance mode to avoid any cache issues. [An action is already in progress. Please wait for it to finish.] => An action is already in progress. Please wait for it to finish. ) [ModulesBlockwishlistAdmin] => Array ( [Wishlist] => Wishlist [Allow customers to create wishlists to save their favorite products for later.] => Allow customers to create wishlists to save their favorite products for later. [My wishlists] => My wishlists [My wishlist] => My wishlist [Create new list] => Create new list [All Time Statistics] => All Time Statistics [Product] => Product [Reference] => Reference [Combination] => Combination [Category] => Category [Price (tax excl.)] => Price (tax excl.) [Available Qty] => Available Qty [Conversion rate] => Conversion rate [Current Day Statistics] => Current Day Statistics [Current Month Statistics] => Current Month Statistics [Current Year Statistics] => Current Year Statistics [Wording] => Wording [Save] => Save [You need to choose a specific shop to display the top 10 most added products] => You need to choose a specific shop to display the top 10 most added products. [Top 10 most added products] => Top 10 most added products [Refresh] => Refresh ) [AdminNavigationNotification] => Array ( [Your shop is in debug mode.] => Your shop is in debug mode. [Your shop is in maintenance.] => Your shop is in maintenance. [Your visitors and customers cannot access your shop while in maintenance mode.%s To manage the maintenance settings, go to Shop Parameters > Maintenance tab.] => Your visitors and customers cannot access your shop while in maintenance mode.%s To manage the maintenance settings, go to Shop Parameters > Maintenance tab. [No new order for now :(] => No new order for now :( [No new customer for now :(] => No new customer for now :( [No new message for now.] => No new message for now. [registered] => registered [Orders[1][/1]] => Orders[1][/1] [Customers[1][/1]] => Customers[1][/1] [Messages[1][/1]] => Messages[1][/1] [from] => from [All the PHP errors and messages are displayed. When you no longer need it, [1]turn off[/1] this mode.] => All the PHP errors and messages are displayed. When you no longer need it, [1]turn off[/1] this mode. [Your store is in debug mode.] => Your store is in debug mode. [Your store is in maintenance mode.] => Your store is in maintenance mode. [Your visitors and customers cannot access your store while in maintenance mode.] => Your visitors and customers cannot access your store while in maintenance mode. [To manage the maintenance settings, go to Shop Parameters > General > Maintenance tab.] => To manage the maintenance settings, go to Shop Parameters > General > Maintenance tab. [Admins can access the store front office without storing their IP.] => Admins can access the store front office without storing their IP. [Have you checked your [1][2]abandoned carts[/2][/1]?[3]Your next order could be hiding there!] => Have you checked your [1][2]abandoned carts[/2][/1]?[3]Your next order could be hiding there! [Are you active on social media these days?] => Are you active on social media these days? [Seems like all your customers are happy :)] => Seems like all your customers are happy :) [An error occurred while updating new window property.] => An error occurred while updating new window property. [An error occurred while updating the new window property for this object.] => An error occurred while updating the new window property for this object. ) [ShopNotificationsError] => Array ( [This voucher is disabled] => This voucher is disabled [This voucher has already been used] => This voucher has already been used [This voucher is not valid yet] => This voucher is not valid yet [This voucher has expired] => This voucher has expired [You cannot use this voucher anymore (usage limit reached)] => You cannot use this voucher anymore (usage limit reached) [You cannot use this voucher] => You cannot use this voucher [You must choose a delivery address before applying this voucher to your order] => You must choose a delivery address before applying this voucher to your order [You cannot use this voucher in your country of delivery] => You cannot use this voucher in your country of delivery [You must choose a carrier before applying this voucher to your order] => You must choose a carrier before applying this voucher to your order [You cannot use this voucher with this carrier] => You cannot use this voucher with this carrier [You cannot use this voucher on products on sale] => You cannot use this voucher on products on sale [Please log in first] => Please log in first [The minimum amount to benefit from this promo code is %s.] => The minimum amount to benefit from this promo code is %s. [This voucher is already in your cart] => This voucher is already in your cart [This voucher is not combinable with an other voucher already in your cart: %s] => This voucher is not combinable with an other voucher already in your cart: %s [Cart is empty] => Cart is empty [You cannot use this voucher because it has manually been removed.] => You cannot use this voucher because it has manually been removed. [You cannot use this voucher in an empty cart] => You cannot use this voucher in an empty cart [You cannot use this voucher with these products] => You cannot use this voucher with these products [This cart has expired.] => This cart has expired. [This cart was already used in an order and has expired.] => This cart was already used in an order and has expired. [The email is already used, please choose another one or sign in] => The email is already used, please choose another one or sign in [Your account isn't available at this time, please contact us] => Your account isn't available at this time, please contact us [Authentication failed.] => Authentication failed. [Invalid email/password combination] => Invalid email/password combination [There seems to be an issue with your account, please contact support] => There seems to be an issue with your account, please contact support [An account was already registered with this email address] => An account was already registered with this email address [Password is required] => Password is required [The %1$s field is too long (%2$d chars max).] => The %1$s field is too long (%2$d chars max). [%s is required.] => %s is required. [is invalid.] => is invalid. [Could not delete address.] => Could not delete address. [Please fix the error below.] => Please fix the error below. [Could not delete the address since it is used in the shopping cart.] => Could not delete the address since it is used in the shopping cart. [The customer could not be found.] => The customer could not be found. [You must enter a voucher code.] => You must enter a voucher code. [The voucher code is invalid.] => The voucher code is invalid. [This voucher does not exist.] => This voucher does not exist. [You must add %quantity% minimum quantity] => You must add %quantity% minimum quantity [Null quantity.] => Null quantity. [Product not found] => Product not found [This product (%product%) is no longer available.] => This product (%product%) is no longer available. [The product is no longer available in this quantity.] => The product is no longer available in this quantity. [The minimum purchase order quantity for the product %product% is %quantity%.] => The minimum purchase order quantity for the product %product% is %quantity%. [Please fill in all of the required fields, and then save your customizations.] => Please fill in all of the required fields, and then save your customizations. [You already have the maximum quantity available for this product.] => You already have the maximum quantity available for this product. [The item %product% in your cart is now a product with attributes. Please delete it and choose one of its combinations to proceed with your order.] => The item %product% in your cart is now a product with attributes. Please delete it and choose one of its combinations to proceed with your order. [%product% is no longer available in this quantity. You cannot proceed with your order until the quantity is adjusted.] => %product% is no longer available in this quantity. You cannot proceed with your order until the quantity is adjusted. [The available purchase order quantity for this product is %quantity%.] => The available purchase order quantity for this product is %quantity%. [You can only buy %quantity% "%product%". Please adjust the quantity in your cart to continue.] => You can only buy %quantity% "%product%". Please adjust the quantity in your cart to continue. [Invalid key.] => Invalid key. [This product does not exist in our store.] => This product does not exist in our store. [This product has been deleted.] => This product has been deleted. [This file no longer exists.] => This file no longer exists. [This product has been refunded.] => This product has been refunded. [The product deadline is in the past.] => The product deadline is in the past. [The product expiration date has passed, preventing you from download this product.] => The product expiration date has passed, preventing you from download this product. [Expiration date has passed, you cannot download this product.] => Expiration date has passed, you cannot download this product. [You have reached the maximum number of downloads allowed.] => You have reached the maximum number of downloads allowed. [Please provide the required information] => Please provide the required information [We couldn't find your order with the information provided, please try again] => We couldn't find your order with the information provided, please try again [An unexpected error occurred while creating your account.] => An unexpected error occurred while creating your account. [Could not update your information, please check your data.] => Could not update your information, please check your data. [Password must be between %d and %d characters long] => Password must be between %d and %d characters long [The minimum score must be: %s] => The minimum score must be: %s [Sorry. We cannot renew your order.] => Sorry. We cannot renew your order. [Some items are no longer available, and we are unable to renew your order.] => Some items are no longer available, and we are unable to renew your order. [The order is no longer valid.] => The order is no longer valid. [You do not have enough products to request an additional merchandise return.] => You do not have enough products to request an additional merchandise return. [Please provide an explanation for your RMA.] => Please provide an explanation for your RMA. [Please check at least one product you would like to return.] => Please check at least one product you would like to return. [For each product you wish to add, please specify the desired quantity.] => For each product you wish to add, please specify the desired quantity. [This order cannot be returned] => This order cannot be returned [We cannot regenerate your password with the data you've submitted] => We cannot regenerate your password with the data you've submitted [You cannot regenerate the password for this account.] => You cannot regenerate the password for this account. [You can regenerate your password only every %d minute(s)] => You can regenerate your password only every %d minute(s) [An error occurred while sending the email.] => An error occurred while sending the email. [Customer account not found] => Customer account not found [The password change request expired. You should ask for a new one.] => The password change request expired. You should ask for a new one. [The password is missing: please enter your new password.] => The password is missing: please enter your new password. [The confirmation is empty: please fill in the password confirmation as well] => The confirmation is empty: please fill in the password confirmation as well [The confirmation password doesn't match.] => The confirmation password doesn't match. [The password is not in a valid format.] => The password is not in a valid format. [An error occurred with your account, which prevents us from updating the new password. Please report this issue using the contact form.] => An error occurred with your account, which prevents us from updating the new password. Please report this issue using the contact form. [Invoices are disabled in this shop.] => Invoices are disabled in this shop. [The invoice was not found.] => The invoice was not found. [No invoice is available.] => No invoice is available. [Order return not confirmed.] => Order return not confirmed. [Order return not found.] => Order return not found. [This product is no longer available.] => This product is no longer available. [You do not have access to this product.] => You do not have access to this product. [An error occurred while deleting the selected picture.] => An error occurred while deleting the selected picture. [An error occurred during the image upload process.] => An error occurred during the image upload process. [Invalid message.] => Invalid message. [You do not have access to this category.] => You do not have access to this category. [The message cannot be blank.] => The message cannot be blank. [Invalid email address.] => Invalid email address. [Invalid message] => Invalid message [There are not enough products in stock] => There are not enough products in stock [This product is no longer available for sale.] => This product is no longer available for sale. [Your address is incomplete, please update it.] => Your address is incomplete, please update it. [You have no merchandise return authorizations.] => You have no merchandise return authorizations. ) [ModulesFacetedsearchAdmin] => Array ( [Faceted search] => Faceted search [Filter your catalog to help visitors picture the category tree and browse your store easily.] => Filter your catalog to help visitors picture the category tree and browse your store easily. [Filter template name required (cannot be empty)] => Filter template name required (cannot be empty) [You must select at least one category.] => You must select at least one category. [Your filter] => Your filter [was updated successfully.] => was updated successfully. [was added successfully.] => was added successfully. [Settings saved successfully] => Settings saved successfully [Filter template deleted, categories updated (reverted to default Filter template).] => Filter template deleted, categories updated (reverted to default Filter template). [Filter template not found] => Filter template not found [My template - %s] => My template - %s [My template %s] => My template %s ["%s" is not a valid url] => "%s" is not a valid url [You must select at least one page.] => You must select at least one page. [You must select at least one category if you want to use this filter template on category pages.] => You must select at least one category if you want to use this filter template on category pages. [Category] => Category [Manufacturer] => Manufacturer [Supplier] => Supplier [New products] => New products [Best sales] => Best sales [Prices drop] => Prices drop [Search] => Search [(experimental)] => (experimental) [Meta title] => Meta title [No limit] => No limit [Categories used for this template:] => Categories used for this template: [Categories selection is disabled because you have no categories or you are in a "all shops" context.] => Categories selection is disabled because you have no categories or you are in a "all shops" context. [Effective only if category pages are selected above.] => A customer account has already been created from this guest account. Please sign in. [Pages using this template:] => Pages using this template: [You must select at least one filter] => You must select at least one filter [You must select at least one category] => You must select at least one category [You must select at least one page] => You must select at least one page [Template name:] => Template name: [Only as a reminder] => Only as a reminder [Warning! Your hosting provider is using the Suhosin patch for PHP, which limits the maximum number of fields allowed in a form:] => Warning! Your hosting provider is using the Suhosin patch for PHP, which limits the maximum number of fields allowed in a form: [for suhosin.post.max_vars.] => for suhosin.post.max_vars. [for suhosin.request.max_vars.] => for suhosin.request.max_vars. [Please ask your hosting provider to increase the Suhosin limit to] => Please ask your hosting provider to increase the Suhosin limit to [Warning! Your PHP configuration limits the maximum number of fields allowed in a form:] => Warning! Your PHP configuration limits the maximum number of fields allowed in a form: [for max_input_vars.] => for max_input_vars. [Please ask your hosting provider to increase this limit to] => Please ask your hosting provider to increase this limit to [%s at least, or you will have to edit the translation files manually.] => %s at least, or you will have to edit the translation files manually. [Choose shop association:] => Choose shop association: [Sub-categories filter] => Sub-categories filter [Product stock filter] => Product stock filter [Product condition filter] => Product condition filter [Product brand filter] => Product brand filter [Product weight filter (slider)] => Product weight filter (slider) [Product price filter (slider)] => Product price filter (slider) [Product extras filter] => Product extras filter [New filters template] => New filters template [You can drag and drop filters to adjust position] => You can drag and drop filters to adjust position [Filters:] => Filters: [Total filters: %s] => Total filters: %s [Filter result limit:] => Filter result limit: [Filter style:] => Filter style: [Checkbox] => Checkbox [Radio button] => Radio button [Drop-down list] => Drop-down list [List of ranges] => List of ranges [Attribute group: %name% (%count% attributes)] => Attribute group: %name% (%count% attributes) [Attribute group: %name% (%count% attribute)] => Attribute group: %name% (%count% attribute) [This group will allow user to select a color] => This group will allow user to select a color [Feature: %name% (%count% values)] => Feature: %name% (%count% values) [Feature: %name% (%count% value)] => Feature: %name% (%count% value) [Indexes and caches] => Indexes and caches [Indexing is in progress. Please do not leave this page] => Indexing is in progress. Please do not leave this page [Index all missing prices] => Index all missing prices [Rebuild entire price index] => Rebuild entire price index [Build attributes and features indexes] => Build attributes and features indexes [Clear cache] => Clear cache [You can set a cron job that will rebuild price index using the following URL:] => You can set a cron job that will rebuild price index using the following URL: [You can set a cron job that will rebuild attribute index using the following URL:] => You can set a cron job that will rebuild attribute index using the following URL: [A nightly rebuild is recommended.] => A nightly rebuild is recommended. [Filters templates] => Filters templates [Created on] => Created on [Actions] => Actions [Do you really want to delete this filter template?] => Do you really want to delete this filter template? [No filter template found.] => No filter template found. [Add new template] => Add new template [Enable cache system] => Enable cache system [Show the number of matching products] => Show the number of matching products [Show products from subcategories] => Show products from subcategories [Show products only from default category] => Show products only from default category [Works only if "Show products from subcategories" is off.] => Works only if "Show products from subcategories" is off. [Category filter depth (0 for no limits, 1 by default)] => Category filter depth (0 for no limits, 1 by default) [Use tax to filter price] => Use tax to filter price [Use rounding to filter price] => Use rounding to filter price [Show unavailable, out of stock last] => Show unavailable, out of stock last [(in progress)] => (in progress) [URL indexing finished] => URL indexing finished [Attribute indexing finished] => Attribute indexing finished [URL indexing failed] => URL indexing failed [Attribute indexing failed] => Attribute indexing failed [Price indexing finished] => Price indexing finished [Price indexing failed] => Price indexing failed [(in progress, %s products price to index)] => (in progress, %s products price to index) [Loading...] => Loading... [You selected -All categories-: all existing filter templates will be deleted. Is it OK?] => You selected -All categories-: all existing filter templates will be deleted. Is it OK? [Use Jquery UI slider] => Use Jquery UI slider [Switch this off only if your theme does not use Jquery UI slider. It is recommended to keep it on when using classic theme.] => Switch this off only if your theme does not use jQuery UI slider. It is recommended to keep it on when using classic theme. [Default filter template for new categories] => Default filter template for new categories [If you want to automatically assign a filter template to new categories, select it here.] => If you want to automatically assign a filter template to new categories, select it here. [We recommend to set regular cron tasks to manage the indexes and cache on daily/weekly basis.] => We recommend to set regular cron tasks to manage the indexes and cache on daily/weekly basis. [Add missing products to price index:] => Add missing products to price index: [Rebuild price index:] => Rebuild price index: [Rebuild attribute index:] => Rebuild attribute index: [Flush block cache:] => Flush block cache: [This option caches filtering blocks, so the module does not have to query for matching products all the time. The cache is invalidated on every modification on your store. If you encounter some incosistencies, disable this cache or make sure to flush it if needed.] => This option caches filtering blocks, so the module does not have to query for matching products all the time. The cache is invalidated on every modification on your store. If you encounter some incosistencies, disable this cache or make sure to flush it if needed. [Enable or disable display of matching products after filters. Disabling this won't bring any performance benefit, because matching products need to be calculated anyway.] => Enable or disable display of matching products after filters. Disabling this won't bring any performance benefit, because matching products need to be calculated anyway. [Enable this, if you want to display products from subcategories, even if they are not specifically assigned to the currently browsed category.] => Enable this, if you want to display products from subcategories, even if they are not specifically assigned to the currently browsed category. [Category filter depth] => Category filter depth [This option controls the behavior of category filter block - how deep children of the currently browsed category you want to display? The default value is 1 - only the direct children. Use 0 for unlimited depth.] => This option controls the behavior of category filter block - how deep children of the currently browsed category you want to display? The default value is 1 - only the direct children. Use 0 for unlimited depth. [URL] => URL [When the Faceted Search module is enabled, you can get more detailed URLs by choosing the word that best represent this attribute. By default, PrestaShop uses the attribute's name, but you can change that setting using this field.] => When the Faceted Search module is enabled, you can get more detailed URLs by choosing the word that best represent this attribute. By default, PrestaShop uses the attribute's name, but you can change that setting using this field. [When the Faceted Search module is enabled, you can get more detailed page titles by choosing the word that best represent this attribute. By default, PrestaShop uses the attribute's name, but you can change that setting using this field.] => When the Faceted Search module is enabled, you can get more detailed page titles by choosing the word that best represent this attribute. By default, PrestaShop uses the attribute's name, but you can change that setting using this field. [Invalid characters: ;=#{}_] => Invalid characters: ;=#{}_ [Indexable] => Indexable [Use this attribute in URL generated by the Faceted Search module.] => Use this attribute in URL generated by the Faceted Search module. [When the Faceted Search module is enabled, you can get more detailed URLs by choosing the word that best represent this feature. By default, PrestaShop uses the feature's name, but you can change that setting using this field.] => When the Faceted Search module is enabled, you can get more detailed URLs by choosing the word that best represent this feature. By default, PrestaShop uses the feature's name, but you can change that setting using this field. [When the Faceted Search module is enabled, you can get more detailed page titles by choosing the word that best represent this feature. By default, PrestaShop uses the feature's name, but you can change that setting using this field.] => When the Faceted Search module is enabled, you can get more detailed page titles by choosing the word that best represent this feature. By default, PrestaShop uses the feature's name, but you can change that setting using this field. [When the Faceted Search module is enabled, you can get more detailed URLs by choosing the word that best represent this feature's value. By default, PrestaShop uses the value's name, but you can change that setting using this field.] => When the Faceted Search module is enabled, you can get more detailed URLs by choosing the word that best represent this feature's value. By default, PrestaShop uses the value's name, but you can change that setting using this field. [When the Faceted Search module is enabled, you can get more detailed page titles by choosing the word that best represent this feature's value. By default, PrestaShop uses the value's name, but you can change that setting using this field.] => When the Faceted Search module is enabled, you can get more detailed page titles by choosing the word that best represent this feature's value. By default, PrestaShop uses the value's name, but you can change that setting using this field. ) [ModulesStatscatalogAdmin] => Array ( [Catalog statistics] => Catalog statistics [Enrich your stats, have a look at your catalog’s general statistics.] => Enrich your stats, have a look at your catalog’s general statistics. [(1 purchase / %d visits)] => (1 purchase / %d visits) [Choose a category] => Choose a category [Products available:] => Products available: [Average price (base price):] => Average price (base price): [Product pages viewed:] => Product pages viewed: [Average number of page visits:] => Average number of page visits: [Average number of purchases:] => Average number of purchases: [Images available:] => Images available: [Average number of images:] => Average number of images: [Products never viewed:] => Products never viewed: [Products never purchased:] => Products never purchased: [Conversion rate*:] => Conversion rate*: [Defines the average conversion rate for the product page. It is possible to purchase a product without viewing the product page, so this rate can be greater than 1.] => Defines the average conversion rate for the product page. It is possible to purchase a product without viewing the product page, so this rate can be greater than 1. [Products never purchased] => Products never purchased [Edit / View] => Edit / View ) [ModulesBannerAdmin] => Array ( [Banner] => Banner [Add a banner to the homepage of your store to highlight your sales and new products in a visual and friendly way.] => Add a banner to the homepage of your store to highlight your sales and new products in a visual and friendly way. [Banner image] => Banner image [Upload an image for your top banner. The recommended dimensions are 1110 x 214px if you are using the default theme.] => Upload an image for your top banner. The recommended dimensions are 1110 x 214px if you are using the default theme. [Banner Link] => Banner Link [Enter the link associated to your banner. When clicking on the banner, the link opens in the same window. If no link is entered, it redirects to the homepage.] => Enter the link associated to your banner. When clicking on the banner, the link opens in the same window. If no link is entered, it redirects to the homepage. [Banner description] => Banner description [Please enter a short but meaningful description for the banner.] => Please enter a short but meaningful description for the banner. ) [Install] => Array ( [Choose your language] => Choose your language [License agreements] => License agreements [System compatibility] => System compatibility [Store information] => Store information [System configuration] => System configuration [Store installation] => Store installation [Field required] => Field required [Invalid shop name] => Invalid store name [shop name] => shop name [The field %field% is limited to %limit% characters] => The field %field% is limited to %limit% characters [Your firstname contains some invalid characters] => Your firstname contains some invalid characters [firstname] => firstname [Your lastname contains some invalid characters] => Your lastname contains some invalid characters [lastname] => lastname [The password is incorrect (must be alphanumeric string with at least 8 characters)] => The password is incorrect (must be alphanumeric string with at least 8 characters) [The password is incorrect (must be Strong)] => The password is incorrect (must be Strong) [The password and its confirmation are different] => The password and its confirmation are different [This e-mail address is invalid] => This e-mail address is invalid [Sports and Entertainment] => Sports and Entertainment [Fashion and Accessories] => Fashion and Accessories [Lingerie and Adult] => Lingerie and Adult [Animals and Pets] => Animals and Pets [Art and Culture] => Art and Culture [Babies] => Babies [Beauty and Personal Care] => Beauty and Personal Care [Cars] => Cars [Computer Hardware and Software] => Computer Hardware and Software [Download] => Download [Flowers, Gifts and Crafts] => Flowers, Gifts and Crafts [Food and beverage] => Food and beverage [HiFi, Photo and Video] => HiFi, Photo and Video [Home and Garden] => Home and Garden [Home Appliances] => Home Appliances [Jewelry] => Jewelry [Mobile and Telecom] => Mobile and Telecom [Services] => Services [Shoes and accessories] => Shoes and accessories [Travel] => Travel [Database is connected] => Database is connected [Database is created] => Database is created [Cannot create the database automatically] => Cannot create the database automatically [Create file parameters] => Create file parameters [Create database tables] => Create database tables [Create default shop and languages] => Create default store and languages [Populate database tables] => Populate database tables [Configure shop information] => Configure store information [Install theme] => Install theme [Install modules] => Install modules [Install demonstration data] => Install demonstration data [Post installation scripts] => Post installation scripts [Required PHP parameters] => Required PHP parameters [PHP %version% or later is not enabled] => PHP %version% or later is not enabled [Cannot upload files] => Cannot upload files [Cannot create new files and folders] => Cannot create new files and folders [cURL extension is not enabled] => cURL extension is not enabled [GD library is not installed] => GD library is not installed [JSON extension is not loaded] => JSON extension is not loaded [PHP OpenSSL extension is not loaded] => PHP OpenSSL extension is not loaded [PDO MySQL extension is not loaded] => PDO MySQL extension is not loaded [SimpleXML extension is not loaded] => SimpleXML extension is not loaded [ZIP extension is not enabled] => ZIP extension is not enabled [Fileinfo extension is not enabled] => Fileinfo extension is not enabled [Intl extension is not loaded] => Intl extension is not loaded [PHP's config "memory_limit" must be to a minimum of 256M] => PHP's config "memory_limit" must be to a minimum of 256M [Required Apache configuration] => Required Apache configuration [Enable the Apache mod_rewrite module] => Enable the Apache mod_rewrite module [Files] => Files [Not all files were successfully uploaded on your server] => Not all files were successfully uploaded on your server [Permissions on files and folders] => Permissions on files and folders [Recursive write permissions for %user% user on %folder%] => Recursive write permissions for %user% user on %folder% [Write permissions for %user% user on %folder%] => Write permissions for %user% user on %folder% [Recommended PHP parameters] => Recommended PHP parameters [GZIP compression is not activated] => GZIP compression is not activated [Mbstring extension is not enabled] => Mbstring extension is not enabled [Dom extension is not loaded] => Dom extension is not loaded [Cannot open external URLs (requires allow_url_fopen as On)] => Cannot open external URLs (requires allow_url_fopen as On) [Unable to generate private keys using openssl_pkey_new. Check your OpenSSL configuration, especially the path to openssl.cafile.] => Unable to generate private keys using openssl_pkey_new. Check your OpenSSL configuration, especially the path to openssl.cafile. [Documentation] => Documentation [Blog] => Blog [Information about your Store] => Information about your Store [Shop name] => Store name [Main activity] => Main activity [Please choose your main activity] => Please choose your main activity [Other activity...] => Other activity... [Help us learn more about your store so we can offer you optimal guidance and the best features for your business!] => Help us learn more about your store so we can offer you optimal guidance and the best features for your business! [Country] => Country [Select your country] => Select your country [Shop timezone] => Store timezone [Select your timezone] => Select your timezone [Enable SSL] => Enable SSL [Your Account] => Your Account [First name] => First name [Last name] => Last name [E-mail address] => E-mail address [This email address will be your username to access your store's back office.] => This email address will be your username to access your store's back office. [Shop password] => Store password [Must be at least 8 characters] => Must be at least 8 characters [Re-type to confirm] => Re-type to confirm [Enter a password between %d and %d characters] => Enter a password between %d and %d characters [The minimum score must be: %s] => The minimum score must be: %s [Store name] => Store name [Yes] => Yes [No] => No [Installation of theme] => Installation of theme [Version:] => Version: [Select the theme to install.] => Select the theme to install [Installation of demo products] => Installation of demo products [Demo products are a good way to learn how to use PrestaShop. You should install them if you are not familiar with it.] => Demo products are a good way to learn how to use PrestaShop. You should install them if you are not familiar with it. [Installation of modules] => Installation of modules [Install all modules (recommended)] => Install all modules (recommended) [Select the modules to install] => Select the modules to install [If you are using PrestaShop for the first time, you should install all modules now and uninstall the ones you don't need later.] => If you are using PrestaShop for the first time, you should install all modules now and uninstall the ones you don't need later. [Search] => Search [Select all] => Select all [Select the theme to install] => Select the theme to install [Configure your database by filling out the following fields] => Configure your database by filling out the following fields [To use PrestaShop, you must create a database to collect all of your store's data-related activities.] => To use PrestaShop, you must create a database to collect all of your store's data-related activities. [Please complete the fields below in order for PrestaShop to connect to your database.] => Please complete the fields below in order for PrestaShop to connect to your database. [Database server address] => Database server address [The default port is 3306. To use a different port, add the port number at the end of your server's address i.e ":4242".] => The default port is 3306. To use a different port, add the port number at the end of your server's address i.e ":4242". [Database name] => Database name [Database login] => Database login [Database password] => Database password [Tables prefix] => Tables prefix [Drop existing tables] => Drop existing tables [Test your database connection now!] => Test your database connection now! [PrestaShop Installation Assistant] => PrestaShop Installation Assistant [Installation Assistant] => Installation Assistant [To install PrestaShop, you need to have JavaScript enabled in your browser.] => To install PrestaShop, you need to have JavaScript enabled in your browser. [https://enable-javascript.com/] => https://enable-javascript.com/ [Next] => Next [Back] => Back [License Agreements] => License Agreements [To enjoy the many features that are offered for free by PrestaShop, please read the license terms below. PrestaShop core is licensed under OSL 3.0, while the modules and themes are licensed under AFL 3.0.] => To enjoy the many features that are offered for free by PrestaShop, please read the license terms below. PrestaShop core is licensed under OSL 3.0, while the modules and themes are licensed under AFL 3.0. [I agree to the above terms and conditions.] => I agree to the above terms and conditions. [Privacy note] => Privacy note [this article] => this article [Some project modules may submit public and technical information about your store to the PrestaShop Project for analytics purposes. To learn more and make an informed choice, read %link%.] => Some project modules may submit public and technical information about your store to the PrestaShop Project for analytics purposes. To learn more and make an informed choice, read %link%. [Done!] => Done! [An error occurred during installation...] => An error occurred during installation... [You can use the links on the left column to go back to the previous steps, or restart the installation process by clicking here.] => You can use the links on the left column to go back to the previous steps, or restart the installation process by clicking here. [Your installation is finished!] => Your installation is finished! [You have just finished installing your shop. Thank you for using PrestaShop!] => You have just finished installing your store. Thank you for using PrestaShop! [Please remember your login information:] => Please remember your login information: [E-mail] => E-mail [Print my login information] => Print my login information [Password] => Password [Display] => Display [For security purposes, you must delete the "install" folder.] => For security purposes, you must delete the "install" folder. [Back Office] => Back Office [Manage your store using your Back Office. Manage your orders and customers, add modules, change themes, etc.] => Manage your store using your Back Office. Manage your orders and customers, add modules, change themes, etc. [Manage your store] => Manage your store [Front Office] => Front Office [Discover your store as your future customers will see it!] => Discover your store as your future customers will see it! [Discover your store] => Discover your store [We are currently checking PrestaShop compatibility with your system environment] => We are currently checking PrestaShop compatibility with your system environment [PrestaShop compatibility with your system environment has been verified!] => PrestaShop compatibility with your system environment has been verified! [Refresh information] => Refresh information [Oops! Please correct the item(s) below, and then click "%refresh_label%" to test the compatibility of your new system.] => Oops! Please correct the item(s) below, and then click "%refresh_label%" to test the compatibility of your new system. [Warning: You cannot use this tool to upgrade your store anymore.You already have PrestaShop version %version% installed.If you want to upgrade to the latest version, please use the 1-Click Upgrade module and follow its instructions.] => Warning: You cannot use this tool to upgrade your store anymore.You already have PrestaShop version %version% installed.If you want to upgrade to the latest version, please use the 1-Click Upgrade module and follow its instructions. [Welcome to the PrestaShop %version% Installer] => Welcome to the PrestaShop %version% Installer [Installing PrestaShop is quick and easy. In just a few moments, you will become part of a community consisting of more than %numMerchants% merchants. You are on the way to creating your own unique online store that you can manage easily every day.] => Installing PrestaShop is quick and easy. In just a few moments, you will become part of a community consisting of more than %numMerchants% merchants. You are on the way to creating your own unique online store that you can manage easily every day. [Continue the installation in:] => Continue the installation in: [The language selection above only applies to the Installation Assistant. Once your store is installed, you can choose the language of your store from over %d% translations, all for free!] => The language selection above only applies to the Installation Assistant. Once your store is installed, you can choose the language of your store from over %d% translations, all for free! [Please activate the 'mod_auth_basic' Apache module to allow the use of the PrestaShop webservice.] => Please activate the 'mod_auth_basic' Apache module to allow the use of the PrestaShop webservice. [We could not check to see if basic authentication and rewrite extensions have been activated. Please manually check if they've been activated in order to use the PrestaShop webservice.] => We could not check to see if basic authentication and rewrite extensions have been activated. Please manually check if they've been activated in order to use the PrestaShop webservice. [Please activate the 'SimpleXML' PHP extension to allow testing of PrestaShop's webservice.] => Please activate the 'SimpleXML' PHP extension to allow testing of PrestaShop's webservice. [It is preferable to use SSL (https:) for webservice calls, as it avoids the "man in the middle" type security issues.] => It is preferable to use SSL (https:) for webservice calls, as it avoids the "man in the middle" type security issues. [Fashion and accessories] => Fashion and accessories [Sport and Entertainment] => Sport and Entertainment [-- Please choose your main activity --] => -- Please choose your main activity -- [Server name is not valid] => Server name is not valid [You must enter a database name] => You must enter a database name [You must enter a database login] => You must enter a database login [Tables prefix is invalid] => Tables prefix is invalid [Cannot convert database data to utf-8] => Cannot convert database data to utf-8 [At least one table with same prefix was already found, please change your prefix or drop your database] => At least one table with same prefix was already found, please change your prefix or drop your database [Your database login does not have the privileges to create table on the database "%s". Ask your hosting provider:] => Your database login does not have the privileges to create table on the database "%s". Ask your hosting provider: [You must be granted the privilege to select data in the tables of database "%s". Ask your hosting provider to enable it.] => You must be granted the privilege to select data in the tables of database "%s". Ask your hosting provider to enable it. [Database Server is not found. Please verify the login, password and server fields] => Database Server is not found. Please verify the login, password and server fields [Connection to MySQL server succeeded, but database "%database%" not found] => Connection to MySQL server succeeded, but database "%database%" not found [Attempt to create the database automatically] => Attempt to create the database automatically [%file% file is not writable (check permissions)] => %file% file is not writable (check permissions) [%folder% folder is not writable (check permissions)] => %folder% folder is not writable (check permissions) [Cannot write settings file] => Cannot write settings file [Cannot write app/config/parameters.php file] => Cannot write app/config/parameters.php file [Cannot write app/config/parameters.yml file] => Cannot write app/config/parameters.yml file [Database structure file not found] => Database structure file not found [Cannot create group shop] => Cannot create group store [Cannot create shop] => Cannot create store [Cannot create shop URL] => Cannot create store URL [File "language.xml" not found for language iso "%iso%"] => File "language.xml" not found for language iso "%iso%" [File "language.xml" not valid for language iso "%iso%"] => File "language.xml" not valid for language iso "%iso%" [Cannot download language pack "%iso%"] => Cannot download language pack "%iso%" [Cannot install language "%iso%"] => Cannot install language "%iso%" [Cannot copy flag language "%flag%"] => Cannot copy flag language "%flag%" [Cannot create admin account] => Cannot create admin account [Cannot install module "%module%"] => Cannot install module "%module%" [Cannot execute post install on module "%module%"] => Cannot execute post install on module "%module%" [Fixtures class "%class%" not found] => Fixtures class "%class%" not found ["%class%" must be an instance of "InstallXmlLoader"] => "%class%" must be an instance of "InstallXmlLoader" [SQL error on query %query%] => SQL error on query %query% [An SQL error occurred for entity %entity%: %message%] => An SQL error occurred for entity %entity%: %message% [Cannot create image "%identifier%" for entity "%entity%"] => Cannot create image "%identifier%" for entity "%entity%" [Cannot create image "%identifier%" (bad permissions on folder "%folder%")] => Cannot create image "%identifier%" (bad permissions on folder "%folder%") [Cannot create image "%identifier%"] => Cannot create image "%identifier%" [Cannot create image "%1$s" for entity "%2$s"] => Cannot create image "%1$s" for entity "%2$s" ) [ModulesFaviconnotificationboAdmin] => Array ( [Display notifications in the browser tab for:] => Display notifications in the browser tab for: [New orders] => New orders [Notification background color] => Notification background color [Notification text color] => Notification text color [Order Notifications on the Favicon] => Order Notifications on the Favicon [Get notified directly on your browser tab each time you get a new order, customer or message.] => Get notified directly on your browser tab each time you get a new order, customer or message. ) [ModulesStatsbestsuppliersAdmin] => Array ( [Total paid] => Total paid [Best suppliers] => Best suppliers [Adds a list of the best suppliers to the Stats dashboard.] => Adds a list of the best suppliers to the Stats dashboard. [Enrich your stats: add a list of the best suppliers to your dashboard.] => Enrich your stats: add a list of the best suppliers to your dashboard. ) [ModulesStatscarrierAdmin] => Array ( [Carrier distribution] => Carrier distribution [Enrich your stats, add a pie chart illustrating your carriers’ distribution.] => Enrich your stats, add a pie chart illustrating your carriers’ distribution. [This graph represents the carrier distribution for your orders. You can also narrow the focus of the graph to display distribution for a particular order status.] => This graph represents the carrier distribution for your orders. You can also narrow the focus of the graph to display distribution for a particular order status. [No valid orders have been received for this period.] => No valid orders have been received for this period. [Percentage of orders listed by carrier.] => Percentage of orders listed by carrier. ) [ModulesDashactivityAdmin] => Array ( [Dashboard Activity] => Dashboard Activity [(from %s to %s)] => (from %s to %s) [Active cart] => Active cart [How long (in minutes) a cart is to be considered as active after the last recorded change (default: 30 min).] => How long (in minutes) a cart is to be considered as active after the last recorded change (default: 30 min). [Online visitor] => Online visitor [How long (in minutes) a visitor is to be considered as online after their last action (default: 30 min).] => How long (in minutes) a visitor is to be considered as online after their last action (default: 30 min). [Abandoned cart (min)] => Abandoned cart (min) [How long (in hours) after the last action a cart is to be considered as abandoned (default: 24 hrs).] => How long (in hours) after the last action a cart is to be considered as abandoned (default: 24 hrs). [hrs] => hrs [Abandoned cart (max)] => Abandoned cart (max) [How long (in hours) after the last action a cart is no longer to be considered as abandoned (default: 24 hrs).] => How long (in hours) after the last action a cart is no longer to be considered as abandoned (default: 24 hrs). [Check in one glance what is happening on your store with a list of KPI on your dashboard.] => Check at a glance what is happening on your store with a list of KPIs on your dashboard. [Activity overview] => Activity overview [Online Visitors] => Online Visitors [in the last %d minutes] => in the last %d minutes [Active Shopping Carts] => Active Shopping Carts [Currently Pending] => Currently Pending [Return/Exchanges] => Return/Exchanges [Out of Stock Products] => Out of Stock Products [New Messages] => New Messages [Product Reviews] => Product Reviews [Customers & Newsletters] => Customers & Newsletters [New Customers] => New Customers [New Subscriptions] => New Subscriptions [Total Subscribers] => Total Subscribers [Traffic] => Traffic [Link to your Google Analytics account] => Link to your Google Analytics account [Visits] => Visits [Unique Visitors] => Unique Visitors [Traffic Sources] => Traffic Sources ) [ModulesViewedproductShop] => Array ( [Viewed products] => Viewed products ) [ModulesStatsproductAdmin] => Array ( [Product details] => Product details [Enrich your stats, add detailed statistics for each product of your catalog.] => Enrich your stats, add detailed statistics for each product of your catalog. [Number of purchases compared to number of views] => Number of purchases compared to number of views [After choosing a category and selecting a product, informational graphs will appear.] => After choosing a category and selecting a product, informational graphs will appear. [If you notice that a product is often purchased but viewed infrequently, you should display it more prominently in your Front Office.] => If you notice that a product is often purchased but viewed infrequently, you should display it more prominently in your Front Office. [On the other hand, if a product has many views but is not often purchased, we advise you to check or modify this product's information, description and photography again, see if you can find something better.] => On the other hand, if a product has many views but is not often purchased, we advise you to check or modify this product's information, description and photography again, see if you can find something better. [Details] => Details [Total bought] => Total bought [Sales (tax excluded)] => Sales (tax excluded) [Total Viewed] => Total Viewed [Conversion rate] => Conversion rate [CSV Export] => CSV Export [Attribute sales distribution] => Attribute sales distribution [Cross selling] => Cross selling [Click on a product to access its statistics!] => Click on a product to access its statistics! [Choose a category] => Choose a category [Products available] => Products available [Popularity] => Popularity [Visits (x100)] => Visits (x100) [Stock] => Stock ) [AdminPaymentHelp] => Array ( [Please mark each checkbox for the currency, or currencies, for which you want the payment module(s) to be available.] => Please select available currencies for every payment module. [Please mark each checkbox for the customer group(s), for which you want the payment module(s) to be available.] => Please select available payment modules for every customer group. [Please mark each checkbox for the country, or countries, in which you want the payment module(s) to be available.] => Please mark each checkbox for the country, or countries, in which you want the payment module(s) to be available. [Please mark each checkbox for the carrier, or carrier, for which you want the payment module(s) to be available.] => Please select available payment modules for every carrier. [This is where you decide what payment modules are available for different variations like your customers' currency, group, and country.] => This is where you decide what payment modules are available for different variations like your customers' currency, group, and country. [A check mark indicates you want the payment module available.] => A check mark indicates you want the payment module available. [If it is not checked then this means that the payment module is disabled.] => If it is not checked then this means that the payment module is disabled. ) [ModulesEmailsubscriptionAdmin] => Array ( [Newsletter subscription] => Newsletter subscription [Keep in touch with your customers the way you want, add a form to the homepage of your store and allow all the curious to subscribe to your newsletter.] => Keep in touch with your customers the way you want, add a form to the homepage of your store and allow all the curious to subscribe to your newsletter. [Are you sure that you want to delete all of your contacts?] => Are you sure that you want to delete all of your contacts? [Subscribed] => Subscribed [Iso language] => ISO language [Subscribed on] => Subscribed on [Newsletter registrations] => Newsletter registrations [Unsubscribe] => Unsubscribe [Would you like to send a verification email after subscription?] => Would you like to send a verification email after subscription? [Would you like to send a confirmation email after subscription?] => Would you like to send a confirmation email after subscription? [Welcome voucher code] => Welcome voucher code [Leave blank to disable by default.] => Leave blank to disable by default. [Newsletter conditions] => Newsletter conditions [This text will be displayed beneath the newsletter subscribe button.] => This text will be displayed beneath the newsletter subscribe button. [Export customers' addresses] => Export customers' addresses [Customers' country] => Customers' country [Filter customers by country.] => Filter customers by country. [Newsletter subscribers] => Newsletter subscribers [Filter customers who have subscribed to the newsletter or not, and who have an account or not.] => Filter customers who have subscribed to the newsletter or not, and who have an account or not. [Customers can subscribe to your newsletter when registering, or by entering their email in the newsletter form.] => Customers can subscribe to your newsletter when registering, or by entering their email in the newsletter form. [All subscribers] => All Subscribers [Subscribers with account] => Subscribers with account [Subscribers without account] => Subscribers without account [Non-subscribers] => Non-subscribers [Partner offers subscribers] => Partner offers accepted [Filter customers who have agreed to receive your partners' offers or not.] => Filter customers who have agreed to receive your partners' offers or not. [Partner offers subscribers have agreed to receive your partners' offers.] => Opt-in subscribers who have agreed to receive your partners' offers. [All customers] => All customers [Partner offers non-subscribers] => Partner offers not accepted [Search for addresses] => Search for addresses [Email address to search] => Email address to search [Example: [email protected] or @prestashop.com] => Example: [email protected] or @prestashop.com [No customers found with these filters!] => No customers found with these filters! [The .CSV file has been successfully exported: %d customers found.] => The .CSV file has been successfully exported: %d customers found. [Download the file] => Download the file [WARNING: When opening this .csv file with Excel, choose UTF-8 encoding to avoid strange characters.] => WARNING: When opening this .csv file with Excel, choose UTF-8 encoding to avoid strange characters. [Error: Write access limited] => Error: Write access limited [No result found!] => No result found! [Newsletter subscription: no email to delete, this customer has not registered.] => Newsletter subscription: no email to delete, this customer has not registered. [Newsletter subscription: no email to export, this customer has not registered.] => Newsletter subscription: no email to export, this customer has not registered. ) [EmailsSubject] => Array ( [Your guest account has been transformed into a customer account] => Your guest account was converted to a customer account [Order confirmation] => Order confirmation [New voucher for your order %s] => New voucher for your order %s [Log: You have a new alert from your shop] => Log: You have a new alert from your store [Welcome!] => Welcome! [Package in transit] => Package in transit [The virtual product that you bought is available for download] => The virtual product that you bought is available for download [Fwd: Customer message] => Fwd: Customer message [An answer to your message is available #ct%thread_id% #tc%thread_token%] => An answer to your message no. ct%thread_id% is available (thread ID tc%thread_token%) [Import complete] => Import complete [Your new password] => Your new password [Your order return status has changed] => Your order return status has changed [Message from a customer] => Message from a customer [Password query confirmation] => Password query confirmation [Message from contact form] => Message from contact form [Your message has been correctly sent #ct%thread_id% #tc%thread_token%] => Your message no. ct%thread_id% has been correctly sent (thread ID tc%thread_token%) [Your message has been correctly sent] => Your message has been correctly sent [Product available] => Product available [New order : #%d - %s] => New order : #%d - %s [Product out of stock] => Product out of stock [Stock coverage] => Stock coverage [New return from order #%d - %s] => New return from order #%d - %s [Your order has been changed] => Your order has been changed [Newsletter voucher] => Newsletter voucher [Newsletter confirmation] => Newsletter confirmation [Email verification] => Email verification [Process the payment of your order] => Process the payment of your order [New credit slip regarding your order] => New credit slip regarding your order [New voucher for your order #%s] => New voucher for your order #%s [New message regarding your order] => New message regarding your order ) [ShopNavigation] => Array ( [404 error] => 404 error [Best sales] => Best sales [Contact us] => Contact us [Manufacturers] => Manufacturers [New products] => New products [Forgot your password] => Forgot your password [Prices drop] => Prices drop [Sitemap] => Sitemap [Suppliers] => Suppliers [Address] => Address [Addresses] => Addresses [Login] => Login [Registration] => Registration [Cart] => Cart [Discount] => Discount [Order history] => Order history [Identity] => Identity [My account] => My account [Order follow] => Order follow [Credit slip] => Credit slip [Order] => Order [Search] => Search [Stores] => Stores [Guest tracking] => Guest tracking [Order confirmation] => Order confirmation [This page cannot be found] => This page cannot be found [Our best sales] => Our best sales [Use our form to contact us] => Use our form to contact us [Shop powered by PrestaShop] => Shop powered by PrestaShop [Brand list] => Brand list [Our new products] => Our new products [Enter the e-mail address you use to sign in to receive an e-mail with a new password] => Enter the e-mail address you use to sign in to receive an e-mail with a new password [On-sale products] => On-sale products [Lost ? Find what your are looking for] => Lost ? Find what your are looking for [Suppliers list] => Suppliers list [page-not-found] => page-not-found [best-sales] => best-sales [contact-us] => contact-us [manufacturers] => manufacturers [new-products] => new-products [password-recovery] => password-recovery [prices-drop] => prices-drop [sitemap] => sitemap [supplier] => supplier [address] => address [addresses] => addresses [login] => login [registration] => registration [cart] => cart [discount] => discount [order-history] => order-history [identity] => identity [my-account] => my-account [order-follow] => order-follow [credit-slip] => credit-slip [order] => order [search] => search [stores] => stores [guest-tracking] => guest-tracking [order-confirmation] => order-confirmation [Best sellers] => Best sellers [Brands] => Brands [Brands list] => Brands list [Our special products] => Our special products [best-sellers] => best-sellers [brands] => brands [suppliers] => suppliers ) [ShopFormsErrors] => Array ( [Invalid name] => Invalid name [Invalid format.] => Invalid format. [Format should be %s.] => Format should be %s. [Required field] => Required field [Invalid postcode - should look like "%zipcode%"] => Invalid postcode - should look like "%zipcode%" ) [ModulesDashproductsAdmin] => Array ( [Dashboard Products] => Dashboard Products [Adds a block with a table of your latest orders and a ranking of your products] => Adds a block with a table of your latest orders and a ranking of your products [Customer Name] => Customer Name [Details] => Details [Total sold] => Total sold [Net profit] => Net profit [Views] => Views [Added to cart] => Added to cart [Purchased] => Purchased [You must enable the "Save global page views" option from the "Data mining for statistics" module in order to display the most viewed products, or use the Google Analytics module.] => You must enable the "Save global page views" option from the "Data mining for statistics" module in order to display the most viewed products, or use the Google Analytics module. [Term] => Term [Results] => Results [Number of "Recent Orders" to display] => Number of "Recent Orders" to display [Number of "Best Sellers" to display] => Number of "Best Sellers" to display [Number of "Most Viewed" to display] => Number of "Most Viewed" to display [Number of "Top Searches" to display] => Number of "Top Searches" to display [Enrich your stats: display a table of your latest orders and a ranking of your products.] => Enrich your stats: display a table of your latest orders and a ranking of your products. [Products and Sales] => Products and Sales [Recent Orders] => Recent Orders [Best Sellers] => Best Sellers [Most Viewed] => Most Viewed [Top Searches] => Top Searches [Last %d orders] => Last %d orders [Top %d products] => Top %d products [From] => From [to] => to [Top %d most search terms] => Top %d most search terms ) [ModulesEmailsubscriptionShop] => Array ( [This email address is not registered.] => This email address is not registered. [An error occurred while attempting to unsubscribe.] => An error occurred while attempting to unsubscribe. [Unsubscription successful.] => Unsubscription successful. [This email address is already registered.] => This email address is already registered. [An error occurred during the subscription process.] => An error occurred during the subscription process. [A verification email has been sent. Please check your inbox.] => A verification email has been sent. Please check your inbox. [You have successfully subscribed to this newsletter.] => You have successfully subscribed to this newsletter. [This email is already registered and/or invalid.] => This email is already registered and/or invalid. [Thank you for subscribing to our newsletter.] => Thank you for subscribing to our newsletter. [Sign up for our newsletter[1][2]%conditions%[/2]] => Sign up for our newsletter[1][2]%conditions%[/2] [You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice.] => You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice. [Newsletter subscription] => Newsletter subscription [Newsletter] => Newsletter [Your e-mail] => Your e-mail ) [ModulesBlockreassuranceAdmin] => Array ( [Customer Reassurance] => Customer Reassurance [Connect with your visitors and reassure them about secure payment, free shipping or returns.] => Connect with your visitors and reassure them about secure payment, free shipping or returns. [Are you sure you want to uninstall this module?] => Are you sure you want to uninstall this module? [There was an error during the installation. Please open an issue on the PrestaShop project.] => There was an error during the installation. Please open an issue on the PrestaShop project. [There was an error during the uninstallation. Please open an issue on the PrestaShop project.] => There was an error during the uninstallation. Please open an issue on the PrestaShop project. [Block updated] => Block updated [Oops... looks like an error occurred] => Oops... looks like an error occurred [Configuration updated successfully!] => Configuration updated successfully! [Position changed successfully!] => Position changed successfully! [An error occurred when switching position] => An error occurred when switching position [An error occurred when removing block] => An error occurred when removing block. [Position] => Position [Description] => Description [Actions] => Actions [WARNING] => WARNING [Your folder %s is not readable or executable] => Your folder %s is not readable or executable [This folder needs these rights so you can upload your own images for the reassurances blocks.] => This folder needs these rights so you can upload your own images for the reassurances blocks. [Content] => Content [Display] => Display [Appearance] => Appearance [Customize Module Design] => Customize Module Design [Icon color] => Icon color [Text color] => Text color [Save] => Save [Reassurance Block] => Reassurance Block [Return] => Return [Description (optional)] => Description (optional) [Image] => Image [Modify icon] => Modify icon [or upload file] => or upload file [Choose SVG for better customization. Other allowed formats are: .gif, .jpg, .png] => Choose SVG for better customization. Other allowed formats are: .gif, .jpg, .png [Languages] => Languages [Select none] => Select none [Redirection] => Redirection [CMS page] => CMS page [Title] => Title [URL] => URL [CMS Page] => CMS Page [Block Content] => Block Content [Url link] => Url link [Activated] => Activated [Deactivated] => Deactivated [We recommend 3 blocks at maximum.] => We recommend 3 blocks at maximum. [None] => None [none] => none [Global settings] => Global settings [Product pages] => Product pages [Checkout pages] => Checkout pages [Specific position for cart page] => Specific position for cart page [Header position on all pages] => Header position on all pages [Above header] => Above header [Below header] => Below header [Footer position on all pages] => Footer position on all pages [Above footer] => Above footer [Below footer] => Below footer [Main column] => Main column [Specific position for product page] => Specific position for product page ) [AdminOrderscustomersNotification] => Array ( [For this particular customer group, prices are displayed as:] => For this particular customer group, prices are displayed as: [The message was successfully sent to the customer.] => The message was successfully sent to the customer. [A partial refund was successfully created.] => A partial refund was successfully created. [Invalid new order status] => Invalid new order status [expires on %s.] => expires on %s. [downloadable %d time(s)] => downloadable %d time(s) [Invalid order] => Invalid order [The order cannot be renewed.] => The order cannot be renewed. [You must add a minimum quantity of %d] => You must add a minimum quantity of %d [An error occurred. Your message was not sent. Please contact your system administrator.] => An error occurred. Your message was not sent. Please contact your system administrator. [Cannot create message in a new thread.] => Cannot create message in a new thread. [The message body is empty, cannot import it.] => The message is empty, cannot import it. [Invalid message content for subject: %s] => Invalid message content for subject: %s [The message content is not valid, cannot import it.] => The message content is not valid, cannot import it. [The order ID -- or the invoice order ID -- is missing.] => The order ID -- or the invoice order ID -- is missing. [No invoice was found.] => No invoice was found. [No order slips were found.] => No order slips were found. [The supply order ID is missing.] => The supply order ID is missing. [The supply order cannot be found within your database.] => The supply order cannot be found within your database. [The order invoice cannot be found within your database.] => The order invoice cannot be found within your database. [The order cannot be found within your database.] => The order cannot be found within your database. [An error occurred while deleting the details of your order return.] => An error occurred while deleting the details of your order return. [You need at least one product.] => You need at least one product. [The order return is invalid.] => The order return is invalid. [The order return content is invalid.] => The order return content is invalid. [No order return ID has been specified.] => No order return ID has been specified. [No order was found with this ID:] => No order was found with this ID: [No invoice was found with this ID:] => No invoice was found with this ID: [No cart was found with this ID:] => No cart was found with this ID: [An error has occurred: Can't save the current order's return status.] => An error has occurred: Can't save the current order's return status. [An error has occurred: Can't delete the current order's return status.] => An error has occurred: Can't delete the current order's return status. [Direct link] => Direct link [There is no status defined for this order.] => There is no status defined for this order. [[Generated] CartRule for Free Shipping] => [Generated] CartRule for Free Shipping [Order history email could not be sent, test your email configuration in the Advanced Parameters > E-mail section of your back office.] => Order history email could not be sent, test your email configuration in the Advanced Parameters > E-mail section of your back office. [No delivery slip was found for this period.] => No delivery slip was found for this period. [I want my customers to be able to register again with the same email address. All data will be removed from the database.] => I want my customers to be able to register again with the same email address. All data will be removed from the database. [I do not want my customer(s) to register again with the same email address. All selected customer(s) will be removed from this list but their corresponding data will be kept in the database.] => I do not want my customer(s) to register again with the same email address. All selected customer(s) will be removed from this list but their corresponding data will be kept in the database. [An account already exists for this email address:] => An account already exists for this email address: [This customer does not exist.] => This customer does not exist. [A default customer group must be selected in group box.] => A default customer group must be selected in group box. [This email address is not registered.] => This email address is not registered. [This customer already exists as a non-guest.] => This customer already exists as a non-guest. [An error occurred while updating customer information.] => An error occurred while updating customer information. [Merchandise return not found.] => Merchandise return not found. [An error occurred while trying to update merchandise return.] => An error occurred while trying to update merchandise return. [An order message with the same name already exists in %s.] => An order message with the same name already exists in %s. [No order slips were found for this period.] => No order slips were found for this period. [You have to select a shop before creating new orders.] => You have to select a shop before creating new orders. [A standard refund was successfully created.] => A standard refund was successfully created. [The product was successfully returned.] => The product was successfully returned. [This product is out of stock:] => This product is out of stock: [An error occurred while sending an email to the customer.] => An error occurred while sending an email to the customer. [The email was sent to your customer.] => The email was sent to your customer. [Product search phrase must not be an empty string.] => Product search phrase must not be an empty string. [You cannot edit the cart once the order delivered.] => You cannot edit the cart once the order delivered. [Order #%d cannot be loaded.] => Order #%d cannot be loaded. [An error occurred while sending the e-mail to the customer.] => An error occurred while sending the e-mail to the customer. [Only numbers and decimal points (".") are allowed in the amount fields, e.g. 10.50 or 1050.] => Only numbers and decimal points (".") are allowed in the amount fields, e.g. 10.50 or 1050. [Percent value must be greater than 0.] => Percent value must be greater than 0. [Percent value cannot exceed 100.] => Percent value cannot exceed 100. [Amount value must be greater than 0.] => Amount value must be greater than 0. [Discount value cannot exceed the total price of this order.] => Discount value cannot exceed the total price of this order. [Shipping discount value cannot exceed the total price of this order.] => Shipping discount value cannot exceed the total price of this order. [Please enter a maximum quantity of [1].] => Please enter a maximum quantity of [1]. [Please select at least one product.] => Please select at least one product. [Please enter a positive amount.] => Please enter a positive amount. [Please generate at least one credit slip or voucher.] => Please generate at least one credit slip or voucher. [You must choose a payment module to create the order.] => You must choose a payment module to create the order. [You must choose an order status to create the order.] => You must choose an order status to create the order. [The order message given is invalid.] => The order message given is invalid. [Only numbers and decimal points (".") are allowed in the amount fields of the payment block, e.g. 10.50 or 1050.] => Only numbers and decimal points (".") are allowed in the amount fields of the payment block, e.g. 10.50 or 1050. [The selected payment method is invalid.] => The selected payment method is invalid. [An error occurred while changing the status for order #%d, or we were unable to send an email to the customer.] => An error occurred while changing the status for order #%d, or we were unable to send an email to the customer. [Order #%d has already been assigned this status.] => Order no. %d has already been assigned this status. [Please enter a positive value] => Please enter a positive value. [No invoice has been found for this status.] => No invoice has been found for this status. [Invalid invoice number.] => Invalid invoice number. [Invalid "From" date] => Invalid "From" date [Invalid "To" date] => Invalid "To" date [No invoice has been found for this period.] => No invoice has been found for this period. [You must select at least one order status.] => You must select at least one order status. [No cart is available] => No cart is available [A registered customer account using the defined email address already exists. ] => A registered customer account using the defined email address already exists. [There are two ways of deleting a customer. Please choose your preferred method.] => There are two ways of deleting a customer. Please choose your preferred method. [How do you want to delete the selected customers?] => How do you want to delete the selected customers? [You have to select a shop if you want to create a customer.] => You have to select a shop if you want to create a customer. [You must add at least one address to process the order.] => You must add at least one address to process the order. [No products found] => No products found [Searching for products] => Searching for products. [The prices are without taxes.] => The prices are without taxes. [No customers found] => No customers found [Searching for customers] => Searching for customers. [No carrier can be applied to this order] => No carrier can be applied to this order [This value must include taxes.] => This value must include taxes. [Please note that carrier change will not recalculate your shipping costs, if you want to change this please visit Shop Parameters > Order Settings] => Please note that carrier change will not recalculate your shipping costs, if you want to change this please visit Shop Parameters > Order Settings [Are you sure you want to create a new invoice?] => Are you sure you want to create a new invoice? [There is no available document] => There is no available document [Are you sure you want to edit this product price? It will be applied to all invoices of this order.] => Are you sure you want to edit this product price? It will be applied to all invoices of this order. [Are you sure you want to edit this product price? It will be applied to all identical products in this order.] => Are you sure you want to edit this product price? It will be applied to all identical products in this order. [No merchandise returned yet] => No merchandise returned yet [Merchandise returns are not applicable for virtual orders] => Merchandise returns are not applicable for virtual orders. [Do you want to overwrite your existing message?] => Do you want to overwrite your existing message? [paid instead of] => paid instead of [This warning also concerns order:] => This warning also concerns order: [This warning also concerns the following orders:] => This warning also concerns the next orders: [For this customer group, prices are displayed as: [1]%tax_method%[/1]] => For this customer group, prices are displayed as: [1]%tax_method%[/1] [Merchandise returns are disabled] => Merchandise returns are disabled [Error. You cannot refund a negative amount.] => Error. You cannot refund a negative amount. ) [ModulesNewproductsAdmin] => Array ( [New products block] => New products block [Displays a block featuring your store's newest products.] => Displays a block featuring your store's newest products. [Please complete the "products to display" field.] => Please complete the "products to display" field. [Invalid number.] => Invalid number. [Products to display] => Products to display [Define the number of products to be displayed in this block.] => Define the number of products to be displayed in this block. [Number of days for which the product is considered 'new'] => Number of days for which the product is considered 'new' [Highlight your store's newest products, display a block on the homepage and let the visitors know about your latest news.] => Highlight your store's newest products, display a block on the homepage and let visitors know about your latest news. ) [ModulesStatsnewsletterAdmin] => Array ( [Enrich your stats, display a graph showing newsletter registrations.] => Enrich your stats, display a graph showing newsletter registrations. [Customer registrations:] => Customer registrations: [Visitor registrations: ] => Visitor registrations: [Both:] => Both: [CSV Export] => CSV Export [The %s module must be installed.] => The %s module must be installed. [Newsletter statistics] => Newsletter statistics ) [ShopNotificationsWarning] => Array ( [You cannot place a new order from your country (%s).] => You cannot place a new order from your country (%s). [You cannot return merchandise with a guest account.] => You cannot return merchandise with a guest account. [If you have just placed an order, it may take a few minutes for it to be validated. Please refresh this page if your order is missing.] => If you have just placed an order, it may take a few minutes for it to be validated. Please refresh this page if your order is missing. [You must wait for confirmation before returning any merchandise.] => You must wait for confirmation before returning any merchandise. [This product is not visible to your customers.] => This product is not visible to your customers. [You do not have any vouchers.] => You do not have any vouchers. [You have not placed any orders.] => You have not placed any orders. [You have not received any credit slips.] => You have not received any credit slips. ) [AdminActions] => Array ( [Uninstall] => Uninstall [Validate] => Validate [Save and stay] => Save and stay [Generate] => Generate [Choose] => Choose [-- Choose --] => -- Choose -- [Select all] => Select all [Unselect all] => Unselect all [Display] => Display [View] => View [Import] => Import [Back to] => Back to [Disable] => Disable [Translate] => Translate [Print out] => Print out [Remove] => Remove [Reset] => Reset [and stay] => and stay [Apply] => Apply [See more] => See more [Hide warning] => Hide warning [Search] => Search [Add current page to Quick Access] => Add current page to Quick Access [Choose language:] => Choose language: [Close] => Close [Install] => Install [Edit: %s] => Edit: %s [Check All] => Check All [Uncheck All] => Uncheck All [Find a category] => Find a category [Collapse all] => Collapse all [Expand all] => Expand all [Check all] => Check all [Uncheck all] => Uncheck all [Finish] => Finish [Delete selected items?] => Delete selected items? [Delete selected] => Delete selected [Add new menu] => Add new menu [Show or hide menu.] => Show or hide menu. [Enable selection] => Enable selection [Disable selection] => Disable selection [Save] => Save [Configure] => Configure [Refresh] => Refresh [Continue] => Continue [Sort] => Sort [Sort order] => Sort order [Display email address] => Display email address [Export .CSV file] => Export .CSV file [Cancel] => Cancel [Choose a file] => Choose a file [Edit] => Edit [Delete] => Delete [Add new] => Add new [Add] => Add [Search address] => Search address [Search file name] => Search file name [Search file size] => Search file size [Search value] => Search value [Search color] => Search color [Search ID] => Search ID [Search name] => Search name [Search position] => Search position [Search country] => Search country [Search call prefix] => Search call prefix [Search zones] => Search zones [Search language] => Search language [Search employee] => Search employee [Search message] => Search message [Search email] => Search email [Search first name] => Search first name [Search last name] => Search last name [Search ISO code] => Search ISO code [Search code] => Search code [Search date format] => Search date format [Search post code] => Search post code [Search city] => Search city [Search order ID] => Search order ID [Search reference] => Search reference [Search description] => Search description [Search total] => Search total [Search payment] => Search payment [Search template] => Search template [Search company] => Search company [Search customer] => Search customer [Duplicate product] => Duplicate product [Activating %total% products] => Activating %total% products [Activating %done% / %total% products] => Activating %done% / %total% products [Deactivating %total% products] => Deactivating %total% products [Deactivating %done% / %total% products] => Deactivating %done% / %total% products [Duplicating %total% products] => Duplicating %total% products [Duplicating %done% / %total% products] => Duplicating %done% / %total% products [Deleting %total% products] => Deleting %total% products [Deleting %done% / %total% products] => Deleting %done% / %total% products [Stop processing] => Stop processing [%error_count% errors occurred. You can download the logs for future reference.] => %error_count% errors occurred. You can download the logs for future reference. [Back to processing] => Back to processing [Download error log] => Download error log [View %error_count% error logs] => View %error_count% error logs [Delete from store] => Delete from store [Delete from group] => Delete from group [Enable for group] => Enable for group [Disable for group] => Disable for group [Duplicate group] => Duplicate group [Enable on all stores] => Enable on all stores [Disable on all stores] => Disable on all stores [Duplicate all stores] => Duplicate all stores [Activate selection for current store] => Activate selection for current store [Deactivate selection for current store] => Deactivate selection for current store [Duplicate selection for current store] => Duplicate selection for current store [Delete selection for current store] => Delete selection for current store [Activate selection for group] => Activate selection for group [Deactivate selection for group] => Deactivate selection for group [Duplicate selection for group] => Duplicate selection for group [Delete selection for group] => Delete selection for group [Activate selection for all stores] => Activate selection for all stores [Deactivate selection for all stores] => Deactivate selection for all stores [Duplicate selection for all stores] => Duplicate selection for all stores [Delete selection for all stores] => Delete selection for all stores [Activate selection for associated stores] => Activate selection for associated stores [Deactivate selection for associated stores] => Deactivate selection for associated stores [Duplicate selection for associated stores] => Duplicate selection for associated stores [Delete selection for associated stores] => Delete selection for associated stores [Search key] => Search key [Export to SQL manager] => Export to SQL manager [Search zone] => Search zone [Add new authorized app] => Add new authorized app [Add new API access] => Add new API access [New product] => New product [Add tag] => Add tag [Order by] => Order by [View customer details] => View customer details [View order details] => View order details [Replace selection] => Replace selection [Close window] => Close window [Close (esc)] => Close (esc) [Toggle Fullscreen] => Toggle Fullscreen [Zoom in/out] => Zoom in/out [Previous (arrow left)] => Previous (arrow left) [Next (arrow right)] => Next (arrow right) [Download image] => Download image [Zoom on selection] => Zoom on selection [[1]Manage default settings[/1]] => [1]Manage default settings[/1] [All carriers] => All carriers [Only selected carriers] => Only selected carriers [Change password...] => Change password... [Done] => Done [Confirm] => Confirm [Go] => Go [Browse] => Browse [Download] => Download [Back to list] => Back to list [Use] => Use [Change] => Change [Read more] => Read more [Enable] => Enable [Load] => Load [All] => All [Export] => Export [Edit: %name%] => Edit: %name% [Preview] => Preview [Learn more] => Learn more [Edit: %value%] => Edit: %value% [Enable debug mode] => Enable debug mode [Back to previous page] => Back to previous page [Learn more about debug mode] => Learn more about debug mode [Save and preview] => Save and preview [Generate emails] => Generate emails [Back to configuration] => Back to configuration [Translate emails] => Translate emails [Choose layouts] => Choose layouts [Show] => Show [Update] => Update [Restore] => Restore [Copy] => Copy [Modify] => Modify [Try again] => Try again [See less] => See less [Sort by] => Sort by [Go to maintenance page] => Go to maintenance page [Upgrade] => Upgrade [Upgrade anyway] => Upgrade anyway [Configure URL] => Configure URL [Delete selection] => Delete selection [Activate selection] => Activate selection [Deactivate selection] => Deactivate selection [Duplicate selection] => Duplicate selection [Clear filter] => Clear filter [Filter by categories] => Filter by categories [Unselect] => Unselect [Expand] => Expand [Collapse] => Collapse [Show SQL query] => Show SQL query [Export to SQL Manager] => Export to SQL Manager [Duplicate] => Duplicate [Reorder] => Reorder [Save & refresh] => Save & refresh [Rearrange] => Rearrange [Create] => Create [Check / Uncheck all] => Check / Uncheck all [Delete this file] => Delete this file [Download file] => Download file [Save image settings] => Save image settings [Close and refresh] => Close and refresh [Filter by:] => Filter by: [Clear filter|Clear %filtersNb% filters] => Clear filter|Clear %filtersNb% filters [Discard] => Discard [Clear filter|Clear {filtersNb} filters] => Clear filter|Clear {filtersNb} filters [Select results on this page (%combinations_number%)] => Select results on this page (%combinations_number%) [Select all results (%combinations_number%)] => Select all results (%combinations_number%) [Save and publish] => Save and publish [Send] => Send [Choose file(s)] => Choose file(s) [Shipping] => Shipping [Select] => Select [Select another address] => Select another address [View full details] => View full details [Edit existing address] => Edit existing address [View pack content] => View pack content [Add my IP] => Add my IP [Confirm this action] => Confirm this action ) [AdminDesignFeature] => Array ( [Move images] => Move images [Regenerate thumbnails] => Regenerate thumbnails [Select an image] => Select an image [Select a format] => Select a format [Erase previous images] => Erase previous images [Transplant a module] => Transplant a module [Transplant to] => Transplant to [Available hooks] => Available hooks [Already registered hooks] => Already registered hooks [Exceptions] => Exceptions [Full width] => Full width [Three columns] => Three columns [Two columns, small left column] => Two columns, small left column [Two columns, small right column] => Two columns, small right column [No side columns, ideal for distraction-free pages such as product pages.] => No side columns, ideal for distraction-free pages such as product pages. [One large central column and 2 side columns.] => One large central column and 2 side columns. [Two columns with a small left column.] => Two columns with a small left column. [Two columns with a small right column.] => Two columns with a small right column. [Images generation options] => Images generation options [Image format] => Image format [Use JPEG.] => Use JPEG. [Use PNG only if the base image is in PNG format.] => Use PNG only if the base image is in PNG format. [Use PNG for all images.] => Use PNG for all images. [Use WebP only if the base image is in WebP format.] => Use WebP only if the base image is in WebP format. [Use WebP for all images.] => Use WebP for all images. [JPEG compression] => JPEG compression [PNG compression] => PNG compression [WebP compression] => WebP compression [Generate images based on one side of the source image] => Generate images based on one side of the source image [Automatic (longest side)] => Automatic (longest side) [Maximum file size of product customization pictures] => Maximum file size of product customization pictures [bytes] => bytes [Product picture width] => Product picture width [pixels] => pixels [Product picture height] => Product picture height [Generate high resolution images] => Generate high resolution images [Use the legacy image filesystem] => Use the legacy image filesystem [Image type] => Image type [Name for the image type] => Name for the image type [Add new image type] => Add new image type [Image formats to generate] => Image formats to generate [Base JPEG/PNG] => Base JPEG/PNG [WebP] => WebP [AVIF] => AVIF [Base format] => Base format [Use JPEG] => Use JPEG [Use PNG only if the base image is in PNG format] => Use PNG only if the base image is in PNG format [Use PNG] => Use PNG [AVIF compression] => AVIF compression [Regenerate] => Regenerate [Are you sure you want to delete this image setting?] => Are you sure you want to delete this image setting? [___________ CUSTOM ___________] => ___________ CUSTOM ___________ [____________ CORE ____________] => ____________ CORE ____________ [Admin modules controller] => Admin modules controller [Front modules controller] => Front modules controller [Pages] => Pages [Pages in category "%name%"] => Pages in category "%name%" [Preview Theme %s] => Preview Theme %s [Test email %template%] => Test email %template% [Parent category] => Parent category [Page category] => Page category [Only letters and the hyphen (-) character are allowed.] => Only letters and the hyphen (-) character are allowed. [Page content] => Page content [Indexation by search engines] => Indexation by search engines [Zip file] => Zip file [Archive URL] => Archive URL [Select the archive] => Select the archive [CMS Category] => CMS Category [Select your default email theme] => Select your default email theme [Generate emails] => Generate emails [Select your email theme] => Select your email theme [Select the theme you want to overwrite] => Select the theme you want to overwrite [Overwrite templates] => Overwrite templates [List %theme% layouts] => List %theme% layouts [Raw HTML] => Raw HTML [Text] => Text [Email themes] => Email themes [Designed by %s] => Designed by %s [Delete this theme?] => Delete this theme? [Configure your page layouts] => Configure your page layouts [Each page can use a different layout, choose it among the layouts bundled in your theme.] => Each page can use a different layout, choose it among the layouts bundled in your theme. [Choose layouts] => Choose layouts [Reset to defaults] => Reset to defaults [Header logo] => Header logo [Mail logo] => Mail logo [Invoice logo] => Invoice logo [Favicon] => Favicon [Favicon image] => Favicon image [Adaptation to Right-to-Left languages] => Adaptation to Right-to-Left languages [Generate RTL stylesheet] => Generate RTL stylesheet [Theme to adapt] => Theme to adapt [Use this theme?] => Use this theme? [Import from your computer] => Import from your computer [Import from the web] => Import from the web [Import from FTP] => Import from FTP [Theme] => Theme [Add new theme] => Add new theme [Export current theme] => Export current theme [My current theme] => My current theme [Use this theme] => Use this theme [My theme for %name% shop] => My theme for %name% shop [1 module selected] => 1 module selected [modules selected] => modules selected [Unhook the selection] => Unhook the selection [All modules] => All modules [Search for a hook] => Search for a hook [Display non-positionable hooks] => Display non-positionable hooks [Unhook] => Unhook ) [AdminStatsNotification] => Array ( [Module not found] => Module not found [Please select a module from the left column.] => Please select a module from the left column. [The specified date is invalid.] => The specified date is invalid. ) [AdminDesignHelp] => Array ( [By default, all images settings are already installed in your store. Do not delete them, you will need it!] => By default, all images settings are already installed in your store. Do not delete them, you will need it! [Select "No" only if your server timed out and you need to resume the regeneration.] => Select "No" only if your server timed out and you need to resume the regeneration. [Please select a module] => Please select a module [Select a module above before choosing from available hooks] => Select a module above before choosing from available hooks [Please specify the files for which you do not want the module to be displayed.] => Please specify the files for which you do not want the module to be displayed. [Please input each filename, separated by a comma (",").] => Please input each filename, separated by a comma (","). [You can also click the filename in the list below, and even make a multiple selection by keeping the Ctrl key pressed while clicking, or choose a whole range of filename by keeping the Shift key pressed while clicking.] => You can also click the filename in the list below, and even make a multiple selection by keeping the Ctrl key pressed while clicking, or choose a whole range of filename by keeping the Shift key pressed while clicking. [JPEG images have a small file size and standard quality. PNG images have a larger file size, a higher quality and support transparency. Note that in all cases the image files will have the .jpg extension.] => JPEG images have a small file size and standard quality. PNG images have a larger file size, a higher quality and support transparency. Note that in all cases the image files will have the .jpg extension. [WARNING: This feature may not be compatible with your theme, or with some of your modules. In particular, PNG mode is not compatible with the Watermark module. If you encounter any issues, turn it off by selecting "Use JPEG".] => WARNING: This feature may not be compatible with your theme, or with some of your modules. In particular, PNG mode is not compatible with the Watermark module. If you encounter any issues, turn it off by selecting "Use JPEG". [Ranges from 0 (worst quality, smallest file) to 100 (best quality, biggest file).] => Ranges from 0 (worst quality, smallest file) to 100 (best quality, biggest file). [Recommended: 90.] => Recommended: 90. [PNG compression is lossless: unlike JPG, you do not lose image quality with a high compression ratio. However, photographs will compress very badly.] => PNG compression is lossless: unlike JPG, you do not lose image quality with a high compression ratio. However, photographs will compress very badly. [Ranges from 0 (biggest file) to 9 (smallest file, slowest decompression).] => Ranges from 0 (biggest file) to 9 (smallest file, slowest decompression). [Recommended: 7.] => Recommended: 7. [Recommended: %d.] => Recommended: %d. [The maximum file size of pictures that customers can upload to customize a product (in bytes).] => The maximum file size of pictures that customers can upload to customize a product (in bytes). [Width of product customization pictures that customers can upload (in pixels).] => Width of product customization pictures that customers can upload (in pixels). [Height of product customization pictures that customers can upload (in pixels).] => Height of product customization pictures that customers can upload (in pixels). [This will generate an additional file for each image (thus doubling your total amount of images). Resolution of these images will be twice higher.] => This will generate an additional file for each image (thus doubling your total amount of image files). Resolution of these images will be twice higher. [Enable to optimize the display of your images on high pixel density screens.] => Enable to optimize the display of your images on high pixel density screens. [This should be set to yes unless you successfully moved images in "Images" page under the "Preferences" menu.] => This should be set to yes unless you successfully moved images in "Images" page under the "Preferences" menu. [Letters, underscores and hyphens only (e.g. "small_custom", "cart_medium", "large", "thickbox_extra-large").] => Letters, underscores and hyphens only (e.g. "small_custom", "cart_medium", "large", "thickbox_extra-large"). [Maximum image width in pixels.] => Maximum image width in pixels. [Maximum image height in pixels.] => Maximum image height in pixels. [This type will be used for Product images.] => This type will be used for Product images. [This type will be used for Category images.] => This type will be used for Category images. [This type will be used for Brand images.] => This type will be used for Brand images. [This type will be used for Supplier images.] => This type will be used for Supplier images. [This type will be used for Store images.] => This type will be used for Store images. [Choose which image formats you want to be generated. Base image will always have .jpg extension, other formats will have .webp or .avif.] => Choose which image formats you want to be generated. Base image will always have .jpg extension, other formats will have .webp or .avif. [E.g. address, addresses, attachment] => E.g. address, addresses, attachment [Used in the h1 page tag, and as the default title tag value.] => Used in the h1 page tag, and as the default title tag value. [Used to override the title tag value. If left blank, the default title value is used.] => Used to override the title tag value. If left blank, the default title value is used. [Browse your computer files and select the Zip file for your new theme.] => Browse your computer files and select the Zip file for your new theme. [Indicate the complete URL to an online Zip file that contains your new theme. For instance, "http://example.com/files/theme.zip".] => Indicate the complete URL to an online Zip file that contains your new theme. For instance, "http://example.com/files/theme.zip". [This selector lists the Zip files that you uploaded in the '/themes' folder.] => This selector lists the Zip files that you uploaded in the '/themes' folder. [Create meaningful content] => Create meaningful content [Because it is not just selling products but also creating a universe, build pages to tell stories and catch your visitors’ interest, to turn them into loyal customers.] => Because it is not just selling products but also creating a universe, build pages to tell stories and catch your visitors’ interest, to turn them into loyal customers. [Add new page category] => Add new page category [Add new page] => Add new page [This won't regenerate email templates, it only sets the default email theme for future generation (when a language is installed for example).] => This won't regenerate email templates, it only sets the default email theme for future generation (when a language is installed for example). [PrestaShop's email templates are stored in the "mails" folder, but they can be overridden by your current theme's own "mails" folder. Using this option enables to overwrite emails from your current theme.] => PrestaShop's email templates are stored in the "mails" folder, but they can be overridden by your current theme's own "mails" folder. Using this option enables to overwrite emails from your current theme. [No emails were detected in any theme folder so this field is disabled.] => No emails were detected in any theme folder so this field is disabled. [By default, existing email template files are not modified to avoid deleting any modification you may have done. Enable this option to force the overwrite.] => By default, existing email template files are not modified to avoid deleting any modification you may have done. Enable this option to force the overwrite. [Will appear on your main page. Recommended size for the default theme: height %height% and width %width%.] => Will appear on your main page. Recommended size for the default theme: height %height% and width %width%. [Will appear on email headers. If undefined, the header logo will be used.] => Will appear on email headers. If undefined, the header logo will be used. [Will appear on invoice headers.] => Will appear on invoice headers. [Warning: if no invoice logo is available, the main logo will be used instead.] => Warning: if no invoice logo is available, the main logo will be used instead. [It is the small icon that appears in browser tabs, next to the title.] => It is the small icon that appears in browser tabs, next to the title. [Use our [1]favicon generator on PrestaShop Marketplace[/1] to boost your brand image!] => Use our [1]favicon generator on PrestaShop Marketplace[/1] to boost your brand image! [Be careful! Please check your theme in an RTL language before generating the RTL stylesheet: your theme could be already adapted to RTL. Once you enable the "%generate_rtl_label%" option, any RTL-specific file that you might have added to your theme might be deleted by the created stylesheet.] => Be careful! Please check your theme in an RTL language before generating the RTL stylesheet: your theme could be already adapted to RTL. Once you enable the "%generate_rtl_label%" option, any RTL-specific file that you might have added to your theme might be deleted by the created stylesheet. [You must select a shop from the above list if you wish to choose a theme.] => You must select a shop from the above list if you wish to choose a theme. [You are editing this page for a specific shop or group. Click "%yes_label%" to check all fields, "%no_label%" to uncheck all.] => You are editing this page for a specific shop or group. Click "%yes_label%" to check all fields, "%no_label%" to uncheck all. [If you check a field, change its value, and save, the multistore behavior will not apply to this shop (or group), for this particular parameter.] => If you check a field, change its value, and save, the multistore behavior will not apply to this store (or group), for this particular parameter. ) [ModulesViewedproductAdmin] => Array ( [Viewed products block] => Viewed products block [Display a kind of showcase on your product pages with recently viewed products.] => Display a kind of showcase on your product pages with recently viewed products. [You must fill in the 'Products displayed' field.] => You must fill in the 'Products displayed' field. [Invalid number.] => Invalid number. [Products to display] => Products to display [Define the number of products displayed in this block.] => Define the number of products displayed in this block. ) [ModulesProductcommentsAdmin] => Array ( [Valid for the entire catalog] => Valid for the entire catalog [Restricted to some categories] => Restricted to some categories [Restricted to some products] => Restricted to some products [Product Comments] => Product Comments [Allow users to post reviews on your products and/or rate them based on specific criteria.] => Allow users to post reviews on your products and/or rate them based on specific criteria. [Settings updated] => Settings updated [The criterion cannot be saved] => The criterion cannot be saved [Criterion deleted] => Criterion deleted [Configuration] => Configuration [All reviews must be validated by an employee] => All reviews must be validated by an employee [Yes] => Yes [No] => No [Allow guest reviews] => Allow guest reviews [Enable upvotes / downvotes on reviews] => Enable upvotes / downvotes on reviews [Anonymize the user's last name] => Anonymize the user's last name [Display only initials, e.g. John D.] => Display only initials, e.g. John D. [Minimum time between 2 reviews from the same user] => Minimum time between 2 reviews from the same user [Number of comments per page] => Number of comments per page [Save] => Save [Reviews waiting for approval] => Reviews waiting for approval [Reported Reviews] => Reported Reviews [Approve] => Approve [Not abusive] => Not abusive [ID] => ID [Name] => Name [Type] => Type [Status] => Status [Add New Criterion] => Add New Criterion [Review Criteria] => Review Criteria [Approved Reviews] => Approved Reviews [Review title] => Review title [Review] => Review [Rating] => Rating [Author] => Author [Product] => Product [Time of publication] => Time of publication [Criterion will be restricted to the following categories] => Criterion will be restricted to the following categories [Mark the boxes of categories to which this criterion applies.] => Mark the boxes of categories to which this criterion applies. [Selected] => Selected [Collapse All] => Collapse All [Expand All] => Expand All [Check All] => Check All [Uncheck All] => Uncheck All [Add new criterion] => Add new criterion [Criterion name] => Criterion name [Maximum length: %s characters] => Maximum length: %s characters [Application scope of the criterion] => Application scope of the criterion [The criterion will be restricted to the following products] => The criterion will be restricted to the following products [Active] => Active [The comment cannot be deleted] => The comment cannot be deleted [Criterion cannot be deleted] => Criterion cannot be deleted [Product Name] => Product Name ) [ModulesStatssearchAdmin] => Array ( [Shop search] => Shop search [Enrich your stats, add a tab showing what keywords have been searched by your visitors.] => Enrich your stats, add a tab showing what keywords have been searched by your visitors. [Keywords] => Keywords [Occurrences] => Occurrences [Results] => Results [CSV Export] => CSV Export [Cannot find any keywords that have been searched for more than once.] => Cannot find any keywords that have been searched for more than once. [Top 10 keywords] => Top 10 keywords [Others] => Others ) [ModulesStatsbestmanufacturersAdmin] => Array ( [Total paid] => Total paid [Best brands] => Best brands [Adds a list of the best brands to the Stats dashboard.] => Adds a list of the best brands to the Stats dashboard. [Enrich your stats: add a list of the best-selling brands to your dashboard.] => Enrich your stats: add a list of the best-selling brands to your dashboard. ) [AdminGlobal] => Array ( [Logo] => Logo [Amount] => Amount [Product] => Product [Tax excluded] => Tax excluded [Tax included] => Tax included [Value] => Value [From] => From [To] => To [Actions] => Actions [Hour] => Hour [Status] => Status [Description] => Description [Code] => Code [Priority] => Priority [Brands] => Brands [Suppliers] => Suppliers [Attributes] => Attributes [Selected] => Selected [Unselected] => Unselected [Stock] => Stock [Discounts] => Discounts [Unit price] => Unit price [Zone] => Zone [result(s)] => result(s) [Email] => Email [Subject:] => Subject: [Day] => Day [Month] => Month [Year] => Year [Discount] => Discount [Password] => Password [Email address] => Email address [Forgot your password?] => Forgot your password? [Next] => Next [Bulk actions] => Bulk actions [Module] => Module [Quantity] => Quantity [Action] => Action [Category] => Category [Supplier] => Supplier [Brand] => Brand [Attribute] => Attribute [Features] => Features [Type] => Type [or] => or [and] => and [Feature] => Feature [Reference] => Reference [Products] => Products [All] => All [Shop group] => Store group [Store] => Store [Total] => Total [Messages] => Messages [Options] => Options [Back] => Back [Modules] => Modules [Carts] => Carts [Catalog] => Catalog [Invoices] => Invoices [All stores] => All stores [From:] => From: [Total:] => Total: [All shops] => All shops [Help] => Help [Default] => Default [Miscellaneous] => Miscellaneous [(tax excl.)] => (tax excl.) [Drop-down list] => Drop-down list [Radio buttons] => Radio buttons [Values] => Values [MultiStore] => MultiStore [Previous] => Previous [No tax] => No tax [No Tax] => No Tax [Invalid characters:] => Invalid characters: [30 day] => 30 day [30 days] => 30 days [Date of birth] => Date of birth [Last name] => Last name [First name] => First name [Social title] => Social title [Stores] => Stores [Width] => Width [Height] => Height [Customers] => Customers [Depth] => Depth [Mobile] => Mobile [Dashboard] => Dashboard [?] => ? [Birth date] => Birth date [Search results] => Search results [Company] => Company [Countries] => Countries [All currencies] => All currencies [All groups] => All groups [Calendar] => Calendar [To:] => To: [Week] => Week [Never] => Never [Fax] => Fax [Note] => Note [Phone] => Phone [Zip/Postal code] => Zip/Postal code [DNI] => DNI [Class] => Class [Menus] => Menus [Home] => Home [Parent] => Parent [30 Days] => 30 Days [Abandoned Carts] => Abandoned Carts [Configuration] => Configuration [Configure] => Configure [Tax excl.] => Tax excl. [Orders] => Orders [Sales] => Sales [Conversion Rate] => Conversion Rate [Visits] => Visits [Settings updated.] => Settings updated. [By name] => By name [By position] => By position [Descending] => Descending [Ascending] => Ascending [Lastname] => Lastname [Firstname] => Firstname [Gender] => Gender [Enabled] => Enabled [Disabled] => Disabled [Yes] => Yes [No] => No [None] => None [Name] => Name [Categories] => Categories [ID] => ID [Pages] => Pages [Meta title] => Meta title [URL] => URL [Maximum image size: %s.] => Maximum image size: %s. [Shop] => Store [Shop association] => Shop association [Hook] => Hook [Delete] => Delete [Link] => Link [Label] => Label [Save] => Save [Last Name] => Last Name [First Name] => First Name [CSV Export] => CSV Export [Displaying %1$s of %2$s] => Displaying %1$s of %2$s [Quantity sold] => Quantity sold [Edit] => Edit [images] => images [Available quantity for sale] => Available quantity for sale [Item] => Item [Images] => Images [Settings updated] => Settings updated [Average price] => Average price [Percentage] => Percentage [customers] => customers [Guide] => Guide [Filter] => Filter [Products bought:] => Products bought: [All countries] => All countries [Today] => Today [All Time] => All Time [Average Order Value] => Average Order Value [Tax incl.] => Tax incl. [%firstname% %lastname%] => %firstname% %lastname% [Hours] => Hours [Days] => Days [Text] => Text [Percent] => Percent [(deleted)] => (deleted) [Size] => Size [API access state] => API access state [Filename] => Filename [PDF] => PDF [Customer thread] => Customer thread [Private] => Private [Last message] => Last message [Shop context] => Shop context [In transit] => In transit [Delete from store] => Delete from store [Search title] => Search title [Mobile Phone] => Mobile Phone [%s: %s] => %s: %s [Always] => Always [Enable gravatar] => Enable gravatar [Avatar] => Avatar [Resource] => Resource [Display error page with 404 response] => Display error page with 404 response [Display error page with 410 response] => Display error page with 410 response [Display product as discontinued with 200 response] => Display product as discontinued with 200 response [Display product as discontinued with 404 response] => Display product as discontinued with 404 response [Display product as discontinued with 410 response] => Display product as discontinued with 410 response [-] => - [,] => , [Required] => Required [All customers] => All customers [%] => % [New] => New [Existing] => Existing [Format: 2011-12-31 (inclusive).] => Format: 2011-12-31 (inclusive). [tax incl.] => tax incl. [Allowed special characters: %allowed_characters%] => Allowed special characters: %allowed_characters% [Cancel] => Cancel [Apply changes to all associated stores] => Apply changes to all associated stores [Not Required] => Not Required [YYYY-MM-DD HH:mm:ss] => YYYY-MM-DD HH:mm:ss [Apply to:] => Apply to: [Apply to all customers] => Apply to all customers [All combinations] => All combinations [Date & Time] => Date & Time [Start date] => Start date [YY-MM-DD] => YY-MM-DD [End date] => End date [Add or subtract items] => Add or subtract items [No records found] => No records found [Active] => Active [Inactive] => Inactive [Deleted customer] => Deleted customer [Settings] => Settings [View] => View [Meta keywords] => Meta keywords [Meta description] => Meta description [General] => General [Processing...] => Processing... [%inputId% Minimum Input] => %inputId% Minimum Input [%inputId% Maximum Input] => %inputId% Maximum Input [Not filtered] => Not filtered [Equals] => Equals [Below] => Below [Above] => Above [Inside range] => Inside range [Version] => Version [Multistore] => Multistore [Page] => Page [Layout] => Layout [Selection] => Selection [Currencies] => Currencies [Example] => Example [Language] => Language [Languages] => Languages [Advanced] => Advanced [Taxes] => Taxes [Bulk Actions] => Bulk actions [Customized] => Customized [Inherited] => Inherited [No results found for] => No results found for [Searching for] => Searching for [Edit color] => Edit color [Disable %product_name% input] => Disable %product_name% input [Enable %product_name% input] => Enable %product_name% input [N/A] => N/A [Quick navigation] => Quick navigation [Price] => Price [Position] => Position [Image] => Image [Min] => Min [Max] => Max [%inputId% select] => %inputId% select [%inputId% input] => %inputId% input [SQL query] => SQL query [Online] => Online [Offline] => Offline [to] => to [For] => For [Customer] => Customer [Currency] => Currency [Period] => Period [Country] => Country [Group] => Group [Are you sure you want to delete the selected item(s)?] => Are you sure you want to delete the selected item(s)? [File] => File [Friendly URL] => Friendly URL [Displayed] => Displayed [SEO preview] => SEO preview [Here is a preview of how your page will appear in search engine results.] => Here is a preview of how your page will appear in search engine results. [Store association] => Store association [Performance] => Performance [State] => State [Address] => Address [Address (2)] => Address (2) [City] => City [Other] => Other [Mobile phone] => Mobile phone [Home phone] => Home phone [tax excl.] => tax excl. [Units] => Units [Generate combinations for all stores] => Generate combinations for all stores [Unlimited] => Unlimited [Duration] => Duration [Specific price deletion] => Specific price deletion [Are you sure you want to delete this specific price?] => Are you sure you want to delete this specific price? [Edit specific price] => Edit specific price [Groups] => Groups [Newsletter] => Newsletter [Social Title] => Social Title [Subject] => Subject [Template] => Template [Name:] => Name: [Addresses] => Addresses [Delivery] => Delivery [Remove] => Remove [Toggle] => Toggle [Summary] => Summary [Invoice] => Invoice [Combination] => Combination [Carrier] => Carrier [Message history with %name%] => Message history with %name% [Message history] => Message history [Products in pack] => Products in pack [Package item] => Package item [Available] => Available [Combinations] => Combinations [Email:] => Email: [More actions] => More actions [from] => from [at] => at [Date] => Date [Message] => Message [Me] => Me [Details] => Details [Payment] => Payment [Employee] => Employee [Warning] => Warning [Order] => Order [Weight] => Weight [Gift message:] => Gift message: [Keywords] => Keywords [Tax] => Tax [(%count% more)] => (%count% more) [Added] => Added [Removed] => Removed [Current store] => Current store [Title] => Title [File name] => File name [%count% file(s)] => %count% file(s) [Loading...] => Loading... [%count% errors] => %count% error(s) [Product name] => Product name ) [EmailsBody] => Array ( [(waiting for validation)] => (waiting for validation) [{shop_name} powered by PrestaShop™] => {shop_name} powered by PrestaShop™ [Message from {shop_name}] => Message from {shop_name} [Your login email address on {shop_name}] => Your login email address on {shop_name} [Here is your login email address:] => Here is your login email address: [Thank you for creating a customer account at {shop_name}.] => Thank you for creating a customer account at {shop_name}. [Important Security Tips:] => Important Security Tips: [Always keep your account details safe.] => Always keep your account details safe. [Never disclose your login details to anyone.] => Never disclose your login details to anyone. [Change your password regularly.] => Change your password regularly. [Should you suspect someone is using your account illegally, please notify us immediately.] => Should you suspect someone is using your account illegally, please notify us immediately. [You can now place orders on our store:] => You can now place orders on our store: [Please go on {order_link} to finalize the payment.] => Please go on {order_link} to finalize the payment. [A new order has been generated on your behalf.] => A new order has been generated on your behalf. [Awaiting wire payment] => Awaiting wire payment [You have selected to pay by wire transfer.] => You have selected to pay by wire transfer. [Here are the bank details for your transfer:] => Here are the bank details for your transfer: [Account owner:] => Account owner: [Account details:] => Account details: [Bank address:] => Bank address: [Please specify your order reference in the bankwire description.] => Please specify your order reference in the bankwire description. [Your order with the reference [1]{order_name}[/1] has been placed successfully and will be [1]shipped as soon as we receive your payment[/1].] => Your order with the reference [1]{order_name}[/1] has been placed successfully and will be [1]shipped as soon as we receive your payment[/1]. [Amount:] => Amount: [Awaiting check payment] => Awaiting check payment [You have selected to pay by check.] => You have selected to pay by check. [Here are the bank details for your check:] => Here are the bank details for your check: [Payable to the order of:] => Payable to the order of: [Please mail your check to:] => Please mail your check to: [Customer email address:] => Customer email address: [Message from a {shop_name} customer] => Message from a {shop_name} customer [Order ID:] => Order ID: [Attached file:] => Attached file: [Your message to {shop_name} Customer Service] => Your message to {shop_name} Customer Service [Your message has been sent successfully.] => Your message has been sent successfully. [We will answer as soon as possible.] => We will answer as soon as possible. [Product:] => Product: [Credit slip created] => Credit slip created [We have generated a credit slip in your name for order with the reference [1]{order_name}[/1].] => We have generated a credit slip in your name for order with the reference [1]{order_name}[/1]. [Review this credit slip and download your invoice on our store, go to the %credit_slips_label% section of your customer account.] => Review this credit slip and download your invoice on our store, go to the %credit_slips_label% section of your customer account. [Thank you for your order with the reference {order_name} from {shop_name}] => Thank you for your order with the reference {order_name} from {shop_name} [Product(s) now available for download] => Product(s) now available for download [You have [1]{nbProducts}[/1] product(s) now available for download using the following link(s):] => You have [1]{nbProducts}[/1] product(s) now available for download using the following link(s): [Your {shop_name} login information] => Your {shop_name} login information [Here is your personal login information for [1]{shop_name}[/1]:] => Here is your personal login information for [1]{shop_name}[/1]: [First name:] => First name: [Last name:] => Last name: [Customer service - Forwarded discussion] => Customer service - Forwarded discussion [[1]{employee}[/1] added [1]"{comment}"[/1]] => [1]{employee}[/1] added [1]"{comment}"[/1] [[1]{employee}[/1] wanted to forward this discussion to you.] => [1]{employee}[/1] wanted to forward this discussion to you. [Discussion history:] => Discussion history: [Your customer account creation] => Your customer account creation [Your guest account for [1]{shop_name}[/1] has been transformed into a customer account.] => Your guest account for [1]{shop_name}[/1] has been transformed into a customer account. [Please be careful when sharing these login details with others.] => Please be careful when sharing these login details with others. [Click on the following link to set up your password:] => Click on the following link to set up your password: [You can access your customer account on our store:] => You can access your customer account on our store: [Email address:] => Email address: [Import complete] => Import complete [The file {filename} has been successfully imported to your store.] => The file {filename} has been successfully imported to your store. [Your order with the reference [1]{order_name}[/1] is currently in transit.] => Your order with the reference [1]{order_name}[/1] is currently in transit. [{followup}] => {followup} [In transit] => In transit [You can track your package using the following link:] => You can track your package using the following link: [You have received a new log alert] => You have received a new log alert [[1]Warning:[/1] you have received a new log alert in your Back Office.] => [1]Warning:[/1] you have received a new log alert in your back office. [You can check for it in the [1]Advanced Parameters > Logs[/1] section of your back office.] => You can check for it in the [1]Advanced Parameters > Logs[/1] section of your back office. [Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been canceled.] => Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been canceled. [Order canceled] => Order canceled [Order changed] => Order changed [Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been changed by the merchant.] => Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been changed by the merchant. [Message from a customer] => Message from a customer [You have received a new message.] => You have received a new message. [Order reference:] => Order reference: [You have received a new message from [1]{shop_name}[/1] regarding order with the reference [1]{order_name}[/1].] => You have received a new message from [1]{shop_name}[/1] regarding order with the reference [1]{order_name}[/1]. [Message:] => Message: [Return #{id_order_return} - update] => Return #{id_order_return} - update [We have updated the progress on your return #{id_order_return}, the new status is:] => We have updated the progress on your return #{id_order_return}, the new status is: [Item(s) out of stock] => Item(s) out of stock [Unfortunately, one or more items are currently out of stock. This may cause a slight delay in your delivery. Please accept our apologies and rest assured that we are working hard to rectify this.] => Unfortunately, one or more items are currently out of stock. This may cause a slight delay in your delivery. Please accept our apologies and rest assured that we are working hard to rectify this. [Thanks for your order with the reference {order_name} from {shop_name}.] => Thanks for your order with the reference {order_name} from {shop_name}. [Your new {shop_name} login details] => Your new {shop_name} login details [Password reset request for {shop_name}] => Password reset request for {shop_name} [To confirm this action, please use the following link:] => To confirm this action, please use the following link: [You have requested to reset your [1]{shop_name}[/1] login details.] => You have requested to reset your [1]{shop_name}[/1] login details. [Please note that this will change your current password.] => Please note that this will change your current password. [Payment processed] => Payment processed [Your payment for order with the reference {order_name} was successfully processed.] => Your payment for order with the reference {order_name} was successfully processed. [Payment processing error] => Payment processing error [There is a problem with your payment for {shop_name} order with the reference {order_name}. Please contact us at your earliest convenience.] => There is a problem with your payment for {shop_name} order with the reference {order_name}. Please contact us at your earliest convenience. [We cannot ship your order until we receive your payment.] => We cannot ship your order until we receive your payment. [Processing] => Processing [We are currently processing your {shop_name} order with the reference {order_name}.] => We are currently processing your {shop_name} order with the reference {order_name}. [We have processed your {shop_name} refund for order with the reference {order_name}.] => We have processed your {shop_name} refund for order with the reference {order_name}. [Refund processed] => Refund processed [In order to reply, please use the following link: {link}] => In order to reply, please use the following link: {link} [Please do not reply directly to this email, we will not receive it.] => Please do not reply directly to this email, we will not receive it. [Thank you for shopping with {shop_name}!] => Thank you for shopping with {shop_name}! [Your order has been shipped] => Your order has been shipped [Shipped] => Shipped [Your order with the reference [1]{order_name}[/1] has been shipped.] => Your order with the reference [1]{order_name}[/1] has been shipped. [Hello] => Hello [This is a [1]test e-mail[/1] from your shop.] => This is a [1]test e-mail[/1] from your shop. [If you can read this, the test was successful!] => If you can read this, the test was successful! [Voucher created] => Voucher created [A voucher has been created in your name as a result of your order with the reference [1]{order_name}[/1].] => A voucher has been created in your name as a result of your order with the reference [1]{order_name}[/1]. [[1]Voucher code: {voucher_num}[/1] in the amount of [1]{voucher_amount}[/1]] => [1]Voucher code: {voucher_num}[/1] in the amount of [1]{voucher_amount}[/1] [This is to inform you about the creation of a voucher.] => This is to inform you about the creation of a voucher. [Hi,] => Hi, [This item is once again in-stock.] => This item is once again in-stock. [You can access the product page by clicking on the link:] => You can access the product page by clicking on the link: [You can order it right now from our online shop.] => You can order it right now from our online shop. [{product} is now available.] => {product} is now available. [Customer message:] => Customer message: [Total Tax paid] => Total Tax paid [Order details] => Order details [Order:] => Order: [Placed on] => Placed on [Payment:] => Payment: [Reference] => Reference [Product] => Product [Unit price] => Unit price [Quantity] => Quantity [Total price] => Total price [Products] => Products [Discounts] => Discounts [Gift-wrapping] => Gift-wrapping [Shipping] => Shipping [Total paid] => Total paid [Carrier:] => Carrier: [Delivery address] => Delivery address [Billing address] => Billing address [A new order was placed on {shop_name} by the following customer: {firstname} {lastname} ({email})] => A new order was placed on {shop_name} by the following customer: {firstname} {lastname} ({email}) [Congratulations!] => Congratulations! [Order {order_name}] => Order {order_name} [If you have a guest account, you can follow your order via the %guest_tracking_label% section on our shop.] => If you have a guest account, you can follow your order via the %guest_tracking_label% section on our shop. [Order edited] => Order edited [Your order with the reference [1]{order_name}[/1] has been modified.] => Your order with the reference [1]{order_name}[/1] has been modified. [The stock cover is now less than the specified minimum of:] => The stock cover is now less than the specified minimum of: [Current stock cover:] => Current stock cover: [{product} is almost out of stock.] => {product} is almost out of stock. [{product} is nearly out of stock.] => {product} is nearly out of stock. [The remaining stock is now less than the specified minimum of] => The remaining stock is now less than the specified minimum of [Remaining stock:] => Remaining stock: [Replenish your inventory, go to the [1]Catalog > Stocks[/1] section of your back office to manage your stock.] => Replenish your inventory, go to the [1]Catalog > Stocks[/1] section of your back office to manage your stock. [Customer:] => Customer: [Return details] => Return Details [{order_name} Placed on {date}] => {order_name} placed on {date} [You have received a new return request for {shop_name}.] => You have received a new return request for {shop_name}. [Thank you for subscribing to our newsletter.] => Thank you for subscribing to our newsletter. [Thank you for subscribing to our newsletter, please confirm your request by clicking the link below :] => Thank you for subscribing to our newsletter, please confirm your request by clicking the link below : [Newsletter subscription] => Newsletter subscription [Regarding your newsletter subscription, we are pleased to offer you the following voucher:] => Regarding your newsletter subscription, we are pleased to offer you the following voucher: [Hi {firstname} {lastname},] => Hi {firstname} {lastname}, [We noticed that during your last visit on {shop_name}, you did not complete the order you had started.] => We noticed that during your last visit on {shop_name}, you did not complete the order you had started. [As an incentive, we can give you a discount of [1]{amount}%[/1] off your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment!] => As an incentive, we can give you a discount of [1]{amount}%[/1] off your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment! [Your {shop_name} login details] => Your {shop_name} login details [Your cart at {shop_name}] => Your cart at {shop_name} [Your cart has been saved, you can resume your order by visiting our store:] => Your cart has been saved, you can resume your order by visiting our store: [Here is your coupon:] => Here is your coupon: [Enter this code in your shopping cart to get your discount.] => Enter this code in your shopping cart to get your discount. [Thank you for your order at {shop_name}.] => Thank you for your order at {shop_name}. [As our way of saying thanks, we want to give you a discount of [1]{amount}%[/1] off your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment!] => As our way of saying thanks, we want to give you a discount of [1]{amount}%[/1] off your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment! [You are one of our best customers and as such we want to thank you for your continued patronage.] => You are one of our best customers and as such we want to thank you for your continued patronage. [As appreciation for your loyalty, we want to give you a discount of [1]{amount}%[/1] valid on your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment!] => As an appreciation for your loyalty, we want to give you a discount of [1]{amount}%[/1] valid on your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment! [Thanks for your trust.] => Thanks for your trust. [You are one of our best customers, however you have not placed an order in {days_threshold} days.] => You are one of our best customers, however you have not placed an order in {days_threshold} days. [We wish to thank you for the trust you have placed in us and want to give you a discount of [1]{amount}%[/1] valid on your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment!] => We wish to thank you for the trust you have placed in us and want to give you a discount of [1]{amount}%[/1] valid on your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment! [Your referred friend [1]{sponsored_firstname} {sponsored_lastname}[/1] has placed his or her first order on {shop_name}!] => Your referred friend [1]{sponsored_firstname} {sponsored_lastname}[/1] has placed his or her first order on {shop_name}! [We are pleased to offer you a voucher worth [1]{discount_display} (voucher # {discount_name})[/1] that you can use on your next order.] => We are pleased to offer you a voucher worth [1]{discount_display} (voucher # {discount_name})[/1] that you can use on your next order. [Best regards,] => Best regards, [join us!] => join us! [Your friend [1]{firstname} {lastname}[/1] wants to refer you on {shop_name}!] => Your friend [1]{firstname} {lastname}[/1] wants to refer you on {shop_name}! [Get referred and earn a discount voucher of [1]{discount}![/1]] => Get referred and earn a discount voucher of [1]{discount}![/1] [It's very easy to sign up. Just click here!] => It's very easy to sign up. Just click here! [When signing up, don't forget to provide the e-mail address of your referring friend:] => When signing up, don't forget to provide the e-mail address of your referring friend: [We are pleased to offer you a voucher worth [1]{discount}[/1] that you can use on your next order.] => We are pleased to offer you a voucher worth [1]{discount}[/1] that you can use on your next order. [Here is the code of your voucher:] => Here is the code of your voucher: [Simply copy/paste this code during the payment process for your next order.] => Simply copy/paste this code during the payment process for your next order. [Referral Program] => Referral Program [We have created a voucher in your name for referring a friend.] => We have created a voucher in your name for referring a friend. [, with an amount of] => , with an amount of [You can now place orders on our shop:] => You can now place orders on our shop: [Account] => Account [Your login details on {shop_name}] => Your login details on {shop_name} [Here are your login details:] => Here are your login details: [Back Office Order] => Back Office Order [Please go on {order_link} to complete the payment.] => Please go on {order_link} to complete the payment. [Bankwire] => Bankwire [Pending payment] => Pending payment [Payment method: bank wire] => Payment method: bank wire [You have decided to pay by bank wire.] => You have decided to pay by bank wire. [Here is the information you need for your transfer:] => Here is the information you need for your transfer: [Your order with the reference [1]{order_name}[/1] has been placed successfully. You can expect [1]delivery as soon as your payment is received[/1].] => Your order with the reference [1]{order_name}[/1] has been placed successfully. You can expect [1]delivery as soon as your payment is received[/1]. [Check] => Check [Awaiting payment by check] => Awaiting payment by check [Payment method: check] => Payment method: check [You have decided to pay by bank check.] => You have decided to pay by bank check. [Here is the information you need for your check:] => Here is the information you need for your check: [Contact] => Contact [Customer Email Address:] => Customer Email Address: [Order ID #:] => Order ID #: [Contact Form] => Contact Form [Your message has been sent successfully, thank you for taking the time to write!] => Your message has been sent successfully, thank you for taking the time to write! [We will reply as soon as possible.] => We will reply as soon as possible. [Review this credit slip and download your invoice on our shop, go to the %credit_slips_label% section of your customer account.] => Review this credit slip and download your invoice on our shop, go to the %credit_slips_label% section of your customer account. [Credit Slip] => Credit Slip [Credit slip] => Credit slip [A credit slip has been generated in your name for order with the reference [1]{order_name}[/1].] => A credit slip has been generated in your name for order with the reference [1]{order_name}[/1]. [Download products] => Download products [Thank you for your order with the reference {order_name} from [1]{shop_name}[/1]] => Thank you for your order with the reference {order_name} from [1]{shop_name}[/1] [Product(s) to download] => Product(s) to download [Employee password] => Employee password [Here is your personal login information for {shop_name}] => Here is your personal login information for {shop_name} [Here is your identification information on [1]{shop_name}[/1]] => Here is your identification information on [1]{shop_name}[/1] [Forward message] => Forward message [Customer Service - Discussion Forwarded] => Customer Service - Discussion Forwarded [[1]{employee}[/1] added [1]{comment}[/1]] => [1]{employee}[/1] added [1]{comment}[/1] [You can access your customer account on our shop:] => You can access your customer account on our shop: [Guest to customer] => Guest to customer [Your guest account has been turned into a customer account] => Your guest account has been turned into a customer account [Congratulations, your guest account for [1]{shop_name}[/1] has been turned into a customer account!] => Congratulations, your guest account for [1]{shop_name}[/1] has been turned into a customer account! [The file {filename} has been successfully imported to your shop.] => The file {filename} has been successfully imported to your shop. [Import] => Import [Import finished] => Import finished [Your order with the reference [1]{order_name}[/1] is on its way.] => Your order with the reference [1]{order_name}[/1] is on its way. [Log Alert] => Log Alert [New alert message saved] => New alert message saved [[1]WARNING:[/1] you have received a new log alert in your back office.] => [1]WARNING:[/1] you have received a new log alert in your back office. [Newsletter] => Newsletter [Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been canceled by the merchant.] => Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been canceled by the merchant. [Order confirmation] => Order confirmation [Thank you for shopping on [1]{shop_name}[/1]!] => Thank you for shopping on [1]{shop_name}[/1]! [Recycled packaging:] => Recycled packaging: [You have received a new message regarding order with the reference] => You have received a new message regarding order with the reference [Order customer comment] => Order customer comment [Message from customer] => Message from customer [Order merchant comment] => Order merchant comment [Order return state] => Order return state [Order return #{id_order_return} - Update] => Order return #{id_order_return} - Update [Follow your order and download your invoice on our shop, go to the %order_history_label% section of your customer account.] => Follow your order and download your invoice on our store, go to the %order_history_label% section of your customer account. [Out of stock] => Out of stock [Replenishment required] => Replenishment required [Unfortunately, one or more items are currently out of stock and this may cause a slight delay for delivery. Please accept our apologies for this inconvenience and be sure we are doing our best to correct the situation.] => Unfortunately, one or more items are currently out of stock and this may cause a slight delay for delivery. Please accept our apologies for this inconvenience and be sure we are doing our best to correct the situation. [Password] => Password [Your password has been correctly updated.] => Your password has been correctly updated. [Password Query] => Password Query [Confirmation of password request on {shop_name}] => Confirmation of password request on {shop_name} [In order to confirm this action, click on the following link:] => In order to confirm this action, click on the following link: [If you did not make this request, just ignore this email.] => If you did not make this request, just ignore this email. [Payment] => Payment [Your payment for order with the reference [1]{order_name}[/1] was successfully processed.] => Your payment for order with the reference [1]{order_name}[/1] was successfully processed. [Payment Error] => Payment Error [Payment error] => Payment error [We have encountered an error while processing your payment for your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1]. Please contact us as soon as possible.] => We have encountered an error while processing your payment for your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1]. Please contact us as soon as possible. [You can expect delivery as soon as your payment is received.] => You can expect delivery as soon as your payment is received. [Preparation] => Preparation [Processing order] => Processing order [We are currently processing your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1].] => We are currently processing your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1]. [Refund] => Refund [We have processed your refund for your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1].] => We have processed your refund for your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1]. [Reply msg] => Reply message [In order to reply, click on the following link: {link}] => In order to reply, click on the following link: {link} [Test] => Test [Here is a test [1]email[/1] from your shop.] => Here is a test [1]email[/1] from your shop. [If you can read this, it means the test is successful!] => If you can read this, it means the test is successful! [Voucher] => Voucher [Voucher code generated] => Voucher code generated [We are pleased to inform you that a voucher has been generated in your name for order with the reference [1]{order_name}[/1].] => We are pleased to inform you that a voucher has been generated in your name for order with the reference [1]{order_name}[/1]. [[1]VOUCHER CODE: {voucher_num}[/1] in the amount of [1]{voucher_amount}[/1]] => [1]VOUCHER CODE: {voucher_num}[/1] in the amount of [1]{voucher_amount}[/1] [In order to use it, just copy/paste this code during check out.] => In order to use it, just copy/paste this code during check out. [Voucher new] => Voucher new [Voucher code has been generated] => Voucher code has been generated [Here is your new voucher code:] => Here is your new voucher code: [Customer Quantity] => Customer Quantity [Good news, this item is back in stock!] => Good news, this item is back in stock! [Click on the following link to visit the product page and order it:] => Click on the following link to visit the product page and order it: [Including total tax] => Including total tax [New Order] => New Order [A new order was placed on [1]{shop_name}[/1] by the following customer:] => A new order was placed on [1]{shop_name}[/1] by the following customer: [Carrier] => Carrier [Order ID {order_name}] => Order ID {order_name} [Go to your customer account to learn more about it.] => Go to your customer account to learn more about it. [Product coverage] => Product coverage [Your stock cover is now less than the specified minimum of:] => Your stock cover is now less than the specified minimum of: [Product out of stock] => Product out of stock [There are now less than [1]{last_qty}[/1] items in stock.] => There are now less than [1]{last_qty}[/1] items in stock. [Return Slip] => Return Slip [Return Details] => Return Details [Newsletter Confirmation] => Newsletter Confirmation [Newsletter Verification] => Newsletter Verification [Thank you for subscribing to our newsletter. Please click on the following link to confirm your request:] => Thank you for subscribing to our newsletter. Please click on the following link to confirm your request: [Newsletter Voucher] => Newsletter Voucher [Subscribing to newsletter] => Subscribing to newsletter [Thank you for subscribing to our newsletter. We are pleased to offer you the following voucher:] => Thank you for subscribing to our newsletter. We are pleased to offer you the following voucher: [Follow up 1] => Follow up 1 [Thanks for your visit. However, it looks like you did not complete your purchase.] => Thanks for your visit. However, it looks like you did not complete your purchase. [Your cart has been saved, you can go back to your order on our shop:] => Your cart has been saved, you can go back to your order on our shop: [Your voucher code on {shop_name}] => Your voucher code on {shop_name} [We are pleased to offer you a discount of [1]{amount}%[/1] off your next order. And this offer is valid for [1]{days}[/1] days, so do not wait any longer!] => We are pleased to offer you a discount of [1]{amount}%[/1] off your next order. And this offer is valid for [1]{days}[/1] days, so do not wait any longer! [Here is your VOUCHER CODE:] => Here is your VOUCHER CODE: [Enter this code in your shopping cart to get the discount.] => Enter this code in your shopping cart to get the discount. [Follow up 2] => Follow up 2 [Thanks for your order.] => Thanks for your order. [Follow up 3] => Follow up 3 [Follow up 4] => Follow up 4 [Your cart on {shop_name}] => Your cart on {shop_name} [Congratulations, you are one of our best customers! However, it looks like you have not placed an order since {days_threshold} days.] => Congratulations, you are one of our best customers! However, it looks like you have not placed an order since {days_threshold} days. [Your cart has been saved, you can resume your order by visiting our shop:] => Your cart has been saved, you can resume your order by visiting our store: [Referral program Congratulations] => Referral program Congratulations [Your referred friend [1]{sponsored_firstname}[/1] [1]{sponsored_lastname}[/1] has placed his/her first order on {shop_name}!] => Your referred friend [1]{sponsored_firstname}[/1] [1]{sponsored_lastname}[/1] has placed his/her first order on {shop_name}! [We are pleased to offer you a voucher worth [1]{discount_display}[/1] (VOUCHER # [1]{discount_name}[/1]) that you can use on your next order.] => We are pleased to offer you a voucher worth [1]{discount_display}[/1] (VOUCHER # [1]{discount_name}[/1]) that you can use on your next order. [Referral program Invitation] => Referral program Invitation [Join us!] => Join us! [Your friend [1]{firstname} {lastname}[/1] wants to refer you on {shop_name}!] => Your friend [1]{firstname} {lastname}[/1] wants to refer you on {shop_name}! [Get referred and earn a discount voucher of [1]{discount}[/1]!] => Get referred and earn a discount voucher of [1]{discount}[/1]! [It's very easy to sign up, just click here!] => It's very easy to sign up, just click here! [When signing up, don't forget to provide the email address of your referring friend:] => When signing up, don't forget to provide the email address of your referring friend: [Referral program Voucher] => Referral program Voucher [Sponsorship Program] => Sponsorship Program ) [ModulesBestsellersShop] => Array ( [Best Sellers] => Best Sellers [All best sellers] => All best sellers ) [ModulesContactinfoAdmin] => Array ( [Contact information] => Contact information [Allows you to display additional information about your store's customer service.] => Allows you to display additional information about your store's customer service. [Your theme needs to be compatible with this feature] => Your theme needs to be compatible with this feature [Let your customers know how to reach you, display contact information on your store.] => Let your customers know how to reach you, display contact information on your store. ) [ModulesSharebuttonsAdmin] => Array ( [Social media share buttons] => Social media share buttons [Instagram, YouTube, gather your community with social media sharing buttons on product pages.] => Instagram, YouTube, gather your community with social media sharing buttons on product pages. ) [ModulesSocialfollowAdmin] => Array ( [Social media follow links] => Social media follow links [Facebook, Twitter, let your customers know where to follow you and increase your community.] => Facebook, Twitter, let your customers know where to follow you and increase your community. [Please choose a shop to edit the social media links.] => Please choose a shop to edit the social media links. [Facebook URL] => Facebook URL [Your Facebook fan page.] => Your Facebook fan page. [Twitter URL] => Twitter URL [Your official Twitter account.] => Your official Twitter account. [RSS URL] => RSS URL [The RSS feed of your choice (your blog, your store, etc.).] => The RSS feed of your choice (your blog, your store, etc.). [YouTube URL] => YouTube URL [Your official YouTube account.] => Your official YouTube account. [Pinterest URL:] => Pinterest URL: [Your official Pinterest account.] => Your official Pinterest account. [Vimeo URL:] => Vimeo URL: [Your official Vimeo account.] => Your official Vimeo account. [Instagram URL:] => Instagram URL: [Your official Instagram account.] => Your official Instagram account. [LinkedIn URL:] => LinkedIn URL: [Your official LinkedIn account.] => Your official LinkedIn account. [TikTok URL:] => TikTok URL: [Your official TikTok account.] => Your official TikTok account. [Discord URL:] => Discord URL: [Your official Discord account.] => Your official Discord account. ) [ShopThemeActions] => Array ( [Add to cart] => Add to cart [Sign out] => Sign out [Sign in] => Sign in [Filter By] => Filter By [Clear all] => Clear all [Remove] => Remove [Cart] => Cart [Choose file] => Choose file [Send] => Send [Subscribe] => Subscribe [OK] => OK [Share] => Share [Proceed to checkout] => Proceed to checkout [Continue shopping] => Continue shopping [remove from cart] => remove from cart [Show] => Show [Hide] => Hide [Previous] => Previous [Next] => Next [View products] => View products [Quick view] => Quick view [Quantity] => Quantity [Remove Image] => Remove Image [Save Customization] => Save Customization [Filter] => Filter [Back to top] => Back to top [Select] => Select [Choose] => Choose [Download] => Download [Cancel] => Cancel [Continue] => Continue [Edit] => Edit [show details] => show details [Add] => Add [Take advantage of our exclusive offers:] => Take advantage of our exclusive offers: [edit] => edit [add new address] => add new address [Checkout] => Checkout [Create account] => Create account [Save] => Save [Delete] => Delete [Update] => Update [Add a new address] => Add a new address [Create new address] => Create new address [Reorder] => Reorder [Print out] => Print out [Send reset link] => Send reset link [Back to login] => Back to login [Back to Login] => Back to Login [Change Password] => Change Password ) [ModulesSharebuttonsShop] => Array ( [Share] => Share [Tweet] => Tweet [Pinterest] => Pinterest ) [ModulesShoppingcartAdmin] => Array ( [Shopping cart] => Shopping cart [Display a shopping cart icon on your pages and the number of items it contains.] => Display a shopping cart icon on your pages and the number of items it contains. [Ajax: Invalid choice.] => Ajax: Invalid choice. [Ajax cart] => Ajax cart [Activate Ajax mode for the cart (compatible with the default theme).] => Activate Ajax mode for the cart (compatible with the default theme). ) [ModulesBlockreassuranceShop] => Array ( [Security policy] => Security policy [(edit with the Customer Reassurance module)] => (edit with the Customer Reassurance module) [Delivery policy] => Delivery policy [Return policy] => Return policy ) [ModulesContactformShop] => Array ( [Please select a subject from the list provided. ] => Please select a subject from the list provided. [An error occurred during the file-upload process.] => An error occurred during the file-upload process. [Bad file extension] => Bad file extension [An error occurred while sending the message, please try again.] => An error occurred while sending the message, please try again. [An error occurred while sending the message.] => An error occurred while sending the message. [Your message has been successfully sent to our team.] => Your message has been successfully sent to our team. [Customer service - Contact us] => Customer service - Contact us [Send a message] => Send a message [If you would like to add a comment about your order, please write it in the field below.] => If you would like to add a comment about your order, please write it in the field below. [Subject Heading] => Subject Heading [Email address] => Email address [Order reference] => Order reference [Select reference] => Select reference [Attach File] => Attach File [Message] => Message [Send] => Send ) [AdminInternationalHelp] => Array ( [This will restore your last registered address format.] => This will restore your last registered address format. [This will restore the default address format for this country.] => This will restore the default address format for this country. [This will restore your current address format.] => This will restore your current address format. [This will delete the current address format] => This will delete the current address format [You must use this syntax in your translations. Here are a few examples:] => You must use this syntax in your translations. Here are a few examples: [This expression uses a special syntax:] => This expression uses a special syntax: [Some of these expressions use this special syntax: %s.] => Some of these expressions use this special syntax: %s. [There are [1]%replace%[/1] products] => There are [1]%replace%[/1] products ["%s" will be replaced by a number.] => "%s" will be replaced by a number. [List of pages in [1]%replace%[/1]] => List of pages in [1]%replace%[/1] ["%s" will be replaced by a string.] => "%s" will be replaced by a string. [Feature: [1]%1%[/1] ([1]%2%[/1] values)] => Feature: [1]%1%[/1] ([1]%2%[/1] values) [The numbers enable you to reorder the variables when necessary.] => The numbers enable you to reorder the variables when necessary. [You must use this syntax in your translations. Here are several examples:] => You must use this syntax in your translations. Here are several examples: [Click on the title of a section to open its fieldsets.] => Click on the title of a section to open its fieldsets. [Here you can modify translations for all installed module.] => Here you can modify translations for all installed module. [Select your module] => Select your module [Restrict country selections in front office to those covered by active carriers] => Restrict country selections in front office to those covered by active carriers [Two -- or three -- letter ISO code (e.g. "us" for United States).] => Two -- or three -- letter ISO code (e.g. "us" for United States). [International call prefix, (e.g. 1 for United States).] => International call prefix, (e.g. 1 for United States). [Geographical region.] => Geographical region. [Display this country to your customers (the selected country will always be displayed in the Back Office).] => Display this country to your customers (the selected country will always be displayed in the Back Office). [Indicate the format of the postal code: use L for a letter, N for a number, and C for the country's ISO 3166-1 alpha-2 code. For example, NNNNN for the United States, France, Poland and many other; LNNNNLLL for Argentina, etc. If you do not want PrestaShop to verify the postal code for this country, leave it blank.] => Indicate the format of the postal code: use L for a letter, N for a number, and C for the country's ISO 3166-1 alpha-2 code. For example, NNNNN for the United States, France, Poland and many other; LNNNNLLL for Argentina, etc. If you do not want PrestaShop to verify the postal code for this country, leave it blank. [Provide the state name to be displayed in addresses and on invoices.] => Provide the state name to be displayed in addresses and on invoices. [1 to 4 letter ISO code.] => 1 to 4 letter ISO code. [You can prefix it with the country ISO code if needed.] => You can prefix it with the country ISO code if needed. [Country where the state is located.] => Country where the state is located. [Only the countries with the option "contains states" enabled are displayed.] => Only the countries with the option "contains states" enabled are displayed. [Geographical region where this state is located.] => Geographical region where this state is located. [Used for shipping] => Used for shipping [You can define a range of Zip/Postal codes (e.g., 75000-75015) or simply use one Zip/Postal code.] => You can define a range of Zip/Postal codes (e.g., 75000-75015) or simply use one Zip/Postal code. [You must define the behavior if an address matches multiple rules:] => You must define the behavior if an address matches multiple rules: [- This tax only: Will apply only this tax] => - This tax only: Will apply only this tax [- Combine: Combine taxes (e.g.: 10% + 5% = 15%)] => - Combine: Combine taxes (e.g.: 10% + 5% = 15%) [- One after another: Apply taxes one after another (e.g.: 100 + 10% => 110 + 5% = 115.5)] => - One after another: Apply taxes one after another (e.g.: 100 + 10% => 110 + 5% = 115.5) [No Tax] => No Tax [(Total tax: 9%)] => (Total tax: 9%) [By default, PrestaShop comes with a list of official currencies. If you want to use a local currency, you will have to add it manually. For example, to accept the Iranian Toman on your store, you need to create it before.] => By default, PrestaShop comes with a list of official currencies. If you want to use a local currency, you will have to add it manually. For example, to accept the Iranian Toman on your store, you need to create it before. [ISO 4217 code (e.g. USD for Dollars, EUR for Euros, etc.)] => ISO 4217 code (e.g. USD for Dollars, EUR for Euros, etc.) [Exchange rates are calculated from one unit of your shop's default currency. For example, if the default currency is euros and your chosen currency is dollars, type "1.20" (1€ = $1.20).] => Exchange rates are calculated from one unit of your shop's default currency. For example, if the default currency is euros and your chosen currency is dollars, type "1.20" (1€ = $1.20). [Exchange rates are calculated from one unit of your store's default currency. For example, if the default currency is euros and your chosen currency is dollars, type "1.20" (1€ = $1.20).] => Exchange rates are calculated from one unit of your store's default currency. For example, if the default currency is euros and your chosen currency is dollars, type "1.20" (1€ = $1.20). [This option allows you, among other things, to restrict access to your shop for certain countries. See below.] => This option allows you, among other things, to restrict access to your shop for certain countries. See below. [Two-letter ISO code (e.g. FR, EN, DE).] => Two-letter ISO code (e.g. FR, EN, DE). [IETF language tag (e.g. en-US, pt-BR).] => IETF language tag (e.g. en-US, pt-BR). [Short date format (e.g., Y-m-d).] => Short date format (e.g., Y-m-d). [Full date format (e.g., Y-m-d H:i:s).] => Full date format (e.g., Y-m-d H:i:s). [Upload the country flag from your computer.] => Upload the country flag from your computer. [Image is displayed when no picture is found.] => Image is displayed when no picture is found. [Enable if this language is read from right to left.] => Enable if this language is read from right to left. [(Experimental: your theme must be compliant with RTL languages).] => (Experimental: your theme must be compliant with RTL languages). [Activate this language.] => Activate this language. [The ISO 639-1 identifier for the language of the country where your web server is located (en, fr, sp, ru, pl, nl, etc.).] => The ISO 639-1 identifier for the language of the country where your web server is located (en, fr, sp, ru, pl, nl, etc.). [The ISO 3166-1 alpha-2 identifier for the country/region where your web server is located, in lowercase (us, gb, fr, sp, ru, pl, nl, etc.).] => The ISO 3166-1 alpha-2 identifier for the country/region where your web server is located, in lowercase (us, gb, fr, sp, ru, pl, nl, etc.). [If set to yes then the localization pack will be downloaded from prestashop.com. Otherwise the local xml file found in the localization folder of your PrestaShop installation will be used.] => If set to yes then the localization pack will be downloaded from prestashop.com. Otherwise the local xml file found in the localization folder of your PrestaShop installation will be used. [The default weight unit for your shop (e.g. "kg" for kilograms, "lbs" for pound-mass, etc.).] => The default weight unit for your shop (e.g. "kg" for kilograms, "lbs" for pound-mass, etc.). [The default distance unit for your shop (e.g. "km" for kilometer, "mi" for mile, etc.).] => The default distance unit for your shop (e.g. "km" for kilometer, "mi" for mile, etc.). [The default volume unit for your shop (e.g. "L" for liter, "gal" for gallon, etc.).] => The default volume unit for your shop (e.g. "L" for liter, "gal" for gallon, etc.). [The default dimension unit for your shop (e.g. "cm" for centimeter, "in" for inch, etc.).] => The default dimension unit for your shop (e.g. "cm" for centimeter, "in" for inch, etc.). [The default language used in your shop.] => The default language used in your shop. [Set browser language as default language.] => Set browser language as default language. [The default country used in your shop.] => The default country used in your shop. [Set country corresponding to browser language.] => Set country corresponding to browser language. [The default currency used in your shop.] => The default currency used in your shop. [Zone name (e.g. Africa, West Coast, Neighboring Countries).] => Zone name (e.g. Africa, West Coast, Neighboring Countries). [Allow or disallow shipping to this zone.] => Allow or disallow shipping to this zone. [Select whether or not to include tax on purchases.] => Select whether or not to include tax on purchases. [Select whether or not to display tax on a distinct line in the cart.] => Select whether or not to display tax on a distinct line in the cart. [If you disable the ecotax, the ecotax for all your products will be set to 0.] => If you disable the ecotax, the ecotax for all your products will be set to 0. [Define the ecotax (e.g. French ecotax: 20%).] => Define the ecotax (e.g. French ecotax: 20%). [Tax name to display in carts and on invoices (e.g. "VAT").] => Tax name to display in carts and on invoices (e.g. "VAT"). [Format: XX.XX or XX.XXX (e.g. 19.60 or 13.925)] => Format: XX.XX or XX.XXX (e.g. 19.60 or 13.925) [You can add IP addresses that will always be allowed to access your shop (e.g. Google bots' IP).] => You can add IP addresses that will always be allowed to access your shop (e.g. Google bots' IP). [You can add or update a language directly from the PrestaShop website here.] => You can add or update a language directly from the PrestaShop website here. [Copies data from one language to another.] => Copies data from one language to another. [Warning: This will replace all of the existing data inside the destination language.] => Warning: This will replace all of the existing data inside the destination language. [If necessary [1][2] you must first create a new language[/1].] => If necessary [1][2] you must first create a new language[/1]. [Export data from one language to a file (language pack).] => Export data from one language to a file (language pack). [Select which theme you would like to export your translations to.] => Select which theme you would like to export your translations to. [Here you can modify translations for every line of text inside PrestaShop.] => Here you can modify translations for every line of text inside PrestaShop. [First, select a type of translation (such as "Back office" or "Installed modules"), and then select the language you want to translate strings in.] => First, select a type of translation (such as "Back office" or "Installed modules"), and then select the language you want to translate strings in. [Search a word or expression, e.g.: "Order confirmation"] => Search a word or expression, e.g.: "Order confirmation" ) [ModulesCrosssellingAdmin] => Array ( [Cross-selling] => Cross-selling [Offer your customers the possibility to buy matching items when on a product page.] => Offer your customers the possibility to buy matching items when on a product page. [You must fill in the "Number of displayed products" field.] => You must fill in the "Number of displayed products" field. [Invalid number.] => Invalid number. [Display price on products] => Display price on products [Show the price on the products in the block.] => Show the price on the products in the block. [Number of displayed products] => Number of displayed products [Set the number of products displayed in this block.] => Set the number of products displayed in this block. ) [ModulesCategorytreeAdmin] => Array ( [Category tree links] => Category tree links [Help navigation on your store, show your visitors current category and subcategories.] => Help navigation on your store, show your visitors current category and subcategories. [Category root] => Category root [Select which category is displayed in the block. The current category is the one the visitor is currently browsing.] => Select which category is displayed in the block. The current category is the one the visitor is currently browsing. [Home category] => Home category [Current category] => Current category [Parent category] => Parent category [Current category, unless it has no subcategories, in which case the parent category of the current category is used] => Current category, unless it has no subcategories, in which case the parent category of the current category is used [Maximum depth] => Maximum depth [Set the maximum depth of category sublevels displayed in this block (0 = infinite).] => Set the maximum depth of category sublevels displayed in this block (0 = infinite). ) [ModulesPagesnotfoundAdmin] => Array ( [Pages not found] => Pages not found [Enrich your stats, display the pages requested by your visitors that could not be found.] => Enrich your stats, display the pages requested by your visitors that could not be found. [The "pages not found" cache has been emptied.] => The "pages not found" cache has been emptied. [The "pages not found" cache has been deleted.] => The "pages not found" cache has been deleted. [Guide] => Guide [404 errors] => 404 errors [A 404 error is an HTTP error code which means that the file requested by the user cannot be found. In your case it means that one of your visitors entered a wrong URL in the address bar, or that you or another website has a dead link. When possible, the referrer is shown so you can find the page/site which contains the dead link. If not, it generally means that it is a direct access, so someone may have bookmarked a link which doesn't exist anymore.] => A 404 error is an HTTP error code which means that the file requested by the user cannot be found. In your case it means that one of your visitors entered a wrong URL in the address bar, or that you or another website has a dead link. When possible, the referrer is shown so you can find the page/site which contains the dead link. If not, it generally means that it is a direct access, so someone may have bookmarked a link which doesn't exist anymore. [How to catch these errors?] => How to catch these errors? [If your webhost supports .htaccess files, you can create one in the root directory of PrestaShop and insert the following line inside: "%s".] => If your webhost supports .htaccess files, you can create one in the root directory of PrestaShop and insert the following line inside: "%s". [A user requesting a page which doesn't exist will be redirected to the following page: %s. This module logs access to this page.] => A user requesting a page which doesn't exist will be redirected to the following page: %s. This module logs access to this page. [You must use a .htaccess file to redirect 404 errors to the "404.php" page.] => You must use a .htaccess file to redirect 404 errors to the "404.php" page. [Page] => Page [Referrer] => Referrer [Counter] => Counter [No "page not found" issue registered for now.] => No "page not found" issue registered for now. [Empty database] => Empty database [Empty ALL "pages not found" notices for this period] => Empty ALL "pages not found" notices for this period [Empty ALL "pages not found" notices] => Empty ALL "pages not found" notices ) [ModulesProductcommentsShop] => Array ( [Deleted account] => Deleted account [You need to be [1]logged in[/1] or [2]create an account[/2] to post your review.] => You need to be [1]logged in[/1] or [2]create an account[/2] to post your review. [You are not allowed to post a review at the moment, please try again later.] => You are not allowed to post a review at the moment, please try again later. [Title cannot be empty] => Title cannot be empty [Title cannot be more than %s characters] => Title cannot be more than %s characters [Customer name cannot be empty] => Customer name cannot be empty [Customer name cannot be more than %s characters] => Customer name cannot be more than %s characters [Criterions not available] => Criterions not available [You need to be logged in to report a review.] => You need to be logged in to report a review. [You already reported this review as abusive.] => You already reported this review as abusive. [Cannot find the requested product review.] => Cannot find the requested product review. [This feature is not enabled.] => This feature is not enabled. [You need to be [1]logged in[/1] or [2]create an account[/2] to give your appreciation of a review.] => You need to be [1]logged in[/1] or [2]create an account[/2] to give your appreciation of a review. [OK] => OK [Grade] => Grade [No] => No [Yes] => Yes [Be the first to write your review] => Be the first to write your review [No customer reviews for the moment.] => No customer reviews for the moment. [Sorry, your review cannot be posted.] => Sorry, your review cannot be posted. [Title] => Title [Your name] => Your name [Review] => Review [Required fields] => Required fields [Cancel] => Cancel [Send] => Send [Your comment has been submitted and will be available once approved by a moderator.] => Your comment has been submitted and will be available once approved by a moderator. [Your comment has been added!] => Your comment has been added! [Review sent] => Review sent [Your review cannot be sent] => Your review cannot be sent [Write your review] => Write your review [Read user reviews] => Read user reviews [By %1$s] => By %1$s [Report abuse] => Report abuse [Sorry, your review appreciation cannot be sent.] => Sorry, your review appreciation cannot be sent. [Sorry, your abuse report cannot be sent.] => Sorry, your abuse report cannot be sent. [Comments] => Comments [Your review appreciation cannot be sent] => Your review appreciation cannot be sent [Report comment] => Report comment [Are you sure that you want to report this comment?] => Are you sure that you want to report this comment? [Report sent] => Report sent [Your report has been submitted and will be considered by a moderator.] => Your report has been submitted and will be considered by a moderator. [Your report cannot be sent] => Your report cannot be sent ) [ModulesCashondeliveryAdmin] => Array ( [Cash on delivery (COD)] => Cash on delivery (COD) [Accept cash payments on delivery to make it easy for customers to purchase on your store.] => Accept cash payments on delivery to make it easy for customers to purchase on your store. ) [AdminStatsFeature] => Array ( [%value%% of your Catalog] => %value%% of your Catalog [No customers] => No customers [%percentage%% Female Customers] => %percentage%% Female Customers [%percentage%% Male Customers] => %percentage%% Male Customers [%percentage%% Neutral Customers] => %percentage%% Neutral Customers [%value% years] => %value% years [%average% hours] => %average% hours [No orders] => No orders [%d%% %s] => %d%% %s [No category] => No category [Stats] => Stats ) [ModulesDataprivacyShop] => Array ( [Customer data privacy[1][2]%message%[/2]] => Customer data privacy[1][2]%message%[/2] ) [ModulesBestsellersAdmin] => Array ( [Top-sellers block] => Top-sellers block [Adds a block displaying your store's top-selling products.] => Adds a block displaying your store's top-selling products. [Products to display] => Products to display [Determine the number of product to display in this block] => Determine the number of product to display in this block [Show your visitors what are your top-selling products directly on your homepage.] => Show your visitors what are your top-selling products directly on your homepage. ) [AdminLoginFeature] => Array ( [Log in] => Log in [Stay logged in] => Stay logged in [I forgot my password] => I forgot my password [Reset your password] => Reset your password [New password] => New password [Confirm new password] => Confirm new password [Confirm password] => Confirm password [Reset password] => Reset password [Send reset link] => Send reset link ) [ModulesSocialfollowShop] => Array ( [Facebook] => Facebook [Twitter] => Twitter [Rss] => Rss [YouTube] => YouTube [Pinterest] => Pinterest [Vimeo] => Vimeo [Instagram] => Instagram [LinkedIn] => LinkedIn [TikTok] => TikTok [Discord] => Discord [Follow us] => Follow us ) [AdminOrderscustomersFeature] => Array ( [Total spent since registration:] => Total spent since registration: [Cart summary] => Cart summary [Ref:] => Ref.: [Text #] => Text # [Total cost of products:] => Total cost of products: [Total value of vouchers:] => Total value of vouchers: [Total cost of gift wrapping:] => Total cost of gift wrapping: [Total shipping costs:] => Total shipping costs: [Order information] => Order information [Order #%d] => Order #%d [Made on:] => Made on: [No order was created from this cart.] => No order was created from this cart. [Create an order from this cart.] => Create an order from this cart. [Customer information] => Customer information [Account registration date:] => Account registration date: [Valid orders placed:] => Valid orders placed: [Guest not registered] => Guest not registered [New messages] => New messages [Open] => Open [Closed] => Closed [Pending 1] => Pending 1 [Pending 2] => Pending 2 [No new messages] => No new messages [New message] => New message [Meaning of status] => Meaning of status [Statistics] => Statistics [Sync] => Sync [Run sync:] => Run sync: [Run sync] => Run sync [Click to synchronize mail automatically] => Click to synchronize mail automatically [Someone else] => Someone else [Forward this discussion] => Forward this discussion [Forward this discussion to an employee:] => Forward this discussion to an employee: [Comment:] => Comment: [Forward] => Forward [See more] => See more [Thread] => Thread [Forward this discussion to another employee] => Forward this discussion to another employee [Orders and messages timeline] => Orders and messages timeline [Your answer to] => Your answer to [To:] => To: [[1]%count%[/1] order(s) validated for a total amount of [2]%total%[/2]] => [1]%count%[/1] order(s) validated for a total amount of [2]%total%[/2] [No orders validated for the moment] => No orders validated for the moment [Order #] => Order # [View order] => View order [View customer] => View customer [Customer ID:] => Customer ID: [Sent on:] => Sent on: [Browser:] => Browser: [File attachment] => File attachment [View file] => View file [Product #] => Product # [View this thread] => View this thread [Sent by:] => Sent by: [Thread ID:] => Thread ID: [Message ID:] => Message ID: [Message:] => Message: [Reply to this message] => Reply to this message [Please type your reply below:] => Please type your reply below: [Your reply will be sent to:] => Your reply will be sent to: [Send my reply] => Send my reply [Text #%d] => Text #%d [Search for a product] => Search for a product [View this order] => View this order [Delay] => Delay [Hi, Unfortunately, an item on your order is currently out of stock. This may cause a slight delay in delivery. Please accept our apologies and rest assured that we are working hard to rectify this. Best regards,] => Hi, Unfortunately, an item on your order is currently out of stock. This may cause a slight delay in delivery. Please accept our apologies and rest assured that we are working hard to rectify this. Best regards, [Waiting for confirmation] => Waiting for confirmation [Waiting for package] => Waiting for package [Package received] => Package received [Return denied] => Return denied [Return completed] => Return completed [Awaiting check payment] => Awaiting check payment [Payment accepted] => Payment accepted [Processing in progress] => Processing in progress [Shipped] => Shipped [Delivered] => Delivered [Canceled] => Canceled [Payment error] => Payment error [On backorder (paid)] => On backorder (paid) [On backorder (not paid)] => On backorder (not paid) [Awaiting bank wire payment] => Awaiting bank wire payment [Remote payment accepted] => Remote payment accepted [Awaiting Cash On Delivery validation] => Awaiting Cash On Delivery validation [None] => None [Low] => Low [Medium] => Medium [High] => High [1 - Creation in progress] => 1 - Creation in progress [2 - Order validated] => 2 - Order validated [3 - Pending receipt] => 3 - Pending receipt [4 - Order received in part] => 4 - Order received in part [5 - Order received completely] => 5 - Order received completely [6 - Order canceled] => 6 - Order canceled [Non ordered] => Non ordered [Abandoned cart] => Abandoned cart [Export carts] => Export carts [Abandoned Carts] => Abandoned Carts [From %date1% to %date2%] => From %date1% to %date2% [Average Order Value] => Average Order Value [Net Profit per Visitor] => Net Profit per Visitor [Free Shipping] => Free Shipping [%amount% tax excl.] => %amount% tax excl. [Cart #%ID%] => Cart #%ID% [VAT number] => VAT number [Identification number] => Identification number [Time limit of validity] => Time limit of validity [Returns prefix] => Returns prefix [Returns form] => Returns form [Order #%id% from %date%] => Order #%id% from %date% [Date issued] => Date issued [Return Merchandise Authorization (RMA)] => Return Merchandise Authorization (RMA) [Enable returns] => Enable returns [Customer explanation] => Customer explanation [Back office order] => Back office order [Free order] => Free order [Newsletter] => Newsletter [Unknown] => Unknown [%1$d years old (birth date: %2$s)] => %1$d years old (birth date: %2$s) [Average Age] => Average Age [Net Profit per Visit] => Net Profit per Visit [30 days] => 30 days [Newsletter Registrations] => Newsletter Registrations [Orders per Customer] => Orders per Customer [Total Cart] => Total Cart [Manual order -- Employee:] => Manual order -- Employee: [not paid] => not paid [overpaid] => overpaid [Credit slip for order #%d] => Credit slip for order #%d [#%order_id% from %order_date%] => #%order_id% from %order_date% [Download credit slip] => Download credit slip [Phone number(s)] => Phone number(s) [Qty available] => Qty available [Registration] => Registration [Last visit] => Last visit [Change Order Status] => Change Order Status [Open in new tabs] => Open in new tabs [It looks like you have exceeded the number of tabs allowed. Check your browser settings to open multiple tabs.] => It looks like you have exceeded the number of tabs allowed. Check your browser settings to open multiple tabs. [New client] => New client [Risk] => Risk [Outstanding allowance] => Outstanding allowance [Current outstanding] => Current outstanding [You can use this feature in a single shop context only. Switch context to enable it.] => You can use this feature in a single shop context only. Switch context to enable it. [Add new order message] => Add new order message [Add new order] => Add new order [Orders] => Orders [Order %reference% from %firstname% %lastname%] => Order %reference% from %firstname% %lastname% [You can use this feature in a single-store context only. Switch contexts to enable it.] => You can use this feature in a single-store context only. Switch contexts to enable it. [Customer email] => Customer email [The national ID card number of this person, or a unique tax identification number.] => The national ID card number of this person, or a unique tax identification number. [Address alias] => Address alias [Birthday] => Birthday [Group access] => Group access [Default customer group] => Default customer group [Website] => Website [Allowed outstanding amount] => Allowed outstanding amount [Maximum number of payment days] => Maximum number of payment days [Risk rating] => Risk rating [Add a note on this customer. It will only be visible to you.] => Add a note on this customer. It will only be visible to you. [Transform to a customer account] => Transform to a customer account [Return window] => Return window [Return prefix] => Return prefix [Free shipping] => Free shipping [The "shipping" field must be a valid number] => The "shipping" field must be a valid number [Re-stock products] => Re-stock products [Generate a credit slip] => Generate a credit slip [Generate a voucher] => Generate a voucher [Product(s) price:] => Product(s) price: [Product(s) price, excluding amount of initial voucher:] => Product(s) price, excluding amount of initial voucher: [Credit slip prefix] => Credit slip prefix [Delivery prefix] => Delivery prefix [Delivery number] => Delivery number [Enable product image] => Enable product image [Add a note on this order. It will only be visible to you.] => Add a note on this order. It will only be visible to you. [After the sequential number] => After the sequential number [Before the sequential number] => Before the sequential number [Enable invoices] => Enable invoices [Enable tax breakdown] => Enable tax breakdown [Invoice prefix] => Invoice prefix [Add current year to invoice number] => Add current year to invoice number [Reset sequential invoice number at the beginning of the year] => Reset sequential invoice number at the beginning of the year [Position of the year date] => Position of the year date [Invoice number] => Invoice number [Legal free text] => Legal free text [Footer text] => Footer text [Invoice model] => Invoice model [Use the disk as cache for PDF invoices] => Use the disk as cache for PDF invoices [Display to customer?] => Display to customer? [Manage your orders] => Manage your orders [Find all your orders on this page and access their main information in one click: check the cart total, the payment method, the shipping details, or if it comes from a new client. You can even update the status from the listing!] => Find all your orders on this page and access their main information in one click: check the cart total, the payment method, the shipping details, or if it comes from a new client. You can even update the status from the listing! [Required Fields] => Required Fields [Required fields] => Required fields [%firstname% %lastname% has not registered any addresses yet] => %firstname% %lastname% has not registered any addresses yet [Purchased products] => Purchased products [%firstname% %lastname% has no discount vouchers] => %firstname% %lastname% has no discount vouchers [Last connections] => Last connections [Pages viewed] => Pages viewed [Total time] => Total time [Origin] => Origin [IP Address] => IP Address [Sent on] => Sent on [%firstname% %lastname% has never contacted you] => %firstname% %lastname% has never contacted you [Valid orders:] => Valid orders: [for a total amount of %s] => for a total amount of %s [Invalid orders:] => Invalid orders: [Total spent] => Total spent [%firstname% %lastname% has not placed any orders yet] => %firstname% %lastname% has not placed any orders yet [Partner offers] => Partner offers [Age] => Age [Registration Date] => Registration Date [Last Visit] => Last Visit [Best Customer Rank] => Best Customer Rank [Registrations] => Registrations [Latest Update] => Latest Update [This customer is registered as a Guest.] => This customer is registered as a Guest. [Add a private note] => Add a private note [Last emails] => Last emails [Viewed products] => Viewed products [Administrate your customers] => Administrate your customers [Taking good care of your customers starts with making sure their profiles contain all the information needed to have their packages shipped without mishap.] => Taking good care of your customers starts with making sure their profiles contain all the information needed to have their packages shipped without mishap. [Creating a new Customer] => Creating a new Customer [Editing customer %name%] => Editing customer %name% [Set required fields for this section] => Set required fields for this section [Manage your Customers] => Manage your Customers [Information about customer %name%] => Information about customer %name% [No order validated for the moment. By default, an order is considered validated when its payment is accepted.] => No order validated for the moment. By default, an order is considered validated when its payment is accepted. [Customer since: %s] => Customer since: %s [Merchandise return (RMA) options] => Merchandise return (RMA) options [Merchandise Returns] => Merchandise Returns [Order messages] => Order messages [Discount name] => Discount name [Account creation date:] => Account creation date: [Number of orders:] => Number of orders: [Amount spent:] => Amount spent: [Write an email] => Write an email [No customer information available yet.] => No customer information available yet. [Cart information] => Cart information [Created:] => Created: [Last updated:] => Last updated: [Order %orderid% was created from this cart on %orderdate%.] => Order %orderid% was created from this cart on %orderdate%. [The customer has not proceeded to checkout yet.] => The customer has not proceeded to checkout yet. [Create an order from this cart] => Create an order from this cart [Share this cart] => Share this cart [Thanks to this link, your customer can open the cart, check its contents and validate the order, if it suits them.] => Thanks to this link, your customer can open the cart, check its contents and validate the order, if it suits them. [Credit slip options] => Credit slip options [By date] => By date [Generate PDF file by date] => Generate PDF file by date [Print PDF] => Print PDF [Generate PDF] => Generate PDF [Delivery slip options] => Delivery slip options [Order statuses] => Order statuses [By order status] => By order status [Generate PDF file by status] => Generate PDF file by status [Invoice options] => Invoice options [Add new address] => Add new address [Cart] => Cart [In stock] => In stock [Add to cart] => Add to cart [Gift] => Gift [Vouchers] => Vouchers [Search for a voucher] => Search for a voucher [Add new voucher] => Add new voucher [No voucher was found] => No voucher was found [Add new customer] => Add new customer [Search for a customer] => Search for a customer [Total paid] => Total paid [View this cart] => View this cart [Use this cart] => Use this cart [Use] => Use [Duplicate this order] => Duplicate this order [Delivery option] => Delivery option [Shipping price (Tax incl.)] => Shipping price (Tax incl.) [Gift message] => Gift message [Total products] => Total products [Total vouchers (Tax excl.)] => Total vouchers (Tax excl.) [Total shipping (Tax excl.)] => Total shipping (Tax excl.) [Total taxes] => Total taxes [Total (Tax excl.)] => Total (Tax excl.) [Total (Tax incl.)] => Total (Tax incl.) [Order message] => Order message [Order status] => Order status [More actions] => More actions [Send pre-filled order to the customer by email] => Send pre-filled order to the customer by email [Proceed to checkout in the front office] => Proceed to checkout in the front office [Add a product] => Add a product [Edit shipping details] => Edit shipping details [Reference number:] => Reference number: [Supplier reference:] => Supplier reference: [Create a new invoice] => Create a new invoice [New invoice information] => New invoice information [SIRET] => SIRET [APE] => APE [Account registered:] => Account registered: [Validated orders placed:] => Validated orders placed: [Shipping address] => Shipping address [Invoice address] => Invoice address [Private note] => Private note [Recycled packaging] => Recycled packaging [Documents] => Documents [Merchandise returns] => Merchandise returns [Gift wrapping] => Gift wrapping [Document] => Document [Credit slip] => Credit slip [Delivery slip] => Delivery slip [Enter payment] => Enter payment [Add note] => Add note [Edit note] => Edit note [Generate invoice] => Generate invoice [Edit the price] => Edit the price [Resend email] => Resend email [Order note] => Order note [Order ID] => Order ID [Linked orders] => Linked orders [Number] => Number [View full conversation] => View full conversation [Choose your order message] => Choose your order message [Configure predefined messages] => Configure predefined messages [Send message] => Send message [Standard refund] => Standard refund [Return products] => Return products [Cancel products] => Cancel products [View invoice] => View invoice [View delivery slip] => View delivery slip [Print order] => Print order [Payment method] => Payment method [Transaction ID] => Transaction ID [Card number] => Card number [Not defined] => Not defined [Card type] => Card type [Cardholder name] => Cardholder name [Change currency] => Change currency [Refunded] => Refunded [Partial refund] => Partial refund [Add a discount] => Add a discount [Wrapping] => Wrapping [This order has been partially paid by voucher. Choose the amount you want to refund:] => This order has been partially paid by voucher. Choose the amount you want to refund: [Stock location] => Stock location [Shipping does not apply to virtual orders] => Shipping does not apply to virtual orders [Sources] => Sources [From] => From [To] => To [Update status] => Update status [Choose an order status] => Choose an order status [Create order] => Create order [default] => default [Group] => Group [Groups] => Groups [Shipping details] => Shipping details [Invoice details] => Invoice details [Open details] => Open details ) [ModulesGridhtmlAdmin] => Array ( [Simple HTML table display] => Simple HTML table display [Just allow statistics to be displayed (and therefore analyzed) on your back office.] => Just allow statistics to be displayed (and therefore analyzed) on your back office. ) [AdminAdvparametersNotification] => Array ( [Administrator permissions cannot be modified.] => Administrator permissions cannot be modified. [Importing your data...] => Importing your data... [Data imported!] => Data imported [Look at your listings to make sure it's all there as you wished.] => Look at your listings to make sure it's all there as you wished. [Warning, the current import may require a PHP setting update, to allow more data to be transferred. If the current import stops before the end, you should increase your PHP "post_max_size" setting to [1]%size%[/1]MB at least, and try again.] => Warning, the current import may require a PHP setting update, to allow more data to be transferred. If the current import stops before the end, you should increase your PHP "post_max_size" setting to [1]%size%[/1]MB at least, and try again. [Some errors were detected. Please check the details:] => Some errors were detected. Please check the details: [Errors occurred:] => Errors occurred: [We made the following adjustments:] => We made the following adjustments: [Validating data...] => Validating data... [Ignore warnings and continue?] => Ignore warnings and continue? [Abort import] => Abort import [Aborting, please wait...] => Aborting, please wait... [[1]%percentage%[/1]% validated] => [1]%percentage%[/1]% validated [Processing next page...] => Processing next page... [Linking accessories...] => Linking accessories... [[1]%size%[/1]% imported] => [1]%size%[/1]% imported [Error - The following e-mail template is missing: %s] => Error - The following e-mail template is missing: %s ["Backup" directory does not exist.] => Backup directory does not exist. [Invalid ID] => Invalid ID [Unable to create backup file] => Unable to create backup file [An error occurred while backing up. Unable to obtain the schema of %s] => An error occurred while backing up. Unable to obtain the schema of %s [No valid tables were found to backup.] => No valid tables were found to backup. [Error deleting] => Error deleting [Can't add the voucher.] => Can't add the voucher. [Your file has been successfully imported into your shop. Don't forget to re-build the products' search index.] => Your file has been successfully imported into your shop. Don't forget to re-build the products' search index. [(click to open "Generators" page)] => (click to open "Generators" page) [Warehouse did not exist, cannot set on product %name%.] => Warehouse did not exist, cannot set on product %name%. [No image was found for combination with id_product = %s and image position = %s.] => No image was found for combination with id_product = %s and image position = %s. [EAN13 "%ean13%" has incorrect value for product with id %id%.] => EAN13 "%ean13%" has incorrect value for product with id %id%. [Advanced stock management has incorrect value. Not set for product with id %id%.] => Advanced stock management has incorrect value. Not set for product with id %id%. [Advanced stock management is not enabled, cannot enable on product with id %id%.] => Advanced stock management is not enabled, cannot enable on product with id %id%. [Advanced stock management is not enabled, warehouse is not set on product with id %id%.] => Advanced stock management is not enabled, warehouse is not set on product with id %id%. [Email address %1$s (ID: %2$s) cannot be validated.] => Email address %1$s (ID: %2$s) cannot be validated. [Email address %1$s (ID: %2$s) cannot be saved.] => Email address %1$s (ID: %2$s) cannot be saved. [%1$s does not exist in database %2$s (ID: %3$s), and therefore cannot be validated] => %1$s does not exist in database %2$s (ID: %3$s), and therefore cannot be validated. [%1$s does not exist in database %2$s (ID: %3$s), and therefore cannot be saved] => %1$s does not exist in database %2$s (ID: %3$s), and therefore cannot be saved. ["%email%" is not a valid email address.] => "%email%" is not a valid email address. [The customer ID #%d does not exist in the database, and therefore cannot be validated.] => The customer ID #%d does not exist in the database, and therefore cannot be validated. [The customer ID #%d does not exist in the database, and therefore cannot be saved.] => The customer ID #%d does not exist in the database, and therefore cannot be saved. [Supplier is invalid] => Supplier is invalid [Alias is invalid] => Alias is invalid [Store is invalid] => Store is invalid [Supplier ID (%id%) is not valid (at line %line%).] => Supplier ID (%id%) is not valid (at line %line%). [Lang ID (%id%) is not valid (at line %line%).] => Lang ID (%id%) is not valid (at line %line%). [Warehouse ID (%id%) is not valid (at line %line%).] => Warehouse ID (%id%) is not valid (at line %line%). [Currency ID (%id%) is not valid (at line %line%).] => Currency ID (%id%) is not valid (at line %line%). [Reference (%ref%) already exists (at line %line%).] => Reference (%ref%) already exists (at line %line%). [YYYY-MM-DD] => YYYY-MM-DD [Date format (%date%) is not valid (at line %line%). It should be: %date_format%.] => Date format (%date%) is not valid (at line %line%). It should be: %date_format%. [Date (%date%) cannot be in the past (at line %line%). Format: %date_format%.] => Date (%date%) cannot be in the past (at line %line%). Format: %date_format%. [Format: Between 0 and 100] => Format: Between 0 and 100 [Discount rate (%rate%) is not valid (at line %line%). %format%.] => Discount rate (%rate%) is not valid (at line %line%). %format%. [Supply Order (%id%) is not editable (at line %line%).] => Supply Order (%id%) is not editable (at line %line%). [Supply Order could not be saved (at line %line%).] => Supply Order could not be saved (at line %line%). [Supply Order (%s) could not be loaded (at line %d).] => Supply Order (%s) could not be loaded (at line %d). [Product/Attribute (%d/%d) cannot be added twice (at line %d).] => Product/Attribute (%d/%d) cannot be added twice (at line %d). [Product (%d/%d) is not available for this order (at line %d).] => Product (%d/%d) is not available for this order (at line %d). [Unit Price (tax excl.) (%d) is not valid (at line %d).] => Unit Price (tax excl.) (%d) is not valid (at line %d). [Quantity Expected (%d) is not valid (at line %d).] => Quantity Expected (%d) is not valid (at line %d). [Discount rate (%d) is not valid (at line %d). %s.] => Discount rate (%d) is not valid (at line %d). %s. [Cannot read the .CSV file] => Cannot read the .CSV file [Linking Accessories...] => Linking Accessories... [The confirmation email couldn't be sent, but the import is successful. Yay!] => The confirmation email couldn't be sent, but the import is successful. Yay! [EAN-13 "%ean13%" has incorrect value for product with ID %id%.] => EAN-13 "%ean13%" has incorrect value for product with ID %id%. [There is an empty row in the file that won't be imported.] => There is an empty row in the file that won't be imported. [%s import] => %s import [(from %s to %s)] => (from %s to %s) [with truncate] => with truncate [The category ID must be unique. It can't be the same as the one for Root or Home category.] => The category ID must be unique. It can't be the same as the one for Root or Home category. [The category ID must be unique. It can't be the same as the one for the parent category (ID: %1$s).] => The category ID must be unique. It can't be the same as the one for the parent category (ID: %1$s). [A category can't be its own parent. You should rename it (current name: %1$s).] => A category can't be its own parent. You should rename it (current name: %1$s). [%category_name% (ID: %id%) cannot be saved] => %category_name% (ID: %id%) cannot be saved [URL rewriting failed to auto-generate a friendly URL for: %category_name%] => URL rewriting failed to auto-generate a friendly URL for: %category_name% [Rewrite link for %1$s (ID %2$s): re-written as %3$s.] => Rewrite link for %1$s (ID %2$s): re-written as %3$s. [A category cannot be its own parent. The parent category ID is either missing or unknown (ID: %1$s).] => A category cannot be its own parent. The parent category ID is either missing or unknown (ID: %1$s). [The root category cannot be modified.] => The root category cannot be modified. [cannot be copied.] => cannot be copied. [%1$s (ID: %2$s) cannot be %3$s] => %1$s (ID: %2$s) cannot be %3$s [Unknown tax rule group ID. You need to create a group with this ID first.] => Unknown tax rule group ID. You need to create a group with this ID first. [%1$s (ID: %2$s) cannot be saved] => %1$s (ID: %2$s) cannot be saved [%data% cannot be saved] => %data% cannot be saved [Shop is not valid] => Shop is not valid [Discount is invalid] => Discount is invalid [Tags list is invalid] => Tags list is invalid [Error copying image: %url%] => Error copying image: %url% [Product #%id%: the picture (%url%) cannot be saved.] => Product #%id%: the picture (%url%) cannot be saved. [Advanced stock management has incorrect value. Not set for product %name%] => Advanced stock management has incorrect value. Not set for product %name% [Advanced stock management is not enabled, cannot enable on product %name%] => Advanced stock management is not enabled, cannot enable on product %name% [Advanced stock management is not enabled, warehouse not set on product %name%] => Advanced stock management is not enabled, warehouse not set on product %name% [Incorrect value for "Depends on stock" for product %name%] => Incorrect value for "Depends on stock" for product %name% [Advanced stock management is not enabled, cannot set "Depends on stock" for product %name%] => Advanced stock management is not enabled, cannot set "Depends on stock" for product %name% [The uploaded file exceeds the upload_max_filesize directive in php.ini. If your server configuration allows it, you may add a directive in your .htaccess.] => The uploaded file exceeds the upload_max_filesize directive in php.ini. If your server configuration allows it, you may add a directive in your .htaccess. [The uploaded file exceeds the post_max_size directive in php.ini. If your server configuration allows it, you may add a directive in your .htaccess, for example:] => The uploaded file exceeds the post_max_size directive in php.ini. If your server configuration allows it, you may add a directive in your .htaccess, for example: [The uploaded file was only partially uploaded.] => The uploaded file was only partially uploaded. [An error occurred while uploading / copying the file.] => An error occurred while uploading / copying the file. [No file was uploaded.] => No file was uploaded. [The import directory doesn't exist. Please check your file path.] => The import directory doesn't exist. Please check your file path. [The import directory must be writable (CHMOD 755 / 777).] => The import directory must be writable (CHMOD 755 / 777). [To proceed, please upload a file first.] => Please upload a file in order to continue. [The file is too large and cannot be downloaded. Please use the LIMIT clause in this query.] => The file is too large and cannot be downloaded. Please use the LIMIT clause in this query. [The "%tablename%" table does not exist.] => The "%tablename%" table does not exist. [The "%attribute%" attribute does not exist in the "%table%" table.] => The "%attribute%" attribute does not exist in the "%table%" table. [Undefined "%s" error] => Undefined "%s" error [The "*" operator cannot be used in a nested query.] => The "*" operator cannot be used in a nested query. [The operator "%s" is incorrect.] => The operator "%s" is incorrect. [The "%operator%" operator is incorrect.] => The "%operator%" operator is incorrect. [The LIMIT clause must contain numeric arguments.] => The LIMIT clause must contain numeric arguments. [The "%reference%" reference does not exist in the "%table%" table.] => The "%reference%" reference does not exist in the "%table%" table. [When multiple tables are used, each attribute must refer back to a table.] => When multiple tables are used, each attribute must refer back to a table. ["%key%" is an unauthorized keyword.] => "%key%" is an unauthorized keyword. [You cannot have two shops with the same name in the same group.] => You cannot have two stores with the same name in the same group. [Unable to load this shop.] => Unable to load this shop. [You need to select at least the root category.] => You need to select at least the root category. [You cannot have two stores with the same name in the same group.] => You cannot have two stores with the same name in the same group. [Unable to load this store.] => Unable to load this store. [You must configure this store's URL before setting it as default.] => You must configure this store's URL before setting it as default. [You've selected a state for a country that does not contain states.] => You've selected a state for a country that does not contain states. [You can't put this menu inside itself. ] => You can't put this menu inside itself. [The settings file cannot be overwritten.] => The settings file cannot be overwritten. [To use Smarty Cache, the directory %directorypath% must be writable.] => To use Smarty Cache, the directory %directorypath% must be writable. [Before being able to use this tool, you need to:[1][2]Create a blank .htaccess in your root directory.[/2][2]Give it write permissions (CHMOD 666 on Unix system).[/2][/1]] => Before being able to use this tool, you need to:[1][2]Create a blank .htaccess in your root directory.[/2][2]Give it write permissions (CHMOD 666 on Unix system).[/2][/1] [Error: Could not find whether debug mode is enabled. Make sure that the correct permissions are set on the file %s] => Error: Could not find whether debug mode is enabled. Make sure that the correct permissions are set on the file %s [Error: Could not find whether debug profiling is enabled. Make sure that the correct permissions are set on the file %s] => Error: Could not find whether debug profiling is enabled. Make sure that the correct permissions are set on the file %s. [The SameSite=None is only available in secure mode.] => The SameSite=None is only available in secure mode. [Warehouse did not exist, cannot set on product %name%] => Warehouse did not exist, cannot set on product %name% [Media server #1 is invalid] => Media server #1 is invalid [Media server #2 is invalid] => Media server #2 is invalid [Media server #3 is invalid] => Media server #3 is invalid [Cannot disable SSL configuration due to the Cookie SameSite=None.] => Cannot disable SSL configuration due to the Cookie SameSite=None. [Update your PHP version.] => Update your PHP version. [Configure your server to allow file uploads.] => Configure your server to allow file uploads. [Configure your server to allow the creation of directories and files with write permissions.] => Configure your server to allow the creation of directories and files with write permissions. [Enable the CURL extension on your server.] => Enable the CURL extension on your server. [Enable the DOM extension on your server.] => Enable the DOM extension on your server. [Enable the Fileinfo extension on your server.] => Enable the Fileinfo extension on your server. [Enable the GD library on your server.] => Enable the GD library on your server. [Enable the JSON extension on your server.] => Enable the JSON extension on your server. [Enable the Mbstring extension on your server.] => Enable the Mbstring extension on your server. [Enable the OpenSSL extension on your server.] => Enable the OpenSSL extension on your server. [Enable the PDO Mysql extension on your server.] => Enable the PDO Mysql extension on your server. [Enable the XML extension on your server.] => Enable the XML extension on your server. [Enable the ZIP extension on your server.] => Enable the ZIP extension on your server. [Enable the MySQL support on your server.] => Enable the MySQL support on your server. [Set write permissions for the "config" folder.] => Set write permissions for the "config" folder. [Set write permissions for the "cache" folder.] => Set write permissions for the "cache" folder. [Set write permissions for the "sitemap.xml" file.] => Set write permissions for the "sitemap.xml" file. [Set write permissions for the "img" folder and subfolders.] => Set write permissions for the "img" folder and subfolders. [Set write permissions for the "log" folder and subfolders.] => Set write permissions for the "log" folder and subfolders. [Set write permissions for the "mails" folder and subfolders.] => Set write permissions for the "mails" folder and subfolders. [Set write permissions for the "modules" folder and subfolders.] => Set write permissions for the "modules" folder and subfolders. [Set write permissions for the "themes/%s/cache/" folder and subfolders, recursively.] => Set write permissions for the "themes/%s/cache/" folder and subfolders, recursively. [Set write permissions for the "themes/%s/lang/" folder and subfolders, recursively.] => Set write permissions for the "themes/%s/lang/" folder and subfolders, recursively. [Set write permissions for the "themes/%s/pdf/lang/" folder and subfolders, recursively.] => Set write permissions for the "themes/%s/pdf/lang/" folder and subfolders, recursively. [Set write permissions for the "app/config/" folder and subfolders, recursively.] => Set write permissions for the "app/config/" folder and subfolders, recursively. [Set write permissions for the "app/Resources/translations/" folder and subfolders, recursively.] => Set write permissions for the "app/Resources/translations/" folder and subfolders, recursively. [Set write permissions for the "translations" folder and subfolders.] => Set write permissions for the "translations" folder and subfolders. [Set write permissions for the "upload" folder and subfolders.] => Set write permissions for the "upload" folder and subfolders. [Set write permissions for the "download" folder and subfolders.] => Set write permissions for the "download" folder and subfolders. [Allow the PHP fopen() function on your server.] => Allow the PHP fopen() function on your server. [Enable GZIP compression on your server.] => Enable GZIP compression on your server. [Some PrestaShop files are missing from your server.] => Some PrestaShop files are missing from your server. [You are using PHP %s version. Soon, the latest PHP version supported by PrestaShop will be PHP 5.6. To make sure you’re ready for the future, we recommend you to upgrade to PHP 5.6 now!] => You are using PHP %s version. Soon, the latest PHP version supported by PrestaShop will be PHP 5.6. To make sure you’re ready for the future, we recommend you to upgrade to PHP 5.6 now! [Enable the Apache mod_rewrite module] => Enable the Apache mod_rewrite module [Unable to generate private keys using openssl_pkey_new. Check your OpenSSL configuration, especially the path to openssl.cafile.] => Unable to generate private keys using openssl_pkey_new. Check your OpenSSL configuration, especially the path to openssl.cafile. [The "%function%" function is not allowed.] => The "%function%" function is not allowed. [The limit chosen is larger than the server's maximum upload limit. Please increase the limits of your server.] => The limit chosen is larger than the server's maximum upload limit. Please increase the limits of your server. [The extension of your file should be .csv.] => The extension of your file should be .csv. [Error: Could not write to file. Make sure that the correct permissions are set on the file %s] => Error: Could not write to file. Make sure that the correct permissions are set on the file %s [It appears the backup was successful, however you must download and carefully verify the backup file before proceeding.] => It appears the backup was successful, however you must download and carefully verify the backup file before proceeding. [The "Backups" directory located in the admin directory must be writable (CHMOD 755 / 777).] => The "Backups" directory located in the admin directory must be writable (CHMOD 755 / 777). [The backup file does not exist] => The backup file does not exist [You cannot edit the SuperAdmin profile.] => You cannot edit the SuperAdmin profile. [You cannot disable or delete the administrator account.] => You cannot disable or delete the administrator account. [You cannot disable or delete your own account.] => You cannot disable or delete your own account. [The employee must be associated with at least one shop.] => The employee must be associated with at least one shop. [The provided profile is invalid] => The provided profile is invalid [Your current password is invalid.] => Your current password is invalid. [The import file cannot be read.] => The import file cannot be read. [The Memcached server cannot be added.] => The Memcached server cannot be added. [There was an error when attempting to delete the Memcached server.] => There was an error when attempting to delete the Memcached server. [All caches cleared successfully] => All caches cleared successfully [For security reasons, you cannot delete the Administrator's profile.] => For security reasons, you cannot delete the Administrator's profile. [Key length must be 32 character long.] => Key length must be 32 character long. [This key already exists.] => This key already exists. [(you must install the [a]Memcache PECL extension[/a])] => (you must install the [a]Memcache PECL extension[/a]) [(you must install the [a]Memcached PECL extension[/a])] => (you must install the [a]Memcached PECL extension[/a]) [(you must install the [a]APC PECL extension[/a])] => (you must install the [a]APC PECL extension[/a]) [(you must install the [a]Xcache extension[/a])] => (you must install the [a]Xcache extension[/a]) [The locale must be installed] => The locale must be installed [Key length must be %length% characters long.] => Key length must be %length% characters long. [Only non-accented characters, numbers, and the following special characters are allowed: %allowed_characters%] => Only non-accented characters, numbers, and the following special characters are allowed: %allowed_characters% [I have read the disclaimer. Please create a new backup.] => I have read the disclaimer. Please create a new backup. [Disclaimer before creating a new backup] => Disclaimer before creating a new backup [PrestaShop is not responsible for your database, its backups and/or recovery.] => PrestaShop is not responsible for your database, its backups and/or recovery. [PrestaShop is open-source software. You are using it at your own risk under the license agreement.] => PrestaShop is open-source software. You are using it at your own risk under the license agreement. [You should back up your data on a regular basis (both files and database).] => You should back up your data on a regular basis (both files and database). [This function only backs up your database, not your files.] => This function only backs up your database, not your files. [By default, your existing database tables will be dropped during the backup recovery (see "Backup options" below).] => By default, your existing database tables will be dropped during the backup recovery (see "Backup options" below). [Always verify the quality and integrity of your backup files!] => Always verify the quality and integrity of your backup files! [Always verify that your backup files are complete, up-to-date and valid, even if you had a success message appear during the backup process.] => Always verify that your backup files are complete, up-to-date and valid, even if you had a success message appear during the backup process. [Always check your data.] => Always check your data. [Never restore a backup on a live site.] => Never restore a backup on a live site. [Beginning the download ...] => Beginning the download ... [Backup files should automatically start downloading.] => Backup files should automatically start downloading. [If not,[1][2] please click here[/1]!] => If not,[1][2] please click here[/1]! [Are you sure you want to delete this entity:] => Are you sure you want to delete this entity: [Note that the Category import does not support having two categories with the same name.] => Note that the Category import does not support having two categories with the same name. [Note that you can have several products with the same reference.] => Note that you can have several products with the same reference. [New features are available. Feel free to try them out!] => New features are available. Feel free to try them out! [Testing a feature before its official release can be exciting. However, you must be aware of the potential risks of such experiments:] => Testing a feature before its official release can be exciting. However, you must be aware of the potential risks of such experiments: [Experimental features are still under development. Enabling them could therefore have unintended consequences and cause data loss.] => Experimental features are still under development. Enabling them could therefore have unintended consequences and cause data loss. [In any case, you should never experiment in production.] => In any case, you should never experiment in production. [Are you sure you want to enable this experimental feature?] => Are you sure you want to enable this experimental feature? [You are about to enable a feature that is not stable yet. This should only be done in a test environment or in full knowledge of the potential risks.] => You are about to enable a feature that is not stable yet. This should only be done in a test environment or in full knowledge of the potential risks. [Please choose a MySQL table] => Please choose a MySQL table [When saving the query, only the "SELECT" SQL statement is allowed.] => When saving the query, only the "SELECT" SQL statement is allowed. [This SQL query has no result.] => This SQL query has no result. [Do you really want to remove the server %serverIp%:%serverPort% ?] => Do you really want to remove the server %serverIp%:%serverPort%? [OK] => OK [Please fix the following error(s)] => Please fix the following error(s) [Checking files...] => Checking files... [Missing files] => Missing files [Updated files] => Updated files [Changed/missing files have been detected.] => Changed/missing files have been detected. [No change has been detected in your files.] => No change has been detected in your files. ) [ModulesCurrencyselectorAdmin] => Array ( [Currency block] => Currency block [Adds a block allowing customers to choose their preferred shopping currency.] => Adds a block allowing customers to choose their preferred shopping currency. [Offer your customers the possibility to buy matching items when on a product page.] => Offer your customers the possibility to buy matching items when on a product page. ) [ShopFormsLabels] => Array ( [Alias] => Alias [Address] => Address [Address Complement] => Address Complement [Zip/Postal Code] => Zip/Postal Code [City] => City [Country] => Country [State] => State [Phone] => Phone [Mobile phone] => Mobile phone [VAT number] => VAT number [Other] => Other [First name] => First name [Last name] => Last name [Company] => Company [Identification number] => Identification number [Social title] => Social title [Birthdate] => Birthdate [Email] => Email [Password] => Password [Subject] => Subject [Order reference] => Order reference [Attachment] => Attachment [Message] => Message [Email address] => Email address [Your email address] => Your email address [Please choose] => Please choose [-- day --] => -- day -- [-- month --] => -- month -- [-- year --] => -- year -- [Optional] => Optional [Set your password:] => Set your password: [Product] => Product [-- please choose --] => -- please choose -- [Order Reference:] => Order Reference: [Email:] => Email: [New password] => New password [Confirmation] => Confirmation ) [ModulesEmailalertsShop] => Array ( [Your email address is invalid.] => Your email address is invalid. [You already have set an alert for this product.] => You already have set an alert for this product. [Request notification registered] => Request notification registered [Delete email alert] => Delete email alert [No mail alerts yet.] => No mail alerts yet. [My alerts] => My alerts [[email protected]] => [email protected] [Notify me when available] => Notify me when available [You will be notified when this product is available.] => You will be notified when this product is available. ) [ModulesSpecialsShop] => Array ( [On sale] => On sale [All sale products] => All sale products ) [ModulesMainmenuAdmin] => Array ( [Main menu] => Main menu [Make it easy for your visitors to find their way on your store, select the right link and turn it into a menu item.] => Make it easy for your visitors to find their way on your store, select the right link and turn it into a menu item. [Unable to update settings for the following shop(s): %s] => Unable to update settings for the following shop(s): %s [Please complete the "Link" field.] => Please complete the "Link" field. [Please add a label.] => Please add a label. [Please add a label for your default language.] => Please add a label for your default language. [The link has been added.] => The link has been added. [Unable to add link for the following shop(s): %s] => Unable to add link for the following shop(s): %s [The link has been removed.] => The link has been removed. [Unable to remove link for the following shop(s): %s] => Unable to remove link for the following shop(s): %s [The link has been edited.] => The link has been edited. [You cannot manage top menu items from a "All Shops" or a "Group Shop" context, select directly the shop you want to edit] => You cannot manage top menu items from a "All Shops" or a "Group Shop" context, select directly the shop you want to edit [The modifications will be applied to shop: %s] => The modifications will be applied to shop: %s [The modifications will be applied to this group: %s] => The modifications will be applied to this group: %s [The modifications will be applied to all shops] => The modifications will be applied to all shops [All brands] => All brands [All suppliers] => All suppliers [Menu Top Link] => Menu Top Link [All active products combinations quantities will be changed] => All active products combinations quantities will be changed [Update link] => Update link [Add a new link] => Add a new link [CMS] => CMS [Shops] => Shops [Choose product ID] => Choose product ID [Menu Top Links] => Menu Top Links [Link ID] => Link ID [Link list] => Link list [Indicate the ID number for the product] => Indicate the ID number for the product [Product ID #] => Product ID # [Please select just one item] => Please select just one item [Change position] => Change position [Selected items] => Selected items [Available items] => Available items [Remove] => Remove ) [ModulesWirepaymentAdmin] => Array ( [Wire payment] => Bank transfer [Accept wire payments by displaying your account details during the checkout.] => Accept wire payments by displaying your account details during the checkout. [Are you sure about removing these details?] => Are you sure about removing these details? [Account owner and account details must be configured before using this module.] => Account owner and account details must be configured before using this module. [No currency has been set for this module.] => No currency has been set for this module. [Account details are required.] => Account details are required. [Account owner is required.] => Account owner is required. [Account details] => Account details [Account owner] => Account owner [Such as bank branch, IBAN number, BIC, etc.] => Such as bank branch, IBAN number, BIC, etc. [Bank address] => Bank address [Customization] => Customization [Reservation period] => Reservation period [Number of days the items remain reserved] => Number of days the items remain reserved [Information to the customer] => Customer information [Information on the bank transfer (processing time, starting of the shipping...)] => Information on the bank transfer (processing time, starting of the shipping...) [Display the invitation to pay in the order confirmation page] => Display the invitation to pay in the order confirmation page [Your country's legislation may require you to send the invitation to pay by email only. Disabling the option will hide the invitation on the confirmation page.] => Your country's legislation may require you to send the invitation to pay by email only. Disabling the option will hide the invitation on the confirmation page. [Bank address is required.] => Bank address is required. [The %field% is invalid. Please enter a positive integer.] => The %field% is invalid. Please enter a positive integer. [This module allows you to accept secure payments by bank wire.] => This module allows you to accept secure payments by bank wire. [If the client chooses to pay by bank wire, the order status will change to 'Waiting for Payment'.] => If the client chooses to pay by bank wire, the order status will change to 'Waiting for Payment'. [That said, you must manually confirm the order upon receiving the bank wire.] => That said, you must manually confirm the order upon receiving the bank wire. ) [ModulesBannerShop] => Array ( [Choose a file] => Choose a file ) [ModulesLinklistAdmin] => Array ( [Link List] => Link List [Give more visibility to your content/static pages (CMS, external pages, or else), where you want and when you want, to make your visitors feel like shopping on your store.] => Give more visibility to your content/static pages (CMS, external pages, or else), where you want and when you want, to make your visitors feel like shopping on your store. [New block] => New block [ID] => ID [Name of the block] => Name of the block [Title] => Title [URL] => URL [Name of the block cannot be longer than %limit% characters] => Name of the block cannot be longer than %limit% characters [Content pages] => Content pages [Product pages] => Product pages [Categories] => Categories [Static content] => Static content [Custom content] => Custom content [Edit the link block.] => Edit the link block. [New link block] => New link block ) [ModulesCashondeliveryShop] => Array ( [Pay by Cash on Delivery] => Pay by Cash on Delivery [Your order on %s is complete.] => Your order on %s is complete. [You have chosen the cash on delivery method.] => You have chosen the cash on delivery method. [Your order will be sent very soon.] => Your order will be sent very soon. [For any questions or for further information, please contact our] => For any questions or for further information, please contact our [customer support] => customer support [You pay for the merchandise upon delivery] => You pay for the merchandise upon delivery ) [ModulesStatspersonalinfosAdmin] => Array ( [Registered customer information] => Registered customer information [Enrich your stats, add information about your registered customers and learn more about them!] => Enrich your stats, add information about your registered customers and learn more about them! [Target your audience] => Target your audience [In order for each message to have an impact, you need to know who it is being addressed to. ] => In order for each message to have an impact, you need to know who it is being addressed to. [Defining your target audience is essential when choosing the right tools to win them over.] => Defining your target audience is essential when choosing the right tools to win them over. [It is best to limit an action to a group -- or to groups -- of clients.] => It is best to limit an action to a group -- or to groups -- of clients. [Storing registered customer information allows you to accurately define customer profiles so you can adapt your special deals and promotions.] => Storing registered customer information allows you to accurately define customer profiles so you can adapt your special deals and promotions. [You can increase your sales by:] => You can increase your sales by: [Launching targeted advertisement campaigns.] => Launching targeted advertisement campaigns. [Contacting a group of clients by email or newsletter.] => Contacting a group of clients by email or newsletter. [Gender distribution allows you to determine the percentage of men and women shoppers on your store.] => Gender distribution allows you to determine the percentage of men and women shoppers on your store. [CSV Export] => CSV Export [Age ranges allow you to better understand target demographics.] => Age ranges allow you to better understand target demographics. [Country distribution allows you to analyze which part of the World your customers are shopping from.] => Country distribution allows you to analyze which part of the World your customers are shopping from. [Currency range allows you to determine which currency your customers are using.] => Currency range allows you to determine which currency your customers are using. [Language distribution allows you to analyze the browsing language used by your customers.] => Language distribution allows you to analyze the browsing language used by your customers. [No customers have registered yet.] => No customers have registered yet. [Gender distribution] => Gender distribution [Age range] => Age range [0-18] => 0-18 [18-24] => 18-24 [25-34] => 25-34 [35-49] => 35-49 [50-59] => 50-59 [60+] => 60+ [Country distribution] => Country distribution [Currency distribution] => Currency distribution [Language distribution] => Language distribution ) [ModulesDashtrendsAdmin] => Array ( [Dashboard Trends] => Dashboard Trends [Adds a block with a graphical representation of the development of your store(s) based on selected key data.] => Adds a block with a graphical representation of the development of your store(s) based on selected key data. [%s points] => %s points [Average Cart Value] => Average Cart Value [Conversion Rate] => Conversion Rate [%s (previous period)] => %s (previous period) [Enrich your dashboard: display a graphical representation of your store’s development.] => Enrich your dashboard: display a graphical representation of your store’s development. [Net Profit] => Net Profit [Dashboard] => Dashboard [Sum of revenue (excl. tax) generated within the date range by orders considered validated.] => Sum of revenue (excl. tax) generated within the date range by orders considered validated. [Total number of orders received within the date range that are considered validated.] => Total number of orders received within the date range that are considered validated. [Average Cart Value is a metric representing the value of an average order within the date range. It is calculated by dividing Sales by Orders.] => Average Cart Value is a metric representing the value of an average order within the date range. It is calculated by dividing Sales by Orders. [Cart Value] => Cart Value [Total number of visits within the date range. A visit is the period of time a user is actively engaged with your website.] => Total number of visits within the date range. A visit is the period of time a user is actively engaged with your website. [Ecommerce Conversion Rate is the percentage of visits that resulted in an validated order.] => Ecommerce Conversion Rate is the percentage of visits that resulted in an validated order. [Net profit is a measure of the profitability of a venture after accounting for all Ecommerce costs. You can provide these costs by clicking on the configuration icon right above here.] => Net profit is a measure of the profitability of a venture after accounting for all Ecommerce costs. You can provide these costs by clicking on the configuration icon right above here. ) [ShopThemeCheckout] => Array ( [tax incl.] => tax incl. [tax excl.] => tax excl. [(additional cost of %giftcost% %taxlabel%)] => (additional cost of %giftcost% %taxlabel%) [I would like my order to be gift wrapped %cost%] => I would like my order to be gift wrapped %cost% [Personal Information] => Personal Information [I agree to the [terms of service] and will adhere to them unconditionally.] => I agree to the [terms of service] and will adhere to them unconditionally. [%price% tax incl.] => %price% tax incl. [%price% tax excl.] => %price% tax excl. [Free] => Free [My Address] => My Address [Tax included] => Tax included [Tax excluded] => Tax excluded [Free shipping] => Free shipping [Guest order tracking] => Guest Order Tracking [Order confirmation] => Order confirmation [Product Successfully Added to Your Shopping Cart] => Product Successfully Added to Your Shopping Cart [Discount(s)] => Discount(s) [Shipping] => Shipping [Included taxes] => Included taxes [Taxes] => Taxes [1 item] => 1 item [%count% items] => %count% items [A minimum shopping cart total of %amount% (tax excl.) is required to validate your order. Current cart total is %total% (tax excl.).] => A minimum shopping cart total of %amount% (tax excl.) is required to validate your order. Current cart total is %total% (tax excl.). [Total] => Total [Total (tax incl.)] => Total (tax incl.) [Total (tax excl.)] => Total (tax excl.) [Total paid] => Total paid [Subtotal] => Subtotal [Gift wrapping] => Gift wrapping [Discount] => Discount [Shipping and handling] => Shipping and handling [Tax] => Tax [Product successfully added to your shopping cart] => Product successfully added to your shopping cart [Quantity:] => Quantity: [There are %products_count% items in your cart.] => There are %products_count% items in your cart. [There is %products_count% item in your cart.] => There is %products_count% item in your cart. [Subtotal:] => Subtotal: [Shipping:] => Shipping: [Shopping cart link containing %nbProducts% product(s)] => Shopping cart link containing %nbProducts% product(s) [Cart] => Cart [The minimum purchase order quantity for the product is %quantity%.] => The minimum purchase order quantity for the product is %quantity%. [Use this address for invoice too] => Use this address for invoice too [%productName% product quantity field] => %productName% product quantity field [Gift] => Gift [There are no more items in your cart] => There are no more items in your cart [Have a promo code?] => Have a promo code? [Promo code] => Promo code [Close] => Close [Create an account] => Create an account [(optional)] => (optional) [And save time on your next order!] => And save time on your next order! [Order items] => Order items [Unit price] => Unit price [Total products] => Total products [%product_count% item in your cart] => %product_count% item in your cart [%products_count% items in your cart] => %products_count% items in your cart [Shipping Method] => Shipping Method [Addresses] => Addresses [Please check your order before payment] => Please check your order before payment [Your Delivery Address] => Your Delivery Address [Your Invoice Address] => Your Invoice Address [The selected address will be used as your personal address (for invoice).] => The selected address will be used as your personal address (for invoice). [The selected address will be used both as your personal address (for invoice) and as your delivery address.] => The selected address will be used both as your personal address (for invoice) and as your delivery address. [Shipping Address] => Shipping Address [Billing address differs from shipping address] => Billing address differs from shipping address [Transaction amount has been correctly updated] => Transaction amount has been correctly updated [No payment needed for this order] => No payment needed for this order [Selected] => Selected [Unfortunately, there are no payment method available.] => Unfortunately, there is no payment method available. [By confirming the order, you certify that you have read and agree with all of the conditions below:] => By confirming the order, you certify that you have read and agree with all of the conditions below: [Place order] => Place order [Please make sure you've chosen a [1]payment method[/1] and accepted the [2]terms and conditions[/2].] => Please make sure you've chosen a [1]payment method[/1] and accepted the [2]terms and conditions[/2]. [Order with an obligation to pay] => Order with an obligation to pay [If you sign out now, your cart will be emptied.] => If you sign out now, your cart will be emptied. [Order as a guest] => Order as a guest [If you would like to add a comment about your order, please write it in the field below.] => If you would like to add a comment about your order, please write it in the field below. [I would like to receive my order in recycled packaging.] => I would like to receive my order in recycled packaging. [If you'd like, you can add a note to the gift:] => If you'd like, you can add a note to the gift: [Unfortunately, there are no carriers available for your delivery address.] => Unfortunately, there are no carriers available for your delivery address. [Shopping Cart] => Shopping Cart [Your order is confirmed] => Your order is confirmed [An email has been sent to your mail address %email%.] => An email has been sent to the %email% address. [You can also [1]download your invoice[/1]] => You can also [1]download your invoice[/1] [Order details] => Order details [Order reference: %reference%] => Order reference: %reference% [Payment method: %method%] => Payment method: %method% [Shipping method: %method%] => Shipping method: %method% [Save time on your next order, sign up now] => Save time on your next order, sign up now [Quantity] => Quantity [Code] => Code [Description] => Description [Value] => Value [Minimum] => Minimum [Cumulative] => Cumulative [Expiration date] => Expiration date [Name] => Name [Payment] => Payment [Order reference] => Order reference [Date] => Date [Total price] => Total price [Status] => Status [Invoice] => Invoice [Carrier] => Carrier [Payment method] => Payment method [Delivery address %alias%] => Delivery address %alias% [Invoice address %alias%] => Invoice address %alias% [Weight] => Weight [Shipping cost] => Shipping cost [Tracking number] => Tracking number ) [AdminOrderscustomersHelp] => Array ( [You can add a comment here.] => You can add a comment here. [View details on the customer page] => View details on the customer page [View details on the order page] => View details on the order page [Would you like to allow merchandise returns in your shop?] => Would you like to allow merchandise returns in your shop? [How many days after the delivery date does the customer have to return a product?] => How many days after the delivery date does the customer have to return a product? [Prefix used for return name (e.g. RE00001).] => Prefix used for return name (e.g. RE00001). [Merchandise return (RMA) status.] => Merchandise return (RMA) status. [List of products in return package.] => List of products in return package. [The link is only available after validation and before the parcel gets delivered.] => The link is only available after validation and before the parcel gets delivered. [This customer will receive your newsletter via email.] => This customer will receive your newsletter via email. [Password should be at least %length% characters long.] => Password should be at least %length% characters long. [Only letters and the dot (.) character, followed by a space, are allowed.] => Only letters and the dot (.) character, followed by a space, are allowed. [Enable or disable customer login.] => Enable or disable customer login. [This customer will receive your ads via email.] => This customer will receive your ads via email. [Select all the groups that you would like to apply to this customer.] => Select all the groups that you would like to apply to this customer. [This group will be the user's default group.] => This group will be the user's default group. [Only the discount for the selected group will be applied to this customer.] => Only the discount for the selected group will be applied to this customer. [Valid characters:] => Valid characters: [Maximum number of days to return a product after the delivery date.] => Maximum number of days to return a product after the delivery date. [Prefix used for merchandise returns (e.g. RE00001).] => Prefix used for merchandise returns (e.g. RE00001). [Prefix used for credit slips.] => Prefix used for credit slips. [Prefix used for delivery slips.] => Prefix used for delivery slips. [The next delivery slip will begin with this number and then increase with each additional slip.] => The next delivery slip will begin with this number and then increase with each additional slip. [Add an image before the product name on delivery slips.] => Add an image before the product name on delivery slips. [Format: %s (inclusive).] => Format: %s (inclusive). [If required, show the total amount per rate of the corresponding tax.] => If required, show the total amount per rate of the corresponding tax. [Freely definable prefix for invoice number (e.g. #IN00001).] => Freely definable prefix for invoice number (e.g. #IN00001). [The next invoice will begin with this number, and then increase with each additional invoice. Set to 0 if you want to keep the current number (which is #%number%).] => The next invoice will begin with this number, and then increase with each additional invoice. Set to 0 if you want to keep the current number (which is #%number%). [This text will appear at the bottom of the invoice, below your company details.] => This text will appear at the bottom of the invoice, below your company details. [Saves memory but slows down the PDF generation.] => Saves memory but slows down the PDF generation. [When enabled, your customers will receive an invoice for the purchase.] => When enabled, your customers will receive an invoice for the purchase. [Adds an image in front of the product name on the invoice.] => Adds an image in front of the product name on the invoice. [Use this field to show additional information on the invoice such as specific legal information. It will be displayed below the payment methods summary.] => Use this field to show additional information on the invoice such as specific legal information. It will be displayed below the payment methods summary. [Choose an invoice model] => Choose an invoice model [Required fields apply to the customer's registration form, you should check the address formats in [1]International > Locations > Countries[/1] before.] => Required fields apply to the customer's registration form, you should check the address formats in [1]International > Locations > Countries[/1] before. [Select the fields you would like to be required for this section.] => Select the fields you would like to be required for this section. [Please make sure you are complying with the opt-in legislation applicable in your country.] => Please make sure you are complying with the opt-in legislation applicable in your country. [[1]Make[/1] sure you enable partner offers in the [2]Shop Parameters > Customer Settings[/2] section of the back office before requiring them. Otherwise, new customers won't be able to create an account and [1]proceed[/1] to checkout.] => [1]Make[/1] sure you enable partner offers in the [2]Shop Parameters > Customer Settings[/2] section of the back office before requiring them. Otherwise, new customers won't be able to create an account and [1]proceed[/1] to checkout. [This feature generates a random password before sending an email to your customer.] => This feature generates a random password before sending an email to your customer. [This note will be displayed to all employees but not to customers.] => This note will be displayed to all employees but not to customers. [Format: 2011-12-31 (inclusive).] => Format: 2011-12-31 (inclusive). [You can also export orders which have not been charged yet.] => You can also export orders which have not been charged yet. [If enabled, your customers will receive an invoice for the purchase.] => If enabled, your customers will receive an invoice for the purchase. [Adds an image in front of the product name on the invoice] => Adds an image in front of the product name on the invoice [Use this field to show additional information on the invoice, below the payment methods summary (like specific legal information).] => Use this field to show additional information on the invoice, below the payment methods summary (like specific legal information). [Choose an invoice model.] => Choose an invoice model. [Search for an existing product by typing the first letters of its name.] => Search for an existing product by typing the first letters of its name. [Search for an existing customer by typing the first letters of his/her name.] => Search for an existing customer by typing the first letters of his/her name. [Use OR to broaden your search] => Use OR to broaden your search [Do not forget to update your exchange rate before making this change.] => Do not forget to update your exchange rate before making this change. [(Max %amount_refundable% %tax_method%)] => (Max %amount_refundable% %tax_method%) ) [ModulesBrandlistShop] => Array ( [All brands] => All brands [Brands] => Brands [No brand] => No brand ) [ModulesGsitemapAdmin] => Array ( [Google sitemap] => Google sitemap [Generate your Google sitemap file] => Generate your Google sitemap file [An error occured while trying to check your file permissions. Please adjust your permissions to allow PrestaShop to write a file in your root directory.] => An error occured while trying to check your file permissions. Please adjust your permissions to allow PrestaShop to write a file in your root directory. [Generate your Google sitemap file and keep it up to date with this module.] => Welcome your customers with their personal information displayed right on your footer. [Your sitemaps were successfully created. Please do not forget to setup the URL] => Your sitemaps were successfully created. Please do not forget to setup the URL [in your Google Webmaster account.] => in your Google Webmaster account. [Your sitemaps] => Your sitemaps [Sitemaps were already created.] => Sitemaps were already created. [Please set up the following sitemap URL in your Google Webmaster account:] => Please set up the following sitemap URL in your Google Webmaster account: [The above URL is the master sitemap file. It refers to the following sub-sitemap files:] => The above URL is the master sitemap file. It refers to the following sub-sitemap files: [Your last update was made on this date:] => Your last update was made on this date: [This shop has no sitemap yet.] => This shop has no sitemap yet. [For a better use of the module, please make sure that you have] => For a better use of the module, please make sure that you have [A minimum memory_limit value of 128 MB.] => A minimum memory_limit value of 128 MB. [A minimum max_execution_time value of 30 seconds.] => A minimum max_execution_time value of 30 seconds. [You can edit these limits in your php.ini file. For more details, please contact your hosting provider.] => You can edit these limits in your php.ini file. For more details, please contact your hosting provider. [Configure your sitemap] => Configure your sitemap [Several sitemap files will be generated depending on how your server is configured and on the number of activated products in your catalog.] => Several sitemap files will be generated depending on how your server is configured and on the number of activated products in your catalog. [How often do you update your store?] => How often do you update your store? [always] => always [hourly] => hourly [daily] => daily [weekly] => weekly [monthly] => monthly [yearly] => yearly [never] => never [Check this box if you wish to check the presence of the image files on the server] => Check this box if you wish to check the presence of the image files on the server [Indicate the pages that you do not want to include in your sitemap files:] => Indicate the pages that you do not want to include in your sitemap files: [Uncheck all] => Uncheck all [Generate sitemap] => Generate sitemap [Generating a sitemap can take several minutes] => Generating a sitemap can take several minutes [Information] => Information [You have two ways to generate sitemaps.] => You have two ways to generate sitemaps. [Manually:] => Manually: [Using the form above (as often as needed)] => Using the form above (as often as needed) [-or-] => -or- [Automatically:] => Automatically: [Ask your hosting provider to setup a "Cron job" to load the following URL at the time you would like:] => Ask your hosting provider to setup a "Cron job" to load the following URL at the time you would like: [It will automatically generate your XML sitemaps.] => It will automatically generate your XML sitemaps. [Check all] => Check all ) [AdminLoginNotification] => Array ( [You will be redirected to the login page in a few seconds.] => You will be redirected to the login page in a few seconds. [Please, check your mailbox.] => Please, check your mailbox. [A link to reset your password has been sent to you.] => A link to reset your password has been sent to you. [For security reasons, you cannot connect to the back office until you have:] => For security reasons, you cannot connect to the back office until you have: [deleted the /install folder] => deleted the /install folder [renamed the /admin folder (e.g. %s)] => renamed the /admin folder (e.g. %s) [Please then access this page by the new URL (e.g. %s)] => Please then access this page by the new URL (e.g. %s) [If this email address has been registered in our store, you will receive a link to reset your password.] => If this email address has been registered in our store, you will receive a link to reset your password. [For security reasons, you must also delete the /install folder.] => For security reasons, you must also delete the /install folder. [SSL is activated. However, your IP is allowed to enter unsecure mode for maintenance or local IP issues.] => SSL is activated. However, your IP is allowed to enter unsecure mode for maintenance or local IP issues. [SSL is activated. Please connect using the following link to [1]log in to secure mode (https://)[/1]] => SSL is activated. Please connect using the following link to [1]log in to secure mode (https://)[/1] [The employee does not exist, or the password provided is incorrect.] => The employee does not exist, or the password provided is incorrect. [This employee does not manage the shop anymore (either the shop has been deleted or permissions have been revoked).] => This employee does not manage the shop anymore (either the shop has been deleted or permissions have been revoked). [This account does not exist.] => This account does not exist. [You can reset your password every %interval% minute(s) only. Please try again later.] => You can reset your password every %interval% minute(s) only. Please try again later. [Please, check your mailbox. A link to reset your password has been sent to you.] => Please, check your mailbox. A link to reset your password has been sent to you. [An error occurred while attempting to reset your password.] => An error occurred while attempting to reset your password. [Some identification information is missing.] => Some identification information is missing. [The password is missing: please enter your new password.] => The password is missing: please enter your new password. [The password is not in a valid format.] => The password is not in a valid format. [The confirmation is empty: please fill in the password confirmation as well.] => The confirmation is empty: please fill in the password confirmation as well. [The confirmation password doesn't match. Please double check both passwords.] => The confirmation password doesn't match. Please double-check both passwords. [Your password reset request expired. Please start again.] => Your password reset request expired. Please start again. [An error occurred while attempting to change your password.] => An error occurred while attempting to change your password. [The password has been changed successfully.] => The password has been changed successfully. [If this email address has been registered in our store, you will receive a link to reset your password at %email%.] => If this email address has been registered in our store, you will receive a link to reset your password at %email%. [The confirmation password doesn't match. Please double-check both passwords.] => The confirmation password doesn't match. Please double-check both passwords. ) [ModulesCategoryproductsAdmin] => Array ( [Products in the same category] => Products in the same category [Adds a block on the product page that displays products from the same category.] => Adds a block on the product page that displays products from the same category. [Invalid value for display price.] => Invalid value for display price. [Display products' prices] => Display products' prices [Show the prices of the products displayed in the block.] => Show the prices of the products displayed in the block. [Number of product to display] => Number of product to display [Add a block on every product page that displays items from the same category.] => Add a block on every product page that displays items from the same category. ) [AdminDashboardHelp] => Array ( [This mode displays sample data so you can try your dashboard without real numbers.] => This mode displays sample data so you can try your dashboard without real numbers. [Choose a fixed fee for each order placed in %currency% with %module%.] => Choose a fixed fee for each order placed in %currency% with %module%. [Choose a variable fee for each order placed in %currency% with %module%. It will be applied on the total paid with taxes.] => Choose a variable fee for each order placed in %currency% with %module%. It will be applied on the total paid with taxes. [Choose a fixed fee for each order placed with a foreign currency with %module%.] => Choose a fixed fee for each order placed with a foreign currency with %module%. [Choose a variable fee for each order placed with a foreign currency with %module%. It will be applied on the total paid with taxes.] => Choose a variable fee for each order placed with a foreign currency with %module%. It will be applied on the total paid with taxes. [For the carrier named %s, indicate the domestic delivery costs in percentage of the price charged to customers.] => For the carrier named %s, indicate the domestic delivery costs in percentage of the price charged to customers. [For the carrier named %s, indicate the overseas delivery costs in percentage of the price charged to customers.] => For the carrier named %s, indicate the overseas delivery costs in percentage of the price charged to customers. [Method: Indicate the percentage of your carrier margin. For example, if you charge $10 of shipping fees to your customer for each shipment, but you really pay $4 to this carrier, then you should indicate "40" in the percentage field.] => Method: Indicate the percentage of your carrier margin. For example, if you charge $10 of shipping fees to your customer for each shipment, but you really pay $4 to this carrier, then you should indicate "40" in the percentage field. [You should calculate this percentage as follows: ((total sales revenue) - (cost of goods sold)) / (total sales revenue) * 100. This value is only used to calculate the Dashboard approximate gross margin, if you do not specify the wholesale price for each product.] => You should calculate this percentage as follows: ((total sales revenue) - (cost of goods sold)) / (total sales revenue) * 100. This value is only used to calculate the Dashboard approximate gross margin, if you do not specify the wholesale price for each product. [You should calculate this value by making the sum of all of your additional costs per order.] => You should calculate this value by making the sum of all of your additional costs per order. ) [AdminNotificationsInfo] => Array ( [This field will be modified for all your shops.] => This field will be modified for all your shops. [This field will be modified for all shops in this shop group:] => This field will be modified for all shops in this store group: [This field will be modified for this shop:] => This field will be modified for this shop: [Delete selected] => Delete selected [Delete selected items?] => Delete selected items? [Delete selected item?] => Delete selected item? [Forbidden characters:] => Forbidden characters: [Note that this feature is only available in "all stores" context. It will be added to all your stores.] => Note that this feature is only available in "all stores" context. It will be added to all your stores. [Empty recordset returned.] => Empty recordset returned. [Empty recordset returned] => Empty recordset returned [Note that this page is available in all shops context only, this is why your context has just switched.] => Note that this page is available in all shops context only, this is why your context has just switched. [Note that this feature is available in all shops context only. It will be added to all your stores.] => Note that this feature is available in all shops context only. It will be added to all your stores. [This product is not associated with the store selected in the multistore header, please select another one.] => This product is not associated with the store selected in the multistore header, please select another one. [This page is only compatible in a single store context. To access the page, please select a store or [1]disable the multistore feature[/1].] => This page is only compatible in a single store context. To access the page, please select a store or [1]disable the multistore feature[/1]. [This page is only compatible in a single-store context. Please select a store in the multistore header.] => This page is only compatible in a single-store context. Please select a store in the multistore header. [Key should be at least %length% characters long.] => Key should be at least %length% characters long. [The key must be %length% characters long.] => The key must be %length% characters long. [Password should be at least %length% characters long.] => Password should be at least %length% characters long. [Invalid characters: %s] => Invalid characters: %s [Note that this page is available in a single shop context only. Switch context to work on it.] => Note that this page is available in a single shop context only. Switch context to work on it. [Invalid characters:] => Invalid characters: ) [ShopThemeCustomeraccount] => Array ( [Receive offers from our partners] => Receive offers from our partners [#%id%] => #%id% [Your account] => Your account [Vouchers] => Vouchers [Credit slips] => Credit slips [Merchandise returns] => Merchandise returns [Information] => Information [Addresses] => Addresses [Add first address] => Add first address [Orders] => Orders [Order tracking] => Order tracking [Create account] => Create account [Log me out] => Log me out [Log in to your customer account] => Log in to your customer account [View my customer account] => View my customer account [Enter a password between %s and %s characters] => Enter a password between %s and %s characters [The minimum score must be: %s] => The minimum score must be: %s [Connected as [1]%firstname% %lastname%[/1].] => Connected as [1]%firstname% %lastname%[/1]. [Not you? [1]Log out[/1]] => Not you? [1]Log out[/1] [Personalized and secure access] => Personalized and secure access [Fast and easy checkout] => Fast and easy checkout [Easier merchandise return] => Easier merchandise return [Back to your account] => Back to your account [Returned] => Returned [Merchandise return] => Merchandise return [If you wish to return one or more products, please mark the corresponding boxes and provide an explanation for the return. When complete, click the button below.] => If you wish to return one or more products, please mark the corresponding boxes and provide an explanation for the return. When complete, click the button below. [Request a return] => Request a return [Messages] => Messages [Add a message] => Add a message [If you would like to add a comment about your order, please write it in the field below.] => If you would like to add a comment about your order, please write it in the field below. [Update your address] => Update your address [New address] => New address [Your addresses] => Your addresses [Log in to your account] => Log in to your account [No account? Create one here] => No account? Create one here [Your vouchers] => Your vouchers [Guest Order Tracking] => Guest Order Tracking [To track your order, please enter the following information:] => To track your order, please enter the following information: [For example: QIIXJXNUI or QIIXJXNUI#1] => For example: QIIXJXNUI or QIIXJXNUI#1 [Guest Tracking] => Guest Tracking [Order history] => Order history [Here are the orders you've placed since your account was created.] => Here are the orders you've placed since your account was created. [Details] => Details [Your personal information] => Your personal information [Order history and details] => Order history and details [You have given permission to receive your order in recycled packaging.] => You have given permission to receive your order in recycled packaging. [Order details] => Order details [Order Reference %reference% - placed on %date%] => Order Reference %reference% - placed on %date% [Download your invoice as a PDF file.] => Download your invoice as a PDF file. [You have requested gift wrapping for this order.] => You have requested gift wrapping for this order. [Message] => Message [Follow your order's status step-by-step] => Follow your order's status step-by-step [Click the following link to track the delivery of your order] => Click the following link to track the delivery of your order [Here is a list of pending merchandise returns] => Here is a list of pending merchandise returns [Return] => Return [Package status] => Package status [Returns form] => Returns form [Return details] => Return Details [%number% on %date%] => %number% on %date% [We have logged your return request.] => We have logged your return request. [Your package must be returned to us within %number% days of receiving your order.] => Your package must be returned to us within %number% days of receiving your order. [The current status of your merchandise return is: [1] %status% [/1]] => The current status of your merchandise return is: [1] %status% [/1] [List of items to be returned:] => List of items to be returned: [Reminder] => Reminder [All merchandise must be returned in its original packaging and in its original state.] => All merchandise must be returned in its original packaging and in its original state. [Please print out the [1]returns form[/1] and include it with your package.] => Please print out the [1]returns form[/1] and include it with your package. [Please check the [1]returns form[/1] for the correct address.] => Please check the [1]returns form[/1] for the correct address. [When we receive your package, we will notify you by email. We will then begin processing order reimbursement.] => When we receive your package, we will notify you by email. We will then begin processing order reimbursement. [Please let us know if you have any questions.] => Please let us know if you have any questions. [If the conditions of return listed above are not respected, we reserve the right to refuse your package and/or reimbursement.] => If the conditions of return listed above are not respected, we reserve the right to refuse your package and/or reimbursement. [Order] => Order [Date issued] => Date issued [Credit slips you have received after canceled orders.] => Credit slips you have received after canceled orders. [Credit slip] => Credit slip [View credit slip] => View credit slip [Please enter the email address you used to register. You will receive a temporary link to reset your password.] => Please enter the email address you used to register. You will receive a temporary link to reset your password. [Forgot your password?] => Forgot your password? [Reset your password] => Reset your password [Email address: %email%] => Email address: %email% [Create an account] => Create an account [Already have an account?] => Already have an account? [Log in instead!] => Log in instead! ) [AdminShippingNotification] => Array ( [Ranges are not correctly ordered:] => Ranges are not correctly ordered: [Reordering] => Reordering [Please validate the last range before creating a new one.] => Please validate the last range before creating a new one. [Are you sure to delete this range ?] => Are you sure to delete this range ? [This range is not valid] => This range is not valid [Ranges are overlapping] => Ranges are overlapping [Please select at least one zone] => Please select at least one zone [Are you sure you want to delete the logo?] => Are you sure you want to delete the logo? [You do not have permission to use this wizard.] => You do not have permission to use this wizard. [You must choose at least one shop or group shop.] => You must choose at least one store or group of stores. [An error occurred while saving this carrier.] => An error occurred while saving this carrier. [An error occurred while saving carrier groups.] => An error occurred while saving carrier groups. [An error occurred while saving carrier zones.] => An error occurred while saving carrier zones. [An error occurred while saving carrier ranges.] => An error occurred while saving carrier ranges. [An error occurred while saving associations of shops.] => An error occurred while saving associations of shops. [An error occurred while saving the tax rules group.] => An error occurred while saving the tax rules group. [An error occurred while saving carrier logo.] => An error occurred while saving carrier logo. [An error occurred while updating carrier information.] => An error occurred while updating carrier information. [An error occurred while updating the free shipping status.] => An error occurred while updating the free shipping status. ) [messages] => Array ( [[undefined]] => [undefined] [If enabled, the voucher will not apply to products already on sale.] => If enabled, the voucher will not apply to products already on sale. [Add a rule concerning] => Add a rule concerning [The product(s) are matching one of these:] => The product(s) are matching one of these: [Discount name] => Discount name [Sync success] => Sync success [Close] => Close [Customer since: %s] => Customer since: %s [Choose a template] => Choose a template [Send] => Send [You can add a comment here.] => You can add a comment here. [Customer ID:] => Customer ID: [Order #] => Order # [Product #] => Product # [Subject:] => Subject: [No result] => No result [%] => % [Discount:] => Discount: [Please name your data matching configuration in order to save it.] => Please name your data matching configuration in order to save it. [Match your data] => Match your data [Please match each column of your source file to one of the destination columns.] => Please match each column of your source file to one of the destination columns. [Load a data matching configuration] => Load a data matching configuration [Load] => Load [Save your data matching configuration] => Save your data matching configuration [Two columns cannot have the same type of values] => Two columns cannot have the same type of values [This column must be set:] => This column must be set: [Rows to skip] => Rows to skip [Indicate how many of the first rows of your file should be skipped when importing the data. For instance set it to 1 if the first row of your file contains headers.] => Indicate how many of the first rows of your file should be skipped when importing the data. For instance set it to 1 if the first row of your file contains headers. [Password] => Password [Your password has been successfully changed.] => Your password has been successfully changed. [Translate] => Translate [Generate RTL Stylesheets] => Generate RTL Stylesheets [Manage hooks] => Manage hooks [Reset] => Reset [To add a new module, simply connect to your PrestaShop Addons account and all your purchases will be automatically imported.] => To add a new module, simply connect to your PrestaShop Addons account and all your purchases will be automatically imported. [Can I add my own modules?] => Can I add my own modules? [Please note that for security reasons, you can only add modules that are being distributed on PrestaShop Addons, the official marketplace.] => Please note that for security reasons, you can only add modules that are being distributed on PrestaShop Addons, the official marketplace. [Normal view] => Normal view [Favorites view] => Favorites view [Module] => Module [Tab] => Tab [Categories] => Categories [Interest] => Interest [Favorite] => Favorite [Filter by] => Filter by [Installed & Not Installed] => Installed & Not Installed [Installed Modules] => Installed Modules [Modules Not Installed ] => Modules Not Installed [Enabled & Disabled] => Enabled & Disabled [Enabled Modules] => Enabled Modules [Disabled Modules] => Disabled Modules [Authors] => Authors [All authors] => All authors [Confirm reset] => Confirm reset [Would you like to delete the content related to this module ?] => Would you like to delete the content related to this module ? [No - reset only the parameters] => No - reset only the parameters [Yes - reset everything] => Yes - reset everything [Preferences saved] => Preferences saved [Uninstall] => Uninstall [Remove from Favorites] => Remove from Favorites [Mark as Favorite] => Mark as Favorite [Module %1s ] => Module %1s [Official, PrestaShop certified module. Free, secure and includes updates!] => Official, PrestaShop certified module. Free, secure, and includes updates! [Update it!] => Update it! [Install the selection] => Install the selection [Uninstall the selection] => Uninstall the selection [No modules available in this section.] => No modules available in this section. [by] => by [Read more] => Read more [You bought this module on PrestaShop Addons. Thank You.] => You bought this module on PrestaShop Addons. Thank You. [Bought] => Bought [This module is available on PrestaShop Addons] => This module is available on PrestaShop Addons [Popular] => Popular [Official] => Official [Need update] => Need update [Free] => Free [Install] => Install [Manage translations] => Manage translations [Modules list] => Modules list [The module must either be a Zip file (.zip) or a tarball file (.tar, .tar.gz, .tgz).] => The module must either be a Zip file (.zip) or a tarball file (.tar, .tar.gz, .tgz). [Upload a module from your computer.] => Upload a module from your computer. [Module file] => Module file [Choose a file] => Choose a file [Upload this module] => Upload this module [An upgrade is available for some of your modules!] => An upgrade is available for some of your modules! [Favorites] => Favorites [All] => All [Add a new module] => Add a new module [List of modules] => List of modules [Update all] => Update all [Check for update] => Check for update [Help] => Help [(%s votes)] => (%s votes) [(%s vote)] => (%s vote) [Description] => Description [Merchant benefits] => Merchant benefits [Install module] => Install module [View on PrestaShop Addons] => View on PrestaShop Addons [v] => v [This module is available for free thanks to our partner.] => This module is available for free thanks to our partner. [Not Installed] => Not Installed [Installed] => Installed [More modules on addons.prestashop.com] => More modules on addons.prestashop.com [The controller %s is missing or invalid.] => The controller %s is missing or invalid. [Back to the previous page] => Back to the previous page [Go to the dashboard] => Go to the dashboard [Attachment] => Attachment [Category] => Category [Brand] => Brand [Supplier] => Supplier [Number of products:] => Number of products: [Product name] => Product name [Attribute name] => Attribute name [Supplier Reference] => Supplier Reference [Wholesale price] => Wholesale price [EAN13] => EAN13 [UPC] => UPC [Available Quantity] => Available Quantity [N/A] => N/A [EAN-13] => EAN-13 [%limit% for suhosin.post.max_vars.] => %limit% for suhosin.post.max_vars. [%limit% for suhosin.request.max_vars.] => %limit% for suhosin.request.max_vars. [You must use this syntax in your translations. Here are several examples:] => You must use this syntax in your translations. Here are several examples: [%d] => %d [Date range] => Date range [Custom] => Custom [to] => to [Compare to] => Compare to [Previous period] => Previous period [Previous Year] => Previous Year [Previous year] => Previous year [Sunday] => Sunday [Monday] => Monday [Tuesday] => Tuesday [Wednesday] => Wednesday [Thursday] => Thursday [Friday] => Friday [Saturday] => Saturday [Sun] => Sun [Mon] => Mon [Tue] => Tue [Wed] => Wed [Thu] => Thu [Fri] => Fri [Sat] => Sat [Su] => Su [Mo] => Mo [Tu] => Tu [We] => We [Th] => Th [Fr] => Fr [Sa] => Sa [January] => January [February] => February [March] => March [April] => April [May] => May [June] => June [July] => July [August] => August [September] => September [October] => October [November] => November [December] => December [Jan] => Jan [Feb] => Feb [Mar] => Mar [Apr] => Apr [May ] => May [Jun] => Jun [Jul] => Jul [Aug] => Aug [Sep] => Sep [Oct] => Oct [Nov] => Nov [Dec] => Dec [Customers] => Customers [Orders] => Orders [Income] => Income [Message] => Message [Traffic] => Traffic [Conversion] => Conversion [Group:] => Group: [All stores] => All stores [Add tag] => Add tag [Remove] => Remove [Now] => Now [Done] => Done [Choose Time] => Choose Time [Time] => Time [Hour] => Hour [Minute] => Minute [Group name] => Group name [No group created] => No group created [No records found] => No records found [Select all] => Select all [Unselect all] => Unselect all [Display] => Display [result(s)] => result(s) [From] => From [Please fill at least one field to perform a search in this list.] => Please fill at least one field to perform a search in this list. [Refresh list] => Refresh list [Show SQL query] => Show SQL query [Export to SQL Manager] => Export to SQL Manager [Shop group] => Store group [To] => To [and stay] => and stay [Multistore] => Multistore [Check / Uncheck all] => Check / Uncheck all [If you check a field, change its value, and save, the multistore behavior will not apply to this shop (or group), for this particular parameter.] => If you check a field, change its value, and save the multistore behavior will not apply to this store (or group), for this particular parameter. [(tax excl.)] => (tax excl.) [You can't change the value of this configuration field in the context of this shop.] => You can't change the value of this configuration field in the context of this store. [You can't change the value of this configuration field in this store's context.] => You can't change the value of this configuration field in this store's context. [Set required fields for this section] => Set required fields for this section [Required Fields] => Required Fields [Select the fields you would like to be required for this section.] => Select the fields you would like to be required for this section. [Field Name] => Field Name [All shops] => All stores [(%s selected)] => (%s selected) [Group: %s] => Group: %s [search...] => search... [Add files...] => Add files... [Add file...] => Add file... [Upload files] => Upload files [Upload file] => Upload file [You cannot have more than %s images in total. Please remove some of the current images before adding new ones.] => You cannot have more than %s images in total. Please remove some of the current images before adding new ones. [Remove file] => Remove file [File size] => File size [You have reached the limit (%s) of files to upload, please remove files to continue uploading] => You have reached the limit (%s) of files to upload, please remove files to continue uploading [Download current file] => Download current file [Add files] => Add files [Add file] => Add file [Download current file (%skb)] => Download current file (%skb) [You can upload a maximum of %s files] => You can upload a maximum of %s files [There are %d warnings:] => There are %d warnings: [123.45.67.89] => 123.45.67.89 [Oh no!] => Oh no! [The mobile version of this page is not available yet.] => The mobile version of this page is not available yet. [Please use a desktop computer to access this page, until is adapted to mobile.] => Please use a desktop computer to access this page, until is adapted to mobile. [Thank you.] => Thank you. [by name] => by name [by ip address] => by ip address [%s group] => %s group [List] => List [View details] => View details [Options] => Options [Generator] => Generator [%s: %s] => %s: %s [filter by %s] => filter by %s [%s deletion] => %s deletion [%s addition] => %s addition [%s modification] => %s modification [Do you really want to uninstall this module?] => Do you really want to uninstall this module? [Disable this module] => Disable this module [Enable this module for all shops] => Enable this module for all stores [Disable on mobiles] => Disable on mobiles [Disable on tablets] => Disable on tablets [Disable on computers] => Disable on computers [Display on mobiles] => Display on mobiles [Display on tablets] => Display on tablets [Display on computers] => Display on computers [This action will permanently remove the module from the server. Are you sure you want to do this?] => This action will permanently remove the module from the server. Are you sure you want to do this? [Comment:] => Comment: [Other Modules] => Other Modules [Module not found] => Module not found [Modules to update] => Modules to update [Translate this module] => Translate this module [Straight rows of keys are easy to guess] => Straight rows of keys are easy to guess [Short keyboard patterns are easy to guess] => Short keyboard patterns are easy to guess [Use a longer keyboard pattern with more turns] => Use a longer keyboard pattern with more turns [Repeats like "aaa" are easy to guess] => Repeats like "aaa" are easy to guess [Repeats like "abcabcabc" are only slightly harder to guess than "abc"] => Repeats like "abcabcabc" are only slightly harder to guess than "abc" [Sequences like abc or 6543 are easy to guess] => Sequences like "abc"or "6543" are easy to guess [Recent years are easy to guess] => Recent years are easy to guess [Dates are often easy to guess] => Dates are often easy to guess [This is a top-10 common password] => This is a top-10 common password [This is a top-100 common password] => This is a top-100 common password [This is a very common password] => This is a very common password [This is similar to a commonly used password] => This is similar to a commonly used password [A word by itself is easy to guess] => A word by itself is easy to guess [Names and surnames by themselves are easy to guess] => Names and surnames by themselves are easy to guess [Common names and surnames are easy to guess] => Common names and surnames are easy to guess [Very weak] => Very weak [Weak] => Weak [Average] => Average [Strong] => Strong [Very strong] => Very strong [Use a few words, avoid common phrases] => Use a few words, avoid common phrases [No need for symbols, digits, or uppercase letters] => No need for symbols, digits, or uppercase letters [Avoid repeated words and characters] => Avoid repeated words and characters [Avoid sequences] => Avoid sequences [Avoid recent years] => Avoid recent years [Avoid years that are associated with you] => Avoid years that are associated with you [Avoid dates and years that are associated with you] => Avoid dates and years that are associated with you [Capitalization doesn't help very much] => Capitalization doesn't help very much [All-uppercase is almost as easy to guess as all-lowercase] => All-uppercase is almost as easy to guess as all-lowercase [Reversed words aren't much harder to guess] => Reversed words aren't much harder to guess [Predictable substitutions like '@' instead of 'a' don't help very much] => Predictable substitutions like "@" instead of "a" don't help very much [Add another word or two. Uncommon words are better.] => Add another word or two. Uncommon words are better. [Sequences like "abc" or "6543" are easy to guess] => Sequences like "abc" or "6543" are easy to guess. [Predictable substitutions like "@" instead of "a" don't help very much] => Predictable substitutions like "@" instead of "a" don't help very much. [Guest client : ID] => Guest client: ID [General info] => General info [Gender] => Gender [Name] => Name [Birth date] => Birth date [Age] => Age [Email] => Email [Language] => Language [Creation account data] => Creation account data [Last visit] => Last visit [Siret] => Siret [Ape] => Ape [Company] => Company [Website] => Website [Addresses] => Addresses [Alias] => Alias [Address] => Address [Phone(s)] => Phone(s) [Country] => Country [Date] => Date [No addresses] => No addresses [Reference] => Reference [Payment] => Payment [Order state] => Order state [Total paid] => Total paid [No orders] => No orders [Products bought] => Products bought [Order ref] => Order ref [Product ref] => Product ref [Quantity] => Quantity [Carts] => Carts [Id] => Id [Total products] => Total products [No carts] => No carts [Product(s) still in cart] => Product(s) still in cart [Cart ID] => Cart ID [Product reference] => Product reference [No products] => No products [Messages] => Messages [IP] => IP [No messages] => No messages [Last connections] => Last connections [Origin request] => Origin request [Page viewed] => Page viewed [Time on the page] => Time on the page [IP address] => IP address [No connections] => No connections [Official GDPR compliance] => Official GDPR compliance [Make your store comply with the General Data Protection Regulation (GDPR).] => Make your store comply with the General Data Protection Regulation (GDPR). [Are you sure you want to uninstall this module?] => Are you sure you want to uninstall this module? [There was an error during the uninstallation. Please contact us through Addons website.] => There was an error during the uninstallation. Please contact us through Addons website. [There was an error on module uninstall. Please contact us through Addons website] => There was an error when uninstalling the module. Please contact us through the PrestaShop Addons website. [Data accessibility] => Data accessibility [How can a customer retrieve all of his personal data?] => How can a customer retrieve all of their personal data? [From his customer account, a new tab called My Personal Data is available and your customer can retrieve all of his personal data collected by your shop and installed modules, in PDF or CSV format.] => From their customer account, a new tab called "My Personal Data" is available. There, your customer can retrieve all personal data collected by your store and installed modules, in PDF or CSV format. [Customer consent] => Customer consent [There is no consent confirmation checkbox in the contact form. Isn't this a requirement?] => I can't find any consent confirmation checkbox in the contact form. Isn't this a requirement? [No, it is not a requirement as the customer gives consent by clicking on the Submit message button. Only a message is required to give your customers more information about the use of personal data on your website. We are currently working on a new version of the contact form, it will be available really soon for your online store.] => No, it is not a requirement because the customer gives consent by clicking on the "Submit message" button. Only a message is required to give your customers more information about the use of personal data on your website. We are currently working on a new version of the contact form, it will be available soon for your online store. [Data erasure] => Data erasure [How will a customer ask for all of his personal data to be deleted ?] => How can a customer ask for all of their personal data to be deleted? [The customer will send a message from the contact form for any rectification and erasure requests, justifying his request.] => The customer can send a message from the contact form for any rectification and erasure requests, justifying the request. [There is no Remove Data button in the customer account. Isn't this a requirement?] => There is no "Remove data" button in the customer account. Isn't this a requirement? [No, the Remove Data button in the customer account is not an obligation. For the data erasure requests, your customers can request data removal only under certain circumstances, that is the reason why we decided not to include an automatic Remove Data button in their customer account. They can, however, contact you anytime via your contact form, in this case, you can review their request and once you accept it, you will be able to remove their personal data directly in the configuration page of our Official GDPR Compliance module.] => No, the "Remove data" button in the customer account is not mandatory. Your customers can request data removal under certain circumstances only; that is the reason why we decided not to include an automatic "Remove data" button in their customer account. They can, however, contact you anytime via your contact form. In this case, you can review their request and, once you accept it, you will be able to remove their personal data directly from the configuration page of our Official GDPR Compliance module. [How to remove the personal data of a customer?] => How can I remove a customer's personal data? [If the request is valid, from the Personal Data Management tab of this module, any customer can be found by typing the first few letters of his name or email address in the search bar. Before deleting any data, we recommend you to download all the invoices of the involved customer. After deleting the data with the “Remove data” button, the customer’s orders can’t be legally deleted, they just won’t be linked to any account. This allows you to keep precise statistics of your shop.] => If the request is valid, you can find any customer by typing the first few letters of their name or email address in the search bar of the "Personal Data Management" tab of this module. Before deleting any data, we recommend you download all the invoices of the involved customer. After deleting the data with the “Remove data” button, the customer’s orders can’t be legally deleted — they just won’t be linked to any account. This allows you to keep precise statistics of your store. [After removing all personal data of a customer from my database, what will happen to his orders?] => After removing all personal data of a customer from my database, what will happen to their orders? [Due to other legal obligations, his orders will still be stocked but they are no longer associated with the customer. Only the name, shipping, and billing information must be kept in the order details page for legal reasons, invoicing, and accounting. According to the Rec.30;Art.7(1)(c)] => Due to other legal obligations, the customer's orders will still be saved but will no longer be associated with them. Only the name, shipping, and billing information must be kept on the order details page for legal reasons, invoicing, and accounting. According to the Rec.30;Art.7(1)(c) [Saved with success !] => Saved with success! [Customer data deleted by official GDPR module.] => Customer data deleted by the official GDPR module. [Generate password] => Generate password [Change password...] => Change password... [Current password] => Current password [New password] => New password [Confirm password] => Confirm password ) [AdminDashboardNotification] => Array ( [You are currently connected under the following domain name:] => You are currently connected under the following domain name: [This is different from the shop domain name set in the Multistore settings: "%s".] => This is different from the shop domain name set in the Multistore settings: "%s". [If this is your main domain, please {link}change it now{/link}.] => If this is your main domain, please {link}change it now{/link}. [This is different from the domain name set in the "SEO & URLs" tab.] => This is different from the domain name set in the "SEO & URLs" tab. ) [ModulesLegalcomplianceShop] => Array ( [Information] => Information ) [AdminDashboardFeature] => Array ( [Dashboard] => Dashboard [Demo mode] => Demo mode [Average bank fees per payment method] => Average bank fees per payment method [Average shipping fees per shipping method] => Average shipping fees per shipping method [Other settings] => Other settings [Average gross margin percentage] => Average gross margin percentage [Other fees per order] => Other fees per order ) [ModulesLinklistShop] => Array ( [Products] => Products [Our company] => Our company ) [ModulesNewproductsShop] => Array ( [New products] => New products [All new products] => All new products ) [ModulesCrosssellingShop] => Array ( [Customers who bought this product also bought:] => Customers who bought this product also bought: ) [AdminShippingFeature] => Array ( [Will be applied when the price is] => Will be applied when the price is [Will be applied when the weight is] => Will be applied when the weight is [Add new range] => Add new range [Ranges] => Ranges [inactive] => inactive [Carrier name:] => Carrier name: [This carrier will be proposed for those delivery zones:] => This carrier will be proposed for those delivery zones: [And it will be proposed for those client groups:] => And it will be proposed for those client groups: [Finally, this carrier will be proposed in those shops:] => Finally, this carrier will be proposed in those shops: [This carrier is %1$s and the transit time is %2$s.] => This carrier is %1$s and the transit time is %2$s. [free] => free [not free] => not free [This carrier can deliver orders from %1$s to %2$s.] => This carrier can deliver orders from %1$s to %2$s. [If the order is out of range, the behavior is to %3$s.] => If the order is out of range, the behavior is to %3$s. [The shipping cost is calculated %1$s and the tax rule %2$s will be applied.] => Shipping costs are calculated %1$s and the tax rule %2$s will be applied. [according to the price] => according to the price [according to the weight] => according to the weight [Add new carrier] => Add new carrier [Free shipping] => Free shipping [Pick up in-store] => Pick up in-store [Delivery next day!] => Delivery next day! [General settings] => General settings [Shipping locations and costs] => Shipping locations and costs [Size, weight, and group access] => Size, weight, and group access [Carrier name] => Carrier name [Tracking URL] => Tracking URL [Add handling costs] => Add handling costs [According to total price.] => According to total price. [According to total weight.] => According to total weight. [Apply the cost of the highest defined range] => Apply the cost of the highest defined range [Maximum package width (%s)] => Maximum package width (%s) [Maximum package height (%s)] => Maximum package height (%s) [Maximum package depth (%s)] => Maximum package depth (%s) [Maximum package weight (%s)] => Maximum package weight (%s) [Group access] => Group access [Transit time] => Transit time [Speed grade] => Speed grade [Billing] => Billing [Out-of-range behavior] => Out-of-range behavior [Disable carrier] => Disable carrier [Free Shipping] => Free Shipping [Apply shipping cost] => Apply shipping cost [Shipping and handling] => Shipping and handling [Default behavior] => Default behavior [According to total price] => According to total price [According to total weight] => According to total weight [Maximum package height] => Maximum package height [Maximum package width] => Maximum package width [Maximum package depth] => Maximum package depth [Maximum package weight] => Maximum package weight [Name:] => Name: [Delay] => Delay [Default carrier] => Default carrier [Handling charges] => Handling charges [Free shipping starts at] => Free shipping starts at [Manage your carriers] => Manage your carriers [Create carriers to let your customers choose their best shipping option in terms of delivery dates or fees. Start with editing/deleting the default "My carrier", and add as many options as you need.] => Create carriers to let your customers choose their best shipping option in terms of delivery dates or fees. Start with editing/deleting the default "My carrier", and add as many options as you need. [Carrier options] => Carrier options [Handling] => Handling [Tracking number] => Tracking number [Carrier] => Carrier [Carriers] => Carriers [Shipping cost] => Shipping cost ) [AdminNavigationMenu] => Array ( [Menu] => Menu [Invoices] => Invoices [Catalog] => Catalog [Sell] => Sell [Improve] => Improve [Configure] => Configure [More] => More [Modules & Services] => Modules & Services [Advanced Parameters] => Advanced Parameters [Attributes] => Attributes [Carriers] => Carriers [Carrier] => Carrier [Cart Rules] => Cart Rules [Catalog Price Rules] => Catalog Price Rules [Module Catalog] => Module Catalog [Page Categories] => Page Categories [Pages] => Pages [Combinations Generator] => Combinations Generator [Configuration] => Configuration [Contact] => Contact [Countries] => Countries [Customer Service] => Customer Service [Customer Settings] => Customer Settings [Dashboard] => Dashboard [Database] => Database [Employees] => Employees [Team] => Team [Features] => Features [General] => General [Groups] => Groups [Image Settings] => Image Settings [Images] => Images [Instant Stock Status] => Instant Stock Status [Languages] => Languages [Locations] => Locations [Login] => Login [Design] => Design [Brands & Suppliers] => Brands & Suppliers [Brands] => Brands [Marketing] => Marketing [Menus] => Menus [Merchandise Returns] => Merchandise Returns [Modules] => Modules [Monitoring] => Monitoring [Multistore] => Multistore [Order Settings] => Order Settings [Payment] => Payment [Permissions] => Permissions [Discounts] => Discounts [Quick Access] => Quick Access [Referrers] => Referrers [Search] => Search [Shipping] => Shipping [Shop Parameters] => Shop Parameters [Shop URLs] => Shop URLs [Shopping Carts] => Shopping Carts [Shops] => Shops [Stats] => Stats [Stock Coverage] => Stock Coverage [Stock Management] => Stock Management [Stock Movement] => Stock Movement [Stores] => Stores [Supply orders] => Supply orders [Tags] => Tags [Taxes] => Taxes [Theme Catalog] => Theme Catalog [Traffic & SEO] => Traffic & SEO [Warehouses] => Warehouses [Zones] => Zones [Modules Catalog] => Modules Catalog [Module Manager] => Module Manager [New & Experimental Features] => New & Experimental Features [Updates] => Updates [Alerts] => Alerts [Authorization Server] => Authorization Server [Files] => Files [DB Backup] => DB Backup [Categories] => Categories [Credit Slips] => Credit Slips [Currencies] => Currencies [Email] => Email [SEO & URLs] => SEO & URLs [Orders] => Orders [Products] => Products [Search Engines] => Search Engines [States] => States [Suppliers] => Suppliers [Tax Rules] => Tax Rules [Administration] => Administration [Import] => Import [Logs] => Logs [Performance] => Performance [Profiles] => Profiles [SQL Manager] => SQL Manager [Information] => Information [Contacts] => Contacts [Customers] => Customers [Maintenance] => Maintenance [Product Settings] => Product Settings [Titles] => Titles [Positions] => Positions [Geolocation] => Geolocation [Localization] => Localization [Payment Methods] => Payment Methods [Preferences] => Preferences [Stock] => Stock [Outstanding] => Outstanding [Order Messages] => Order Messages [Delivery Slips] => Delivery Slips [Translations] => Translations [International] => International [List of applications] => List of applications [Authorization Server Management] => Authorization Server Management [Order settings] => Order settings [Email Theme] => Email Theme [Webservice] => Webservice [Statuses] => Statuses [Theme & Logo] => Theme & Logo [Attributes & Features] => Attributes & Features [Addresses] => Addresses ) [ModulesFeaturedproductsAdmin] => Array ( [Featured products] => Featured products [Pick a category and highlight its items, enhance customer experience with a lively homepage.] => Pick a category and highlight its items, enhance customer experience with a lively homepage. [The number of products is invalid. Please enter a positive number.] => The number of products is invalid. Please enter a positive number. [The category ID is invalid. Please choose an existing category ID.] => The category ID is invalid. Please choose an existing category ID. [Invalid value for the "randomize" flag.] => Invalid value for the "randomize" flag. [To add products to your homepage, simply add them to the corresponding product category (default: "Home").] => To add products to your homepage, simply add them to the corresponding product category (default: "Home"). [Number of products to be displayed] => Number of products to be displayed [Set the number of products that you would like to display on homepage (default: 8).] => Set the number of products that you would like to display on homepage (default: 8). [Category from which to pick products to be displayed] => Category from which to pick products to be displayed [Randomly display featured products] => Randomly display featured products [Enable if you wish the products to be displayed randomly (default: no).] => Enable if you wish the products to be displayed randomly (default: no). ) [ModulesImagesliderAdmin] => Array ( [Image slider] => Image slider [Add sliding images to your homepage to welcome your visitors in a visual and friendly way.] => Add sliding images to your homepage to welcome your visitors in a visual and friendly way. [Invalid values] => Invalid values [Invalid slide] => Invalid slide [Invalid slide state.] => Invalid slide state. [Invalid slide ID] => Invalid slide ID [The title is too long.] => The title is too long. [The caption is too long.] => The caption is too long. [The URL is too long.] => The URL is too long. [The description is too long.] => The description is too long. [The URL format is not correct.] => The URL format is not correct. [Invalid filename.] => Invalid filename. [The URL is not set.] => The URL is not set. [The image is not set.] => The image is not set. [The configuration could not be updated.] => The configuration could not be updated. [The slide could not be added.] => The slide could not be added. [The slide could not be updated.] => The slide could not be updated. [Slide information] => Slide information [Target URL] => Target URL [Caption] => Caption [Speed] => Speed [The duration of the transition between two slides.] => The duration of the transition between two slides. [Pause on hover] => Pause on hover [Stop sliding when the mouse cursor is over the slideshow.] => Stop sliding when the mouse cursor is over the slideshow. [Loop forever] => Loop forever [Loop or stop after the last slide.] => Loop or stop after the last slide. [Since multiple languages are activated on your shop, please mind to upload your image for each one of them] => Since multiple languages are activated on your shop, please mind to upload your image for each one of them [You cannot manage slides items from a "All Shops" or a "Group Shop" context, select directly the shop you want to edit] => You cannot manage slides items from a "All Shops" or a "Group Shop" context, select directly the shop you want to edit [You can only edit this slide from the shop(s) context: %s] => You can only edit this slide from the shop(s) context: %s [You cannot add slides from a "All Shops" or a "Group Shop" context] => You cannot add slides from a "All Shops" or a "Group Shop" context [Unable to get slide shop association information (id_slide: %d)] => Unable to get slide shop association information (id_slide: %d) [The modifications will be applied to shop: %s] => The modifications will be applied to shop: %s [The modifications will be applied to this group: %s] => The modifications will be applied to this group: %s [The modifications will be applied to all shops and shop groups] => The modifications will be applied to all stores and store groups [This slide is shared with other shops! All shops associated to this slide will apply modifications made here] => This slide is shared with other shops! All shops associated to this slide will apply modifications made here [Slides list] => Slides list [Shared slide] => Shared slide ) [ModulesDistributionapiclientAdmin] => Array ( [Distribution API Client] => Distribution API Client [Download and upgrade PrestaShop's native modules.] => Download and upgrade PrestaShop's native modules. ) [ModulesCategoryproductsShop] => Array ( [%s other product in the same category:] => %s other product in the same category: [%s other products in the same category:] => %s other products in the same category: ) [AdminAdvparametersFeature] => Array ( [Menu] => Menu [No menu] => No menu [Import data from another shop] => Import data from another shop [Experimental product page] => Experimental product page [New product page - Single store] => New product page - Single store [New product page - Multistore] => New product page - Multistore [New product page] => New product page [Authorization server] => Authorization server [Catalog price rules] => Catalog price rules [Enable / Disable having more than one image format (jpg, webp, avif, png, etc.)] => Enable / Disable having more than one image format (jpg, webp, avif, png, etc.) [Countries] => Countries [States] => States [Carriers] => Carriers [Titles] => Titles [Tax rule groups] => Tax rule groups [Customer threads] => Customer threads [Order states] => Order states [Permissions] => Permissions [SuperAdmin] => SuperAdmin [Logistician] => Logistician [Translator] => Translator [Salesman] => Salesman [Webservice key created: %s] => Webservice key created: %s [Webservice key %s has been deleted] => Webservice key %s has been deleted [Supply Orders] => Supply Orders [Supply Order Details] => Supply Order Details [Product Reference] => Product Reference [Note] => Note [Supplier ID *] => Supplier ID * [Lang ID] => Lang ID [Warehouse ID *] => Warehouse ID * [Currency ID *] => Currency ID * [Supply Order Reference *] => Supply Order Reference * [Delivery Date (Y-M-D)*] => Delivery Date (Y-M-D)* [Discount rate] => Discount rate [Product ID *] => Product ID * [Product Attribute ID] => Product Attribute ID [Unit Price (tax excl.)*] => Unit Price (tax excl.)* [Quantity Expected *] => Quantity Expected * [Discount Rate] => Discount Rate [Tax Rate] => Tax Rate [Import .CSV data] => Import .CSV data [Advanced Stock Management] => Advanced Stock Management [Template] => Template [Customer ID] => Customer ID [Active (0/1)] => Active (0/1) [Customer email] => Customer email [Root category (0/1)] => Root category (0/1) [Product ID] => Product ID [Attribute (Name:Type:Position)] => Attribute (Name:Type:Position) [Value (Value:Position)] => Value (Value:Position) [Supplier reference] => Supplier reference [Default (0 = No, 1 = Yes)] => Default (0 = No, 1 = Yes) [Combination availability date] => Combination availability date [Choose among product images by position (1,2,3...)] => Choose among product images by position (1,2,3...) [UPC] => UPC [Minimal quantity] => Minimal quantity [Image URLs (x,y,z...)] => Image URLs (x,y,z...) [Image alt texts (x,y,z...)] => Image alt texts (x,y,z...) [Depends on stock] => Depends on stock [Warehouse] => Warehouse [EAN-13] => EAN-13 [Titles ID (Mr = 1, Ms = 2, else 0)] => Titles ID (Mr = 1, Ms = 2, else 0) [Birth date (yyyy-mm-dd)] => Birth date (yyyy-mm-dd) [Newsletter (0/1)] => Newsletter (0/1) [Partner offers (0/1)] => Partner offers (0/1) [Registration date (yyyy-mm-dd)] => Registration date (yyyy-mm-dd) [Groups (x,y,z...)] => Groups (x,y,z...) [Default group ID] => Default group ID [Categories (x,y,z...)] => Categories (x,y,z...) [Tax rule ID] => Tax rule ID [On sale (0/1)] => On sale (0/1) [Discount amount] => Discount amount [Discount percent] => Discount percent [Discount from (yyyy-mm-dd)] => Discount from (yyyy-mm-dd) [Discount to (yyyy-mm-dd)] => Discount to (yyyy-mm-dd) [Reference #] => Reference # [Supplier reference #] => Supplier reference # [Delivery time of out-of-stock products with allowed orders:] => Delivery time of out-of-stock products with allowed orders: [Additional shipping cost] => Additional shipping cost [Unit for the price per unit] => Unit for base price [Tags (x,y,z...)] => Tags (x,y,z...) [Rewritten URL] => Rewritten URL [Label when backorder allowed] => Label when backorder allowed [Available for order (0 = No, 1 = Yes)] => Available for order (0 = No, 1 = Yes) [Product availability date] => Product availability date [Product creation date] => Product creation date [Show price (0 = No, 1 = Yes)] => Show price (0 = No, 1 = Yes) [Delete existing images (0 = No, 1 = Yes)] => Delete existing images (0 = No, 1 = Yes) [Feature (Name:Value:Position:Customized)] => Feature (Name:Value:Position:Customized) [Available online only (0 = No, 1 = Yes)] => Available online only (0 = No, 1 = Yes) [Customizable (0 = No, 1 = Yes)] => Customizable (0 = No, 1 = Yes) [Uploadable files (0 = No, 1 = Yes)] => Uploadable files (0 = No, 1 = Yes) [Text fields (0 = No, 1 = Yes)] => Text fields (0 = No, 1 = Yes) [Action when out of stock] => Action when out of stock [Virtual product (0 = No, 1 = Yes)] => Virtual product (0 = No, 1 = Yes) [File URL] => File URL [Expiration date (yyyy-mm-dd)] => Expiration date (yyyy-mm-dd) [Number of days] => Number of days [Accessories (x,y,z...)] => Accessories (x,y,z...) [Active (0/1)] => Active (0/1) [Image URL] => Image URL [Address (2)] => Address (2) [Latitude] => Latitude [Longitude] => Longitude [Hours (x,y,z...)] => Hours (x,y,z...) [ID / Name of group shop] => ID / Name of the group of stores [Ignore this column] => Ignore this column [Store contacts] => Store contacts [Back office connection from %ip%] => Back office connection from %ip% [%class_name% addition] => %class_name% addition [Edit this SQL query] => Edit this SQL query [Select your default file encoding] => Select your default file encoding [SQL query name] => SQL query name [Attribute groups] => Attribute groups [Cart rules] => Cart rules [Contact information] => Contact information [Discount prices] => Discount prices [Module hooks] => Module hooks [Meta information] => Meta information [Product combinations] => Product combinations [Available quantities for sale] => Available quantities for sale [Warehouses] => Warehouses [Webservice accounts] => Webservice accounts [Tax rules groups] => Tax rules groups [Import data] => Import data [Choose the source shop] => Choose the source shop [Choose data to import] => Choose data to import [Shop groups list] => Store groups list [Choose the source store] => Choose the source store [Store groups list] => Store groups list [Customer groups] => Customer groups [Shop group] => Store group [Multistore options] => Multistore options [Default shop] => Default shop [Add a new shop group] => Add a new store group [Add a new shop] => Add a new store [Shop group name] => Store group name [Share customers] => Share customers [Share available quantities for sale] => Share available quantities for sale [Share available quantities between shops of this group. When changing this option, all available products quantities will be reset to 0.] => Share available quantities between stores of this group. When changing this option, all available product quantities will be reset to 0. [Share orders] => Share orders [Store group] => Store group [Default store] => Default store [Add a new group of stores] => Add a new group of stores [Add a new store] => Add a new store [Name of the store group] => Name of the store group [Multistore tree] => Multistore tree [Shop URL ID] => Shop URL ID [Shop name] => Store name [Is it the main URL?] => Is it the main URL? [URL options] => URL options [Is it the main URL for this shop?] => Is it the main URL for this shop? [Shop URL] => Shop URL [Domain] => Domain [SSL Domain] => SSL Domain [Physical URL] => Physical URL [Virtual URL] => Virtual URL [Final URL] => Final URL [Edit this shop] => Edit this shop [Add a new URL] => Add a new URL [Store URL ID] => Store URL ID [Store name] => Store name [Is it the main URL for this store?] => Is it the main URL for this store? [Store URL] => Store URL [Edit this store] => Edit this store [Statistics] => Statistics [Notifications] => Notifications [Both] => Both [This is a test message. Your server is now configured to send email.] => This is a test message. Your server is now configured to send email. [Test message -- Prestashop] => Test message -- Prestashop [Error: Please check your configuration] => Error: Please check your configuration [An error has occurred. Please check your configuration] => An error has occurred. Please check your configuration. [%key% (missing description)] => %key% (missing description) [Use /usr/sbin/sendmail (recommended; works in most cases)] => Use /usr/sbin/sendmail (recommended; works in most cases) [Set my own SMTP parameters (for advanced users ONLY)] => Set my own SMTP parameters (for advanced users ONLY) [Never send emails (may be useful for testing purposes)] => Never send emails (may be useful for testing purposes) [View (GET)] => View (GET) [Modify (PUT)] => Modify (PUT) [Add (POST)] => Add (POST) [Patch (PATCH)] => Patch (PATCH) [Delete (DELETE)] => Delete (DELETE) [Fast view (HEAD)] => Fast view (HEAD) [Refresh list] => Refresh list [Age] => Age [Recipient] => Recipient [Subject] => Subject [Sent] => Sent [Erase all] => Erase all [Severity (1-4)] => Severity (1-4) [Object type] => Object type [Object ID] => Object ID [Error code] => Error code [Last update] => Last update [Employee ID] => Employee ID [Key] => Key [Key description] => Key description [ID / Name of shop] => ID / Name of shop [Advanced stock management] => Advanced stock management [Product reference] => Product reference [EAN13] => EAN13 [New & Experimental Features] => New & Experimental Features [Add new profile] => Add new profile [Combination reference] => Combination reference [Memcached via PHP::Memcache] => Memcached via PHP::Memcache [Memcached via PHP::Memcached] => Memcached via PHP::Memcached [APC] => APC [Xcache] => Xcache [Use cache] => Use cache [Caching system] => Caching system [Smart cache for CSS] => Smart cache for CSS [Smart cache for JavaScript] => Smart cache for JavaScript [Apache optimization] => Apache optimization [Disable all overrides] => Disable all overrides [Enable or disable all classes and controllers overrides.] => Enable or disable all classes and controllers overrides. [Debug profiler] => Debug profiler [Media server #1] => Media server #1 [Media server #2] => Media server #2 [Media server #3] => Media server #3 [Clear cache] => Clear cache [Never clear cache files] => Never clear cache files [Clear cache everytime something has been modified] => Clear cache everytime something has been modified [Never recompile template files] => Never recompile template files [Recompile templates if the files have been updated] => Recompile templates if the files have been updated [Force compilation] => Force compilation [Template compilation] => Template compilation [Cache] => Cache [Should be enabled except for debugging.] => Should be enabled except for debugging. [Multi-front optimizations] => Multi-front optimizations [Lifetime of front office cookies] => Lifetime of front office cookies [Lifetime of back office cookies] => Lifetime of back office cookies [Automatically check for module updates] => Automatically check for module updates [Check the cookie's IP address] => Check the cookie's IP address [Cookie SameSite] => Cookie SameSite [Show notifications for new orders] => Show notifications for new orders [Show notifications for new customers] => Show notifications for new customers [Show notifications for new messages] => Show notifications for new messages [Maximum size for attached files] => Maximum size for attached files [Maximum size for a downloadable product] => Maximum size for a downloadable product [Maximum size for a product's image] => Maximum size for a product's image [megabytes] => megabytes [Ignore statistics tables] => Ignore statistics tables [Drop existing tables during import] => Drop existing tables during import [DKIM domain] => DKIM domain [DKIM selector] => DKIM selector [DKIM private key] => DKIM private key [Send email in HTML format] => Send email in HTML format [Send email in text format] => Send email in text format [Log Emails] => Log Emails [DKIM signing] => DKIM signing [Enable the store name as a prefix in the email's subject] => Enable the store name as a prefix in the email's subject [Send emails to] => Send emails to [None] => None [TLS] => TLS [SSL] => SSL [Email domain name] => Email domain name [SMTP server] => SMTP server [SMTP username] => SMTP username [SMTP password] => SMTP password [Encryption] => Encryption [Send a test email to] => Send a test email to [minutes] => minutes [Password regeneration] => Password regeneration [Security: Minimum time to wait between two password changes.] => Security: Minimum time to wait between two password changes. [Memorize the language used in Admin panel forms] => Memorize the language used in Admin panel forms [Allow employees to select a specific language for the Admin panel form.] => Allow employees to select a specific language for the Admin panel form. [Permission profile] => Permission profile [Default page] => Default page [Please name your data matching configuration in order to save it.] => Please name your data matching configuration in order to save it. [What do you want to import?] => What do you want to import? [Select a file to import] => Select a file to import [Language of the file] => Language of the file [Field separator] => Field separator [Multiple value separator] => Multiple value separator [Delete all [1]categories[/1] before import] => Delete all [1]categories[/1] before import [Use product reference as key] => Use product reference as key [Skip thumbnails regeneration] => Skip thumbnails regeneration [Force all ID numbers] => Force all ID numbers [Send notification email] => Send notification email [Next step] => Next step [Minimum severity level] => Minimum severity level [Enable multi-statements queries] => Enable multi-statements queries [Back office token protection] => Back office token protection [0 - Extremely guessable] => 0 - Extremely guessable [1 - Very guessable] => 1 - Very guessable [2 - Somewhat guessable] => 2 - Somewhat guessable [3 - Safely unguessable] => 3 - Safely unguessable [4 - Very unguessable] => 4 - Very unguessable [Minimum length] => Minimum length [Maximum length] => Maximum length [Minimum password security score] => Minimum password security score [Enable PrestaShop's webservice] => Enable PrestaShop's webservice [Enable CGI mode for PHP] => Enable CGI mode for PHP [Webservice account key.] => Webservice account key. [Enable webservice key] => Enable webservice key [Current password] => Current password [New password] => New password [Confirm password] => Confirm password [Download the backup file (%s MB)] => Download the backup file (%s MB) [Tip: You can also download this file from your FTP server. Backup files are located in the "/adminXXXX/backups" directory.] => Tip: You can also download this file from your FTP server. Backup files are located in the "/adminXXXX/backups" directory. [Backup options] => Backup options [Available fields] => Available fields [* Required field] => * Required field [History of uploaded files] => History of uploaded files [Download] => Download [Choose from history / FTP] => Choose from history / FTP [Download sample csv files] => Download sample csv files [Back to the dashboard] => Back to the dashboard [Test your email configuration] => Test your email configuration [A test email has been sent to the email address you provided.] => A test email has been sent to the email address you provided. [Send a test email] => Send a test email [Employee options] => Employee options [Employees] => Employees [Manage your team] => Manage your team [Create profiles for your employees with specific rights. SuperAdmin can access the entire store while other people can only be dedicated to the catalog or orders pages.] => Create profiles for your employees with specific rights. SuperAdmin can access the entire store while other people can only be dedicated to the catalog or orders pages. [Edit: %lastname% %firstname%] => Edit: %lastname% %firstname% [Add new employee] => Add new employee [New features] => New features [Experimental features] => Experimental features [Match your data] => Match your data [Please match each column of your source file to one of the destination columns.] => Please match each column of your source file to one of the destination columns. [Load a data matching configuration] => Load a data matching configuration [Save your data matching configuration] => Save your data matching configuration [Rows to skip] => Rows to skip [Indicate how many of the first rows of your file should be skipped when importing the data. For instance set it to 1 if the first row of your file contains headers.] => Indicate how many of the first rows of your file should be skipped when importing the data. For instance set it to 1 if the first row of your file contains headers. [Two columns cannot have the same type of values] => Two columns cannot have the same type of values [This column must be set:] => This column must be set: [Meaning of severity levels:] => Meaning of severity levels: [Logs by email] => Logs by email [No module] => No module [Profile] => Profile [List of MySQL Tables] => List of MySQL Tables [Please choose a table.] => Please choose a table. [Add table name to SQL query] => Add table name to SQL query [List of attributes for this MySQL table] => List of attributes for this MySQL table [Add attribute to SQL query] => Add attribute to SQL query [Action] => Action [SQL query] => SQL query [Add new SQL query] => Add new SQL query [SQL query result] => SQL query result [Outdated sessions] => Outdated sessions [Clear outdated sessions manually] => Clear outdated sessions manually [Clear] => Clear [Password policy] => Password policy [0 means the password is extremely easy to guess (within 10^3 guesses). Dictionary words like "password" or "mother" score 0.] => 0 means the password is extremely easy to guess (within 10^3 guesses). Dictionary words like "password" or "mother" score 0. [1 is still very easy to guess (guesses lesser than 10^6). An extra character on a dictionary word can score 1.] => 1 is still very easy to guess (guesses less than 10^6). An extra character on a dictionary word can score 1. [2 is pretty easy to guess (guesses lesser than 10^8). It provides some protection from unthrottled online attacks.] => 2 is pretty easy to guess (guesses less than 10^8). It provides some protection from unthrottled online attacks. [3 is safely unguessable (guesses lesser than 10^10). It offers moderate protection from offline slow-hash scenario.] => 3 is safely unguessable (guesses less than 10^10). It offers moderate protection from offline slow-hash scenario. [4 is very unguessable (guesses greater than or equal to 10^10) and provides strong protection from offline slow-hash scenario.] => 4 is very unguessable (guesses greater than or equal to 10^10) and provides strong protection from offline slow-hash scenario. [1 is still very easy to guess (guesses less than 10^6). An extra character on a dictionary word can score 1.] => 1 is still very easy to guess (guesses less than 10^6). An extra character on a dictionary word can score 1. [2 is pretty easy to guess (guesses less than 10^8). It provides some protection from unthrottled online attacks.] => 2 is pretty easy to guess (guesses less than 10^8). It provides some protection from unthrottled online attacks. [3 is safely unguessable (guesses less than 10^10). It offers moderate protection from offline slow-hash scenario.] => 3 is safely unguessable (guesses less than 10^10). It offers moderate protection from offline slow-hash scenario. [Webservice Accounts] => Webservice Accounts [Set the resource permissions for this key:] => Set the resource permissions for this key: [Add new webservice key] => Add new webservice key [Webservice status] => Webservice status [Webservice is enabled. Main entry point is] => Webservice is enabled. Main entry point is [It seems that the webservice endpoint is not functional. If you are using httpd/apache2, you need to enable URL rewriting on your server.] => It seems that the webservice endpoint is not functional. If you are using httpd/apache2, you need to enable URL rewriting on your server. [Read the [1]developer documentation[/1].] => Read the [1]developer documentation[/1]. [Upload quota] => Upload quota [Port] => Port [IP Address] => IP Address [Weight] => Weight [Add server] => Add server [Add Server] => Add Server [Test Server] => Test Server [Debug mode] => Debug mode [Smarty] => Smarty [Modules] => Modules [Disable non built-in modules] => Disable non built-in modules [Optional features] => Optional features [CCC (Combine, Compress and Cache)] => CCC (Combine, Compress and Cache) [Media servers (use only with CCC)] => Media servers (use only with CCC) [You must enter another domain, or subdomain, in order to use cookieless static content.] => You must enter another domain, or subdomain, in order to use cookieless static content. [Caching] => Caching [Disable all non-built-in modules?] => Disable all non-built-in modules? [Configuration information] => Configuration information [This information must be provided when you report an issue on GitHub or on the forum.] => This information must be provided when you report an issue on GitHub or on the forum. [Server information] => Server information [Server information:] => Server information: [Server software version:] => Server software version: [PHP version:] => PHP version: [Memory limit:] => Memory limit: [Max execution time:] => Max execution time: [Upload Max File size:] => Upload Max File size: [PageSpeed module for Apache installed (mod_instaweb)] => PageSpeed module for Apache installed (mod_instaweb) [Database information] => Database information [MySQL version:] => MySQL version: [MySQL server:] => MySQL server: [MySQL name:] => MySQL name: [MySQL user:] => MySQL user: [Tables prefix:] => Tables prefix: [MySQL engine:] => MySQL engine: [MySQL driver:] => MySQL driver: [List of overrides] => List of overrides [Store information] => Store information [PrestaShop version:] => PrestaShop version: [Shop URL:] => Shop URL: [Shop path:] => Shop path: [Current theme in use:] => Current theme in use: [Mail configuration] => Mail configuration [Mail method:] => Mail method: [You are using /usr/sbin/sendmail] => You are using /usr/sbin/sendmail [You are using your own SMTP parameters.] => You are using your own SMTP parameters. [SMTP server:] => SMTP server: [SMTP username:] => SMTP username: [Defined] => Defined [Not defined] => Not defined [SMTP password:] => SMTP password: [Encryption:] => Encryption: [SMTP port:] => SMTP port: [Your information] => Your information [Your web browser:] => Your web browser: [Check your configuration] => Check your configuration [Required parameters:] => Required parameters: [Optional parameters:] => Optional parameters: [List of changed files] => List of changed files [You must provide this information when reporting an issue on GitHub or on the forum.] => You must provide this information when reporting an issue on GitHub or on the forum. [No overrides have been found.] => No overrides have been found. [Straight rows of keys are easy to guess] => Straight rows of keys are easy to guess [Short keyboard patterns are easy to guess] => Short keyboard patterns are easy to guess [Use a longer keyboard pattern with more turns] => Use a longer keyboard pattern with more turns [Repeats like "aaa" are easy to guess] => Repeats like "aaa" are easy to guess [Repeats like "abcabcabc" are only slightly harder to guess than "abc"] => Repeats like "abcabcabc" are only slightly harder to guess than "abc" [Sequences like abc or 6543 are easy to guess] => Sequences like abc or 6543 are easy to guess [Recent years are easy to guess] => Recent years are easy to guess [Dates are often easy to guess] => Dates are often easy to guess [This is a top-10 common password] => This is a top-10 common password [This is a top-100 common password] => This is a top-100 common password [This is a very common password] => This is a very common password [This is similar to a commonly used password] => This is similar to a commonly used password [A word by itself is easy to guess] => A word by itself is easy to guess [Names and surnames by themselves are easy to guess] => Names and surnames by themselves are easy to guess [Common names and surnames are easy to guess] => Common names and surnames are easy to guess [Very weak] => Very weak [Weak] => Weak [Average] => Average [Strong] => Strong [Very strong] => Very strong [Use a few words, avoid common phrases] => Use a few words, avoid common phrases [No need for symbols, digits, or uppercase letters] => No need for symbols, digits, or uppercase letters [Avoid repeated words and characters] => Avoid repeated words and characters [Avoid sequences] => Avoid sequences [Avoid recent years] => Avoid recent years [Avoid years that are associated with you] => Avoid years that are associated with you [Avoid dates and years that are associated with you] => Avoid dates and years that are associated with you [Capitalization doesn't help very much] => Capitalization doesn't help very much [All-uppercase is almost as easy to guess as all-lowercase] => All-uppercase is almost as easy to guess as all-lowercase [Reversed words aren't much harder to guess] => Reversed words aren't much harder to guess [Predictable substitutions like '@' instead of 'a' don't help very much] => Predictable substitutions like '@' instead of 'a' don't help very much [Add another word or two. Uncommon words are better.] => Add another word or two. Uncommon words are better. [Enter a password between %d and %d characters] => Enter a password between %d and %d characters [The minimum score must be: %s] => The minimum score must be: %s [Sequences like "abc" or "6543" are easy to guess] => Sequences like "abc" or "6543" are easy to guess. [Predictable substitutions like "@" instead of "a" don't help very much] => Predictable substitutions like "@" instead of "a" don't help very much. [File size] => File size [Price tax excluded] => Price tax excluded [Price tax included] => Price tax included [Price per unit] => Base price ) [AdminCatalogFeature] => Array ( [Texture] => Texture [Apply a discount] => Apply a discount [Percent (%)] => Percent (%) [Apply a discount to] => Apply a discount to [Order (without shipping)] => Order (without shipping) [Specific product] => Specific product [Cheapest product] => Cheapest product [Selected product(s)] => Selected product(s) [Exclude discounted products] => Exclude discounted products [Send a free gift] => Send a free gift [Search a product] => Search a product [Matching products] => Matching products [Available combinations] => Available combinations [Country selection] => Country selection [Carrier selection] => Carrier selection [Customer group selection] => Customer group selection [Store selection] => Store selection [Limit to a single customer] => Limit to a single customer [Valid] => Valid [Minimum amount] => Minimum amount [Shipping excluded] => Shipping excluded [Shipping included] => Shipping included [Total available] => Total available [Total available for each user] => Total available for each user [Restrictions] => Restrictions [Unselected countries] => Unselected countries [Selected countries] => Selected countries [Unselected carriers] => Unselected carriers [Selected carriers] => Selected carriers [Unselected groups] => Unselected groups [Selected groups] => Selected groups [Compatibility with other cart rules] => Compatibility with other cart rules [Uncombinable cart rules] => Uncombinable cart rules [Combinable cart rules] => Combinable cart rules [Product selection] => Product selection [Unselected shops] => Unselected shops [Selected shops] => Selected shops [Cart rule] => Cart rule [Information] => Information [Now] => Now [Done] => Done [Choose Time] => Choose Time [Time] => Time [Minute] => Minute [Conditions] => Conditions [Highlight] => Highlight [Partial use] => Partial use [Number of products required in the cart to enjoy the discount:] => Number of products required in the cart to enjoy the discount: [Attachment] => Attachment [Product name] => Product name [Add a new condition group] => Add a new condition group [Add condition] => Add condition [Condition group] => Condition group [MPN] => MPN [Root] => Root [Home] => Home [Increase] => Increase [Decrease] => Decrease [Customer Order] => Customer Order [Adjustment following an inventory of stock] => Adjustment following an inventory of stock [Transfer to another warehouse] => Transfer to another warehouse [Transfer from another warehouse] => Transfer from another warehouse [Supply Order] => Supply Order [Product Return] => Product return [Manual Entry] => Manual Entry [Values] => Values [Value] => Value [Color or texture] => Color or texture [Public name] => Public name [Attribute type] => Attribute type [Attribute group] => Attribute group [Current texture] => Current texture [Add new values] => Add new values [Add New Attributes] => Add New Attributes [Edit New Attribute] => Edit New Attribute [Add New Attribute] => Add New Attribute [Edit value] => Edit value [Save then add another value] => Save then add another value [Color] => Color [Attributes] => Attributes [Payment:] => Payment: [Cart Rules] => Cart Rules [Open] => Open [Messages] => Messages [Private] => Private [Last message] => Last message [Contact options] => Contact options [Allow file uploading] => Allow file uploading [Default message] => Default message [Customer service options] => Customer service options [IMAP URL] => IMAP URL [IMAP port] => IMAP port [IMAP user] => IMAP user [IMAP password] => IMAP password [Delete messages] => Delete messages [Create new threads] => Create new threads [IMAP options] => IMAP options [Total threads] => Total threads [Threads pending] => Threads pending [Total number of customer messages] => Total number of customer messages [Total number of employee messages] => Total number of employee messages [Unread threads] => Unread threads [Closed threads] => Closed threads [Pending Discussion Threads] => Pending Discussion Threads [Average Response Time] => Average Response Time [Messages per Thread] => Messages per Thread [Reply to the next unanswered message in this thread] => Reply to the next unanswered message in this thread [Mark as "handled"] => Mark as "handled" [Re-open] => Re-open [Mark as "pending 1" (will be answered later)] => Mark as "pending 1" (will be answered later) [Disable pending status] => Disable pending status [Mark as "pending 2" (will be answered later)] => Mark as "pending 2" (will be answered later) [Message to:] => Message to: [Product:] => Product: [Status:] => Status: [Closed] => Closed [Pending 1] => Pending 1 [Pending 2] => Pending 2 [Message forwarded to] => Message forwarded to [Edit New Feature] => Edit New Feature [Add New Feature] => Add New Feature [Feature value] => Feature value [Add a new feature value] => Add a new feature value [Add new feature] => Add new feature [Impact on weight] => Impact on weight [Short description] => Short description [Condition] => Condition [Low stock level] => Low stock level [Label when in stock] => Label when in stock [Delivery time of in-stock products:] => Delivery time of in-stock products: [Number of allowed downloads] => Number of allowed downloads [Category root] => Category root [Reduction with or without taxes] => Reduction with or without taxes [Beginning] => Beginning [End] => End [Reduction type] => Reduction type [Leave initial price] => Leave initial price [Number of products] => Number of products [Average number of products per category] => Average number of products per category [Disabled Categories] => Disabled Categories [Empty Categories] => Empty Categories [Top Category] => Top Category [All combinations] => All combinations [copy of %s] => copy of %s [Comment:] => Comment: [Opened] => Opened [Default delivery time: [1]%delivery_time% - %oos_delivery_time%[/1] [2]Edit delivery time[/2]] => Default delivery time: [1]%delivery_time% - %oos_delivery_time%[/1] [2]Edit delivery time[/2] [None] => None [Use default behavior] => Use default behavior [Allow orders] => Allow orders [Deny orders] => Deny orders [Decrement pack only.] => Decrement pack only. [Decrement products in pack only.] => Decrement products in pack only. [Decrement both.] => Decrement both. [New] => New [Used] => Used [Refurbished] => Refurbished [A physical product that needs to be shipped.] => A physical product that needs to be shipped. [A product with different variations (size, color, etc.) from which customers can choose.] => A product with different variations (size, color, etc.) from which customers can choose. [A collection of products from your catalog.] => A collection of products from your catalog. [An intangible product that doesn't require shipping. You can also add a downloadable file.] => An intangible product that doesn't require shipping. You can also add a downloadable file. [Pack of products] => Pack of products [Standard product] => Standard product [Customers can access the product by browsing the catalog, using the search bar, or the link.] => Customers can access the product by browsing the catalog, using the search bar, or the link. [Customers can access the product only by browsing the catalog. This is particularly useful to avoid displaying too many similar products in a search.] => Customers can access the product only by browsing the catalog. This is particularly useful to avoid displaying too many similar products in a search. [Customers can access the product only by using the search bar.] => Customers can access the product only by using the search bar. [Only customers with the link can access the product.] => Only customers with the link can access the product. [Everywhere] => Everywhere [Catalog only] => Catalog only [Search only] => Search only [Nowhere] => Nowhere [product(s)] => product(s) [Cart rules] => Cart rules [Products] => Products [List of disabled products] => List of disabled products [List of empty categories] => List of empty categories [List of products with combinations but without available quantities for sale] => List of products with combinations but without available quantities for sale [List of products without combinations and without available quantities for sale] => List of products without combinations and without available quantities for sale [List of products without description and summary] => List of products without description and summary [List of products without images] => List of products without images [List of products without price] => List of products without price [%product_name%: %combination_details%] => %product_name%: %combination_details% [Cover image] => Cover image [%price% (tax incl.)] => %price% (tax incl.) [%price% (tax excl.)] => %price% (tax excl.) [Add new root category] => Add new root category [Add new category] => Add new category [Low stock alert] => Low stock alert [Combination name] => Combination name [Physical quantity] => Physical quantity [Reserved quantity] => Reserved quantity [Category name] => Category name [Parent of the category] => Parent of the category [Please select a file] => Please select a file [ISBN code] => ISBN code [Min. quantity for sale] => Min. quantity for sale [Select images of this combination:] => Select images of this combination: [Final price] => Final price [Impact on price per unit (tax excl.)] => Impact on price per unit (tax excl.) [Set as default combination] => Set as default combination [Impact on price (tax incl.)] => Impact on price (tax incl.) [Ecotax (tax incl.)] => Ecotax (tax incl.) [Send me an email when the quantity is below or equals this level] => Send me an email when the quantity is below or equals this level [Stock location] => Stock location [Availability date] => Availability date [Cost Price] => Cost Price [Minimum quantity] => Minimum quantity [Add products to your pack] => Add products to your pack [Choose a brand] => Choose a brand [Pre-tax retail price] => Pre-tax retail price [Retail price with tax] => Retail price with tax [Add a new category] => Add a new category [Accessories] => Accessories [Invalid characters are: %invalidCharacters%] => Invalid characters are: %invalidCharacters% [Default category] => Default category [This field contains invalid characters: %invalidCharacters%] => This field contains invalid characters: %invalidCharacters% [UPC barcode] => UPC barcode [EAN-13 or JAN barcode] => EAN-13 or JAN barcode [Display options] => Display options [Default suppliers] => Default suppliers [Attachments for this product:] => Attachments for this product: [ISBN] => ISBN [Display condition on product page] => Display condition on product page [Available for order] => Available for order [Show price] => Show price [Web only (not sold in your retail store)] => Web only (not sold in your retail store) [No tax] => No tax [Apply to all products] => Apply to all products [Display the "On sale!" flag on the product page, and on product listings.] => Display the "On sale!" flag on the product page, and on product listings. [Retail price (tax excl.)] => Retail price (tax excl.) [Retail price (tax incl.)] => Retail price (tax incl.) [Retail price per unit (tax excl.)] => Retail price per unit (tax excl.) [Create combinations] => Create combinations [I want to use the advanced stock management system for this product.] => I want to use the advanced stock management system for this product. [The available quantities for the current product and its combinations are based on the stock in your warehouse (using the advanced stock management system). ] => The available quantities for the current product and its combinations are based on the stock in your warehouse (using the advanced stock management system). [I want to specify available quantities manually.] => I want to specify available quantities manually. [Label when out of stock (and backorders allowed)] => Label when out of stock (and backorders allowed) [When out of stock] => When out of stock [Minimum quantity for sale] => Minimum quantity for sale [Add downloadable file] => Add downloadable file [Pack stock behavior] => Pack stock behavior [No redirection (404)] => No redirection (404) [No redirection (410)] => No redirection (410) [Target] => Target [Meta title] => Meta title [Meta description] => Meta description [Target product] => Target product [Target category] => Target category [Redirection when offline] => Redirection when offline [Permanent redirection to a category (301)] => Permanent redirection to a category (301) [Temporary redirection to a category (302)] => Temporary redirection to a category (302) [Permanent redirection to a product (301)] => Permanent redirection to a product (301) [Temporary redirection to a product (302)] => Temporary redirection to a product (302) [Default behavior from configuration] => Default behavior from configuration [No redirection (200), display product] => No redirection (200), display product [No redirection (404), display product] => No redirection (404), display product [No redirection (410), display product] => No redirection (410), display product [No redirection (404), display error page] => No redirection (404), display error page [No redirection (410), display error page] => No redirection (410), display error page [Friendly URL] => Friendly URL [Specific delivery time to this product] => Specific delivery time to this product [Default delivery time] => Default delivery time [Delivered within 3-4 days] => Delivered within 3-4 days [Delivery time of out-of-stock products with allowed orders:] => Delivery time of out-of-stock products with allowed orders: [Delivered within 5-7 days] => Delivered within 5-7 days [Width] => Width [Height] => Height [Depth] => Depth [Weight] => Weight [Delivery time] => Delivery time [Shipping fees] => Shipping fees [Available carriers] => Available carriers [Add customer] => Add customer [Apply to all combinations] => Apply to all combinations [Available from] => Available from [Starting at] => Starting at [Unit(s)] => Unit(s) [Product price (tax excl.)] => Product price (tax excl.) [Reduction tax] => Reduction tax [Number of days] => Number of days [Stored] => Stored [Location (optional)] => Location (optional) [Add categories] => Add categories [Minimum order quantity] => Minimum order quantity [Edit fixed quantity] => Edit fixed quantity [You can bulk edit the selected combinations by enabling and filling each field that needs to be updated.] => You can bulk edit the selected combinations by enabling and filling each field that needs to be updated. [Edit combination: ] => Edit combination: [You can specify which images should be displayed when customer selects this combination. If you don't select any image, all will be displayed. The default image of the combination will be the first one selected from the list.] => You can specify which images should be displayed when customer selects this combination. If you don't select any image, all will be displayed. The default image of the combination will be the first one selected from the list. [Manage product combinations] => Manage product combinations [Final retail price (tax excl.)] => Final retail price (tax excl.) [Final retail price (tax incl.)] => Final retail price (tax incl.) [Impact on price per unit (tax incl.)] => Impact on price per unit (tax incl.) [Related products] => Related products [Description] => Description [No brand] => No brand [Details] => Details [Choose a value] => Choose a value [Pre-defined value] => Pre-defined value [OR Customized value] => OR Customized value [Choose a feature] => Choose a feature [Choose a value or provide a customized one] => Choose a value or provide a customized one [References] => References [Custom value] => Custom value [New product] => New product [Caption] => Caption [[1]%filesNb%[/1] selected file(s)] => [1]%filesNb%[/1] selected file(s) [Use as cover image] => Use as cover image [Manage images] => Manage images [Product has no images.] => Product has no images. [Image] => Image [Images will be deleted.] => Images will be deleted. [[1]{filesNb}[/1] selected file(s)] => [1]{filesNb}[/1] selected file(s) [Image is not associated to this store] => Image is not associated to this store [Options] => Options [No files attached] => No files attached [[1]Manage all files[/1]] => [1]Manage all files[/1] [[1]Manage catalog price rules[/1]] => [1]Manage catalog price rules[/1] [%price% tax excl.] => %price% tax excl. [%price% tax incl.] => %price% tax incl. [%price% %unity%] => %price% %unity% [%price% margin] => %price% margin [%margin_rate%% margin rate] => %margin_rate%% margin rate [%price% cost price] => %price% cost price [Show catalog price rules] => Show catalog price rules [Hide catalog price rules] => Hide catalog price rules [Set a specific order for this product] => Set a specific order for this product [Use default order: [1]{priority_list}[/1]] => Use default order: [1]{priority_list}[/1] [Ecotax rate %rate%%] => Ecotax rate %rate%% [Ecotax (tax excl.)] => Ecotax (tax excl.) [Tax feature is disabled, it will not affect price tax included.] => Tax feature is disabled, it will not affect price tax included. [[1]Manage tax rules[/1]] => [1]Manage tax rules[/1] [Tax %1$s : %2$s%%] => Tax %1$s : %2$s%% [Tax %1$s-%3$s: %2$s%%] => Tax %1$s-%3$s: %2$s%% [Apply a discount to the initial price] => Apply a discount to the initial price [Set specific price] => Set specific price [At least one of the following must be activated] => At least one of the following must be activated [Apply a discount to the initial price or set a specific price.] => Apply a discount to the initial price or set a specific price. [For customers meeting the conditions, the initial price will be crossed out and the discount will be highlighted.] => For customers meeting the conditions, the initial price will be crossed out and the discount will be highlighted. [Minimum number of units purchased] => Minimum number of units purchased [Duration] => Duration [Retail price per unit (tax incl.)] => Retail price per unit (tax incl.) [Unit] => Unit [Display retail price per unit] => Display retail price per unit [Enter the keywords that customers might search for when looking for this product.] => Enter the keywords that customers might search for when looking for this product. [[1]Manage all tags[/1]] => [1]Manage all tags[/1] [Search engine optimization] => Search engine optimization [Recent stock movements] => Recent stock movements [[1]View all stock movements[/1]] => [1]View all stock movements[/1] [Edit quantity] => Edit quantity [Sold products] => Sold products [Shipped products] => Shipped products [Returned products] => Returned products [Enter threshold value] => Enter threshold value [Pack quantities] => Pack quantities [Pack] => Pack [Add new file] => Add new file [Upload files here] => Upload files here [Make some files available to your customers and facilitate their purchasing environment by adding them just here! It can be instruction manuals, technical works or anything you want to attach to a product.] => Make some files available to your customers and facilitate their purchasing environment by adding them just here! It can be instruction manuals, technical works or anything you want to attach to a product. [Manage your credit slips] => Manage your credit slips [When a customer returns a product, a credit slip must be created in his favor. Generate vouchers and have a look at their follow-up.] => When a customer returns a product, a credit slip must be created in his favor. Generate vouchers and have a look at their follow-up. [Manage your products] => Manage your products [Create new product] => Create new product [Import a list of products.] => Import a list of products [Keep in touch with your suppliers] => Keep in touch with your suppliers [Having suppliers is optional if brands supply you directly. Make sure you don't confuse product suppliers and product brands to facilitate stock management.] => Having suppliers is optional if brands supply you directly. Make sure you don't confuse product suppliers and product brands to facilitate stock management. [Add new supplier] => Add new supplier [Viewing %from%-%to% on %total% (page %current_page% / %page_count%)] => Viewing %from%-%to% out of %total% (page %current_page% / %page_count%) [Items per page:] => Items per page: [Enter page number and press enter] => Enter page number and press enter [Not available yet] => Not available yet [Not available yet.] => Not available yet. [Edit: %value%] => Edit: %value% [Category] => Category [Price (tax incl.)] => Price (tax incl.) [Price (tax excl.)] => Price (tax excl.) [Quantity] => Quantity [These products will be deleted for good. Please confirm.] => These products will be deleted for good. Please confirm. [Delete products?] => Delete products? [[1]Add your first product[/1][2]or import a list of products (filetypes: .csv, .xls, .xlsx, .xlst, .ods, .ots).[/2]] => [1]Add your first product[/1][2]or import a list of products (filetypes: .csv, .xls, .xlsx, .xlst, .ods, .ots).[/2] [Go to catalog] => Go to catalog [Add new product] => Add new product [Product list] => Product list [SEO] => SEO [Modules] => Modules [Pricing] => Pricing [Basic settings] => Basic settings [Shipping] => Shipping [Categories] => Categories [Create a new category] => Create a new category [New category name] => New category name [Create a category] => Create a category [Associated categories] => Associated categories [Ecotax] => Ecotax [Specific references] => Specific references [Prev. combination] => Prev. combination [Back to product] => Back to product [Combination details] => Combination details [Price and impact] => Price and impact [Final retail price (tax excl.) will be] => Final retail price (tax excl.) will be [Final retail price (tax incl.) will be] => Final retail price (tax incl.) will be [Does this combination have a different price per unit?] => Does this combination have a different price per unit? [Images] => Images [Next combination] => Next combination [Stock] => Stock [Impact on price (tax excl.)] => Impact on price (tax excl.) [Final price (tax excl.)] => Final price (tax excl.) [Manage your product combinations] => Manage your product combinations [Bulk actions ([1]/[2] combination(s) selected)] => Bulk actions ([1]/[2] combination(s) selected) [Default combination] => Default combination [Availability preferences] => Availability preferences [Behavior when out of stock] => Behavior when out of stock [Stock management is disabled] => Stock management is disabled [Combinations] => Combinations [You can increase or decrease low stock levels in bulk. You cannot disable them in bulk: you have to do it on a per-combination basis.] => You can increase or decrease low stock levels in bulk. You cannot disable them in bulk: you have to do it on a per-combination basis. [The email will be sent to all the users who have the right to run the stock page. To modify the permissions, go to Advanced Parameters > Team] => The email will be sent to all the users who have the right to run the stock page. To modify the permissions, go to Advanced Parameters > Team [Delete combinations] => Delete combinations [Edit a specific price] => Edit a specific price [Brand] => Brand [Add a brand] => Add a brand [Related product] => Related product [Add a related product] => Add a related product [Here is a preview of your search engine result, play with it!] => Here is a preview of your search engine result, play with it! [Improve your ranking and how your product page will appear in search engines results.] => Improve your ranking and how your product page will appear in search engines results. [Redirection page] => Redirection page [Reset URL] => Reset URL [Search Engine Optimization] => Search Engine Optimization [Additional shipping costs] => Additional shipping costs [Package dimension] => Package dimension [Adjust your shipping costs by filling in the product dimensions.] => Charge additional shipping costs based on packet dimensions covered here. [Leave empty to disable.] => Leave empty to disable. [Impact on price] => Impact on price [Specific price conditions] => Specific price conditions [Apply a discount of] => Apply a discount of [Choose the suppliers associated with this product] => Choose the suppliers associated with this product [Default supplier] => Default supplier [Cost price (tax excl.)] => Cost price (tax excl.) [Supplier reference(s)] => Supplier reference(s) [Supplier reference] => Supplier reference [Product location in warehouses] => Product location in warehouses [Please choose the warehouses associated with this product.] => Please choose the warehouses associated with this product. [Summary] => Summary [Add a feature] => Add a feature [Tax rule] => Tax rule [Tax excluded] => Tax excluded [Tax included] => Tax included [Reference] => Reference [Product with combinations] => Product with combinations [View all images] => View all images [View less] => View less [Simple product] => Simple product [Features] => Features [Visibility] => Visibility [Where do you want your product to appear?] => Where do you want your product to appear? [Attached files] => Attached files [Add a customization field] => Add a customization field [Customers can personalize the product by entering some text or by providing custom image files.] => Customers can personalize the product by entering some text or by providing custom image files. [Tags] => Tags [Condition & References] => Condition & References [Select the files (instructions, documentation, recipes, etc.) your customers can directly download on this product page.] => Select the files (instructions, documentation, recipes, etc.) your customers can directly download on this product page. [Need to browse all files? Go to [1]Catalog > Files[/1]] => Need to browse all files? Go to [1]Catalog > Files[/1] [Attach a new file] => Attach a new file [Cost price] => Cost price [Retail price] => Retail price [Specific prices] => Specific prices [Priority management] => Priority management [Add a specific price] => Add a specific price [Manage tax rules] => Manage tax rules [Final retail price: [1][2][/2] tax incl.[/1] / [3][/3] tax excl.] => Final retail price: [1][2][/2] tax incl.[/1] / [3][/3] tax excl. [Rule] => Rule [Fixed price] => Fixed price [Impact] => Impact [From] => From [Priorities] => Priorities [Combination] => Combination [Quantities] => Quantities [Cover] => Cover [Drop images here] => Drop images here [or select files] => or select files [Recommended size 800 x 800px for default theme.] => Recommended size 800 x 800px for default theme. [JPG, GIF or PNG format.] => JPG, GIF or PNG format. [Virtual product] => Virtual product [These modules are relative to the product page of your shop.] => These modules are relative to the product page of your shop. [tax excl.] => tax excl. [JPG, GIF, PNG or WebP format.] => JPG, GIF, PNG or WebP format. [tax incl.] => tax incl. [Module to configure] => Module to configure [Choose a module to configure] => Choose module related options [To manage all your modules go to the [1]Installed module page[/1]] => To manage all your modules go to the [1]Installed module page[/1] [These modules are relative to the product page of your store.] => These modules are relative to the product page of your store. [Zoom] => Zoom [Add new value] => Add new value [Create attributes] => Create attributes [Color, dimension, size, disk space... think about attributes as properties that change from one product to another. As a consequence, attributes allow you to build product combinations.] => Color, dimension, size, disk space... think about attributes as properties that change from one product to another. As a consequence, attributes allow you to build product combinations. [Add new attribute] => Add new attribute [From quantity] => From quantity [Reduction] => Reduction [Catalog price rules] => Catalog price rules [Add new catalog price rule] => Add new catalog price rule [Parent category] => Parent category [Additional description] => Additional description [Category cover image] => Category cover image [Category thumbnail] => Category thumbnail [Menu thumbnails] => Menu thumbnails [Group access] => Group access [%group_name% - All people without a valid customer account.] => %group_name% - All people without a valid customer account. [%group_name% - Customer who placed an order with the guest checkout.] => %group_name% - Customer who placed an order with the guest checkout. [%group_name% - All people who have created an account on this site.] => %group_name% - All people who have created an account on this site. [Set categories] => Set categories [Categories are essential, as they enable you to group equivalent products. This helps customers find their way through the variety of your catalog.] => Categories are essential, as they enable you to group equivalent products. This helps customers find their way through the variety of your catalog. [Feature] => Feature [Add a new feature] => Add a new feature [Addresses] => Addresses [Ref:] => Ref.: [EAN13:] => EAN13: [UPC:] => UPC: [MPN:] => MPN: [Qty:] => Qty: [EAN-13:] => EAN-13: [Available quantity] => Available quantity [Attribute name] => Attribute name [UPC] => UPC [EAN-13] => EAN-13 [Brands] => Brands [Add new brand] => Add new brand [Add new brand address] => Add new brand address [Focus on your catalog] => Focus on your catalog [Empty categories, disabled products, items that lack image or price... check the monitoring section to optimize your products management and make sure you forgot nothing.] => Empty categories, disabled products, items that lack image or price... check the monitoring section to optimize your products management and make sure you forgot nothing. [tax incl. (tax rule: %taxRate%%)] => tax incl. (tax rule: %taxRate%%) [out of stock] => out of stock [low stock] => low stock [in stock] => in stock [Editing %total% combinations] => Editing %total% combinations [Editing %done%/%total% combinations] => Editing %done%/%total% combinations [Generate product combinations] => Generate product combinations [Combinations are the different variations of a product, with attributes like its size, weight or color taking different values.] => Combinations are the different variations of a product, with attributes like its size, weight, or color taking different values. [Loading combinations] => Loading combinations [Edition mode] => Edition mode [Save list] => Save list [Generate combinations] => Generate combinations [Error log] => Error log [Close] => Close [Stop processing] => Stop processing [%error_count% errors occurred. You can download the logs for future reference.] => %error_count% errors occurred. You can download the logs for future reference. [Back to processing] => Back to processing [Download error log] => Download error log [View %error_count% error logs] => View %error_count% error logs [Edit %combinations_number% combinations] => Edit %combinations_number% combinations [Apply to %combinations_number% combinations] => Apply to %combinations_number% combinations [Delete %combinations_number% combinations] => Delete %combinations_number% combinations [Deleting %total% combinations] => Deleting %total% combinations [Deleting %done%/%total% combinations] => Deleting %done%/%total% combinations [Previous combination] => Previous combination [Edited combinations (%editedNb%)] => Edited combinations (%editedNb%) [Here, you can have a look at the combinations you have edited. The list will reset when you close the editing window.] => Here, you can have a look at the combinations you have edited. The list will reset when you close the editing window. [Delete %combinations_number% combinations from store "%store_name%"] => Delete %combinations_number% combinations from store "%store_name%" [Delete %combinations_number% combinations from all stores] => Delete %combinations_number% combinations from all stores [Edited combinations ({editedNb})] => Edited combinations ({editedNb}) [Open history] => Open history [Close history] => Close history [Loading catalog price rules] => Loading catalog price rules [Discount] => Discount [Open combinations generator] => Open combinations generator [Successfully generated %combinationsNb% combinations.] => Successfully generated %combinationsNb% combinations. [Generate combinations|Generate combination|Generate %combinationsNb% combinations] => Generate combinations|Generate combination|Generate %combinationsNb% combinations [Search for attributes...] => Search for attributes... [Successfully generated {combinationsNb} combinations.] => Successfully generated {combinationsNb} combinations. [Generate combinations|Generate combination|Generate {combinationsNb} combinations] => Generate combinations|Generate combination|Generate {combinationsNb} combinations [Select all values ({valuesNb})] => Select all values ({valuesNb}) [Generate URL from name] => Generate URL from name [Loading specific prices] => Loading specific prices [Specific price (tax excl.)] => Specific price (tax excl.) [Discount (tax incl.)] => Discount (tax incl.) [Units] => Units [EAN13] => EAN13 [Wholesale price] => Wholesale price [Customization] => Customization [Price per unit] => Base price [Add new cart rule] => Add new cart rule [Expiration date] => Expiration date [Product deleted] => Product deleted [[1][/1] of [2][/2] characters allowed] => [1][/1] of [2][/2] characters allowed [Type] => Type [Main category] => Main category [[1][/1] of [2][/2] characters used (recommended)] => [1][/1] of [2][/2] characters used (recommended) [List of products for this pack] => List of products for this pack [Use checkboxes to bulk edit quantities] => Use checkboxes to bulk edit quantities [Advanced filters] => Advanced filters [Apply advanced filters] => Apply advanced filters [Apply new quantity] => Apply new quantity [Display products below low stock level first] => Display products below low stock level first [Filter by movement type] => Filter by movement type [Filter by employee] => Filter by employee [Filter by period] => Filter by period [Search a category] => Search a category [Search a supplier] => Search a supplier [Filter by status] => Filter by status [All] => All [Filter by supplier] => Filter by supplier [Stock management] => Stock management [Movements] => Movements [Search products (search by name, reference, supplier)] => Search products (search by name, reference, supplier) [This product is below the low stock level you have defined.] => This product is below the low stock level you have defined. [Low stock level:] => Low stock level: [Low stock alert:] => Low stock alert: [Bulk edit quantity] => Bulk edit quantity [Combination's ID] => Combination's ID [Date & Time] => Date & Time [Go to the import system] => Go to the import system [Export data into CSV] => Export data into CSV [Physical] => Physical [Reserved] => Reserved ) [AdminShopparametersNotification] => Array ( [Caution: The discount applied to a category does not stack with the overall reduction but instead replaces it.] => Caution: The discount applied to a category does not stack with the overall reduction but instead replaces it. [Only products that have this category as the default category will be affected.] => Only products that have this category as the default category will be affected. [You cannot delete this shop (customer and/or order dependency)] => You cannot delete this shop (customer and/or order dependency) [Click here to set a URL for this shop.] => Click here to set a URL for this shop. [Width and height must be numeric values.] => Width and height must be numeric values. [The discount value is incorrect (must be a percentage).] => The discount value is incorrect (must be a percentage). [Wrong category ID.] => Wrong category ID. [The discount value is incorrect.] => The discount value is incorrect. [You cannot save group reductions.] => You cannot save group reductions. [An error occurred while updating this group.] => An error occurred while updating this group. [Aliases and results are both required.] => Aliases and results are both required. [Is not a valid result] => Is not a valid result [Is not a valid alias] => Is not a valid alias [This is not a valid IP address:] => This is not a valid IP address: [You cannot delete this shop (customer and/or order dependency).] => You cannot delete this shop (customer and/or order dependency). [Please create some sub-categories for this root category.] => Please create some sub-categories for this root category. [You need to select at least the root category.] => You need to select at least the root category. [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.] => Warning: You won't be able to change the group of this store if it belongs to a group with one of these options activated: Share Customers, Share Quantities or Share Orders. [You can only move your shop to a shop group with all "share" options disabled -- or to a shop group with no customers/orders.] => You can only move your store to a store group with all "share" options disabled -- or to a store group with no customers/orders. [For security reasons, you cannot delete default order statuses.] => For security reasons, you cannot delete default order statuses. [An address located in a country containing states must have a state selected.] => An address located in a country containing states must have a state selected. [Latitude and longitude are required.] => Latitude and longitude are required. [The specified state is not located in this country.] => The specified state is not located in this country. [Before being able to use this tool, you need to:] => Before being able to use this tool, you need to: [Create a blank .htaccess in your root directory.] => Create a blank .htaccess in your root directory. [Give it write permissions (CHMOD 666 on Unix system).] => Give it write permissions (CHMOD 666 on Unix system). [The Base URI is not valid.] => The Base URI is not valid. [An order status with the same name already exists: %s] => An order status with the same name already exists: %s [You must define an SMTP server and an SMTP port. If you do not know it, use the PHP mail() function instead.] => You must define an SMTP server and an SMTP port. If you do not know it, use the PHP mail() function instead. [Assign a valid page if you want it to be read.] => Assign a valid page if you want it to be read. [Your robots.txt file MUST be in your website's root directory and nowhere else (e.g. http://www.example.com/robots.txt).] => Your robots.txt file MUST be in your website's root directory and nowhere else (e.g. http://www.example.com/robots.txt). [Generate your "robots.txt" file by clicking on the following button (this will erase the old robots.txt file)] => Generate your "robots.txt" file by clicking on the following button (this will erase the old robots.txt file) [Before you can use this tool, you need to:] => Before you can use this tool, you need to: [1) Create a blank robots.txt file in your root directory.] => 1) Create a blank robots.txt file in your root directory. [2) Give it write permissions (CHMOD 666 on Unix system).] => 2) Give it write permissions (CHMOD 666 on Unix system). [The multistore option is enabled. If you want to change the URL of your shop, you must go to the "Multistore" page under the "Advanced Parameters" menu.] => The multistore option is enabled. If you want to change the URL of your shop, you must go to the "Multistore" page under the "Advanced Parameters" menu. [Here you can set the URL for your shop. If you migrate your shop to a new URL, remember to change the values below.] => Here you can set the URL for your shop. If you migrate your shop to a new URL, remember to change the values below. [This section enables you to change the default pattern of your links. In order to use this functionality, PrestaShop's "Friendly URL" option must be enabled, and Apache's URL rewriting module (mod_rewrite) must be activated on your web server.] => This section enables you to change the default pattern of your links. In order to use this functionality, PrestaShop's "Friendly URL" option must be enabled, and Apache's URL rewriting module (mod_rewrite) must be activated on your web server. [There are several available keywords for each route listed below; note that keywords with * are required!] => There are several available keywords for each route listed below; note that keywords with * are required! [To add a keyword in your URL, use the {keyword} syntax. If the keyword is not empty, you can add text before or after the keyword with syntax {prepend:keyword:append}. For example {-hey-:meta_title} will add "-hey-my-title" in the URL if the meta title is set.] => To add a keyword in your URL, use the {keyword} syntax. If the keyword is not empty, you can add text before or after the keyword with syntax {prepend:keyword:append}. For example {-hey-:meta_title} will add "-hey-my-title" in the URL if the meta title is set. [Before making any changes to the default pattern of your URLs, make sure to meet the following requirements:] => Before making any changes to the default pattern of your URLs, make sure to meet the following requirements: [The Friendly URL feature must be enabled] => The Friendly URL feature must be enabled [URL rewriting must be activated on your web server] => URL rewriting must be activated on your web server [All mandatory keywords (*) must be included in the route] => All mandatory keywords (*) must be included in the route [You should also comply with the syntax:] => You should also comply with the syntax: [Keywords must be in braces {keyword}] => Keywords must be in braces {keyword} [All keywords must be separated] => All keywords must be separated [As long as a keyword has an associated value, you can use the syntax {prepend:keyword:append} to add text before and after it] => As long as a keyword has an associated value, you can use the syntax {prepend:keyword:append} to add text before and after it. [As long as a keyword has an associated value, you can use the syntax {prepend:keyword:append} to add text before and after it.] => As long as a keyword has an associated value, you can use the syntax {prepend:keyword:append} to add text before and after it. [You can only display the page list in a shop context.] => You can only display the page list in a shop context. ) [ModulesDataprivacyAdmin] => Array ( [Customer data privacy block] => Customer data privacy block [Reassure your customers, display a short notice to let them know you care about privacy.] => Reassure your customers, display a short notice to let them know you care about privacy. [Customer data privacy message for customer form:] => Customer data privacy message for customer form: [The customer data privacy message will be displayed in the customer form] => The customer data privacy message will be displayed in the customer form [Tip: If the customer privacy message is too long to be written directly in the form, you can add a link to one of your pages. This can easily be created via the "Pages" page under the "Design" menu.] => Tip: If the customer privacy message is too long to be written directly in the form, you can add a link to one of your pages. This can easily be created via the "Pages" page under the "Design" menu. [The personal data you provide is used to answer queries, process orders or allow access to specific information. You have the right to modify and delete all the personal information found in the "My Account" page.] => The personal data you provide is used to answer queries, process orders or allow access to specific information. You have the right to modify and delete all the personal information found in the "My Account" page. ) [AdminModulesFeature] => Array ( [RTL Module] => RTL Module [Manage hooks] => Manage hooks [Toggle dropdown] => Toggle dropdown [Administration] => Administration [Advertising & Marketing] => Advertising & Marketing [Analytics & Stats] => Analytics & Stats [Taxes & Invoicing] => Taxes & Invoicing [Checkout] => Checkout [Content Management] => Content Management [Customer Reviews] => Customer Reviews [Front office Features] => Front office Features [Internationalization & Localization] => Internationalization & Localization [Merchandising] => Merchandising [Migration Tools] => Migration Tools [Payments & Gateways] => Payments & Gateways [Site certification & Fraud prevention] => Site certification & Fraud prevention [Pricing & Promotion] => Pricing & Promotion [Quick / Bulk update] => Quick / Bulk update [Shipping & Logistics] => Shipping & Logistics [Slideshows] => Slideshows [Comparison site & Feed management] => Comparison site & Feed management [Marketplace] => Marketplace [Other Modules] => Other Modules [Emailing & SMS] => Emailing & SMS [Social Networks] => Social Networks [Social & Community] => Social & Community [Enable Mobile] => Enable Mobile [Disable Mobile] => Disable Mobile [Module manager] => Module manager [Delete] => Delete [Module notifications] => Module notifications [Discover] => Discover [Free] => Free [v%version% - by %author%] => v%version% - by %author% [Service by %author%] => Service by %author% [Upgrade available] => Upgrade available [PrestaShop Addons Marketplace] => PrestaShop Addons Marketplace [Exit to PrestaShop Addons Marketplace] => Exit to PrestaShop Addons Marketplace [See all results for your search on] => See all results for your search on [Recently used] => Recently used [All categories] => All categories [Installed modules] => Installed modules [Disabled modules] => Disabled modules [Show all modules] => Show all modules [Enabled modules] => Enabled modules [Uninstalled modules] => Uninstalled modules [You do not have module in « %categoryName% ».] => You do not have module in « %categoryName% ». [Recently Used] => Recently Used [Disable module?] => Disable module? [Uninstall module?] => Uninstall module? [Reset module?] => Reset module? [Yes, disable it] => Yes, disable it [Yes, uninstall it] => Yes, uninstall it [Yes, reset it] => Yes, reset it [Optional: delete module folder after uninstall.] => Optional: delete module folder after uninstall. [Bulk action confirmation] => Bulk action confirmation [Yes, I want to do it] => Yes, I want to do it [Upload a module] => Upload a module [Drop your module archive here or [1]select file[/1]] => Drop your module archive here or [1]select file[/1] [v%version% by %author%] => v%version% by %author% [Overview] => Overview [Additional information] => Additional information [Benefits] => Benefits [Features] => Features [Demo video] => Demo video [Changelog] => Changelog [Multistore compatibility:] => Multistore compatibility: [This module is compatible with the multistore feature. It can be either:] => This module is compatible with the multistore feature. It can be either: [configured differently from one store to another;] => configured differently from one store to another; [configured quickly in the same way on all stores thanks to the all shops context or to the group of shops;] => configured quickly in the same way on all stores thanks to the all shops context or to the group of shops; [or even activated for one store and deactivated for another.] => or even activated for one store and deactivated for another. [This module is partially compatible with the multistore feature. Some of its options might not be available.] => This module is partially compatible with the multistore feature. Some of its options might not be available. [This module is not compatible with the multistore feature because it would not be useful.] => This module is not compatible with the multistore feature because it would not be useful. [This module is not compatible with the multistore feature. It means that its configuration applies to all stores.] => This module is not compatible with the multistore feature. It means that its configuration applies to all stores. [%nbModules% modules and services selected for you] => %nbModules% modules and services selected for you [Selection] => Selection [Increasing Price] => Increasing price [Decreasing Price] => Decreasing price [Popularity] => Popularity [%nbModules% modules to configure] => %nbModules% modules to configure [Modules to configure] => Modules to configure [%nbModules% modules to update] => %nbModules% modules to update [Modules to update] => Modules to update [Upgrade All] => Upgrade All ) [AdminNavigationHeader] => Array ( [Orders] => Orders [View my shop] => View my store [A new order has been placed on your shop.] => A new order has been placed on your shop. [A new customer registered on your shop.] => A new customer registered on your shop. [A new message was posted on your shop.] => A new message was posted on your shop. [PrestaShop logo] => PrestaShop logo [Remove from QuickAccess] => Remove from QuickAccess [Add current page to QuickAccess] => Add current page to QuickAccess [Manage quick accesses] => Manage quick accesses [Product name, SKU, reference...] => Product name, SKU, reference... [Email, name...] => Email, name... [Customers by name] => Customers by name [Customers by IP address] => Customers by IP address [Invoice Number] => Invoice Number [Welcome back %name%] => Welcome back %name% [Your profile] => Your profile [Sign out] => Sign out [Quick Access] => Quick Access [Please name this shortcut:] => Please name this shortcut: [Remove from Quick Access] => Remove from Quick Acess [Manage your quick accesses] => Manage your quick accesses [Customers] => Customers [Everywhere] => Everywhere [What are you looking for?] => What are you looking for? [Order ID] => Order ID [Cart ID] => Cart ID [Module name] => Module name [Search (e.g.: product reference, customer name…)] => Search (e.g.: product reference, customer name…) [Searchbar] => Searchbar [Product name, reference, etc.] => Product name, reference, etc. [Name] => Name [by name] => by name [123.45.67.89] => 123.45.67.89 [by IP address] => by IP address [Invoice number] => Invoice number [SEARCH] => SEARCH [View my store] => View my store [Order number:] => Order number: [Read this message] => Read this message [A new order has been placed on your store.] => A new order has been placed on your store. [A new customer registered on your store.] => A new customer registered on your store. [A new message was posted on your store.] => A new message was posted on your store. [Customer name:] => Customer name: [Debug mode] => Debug mode [Maintenance mode] => Maintenance mode [Home] => Home [My Shop] => My Shop [New category] => New category [New product] => New product [New voucher] => New voucher [Installed modules] => Installed modules [Catalog evaluation] => Catalog evaluation [Link] => Link [Quick Access menu] => Quick Access menu [If it's a URL that comes from your back office, you MUST remove the security token.] => If it's a URL that comes from your back office, you MUST remove the security token. [Open in new window] => Open in new window [Add new quick access] => Add new quick access [New customers] => New customers [New window] => New window [Customize your multistore header, [1]pick a color[/1] for this store context.] => Customize your multistore header, [1]pick a color[/1] for this store context. [To apply specific settings to a store or a group of stores, select the parameter to modify, make your changes and save.] => To apply specific settings to a store or a group of stores, select the parameter to modify, make your changes and save. [Select stores] => Select stores ) [ShopThemeCatalog] => Array ( [Unit discount] => Unit discount [Items] => Items [Item] => Item [Categories] => Categories [Pages] => Pages [Price drop] => Price drop [Best sellers] => Best sellers [Category: %category_name%] => Category: %category_name% [List of all brands] => List of all brands [%number% products] => %number% products [%number% product] => %number% product [Prices drop] => Prices drop [Search results] => Search results [List of products by supplier %supplier_name%] => List of products by supplier %supplier_name% [List of all suppliers] => List of all suppliers [Quantity] => Quantity [Reference, A to Z] => Reference, A to Z [Reference, Z to A] => Reference, Z to A [Sales, highest to lowest] => Sales, highest to lowest [Date added, newest to oldest] => Date added, newest to oldest [Date added, oldest to newest] => Date added, oldest to newest [Name, A to Z] => Name, A to Z [Name, Z to A] => Name, Z to A [Price, low to high] => Price, low to high [Price, high to low] => Price, high to low [Relevance] => Relevance [%1$s:] => %1$s: [Search our catalog] => Search our catalog [Search] => Search [New] => New [Used] => Used [Refurbished] => Refurbished [Online only] => Online only [On sale!] => On sale! [Reduced price] => Reduced price [Pack] => Pack [Product available with different options] => Product available with different options [Last items in stock] => Last items in stock [ean13] => EAN13 [isbn] => ISBN [upc] => UPC [MPN] => MPN [Best Sellers] => Best Sellers [All best sellers] => All best sellers [All brands] => All brands [brands] => brands [No brand] => No brand [Brands] => Brands [%s other product in the same category:] => %s other product in the same category: [%s other products in the same category:] => %s other products in the same category: [Customers who bought this product also bought:] => Customers who bought this product also bought: [My alerts] => My alerts [Popular Products] => Popular Products [All products] => All products [New products] => New products [All new products] => All new products [1 person is currently watching this product.] => 1 person is currently watching this product. [%nb_people% people are currently watching this product.] => %nb_people% people are currently watching this product. [Last time this product was bought: %date_last_order%] => Last time this product was bought: %date_last_order% [Last time this product was added to a cart: %date_last_cart%] => Last time this product was added to a cart: %date_last_cart% [No RSS feed added] => No RSS feed added [On sale] => On sale [All sale products] => All sale products [All suppliers] => All suppliers [No supplier] => No supplier [Suppliers] => Suppliers [Viewed products] => Viewed products [Regular price] => Regular price [Price] => Price [Your customization:] => Your customization: [Product customization] => Product customization [Brand] => Brand [In stock] => In stock [Availability date:] => Availability date: [Data sheet] => Data sheet [Specific References] => Specific References [Condition] => Condition [Reference] => Reference [Volume discounts] => Volume discounts [You Save] => You Save [Save %percentage%] => Save %percentage% [Save %amount%] => Save %amount% [%price% tax excl.] => %price% tax excl. [Instead of %price%] => Instead of %price% [Including %amount% for ecotax] => Including %amount% for ecotax [(not impacted by the discount)] => (not impacted by the discount) [No tax] => No tax [: ] => : [Showing %from%-%to% of %total% item(s)] => Showing %from%-%to% of %total% item(s) [There are %product_count% products.] => There are %product_count% products. [There is 1 product.] => There is 1 product. [List of products by brand %brand_name%] => List of products by brand %brand_name% [No products available yet] => No products available yet [Stay tuned! More products will be shown here as they are added.] => Stay tuned! More products will be shown here as they are added. [No matches were found for your search] => No matches were found for your search [Please try other keywords to describe what you are looking for.] => Please try other keywords to describe what you are looking for. [List of products by supplier %s] => List of products by supplier %s [This pack contains] => This pack contains [Description] => Description [Product Details] => Product Details [Attachments] => Attachments [You might also like] => You might also like [Unit price] => Unit price [Total price] => Total price [Product] => Product [No products available] => No products available ) [ModulesStatsregistrationsAdmin] => Array ( [Customer accounts] => Customer accounts [Adds a registration progress tab to the Stats dashboard.] => Adds a registration progress tab to the Stats dashboard. [Number of visitors who stopped at the registering step:] => Number of visitors who stopped at the registering step: [Number of visitors who placed an order directly after registration:] => Number of visitors who placed an order directly after registration: [Total customer accounts:] => Total customer accounts: [Number of customer accounts created] => Number of customer accounts created [The total number of accounts created is not in itself important information. However, it is beneficial to analyze the number created over time. This will indicate whether or not things are on the right track.] => The total number of accounts created is not in itself important information. However, it is beneficial to analyze the number created over time. This will indicate whether or not things are on the right track. [How to act on the registrations' evolution?] => How to act on the registrations' evolution? [If you let your shop run without changing anything, the number of customer registrations should stay stable or show a slight decline.] => If you let your shop run without changing anything, the number of customer registrations should stay stable or show a slight decline. [A significant increase or decrease in customer registration shows that there has probably been a change to your shop. With that in mind, we suggest that you identify the cause, correct the issue and get back in the business of making money!] => A significant increase or decrease in customer registration shows that there has probably been a change to your shop. With that in mind, we suggest that you identify the cause, correct the issue and get back in the business of making money! [Here is a summary of what may affect the creation of customer accounts:] => Here is a summary of what may affect the creation of customer accounts: [An advertising campaign can attract an increased number of visitors to your online store. This will likely be followed by an increase in customer accounts and profit margins, which will depend on customer "quality." Well-targeted advertising is typically more effective than large-scale advertising... and it's cheaper too!] => An advertising campaign can attract an increased number of visitors to your online store. This will likely be followed by an increase in customer accounts and profit margins, which will depend on customer "quality." Well-targeted advertising is typically more effective than large-scale advertising... and it's cheaper too! [Specials, sales, promotions and/or contests typically demand a shoppers' attentions. Offering such things will not only keep your business lively, it will also increase traffic, build customer loyalty and genuinely change your current e-commerce philosophy.] => Specials, sales, promotions and/or contests typically demand a shoppers' attentions. Offering such things will not only keep your business lively, it will also increase traffic, build customer loyalty and genuinely change your current e-commerce philosophy. [Design and user-friendliness are more important than ever in the world of online sales. An ill-chosen or hard-to-follow graphical theme can keep shoppers at bay. This means that you should aspire to find the right balance between beauty and functionality for your online store.] => Design and user-friendliness are more important than ever in the world of online sales. An ill-chosen or hard-to-follow graphical theme can keep shoppers at bay. This means that you should aspire to find the right balance between beauty and functionality for your online store. [CSV Export] => CSV Export ) [ModulesStatsdataAdmin] => Array ( [Data mining for statistics] => Data mining for statistics [This module must be enabled if you want to use statistics.] => This module must be enabled if you want to use statistics. [Save page views for each customer] => Save page views for each customer [Storing customer page views uses a lot of CPU resources and database space. Only enable if your server can handle it.] => Storing customer page views uses a lot of CPU resources and database space. Only enable if your server can handle it. [Save global page views] => Save global page views [Global page views uses fewer resources than customer's, but it uses resources nonetheless.] => Global page views uses fewer resources than customer's, but it uses resources nonetheless. [Plugins detection] => Plugins detection [Plugins detection loads an extra 20 kb JavaScript file once for new visitors.] => Plugins detection loads an extra 20 kb JavaScript file once for new visitors. [Collect as much information as possible to enrich your stats and run your business further.] => Collect as much information as possible to enrich your stats and run your business further. ) [ModulesStatssalesAdmin] => Array ( [Sales and orders] => Sales and orders [Enrich your stats, add graphics presenting the evolution of your sales and orders.] => Enrich your stats, add graphics presenting the evolution of your sales and orders. [About order statuses] => About order statuses [In your Back Office, you can modify the following order statuses: Awaiting Check Payment, Payment Accepted, Preparation in Progress, Shipping, Delivered, Canceled, Refund, Payment Error, Out of Stock, and Awaiting Bank Wire Payment.] => In your back office, you can modify the following order statuses: Awaiting Check Payment, Payment Accepted, Preparation in Progress, Shipping, Delivered, Canceled, Refund, Payment Error, Out of Stock, and Awaiting Bank Wire Payment. [These order statuses cannot be removed from the Back Office; however you have the option to add more.] => These order statuses cannot be removed from the back office; however you have the option to add more. [The following graphs represent the evolution of your shop's orders and sales turnover for a selected period.] => The following graphs represent the evolution of your shop's orders and sales turnover for a selected period. [You should often consult this screen, as it allows you to quickly monitor your shop's sustainability. It also allows you to monitor multiple time periods.] => You should often consult this screen, as it allows you to quickly monitor your shop's sustainability. It also allows you to monitor multiple time periods. [Only valid orders are graphically represented.] => Only valid orders are graphically represented. [Orders placed:] => Orders placed: [CSV Export] => CSV Export [Sales:] => Sales: [You can view the distribution of order statuses below.] => You can view the distribution of order statuses below. [No orders for this period.] => No orders for this period. [Orders placed] => Orders placed [Products bought] => Products bought [Products:] => Products: [Sales currency: %s] => Sales currency: %s [Percentage of orders per status.] => Percentage of orders per status. ) [AdminDesignNotification] => Array ( [You can choose to keep your images stored in the previous system. There's nothing wrong with that.] => You can choose to keep your images stored in the previous system. There's nothing wrong with that. [After moving all of your product images, set the "Use the legacy image filesystem" option above to "No" for best performance.] => After moving all of your product images, set the "Use the legacy image filesystem" option above to "No" for best performance. [Be careful! Depending on the options selected, former manually uploaded thumbnails might be erased and replaced by automatically generated thumbnails.] => Be careful! Depending on the options selected, former manually uploaded thumbnails might be erased and replaced by automatically generated thumbnails. [Also, regenerating thumbnails for all existing images can take several minutes, please be patient.] => Also, regenerating thumbnails for all existing images can take several minutes, please be patient. [If you delete this image format, the theme won't be able to use it anymore. This will result in a degraded experience on your front office.] => If you delete this image format, the theme won't be able to use it anymore. This will result in a degraded experience on your front office. [Delete the images linked to this image setting] => Delete the images linked to this image setting [Regenerate thumbnails for the selected images? With the "erase" option enabled, the previously selected thumbnails will be deleted.] => Regenerate thumbnails for the selected images? With the "erase" option enabled, the previously selected thumbnails will be deleted. [Current theme is unavailable. Please check your theme's directory name ("%s") and permissions.] => Current theme is unavailable. Please check your theme's directory name ("%s") and permissions. [Duplicate images were found when moving the product images. This is likely caused by unused demonstration images. Please make sure that the folder %folder% only contains demonstration images, and then delete it.] => Duplicate images were found when moving the product images. This is likely caused by unused demonstration images. Please make sure that the folder %folder% only contains demonstration images, and then delete it. [Incorrect value for the selected JPEG image compression.] => Incorrect value for the selected JPEG image compression. [Incorrect value for the selected PNG image compression.] => Incorrect value for the selected PNG image compression. [Incorrect value for the selected WebP image compression.] => Incorrect value for the selected WebP image compression. [Source file does not exist or is empty (%filepath%)] => Source file does not exist or is empty (%filepath%) [Failed to resize image file (%filepath%)] => Failed to resize image file (%filepath%) [Failed to resize image file to high resolution (%filepath%)] => Failed to resize image file to high resolution (%filepath%) [Original image is corrupt (%filename%) for product ID %id% or bad permission on folder.] => Original image is corrupt (%filename%) for product ID %id% or bad permission on folder. [Original image is missing or empty (%filename%) for product ID %id%] => Original image is missing or empty (%filename%) for product ID %id% [Cannot write images for this type: %1$s. Please check the %2$s folder's writing permissions.] => Cannot write images for this type: %1$s. Please check the %2$s folder's writing permissions. [Only part of the images have been regenerated. The server timed out before finishing.] => Only part of the images have been regenerated. The server timed out before finishing. [Server timed out. The watermark may not have been applied to all images.] => Server timed out. The watermark may not have been applied to all images. [Cannot write "No picture" image to %s images folder. Please check the folder's writing permissions.] => Cannot write "No picture" image to %s images folder. Please check the folder's writing permissions. [Error: Your server configuration is not compatible with the new image system. No images were moved.] => Error: Your server configuration is not compatible with the new image system. No images were moved. [Not all images have been moved. The server timed out before finishing. Click on "%move_images_label%" again to resume the moving process.] => Not all images have been moved. The server timed out before finishing. Click on "%move_images_label%" again to resume the moving process. [Error: Some -- or all -- images cannot be moved.] => Error: Some -- or all -- images cannot be moved. [After modification, do not forget to regenerate thumbnails] => After modification, do not forget to regenerate thumbnails [Make sure the theme you use doesn't rely on this image format before deleting it.] => Make sure the theme you use doesn't rely on this image format before deleting it. [This name already exists.] => This name already exists. [An error occurred. The information "%s" is missing.] => An error occurred. The information "%s" is missing. [An error occurred. The template "%s" is missing.] => An error occurred. The template "%s" is missing. [An error occurred while uploading the favicon: cannot copy file "%s" to folder "%s".] => An error occurred while uploading the favicon: cannot copy file "%s" to folder "%s". [Your theme has been correctly exported: %path%] => Your theme has been correctly exported: %path% [The page Category cannot be moved here.] => The page Category cannot be moved here. [Your RTL stylesheets has been generated successfully] => Your RTL stylesheets has been generated successfully [Your theme has been correctly reset to its default settings. You may want to regenerate your images. See the Improve > Design > Images Settings screen for the '%regenerate_label%' button.] => Your theme has been correctly reset to its default settings. You may want to regenerate your images. See the Improve > Design > Images Settings screen for the '%regenerate_label%' button. [There is already a theme %theme_name% in your themes folder. Remove it if you want to continue.] => There is already a theme %theme_name% in your themes folder. Remove it if you want to continue. [Failed to delete theme. Make sure you have permissions and theme is not used.] => Failed to delete theme. Make sure you have permissions and theme is not used. [Cannot adapt theme to RTL languages.] => Cannot adapt theme to RTL languages. [Invalid file format.] => Invalid file format. [Warning: if no email logo is available, the main logo will be used instead.] => Warning: if no email logo is available, the main logo will be used instead. ) [ModulesStatsforecastAdmin] => Array ( [Stats Dashboard] => Stats Dashboard [Enrich your stats, add a summary of all your current statistics on your back office.] => Enrich your stats, add a summary of all your current statistics on your back office. [The listed amounts do not include tax.] => The listed amounts do not include tax. [Time frame] => Time frame [Daily] => Daily [Weekly] => Weekly [Monthly] => Monthly [Yearly] => Yearly [Placed orders] => Placed orders [Bought items] => Bought items [Percentage of registrations] => Percentage of registrations [Percentage of orders] => Percentage of orders [Revenue] => Revenue [Average] => Average [Forecast] => Forecast [Conversion] => Conversion [Accounts] => Accounts [Full carts] => Full carts [Registered visitors] => Registered visitors [A simple statistical calculation lets you know the monetary value of your visitors:] => A simple statistical calculation lets you know the monetary value of your visitors: [On average, each visitor places an order for this amount:] => On average, each visitor places an order for this amount: [On average, each registered visitor places an order for this amount:] => On average, each registered visitor places an order for this amount: [Payment distribution] => Payment distribution [The amounts include taxes, so you can get an estimation of the commission due to the payment method.] => The amounts include taxes, so you can get an estimation of the commission due to the payment method. [-- No filter --] => -- No filter -- [Module] => Module [Average cart value] => Average cart value [Category distribution] => Category distribution [Products sold] => Products sold [Percentage of products sold] => Percentage of products sold [Percentage of sales] => Percentage of sales [Language distribution] => Language distribution [Growth] => Growth [Zone distribution] => Zone distribution [Currency distribution] => Currency distribution [Sales (converted)] => Sales (converted) [Attribute distribution] => Attribute distribution [Quantity of products sold] => Quantity of products sold ) [ModulesSpecialsAdmin] => Array ( [Specials block] => Specials block [Displays your products that are currently on sale in a dedicated block.] => Provides information on special offers in a specific block [Products to display] => Products to display [Define the number of products to be displayed in this block on home page.] => Define the number of products to be displayed in this block on home page. [Provide information on your special offers in a specific block displayed on your homepage.] => Provide information on your special offers in a specific block displayed on your homepage. [The number of products is invalid. Please enter a positive number.] => The number of products is invalid. Please enter a positive number. ) [ModulesStatsstockAdmin] => Array ( [Available quantities] => Available quantities [Adds a tab showing the quantity of available products for sale to the Stats dashboard.] => Adds a tab showing the quantity of available products for sale to the Stats dashboard. [Evaluation of available quantities for sale] => Evaluation of available quantities for sale [Your catalog is empty.] => Your catalog is empty. [Ref.] => Ref. [Price*] => Price* [Total quantities] => Total quantities [Total value] => Total value [This section corresponds to the default wholesale price according to the default supplier for the product. An average price is used when the product has attributes.] => This section corresponds to the default wholesale price according to the default supplier for the product. An average price is used when the product has attributes. [Enrich your stats, add a tab showing the available quantities of products left for sale.] => Enrich your stats, add a tab showing the available quantities of products left for sale. ) [ModulesContactinfoShop] => Array ( [Contact us] => Contact us [Call us: [1]%phone%[/1]] => Call us: [1]%phone%[/1] [Store information] => Store information [Email us: [1]%email%[/1]] => Email us: [1]%email%[/1] [Call us:] => Call us: [Fax:] => Fax: [Details:] => Details: [Email us:] => Email us: [Fax: [1]%fax%[/1]] => Fax: [1]%fax%[/1] [Tel: %phone%] => Tel: %phone% [Fax: %fax%] => Fax: %fax% [Email: [1]%email%[/1]] => Email: [1]%email%[/1] ) [ModulesWirepaymentShop] => Array ( [%1$s (tax incl.)] => %1$s (tax incl.) [This payment method is not available.] => This payment method is not available. [Amount] => Amount [Name of account owner] => Name of account owner [Please include these details] => Please include these details [Bank name] => Bank name [Pay by bank wire] => Pay by bank wire [(order processing will be longer)] => (order processing will be longer) [Your order on %s is complete.] => Your order on %s is complete. [Please send us a bank wire with:] => Please send us a bank wire with: [Please specify your order reference %s in the bankwire description.] => Please specify your order reference %s in the bankwire description. [We've also sent you this information by e-mail.] => We've also sent you this information by e-mail. [Your order will be sent as soon as we receive payment.] => Your order will be sent as soon as we receive payment. [If you have questions, comments or concerns, please contact our [1]expert customer support team[/1].] => If you have questions, comments or concerns, please contact our [1]expert customer support team[/1]. [Please transfer the invoice amount to our bank account. You will receive our order confirmation by email containing bank details and order number.] => Please transfer the invoice amount to our bank account. You will receive our order confirmation by email containing bank details and order number. [Goods will be reserved %s days for you and we'll process the order immediately after receiving the payment.] => Goods will be reserved %s days for you and we'll process the order immediately after receiving the payment. [More information] => More information [Bankwire] => Bankwire [Payment is made by transfer of the invoice amount to the following account:] => Payment is made by transfer of the invoice amount to the following account: [Goods will be reserved %s day for you and we'll process the order immediately after receiving the payment.] => Goods will be reserved %s day for you and we'll process the order immediately after receiving the payment. ) [AdminModulesHelp] => Array ( [Search modules: keyword, name, author...] => Search modules: keyword, name, author... [Please upload one file at a time, .zip or tarball format (.tar, .tar.gz or .tgz).] => Please upload one file at a time, .zip or tarball format (.tar, .tar.gz or .tgz). [Your module will be installed right after that.] => Your module will be installed right after that. [What happened?] => What happened? [Customize your store with this selection of modules recommended for your shop, based on your country, language and version of PrestaShop. It includes the most popular modules from our Addons marketplace, and free partner modules.] => Customize your store with this selection of modules recommended for your shop, based on your country, language and version of PrestaShop. It includes the most popular modules from our Addons marketplace, and free partner modules. [You bought this module on PrestaShop Addons. Thank You.] => You bought this module on PrestaShop Addons. Thank You. [Bought] => Bought [This module is available on PrestaShop Addons.] => This module is available on PrestaShop Addons. [Popular] => Popular [This module is available for free thanks to our partner.] => This module is available for free thanks to our partner. [Official] => Official [Need update] => Need update [These modules require your attention: you need to take some action to ensure they are fully operational.] => These modules require your attention: you need to take some action to ensure they are fully operational. [Update these modules to enjoy their latest versions.] => Update these modules to enjoy their latest versions. ) [ModulesGAnalyticsAdmin] => Array ( [Save] => Save [Back to list] => Back to list [Settings] => Settings [Google Analytics Tracking ID] => Google Analytics Tracking ID [This information is available in your Google Analytics account] => This information is available in your Google Analytics account [Enable User ID tracking] => Enable User ID tracking [Yes] => Yes [No] => No [Anonymize IP] => Anonymize IP [Use this option to anonymize the visitor’s IP to comply with data privacy laws in some countries] => Use this option to anonymize the visitor’s IP to comply with data privacy laws in some countries [Enable Back Office Tracking] => Enable Back Office Tracking [Use this option to enable the tracking inside the Back Office] => Use this option to enable the tracking inside the Back Office [Cancelled order states] => Canceled order states [Choose order states, in which you consider the given order cancelled. This will be usually only the default "Cancelled" state, but some shops may have extra states like "Returned" etc.] => Choose order states, in which you consider the given order canceled. This will usually be the default "Canceled" state, but some stores may have extra states like "Returned" etc.ShopsShopsShops [Enable Cross-Domain tracking] => Enable Cross-Domain tracking [Account ID updated successfully] => Account ID updated successfully [Settings for User ID updated successfully] => Settings for User ID updated successfully [Settings for Anonymize IP updated successfully] => Settings for Anonymize IP updated successfully [Settings for Enable Back Office tracking updated successfully] => Settings for Enable Back Office tracking updated successfully. [Settings for cancelled order states updated successfully] => Settings for canceled order states updated successfully. [Enable Google Analytics 4] => Enable Google Analytics 4 [Universal analytics will stop processing data on July 1, 2023. We recommend switching to Google Analytics 4 as soon as possible.] => Universal analytics will stop processing data on July 1, 2023. We recommend switching to Google Analytics 4 as soon as possible. [This information is available in your Google Analytics account. GA4 tracking ID starts with "G-", Universal Analytics with "UA-".] => This information is available in your Google Analytics account. GA4 tracking ID starts with "G-", Universal Analytics with "UA-". [Canceled order states] => Canceled order states [Choose order states in which you consider the given order canceled. This will usually be the default "Canceled" state, but some stores may have extra states like "Returned", etc.] => Choose order states in which you consider the given order canceled. This will usually be the default "Canceled" state, but some stores may have extra states like "Returned", etc. [Settings updated successfully.] => Settings updated successfully. [Google Analytics] => Google Analytics [Gain clear insights into important metrics about your customers, using Google Analytics] => Gain clear insights into important metrics about your customers, using Google Analytics [Are you sure you want to uninstall Google Analytics? You will lose all the data related to this module.] => Are you sure you want to uninstall Google Analytics? You will lose all the data related to this module. [Your customers go everywhere; shouldn't your analytics.] => Your customers go everywhere; shouldn't your analytics. [Google Analytics shows you the full customer picture across ads and videos, websites and social tools, tables and smartphones. That makes it easier to serve your current customers and win new ones.] => Google Analytics shows you the full customer picture across ads and videos, websites and social tools, tables and smartphones. That makes it easier to serve your current customers and win new ones. [With ecommerce functionality in Google Analytics you can gain clear insight into important metrics about shopper behavior and conversion, including:] => With ecommerce functionality in Google Analytics you can gain clear insight into important metrics about shopper behavior and conversion, including: [Product detail views] => Product detail views [Internal merchandising Success] => Internal merchandising Success ["Add to cart" actions] => "Add to cart" actions [The checkout process] => The checkout process [Internal campaign clicks] => Internal campaign clicks [And purchase] => And purchase [Merchants are able to understand how far along users get in the buying process and where they are dropping off.] => Merchants are able to understand how far along users get in the buying process and where they are dropping off. [Create your account to get started.] => Create your account to get started. [Create your account to get started] => Create your account to get started ) [ModulesMailalertsShop] => Array ( [Your e-mail address is invalid] => Your e-mail address is invalid [You already have an alert for this product] => You already have an alert for this product [Request notification registered] => Request notification registered [Remove mail alert] => Remove mail alert ) [ModulesGoogleanalyticsAdmin] => Array ( [Save] => Save [Back to list] => Back to list [Settings] => Settings [Google Analytics tracking ID] => Google Analytics tracking ID [This information is available in your Google Analytics account. Google Analytics 4 tracking ID starts with "G-".] => This information is available in your Google Analytics account. Google Analytics 4 tracking ID starts with "G-". [Enable User ID tracking] => Enable User ID tracking [This option adds unique user ID to the tag to better track the customer. Use this option only if it complies with laws in your country.] => This option adds unique user ID to the tag to better track the customer. Use this option only if it complies with laws in your country. [Yes] => Yes [No] => No [Anonymize IP] => Anonymize IP [Use this option to anonymize the visitor’s IP to comply with data privacy laws in some countries] => Use this option to anonymize the visitor’s IP to comply with data privacy laws in some countries [Enable back office tracking] => Enable back office tracking [Use this option to enable the tracking inside the back -office] => Use this option to enable the tracking inside the back -office [Canceled order states] => Canceled order states [Choose order states in which you consider the given order canceled. This will usually be the default "Canceled" state, but some stores may have extra states like "Returned", etc.] => Choose order states in which you consider the given order canceled. This will usually be the default "Canceled" state, but some stores may have extra states like "Returned", etc. [Re-send failed orders] => Re-send failed orders [This option will resend all orders that failed to be sent normally in the front office, due to failures or ad-blockers.] => This option will resend all orders that failed to be sent normally in the front office, due to failures or ad-blockers. [Failed orders period] => Failed orders period [If you want to resend failed orders, specify how many days back the module should look for them. Default: 30.] => If you want to resend failed orders, specify how many days back the module should look for them. Default: 30. [Settings updated successfully.] => Settings updated successfully. [Google Analytics Tracking ID] => Google Analytics Tracking ID [Enable Back Office Tracking] => Enable Back Office Tracking [Use this option to enable the tracking inside the Back Office] => Use this option to enable the tracking inside the Back Office [This option will resend all orders that failed to be sent normally in front-office, due to failures or ad-blockers.] => This option will resend all orders that failed to be sent normally in front-office, due to failures or ad-blockers. [Google Analytics] => Google Analytics [Gain clear insights into important metrics about your customers, using Google Analytics] => Gain clear insights into important metrics about your customers, using Google Analytics [Are you sure you want to uninstall Google Analytics? You will lose all the data related to this module.] => Are you sure you want to uninstall Google Analytics? You will lose all the data related to this module. [Your customers go everywhere; shouldn't your analytics.] => Your customers go everywhere; shouldn't your analytics. [Google Analytics shows you the full customer picture across ads and videos, websites and social tools, tables and smartphones. That makes it easier to serve your current customers and win new ones.] => Google Analytics shows you the full customer picture across ads and videos, websites and social tools, tables and smartphones. That makes it easier to serve your current customers and win new ones. [With ecommerce functionality in Google Analytics you can gain clear insight into important metrics about shopper behavior and conversion, including:] => With ecommerce functionality in Google Analytics you can gain clear insight into important metrics about shopper behavior and conversion, including: [Product detail views] => Product detail views [Internal merchandising Success] => Internal merchandising Success ["Add to cart" actions] => "Add to cart" actions [The checkout process] => The checkout process [Internal campaign clicks] => Internal campaign clicks [And purchase] => And purchase [Create your account to get started] => Create your account to get started [Merchants are able to understand how far along users get in the buying process and where they are dropping off.] => Merchants are able to understand how far along users get in the buying process and where they are dropping off. ) [AdminCatalogHelp] => Array ( [Does not apply to the shipping costs] => Does not apply to the shipping costs [Optional: The cart rule will be available to everyone if you leave this field blank.] => Optional: The cart rule will be available to everyone if you leave this field blank. [The default period is one month.] => The default period is one month. [You can choose a minimum amount for the cart either with or without the taxes and shipping.] => You can choose a minimum amount for the cart either with or without the taxes and shipping. [The cart rule will be applied to the first "X" customers only.] => The cart rule will be applied to the first "X" customers only. [A customer will only be able to use the cart rule "X" time(s).] => A customer will only be able to use the cart rule "X" time(s). [This restriction applies to the country of delivery.] => This restriction applies to the country of delivery. [This will be displayed in the cart summary, as well as on the invoice.] => This will be displayed in the cart summary, as well as on the invoice. [For your eyes only. This will never be displayed to the customer.] => For your eyes only. This will never be displayed to the customer. [Caution! If you leave this field blank, the rule will automatically be applied to benefiting customers.] => Caution! If you leave this field blank, the rule will automatically be applied to benefiting customers. [If the voucher is not yet in the cart, it will be displayed in the cart summary.] => If the voucher is not yet in the cart, it will be displayed in the cart summary. [Only applicable if the voucher value is greater than the cart total.] => Only applicable if the voucher value is greater than the cart total. [If you do not allow partial use, the voucher value will be lowered to the total order amount. If you allow partial use, however, a new voucher will be created with the remainder.] => If you do not allow partial use, the voucher value will be lowered to the total order amount. If you allow partial use, however, a new voucher will be created with the remainder. [Cart rules are applied by priority. A cart rule with a priority of "1" will be processed before a cart rule with a priority of "2".] => Cart rules are applied by priority. A cart rule with a priority of "1" will be processed before a cart rule with a priority of "2". [Your internal name for this attribute.] => Your internal name for this attribute. [The public name for this attribute, displayed to the customers.] => The public name for this attribute, displayed to the customers. [The way the attribute's values will be presented to the customers in the product's page.] => The way the attribute's values will be presented to the customers in the product's page. [Choose the attribute group for this value.] => Choose the attribute group for this value. [Upload an image file containing the color texture from your computer.] => Upload an image file containing the color texture from your computer. [This will override the HTML color!] => This will override the HTML color! [Save then add another value] => Save then add another value [Choose a color with the color picker, or enter an HTML color (e.g. "lightblue", "#CC6600").] => Choose a color with the color picker, or enter an HTML color (e.g. "lightblue", "#CC6600"). [Allow customers to upload files using the contact page.] => Allow customers to upload files using the contact page. [Please fill out the message fields that appear by default when you answer a thread on the customer service page.] => Please fill out the message fields that appear by default when you answer a thread on the customer service page. [URL for your IMAP server (ie.: mail.server.com).] => URL for your IMAP server (ie.: mail.server.com). [Port to use to connect to your IMAP server.] => Port to use to connect to your IMAP server. [User to use to connect to your IMAP server.] => User to use to connect to your IMAP server. [Password to use to connect your IMAP server.] => Password to use to connect your IMAP server. [Delete messages after synchronization. If you do not enable this option, the synchronization will take more time.] => Delete messages after synchronization. If you do not enable this option, the synchronization will take more time. [Create new threads for unrecognized emails.] => Create new threads for unrecognized emails. [Use POP3 instead of IMAP.] => Use POP3 instead of IMAP. [Do not use RSH or SSH to establish a preauthenticated IMAP sessions.] => Do not use RSH or SSH to establish a preauthenticated IMAP sessions. [Use the Secure Socket Layer (TLS/SSL) to encrypt the session.] => Use the Secure Socket Layer (TLS/SSL) to encrypt the session. [Validate certificates from the TLS/SSL server.] => Validate certificates from the TLS/SSL server. [Do not validate certificates from the TLS/SSL server. This is only needed if a server uses self-signed certificates.] => Do not validate certificates from the TLS/SSL server. This is only needed if a server uses self-signed certificates. [Force use of start-TLS to encrypt the session, and reject connection to servers that do not support it.] => Force use of start-TLS to encrypt the session, and reject connection to servers that do not support it. [Do not use start-TLS to encrypt the session, even with servers that support it.] => Do not use start-TLS to encrypt the session, even with servers that support it. [Save and add another value] => Save and add another value [Back to the list] => Back to the list [Add new feature values] => Add new feature values [Add new feature value] => Add new feature value [Company name for this supplier] => Company name for this supplier [Phone number for this supplier] => Phone number for this supplier [Mobile phone number for this supplier.] => Mobile phone number for this supplier. [Will appear in the list of suppliers.] => Will appear in the list of suppliers. [Upload a supplier logo from your computer.] => Upload a supplier logo from your computer. [Search reference] => Search reference [Create a new product: CTRL+P] => Create a new product: CTRL+P [To have a different title from the category name, enter it here.] => To have a different title from the category name, enter it here. [To have a different description than your category summary in search results page, write it here.] => To have a different description than your category summary in search results page, write it here. [Unless the 'Accented URL' option is enabled (in Shop parameters > Traffic & SEO), only letters, numbers, underscores (_), and hyphens (-) are allowed.] => Unless the 'Accented URL' option is enabled (in Shop parameters > Traffic & SEO), only letters, numbers, underscores (_), and hyphens (-) are allowed. [Leave empty to disable] => Leave empty to disable [Search for a product] => Search for a product [Enter your product name] => Enter your product name [The summary is a short sentence describing your product.It will appears at the top of your shop's product page, in product lists, and in search engines' results page (so it's important for SEO). To give more details about your product, use the "Description" tab.] => Fill in a striking short description of the product (displayed on product page and product list as abstract for customers and search engines). For detailed informations use the 'description tab.' [Search and add a related product] => Search and add a related product [Use a comma to create separate tags. E.g.: dress, cotton, party dresses.] => Use a comma to create separate tags. E.g.: dress, cotton, party dresses. [Per kilo, per litre] => Per kilo, per litre [Combine several attributes, e.g.: "Size: all", "Color: red".] => Combine several attributes, e.g.: "Size: all", "Color: red". [To which product the page should redirect?] => To which product the page should redirect? [To which category the page should redirect?] => To which category the page should redirect? [If no category is selected the Main Category is used] => If no category is selected, the Main Category is used [To have a different title from the product name, enter it here.] => To have a different title from the product name, enter it here. [To have a different description than your product summary in search results pages, write it here.] => To have a different description than your product summary in search results pages, write it here. [To which product should the page redirect?] => To which product should the page redirect? [To which category should the page redirect?] => To which category should the page redirect? [By default, the main category will be used if no category is selected.] => By default, the main category will be used if no category is selected. [This description will appear in search engines. You need a single sentence, shorter than 160 characters (including spaces)] => This description will appear in search engines. You need a single sentence, shorter than 160 characters (including spaces) [Public title for the product's page, and for search engines. Leave blank to use the product name. The number of remaining characters is displayed to the left of the field.] => Public title for the product page and for search engines. Leave blank to use the product name. The number of remaining characters is displayed to the left of the field. [Upload a brand logo from your computer.] => Upload a brand logo from your computer. [This interface allows you to specify the suppliers of the current combination.] => This interface allows you to specify the suppliers of the current combination. [Search product] => Search product [Using another image as cover will automatically uncheck this box.] => Using another image as cover will automatically uncheck this box. [Search file] => Search file [Instructions, size guide, or any file you want to add to a product.] => Instructions, size guide, or any file you want to add to a product. [Customers can download these files on the product page.] => Customers can download these files on the product page. [Set specific prices for customers meeting certain conditions.] => Set specific prices for customers meeting certain conditions. [Define which condition should apply first when a customer is eligible for multiple specific prices.] => Define which condition should apply first when a customer is eligible for multiple specific prices. [Add new specific price] => Add new specific price [Indicate the price for a single unit of the product. For instance, if you're selling fabrics, it would be the price per meter.] => Indicate the price for a single unit of the product. For instance, if you're selling fabrics, it would be the price per meter. [[1]No redirection (200), display product[/1] [2] Do not redirect anywhere, display product as discontinued and return normal 200 response.] => [1]No redirection (200), display product[/1] [2] Do not redirect anywhere, display product as discontinued and return normal 200 response. [[1]No redirection (404), display product[/1] [2] Do not redirect anywhere, display product as discontinued and return 404 "Not Found" response.] => [1]No redirection (404), display product[/1] [2] Do not redirect anywhere, display product as discontinued and return 404 "Not Found" response. [[1]No redirection (410), display product[/1] [2] Do not redirect anywhere, display product as discontinued and return 410 "Gone" response.] => [1]No redirection (410), display product[/1] [2] Do not redirect anywhere, display product as discontinued and return 410 "Gone" response. [[1]No redirection (404), display error page[/1] [2] Do not redirect anywhere and display a 404 "Not Found" page.] => [1]No redirection (404), display error page[/1] [2] Do not redirect anywhere and display a 404 "Not Found" page. [[1]No redirection (410), display error page[/1] [2] Do not redirect anywhere and display a 410 "Gone" page.] => [1]No redirection (410), display error page[/1] [2] Do not redirect anywhere and display a 410 "Gone" page. [[1]Permanent redirection (301)[/1] [2] Permanently display another product or category instead.] => [1]Permanent redirection (301)[/1] [2] Permanently display another product or category instead. [[1]Temporary redirection (302)[/1] [2] Temporarily display another product or category instead.] => [1]Temporary redirection (302)[/1] [2] Temporarily display another product or category instead. [Public title that may appear in the browser and search engines. The recommended length is about 60 characters (including spaces). If you leave it blank, the product name will be used.] => Public title that may appear in the browser and search engines. The recommended length is about 60 characters (including spaces). If you leave it blank, the product name will be used. [Summary for robots, that could appear in search engines. The recommended length is about 160 characters (including spaces). If you leave it blank, an excerpt from the short description will be used.] => Summary for robots, that could appear in search engines. The recommended length is about 160 characters (including spaces). If you leave it blank, an excerpt from the short description will be used. [Separate each tag with a comma or press the Enter key.] => Separate each tag with a comma or press the Enter key. [Search combination] => Search combination [Controls how you want stock of the pack to be calculated. You can decide, if you want to manage the stocks of packs manually, or if it should be calculated automatically depending on stock of the products inside. In that case, the quantity of the pack inside is ignored.] => Controls how you want stock of the pack to be calculated. You can decide, if you want to manage the stocks of packs manually, or if it should be calculated automatically depending on stock of the products inside. In that case, the quantity of the pack inside is ignored. [Search name] => Search name [Search category] => Search category [Search ref.] => Search ref. [Save the product and stay on the current page: ALT+SHIFT+S] => Save the product and stay on the current page: ALT+SHIFT+S [Permanently delete this product.] => Permanently delete this product. [See how your product sheet will look online: ALT+SHIFT+V] => See how your product sheet will look online: ALT+SHIFT+V [Enable or disable the product on your shop: ALT+SHIFT+O] => Enable or disable the product on your shop: ALT+SHIFT+O [Save and duplicate this product, then go to the new product: ALT+SHIFT+D] => Save and duplicate this product, then go to the new product: ALT+SHIFT+D [Save and go back to the catalog: ALT+SHIFT+Q] => Save and go back to the catalog: ALT+SHIFT+Q [Save and create a new product: ALT+SHIFT+P] => Save and create a new product: ALT+SHIFT+P [Is the product a pack (a combination of at least two existing products), a virtual product (downloadable file, service, etc.), or simply a standard, physical product?] => Is the product a pack (a combination of at least two existing products), a virtual product (downloadable file, service, etc.), or simply a standard, physical product? [Where should the product be available on your site? The main category is where the product appears by default: this is the category which is seen in the product page's URL. Disabled categories are written in italics.] => Where should the product be available on your site? The main category is where the product appears by default: this is the category which is seen in the product page's URL. Disabled categories are written in italics. [If you want to quickly create a new category, you can do it here. Don’t forget to then go to the Categories page to fill in the needed details (description, image, etc.). A new category will not automatically appear in your shop's menu, please read the Help about it.] => If you want to quickly create a new category, you can do it here. Don’t forget to then go to the Categories page to fill in the needed details (description, image, etc.). A new category will not automatically appear in your shop's menu, please read the Help about it. [Search categories] => Search categories [Does this combination have a different price? Is it cheaper or more expensive than the default retail price?] => Does this combination have a different price? Is it cheaper or more expensive than the default retail price? [The minimum quantity required to buy this product (set to 1 to disable this feature). E.g.: if set to 3, customers will be able to purchase the product only if they take at least 3 in quantity.] => The minimum quantity required to buy this product (set to 1 to disable this feature). E.g.: if set to 3, customers will be able to purchase the product only if they take at least 3 in quantity. [The email will be sent to all the users who have the right to run the stock page. To modify the permissions, go to [1]Advanced Parameters > Team[/1]] => The email will be sent to all the users who have the right to run the stock page. To modify the permissions, go to [1]Advanced Parameters > Team[/1] [This type of product code is specific to Europe and Japan, but is widely used internationally. It is a superset of the UPC code: all products marked with an EAN will be accepted in North America.] => This type of product code is specific to Europe and Japan, but is widely used internationally. It is a superset of the UPC code: all products marked with an EAN will be accepted in North America. [Combinations are the different variations of a product, with attributes like its size, weight or color taking different values. To create a combination, you need to create your product attributes first. Go to Catalog > Attributes & Features for this!] => Combinations are the different variations of a product, with attributes like its size, weight or color taking different values. To create a combination, you need to create your product attributes first. Go to Catalog > Attributes & Features for this! [To add combinations, you first need to create proper attributes and values in [1]%attributes_and_features_label%[/1]. When done, you may enter the wanted attributes (like "size" or "color") and their respective values ("XS", "red", "all", etc.) in the field below; or simply select them from the right column. Then click on "%generate_label%": it will automatically create all the combinations for you!] => To add combinations, you first need to create proper attributes and values in [1]%attributes_and_features_label%[/1]. When done, you may enter the wanted attributes (like "size" or "color") and their respective values ("XS", "red", "all", etc.) in the field below; or simply select them from the right column. Then click on "%generate_label%": it will automatically create all the combinations for you! [This is the human-readable URL, as generated from the product's name. You can change it if you want.] => This is the human-readable URL, as generated from the product's name. You can change it if you want. [When your product is disabled, choose to which page you’d like to redirect the customers visiting its page by typing the product or category name.] => When your product is disabled, choose to which page you’d like to redirect the customers visiting its page by typing the product or category name. [No redirection (404) = Do not redirect anywhere and display a 404 "Not Found" page.] => No redirection (404) = Do not redirect anywhere and display a 404 "Not Found" page. [No redirection (410) = Do not redirect anywhere and display a 410 "Gone" page.] => No redirection (410) = Do not redirect anywhere and display a 410 "Gone" page. [Permanent redirection (301) = Permanently display another product or category instead.] => Permanent redirection (301) = Permanently display another product or category instead. [Temporary redirection (302) = Temporarily display another product or category instead.] => Temporary redirection (302) = Temporarily display another product or category instead. [Default behavior is specified in the Shop Parameters > Product settings page.] => Default behavior is specified in the Shop Parameters > Product settings page. [No redirection (200), display product = Do not redirect anywhere, display product as discontinued and return normal 200 response.] => No redirection (200), display product = Do not redirect anywhere, display product as discontinued and return normal 200 response. [No redirection (404), display product = Do not redirect anywhere, display product as discontinued and return 404 "Not Found" response.] => No redirection (404), display product = Do not redirect anywhere, display product as discontinued and return 404 "Not Found" response. [No redirection (410), display product = Do not redirect anywhere, display product as discontinued and return 410 "Gone" response.] => No redirection (410), display product = Do not redirect anywhere, display product as discontinued and return 410 "Gone" response. [No redirection (404), display error page = Do not redirect anywhere and display a 404 "Not Found" page.] => No redirection (404), display error page = Do not redirect anywhere and display a 404 "Not Found" page. [No redirection (410), display error page = Do not redirect anywhere and display a 410 "Gone" page.] => No redirection (410), display error page = Do not redirect anywhere and display a 410 "Gone" page. [Display delivery time for a product is advised for merchants selling in Europe to comply with the local laws.] => Display delivery time for a product is advised for merchants selling in Europe to comply with the local laws. [If a carrier has a tax, it will be added to the shipping fees. Does not apply to free shipping.] => If a carrier has a tax, it will be added to the shipping fees. Does not apply to free shipping. [edit] => edit [This interface allows you to specify the suppliers of the current product and its combinations, if any.] => This interface allows you to specify the suppliers of the current product and its combinations, if any. [You can specify supplier references according to previously associated suppliers.] => You can specify supplier references according to previously associated suppliers. [When using the advanced stock management tool (see Shop Parameters > Products settings), the values you define (price, references) will be used in supply orders.] => When using the advanced stock management tool (see Shop Parameters > Products settings), the values you define (price, references) will be used in supply orders. [You can specify product reference(s) for each associated supplier. Click "%save_label%" after changing selected suppliers to display the associated product references.] => You can specify product reference(s) for each associated supplier. Click "%save_label%" after changing selected suppliers to display the associated product references. [This interface allows you to specify the warehouse in which the product is stocked.] => This interface allows you to specify the warehouse in which the product is stocked. [It is also possible to specify the location within the warehouse for each product or combination.] => It is also possible to specify the location within the warehouse for each product or combination. [Number of days this file can be accessed by customers. Set to zero for unlimited access.] => Number of days this file can be accessed by customers. Set to zero for unlimited access. [Upload a file from your computer (%maxUploadSize% max.)] => Upload a file from your computer (%maxUploadSize% max.) [The full filename with its extension (e.g. Book.pdf)] => The full filename with its extension (e.g. Book.pdf) [Number of downloads allowed per customer. Set to 0 for unlimited downloads.] => Number of downloads allowed per customer. Set to 0 for unlimited downloads. [If set, the file will not be downloadable after this date. Leave blank if you do not wish to attach an expiration date.] => If set, the file will not be downloadable after this date. Leave blank if you do not wish to attach an expiration date. [Combinations are the different variations of a product, with attributes like its size, weight or color taking different values. Does your product require combinations?] => Combinations are the different variations of a product, with attributes like its size, weight or color taking different values. Does your product require combinations? [Advanced settings in [1][2]Combinations[/1]] => Advanced settings in [1][2]Combinations[/1] [Your reference code for this product. Allowed special characters: .-_#.] => Your reference code for this product. Allowed special characters: .-_#. [How many products should be available for sale?] => How many products should be available for sale? [Advanced settings in [1][2]Quantities[/1]] => Advanced settings in [1][2]Quantities[/1] [This is the retail price at which you intend to sell this product to your customers. The tax included price will change according to the tax rule you select.] => This is the net sales price for your customers. The retail price will automatically be calculated using the applied tax rate. [Advanced settings in [1][2]Pricing[/1]] => Advanced settings in [1][2]Pricing[/1] [MPN is used internationally to identify the Manufacturer Part Number.] => MPN is used internationally to identify the Manufacturer Part Number. [This type of product code is widely used in the United States, Canada, the United Kingdom, Australia, New Zealand and in other countries.] => This type of product code is widely used in the United States, Canada, the United Kingdom, Australia, New Zealand and in other countries. [ISBN is used internationally to identify books and their various editions.] => The International Standard Book Number (ISBN) is used to identify books and other publications. [Tags are meant to help your customers find your products via the search bar.] => Tags facilitate the product search for customers using the search bar. [Choose terms and keywords that your customers will use to search for this product and make sure you are consistent with the tags you may have already used.] => Choose terms and keywords which your potential customers commonly would search for when looking for this product. Make sure that they are consistent with the tags you may have already defined. [You can manage tag aliases in the [1]Search section[/1]. If you add new tags, you have to rebuild the index.] => You can manage tag aliases in the [1]Search section[/1]. If you add new tags, you have to rebuild the index. [Not all shops sell new products. This option enables you to indicate the condition of the product. It can be required on some marketplaces.] => Not all shops sell new products. This option enables you to indicate the condition of the product. It can be required on some marketplaces. [This is the price at which you intend to sell this product to your customers. The tax included price will change according to the tax rule you select.] => This is the net sales price for your customers. The retail price will automatically be calculated using the applied tax rate. [Some products can be purchased by unit (per bottle, per pound, etc.), and this is the price for one unit. For instance, if you’re selling fabrics, it would be the price per meter.] => Some products can be purchased by unit (per bottle, per pound, etc.), and this is the price for one unit. For instance, if you’re selling fabrics, it would be the price per meter. [The cost price is the price you paid for the product. Do not include the tax. It should be lower than the retail price: the difference between the two will be your margin.] => The cost price is the price you paid for the product. Do not include the tax. It should be lower than the retail price: the difference between the two will be your margin. [You can set specific prices for customers belonging to different groups, different countries, etc.] => You can set specific prices for customers belonging to different groups, different countries, etc. [Sometimes one customer can fit into multiple price rules. Priorities allow you to define which rules apply first.] => Sometimes one customer can fit into multiple price rules. Priorities allow you to define which rules apply first. [Invalid token] => Invalid token [[1]Invalid token[/1]: direct access to this link may lead to a potential security breach.] => [1]Invalid token[/1]: direct access to this link may lead to a potential security breach. [Do you want to display this page?] => Do you want to display this page? [Yes, I understand the risks] => I understand the risk [Take me out of there!] => Take me out of there! [Click on "%displayed_label%" to index the category on your shop.] => Click on "%displayed_label%" to index the category on your shop. [If you want a category to appear in the menu of your shop, go to [1]Modules > Module Manager[/1] and configure your menu module.] => If you want a category to appear in the menu of your shop, go to [1]Modules > Module Manager[/1] and configure your menu module. [This is the main image for your category, displayed in the category page. The category description will overlap this image and appear in its top-left corner.] => This is the main image for your category, displayed in the category page. The category description will overlap this image and appear in its top-left corner. [Displays a small image in the parent category's page, if the theme allows it.] => Displays a small image in the parent category's page, if the theme allows it. [The category thumbnail appears in the menu as a small image representing the category, if the theme allows it.] => The category thumbnail appears in the menu as a small image representing the category, if the theme allows it. [Only letters, numbers, underscore (_) and the minus (-) character are allowed.] => Only letters, numbers, underscore (_) and the minus (-) character are allowed. [Mark all of the customer groups which you would like to have access to this category.] => Mark all of the customer groups which you would like to have access to this category. [You now have three default customer groups.] => You now have three default customer groups. [An empty category is a category that has no product directly associated to it. An empty category may however contain products through its subcategories.] => An empty category is a category that has no product directly associated to it. An empty category may however contain products through its subcategories. [To add combinations, you first need to create proper attributes and values in [1]%attributes_and_features_label%[/1].] => To add combinations, you first need to create proper attributes and values in [1]%attributes_and_features_label%[/1]. ) [ShopDemoCatalog] => Array ( [Size] => Size [Shoe size] => Shoe size [Color] => Color [S] => S [M] => M [L] => L [One size] => One size [Grey] => Gray [Taupe] => Taupe [Beige] => Beige [White] => White [Off White] => Off White [Red] => Red [Black] => Black [Camel] => Camel [Orange] => Orange [Blue] => Blue [Green] => Green [Yellow] => Yellow [Brown] => Brown [35] => 35 [36] => 36 [37] => 37 [38] => 38 [39] => 39 [40] => 40 [Pink] => Pink [Height] => Height [Width] => Width [Depth] => Depth [Weight] => Weight [Compositions] => Compositions [Styles] => Styles [Properties] => Properties [Polyester] => Polyester [Wool] => Wool [Viscose] => Viscose [Elastane] => Elastane [Cotton] => Cotton [Silk] => Silk [Suede] => Suede [Straw] => Straw [Leather] => Leather [Classic] => Classic [Casual] => Casual [Military] => Military [Girly] => Girly [Rock] => Rock [Basic] => Basic [Dressy] => Dressy [Short Sleeve] => Short Sleeve [Colorful Dress] => Colorful Dress [Short Dress] => Short Dress [Midi Dress] => Midi Dress [Maxi Dress] => Maxi Dress [2.75 in] => 2.75 in [2.06 in] => 2.06 in [49.2 g] => 49.2 g [0.26 in] => 0.26 in [1.07 in] => 1.07 in [1.62 in] => 1.62 in [15.5 g] => 15.5 g [0.41 in (clip included)] => 0.41 in (clip included) [4.33 in] => 4.33 in [2.76 in] => 2.76 in [120g] => 120 g [0.31 in] => 0.31 in [120 g] => 120 g ) ) [metadata:Symfony\Component\Translation\MessageCatalogue:private] => Array ( ) [resources:Symfony\Component\Translation\MessageCatalogue:private] => Array ( ) [locale:Symfony\Component\Translation\MessageCatalogue:private] => en-US [fallbackCatalogue:Symfony\Component\Translation\MessageCatalogue:private] => Symfony\Component\Translation\MessageCatalogue Object ( [messages:Symfony\Component\Translation\MessageCatalogue:private] => Array ( ) [metadata:Symfony\Component\Translation\MessageCatalogue:private] => Array ( ) [resources:Symfony\Component\Translation\MessageCatalogue:private] => Array ( ) [locale:Symfony\Component\Translation\MessageCatalogue:private] => en [fallbackCatalogue:Symfony\Component\Translation\MessageCatalogue:private] => [parent:Symfony\Component\Translation\MessageCatalogue:private] => Symfony\Component\Translation\MessageCatalogue Object *RECURSION* ) [parent:Symfony\Component\Translation\MessageCatalogue:private] => ) ) [locale:Symfony\Component\Translation\Translator:private] => en-US [fallbackLocales:Symfony\Component\Translation\Translator:private] => Array ( ) [loaders:Symfony\Component\Translation\Translator:private] => Array ( ) [resources:Symfony\Component\Translation\Translator:private] => Array ( ) [formatter:Symfony\Component\Translation\Translator:private] => Symfony\Component\Translation\Formatter\MessageFormatter Object ( [translator:Symfony\Component\Translation\Formatter\MessageFormatter:private] => Symfony\Component\Translation\IdentityTranslator Object ( [selector:Symfony\Component\Translation\IdentityTranslator:private] => [locale:Symfony\Component\Translation\IdentityTranslator:private] => ) [intlFormatter:Symfony\Component\Translation\Formatter\MessageFormatter:private] => Symfony\Component\Translation\Formatter\IntlFormatter Object ( [hasMessageFormatter:Symfony\Component\Translation\Formatter\IntlFormatter:private] => [cache:Symfony\Component\Translation\Formatter\IntlFormatter:private] => Array ( ) ) ) [cacheDir:Symfony\Component\Translation\Translator:private] => /data05/virt2670/domeenid/www.ewsound.ee/shop/var/cache/dev/translations [debug:Symfony\Component\Translation\Translator:private] => [cacheVary:Symfony\Component\Translation\Translator:private] => Array ( ) [configCacheFactory:Symfony\Component\Translation\Translator:private] => Symfony\Component\Config\ConfigCacheFactory Object ( [debug:Symfony\Component\Config\ConfigCacheFactory:private] => ) [parentLocales:Symfony\Component\Translation\Translator:private] => [hasIntlFormatter:Symfony\Component\Translation\Translator:private] => 1 ) [priceFormatter:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => PrestaShop\PrestaShop\Adapter\Product\PriceFormatter Object ( ) [products:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [totals:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [subTotals:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [summaryString:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [productsCount:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [vouchers:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [minimalPurchase:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [minimalPurchaseRequired:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [labels:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [idAddressDelivery:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [idAddressInvoice:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [isVirtual:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [discounts:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [link:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// [ssl_enable:protected] => 1 [urlShopId:protected] => ) [imageRetriever:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => PrestaShop\PrestaShop\Adapter\Image\ImageRetriever Object ( [link:PrestaShop\PrestaShop\Adapter\Image\ImageRetriever:private] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// [ssl_enable:protected] => 1 [urlShopId:protected] => ) [isMultipleImageFormatFeatureActive:PrestaShop\PrestaShop\Adapter\Image\ImageRetriever:private] => ) [arrayAccessList:PrestaShop\PrestaShop\Adapter\Presenter\AbstractLazyArray:private] => ArrayObject Object ( [storage:ArrayObject:private] => Array ( [products] => Array ( [type] => method [value] => getProducts [isRewritable] => 1 ) [totals] => Array ( [type] => method [value] => getTotals [isRewritable] => 1 ) [subtotals] => Array ( [type] => method [value] => getSubtotals [isRewritable] => 1 ) [products_count] => Array ( [type] => method [value] => getProductsCount [isRewritable] => 1 ) [summary_string] => Array ( [type] => method [value] => getSummaryString [isRewritable] => 1 ) [labels] => Array ( [type] => method [value] => getLabels [isRewritable] => 1 ) [id_address_delivery] => Array ( [type] => method [value] => getIdAddressDelivery [isRewritable] => 1 ) [id_address_invoice] => Array ( [type] => method [value] => getIdAddressInvoice [isRewritable] => 1 ) [is_virtual] => Array ( [type] => method [value] => getIsVirtual [isRewritable] => 1 ) [vouchers] => Array ( [type] => method [value] => getVouchers [isRewritable] => 1 ) [discounts] => Array ( [type] => method [value] => getDiscounts [isRewritable] => 1 ) [minimalPurchase] => Array ( [type] => method [value] => getMinimalPurchase [isRewritable] => 1 ) [minimalPurchaseRequired] => Array ( [type] => method [value] => getMinimalPurchaseRequired [isRewritable] => 1 ) ) ) [arrayAccessIterator:PrestaShop\PrestaShop\Adapter\Presenter\AbstractLazyArray:private] => ArrayIterator Object ( [storage:ArrayIterator:private] => ArrayObject Object ( [storage:ArrayObject:private] => Array ( [products] => Array ( [type] => method [value] => getProducts [isRewritable] => 1 ) [totals] => Array ( [type] => method [value] => getTotals [isRewritable] => 1 ) [subtotals] => Array ( [type] => method [value] => getSubtotals [isRewritable] => 1 ) [products_count] => Array ( [type] => method [value] => getProductsCount [isRewritable] => 1 ) [summary_string] => Array ( [type] => method [value] => getSummaryString [isRewritable] => 1 ) [labels] => Array ( [type] => method [value] => getLabels [isRewritable] => 1 ) [id_address_delivery] => Array ( [type] => method [value] => getIdAddressDelivery [isRewritable] => 1 ) [id_address_invoice] => Array ( [type] => method [value] => getIdAddressInvoice [isRewritable] => 1 ) [is_virtual] => Array ( [type] => method [value] => getIsVirtual [isRewritable] => 1 ) [vouchers] => Array ( [type] => method [value] => getVouchers [isRewritable] => 1 ) [discounts] => Array ( [type] => method [value] => getDiscounts [isRewritable] => 1 ) [minimalPurchase] => Array ( [type] => method [value] => getMinimalPurchase [isRewritable] => 1 ) [minimalPurchaseRequired] => Array ( [type] => method [value] => getMinimalPurchaseRequired [isRewritable] => 1 ) ) ) ) [methodCacheResults:PrestaShop\PrestaShop\Adapter\Presenter\AbstractLazyArray:private] => Array ( ) ) [nocache] => ) [currency] => Smarty_Variable Object ( [value] => Array ( [id] => 1 [name] => Euro [iso_code] => EUR [iso_code_num] => 978 [sign] => € ) [nocache] => ) [customer] => Smarty_Variable Object ( [value] => Array ( [lastname] => [firstname] => [email] => [last_passwd_gen] => [birthday] => [newsletter] => [newsletter_date_add] => [ip_registration_newsletter] => [optin] => [website] => [company] => [siret] => [ape] => [outstanding_allow_amount] => 0 [max_payment_days] => 0 [active] => 1 [note] => [is_guest] => [id_shop] => [id_shop_group] => [id_default_group] => 1 [date_add] => [date_upd] => [reset_password_token] => [reset_password_validity] => [id] => [is_logged] => [gender] => Array ( [type] => [name] => [id] => ) [risk] => Array ( [name] => [color] => [percent] => [id] => ) [addresses] => Array ( ) ) [nocache] => ) [country] => Smarty_Variable Object ( [value] => Array ( [id_zone] => 13 [id_currency] => 0 [call_prefix] => 372 [iso_code] => EE [active] => 1 [contains_states] => 0 [need_identification_number] => 0 [need_zip_code] => 1 [zip_code_format] => NNNNN [display_tax_label] => 1 [name] => Eesti [id] => 86 ) [nocache] => ) [language] => Smarty_Variable Object ( [value] => Array ( [name] => English (English) [iso_code] => en [locale] => en-US [language_code] => en-us [active] => 1 [is_rtl] => 0 [date_format_lite] => m/d/Y [date_format_full] => m/d/Y H:i:s [id] => 1 ) [nocache] => ) [page] => Smarty_Variable Object ( [value] => Array ( [title] => [canonical] => https://shop.ewsound.ee/en/10_dbx [meta] => Array ( [title] => dbx [description] => [keywords] => [robots] => index ) [page_name] => manufacturer [body_classes] => Array ( [lang-en] => 1 [lang-rtl] => [country-EE] => 1 [currency-EUR] => 1 [layout-full-width] => 1 [page-manufacturer] => 1 [tax-display-enabled] => 1 [page-customer-account] => [manufacturer-id-10] => 1 [manufacturer-dbx] => 1 ) [admin_notifications] => Array ( ) [password-policy] => Array ( [feedbacks] => Array ( [0] => Very weak [1] => Weak [2] => Average [3] => Strong [4] => Very strong [Straight rows of keys are easy to guess] => Straight rows of keys are easy to guess [Short keyboard patterns are easy to guess] => Short keyboard patterns are easy to guess [Use a longer keyboard pattern with more turns] => Use a longer keyboard pattern with more turns [Repeats like "aaa" are easy to guess] => Repeats like "aaa" are easy to guess [Repeats like "abcabcabc" are only slightly harder to guess than "abc"] => Repeats like "abcabcabc" are only slightly harder to guess than "abc" [Sequences like abc or 6543 are easy to guess] => Sequences like "abc" or "6543" are easy to guess. [Recent years are easy to guess] => Recent years are easy to guess [Dates are often easy to guess] => Dates are often easy to guess [This is a top-10 common password] => This is a top-10 common password [This is a top-100 common password] => This is a top-100 common password [This is a very common password] => This is a very common password [This is similar to a commonly used password] => This is similar to a commonly used password [A word by itself is easy to guess] => A word by itself is easy to guess [Names and surnames by themselves are easy to guess] => Names and surnames by themselves are easy to guess [Common names and surnames are easy to guess] => Common names and surnames are easy to guess [Use a few words, avoid common phrases] => Use a few words, avoid common phrases [No need for symbols, digits, or uppercase letters] => No need for symbols, digits, or uppercase letters [Avoid repeated words and characters] => Avoid repeated words and characters [Avoid sequences] => Avoid sequences [Avoid recent years] => Avoid recent years [Avoid years that are associated with you] => Avoid years that are associated with you [Avoid dates and years that are associated with you] => Avoid dates and years that are associated with you [Capitalization doesn't help very much] => Capitalization doesn't help very much [All-uppercase is almost as easy to guess as all-lowercase] => All-uppercase is almost as easy to guess as all-lowercase [Reversed words aren't much harder to guess] => Reversed words aren't much harder to guess [Predictable substitutions like '@' instead of 'a' don't help very much] => Predictable substitutions like "@" instead of "a" don't help very much. [Add another word or two. Uncommon words are better.] => Add another word or two. Uncommon words are better. ) ) ) [nocache] => ) [shop] => Smarty_Variable Object ( [value] => Array ( [id] => 1 [group_id] => 1 [name] => OÜ EW Sound & Light [email] => [email protected] [registration_number] => Reg. no: 11341201 KMKR: EE101124490 [long] => [lat] => [logo] => https://shop.ewsound.ee/img/ew-sound-light-logo-1616416137.jpg [logo_details] => Array ( [src] => https://shop.ewsound.ee/img/ew-sound-light-logo-1616416137.jpg [width] => 1013 [height] => 238 ) [stores_icon] => https://shop.ewsound.ee/img/logo_stores.png [favicon] => https://shop.ewsound.ee/img/favicon.ico [favicon_update_time] => 1616416137 [address] => Array ( [formatted] => Raua 1/Pronksi 610124 TallinnEstonia [address1] => Raua 1/Pronksi 6 [address2] => [postcode] => 10124 [city] => Tallinn [state] => [country] => Estonia ) [phone] => +372 6612 767 [fax] => ) [nocache] => ) [core_js_public_path] => Smarty_Variable Object ( [value] => /themes/ [nocache] => ) [urls] => Smarty_Variable Object ( [value] => Array ( [base_url] => https://shop.ewsound.ee/ [current_url] => https://shop.ewsound.ee/en/10_dbx [shop_domain_url] => https://shop.ewsound.ee [img_ps_url] => https://shop.ewsound.ee/img/ [img_cat_url] => https://shop.ewsound.ee/img/c/ [img_lang_url] => https://shop.ewsound.ee/img/l/ [img_prod_url] => https://shop.ewsound.ee/img/p/ [img_manu_url] => https://shop.ewsound.ee/img/m/ [img_sup_url] => https://shop.ewsound.ee/img/su/ [img_ship_url] => https://shop.ewsound.ee/img/s/ [img_store_url] => https://shop.ewsound.ee/img/st/ [img_col_url] => https://shop.ewsound.ee/img/co/ [img_url] => https://shop.ewsound.ee/themes/javo/assets/img/ [css_url] => https://shop.ewsound.ee/themes/javo/assets/css/ [js_url] => https://shop.ewsound.ee/themes/javo/assets/js/ [pic_url] => https://shop.ewsound.ee/upload/ [theme_assets] => https://shop.ewsound.ee/themes/javo/assets/ [theme_dir] => https://shop.ewsound.ee/themes/javo/ [pages] => Array ( [address] => https://shop.ewsound.ee/en/address [addresses] => https://shop.ewsound.ee/en/addresses [authentication] => https://shop.ewsound.ee/en/login [manufacturer] => https://shop.ewsound.ee/en/brands [cart] => https://shop.ewsound.ee/en/cart [category] => https://shop.ewsound.ee/en/index.php?controller=category [cms] => https://shop.ewsound.ee/en/index.php?controller=cms [contact] => https://shop.ewsound.ee/en/contact-us [discount] => https://shop.ewsound.ee/en/discount [guest_tracking] => https://shop.ewsound.ee/en/guest-tracking [history] => https://shop.ewsound.ee/en/order-history [identity] => https://shop.ewsound.ee/en/identity [index] => https://shop.ewsound.ee/en/ [my_account] => https://shop.ewsound.ee/en/my-account [order_confirmation] => https://shop.ewsound.ee/en/order-confirmation [order_detail] => https://shop.ewsound.ee/en/index.php?controller=order-detail [order_follow] => https://shop.ewsound.ee/en/order-follow [order] => https://shop.ewsound.ee/en/order [order_return] => https://shop.ewsound.ee/en/index.php?controller=order-return [order_slip] => https://shop.ewsound.ee/en/credit-slip [pagenotfound] => https://shop.ewsound.ee/en/page-not-found [password] => https://shop.ewsound.ee/en/password-recovery [pdf_invoice] => https://shop.ewsound.ee/en/index.php?controller=pdf-invoice [pdf_order_return] => https://shop.ewsound.ee/en/index.php?controller=pdf-order-return [pdf_order_slip] => https://shop.ewsound.ee/en/index.php?controller=pdf-order-slip [prices_drop] => https://shop.ewsound.ee/en/prices-drop [product] => https://shop.ewsound.ee/en/index.php?controller=product [registration] => https://shop.ewsound.ee/en/index.php?controller=registration [search] => https://shop.ewsound.ee/en/search [sitemap] => https://shop.ewsound.ee/en/sitemap [stores] => https://shop.ewsound.ee/en/stores [supplier] => https://shop.ewsound.ee/en/supplier [new_products] => https://shop.ewsound.ee/en/new-products [brands] => https://shop.ewsound.ee/en/brands [register] => https://shop.ewsound.ee/en/index.php?controller=registration [order_login] => https://shop.ewsound.ee/en/order?login=1 ) [alternative_langs] => Array ( [en-us] => https://shop.ewsound.ee/en/10_dbx [et] => https://shop.ewsound.ee/et/10_dbx ) [actions] => Array ( [logout] => https://shop.ewsound.ee/en/?mylogout= ) [no_picture_image] => Array ( [bySize] => Array ( [small_default] => Array ( [url] => https://shop.ewsound.ee/img/p/en-default-small_default.jpg [width] => 98 [height] => 98 ) [cart_default] => Array ( [url] => https://shop.ewsound.ee/img/p/en-default-cart_default.jpg [width] => 125 [height] => 125 ) [home_default] => Array ( [url] => https://shop.ewsound.ee/img/p/en-default-home_default.jpg [width] => 250 [height] => 250 ) [medium_default] => Array ( [url] => https://shop.ewsound.ee/img/p/en-default-medium_default.jpg [width] => 452 [height] => 452 ) [large_default] => Array ( [url] => https://shop.ewsound.ee/img/p/en-default-large_default.jpg [width] => 800 [height] => 800 ) ) [small] => Array ( [url] => https://shop.ewsound.ee/img/p/en-default-small_default.jpg [width] => 98 [height] => 98 ) [medium] => Array ( [url] => https://shop.ewsound.ee/img/p/en-default-home_default.jpg [width] => 250 [height] => 250 ) [large] => Array ( [url] => https://shop.ewsound.ee/img/p/en-default-large_default.jpg [width] => 800 [height] => 800 ) [legend] => ) ) [nocache] => ) [configuration] => Smarty_Variable Object ( [value] => Array ( [display_taxes_label] => 1 [display_prices_tax_incl] => 1 [taxes_enabled] => 1 [low_quantity_threshold] => 2 [is_b2b] => 1 [is_catalog] => [show_prices] => 1 [opt_in] => Array ( [partner] => 1 ) [quantity_discount] => Array ( [type] => price [label] => Unit price ) [voucher_enabled] => 1 [return_enabled] => 0 [number_of_days_for_return] => 14 [password_policy] => Array ( [minimum_length] => 8 [maximum_length] => 72 [minimum_score] => 3 ) ) [nocache] => ) [field_required] => Smarty_Variable Object ( [value] => Array ( ) [nocache] => ) [breadcrumb] => Smarty_Variable Object ( [value] => Array ( [links] => Array ( [0] => Array ( [title] => Home [url] => https://shop.ewsound.ee/en/ ) [1] => Array ( [title] => Brands [url] => https://shop.ewsound.ee/en/brands ) [2] => Array ( [title] => dbx [url] => https://shop.ewsound.ee/en/10_dbx ) ) [count] => 3 ) [nocache] => ) [link] => Smarty_Variable Object ( [value] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// [ssl_enable:protected] => 1 [urlShopId:protected] => ) [nocache] => ) [time] => Smarty_Variable Object ( [value] => 1742483599 [nocache] => ) [static_token] => Smarty_Variable Object ( [value] => 77b3b6eb4e8ca95e669cb7c2310b9832 [nocache] => ) [token] => Smarty_Variable Object ( [value] => c017c4d11a057992a7edf4d543a02726 [nocache] => ) [debug] => Smarty_Variable Object ( [value] => 1 [nocache] => ) ) [parent] => [config_vars] => Array ( ) [ext] => Smarty_Internal_Extension_Handler Object ( [objType] => 1 [_property_info:Smarty_Internal_Extension_Handler:private] => Array ( [AutoloadFilters] => 0 [DefaultModifiers] => 0 [ConfigVars] => 0 [DebugTemplate] => 0 [RegisteredObject] => 0 [StreamVariable] => 0 [TemplateVars] => 0 [Literals] => Literals ) [resolvedProperties:Smarty_Internal_Extension_Handler:private] => Array ( ) [registerResource] => Smarty_Internal_Method_RegisterResource Object ( [objMap] => 3 ) [registerPlugin] => Smarty_Internal_Method_RegisterPlugin Object ( [objMap] => 3 ) [createData] => Smarty_Internal_Method_CreateData Object ( [objMap] => 3 ) ) ) [_objType] => 4 [template_class] => Smarty_Internal_Template [tpl_vars] => Array ( ) [parent] => SmartyCustom Object ( [auto_literal] => 1 [error_unassigned] => [use_include_path] => [_templateDirNormalized] => 1 [_joined_template_dir] => /data05/virt2670/domeenid/www.ewsound.ee/shop/themes/javo/templates/ [_configDirNormalized] => [_joined_config_dir] => [default_template_handler_func] => [default_config_handler_func] => [default_plugin_handler_func] => [_compileDirNormalized] => 1 [_pluginsDirNormalized] => [_cacheDirNormalized] => 1 [force_compile] => 1 [use_sub_dirs] => 1 [allow_ambiguous_resources] => [merge_compiled_includes] => [extends_recursion] => 1 [force_cache] => [left_delimiter] => { [right_delimiter] => } [literals] => Array ( ) [security_class] => Smarty_Security [security_policy] => [allow_php_templates] => [debugging] => [debugging_ctrl] => NONE [smarty_debug_id] => SMARTY_DEBUG [debug_tpl] => /data05/virt2670/domeenid/www.ewsound.ee/shop/themes/debug.tpl [error_reporting] => [config_overwrite] => 1 [config_booleanize] => 1 [config_read_hidden] => [compile_locking] => 1 [cache_locking] => [locking_timeout] => 10 [default_resource_type] => file [caching_type] => file [default_config_type] => file [cache_modified_check] => [registered_plugins] => Array ( [function] => Array ( [widget] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => smartyWidget ) [1] => 1 [2] => Array ( ) ) [render] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => smartyRender ) [1] => 1 [2] => Array ( ) ) [form_field] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => smartyFormField ) [1] => 1 [2] => Array ( ) ) [dateFormat] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => dateFormat ) [1] => 1 [2] => Array ( ) ) [hook] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => smartyHook ) [1] => 1 [2] => Array ( ) ) [l] => Array ( [0] => smartyTranslate [1] => 1 [2] => Array ( ) ) [url] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => getUrlSmarty ) [1] => 1 [2] => Array ( ) ) ) [block] => Array ( [widget_block] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => smartyWidgetBlock ) [1] => 1 [2] => Array ( ) ) ) [modifier] => Array ( [boolval] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => boolval ) [1] => 1 [2] => Array ( ) ) [classname] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => smartyClassname ) [1] => 1 [2] => Array ( ) ) [classnames] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => smartyClassnames ) [1] => 1 [2] => Array ( ) ) [cleanHtml] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => smartyCleanHtml ) [1] => 1 [2] => Array ( ) ) [end] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => smarty_endWithoutReference ) [1] => 1 [2] => Array ( ) ) [escape] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => smartyEscape ) [1] => 1 [2] => Array ( ) ) [truncate] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => smarty_modifier_truncate ) [1] => 1 [2] => Array ( ) ) [addcslashes] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => addcslashes ) [1] => 1 [2] => Array ( ) ) [addslashes] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => addslashes ) [1] => 1 [2] => Array ( ) ) [array_slice] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => array_slice ) [1] => 1 [2] => Array ( ) ) [date] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => date ) [1] => 1 [2] => Array ( ) ) [explode] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => explode ) [1] => 1 [2] => Array ( ) ) [floatval] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => floatval ) [1] => 1 [2] => Array ( ) ) [htmlentities] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => htmlentities ) [1] => 1 [2] => Array ( ) ) [htmlspecialchars] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => htmlspecialchars ) [1] => 1 [2] => Array ( ) ) [implode] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => implode ) [1] => 1 [2] => Array ( ) ) [in_array] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => in_array ) [1] => 1 [2] => Array ( ) ) [intval] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => intval ) [1] => 1 [2] => Array ( ) ) [json_decode] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => json_decode ) [1] => 1 [2] => Array ( ) ) [json_encode] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => json_encode ) [1] => 1 [2] => Array ( ) ) [lcfirst] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => lcfirst ) [1] => 1 [2] => Array ( ) ) [md5] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => md5 ) [1] => 1 [2] => Array ( ) ) [mt_rand] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => mt_rand ) [1] => 1 [2] => Array ( ) ) [nl2br] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => nl2br ) [1] => 1 [2] => Array ( ) ) [print_r] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => print_r ) [1] => 1 [2] => Array ( ) ) [rand] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => rand ) [1] => 1 [2] => Array ( ) ) [sizeof] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => sizeof ) [1] => 1 [2] => Array ( ) ) [str_replace] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => str_replace ) [1] => 1 [2] => Array ( ) ) [stripslashes] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => stripslashes ) [1] => 1 [2] => Array ( ) ) [strpos] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => strpos ) [1] => 1 [2] => Array ( ) ) [strstr] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => strstr ) [1] => 1 [2] => Array ( ) ) [strtolower] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => strtolower ) [1] => 1 [2] => Array ( ) ) [strval] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => strval ) [1] => 1 [2] => Array ( ) ) [substr] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => substr ) [1] => 1 [2] => Array ( ) ) [trim] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => trim ) [1] => 1 [2] => Array ( ) ) [ucfirst] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => ucfirst ) [1] => 1 [2] => Array ( ) ) [urlencode] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => urlencode ) [1] => 1 [2] => Array ( ) ) [var_dump] => Array ( [0] => Array ( [0] => SmartyLazyRegister Object ( [registry:protected] => Array ( [smartyWidget] => smartyWidget [smartyRender] => smartyRender [smartyFormField] => smartyFormField [smartyWidgetBlock] => smartyWidgetBlock [dateFormat] => Array ( [0] => Tools [1] => dateFormat ) [smartyHook] => smartyHook [getUrlSmarty] => Array ( [0] => Link [1] => getUrlSmarty ) [boolval] => Array ( [0] => Tools [1] => boolval ) [smartyClassname] => smartyClassname [smartyClassnames] => smartyClassnames [smartyCleanHtml] => smartyCleanHtml [smarty_endWithoutReference] => smarty_endWithoutReference [smartyEscape] => smartyEscape [smarty_modifier_truncate] => smarty_modifier_truncate [addcslashes] => addcslashes [addslashes] => addslashes [array_slice] => array_slice [date] => date [explode] => explode [floatval] => floatval [htmlentities] => htmlentities [htmlspecialchars] => htmlspecialchars [implode] => implode [in_array] => in_array [intval] => intval [json_decode] => json_decode [json_encode] => json_encode [lcfirst] => lcfirst [md5] => md5 [mt_rand] => mt_rand [nl2br] => nl2br [print_r] => print_r [rand] => rand [sizeof] => sizeof [str_replace] => str_replace [stripslashes] => stripslashes [strpos] => strpos [strstr] => strstr [strtolower] => strtolower [strval] => strval [substr] => substr [trim] => trim [ucfirst] => ucfirst [urlencode] => urlencode [var_dump] => var_dump ) ) [1] => var_dump ) [1] => 1 [2] => Array ( ) ) ) ) [registered_objects] => Array ( ) [registered_classes] => Array ( ) [registered_filters] => Array ( ) [registered_resources] => Array ( [module] => SmartyResourceModule Object ( [paths] => Array ( [theme] => /data05/virt2670/domeenid/www.ewsound.ee/shop/themes/javo/modules/ [modules] => /data05/virt2670/domeenid/www.ewsound.ee/shop/modules/ ) [isAdmin] => [uncompiled] => [recompiled] => [hasCompiledHandler] => ) [parent] => SmartyResourceParent Object ( [paths] => Array ( ) [uncompiled] => [recompiled] => [hasCompiledHandler] => ) ) [registered_cache_resources] => Array ( ) [autoload_filters] => Array ( ) [default_modifiers] => Array ( ) [escape_html] => 1 [start_time] => 1742483598.9748 [_current_file] => [_parserdebug] => [_objType] => 1 [_debug] => [template_dir:protected] => Array ( [0] => /data05/virt2670/domeenid/www.ewsound.ee/shop/themes/javo/templates/ ) [_processedTemplateDir:protected] => Array ( [0] => 1 ) [config_dir:protected] => Array ( ) [_processedConfigDir:protected] => Array ( ) [compile_dir:protected] => /data05/virt2670/domeenid/www.ewsound.ee/shop/var/cache/dev/smarty/compile/ [plugins_dir:protected] => Array ( [0] => /data05/virt2670/domeenid/www.ewsound.ee/shop/vendor/smarty/smarty/libs/plugins/ [1] => /data05/virt2670/domeenid/www.ewsound.ee/shop/themes/javo/plugins ) [cache_dir:protected] => /data05/virt2670/domeenid/www.ewsound.ee/shop/var/cache/dev/smarty/cache/ [obsoleteProperties:protected] => Array ( [0] => resource_caching [1] => template_resource_caching [2] => direct_access_security [3] => _dir_perms [4] => _file_perms [5] => plugin_search_order [6] => inheritance_merge_compiled_includes [7] => resource_cache_mode ) [accessMap:protected] => Array ( [template_dir] => TemplateDir [config_dir] => ConfigDir [plugins_dir] => PluginsDir [compile_dir] => CompileDir [cache_dir] => CacheDir ) [isMutingUndefinedOrNullWarnings:Smarty:private] => [cache_id] => [compile_id] => [caching] => 0 [compile_check] => 1 [cache_lifetime] => 3600 [tplFunctions] => Array ( ) [_cache] => Array ( ) [template_class] => SmartyCustomTemplate [tpl_vars] => Array ( [request_uri] => Smarty_Variable Object ( [value] => /en/10_dbx [nocache] => ) [cart] => Smarty_Variable Object ( [value] => PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray Object ( [shouldSeparateGifts:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [cartPresenter:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartPresenter Object ( [link:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartPresenter:private] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// [ssl_enable:protected] => 1 [urlShopId:protected] => ) [imageRetriever:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartPresenter:private] => PrestaShop\PrestaShop\Adapter\Image\ImageRetriever Object ( [link:PrestaShop\PrestaShop\Adapter\Image\ImageRetriever:private] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// [ssl_enable:protected] => 1 [urlShopId:protected] => ) [isMultipleImageFormatFeatureActive:PrestaShop\PrestaShop\Adapter\Image\ImageRetriever:private] => ) [settings:protected] => [taxConfiguration:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartPresenter:private] => TaxConfiguration Object ( [taxCalculationMethod:TaxConfigurationCore:private] => Array ( ) ) [productAssembler:protected] => ) [cart:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => Cart Object ( [id] => [id_shop_group] => [id_shop] => [id_address_delivery] => [id_address_invoice] => [id_currency] => [id_customer] => [id_guest] => [id_lang] => [recyclable] => [gift] => [gift_message] => [mobile_theme] => [date_add] => [secure_key] => [id_carrier] => 0 [date_upd] => [checkedTos] => [pictures] => [textFields] => [delivery_option] => [allow_seperated_package] => [_products:protected] => [_taxCalculationMethod:protected] => 0 [webserviceParameters:protected] => Array ( [fields] => Array ( [id_address_delivery] => Array ( [xlink_resource] => addresses ) [id_address_invoice] => Array ( [xlink_resource] => addresses ) [id_currency] => Array ( [xlink_resource] => currencies ) [id_customer] => Array ( [xlink_resource] => customers ) [id_guest] => Array ( [xlink_resource] => guests ) [id_lang] => Array ( [xlink_resource] => languages ) ) [associations] => Array ( [cart_rows] => Array ( [resource] => cart_row [virtual_entity] => 1 [fields] => Array ( [id_product] => Array ( [required] => 1 [xlink_resource] => products ) [id_product_attribute] => Array ( [required] => 1 [xlink_resource] => combinations ) [id_address_delivery] => Array ( [required] => 1 [xlink_resource] => addresses ) [id_customization] => Array ( [required] => [xlink_resource] => customizations ) [quantity] => Array ( [required] => 1 ) ) ) ) ) [configuration:protected] => PrestaShop\PrestaShop\Adapter\Configuration Object ( [shop:PrestaShop\PrestaShop\Adapter\Configuration:private] => [parameters:protected] => ) [addressFactory:protected] => PrestaShop\PrestaShop\Adapter\AddressFactory Object ( ) [shouldSplitGiftProductsQuantity:protected] => [shouldExcludeGiftsDiscount:protected] => [lang_associated:protected] => [id_shop_list] => Array ( ) [get_shop_from_context:protected] => 1 [table:protected] => cart [identifier:protected] => id_cart [fieldsRequired:protected] => Array ( [0] => id_currency [1] => id_lang ) [fieldsSize:protected] => Array ( [gift_message] => 4194303 [delivery_option] => 4194303 [secure_key] => 32 ) [fieldsValidate:protected] => Array ( [id_shop_group] => isUnsignedId [id_shop] => isUnsignedId [id_address_delivery] => isUnsignedId [id_address_invoice] => isUnsignedId [id_carrier] => isUnsignedId [id_currency] => isUnsignedId [id_customer] => isUnsignedId [id_guest] => isUnsignedId [id_lang] => isUnsignedId [recyclable] => isBool [gift] => isBool [gift_message] => isCleanHtml [mobile_theme] => isBool [allow_seperated_package] => isBool [date_add] => isDate [date_upd] => isDate ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [translator:protected] => [def:protected] => Array ( [table] => cart [primary] => id_cart [fields] => Array ( [id_shop_group] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_delivery] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_invoice] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_carrier] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_currency] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [id_customer] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_guest] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_lang] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [recyclable] => Array ( [type] => 2 [validate] => isBool ) [gift] => Array ( [type] => 2 [validate] => isBool ) [gift_message] => Array ( [type] => 3 [validate] => isCleanHtml [size] => 4194303 ) [mobile_theme] => Array ( [type] => 2 [validate] => isBool ) [delivery_option] => Array ( [type] => 3 [size] => 4194303 ) [secure_key] => Array ( [type] => 3 [size] => 32 ) [allow_seperated_package] => Array ( [type] => 2 [validate] => isBool ) [date_add] => Array ( [type] => 5 [validate] => isDate ) [date_upd] => Array ( [type] => 5 [validate] => isDate ) ) [classname] => Cart ) [update_fields:protected] => [force_id] => ) [translator:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => PrestaShopBundle\Translation\TranslatorComponent Object ( [catalogues:protected] => Array ( [en-US] => Symfony\Component\Translation\MessageCatalogue Object ( [messages:Symfony\Component\Translation\MessageCatalogue:private] => Array ( [ModulesStatsbestcustomersAdmin] => Array ( [Empty recordset returned] => Empty recordset returned [Valid orders] => Valid orders [Money spent] => Money spent [Best customers] => Best customers [Enrich your stats, add a list of the best customers to the dashboard.] => Enrich your stats, add a list of the best customers to the dashboard. [Develop clients' loyalty] => Develop clients' loyalty [Keeping a client can be more profitable than gaining a new one. That is one of the many reasons it is necessary to cultivate customer loyalty.] => Keeping a client can be more profitable than gaining a new one. That is one of the many reasons it is necessary to cultivate customer loyalty. [Word of mouth is also a means for getting new, satisfied clients. A dissatisfied customer can hurt your e-reputation and obstruct future sales goals.] => Word of mouth is also a means for getting new, satisfied clients. A dissatisfied customer can hurt your e-reputation and obstruct future sales goals. [In order to achieve this goal, you can organize:] => In order to achieve this goal, you can organize: [Punctual operations: commercial rewards (personalized special offers, product or service offered), non commercial rewards (priority handling of an order or a product), pecuniary rewards (bonds, discount coupons, payback).] => Punctual operations: commercial rewards (personalized special offers, product or service offered), non commercial rewards (priority handling of an order or a product), pecuniary rewards (bonds, discount coupons, payback). [Sustainable operations: loyalty points or cards, which not only justify communication between merchant and client, but also offer advantages to clients (private offers, discounts).] => Sustainable operations: loyalty points or cards, which not only justify communication between merchant and client, but also offer advantages to clients (private offers, discounts). [These operations encourage clients to buy products and visit your online store more regularly.] => These operations encourage clients to buy products and visit your online store more regularly. ) [ModulesCheckpaymentAdmin] => Array ( [Payments by check] => Prepayment order [Are you sure you want to delete these details?] => Are you sure you want to delete these details? [The "Payee" and "Address" fields must be configured before using this module.] => To use this module you must enter payee and address. [No currency has been set for this module.] => No currency has been set for this module. [The "Payee" field is required.] => The payee field is required. [The "Address" field is required.] => The "Address" field is required. [Pay by Check] => Pay by Check [Contact details] => Contact details [Payee (name)] => Payee [Address] => Address [Address where the check should be sent to.] => Address where the check should be sent to. [%amount% (tax incl.)] => %amount% (tax incl.) [Display contact details blocks to make it easy for customers to pay by check on your store.] => Display contact details blocks to make it easy for customers to pay by check on your store. [(tax incl.)] => (tax incl.) [This module allows you to accept payments by check.] => This module allows you to accept payments by check. [If the client chooses this payment method, the order status will change to 'Waiting for payment'.] => If the client chooses this payment method, the order status will change to 'Waiting for payment'. [You will need to manually confirm the order as soon as you receive a check.] => You will need to manually confirm the order as soon as you receive a check. ) [ModulesFacetedsearchShop] => Array ( [Not available] => Preorder [Price] => Price [Weight] => Weight [New] => New [Used] => Used [Refurbished] => Refurbished [Condition] => Condition [Available] => Available [In stock] => In stock [Availability] => Availability [Brand] => Brand [Categories] => Categories [New product] => New product [On sale] => On sale [Best sellers] => Best sellers [Relevance] => Relevance ) [ShopTheme] => Array ( [404] => 404 ) [ModulesDashgoalsAdmin] => Array ( [Dashboard Goals] => Dashboard Goals [Adds a block with your store's forecast.] => Adds a block with your store's forecast. [January] => January [February] => February [March] => March [April] => April [May] => May [June] => June [July] => July [August] => August [September] => September [October] => October [November] => November [December] => December [Average cart value] => Average cart value [Goal exceeded] => Goal exceeded [Goal not reached] => Goal not reached [Goal set:] => Goal set: [Enrich your stats: add a block with your store’s forecast to always be one step ahead!] => Enrich your stats: add a block with your store’s forecast to always be one step ahead! [Conversion Rate] => Conversion Rate [Traffic] => Traffic [Average Cart Value] => Average Cart Value [Conversion] => Conversion [Forecast] => Forecast ) [AdminShippingHelp] => Array ( [Format:] => Format: [Filesize:] => Filesize: [MB max.] => MB max. [Current size:] => Current size: [undefined] => undefined [Your online store needs to have a proper carrier registered in PrestaShop as soon as you start shipping your products. This means sending yours parcels using your local postal service, or having a contract with a private carrier which in turn will ship your parcels to your customers. In order to have PrestaShop suggest the most adequate carrier to your customers during their order checkout process, you need to register all the carriers with which you have chosen to work.] => Your online store needs to have a proper carrier registered in PrestaShop as soon as you start shipping your products. This means sending yours parcels using your local postal service, or having a contract with a private carrier which in turn will ship your parcels to your customers. In order to have PrestaShop suggest the most adequate carrier to your customers during their order checkout process, you need to register all the carriers with which you have chosen to work. [PrestaShop comes with a number of carrier modules that you can activate. You can also buy carrier modules on the PrestaShop Addons marketplace. Recommended modules are listed below: install the module that matches your carrier, and configure it!] => PrestaShop comes with a number of carrier modules that you can activate. You can also buy carrier modules on the PrestaShop Addons marketplace. Recommended modules are listed below: install the module that matches your carrier, and configure it! [Note: DO NOT register a new carrier if there already exists a module for it! Using a module will be much faster and more accurate!] => Note: DO NOT register a new carrier if there already exists a module for it! Using a module will be much faster and more accurate! [The carrier's name will be displayed during checkout.] => The carrier's name will be displayed during checkout. [The delivery time will be displayed during checkout.] => The delivery time will be displayed during checkout. [Delivery tracking URL: Type '@' where the tracking number should appear. It will be automatically replaced by the tracking number.] => Delivery tracking URL: Type '@' where the tracking number should appear. It will be automatically replaced by the tracking number. [For example: 'http://example.com/track.php?num=@' with '@' where the tracking number should appear.] => For example: 'http://example.com/track.php?num=@' with '@' where the tracking number should appear. [Include the handling costs (as set in Shipping > Preferences) in the final carrier price.] => Include the handling costs (as set in Shipping > Preferences) in the final carrier price. [Out-of-range behavior occurs when no defined range matches the customer's cart (e.g. when the weight of the cart is greater than the highest weight limit defined by the weight ranges).] => Out-of-range behavior occurs when no defined range matches the customer's cart (e.g. when the weight of the cart is greater than the highest weight limit defined by the weight ranges). [Maximum width managed by this carrier. Set the value to "0", or leave this field blank to ignore.] => Maximum width managed by this carrier. Set the value to "0", or leave this field blank to ignore. [The value must be an integer.] => The value must be an integer. [Maximum height managed by this carrier. Set the value to "0", or leave this field blank to ignore.] => Maximum height managed by this carrier. Set the value to "0", or leave this field blank to ignore. [Maximum depth managed by this carrier. Set the value to "0", or leave this field blank to ignore.] => Maximum depth managed by this carrier. Set the value to "0", or leave this field blank to ignore. [Maximum weight managed by this carrier. Set the value to "0", or leave this field blank to ignore.] => Maximum weight managed by this carrier. Set the value to "0", or leave this field blank to ignore. [Allowed characters: letters, spaces and "%special_chars%".] => Allowed characters: letters, spaces and "%special_chars%". [For in-store pickup, enter 0 to replace the carrier name with your shop name.] => For in-store pickup, enter 0 to replace the carrier name with your shop name. [Enter "0" for a longest shipping delay, or "9" for the shortest shipping delay.] => Enter "0" for a longest shipping delay, or "9" for the shortest shipping delay. [Mark the groups that are allowed access to this carrier.] => Mark the groups that are allowed access to this carrier. [Enable the carrier in the front office.] => Enable the carrier in the front office. [Carrier name displayed during checkout] => Carrier name displayed during checkout [Upload a logo from your computer.] => Upload a logo from your computer. [or] => or [Estimated delivery time will be displayed during checkout.] => Estimated delivery time will be displayed during checkout. [Delivery tracking URL: Type '@' where the tracking number should appear. It will then be automatically replaced by the tracking number.] => Delivery tracking URL: Type '@' where the tracking number should appear. It will then be automatically replaced by the tracking number. [The zones in which this carrier will be used.] => The zones in which this carrier will be used. [Group access] => Group access [Apply both regular shipping cost and product-specific shipping costs.] => Apply both regular shipping cost and product-specific shipping costs. [Include the shipping and handling costs in the carrier price.] => Include the shipping and handling costs in the carrier price. [Apply the cost of the highest defined range] => Apply the cost of the highest defined range [Out-of-range behavior occurs when none is defined (e.g. when a customer's cart weight is greater than the highest range limit).] => Out-of-range behavior occurs when none is defined (e.g. when a customer's cart weight is greater than the highest range limit). [Maximum height managed by this carrier. Set the value to "0," or leave this field blank to ignore.] => Maximum height managed by this carrier. Set the value to "0," or leave this field blank to ignore. [Maximum width managed by this carrier. Set the value to "0," or leave this field blank to ignore.] => Maximum width managed by this carrier. Set the value to "0," or leave this field blank to ignore. [Maximum depth managed by this carrier. Set the value to "0," or leave this field blank to ignore.] => Maximum depth managed by this carrier. Set the value to "0," or leave this field blank to ignore. [Maximum weight managed by this carrier. Set the value to "0," or leave this field blank to ignore.] => Maximum weight managed by this carrier. Set the value to "0," or leave this field blank to ignore. [Your shop's default carrier.] => Your shop's default carrier. [This will only be visible in the front office.] => This will only be visible in the front office. [You need to register all the carriers with which you have chosen to work. PrestaShop comes with a selection of carrier modules you can install right below the page or buy on [1]Addons marketplace[/1].] => You need to register all the carriers with which you have chosen to work. PrestaShop comes with a selection of carrier modules you can install right below the page or buy on [1]Addons marketplace[/1]. [If there is no existing module for your carrier, you can register it manually by clicking on "[1]" but before, please make sure you did not register a new carrier if a module already exists for it!] => If there is no existing module for your carrier, you can register it manually by clicking on "[1]" but before, please make sure you did not register a new carrier if a module already exists for it. [If you set these parameters to 0, they will be disabled.] => If you set these parameters to 0, they will be disabled. [Coupons are not taken into account when calculating free shipping.] => Coupons are not taken into account when calculating free shipping. ) [AdminStatsHelp] => Array ( [%value% of your products for sale are out of stock.] => %value% of your products for sale are out of stock. [Gross margin expressed in percentage assesses how cost-effectively you sell your goods. Out of $100, you will retain $%value% to cover profit and expenses.] => Gross margin expressed in percentage assesses how cost-effectively you sell your goods. Out of $100, you will retain $%value% to cover profit and expenses. [%value% of your products are disabled and not visible to your customers] => %value% of your products are disabled and not visible to your customers [Within your catalog, %value% of your products have had sales in the last 30 days] => Within your catalog, %value% of your products have had sales in the last 30 days ) [ModulesGraphnvd3Admin] => Array ( [NVD3 Charts] => NVD3 Charts [Enable the NVD3 charting code for your own uses, providing you with ever so useful graphs.] => Enable the NVD3 charting code for your own uses, providing you with ever so useful graphs. ) [ModulesEmailalertsAdmin] => Array ( [Mail alerts] => Mail alerts [Make your everyday life easier, handle mail alerts about stock and orders, addressed to you as well as your customers.] => Make your everyday life easier, handle mail alerts about stock and orders, addressed to you as well as your customers. [Cannot update settings] => Cannot update settings [Please type one (or more) email address] => Please type one (or more) email address [Invalid email:] => Invalid email: [Settings updated successfully] => Settings updated successfully [No message] => No message [image(s)] => image(s) [Voucher code:] => Voucher code: [Customer notifications] => Customer notifications [Product availability] => Product availability [Give the customer the option of receiving a notification when an out of stock product is available again.] => Give the customer the option of receiving a notification when an out of stock product is available again. [Order edit] => Order edit [Send a notification to the customer when an order is edited.] => Send a notification to the customer when an order is edited. [New order] => New order [Receive a notification when an order is placed.] => Receive a notification when an order is placed. [Out of stock] => Out of stock [Receive a notification if the available quantity of a product is below the following threshold.] => Receive a notification if the available quantity of a product is below the following threshold. [Threshold] => Threshold [Quantity for which a product is considered out of stock.] => Quantity for which a product is considered out of stock. [Coverage warning] => Coverage warning [Receive a notification when a product has insufficient coverage.] => Receive a notification when a product has insufficient coverage. [Coverage] => Coverage [Stock coverage, in days. Also, the stock coverage of a given product will be calculated based on this number.] => Stock coverage, in days. Also, the stock coverage of a given product will be calculated based on this number. [Returns] => Returns [Receive a notification when a customer requests a merchandise return.] => Receive a notification when a customer requests a merchandise return. [Email addresses] => Email addresses [One email address per line (e.g. [email protected]).] => One email address per line (e.g. [email protected]). [Merchant notifications] => Merchant notifications [Mail alert: Unable to delete customer using email.] => Mail alert: Unable to delete customer using email. [Mail alert: Unable to export customer using email.] => Mail alert: Unable to export customer using email. [Please enter one (or more) email address for the new order notification.] => Please enter one (or more) email address for the new order notification. [Cannot update new order emails.] => Cannot update new order emails. [Please enter one (or more) email address for "out of stock" notifications.] => Please enter one (or more) email addresses for "out of stock" notifications. [Cannot update email for "out of stock" notifications.] => Cannot update email for "out of stock" notifications. [Please enter one (or more) email address for "return slip" notifications.] => Please enter one (or more) email addresses for "return slip" notifications. [Cannot update "return slip" emails.] => Cannot update "return slip" emails. [Send to:] => Send to: [Add email] => Add email [Enter one or more email address. Use 'Return' or a comma to separate each address.] => Enter one or more email addresses. Use 'Return' or a comma to separate each address. ) [ModulesStatsbestproductsAdmin] => Array ( [An empty record-set was returned.] => An empty record-set was returned. [Price sold] => Price sold [Quantity sold in a day] => Quantity sold in a day [Page views] => Page views [Best-selling products] => Best-selling products [Enrich your stats with a small list of your best-sellers to better know your customers.] => Enrich your stats with a small list of your best-sellers to better know your customers. ) [ModulesContactformAdmin] => Array ( [Contact form] => Contact form [Adds a contact form to the "Contact us" page.] => Adds a contact form to the "Contact us" page. [For even more security on your website forms, consult our Security & Access modules category on the %link%] => For even more security on your website forms, consult our Security & Access modules category on the %link% [Parameters] => Parameters [Send confirmation email to your customers] => Send confirmation email to your customers [Choose Yes and your customers will receive a generic confirmation email including a tracking number after their message is sent. Note: to discourage spam, the content of their message won't be included in the email.] => Choose Yes and your customers will receive a generic confirmation email including a tracking number after their message is sent. Note: to discourage spam, the content of their message won't be included in the email. [Receive customers' messages by email] => Receive customers' messages by email [By default, you will only receive contact messages through your Customer service tab.] => By default, you will only receive contact messages through your Customer service tab. [Help your customers get in touch when they need, add a contact form on your store.] => Help your customers get in touch when they need, add a contact form on your store. ) [ModulesStatsbestcategoriesAdmin] => Array ( [Empty recordset returned] => Empty recordset returned [Total Quantity Sold] => Total Quantity Sold [Total Price] => Total Price [Total Margin] => Total Margin [Total Viewed] => Total Viewed [Best categories] => Best categories [Enrich your stats, add a list of the best selling categories to the dashboard.] => Enrich your stats, add a list of the best selling categories to the dashboard. [Display final level categories only (that have no child categories)] => Display final level categories only (that have no child categories) ) [ModulesLanguageselectorAdmin] => Array ( [Language selector block] => Language selector block [Adds a block allowing customers to select a language for your store's content.] => Adds a block allowing customers to select a language for your store's content. [Go international and display a language selector in the header of your store so that customers can shop in their own language.] => Go international and display a language selector in the header of your store so that customers can shop in their own language. ) [AdminNotificationsSuccess] => Array ( [Successful update] => Successful update [Update successful] => Update successful [The thumbnails were successfully regenerated.] => The thumbnails were successfully regenerated. [Successful upload.] => Successful upload. [Duplication was completed successfully.] => Duplication was completed successfully. [The selected images have successfully been moved.] => The selected images have successfully been moved. [Your cover image selection has been saved.] => Your cover image selection has been saved. [The image's shop association has been modified.] => The image's shop association has been modified. [A zone has been assigned to the selection successfully.] => A zone has been assigned to the selection successfully. [Successful upgrade.] => Successful upgrade. [Successful deletion] => Successful deletion [The settings have been successfully updated.] => The settings have been successfully updated. [The status has been successfully updated.] => The status has been successfully updated. [Comment successfully added.] => Comment successfully added. [The selection has been successfully deleted.] => The selection has been successfully deleted. [Successful creation] => Successful creation [The status has been updated successfully.] => The status has been updated successfully. [Settings updated] => Settings updated [Configuration updated] => Configuration updated [Successful update.] => Successful update. [Successful deletion.] => Successful deletion. [The settings have been updated.] => The settings have been updated. [Successfully overwrote email templates for theme %s with locale %s] => Successfully overwrote email templates for theme %s with locale %s [Successfully generated email templates for theme %s with locale %s] => Successfully generated email templates for theme %s with locale %s [Email theme configuration saved successfully] => Email theme configuration saved successfully [Test email for layout %layout% was successfully sent to %email%] => Test email for layout %layout% was successfully sent to %email% [Your theme has been correctly exported: %path%] => Your theme has been correctly exported: %path% [The selection has been successfully deleted] => The selection has been successfully deleted [The image was successfully deleted.] => The image was successfully deleted. [Successful duplication] => Successful duplication [Your store context has been automatically modified.] => Your store context has been automatically modified. [Update successful.] => Update successful. [Your symbol and format customizations have been successfully reset for this language.] => Your symbol and format customizations have been successfully reset for this language. [Settings updated.] => Settings updated. [The product was successfully added.] => The product was successfully added. [The product was successfully removed.] => The product was successfully removed. [[1] products were successfully added.] => [1] products were successfully added. [[1] products were successfully removed.] => [1] products were successfully removed. ) [ModulesCustomersigninAdmin] => Array ( [Customer "Sign in" link] => Customer "Sign in" link [Make your customers feel at home on your store, invite them to sign in!] => Make your customers feel at home on your store, invite them to sign in! [%firstname% %lastname%] => %firstname% %lastname% ) [AdminNotificationsError] => Array ( [Unable to update settings.] => Unable to update settings. [There is %d error.] => There is %d error. [There are %d errors.] => There are %d errors. [There are %d warnings.] => There are %d warnings. [%1$s on line %2$s in file %3$s] => %1$s on line %2$s in file %3$s [Property %s is empty.] => Property %s is empty. [The %s field is required.] => The %s field is required. [This class name does not exist.] => This class name does not exist. [This property does not exist in the class or is forbidden.] => This property does not exist in the class or is forbidden. [This association has too many elements.] => This association has too many elements. [This name is not allowed.] => This name is not allowed. [Syntax error with this pattern.] => Syntax error with this pattern. [This key has already been used.] => This key has already been used. [The %s field (in tab %s) is required.] => The %s field (in tab %s) is required. [[%s] is not a valid configuration key] => [%s] is not a valid configuration key [Cannot parse feed.] => Cannot parse feed. [No default currency] => No default currency [The email is already used, please choose another one] => The email is already used, please choose another one. [Could not load cart id=%s] => Could not load cart id=%s [No files were uploaded.] => No files were uploaded. [Source file does not exist or is empty.] => Source file does not exist or is empty. [File has an invalid extension, it should be one of these: %s.] => File has an invalid extension, it should be one of these: %s. [The uploaded file is too large.] => The uploaded file is too large. [Image is too large (%1$d kB). Maximum allowed: %2$d kB] => Image is too large (%1$d kB). Maximum allowed: %2$d kB [Image format not recognized, allowed formats are: .ico] => Image format not recognized, allowed formats are: .ico [Error while uploading image; please change your server's settings.] => Error while uploading image; please change your server's settings. [Cannot generate emails because the Symfony container is unavailable.] => Cannot generate emails because the Symfony container is unavailable. [Cannot generate email templates: %s.] => Cannot generate email templates: %s. [Cannot scan root directory] => Cannot scan root directory [Cannot scan "override" directory] => Cannot scan "override" directory [File %2$s (in directory %1$s)] => File %2$s (in directory %1$s) [Property %1$s has a bad value (allowed values are: %2$s).] => Property %1$s has a bad value (allowed values are: %2$s). [Your entry in field %1$s (language %2$s) exceeds max length %3$d chars (incl. html tags).] => Your entry in field %1$s (language %2$s) exceeds max length %3$d chars (incl. HTML tags). [The length of property %1$s is currently %2$d chars. It must be between %3$d and %4$d chars.] => The length of property %1$s is currently %2$d chars. It must be between %3$d and %4$d chars. [Validation function not found: %s.] => Validation function not found: %s. [Property %s is not valid] => Property %s is not valid [is required.] => is required. [%1$s is too long. Maximum length: %2$d] => %1$s is too long. Maximum length: %2$d [The range of property %1$s is currently %2$d. It must be between %3$d and %4$d.] => The range of property %1$s is currently %2$d. It must be between %3$d and %4$d. [The %1$s field is too long (%2$d chars max).] => The %1$s field is too long (%2$d chars max). [Error on image caption: "%1s" is not a valid caption.] => Error on image caption: "%1s" is not a valid caption. [Fatal error] => Fatal error [Server file size is different from local file size] => Server file size is different from local file size [The uploaded file exceeds %s] => The uploaded file exceeds %s [The uploaded file was only partially uploaded] => The uploaded file was only partially uploaded [No file was uploaded] => No file was uploaded [Missing temporary folder] => Missing temporary folder [Failed to write file to disk] => Failed to write file to disk [A PHP extension stopped the file upload] => A PHP extension stopped the file upload [Filetype not allowed] => Filetype not allowed [The 'From' date format is invalid (YYYY-MM-DD)] => The 'From' date format is invalid (YYYY-MM-DD) [The 'To' date format is invalid (YYYY-MM-DD)] => The 'To' date format is invalid (YYYY-MM-DD) [An error occurred while attempting to delete the image. (cannot load object).] => An error occurred while attempting to delete the image. (cannot load object). [You cannot delete this item.] => You cannot delete this item. [field %s is required.] => field %s is required. [The option selected in the %s field is invalid.] => The option selected in the %s field is invalid. [Cannot add configuration %s] => Cannot add configuration %s [The field %field_name% is required at least in %lang%.] => The field %field_name% is required at least in %lang%. [%s: Incorrect value] => %s: Incorrect value [Can't update #%id% status] => Can't update #%id% status [An error occurred while assigning a zone to the selection.] => An error occurred while assigning a zone to the selection. [You must select at least one element to assign a new zone.] => You must select at least one element to assign a new zone. [You need at least 1 object.] => You need at least 1 object. [Can't delete #%id%] => Can't delete #%id% [You must select at least one item to perform a bulk action.] => You must select at least one item to perform a bulk action. [An error occurred when attempting to update the required fields.] => An error occurred when attempting to update the required fields. [Unable to delete associated images.] => Unable to delete associated images. [Due to memory limit restrictions, this image cannot be loaded. Please increase your memory_limit value via your server's configuration settings.] => Due to memory limit restrictions, this image cannot be loaded. Please increase your memory_limit value via your server's configuration settings. [The object cannot be loaded (the identifier is missing or invalid)] => The object cannot be loaded (the identifier is missing or invalid) [Access denied.] => Access denied. [The uploaded file exceeds the post_max_size directive in php.ini] => The uploaded file exceeds the post_max_size directive in php.ini [File is too big. Current size is %1s, maximum size is %2s.] => File is too big. Current size is %1s, maximum size is %2s. [The uploaded file exceeds the upload_max_filesize directive in php.ini] => The uploaded file exceeds the upload_max_filesize directive in php.ini [file (%s) not writable] => file (%s) not writable [directory (%s) not writable] => directory (%s) not writable [The file you are trying to upload is %2$d KB, which is larger than the maximum size allowed of %1$d KB.] => The file you are trying to upload is %2$d KB, which is larger than the maximum size allowed of %1$d KB. [This functionality has been disabled.] => This functionality has been disabled. [Failed to update the position.] => Failed to update the position. [You must select at least one element to delete.] => You must select at least one element to delete. [An error occurred while updating the status for an object.] => An error occurred while updating the status for an object. [(cannot load object)] => (cannot load object) [You do not have permission to delete this.] => You do not have permission to delete this. [You do not have permission to edit this.] => You do not have permission to edit this. [An error occurred while deleting this selection.] => An error occurred while deleting this selection. [The object cannot be loaded.] => The object cannot be loaded. [Invalid message] => Invalid message [Invalid message.] => Invalid message. [Bad SQL query] => Bad SQL query [Please fill in all the required fields.] => Please fill in all the required fields. [Address format invalid] => Address format invalid [An error occurred during the file upload process.] => An error occurred during the file upload process. [The email address is invalid.] => The email address is invalid. [The selected date range is not valid.] => The selected date range is not valid. [Failed to update the status] => Failed to update the status [Unknown error.] => Unknown error. [Incorrect value for "Depends on stock" for product %name%] => Incorrect value for "Depends on stock" for product %name% [Invalid tag(s) (%s)] => Invalid tag(s) (%s) [There is one error.] => There is one error. [There are several errors.] => There are several errors. [Email is empty.] => Email is empty. [Invalid email address.] => Invalid email address. [The password field is blank.] => The password field is blank. [Invalid password.] => Invalid password. [File upload was not completed.] => File upload was not completed. [File too large (limit of %s bytes).] => File too large (limit of %s bytes). [Internal error #%s] => Internal error #%s [No file has been selected] => No file has been selected [No file was uploaded.] => No file was uploaded. [No valid value for field exceptions has been defined.] => No valid value for field exceptions has been defined. [An error occurred while transplanting the module to its hook.] => An error occurred while transplanting the module to its hook. [Page not found] => Page not found [You do not have permission to view this.] => You do not have permission to view this. [An error occurred while copying the image.] => An error occurred while copying the image. [An error occurred while attempting to create a new folder.] => An error occurred while attempting to create a new folder. [An error occurred while copying this image: %s] => An error occurred while copying this image: %s [Error while updating the status.] => Error while updating the status. [Invalid file name] => Invalid file name [You cannot delete all of the items.] => You cannot delete all of the items. [Cannot retrieve file.] => Cannot retrieve file. [Invalid name for %s language] => Invalid name for %s language [The name for %1s language is too long (%2d chars max).] => The name for %1s language is too long (%2d chars max). [Invalid file extension] => Invalid file extension [The file name is too long.] => The file name is too long. [Invalid file] => Invalid file [Invalid date range] => Invalid date range [An error occurred while updating the image.] => An error occurred while updating the image. [An error occurred while linking the object %table_name% to categories.] => An error occurred while linking the object %table_name% to categories. [The object cannot be loaded. ] => The object cannot be loaded. [The %name% field is required.] => The %name% field is required. [The %1$s field (%2$s) is invalid.] => The %1$s field (%2$s) is invalid. [The tags list (%s) is invalid.] => The tags list (%s) is invalid. [An error occurred while copying this image:] => An error occurred while copying this image: [You need at least one object.] => You need at least one object. [The file is missing.] => The file is missing. [An error occurred while updating an object.] => An error occurred while updating an object. [Cannot delete file] => Cannot delete file [An error occurred while uploading the image.] => An error occurred while uploading the image. [Invalid date format.] => Invalid date format. [The %s field is not valid] => The %s field is not valid ["%key%" does not exist.] => "%key%" does not exist. [An error occurred while updating the status.] => An error occurred while updating the status. [An error occurred while creating an object.] => An error occurred while creating an object. [You cannot delete or disable the last shop group.] => You cannot delete or disable the last store group. [You cannot delete or disable a shop group in use.] => You cannot delete or disable a store group in use. [You cannot disable the Main URL.] => You cannot disable the Main URL. [You cannot change a main URL to a non-main URL. You have to set another URL as your Main URL for the selected shop.] => You cannot change a main URL to a non-main URL. You have to set another URL as your Main URL for the selected shop. [A shop URL that uses this domain already exists.] => A shop URL that uses this domain already exists. [A shop virtual URL cannot be "%URL%"] => A shop virtual URL cannot be "%URL%" [An error occurred during deletion.] => An error occurred during deletion. [An error occurred while deleting the object.] => An error occurred while deleting the object. [A Zip/Postal code is required.] => A Zip/Postal code is required. [The Zip/Postal code is invalid.] => The Zip/Postal code is invalid. [Your Zip/Postal code is incorrect.] => Your Zip/Postal code is incorrect. [It must be entered as follows:] => It must be entered as follows: [You do not have permission to add this.] => You do not have permission to add this. ["%type%" does not exist.] => "%type%" does not exist. [Directory "%folder%" cannot be created] => Directory "%folder%" cannot be created [File "%file%" cannot be created] => File "%file%" cannot be created [Cannot write this file: "%folder%"] => Cannot write this file: "%folder%" [This file must be writable: %file%] => This file must be writable: %file% [No file has been selected.] => No file has been selected. [The server does not have permissions for writing.] => The server does not have permissions for writing. [Please check rights for %file%] => Please check rights for %file% [This file must be writable:] => This file must be writable: [Fatal error: The module directory does not exist.] => Fatal error: The module directory does not exist. [The field %field_name% is required at least in your default language.] => The field %field_name% is required at least in your default language. [Error while uploading image; please change your server's settings. (Error code: %s)] => Error while uploading image; please change your server's settings. (Error code: %s) [Image format not recognized, allowed formats are: .gif, .jpg, .png] => Image format not recognized, allowed formats are: .gif, .jpg, .png [The %s field is invalid.] => The %s field is invalid. [%s is invalid. Please enter an integer greater than %s.] => %s is invalid. Please enter an integer greater than %s. [An error occurred while attempting to upload the file.] => An error occurred while attempting to upload the file. [Maximum depth: Invalid number.] => Maximum depth: Invalid number. [Please fill out all fields.] => Please fill out all fields. [An error occurred on saving.] => An error occurred when saving. [To use , enable the feature in Shop Parameters > General] => To use , enable the feature in Shop Parameters > General [The voucher code is invalid.] => The voucher code is invalid. [%s is invalid.] => %s is invalid. [An error occurred during the image upload process.] => An error occurred during the image upload process. [You have to select at least one shop to associate this item with] => You have to select at least one shop to associate this item with. [Invalid URL] => Invalid URL [Invalid emails: %invalid_emails%.] => Invalid emails: %invalid_emails%. [Invalid email: %invalid_email%.] => Invalid email: %invalid_email%. [Invalid selection] => Invalid selection [Category "%s" could not be created.] => Category "%s" could not be created. [This product could not be assigned to category "%s".] => This product could not be assigned to category "%s". [%s is invalid. Please enter an integer lower than %s.] => %s is invalid. Please enter an integer lower than %s. [The password doesn't meet the password policy requirements.] => The password doesn't meet the password policy requirements. [You need permission to add this.] => You need permission to add this. [You do not have permission to update this.] => You do not have permission to update this. [You do not have permission to create this.] => You do not have permission to create this. [This field cannot be longer than %limit% characters (incl. HTML tags)] => This field cannot be longer than %limit% characters (incl. HTML tags) [Profile(s) assigned to employee cannot be deleted] => Profile(s) assigned to employee cannot be deleted [You cannot delete your own profile] => You cannot delete your own profile [An error occurred while clearing objects.] => An error occurred while clearing objects. [Cannot open export file for writing] => Cannot open export file for writing [Cannot write into file: %filename%. Please check write permissions.] => Cannot write into file: %filename%. Please check write permissions. [This order status does not exist.] => This order status does not exist. [An unexpected error occurred. [%type% code %code%]: %message%] => An unexpected error occurred. [%type% code %code%]: %message% [An unexpected error occurred. [%type% code %code%]] => An unexpected error occurred. [%type% code %code%] [Cannot send test email for theme %theme% because it is not your current theme] => Cannot send test email for theme %theme% because it is not your current theme [Cannot send test email for layout %layout%] => Cannot send test email for layout %layout% [Cannot translate emails body content] => Cannot translate emails body content [Themes can only be changed in single store context.] => Themes can only be changed in single store context. [Missing configuration file] => Missing configuration file [Invalid configuration] => Invalid configuration. [Invalid data] => Invalid data [Image format not recognized, allowed format(s) is(are): .%s] => Image format not recognized, allowed format(s) is(are): .%s [You need permission to edit this.] => You need permission to edit this. [Unexpected error occurred.] => Unexpected error occurred. [The object cannot be loaded (or found)] => The object cannot be loaded (or found) [Max file size allowed is "%s" bytes.] => Max file size allowed is "%s" bytes. [An error occurred while attempting to save.] => An error occurred while attempting to save. [This zone does not exist.] => This zone does not exist. [Invalid action] => Invalid action [Your uploaded file might exceed the [1]upload_max_filesize[/1] and the [1]post_max_size[/1] directives in [1]php.ini[/1], please check your server configuration.] => Your uploaded file might exceed the [1]upload_max_filesize[/1] and the [1]post_max_size[/1] directives in [1]php.ini[/1], please check your server configuration. [The value of the PHP.ini setting "max_input_vars" must be increased to %value% in order to be able to submit the product form.] => The value of the PHP.ini setting "max_input_vars" must be increased to %value% in order to be able to submit the product form. [Invalid data supplied.] => Invalid data supplied. [Address fields contain invalid values.] => Address fields contain invalid values. [An error occurred while toggling this selection.] => An error occurred while toggling this selection. [You cannot upload more files] => You cannot upload more files [Form contains invalid values] => Form contains invalid values [To create combinations for all your stores, the selected attributes must be available on each of them.] => To create combinations for all your stores, the selected attributes must be available on each of them. [Invalid ID.] => Invalid ID. [Cannot remove cover image.] => Cannot remove cover image. [Product price is invalid] => Product price is invalid [Product price per unit is invalid] => Product price per unit is invalid [You cannot associate the same feature value more than once.] => You cannot associate the same feature value more than once. [The selected value belongs to another feature.] => The selected value belongs to another feature. [This product cannot be changed into a pack because it is already associated to another pack.] => This product cannot be changed into a pack because it is already associated to another pack. [The address for this supplier has been deleted.] => The address for this supplier has been deleted. [Same product quantity is already in cart] => Same product quantity is already in cart. [Selected language cannot be used because it is disabled] => Selected language cannot be used because it is disabled. [Selected currency cannot be used because it is deleted.] => Selected currency cannot be used because it is deleted. [Selected currency cannot be used because it is disabled.] => Selected currency cannot be used because it is disabled. [Custom field text cannot be longer than %limit% characters.] => Custom field text cannot be longer than %limit% characters. [Gift message not valid] => Gift message not valid [Positive product quantity is required.] => Positive product quantity is required. [The product customization picture could not be found.] => The product customization picture could not be found. [Invalid action: this order has already been paid.] => Invalid action: this order has already been paid. [Invalid action: this order has not been delivered.] => Invalid action: this order has not been delivered. [Invalid action: this order has already been delivered.] => Invalid action: this order has already been delivered. [Invalid action: this order has not been paid.] => Invalid action: this order has not been paid. [This product is already in your order, please edit the quantity instead.] => This product is already in your order, please edit the quantity instead. [This product is already in the invoice [1], please edit the quantity instead.] => This product is already in the invoice [1], please edit the quantity instead. [You cannot edit the price of a product that no longer exists in your catalog.] => You cannot edit the price of a product that no longer exists in your catalog. [Value cannot be 0.] => Value cannot be 0. [The field is invalid. Please enter an integer greater than or equal to 0.] => The field is invalid. Please enter an integer greater than or equal to 0. [This field is invalid] => This field is invalid [This field cannot be shorter than %limit% characters] => This field cannot be shorter than %limit% characters [This field is required.] => This field is required. [The "%s" field is invalid. HTML tags are not allowed.] => The "%s" field is invalid. HTML tags are not allowed. [This field cannot be longer than %limit% characters] => This field cannot be longer than %limit% characters [The field is invalid. Please enter a positive integer.] => The field is invalid. Please enter a positive integer. [The %s field is invalid. Please enter a positive integer.] => The %s field is invalid. Please enter a positive integer. [This field cannot be empty.] => This field cannot be empty. [This domain is not valid.] => This domain is not valid. [The SSL domain is not valid.] => The SSL domain is not valid. [This value should be greater than %value%] => This value should be greater than %value% [This value should be greater than or equal to %value%] => This value should be greater than or equal to %value% [This value should be less than or equal to %value%.] => This value should be less than or equal to %value%. [This field is invalid, it must contain numeric values] => This field is invalid, it must contain numeric values [Reduction value "%value%" is invalid. Allowed values from 0 to %max%] => Reduction value "%value%" is invalid. Allowed values from 0 to %max% [Reduction value "%value%" is invalid. Value cannot be negative] => Reduction value "%value%" is invalid. Value cannot be negative. [%s is invalid. Please enter an integer greater than or equal to 0.] => %s is invalid. Please enter an integer greater than or equal to 0. [%s is invalid. Please enter an integer lower than or equal to %s.] => %s is invalid. Please enter an integer lower than or equal to %s. [Reply message is required] => Reply message is required. [Reply message is invalid] => Reply message is invalid. [Cart rule name must contain clean HTML] => Cart rule name must contain clean HTML. [Discount value must be a number] => Discount value must be a number. [This field is required] => This field is required [Invalid value: the payment must be a positive amount.] => Invalid value: the payment must be a positive amount. [The file is too large. The maximum size allowed is [1] MB. The file you are trying to upload is [2] MB.] => The file is too large. The maximum size allowed is [1] MB. The file you are trying to upload is [2] MB. [Reduction value "%value%" is invalid. It must be greater than 0 and maximum %max%.] => Reduction value "%value%" is invalid. It must be greater than 0 and maximum %max%. [Reduction value "%value%" is invalid. It must be greater than 0.] => Reduction value "%value%" is invalid. It must be greater than 0. [This field is invalid.] => This field is invalid. [The confirmation password doesn't match.] => The confirmation password doesn't match. [This field cannot be longer than %limit% characters.] => This field cannot be longer than %limit% characters. [Oops... looks like an unexpected error occurred] => Oops... looks like an unexpected error occurred. [The object cannot be loaded (or found).] => The object cannot be loaded (or found). [The file is too large. Maximum size allowed is: [1] MB. The file you are trying to upload is [2] MB.] => The file is too large. Maximum size allowed is: [1] MB. The file you are trying to upload is [2] MB. [%error_message% - Language: %language_name%] => %error_message% - Language: %language_name% ) [AdminNavigationSearch] => Array ( [There are no results matching your query "%s".] => There are no results matching your query "%s". [%d results match your query "%s".] => %d results match your query "%s". [1 result matches your query "%s".] => 1 result matches your query "%s". [1 feature] => 1 feature [%d features] => %d features [1 module] => 1 module [%d modules] => %d modules [1 category] => 1 category [%d categories] => %d categories [1 product] => 1 product [%d products] => %d products [1 customer] => 1 customer [%d customers] => %d customers [1 order] => 1 order [%d orders] => %d orders [Search docs.prestashop-project.org] => Search docs.prestashop-project.org [Go to the documentation] => Go to the documentation [%d result matches your query "%s".] => %d result matches your query "%s". ) [ModulesCustomeraccountlinksAdmin] => Array ( [My Account block] => My Account block [Enrich your stats, add a registration progress tab to analyze your visitors’ behavior.] => Enrich your stats, add a registration progress tab to analyze your visitors’ behavior. [Credit slips] => Credit slips [Personal info] => Personal info [Merchandise returns] => Merchandise returns [Welcome your customers with their personal information displayed right on your footer.] => Welcome your customers with their personal information displayed right on your footer. ) [AdminInternationalFeature] => Array ( [Some countries require different elements than others. Click on the button below to get the valid default address format for this country.] => Some countries require different elements than others. Click on the button below to get the valid default address format for this country. [Use the last registered format] => Use the last registered format [Use the default format] => Use the default format [Use my current modified format] => Use my current modified format [Clear format] => Clear format [Assign to a new zone] => Assign to a new zone [This tax only] => This tax only [Combine] => Combine [One after another] => One after another [Down] => Down [Up] => Up [missing] => missing [Core emails] => Core emails [Module emails] => Module emails [Expressions to translate:] => Expressions to translate: [Total missing expressions:] => Total missing expressions: [expressions] => expressions [Modify translations] => Modify translations [Theme:] => Theme: [Module:] => Module: [Country options] => Country options [Country name] => Country name [Does it need Zip/Postal code?] => Does it need Zip/Postal code? [Zip/Postal code format] => Zip/Postal code format [Add new country] => Add new country [ISO code] => ISO code [Default currency] => Default currency [Default store currency] => Default store currency [Address format] => Address format [Contains states] => Contains states [Do you need a tax identification number?] => Do you need a tax identification number? [Display tax label (e.g. "Tax incl.")] => Display tax label (e.g. "Tax incl.") [Call prefix] => Call prefix [Add new state] => Add new state [Add a new tax rule] => Add a new tax rule [Behavior] => Behavior [New tax rule] => New tax rule [Zip/Postal code range] => Zip/Postal code range [Add new tax rules group] => Add new tax rules group [%1$s (Language: %2$s, Theme: %3$s)] => %1$s (Language: %2$s, Theme: %3$s) [Update translations] => Update translations [Themes translations] => Themes translations [Expand all fieldsets] => Expand all fieldsets [Close all fieldsets] => Close all fieldsets [Email subject] => Email subject [View HTML version] => View HTML version [Edit HTML version] => Edit HTML version [View/Edit TXT version] => View/Edit TXT version [Enabled Languages] => Enabled Languages [Main Country] => Main Country [Front office Translations] => Front office Translations [Back office translations] => Back office translations [Installed modules translations] => Installed modules translations [Email translations] => Email translations [Other translations] => Other translations [Body] => Body [%s (local)] => %s (local) [Invoice address] => Invoice address [Delivery address] => Delivery address [Back office] => Back office [Front office] => Front office [Other] => Other [Email] => Email [Symbol] => Symbol [Type] => Type [Language code] => Language code [Date format] => Date format [Date format (full)] => Date format (full) [Flag] => Flag [Search rate] => Search rate [Rate] => Rate [Cannot find reference data for currency %isoCode%] => Cannot find reference data for currency %isoCode% [Numeric ISO code] => Numeric ISO code [Add new zone] => Add new zone [Currency name] => Currency name [Select a currency] => Select a currency [Create an alternative currency] => Create an alternative currency [Decimals] => Decimals [Whitelisted IP addresses] => Whitelisted IP addresses [Geolocation behavior for restricted countries] => Geolocation behavior for restricted countries [Visitors cannot see your catalog.] => Visitors cannot see your catalog. [Visitors can see your catalog but cannot place an order.] => Visitors can see your catalog but cannot place an order. [Geolocation behavior for other countries] => Geolocation behavior for other countries [All features are available] => All features are available [Select the countries from which your store is accessible] => Select the countries from which your store is accessible ["No-picture" image] => "No-picture" image [RTL language] => RTL language [Language identifier] => Language identifier [Country identifier] => Country identifier [Localization pack you want to import] => Localization pack you want to import [Content to import] => Content to import [Download pack data] => Download pack data [Units (e.g. weight, volume, distance)] => Units (e.g. weight, volume, distance) [Change the behavior of the price display for groups] => Change the behavior of the price display for groups [Weight unit] => Weight unit [Distance unit] => Distance unit [Volume unit] => Volume unit [Dimension unit] => Dimension unit [Default language] => Default language [Set language from browser] => Set language from browser [Default country] => Default country [Set default country from browser language] => Set default country from browser language [Time zone] => Time zone [Enable tax] => Enable tax [Display tax in the shopping cart] => Display tax in the shopping cart [Based on] => Based on [Use ecotax] => Use ecotax [Ecotax] => Ecotax [Please select the language you want to add or update] => Please select the language you want to add or update [Update a language] => Update a language [Add a language] => Add a language [PrestaShop translations] => PrestaShop translations [Theme translations] => Theme translations [Select a theme] => Select a theme [Installed module translations] => Installed module translations [Select a module] => Select a module [Select your theme] => Select your theme [Core (no theme selected)] => Core (no theme selected) [Type of translation] => Type of translation [Select the type of email content] => Select the type of email content [Select your module] => Select your module [Edited] => Edited [Select your language] => Select your language [Countries] => Countries [Exchange rate] => Exchange rate [Live exchange rates] => Live exchange rates [Update exchange rates] => Update exchange rates [1. Enter symbol] => 1. Enter symbol [2. Choose format] => 2. Choose format [Customize symbol and format] => Customize symbol and format [Edit symbol / format] => Edit symbol / format [%price%] => %price% [Are you sure you want to restore default settings?] => Are you sure you want to restore default settings? [Restoring your currency's default settings will delete all the customizations you made before. Parameters will look just the same as when the currency is freshly imported.] => Restoring your currency's default settings will delete all the customizations you made before. Parameters will look just the same as when the currency is freshly imported. [Restore default settings] => Restore default settings [Loading currency data] => Loading currency data [Please wait while currency data is being loaded] => Please wait while currency data is being loaded [{price}] => {price} [Add new currency] => Add new currency [Geolocation by IP address] => Geolocation by IP address [IP address whitelist] => IP address whitelist [The following features are only available if you enable the Geolocation by IP address feature.] => The following features are only available if you enable the Geolocation by IP address feature. [Add new language] => Add new language [Import a localization pack] => Import a localization pack [Local units] => Local units [States] => States [Tax options] => Tax options [Add new tax] => Add new tax [Tax Rules] => Tax Rules [Add / Update a language] => Add / Update a language [Add or update a language] => Add or update a language [Export a language] => Export a language [Zones] => Zones [Delete item #] => Delete item # [1 missing] => 1 missing [%nb_translation% expression] => %nb_translation% expression [Search translations] => Search translations [%d missing] => %d missing [%nb_translations% expressions] => %nb_translations% expressions [Show messages] => Show messages [Hide messages] => Hide messages [%nb_translations% missing] => %nb_translations% missing [%nb_translations% translations are missing in %domain%] => %nb_translations% translations are missing in %domain% ) [ModulesAutoupgradeAdmin] => Array ( [Unable to write in the directory "%s"] => Unable to write in the directory "%s" [Server performance] => Server performance [Unless you are using a dedicated server, select "Low".] => Unless you are using a dedicated server, select "Low". [A high value can cause the upgrade to fail if your server is not powerful enough to process the upgrade tasks in a short amount of time.] => A high value can cause the upgrade to fail if your server is not powerful enough to process the upgrade tasks in a short amount of time. [Low (recommended)] => Low (recommended) [Medium] => Medium [High] => High [Disable non-native modules] => Disable non-native modules [As non-native modules can experience some compatibility issues, we recommend to disable them by default.] => As non-native modules can experience some compatibility issues, we recommend to disable them by default. [Keeping them enabled might prevent you from loading the "Modules" page properly after the upgrade.] => Keeping them enabled might prevent you from loading the "Modules" page properly after the upgrade. [Disable all overrides] => Disable all overrides [Enable or disable all classes and controllers overrides.] => Enable or disable all classes and controllers overrides. [Upgrade the default theme] => Upgrade the default theme [If you customized the default PrestaShop theme in its folder (folder name "classic" in 1.7), enabling this option will lose your modifications.] => If you customized the default PrestaShop theme in its folder (folder name "classic" in 1.7), enabling this option will lose your modifications. [If you are using your own theme, enabling this option will simply update the default theme files, and your own theme will be safe.] => If you are using your own theme, enabling this option will simply update the default theme files, and your own theme will be safe. [Switch to the default theme] => Switch to the default theme [This will change your theme: your shop will then use the default theme of the version of PrestaShop you are upgrading to.] => This will change your theme: your store will then use the default theme of the version of PrestaShop you are upgrading to. [Regenerate RTL stylesheet] => Regenerate RTL stylesheet [If enabled, any RTL-specific files that you might have added to all your themes might be deleted by the created stylesheet.] => If enabled, any RTL-specific files that you might have added to all your themes might be deleted by the created stylesheet. [Keep the customized email templates] => Keep the customized email templates [This will not upgrade the default PrestaShop e-mails.] => This will not upgrade the default PrestaShop e-mails. [If you customized the default PrestaShop e-mail templates, enabling this option will keep your modifications.] => If you customized the default PrestaShop e-mail templates, enabling this option will keep your modifications. [Back up my files and database] => Back up my files and database [Automatically back up your database and files in order to restore your shop if needed. This is experimental: you should still perform your own manual backup for safety.] => Automatically back up your database and files in order to restore your store if needed. This is experimental: you should still perform your own manual backup for safety. [Back up my images] => Back up my images [To save time, you can decide not to back your images up. In any case, always make sure you did back them up manually.] => To save time, you can decide not to back your images up. In any case, always make sure you did back them up manually. [Unable to create the directory "%s"] => Unable to create the directory "%s" [Unable to create file %s] => Unable to create file %s [Error when trying to delete backups %s] => Error when trying to delete backups %s [This version of PrestaShop cannot be upgraded: the PS_ADMIN_DIR constant is missing.] => This version of PrestaShop cannot be upgraded: the PS_ADMIN_DIR constant is missing. [1-Click Upgrade] => 1-Click Upgrade [Upgrade to the latest version of PrestaShop in a few clicks, thanks to this automated method.] => Upgrade to the latest version of PrestaShop in a few clicks, thanks to this automated method. [This version of 1-click upgrade requires PHP 5.6 to work properly. Please upgrade your server configuration.] => This version of 1-click upgrade requires PHP 5.6 to work properly. Please upgrade your server configuration. [Unable to delete outdated "AdminUpgrade" tab (tab ID: %idtab%).] => Unable to delete outdated "AdminUpgrade" tab (tab ID: %idtab%). [Unable to create the "AdminSelfUpgrade" tab] => Unable to create the "AdminSelfUpgrade" tab [Unable to copy logo.gif in %s] => Unable to copy logo.gif in %s [Unable to load the "AdminSelfUpgrade" tab] => Unable to load the "AdminSelfUpgrade" tab [Action %s skipped] => Action %s skipped [Unable to check files for the installed version of PrestaShop.] => Unable to check files for the installed version of PrestaShop. [Core files are ok] => Core files are ok [%modificationscount% file modifications have been detected, including %coremodifications% from core and native modules:] => %modificationscount% file modifications have been detected, including %coremodifications% from core and native modules: [%modifiedfiles% files will be modified, %deletedfiles% files will be deleted (if they are found).] => %modifiedfiles% files will be modified, %deletedfiles% files will be deleted (if they are found). [No diff files found.] => No diff files found. [File %s does not exist. Unable to select that channel.] => File %s does not exist. Unable to select that channel. [Version number is missing. Unable to select that channel.] => Version number is missing. Unable to select that channel. [File %s does not exist. Unable to select that channel] => File %s does not exist. Unable to select that channel. [Upgrade process will use archive.] => Upgrade process will use archive. [Error on saving configuration] => Error on saving configuration [Configuration successfully updated.] => Configuration successfully updated. [This page will now be reloaded and the module will check if a new version is available.] => This page will now be reloaded and the module will check if a new version is available. [Nothing to restore] => Nothing to restore [%s: File format does not match.] => %s: File format does not match. [Opening backup database file %filename% in %extension% mode] => Opening backup database file %filename% in %extension% mode [Database backup is empty.] => Database backup is empty. [Database restoration file %filename% done. %filescount% file(s) left...] => Database restoration file %filename% done. %filescount% file(s) left... [Database restoration file %1$s done.] => Database restoration file %1$s done. [Database has been restored.] => Database has been restored. [[SQL ERROR]] => [SQL ERROR] [Error during database restoration] => Error during database restoration [%numberqueries% queries left for file %filename%...] => %numberqueries% queries left for file %filename%... [Database restoration done.] => Database restoration done. [%s file(s) will be removed before restoring the backup files.] => %s file(s) will be removed before restoring the backup files. [[ERROR] Backup file %s does not exist.] => [ERROR] Backup file %s does not exist. [[ERROR] File "%s" does not exist.] => [ERROR] File "%s" does not exist. [Unable to remove upgraded files.] => Unable to remove upgraded files. [Unable to extract file %filename% into directory %directoryname%.] => Unable to extract file %filename% into directory %directoryname%. [Files restored.] => Files restored. [Files restored. Now restoring database...] => Files restored. Now restoring database... [[ERROR] File %s is missing: unable to restore files. Operation aborted.] => [ERROR] File %s is missing: unable to restore files. Operation aborted. [[ERROR] No backup database files found: it would be impossible to restore the database. Operation aborted.] => [ERROR] No backup database files found: it would be impossible to restore the database. Operation aborted. [Restoring files ...] => Restoring files ... [Restoration process done. Congratulations! You can now reactivate your shop.] => Restoration process done. Congratulations! You can now reactivate your store. [Database backup skipped. Now upgrading files...] => Database backup skipped. Now upgrading files... [Backup directory is not writable (%path%).] => Backup directory is not writable (%path%). [Backup file %s already exists. Operation aborted.] => Backup file %s already exists. Operation aborted. [Unable to create backup database file %s.] => Unable to create backup database file %s. [Error during database backup.] => Error during database backup. [An error occurred while backing up. Unable to obtain the schema of %s] => An error occurred while backing up. Unable to obtain the schema of %s [%s table has been saved.] => %s table has been saved. [%s tables have been saved.] => %s tables have been saved. [Database backup: %s table(s) left...] => Database backup: %s table(s) left... [No valid tables were found to back up. Backup of file %s canceled.] => No valid tables were found to back up. Backup of file %s canceled. [Error during database backup for file %s.] => Error during database backup for file %s. [Database backup done in filename %s. Now upgrading files...] => Database backup done in filename %s. Now upgrading files... [Error during backupFiles] => Error during backupFiles [[ERROR] backupFiles filename has not been set] => [ERROR] backupFiles filename has not been set [%s Files to backup.] => %s Files to backup. [Backup files initialized in %s] => Backup files initialized in %s [Backup files in progress. %d files left] => Backup files in progress. %d files left [Unable to open archive] => Unable to open archive [All files have been added to archive.] => All files have been added to archive. [All files saved. Now backing up database] => All files saved. Now backing up database [The database has been cleaned.] => The database has been cleaned. [You need allow_url_fopen or cURL enabled for automatic download to work. You can also manually upload it in filepath %s.] => You need allow_url_fopen or cURL enabled for automatic download to work. You can also manually upload it in filepath %s. [Downloading from %s] => Downloading from %s [File will be saved in %s] => File will be saved in %s [Download directory has been emptied] => Download directory has been emptied [Download complete.] => Download complete. [Download complete. Now extracting...] => Download complete. Now extracting... [Download complete but MD5 sum does not match (%s).] => Download complete but MD5 sum does not match (%s). [Download complete but MD5 sum does not match (%s). Operation aborted.] => Download complete but MD5 sum does not match (%s). Operation aborted. [Error during download. The private key may be incorrect.] => Error during download. The private key may be incorrect. [Error during download] => Error during download [Download directory %s is not writable.] => Download directory %s is not writable. [Could not assert the folder %s contains a valid PrestaShop release, exiting.] => Could not assert the folder %s contains a valid PrestaShop release, exiting. [A file may be missing, or the release is stored in a subfolder by mistake.] => A file may be missing, or the release is stored in a subfolder by mistake. [Starting to remove %s sample files] => Starting to remove %s sample files [Error while removing item %itemname%, %itemscount% items left.] => Error while removing item %itemname%, %itemscount% items left. [%itemname% item removed. %itemscount% items left.] => %itemname% item removed. %itemscount% items left. [All sample files removed. Now backing up files.] => All sample files removed. Now backing up files. [All sample files removed. Backup process skipped. Now upgrading files.] => All sample files removed. Backup process skipped. Now upgrading files. ["/latest" directory has been emptied] => "/latest" directory has been emptied [Extraction directory %s is not writable.] => Extraction directory %s is not writable. [Unable to extract %filepath% file into %destination% folder...] => Unable to extract %filepath% file into %destination% folder... [No prestashop/ folder found in the ZIP file. Aborting.] => No prestashop/ folder found in the ZIP file. Aborting. [File extraction complete. Removing sample files...] => File extraction complete. Removing sample files... [Upgrade process done, but some warnings have been found.] => Upgrade process done, but some warnings have been found. [Upgrade process done. Congratulations! You can now reactivate your shop.] => Upgrade process done. Congratulations! You can now reactivate your store. [%s removed] => %s removed [Please remove %s by FTP] => Please remove %s by FTP [Error during database upgrade. You may need to restore your database.] => Error during database upgrade. You may need to restore your database. [Database upgraded. Now upgrading your Addons modules...] => Database upgraded. Now upgrading your Addons modules... [[ERROR] %s does not exist or is not a directory.] => [ERROR] %s does not exist or is not a directory. [filesToUpgrade is not an array] => filesToUpgrade is not an array [All files upgraded. Now upgrading database...] => All files upgraded. Now upgrading database... [Error when trying to upgrade file %s.] => Error when trying to upgrade file %s. [%s files left to upgrade.] => %s files left to upgrade. [Nothing has been extracted. It seems the unzipping step has been skipped.] => Nothing has been extracted. It seems the unzipping step has been skipped. [File %s is preserved] => File %s is preserved [%s ignored] => %s ignored [[WARNING] File %1$s has been deleted.] => [WARNING] File %1$s has been deleted. [Directory %1$s created.] => Directory %1$s created. [Error while creating directory %s.] => Error while creating directory %s. [Directory %s already exists.] => Directory %s already exists. [[TRANSLATION] The translation files have been merged into file %s.] => [TRANSLATION] The translation files have been merged into file %s. [[TRANSLATION] The translation files have not been merged into file %filename%. Switch to copy %filename%.] => [TRANSLATION] The translation files have not been merged into file %filename%. Switch to copy %filename%. [Copied %1$s.] => Copied %1$s. [Error while copying file %s] => Error while copying file %s [[ERROR] Unable to find files to upgrade.] => [ERROR] Unable to find files to upgrade. [%s files will be upgraded.] => %s files will be upgraded. [listModules is not an array. No module has been updated.] => listModules is not an array. No module has been updated. [Upgrading module %module%...] => Upgrading module %module%... [The files of module %s have been upgraded.] => The files of module %s have been upgraded. [%s modules left to upgrade.] => %s modules left to upgrade. [The %modulename% module is not compatible with version %version%, it will be removed from your FTP.] => The %modulename% module is not compatible with version %version%, it will be removed from your FTP. [The %modulename% module is not compatible with version %version%, please remove it from your FTP.] => The %modulename% module is not compatible with version %version%, please remove it from your FTP. [Addons modules files have been upgraded.] => Addons modules files have been upgraded. [%s modules will be upgraded.] => %s modules will be upgraded. [Starting upgrade...] => Starting upgrade... [Downloading and unzipping steps have been skipped, upgrade process will now remove sample data.] => Downloading and unzipping steps have been skipped, upgrade process will now remove sample data. [Shop deactivated. Removing sample files...] => Store deactivated. Removing sample files... [Downloading step has been skipped, upgrade process will now unzip the local archive.] => Downloading step has been skipped, upgrade process will now unzip the local archive. [Shop deactivated. Extracting files...] => Store deactivated. Extracting files... [Shop deactivated. Now downloading... (this can take a while)] => Store deactivated. Now downloading... (this can take a while) [Downloaded archive will come from %s] => Downloaded archive will come from %s [MD5 hash will be checked against %s] => MD5 hash will be checked against %s [Major release] => Major release [Minor release (recommended)] => Minor release (recommended) [Release candidates] => Release candidates [Beta releases] => Beta releases [Alpha releases] => Alpha releases [Private release (require link and MD5 hash)] => Private release (require link and MD5 hash) [Local archive] => Local archive [Local directory] => Local directory [Backup Options] => Backup Options [Upgrade Options] => Upgrade Options [You already have the %s version.] => You already have the %s version. [This functionality has been disabled.] => This functionality has been disabled. [[TECHNICAL ERROR] ajax-upgradetab.php is missing. Please reinstall or reset the module.] => [TECHNICAL ERROR] ajax-upgradetab.php is missing. Please reinstall or reset the module. [Are you sure you want to delete this backup?] => Are you sure you want to delete this backup? [An update is currently in progress... Click "OK" to abort.] => An update is currently in progress... Click "OK" to abort. [Upgrading PrestaShop] => Upgrading PrestaShop [Upgrade complete] => Upgrade complete [Upgrade complete, but warning notifications has been found.] => Upgrade complete, but warning notifications has been found. [Cookies have changed, you will need to log in again once you refreshed the page] => Cookies have changed, you will need to log in again once you refreshed the page [Javascript and CSS files have changed, please clear your browser cache with CTRL-F5] => Javascript and CSS files have changed, please clear your browser cache with CTRL-F5 [Please check that your front-office theme is functional (try to create an account, place an order...)] => Please check that your front-office theme is functional (try to create an account, place an order...) [Product images do not appear in the front-office? Try regenerating the thumbnails in Preferences > Images] => Product images do not appear in the front-office? Try regenerating the thumbnails in Preferences > Images [Do not forget to reactivate your shop once you have checked everything!] => Do not forget to reactivate your store once you have checked everything! [ToDo list:] => ToDo list: [Starting restoration...] => Starting restoration... [Restoration complete.] => Restoration complete. [Your server cannot download the file. Please upload it first by ftp in your admin/autoupgrade directory] => Your server cannot download the file. Please upload it first by ftp in your admin/autoupgrade directory [Javascript error (parseJSON) detected for action ] => Javascript error (parseJSON) detected for action [Manually go to %s button] => Manually go to %s button [End of process] => End of process [Operation canceled. Checking for restoration...] => Operation canceled. Checking for restoration... [Do you want to restore %s?] => Do you want to restore %s? [Operation canceled. An error happened.] => Operation canceled. An error happened. [[TECHNICAL ERROR] ajax-upgradetab.php is missing. Please reinstall the module.] => [TECHNICAL ERROR] ajax-upgradetab.php is missing. Please reinstall the module. [Click to refresh the page and use the new configuration] => Click to refresh the page and use the new configuration [Error detected during] => Error detected during [The request exceeded the max_time_limit. Please change your server configuration.] => The request exceeded the max_time_limit. Please change your server configuration. [See or hide the list] => See or hide the list [Core file(s)] => Core file(s) [Mail file(s)] => Mail file(s) [Translation file(s)] => Translation file(s) [Link and MD5 hash cannot be empty] => Link and MD5 hash cannot be empty [You need to enter the version number associated with the archive.] => You need to enter the version number associated with the archive. [No archive has been selected.] => No archive has been selected. [You need to enter the version number associated with the directory.] => You need to enter the version number associated with the directory. [Please confirm that you want to skip the backup.] => Please confirm that you want to skip the backup. [Please confirm that you want to preserve file options.] => Please confirm that you want to preserve file options. [Less options] => Less options [These files will be deleted] => These files will be deleted [These files will be replaced] => These files will be replaced [Required field] => Required field [Too long!] => Too long! [Fields are different!] => Fields are different! [This email address is wrong!] => This email address is wrong! [Impossible to send the email!] => Impossible to send the email! [Cannot create settings file, if /app/config/parameters.php exists, please give the public write permissions to this file, else please create a file named parameters.php in config directory.] => Cannot create settings file, if /app/config/parameters.php exists, please give the public write permissions to this file, else please create a file named parameters.php in config directory. [Cannot write settings file, please create a file named settings.inc.php in the "config" directory.] => Cannot write settings file, please create a file named settings.inc.php in the "config" directory. [Impossible to upload the file!] => Impossible to upload the file! [Data integrity is not valid. Hack attempt?] => Data integrity is not valid. The files might have been corrupted, or a hack attempt might have occurred. [Impossible to read the content of a MySQL content file.] => Impossible to read the content of a MySQL content file. [Cannot access a MySQL content file.] => Cannot access a MySQL content file. [Error while inserting data in the database:] => Error while inserting data in the database: [This is not a valid file name.] => This is not a valid file name. [This is not a valid image file.] => This is not a valid image file. [Error while creating the /app/config/parameters.php file.] => Error while creating the /app/config/parameters.php file. [Error:] => Error: [This PrestaShop database already exists. Please revalidate your authentication information to the database.] => This PrestaShop database already exists. Please revalidate your authentication information to the database. [An error occurred while resizing the picture.] => An error occurred while resizing the picture. [Database connection is available!] => Database connection is available! [Database Server is available but database is not found] => Database Server is available but database is not found [Database Server is not found. Please verify the login, password and server fields.] => Database Server is not found. Please verify the login, password and server fields. [An error occurred while sending email, please verify your parameters.] => An error occurred while sending email, please verify your parameters. [This installer is too old.] => This installer is too old. [There is no older version. Did you delete or rename the app/config/parameters.php file?] => There is no older version. Did you delete or rename the app/config/parameters.php file? [The app/config/parameters.php file was not found. Did you delete or rename this file?] => The app/config/parameters.php file was not found. Did you delete or rename this file? [Cannot find the SQL upgrade files. Please verify that the /install/upgrade/sql folder is not empty.] => Cannot find the SQL upgrade files. Please verify that the /install/upgrade/sql folder is not empty. [No upgrade is possible.] => No upgrade is possible. [Error while loading SQL upgrade file.] => Error while loading SQL upgrade file. [Error while inserting content into the database] => Error while inserting content into the database [Unfortunately,] => Unfortunately, [SQL errors have occurred.] => SQL errors have occurred. [The config/defines.inc.php file was not found. Where did you move it?] => The config/defines.inc.php file was not found. Where did you move it? [Impossible to write the image /img/logo.jpg. If this image already exists, please delete it.] => Impossible to write the image /img/logo.jpg. If this image already exists, please delete it. [The uploaded file exceeds the upload_max_filesize directive in php.ini] => The uploaded file exceeds the upload_max_filesize directive in php.ini [The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form] => The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form [The uploaded file was only partially uploaded] => The uploaded file was only partially uploaded [No file was uploaded.] => No file was uploaded. [Missing a temporary folder] => Missing a temporary folder [Failed to write file to disk] => Failed to write file to disk [File upload stopped by extension] => File upload stopped by extension [Cannot convert your database's data to utf-8.] => Cannot convert your database's data to utf-8. [Your lastname contains some invalid characters] => Your lastname contains some invalid characters [Your MySQL server does not support this engine, please use another one like MyISAM] => Your MySQL server does not support this engine, please use another one like MyISAM [The file /img/logo.jpg is not writable, please CHMOD 755 this file or CHMOD 777] => The file /img/logo.jpg is not writable, please CHMOD 755 this file or CHMOD 777 [Invalid catalog mode] => Invalid catalog mode [No error code available] => No error code available [[SKIP] directory "%s" does not exist and cannot be emptied.] => [SKIP] directory "%s" does not exist and cannot be emptied. [[CLEANING CACHE] File %s removed] => [CLEANING CACHE] File %s removed [Invalid database configuration] => Invalid database configuration [Database upgrade OK] => Database upgrade OK [Warning detected during upgrade.] => Warning detected during upgrade. [Database upgrade completed] => Database upgrade completed [%s is not a valid version number.] => %s is not a valid version number. [[ERROR] Version to install is too old.] => [ERROR] Version to install is too old. [Current version: %oldversion%. Version to install: %newversion%.] => Current version: %oldversion%. Version to install: %newversion%. [Unable to find upgrade directory in the installation path.] => Unable to find upgrade directory in the installation path. [Error while loading SQL upgrade file "%s".] => Error while loading SQL upgrade file "%s". [Cannot find the SQL upgrade files. Please check that the %s folder is not empty.] => Cannot find the SQL upgrade files. Please check that the %s folder is not empty. [[DROP] SQL %s table has been dropped.] => [DROP] SQL %s table has been dropped. [Switching to default theme.] => Switching to default theme. [Settings file updated] => Settings file updated [The config/settings.inc.php file was not found.] => The config/settings.inc.php file was not found. [Error upgrading Doctrine schema] => Error upgrading Doctrine schema [Download of the language pack %lang% failed. %details%] => Download of the language pack %lang% failed. %details% [Error while updating translations for lang %lang%. %details%] => Error while updating translations for the language pack %lang%. %details% [Upgrade the RTL files.] => Upgrade the RTL files. [Cannot generate email templates: %s.] => Cannot generate email templates: %s. [[ERROR] %dir% does not exist or is not a directory.] => [ERROR] %dir% does not exist or is not a directory. [[ERROR] No response from Addons server.] => [ERROR] No response from Addons server. [[ERROR] Unable to write module %s's zip file in temporary directory.] => [ERROR] Unable to write module %s's zip file in temporary directory. [[WARNING] Error when trying to extract module %s.] => [WARNING] Error when trying to extract module %s. [[WARNING] Error when trying to upgrade module %s.] => [WARNING] Error when trying to upgrade module %s. [Error when opening settings.inc.php file in write mode] => Error when opening settings.inc.php file in write mode [Error when generating new settings.inc.php file.] => Error when generating new settings.inc.php file. [[NOTICE] File %s does not exist, merge skipped.] => [NOTICE] File %s does not exist, merge skipped. [[WARNING] %variablename% variable missing in file %filename%. Merge skipped.] => [WARNING] %variablename% variable missing in file %filename%. Merge skipped. [[WARNING] %variablename% variable missing in file %filename%. File %filename% deleted and merge skipped.] => [WARNING] %variablename% variable missing in file %filename%. File %filename% deleted and merge skipped. [Unable to create directory %s] => Unable to create directory %s [Error when trying to add %filename% to archive %archive%.] => Error when trying to add %filename% to archive %archive%. [%filename% added to archive. %filescount% files left.] => %filename% added to archive. %filescount% files left. [Could not close the Zip file properly. Check you are allowed to write on the disk and there is available space on it.] => Could not close the Zip file properly. Check you are allowed to write on the disk and there is available space on it. [%s is not a file] => %s is not a file [Unable to create directory %s.] => Unable to create directory %s. [Could not extract %file% from backup, the destination might not be writable.] => Could not extract %file% from backup, the destination might not be writable. [Content of archive %zip% is extracted] => Content of archive %zip% is extracted [[ERROR] Unable to list archived files] => [ERROR] Unable to list archived files [File %filename% (size: %filesize%) has been skipped during backup.] => File %filename% (size: %filesize%) has been skipped during backup. [Unable to open zipFile %s] => Unable to open zipFile %s [Activity Log] => Activity Log [Currently processing] => Currently processing [Analyzing the situation...] => Analyzing the situation... [Errors] => Errors [Branch:] => Branch: [Version number:] => Version number: [URL:] => URL: [MD5 hash:] => MD5 hash: [Changelog:] => Changelog: [See changelog] => See changelog [The pre-Upgrade checklist] => The pre-Upgrade checklist [Your current version of the module is out of date. Update now] => Your current version of the module is out of date. Update now [Modules > Module Manager > Updates] => Modules > Module Manager > Updates [The checklist is not OK. You can only upgrade your shop once all indicators are green.] => The checklist is not OK. You can only upgrade your store once all indicators are green. [Before starting the upgrade process, please make sure this checklist is all green.] => Before starting the upgrade process, please make sure this checklist is all green. [Your server is running on a supported PHP version.] => Your server is running on a supported PHP version. [The PHP version your server is running on is obsolete and needs to be upgraded. [1]Learn more[/1].] => The PHP version your server is running on is obsolete and needs to be upgraded. [1]Learn more[/1]. [Your store's root directory (%s) is writable (with appropriate CHMOD permissions).] => Your store's root directory (%s) is writable (with appropriate CHMOD permissions). [The "/admin/autoupgrade" directory is writable (appropriate CHMOD permissions)] => The "/admin/autoupgrade" directory is writable (appropriate CHMOD permissions) [PHP's "Safe mode" option is turned off] => PHP's "Safe mode" option is turned off [PHP's "allow_url_fopen" option is turned on, or cURL is installed] => PHP's "allow_url_fopen" option is turned on, or cURL is installed [PHP's "zip" extension is enabled] => PHP's "zip" extension is enabled [Your store is in maintenance mode] => Your store is in maintenance mode [Enable maintenance mode and add your maintenance IP in [1]Shop parameters > General > Maintenance[/1]] => Enable maintenance mode and add your maintenance IP in [1]Shop parameters > General > Maintenance[/1] [PrestaShop's caching features are disabled] => PrestaShop's caching features are disabled [PHP's max_execution_time setting has a high value or is disabled entirely (current value: unlimited)] => PHP's max_execution_time setting has a high value or is disabled entirely (current value: unlimited) [PHP's max_execution_time setting has a high value or is disabled entirely (current value: %s seconds)] => PHP's max_execution_time setting has a high value or is disabled entirely (current value: %s seconds) [Your current PHP version isn't compatible with your PrestaShop version.] => Your current PHP version isn't compatible with your PrestaShop version. [Apache mod_rewrite is disabled.] => Apache mod_rewrite is disabled. [The following PHP extensions are not installed: %s.] => The following PHP extensions are not installed: %s. [The following PHP extension is not installed: %s.] => The following PHP extension is not installed: %s. [PHP memory_limit is inferior to 256 MB.] => PHP memory_limit is inferior to 256 MB. [PHP file_uploads configuration is disabled.] => PHP file_uploads configuration is disabled. [The following PHP functions are not installed: %s.] => The following PHP functions are not installed: %s. [The following PHP function is not installed: %s.] => The following PHP function is not installed: %s. [It's not possible to create a PHP session.] => It's not possible to create a PHP session. [The following files are missing:] => The following files are missing: [It's not possible to write in the following folders:] => It's not possible to write in the following folders: [Please also make sure you make a full manual backup of your files and database.] => Please also make sure you make a full manual backup of your files and database. [PrestaShop requirements are not satisfied.] => PrestaShop requirements are not satisfied. [Rollback] => Rollback [After upgrading your shop, you can rollback to the previous database and files. Use this function if your theme or an essential module is not working correctly.] => After upgrading your store, you can roll back to the previous database and files. Use this function if your theme or an essential module is not working correctly. [Choose your backup:] => Choose your backup: [-- Choose a backup to restore --] => -- Choose a backup to restore -- [More options (Expert mode)] => More options (Expert mode) [Start your Upgrade] => Start your Upgrade [You come from the future! You are using a more recent version than the latest available!] => You come from the future! You are using a more recent version than the latest available! [Congratulations, you are already using the latest version available!] => Congratulations, you are already using the latest version available! [Your current PrestaShop version] => Your current PrestaShop version [Your current PHP version] => Your current PHP version [Latest official version for %s channel.] => Latest official version for %s channel. [Upgrade PrestaShop now!] => Upgrade PrestaShop now! [PrestaShop will be downloaded from %s] => PrestaShop will be downloaded from %s [Open changelog in a new window] => Open changelog in a new window [No file will be downloaded (channel %s is used)] => No file will be downloaded (channel %s is used) [The following action are automatically replaced] => The following action are automatically replaced [%old% will be replaced by %new%] => %old% will be replaced by %new% [To change this behavior, you need to manually edit your php files] => To change this behavior, you need to manually edit your php files [Refresh the page] => Refresh the page [Check if a new version is available] => Check if a new version is available [Last check: %s] => Last check: %s [Last check: never] => Last check: never [Expert mode] => Expert mode [Please select your channel:] => Please select your channel: [Channels are offering you different ways to perform an upgrade. You can either upload the new version manually or let the 1-Click Upgrade module download it for you.] => Channels are offering you different ways to perform an upgrade. You can either upload the new version manually or let the 1-Click Upgrade module download it for you. [The Alpha, Beta and Private channels give you the ability to upgrade to a non-official or unstable release (for testing purposes only).] => The Alpha, Beta and Private channels give you the ability to upgrade to a non-official or unstable release (for testing purposes only). [By default, you should use the "Minor release" channel which is offering the latest stable version available.] => By default, you should use the "Minor release" channel which is offering the latest stable version available. [Channel:] => Channel: [Link:] => Link: [Hash key:] => Hash key: [Allow major upgrade:] => Allow major upgrade: [Archive to use:] => Archive to use: [Choose an archive] => Choose an archive [Number of the version you want to upgrade to:] => Number of the version you want to upgrade to: [XML file to use:] => XML file to use: [Choose an XML file] => Choose an XML file [No archive found in your admin/autoupgrade/download directory] => No archive found in your admin/autoupgrade/download directory [Save in the following directory the archive file and XML file of the version you want to upgrade to: %s] => Save in the following directory the archive file and XML file of the version you want to upgrade to: %s [Click to save once the archive is there.] => Click to save once the archive is there. [This option will skip the download step.] => This option will skip the download step. [Save in the following directory the uncompressed PrestaShop files of the version you want to upgrade to: %s] => Save in the following directory the uncompressed PrestaShop files of the version you want to upgrade to: %s [Please tell us which version you are upgrading to [1](1.7.0.1 for instance)[/1]] => Please tell us which version you are upgrading to [1](1.7.0.1 for instance)[/1] [This option will skip both download and unzip steps and will use %1$s as the source directory] => This option will skip both download and unzip steps and will use %1$s as the source directory [Step] => Step [Upgrade steps] => Upgrade steps [Version comparison] => Version comparison [PrestaShop Original version] => PrestaShop Original version [Differences between versions] => Differences between versions [Welcome!] => Welcome! [Upgrade your store to benefit from the latest improvements, bug fixes and security patches.] => Upgrade your store to benefit from the latest improvements, bug fixes and security patches. [Upgrading your store on your own can be risky. If you don't feel comfortable doing the upgrade yourself, many agencies and developers in your area may also provide this kind of service.] => Upgrading your store on your own can be risky. If you don't feel comfortable doing the upgrade yourself, many agencies and developers in your area may also provide this kind of service. ) [AdminInternationalNotification] => Array ( [Are you sure you want to restore the default address format for this country?] => Are you sure you want to restore the default address format for this country? [%s at least, or you will have to edit the translation files manually.] => %s at least, or you will have to edit the translation files manually. [Apache mod_security is activated on your server. This could result in some Bad Request errors] => Apache mod_security is activated on your server. This could result in some Bad Request errors [Warning! Your hosting provider is using the Suhosin patch for PHP, which limits the maximum number of fields allowed in a form:] => Warning! Your hosting provider is using the Suhosin patch for PHP, which limits the maximum number of fields allowed in a form: [Please ask your hosting provider to increase the Suhosin limit to] => Please ask your hosting provider to increase the Suhosin limit to [Warning! Your PHP configuration limits the maximum number of fields allowed in a form:] => Warning! Your PHP configuration limits the maximum number of fields allowed in a form: [for max_input_vars.] => for max_input_vars. [Please ask your hosting provider to increase this limit to] => Please ask your hosting provider to increase this limit to [%s at least, or you will have to edit the translation files.] => %s at least, or you will have to edit the translation files. [%limit% for suhosin.post.max_vars.] => %limit% for suhosin.post.max_vars. [%limit% for suhosin.request.max_vars.] => %limit% for suhosin.request.max_vars. [This expression uses a special syntax:] => This expression uses a special syntax: [Sorry this language is not available] => Sorry this language is not available [Server does not have permissions for writing.] => Server does not have permissions for writing. [Language pack unavailable.] => Language pack unavailable. [An error occurred while creating the language: %s] => An error occurred while creating the language: %s [Cannot load country: %d] => Cannot load country: %d [Cannot enable the associated country: %s] => Cannot enable the associated country: %s [Invalid Zone name.] => Invalid Zone name. [Invalid state properties.] => Invalid state properties. [Cannot update the associated country: %s] => Cannot update the associated country: %s [An error occurred while adding the state.] => An error occurred while adding the state. [An error occurred while fetching the state.] => An error occurred while fetching the state. [Invalid tax properties.] => Invalid tax properties. [An error occurred while importing the tax: %s] => An error occurred while importing the tax: %s [This tax rule cannot be saved.] => This tax rule cannot be saved. [An error occurred while importing the currency: %s] => An error occurred while importing the currency: %s [Localization pack corrupted: wrong unit type.] => Localization pack corrupted: wrong unit type. [An error occurred while setting the units.] => An error occurred while setting the units. [An error occurred while installing the module: %s] => An error occurred while installing the module: %s [An error occurred while uninstalling the module: %s] => An error occurred while uninstalling the module: %s [An error occurred during the configuration setup: %1$s] => An error occurred during the configuration setup: %1$s [An error occurred during the default group update] => An error occurred during the default group update [An error has occurred during the default group update] => An error has occurred during the default group update [An error has occurred, this module does not exist: %s] => An error has occurred, this module does not exist: %s [Invalid language ISO code (%s)] => Invalid language ISO code (%s) [The translation was added successfully, but the language has not been created.] => The translation was added successfully, but the language has not been created. [Cannot add configuration %1$s for %2$s language] => Cannot add configuration %1$s for %2$s language [Localization pack imported successfully.] => Localization pack imported successfully. [The translation was successfully copied.] => The translation was successfully copied. [The translations have been successfully added.] => The translations have been successfully added. [Incorrect Tax Manager class [%s]] => Incorrect Tax Manager class [%s] [Tax Manager class not found [%s]] => Tax Manager class not found [%s] [No tax] => No tax [This ISO code already exists.You cannot create two countries with the same ISO code.] => This ISO code already exists.You cannot create two countries with the same ISO code. [Invalid address layout %s] => Invalid address layout %s [This ISO code already exists. You cannot create two states with the same ISO code.] => This ISO code already exists. You cannot create two states with the same ISO code. [This state was used in at least one address. It cannot be removed.] => This state was used in at least one address. It cannot be removed. [A tax rule already exists for this country/state with tax only behavior.] => A tax rule already exists for this country/state with tax only behavior. [The Zip/Postal code is invalid. It must be typed as follows: %format% for %country%.] => The Zip/Postal code is invalid. It must be typed as follows: %format% for %country%. [An error has occurred: Cannot save the current tax rule.] => An error has occurred: Cannot save the current tax rule. [Impossible to create the directory "%folder%".] => Impossible to create the directory "%folder%". [An error occurred while creating archive.] => An error occurred while creating archive. [Please select a language and a theme.] => Please select a language and a theme. [Tab "%s" is not valid] => Tab "%s" is not valid [Validation failed for: %file%] => Validation failed for: %file% [Unidentified file found: %file%] => Unidentified file found: %file% [The archive cannot be extracted.] => The archive cannot be extracted. [ISO CODE invalid "%iso_code%" for the following file: "%file%"] => ISO CODE invalid "%iso_code%" for the following file: "%file%" [Cannot write to the theme's language file (%s). Please check writing permissions.] => Cannot write to the theme's language file (%s). Please check writing permissions. [Invalid theme "%theme%"] => Invalid theme "%theme%" [Invalid iso code "%iso_code%"] => Invalid iso code "%iso_code%" [This %type_content% file extension is not accepted.] => This %type_content% file extension is not accepted. [Invalid module name "%module%"] => Invalid module name "%module%" [Invalid mail name "%mail%"] => Invalid mail name "%mail%" [Directory "%folder%" cannot be created] => Directory "%folder%" cannot be created [Your email translations contain some invalid HTML and cannot be saved. Please check your content.] => Your email translations contain some invalid HTML and cannot be saved. Please check your content. [Your HTML email templates cannot contain JavaScript code.] => Your HTML email templates cannot contain JavaScript code. [Empty string found, please edit: "%file%"] => Empty string found, please edit: "%file%" [There is an error in template, an empty string has been found. Please edit: "%file%"] => There is an error in template, an empty string has been found. Please edit: "%file%" [The module directory must be writable.] => The module directory must be writable. [A mail directory exists for the "%iso_code%" language, but not for the default language (%language%) in %folder%] => A mail directory exists for the "%iso_code%" language, but not for the default language (%language%) in %folder% [missing translation(s)] => missing translation(s) [No Subject was found for %mail_name% in the database.] => No Subject was found for %mail_name% in the database. [There was a problem getting the mail files.] => There was a problem getting the mail files. [English language files must exist in %folder% folder] => English language files must exist in %folder% folder [Cannot write language file for email subjects. Path is: %folder%] => Cannot write language file for email subjects. Path is: %folder% [Cannot write into the "%file%"] => Cannot write into the "%file%" [Cannot create the folder "%folder%". Please check your directory writing permissions.] => Cannot create the folder "%folder%". Please check your directory writing permissions. [You must select two languages in order to copy data from one to another.] => You must select two languages in order to copy data from one to another. [You must select two themes in order to copy data from one to another.] => You must select two themes in order to copy data from one to another. [There is nothing to copy (same language and theme).] => There is nothing to copy (same language and theme). [Theme(s) not found] => Theme(s) not found [Impossible to copy "%source%" to "%dest%".] => Impossible to copy "%source%" to "%dest%". [Impossible to translate "%dest%".] => Impossible to translate "%dest%". [A part of the data has been copied but some of the language files could not be found.] => A part of the data has been copied but some of the language files could not be found. [Fatal error: ISO code is not correct] => Fatal error: ISO code is not correct [Cannot load the localization pack.] => Cannot load the localization pack. [Please select at least one item to import.] => Please select at least one item to import. [This currency already exists.] => This currency already exists. [%currency% is the default currency for shop %shop_name%, and therefore cannot be removed from shop association] => %currency% is the default currency for shop %shop_name%, and therefore cannot be removed from shop association [%currency% is the default currency for shop %shop_name%, and therefore cannot be disabled] => %currency% is the default currency for shop %shop_name%, and therefore cannot be disabled [You cannot delete the default currency] => You cannot delete the default currency [You cannot disable the default currency] => You cannot disable the default currency [Oops... it looks like this ISO code already exists. If you are: [1][2]trying to create an alternative currency, you must type a different ISO code[/2][2]trying to modify the currency with ISO code %isoCode%, make sure you did not check the creation box[/2][/1]] => Oops... it looks like this ISO code already exists. If you are: [1][2]trying to create an alternative currency, you must type a different ISO code[/2][2]trying to modify the currency with ISO code %isoCode%, make sure you did not check the creation box[/2][/1] [You cannot change the status of the default language.] => You cannot change the status of the default language. [An error occurred while copying "No Picture" image to your product folder.] => An error occurred while copying "No Picture" image to your product folder. [An error occurred while copying "No picture" image to your category folder.] => An error occurred while copying "No picture" image to your category folder. [An error occurred while copying "No picture" image to your brand folder.] => An error occurred while copying "No picture" image to your brand folder. [This ISO code is already linked to another language.] => This ISO code is already linked to another language. [You cannot delete the default language.] => You cannot delete the default language. [You cannot delete the language currently in use. Please select a different language.] => You cannot delete the language currently in use. Please select a different language. [Importing a new language may fail without the OpenSSL module. Please enable "openssl.so" on your server configuration.] => Importing a new language may fail without the OpenSSL module. Please enable "openssl.so" on your server configuration. [You must select at least one translation type to export translations.] => You must select at least one translation type to export translations. [An error occurred while editing the zone.] => An error occurred while editing the zone. [This customer thread does not exist.] => This customer thread does not exist. [Cannot delete this customer thread.] => Cannot delete this customer thread. [Failed to add customer message.] => Failed to add customer message. [Failed to update customer thread status.] => Failed to update customer thread status. [Comment is not valid.] => Comment is not valid. [The geolocation database is unavailable.] => The geolocation database is unavailable. [Country selection is invalid.] => Country selection is invalid. [Invalid whitelist] => Invalid whitelist [Check the [a]developer documentation[/a] for setup instructions.] => Check the [a]developer documentation[/a] for setup instructions. [Could not display symbol and format customization:] => Could not display symbol and format customization: [When you delete a language, all related translations in the database will be deleted.] => When you delete a language, all related translations in the database will be deleted. [Your .htaccess file must be writable.] => Your .htaccess file must be writable. [Language files must be complete to allow copying of translations.] => Language files must be complete to allow copying of translations. [Translation successfully updated] => Translation successfully updated [Failed to update translation] => Failed to update translation ) [ModulesSearchbarAdmin] => Array ( [Search bar] => Search bar [Help your visitors find what they are looking for, add a quick search field to your store.] => Help your visitors find what they are looking for, add a quick search field to your store. ) [ModulesCustomtextAdmin] => Array ( [Custom text block] => Custom text block [Give your visitors extra information, display a customized block of content on your homepage.] => Give your visitors extra information, display a customized block of content on your homepage. [Text block] => Text block ) [ModulesSupplierlistShop] => Array ( [All suppliers] => All suppliers [Suppliers] => Suppliers [No supplier] => No supplier ) [AdminShopparametersHelp] => Array ( [e.g. 10:00AM - 9:30PM] => e.g. 10:00AM - 9:30PM [Image width in pixels. Enter "0" to use the original size.] => Image width in pixels. Enter "0" to use the original size. [Image height in pixels. Enter "0" to use the original size.] => Image height in pixels. Enter "0" to use the original size. [The group defined for your un-identified visitors.] => The group defined for your un-identified visitors. [The group defined for your identified guest customers (used in guest checkout).] => The group defined for your identified guest customers (used in guest checkout). [The group defined for your identified registered customers.] => The group defined for your identified registered customers. [Automatically apply this value as a discount on all products for members of this customer group.] => Automatically apply this value as a discount on all products for members of this customer group. [How prices are displayed in the order summary for this customer group.] => How prices are displayed in the order summary for this customer group. [Customers in this group can view prices.] => Customers in this group can view prices. [Need to hide prices for all groups? Save time, enable catalog mode in Product Settings instead.] => Need to hide prices for all groups? Save time, enable catalog mode in Product Settings instead. [%group_name% - All persons without a customer account or customers that are not logged in.] => %group_name% - All persons without a customer account or customers that are not logged in. [%group_name% - All persons who placed an order through Guest Checkout.] => %group_name% - All persons who placed an order through Guest Checkout. [%group_name% - All persons who created an account on this site.] => %group_name% - All persons who created an account on this site. [PrestaShop has three default customer groups:] => PrestaShop has three default customer groups: [Enable the automatic indexing of products. If you enable this feature, the products will be indexed in the search automatically when they are saved. If the feature is disabled, you will have to index products manually by using the links provided in the field set.] => Enable the automatic indexing of products. If you enable this feature, the products will be indexed in the search automatically when they are saved. If the feature is disabled, you will have to index products manually by using the links provided in the field set. [By default, to search for “blouse”, you have to enter “blous”, “blo”, etc (beginning of the word) – but not “lous” (within the word).] => By default, to search for “blouse”, you have to enter “blous”, “blo”, etc (beginning of the word) – but not “lous” (within the word). [With this option enabled, it also gives the good result if you search for “lous”, “ouse”, or anything contained in the word.] => With this option enabled, it also gives the good result if you search for “lous”, “ouse”, or anything contained in the word. [Enable search within a whole word, rather than from its beginning only.] => Enable search within a whole word, rather than from its beginning only. [It checks if the searched term is contained in the indexed word. This may be resource-consuming.] => It checks if the searched term is contained in the indexed word. This may be resource-consuming. [By default, if you search "book", you will have "book", "bookcase" and "bookend".] => By default, if you search "book", you will have "book", "bookcase" and "bookend". [With this option enabled, it only gives one result “book”, as exact end of the indexed word is matching.] => With this option enabled, it only gives one result “book”, as exact end of the indexed word is matching. [Enable more precise search with the end of the word.] => Enable more precise search with the end of the word. [It checks if the searched term is the exact end of the indexed word.] => It checks if the searched term is the exact end of the indexed word. [By default, the fuzzy search is enabled. It means spelling errors are allowed, e.g. you can search for "bird" with words like "burd", "bard" or "beerd".] => By default, the fuzzy search is enabled. It means spelling errors are allowed, e.g. you can search for "bird" with words like "burd", "bard" or "beerd". [Disabling this option will require exact spelling for the search to match results.] => Disabling this option will require exact spelling for the search to match results. [Enable approximate string matching.] => Enable approximate string matching. [Note that this option is resource-consuming: the more you search, the longer it takes.] => Note that this option is resource-consuming: the more you search, the longer it takes. [Only words fewer or equal to this maximum length will be searched.] => Only words fewer or equal to this maximum length will be searched. [This parameter will only be used if the fuzzy search is activated: the lower the value, the more tolerant your search will be.] => This parameter will only be used if the fuzzy search is activated: the lower the value, the more tolerant your search will be. [Only words this size or larger will be indexed.] => Only words this size or larger will be indexed. [Please enter the index words separated by a "|".] => Please enter the index words separated by a "|". [Enter each alias separated by a comma (e.g. 'prestshop,preztashop,prestasohp').] => Enter each alias separated by a comma (e.g. 'prestshop,preztashop,prestasohp'). [Forbidden characters: ;=#{}] => Forbidden characters: ;=#{} [Search this word instead.] => Search this word instead. [This field does not refer to the shop name visible in the front office.] => This field does not refer to the shop name visible in the front office. [Follow [1]this link[/1] to edit the shop name used on the front office.] => Follow [1]this link[/1] to edit the shop name used on the front office. [You can't edit the shop group because the current shop belongs to a group with the "share" option enabled.] => You can't edit the store group because the current store belongs to a group with the "share" option enabled. [This is the root category of the store that you've created. To define a new root category for your store, [1]please click here[/1].] => This is the root category of the store that you've created. To define a new root category for your store, [1]please click here[/1]. [By selecting associated categories, you are choosing to share the categories between shops. Once associated between shops, any alteration of this category will impact every shop.] => By selecting associated categories, you are choosing to share the categories between shops. Once associated between shops, any alteration of this category will impact every shop. [Upload an icon from your computer (File type: .gif, suggested size: 16x16).] => Upload an icon from your computer (File type: .gif, suggested size: 16x16). [Only letters, numbers and underscores ("_") are allowed.] => Only letters, numbers and underscores ("_") are allowed. [Email template for both .html and .txt.] => Email template for both .html and .txt. [Whether or not to display this store.] => Whether or not to display this store. [Storefront picture.] => Storefront picture. [Displayed in emails sent to customers.] => Displayed in emails sent to customers. [Shop registration information (e.g. SIRET or RCS).] => Shop registration information (e.g. SIRET or RCS). [Contact name (e.g. Customer Support).] => Contact name (e.g. Customer Support). [Emails will be sent to this address.] => Emails will be sent to this address. [If enabled, all messages will be saved in the "Customer Service" page under the "Customer" menu.] => If enabled, all messages will be saved in the "Customer Service" page under the "Customer" menu. [After a customer logs in, you can recall and display the content of his/her last shopping cart.] => After a customer logs in, you can recall and display the content of his/her last shopping cart. [Send an email with a summary of the account information after registration.] => Send an email with a summary of the account information after registration. [Minimum time required between two requests for a password reset.] => Minimum time required between two requests for a password reset. [Activate or deactivate B2B mode. When this option is enabled, B2B features will be made available.] => Activate or deactivate B2B mode. When this option is enabled, B2B features will be made available. [Display or not the birth date field.] => Display or not the birth date field. [Display or not the partner offers tick box, to receive offers from the store's partners.] => Optional check box for affiliate links [We recommend that you deactivate your store while performing maintenance. Note that it will not disable the webservice.] => We recommend that you deactivate your store while performing maintenance. Note that it will not disable the webservice. [Allow IP addresses to access the store, even in maintenance mode. Use a comma to separate them (e.g. 42.24.4.2,127.0.0.1,99.98.97.96).] => Allow IP addresses to access the store, even in maintenance mode. Use a comma to separate them (e.g. 42.24.4.2,127.0.0.1,99.98.97.96). [Display a customized message when the store is disabled.] => Display a customized message when the store is disabled. [When enabled, admins will access the store front office without storing their IP.] => When enabled, admins will access the store front office without storing their IP. [If you own an SSL certificate for your shop's domain name, you can activate SSL encryption (https://) for customer account identification and order processing.] => If you own an SSL certificate for your shop's domain name, you can activate SSL encryption (https://) for customer account identification and order processing. [When enabled, all the pages of your shop will be SSL-secured.] => When enabled, all the pages of your store will be SSL-secured. [Enable or disable token in the Front Office to improve PrestaShop's security.] => Enable or disable token in the Front Office to improve PrestaShop's security. [Allow iframes on text fields like product description. We recommend that you leave this option disabled.] => Allow iframes on text fields like product description. We recommend that you leave this option disabled. [Clean the HTML content on text fields. We recommend that you leave this option enabled.] => Clean the HTML content on text fields. We recommend that you leave this option enabled. [You can choose among 6 different ways of rounding prices. "Round up away from zero ..." is the recommended behavior.] => You can choose among 6 different ways of rounding prices. "Round up away from zero ..." is the recommended behavior. [You can choose when to round prices: either on each item, each line or the total (of an invoice, for example).] => You can choose when to round prices: either on each item, each line or the total (of an invoice, for example). [Enable suppliers page on your front office even when its module is disabled.] => Enable suppliers page on your front office even when its module is disabled. [Enable brands page on your front office even when its module is disabled.] => Enable brands page on your front office even when its module is disabled. [Enable best sellers page on your front office even when its respective module is disabled.] => Enable best sellers page on your front office even when its respective module is disabled. [The multistore feature allows you to manage several front offices from a single back office. If this feature is enabled, a Multistore page is available in the Advanced Parameters menu.] => The multistore feature allows you to manage several front offices from a single back office. If this feature is enabled, a Multistore page is available in the Advanced Parameters menu. [Display an overview of the addresses, shipping method and cart just before the order button (required in some European countries).] => Display a summary of all relevant order data (payment method, adresses, dispatch and cart) above the order button. [Allow guest visitors to place an order without registering.] => Allow guest visitors to place an order without registering. [Disable the option to allow customers to reorder in one click from the order history page (required in some European countries).] => Disable the option to allow customers to reorder in one click from the order history page (required in some European countries). [Set to 0 to disable this feature.] => Set to 0 to disable this feature. [Automatically updates the shipping costs when you edit an order.] => Automatically updates the shipping costs when you edit an order. [Allow the customer to ship orders to multiple addresses. This option will convert the customer's cart into one or more orders.] => Allow the customer to ship orders to multiple addresses. This option will convert the customer's cart into one or more orders. [It allows you to delay shipping if your customers request it.] => It allows you to delay shipping if your customers request it. [Require customers to accept or decline terms of service before processing an order.] => Require customers to accept or decline terms of service before processing an order. [Choose the page which contains your store's terms and conditions of use.] => Choose the page which contains your store's terms and conditions. [The order status will be set to "On backorder" for new orders containing products that are out of stock.] => The order status will be set to "On backorder" for new orders containing products that are out of stock. [Suggest gift-wrapping to customers.] => Suggest gift-wrapping to customers. [Set a price for gift wrapping.] => Set a price for gift wrapping. [Set a tax for gift wrapping.] => Set a tax for gift wrapping. [Suggest recycled packaging to customer.] => Suggest recycled packaging to customer. [Remember to regenerate email templates in [1]Design > Email theme[/1] after enabling or disabling this feature.] => Remember to regenerate email templates in [1]Design > Email theme[/1] after enabling or disabling this feature. [Catalog mode disables the shopping cart on your store. Visitors will be able to browse your products catalog, but not buy them.] => Catalog mode disables the shopping cart on your store. Visitors will be able to browse your products catalog, but not buy them. [Display product prices when in catalog mode.] => Display product prices when in catalog mode. [To hide prices for a specific group, go to [1]Customer Settings > Groups[/1].] => To hide prices for a specific group, go to [1]Customer Settings > Groups[/1]. [characters] => characters [How to calculate quantity discounts.] => How to calculate quantity discounts. [When active, friendly URL will be updated on every save.] => When active, friendly URL will be updated on every save. [Enable this option if you want to activate by default all your manually created new products.] => Enable this option if you want to activate by default all your manually created new products. [If a customer meets multiple conditions, specific prices will be applied in this order of priority, unless a different order has been set for a particular product.] => If a customer meets multiple conditions, specific prices will be applied in this order of priority, unless a different order has been set for a particular product. [You can specify the default behavior for all disabled products. The product page can display a "Discontinued" message or an error page. You can also specify which HTTP response is sent to users. This can be set specifically for each product.] => You can specify the default behavior for all disabled products. The product page can display a "Discontinued" message or an error page. You can also specify which HTTP response is sent to users. This can be set specifically for each product. [When enabled, friendly URL will be updated on every name change for offline products only.] => When enabled, friendly URL will be updated on every name change for offline products only. [Display the "%add_to_cart_label%" button when a product has attributes] => Display the "%add_to_cart_label%" button when a product has attributes [Display or hide the "%add_to_cart_label%" button on category pages for products that have attributes forcing customers to see product details.] => Display or hide the "%add_to_cart_label%" button on category pages for products that have attributes forcing customers to see product details. [In the volume discount table on the product page, display the discounted unit price instead of the unit discount. E.g. If you sell a product for $10 with a discount of $2 from 3 items purchased, the discounted unit price ($8) will be displayed instead of the unit discount ($2).] => In the volume discount table on the product page, display the discounted unit price instead of the unit discount. E.g. If you sell a product for $10 with a discount of $2 from 3 items purchased, the discounted unit price ($8) will be displayed instead of the unit discount ($2). [Display the "%add_to_cart_label%" button when a product has combinations] => Display the "%add_to_cart_label%" button when a product has combinations [Some themes allow your customers to add a product to their cart directly from the product list. You may want to deactivate this feature if a product has combinations, requiring your customers to check product details and choose one of the options.] => Some themes allow your customers to add a product to their cart directly from the product list. You may want to deactivate this feature if a product has combinations, requiring your customers to check product details and choose one of the options. [Number of products displayed per page. Default is 12] => Number of products displayed per page. Default is 12 [The order in which products are displayed in the product list.] => The order in which products are displayed in the product list. [When selling packs of products, how do you want your stock to be calculated?] => When selling packs of products, how do you want your stock to be calculated? [If an attribute is not available in every product combination, it will not be displayed.] => If an attribute is not available in every product combination, it will not be displayed. [Set to "0" to disable this feature.] => Set to "0" to disable this feature. [By default, the "%add_to_cart_label%" button is hidden when a product is unavailable. You can choose to have it displayed in all cases.] => By default, the "%add_to_cart_label%" button is hidden when a product is unavailable. You can choose to have it displayed in all cases. [In stock] => In stock [On backorder] => On backorder [Out of stock] => Out of stock [Advised for European merchants to be legally compliant (eg: Delivered within 3-4 days)] => Advised for European merchants to be legally compliant (eg: Delivered within 3-4 days) [Delivered within 3-4 days] => Delivered within 3-4 days [Advised for European merchants to be legally compliant (eg: Delivered within 5-7 days)] => Advised for European merchants to be legally compliant (eg: Delivered within 5-7 days) [Delivered within 5-7 days] => Delivered within 5-7 days [Note that the label will be displayed only if backorders are denied.] => Note that the label will be displayed only if backorders are denied. [For packs of products, stocks can be managed manually or automatically based on individual product stock levels. Further customization is possible for each product.] => For packs of products, stocks can be managed manually or automatically based on individual product stock levels. Further customization is possible for each product. [Enable this option if you want to display your product's attributes in its meta title.] => Enable this option if you want to display your product's attributes in its meta title. [Enable this option only if your server allows URL rewriting (recommended).] => Enable this option only if your server allows URL rewriting (recommended). [URL rewriting (mod_rewrite) is not active on your server, or it is not possible to check your server configuration. If you want to use Friendly URLs, you must activate this mod.] => URL rewriting (mod_rewrite) is not active on your server, or it is not possible to check your server configuration. If you want to use Friendly URLs, you must activate this mod. [Enable this option if you want to allow accented characters in your friendly URLs. You should only activate this option if you are using non-Latin characters; for all the Latin charsets, your SEO will be better without this option.] => Enable this option if you want to allow accented characters in your friendly URLs. You should only activate this option if you are using non-Latin characters; for all the Latin charsets, your SEO will be better without this option. [Enable this option only if you have problems with URL rewriting.] => Enable this option only if you have problems with URL rewriting. [Some of PrestaShop's features might not work correctly with a specific configuration of Apache's mod_security module. We recommend to turn it off.] => Some of PrestaShop's features might not work correctly with a specific configuration of Apache's mod_security module. We recommend to turn it off. [[1]Make[/1] sure partner offers are not set as required in the [2]Customers[/2] section of the back office before disabling them. Otherwise, new customers won't be able to create an account and [1]proceed[/1] to checkout.] => [1]Make[/1] sure partner offers are not set as required in the [2]Customers[/2] section of the back office before disabling them. Otherwise, new customers won't be able to create an account and [1]proceed[/1] to checkout. [Order's return status name.] => Order's return status name. [Invalid characters: numbers and] => Invalid characters: numbers and [Status will be highlighted in this color. HTML colors only.] => Status will be highlighted in this color. HTML colors only. [Order status (e.g. 'Pending').] => Order status (e.g. 'Pending'). [Invalid characters:] => Invalid characters: [Name of the related page.] => Name of the related page. [Title of this page.] => Title of this page. [A short description of your shop.] => A short description of your shop. [List of keywords for search engines.] => List of keywords for search engines. [For instance, "contacts" for http://example.com/shop/contacts to redirect to http://example.com/shop/contact-form.php] => For instance, "contacts" for http://example.com/shop/contacts to redirect to http://example.com/shop/contact-form.php [Only letters and hyphens are allowed.] => Only letters and hyphens are allowed. [To add tags, click in the field, write something, and then press the "Enter" key.] => To add tags, click in the field, write something, and then press the "Enter" key. [If you want to enable SSL on all the pages of your shop, activate the "Enable on all the pages" option below.] => If you want to enable SSL on all the pages of your store, activate the "Enable on all the pages" option below. ) [ModulesPsgdprCustomeraccount] => Array ( [GDPR - Personal data] => GDPR - Personal data ) [ModulesCheckpaymentShop] => Array ( [This payment method is not available.] => This payment method is not available. [Please send us your check following these rules:] => Please send us your check including the following details: [Amount] => Amount [Payee] => Payee [Send your check to this address] => Send your check to this address [Pay by check] => Pay by check [(order processing will be longer)] => (order processing will be longer) [Your order on %s is complete.] => Your order on %s is complete. [Your check must include:] => Your check must include: [Payment amount.] => Payment amount. [Payable to the order of] => Payable to the order of [Mail to] => Mail to [Do not forget to insert your order number #%d.] => Do not forget to insert your order number #%d. [Do not forget to insert your order reference %s.] => Do not forget to insert your order reference %s. [An email has been sent to you with this information.] => An email has been sent to you with this information. [Your order will be sent as soon as we receive your payment.] => Your order will be sent as soon as we receive your payment. [For any questions or for further information, please contact our] => For any questions or for further information, please contact our [customer service department.] => customer service department. [We have noticed that there is a problem with your order. If you think this is an error, you can contact our] => We have noticed that there is a problem with your order. If you think this is an error, you can contact our ) [AdminShopparametersFeature] => Array ( [Authorized modules:] => Authorized modules: [This category already exists for this group.] => This category already exists for this group. [Add a category discount] => Add a category discount [New group category discount] => New group category discount [Discount (%):] => Discount (%): [Discount: %.2f%%] => Discount: %.2f%% [Group information] => Group information [Price display method:] => Price display method: [Show prices:] => Show prices: [Current category discount] => Current category discount [Members of this customer group] => Members of this customer group [Limited to the first 100 customers.] => Limited to the first 100 customers. [Please use filters to narrow your search.] => Please use filters to narrow your search. [Hours:] => Hours: [Dear Customer, Regards, Customer service] => Dear Customer, Regards, Customer service [We are currently updating our shop and will be back really soon. Thanks for your patience.] => We are currently updating our shop and will be back really soon. Thanks for your patience. [#IN] => #IN [#DE] => #DE [#RE] => #RE [a|about|above|after|again|against|all|am|an|and|any|are|aren|as|at|be|because|been|before|being|below|between|both|but|by|can|cannot|could|couldn|did|didn|do|does|doesn|doing|don|down|during|each|few|for|from|further|had|hadn|has|hasn|have|haven|having|he|ll|her|here|hers|herself|him|himself|his|how|ve|if|in|into|is|isn|it|its|itself|let|me|more|most|mustn|my|myself|no|nor|not|of|off|on|once|only|or|other|ought|our|ours|ourselves|out|over|own|same|shan|she|should|shouldn|so|some|such|than|that|the|their|theirs|them|themselves|then|there|these|they|re|this|those|through|to|too|under|until|up|very|was|wasn|we|were|weren|what|when|where|which|while|who|whom|why|with|won|would|wouldn|you|your|yours|yourself|yourselves] => a|about|above|after|again|against|all|am|an|and|any|are|aren|as|at|be|because|been|before|being|below|between|both|but|by|can|cannot|could|couldn|did|didn|do|does|doesn|doing|don|down|during|each|few|for|from|further|had|hadn|has|hasn|have|haven|having|he|ll|her|here|hers|herself|him|himself|his|how|ve|if|in|into|is|isn|it|its|itself|let|me|more|most|mustn|my|myself|no|nor|not|of|off|on|once|only|or|other|ought|our|ours|ourselves|out|over|own|same|shan|she|should|shouldn|so|some|such|than|that|the|their|theirs|them|themselves|then|there|these|they|re|this|those|through|to|too|under|until|up|very|was|wasn|we|were|weren|what|when|where|which|while|who|whom|why|with|won|would|wouldn|you|your|yours|yourself|yourselves [You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice.] => You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice. [In Stock] => In Stock [Product available for orders] => Product available for orders [Out-of-Stock] => Out-of-Stock [Webmaster] => Webmaster [Customer service] => Customer service [If a technical problem occurs on this website] => If a technical problem occurs on this website [For any question about a product, an order] => For any question about a product, an order [Mr.] => Mr. [Mrs.] => Mrs. [Visitor] => Visitor [Guest] => Guest [Customer] => Customer [Neutral] => Neutral [Add new social title] => Add new social title [Social titles] => Social titles [Image width] => Image width [Image height] => Image height [Social title] => Social title [Group name] => Group name [Discount (%)] => Discount (%) [Members] => Members [Creation date] => Creation date [Default groups options] => Default groups options [Visitors group] => Visitors group [Guests group] => Guests group [Customers group] => Customers group [Save, then add a category reduction.] => Save, then add a category reduction. [Add new group] => Add new group [Customer group] => Customer group [Price display method] => Price display method [Category discount] => Category discount [Modules authorization] => Modules authorization [Registration date] => Registration date [Show prices] => Show prices [Alias] => Alias [Aliases] => Aliases [Indexing] => Indexing [The "indexed" products have been analyzed by PrestaShop and will appear in the results of a front office search.] => The "indexed" products have been analyzed by PrestaShop and will appear in the results of a front office search. [Indexed products] => Indexed products [Building the product index may take a few minutes.] => Building the product index may take a few minutes. [Add missing products to the index] => Add missing products to the index [If your server stops before the process ends, you can resume the indexing by clicking "%add_missing_products_label%".] => If your server stops before the process ends, you can resume the indexing by clicking "%add_missing_products_label%". [Re-build the entire index] => Re-build the entire index [You can set a cron job that will rebuild your index using the following URL:] => You can set a cron job that will rebuild your index using the following URL: [Search within word] => Search within word [Search exact end match] => Search exact end match [Fuzzy search] => Fuzzy search [Maximum approximate words allowed by fuzzy search] => Maximum approximate words allowed by fuzzy search [Maximum word length (in characters)] => Maximum word length (in characters) [Minimum word length (in characters)] => Minimum word length (in characters) [Blacklisted words] => Blacklisted words [Weight] => Weight [The "weight" represents its importance and relevance for the ranking of the products when completing a new search.] => The "weight" represents its importance and relevance for the ranking of the products when completing a new search. [A word with a weight of eight will have four times more value than a word with a weight of two.] => A word with a weight of eight will have four times more value than a word with a weight of two. [We advise you to set a greater weight for words which appear in the name or reference of a product. This will allow the search results to be as precise and relevant as possible.] => We advise you to set a greater weight for words which appear in the name or reference of a product. This will allow the search results to be as precise and relevant as possible. [Setting a weight to 0 will exclude that field from search index. Re-build of the entire index is required when changing to or from 0] => Setting a weight to 0 will exclude that field from search index. Re-build of the entire index is required when changing to or from 0 [Product name weight] => Product name weight [Reference weight] => Reference weight [Short description weight] => Short description weight [Description weight] => Description weight [Category weight] => Category weight [Brand weight] => Brand weight [Tags weight] => Tags weight [Attributes weight] => Attributes weight [Features weight] => Features weight [Add new alias] => Add new alias [Result] => Result [Shop ID] => Shop ID [Shop group] => Store group [Root category] => Root category [Main URL for this shop] => Main URL for this shop [Edit this shop group] => Edit this store group [Add new shop] => Add new shop [Multistore tree] => Multistore tree [It will only be applied to the multistore header to highlight your shop context.] => It will only be applied to the multistore header to highlight your shop context. [It will only be applied to this group of shops, each store will keep its individual color.] => It will only be applied to this group of shops, each store will keep its individual color. [Icon] => Icon [Edit return status] => Edit return status [Show delivery PDF.] => Show delivery PDF. [Template] => Template [Return status] => Return status [Send email to customer] => Send email to customer [Consider the associated order as validated.] => Consider the associated order as validated. [Hide this status in all customer orders.] => Hide this status in all customer orders. [Attach invoice PDF to email.] => Attach invoice PDF to email. [Attach delivery slip PDF to email.] => Attach delivery slip PDF to email. [Set the order as shipped.] => Set the order as shipped. [Set the order as paid.] => Set the order as paid. [Store name] => Store name [Add new store] => Add new store [Stores] => Stores [Store name (e.g. City Center Mall Store).] => Store name (e.g. City Center Mall Store). [Allowed characters: letters, spaces and %s] => Allowed characters: letters, spaces and %s [Latitude / Longitude] => Latitude / Longitude [Store coordinates (e.g. 45.265469/-47.226478).] => Store coordinates (e.g. 45.265469/-47.226478). [Picture] => Picture [Monday] => Monday [Tuesday] => Tuesday [Wednesday] => Wednesday [Thursday] => Thursday [Friday] => Friday [Saturday] => Saturday [Sunday] => Sunday [Choose your country] => Choose your country [Choose your state (if applicable)] => Choose your state (if applicable) [Displayed in emails and page titles.] => Displayed in emails and page titles. [Shop email] => Shop email [Registration number] => Registration number [Shop address line 1] => Shop address line 1 [Shop address line 2] => Shop address line 2 [Contact details] => Contact details [Add new tag] => Add new tag [Tag] => Tag [Search] => Search [Visits] => Visits [Shop name] => Store name [Registrations] => Registrations [Undefined] => Undefined [Visitors] => Visitors [Unknown] => Unknown [Male] => Male [Female] => Female [Product name] => Product name [No redirection (you may have duplicate content issues)] => No redirection (you may have duplicate content issues) [302 Moved Temporarily (recommended while setting up your store)] => 302 Moved Temporarily (recommended while setting up your store) [301 Moved Permanently (recommended once you have gone live)] => 301 Moved Permanently (recommended once you have gone live) [Other] => Other [GET variable] => GET variable [Server] => Server [Add new contact] => Add new contact [Add a new page] => Add a new page [hours] => hours [Save messages?] => Save messages? [Re-display cart at login] => Re-display cart at login [Send an email after registration] => Send an email after registration [Password reset delay] => Password reset delay [minutes] => minutes [Enable B2B mode] => Enable B2B mode [Ask for birth date] => Ask for birth date [Enable partner offers] => Enable partner offers [Enable store] => Enable store [Maintenance IP] => Maintenance IP [Custom maintenance text] => Custom maintenance text [Enable store for logged-in employees] => Enable store for logged-in employees [Round on each item] => Round on each item [Round on each line] => Round on each line [Round on the total] => Round on the total [Round up away from zero, when it is half way there (recommended)] => Round up away from zero, when it is half way there (recommended) [Round down towards zero, when it is half way there] => Round down towards zero, when it is half way there [Round towards the next even value] => Round towards the next even value [Round towards the next odd value] => Round towards the next odd value [Round up to the nearest value] => Round up to the nearest value [Round down to the nearest value] => Round down to the nearest value [Enable SSL on all pages] => Enable SSL on all pages [Increase front office security] => Increase front office security [Allow iframes on HTML fields] => Allow iframes on HTML fields [Use HTMLPurifier Library] => Use HTMLPurifier Library [Round mode] => Round mode [Round type] => Round type [Display suppliers] => Display suppliers [Display brands] => Display brands [Display best sellers] => Display best sellers [Enable Multistore] => Enable Multistore [Main Shop Activity] => Main Shop Activity [Enable final summary] => Enable final summary [Enable guest checkout] => Enable guest checkout [Disable reordering option] => Disable reordering option [Recalculate shipping costs after editing the order] => Recalculate shipping costs after editing the order [Allow multishipping] => Allow multishipping [Delayed shipping] => Delayed shipping [Terms of service] => Terms of service [Page for terms and conditions] => Page for terms and conditions [Set backorder status] => Set backorder status [Minimum purchase total required in order to validate the order] => Minimum purchase total required in order to validate the order [Offer gift wrapping] => Offer gift wrapping [Gift-wrapping tax] => Gift-wrapping tax [Offer recycled packaging] => Offer recycled packaging [Gift-wrapping price] => Gift-wrapping price [Allow a customer to download and view PDF versions of his/her invoices.] => Allow a customer to download and view PDF versions of his/her invoices. [Send an email to the customer when his/her order status has changed.] => Send an email to the customer when his/her order status has changed. [Set the order as in transit.] => Set the order as in transit. [Catalog mode] => Catalog mode [Quantity discounts based on] => Quantity discounts based on [Force update of friendly URL] => Force update of friendly URL [Activate new products by default] => Activate new products by default [Default order of priority for specific prices] => Default order of priority for specific prices [Default behavior for disabled products] => Default behavior for disabled products [Number of days for which the product is considered 'new'] => Number of days for which the product is considered 'new' [Max size of product summary] => Max size of short description [Display available quantities on the product page] => Display available quantities on the product page [Separator of attribute anchor on the product links] => Separator of attribute anchor on the product links [Display the discounted unit price] => Display the discounted unit price [Products per page] => Products per page [Product price] => Product price [Product add date] => Product add date [Product modified date] => Product modified date [Position inside category] => Position inside category [Brand] => Brand [Product quantity] => Product quantity [Product reference] => Product reference [Default order by] => Default order by [Default order method] => Default order method [Display remaining quantities when the quantity is lower than] => Display remaining quantities when the quantity is lower than [Enable stock management] => Enable stock management [Default pack stock management] => Default pack stock management [Display unavailable attributes on the product page] => Display unavailable attributes on the product page [Allow ordering of out-of-stock products] => Allow ordering of out-of-stock products [Label of in-stock products] => Label of in-stock products [Label of out-of-stock products with allowed backorders] => Label of out-of-stock products with allowed backorders [Label of out-of-stock products with denied backorders] => Label of out-of-stock products with denied backorders [Delivery time of in-stock products] => Delivery time of in-stock products [Leave empty to disable] => Leave empty to disable [Delivery time of out-of-stock products with allowed backorders] => Delivery time of out-of-stock products with allowed backorders [Display out-of-stock label on product listing pages] => Display out-of-stock label on product listing pages [Default pack stock behavior] => Default pack stock behavior [$_GET variable] => $_GET variable [The route %routeRule% is not valid] => The route %routeRule% is not valid [Keyword "{%keyword%}" required for route "%routeName%" (rule: "%routeRule%")] => Keyword "{%keyword%}" required for route "%routeName%" (rule: "%routeRule%") [Default pages] => Default pages [Module pages] => Module pages [Display attributes in the product meta title] => Display attributes in the product meta title [Accented URL] => Accented URL [Redirect to the canonical URL] => Redirect to the canonical URL [Disable Apache's MultiViews option] => Disable Apache's MultiViews option [Disable Apache's mod_security module] => Disable Apache's mod_security module [Shop domain] => Shop domain [SSL domain] => SSL domain [Base URI] => Base URI [Route to products] => Route to products [Route to category] => Route to category [Route to supplier] => Route to supplier [Route to brand] => Route to brand [Route to page] => Route to page [Route to page category] => Route to page category [Route to modules] => Route to modules [General product settings] => General product settings [Product page] => Product page [Pagination] => Pagination [Products stock] => Products stock [Contacts] => Contacts [Add new title] => Add new title [Gift options] => Gift options [Status name] => Status name [Color] => Color [Return statuses] => Return statuses [Email template] => Email template [Order status] => Order status [Add new order status] => Add new order status [Add new order return status] => Add new order return status [Rewritten URL] => Rewritten URL [Page name] => Page name [Page title] => Page title [Meta tags] => Meta tags [Keywords: %keywords%] => Keywords: %keywords% [Improve your SEO] => Improve your SEO [Edit information about your pages to gain visibility and therefore reach more visitors. We advise you to start with the index page, it stands for your homepage.] => Edit information about your pages to gain visibility and therefore reach more visitors. We advise you to start with the index page, it stands for your homepage. [Configure index page] => Configure index page [Robots file generation] => Robots file generation [Generate robots.txt file] => Generate robots.txt file [SEO options] => SEO options [Set up URLs] => Set up URLs [Set shop URL] => Set shop URL [Schema of URLs] => Schema of URLs [Referrer] => Referrer [Add new search engine] => Add new search engine [Enable SSL] => Enable SSL [Please click here to check if your shop supports HTTPS.] => Please click here to check if your store supports HTTPS. [Page] => Page ) [AdminAdvparametersHelp] => Array ( [This page benefits from increased performance and includes new features such as a new combination management system.] => This page benefits from increased performance and includes new features such as a new combination management system. [Access the new product page, even in a multistore context. This is a work in progress and some features are not available.] => Access the new product page, even in a multistore context. This is a work in progress and some features are not available. [This page benefits from increased performance and includes new features such as a new combination management system. Please note this is a work in progress and some features are not available yet.] => This page benefits from increased performance and includes new features such as a new combination management system. Please note this is a work in progress and some features are not available yet. [Enable or disable the migrated attribute page.] => Enable or disable the migrated Attribute page. [Enable or disable the authorization server page.] => Enable or disable the Authorization server page. [Enable or disable the migrated cart rules page.] => Enable or disable the migrated Cart rules page. [Enable or disable the migrated catalog price rules page.] => Enable or disable the migrated Catalog price rules page. [Enable or disable the migrated countries page.] => Enable or disable the migrated Countries page. [Enable or disable the migrated states page.] => Enable or disable the migrated States page. [Enable or disable the migrated carriers page.] => Enable or disable the migrated Carriers page. [Enable or disable the migrated titles page.] => Enable or disable the migrated Titles page. [Enable or disable the migrated permissions page.] => Enable or disable the migrated Permissions page. [Enable or disable the migrated tax rules page.] => Enable or disable the migrated Tax rules page. [Enable or disable the migrated customer threads page.] => Enable or disable the migrated Customer threads page. [Enable or disable the migrated order states page.] => Enable or disable the migrated Order states page. [or] => or [A category root is where a category tree can begin. This is used with multistore.] => A category root is where a category tree can begin. This is used with multistore. [0 = Use quantity set in product, 1 = Use quantity from warehouse.] => 0 = Use quantity set in product, 1 = Use quantity from warehouse. [ID of the warehouse to set as storage.] => ID of the warehouse to set as storage. [Use this option to associate data (products, modules, etc.) the same way for each selected shop.] => Use this option to associate data (products, modules, etc.) the same way for each selected shop. [Click here to display the shops in the %name% shop group] => Click here to display the shops in the %name% store group [Click here to display the URLs of the %name% shop] => Click here to display the URLs of the %name% shop [Click here to display the list of shop groups] => Click here to display the list of store groups [Warning: Enabling the "share customers" and "share orders" options is not recommended. Once activated and orders are created, you will not be able to disable these options. If you need these options, we recommend using several categories rather than several shops.] => Warning: Enabling the "share customers" and "share orders" options is not recommended. Once activated and orders are created, you will not be able to disable these options. If you need these options, we recommend using several categories rather than several stores. [Once this option is enabled, the shops in this group will share customers. If a customer registers in any one of these shops, the account will automatically be available in the others shops of this group.] => Once this option is enabled, the stores in this group will share customers. If a customer registers in any one of these stores, the account will automatically be available in the other stores of this group. [Warning: you will not be able to disable this option once you have registered customers.] => Warning: you will not be able to disable this option once you have registered customers. [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 by all shops in this group. This way, any purchase started in one shop will be able to be completed in another shop from the same group.] => Once this option is enabled (which is only possible if customers and available quantities are shared among stores), the customer's cart will be shared by all stores in this group. This way, any purchase started in one store will be able to be completed in another store from the same group. [Warning: You will not be able to disable this option once you've started to accept orders.] => Warning: You will not be able to disable this option once you've started to accept orders. [Enable or disable this shop group?] => Enable or disable this store group? [If you want to add a virtual URL, you need to activate URL rewriting on your web server and enable Friendly URL option.] => If you want to add a virtual URL, you need to activate URL rewriting on your web server and enable Friendly URL option. [You can use this option if you want to create a store with a URL that doesn't exist on your server (e.g. if you want your store to be available with the URL www.example.com/my-store/shoes/, you have to set shoes/ in this field, assuming that my-store/ is your Physical URL).] => You can use this option if you want to create a store with a URL that doesn't exist on your server (e.g. if you want your store to be available with the URL www.example.com/my-store/shoes/, you have to set shoes/ in this field, assuming that my-store/ is your Physical URL). [URL rewriting must be activated on your server to use this feature.] => URL rewriting must be activated on your server to use this feature. [If you set this URL as the Main URL for the selected shop, all URLs set to this shop will be redirected to this URL (you can only have one Main URL per shop).] => If you set this URL as the Main URL for the selected shop, all URLs set to this shop will be redirected to this URL (you can only have one Main URL per shop). [Since the selected shop has no main URL, you have to set this URL as the Main URL.] => Since the selected shop has no main URL, you have to set this URL as the Main URL. [The selected shop already has a Main URL. Therefore, if you set this one as the Main URL, the older Main URL will be set as a regular URL.] => The selected shop already has a Main URL. Therefore, if you set this one as the Main URL, the older Main URL will be set as a regular URL. [This is the physical folder for your store on the web server. Leave this field empty if your store is installed on the root path. For instance, if your store is available at www.example.com/my-store/, you must input my-store/ in this field.] => This is the physical folder for your store on the web server. Leave this field empty if your store is installed on the root path. For instance, if your store is available at www.example.com/my-store/, you must input my-store/ in this field. [Warning: URL rewriting (e.g. mod_rewrite for Apache) seems to be disabled. If your Virtual URL doesn't work, please check with your hosting provider on how to activate URL rewriting.] => Warning: URL rewriting (e.g. mod_rewrite for Apache) seems to be disabled. If your Virtual URL doesn't work, please check with your hosting provider on how to activate URL rewriting. [Ignore this field if you don't use the Multistore tool. If you leave this field empty, the default shop will be used.] => Ignore this field if you don't use the Multistore tool. If you leave this field empty, the default shop will be used. [Enable Advanced Stock Management on product (0 = No, 1 = Yes)] => Enable Advanced Stock Management on product (0 = No, 1 = Yes) [Enable Advanced Stock Management on product (0 = No, 1 = Yes).] => Enable Advanced Stock Management on product (0 = No, 1 = Yes). [This will add directives to your .htaccess file, which should improve caching and compression.] => This will add directives to your .htaccess file, which should improve caching and compression. [Enable or disable debug mode.] => Enable or disable debug mode. [Enable or disable debug mode. Debug mode will enable extended error reporting, display the Symfony debug bar, and other features.] => Enable or disable debug mode. Debug mode will enable extended error reporting, display the Symfony debug bar, and other features. [Enable or disable debug profiling. Debug profiling will display performance-related information under each page and help find performance bottlenecks in your store.] => Enable or disable debug profiling. Debug profiling will display performance-related information under each page and help find performance bottlenecks in your store. [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.] => 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. [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.] => 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. [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.] => 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. [Choose "No" to disable Product Combinations.] => Choose "No" to disable Product Combinations. [You cannot set this parameter to No when combinations are already used by some of your products] => You cannot set this parameter to No when combinations are already used by some of your products [Choose "No" to disable Product Features.] => Choose "No" to disable Product Features. [Choose "No" to disable Customer Groups.] => Choose "No" to disable Customer Groups. [Should be enabled if you want to avoid to store the smarty cache on NFS.] => Should be enabled if you want to avoid to store the smarty cache on NFS. [Choose a stability level for the modules downloaded from PrestaShop Addons Marketplace. All zips pushed on the marketplace are in stable state unless stated otherwise.] => Choose a stability level for the modules downloaded from PrestaShop Addons Marketplace. All zips pushed on the marketplace are in stable state unless stated otherwise. [Check the IP address of the cookie in order to prevent your cookie from being stolen.] => Check the IP address of the cookie in order to prevent your cookie from being stolen. [Set the amount of hours during which the front office cookies are valid. After that amount of time, the customer will have to log in again.] => Set the amount of hours during which the front office cookies are valid. After that amount of time, the customer will have to log in again. [When you access your back office and decide to stay logged in, your cookies lifetime defines your browser session. Set here the number of hours during which you want them valid before logging in again.] => When you access your back office and decide to stay logged in, your cookies lifetime defines your browser session. Set here the number of hours during which you want them valid before logging in again. [Allows you to declare if your cookie should be restricted to a first-party or same-site context.] => Allows you to declare if your cookie should be restricted to a first-party or same-site context. [Set the maximum size allowed for attachment files (in megabytes). This value has to be lower than or equal to the maximum file upload allotted by your server (currently: %size% MB).] => Set the maximum size allowed for attachment files (in megabytes). This value has to be lower than or equal to the maximum file upload allotted by your server (currently: %size% MB). [Define the upload limit for a downloadable product (in megabytes). This value has to be lower or equal to the maximum file upload allotted by your server (currently: %size% MB).] => Define the upload limit for a downloadable product (in megabytes). This value has to be lower or equal to the maximum file upload allotted by your server (currently: %size% MB). [Define the upload limit for an image (in megabytes). This value has to be lower or equal to the maximum file upload allotted by your server (currently: %size% MB).] => Define the upload limit for an image (in megabytes). This value has to be lower or equal to the maximum file upload allotted by your server (currently: %size% MB). [Drop existing tables during import.] => Drop existing tables during import. [If enabled, the backup script will drop your tables prior to restoring data. (ie. "DROP TABLE IF EXISTS")] => If enabled, the backup script will drop your tables prior to restoring data. (ie. "DROP TABLE IF EXISTS") [A DKIM selector usually looks like 12345.domain. It must match the name of your DNS record.] => A DKIM selector usually looks like 12345.domain. It must match the name of your DNS record. [The private key starts with -----BEGIN RSA PRIVATE KEY-----.] => The private key starts with -----BEGIN RSA PRIVATE KEY-----. [Where customers send messages from the order page.] => Where customers send messages from the order page. [Enable DKIM, fill in the fields and give it a try. If no email is sent, check logs.] => Enable DKIM, fill in the fields and give it a try. If no email is sent, check logs. [Fully qualified domain name (keep this field empty if you don't know).] => Fully qualified domain name (keep this field empty if you don't know). [IP address or server name (e.g. smtp.mydomain.com).] => IP address or server name (e.g. smtp.mydomain.com). [Leave blank if not applicable.] => Leave blank if not applicable. [SSL does not seem to be available on your server.] => SSL does not seem to be available on your server. [Port number to use.] => Port number to use. [Allow or deny this employee's access to the Admin panel.] => Allow or deny this employee's access to the Admin panel. [Select the stores the employee is allowed to access.] => Select the stores the employee is allowed to access. [This page will be displayed just after login.] => This page will be displayed just after login. [Password should be at least %num% characters long.] => Password should be at least %num% characters long. [e.g. 1; Blouse; 129.90; 5] => e.g. 1; Blouse; 129.90; 5 [e.g. Blouse; red.jpg, blue.jpg, green.jpg; 129.90 ] => e.g. Blouse; red.jpg, blue.jpg, green.jpg; 129.90 [If enabled, the product's reference number MUST be unique!] => If enabled, the product's reference number MUST be unique! [Enable this option to keep your imported items’ ID number as is. Otherwise, PrestaShop will ignore them and create auto-incremented ID numbers.] => Enable this option to keep your imported items’ ID number as is. Otherwise, PrestaShop will ignore them and create auto-incremented ID numbers. [Receive an email when the import is complete. It can be useful when handling large files, as the import may take some time.] => Receive an email when the import is complete. It can be useful when handling large files, as the import may take some time. [Click on "None" to disable log alerts by email or enter the recipients of these emails in the following field.] => Click on "None" to disable log alerts by email or enter the recipients of these emails in the following field. [Log alerts will be sent to these emails. Please use a comma to separate them (e.g. [email protected], [email protected]).] => Log alerts will be sent to these emails. Please use a comma to separate them (e.g. [email protected], [email protected]). [Enabling multi-statements queries increases the risk of SQL injection vulnerabilities being exploited.] => Enabling multi-statements queries increases the risk of SQL injection vulnerabilities being exploited. [Back office pages require the use of a token. This protection can be disabled if needed.] => Back office pages require the use of a token. This protection can be disabled if needed. [Before activating the webservice, you must be sure to: ] => Before activating the webservice, you must be sure to: [Check that URL rewriting is available on this server.] => Check that URL rewriting is available on this server. [Check that the six methods GET, POST, PUT, PATCH, DELETE and HEAD are supported by this server.] => Check that the six methods GET, POST, PUT, PATCH, DELETE and HEAD are supported by this server. [Before choosing "Yes", check that PHP is not configured as an Apache module on your server.] => Before choosing "Yes", check that PHP is not configured as an Apache module on your server. [Quick description of the key: who it is for, what permissions it has, etc.] => Quick description of the key: who it is for, what permissions it has, etc. [How to restore a database backup in 10 easy steps] => How to restore a database backup in 10 easy steps [Set "Enable Shop" to "No" in the "Maintenance" page under the "Preferences" menu.] => Set "Enable Shop" to "No" in the "Maintenance" page under the "Preferences" menu. [Download the backup from the list below or from your FTP server (in the folder "admin/backups").] => Download the backup from the list below or from your FTP server (in the folder "admin/backups"). [Check the backup integrity: Look for errors, incomplete file, etc... Be sure to verify all of your data.] => Check the backup integrity: Look for errors, incomplete file, etc... Be sure to verify all of your data. [Please ask your hosting provider for "phpMyAdmin" access to your database.] => Please ask your hosting provider for "phpMyAdmin" access to your database. [Connect to "phpMyAdmin" and select your current database.] => Connect to "phpMyAdmin" and select your current database. [Unless you enabled the "Drop existing tables" option, you must delete all tables from your current database.] => Unless you enabled the "Drop existing tables" option, you must delete all tables from your current database. [At the top of the screen, please select the "Import" tab] => At the top of the screen, please select the "Import" tab [Click on the "%phpmyadmin_browse_label%" button and select the backup file from your hard drive.] => Click on the "%phpmyadmin_browse_label%" button and select the backup file from your hard drive. [Check the maximum filesize allowed (e.g. Max: 16MB)] => Check the maximum filesize allowed (e.g. Max: 16MB) [If your backup file exceeds this limit, contact your hosting provider for assistance. ] => If your backup file exceeds this limit, contact your hosting provider for assistance. [Click on the "%phpmyadmin_go_label%" button and please wait patiently for the import process to conclude. This may take several minutes.] => Click on the "%phpmyadmin_go_label%" button and please wait patiently for the import process to conclude. This may take several minutes. [You can read information on import at:] => You can read information on import at: [https://docs.prestashop-project.org/1.7-documentation/user-guide/configuring-shop/advanced-parameters/import] => https://docs.prestashop-project.org/1.7-documentation/user-guide/configuring-shop/advanced-parameters/import [Read more about the CSV format at:] => Read more about the CSV format at: [https://en.wikipedia.org/wiki/Comma-separated_values] => https://en.wikipedia.org/wiki/Comma-separated_values [Allowed formats: .csv, .xls, .xlsx, .xlst, .ods, .ots] => Allowed formats: .csv, .xls, .xlsx, .xlst, .ods, .ots [Only UTF-8 and ISO 8859-1 encodings are allowed] => Only UTF-8 and ISO 8859-1 encodings are allowed [You can also upload your file via FTP to the following directory: %s .] => You can also upload your file via FTP to the following directory: %s . [https://docs.prestashop-project.org/v.8-documentation/user-guide/configuring-shop/advanced-parameters/import] => https://docs.prestashop-project.org/v.8-documentation/user-guide/configuring-shop/advanced-parameters/import [Fill in the fields below to set up DKIM signing of outgoing emails. This will reduce the likelihood of your emails being marked as spam. You can get the data below from your server administrator or generate it yourself by using one of the freely available tools, such as dkimcore.org. Also, make sure that your server is registered as an authorized sender in your SPF record. ] => Fill in the fields below to set up DKIM signing of outgoing emails. This will reduce the likelihood of your emails being marked as spam. You can get the data below from your server administrator or generate it yourself by using one of the freely available tools, such as dkimcore.org. Also, make sure that your server is registered as an authorized sender in your SPF record. [Allow or disallow this employee to log in to the Admin panel.] => Allow or disallow this employee to log in to the Admin panel. [Select the shops the employee is allowed to access.] => Select the shops the employee is allowed to access. [This page will be displayed right after signing in.] => This page will be displayed right after signing in. [Informative only] => Informative only [Warning] => Warning [Error] => Error [Major issue (crash)!] => Major issue (crash)! [Severity levels] => Severity levels [How do I create a new SQL query?] => How do I create a new SQL query? [Click "%add_new_label%".] => Click "%add_new_label%". [Fill in the fields and click "%save_label%".] => Fill in the fields and click "%save_label%". [You can then view the query results by clicking on the "%view_label%" action in the dropdown menu] => You can then view the query results by clicking on the "%view_label%" action in the dropdown menu. [You can also export the query results as a CSV file by clicking on the "%export_label%" button] => You can also export the query results as a CSV file by clicking on the "%export_label%" button. [All outdated sessions will be automatically cleared after the first connection attempt, but you can do it manually now if needed.] => All outdated sessions will be automatically cleared after the first connection attempt, but you can do it manually now if needed. [Scores are integers from 0 to 4.] => Scores are integers from 0 to 4. [Notifications are numbered bubbles displayed at the very top of your back office, right next to the shop's name. They display the number of new items since you last clicked on them.] => Notifications are numbered bubbles displayed at the very top of your back office, right next to the shop's name. They display the number of new items since you last clicked on them. [This feature allows you to identify modules that might be causing bugs on your store. Disable all non-built-in modules (not listed in composer.json). Then, re-enable each module one by one and check that everything works properly before moving on to the next one.] => This feature allows you to identify modules that might be causing bugs on your store. Disable all non-built-in modules (not listed in composer.json). Then, re-enable each module one by one and check that everything works properly before moving on to the next one. [Some features can be disabled in order to improve performance.] => Some features can be disabled in order to improve performance. [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.7+. Otherwise, CCC will cause problems.] => 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.7+. Otherwise, CCC will cause problems. [Invalid] => Invalid [Okay] => Okay [Good] => Good [Fabulous] => Fabulous ) [AdminCatalogNotification] => Array ( [You must select some products before] => You must select some products before [You cannot set 0 or a negative position, the minimum is 1.] => You cannot set 0 or a negative position, the minimum is 1. [You cannot set a position greater than the total number of products in the category, starting at 1.] => You cannot set a position greater than the total number of products in the category, starting at 1. [Error on image caption: "%1s" is not a valid caption.] => Error on image caption: "%1s" is not a valid caption. [The discount was successfully generated.] => The discount was successfully generated. [The root category of the shop %shop% is not associated with the current shop. You can't access this page. Please change the root category of the shop.] => The root category of the shop %shop% is not associated with the current shop. You can't access this page. Please change the root category of the shop. [This will copy the images too. If you wish to proceed, click "%yes_label%". If not, click "%no_label%".] => This will copy the images too. If you wish to proceed, click "%yes_label%". If not, click "%no_label%". [You cannot update the available stock when it depends on stock.] => You cannot update the available stock when it depends on stock. [Incorrect Stock Manager class [%s]] => Incorrect Stock Manager class [%s] [Stock Manager class not found [%s]] => Stock Manager class not found [%s] [Failed to copy the file.] => Failed to copy the file. [An error occurred while updating the status for an object.] => An error occurred while updating the status for an object. [(cannot load object)] => (cannot load object) [The attribute value "%1$s" already exist for %2$s language] => The attribute value "%1$s" already exist for %2$s language [This feature has been disabled. You can activate it here: %link%.] => This feature has been disabled. You can activate it here: %link%. [Failed to delete the attribute.] => Failed to delete the attribute. [The "%s" restriction is checked, but no item is selected.] => The "%s" restriction is checked, but no item is selected. [The voucher cannot end before it begins.] => The voucher cannot end before it begins. [The minimum amount cannot be lower than zero.] => The minimum amount cannot be lower than zero. [Reduction percentage must be between 0% and 100%] => Reduction percentage must be between 0% and 100% [Reduction amount cannot be lower than zero.] => Reduction amount cannot be lower than zero. [This cart rule code is already used (conflict with cart rule %rulename%)] => This cart rule code is already used (conflict with cart rule %rulename%) [An action is required for this cart rule.] => An action is required for this cart rule. [No product has been found.] => No product has been found. [Product with required customization fields cannot be used as a gift.] => Product with required customization fields cannot be used as a gift. [Invalid product] => Invalid product [Invalid combination] => Invalid combination [An error occurred during the image upload process.] => An error occurred during the image upload process. [An order has already been placed with this cart.] => An order has already been placed with this cart. [This product cannot be added to the cart.] => This product cannot be added to the cart. [You already have the maximum quantity available for this product.] => You already have the maximum quantity available for this product. [Invalid voucher.] => Invalid voucher. [Invalid quantity] => Invalid quantity [There are not enough products in stock.] => There are not enough products in stock. [Cannot add image because product creation failed.] => Cannot add image because product creation failed. [Error while creating additional image] => Error while creating additional image [We were unable to associate this attachment to a product.] => We were unable to associate this attachment to a product. [An error occurred while saving product attachments.] => An error occurred while saving product attachments. [You cannot delete this product because there is physical stock left.] => You cannot delete this product because there is physical stock left. [You cannot change the product's cover image.] => You cannot change the product's cover image. [The image could not be found. ] => The image could not be found. [You cannot delete the product #%d because there is physical stock left.] => You cannot delete the product #%d because there is physical stock left. [The price attribute is required.] => The price attribute is required. [You must add at least one attribute.] => You must add at least one attribute. [This combination already exists.] => This combination already exists. [A product must be created before adding features.] => A product must be created before adding features. [Please specify priorities.] => Please specify priorities. [An error occurred while updating priorities.] => An error occurred while updating priorities. [An error occurred while setting priorities.] => An error occurred while setting priorities. [An error occurred while creating customization fields.] => An error occurred while creating customization fields. [An error occurred while updating customization fields.] => An error occurred while updating customization fields. [An error occurred while updating the custom configuration.] => An error occurred while updating the custom configuration. [The label fields defined are invalid.] => The label fields defined are invalid. [A product must be created before adding customization.] => A product must be created before adding customization. [The uploaded file exceeds the "Maximum size for a downloadable product" set in preferences (%1$dMB) or the post_max_size/ directive in php.ini (%2$dMB).] => The uploaded file exceeds the "Maximum size for a downloadable product" set in preferences (%1$dMB) or the post_max_size/ directive in php.ini (%2$dMB). [An error occurred while attempting to associate this image with your shop. ] => An error occurred while attempting to associate this image with your shop. [An error occurred while attempting to move this picture.] => An error occurred while attempting to move this picture. [An error occurred while attempting to update the cover picture.] => An error occurred while attempting to update the cover picture. [An error occurred while attempting to delete the product image.] => An error occurred while attempting to delete the product image. [Wrong IDs] => Wrong IDs [Invalid price/discount amount] => Invalid price/discount amount [Please select a discount type (amount or percentage).] => Please select a discount type (amount or percentage). [The from/to date is invalid.] => The from/to date is invalid. [The name for feature %1$s is too long in %2$s.] => The name for feature %1$s is too long in %2$s. [A valid name required for feature. %1$s in %2$s.] => A valid name required for feature. %1$s in %2$s. [An error occurred while adding tags.] => An error occurred while adding tags. [This %1$s field is required at least in %2$s] => This %1$s field is required at least in %2$s [The %1$s field is too long (%2$d chars max).] => The %1$s field is too long (%2$d chars max). [This %1$s field (%2$s) is too long: %3$d chars max (current count %4$d).] => This %1$s field (%2$s) is too long: %3$d chars max (current count %4$d). [An error occurred while attempting to delete previous tags.] => An error occurred while attempting to delete previous tags. [The selected currency is not valid] => The selected currency is not valid [An error occurred while copying image, the file does not exist anymore.] => An error occurred while copying image, the file does not exist anymore. [An error occurred while copying image, the file width is 0px.] => An error occurred while copying image, the file width is 0px. [An error occurred while copying image, check your memory limit.] => An error occurred while copying image, check your memory limit. [An error occurred while copying the image.] => An error occurred while copying the image. [You can't add product packs into a pack] => You can't add product packs into a pack [An error occurred while attempting to add products to the pack.] => An error occurred while attempting to add products to the pack. [An error occurred while updating the specific price.] => An error occurred while updating the specific price. [The specific price ID is invalid.] => The specific price ID is invalid. [An error occurred while attempting to delete the specific price.] => An error occurred while attempting to delete the specific price. [An attachment name is required.] => An attachment name is required. [This attachment was unable to be loaded into the database.] => This attachment was unable to be loaded into the database. [A specific price already exists for these parameters.] => A specific price already exists for these parameters. [You do not have permission to add suppliers.] => You do not have permission to add suppliers. [The address is not correct. Please make sure all of the required fields are completed.] => The address is not correct. Please make sure all of the required fields are completed. [It is not possible to delete a supplier if there are pending supplier orders.] => It is not possible to delete a supplier if there are pending supplier orders. [Could not delete #%i] => Could not delete #%i [Missing id_hook] => Missing id_hook [Missing block_name] => Missing block_name [Missing block_name value for language %s] => Missing block_name value for language %s [Missing %s value in custom[%s] for language %s] => Missing %s value in custom [%s] for language %s [It is not possible to delete a combination while it still has some quantities in the Advanced Stock Management. You must delete its stock first.] => It is not possible to delete a combination while it still has some quantities in the Advanced Stock Management. You must delete its stock first. [Error while deleting the stock] => Error while deleting the stock [Successful deletion] => Successful deletion [You cannot delete this attribute.] => You cannot delete this attribute. [Invalid 'to' date] => Invalid 'to' date [Invalid 'from' date] => Invalid 'from' date [Submitted reduction value (0-100) is out-of-range] => Submitted reduction value (0-100) is out-of-range [No reduction value has been submitted] => No reduction value has been submitted [Invalid date range] => Invalid date range [If they have no other category, I want to associate them with the parent category.] => If they have no other category, I want to associate them with the parent category. [If they have no other category, I want to associate them with the parent category and turn them offline.] => If they have no other category, I want to associate them with the parent category and turn them offline. [(Recommended)] => (Recommended) [If they have no other category, I want to delete them as well.] => If they have no other category, I want to delete them as well. [This file is associated with the following products. Are you sure you want to delete it?] => This file is associated with the following products. Are you sure you want to delete it? [Remember to properly edit all information after duplicating - including SEO information and friendly URL.] => Remember to properly edit all information after duplicating - including SEO information and friendly URL. [Product(s) successfully activated.] => Product(s) successfully activated. [Product(s) successfully deactivated.] => Product(s) successfully deactivated. [Product(s) successfully deleted.] => Product(s) successfully deleted. [Product(s) successfully duplicated.] => Product(s) successfully duplicated. [Products successfully sorted.] => Products successfully sorted. [Product successfully deleted.] => Product successfully deleted. [Product successfully duplicated.] => Product successfully duplicated. [Product successfully activated.] => Product successfully activated. [Product successfully deactivated.] => Product successfully deactivated. [To put this product online, please enter a name.] => To put this product online, please enter a name. [The product you are trying to access doesn't exist.] => The product you are trying to access doesn't exist. [Invalid description for %s language] => Invalid description for %s language [Upload error. Please check your server configurations for the maximum upload size allowed.] => Upload error. Please check your server configurations for the maximum upload size allowed. [An error occurred while uploading the image:] => An error occurred while uploading the image: [You cannot remove this category because one of your shops uses it as a root category.] => You cannot remove this category because one of your shops uses it as a root category. [An error occurred while creating the category.] => An error occurred while creating the category. [The root category of a shop cannot be edited.] => The root category of a shop cannot be edited. [An error occurred while editing the category.] => An error occurred while editing the category. [The display of your brands is enabled on your store. Go to %sShop Parameters > General%s to edit settings.] => The display of your brands is enabled on your store. Go to %sShop Parameters > General%s to edit settings. [The display of your brands is disabled on your store. Go to %sShop Parameters > General%s to edit settings.] => The display of your brands is disabled on your store. Go to %sShop Parameters > General%s to edit settings. [Unable to resize one or more of your pictures.] => Unable to resize one or more of your pictures. [Error for combination %combination_id%: %error_message%] => Error for combination %combination_id%: %error_message% [Error for product %product_id%: %error_message%] => Error for product %product_id%: %error_message% [When redirecting towards a product you must select a target product.] => When redirecting towards a product you must select a target product. [The display of your suppliers is enabled on your store. Go to %sShop Parameters > General%s to edit settings.] => The display of your suppliers is enabled on your store. Go to %sShop Parameters > General%s to edit settings. [The display of your suppliers is disabled on your store. Go to %sShop Parameters > General%s to edit settings.] => The display of your suppliers is disabled on your store. Go to %sShop Parameters > General%s to edit settings. [Product customization could not be found. Go to Catalog > Products to customize the product.] => Product customization could not be found. Go to Catalog > Products to customize the product. [Selected products were successfully canceled.] => Selected products were successfully canceled. [Cannot find specific price %price%] => Cannot find specific price %price% [This pack is empty. You must add at least one product item.] => This pack is empty. You must add at least one product item. [Duplicate product?] => Duplicate product? [Permanently delete this product?] => Permanently delete this product? [Change the product type] => Change the product type [Are you sure you want to change the product type?] => Are you sure you want to change the product type? [Change product type] => Change product type [Changing the product type will immediately save the product and refresh the page.] => Changing the product type will immediately save the product and refresh the page. [This will delete all combinations.] => This will delete all combinations. [This will delete the list of products in this pack.] => This will delete the list of products in this pack. [This will delete the associated virtual file.] => This will delete the associated virtual file. [This will reset the ecotax value and may impact your retail price (tax incl.).] => This will reset the ecotax value and may impact your retail price (tax incl.). [This will reset the stock of this product.] => This will reset the stock of this product. [Image replaced] => Image replaced [Are you sure you want to delete the selected image?|Are you sure you want to delete the %filesNb% selected images?] => Are you sure you want to delete the selected image?|Are you sure you want to delete the %filesNb% selected images? [Are you sure you want to delete the selected image?|Are you sure you want to delete the {filesNb} selected images?] => Are you sure you want to delete the selected image?|Are you sure you want to delete the {filesNb} selected images? [The file was successfully added.] => The file was successfully added. [This value is too long. It should have %limit% characters or less.] => This value is too long. It should have %limit% characters or less. [There is no result for this search. Update your filters to view other products.] => There is no result for this search. Update your filters to view other products. [Duplication in progress...] => Duplication in progress... [Duplication failed.] => Duplication failed. [Activation in progress...] => Activation in progress... [Activation failed.] => Activation failed. [Deactivation in progress...] => Deactivation in progress... [Deactivation failed.] => Deactivation failed. [Deletion in progress...] => Deletion in progress... [Deletion failed.] => Deletion failed. [Duplicating products] => Duplicating products [Duplicating...] => Duplicating... [Activating products] => Activating products [Activating...] => Activating... [Deactivating products] => Deactivating products [Deactivating...] => Deactivating... [Deleting products] => Deleting products [Deleting...] => Deleting... [You are in a multistore context: any modification will impact all your shops, or each shop of the active group.] => You are in a multistore context: any modification will impact all your stores or each store of the active group. [Friendly URLs are currently enabled.] => Friendly URLs are currently enabled. [To disable it, go to [1]SEO and URLs[/1]] => To disable it, go to [1]SEO and URLs[/1] [Friendly URLs are currently disabled.] => Friendly URLs are currently disabled. [To enable it, go to [1]SEO and URLs[/1]] => To enable it, go to [1]SEO and URLs[/1] [The "Force update of friendly URL" option is currently enabled.] => The "Force update of friendly URL" option is currently enabled. [To disable it, go to [1]Product Settings[/1]] => To disable it, go to [1]Product Settings[/1] [If no carrier is selected then all the carriers will be available for customers orders.] => If no carrier is selected then all the carriers will be available for customers orders. [When enabling advanced stock management for a pack, please make sure it is also enabled for its product(s) – if you choose to decrement product quantities.] => When enabling advanced stock management for a pack, please make sure it is also enabled for its product(s) – if you choose to decrement product quantities. [You can't add or edit a product in this shop context: select a shop instead of a group of shops.] => You can't add or edit a product in this store context: select a store instead of a group of stores. [This will delete all the combinations. Do you wish to proceed?] => This will delete all the combinations. Do you wish to proceed? [A pack of products can't have combinations.] => A pack of products can't have combinations. [A virtual product can't have combinations.] => A virtual product can't have combinations. [What do you want to do with the products associated with this category?] => What do you want to do with the products associated with this category? [Note that if they have another category, your products will logically remain associated with it.] => Note that if they have another category, your products will logically remain associated with it. [You have reached the limit (%s) of files to upload, please remove files to continue uploading] => You have reached the limit (%s) of files to upload, please remove files to continue uploading [This feature has been disabled. You can activate it here: %url%.] => This feature has been disabled. You can activate it here: %url%. [No address has been found for this brand.] => No address has been found for this brand. [This combination doesn't exist anymore] => This combination doesn't exist anymore. [Are you sure you want to delete selected combinations?] => Are you sure you want to delete selected combinations? [Discard changes?] => Discard changes? [All unsaved modifications made on the combination [1]%combinationName%[/1] will be lost.] => All unsaved modifications made on the combination [1]%combinationName%[/1] will be lost. [Are you sure you want to delete selected combinations from store "%store_name%"?] => Are you sure you want to delete selected combinations from store "%store_name%"? [Are you sure you want to delete selected combinations from all stores?] => Are you sure you want to delete selected combinations from all stores? [All unsaved modifications made on the combination [1]{combinationName}[/1] will be lost.] => All unsaved modifications made on the combination [1]{combinationName}[/1] will be lost. [This is the experimental product page.] => This is the experimental product page. [There is no attachment yet.] => There is no attachment yet. [No product matches your search. Try changing search terms.] => No product matches your search. Try changing search terms. [Stock successfully updated] => Stock successfully updated ) [ShopThemeGlobal] => Array ( [Undefined] => Undefined [Straight rows of keys are easy to guess] => Straight rows of keys are easy to guess [Short keyboard patterns are easy to guess] => Short keyboard patterns are easy to guess [Use a longer keyboard pattern with more turns] => Use a longer keyboard pattern with more turns [Repeats like "aaa" are easy to guess] => Repeats like "aaa" are easy to guess [Repeats like "abcabcabc" are only slightly harder to guess than "abc"] => Repeats like "abcabcabc" are only slightly harder to guess than "abc" [Sequences like abc or 6543 are easy to guess] => Sequences like "abc"or "6543" are easy to guess [Recent years are easy to guess] => Recent years are easy to guess [Dates are often easy to guess] => Dates are often easy to guess [This is a top-10 common password] => This is a top-10 common password [This is a top-100 common password] => This is a top-100 common password [This is a very common password] => This is a very common password [This is similar to a commonly used password] => This is similar to a commonly used password [A word by itself is easy to guess] => A word by itself is easy to guess [Names and surnames by themselves are easy to guess] => Names and surnames by themselves are easy to guess [Common names and surnames are easy to guess] => Common names and surnames are easy to guess [Use a few words, avoid common phrases] => Use a few words, avoid common phrases [No need for symbols, digits, or uppercase letters] => No need for symbols, digits, or uppercase letters [Avoid repeated words and characters] => Avoid repeated words and characters [Avoid sequences] => Avoid sequences [Avoid recent years] => Avoid recent years [Avoid years that are associated with you] => Avoid years that are associated with you [Avoid dates and years that are associated with you] => Avoid dates and years that are associated with you [Capitalization doesn't help very much] => Capitalization doesn't help very much [All-uppercase is almost as easy to guess as all-lowercase] => All-uppercase is almost as easy to guess as all-lowercase [Reversed words aren't much harder to guess] => Reversed words aren't much harder to guess [Predictable substitutions like '@' instead of 'a' don't help very much] => Predictable substitutions like "@" instead of "a" don't help very much [Add another word or two. Uncommon words are better.] => Add another word or two. Uncommon words are better. [Sequences like "abc" or "6543" are easy to guess] => Sequences like "abc" or "6543" are easy to guess. [Predictable substitutions like "@" instead of "a" don't help very much] => Predictable substitutions like "@" instead of "a" don't help very much. [Yes] => Yes [No] => No [None] => None [Very weak] => Very weak [Weak] => Weak [Average] => Average [Strong] => Strong [Very strong] => Very strong [Merchandise returns] => Merchandise returns [The page you are looking for was not found.] => The page you are looking for was not found. [Our Offers] => Our Offers [Log in] => Log in [Create new account] => Create new account [Monday] => Monday [Tuesday] => Tuesday [Wednesday] => Wednesday [Thursday] => Thursday [Friday] => Friday [Saturday] => Saturday [Sunday] => Sunday [Brands] => Brands [Home] => Home [Sort by:] => Sort by: [Close] => Close [Store information] => Store information [Addresses] => Addresses [Active filters] => Active filters [(no filter)] => (no filter) [(tax included)] => (tax included) [(tax excluded)] => (tax excluded) [(tax incl.)] => (tax incl.) [(tax excl.)] => (tax excl.) [Tax included] => Tax included [Tax excluded] => Tax excluded [New] => New [Contact us] => Contact us [Call us: [1]%phone%[/1]] => Call us: [1]%phone%[/1] [Call us:] => Call us: [Fax:] => Fax: [Email us:] => Email us: [Fax: [1]%fax%[/1]] => Fax: [1]%fax%[/1] [Currency:] => Currency: [Currency dropdown] => Currency dropdown [Get our latest news and special sales] => Get our latest news and special sales [Carousel container] => Carousel container [Carousel buttons] => Carousel buttons [Previous] => Previous [Next] => Next [Language:] => Language: [Language dropdown] => Language dropdown [%label%:] => %label%: [Sort by selection] => Sort by selection [%copyright% %year% - Ecommerce software by %prestashop%] => %copyright% %year% - Ecommerce software by %prestashop% [List of sub categories in %name%:] => List of sub categories in %name%: [List of pages in %category_name%:] => List of pages in %category_name%: [Sitemap] => Sitemap [Our stores] => Our stores [About and Contact] => About and Contact [Date] => Date [Status] => Status [You are not allowed to access this page.] => You are not allowed to access this page. [403 Forbidden] => 403 Forbidden [We'll be back soon.] => We'll be back soon. [This page could not be found] => This page could not be found [Try to search our catalog, you may find what you are looking for!] => Try to search our catalog, you may find what you are looking for! [You cannot access this store from your country. We apologize for the inconvenience.] => You cannot access this store from your country. We apologize for the inconvenience. ) [AdminPaymentFeature] => Array ( [Customer currency] => Customer currency [Shop default currency] => Shop default currency [Active payment] => Active payment [Currency restrictions] => Currency restrictions [Country restrictions] => Country restrictions [Group restrictions] => Group restrictions [Carrier restrictions] => Carrier restrictions ) [ModulesStatscheckupAdmin] => Array ( [Catalog evaluation] => Catalog evaluation [Enrich your stats, give your catalog a quick evaluation to better analyze your activity.] => Enrich your stats, give your catalog a quick evaluation to better analyze your activity. [Bad] => Bad [Average] => Average [Good] => Good [No product was found.] => No product was found. [Descriptions] => Descriptions [chars (without HTML)] => chars (without HTML) [orders / month] => orders / month [items] => items [Not enough] => Not enough [Alright] => Alright [Less than] => Less than [Greater than] => Greater than [Order by] => Order by [Desc.] => Desc. [Global] => Global ) [ModulesMailalertsAdmin] => Array ( [image(s)] => image(s) [Voucher code:] => Voucher code: ) [ModulesStatsbestvouchersAdmin] => Array ( [Empty recordset returned.] => Empty recordset returned. [Total used] => Total used [Best vouchers] => Best vouchers [Enrich your stats, add a list of the most used vouchers to the dashboard.] => Enrich your stats, add a list of the most used vouchers to the dashboard. ) [ShopThemeCategory] => Array ( [Subcategories] => Subcategories ) [ModulesWelcomeAdmin] => Array ( [Let's create your first product] => Let's create your first product [What do you want to tell about it? Think about what your customers want to know.] => What do you want to tell about it? Think about what your customers want to know. [Add clear and attractive information. Don't worry, you can edit it later :)] => Add clear and attractive information. Don't worry, you can edit it later :) [Give your product a catchy name.] => Give your product a catchy name. [Fill out the essential details in this tab. The other tabs are for more advanced information.] => Fill out the essential details in this tab. The other tabs are for more advanced information. [Add one or more pictures so your product looks tempting!] => Add one or more pictures so your product looks tempting! [How much do you want to sell it for?] => How much do you want to sell it for? [Yay! You just created your first product. Looks good, right?] => Yay! You just created your first product. Looks good, right? [Give your shop its own identity] => Give your shop its own identity [How do you want your shop to look? What makes it so special?] => How do you want your shop to look? What makes it so special? [Customize your theme or choose the best design from our theme catalog.] => Customize your theme or choose the best design from our theme catalog. [A good way to start is to add your own logo here!] => A good way to start is to add your own logo here! [If you want something really special, have a look at the theme catalog!] => If you want something really special, have a look at the theme catalog! [Get your shop ready for payments] => Get your shop ready for payments [How do you want your customers to pay you?] => How do you want your customers to pay you? [These payment methods are already available to your customers.] => These payment methods are already available to your customers. [Choose your shipping solutions] => Choose your shipping solutions [How do you want to deliver your products?] => How do you want to deliver your products? [Here are the shipping methods available on your shop today.] => Here are the shipping methods available on your shop today. [Skip this tutorial] => Skip this tutorial [Over to you!] => Over to you! [You've seen the essential, but there's a lot more to explore.] => You've seen the essential, but there's a lot more to explore. [Some ressources can help you go further:] => Some resources can help you go further: [Starter Guide] => Starter Guide [Forum] => Forum [Training] => Training [Video tutorial] => Video tutorial [I'm ready] => I'm ready [Welcome to your shop!] => Welcome to your shop! [Hi! My name is Preston and I'm here to show you around.] => Hi! My name is Preston and I'm here to show you around. [You will discover a few essential steps before you can launch your shop:] => You will discover a few essential steps before you can launch your shop: [Create your first product, customize your shop, configure shipping and payments...] => Create your first product, customize your shop, configure shipping and payments... [Let's get started!] => Let's get started! [Later] => Later [Start] => Start [Launch your shop!] => Launch your shop! [Resume] => Resume [Stop the OnBoarding] => Stop the OnBoarding [Continue] => Continue [Hey! Are you lost?] => Hey! Are you lost? [To continue, click here:] => To continue, click here: [If you want to stop the tutorial for good, click here:] => If you want to stop the tutorial for good, click here: [Quit the Welcome tutorial] => Quit the Welcome tutorial [Step] => Step [Next] => Next [Welcome] => Welcome [Sell your first product quicker than you would have expected with our nice onboarding process.] => Sell your first product quicker than you would have expected with our nice onboarding process. ) [ShopFormsHelp] => Array ( [DD] => DD [MM] => MM [YYYY] => YYYY [Only letters and the dot (.) character, followed by a space, are allowed.] => Only letters and the dot (.) character, followed by a space, are allowed. [(E.g.: %date_format%)] => (E.g.: %date_format%) [Your password length must be between %d and %d] => Your password length must be between %d and %d [Customer password is too weak] => Customer password is too weak [[email protected]] => [email protected] [Select reference] => Select reference [optional] => optional [How can we help?] => How can we help? [Password input] => Password input [Don't forget to save your customization to be able to add to cart] => Don't forget to save your customization to be able to add to cart [Your message here] => Your message here [250 char. max] => 250 char. max [No selected file] => No selected file ) [AdminPaymentNotification] => Array ( [You have more than one shop and must select one to configure payment.] => You have more than one shop and must select one to configure payment. [No currency mode for payment module] => No currency mode for payment module [Cart cannot be loaded or an order has already been placed using this cart] => Cart cannot be loaded or an order has already been placed using this cart [The cart rule named "%1s" (ID %2s) used in this cart is not valid and has been withdrawn from cart] => The cart rule named "%1s" (ID %2s) used in this cart is not valid and has been withdrawn from cart [Order creation failed] => Order creation failed [Warning: the secure key is empty, check your payment account before validation] => Warning: the secure key is empty, check your payment account before validation [An error occurred while saving message] => An error occurred while saving message [No carrier] => No carrier [%d image(s)] => %d image(s) [We recommend providing at least two different payment methods. Only one payment method could be problematic if this option cannot be used by a customer because it will prevent him/her from ordering.] => We recommend providing at least two different payment methods. Only one payment method could be problematic if this option cannot be used by a customer because it will prevent him/her from ordering. [No payment module installed] => No payment module installed ) [ModulesBlockwishlistShop] => Array ( [You aren't logged in] => You aren't logged in [Unknown action] => Unknown action [There was an error adding the product] => There was an error adding the product [There was an error while adding the product attributes] => There was an error while adding the product attributes [Product added] => Product added [The list name is invalid.] => The list name is invalid. [The list has been properly created] => The list has been properly created [Error saving the new list] => Error saving the new list [Missing name parameter] => Missing name parameter [The list name is invalid] => The list name is invalid. [List has been renamed] => List has been renamed [List could not be renamed] => List could not be renamed [List has been removed] => List has been removed [List deletion was unsuccessful] => List deletion was unsuccessful [Product successfully removed] => Product successfully removed [Unable to remove product from list] => Unable to remove product from list [Product successfully updated] => Product successfully updated [Unable to update product from wishlist] => Unable to update product from wishlist [Request is missing one or multiple parameters] => Request is missing one or multiple parameters [Product added to cart] => Product added to cart [Error when adding product to cart] => Error when adding product to cart [You're not allowed to manage this list.] => You're not allowed to manage this list. [You do not have access to this wishlist.] => You do not have access to this wishlist. [WishList: %wishlist_name%] => WishList: %wishlist_name% [Add to wishlist] => Add to wishlist [No list found.] => No list found. [Create wishlist] => Create wishlist [Add name] => Add name [List title is too short] => List title is too short [Remove product from wishlist] => Remove product from wishlist [Delete wishlist] => Delete wishlist [The product will be removed from "%nameofthewishlist%".] => The product will be removed from "%nameofthewishlist%". [Remove] => Remove [Delete] => Delete [Cancel] => Cancel [Sign in] => Sign in [You need to be logged in to save products in your wishlist.] => You need to be logged in to save products in your wishlist. [Wishlist name] => Wishlist name [Rename wishlist] => Rename wishlist [Share wishlist] => Share wishlist [Copied!] => Copied! [Share link] => Share link [Copy text] => Copy text [Showing %min% - %max% of %total% item(s)] => Showing %min% - %max% of %total% item(s) [Previous] => Previous [Next] => Next [Wishlist name modified!] => Wishlist name modified! [Product added to wishlist!] => Product added to wishlist! [Wishlist created!] => Wishlist created! [Wishlist deleted!] => Wishlist deleted! [Share link copied!] => Share link copied! [Product deleted!] => Product deleted! [No wishlist found.] => No wishlist found. [Rename] => Rename [Share] => Share [Return to your account] => Return to your account [Last added] => Last added [Customize] => Customize [No products found] => No products found [Return to wishlists] => Return to wishlists ) [AdminNotificationsWarning] => Array ( [No module has been installed.] => No module has been installed. [Are you sure?] => Are you sure? [Invalid security token] => Invalid security token [I understand the risks and I really want to display this page] => I understand the risks and I really want to display this page [Take me out of here!] => Take me out of here! [Delete selected items?] => Delete selected items? [Are you sure you want to uninstall this module?] => Are you sure you want to uninstall this module? [Delete selected item?] => Delete selected item? [Invalid configuration] => Invalid configuration. [You cannot change the value of this configuration field in the context of this shop.] => You cannot change the value of this configuration field in the context of this shop. [Please select theme's import source.] => Please select theme's import source. [You can't change the value of this configuration field in this store's context.] => You can't change the value of this configuration field in this store's context. [Delete selected item from current store?] => Delete selected item from current store? [Delete selected item from all stores?] => Delete selected item from all stores? [Delete item] => Delete item [You can't change the value of this configuration field in the context of this shop.] => You can't change the value of this configuration field in the context of this shop. [Since December 30, 2019, you need to register for a [1]MaxMind[/1] account to get a license key to be able to download the geolocation data. Once downloaded, extract the data using Winrar or Gzip into the /app/Resources/geoip/ directory.] => Since December 30, 2019, you need to register for a [1]MaxMind[/1] account to get a license key to be able to download the geolocation data. Once downloaded, extract the data using Winrar or Gzip into the /app/Resources/geoip/ directory. [Are you sure you want to delete this item?] => Are you sure you want to delete this item? [Warning] => Warning [Leave anyway] => Leave anyway [Your modifications are not saved yet. Do you wish to save it before leaving?] => Your modifications are not saved yet. Do you wish to save it before leaving? ) [ShopPdf] => Array ( [: ] => : [Delivery] => Delivery [Invoice] => Invoice [%taxrate%%space%%] => %taxrate%%space%% [Order return] => Order return [Credit slip] => Credit slip [Supply order form] => Supply order form [TE: Tax excluded] => TE: Tax excluded [TI: Tax included] => TI: Tax included [No payment] => No payment [Product] => Product [%s:] => %s: [image(s):] => image(s): [Reference] => Reference [Qty] => Qty [Carrier] => Carrier [Order Reference] => Order Reference [Order date] => Order date [An electronic version of this invoice is available in your account. To access it, log in to our website using your e-mail address and password (which you created when placing your first order).] => An electronic version of this invoice is available in your account. To access it, log in to our website using your e-mail address and password (which you created when placing your first order). [For more assistance, contact Support:] => For more assistance, contact Support: [Tel: %s] => Tel: %s [Fax: %s] => Fax: %s [Delivery Address] => Delivery Address [Billing Address] => Billing Address [Delivery address] => Delivery address [Billing address] => Billing address [Note] => Note [Payment Method] => Payment Method [(Tax excl.)] => (Tax excl.) [Unit Price] => Unit Price [ecotax: %s] => Ecotax: %s [Discounts] => Discounts [Base price] => Base price [Total] => Total [Invoice Number] => Invoice Number [Invoice Date] => Invoice Date [VAT Number] => VAT Number [Exempt of VAT according to section 259B of the General Tax Code.] => Exempt of VAT according to section 259B of the General Tax Code. [Tax Detail] => Tax Detail [Products] => Products [Shipping] => Shipping [Ecotax] => Ecotax [Wrapping] => Wrapping [Total Tax] => Total Tax [Total Products] => Total Products [Total Discounts] => Total Discounts [Shipping Costs] => Shipping Costs [Free Shipping] => Free Shipping [Wrapping Costs] => Wrapping Costs [Total (Tax excl.)] => Total (Tax excl.) [Billing & Delivery Address] => Billing & Delivery Address [If the following conditions are not met, we reserve the right to refuse your package and/or refund:] => If the following conditions are not met, we reserve the right to refuse your package and/or refund: [Please include this return reference on your return package:] => Please include this return reference on your return package: [All products must be returned in their original package and condition, unused and without damage.] => All products must be returned in their original package and condition, unused and without damage. [Please print out this document and slip it into your package.] => Please print out this document and slip it into your package. [The package should be sent to the following address:] => The package should be sent to the following address: [Upon receiving your package, we will notify you by e-mail. We will then begin processing the refund, if applicable. Let us know if you have any questions] => Upon receiving your package, we will notify you by email. We will then begin processing the refund, if applicable. Let us know if you have any questions [Items to be returned] => Items to be returned [We have logged your return request.] => We have logged your return request. [Your package must be returned to us within] => Your package must be returned to us within [days of receiving your order.] => days of receiving your order. [Return Number] => Return Number [Date] => Date [Payment method] => Payment method [Product / Reference] => Product / Reference [Unit price] => Unit price [(Tax Excl.)] => (Tax Excl.) [(Tax Incl.)] => (Tax Incl.) [Price] => Price [No details] => No details [image(s)] => image(s) [Shipping (Tax Excl.)] => Shipping (Tax Excl.) [Shipping (Tax Incl.)] => Shipping (Tax Incl.) [Product Total (Tax Excl.)] => Product Total (Tax Excl.) [Product Total (Tax Incl.)] => Product Total (Tax Incl.) [Product Total] => Product Total [Total (Tax Excl.)] => Total (Tax Excl.) [Total (Tax Incl.)] => Total (Tax Incl.) [Products ordered:] => Products ordered: [Designation] => Designation [Unit Price TE] => Unit Price TE [Before discount] => Before discount [Discount Rate] => Discount Rate [After discount] => After discount [Tax rate] => Tax rate [Total TE] => Total TE [Total TI] => Total TI [Tax Rate] => Tax Rate [No taxes] => No taxes [Taxes:] => Taxes: [Base TE] => Base TE [Tax Value] => Tax Value [Summary:] => Summary: [(Before discount)] => (Before discount) [Order Discount] => Order Discount [(After discount)] => (After discount) [Tax value] => Tax value [Total to pay] => Total to pay ) [ShopNotificationsSuccess] => Array ( [Address successfully deleted.] => Address successfully deleted. [Address successfully updated.] => Address successfully updated. [Address successfully added.] => Address successfully added. [Your guest account has been successfully transformed into a customer account. You can now log in as a registered shopper.] => Your guest account has been successfully transformed into a customer account. You can now log in as a registered shopper. [Information successfully updated.] => Information successfully updated. [Message successfully sent] => Message successfully sent [If this email address has been registered in our shop, you will receive a link to reset your password at %email%.] => If this email address has been registered in our shop, you will receive a link to reset your password at %email%. [Your password has been successfully reset and a confirmation has been sent to your email address: %s] => Your password has been successfully reset and a confirmation has been sent to your email address: %s [If this email address has been registered in our store, you will receive a link to reset your password at %email%.] => If this email address has been registered in our store, you will receive a link to reset your password at %email%. [No addresses are available.] => No addresses are available. ) [ModulesBrandlistAdmin] => Array ( [Brand list] => Brand list [Display your brands on your catalog and allow your visitors to filter their search by brand.] => Display your brands on your catalog and allow your visitors to filter their search by brand. [There is an invalid number of elements.] => There is an invalid number of elements. [Please activate at least one system list.] => Please activate at least one system list. [Type of display] => Type of display [Use a plain-text list] => Use a plain-text list [Use a drop-down list] => Use a drop-down list [Number of elements to display] => Number of elements to display [Only apply in plain-text mode] => Only apply in plain-text mode ) [ModulesFeaturedproductsShop] => Array ( [Our Products] => Our Products [All products] => All products ) [ModulesSupplierlistAdmin] => Array ( [Supplier list] => Supplier list [Display your suppliers on your catalog and allow visitors to filter their search by supplier.] => Display your suppliers on your catalog and allow visitors to filter their search by supplier. [Invalid number of elements.] => Invalid number of elements. [Please activate at least one type of list.] => Please activate at least one type of list. [Type of display] => Type of display [Use a plain-text list] => Use a plain-text list [Use a drop-down list] => Use a drop-down list [Number of elements to display] => Number of elements to display [Only apply in plain-text mode] => Only apply in plain-text mode ) [AdminModulesNotification] => Array ( [Activate module for this shop context: %s.] => Activate module for this shop context: %s. [Would you like to delete the content related to this module ?] => Would you like to delete the content related to this module ? [Confirm reset] => Confirm reset [No - reset only the parameters] => No - reset only the parameters [Yes - reset everything] => Yes - reset everything [Please specify module URL] => Please specify module URL [The module was successfully downloaded.] => The module was successfully downloaded. [Module(s) installed successfully.] => Module(s) installed successfully. [Module(s) uninstalled successfully.] => Module(s) uninstalled successfully. [Module reset successfully.] => Module reset successfully. [Module deleted successfully.] => Module deleted successfully. [Successfully signed in to PrestaShop Addons.] => Successfully signed in to PrestaShop Addons. [The module transplanted successfully to the hook.] => The module transplanted successfully to the hook. [The module was successfully removed from the hook.] => The module was successfully removed from the hook. [Unable to install the module (Module name is not valid).] => Unable to install the module (Module name is not valid). [The version of your module is not compliant with your PrestaShop version.] => The version of your module is not compliant with your PrestaShop version. [Before installing this module, you have to install this/these module(s) first:] => Before installing this module, you have to install this/these module(s) first: [This module has already been installed.] => This module has already been installed. [Could not install module controllers.] => Could not install module controllers. [Technical error: PrestaShop could not install this module.] => Technical error: PrestaShop could not install this module. [Current version: %s] => Current version: %s [%d file upgrade applied] => %d file upgrade applied [No upgrade has been applied] => No upgrade has been applied [Upgraded from: %s to %s] => Upgraded from: %s to %s [%d upgrade left] => %d upgrade left [Module %s cannot be upgraded this time: please refresh this page to update it.] => Module %s cannot be upgraded this time: please refresh this page to update it. [To prevent any problem, this module has been turned off] => To prevent any problem, this module has been turned off [The module is not installed.] => The module is not installed. [Unable to install override: %s] => Unable to install override: %s [%1$s is not a valid module name.] => %1$s is not a valid module name. [All modules cannot be loaded due to memory limit restrictions, please increase your memory_limit value on your server configuration] => All modules cannot be loaded due to memory limit restrictions, please increase your memory_limit value on your server configuration [%s could not be loaded.] => %s could not be loaded. [Error found in config file:] => Error found in config file: [%1$s (parse error in %2$s)] => %1$s (parse error in %2$s) [%1$s (class missing in %2$s)] => %1$s (class missing in %2$s) [The following module(s) could not be loaded] => The following module(s) could not be loaded [No template found for module] => No template found for module [The method %1$s in the class %2$s is already overridden by the module %3$s version %4$s at %5$s.] => The method %1$s in the class %2$s is already overridden by the module %3$s version %4$s at %5$s. [The method %1$s in the class %2$s is already overridden.] => The method %1$s in the class %2$s is already overridden. [Failed to override method %1$s in class %2$s.] => Failed to override method %1$s in class %2$s. [The property %1$s in the class %2$s is already defined.] => The property %1$s in the class %2$s is already defined. [Failed to override property %1$s in class %2$s.] => Failed to override property %1$s in class %2$s. [The constant %1$s in the class %2$s is already defined.] => The constant %1$s in the class %2$s is already defined. [Failed to override constant %1$s in class %2$s.] => Failed to override constant %1$s in class %2$s. [No graph engine selected] => No graph engine selected [Graph engine selected is unavailable.] => Graph engine selected is unavailable. [No grid engine selected] => No grid engine selected [Grid engine selected is unavailable.] => Grid engine selected is unavailable. [Unknown archive type.] => Unknown archive type. [There was an error while extracting the module (file may be corrupted).] => There was an error while extracting the module (file may be corrupted). [The module %1$s that you uploaded is not a valid module.] => The module %1$s that you uploaded is not a valid module. [You do not have the permission to use this module.] => You do not have the permission to use this module. [Cannot reset this module.] => Cannot reset this module. [Cannot install this module.] => Cannot install this module. [Cannot uninstall this module.] => Cannot uninstall this module. [Cannot load the module's object.] => Cannot load the module's object. [An error occurred while copying the archive to the module directory.] => An error occurred while copying the archive to the module directory. [Sorry, the module cannot be deleted. Please check if you have the right permissions on this folder.] => Sorry, the module cannot be deleted. Please check if you have the right permissions on this folder. [You do not have permission to access this module.] => You do not have permission to access this module. [You do not have permission to install this module.] => You do not have permission to install this module. [You do not have permission to delete this module.] => You do not have permission to delete this module. [You do not have permission to configure this module.] => You do not have permission to configure this module. [This module is already installed: %s.] => This module is already installed: %s. [This module has already been uninstalled: %s.] => This module has already been uninstalled: %s. [This module needs to be installed in order to be updated: %s.] => This module needs to be installed in order to be updated: %s. [You do not have permission to uninstall this module.] => You do not have permission to uninstall this module. [The following module(s) could not be uninstalled properly: %s.] => The following module(s) could not be uninstalled properly: %s. [The following module(s) could not be installed properly: %s.] => The following module(s) could not be installed properly: %s. [This module has already been transplanted to this hook.] => This module has already been transplanted to this hook. [This module cannot be transplanted to this hook.] => This module cannot be transplanted to this hook. [An error occurred while transplanting the module to its hook.] => An error occurred while transplanting the module to its hook. [Please select a module to unhook.] => Please select a module to unhook. [This module cannot be loaded.] => This module cannot be loaded. [Hook cannot be loaded.] => Hook cannot be loaded. [An error occurred while deleting the module from its hook.] => An error occurred while deleting the module from its hook. [Parse error detected in main class of module %module%: %parse_error%] => Parse error detected in main class of module %module%: %parse_error% [Error while loading file of module %module%. %error_message%] => Error while loading file of module %module%: %error_message% [Failed to install admin tab "%name%".] => Failed to install admin tab "%name%". [Failed to uninstall admin tab "%name%".] => Failed to uninstall admin tab "%name%". [You are not allowed to install modules.] => You are not allowed to install modules. [You are not allowed to uninstall the module %module%.] => You are not allowed to uninstall the module %module%. [You are not allowed to upgrade the module %module%.] => You are not allowed to upgrade the module %module%. [You are not allowed to enable the module %module%.] => You are not allowed to enable the module %module%. [You are not allowed to disable the module %module%.] => You are not allowed to disable the module %module%. [You are not allowed to enable the module %module% on mobile.] => You are not allowed to enable the module %module% on mobile. [You are not allowed to disable the module %module% on mobile.] => You are not allowed to disable the module %module% on mobile. [You are not allowed to reset the module %module%.] => You are not allowed to reset the module %module%. [Unfortunately, the module did not return additional details.] => Unfortunately, the module did not return additional details. [The module is invalid and cannot be loaded.] => The module is invalid and cannot be loaded. [The module %module% must be installed first] => The module %module% must be installed first [You are not allowed to delete the module %module%.] => You are not allowed to delete the module %module%. [This file does not seem to be a valid module zip] => This file does not seem to be a valid module zip [Cannot extract module in %path%. %error%] => Cannot extract module in %path%. %error% [Unknown module action. It must be one of these values: %actions%] => Unknown module action. It must be one of these values: %actions% [Validation of configuration details failed:] => Validation of configuration details failed: [Configuration successfully applied.] => Configuration successfully applied. [Cannot %action% module %module%. %error_details%] => Cannot %action% module %module%. %error_details% [%action% action on module %module% succeeded.] => %action% action on module %module% succeeded. [%module% did not return a valid response on installation.] => %module% did not return a valid response on installation. [Installation of module %module% was successful.] => Installation of module %module% was successful. [Installation of module %module% failed. %error%] => Installation of module %module% failed. %error% [Impossible to install form source] => Impossible to install from source [Impossible to install from source] => Impossible to install from source [No changelog provided] => No changelog provided [You are about to disable %moduleName% module.] => You are about to disable %moduleName% module. [Your current settings will be saved, but the module will no longer be active.] => Your current settings will be saved, but the module will no longer be active. [You are about to uninstall %moduleName% module.] => You are about to uninstall %moduleName% module. [This will disable the module and delete all its files. For good.] => This will definitely disable the module and delete all its files. [This action cannot be undone.] => This action cannot be undone. [You're about to reset %moduleName% module.] => You're about to reset %moduleName% module. [This will restore the defaults settings.] => This will restore the defaults settings. [You are about to [1] the following modules:] => You are about to [1] the following modules: [Installing module...] => Installing module... [It will close as soon as the module is installed. It won't be long!] => It will close as soon as the module is installed. It won't be long! [Module installed!] => Module installed! [Oops... Upload failed.] => Oops... Upload failed. [No description found for this module :(] => No detailed informations available for this module :( [No additional description provided for this module :(] => No additional description provided for this module :( [No feature list provided for this module :(] => No feature list available for this module :( [No customer benefits notes found for this module :(] => No customer benefits notes found for this module :( [No demonstration video found for this module :(] => No demonstration video found for this module :( [No changelog provided for this module :(] => No changelog provided for this module :( [You need to select at least one module to use the bulk action.] => You need to select at least one module to use the bulk action. [The action "[1]" is not available, impossible to perform your request.] => The action "[1]" is not available, impossible to perform your request. [The action [1] is not available for module [2]. Skipped.] => The action [1] is not available for module [2]. Skipped. [Are you sure you want to upgrade this module?] => Are you sure you want to upgrade this module? [Are you sure you want to upgrade these modules?] => Are you sure you want to upgrade these modules? [We strongly advise you to upgrade the modules on maintenance mode to avoid any cache issues.] => We strongly advise you to upgrade the modules on maintenance mode to avoid any cache issues. [An action is already in progress. Please wait for it to finish.] => An action is already in progress. Please wait for it to finish. ) [ModulesBlockwishlistAdmin] => Array ( [Wishlist] => Wishlist [Allow customers to create wishlists to save their favorite products for later.] => Allow customers to create wishlists to save their favorite products for later. [My wishlists] => My wishlists [My wishlist] => My wishlist [Create new list] => Create new list [All Time Statistics] => All Time Statistics [Product] => Product [Reference] => Reference [Combination] => Combination [Category] => Category [Price (tax excl.)] => Price (tax excl.) [Available Qty] => Available Qty [Conversion rate] => Conversion rate [Current Day Statistics] => Current Day Statistics [Current Month Statistics] => Current Month Statistics [Current Year Statistics] => Current Year Statistics [Wording] => Wording [Save] => Save [You need to choose a specific shop to display the top 10 most added products] => You need to choose a specific shop to display the top 10 most added products. [Top 10 most added products] => Top 10 most added products [Refresh] => Refresh ) [AdminNavigationNotification] => Array ( [Your shop is in debug mode.] => Your shop is in debug mode. [Your shop is in maintenance.] => Your shop is in maintenance. [Your visitors and customers cannot access your shop while in maintenance mode.%s To manage the maintenance settings, go to Shop Parameters > Maintenance tab.] => Your visitors and customers cannot access your shop while in maintenance mode.%s To manage the maintenance settings, go to Shop Parameters > Maintenance tab. [No new order for now :(] => No new order for now :( [No new customer for now :(] => No new customer for now :( [No new message for now.] => No new message for now. [registered] => registered [Orders[1][/1]] => Orders[1][/1] [Customers[1][/1]] => Customers[1][/1] [Messages[1][/1]] => Messages[1][/1] [from] => from [All the PHP errors and messages are displayed. When you no longer need it, [1]turn off[/1] this mode.] => All the PHP errors and messages are displayed. When you no longer need it, [1]turn off[/1] this mode. [Your store is in debug mode.] => Your store is in debug mode. [Your store is in maintenance mode.] => Your store is in maintenance mode. [Your visitors and customers cannot access your store while in maintenance mode.] => Your visitors and customers cannot access your store while in maintenance mode. [To manage the maintenance settings, go to Shop Parameters > General > Maintenance tab.] => To manage the maintenance settings, go to Shop Parameters > General > Maintenance tab. [Admins can access the store front office without storing their IP.] => Admins can access the store front office without storing their IP. [Have you checked your [1][2]abandoned carts[/2][/1]?[3]Your next order could be hiding there!] => Have you checked your [1][2]abandoned carts[/2][/1]?[3]Your next order could be hiding there! [Are you active on social media these days?] => Are you active on social media these days? [Seems like all your customers are happy :)] => Seems like all your customers are happy :) [An error occurred while updating new window property.] => An error occurred while updating new window property. [An error occurred while updating the new window property for this object.] => An error occurred while updating the new window property for this object. ) [ShopNotificationsError] => Array ( [This voucher is disabled] => This voucher is disabled [This voucher has already been used] => This voucher has already been used [This voucher is not valid yet] => This voucher is not valid yet [This voucher has expired] => This voucher has expired [You cannot use this voucher anymore (usage limit reached)] => You cannot use this voucher anymore (usage limit reached) [You cannot use this voucher] => You cannot use this voucher [You must choose a delivery address before applying this voucher to your order] => You must choose a delivery address before applying this voucher to your order [You cannot use this voucher in your country of delivery] => You cannot use this voucher in your country of delivery [You must choose a carrier before applying this voucher to your order] => You must choose a carrier before applying this voucher to your order [You cannot use this voucher with this carrier] => You cannot use this voucher with this carrier [You cannot use this voucher on products on sale] => You cannot use this voucher on products on sale [Please log in first] => Please log in first [The minimum amount to benefit from this promo code is %s.] => The minimum amount to benefit from this promo code is %s. [This voucher is already in your cart] => This voucher is already in your cart [This voucher is not combinable with an other voucher already in your cart: %s] => This voucher is not combinable with an other voucher already in your cart: %s [Cart is empty] => Cart is empty [You cannot use this voucher because it has manually been removed.] => You cannot use this voucher because it has manually been removed. [You cannot use this voucher in an empty cart] => You cannot use this voucher in an empty cart [You cannot use this voucher with these products] => You cannot use this voucher with these products [This cart has expired.] => This cart has expired. [This cart was already used in an order and has expired.] => This cart was already used in an order and has expired. [The email is already used, please choose another one or sign in] => The email is already used, please choose another one or sign in [Your account isn't available at this time, please contact us] => Your account isn't available at this time, please contact us [Authentication failed.] => Authentication failed. [Invalid email/password combination] => Invalid email/password combination [There seems to be an issue with your account, please contact support] => There seems to be an issue with your account, please contact support [An account was already registered with this email address] => An account was already registered with this email address [Password is required] => Password is required [The %1$s field is too long (%2$d chars max).] => The %1$s field is too long (%2$d chars max). [%s is required.] => %s is required. [is invalid.] => is invalid. [Could not delete address.] => Could not delete address. [Please fix the error below.] => Please fix the error below. [Could not delete the address since it is used in the shopping cart.] => Could not delete the address since it is used in the shopping cart. [The customer could not be found.] => The customer could not be found. [You must enter a voucher code.] => You must enter a voucher code. [The voucher code is invalid.] => The voucher code is invalid. [This voucher does not exist.] => This voucher does not exist. [You must add %quantity% minimum quantity] => You must add %quantity% minimum quantity [Null quantity.] => Null quantity. [Product not found] => Product not found [This product (%product%) is no longer available.] => This product (%product%) is no longer available. [The product is no longer available in this quantity.] => The product is no longer available in this quantity. [The minimum purchase order quantity for the product %product% is %quantity%.] => The minimum purchase order quantity for the product %product% is %quantity%. [Please fill in all of the required fields, and then save your customizations.] => Please fill in all of the required fields, and then save your customizations. [You already have the maximum quantity available for this product.] => You already have the maximum quantity available for this product. [The item %product% in your cart is now a product with attributes. Please delete it and choose one of its combinations to proceed with your order.] => The item %product% in your cart is now a product with attributes. Please delete it and choose one of its combinations to proceed with your order. [%product% is no longer available in this quantity. You cannot proceed with your order until the quantity is adjusted.] => %product% is no longer available in this quantity. You cannot proceed with your order until the quantity is adjusted. [The available purchase order quantity for this product is %quantity%.] => The available purchase order quantity for this product is %quantity%. [You can only buy %quantity% "%product%". Please adjust the quantity in your cart to continue.] => You can only buy %quantity% "%product%". Please adjust the quantity in your cart to continue. [Invalid key.] => Invalid key. [This product does not exist in our store.] => This product does not exist in our store. [This product has been deleted.] => This product has been deleted. [This file no longer exists.] => This file no longer exists. [This product has been refunded.] => This product has been refunded. [The product deadline is in the past.] => The product deadline is in the past. [The product expiration date has passed, preventing you from download this product.] => The product expiration date has passed, preventing you from download this product. [Expiration date has passed, you cannot download this product.] => Expiration date has passed, you cannot download this product. [You have reached the maximum number of downloads allowed.] => You have reached the maximum number of downloads allowed. [Please provide the required information] => Please provide the required information [We couldn't find your order with the information provided, please try again] => We couldn't find your order with the information provided, please try again [An unexpected error occurred while creating your account.] => An unexpected error occurred while creating your account. [Could not update your information, please check your data.] => Could not update your information, please check your data. [Password must be between %d and %d characters long] => Password must be between %d and %d characters long [The minimum score must be: %s] => The minimum score must be: %s [Sorry. We cannot renew your order.] => Sorry. We cannot renew your order. [Some items are no longer available, and we are unable to renew your order.] => Some items are no longer available, and we are unable to renew your order. [The order is no longer valid.] => The order is no longer valid. [You do not have enough products to request an additional merchandise return.] => You do not have enough products to request an additional merchandise return. [Please provide an explanation for your RMA.] => Please provide an explanation for your RMA. [Please check at least one product you would like to return.] => Please check at least one product you would like to return. [For each product you wish to add, please specify the desired quantity.] => For each product you wish to add, please specify the desired quantity. [This order cannot be returned] => This order cannot be returned [We cannot regenerate your password with the data you've submitted] => We cannot regenerate your password with the data you've submitted [You cannot regenerate the password for this account.] => You cannot regenerate the password for this account. [You can regenerate your password only every %d minute(s)] => You can regenerate your password only every %d minute(s) [An error occurred while sending the email.] => An error occurred while sending the email. [Customer account not found] => Customer account not found [The password change request expired. You should ask for a new one.] => The password change request expired. You should ask for a new one. [The password is missing: please enter your new password.] => The password is missing: please enter your new password. [The confirmation is empty: please fill in the password confirmation as well] => The confirmation is empty: please fill in the password confirmation as well [The confirmation password doesn't match.] => The confirmation password doesn't match. [The password is not in a valid format.] => The password is not in a valid format. [An error occurred with your account, which prevents us from updating the new password. Please report this issue using the contact form.] => An error occurred with your account, which prevents us from updating the new password. Please report this issue using the contact form. [Invoices are disabled in this shop.] => Invoices are disabled in this shop. [The invoice was not found.] => The invoice was not found. [No invoice is available.] => No invoice is available. [Order return not confirmed.] => Order return not confirmed. [Order return not found.] => Order return not found. [This product is no longer available.] => This product is no longer available. [You do not have access to this product.] => You do not have access to this product. [An error occurred while deleting the selected picture.] => An error occurred while deleting the selected picture. [An error occurred during the image upload process.] => An error occurred during the image upload process. [Invalid message.] => Invalid message. [You do not have access to this category.] => You do not have access to this category. [The message cannot be blank.] => The message cannot be blank. [Invalid email address.] => Invalid email address. [Invalid message] => Invalid message [There are not enough products in stock] => There are not enough products in stock [This product is no longer available for sale.] => This product is no longer available for sale. [Your address is incomplete, please update it.] => Your address is incomplete, please update it. [You have no merchandise return authorizations.] => You have no merchandise return authorizations. ) [ModulesFacetedsearchAdmin] => Array ( [Faceted search] => Faceted search [Filter your catalog to help visitors picture the category tree and browse your store easily.] => Filter your catalog to help visitors picture the category tree and browse your store easily. [Filter template name required (cannot be empty)] => Filter template name required (cannot be empty) [You must select at least one category.] => You must select at least one category. [Your filter] => Your filter [was updated successfully.] => was updated successfully. [was added successfully.] => was added successfully. [Settings saved successfully] => Settings saved successfully [Filter template deleted, categories updated (reverted to default Filter template).] => Filter template deleted, categories updated (reverted to default Filter template). [Filter template not found] => Filter template not found [My template - %s] => My template - %s [My template %s] => My template %s ["%s" is not a valid url] => "%s" is not a valid url [You must select at least one page.] => You must select at least one page. [You must select at least one category if you want to use this filter template on category pages.] => You must select at least one category if you want to use this filter template on category pages. [Category] => Category [Manufacturer] => Manufacturer [Supplier] => Supplier [New products] => New products [Best sales] => Best sales [Prices drop] => Prices drop [Search] => Search [(experimental)] => (experimental) [Meta title] => Meta title [No limit] => No limit [Categories used for this template:] => Categories used for this template: [Categories selection is disabled because you have no categories or you are in a "all shops" context.] => Categories selection is disabled because you have no categories or you are in a "all shops" context. [Effective only if category pages are selected above.] => A customer account has already been created from this guest account. Please sign in. [Pages using this template:] => Pages using this template: [You must select at least one filter] => You must select at least one filter [You must select at least one category] => You must select at least one category [You must select at least one page] => You must select at least one page [Template name:] => Template name: [Only as a reminder] => Only as a reminder [Warning! Your hosting provider is using the Suhosin patch for PHP, which limits the maximum number of fields allowed in a form:] => Warning! Your hosting provider is using the Suhosin patch for PHP, which limits the maximum number of fields allowed in a form: [for suhosin.post.max_vars.] => for suhosin.post.max_vars. [for suhosin.request.max_vars.] => for suhosin.request.max_vars. [Please ask your hosting provider to increase the Suhosin limit to] => Please ask your hosting provider to increase the Suhosin limit to [Warning! Your PHP configuration limits the maximum number of fields allowed in a form:] => Warning! Your PHP configuration limits the maximum number of fields allowed in a form: [for max_input_vars.] => for max_input_vars. [Please ask your hosting provider to increase this limit to] => Please ask your hosting provider to increase this limit to [%s at least, or you will have to edit the translation files manually.] => %s at least, or you will have to edit the translation files manually. [Choose shop association:] => Choose shop association: [Sub-categories filter] => Sub-categories filter [Product stock filter] => Product stock filter [Product condition filter] => Product condition filter [Product brand filter] => Product brand filter [Product weight filter (slider)] => Product weight filter (slider) [Product price filter (slider)] => Product price filter (slider) [Product extras filter] => Product extras filter [New filters template] => New filters template [You can drag and drop filters to adjust position] => You can drag and drop filters to adjust position [Filters:] => Filters: [Total filters: %s] => Total filters: %s [Filter result limit:] => Filter result limit: [Filter style:] => Filter style: [Checkbox] => Checkbox [Radio button] => Radio button [Drop-down list] => Drop-down list [List of ranges] => List of ranges [Attribute group: %name% (%count% attributes)] => Attribute group: %name% (%count% attributes) [Attribute group: %name% (%count% attribute)] => Attribute group: %name% (%count% attribute) [This group will allow user to select a color] => This group will allow user to select a color [Feature: %name% (%count% values)] => Feature: %name% (%count% values) [Feature: %name% (%count% value)] => Feature: %name% (%count% value) [Indexes and caches] => Indexes and caches [Indexing is in progress. Please do not leave this page] => Indexing is in progress. Please do not leave this page [Index all missing prices] => Index all missing prices [Rebuild entire price index] => Rebuild entire price index [Build attributes and features indexes] => Build attributes and features indexes [Clear cache] => Clear cache [You can set a cron job that will rebuild price index using the following URL:] => You can set a cron job that will rebuild price index using the following URL: [You can set a cron job that will rebuild attribute index using the following URL:] => You can set a cron job that will rebuild attribute index using the following URL: [A nightly rebuild is recommended.] => A nightly rebuild is recommended. [Filters templates] => Filters templates [Created on] => Created on [Actions] => Actions [Do you really want to delete this filter template?] => Do you really want to delete this filter template? [No filter template found.] => No filter template found. [Add new template] => Add new template [Enable cache system] => Enable cache system [Show the number of matching products] => Show the number of matching products [Show products from subcategories] => Show products from subcategories [Show products only from default category] => Show products only from default category [Works only if "Show products from subcategories" is off.] => Works only if "Show products from subcategories" is off. [Category filter depth (0 for no limits, 1 by default)] => Category filter depth (0 for no limits, 1 by default) [Use tax to filter price] => Use tax to filter price [Use rounding to filter price] => Use rounding to filter price [Show unavailable, out of stock last] => Show unavailable, out of stock last [(in progress)] => (in progress) [URL indexing finished] => URL indexing finished [Attribute indexing finished] => Attribute indexing finished [URL indexing failed] => URL indexing failed [Attribute indexing failed] => Attribute indexing failed [Price indexing finished] => Price indexing finished [Price indexing failed] => Price indexing failed [(in progress, %s products price to index)] => (in progress, %s products price to index) [Loading...] => Loading... [You selected -All categories-: all existing filter templates will be deleted. Is it OK?] => You selected -All categories-: all existing filter templates will be deleted. Is it OK? [Use Jquery UI slider] => Use Jquery UI slider [Switch this off only if your theme does not use Jquery UI slider. It is recommended to keep it on when using classic theme.] => Switch this off only if your theme does not use jQuery UI slider. It is recommended to keep it on when using classic theme. [Default filter template for new categories] => Default filter template for new categories [If you want to automatically assign a filter template to new categories, select it here.] => If you want to automatically assign a filter template to new categories, select it here. [We recommend to set regular cron tasks to manage the indexes and cache on daily/weekly basis.] => We recommend to set regular cron tasks to manage the indexes and cache on daily/weekly basis. [Add missing products to price index:] => Add missing products to price index: [Rebuild price index:] => Rebuild price index: [Rebuild attribute index:] => Rebuild attribute index: [Flush block cache:] => Flush block cache: [This option caches filtering blocks, so the module does not have to query for matching products all the time. The cache is invalidated on every modification on your store. If you encounter some incosistencies, disable this cache or make sure to flush it if needed.] => This option caches filtering blocks, so the module does not have to query for matching products all the time. The cache is invalidated on every modification on your store. If you encounter some incosistencies, disable this cache or make sure to flush it if needed. [Enable or disable display of matching products after filters. Disabling this won't bring any performance benefit, because matching products need to be calculated anyway.] => Enable or disable display of matching products after filters. Disabling this won't bring any performance benefit, because matching products need to be calculated anyway. [Enable this, if you want to display products from subcategories, even if they are not specifically assigned to the currently browsed category.] => Enable this, if you want to display products from subcategories, even if they are not specifically assigned to the currently browsed category. [Category filter depth] => Category filter depth [This option controls the behavior of category filter block - how deep children of the currently browsed category you want to display? The default value is 1 - only the direct children. Use 0 for unlimited depth.] => This option controls the behavior of category filter block - how deep children of the currently browsed category you want to display? The default value is 1 - only the direct children. Use 0 for unlimited depth. [URL] => URL [When the Faceted Search module is enabled, you can get more detailed URLs by choosing the word that best represent this attribute. By default, PrestaShop uses the attribute's name, but you can change that setting using this field.] => When the Faceted Search module is enabled, you can get more detailed URLs by choosing the word that best represent this attribute. By default, PrestaShop uses the attribute's name, but you can change that setting using this field. [When the Faceted Search module is enabled, you can get more detailed page titles by choosing the word that best represent this attribute. By default, PrestaShop uses the attribute's name, but you can change that setting using this field.] => When the Faceted Search module is enabled, you can get more detailed page titles by choosing the word that best represent this attribute. By default, PrestaShop uses the attribute's name, but you can change that setting using this field. [Invalid characters: ;=#{}_] => Invalid characters: ;=#{}_ [Indexable] => Indexable [Use this attribute in URL generated by the Faceted Search module.] => Use this attribute in URL generated by the Faceted Search module. [When the Faceted Search module is enabled, you can get more detailed URLs by choosing the word that best represent this feature. By default, PrestaShop uses the feature's name, but you can change that setting using this field.] => When the Faceted Search module is enabled, you can get more detailed URLs by choosing the word that best represent this feature. By default, PrestaShop uses the feature's name, but you can change that setting using this field. [When the Faceted Search module is enabled, you can get more detailed page titles by choosing the word that best represent this feature. By default, PrestaShop uses the feature's name, but you can change that setting using this field.] => When the Faceted Search module is enabled, you can get more detailed page titles by choosing the word that best represent this feature. By default, PrestaShop uses the feature's name, but you can change that setting using this field. [When the Faceted Search module is enabled, you can get more detailed URLs by choosing the word that best represent this feature's value. By default, PrestaShop uses the value's name, but you can change that setting using this field.] => When the Faceted Search module is enabled, you can get more detailed URLs by choosing the word that best represent this feature's value. By default, PrestaShop uses the value's name, but you can change that setting using this field. [When the Faceted Search module is enabled, you can get more detailed page titles by choosing the word that best represent this feature's value. By default, PrestaShop uses the value's name, but you can change that setting using this field.] => When the Faceted Search module is enabled, you can get more detailed page titles by choosing the word that best represent this feature's value. By default, PrestaShop uses the value's name, but you can change that setting using this field. ) [ModulesStatscatalogAdmin] => Array ( [Catalog statistics] => Catalog statistics [Enrich your stats, have a look at your catalog’s general statistics.] => Enrich your stats, have a look at your catalog’s general statistics. [(1 purchase / %d visits)] => (1 purchase / %d visits) [Choose a category] => Choose a category [Products available:] => Products available: [Average price (base price):] => Average price (base price): [Product pages viewed:] => Product pages viewed: [Average number of page visits:] => Average number of page visits: [Average number of purchases:] => Average number of purchases: [Images available:] => Images available: [Average number of images:] => Average number of images: [Products never viewed:] => Products never viewed: [Products never purchased:] => Products never purchased: [Conversion rate*:] => Conversion rate*: [Defines the average conversion rate for the product page. It is possible to purchase a product without viewing the product page, so this rate can be greater than 1.] => Defines the average conversion rate for the product page. It is possible to purchase a product without viewing the product page, so this rate can be greater than 1. [Products never purchased] => Products never purchased [Edit / View] => Edit / View ) [ModulesBannerAdmin] => Array ( [Banner] => Banner [Add a banner to the homepage of your store to highlight your sales and new products in a visual and friendly way.] => Add a banner to the homepage of your store to highlight your sales and new products in a visual and friendly way. [Banner image] => Banner image [Upload an image for your top banner. The recommended dimensions are 1110 x 214px if you are using the default theme.] => Upload an image for your top banner. The recommended dimensions are 1110 x 214px if you are using the default theme. [Banner Link] => Banner Link [Enter the link associated to your banner. When clicking on the banner, the link opens in the same window. If no link is entered, it redirects to the homepage.] => Enter the link associated to your banner. When clicking on the banner, the link opens in the same window. If no link is entered, it redirects to the homepage. [Banner description] => Banner description [Please enter a short but meaningful description for the banner.] => Please enter a short but meaningful description for the banner. ) [Install] => Array ( [Choose your language] => Choose your language [License agreements] => License agreements [System compatibility] => System compatibility [Store information] => Store information [System configuration] => System configuration [Store installation] => Store installation [Field required] => Field required [Invalid shop name] => Invalid store name [shop name] => shop name [The field %field% is limited to %limit% characters] => The field %field% is limited to %limit% characters [Your firstname contains some invalid characters] => Your firstname contains some invalid characters [firstname] => firstname [Your lastname contains some invalid characters] => Your lastname contains some invalid characters [lastname] => lastname [The password is incorrect (must be alphanumeric string with at least 8 characters)] => The password is incorrect (must be alphanumeric string with at least 8 characters) [The password is incorrect (must be Strong)] => The password is incorrect (must be Strong) [The password and its confirmation are different] => The password and its confirmation are different [This e-mail address is invalid] => This e-mail address is invalid [Sports and Entertainment] => Sports and Entertainment [Fashion and Accessories] => Fashion and Accessories [Lingerie and Adult] => Lingerie and Adult [Animals and Pets] => Animals and Pets [Art and Culture] => Art and Culture [Babies] => Babies [Beauty and Personal Care] => Beauty and Personal Care [Cars] => Cars [Computer Hardware and Software] => Computer Hardware and Software [Download] => Download [Flowers, Gifts and Crafts] => Flowers, Gifts and Crafts [Food and beverage] => Food and beverage [HiFi, Photo and Video] => HiFi, Photo and Video [Home and Garden] => Home and Garden [Home Appliances] => Home Appliances [Jewelry] => Jewelry [Mobile and Telecom] => Mobile and Telecom [Services] => Services [Shoes and accessories] => Shoes and accessories [Travel] => Travel [Database is connected] => Database is connected [Database is created] => Database is created [Cannot create the database automatically] => Cannot create the database automatically [Create file parameters] => Create file parameters [Create database tables] => Create database tables [Create default shop and languages] => Create default store and languages [Populate database tables] => Populate database tables [Configure shop information] => Configure store information [Install theme] => Install theme [Install modules] => Install modules [Install demonstration data] => Install demonstration data [Post installation scripts] => Post installation scripts [Required PHP parameters] => Required PHP parameters [PHP %version% or later is not enabled] => PHP %version% or later is not enabled [Cannot upload files] => Cannot upload files [Cannot create new files and folders] => Cannot create new files and folders [cURL extension is not enabled] => cURL extension is not enabled [GD library is not installed] => GD library is not installed [JSON extension is not loaded] => JSON extension is not loaded [PHP OpenSSL extension is not loaded] => PHP OpenSSL extension is not loaded [PDO MySQL extension is not loaded] => PDO MySQL extension is not loaded [SimpleXML extension is not loaded] => SimpleXML extension is not loaded [ZIP extension is not enabled] => ZIP extension is not enabled [Fileinfo extension is not enabled] => Fileinfo extension is not enabled [Intl extension is not loaded] => Intl extension is not loaded [PHP's config "memory_limit" must be to a minimum of 256M] => PHP's config "memory_limit" must be to a minimum of 256M [Required Apache configuration] => Required Apache configuration [Enable the Apache mod_rewrite module] => Enable the Apache mod_rewrite module [Files] => Files [Not all files were successfully uploaded on your server] => Not all files were successfully uploaded on your server [Permissions on files and folders] => Permissions on files and folders [Recursive write permissions for %user% user on %folder%] => Recursive write permissions for %user% user on %folder% [Write permissions for %user% user on %folder%] => Write permissions for %user% user on %folder% [Recommended PHP parameters] => Recommended PHP parameters [GZIP compression is not activated] => GZIP compression is not activated [Mbstring extension is not enabled] => Mbstring extension is not enabled [Dom extension is not loaded] => Dom extension is not loaded [Cannot open external URLs (requires allow_url_fopen as On)] => Cannot open external URLs (requires allow_url_fopen as On) [Unable to generate private keys using openssl_pkey_new. Check your OpenSSL configuration, especially the path to openssl.cafile.] => Unable to generate private keys using openssl_pkey_new. Check your OpenSSL configuration, especially the path to openssl.cafile. [Documentation] => Documentation [Blog] => Blog [Information about your Store] => Information about your Store [Shop name] => Store name [Main activity] => Main activity [Please choose your main activity] => Please choose your main activity [Other activity...] => Other activity... [Help us learn more about your store so we can offer you optimal guidance and the best features for your business!] => Help us learn more about your store so we can offer you optimal guidance and the best features for your business! [Country] => Country [Select your country] => Select your country [Shop timezone] => Store timezone [Select your timezone] => Select your timezone [Enable SSL] => Enable SSL [Your Account] => Your Account [First name] => First name [Last name] => Last name [E-mail address] => E-mail address [This email address will be your username to access your store's back office.] => This email address will be your username to access your store's back office. [Shop password] => Store password [Must be at least 8 characters] => Must be at least 8 characters [Re-type to confirm] => Re-type to confirm [Enter a password between %d and %d characters] => Enter a password between %d and %d characters [The minimum score must be: %s] => The minimum score must be: %s [Store name] => Store name [Yes] => Yes [No] => No [Installation of theme] => Installation of theme [Version:] => Version: [Select the theme to install.] => Select the theme to install [Installation of demo products] => Installation of demo products [Demo products are a good way to learn how to use PrestaShop. You should install them if you are not familiar with it.] => Demo products are a good way to learn how to use PrestaShop. You should install them if you are not familiar with it. [Installation of modules] => Installation of modules [Install all modules (recommended)] => Install all modules (recommended) [Select the modules to install] => Select the modules to install [If you are using PrestaShop for the first time, you should install all modules now and uninstall the ones you don't need later.] => If you are using PrestaShop for the first time, you should install all modules now and uninstall the ones you don't need later. [Search] => Search [Select all] => Select all [Select the theme to install] => Select the theme to install [Configure your database by filling out the following fields] => Configure your database by filling out the following fields [To use PrestaShop, you must create a database to collect all of your store's data-related activities.] => To use PrestaShop, you must create a database to collect all of your store's data-related activities. [Please complete the fields below in order for PrestaShop to connect to your database.] => Please complete the fields below in order for PrestaShop to connect to your database. [Database server address] => Database server address [The default port is 3306. To use a different port, add the port number at the end of your server's address i.e ":4242".] => The default port is 3306. To use a different port, add the port number at the end of your server's address i.e ":4242". [Database name] => Database name [Database login] => Database login [Database password] => Database password [Tables prefix] => Tables prefix [Drop existing tables] => Drop existing tables [Test your database connection now!] => Test your database connection now! [PrestaShop Installation Assistant] => PrestaShop Installation Assistant [Installation Assistant] => Installation Assistant [To install PrestaShop, you need to have JavaScript enabled in your browser.] => To install PrestaShop, you need to have JavaScript enabled in your browser. [https://enable-javascript.com/] => https://enable-javascript.com/ [Next] => Next [Back] => Back [License Agreements] => License Agreements [To enjoy the many features that are offered for free by PrestaShop, please read the license terms below. PrestaShop core is licensed under OSL 3.0, while the modules and themes are licensed under AFL 3.0.] => To enjoy the many features that are offered for free by PrestaShop, please read the license terms below. PrestaShop core is licensed under OSL 3.0, while the modules and themes are licensed under AFL 3.0. [I agree to the above terms and conditions.] => I agree to the above terms and conditions. [Privacy note] => Privacy note [this article] => this article [Some project modules may submit public and technical information about your store to the PrestaShop Project for analytics purposes. To learn more and make an informed choice, read %link%.] => Some project modules may submit public and technical information about your store to the PrestaShop Project for analytics purposes. To learn more and make an informed choice, read %link%. [Done!] => Done! [An error occurred during installation...] => An error occurred during installation... [You can use the links on the left column to go back to the previous steps, or restart the installation process by clicking here.] => You can use the links on the left column to go back to the previous steps, or restart the installation process by clicking here. [Your installation is finished!] => Your installation is finished! [You have just finished installing your shop. Thank you for using PrestaShop!] => You have just finished installing your store. Thank you for using PrestaShop! [Please remember your login information:] => Please remember your login information: [E-mail] => E-mail [Print my login information] => Print my login information [Password] => Password [Display] => Display [For security purposes, you must delete the "install" folder.] => For security purposes, you must delete the "install" folder. [Back Office] => Back Office [Manage your store using your Back Office. Manage your orders and customers, add modules, change themes, etc.] => Manage your store using your Back Office. Manage your orders and customers, add modules, change themes, etc. [Manage your store] => Manage your store [Front Office] => Front Office [Discover your store as your future customers will see it!] => Discover your store as your future customers will see it! [Discover your store] => Discover your store [We are currently checking PrestaShop compatibility with your system environment] => We are currently checking PrestaShop compatibility with your system environment [PrestaShop compatibility with your system environment has been verified!] => PrestaShop compatibility with your system environment has been verified! [Refresh information] => Refresh information [Oops! Please correct the item(s) below, and then click "%refresh_label%" to test the compatibility of your new system.] => Oops! Please correct the item(s) below, and then click "%refresh_label%" to test the compatibility of your new system. [Warning: You cannot use this tool to upgrade your store anymore.You already have PrestaShop version %version% installed.If you want to upgrade to the latest version, please use the 1-Click Upgrade module and follow its instructions.] => Warning: You cannot use this tool to upgrade your store anymore.You already have PrestaShop version %version% installed.If you want to upgrade to the latest version, please use the 1-Click Upgrade module and follow its instructions. [Welcome to the PrestaShop %version% Installer] => Welcome to the PrestaShop %version% Installer [Installing PrestaShop is quick and easy. In just a few moments, you will become part of a community consisting of more than %numMerchants% merchants. You are on the way to creating your own unique online store that you can manage easily every day.] => Installing PrestaShop is quick and easy. In just a few moments, you will become part of a community consisting of more than %numMerchants% merchants. You are on the way to creating your own unique online store that you can manage easily every day. [Continue the installation in:] => Continue the installation in: [The language selection above only applies to the Installation Assistant. Once your store is installed, you can choose the language of your store from over %d% translations, all for free!] => The language selection above only applies to the Installation Assistant. Once your store is installed, you can choose the language of your store from over %d% translations, all for free! [Please activate the 'mod_auth_basic' Apache module to allow the use of the PrestaShop webservice.] => Please activate the 'mod_auth_basic' Apache module to allow the use of the PrestaShop webservice. [We could not check to see if basic authentication and rewrite extensions have been activated. Please manually check if they've been activated in order to use the PrestaShop webservice.] => We could not check to see if basic authentication and rewrite extensions have been activated. Please manually check if they've been activated in order to use the PrestaShop webservice. [Please activate the 'SimpleXML' PHP extension to allow testing of PrestaShop's webservice.] => Please activate the 'SimpleXML' PHP extension to allow testing of PrestaShop's webservice. [It is preferable to use SSL (https:) for webservice calls, as it avoids the "man in the middle" type security issues.] => It is preferable to use SSL (https:) for webservice calls, as it avoids the "man in the middle" type security issues. [Fashion and accessories] => Fashion and accessories [Sport and Entertainment] => Sport and Entertainment [-- Please choose your main activity --] => -- Please choose your main activity -- [Server name is not valid] => Server name is not valid [You must enter a database name] => You must enter a database name [You must enter a database login] => You must enter a database login [Tables prefix is invalid] => Tables prefix is invalid [Cannot convert database data to utf-8] => Cannot convert database data to utf-8 [At least one table with same prefix was already found, please change your prefix or drop your database] => At least one table with same prefix was already found, please change your prefix or drop your database [Your database login does not have the privileges to create table on the database "%s". Ask your hosting provider:] => Your database login does not have the privileges to create table on the database "%s". Ask your hosting provider: [You must be granted the privilege to select data in the tables of database "%s". Ask your hosting provider to enable it.] => You must be granted the privilege to select data in the tables of database "%s". Ask your hosting provider to enable it. [Database Server is not found. Please verify the login, password and server fields] => Database Server is not found. Please verify the login, password and server fields [Connection to MySQL server succeeded, but database "%database%" not found] => Connection to MySQL server succeeded, but database "%database%" not found [Attempt to create the database automatically] => Attempt to create the database automatically [%file% file is not writable (check permissions)] => %file% file is not writable (check permissions) [%folder% folder is not writable (check permissions)] => %folder% folder is not writable (check permissions) [Cannot write settings file] => Cannot write settings file [Cannot write app/config/parameters.php file] => Cannot write app/config/parameters.php file [Cannot write app/config/parameters.yml file] => Cannot write app/config/parameters.yml file [Database structure file not found] => Database structure file not found [Cannot create group shop] => Cannot create group store [Cannot create shop] => Cannot create store [Cannot create shop URL] => Cannot create store URL [File "language.xml" not found for language iso "%iso%"] => File "language.xml" not found for language iso "%iso%" [File "language.xml" not valid for language iso "%iso%"] => File "language.xml" not valid for language iso "%iso%" [Cannot download language pack "%iso%"] => Cannot download language pack "%iso%" [Cannot install language "%iso%"] => Cannot install language "%iso%" [Cannot copy flag language "%flag%"] => Cannot copy flag language "%flag%" [Cannot create admin account] => Cannot create admin account [Cannot install module "%module%"] => Cannot install module "%module%" [Cannot execute post install on module "%module%"] => Cannot execute post install on module "%module%" [Fixtures class "%class%" not found] => Fixtures class "%class%" not found ["%class%" must be an instance of "InstallXmlLoader"] => "%class%" must be an instance of "InstallXmlLoader" [SQL error on query %query%] => SQL error on query %query% [An SQL error occurred for entity %entity%: %message%] => An SQL error occurred for entity %entity%: %message% [Cannot create image "%identifier%" for entity "%entity%"] => Cannot create image "%identifier%" for entity "%entity%" [Cannot create image "%identifier%" (bad permissions on folder "%folder%")] => Cannot create image "%identifier%" (bad permissions on folder "%folder%") [Cannot create image "%identifier%"] => Cannot create image "%identifier%" [Cannot create image "%1$s" for entity "%2$s"] => Cannot create image "%1$s" for entity "%2$s" ) [ModulesFaviconnotificationboAdmin] => Array ( [Display notifications in the browser tab for:] => Display notifications in the browser tab for: [New orders] => New orders [Notification background color] => Notification background color [Notification text color] => Notification text color [Order Notifications on the Favicon] => Order Notifications on the Favicon [Get notified directly on your browser tab each time you get a new order, customer or message.] => Get notified directly on your browser tab each time you get a new order, customer or message. ) [ModulesStatsbestsuppliersAdmin] => Array ( [Total paid] => Total paid [Best suppliers] => Best suppliers [Adds a list of the best suppliers to the Stats dashboard.] => Adds a list of the best suppliers to the Stats dashboard. [Enrich your stats: add a list of the best suppliers to your dashboard.] => Enrich your stats: add a list of the best suppliers to your dashboard. ) [ModulesStatscarrierAdmin] => Array ( [Carrier distribution] => Carrier distribution [Enrich your stats, add a pie chart illustrating your carriers’ distribution.] => Enrich your stats, add a pie chart illustrating your carriers’ distribution. [This graph represents the carrier distribution for your orders. You can also narrow the focus of the graph to display distribution for a particular order status.] => This graph represents the carrier distribution for your orders. You can also narrow the focus of the graph to display distribution for a particular order status. [No valid orders have been received for this period.] => No valid orders have been received for this period. [Percentage of orders listed by carrier.] => Percentage of orders listed by carrier. ) [ModulesDashactivityAdmin] => Array ( [Dashboard Activity] => Dashboard Activity [(from %s to %s)] => (from %s to %s) [Active cart] => Active cart [How long (in minutes) a cart is to be considered as active after the last recorded change (default: 30 min).] => How long (in minutes) a cart is to be considered as active after the last recorded change (default: 30 min). [Online visitor] => Online visitor [How long (in minutes) a visitor is to be considered as online after their last action (default: 30 min).] => How long (in minutes) a visitor is to be considered as online after their last action (default: 30 min). [Abandoned cart (min)] => Abandoned cart (min) [How long (in hours) after the last action a cart is to be considered as abandoned (default: 24 hrs).] => How long (in hours) after the last action a cart is to be considered as abandoned (default: 24 hrs). [hrs] => hrs [Abandoned cart (max)] => Abandoned cart (max) [How long (in hours) after the last action a cart is no longer to be considered as abandoned (default: 24 hrs).] => How long (in hours) after the last action a cart is no longer to be considered as abandoned (default: 24 hrs). [Check in one glance what is happening on your store with a list of KPI on your dashboard.] => Check at a glance what is happening on your store with a list of KPIs on your dashboard. [Activity overview] => Activity overview [Online Visitors] => Online Visitors [in the last %d minutes] => in the last %d minutes [Active Shopping Carts] => Active Shopping Carts [Currently Pending] => Currently Pending [Return/Exchanges] => Return/Exchanges [Out of Stock Products] => Out of Stock Products [New Messages] => New Messages [Product Reviews] => Product Reviews [Customers & Newsletters] => Customers & Newsletters [New Customers] => New Customers [New Subscriptions] => New Subscriptions [Total Subscribers] => Total Subscribers [Traffic] => Traffic [Link to your Google Analytics account] => Link to your Google Analytics account [Visits] => Visits [Unique Visitors] => Unique Visitors [Traffic Sources] => Traffic Sources ) [ModulesViewedproductShop] => Array ( [Viewed products] => Viewed products ) [ModulesStatsproductAdmin] => Array ( [Product details] => Product details [Enrich your stats, add detailed statistics for each product of your catalog.] => Enrich your stats, add detailed statistics for each product of your catalog. [Number of purchases compared to number of views] => Number of purchases compared to number of views [After choosing a category and selecting a product, informational graphs will appear.] => After choosing a category and selecting a product, informational graphs will appear. [If you notice that a product is often purchased but viewed infrequently, you should display it more prominently in your Front Office.] => If you notice that a product is often purchased but viewed infrequently, you should display it more prominently in your Front Office. [On the other hand, if a product has many views but is not often purchased, we advise you to check or modify this product's information, description and photography again, see if you can find something better.] => On the other hand, if a product has many views but is not often purchased, we advise you to check or modify this product's information, description and photography again, see if you can find something better. [Details] => Details [Total bought] => Total bought [Sales (tax excluded)] => Sales (tax excluded) [Total Viewed] => Total Viewed [Conversion rate] => Conversion rate [CSV Export] => CSV Export [Attribute sales distribution] => Attribute sales distribution [Cross selling] => Cross selling [Click on a product to access its statistics!] => Click on a product to access its statistics! [Choose a category] => Choose a category [Products available] => Products available [Popularity] => Popularity [Visits (x100)] => Visits (x100) [Stock] => Stock ) [AdminPaymentHelp] => Array ( [Please mark each checkbox for the currency, or currencies, for which you want the payment module(s) to be available.] => Please select available currencies for every payment module. [Please mark each checkbox for the customer group(s), for which you want the payment module(s) to be available.] => Please select available payment modules for every customer group. [Please mark each checkbox for the country, or countries, in which you want the payment module(s) to be available.] => Please mark each checkbox for the country, or countries, in which you want the payment module(s) to be available. [Please mark each checkbox for the carrier, or carrier, for which you want the payment module(s) to be available.] => Please select available payment modules for every carrier. [This is where you decide what payment modules are available for different variations like your customers' currency, group, and country.] => This is where you decide what payment modules are available for different variations like your customers' currency, group, and country. [A check mark indicates you want the payment module available.] => A check mark indicates you want the payment module available. [If it is not checked then this means that the payment module is disabled.] => If it is not checked then this means that the payment module is disabled. ) [ModulesEmailsubscriptionAdmin] => Array ( [Newsletter subscription] => Newsletter subscription [Keep in touch with your customers the way you want, add a form to the homepage of your store and allow all the curious to subscribe to your newsletter.] => Keep in touch with your customers the way you want, add a form to the homepage of your store and allow all the curious to subscribe to your newsletter. [Are you sure that you want to delete all of your contacts?] => Are you sure that you want to delete all of your contacts? [Subscribed] => Subscribed [Iso language] => ISO language [Subscribed on] => Subscribed on [Newsletter registrations] => Newsletter registrations [Unsubscribe] => Unsubscribe [Would you like to send a verification email after subscription?] => Would you like to send a verification email after subscription? [Would you like to send a confirmation email after subscription?] => Would you like to send a confirmation email after subscription? [Welcome voucher code] => Welcome voucher code [Leave blank to disable by default.] => Leave blank to disable by default. [Newsletter conditions] => Newsletter conditions [This text will be displayed beneath the newsletter subscribe button.] => This text will be displayed beneath the newsletter subscribe button. [Export customers' addresses] => Export customers' addresses [Customers' country] => Customers' country [Filter customers by country.] => Filter customers by country. [Newsletter subscribers] => Newsletter subscribers [Filter customers who have subscribed to the newsletter or not, and who have an account or not.] => Filter customers who have subscribed to the newsletter or not, and who have an account or not. [Customers can subscribe to your newsletter when registering, or by entering their email in the newsletter form.] => Customers can subscribe to your newsletter when registering, or by entering their email in the newsletter form. [All subscribers] => All Subscribers [Subscribers with account] => Subscribers with account [Subscribers without account] => Subscribers without account [Non-subscribers] => Non-subscribers [Partner offers subscribers] => Partner offers accepted [Filter customers who have agreed to receive your partners' offers or not.] => Filter customers who have agreed to receive your partners' offers or not. [Partner offers subscribers have agreed to receive your partners' offers.] => Opt-in subscribers who have agreed to receive your partners' offers. [All customers] => All customers [Partner offers non-subscribers] => Partner offers not accepted [Search for addresses] => Search for addresses [Email address to search] => Email address to search [Example: [email protected] or @prestashop.com] => Example: [email protected] or @prestashop.com [No customers found with these filters!] => No customers found with these filters! [The .CSV file has been successfully exported: %d customers found.] => The .CSV file has been successfully exported: %d customers found. [Download the file] => Download the file [WARNING: When opening this .csv file with Excel, choose UTF-8 encoding to avoid strange characters.] => WARNING: When opening this .csv file with Excel, choose UTF-8 encoding to avoid strange characters. [Error: Write access limited] => Error: Write access limited [No result found!] => No result found! [Newsletter subscription: no email to delete, this customer has not registered.] => Newsletter subscription: no email to delete, this customer has not registered. [Newsletter subscription: no email to export, this customer has not registered.] => Newsletter subscription: no email to export, this customer has not registered. ) [EmailsSubject] => Array ( [Your guest account has been transformed into a customer account] => Your guest account was converted to a customer account [Order confirmation] => Order confirmation [New voucher for your order %s] => New voucher for your order %s [Log: You have a new alert from your shop] => Log: You have a new alert from your store [Welcome!] => Welcome! [Package in transit] => Package in transit [The virtual product that you bought is available for download] => The virtual product that you bought is available for download [Fwd: Customer message] => Fwd: Customer message [An answer to your message is available #ct%thread_id% #tc%thread_token%] => An answer to your message no. ct%thread_id% is available (thread ID tc%thread_token%) [Import complete] => Import complete [Your new password] => Your new password [Your order return status has changed] => Your order return status has changed [Message from a customer] => Message from a customer [Password query confirmation] => Password query confirmation [Message from contact form] => Message from contact form [Your message has been correctly sent #ct%thread_id% #tc%thread_token%] => Your message no. ct%thread_id% has been correctly sent (thread ID tc%thread_token%) [Your message has been correctly sent] => Your message has been correctly sent [Product available] => Product available [New order : #%d - %s] => New order : #%d - %s [Product out of stock] => Product out of stock [Stock coverage] => Stock coverage [New return from order #%d - %s] => New return from order #%d - %s [Your order has been changed] => Your order has been changed [Newsletter voucher] => Newsletter voucher [Newsletter confirmation] => Newsletter confirmation [Email verification] => Email verification [Process the payment of your order] => Process the payment of your order [New credit slip regarding your order] => New credit slip regarding your order [New voucher for your order #%s] => New voucher for your order #%s [New message regarding your order] => New message regarding your order ) [ShopNavigation] => Array ( [404 error] => 404 error [Best sales] => Best sales [Contact us] => Contact us [Manufacturers] => Manufacturers [New products] => New products [Forgot your password] => Forgot your password [Prices drop] => Prices drop [Sitemap] => Sitemap [Suppliers] => Suppliers [Address] => Address [Addresses] => Addresses [Login] => Login [Registration] => Registration [Cart] => Cart [Discount] => Discount [Order history] => Order history [Identity] => Identity [My account] => My account [Order follow] => Order follow [Credit slip] => Credit slip [Order] => Order [Search] => Search [Stores] => Stores [Guest tracking] => Guest tracking [Order confirmation] => Order confirmation [This page cannot be found] => This page cannot be found [Our best sales] => Our best sales [Use our form to contact us] => Use our form to contact us [Shop powered by PrestaShop] => Shop powered by PrestaShop [Brand list] => Brand list [Our new products] => Our new products [Enter the e-mail address you use to sign in to receive an e-mail with a new password] => Enter the e-mail address you use to sign in to receive an e-mail with a new password [On-sale products] => On-sale products [Lost ? Find what your are looking for] => Lost ? Find what your are looking for [Suppliers list] => Suppliers list [page-not-found] => page-not-found [best-sales] => best-sales [contact-us] => contact-us [manufacturers] => manufacturers [new-products] => new-products [password-recovery] => password-recovery [prices-drop] => prices-drop [sitemap] => sitemap [supplier] => supplier [address] => address [addresses] => addresses [login] => login [registration] => registration [cart] => cart [discount] => discount [order-history] => order-history [identity] => identity [my-account] => my-account [order-follow] => order-follow [credit-slip] => credit-slip [order] => order [search] => search [stores] => stores [guest-tracking] => guest-tracking [order-confirmation] => order-confirmation [Best sellers] => Best sellers [Brands] => Brands [Brands list] => Brands list [Our special products] => Our special products [best-sellers] => best-sellers [brands] => brands [suppliers] => suppliers ) [ShopFormsErrors] => Array ( [Invalid name] => Invalid name [Invalid format.] => Invalid format. [Format should be %s.] => Format should be %s. [Required field] => Required field [Invalid postcode - should look like "%zipcode%"] => Invalid postcode - should look like "%zipcode%" ) [ModulesDashproductsAdmin] => Array ( [Dashboard Products] => Dashboard Products [Adds a block with a table of your latest orders and a ranking of your products] => Adds a block with a table of your latest orders and a ranking of your products [Customer Name] => Customer Name [Details] => Details [Total sold] => Total sold [Net profit] => Net profit [Views] => Views [Added to cart] => Added to cart [Purchased] => Purchased [You must enable the "Save global page views" option from the "Data mining for statistics" module in order to display the most viewed products, or use the Google Analytics module.] => You must enable the "Save global page views" option from the "Data mining for statistics" module in order to display the most viewed products, or use the Google Analytics module. [Term] => Term [Results] => Results [Number of "Recent Orders" to display] => Number of "Recent Orders" to display [Number of "Best Sellers" to display] => Number of "Best Sellers" to display [Number of "Most Viewed" to display] => Number of "Most Viewed" to display [Number of "Top Searches" to display] => Number of "Top Searches" to display [Enrich your stats: display a table of your latest orders and a ranking of your products.] => Enrich your stats: display a table of your latest orders and a ranking of your products. [Products and Sales] => Products and Sales [Recent Orders] => Recent Orders [Best Sellers] => Best Sellers [Most Viewed] => Most Viewed [Top Searches] => Top Searches [Last %d orders] => Last %d orders [Top %d products] => Top %d products [From] => From [to] => to [Top %d most search terms] => Top %d most search terms ) [ModulesEmailsubscriptionShop] => Array ( [This email address is not registered.] => This email address is not registered. [An error occurred while attempting to unsubscribe.] => An error occurred while attempting to unsubscribe. [Unsubscription successful.] => Unsubscription successful. [This email address is already registered.] => This email address is already registered. [An error occurred during the subscription process.] => An error occurred during the subscription process. [A verification email has been sent. Please check your inbox.] => A verification email has been sent. Please check your inbox. [You have successfully subscribed to this newsletter.] => You have successfully subscribed to this newsletter. [This email is already registered and/or invalid.] => This email is already registered and/or invalid. [Thank you for subscribing to our newsletter.] => Thank you for subscribing to our newsletter. [Sign up for our newsletter[1][2]%conditions%[/2]] => Sign up for our newsletter[1][2]%conditions%[/2] [You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice.] => You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice. [Newsletter subscription] => Newsletter subscription [Newsletter] => Newsletter [Your e-mail] => Your e-mail ) [ModulesBlockreassuranceAdmin] => Array ( [Customer Reassurance] => Customer Reassurance [Connect with your visitors and reassure them about secure payment, free shipping or returns.] => Connect with your visitors and reassure them about secure payment, free shipping or returns. [Are you sure you want to uninstall this module?] => Are you sure you want to uninstall this module? [There was an error during the installation. Please open an issue on the PrestaShop project.] => There was an error during the installation. Please open an issue on the PrestaShop project. [There was an error during the uninstallation. Please open an issue on the PrestaShop project.] => There was an error during the uninstallation. Please open an issue on the PrestaShop project. [Block updated] => Block updated [Oops... looks like an error occurred] => Oops... looks like an error occurred [Configuration updated successfully!] => Configuration updated successfully! [Position changed successfully!] => Position changed successfully! [An error occurred when switching position] => An error occurred when switching position [An error occurred when removing block] => An error occurred when removing block. [Position] => Position [Description] => Description [Actions] => Actions [WARNING] => WARNING [Your folder %s is not readable or executable] => Your folder %s is not readable or executable [This folder needs these rights so you can upload your own images for the reassurances blocks.] => This folder needs these rights so you can upload your own images for the reassurances blocks. [Content] => Content [Display] => Display [Appearance] => Appearance [Customize Module Design] => Customize Module Design [Icon color] => Icon color [Text color] => Text color [Save] => Save [Reassurance Block] => Reassurance Block [Return] => Return [Description (optional)] => Description (optional) [Image] => Image [Modify icon] => Modify icon [or upload file] => or upload file [Choose SVG for better customization. Other allowed formats are: .gif, .jpg, .png] => Choose SVG for better customization. Other allowed formats are: .gif, .jpg, .png [Languages] => Languages [Select none] => Select none [Redirection] => Redirection [CMS page] => CMS page [Title] => Title [URL] => URL [CMS Page] => CMS Page [Block Content] => Block Content [Url link] => Url link [Activated] => Activated [Deactivated] => Deactivated [We recommend 3 blocks at maximum.] => We recommend 3 blocks at maximum. [None] => None [none] => none [Global settings] => Global settings [Product pages] => Product pages [Checkout pages] => Checkout pages [Specific position for cart page] => Specific position for cart page [Header position on all pages] => Header position on all pages [Above header] => Above header [Below header] => Below header [Footer position on all pages] => Footer position on all pages [Above footer] => Above footer [Below footer] => Below footer [Main column] => Main column [Specific position for product page] => Specific position for product page ) [AdminOrderscustomersNotification] => Array ( [For this particular customer group, prices are displayed as:] => For this particular customer group, prices are displayed as: [The message was successfully sent to the customer.] => The message was successfully sent to the customer. [A partial refund was successfully created.] => A partial refund was successfully created. [Invalid new order status] => Invalid new order status [expires on %s.] => expires on %s. [downloadable %d time(s)] => downloadable %d time(s) [Invalid order] => Invalid order [The order cannot be renewed.] => The order cannot be renewed. [You must add a minimum quantity of %d] => You must add a minimum quantity of %d [An error occurred. Your message was not sent. Please contact your system administrator.] => An error occurred. Your message was not sent. Please contact your system administrator. [Cannot create message in a new thread.] => Cannot create message in a new thread. [The message body is empty, cannot import it.] => The message is empty, cannot import it. [Invalid message content for subject: %s] => Invalid message content for subject: %s [The message content is not valid, cannot import it.] => The message content is not valid, cannot import it. [The order ID -- or the invoice order ID -- is missing.] => The order ID -- or the invoice order ID -- is missing. [No invoice was found.] => No invoice was found. [No order slips were found.] => No order slips were found. [The supply order ID is missing.] => The supply order ID is missing. [The supply order cannot be found within your database.] => The supply order cannot be found within your database. [The order invoice cannot be found within your database.] => The order invoice cannot be found within your database. [The order cannot be found within your database.] => The order cannot be found within your database. [An error occurred while deleting the details of your order return.] => An error occurred while deleting the details of your order return. [You need at least one product.] => You need at least one product. [The order return is invalid.] => The order return is invalid. [The order return content is invalid.] => The order return content is invalid. [No order return ID has been specified.] => No order return ID has been specified. [No order was found with this ID:] => No order was found with this ID: [No invoice was found with this ID:] => No invoice was found with this ID: [No cart was found with this ID:] => No cart was found with this ID: [An error has occurred: Can't save the current order's return status.] => An error has occurred: Can't save the current order's return status. [An error has occurred: Can't delete the current order's return status.] => An error has occurred: Can't delete the current order's return status. [Direct link] => Direct link [There is no status defined for this order.] => There is no status defined for this order. [[Generated] CartRule for Free Shipping] => [Generated] CartRule for Free Shipping [Order history email could not be sent, test your email configuration in the Advanced Parameters > E-mail section of your back office.] => Order history email could not be sent, test your email configuration in the Advanced Parameters > E-mail section of your back office. [No delivery slip was found for this period.] => No delivery slip was found for this period. [I want my customers to be able to register again with the same email address. All data will be removed from the database.] => I want my customers to be able to register again with the same email address. All data will be removed from the database. [I do not want my customer(s) to register again with the same email address. All selected customer(s) will be removed from this list but their corresponding data will be kept in the database.] => I do not want my customer(s) to register again with the same email address. All selected customer(s) will be removed from this list but their corresponding data will be kept in the database. [An account already exists for this email address:] => An account already exists for this email address: [This customer does not exist.] => This customer does not exist. [A default customer group must be selected in group box.] => A default customer group must be selected in group box. [This email address is not registered.] => This email address is not registered. [This customer already exists as a non-guest.] => This customer already exists as a non-guest. [An error occurred while updating customer information.] => An error occurred while updating customer information. [Merchandise return not found.] => Merchandise return not found. [An error occurred while trying to update merchandise return.] => An error occurred while trying to update merchandise return. [An order message with the same name already exists in %s.] => An order message with the same name already exists in %s. [No order slips were found for this period.] => No order slips were found for this period. [You have to select a shop before creating new orders.] => You have to select a shop before creating new orders. [A standard refund was successfully created.] => A standard refund was successfully created. [The product was successfully returned.] => The product was successfully returned. [This product is out of stock:] => This product is out of stock: [An error occurred while sending an email to the customer.] => An error occurred while sending an email to the customer. [The email was sent to your customer.] => The email was sent to your customer. [Product search phrase must not be an empty string.] => Product search phrase must not be an empty string. [You cannot edit the cart once the order delivered.] => You cannot edit the cart once the order delivered. [Order #%d cannot be loaded.] => Order #%d cannot be loaded. [An error occurred while sending the e-mail to the customer.] => An error occurred while sending the e-mail to the customer. [Only numbers and decimal points (".") are allowed in the amount fields, e.g. 10.50 or 1050.] => Only numbers and decimal points (".") are allowed in the amount fields, e.g. 10.50 or 1050. [Percent value must be greater than 0.] => Percent value must be greater than 0. [Percent value cannot exceed 100.] => Percent value cannot exceed 100. [Amount value must be greater than 0.] => Amount value must be greater than 0. [Discount value cannot exceed the total price of this order.] => Discount value cannot exceed the total price of this order. [Shipping discount value cannot exceed the total price of this order.] => Shipping discount value cannot exceed the total price of this order. [Please enter a maximum quantity of [1].] => Please enter a maximum quantity of [1]. [Please select at least one product.] => Please select at least one product. [Please enter a positive amount.] => Please enter a positive amount. [Please generate at least one credit slip or voucher.] => Please generate at least one credit slip or voucher. [You must choose a payment module to create the order.] => You must choose a payment module to create the order. [You must choose an order status to create the order.] => You must choose an order status to create the order. [The order message given is invalid.] => The order message given is invalid. [Only numbers and decimal points (".") are allowed in the amount fields of the payment block, e.g. 10.50 or 1050.] => Only numbers and decimal points (".") are allowed in the amount fields of the payment block, e.g. 10.50 or 1050. [The selected payment method is invalid.] => The selected payment method is invalid. [An error occurred while changing the status for order #%d, or we were unable to send an email to the customer.] => An error occurred while changing the status for order #%d, or we were unable to send an email to the customer. [Order #%d has already been assigned this status.] => Order no. %d has already been assigned this status. [Please enter a positive value] => Please enter a positive value. [No invoice has been found for this status.] => No invoice has been found for this status. [Invalid invoice number.] => Invalid invoice number. [Invalid "From" date] => Invalid "From" date [Invalid "To" date] => Invalid "To" date [No invoice has been found for this period.] => No invoice has been found for this period. [You must select at least one order status.] => You must select at least one order status. [No cart is available] => No cart is available [A registered customer account using the defined email address already exists. ] => A registered customer account using the defined email address already exists. [There are two ways of deleting a customer. Please choose your preferred method.] => There are two ways of deleting a customer. Please choose your preferred method. [How do you want to delete the selected customers?] => How do you want to delete the selected customers? [You have to select a shop if you want to create a customer.] => You have to select a shop if you want to create a customer. [You must add at least one address to process the order.] => You must add at least one address to process the order. [No products found] => No products found [Searching for products] => Searching for products. [The prices are without taxes.] => The prices are without taxes. [No customers found] => No customers found [Searching for customers] => Searching for customers. [No carrier can be applied to this order] => No carrier can be applied to this order [This value must include taxes.] => This value must include taxes. [Please note that carrier change will not recalculate your shipping costs, if you want to change this please visit Shop Parameters > Order Settings] => Please note that carrier change will not recalculate your shipping costs, if you want to change this please visit Shop Parameters > Order Settings [Are you sure you want to create a new invoice?] => Are you sure you want to create a new invoice? [There is no available document] => There is no available document [Are you sure you want to edit this product price? It will be applied to all invoices of this order.] => Are you sure you want to edit this product price? It will be applied to all invoices of this order. [Are you sure you want to edit this product price? It will be applied to all identical products in this order.] => Are you sure you want to edit this product price? It will be applied to all identical products in this order. [No merchandise returned yet] => No merchandise returned yet [Merchandise returns are not applicable for virtual orders] => Merchandise returns are not applicable for virtual orders. [Do you want to overwrite your existing message?] => Do you want to overwrite your existing message? [paid instead of] => paid instead of [This warning also concerns order:] => This warning also concerns order: [This warning also concerns the following orders:] => This warning also concerns the next orders: [For this customer group, prices are displayed as: [1]%tax_method%[/1]] => For this customer group, prices are displayed as: [1]%tax_method%[/1] [Merchandise returns are disabled] => Merchandise returns are disabled [Error. You cannot refund a negative amount.] => Error. You cannot refund a negative amount. ) [ModulesNewproductsAdmin] => Array ( [New products block] => New products block [Displays a block featuring your store's newest products.] => Displays a block featuring your store's newest products. [Please complete the "products to display" field.] => Please complete the "products to display" field. [Invalid number.] => Invalid number. [Products to display] => Products to display [Define the number of products to be displayed in this block.] => Define the number of products to be displayed in this block. [Number of days for which the product is considered 'new'] => Number of days for which the product is considered 'new' [Highlight your store's newest products, display a block on the homepage and let the visitors know about your latest news.] => Highlight your store's newest products, display a block on the homepage and let visitors know about your latest news. ) [ModulesStatsnewsletterAdmin] => Array ( [Enrich your stats, display a graph showing newsletter registrations.] => Enrich your stats, display a graph showing newsletter registrations. [Customer registrations:] => Customer registrations: [Visitor registrations: ] => Visitor registrations: [Both:] => Both: [CSV Export] => CSV Export [The %s module must be installed.] => The %s module must be installed. [Newsletter statistics] => Newsletter statistics ) [ShopNotificationsWarning] => Array ( [You cannot place a new order from your country (%s).] => You cannot place a new order from your country (%s). [You cannot return merchandise with a guest account.] => You cannot return merchandise with a guest account. [If you have just placed an order, it may take a few minutes for it to be validated. Please refresh this page if your order is missing.] => If you have just placed an order, it may take a few minutes for it to be validated. Please refresh this page if your order is missing. [You must wait for confirmation before returning any merchandise.] => You must wait for confirmation before returning any merchandise. [This product is not visible to your customers.] => This product is not visible to your customers. [You do not have any vouchers.] => You do not have any vouchers. [You have not placed any orders.] => You have not placed any orders. [You have not received any credit slips.] => You have not received any credit slips. ) [AdminActions] => Array ( [Uninstall] => Uninstall [Validate] => Validate [Save and stay] => Save and stay [Generate] => Generate [Choose] => Choose [-- Choose --] => -- Choose -- [Select all] => Select all [Unselect all] => Unselect all [Display] => Display [View] => View [Import] => Import [Back to] => Back to [Disable] => Disable [Translate] => Translate [Print out] => Print out [Remove] => Remove [Reset] => Reset [and stay] => and stay [Apply] => Apply [See more] => See more [Hide warning] => Hide warning [Search] => Search [Add current page to Quick Access] => Add current page to Quick Access [Choose language:] => Choose language: [Close] => Close [Install] => Install [Edit: %s] => Edit: %s [Check All] => Check All [Uncheck All] => Uncheck All [Find a category] => Find a category [Collapse all] => Collapse all [Expand all] => Expand all [Check all] => Check all [Uncheck all] => Uncheck all [Finish] => Finish [Delete selected items?] => Delete selected items? [Delete selected] => Delete selected [Add new menu] => Add new menu [Show or hide menu.] => Show or hide menu. [Enable selection] => Enable selection [Disable selection] => Disable selection [Save] => Save [Configure] => Configure [Refresh] => Refresh [Continue] => Continue [Sort] => Sort [Sort order] => Sort order [Display email address] => Display email address [Export .CSV file] => Export .CSV file [Cancel] => Cancel [Choose a file] => Choose a file [Edit] => Edit [Delete] => Delete [Add new] => Add new [Add] => Add [Search address] => Search address [Search file name] => Search file name [Search file size] => Search file size [Search value] => Search value [Search color] => Search color [Search ID] => Search ID [Search name] => Search name [Search position] => Search position [Search country] => Search country [Search call prefix] => Search call prefix [Search zones] => Search zones [Search language] => Search language [Search employee] => Search employee [Search message] => Search message [Search email] => Search email [Search first name] => Search first name [Search last name] => Search last name [Search ISO code] => Search ISO code [Search code] => Search code [Search date format] => Search date format [Search post code] => Search post code [Search city] => Search city [Search order ID] => Search order ID [Search reference] => Search reference [Search description] => Search description [Search total] => Search total [Search payment] => Search payment [Search template] => Search template [Search company] => Search company [Search customer] => Search customer [Duplicate product] => Duplicate product [Activating %total% products] => Activating %total% products [Activating %done% / %total% products] => Activating %done% / %total% products [Deactivating %total% products] => Deactivating %total% products [Deactivating %done% / %total% products] => Deactivating %done% / %total% products [Duplicating %total% products] => Duplicating %total% products [Duplicating %done% / %total% products] => Duplicating %done% / %total% products [Deleting %total% products] => Deleting %total% products [Deleting %done% / %total% products] => Deleting %done% / %total% products [Stop processing] => Stop processing [%error_count% errors occurred. You can download the logs for future reference.] => %error_count% errors occurred. You can download the logs for future reference. [Back to processing] => Back to processing [Download error log] => Download error log [View %error_count% error logs] => View %error_count% error logs [Delete from store] => Delete from store [Delete from group] => Delete from group [Enable for group] => Enable for group [Disable for group] => Disable for group [Duplicate group] => Duplicate group [Enable on all stores] => Enable on all stores [Disable on all stores] => Disable on all stores [Duplicate all stores] => Duplicate all stores [Activate selection for current store] => Activate selection for current store [Deactivate selection for current store] => Deactivate selection for current store [Duplicate selection for current store] => Duplicate selection for current store [Delete selection for current store] => Delete selection for current store [Activate selection for group] => Activate selection for group [Deactivate selection for group] => Deactivate selection for group [Duplicate selection for group] => Duplicate selection for group [Delete selection for group] => Delete selection for group [Activate selection for all stores] => Activate selection for all stores [Deactivate selection for all stores] => Deactivate selection for all stores [Duplicate selection for all stores] => Duplicate selection for all stores [Delete selection for all stores] => Delete selection for all stores [Activate selection for associated stores] => Activate selection for associated stores [Deactivate selection for associated stores] => Deactivate selection for associated stores [Duplicate selection for associated stores] => Duplicate selection for associated stores [Delete selection for associated stores] => Delete selection for associated stores [Search key] => Search key [Export to SQL manager] => Export to SQL manager [Search zone] => Search zone [Add new authorized app] => Add new authorized app [Add new API access] => Add new API access [New product] => New product [Add tag] => Add tag [Order by] => Order by [View customer details] => View customer details [View order details] => View order details [Replace selection] => Replace selection [Close window] => Close window [Close (esc)] => Close (esc) [Toggle Fullscreen] => Toggle Fullscreen [Zoom in/out] => Zoom in/out [Previous (arrow left)] => Previous (arrow left) [Next (arrow right)] => Next (arrow right) [Download image] => Download image [Zoom on selection] => Zoom on selection [[1]Manage default settings[/1]] => [1]Manage default settings[/1] [All carriers] => All carriers [Only selected carriers] => Only selected carriers [Change password...] => Change password... [Done] => Done [Confirm] => Confirm [Go] => Go [Browse] => Browse [Download] => Download [Back to list] => Back to list [Use] => Use [Change] => Change [Read more] => Read more [Enable] => Enable [Load] => Load [All] => All [Export] => Export [Edit: %name%] => Edit: %name% [Preview] => Preview [Learn more] => Learn more [Edit: %value%] => Edit: %value% [Enable debug mode] => Enable debug mode [Back to previous page] => Back to previous page [Learn more about debug mode] => Learn more about debug mode [Save and preview] => Save and preview [Generate emails] => Generate emails [Back to configuration] => Back to configuration [Translate emails] => Translate emails [Choose layouts] => Choose layouts [Show] => Show [Update] => Update [Restore] => Restore [Copy] => Copy [Modify] => Modify [Try again] => Try again [See less] => See less [Sort by] => Sort by [Go to maintenance page] => Go to maintenance page [Upgrade] => Upgrade [Upgrade anyway] => Upgrade anyway [Configure URL] => Configure URL [Delete selection] => Delete selection [Activate selection] => Activate selection [Deactivate selection] => Deactivate selection [Duplicate selection] => Duplicate selection [Clear filter] => Clear filter [Filter by categories] => Filter by categories [Unselect] => Unselect [Expand] => Expand [Collapse] => Collapse [Show SQL query] => Show SQL query [Export to SQL Manager] => Export to SQL Manager [Duplicate] => Duplicate [Reorder] => Reorder [Save & refresh] => Save & refresh [Rearrange] => Rearrange [Create] => Create [Check / Uncheck all] => Check / Uncheck all [Delete this file] => Delete this file [Download file] => Download file [Save image settings] => Save image settings [Close and refresh] => Close and refresh [Filter by:] => Filter by: [Clear filter|Clear %filtersNb% filters] => Clear filter|Clear %filtersNb% filters [Discard] => Discard [Clear filter|Clear {filtersNb} filters] => Clear filter|Clear {filtersNb} filters [Select results on this page (%combinations_number%)] => Select results on this page (%combinations_number%) [Select all results (%combinations_number%)] => Select all results (%combinations_number%) [Save and publish] => Save and publish [Send] => Send [Choose file(s)] => Choose file(s) [Shipping] => Shipping [Select] => Select [Select another address] => Select another address [View full details] => View full details [Edit existing address] => Edit existing address [View pack content] => View pack content [Add my IP] => Add my IP [Confirm this action] => Confirm this action ) [AdminDesignFeature] => Array ( [Move images] => Move images [Regenerate thumbnails] => Regenerate thumbnails [Select an image] => Select an image [Select a format] => Select a format [Erase previous images] => Erase previous images [Transplant a module] => Transplant a module [Transplant to] => Transplant to [Available hooks] => Available hooks [Already registered hooks] => Already registered hooks [Exceptions] => Exceptions [Full width] => Full width [Three columns] => Three columns [Two columns, small left column] => Two columns, small left column [Two columns, small right column] => Two columns, small right column [No side columns, ideal for distraction-free pages such as product pages.] => No side columns, ideal for distraction-free pages such as product pages. [One large central column and 2 side columns.] => One large central column and 2 side columns. [Two columns with a small left column.] => Two columns with a small left column. [Two columns with a small right column.] => Two columns with a small right column. [Images generation options] => Images generation options [Image format] => Image format [Use JPEG.] => Use JPEG. [Use PNG only if the base image is in PNG format.] => Use PNG only if the base image is in PNG format. [Use PNG for all images.] => Use PNG for all images. [Use WebP only if the base image is in WebP format.] => Use WebP only if the base image is in WebP format. [Use WebP for all images.] => Use WebP for all images. [JPEG compression] => JPEG compression [PNG compression] => PNG compression [WebP compression] => WebP compression [Generate images based on one side of the source image] => Generate images based on one side of the source image [Automatic (longest side)] => Automatic (longest side) [Maximum file size of product customization pictures] => Maximum file size of product customization pictures [bytes] => bytes [Product picture width] => Product picture width [pixels] => pixels [Product picture height] => Product picture height [Generate high resolution images] => Generate high resolution images [Use the legacy image filesystem] => Use the legacy image filesystem [Image type] => Image type [Name for the image type] => Name for the image type [Add new image type] => Add new image type [Image formats to generate] => Image formats to generate [Base JPEG/PNG] => Base JPEG/PNG [WebP] => WebP [AVIF] => AVIF [Base format] => Base format [Use JPEG] => Use JPEG [Use PNG only if the base image is in PNG format] => Use PNG only if the base image is in PNG format [Use PNG] => Use PNG [AVIF compression] => AVIF compression [Regenerate] => Regenerate [Are you sure you want to delete this image setting?] => Are you sure you want to delete this image setting? [___________ CUSTOM ___________] => ___________ CUSTOM ___________ [____________ CORE ____________] => ____________ CORE ____________ [Admin modules controller] => Admin modules controller [Front modules controller] => Front modules controller [Pages] => Pages [Pages in category "%name%"] => Pages in category "%name%" [Preview Theme %s] => Preview Theme %s [Test email %template%] => Test email %template% [Parent category] => Parent category [Page category] => Page category [Only letters and the hyphen (-) character are allowed.] => Only letters and the hyphen (-) character are allowed. [Page content] => Page content [Indexation by search engines] => Indexation by search engines [Zip file] => Zip file [Archive URL] => Archive URL [Select the archive] => Select the archive [CMS Category] => CMS Category [Select your default email theme] => Select your default email theme [Generate emails] => Generate emails [Select your email theme] => Select your email theme [Select the theme you want to overwrite] => Select the theme you want to overwrite [Overwrite templates] => Overwrite templates [List %theme% layouts] => List %theme% layouts [Raw HTML] => Raw HTML [Text] => Text [Email themes] => Email themes [Designed by %s] => Designed by %s [Delete this theme?] => Delete this theme? [Configure your page layouts] => Configure your page layouts [Each page can use a different layout, choose it among the layouts bundled in your theme.] => Each page can use a different layout, choose it among the layouts bundled in your theme. [Choose layouts] => Choose layouts [Reset to defaults] => Reset to defaults [Header logo] => Header logo [Mail logo] => Mail logo [Invoice logo] => Invoice logo [Favicon] => Favicon [Favicon image] => Favicon image [Adaptation to Right-to-Left languages] => Adaptation to Right-to-Left languages [Generate RTL stylesheet] => Generate RTL stylesheet [Theme to adapt] => Theme to adapt [Use this theme?] => Use this theme? [Import from your computer] => Import from your computer [Import from the web] => Import from the web [Import from FTP] => Import from FTP [Theme] => Theme [Add new theme] => Add new theme [Export current theme] => Export current theme [My current theme] => My current theme [Use this theme] => Use this theme [My theme for %name% shop] => My theme for %name% shop [1 module selected] => 1 module selected [modules selected] => modules selected [Unhook the selection] => Unhook the selection [All modules] => All modules [Search for a hook] => Search for a hook [Display non-positionable hooks] => Display non-positionable hooks [Unhook] => Unhook ) [AdminStatsNotification] => Array ( [Module not found] => Module not found [Please select a module from the left column.] => Please select a module from the left column. [The specified date is invalid.] => The specified date is invalid. ) [AdminDesignHelp] => Array ( [By default, all images settings are already installed in your store. Do not delete them, you will need it!] => By default, all images settings are already installed in your store. Do not delete them, you will need it! [Select "No" only if your server timed out and you need to resume the regeneration.] => Select "No" only if your server timed out and you need to resume the regeneration. [Please select a module] => Please select a module [Select a module above before choosing from available hooks] => Select a module above before choosing from available hooks [Please specify the files for which you do not want the module to be displayed.] => Please specify the files for which you do not want the module to be displayed. [Please input each filename, separated by a comma (",").] => Please input each filename, separated by a comma (","). [You can also click the filename in the list below, and even make a multiple selection by keeping the Ctrl key pressed while clicking, or choose a whole range of filename by keeping the Shift key pressed while clicking.] => You can also click the filename in the list below, and even make a multiple selection by keeping the Ctrl key pressed while clicking, or choose a whole range of filename by keeping the Shift key pressed while clicking. [JPEG images have a small file size and standard quality. PNG images have a larger file size, a higher quality and support transparency. Note that in all cases the image files will have the .jpg extension.] => JPEG images have a small file size and standard quality. PNG images have a larger file size, a higher quality and support transparency. Note that in all cases the image files will have the .jpg extension. [WARNING: This feature may not be compatible with your theme, or with some of your modules. In particular, PNG mode is not compatible with the Watermark module. If you encounter any issues, turn it off by selecting "Use JPEG".] => WARNING: This feature may not be compatible with your theme, or with some of your modules. In particular, PNG mode is not compatible with the Watermark module. If you encounter any issues, turn it off by selecting "Use JPEG". [Ranges from 0 (worst quality, smallest file) to 100 (best quality, biggest file).] => Ranges from 0 (worst quality, smallest file) to 100 (best quality, biggest file). [Recommended: 90.] => Recommended: 90. [PNG compression is lossless: unlike JPG, you do not lose image quality with a high compression ratio. However, photographs will compress very badly.] => PNG compression is lossless: unlike JPG, you do not lose image quality with a high compression ratio. However, photographs will compress very badly. [Ranges from 0 (biggest file) to 9 (smallest file, slowest decompression).] => Ranges from 0 (biggest file) to 9 (smallest file, slowest decompression). [Recommended: 7.] => Recommended: 7. [Recommended: %d.] => Recommended: %d. [The maximum file size of pictures that customers can upload to customize a product (in bytes).] => The maximum file size of pictures that customers can upload to customize a product (in bytes). [Width of product customization pictures that customers can upload (in pixels).] => Width of product customization pictures that customers can upload (in pixels). [Height of product customization pictures that customers can upload (in pixels).] => Height of product customization pictures that customers can upload (in pixels). [This will generate an additional file for each image (thus doubling your total amount of images). Resolution of these images will be twice higher.] => This will generate an additional file for each image (thus doubling your total amount of image files). Resolution of these images will be twice higher. [Enable to optimize the display of your images on high pixel density screens.] => Enable to optimize the display of your images on high pixel density screens. [This should be set to yes unless you successfully moved images in "Images" page under the "Preferences" menu.] => This should be set to yes unless you successfully moved images in "Images" page under the "Preferences" menu. [Letters, underscores and hyphens only (e.g. "small_custom", "cart_medium", "large", "thickbox_extra-large").] => Letters, underscores and hyphens only (e.g. "small_custom", "cart_medium", "large", "thickbox_extra-large"). [Maximum image width in pixels.] => Maximum image width in pixels. [Maximum image height in pixels.] => Maximum image height in pixels. [This type will be used for Product images.] => This type will be used for Product images. [This type will be used for Category images.] => This type will be used for Category images. [This type will be used for Brand images.] => This type will be used for Brand images. [This type will be used for Supplier images.] => This type will be used for Supplier images. [This type will be used for Store images.] => This type will be used for Store images. [Choose which image formats you want to be generated. Base image will always have .jpg extension, other formats will have .webp or .avif.] => Choose which image formats you want to be generated. Base image will always have .jpg extension, other formats will have .webp or .avif. [E.g. address, addresses, attachment] => E.g. address, addresses, attachment [Used in the h1 page tag, and as the default title tag value.] => Used in the h1 page tag, and as the default title tag value. [Used to override the title tag value. If left blank, the default title value is used.] => Used to override the title tag value. If left blank, the default title value is used. [Browse your computer files and select the Zip file for your new theme.] => Browse your computer files and select the Zip file for your new theme. [Indicate the complete URL to an online Zip file that contains your new theme. For instance, "http://example.com/files/theme.zip".] => Indicate the complete URL to an online Zip file that contains your new theme. For instance, "http://example.com/files/theme.zip". [This selector lists the Zip files that you uploaded in the '/themes' folder.] => This selector lists the Zip files that you uploaded in the '/themes' folder. [Create meaningful content] => Create meaningful content [Because it is not just selling products but also creating a universe, build pages to tell stories and catch your visitors’ interest, to turn them into loyal customers.] => Because it is not just selling products but also creating a universe, build pages to tell stories and catch your visitors’ interest, to turn them into loyal customers. [Add new page category] => Add new page category [Add new page] => Add new page [This won't regenerate email templates, it only sets the default email theme for future generation (when a language is installed for example).] => This won't regenerate email templates, it only sets the default email theme for future generation (when a language is installed for example). [PrestaShop's email templates are stored in the "mails" folder, but they can be overridden by your current theme's own "mails" folder. Using this option enables to overwrite emails from your current theme.] => PrestaShop's email templates are stored in the "mails" folder, but they can be overridden by your current theme's own "mails" folder. Using this option enables to overwrite emails from your current theme. [No emails were detected in any theme folder so this field is disabled.] => No emails were detected in any theme folder so this field is disabled. [By default, existing email template files are not modified to avoid deleting any modification you may have done. Enable this option to force the overwrite.] => By default, existing email template files are not modified to avoid deleting any modification you may have done. Enable this option to force the overwrite. [Will appear on your main page. Recommended size for the default theme: height %height% and width %width%.] => Will appear on your main page. Recommended size for the default theme: height %height% and width %width%. [Will appear on email headers. If undefined, the header logo will be used.] => Will appear on email headers. If undefined, the header logo will be used. [Will appear on invoice headers.] => Will appear on invoice headers. [Warning: if no invoice logo is available, the main logo will be used instead.] => Warning: if no invoice logo is available, the main logo will be used instead. [It is the small icon that appears in browser tabs, next to the title.] => It is the small icon that appears in browser tabs, next to the title. [Use our [1]favicon generator on PrestaShop Marketplace[/1] to boost your brand image!] => Use our [1]favicon generator on PrestaShop Marketplace[/1] to boost your brand image! [Be careful! Please check your theme in an RTL language before generating the RTL stylesheet: your theme could be already adapted to RTL. Once you enable the "%generate_rtl_label%" option, any RTL-specific file that you might have added to your theme might be deleted by the created stylesheet.] => Be careful! Please check your theme in an RTL language before generating the RTL stylesheet: your theme could be already adapted to RTL. Once you enable the "%generate_rtl_label%" option, any RTL-specific file that you might have added to your theme might be deleted by the created stylesheet. [You must select a shop from the above list if you wish to choose a theme.] => You must select a shop from the above list if you wish to choose a theme. [You are editing this page for a specific shop or group. Click "%yes_label%" to check all fields, "%no_label%" to uncheck all.] => You are editing this page for a specific shop or group. Click "%yes_label%" to check all fields, "%no_label%" to uncheck all. [If you check a field, change its value, and save, the multistore behavior will not apply to this shop (or group), for this particular parameter.] => If you check a field, change its value, and save, the multistore behavior will not apply to this store (or group), for this particular parameter. ) [ModulesViewedproductAdmin] => Array ( [Viewed products block] => Viewed products block [Display a kind of showcase on your product pages with recently viewed products.] => Display a kind of showcase on your product pages with recently viewed products. [You must fill in the 'Products displayed' field.] => You must fill in the 'Products displayed' field. [Invalid number.] => Invalid number. [Products to display] => Products to display [Define the number of products displayed in this block.] => Define the number of products displayed in this block. ) [ModulesProductcommentsAdmin] => Array ( [Valid for the entire catalog] => Valid for the entire catalog [Restricted to some categories] => Restricted to some categories [Restricted to some products] => Restricted to some products [Product Comments] => Product Comments [Allow users to post reviews on your products and/or rate them based on specific criteria.] => Allow users to post reviews on your products and/or rate them based on specific criteria. [Settings updated] => Settings updated [The criterion cannot be saved] => The criterion cannot be saved [Criterion deleted] => Criterion deleted [Configuration] => Configuration [All reviews must be validated by an employee] => All reviews must be validated by an employee [Yes] => Yes [No] => No [Allow guest reviews] => Allow guest reviews [Enable upvotes / downvotes on reviews] => Enable upvotes / downvotes on reviews [Anonymize the user's last name] => Anonymize the user's last name [Display only initials, e.g. John D.] => Display only initials, e.g. John D. [Minimum time between 2 reviews from the same user] => Minimum time between 2 reviews from the same user [Number of comments per page] => Number of comments per page [Save] => Save [Reviews waiting for approval] => Reviews waiting for approval [Reported Reviews] => Reported Reviews [Approve] => Approve [Not abusive] => Not abusive [ID] => ID [Name] => Name [Type] => Type [Status] => Status [Add New Criterion] => Add New Criterion [Review Criteria] => Review Criteria [Approved Reviews] => Approved Reviews [Review title] => Review title [Review] => Review [Rating] => Rating [Author] => Author [Product] => Product [Time of publication] => Time of publication [Criterion will be restricted to the following categories] => Criterion will be restricted to the following categories [Mark the boxes of categories to which this criterion applies.] => Mark the boxes of categories to which this criterion applies. [Selected] => Selected [Collapse All] => Collapse All [Expand All] => Expand All [Check All] => Check All [Uncheck All] => Uncheck All [Add new criterion] => Add new criterion [Criterion name] => Criterion name [Maximum length: %s characters] => Maximum length: %s characters [Application scope of the criterion] => Application scope of the criterion [The criterion will be restricted to the following products] => The criterion will be restricted to the following products [Active] => Active [The comment cannot be deleted] => The comment cannot be deleted [Criterion cannot be deleted] => Criterion cannot be deleted [Product Name] => Product Name ) [ModulesStatssearchAdmin] => Array ( [Shop search] => Shop search [Enrich your stats, add a tab showing what keywords have been searched by your visitors.] => Enrich your stats, add a tab showing what keywords have been searched by your visitors. [Keywords] => Keywords [Occurrences] => Occurrences [Results] => Results [CSV Export] => CSV Export [Cannot find any keywords that have been searched for more than once.] => Cannot find any keywords that have been searched for more than once. [Top 10 keywords] => Top 10 keywords [Others] => Others ) [ModulesStatsbestmanufacturersAdmin] => Array ( [Total paid] => Total paid [Best brands] => Best brands [Adds a list of the best brands to the Stats dashboard.] => Adds a list of the best brands to the Stats dashboard. [Enrich your stats: add a list of the best-selling brands to your dashboard.] => Enrich your stats: add a list of the best-selling brands to your dashboard. ) [AdminGlobal] => Array ( [Logo] => Logo [Amount] => Amount [Product] => Product [Tax excluded] => Tax excluded [Tax included] => Tax included [Value] => Value [From] => From [To] => To [Actions] => Actions [Hour] => Hour [Status] => Status [Description] => Description [Code] => Code [Priority] => Priority [Brands] => Brands [Suppliers] => Suppliers [Attributes] => Attributes [Selected] => Selected [Unselected] => Unselected [Stock] => Stock [Discounts] => Discounts [Unit price] => Unit price [Zone] => Zone [result(s)] => result(s) [Email] => Email [Subject:] => Subject: [Day] => Day [Month] => Month [Year] => Year [Discount] => Discount [Password] => Password [Email address] => Email address [Forgot your password?] => Forgot your password? [Next] => Next [Bulk actions] => Bulk actions [Module] => Module [Quantity] => Quantity [Action] => Action [Category] => Category [Supplier] => Supplier [Brand] => Brand [Attribute] => Attribute [Features] => Features [Type] => Type [or] => or [and] => and [Feature] => Feature [Reference] => Reference [Products] => Products [All] => All [Shop group] => Store group [Store] => Store [Total] => Total [Messages] => Messages [Options] => Options [Back] => Back [Modules] => Modules [Carts] => Carts [Catalog] => Catalog [Invoices] => Invoices [All stores] => All stores [From:] => From: [Total:] => Total: [All shops] => All shops [Help] => Help [Default] => Default [Miscellaneous] => Miscellaneous [(tax excl.)] => (tax excl.) [Drop-down list] => Drop-down list [Radio buttons] => Radio buttons [Values] => Values [MultiStore] => MultiStore [Previous] => Previous [No tax] => No tax [No Tax] => No Tax [Invalid characters:] => Invalid characters: [30 day] => 30 day [30 days] => 30 days [Date of birth] => Date of birth [Last name] => Last name [First name] => First name [Social title] => Social title [Stores] => Stores [Width] => Width [Height] => Height [Customers] => Customers [Depth] => Depth [Mobile] => Mobile [Dashboard] => Dashboard [?] => ? [Birth date] => Birth date [Search results] => Search results [Company] => Company [Countries] => Countries [All currencies] => All currencies [All groups] => All groups [Calendar] => Calendar [To:] => To: [Week] => Week [Never] => Never [Fax] => Fax [Note] => Note [Phone] => Phone [Zip/Postal code] => Zip/Postal code [DNI] => DNI [Class] => Class [Menus] => Menus [Home] => Home [Parent] => Parent [30 Days] => 30 Days [Abandoned Carts] => Abandoned Carts [Configuration] => Configuration [Configure] => Configure [Tax excl.] => Tax excl. [Orders] => Orders [Sales] => Sales [Conversion Rate] => Conversion Rate [Visits] => Visits [Settings updated.] => Settings updated. [By name] => By name [By position] => By position [Descending] => Descending [Ascending] => Ascending [Lastname] => Lastname [Firstname] => Firstname [Gender] => Gender [Enabled] => Enabled [Disabled] => Disabled [Yes] => Yes [No] => No [None] => None [Name] => Name [Categories] => Categories [ID] => ID [Pages] => Pages [Meta title] => Meta title [URL] => URL [Maximum image size: %s.] => Maximum image size: %s. [Shop] => Store [Shop association] => Shop association [Hook] => Hook [Delete] => Delete [Link] => Link [Label] => Label [Save] => Save [Last Name] => Last Name [First Name] => First Name [CSV Export] => CSV Export [Displaying %1$s of %2$s] => Displaying %1$s of %2$s [Quantity sold] => Quantity sold [Edit] => Edit [images] => images [Available quantity for sale] => Available quantity for sale [Item] => Item [Images] => Images [Settings updated] => Settings updated [Average price] => Average price [Percentage] => Percentage [customers] => customers [Guide] => Guide [Filter] => Filter [Products bought:] => Products bought: [All countries] => All countries [Today] => Today [All Time] => All Time [Average Order Value] => Average Order Value [Tax incl.] => Tax incl. [%firstname% %lastname%] => %firstname% %lastname% [Hours] => Hours [Days] => Days [Text] => Text [Percent] => Percent [(deleted)] => (deleted) [Size] => Size [API access state] => API access state [Filename] => Filename [PDF] => PDF [Customer thread] => Customer thread [Private] => Private [Last message] => Last message [Shop context] => Shop context [In transit] => In transit [Delete from store] => Delete from store [Search title] => Search title [Mobile Phone] => Mobile Phone [%s: %s] => %s: %s [Always] => Always [Enable gravatar] => Enable gravatar [Avatar] => Avatar [Resource] => Resource [Display error page with 404 response] => Display error page with 404 response [Display error page with 410 response] => Display error page with 410 response [Display product as discontinued with 200 response] => Display product as discontinued with 200 response [Display product as discontinued with 404 response] => Display product as discontinued with 404 response [Display product as discontinued with 410 response] => Display product as discontinued with 410 response [-] => - [,] => , [Required] => Required [All customers] => All customers [%] => % [New] => New [Existing] => Existing [Format: 2011-12-31 (inclusive).] => Format: 2011-12-31 (inclusive). [tax incl.] => tax incl. [Allowed special characters: %allowed_characters%] => Allowed special characters: %allowed_characters% [Cancel] => Cancel [Apply changes to all associated stores] => Apply changes to all associated stores [Not Required] => Not Required [YYYY-MM-DD HH:mm:ss] => YYYY-MM-DD HH:mm:ss [Apply to:] => Apply to: [Apply to all customers] => Apply to all customers [All combinations] => All combinations [Date & Time] => Date & Time [Start date] => Start date [YY-MM-DD] => YY-MM-DD [End date] => End date [Add or subtract items] => Add or subtract items [No records found] => No records found [Active] => Active [Inactive] => Inactive [Deleted customer] => Deleted customer [Settings] => Settings [View] => View [Meta keywords] => Meta keywords [Meta description] => Meta description [General] => General [Processing...] => Processing... [%inputId% Minimum Input] => %inputId% Minimum Input [%inputId% Maximum Input] => %inputId% Maximum Input [Not filtered] => Not filtered [Equals] => Equals [Below] => Below [Above] => Above [Inside range] => Inside range [Version] => Version [Multistore] => Multistore [Page] => Page [Layout] => Layout [Selection] => Selection [Currencies] => Currencies [Example] => Example [Language] => Language [Languages] => Languages [Advanced] => Advanced [Taxes] => Taxes [Bulk Actions] => Bulk actions [Customized] => Customized [Inherited] => Inherited [No results found for] => No results found for [Searching for] => Searching for [Edit color] => Edit color [Disable %product_name% input] => Disable %product_name% input [Enable %product_name% input] => Enable %product_name% input [N/A] => N/A [Quick navigation] => Quick navigation [Price] => Price [Position] => Position [Image] => Image [Min] => Min [Max] => Max [%inputId% select] => %inputId% select [%inputId% input] => %inputId% input [SQL query] => SQL query [Online] => Online [Offline] => Offline [to] => to [For] => For [Customer] => Customer [Currency] => Currency [Period] => Period [Country] => Country [Group] => Group [Are you sure you want to delete the selected item(s)?] => Are you sure you want to delete the selected item(s)? [File] => File [Friendly URL] => Friendly URL [Displayed] => Displayed [SEO preview] => SEO preview [Here is a preview of how your page will appear in search engine results.] => Here is a preview of how your page will appear in search engine results. [Store association] => Store association [Performance] => Performance [State] => State [Address] => Address [Address (2)] => Address (2) [City] => City [Other] => Other [Mobile phone] => Mobile phone [Home phone] => Home phone [tax excl.] => tax excl. [Units] => Units [Generate combinations for all stores] => Generate combinations for all stores [Unlimited] => Unlimited [Duration] => Duration [Specific price deletion] => Specific price deletion [Are you sure you want to delete this specific price?] => Are you sure you want to delete this specific price? [Edit specific price] => Edit specific price [Groups] => Groups [Newsletter] => Newsletter [Social Title] => Social Title [Subject] => Subject [Template] => Template [Name:] => Name: [Addresses] => Addresses [Delivery] => Delivery [Remove] => Remove [Toggle] => Toggle [Summary] => Summary [Invoice] => Invoice [Combination] => Combination [Carrier] => Carrier [Message history with %name%] => Message history with %name% [Message history] => Message history [Products in pack] => Products in pack [Package item] => Package item [Available] => Available [Combinations] => Combinations [Email:] => Email: [More actions] => More actions [from] => from [at] => at [Date] => Date [Message] => Message [Me] => Me [Details] => Details [Payment] => Payment [Employee] => Employee [Warning] => Warning [Order] => Order [Weight] => Weight [Gift message:] => Gift message: [Keywords] => Keywords [Tax] => Tax [(%count% more)] => (%count% more) [Added] => Added [Removed] => Removed [Current store] => Current store [Title] => Title [File name] => File name [%count% file(s)] => %count% file(s) [Loading...] => Loading... [%count% errors] => %count% error(s) [Product name] => Product name ) [EmailsBody] => Array ( [(waiting for validation)] => (waiting for validation) [{shop_name} powered by PrestaShop™] => {shop_name} powered by PrestaShop™ [Message from {shop_name}] => Message from {shop_name} [Your login email address on {shop_name}] => Your login email address on {shop_name} [Here is your login email address:] => Here is your login email address: [Thank you for creating a customer account at {shop_name}.] => Thank you for creating a customer account at {shop_name}. [Important Security Tips:] => Important Security Tips: [Always keep your account details safe.] => Always keep your account details safe. [Never disclose your login details to anyone.] => Never disclose your login details to anyone. [Change your password regularly.] => Change your password regularly. [Should you suspect someone is using your account illegally, please notify us immediately.] => Should you suspect someone is using your account illegally, please notify us immediately. [You can now place orders on our store:] => You can now place orders on our store: [Please go on {order_link} to finalize the payment.] => Please go on {order_link} to finalize the payment. [A new order has been generated on your behalf.] => A new order has been generated on your behalf. [Awaiting wire payment] => Awaiting wire payment [You have selected to pay by wire transfer.] => You have selected to pay by wire transfer. [Here are the bank details for your transfer:] => Here are the bank details for your transfer: [Account owner:] => Account owner: [Account details:] => Account details: [Bank address:] => Bank address: [Please specify your order reference in the bankwire description.] => Please specify your order reference in the bankwire description. [Your order with the reference [1]{order_name}[/1] has been placed successfully and will be [1]shipped as soon as we receive your payment[/1].] => Your order with the reference [1]{order_name}[/1] has been placed successfully and will be [1]shipped as soon as we receive your payment[/1]. [Amount:] => Amount: [Awaiting check payment] => Awaiting check payment [You have selected to pay by check.] => You have selected to pay by check. [Here are the bank details for your check:] => Here are the bank details for your check: [Payable to the order of:] => Payable to the order of: [Please mail your check to:] => Please mail your check to: [Customer email address:] => Customer email address: [Message from a {shop_name} customer] => Message from a {shop_name} customer [Order ID:] => Order ID: [Attached file:] => Attached file: [Your message to {shop_name} Customer Service] => Your message to {shop_name} Customer Service [Your message has been sent successfully.] => Your message has been sent successfully. [We will answer as soon as possible.] => We will answer as soon as possible. [Product:] => Product: [Credit slip created] => Credit slip created [We have generated a credit slip in your name for order with the reference [1]{order_name}[/1].] => We have generated a credit slip in your name for order with the reference [1]{order_name}[/1]. [Review this credit slip and download your invoice on our store, go to the %credit_slips_label% section of your customer account.] => Review this credit slip and download your invoice on our store, go to the %credit_slips_label% section of your customer account. [Thank you for your order with the reference {order_name} from {shop_name}] => Thank you for your order with the reference {order_name} from {shop_name} [Product(s) now available for download] => Product(s) now available for download [You have [1]{nbProducts}[/1] product(s) now available for download using the following link(s):] => You have [1]{nbProducts}[/1] product(s) now available for download using the following link(s): [Your {shop_name} login information] => Your {shop_name} login information [Here is your personal login information for [1]{shop_name}[/1]:] => Here is your personal login information for [1]{shop_name}[/1]: [First name:] => First name: [Last name:] => Last name: [Customer service - Forwarded discussion] => Customer service - Forwarded discussion [[1]{employee}[/1] added [1]"{comment}"[/1]] => [1]{employee}[/1] added [1]"{comment}"[/1] [[1]{employee}[/1] wanted to forward this discussion to you.] => [1]{employee}[/1] wanted to forward this discussion to you. [Discussion history:] => Discussion history: [Your customer account creation] => Your customer account creation [Your guest account for [1]{shop_name}[/1] has been transformed into a customer account.] => Your guest account for [1]{shop_name}[/1] has been transformed into a customer account. [Please be careful when sharing these login details with others.] => Please be careful when sharing these login details with others. [Click on the following link to set up your password:] => Click on the following link to set up your password: [You can access your customer account on our store:] => You can access your customer account on our store: [Email address:] => Email address: [Import complete] => Import complete [The file {filename} has been successfully imported to your store.] => The file {filename} has been successfully imported to your store. [Your order with the reference [1]{order_name}[/1] is currently in transit.] => Your order with the reference [1]{order_name}[/1] is currently in transit. [{followup}] => {followup} [In transit] => In transit [You can track your package using the following link:] => You can track your package using the following link: [You have received a new log alert] => You have received a new log alert [[1]Warning:[/1] you have received a new log alert in your Back Office.] => [1]Warning:[/1] you have received a new log alert in your back office. [You can check for it in the [1]Advanced Parameters > Logs[/1] section of your back office.] => You can check for it in the [1]Advanced Parameters > Logs[/1] section of your back office. [Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been canceled.] => Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been canceled. [Order canceled] => Order canceled [Order changed] => Order changed [Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been changed by the merchant.] => Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been changed by the merchant. [Message from a customer] => Message from a customer [You have received a new message.] => You have received a new message. [Order reference:] => Order reference: [You have received a new message from [1]{shop_name}[/1] regarding order with the reference [1]{order_name}[/1].] => You have received a new message from [1]{shop_name}[/1] regarding order with the reference [1]{order_name}[/1]. [Message:] => Message: [Return #{id_order_return} - update] => Return #{id_order_return} - update [We have updated the progress on your return #{id_order_return}, the new status is:] => We have updated the progress on your return #{id_order_return}, the new status is: [Item(s) out of stock] => Item(s) out of stock [Unfortunately, one or more items are currently out of stock. This may cause a slight delay in your delivery. Please accept our apologies and rest assured that we are working hard to rectify this.] => Unfortunately, one or more items are currently out of stock. This may cause a slight delay in your delivery. Please accept our apologies and rest assured that we are working hard to rectify this. [Thanks for your order with the reference {order_name} from {shop_name}.] => Thanks for your order with the reference {order_name} from {shop_name}. [Your new {shop_name} login details] => Your new {shop_name} login details [Password reset request for {shop_name}] => Password reset request for {shop_name} [To confirm this action, please use the following link:] => To confirm this action, please use the following link: [You have requested to reset your [1]{shop_name}[/1] login details.] => You have requested to reset your [1]{shop_name}[/1] login details. [Please note that this will change your current password.] => Please note that this will change your current password. [Payment processed] => Payment processed [Your payment for order with the reference {order_name} was successfully processed.] => Your payment for order with the reference {order_name} was successfully processed. [Payment processing error] => Payment processing error [There is a problem with your payment for {shop_name} order with the reference {order_name}. Please contact us at your earliest convenience.] => There is a problem with your payment for {shop_name} order with the reference {order_name}. Please contact us at your earliest convenience. [We cannot ship your order until we receive your payment.] => We cannot ship your order until we receive your payment. [Processing] => Processing [We are currently processing your {shop_name} order with the reference {order_name}.] => We are currently processing your {shop_name} order with the reference {order_name}. [We have processed your {shop_name} refund for order with the reference {order_name}.] => We have processed your {shop_name} refund for order with the reference {order_name}. [Refund processed] => Refund processed [In order to reply, please use the following link: {link}] => In order to reply, please use the following link: {link} [Please do not reply directly to this email, we will not receive it.] => Please do not reply directly to this email, we will not receive it. [Thank you for shopping with {shop_name}!] => Thank you for shopping with {shop_name}! [Your order has been shipped] => Your order has been shipped [Shipped] => Shipped [Your order with the reference [1]{order_name}[/1] has been shipped.] => Your order with the reference [1]{order_name}[/1] has been shipped. [Hello] => Hello [This is a [1]test e-mail[/1] from your shop.] => This is a [1]test e-mail[/1] from your shop. [If you can read this, the test was successful!] => If you can read this, the test was successful! [Voucher created] => Voucher created [A voucher has been created in your name as a result of your order with the reference [1]{order_name}[/1].] => A voucher has been created in your name as a result of your order with the reference [1]{order_name}[/1]. [[1]Voucher code: {voucher_num}[/1] in the amount of [1]{voucher_amount}[/1]] => [1]Voucher code: {voucher_num}[/1] in the amount of [1]{voucher_amount}[/1] [This is to inform you about the creation of a voucher.] => This is to inform you about the creation of a voucher. [Hi,] => Hi, [This item is once again in-stock.] => This item is once again in-stock. [You can access the product page by clicking on the link:] => You can access the product page by clicking on the link: [You can order it right now from our online shop.] => You can order it right now from our online shop. [{product} is now available.] => {product} is now available. [Customer message:] => Customer message: [Total Tax paid] => Total Tax paid [Order details] => Order details [Order:] => Order: [Placed on] => Placed on [Payment:] => Payment: [Reference] => Reference [Product] => Product [Unit price] => Unit price [Quantity] => Quantity [Total price] => Total price [Products] => Products [Discounts] => Discounts [Gift-wrapping] => Gift-wrapping [Shipping] => Shipping [Total paid] => Total paid [Carrier:] => Carrier: [Delivery address] => Delivery address [Billing address] => Billing address [A new order was placed on {shop_name} by the following customer: {firstname} {lastname} ({email})] => A new order was placed on {shop_name} by the following customer: {firstname} {lastname} ({email}) [Congratulations!] => Congratulations! [Order {order_name}] => Order {order_name} [If you have a guest account, you can follow your order via the %guest_tracking_label% section on our shop.] => If you have a guest account, you can follow your order via the %guest_tracking_label% section on our shop. [Order edited] => Order edited [Your order with the reference [1]{order_name}[/1] has been modified.] => Your order with the reference [1]{order_name}[/1] has been modified. [The stock cover is now less than the specified minimum of:] => The stock cover is now less than the specified minimum of: [Current stock cover:] => Current stock cover: [{product} is almost out of stock.] => {product} is almost out of stock. [{product} is nearly out of stock.] => {product} is nearly out of stock. [The remaining stock is now less than the specified minimum of] => The remaining stock is now less than the specified minimum of [Remaining stock:] => Remaining stock: [Replenish your inventory, go to the [1]Catalog > Stocks[/1] section of your back office to manage your stock.] => Replenish your inventory, go to the [1]Catalog > Stocks[/1] section of your back office to manage your stock. [Customer:] => Customer: [Return details] => Return Details [{order_name} Placed on {date}] => {order_name} placed on {date} [You have received a new return request for {shop_name}.] => You have received a new return request for {shop_name}. [Thank you for subscribing to our newsletter.] => Thank you for subscribing to our newsletter. [Thank you for subscribing to our newsletter, please confirm your request by clicking the link below :] => Thank you for subscribing to our newsletter, please confirm your request by clicking the link below : [Newsletter subscription] => Newsletter subscription [Regarding your newsletter subscription, we are pleased to offer you the following voucher:] => Regarding your newsletter subscription, we are pleased to offer you the following voucher: [Hi {firstname} {lastname},] => Hi {firstname} {lastname}, [We noticed that during your last visit on {shop_name}, you did not complete the order you had started.] => We noticed that during your last visit on {shop_name}, you did not complete the order you had started. [As an incentive, we can give you a discount of [1]{amount}%[/1] off your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment!] => As an incentive, we can give you a discount of [1]{amount}%[/1] off your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment! [Your {shop_name} login details] => Your {shop_name} login details [Your cart at {shop_name}] => Your cart at {shop_name} [Your cart has been saved, you can resume your order by visiting our store:] => Your cart has been saved, you can resume your order by visiting our store: [Here is your coupon:] => Here is your coupon: [Enter this code in your shopping cart to get your discount.] => Enter this code in your shopping cart to get your discount. [Thank you for your order at {shop_name}.] => Thank you for your order at {shop_name}. [As our way of saying thanks, we want to give you a discount of [1]{amount}%[/1] off your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment!] => As our way of saying thanks, we want to give you a discount of [1]{amount}%[/1] off your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment! [You are one of our best customers and as such we want to thank you for your continued patronage.] => You are one of our best customers and as such we want to thank you for your continued patronage. [As appreciation for your loyalty, we want to give you a discount of [1]{amount}%[/1] valid on your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment!] => As an appreciation for your loyalty, we want to give you a discount of [1]{amount}%[/1] valid on your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment! [Thanks for your trust.] => Thanks for your trust. [You are one of our best customers, however you have not placed an order in {days_threshold} days.] => You are one of our best customers, however you have not placed an order in {days_threshold} days. [We wish to thank you for the trust you have placed in us and want to give you a discount of [1]{amount}%[/1] valid on your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment!] => We wish to thank you for the trust you have placed in us and want to give you a discount of [1]{amount}%[/1] valid on your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment! [Your referred friend [1]{sponsored_firstname} {sponsored_lastname}[/1] has placed his or her first order on {shop_name}!] => Your referred friend [1]{sponsored_firstname} {sponsored_lastname}[/1] has placed his or her first order on {shop_name}! [We are pleased to offer you a voucher worth [1]{discount_display} (voucher # {discount_name})[/1] that you can use on your next order.] => We are pleased to offer you a voucher worth [1]{discount_display} (voucher # {discount_name})[/1] that you can use on your next order. [Best regards,] => Best regards, [join us!] => join us! [Your friend [1]{firstname} {lastname}[/1] wants to refer you on {shop_name}!] => Your friend [1]{firstname} {lastname}[/1] wants to refer you on {shop_name}! [Get referred and earn a discount voucher of [1]{discount}![/1]] => Get referred and earn a discount voucher of [1]{discount}![/1] [It's very easy to sign up. Just click here!] => It's very easy to sign up. Just click here! [When signing up, don't forget to provide the e-mail address of your referring friend:] => When signing up, don't forget to provide the e-mail address of your referring friend: [We are pleased to offer you a voucher worth [1]{discount}[/1] that you can use on your next order.] => We are pleased to offer you a voucher worth [1]{discount}[/1] that you can use on your next order. [Here is the code of your voucher:] => Here is the code of your voucher: [Simply copy/paste this code during the payment process for your next order.] => Simply copy/paste this code during the payment process for your next order. [Referral Program] => Referral Program [We have created a voucher in your name for referring a friend.] => We have created a voucher in your name for referring a friend. [, with an amount of] => , with an amount of [You can now place orders on our shop:] => You can now place orders on our shop: [Account] => Account [Your login details on {shop_name}] => Your login details on {shop_name} [Here are your login details:] => Here are your login details: [Back Office Order] => Back Office Order [Please go on {order_link} to complete the payment.] => Please go on {order_link} to complete the payment. [Bankwire] => Bankwire [Pending payment] => Pending payment [Payment method: bank wire] => Payment method: bank wire [You have decided to pay by bank wire.] => You have decided to pay by bank wire. [Here is the information you need for your transfer:] => Here is the information you need for your transfer: [Your order with the reference [1]{order_name}[/1] has been placed successfully. You can expect [1]delivery as soon as your payment is received[/1].] => Your order with the reference [1]{order_name}[/1] has been placed successfully. You can expect [1]delivery as soon as your payment is received[/1]. [Check] => Check [Awaiting payment by check] => Awaiting payment by check [Payment method: check] => Payment method: check [You have decided to pay by bank check.] => You have decided to pay by bank check. [Here is the information you need for your check:] => Here is the information you need for your check: [Contact] => Contact [Customer Email Address:] => Customer Email Address: [Order ID #:] => Order ID #: [Contact Form] => Contact Form [Your message has been sent successfully, thank you for taking the time to write!] => Your message has been sent successfully, thank you for taking the time to write! [We will reply as soon as possible.] => We will reply as soon as possible. [Review this credit slip and download your invoice on our shop, go to the %credit_slips_label% section of your customer account.] => Review this credit slip and download your invoice on our shop, go to the %credit_slips_label% section of your customer account. [Credit Slip] => Credit Slip [Credit slip] => Credit slip [A credit slip has been generated in your name for order with the reference [1]{order_name}[/1].] => A credit slip has been generated in your name for order with the reference [1]{order_name}[/1]. [Download products] => Download products [Thank you for your order with the reference {order_name} from [1]{shop_name}[/1]] => Thank you for your order with the reference {order_name} from [1]{shop_name}[/1] [Product(s) to download] => Product(s) to download [Employee password] => Employee password [Here is your personal login information for {shop_name}] => Here is your personal login information for {shop_name} [Here is your identification information on [1]{shop_name}[/1]] => Here is your identification information on [1]{shop_name}[/1] [Forward message] => Forward message [Customer Service - Discussion Forwarded] => Customer Service - Discussion Forwarded [[1]{employee}[/1] added [1]{comment}[/1]] => [1]{employee}[/1] added [1]{comment}[/1] [You can access your customer account on our shop:] => You can access your customer account on our shop: [Guest to customer] => Guest to customer [Your guest account has been turned into a customer account] => Your guest account has been turned into a customer account [Congratulations, your guest account for [1]{shop_name}[/1] has been turned into a customer account!] => Congratulations, your guest account for [1]{shop_name}[/1] has been turned into a customer account! [The file {filename} has been successfully imported to your shop.] => The file {filename} has been successfully imported to your shop. [Import] => Import [Import finished] => Import finished [Your order with the reference [1]{order_name}[/1] is on its way.] => Your order with the reference [1]{order_name}[/1] is on its way. [Log Alert] => Log Alert [New alert message saved] => New alert message saved [[1]WARNING:[/1] you have received a new log alert in your back office.] => [1]WARNING:[/1] you have received a new log alert in your back office. [Newsletter] => Newsletter [Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been canceled by the merchant.] => Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been canceled by the merchant. [Order confirmation] => Order confirmation [Thank you for shopping on [1]{shop_name}[/1]!] => Thank you for shopping on [1]{shop_name}[/1]! [Recycled packaging:] => Recycled packaging: [You have received a new message regarding order with the reference] => You have received a new message regarding order with the reference [Order customer comment] => Order customer comment [Message from customer] => Message from customer [Order merchant comment] => Order merchant comment [Order return state] => Order return state [Order return #{id_order_return} - Update] => Order return #{id_order_return} - Update [Follow your order and download your invoice on our shop, go to the %order_history_label% section of your customer account.] => Follow your order and download your invoice on our store, go to the %order_history_label% section of your customer account. [Out of stock] => Out of stock [Replenishment required] => Replenishment required [Unfortunately, one or more items are currently out of stock and this may cause a slight delay for delivery. Please accept our apologies for this inconvenience and be sure we are doing our best to correct the situation.] => Unfortunately, one or more items are currently out of stock and this may cause a slight delay for delivery. Please accept our apologies for this inconvenience and be sure we are doing our best to correct the situation. [Password] => Password [Your password has been correctly updated.] => Your password has been correctly updated. [Password Query] => Password Query [Confirmation of password request on {shop_name}] => Confirmation of password request on {shop_name} [In order to confirm this action, click on the following link:] => In order to confirm this action, click on the following link: [If you did not make this request, just ignore this email.] => If you did not make this request, just ignore this email. [Payment] => Payment [Your payment for order with the reference [1]{order_name}[/1] was successfully processed.] => Your payment for order with the reference [1]{order_name}[/1] was successfully processed. [Payment Error] => Payment Error [Payment error] => Payment error [We have encountered an error while processing your payment for your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1]. Please contact us as soon as possible.] => We have encountered an error while processing your payment for your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1]. Please contact us as soon as possible. [You can expect delivery as soon as your payment is received.] => You can expect delivery as soon as your payment is received. [Preparation] => Preparation [Processing order] => Processing order [We are currently processing your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1].] => We are currently processing your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1]. [Refund] => Refund [We have processed your refund for your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1].] => We have processed your refund for your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1]. [Reply msg] => Reply message [In order to reply, click on the following link: {link}] => In order to reply, click on the following link: {link} [Test] => Test [Here is a test [1]email[/1] from your shop.] => Here is a test [1]email[/1] from your shop. [If you can read this, it means the test is successful!] => If you can read this, it means the test is successful! [Voucher] => Voucher [Voucher code generated] => Voucher code generated [We are pleased to inform you that a voucher has been generated in your name for order with the reference [1]{order_name}[/1].] => We are pleased to inform you that a voucher has been generated in your name for order with the reference [1]{order_name}[/1]. [[1]VOUCHER CODE: {voucher_num}[/1] in the amount of [1]{voucher_amount}[/1]] => [1]VOUCHER CODE: {voucher_num}[/1] in the amount of [1]{voucher_amount}[/1] [In order to use it, just copy/paste this code during check out.] => In order to use it, just copy/paste this code during check out. [Voucher new] => Voucher new [Voucher code has been generated] => Voucher code has been generated [Here is your new voucher code:] => Here is your new voucher code: [Customer Quantity] => Customer Quantity [Good news, this item is back in stock!] => Good news, this item is back in stock! [Click on the following link to visit the product page and order it:] => Click on the following link to visit the product page and order it: [Including total tax] => Including total tax [New Order] => New Order [A new order was placed on [1]{shop_name}[/1] by the following customer:] => A new order was placed on [1]{shop_name}[/1] by the following customer: [Carrier] => Carrier [Order ID {order_name}] => Order ID {order_name} [Go to your customer account to learn more about it.] => Go to your customer account to learn more about it. [Product coverage] => Product coverage [Your stock cover is now less than the specified minimum of:] => Your stock cover is now less than the specified minimum of: [Product out of stock] => Product out of stock [There are now less than [1]{last_qty}[/1] items in stock.] => There are now less than [1]{last_qty}[/1] items in stock. [Return Slip] => Return Slip [Return Details] => Return Details [Newsletter Confirmation] => Newsletter Confirmation [Newsletter Verification] => Newsletter Verification [Thank you for subscribing to our newsletter. Please click on the following link to confirm your request:] => Thank you for subscribing to our newsletter. Please click on the following link to confirm your request: [Newsletter Voucher] => Newsletter Voucher [Subscribing to newsletter] => Subscribing to newsletter [Thank you for subscribing to our newsletter. We are pleased to offer you the following voucher:] => Thank you for subscribing to our newsletter. We are pleased to offer you the following voucher: [Follow up 1] => Follow up 1 [Thanks for your visit. However, it looks like you did not complete your purchase.] => Thanks for your visit. However, it looks like you did not complete your purchase. [Your cart has been saved, you can go back to your order on our shop:] => Your cart has been saved, you can go back to your order on our shop: [Your voucher code on {shop_name}] => Your voucher code on {shop_name} [We are pleased to offer you a discount of [1]{amount}%[/1] off your next order. And this offer is valid for [1]{days}[/1] days, so do not wait any longer!] => We are pleased to offer you a discount of [1]{amount}%[/1] off your next order. And this offer is valid for [1]{days}[/1] days, so do not wait any longer! [Here is your VOUCHER CODE:] => Here is your VOUCHER CODE: [Enter this code in your shopping cart to get the discount.] => Enter this code in your shopping cart to get the discount. [Follow up 2] => Follow up 2 [Thanks for your order.] => Thanks for your order. [Follow up 3] => Follow up 3 [Follow up 4] => Follow up 4 [Your cart on {shop_name}] => Your cart on {shop_name} [Congratulations, you are one of our best customers! However, it looks like you have not placed an order since {days_threshold} days.] => Congratulations, you are one of our best customers! However, it looks like you have not placed an order since {days_threshold} days. [Your cart has been saved, you can resume your order by visiting our shop:] => Your cart has been saved, you can resume your order by visiting our store: [Referral program Congratulations] => Referral program Congratulations [Your referred friend [1]{sponsored_firstname}[/1] [1]{sponsored_lastname}[/1] has placed his/her first order on {shop_name}!] => Your referred friend [1]{sponsored_firstname}[/1] [1]{sponsored_lastname}[/1] has placed his/her first order on {shop_name}! [We are pleased to offer you a voucher worth [1]{discount_display}[/1] (VOUCHER # [1]{discount_name}[/1]) that you can use on your next order.] => We are pleased to offer you a voucher worth [1]{discount_display}[/1] (VOUCHER # [1]{discount_name}[/1]) that you can use on your next order. [Referral program Invitation] => Referral program Invitation [Join us!] => Join us! [Your friend [1]{firstname} {lastname}[/1] wants to refer you on {shop_name}!] => Your friend [1]{firstname} {lastname}[/1] wants to refer you on {shop_name}! [Get referred and earn a discount voucher of [1]{discount}[/1]!] => Get referred and earn a discount voucher of [1]{discount}[/1]! [It's very easy to sign up, just click here!] => It's very easy to sign up, just click here! [When signing up, don't forget to provide the email address of your referring friend:] => When signing up, don't forget to provide the email address of your referring friend: [Referral program Voucher] => Referral program Voucher [Sponsorship Program] => Sponsorship Program ) [ModulesBestsellersShop] => Array ( [Best Sellers] => Best Sellers [All best sellers] => All best sellers ) [ModulesContactinfoAdmin] => Array ( [Contact information] => Contact information [Allows you to display additional information about your store's customer service.] => Allows you to display additional information about your store's customer service. [Your theme needs to be compatible with this feature] => Your theme needs to be compatible with this feature [Let your customers know how to reach you, display contact information on your store.] => Let your customers know how to reach you, display contact information on your store. ) [ModulesSharebuttonsAdmin] => Array ( [Social media share buttons] => Social media share buttons [Instagram, YouTube, gather your community with social media sharing buttons on product pages.] => Instagram, YouTube, gather your community with social media sharing buttons on product pages. ) [ModulesSocialfollowAdmin] => Array ( [Social media follow links] => Social media follow links [Facebook, Twitter, let your customers know where to follow you and increase your community.] => Facebook, Twitter, let your customers know where to follow you and increase your community. [Please choose a shop to edit the social media links.] => Please choose a shop to edit the social media links. [Facebook URL] => Facebook URL [Your Facebook fan page.] => Your Facebook fan page. [Twitter URL] => Twitter URL [Your official Twitter account.] => Your official Twitter account. [RSS URL] => RSS URL [The RSS feed of your choice (your blog, your store, etc.).] => The RSS feed of your choice (your blog, your store, etc.). [YouTube URL] => YouTube URL [Your official YouTube account.] => Your official YouTube account. [Pinterest URL:] => Pinterest URL: [Your official Pinterest account.] => Your official Pinterest account. [Vimeo URL:] => Vimeo URL: [Your official Vimeo account.] => Your official Vimeo account. [Instagram URL:] => Instagram URL: [Your official Instagram account.] => Your official Instagram account. [LinkedIn URL:] => LinkedIn URL: [Your official LinkedIn account.] => Your official LinkedIn account. [TikTok URL:] => TikTok URL: [Your official TikTok account.] => Your official TikTok account. [Discord URL:] => Discord URL: [Your official Discord account.] => Your official Discord account. ) [ShopThemeActions] => Array ( [Add to cart] => Add to cart [Sign out] => Sign out [Sign in] => Sign in [Filter By] => Filter By [Clear all] => Clear all [Remove] => Remove [Cart] => Cart [Choose file] => Choose file [Send] => Send [Subscribe] => Subscribe [OK] => OK [Share] => Share [Proceed to checkout] => Proceed to checkout [Continue shopping] => Continue shopping [remove from cart] => remove from cart [Show] => Show [Hide] => Hide [Previous] => Previous [Next] => Next [View products] => View products [Quick view] => Quick view [Quantity] => Quantity [Remove Image] => Remove Image [Save Customization] => Save Customization [Filter] => Filter [Back to top] => Back to top [Select] => Select [Choose] => Choose [Download] => Download [Cancel] => Cancel [Continue] => Continue [Edit] => Edit [show details] => show details [Add] => Add [Take advantage of our exclusive offers:] => Take advantage of our exclusive offers: [edit] => edit [add new address] => add new address [Checkout] => Checkout [Create account] => Create account [Save] => Save [Delete] => Delete [Update] => Update [Add a new address] => Add a new address [Create new address] => Create new address [Reorder] => Reorder [Print out] => Print out [Send reset link] => Send reset link [Back to login] => Back to login [Back to Login] => Back to Login [Change Password] => Change Password ) [ModulesSharebuttonsShop] => Array ( [Share] => Share [Tweet] => Tweet [Pinterest] => Pinterest ) [ModulesShoppingcartAdmin] => Array ( [Shopping cart] => Shopping cart [Display a shopping cart icon on your pages and the number of items it contains.] => Display a shopping cart icon on your pages and the number of items it contains. [Ajax: Invalid choice.] => Ajax: Invalid choice. [Ajax cart] => Ajax cart [Activate Ajax mode for the cart (compatible with the default theme).] => Activate Ajax mode for the cart (compatible with the default theme). ) [ModulesBlockreassuranceShop] => Array ( [Security policy] => Security policy [(edit with the Customer Reassurance module)] => (edit with the Customer Reassurance module) [Delivery policy] => Delivery policy [Return policy] => Return policy ) [ModulesContactformShop] => Array ( [Please select a subject from the list provided. ] => Please select a subject from the list provided. [An error occurred during the file-upload process.] => An error occurred during the file-upload process. [Bad file extension] => Bad file extension [An error occurred while sending the message, please try again.] => An error occurred while sending the message, please try again. [An error occurred while sending the message.] => An error occurred while sending the message. [Your message has been successfully sent to our team.] => Your message has been successfully sent to our team. [Customer service - Contact us] => Customer service - Contact us [Send a message] => Send a message [If you would like to add a comment about your order, please write it in the field below.] => If you would like to add a comment about your order, please write it in the field below. [Subject Heading] => Subject Heading [Email address] => Email address [Order reference] => Order reference [Select reference] => Select reference [Attach File] => Attach File [Message] => Message [Send] => Send ) [AdminInternationalHelp] => Array ( [This will restore your last registered address format.] => This will restore your last registered address format. [This will restore the default address format for this country.] => This will restore the default address format for this country. [This will restore your current address format.] => This will restore your current address format. [This will delete the current address format] => This will delete the current address format [You must use this syntax in your translations. Here are a few examples:] => You must use this syntax in your translations. Here are a few examples: [This expression uses a special syntax:] => This expression uses a special syntax: [Some of these expressions use this special syntax: %s.] => Some of these expressions use this special syntax: %s. [There are [1]%replace%[/1] products] => There are [1]%replace%[/1] products ["%s" will be replaced by a number.] => "%s" will be replaced by a number. [List of pages in [1]%replace%[/1]] => List of pages in [1]%replace%[/1] ["%s" will be replaced by a string.] => "%s" will be replaced by a string. [Feature: [1]%1%[/1] ([1]%2%[/1] values)] => Feature: [1]%1%[/1] ([1]%2%[/1] values) [The numbers enable you to reorder the variables when necessary.] => The numbers enable you to reorder the variables when necessary. [You must use this syntax in your translations. Here are several examples:] => You must use this syntax in your translations. Here are several examples: [Click on the title of a section to open its fieldsets.] => Click on the title of a section to open its fieldsets. [Here you can modify translations for all installed module.] => Here you can modify translations for all installed module. [Select your module] => Select your module [Restrict country selections in front office to those covered by active carriers] => Restrict country selections in front office to those covered by active carriers [Two -- or three -- letter ISO code (e.g. "us" for United States).] => Two -- or three -- letter ISO code (e.g. "us" for United States). [International call prefix, (e.g. 1 for United States).] => International call prefix, (e.g. 1 for United States). [Geographical region.] => Geographical region. [Display this country to your customers (the selected country will always be displayed in the Back Office).] => Display this country to your customers (the selected country will always be displayed in the Back Office). [Indicate the format of the postal code: use L for a letter, N for a number, and C for the country's ISO 3166-1 alpha-2 code. For example, NNNNN for the United States, France, Poland and many other; LNNNNLLL for Argentina, etc. If you do not want PrestaShop to verify the postal code for this country, leave it blank.] => Indicate the format of the postal code: use L for a letter, N for a number, and C for the country's ISO 3166-1 alpha-2 code. For example, NNNNN for the United States, France, Poland and many other; LNNNNLLL for Argentina, etc. If you do not want PrestaShop to verify the postal code for this country, leave it blank. [Provide the state name to be displayed in addresses and on invoices.] => Provide the state name to be displayed in addresses and on invoices. [1 to 4 letter ISO code.] => 1 to 4 letter ISO code. [You can prefix it with the country ISO code if needed.] => You can prefix it with the country ISO code if needed. [Country where the state is located.] => Country where the state is located. [Only the countries with the option "contains states" enabled are displayed.] => Only the countries with the option "contains states" enabled are displayed. [Geographical region where this state is located.] => Geographical region where this state is located. [Used for shipping] => Used for shipping [You can define a range of Zip/Postal codes (e.g., 75000-75015) or simply use one Zip/Postal code.] => You can define a range of Zip/Postal codes (e.g., 75000-75015) or simply use one Zip/Postal code. [You must define the behavior if an address matches multiple rules:] => You must define the behavior if an address matches multiple rules: [- This tax only: Will apply only this tax] => - This tax only: Will apply only this tax [- Combine: Combine taxes (e.g.: 10% + 5% = 15%)] => - Combine: Combine taxes (e.g.: 10% + 5% = 15%) [- One after another: Apply taxes one after another (e.g.: 100 + 10% => 110 + 5% = 115.5)] => - One after another: Apply taxes one after another (e.g.: 100 + 10% => 110 + 5% = 115.5) [No Tax] => No Tax [(Total tax: 9%)] => (Total tax: 9%) [By default, PrestaShop comes with a list of official currencies. If you want to use a local currency, you will have to add it manually. For example, to accept the Iranian Toman on your store, you need to create it before.] => By default, PrestaShop comes with a list of official currencies. If you want to use a local currency, you will have to add it manually. For example, to accept the Iranian Toman on your store, you need to create it before. [ISO 4217 code (e.g. USD for Dollars, EUR for Euros, etc.)] => ISO 4217 code (e.g. USD for Dollars, EUR for Euros, etc.) [Exchange rates are calculated from one unit of your shop's default currency. For example, if the default currency is euros and your chosen currency is dollars, type "1.20" (1€ = $1.20).] => Exchange rates are calculated from one unit of your shop's default currency. For example, if the default currency is euros and your chosen currency is dollars, type "1.20" (1€ = $1.20). [Exchange rates are calculated from one unit of your store's default currency. For example, if the default currency is euros and your chosen currency is dollars, type "1.20" (1€ = $1.20).] => Exchange rates are calculated from one unit of your store's default currency. For example, if the default currency is euros and your chosen currency is dollars, type "1.20" (1€ = $1.20). [This option allows you, among other things, to restrict access to your shop for certain countries. See below.] => This option allows you, among other things, to restrict access to your shop for certain countries. See below. [Two-letter ISO code (e.g. FR, EN, DE).] => Two-letter ISO code (e.g. FR, EN, DE). [IETF language tag (e.g. en-US, pt-BR).] => IETF language tag (e.g. en-US, pt-BR). [Short date format (e.g., Y-m-d).] => Short date format (e.g., Y-m-d). [Full date format (e.g., Y-m-d H:i:s).] => Full date format (e.g., Y-m-d H:i:s). [Upload the country flag from your computer.] => Upload the country flag from your computer. [Image is displayed when no picture is found.] => Image is displayed when no picture is found. [Enable if this language is read from right to left.] => Enable if this language is read from right to left. [(Experimental: your theme must be compliant with RTL languages).] => (Experimental: your theme must be compliant with RTL languages). [Activate this language.] => Activate this language. [The ISO 639-1 identifier for the language of the country where your web server is located (en, fr, sp, ru, pl, nl, etc.).] => The ISO 639-1 identifier for the language of the country where your web server is located (en, fr, sp, ru, pl, nl, etc.). [The ISO 3166-1 alpha-2 identifier for the country/region where your web server is located, in lowercase (us, gb, fr, sp, ru, pl, nl, etc.).] => The ISO 3166-1 alpha-2 identifier for the country/region where your web server is located, in lowercase (us, gb, fr, sp, ru, pl, nl, etc.). [If set to yes then the localization pack will be downloaded from prestashop.com. Otherwise the local xml file found in the localization folder of your PrestaShop installation will be used.] => If set to yes then the localization pack will be downloaded from prestashop.com. Otherwise the local xml file found in the localization folder of your PrestaShop installation will be used. [The default weight unit for your shop (e.g. "kg" for kilograms, "lbs" for pound-mass, etc.).] => The default weight unit for your shop (e.g. "kg" for kilograms, "lbs" for pound-mass, etc.). [The default distance unit for your shop (e.g. "km" for kilometer, "mi" for mile, etc.).] => The default distance unit for your shop (e.g. "km" for kilometer, "mi" for mile, etc.). [The default volume unit for your shop (e.g. "L" for liter, "gal" for gallon, etc.).] => The default volume unit for your shop (e.g. "L" for liter, "gal" for gallon, etc.). [The default dimension unit for your shop (e.g. "cm" for centimeter, "in" for inch, etc.).] => The default dimension unit for your shop (e.g. "cm" for centimeter, "in" for inch, etc.). [The default language used in your shop.] => The default language used in your shop. [Set browser language as default language.] => Set browser language as default language. [The default country used in your shop.] => The default country used in your shop. [Set country corresponding to browser language.] => Set country corresponding to browser language. [The default currency used in your shop.] => The default currency used in your shop. [Zone name (e.g. Africa, West Coast, Neighboring Countries).] => Zone name (e.g. Africa, West Coast, Neighboring Countries). [Allow or disallow shipping to this zone.] => Allow or disallow shipping to this zone. [Select whether or not to include tax on purchases.] => Select whether or not to include tax on purchases. [Select whether or not to display tax on a distinct line in the cart.] => Select whether or not to display tax on a distinct line in the cart. [If you disable the ecotax, the ecotax for all your products will be set to 0.] => If you disable the ecotax, the ecotax for all your products will be set to 0. [Define the ecotax (e.g. French ecotax: 20%).] => Define the ecotax (e.g. French ecotax: 20%). [Tax name to display in carts and on invoices (e.g. "VAT").] => Tax name to display in carts and on invoices (e.g. "VAT"). [Format: XX.XX or XX.XXX (e.g. 19.60 or 13.925)] => Format: XX.XX or XX.XXX (e.g. 19.60 or 13.925) [You can add IP addresses that will always be allowed to access your shop (e.g. Google bots' IP).] => You can add IP addresses that will always be allowed to access your shop (e.g. Google bots' IP). [You can add or update a language directly from the PrestaShop website here.] => You can add or update a language directly from the PrestaShop website here. [Copies data from one language to another.] => Copies data from one language to another. [Warning: This will replace all of the existing data inside the destination language.] => Warning: This will replace all of the existing data inside the destination language. [If necessary [1][2] you must first create a new language[/1].] => If necessary [1][2] you must first create a new language[/1]. [Export data from one language to a file (language pack).] => Export data from one language to a file (language pack). [Select which theme you would like to export your translations to.] => Select which theme you would like to export your translations to. [Here you can modify translations for every line of text inside PrestaShop.] => Here you can modify translations for every line of text inside PrestaShop. [First, select a type of translation (such as "Back office" or "Installed modules"), and then select the language you want to translate strings in.] => First, select a type of translation (such as "Back office" or "Installed modules"), and then select the language you want to translate strings in. [Search a word or expression, e.g.: "Order confirmation"] => Search a word or expression, e.g.: "Order confirmation" ) [ModulesCrosssellingAdmin] => Array ( [Cross-selling] => Cross-selling [Offer your customers the possibility to buy matching items when on a product page.] => Offer your customers the possibility to buy matching items when on a product page. [You must fill in the "Number of displayed products" field.] => You must fill in the "Number of displayed products" field. [Invalid number.] => Invalid number. [Display price on products] => Display price on products [Show the price on the products in the block.] => Show the price on the products in the block. [Number of displayed products] => Number of displayed products [Set the number of products displayed in this block.] => Set the number of products displayed in this block. ) [ModulesCategorytreeAdmin] => Array ( [Category tree links] => Category tree links [Help navigation on your store, show your visitors current category and subcategories.] => Help navigation on your store, show your visitors current category and subcategories. [Category root] => Category root [Select which category is displayed in the block. The current category is the one the visitor is currently browsing.] => Select which category is displayed in the block. The current category is the one the visitor is currently browsing. [Home category] => Home category [Current category] => Current category [Parent category] => Parent category [Current category, unless it has no subcategories, in which case the parent category of the current category is used] => Current category, unless it has no subcategories, in which case the parent category of the current category is used [Maximum depth] => Maximum depth [Set the maximum depth of category sublevels displayed in this block (0 = infinite).] => Set the maximum depth of category sublevels displayed in this block (0 = infinite). ) [ModulesPagesnotfoundAdmin] => Array ( [Pages not found] => Pages not found [Enrich your stats, display the pages requested by your visitors that could not be found.] => Enrich your stats, display the pages requested by your visitors that could not be found. [The "pages not found" cache has been emptied.] => The "pages not found" cache has been emptied. [The "pages not found" cache has been deleted.] => The "pages not found" cache has been deleted. [Guide] => Guide [404 errors] => 404 errors [A 404 error is an HTTP error code which means that the file requested by the user cannot be found. In your case it means that one of your visitors entered a wrong URL in the address bar, or that you or another website has a dead link. When possible, the referrer is shown so you can find the page/site which contains the dead link. If not, it generally means that it is a direct access, so someone may have bookmarked a link which doesn't exist anymore.] => A 404 error is an HTTP error code which means that the file requested by the user cannot be found. In your case it means that one of your visitors entered a wrong URL in the address bar, or that you or another website has a dead link. When possible, the referrer is shown so you can find the page/site which contains the dead link. If not, it generally means that it is a direct access, so someone may have bookmarked a link which doesn't exist anymore. [How to catch these errors?] => How to catch these errors? [If your webhost supports .htaccess files, you can create one in the root directory of PrestaShop and insert the following line inside: "%s".] => If your webhost supports .htaccess files, you can create one in the root directory of PrestaShop and insert the following line inside: "%s". [A user requesting a page which doesn't exist will be redirected to the following page: %s. This module logs access to this page.] => A user requesting a page which doesn't exist will be redirected to the following page: %s. This module logs access to this page. [You must use a .htaccess file to redirect 404 errors to the "404.php" page.] => You must use a .htaccess file to redirect 404 errors to the "404.php" page. [Page] => Page [Referrer] => Referrer [Counter] => Counter [No "page not found" issue registered for now.] => No "page not found" issue registered for now. [Empty database] => Empty database [Empty ALL "pages not found" notices for this period] => Empty ALL "pages not found" notices for this period [Empty ALL "pages not found" notices] => Empty ALL "pages not found" notices ) [ModulesProductcommentsShop] => Array ( [Deleted account] => Deleted account [You need to be [1]logged in[/1] or [2]create an account[/2] to post your review.] => You need to be [1]logged in[/1] or [2]create an account[/2] to post your review. [You are not allowed to post a review at the moment, please try again later.] => You are not allowed to post a review at the moment, please try again later. [Title cannot be empty] => Title cannot be empty [Title cannot be more than %s characters] => Title cannot be more than %s characters [Customer name cannot be empty] => Customer name cannot be empty [Customer name cannot be more than %s characters] => Customer name cannot be more than %s characters [Criterions not available] => Criterions not available [You need to be logged in to report a review.] => You need to be logged in to report a review. [You already reported this review as abusive.] => You already reported this review as abusive. [Cannot find the requested product review.] => Cannot find the requested product review. [This feature is not enabled.] => This feature is not enabled. [You need to be [1]logged in[/1] or [2]create an account[/2] to give your appreciation of a review.] => You need to be [1]logged in[/1] or [2]create an account[/2] to give your appreciation of a review. [OK] => OK [Grade] => Grade [No] => No [Yes] => Yes [Be the first to write your review] => Be the first to write your review [No customer reviews for the moment.] => No customer reviews for the moment. [Sorry, your review cannot be posted.] => Sorry, your review cannot be posted. [Title] => Title [Your name] => Your name [Review] => Review [Required fields] => Required fields [Cancel] => Cancel [Send] => Send [Your comment has been submitted and will be available once approved by a moderator.] => Your comment has been submitted and will be available once approved by a moderator. [Your comment has been added!] => Your comment has been added! [Review sent] => Review sent [Your review cannot be sent] => Your review cannot be sent [Write your review] => Write your review [Read user reviews] => Read user reviews [By %1$s] => By %1$s [Report abuse] => Report abuse [Sorry, your review appreciation cannot be sent.] => Sorry, your review appreciation cannot be sent. [Sorry, your abuse report cannot be sent.] => Sorry, your abuse report cannot be sent. [Comments] => Comments [Your review appreciation cannot be sent] => Your review appreciation cannot be sent [Report comment] => Report comment [Are you sure that you want to report this comment?] => Are you sure that you want to report this comment? [Report sent] => Report sent [Your report has been submitted and will be considered by a moderator.] => Your report has been submitted and will be considered by a moderator. [Your report cannot be sent] => Your report cannot be sent ) [ModulesCashondeliveryAdmin] => Array ( [Cash on delivery (COD)] => Cash on delivery (COD) [Accept cash payments on delivery to make it easy for customers to purchase on your store.] => Accept cash payments on delivery to make it easy for customers to purchase on your store. ) [AdminStatsFeature] => Array ( [%value%% of your Catalog] => %value%% of your Catalog [No customers] => No customers [%percentage%% Female Customers] => %percentage%% Female Customers [%percentage%% Male Customers] => %percentage%% Male Customers [%percentage%% Neutral Customers] => %percentage%% Neutral Customers [%value% years] => %value% years [%average% hours] => %average% hours [No orders] => No orders [%d%% %s] => %d%% %s [No category] => No category [Stats] => Stats ) [ModulesDataprivacyShop] => Array ( [Customer data privacy[1][2]%message%[/2]] => Customer data privacy[1][2]%message%[/2] ) [ModulesBestsellersAdmin] => Array ( [Top-sellers block] => Top-sellers block [Adds a block displaying your store's top-selling products.] => Adds a block displaying your store's top-selling products. [Products to display] => Products to display [Determine the number of product to display in this block] => Determine the number of product to display in this block [Show your visitors what are your top-selling products directly on your homepage.] => Show your visitors what are your top-selling products directly on your homepage. ) [AdminLoginFeature] => Array ( [Log in] => Log in [Stay logged in] => Stay logged in [I forgot my password] => I forgot my password [Reset your password] => Reset your password [New password] => New password [Confirm new password] => Confirm new password [Confirm password] => Confirm password [Reset password] => Reset password [Send reset link] => Send reset link ) [ModulesSocialfollowShop] => Array ( [Facebook] => Facebook [Twitter] => Twitter [Rss] => Rss [YouTube] => YouTube [Pinterest] => Pinterest [Vimeo] => Vimeo [Instagram] => Instagram [LinkedIn] => LinkedIn [TikTok] => TikTok [Discord] => Discord [Follow us] => Follow us ) [AdminOrderscustomersFeature] => Array ( [Total spent since registration:] => Total spent since registration: [Cart summary] => Cart summary [Ref:] => Ref.: [Text #] => Text # [Total cost of products:] => Total cost of products: [Total value of vouchers:] => Total value of vouchers: [Total cost of gift wrapping:] => Total cost of gift wrapping: [Total shipping costs:] => Total shipping costs: [Order information] => Order information [Order #%d] => Order #%d [Made on:] => Made on: [No order was created from this cart.] => No order was created from this cart. [Create an order from this cart.] => Create an order from this cart. [Customer information] => Customer information [Account registration date:] => Account registration date: [Valid orders placed:] => Valid orders placed: [Guest not registered] => Guest not registered [New messages] => New messages [Open] => Open [Closed] => Closed [Pending 1] => Pending 1 [Pending 2] => Pending 2 [No new messages] => No new messages [New message] => New message [Meaning of status] => Meaning of status [Statistics] => Statistics [Sync] => Sync [Run sync:] => Run sync: [Run sync] => Run sync [Click to synchronize mail automatically] => Click to synchronize mail automatically [Someone else] => Someone else [Forward this discussion] => Forward this discussion [Forward this discussion to an employee:] => Forward this discussion to an employee: [Comment:] => Comment: [Forward] => Forward [See more] => See more [Thread] => Thread [Forward this discussion to another employee] => Forward this discussion to another employee [Orders and messages timeline] => Orders and messages timeline [Your answer to] => Your answer to [To:] => To: [[1]%count%[/1] order(s) validated for a total amount of [2]%total%[/2]] => [1]%count%[/1] order(s) validated for a total amount of [2]%total%[/2] [No orders validated for the moment] => No orders validated for the moment [Order #] => Order # [View order] => View order [View customer] => View customer [Customer ID:] => Customer ID: [Sent on:] => Sent on: [Browser:] => Browser: [File attachment] => File attachment [View file] => View file [Product #] => Product # [View this thread] => View this thread [Sent by:] => Sent by: [Thread ID:] => Thread ID: [Message ID:] => Message ID: [Message:] => Message: [Reply to this message] => Reply to this message [Please type your reply below:] => Please type your reply below: [Your reply will be sent to:] => Your reply will be sent to: [Send my reply] => Send my reply [Text #%d] => Text #%d [Search for a product] => Search for a product [View this order] => View this order [Delay] => Delay [Hi, Unfortunately, an item on your order is currently out of stock. This may cause a slight delay in delivery. Please accept our apologies and rest assured that we are working hard to rectify this. Best regards,] => Hi, Unfortunately, an item on your order is currently out of stock. This may cause a slight delay in delivery. Please accept our apologies and rest assured that we are working hard to rectify this. Best regards, [Waiting for confirmation] => Waiting for confirmation [Waiting for package] => Waiting for package [Package received] => Package received [Return denied] => Return denied [Return completed] => Return completed [Awaiting check payment] => Awaiting check payment [Payment accepted] => Payment accepted [Processing in progress] => Processing in progress [Shipped] => Shipped [Delivered] => Delivered [Canceled] => Canceled [Payment error] => Payment error [On backorder (paid)] => On backorder (paid) [On backorder (not paid)] => On backorder (not paid) [Awaiting bank wire payment] => Awaiting bank wire payment [Remote payment accepted] => Remote payment accepted [Awaiting Cash On Delivery validation] => Awaiting Cash On Delivery validation [None] => None [Low] => Low [Medium] => Medium [High] => High [1 - Creation in progress] => 1 - Creation in progress [2 - Order validated] => 2 - Order validated [3 - Pending receipt] => 3 - Pending receipt [4 - Order received in part] => 4 - Order received in part [5 - Order received completely] => 5 - Order received completely [6 - Order canceled] => 6 - Order canceled [Non ordered] => Non ordered [Abandoned cart] => Abandoned cart [Export carts] => Export carts [Abandoned Carts] => Abandoned Carts [From %date1% to %date2%] => From %date1% to %date2% [Average Order Value] => Average Order Value [Net Profit per Visitor] => Net Profit per Visitor [Free Shipping] => Free Shipping [%amount% tax excl.] => %amount% tax excl. [Cart #%ID%] => Cart #%ID% [VAT number] => VAT number [Identification number] => Identification number [Time limit of validity] => Time limit of validity [Returns prefix] => Returns prefix [Returns form] => Returns form [Order #%id% from %date%] => Order #%id% from %date% [Date issued] => Date issued [Return Merchandise Authorization (RMA)] => Return Merchandise Authorization (RMA) [Enable returns] => Enable returns [Customer explanation] => Customer explanation [Back office order] => Back office order [Free order] => Free order [Newsletter] => Newsletter [Unknown] => Unknown [%1$d years old (birth date: %2$s)] => %1$d years old (birth date: %2$s) [Average Age] => Average Age [Net Profit per Visit] => Net Profit per Visit [30 days] => 30 days [Newsletter Registrations] => Newsletter Registrations [Orders per Customer] => Orders per Customer [Total Cart] => Total Cart [Manual order -- Employee:] => Manual order -- Employee: [not paid] => not paid [overpaid] => overpaid [Credit slip for order #%d] => Credit slip for order #%d [#%order_id% from %order_date%] => #%order_id% from %order_date% [Download credit slip] => Download credit slip [Phone number(s)] => Phone number(s) [Qty available] => Qty available [Registration] => Registration [Last visit] => Last visit [Change Order Status] => Change Order Status [Open in new tabs] => Open in new tabs [It looks like you have exceeded the number of tabs allowed. Check your browser settings to open multiple tabs.] => It looks like you have exceeded the number of tabs allowed. Check your browser settings to open multiple tabs. [New client] => New client [Risk] => Risk [Outstanding allowance] => Outstanding allowance [Current outstanding] => Current outstanding [You can use this feature in a single shop context only. Switch context to enable it.] => You can use this feature in a single shop context only. Switch context to enable it. [Add new order message] => Add new order message [Add new order] => Add new order [Orders] => Orders [Order %reference% from %firstname% %lastname%] => Order %reference% from %firstname% %lastname% [You can use this feature in a single-store context only. Switch contexts to enable it.] => You can use this feature in a single-store context only. Switch contexts to enable it. [Customer email] => Customer email [The national ID card number of this person, or a unique tax identification number.] => The national ID card number of this person, or a unique tax identification number. [Address alias] => Address alias [Birthday] => Birthday [Group access] => Group access [Default customer group] => Default customer group [Website] => Website [Allowed outstanding amount] => Allowed outstanding amount [Maximum number of payment days] => Maximum number of payment days [Risk rating] => Risk rating [Add a note on this customer. It will only be visible to you.] => Add a note on this customer. It will only be visible to you. [Transform to a customer account] => Transform to a customer account [Return window] => Return window [Return prefix] => Return prefix [Free shipping] => Free shipping [The "shipping" field must be a valid number] => The "shipping" field must be a valid number [Re-stock products] => Re-stock products [Generate a credit slip] => Generate a credit slip [Generate a voucher] => Generate a voucher [Product(s) price:] => Product(s) price: [Product(s) price, excluding amount of initial voucher:] => Product(s) price, excluding amount of initial voucher: [Credit slip prefix] => Credit slip prefix [Delivery prefix] => Delivery prefix [Delivery number] => Delivery number [Enable product image] => Enable product image [Add a note on this order. It will only be visible to you.] => Add a note on this order. It will only be visible to you. [After the sequential number] => After the sequential number [Before the sequential number] => Before the sequential number [Enable invoices] => Enable invoices [Enable tax breakdown] => Enable tax breakdown [Invoice prefix] => Invoice prefix [Add current year to invoice number] => Add current year to invoice number [Reset sequential invoice number at the beginning of the year] => Reset sequential invoice number at the beginning of the year [Position of the year date] => Position of the year date [Invoice number] => Invoice number [Legal free text] => Legal free text [Footer text] => Footer text [Invoice model] => Invoice model [Use the disk as cache for PDF invoices] => Use the disk as cache for PDF invoices [Display to customer?] => Display to customer? [Manage your orders] => Manage your orders [Find all your orders on this page and access their main information in one click: check the cart total, the payment method, the shipping details, or if it comes from a new client. You can even update the status from the listing!] => Find all your orders on this page and access their main information in one click: check the cart total, the payment method, the shipping details, or if it comes from a new client. You can even update the status from the listing! [Required Fields] => Required Fields [Required fields] => Required fields [%firstname% %lastname% has not registered any addresses yet] => %firstname% %lastname% has not registered any addresses yet [Purchased products] => Purchased products [%firstname% %lastname% has no discount vouchers] => %firstname% %lastname% has no discount vouchers [Last connections] => Last connections [Pages viewed] => Pages viewed [Total time] => Total time [Origin] => Origin [IP Address] => IP Address [Sent on] => Sent on [%firstname% %lastname% has never contacted you] => %firstname% %lastname% has never contacted you [Valid orders:] => Valid orders: [for a total amount of %s] => for a total amount of %s [Invalid orders:] => Invalid orders: [Total spent] => Total spent [%firstname% %lastname% has not placed any orders yet] => %firstname% %lastname% has not placed any orders yet [Partner offers] => Partner offers [Age] => Age [Registration Date] => Registration Date [Last Visit] => Last Visit [Best Customer Rank] => Best Customer Rank [Registrations] => Registrations [Latest Update] => Latest Update [This customer is registered as a Guest.] => This customer is registered as a Guest. [Add a private note] => Add a private note [Last emails] => Last emails [Viewed products] => Viewed products [Administrate your customers] => Administrate your customers [Taking good care of your customers starts with making sure their profiles contain all the information needed to have their packages shipped without mishap.] => Taking good care of your customers starts with making sure their profiles contain all the information needed to have their packages shipped without mishap. [Creating a new Customer] => Creating a new Customer [Editing customer %name%] => Editing customer %name% [Set required fields for this section] => Set required fields for this section [Manage your Customers] => Manage your Customers [Information about customer %name%] => Information about customer %name% [No order validated for the moment. By default, an order is considered validated when its payment is accepted.] => No order validated for the moment. By default, an order is considered validated when its payment is accepted. [Customer since: %s] => Customer since: %s [Merchandise return (RMA) options] => Merchandise return (RMA) options [Merchandise Returns] => Merchandise Returns [Order messages] => Order messages [Discount name] => Discount name [Account creation date:] => Account creation date: [Number of orders:] => Number of orders: [Amount spent:] => Amount spent: [Write an email] => Write an email [No customer information available yet.] => No customer information available yet. [Cart information] => Cart information [Created:] => Created: [Last updated:] => Last updated: [Order %orderid% was created from this cart on %orderdate%.] => Order %orderid% was created from this cart on %orderdate%. [The customer has not proceeded to checkout yet.] => The customer has not proceeded to checkout yet. [Create an order from this cart] => Create an order from this cart [Share this cart] => Share this cart [Thanks to this link, your customer can open the cart, check its contents and validate the order, if it suits them.] => Thanks to this link, your customer can open the cart, check its contents and validate the order, if it suits them. [Credit slip options] => Credit slip options [By date] => By date [Generate PDF file by date] => Generate PDF file by date [Print PDF] => Print PDF [Generate PDF] => Generate PDF [Delivery slip options] => Delivery slip options [Order statuses] => Order statuses [By order status] => By order status [Generate PDF file by status] => Generate PDF file by status [Invoice options] => Invoice options [Add new address] => Add new address [Cart] => Cart [In stock] => In stock [Add to cart] => Add to cart [Gift] => Gift [Vouchers] => Vouchers [Search for a voucher] => Search for a voucher [Add new voucher] => Add new voucher [No voucher was found] => No voucher was found [Add new customer] => Add new customer [Search for a customer] => Search for a customer [Total paid] => Total paid [View this cart] => View this cart [Use this cart] => Use this cart [Use] => Use [Duplicate this order] => Duplicate this order [Delivery option] => Delivery option [Shipping price (Tax incl.)] => Shipping price (Tax incl.) [Gift message] => Gift message [Total products] => Total products [Total vouchers (Tax excl.)] => Total vouchers (Tax excl.) [Total shipping (Tax excl.)] => Total shipping (Tax excl.) [Total taxes] => Total taxes [Total (Tax excl.)] => Total (Tax excl.) [Total (Tax incl.)] => Total (Tax incl.) [Order message] => Order message [Order status] => Order status [More actions] => More actions [Send pre-filled order to the customer by email] => Send pre-filled order to the customer by email [Proceed to checkout in the front office] => Proceed to checkout in the front office [Add a product] => Add a product [Edit shipping details] => Edit shipping details [Reference number:] => Reference number: [Supplier reference:] => Supplier reference: [Create a new invoice] => Create a new invoice [New invoice information] => New invoice information [SIRET] => SIRET [APE] => APE [Account registered:] => Account registered: [Validated orders placed:] => Validated orders placed: [Shipping address] => Shipping address [Invoice address] => Invoice address [Private note] => Private note [Recycled packaging] => Recycled packaging [Documents] => Documents [Merchandise returns] => Merchandise returns [Gift wrapping] => Gift wrapping [Document] => Document [Credit slip] => Credit slip [Delivery slip] => Delivery slip [Enter payment] => Enter payment [Add note] => Add note [Edit note] => Edit note [Generate invoice] => Generate invoice [Edit the price] => Edit the price [Resend email] => Resend email [Order note] => Order note [Order ID] => Order ID [Linked orders] => Linked orders [Number] => Number [View full conversation] => View full conversation [Choose your order message] => Choose your order message [Configure predefined messages] => Configure predefined messages [Send message] => Send message [Standard refund] => Standard refund [Return products] => Return products [Cancel products] => Cancel products [View invoice] => View invoice [View delivery slip] => View delivery slip [Print order] => Print order [Payment method] => Payment method [Transaction ID] => Transaction ID [Card number] => Card number [Not defined] => Not defined [Card type] => Card type [Cardholder name] => Cardholder name [Change currency] => Change currency [Refunded] => Refunded [Partial refund] => Partial refund [Add a discount] => Add a discount [Wrapping] => Wrapping [This order has been partially paid by voucher. Choose the amount you want to refund:] => This order has been partially paid by voucher. Choose the amount you want to refund: [Stock location] => Stock location [Shipping does not apply to virtual orders] => Shipping does not apply to virtual orders [Sources] => Sources [From] => From [To] => To [Update status] => Update status [Choose an order status] => Choose an order status [Create order] => Create order [default] => default [Group] => Group [Groups] => Groups [Shipping details] => Shipping details [Invoice details] => Invoice details [Open details] => Open details ) [ModulesGridhtmlAdmin] => Array ( [Simple HTML table display] => Simple HTML table display [Just allow statistics to be displayed (and therefore analyzed) on your back office.] => Just allow statistics to be displayed (and therefore analyzed) on your back office. ) [AdminAdvparametersNotification] => Array ( [Administrator permissions cannot be modified.] => Administrator permissions cannot be modified. [Importing your data...] => Importing your data... [Data imported!] => Data imported [Look at your listings to make sure it's all there as you wished.] => Look at your listings to make sure it's all there as you wished. [Warning, the current import may require a PHP setting update, to allow more data to be transferred. If the current import stops before the end, you should increase your PHP "post_max_size" setting to [1]%size%[/1]MB at least, and try again.] => Warning, the current import may require a PHP setting update, to allow more data to be transferred. If the current import stops before the end, you should increase your PHP "post_max_size" setting to [1]%size%[/1]MB at least, and try again. [Some errors were detected. Please check the details:] => Some errors were detected. Please check the details: [Errors occurred:] => Errors occurred: [We made the following adjustments:] => We made the following adjustments: [Validating data...] => Validating data... [Ignore warnings and continue?] => Ignore warnings and continue? [Abort import] => Abort import [Aborting, please wait...] => Aborting, please wait... [[1]%percentage%[/1]% validated] => [1]%percentage%[/1]% validated [Processing next page...] => Processing next page... [Linking accessories...] => Linking accessories... [[1]%size%[/1]% imported] => [1]%size%[/1]% imported [Error - The following e-mail template is missing: %s] => Error - The following e-mail template is missing: %s ["Backup" directory does not exist.] => Backup directory does not exist. [Invalid ID] => Invalid ID [Unable to create backup file] => Unable to create backup file [An error occurred while backing up. Unable to obtain the schema of %s] => An error occurred while backing up. Unable to obtain the schema of %s [No valid tables were found to backup.] => No valid tables were found to backup. [Error deleting] => Error deleting [Can't add the voucher.] => Can't add the voucher. [Your file has been successfully imported into your shop. Don't forget to re-build the products' search index.] => Your file has been successfully imported into your shop. Don't forget to re-build the products' search index. [(click to open "Generators" page)] => (click to open "Generators" page) [Warehouse did not exist, cannot set on product %name%.] => Warehouse did not exist, cannot set on product %name%. [No image was found for combination with id_product = %s and image position = %s.] => No image was found for combination with id_product = %s and image position = %s. [EAN13 "%ean13%" has incorrect value for product with id %id%.] => EAN13 "%ean13%" has incorrect value for product with id %id%. [Advanced stock management has incorrect value. Not set for product with id %id%.] => Advanced stock management has incorrect value. Not set for product with id %id%. [Advanced stock management is not enabled, cannot enable on product with id %id%.] => Advanced stock management is not enabled, cannot enable on product with id %id%. [Advanced stock management is not enabled, warehouse is not set on product with id %id%.] => Advanced stock management is not enabled, warehouse is not set on product with id %id%. [Email address %1$s (ID: %2$s) cannot be validated.] => Email address %1$s (ID: %2$s) cannot be validated. [Email address %1$s (ID: %2$s) cannot be saved.] => Email address %1$s (ID: %2$s) cannot be saved. [%1$s does not exist in database %2$s (ID: %3$s), and therefore cannot be validated] => %1$s does not exist in database %2$s (ID: %3$s), and therefore cannot be validated. [%1$s does not exist in database %2$s (ID: %3$s), and therefore cannot be saved] => %1$s does not exist in database %2$s (ID: %3$s), and therefore cannot be saved. ["%email%" is not a valid email address.] => "%email%" is not a valid email address. [The customer ID #%d does not exist in the database, and therefore cannot be validated.] => The customer ID #%d does not exist in the database, and therefore cannot be validated. [The customer ID #%d does not exist in the database, and therefore cannot be saved.] => The customer ID #%d does not exist in the database, and therefore cannot be saved. [Supplier is invalid] => Supplier is invalid [Alias is invalid] => Alias is invalid [Store is invalid] => Store is invalid [Supplier ID (%id%) is not valid (at line %line%).] => Supplier ID (%id%) is not valid (at line %line%). [Lang ID (%id%) is not valid (at line %line%).] => Lang ID (%id%) is not valid (at line %line%). [Warehouse ID (%id%) is not valid (at line %line%).] => Warehouse ID (%id%) is not valid (at line %line%). [Currency ID (%id%) is not valid (at line %line%).] => Currency ID (%id%) is not valid (at line %line%). [Reference (%ref%) already exists (at line %line%).] => Reference (%ref%) already exists (at line %line%). [YYYY-MM-DD] => YYYY-MM-DD [Date format (%date%) is not valid (at line %line%). It should be: %date_format%.] => Date format (%date%) is not valid (at line %line%). It should be: %date_format%. [Date (%date%) cannot be in the past (at line %line%). Format: %date_format%.] => Date (%date%) cannot be in the past (at line %line%). Format: %date_format%. [Format: Between 0 and 100] => Format: Between 0 and 100 [Discount rate (%rate%) is not valid (at line %line%). %format%.] => Discount rate (%rate%) is not valid (at line %line%). %format%. [Supply Order (%id%) is not editable (at line %line%).] => Supply Order (%id%) is not editable (at line %line%). [Supply Order could not be saved (at line %line%).] => Supply Order could not be saved (at line %line%). [Supply Order (%s) could not be loaded (at line %d).] => Supply Order (%s) could not be loaded (at line %d). [Product/Attribute (%d/%d) cannot be added twice (at line %d).] => Product/Attribute (%d/%d) cannot be added twice (at line %d). [Product (%d/%d) is not available for this order (at line %d).] => Product (%d/%d) is not available for this order (at line %d). [Unit Price (tax excl.) (%d) is not valid (at line %d).] => Unit Price (tax excl.) (%d) is not valid (at line %d). [Quantity Expected (%d) is not valid (at line %d).] => Quantity Expected (%d) is not valid (at line %d). [Discount rate (%d) is not valid (at line %d). %s.] => Discount rate (%d) is not valid (at line %d). %s. [Cannot read the .CSV file] => Cannot read the .CSV file [Linking Accessories...] => Linking Accessories... [The confirmation email couldn't be sent, but the import is successful. Yay!] => The confirmation email couldn't be sent, but the import is successful. Yay! [EAN-13 "%ean13%" has incorrect value for product with ID %id%.] => EAN-13 "%ean13%" has incorrect value for product with ID %id%. [There is an empty row in the file that won't be imported.] => There is an empty row in the file that won't be imported. [%s import] => %s import [(from %s to %s)] => (from %s to %s) [with truncate] => with truncate [The category ID must be unique. It can't be the same as the one for Root or Home category.] => The category ID must be unique. It can't be the same as the one for Root or Home category. [The category ID must be unique. It can't be the same as the one for the parent category (ID: %1$s).] => The category ID must be unique. It can't be the same as the one for the parent category (ID: %1$s). [A category can't be its own parent. You should rename it (current name: %1$s).] => A category can't be its own parent. You should rename it (current name: %1$s). [%category_name% (ID: %id%) cannot be saved] => %category_name% (ID: %id%) cannot be saved [URL rewriting failed to auto-generate a friendly URL for: %category_name%] => URL rewriting failed to auto-generate a friendly URL for: %category_name% [Rewrite link for %1$s (ID %2$s): re-written as %3$s.] => Rewrite link for %1$s (ID %2$s): re-written as %3$s. [A category cannot be its own parent. The parent category ID is either missing or unknown (ID: %1$s).] => A category cannot be its own parent. The parent category ID is either missing or unknown (ID: %1$s). [The root category cannot be modified.] => The root category cannot be modified. [cannot be copied.] => cannot be copied. [%1$s (ID: %2$s) cannot be %3$s] => %1$s (ID: %2$s) cannot be %3$s [Unknown tax rule group ID. You need to create a group with this ID first.] => Unknown tax rule group ID. You need to create a group with this ID first. [%1$s (ID: %2$s) cannot be saved] => %1$s (ID: %2$s) cannot be saved [%data% cannot be saved] => %data% cannot be saved [Shop is not valid] => Shop is not valid [Discount is invalid] => Discount is invalid [Tags list is invalid] => Tags list is invalid [Error copying image: %url%] => Error copying image: %url% [Product #%id%: the picture (%url%) cannot be saved.] => Product #%id%: the picture (%url%) cannot be saved. [Advanced stock management has incorrect value. Not set for product %name%] => Advanced stock management has incorrect value. Not set for product %name% [Advanced stock management is not enabled, cannot enable on product %name%] => Advanced stock management is not enabled, cannot enable on product %name% [Advanced stock management is not enabled, warehouse not set on product %name%] => Advanced stock management is not enabled, warehouse not set on product %name% [Incorrect value for "Depends on stock" for product %name%] => Incorrect value for "Depends on stock" for product %name% [Advanced stock management is not enabled, cannot set "Depends on stock" for product %name%] => Advanced stock management is not enabled, cannot set "Depends on stock" for product %name% [The uploaded file exceeds the upload_max_filesize directive in php.ini. If your server configuration allows it, you may add a directive in your .htaccess.] => The uploaded file exceeds the upload_max_filesize directive in php.ini. If your server configuration allows it, you may add a directive in your .htaccess. [The uploaded file exceeds the post_max_size directive in php.ini. If your server configuration allows it, you may add a directive in your .htaccess, for example:] => The uploaded file exceeds the post_max_size directive in php.ini. If your server configuration allows it, you may add a directive in your .htaccess, for example: [The uploaded file was only partially uploaded.] => The uploaded file was only partially uploaded. [An error occurred while uploading / copying the file.] => An error occurred while uploading / copying the file. [No file was uploaded.] => No file was uploaded. [The import directory doesn't exist. Please check your file path.] => The import directory doesn't exist. Please check your file path. [The import directory must be writable (CHMOD 755 / 777).] => The import directory must be writable (CHMOD 755 / 777). [To proceed, please upload a file first.] => Please upload a file in order to continue. [The file is too large and cannot be downloaded. Please use the LIMIT clause in this query.] => The file is too large and cannot be downloaded. Please use the LIMIT clause in this query. [The "%tablename%" table does not exist.] => The "%tablename%" table does not exist. [The "%attribute%" attribute does not exist in the "%table%" table.] => The "%attribute%" attribute does not exist in the "%table%" table. [Undefined "%s" error] => Undefined "%s" error [The "*" operator cannot be used in a nested query.] => The "*" operator cannot be used in a nested query. [The operator "%s" is incorrect.] => The operator "%s" is incorrect. [The "%operator%" operator is incorrect.] => The "%operator%" operator is incorrect. [The LIMIT clause must contain numeric arguments.] => The LIMIT clause must contain numeric arguments. [The "%reference%" reference does not exist in the "%table%" table.] => The "%reference%" reference does not exist in the "%table%" table. [When multiple tables are used, each attribute must refer back to a table.] => When multiple tables are used, each attribute must refer back to a table. ["%key%" is an unauthorized keyword.] => "%key%" is an unauthorized keyword. [You cannot have two shops with the same name in the same group.] => You cannot have two stores with the same name in the same group. [Unable to load this shop.] => Unable to load this shop. [You need to select at least the root category.] => You need to select at least the root category. [You cannot have two stores with the same name in the same group.] => You cannot have two stores with the same name in the same group. [Unable to load this store.] => Unable to load this store. [You must configure this store's URL before setting it as default.] => You must configure this store's URL before setting it as default. [You've selected a state for a country that does not contain states.] => You've selected a state for a country that does not contain states. [You can't put this menu inside itself. ] => You can't put this menu inside itself. [The settings file cannot be overwritten.] => The settings file cannot be overwritten. [To use Smarty Cache, the directory %directorypath% must be writable.] => To use Smarty Cache, the directory %directorypath% must be writable. [Before being able to use this tool, you need to:[1][2]Create a blank .htaccess in your root directory.[/2][2]Give it write permissions (CHMOD 666 on Unix system).[/2][/1]] => Before being able to use this tool, you need to:[1][2]Create a blank .htaccess in your root directory.[/2][2]Give it write permissions (CHMOD 666 on Unix system).[/2][/1] [Error: Could not find whether debug mode is enabled. Make sure that the correct permissions are set on the file %s] => Error: Could not find whether debug mode is enabled. Make sure that the correct permissions are set on the file %s [Error: Could not find whether debug profiling is enabled. Make sure that the correct permissions are set on the file %s] => Error: Could not find whether debug profiling is enabled. Make sure that the correct permissions are set on the file %s. [The SameSite=None is only available in secure mode.] => The SameSite=None is only available in secure mode. [Warehouse did not exist, cannot set on product %name%] => Warehouse did not exist, cannot set on product %name% [Media server #1 is invalid] => Media server #1 is invalid [Media server #2 is invalid] => Media server #2 is invalid [Media server #3 is invalid] => Media server #3 is invalid [Cannot disable SSL configuration due to the Cookie SameSite=None.] => Cannot disable SSL configuration due to the Cookie SameSite=None. [Update your PHP version.] => Update your PHP version. [Configure your server to allow file uploads.] => Configure your server to allow file uploads. [Configure your server to allow the creation of directories and files with write permissions.] => Configure your server to allow the creation of directories and files with write permissions. [Enable the CURL extension on your server.] => Enable the CURL extension on your server. [Enable the DOM extension on your server.] => Enable the DOM extension on your server. [Enable the Fileinfo extension on your server.] => Enable the Fileinfo extension on your server. [Enable the GD library on your server.] => Enable the GD library on your server. [Enable the JSON extension on your server.] => Enable the JSON extension on your server. [Enable the Mbstring extension on your server.] => Enable the Mbstring extension on your server. [Enable the OpenSSL extension on your server.] => Enable the OpenSSL extension on your server. [Enable the PDO Mysql extension on your server.] => Enable the PDO Mysql extension on your server. [Enable the XML extension on your server.] => Enable the XML extension on your server. [Enable the ZIP extension on your server.] => Enable the ZIP extension on your server. [Enable the MySQL support on your server.] => Enable the MySQL support on your server. [Set write permissions for the "config" folder.] => Set write permissions for the "config" folder. [Set write permissions for the "cache" folder.] => Set write permissions for the "cache" folder. [Set write permissions for the "sitemap.xml" file.] => Set write permissions for the "sitemap.xml" file. [Set write permissions for the "img" folder and subfolders.] => Set write permissions for the "img" folder and subfolders. [Set write permissions for the "log" folder and subfolders.] => Set write permissions for the "log" folder and subfolders. [Set write permissions for the "mails" folder and subfolders.] => Set write permissions for the "mails" folder and subfolders. [Set write permissions for the "modules" folder and subfolders.] => Set write permissions for the "modules" folder and subfolders. [Set write permissions for the "themes/%s/cache/" folder and subfolders, recursively.] => Set write permissions for the "themes/%s/cache/" folder and subfolders, recursively. [Set write permissions for the "themes/%s/lang/" folder and subfolders, recursively.] => Set write permissions for the "themes/%s/lang/" folder and subfolders, recursively. [Set write permissions for the "themes/%s/pdf/lang/" folder and subfolders, recursively.] => Set write permissions for the "themes/%s/pdf/lang/" folder and subfolders, recursively. [Set write permissions for the "app/config/" folder and subfolders, recursively.] => Set write permissions for the "app/config/" folder and subfolders, recursively. [Set write permissions for the "app/Resources/translations/" folder and subfolders, recursively.] => Set write permissions for the "app/Resources/translations/" folder and subfolders, recursively. [Set write permissions for the "translations" folder and subfolders.] => Set write permissions for the "translations" folder and subfolders. [Set write permissions for the "upload" folder and subfolders.] => Set write permissions for the "upload" folder and subfolders. [Set write permissions for the "download" folder and subfolders.] => Set write permissions for the "download" folder and subfolders. [Allow the PHP fopen() function on your server.] => Allow the PHP fopen() function on your server. [Enable GZIP compression on your server.] => Enable GZIP compression on your server. [Some PrestaShop files are missing from your server.] => Some PrestaShop files are missing from your server. [You are using PHP %s version. Soon, the latest PHP version supported by PrestaShop will be PHP 5.6. To make sure you’re ready for the future, we recommend you to upgrade to PHP 5.6 now!] => You are using PHP %s version. Soon, the latest PHP version supported by PrestaShop will be PHP 5.6. To make sure you’re ready for the future, we recommend you to upgrade to PHP 5.6 now! [Enable the Apache mod_rewrite module] => Enable the Apache mod_rewrite module [Unable to generate private keys using openssl_pkey_new. Check your OpenSSL configuration, especially the path to openssl.cafile.] => Unable to generate private keys using openssl_pkey_new. Check your OpenSSL configuration, especially the path to openssl.cafile. [The "%function%" function is not allowed.] => The "%function%" function is not allowed. [The limit chosen is larger than the server's maximum upload limit. Please increase the limits of your server.] => The limit chosen is larger than the server's maximum upload limit. Please increase the limits of your server. [The extension of your file should be .csv.] => The extension of your file should be .csv. [Error: Could not write to file. Make sure that the correct permissions are set on the file %s] => Error: Could not write to file. Make sure that the correct permissions are set on the file %s [It appears the backup was successful, however you must download and carefully verify the backup file before proceeding.] => It appears the backup was successful, however you must download and carefully verify the backup file before proceeding. [The "Backups" directory located in the admin directory must be writable (CHMOD 755 / 777).] => The "Backups" directory located in the admin directory must be writable (CHMOD 755 / 777). [The backup file does not exist] => The backup file does not exist [You cannot edit the SuperAdmin profile.] => You cannot edit the SuperAdmin profile. [You cannot disable or delete the administrator account.] => You cannot disable or delete the administrator account. [You cannot disable or delete your own account.] => You cannot disable or delete your own account. [The employee must be associated with at least one shop.] => The employee must be associated with at least one shop. [The provided profile is invalid] => The provided profile is invalid [Your current password is invalid.] => Your current password is invalid. [The import file cannot be read.] => The import file cannot be read. [The Memcached server cannot be added.] => The Memcached server cannot be added. [There was an error when attempting to delete the Memcached server.] => There was an error when attempting to delete the Memcached server. [All caches cleared successfully] => All caches cleared successfully [For security reasons, you cannot delete the Administrator's profile.] => For security reasons, you cannot delete the Administrator's profile. [Key length must be 32 character long.] => Key length must be 32 character long. [This key already exists.] => This key already exists. [(you must install the [a]Memcache PECL extension[/a])] => (you must install the [a]Memcache PECL extension[/a]) [(you must install the [a]Memcached PECL extension[/a])] => (you must install the [a]Memcached PECL extension[/a]) [(you must install the [a]APC PECL extension[/a])] => (you must install the [a]APC PECL extension[/a]) [(you must install the [a]Xcache extension[/a])] => (you must install the [a]Xcache extension[/a]) [The locale must be installed] => The locale must be installed [Key length must be %length% characters long.] => Key length must be %length% characters long. [Only non-accented characters, numbers, and the following special characters are allowed: %allowed_characters%] => Only non-accented characters, numbers, and the following special characters are allowed: %allowed_characters% [I have read the disclaimer. Please create a new backup.] => I have read the disclaimer. Please create a new backup. [Disclaimer before creating a new backup] => Disclaimer before creating a new backup [PrestaShop is not responsible for your database, its backups and/or recovery.] => PrestaShop is not responsible for your database, its backups and/or recovery. [PrestaShop is open-source software. You are using it at your own risk under the license agreement.] => PrestaShop is open-source software. You are using it at your own risk under the license agreement. [You should back up your data on a regular basis (both files and database).] => You should back up your data on a regular basis (both files and database). [This function only backs up your database, not your files.] => This function only backs up your database, not your files. [By default, your existing database tables will be dropped during the backup recovery (see "Backup options" below).] => By default, your existing database tables will be dropped during the backup recovery (see "Backup options" below). [Always verify the quality and integrity of your backup files!] => Always verify the quality and integrity of your backup files! [Always verify that your backup files are complete, up-to-date and valid, even if you had a success message appear during the backup process.] => Always verify that your backup files are complete, up-to-date and valid, even if you had a success message appear during the backup process. [Always check your data.] => Always check your data. [Never restore a backup on a live site.] => Never restore a backup on a live site. [Beginning the download ...] => Beginning the download ... [Backup files should automatically start downloading.] => Backup files should automatically start downloading. [If not,[1][2] please click here[/1]!] => If not,[1][2] please click here[/1]! [Are you sure you want to delete this entity:] => Are you sure you want to delete this entity: [Note that the Category import does not support having two categories with the same name.] => Note that the Category import does not support having two categories with the same name. [Note that you can have several products with the same reference.] => Note that you can have several products with the same reference. [New features are available. Feel free to try them out!] => New features are available. Feel free to try them out! [Testing a feature before its official release can be exciting. However, you must be aware of the potential risks of such experiments:] => Testing a feature before its official release can be exciting. However, you must be aware of the potential risks of such experiments: [Experimental features are still under development. Enabling them could therefore have unintended consequences and cause data loss.] => Experimental features are still under development. Enabling them could therefore have unintended consequences and cause data loss. [In any case, you should never experiment in production.] => In any case, you should never experiment in production. [Are you sure you want to enable this experimental feature?] => Are you sure you want to enable this experimental feature? [You are about to enable a feature that is not stable yet. This should only be done in a test environment or in full knowledge of the potential risks.] => You are about to enable a feature that is not stable yet. This should only be done in a test environment or in full knowledge of the potential risks. [Please choose a MySQL table] => Please choose a MySQL table [When saving the query, only the "SELECT" SQL statement is allowed.] => When saving the query, only the "SELECT" SQL statement is allowed. [This SQL query has no result.] => This SQL query has no result. [Do you really want to remove the server %serverIp%:%serverPort% ?] => Do you really want to remove the server %serverIp%:%serverPort%? [OK] => OK [Please fix the following error(s)] => Please fix the following error(s) [Checking files...] => Checking files... [Missing files] => Missing files [Updated files] => Updated files [Changed/missing files have been detected.] => Changed/missing files have been detected. [No change has been detected in your files.] => No change has been detected in your files. ) [ModulesCurrencyselectorAdmin] => Array ( [Currency block] => Currency block [Adds a block allowing customers to choose their preferred shopping currency.] => Adds a block allowing customers to choose their preferred shopping currency. [Offer your customers the possibility to buy matching items when on a product page.] => Offer your customers the possibility to buy matching items when on a product page. ) [ShopFormsLabels] => Array ( [Alias] => Alias [Address] => Address [Address Complement] => Address Complement [Zip/Postal Code] => Zip/Postal Code [City] => City [Country] => Country [State] => State [Phone] => Phone [Mobile phone] => Mobile phone [VAT number] => VAT number [Other] => Other [First name] => First name [Last name] => Last name [Company] => Company [Identification number] => Identification number [Social title] => Social title [Birthdate] => Birthdate [Email] => Email [Password] => Password [Subject] => Subject [Order reference] => Order reference [Attachment] => Attachment [Message] => Message [Email address] => Email address [Your email address] => Your email address [Please choose] => Please choose [-- day --] => -- day -- [-- month --] => -- month -- [-- year --] => -- year -- [Optional] => Optional [Set your password:] => Set your password: [Product] => Product [-- please choose --] => -- please choose -- [Order Reference:] => Order Reference: [Email:] => Email: [New password] => New password [Confirmation] => Confirmation ) [ModulesEmailalertsShop] => Array ( [Your email address is invalid.] => Your email address is invalid. [You already have set an alert for this product.] => You already have set an alert for this product. [Request notification registered] => Request notification registered [Delete email alert] => Delete email alert [No mail alerts yet.] => No mail alerts yet. [My alerts] => My alerts [[email protected]] => [email protected] [Notify me when available] => Notify me when available [You will be notified when this product is available.] => You will be notified when this product is available. ) [ModulesSpecialsShop] => Array ( [On sale] => On sale [All sale products] => All sale products ) [ModulesMainmenuAdmin] => Array ( [Main menu] => Main menu [Make it easy for your visitors to find their way on your store, select the right link and turn it into a menu item.] => Make it easy for your visitors to find their way on your store, select the right link and turn it into a menu item. [Unable to update settings for the following shop(s): %s] => Unable to update settings for the following shop(s): %s [Please complete the "Link" field.] => Please complete the "Link" field. [Please add a label.] => Please add a label. [Please add a label for your default language.] => Please add a label for your default language. [The link has been added.] => The link has been added. [Unable to add link for the following shop(s): %s] => Unable to add link for the following shop(s): %s [The link has been removed.] => The link has been removed. [Unable to remove link for the following shop(s): %s] => Unable to remove link for the following shop(s): %s [The link has been edited.] => The link has been edited. [You cannot manage top menu items from a "All Shops" or a "Group Shop" context, select directly the shop you want to edit] => You cannot manage top menu items from a "All Shops" or a "Group Shop" context, select directly the shop you want to edit [The modifications will be applied to shop: %s] => The modifications will be applied to shop: %s [The modifications will be applied to this group: %s] => The modifications will be applied to this group: %s [The modifications will be applied to all shops] => The modifications will be applied to all shops [All brands] => All brands [All suppliers] => All suppliers [Menu Top Link] => Menu Top Link [All active products combinations quantities will be changed] => All active products combinations quantities will be changed [Update link] => Update link [Add a new link] => Add a new link [CMS] => CMS [Shops] => Shops [Choose product ID] => Choose product ID [Menu Top Links] => Menu Top Links [Link ID] => Link ID [Link list] => Link list [Indicate the ID number for the product] => Indicate the ID number for the product [Product ID #] => Product ID # [Please select just one item] => Please select just one item [Change position] => Change position [Selected items] => Selected items [Available items] => Available items [Remove] => Remove ) [ModulesWirepaymentAdmin] => Array ( [Wire payment] => Bank transfer [Accept wire payments by displaying your account details during the checkout.] => Accept wire payments by displaying your account details during the checkout. [Are you sure about removing these details?] => Are you sure about removing these details? [Account owner and account details must be configured before using this module.] => Account owner and account details must be configured before using this module. [No currency has been set for this module.] => No currency has been set for this module. [Account details are required.] => Account details are required. [Account owner is required.] => Account owner is required. [Account details] => Account details [Account owner] => Account owner [Such as bank branch, IBAN number, BIC, etc.] => Such as bank branch, IBAN number, BIC, etc. [Bank address] => Bank address [Customization] => Customization [Reservation period] => Reservation period [Number of days the items remain reserved] => Number of days the items remain reserved [Information to the customer] => Customer information [Information on the bank transfer (processing time, starting of the shipping...)] => Information on the bank transfer (processing time, starting of the shipping...) [Display the invitation to pay in the order confirmation page] => Display the invitation to pay in the order confirmation page [Your country's legislation may require you to send the invitation to pay by email only. Disabling the option will hide the invitation on the confirmation page.] => Your country's legislation may require you to send the invitation to pay by email only. Disabling the option will hide the invitation on the confirmation page. [Bank address is required.] => Bank address is required. [The %field% is invalid. Please enter a positive integer.] => The %field% is invalid. Please enter a positive integer. [This module allows you to accept secure payments by bank wire.] => This module allows you to accept secure payments by bank wire. [If the client chooses to pay by bank wire, the order status will change to 'Waiting for Payment'.] => If the client chooses to pay by bank wire, the order status will change to 'Waiting for Payment'. [That said, you must manually confirm the order upon receiving the bank wire.] => That said, you must manually confirm the order upon receiving the bank wire. ) [ModulesBannerShop] => Array ( [Choose a file] => Choose a file ) [ModulesLinklistAdmin] => Array ( [Link List] => Link List [Give more visibility to your content/static pages (CMS, external pages, or else), where you want and when you want, to make your visitors feel like shopping on your store.] => Give more visibility to your content/static pages (CMS, external pages, or else), where you want and when you want, to make your visitors feel like shopping on your store. [New block] => New block [ID] => ID [Name of the block] => Name of the block [Title] => Title [URL] => URL [Name of the block cannot be longer than %limit% characters] => Name of the block cannot be longer than %limit% characters [Content pages] => Content pages [Product pages] => Product pages [Categories] => Categories [Static content] => Static content [Custom content] => Custom content [Edit the link block.] => Edit the link block. [New link block] => New link block ) [ModulesCashondeliveryShop] => Array ( [Pay by Cash on Delivery] => Pay by Cash on Delivery [Your order on %s is complete.] => Your order on %s is complete. [You have chosen the cash on delivery method.] => You have chosen the cash on delivery method. [Your order will be sent very soon.] => Your order will be sent very soon. [For any questions or for further information, please contact our] => For any questions or for further information, please contact our [customer support] => customer support [You pay for the merchandise upon delivery] => You pay for the merchandise upon delivery ) [ModulesStatspersonalinfosAdmin] => Array ( [Registered customer information] => Registered customer information [Enrich your stats, add information about your registered customers and learn more about them!] => Enrich your stats, add information about your registered customers and learn more about them! [Target your audience] => Target your audience [In order for each message to have an impact, you need to know who it is being addressed to. ] => In order for each message to have an impact, you need to know who it is being addressed to. [Defining your target audience is essential when choosing the right tools to win them over.] => Defining your target audience is essential when choosing the right tools to win them over. [It is best to limit an action to a group -- or to groups -- of clients.] => It is best to limit an action to a group -- or to groups -- of clients. [Storing registered customer information allows you to accurately define customer profiles so you can adapt your special deals and promotions.] => Storing registered customer information allows you to accurately define customer profiles so you can adapt your special deals and promotions. [You can increase your sales by:] => You can increase your sales by: [Launching targeted advertisement campaigns.] => Launching targeted advertisement campaigns. [Contacting a group of clients by email or newsletter.] => Contacting a group of clients by email or newsletter. [Gender distribution allows you to determine the percentage of men and women shoppers on your store.] => Gender distribution allows you to determine the percentage of men and women shoppers on your store. [CSV Export] => CSV Export [Age ranges allow you to better understand target demographics.] => Age ranges allow you to better understand target demographics. [Country distribution allows you to analyze which part of the World your customers are shopping from.] => Country distribution allows you to analyze which part of the World your customers are shopping from. [Currency range allows you to determine which currency your customers are using.] => Currency range allows you to determine which currency your customers are using. [Language distribution allows you to analyze the browsing language used by your customers.] => Language distribution allows you to analyze the browsing language used by your customers. [No customers have registered yet.] => No customers have registered yet. [Gender distribution] => Gender distribution [Age range] => Age range [0-18] => 0-18 [18-24] => 18-24 [25-34] => 25-34 [35-49] => 35-49 [50-59] => 50-59 [60+] => 60+ [Country distribution] => Country distribution [Currency distribution] => Currency distribution [Language distribution] => Language distribution ) [ModulesDashtrendsAdmin] => Array ( [Dashboard Trends] => Dashboard Trends [Adds a block with a graphical representation of the development of your store(s) based on selected key data.] => Adds a block with a graphical representation of the development of your store(s) based on selected key data. [%s points] => %s points [Average Cart Value] => Average Cart Value [Conversion Rate] => Conversion Rate [%s (previous period)] => %s (previous period) [Enrich your dashboard: display a graphical representation of your store’s development.] => Enrich your dashboard: display a graphical representation of your store’s development. [Net Profit] => Net Profit [Dashboard] => Dashboard [Sum of revenue (excl. tax) generated within the date range by orders considered validated.] => Sum of revenue (excl. tax) generated within the date range by orders considered validated. [Total number of orders received within the date range that are considered validated.] => Total number of orders received within the date range that are considered validated. [Average Cart Value is a metric representing the value of an average order within the date range. It is calculated by dividing Sales by Orders.] => Average Cart Value is a metric representing the value of an average order within the date range. It is calculated by dividing Sales by Orders. [Cart Value] => Cart Value [Total number of visits within the date range. A visit is the period of time a user is actively engaged with your website.] => Total number of visits within the date range. A visit is the period of time a user is actively engaged with your website. [Ecommerce Conversion Rate is the percentage of visits that resulted in an validated order.] => Ecommerce Conversion Rate is the percentage of visits that resulted in an validated order. [Net profit is a measure of the profitability of a venture after accounting for all Ecommerce costs. You can provide these costs by clicking on the configuration icon right above here.] => Net profit is a measure of the profitability of a venture after accounting for all Ecommerce costs. You can provide these costs by clicking on the configuration icon right above here. ) [ShopThemeCheckout] => Array ( [tax incl.] => tax incl. [tax excl.] => tax excl. [(additional cost of %giftcost% %taxlabel%)] => (additional cost of %giftcost% %taxlabel%) [I would like my order to be gift wrapped %cost%] => I would like my order to be gift wrapped %cost% [Personal Information] => Personal Information [I agree to the [terms of service] and will adhere to them unconditionally.] => I agree to the [terms of service] and will adhere to them unconditionally. [%price% tax incl.] => %price% tax incl. [%price% tax excl.] => %price% tax excl. [Free] => Free [My Address] => My Address [Tax included] => Tax included [Tax excluded] => Tax excluded [Free shipping] => Free shipping [Guest order tracking] => Guest Order Tracking [Order confirmation] => Order confirmation [Product Successfully Added to Your Shopping Cart] => Product Successfully Added to Your Shopping Cart [Discount(s)] => Discount(s) [Shipping] => Shipping [Included taxes] => Included taxes [Taxes] => Taxes [1 item] => 1 item [%count% items] => %count% items [A minimum shopping cart total of %amount% (tax excl.) is required to validate your order. Current cart total is %total% (tax excl.).] => A minimum shopping cart total of %amount% (tax excl.) is required to validate your order. Current cart total is %total% (tax excl.). [Total] => Total [Total (tax incl.)] => Total (tax incl.) [Total (tax excl.)] => Total (tax excl.) [Total paid] => Total paid [Subtotal] => Subtotal [Gift wrapping] => Gift wrapping [Discount] => Discount [Shipping and handling] => Shipping and handling [Tax] => Tax [Product successfully added to your shopping cart] => Product successfully added to your shopping cart [Quantity:] => Quantity: [There are %products_count% items in your cart.] => There are %products_count% items in your cart. [There is %products_count% item in your cart.] => There is %products_count% item in your cart. [Subtotal:] => Subtotal: [Shipping:] => Shipping: [Shopping cart link containing %nbProducts% product(s)] => Shopping cart link containing %nbProducts% product(s) [Cart] => Cart [The minimum purchase order quantity for the product is %quantity%.] => The minimum purchase order quantity for the product is %quantity%. [Use this address for invoice too] => Use this address for invoice too [%productName% product quantity field] => %productName% product quantity field [Gift] => Gift [There are no more items in your cart] => There are no more items in your cart [Have a promo code?] => Have a promo code? [Promo code] => Promo code [Close] => Close [Create an account] => Create an account [(optional)] => (optional) [And save time on your next order!] => And save time on your next order! [Order items] => Order items [Unit price] => Unit price [Total products] => Total products [%product_count% item in your cart] => %product_count% item in your cart [%products_count% items in your cart] => %products_count% items in your cart [Shipping Method] => Shipping Method [Addresses] => Addresses [Please check your order before payment] => Please check your order before payment [Your Delivery Address] => Your Delivery Address [Your Invoice Address] => Your Invoice Address [The selected address will be used as your personal address (for invoice).] => The selected address will be used as your personal address (for invoice). [The selected address will be used both as your personal address (for invoice) and as your delivery address.] => The selected address will be used both as your personal address (for invoice) and as your delivery address. [Shipping Address] => Shipping Address [Billing address differs from shipping address] => Billing address differs from shipping address [Transaction amount has been correctly updated] => Transaction amount has been correctly updated [No payment needed for this order] => No payment needed for this order [Selected] => Selected [Unfortunately, there are no payment method available.] => Unfortunately, there is no payment method available. [By confirming the order, you certify that you have read and agree with all of the conditions below:] => By confirming the order, you certify that you have read and agree with all of the conditions below: [Place order] => Place order [Please make sure you've chosen a [1]payment method[/1] and accepted the [2]terms and conditions[/2].] => Please make sure you've chosen a [1]payment method[/1] and accepted the [2]terms and conditions[/2]. [Order with an obligation to pay] => Order with an obligation to pay [If you sign out now, your cart will be emptied.] => If you sign out now, your cart will be emptied. [Order as a guest] => Order as a guest [If you would like to add a comment about your order, please write it in the field below.] => If you would like to add a comment about your order, please write it in the field below. [I would like to receive my order in recycled packaging.] => I would like to receive my order in recycled packaging. [If you'd like, you can add a note to the gift:] => If you'd like, you can add a note to the gift: [Unfortunately, there are no carriers available for your delivery address.] => Unfortunately, there are no carriers available for your delivery address. [Shopping Cart] => Shopping Cart [Your order is confirmed] => Your order is confirmed [An email has been sent to your mail address %email%.] => An email has been sent to the %email% address. [You can also [1]download your invoice[/1]] => You can also [1]download your invoice[/1] [Order details] => Order details [Order reference: %reference%] => Order reference: %reference% [Payment method: %method%] => Payment method: %method% [Shipping method: %method%] => Shipping method: %method% [Save time on your next order, sign up now] => Save time on your next order, sign up now [Quantity] => Quantity [Code] => Code [Description] => Description [Value] => Value [Minimum] => Minimum [Cumulative] => Cumulative [Expiration date] => Expiration date [Name] => Name [Payment] => Payment [Order reference] => Order reference [Date] => Date [Total price] => Total price [Status] => Status [Invoice] => Invoice [Carrier] => Carrier [Payment method] => Payment method [Delivery address %alias%] => Delivery address %alias% [Invoice address %alias%] => Invoice address %alias% [Weight] => Weight [Shipping cost] => Shipping cost [Tracking number] => Tracking number ) [AdminOrderscustomersHelp] => Array ( [You can add a comment here.] => You can add a comment here. [View details on the customer page] => View details on the customer page [View details on the order page] => View details on the order page [Would you like to allow merchandise returns in your shop?] => Would you like to allow merchandise returns in your shop? [How many days after the delivery date does the customer have to return a product?] => How many days after the delivery date does the customer have to return a product? [Prefix used for return name (e.g. RE00001).] => Prefix used for return name (e.g. RE00001). [Merchandise return (RMA) status.] => Merchandise return (RMA) status. [List of products in return package.] => List of products in return package. [The link is only available after validation and before the parcel gets delivered.] => The link is only available after validation and before the parcel gets delivered. [This customer will receive your newsletter via email.] => This customer will receive your newsletter via email. [Password should be at least %length% characters long.] => Password should be at least %length% characters long. [Only letters and the dot (.) character, followed by a space, are allowed.] => Only letters and the dot (.) character, followed by a space, are allowed. [Enable or disable customer login.] => Enable or disable customer login. [This customer will receive your ads via email.] => This customer will receive your ads via email. [Select all the groups that you would like to apply to this customer.] => Select all the groups that you would like to apply to this customer. [This group will be the user's default group.] => This group will be the user's default group. [Only the discount for the selected group will be applied to this customer.] => Only the discount for the selected group will be applied to this customer. [Valid characters:] => Valid characters: [Maximum number of days to return a product after the delivery date.] => Maximum number of days to return a product after the delivery date. [Prefix used for merchandise returns (e.g. RE00001).] => Prefix used for merchandise returns (e.g. RE00001). [Prefix used for credit slips.] => Prefix used for credit slips. [Prefix used for delivery slips.] => Prefix used for delivery slips. [The next delivery slip will begin with this number and then increase with each additional slip.] => The next delivery slip will begin with this number and then increase with each additional slip. [Add an image before the product name on delivery slips.] => Add an image before the product name on delivery slips. [Format: %s (inclusive).] => Format: %s (inclusive). [If required, show the total amount per rate of the corresponding tax.] => If required, show the total amount per rate of the corresponding tax. [Freely definable prefix for invoice number (e.g. #IN00001).] => Freely definable prefix for invoice number (e.g. #IN00001). [The next invoice will begin with this number, and then increase with each additional invoice. Set to 0 if you want to keep the current number (which is #%number%).] => The next invoice will begin with this number, and then increase with each additional invoice. Set to 0 if you want to keep the current number (which is #%number%). [This text will appear at the bottom of the invoice, below your company details.] => This text will appear at the bottom of the invoice, below your company details. [Saves memory but slows down the PDF generation.] => Saves memory but slows down the PDF generation. [When enabled, your customers will receive an invoice for the purchase.] => When enabled, your customers will receive an invoice for the purchase. [Adds an image in front of the product name on the invoice.] => Adds an image in front of the product name on the invoice. [Use this field to show additional information on the invoice such as specific legal information. It will be displayed below the payment methods summary.] => Use this field to show additional information on the invoice such as specific legal information. It will be displayed below the payment methods summary. [Choose an invoice model] => Choose an invoice model [Required fields apply to the customer's registration form, you should check the address formats in [1]International > Locations > Countries[/1] before.] => Required fields apply to the customer's registration form, you should check the address formats in [1]International > Locations > Countries[/1] before. [Select the fields you would like to be required for this section.] => Select the fields you would like to be required for this section. [Please make sure you are complying with the opt-in legislation applicable in your country.] => Please make sure you are complying with the opt-in legislation applicable in your country. [[1]Make[/1] sure you enable partner offers in the [2]Shop Parameters > Customer Settings[/2] section of the back office before requiring them. Otherwise, new customers won't be able to create an account and [1]proceed[/1] to checkout.] => [1]Make[/1] sure you enable partner offers in the [2]Shop Parameters > Customer Settings[/2] section of the back office before requiring them. Otherwise, new customers won't be able to create an account and [1]proceed[/1] to checkout. [This feature generates a random password before sending an email to your customer.] => This feature generates a random password before sending an email to your customer. [This note will be displayed to all employees but not to customers.] => This note will be displayed to all employees but not to customers. [Format: 2011-12-31 (inclusive).] => Format: 2011-12-31 (inclusive). [You can also export orders which have not been charged yet.] => You can also export orders which have not been charged yet. [If enabled, your customers will receive an invoice for the purchase.] => If enabled, your customers will receive an invoice for the purchase. [Adds an image in front of the product name on the invoice] => Adds an image in front of the product name on the invoice [Use this field to show additional information on the invoice, below the payment methods summary (like specific legal information).] => Use this field to show additional information on the invoice, below the payment methods summary (like specific legal information). [Choose an invoice model.] => Choose an invoice model. [Search for an existing product by typing the first letters of its name.] => Search for an existing product by typing the first letters of its name. [Search for an existing customer by typing the first letters of his/her name.] => Search for an existing customer by typing the first letters of his/her name. [Use OR to broaden your search] => Use OR to broaden your search [Do not forget to update your exchange rate before making this change.] => Do not forget to update your exchange rate before making this change. [(Max %amount_refundable% %tax_method%)] => (Max %amount_refundable% %tax_method%) ) [ModulesBrandlistShop] => Array ( [All brands] => All brands [Brands] => Brands [No brand] => No brand ) [ModulesGsitemapAdmin] => Array ( [Google sitemap] => Google sitemap [Generate your Google sitemap file] => Generate your Google sitemap file [An error occured while trying to check your file permissions. Please adjust your permissions to allow PrestaShop to write a file in your root directory.] => An error occured while trying to check your file permissions. Please adjust your permissions to allow PrestaShop to write a file in your root directory. [Generate your Google sitemap file and keep it up to date with this module.] => Welcome your customers with their personal information displayed right on your footer. [Your sitemaps were successfully created. Please do not forget to setup the URL] => Your sitemaps were successfully created. Please do not forget to setup the URL [in your Google Webmaster account.] => in your Google Webmaster account. [Your sitemaps] => Your sitemaps [Sitemaps were already created.] => Sitemaps were already created. [Please set up the following sitemap URL in your Google Webmaster account:] => Please set up the following sitemap URL in your Google Webmaster account: [The above URL is the master sitemap file. It refers to the following sub-sitemap files:] => The above URL is the master sitemap file. It refers to the following sub-sitemap files: [Your last update was made on this date:] => Your last update was made on this date: [This shop has no sitemap yet.] => This shop has no sitemap yet. [For a better use of the module, please make sure that you have] => For a better use of the module, please make sure that you have [A minimum memory_limit value of 128 MB.] => A minimum memory_limit value of 128 MB. [A minimum max_execution_time value of 30 seconds.] => A minimum max_execution_time value of 30 seconds. [You can edit these limits in your php.ini file. For more details, please contact your hosting provider.] => You can edit these limits in your php.ini file. For more details, please contact your hosting provider. [Configure your sitemap] => Configure your sitemap [Several sitemap files will be generated depending on how your server is configured and on the number of activated products in your catalog.] => Several sitemap files will be generated depending on how your server is configured and on the number of activated products in your catalog. [How often do you update your store?] => How often do you update your store? [always] => always [hourly] => hourly [daily] => daily [weekly] => weekly [monthly] => monthly [yearly] => yearly [never] => never [Check this box if you wish to check the presence of the image files on the server] => Check this box if you wish to check the presence of the image files on the server [Indicate the pages that you do not want to include in your sitemap files:] => Indicate the pages that you do not want to include in your sitemap files: [Uncheck all] => Uncheck all [Generate sitemap] => Generate sitemap [Generating a sitemap can take several minutes] => Generating a sitemap can take several minutes [Information] => Information [You have two ways to generate sitemaps.] => You have two ways to generate sitemaps. [Manually:] => Manually: [Using the form above (as often as needed)] => Using the form above (as often as needed) [-or-] => -or- [Automatically:] => Automatically: [Ask your hosting provider to setup a "Cron job" to load the following URL at the time you would like:] => Ask your hosting provider to setup a "Cron job" to load the following URL at the time you would like: [It will automatically generate your XML sitemaps.] => It will automatically generate your XML sitemaps. [Check all] => Check all ) [AdminLoginNotification] => Array ( [You will be redirected to the login page in a few seconds.] => You will be redirected to the login page in a few seconds. [Please, check your mailbox.] => Please, check your mailbox. [A link to reset your password has been sent to you.] => A link to reset your password has been sent to you. [For security reasons, you cannot connect to the back office until you have:] => For security reasons, you cannot connect to the back office until you have: [deleted the /install folder] => deleted the /install folder [renamed the /admin folder (e.g. %s)] => renamed the /admin folder (e.g. %s) [Please then access this page by the new URL (e.g. %s)] => Please then access this page by the new URL (e.g. %s) [If this email address has been registered in our store, you will receive a link to reset your password.] => If this email address has been registered in our store, you will receive a link to reset your password. [For security reasons, you must also delete the /install folder.] => For security reasons, you must also delete the /install folder. [SSL is activated. However, your IP is allowed to enter unsecure mode for maintenance or local IP issues.] => SSL is activated. However, your IP is allowed to enter unsecure mode for maintenance or local IP issues. [SSL is activated. Please connect using the following link to [1]log in to secure mode (https://)[/1]] => SSL is activated. Please connect using the following link to [1]log in to secure mode (https://)[/1] [The employee does not exist, or the password provided is incorrect.] => The employee does not exist, or the password provided is incorrect. [This employee does not manage the shop anymore (either the shop has been deleted or permissions have been revoked).] => This employee does not manage the shop anymore (either the shop has been deleted or permissions have been revoked). [This account does not exist.] => This account does not exist. [You can reset your password every %interval% minute(s) only. Please try again later.] => You can reset your password every %interval% minute(s) only. Please try again later. [Please, check your mailbox. A link to reset your password has been sent to you.] => Please, check your mailbox. A link to reset your password has been sent to you. [An error occurred while attempting to reset your password.] => An error occurred while attempting to reset your password. [Some identification information is missing.] => Some identification information is missing. [The password is missing: please enter your new password.] => The password is missing: please enter your new password. [The password is not in a valid format.] => The password is not in a valid format. [The confirmation is empty: please fill in the password confirmation as well.] => The confirmation is empty: please fill in the password confirmation as well. [The confirmation password doesn't match. Please double check both passwords.] => The confirmation password doesn't match. Please double-check both passwords. [Your password reset request expired. Please start again.] => Your password reset request expired. Please start again. [An error occurred while attempting to change your password.] => An error occurred while attempting to change your password. [The password has been changed successfully.] => The password has been changed successfully. [If this email address has been registered in our store, you will receive a link to reset your password at %email%.] => If this email address has been registered in our store, you will receive a link to reset your password at %email%. [The confirmation password doesn't match. Please double-check both passwords.] => The confirmation password doesn't match. Please double-check both passwords. ) [ModulesCategoryproductsAdmin] => Array ( [Products in the same category] => Products in the same category [Adds a block on the product page that displays products from the same category.] => Adds a block on the product page that displays products from the same category. [Invalid value for display price.] => Invalid value for display price. [Display products' prices] => Display products' prices [Show the prices of the products displayed in the block.] => Show the prices of the products displayed in the block. [Number of product to display] => Number of product to display [Add a block on every product page that displays items from the same category.] => Add a block on every product page that displays items from the same category. ) [AdminDashboardHelp] => Array ( [This mode displays sample data so you can try your dashboard without real numbers.] => This mode displays sample data so you can try your dashboard without real numbers. [Choose a fixed fee for each order placed in %currency% with %module%.] => Choose a fixed fee for each order placed in %currency% with %module%. [Choose a variable fee for each order placed in %currency% with %module%. It will be applied on the total paid with taxes.] => Choose a variable fee for each order placed in %currency% with %module%. It will be applied on the total paid with taxes. [Choose a fixed fee for each order placed with a foreign currency with %module%.] => Choose a fixed fee for each order placed with a foreign currency with %module%. [Choose a variable fee for each order placed with a foreign currency with %module%. It will be applied on the total paid with taxes.] => Choose a variable fee for each order placed with a foreign currency with %module%. It will be applied on the total paid with taxes. [For the carrier named %s, indicate the domestic delivery costs in percentage of the price charged to customers.] => For the carrier named %s, indicate the domestic delivery costs in percentage of the price charged to customers. [For the carrier named %s, indicate the overseas delivery costs in percentage of the price charged to customers.] => For the carrier named %s, indicate the overseas delivery costs in percentage of the price charged to customers. [Method: Indicate the percentage of your carrier margin. For example, if you charge $10 of shipping fees to your customer for each shipment, but you really pay $4 to this carrier, then you should indicate "40" in the percentage field.] => Method: Indicate the percentage of your carrier margin. For example, if you charge $10 of shipping fees to your customer for each shipment, but you really pay $4 to this carrier, then you should indicate "40" in the percentage field. [You should calculate this percentage as follows: ((total sales revenue) - (cost of goods sold)) / (total sales revenue) * 100. This value is only used to calculate the Dashboard approximate gross margin, if you do not specify the wholesale price for each product.] => You should calculate this percentage as follows: ((total sales revenue) - (cost of goods sold)) / (total sales revenue) * 100. This value is only used to calculate the Dashboard approximate gross margin, if you do not specify the wholesale price for each product. [You should calculate this value by making the sum of all of your additional costs per order.] => You should calculate this value by making the sum of all of your additional costs per order. ) [AdminNotificationsInfo] => Array ( [This field will be modified for all your shops.] => This field will be modified for all your shops. [This field will be modified for all shops in this shop group:] => This field will be modified for all shops in this store group: [This field will be modified for this shop:] => This field will be modified for this shop: [Delete selected] => Delete selected [Delete selected items?] => Delete selected items? [Delete selected item?] => Delete selected item? [Forbidden characters:] => Forbidden characters: [Note that this feature is only available in "all stores" context. It will be added to all your stores.] => Note that this feature is only available in "all stores" context. It will be added to all your stores. [Empty recordset returned.] => Empty recordset returned. [Empty recordset returned] => Empty recordset returned [Note that this page is available in all shops context only, this is why your context has just switched.] => Note that this page is available in all shops context only, this is why your context has just switched. [Note that this feature is available in all shops context only. It will be added to all your stores.] => Note that this feature is available in all shops context only. It will be added to all your stores. [This product is not associated with the store selected in the multistore header, please select another one.] => This product is not associated with the store selected in the multistore header, please select another one. [This page is only compatible in a single store context. To access the page, please select a store or [1]disable the multistore feature[/1].] => This page is only compatible in a single store context. To access the page, please select a store or [1]disable the multistore feature[/1]. [This page is only compatible in a single-store context. Please select a store in the multistore header.] => This page is only compatible in a single-store context. Please select a store in the multistore header. [Key should be at least %length% characters long.] => Key should be at least %length% characters long. [The key must be %length% characters long.] => The key must be %length% characters long. [Password should be at least %length% characters long.] => Password should be at least %length% characters long. [Invalid characters: %s] => Invalid characters: %s [Note that this page is available in a single shop context only. Switch context to work on it.] => Note that this page is available in a single shop context only. Switch context to work on it. [Invalid characters:] => Invalid characters: ) [ShopThemeCustomeraccount] => Array ( [Receive offers from our partners] => Receive offers from our partners [#%id%] => #%id% [Your account] => Your account [Vouchers] => Vouchers [Credit slips] => Credit slips [Merchandise returns] => Merchandise returns [Information] => Information [Addresses] => Addresses [Add first address] => Add first address [Orders] => Orders [Order tracking] => Order tracking [Create account] => Create account [Log me out] => Log me out [Log in to your customer account] => Log in to your customer account [View my customer account] => View my customer account [Enter a password between %s and %s characters] => Enter a password between %s and %s characters [The minimum score must be: %s] => The minimum score must be: %s [Connected as [1]%firstname% %lastname%[/1].] => Connected as [1]%firstname% %lastname%[/1]. [Not you? [1]Log out[/1]] => Not you? [1]Log out[/1] [Personalized and secure access] => Personalized and secure access [Fast and easy checkout] => Fast and easy checkout [Easier merchandise return] => Easier merchandise return [Back to your account] => Back to your account [Returned] => Returned [Merchandise return] => Merchandise return [If you wish to return one or more products, please mark the corresponding boxes and provide an explanation for the return. When complete, click the button below.] => If you wish to return one or more products, please mark the corresponding boxes and provide an explanation for the return. When complete, click the button below. [Request a return] => Request a return [Messages] => Messages [Add a message] => Add a message [If you would like to add a comment about your order, please write it in the field below.] => If you would like to add a comment about your order, please write it in the field below. [Update your address] => Update your address [New address] => New address [Your addresses] => Your addresses [Log in to your account] => Log in to your account [No account? Create one here] => No account? Create one here [Your vouchers] => Your vouchers [Guest Order Tracking] => Guest Order Tracking [To track your order, please enter the following information:] => To track your order, please enter the following information: [For example: QIIXJXNUI or QIIXJXNUI#1] => For example: QIIXJXNUI or QIIXJXNUI#1 [Guest Tracking] => Guest Tracking [Order history] => Order history [Here are the orders you've placed since your account was created.] => Here are the orders you've placed since your account was created. [Details] => Details [Your personal information] => Your personal information [Order history and details] => Order history and details [You have given permission to receive your order in recycled packaging.] => You have given permission to receive your order in recycled packaging. [Order details] => Order details [Order Reference %reference% - placed on %date%] => Order Reference %reference% - placed on %date% [Download your invoice as a PDF file.] => Download your invoice as a PDF file. [You have requested gift wrapping for this order.] => You have requested gift wrapping for this order. [Message] => Message [Follow your order's status step-by-step] => Follow your order's status step-by-step [Click the following link to track the delivery of your order] => Click the following link to track the delivery of your order [Here is a list of pending merchandise returns] => Here is a list of pending merchandise returns [Return] => Return [Package status] => Package status [Returns form] => Returns form [Return details] => Return Details [%number% on %date%] => %number% on %date% [We have logged your return request.] => We have logged your return request. [Your package must be returned to us within %number% days of receiving your order.] => Your package must be returned to us within %number% days of receiving your order. [The current status of your merchandise return is: [1] %status% [/1]] => The current status of your merchandise return is: [1] %status% [/1] [List of items to be returned:] => List of items to be returned: [Reminder] => Reminder [All merchandise must be returned in its original packaging and in its original state.] => All merchandise must be returned in its original packaging and in its original state. [Please print out the [1]returns form[/1] and include it with your package.] => Please print out the [1]returns form[/1] and include it with your package. [Please check the [1]returns form[/1] for the correct address.] => Please check the [1]returns form[/1] for the correct address. [When we receive your package, we will notify you by email. We will then begin processing order reimbursement.] => When we receive your package, we will notify you by email. We will then begin processing order reimbursement. [Please let us know if you have any questions.] => Please let us know if you have any questions. [If the conditions of return listed above are not respected, we reserve the right to refuse your package and/or reimbursement.] => If the conditions of return listed above are not respected, we reserve the right to refuse your package and/or reimbursement. [Order] => Order [Date issued] => Date issued [Credit slips you have received after canceled orders.] => Credit slips you have received after canceled orders. [Credit slip] => Credit slip [View credit slip] => View credit slip [Please enter the email address you used to register. You will receive a temporary link to reset your password.] => Please enter the email address you used to register. You will receive a temporary link to reset your password. [Forgot your password?] => Forgot your password? [Reset your password] => Reset your password [Email address: %email%] => Email address: %email% [Create an account] => Create an account [Already have an account?] => Already have an account? [Log in instead!] => Log in instead! ) [AdminShippingNotification] => Array ( [Ranges are not correctly ordered:] => Ranges are not correctly ordered: [Reordering] => Reordering [Please validate the last range before creating a new one.] => Please validate the last range before creating a new one. [Are you sure to delete this range ?] => Are you sure to delete this range ? [This range is not valid] => This range is not valid [Ranges are overlapping] => Ranges are overlapping [Please select at least one zone] => Please select at least one zone [Are you sure you want to delete the logo?] => Are you sure you want to delete the logo? [You do not have permission to use this wizard.] => You do not have permission to use this wizard. [You must choose at least one shop or group shop.] => You must choose at least one store or group of stores. [An error occurred while saving this carrier.] => An error occurred while saving this carrier. [An error occurred while saving carrier groups.] => An error occurred while saving carrier groups. [An error occurred while saving carrier zones.] => An error occurred while saving carrier zones. [An error occurred while saving carrier ranges.] => An error occurred while saving carrier ranges. [An error occurred while saving associations of shops.] => An error occurred while saving associations of shops. [An error occurred while saving the tax rules group.] => An error occurred while saving the tax rules group. [An error occurred while saving carrier logo.] => An error occurred while saving carrier logo. [An error occurred while updating carrier information.] => An error occurred while updating carrier information. [An error occurred while updating the free shipping status.] => An error occurred while updating the free shipping status. ) [messages] => Array ( [[undefined]] => [undefined] [If enabled, the voucher will not apply to products already on sale.] => If enabled, the voucher will not apply to products already on sale. [Add a rule concerning] => Add a rule concerning [The product(s) are matching one of these:] => The product(s) are matching one of these: [Discount name] => Discount name [Sync success] => Sync success [Close] => Close [Customer since: %s] => Customer since: %s [Choose a template] => Choose a template [Send] => Send [You can add a comment here.] => You can add a comment here. [Customer ID:] => Customer ID: [Order #] => Order # [Product #] => Product # [Subject:] => Subject: [No result] => No result [%] => % [Discount:] => Discount: [Please name your data matching configuration in order to save it.] => Please name your data matching configuration in order to save it. [Match your data] => Match your data [Please match each column of your source file to one of the destination columns.] => Please match each column of your source file to one of the destination columns. [Load a data matching configuration] => Load a data matching configuration [Load] => Load [Save your data matching configuration] => Save your data matching configuration [Two columns cannot have the same type of values] => Two columns cannot have the same type of values [This column must be set:] => This column must be set: [Rows to skip] => Rows to skip [Indicate how many of the first rows of your file should be skipped when importing the data. For instance set it to 1 if the first row of your file contains headers.] => Indicate how many of the first rows of your file should be skipped when importing the data. For instance set it to 1 if the first row of your file contains headers. [Password] => Password [Your password has been successfully changed.] => Your password has been successfully changed. [Translate] => Translate [Generate RTL Stylesheets] => Generate RTL Stylesheets [Manage hooks] => Manage hooks [Reset] => Reset [To add a new module, simply connect to your PrestaShop Addons account and all your purchases will be automatically imported.] => To add a new module, simply connect to your PrestaShop Addons account and all your purchases will be automatically imported. [Can I add my own modules?] => Can I add my own modules? [Please note that for security reasons, you can only add modules that are being distributed on PrestaShop Addons, the official marketplace.] => Please note that for security reasons, you can only add modules that are being distributed on PrestaShop Addons, the official marketplace. [Normal view] => Normal view [Favorites view] => Favorites view [Module] => Module [Tab] => Tab [Categories] => Categories [Interest] => Interest [Favorite] => Favorite [Filter by] => Filter by [Installed & Not Installed] => Installed & Not Installed [Installed Modules] => Installed Modules [Modules Not Installed ] => Modules Not Installed [Enabled & Disabled] => Enabled & Disabled [Enabled Modules] => Enabled Modules [Disabled Modules] => Disabled Modules [Authors] => Authors [All authors] => All authors [Confirm reset] => Confirm reset [Would you like to delete the content related to this module ?] => Would you like to delete the content related to this module ? [No - reset only the parameters] => No - reset only the parameters [Yes - reset everything] => Yes - reset everything [Preferences saved] => Preferences saved [Uninstall] => Uninstall [Remove from Favorites] => Remove from Favorites [Mark as Favorite] => Mark as Favorite [Module %1s ] => Module %1s [Official, PrestaShop certified module. Free, secure and includes updates!] => Official, PrestaShop certified module. Free, secure, and includes updates! [Update it!] => Update it! [Install the selection] => Install the selection [Uninstall the selection] => Uninstall the selection [No modules available in this section.] => No modules available in this section. [by] => by [Read more] => Read more [You bought this module on PrestaShop Addons. Thank You.] => You bought this module on PrestaShop Addons. Thank You. [Bought] => Bought [This module is available on PrestaShop Addons] => This module is available on PrestaShop Addons [Popular] => Popular [Official] => Official [Need update] => Need update [Free] => Free [Install] => Install [Manage translations] => Manage translations [Modules list] => Modules list [The module must either be a Zip file (.zip) or a tarball file (.tar, .tar.gz, .tgz).] => The module must either be a Zip file (.zip) or a tarball file (.tar, .tar.gz, .tgz). [Upload a module from your computer.] => Upload a module from your computer. [Module file] => Module file [Choose a file] => Choose a file [Upload this module] => Upload this module [An upgrade is available for some of your modules!] => An upgrade is available for some of your modules! [Favorites] => Favorites [All] => All [Add a new module] => Add a new module [List of modules] => List of modules [Update all] => Update all [Check for update] => Check for update [Help] => Help [(%s votes)] => (%s votes) [(%s vote)] => (%s vote) [Description] => Description [Merchant benefits] => Merchant benefits [Install module] => Install module [View on PrestaShop Addons] => View on PrestaShop Addons [v] => v [This module is available for free thanks to our partner.] => This module is available for free thanks to our partner. [Not Installed] => Not Installed [Installed] => Installed [More modules on addons.prestashop.com] => More modules on addons.prestashop.com [The controller %s is missing or invalid.] => The controller %s is missing or invalid. [Back to the previous page] => Back to the previous page [Go to the dashboard] => Go to the dashboard [Attachment] => Attachment [Category] => Category [Brand] => Brand [Supplier] => Supplier [Number of products:] => Number of products: [Product name] => Product name [Attribute name] => Attribute name [Supplier Reference] => Supplier Reference [Wholesale price] => Wholesale price [EAN13] => EAN13 [UPC] => UPC [Available Quantity] => Available Quantity [N/A] => N/A [EAN-13] => EAN-13 [%limit% for suhosin.post.max_vars.] => %limit% for suhosin.post.max_vars. [%limit% for suhosin.request.max_vars.] => %limit% for suhosin.request.max_vars. [You must use this syntax in your translations. Here are several examples:] => You must use this syntax in your translations. Here are several examples: [%d] => %d [Date range] => Date range [Custom] => Custom [to] => to [Compare to] => Compare to [Previous period] => Previous period [Previous Year] => Previous Year [Previous year] => Previous year [Sunday] => Sunday [Monday] => Monday [Tuesday] => Tuesday [Wednesday] => Wednesday [Thursday] => Thursday [Friday] => Friday [Saturday] => Saturday [Sun] => Sun [Mon] => Mon [Tue] => Tue [Wed] => Wed [Thu] => Thu [Fri] => Fri [Sat] => Sat [Su] => Su [Mo] => Mo [Tu] => Tu [We] => We [Th] => Th [Fr] => Fr [Sa] => Sa [January] => January [February] => February [March] => March [April] => April [May] => May [June] => June [July] => July [August] => August [September] => September [October] => October [November] => November [December] => December [Jan] => Jan [Feb] => Feb [Mar] => Mar [Apr] => Apr [May ] => May [Jun] => Jun [Jul] => Jul [Aug] => Aug [Sep] => Sep [Oct] => Oct [Nov] => Nov [Dec] => Dec [Customers] => Customers [Orders] => Orders [Income] => Income [Message] => Message [Traffic] => Traffic [Conversion] => Conversion [Group:] => Group: [All stores] => All stores [Add tag] => Add tag [Remove] => Remove [Now] => Now [Done] => Done [Choose Time] => Choose Time [Time] => Time [Hour] => Hour [Minute] => Minute [Group name] => Group name [No group created] => No group created [No records found] => No records found [Select all] => Select all [Unselect all] => Unselect all [Display] => Display [result(s)] => result(s) [From] => From [Please fill at least one field to perform a search in this list.] => Please fill at least one field to perform a search in this list. [Refresh list] => Refresh list [Show SQL query] => Show SQL query [Export to SQL Manager] => Export to SQL Manager [Shop group] => Store group [To] => To [and stay] => and stay [Multistore] => Multistore [Check / Uncheck all] => Check / Uncheck all [If you check a field, change its value, and save, the multistore behavior will not apply to this shop (or group), for this particular parameter.] => If you check a field, change its value, and save the multistore behavior will not apply to this store (or group), for this particular parameter. [(tax excl.)] => (tax excl.) [You can't change the value of this configuration field in the context of this shop.] => You can't change the value of this configuration field in the context of this store. [You can't change the value of this configuration field in this store's context.] => You can't change the value of this configuration field in this store's context. [Set required fields for this section] => Set required fields for this section [Required Fields] => Required Fields [Select the fields you would like to be required for this section.] => Select the fields you would like to be required for this section. [Field Name] => Field Name [All shops] => All stores [(%s selected)] => (%s selected) [Group: %s] => Group: %s [search...] => search... [Add files...] => Add files... [Add file...] => Add file... [Upload files] => Upload files [Upload file] => Upload file [You cannot have more than %s images in total. Please remove some of the current images before adding new ones.] => You cannot have more than %s images in total. Please remove some of the current images before adding new ones. [Remove file] => Remove file [File size] => File size [You have reached the limit (%s) of files to upload, please remove files to continue uploading] => You have reached the limit (%s) of files to upload, please remove files to continue uploading [Download current file] => Download current file [Add files] => Add files [Add file] => Add file [Download current file (%skb)] => Download current file (%skb) [You can upload a maximum of %s files] => You can upload a maximum of %s files [There are %d warnings:] => There are %d warnings: [123.45.67.89] => 123.45.67.89 [Oh no!] => Oh no! [The mobile version of this page is not available yet.] => The mobile version of this page is not available yet. [Please use a desktop computer to access this page, until is adapted to mobile.] => Please use a desktop computer to access this page, until is adapted to mobile. [Thank you.] => Thank you. [by name] => by name [by ip address] => by ip address [%s group] => %s group [List] => List [View details] => View details [Options] => Options [Generator] => Generator [%s: %s] => %s: %s [filter by %s] => filter by %s [%s deletion] => %s deletion [%s addition] => %s addition [%s modification] => %s modification [Do you really want to uninstall this module?] => Do you really want to uninstall this module? [Disable this module] => Disable this module [Enable this module for all shops] => Enable this module for all stores [Disable on mobiles] => Disable on mobiles [Disable on tablets] => Disable on tablets [Disable on computers] => Disable on computers [Display on mobiles] => Display on mobiles [Display on tablets] => Display on tablets [Display on computers] => Display on computers [This action will permanently remove the module from the server. Are you sure you want to do this?] => This action will permanently remove the module from the server. Are you sure you want to do this? [Comment:] => Comment: [Other Modules] => Other Modules [Module not found] => Module not found [Modules to update] => Modules to update [Translate this module] => Translate this module [Straight rows of keys are easy to guess] => Straight rows of keys are easy to guess [Short keyboard patterns are easy to guess] => Short keyboard patterns are easy to guess [Use a longer keyboard pattern with more turns] => Use a longer keyboard pattern with more turns [Repeats like "aaa" are easy to guess] => Repeats like "aaa" are easy to guess [Repeats like "abcabcabc" are only slightly harder to guess than "abc"] => Repeats like "abcabcabc" are only slightly harder to guess than "abc" [Sequences like abc or 6543 are easy to guess] => Sequences like "abc"or "6543" are easy to guess [Recent years are easy to guess] => Recent years are easy to guess [Dates are often easy to guess] => Dates are often easy to guess [This is a top-10 common password] => This is a top-10 common password [This is a top-100 common password] => This is a top-100 common password [This is a very common password] => This is a very common password [This is similar to a commonly used password] => This is similar to a commonly used password [A word by itself is easy to guess] => A word by itself is easy to guess [Names and surnames by themselves are easy to guess] => Names and surnames by themselves are easy to guess [Common names and surnames are easy to guess] => Common names and surnames are easy to guess [Very weak] => Very weak [Weak] => Weak [Average] => Average [Strong] => Strong [Very strong] => Very strong [Use a few words, avoid common phrases] => Use a few words, avoid common phrases [No need for symbols, digits, or uppercase letters] => No need for symbols, digits, or uppercase letters [Avoid repeated words and characters] => Avoid repeated words and characters [Avoid sequences] => Avoid sequences [Avoid recent years] => Avoid recent years [Avoid years that are associated with you] => Avoid years that are associated with you [Avoid dates and years that are associated with you] => Avoid dates and years that are associated with you [Capitalization doesn't help very much] => Capitalization doesn't help very much [All-uppercase is almost as easy to guess as all-lowercase] => All-uppercase is almost as easy to guess as all-lowercase [Reversed words aren't much harder to guess] => Reversed words aren't much harder to guess [Predictable substitutions like '@' instead of 'a' don't help very much] => Predictable substitutions like "@" instead of "a" don't help very much [Add another word or two. Uncommon words are better.] => Add another word or two. Uncommon words are better. [Sequences like "abc" or "6543" are easy to guess] => Sequences like "abc" or "6543" are easy to guess. [Predictable substitutions like "@" instead of "a" don't help very much] => Predictable substitutions like "@" instead of "a" don't help very much. [Guest client : ID] => Guest client: ID [General info] => General info [Gender] => Gender [Name] => Name [Birth date] => Birth date [Age] => Age [Email] => Email [Language] => Language [Creation account data] => Creation account data [Last visit] => Last visit [Siret] => Siret [Ape] => Ape [Company] => Company [Website] => Website [Addresses] => Addresses [Alias] => Alias [Address] => Address [Phone(s)] => Phone(s) [Country] => Country [Date] => Date [No addresses] => No addresses [Reference] => Reference [Payment] => Payment [Order state] => Order state [Total paid] => Total paid [No orders] => No orders [Products bought] => Products bought [Order ref] => Order ref [Product ref] => Product ref [Quantity] => Quantity [Carts] => Carts [Id] => Id [Total products] => Total products [No carts] => No carts [Product(s) still in cart] => Product(s) still in cart [Cart ID] => Cart ID [Product reference] => Product reference [No products] => No products [Messages] => Messages [IP] => IP [No messages] => No messages [Last connections] => Last connections [Origin request] => Origin request [Page viewed] => Page viewed [Time on the page] => Time on the page [IP address] => IP address [No connections] => No connections [Official GDPR compliance] => Official GDPR compliance [Make your store comply with the General Data Protection Regulation (GDPR).] => Make your store comply with the General Data Protection Regulation (GDPR). [Are you sure you want to uninstall this module?] => Are you sure you want to uninstall this module? [There was an error during the uninstallation. Please contact us through Addons website.] => There was an error during the uninstallation. Please contact us through Addons website. [There was an error on module uninstall. Please contact us through Addons website] => There was an error when uninstalling the module. Please contact us through the PrestaShop Addons website. [Data accessibility] => Data accessibility [How can a customer retrieve all of his personal data?] => How can a customer retrieve all of their personal data? [From his customer account, a new tab called My Personal Data is available and your customer can retrieve all of his personal data collected by your shop and installed modules, in PDF or CSV format.] => From their customer account, a new tab called "My Personal Data" is available. There, your customer can retrieve all personal data collected by your store and installed modules, in PDF or CSV format. [Customer consent] => Customer consent [There is no consent confirmation checkbox in the contact form. Isn't this a requirement?] => I can't find any consent confirmation checkbox in the contact form. Isn't this a requirement? [No, it is not a requirement as the customer gives consent by clicking on the Submit message button. Only a message is required to give your customers more information about the use of personal data on your website. We are currently working on a new version of the contact form, it will be available really soon for your online store.] => No, it is not a requirement because the customer gives consent by clicking on the "Submit message" button. Only a message is required to give your customers more information about the use of personal data on your website. We are currently working on a new version of the contact form, it will be available soon for your online store. [Data erasure] => Data erasure [How will a customer ask for all of his personal data to be deleted ?] => How can a customer ask for all of their personal data to be deleted? [The customer will send a message from the contact form for any rectification and erasure requests, justifying his request.] => The customer can send a message from the contact form for any rectification and erasure requests, justifying the request. [There is no Remove Data button in the customer account. Isn't this a requirement?] => There is no "Remove data" button in the customer account. Isn't this a requirement? [No, the Remove Data button in the customer account is not an obligation. For the data erasure requests, your customers can request data removal only under certain circumstances, that is the reason why we decided not to include an automatic Remove Data button in their customer account. They can, however, contact you anytime via your contact form, in this case, you can review their request and once you accept it, you will be able to remove their personal data directly in the configuration page of our Official GDPR Compliance module.] => No, the "Remove data" button in the customer account is not mandatory. Your customers can request data removal under certain circumstances only; that is the reason why we decided not to include an automatic "Remove data" button in their customer account. They can, however, contact you anytime via your contact form. In this case, you can review their request and, once you accept it, you will be able to remove their personal data directly from the configuration page of our Official GDPR Compliance module. [How to remove the personal data of a customer?] => How can I remove a customer's personal data? [If the request is valid, from the Personal Data Management tab of this module, any customer can be found by typing the first few letters of his name or email address in the search bar. Before deleting any data, we recommend you to download all the invoices of the involved customer. After deleting the data with the “Remove data” button, the customer’s orders can’t be legally deleted, they just won’t be linked to any account. This allows you to keep precise statistics of your shop.] => If the request is valid, you can find any customer by typing the first few letters of their name or email address in the search bar of the "Personal Data Management" tab of this module. Before deleting any data, we recommend you download all the invoices of the involved customer. After deleting the data with the “Remove data” button, the customer’s orders can’t be legally deleted — they just won’t be linked to any account. This allows you to keep precise statistics of your store. [After removing all personal data of a customer from my database, what will happen to his orders?] => After removing all personal data of a customer from my database, what will happen to their orders? [Due to other legal obligations, his orders will still be stocked but they are no longer associated with the customer. Only the name, shipping, and billing information must be kept in the order details page for legal reasons, invoicing, and accounting. According to the Rec.30;Art.7(1)(c)] => Due to other legal obligations, the customer's orders will still be saved but will no longer be associated with them. Only the name, shipping, and billing information must be kept on the order details page for legal reasons, invoicing, and accounting. According to the Rec.30;Art.7(1)(c) [Saved with success !] => Saved with success! [Customer data deleted by official GDPR module.] => Customer data deleted by the official GDPR module. [Generate password] => Generate password [Change password...] => Change password... [Current password] => Current password [New password] => New password [Confirm password] => Confirm password ) [AdminDashboardNotification] => Array ( [You are currently connected under the following domain name:] => You are currently connected under the following domain name: [This is different from the shop domain name set in the Multistore settings: "%s".] => This is different from the shop domain name set in the Multistore settings: "%s". [If this is your main domain, please {link}change it now{/link}.] => If this is your main domain, please {link}change it now{/link}. [This is different from the domain name set in the "SEO & URLs" tab.] => This is different from the domain name set in the "SEO & URLs" tab. ) [ModulesLegalcomplianceShop] => Array ( [Information] => Information ) [AdminDashboardFeature] => Array ( [Dashboard] => Dashboard [Demo mode] => Demo mode [Average bank fees per payment method] => Average bank fees per payment method [Average shipping fees per shipping method] => Average shipping fees per shipping method [Other settings] => Other settings [Average gross margin percentage] => Average gross margin percentage [Other fees per order] => Other fees per order ) [ModulesLinklistShop] => Array ( [Products] => Products [Our company] => Our company ) [ModulesNewproductsShop] => Array ( [New products] => New products [All new products] => All new products ) [ModulesCrosssellingShop] => Array ( [Customers who bought this product also bought:] => Customers who bought this product also bought: ) [AdminShippingFeature] => Array ( [Will be applied when the price is] => Will be applied when the price is [Will be applied when the weight is] => Will be applied when the weight is [Add new range] => Add new range [Ranges] => Ranges [inactive] => inactive [Carrier name:] => Carrier name: [This carrier will be proposed for those delivery zones:] => This carrier will be proposed for those delivery zones: [And it will be proposed for those client groups:] => And it will be proposed for those client groups: [Finally, this carrier will be proposed in those shops:] => Finally, this carrier will be proposed in those shops: [This carrier is %1$s and the transit time is %2$s.] => This carrier is %1$s and the transit time is %2$s. [free] => free [not free] => not free [This carrier can deliver orders from %1$s to %2$s.] => This carrier can deliver orders from %1$s to %2$s. [If the order is out of range, the behavior is to %3$s.] => If the order is out of range, the behavior is to %3$s. [The shipping cost is calculated %1$s and the tax rule %2$s will be applied.] => Shipping costs are calculated %1$s and the tax rule %2$s will be applied. [according to the price] => according to the price [according to the weight] => according to the weight [Add new carrier] => Add new carrier [Free shipping] => Free shipping [Pick up in-store] => Pick up in-store [Delivery next day!] => Delivery next day! [General settings] => General settings [Shipping locations and costs] => Shipping locations and costs [Size, weight, and group access] => Size, weight, and group access [Carrier name] => Carrier name [Tracking URL] => Tracking URL [Add handling costs] => Add handling costs [According to total price.] => According to total price. [According to total weight.] => According to total weight. [Apply the cost of the highest defined range] => Apply the cost of the highest defined range [Maximum package width (%s)] => Maximum package width (%s) [Maximum package height (%s)] => Maximum package height (%s) [Maximum package depth (%s)] => Maximum package depth (%s) [Maximum package weight (%s)] => Maximum package weight (%s) [Group access] => Group access [Transit time] => Transit time [Speed grade] => Speed grade [Billing] => Billing [Out-of-range behavior] => Out-of-range behavior [Disable carrier] => Disable carrier [Free Shipping] => Free Shipping [Apply shipping cost] => Apply shipping cost [Shipping and handling] => Shipping and handling [Default behavior] => Default behavior [According to total price] => According to total price [According to total weight] => According to total weight [Maximum package height] => Maximum package height [Maximum package width] => Maximum package width [Maximum package depth] => Maximum package depth [Maximum package weight] => Maximum package weight [Name:] => Name: [Delay] => Delay [Default carrier] => Default carrier [Handling charges] => Handling charges [Free shipping starts at] => Free shipping starts at [Manage your carriers] => Manage your carriers [Create carriers to let your customers choose their best shipping option in terms of delivery dates or fees. Start with editing/deleting the default "My carrier", and add as many options as you need.] => Create carriers to let your customers choose their best shipping option in terms of delivery dates or fees. Start with editing/deleting the default "My carrier", and add as many options as you need. [Carrier options] => Carrier options [Handling] => Handling [Tracking number] => Tracking number [Carrier] => Carrier [Carriers] => Carriers [Shipping cost] => Shipping cost ) [AdminNavigationMenu] => Array ( [Menu] => Menu [Invoices] => Invoices [Catalog] => Catalog [Sell] => Sell [Improve] => Improve [Configure] => Configure [More] => More [Modules & Services] => Modules & Services [Advanced Parameters] => Advanced Parameters [Attributes] => Attributes [Carriers] => Carriers [Carrier] => Carrier [Cart Rules] => Cart Rules [Catalog Price Rules] => Catalog Price Rules [Module Catalog] => Module Catalog [Page Categories] => Page Categories [Pages] => Pages [Combinations Generator] => Combinations Generator [Configuration] => Configuration [Contact] => Contact [Countries] => Countries [Customer Service] => Customer Service [Customer Settings] => Customer Settings [Dashboard] => Dashboard [Database] => Database [Employees] => Employees [Team] => Team [Features] => Features [General] => General [Groups] => Groups [Image Settings] => Image Settings [Images] => Images [Instant Stock Status] => Instant Stock Status [Languages] => Languages [Locations] => Locations [Login] => Login [Design] => Design [Brands & Suppliers] => Brands & Suppliers [Brands] => Brands [Marketing] => Marketing [Menus] => Menus [Merchandise Returns] => Merchandise Returns [Modules] => Modules [Monitoring] => Monitoring [Multistore] => Multistore [Order Settings] => Order Settings [Payment] => Payment [Permissions] => Permissions [Discounts] => Discounts [Quick Access] => Quick Access [Referrers] => Referrers [Search] => Search [Shipping] => Shipping [Shop Parameters] => Shop Parameters [Shop URLs] => Shop URLs [Shopping Carts] => Shopping Carts [Shops] => Shops [Stats] => Stats [Stock Coverage] => Stock Coverage [Stock Management] => Stock Management [Stock Movement] => Stock Movement [Stores] => Stores [Supply orders] => Supply orders [Tags] => Tags [Taxes] => Taxes [Theme Catalog] => Theme Catalog [Traffic & SEO] => Traffic & SEO [Warehouses] => Warehouses [Zones] => Zones [Modules Catalog] => Modules Catalog [Module Manager] => Module Manager [New & Experimental Features] => New & Experimental Features [Updates] => Updates [Alerts] => Alerts [Authorization Server] => Authorization Server [Files] => Files [DB Backup] => DB Backup [Categories] => Categories [Credit Slips] => Credit Slips [Currencies] => Currencies [Email] => Email [SEO & URLs] => SEO & URLs [Orders] => Orders [Products] => Products [Search Engines] => Search Engines [States] => States [Suppliers] => Suppliers [Tax Rules] => Tax Rules [Administration] => Administration [Import] => Import [Logs] => Logs [Performance] => Performance [Profiles] => Profiles [SQL Manager] => SQL Manager [Information] => Information [Contacts] => Contacts [Customers] => Customers [Maintenance] => Maintenance [Product Settings] => Product Settings [Titles] => Titles [Positions] => Positions [Geolocation] => Geolocation [Localization] => Localization [Payment Methods] => Payment Methods [Preferences] => Preferences [Stock] => Stock [Outstanding] => Outstanding [Order Messages] => Order Messages [Delivery Slips] => Delivery Slips [Translations] => Translations [International] => International [List of applications] => List of applications [Authorization Server Management] => Authorization Server Management [Order settings] => Order settings [Email Theme] => Email Theme [Webservice] => Webservice [Statuses] => Statuses [Theme & Logo] => Theme & Logo [Attributes & Features] => Attributes & Features [Addresses] => Addresses ) [ModulesFeaturedproductsAdmin] => Array ( [Featured products] => Featured products [Pick a category and highlight its items, enhance customer experience with a lively homepage.] => Pick a category and highlight its items, enhance customer experience with a lively homepage. [The number of products is invalid. Please enter a positive number.] => The number of products is invalid. Please enter a positive number. [The category ID is invalid. Please choose an existing category ID.] => The category ID is invalid. Please choose an existing category ID. [Invalid value for the "randomize" flag.] => Invalid value for the "randomize" flag. [To add products to your homepage, simply add them to the corresponding product category (default: "Home").] => To add products to your homepage, simply add them to the corresponding product category (default: "Home"). [Number of products to be displayed] => Number of products to be displayed [Set the number of products that you would like to display on homepage (default: 8).] => Set the number of products that you would like to display on homepage (default: 8). [Category from which to pick products to be displayed] => Category from which to pick products to be displayed [Randomly display featured products] => Randomly display featured products [Enable if you wish the products to be displayed randomly (default: no).] => Enable if you wish the products to be displayed randomly (default: no). ) [ModulesImagesliderAdmin] => Array ( [Image slider] => Image slider [Add sliding images to your homepage to welcome your visitors in a visual and friendly way.] => Add sliding images to your homepage to welcome your visitors in a visual and friendly way. [Invalid values] => Invalid values [Invalid slide] => Invalid slide [Invalid slide state.] => Invalid slide state. [Invalid slide ID] => Invalid slide ID [The title is too long.] => The title is too long. [The caption is too long.] => The caption is too long. [The URL is too long.] => The URL is too long. [The description is too long.] => The description is too long. [The URL format is not correct.] => The URL format is not correct. [Invalid filename.] => Invalid filename. [The URL is not set.] => The URL is not set. [The image is not set.] => The image is not set. [The configuration could not be updated.] => The configuration could not be updated. [The slide could not be added.] => The slide could not be added. [The slide could not be updated.] => The slide could not be updated. [Slide information] => Slide information [Target URL] => Target URL [Caption] => Caption [Speed] => Speed [The duration of the transition between two slides.] => The duration of the transition between two slides. [Pause on hover] => Pause on hover [Stop sliding when the mouse cursor is over the slideshow.] => Stop sliding when the mouse cursor is over the slideshow. [Loop forever] => Loop forever [Loop or stop after the last slide.] => Loop or stop after the last slide. [Since multiple languages are activated on your shop, please mind to upload your image for each one of them] => Since multiple languages are activated on your shop, please mind to upload your image for each one of them [You cannot manage slides items from a "All Shops" or a "Group Shop" context, select directly the shop you want to edit] => You cannot manage slides items from a "All Shops" or a "Group Shop" context, select directly the shop you want to edit [You can only edit this slide from the shop(s) context: %s] => You can only edit this slide from the shop(s) context: %s [You cannot add slides from a "All Shops" or a "Group Shop" context] => You cannot add slides from a "All Shops" or a "Group Shop" context [Unable to get slide shop association information (id_slide: %d)] => Unable to get slide shop association information (id_slide: %d) [The modifications will be applied to shop: %s] => The modifications will be applied to shop: %s [The modifications will be applied to this group: %s] => The modifications will be applied to this group: %s [The modifications will be applied to all shops and shop groups] => The modifications will be applied to all stores and store groups [This slide is shared with other shops! All shops associated to this slide will apply modifications made here] => This slide is shared with other shops! All shops associated to this slide will apply modifications made here [Slides list] => Slides list [Shared slide] => Shared slide ) [ModulesDistributionapiclientAdmin] => Array ( [Distribution API Client] => Distribution API Client [Download and upgrade PrestaShop's native modules.] => Download and upgrade PrestaShop's native modules. ) [ModulesCategoryproductsShop] => Array ( [%s other product in the same category:] => %s other product in the same category: [%s other products in the same category:] => %s other products in the same category: ) [AdminAdvparametersFeature] => Array ( [Menu] => Menu [No menu] => No menu [Import data from another shop] => Import data from another shop [Experimental product page] => Experimental product page [New product page - Single store] => New product page - Single store [New product page - Multistore] => New product page - Multistore [New product page] => New product page [Authorization server] => Authorization server [Catalog price rules] => Catalog price rules [Enable / Disable having more than one image format (jpg, webp, avif, png, etc.)] => Enable / Disable having more than one image format (jpg, webp, avif, png, etc.) [Countries] => Countries [States] => States [Carriers] => Carriers [Titles] => Titles [Tax rule groups] => Tax rule groups [Customer threads] => Customer threads [Order states] => Order states [Permissions] => Permissions [SuperAdmin] => SuperAdmin [Logistician] => Logistician [Translator] => Translator [Salesman] => Salesman [Webservice key created: %s] => Webservice key created: %s [Webservice key %s has been deleted] => Webservice key %s has been deleted [Supply Orders] => Supply Orders [Supply Order Details] => Supply Order Details [Product Reference] => Product Reference [Note] => Note [Supplier ID *] => Supplier ID * [Lang ID] => Lang ID [Warehouse ID *] => Warehouse ID * [Currency ID *] => Currency ID * [Supply Order Reference *] => Supply Order Reference * [Delivery Date (Y-M-D)*] => Delivery Date (Y-M-D)* [Discount rate] => Discount rate [Product ID *] => Product ID * [Product Attribute ID] => Product Attribute ID [Unit Price (tax excl.)*] => Unit Price (tax excl.)* [Quantity Expected *] => Quantity Expected * [Discount Rate] => Discount Rate [Tax Rate] => Tax Rate [Import .CSV data] => Import .CSV data [Advanced Stock Management] => Advanced Stock Management [Template] => Template [Customer ID] => Customer ID [Active (0/1)] => Active (0/1) [Customer email] => Customer email [Root category (0/1)] => Root category (0/1) [Product ID] => Product ID [Attribute (Name:Type:Position)] => Attribute (Name:Type:Position) [Value (Value:Position)] => Value (Value:Position) [Supplier reference] => Supplier reference [Default (0 = No, 1 = Yes)] => Default (0 = No, 1 = Yes) [Combination availability date] => Combination availability date [Choose among product images by position (1,2,3...)] => Choose among product images by position (1,2,3...) [UPC] => UPC [Minimal quantity] => Minimal quantity [Image URLs (x,y,z...)] => Image URLs (x,y,z...) [Image alt texts (x,y,z...)] => Image alt texts (x,y,z...) [Depends on stock] => Depends on stock [Warehouse] => Warehouse [EAN-13] => EAN-13 [Titles ID (Mr = 1, Ms = 2, else 0)] => Titles ID (Mr = 1, Ms = 2, else 0) [Birth date (yyyy-mm-dd)] => Birth date (yyyy-mm-dd) [Newsletter (0/1)] => Newsletter (0/1) [Partner offers (0/1)] => Partner offers (0/1) [Registration date (yyyy-mm-dd)] => Registration date (yyyy-mm-dd) [Groups (x,y,z...)] => Groups (x,y,z...) [Default group ID] => Default group ID [Categories (x,y,z...)] => Categories (x,y,z...) [Tax rule ID] => Tax rule ID [On sale (0/1)] => On sale (0/1) [Discount amount] => Discount amount [Discount percent] => Discount percent [Discount from (yyyy-mm-dd)] => Discount from (yyyy-mm-dd) [Discount to (yyyy-mm-dd)] => Discount to (yyyy-mm-dd) [Reference #] => Reference # [Supplier reference #] => Supplier reference # [Delivery time of out-of-stock products with allowed orders:] => Delivery time of out-of-stock products with allowed orders: [Additional shipping cost] => Additional shipping cost [Unit for the price per unit] => Unit for base price [Tags (x,y,z...)] => Tags (x,y,z...) [Rewritten URL] => Rewritten URL [Label when backorder allowed] => Label when backorder allowed [Available for order (0 = No, 1 = Yes)] => Available for order (0 = No, 1 = Yes) [Product availability date] => Product availability date [Product creation date] => Product creation date [Show price (0 = No, 1 = Yes)] => Show price (0 = No, 1 = Yes) [Delete existing images (0 = No, 1 = Yes)] => Delete existing images (0 = No, 1 = Yes) [Feature (Name:Value:Position:Customized)] => Feature (Name:Value:Position:Customized) [Available online only (0 = No, 1 = Yes)] => Available online only (0 = No, 1 = Yes) [Customizable (0 = No, 1 = Yes)] => Customizable (0 = No, 1 = Yes) [Uploadable files (0 = No, 1 = Yes)] => Uploadable files (0 = No, 1 = Yes) [Text fields (0 = No, 1 = Yes)] => Text fields (0 = No, 1 = Yes) [Action when out of stock] => Action when out of stock [Virtual product (0 = No, 1 = Yes)] => Virtual product (0 = No, 1 = Yes) [File URL] => File URL [Expiration date (yyyy-mm-dd)] => Expiration date (yyyy-mm-dd) [Number of days] => Number of days [Accessories (x,y,z...)] => Accessories (x,y,z...) [Active (0/1)] => Active (0/1) [Image URL] => Image URL [Address (2)] => Address (2) [Latitude] => Latitude [Longitude] => Longitude [Hours (x,y,z...)] => Hours (x,y,z...) [ID / Name of group shop] => ID / Name of the group of stores [Ignore this column] => Ignore this column [Store contacts] => Store contacts [Back office connection from %ip%] => Back office connection from %ip% [%class_name% addition] => %class_name% addition [Edit this SQL query] => Edit this SQL query [Select your default file encoding] => Select your default file encoding [SQL query name] => SQL query name [Attribute groups] => Attribute groups [Cart rules] => Cart rules [Contact information] => Contact information [Discount prices] => Discount prices [Module hooks] => Module hooks [Meta information] => Meta information [Product combinations] => Product combinations [Available quantities for sale] => Available quantities for sale [Warehouses] => Warehouses [Webservice accounts] => Webservice accounts [Tax rules groups] => Tax rules groups [Import data] => Import data [Choose the source shop] => Choose the source shop [Choose data to import] => Choose data to import [Shop groups list] => Store groups list [Choose the source store] => Choose the source store [Store groups list] => Store groups list [Customer groups] => Customer groups [Shop group] => Store group [Multistore options] => Multistore options [Default shop] => Default shop [Add a new shop group] => Add a new store group [Add a new shop] => Add a new store [Shop group name] => Store group name [Share customers] => Share customers [Share available quantities for sale] => Share available quantities for sale [Share available quantities between shops of this group. When changing this option, all available products quantities will be reset to 0.] => Share available quantities between stores of this group. When changing this option, all available product quantities will be reset to 0. [Share orders] => Share orders [Store group] => Store group [Default store] => Default store [Add a new group of stores] => Add a new group of stores [Add a new store] => Add a new store [Name of the store group] => Name of the store group [Multistore tree] => Multistore tree [Shop URL ID] => Shop URL ID [Shop name] => Store name [Is it the main URL?] => Is it the main URL? [URL options] => URL options [Is it the main URL for this shop?] => Is it the main URL for this shop? [Shop URL] => Shop URL [Domain] => Domain [SSL Domain] => SSL Domain [Physical URL] => Physical URL [Virtual URL] => Virtual URL [Final URL] => Final URL [Edit this shop] => Edit this shop [Add a new URL] => Add a new URL [Store URL ID] => Store URL ID [Store name] => Store name [Is it the main URL for this store?] => Is it the main URL for this store? [Store URL] => Store URL [Edit this store] => Edit this store [Statistics] => Statistics [Notifications] => Notifications [Both] => Both [This is a test message. Your server is now configured to send email.] => This is a test message. Your server is now configured to send email. [Test message -- Prestashop] => Test message -- Prestashop [Error: Please check your configuration] => Error: Please check your configuration [An error has occurred. Please check your configuration] => An error has occurred. Please check your configuration. [%key% (missing description)] => %key% (missing description) [Use /usr/sbin/sendmail (recommended; works in most cases)] => Use /usr/sbin/sendmail (recommended; works in most cases) [Set my own SMTP parameters (for advanced users ONLY)] => Set my own SMTP parameters (for advanced users ONLY) [Never send emails (may be useful for testing purposes)] => Never send emails (may be useful for testing purposes) [View (GET)] => View (GET) [Modify (PUT)] => Modify (PUT) [Add (POST)] => Add (POST) [Patch (PATCH)] => Patch (PATCH) [Delete (DELETE)] => Delete (DELETE) [Fast view (HEAD)] => Fast view (HEAD) [Refresh list] => Refresh list [Age] => Age [Recipient] => Recipient [Subject] => Subject [Sent] => Sent [Erase all] => Erase all [Severity (1-4)] => Severity (1-4) [Object type] => Object type [Object ID] => Object ID [Error code] => Error code [Last update] => Last update [Employee ID] => Employee ID [Key] => Key [Key description] => Key description [ID / Name of shop] => ID / Name of shop [Advanced stock management] => Advanced stock management [Product reference] => Product reference [EAN13] => EAN13 [New & Experimental Features] => New & Experimental Features [Add new profile] => Add new profile [Combination reference] => Combination reference [Memcached via PHP::Memcache] => Memcached via PHP::Memcache [Memcached via PHP::Memcached] => Memcached via PHP::Memcached [APC] => APC [Xcache] => Xcache [Use cache] => Use cache [Caching system] => Caching system [Smart cache for CSS] => Smart cache for CSS [Smart cache for JavaScript] => Smart cache for JavaScript [Apache optimization] => Apache optimization [Disable all overrides] => Disable all overrides [Enable or disable all classes and controllers overrides.] => Enable or disable all classes and controllers overrides. [Debug profiler] => Debug profiler [Media server #1] => Media server #1 [Media server #2] => Media server #2 [Media server #3] => Media server #3 [Clear cache] => Clear cache [Never clear cache files] => Never clear cache files [Clear cache everytime something has been modified] => Clear cache everytime something has been modified [Never recompile template files] => Never recompile template files [Recompile templates if the files have been updated] => Recompile templates if the files have been updated [Force compilation] => Force compilation [Template compilation] => Template compilation [Cache] => Cache [Should be enabled except for debugging.] => Should be enabled except for debugging. [Multi-front optimizations] => Multi-front optimizations [Lifetime of front office cookies] => Lifetime of front office cookies [Lifetime of back office cookies] => Lifetime of back office cookies [Automatically check for module updates] => Automatically check for module updates [Check the cookie's IP address] => Check the cookie's IP address [Cookie SameSite] => Cookie SameSite [Show notifications for new orders] => Show notifications for new orders [Show notifications for new customers] => Show notifications for new customers [Show notifications for new messages] => Show notifications for new messages [Maximum size for attached files] => Maximum size for attached files [Maximum size for a downloadable product] => Maximum size for a downloadable product [Maximum size for a product's image] => Maximum size for a product's image [megabytes] => megabytes [Ignore statistics tables] => Ignore statistics tables [Drop existing tables during import] => Drop existing tables during import [DKIM domain] => DKIM domain [DKIM selector] => DKIM selector [DKIM private key] => DKIM private key [Send email in HTML format] => Send email in HTML format [Send email in text format] => Send email in text format [Log Emails] => Log Emails [DKIM signing] => DKIM signing [Enable the store name as a prefix in the email's subject] => Enable the store name as a prefix in the email's subject [Send emails to] => Send emails to [None] => None [TLS] => TLS [SSL] => SSL [Email domain name] => Email domain name [SMTP server] => SMTP server [SMTP username] => SMTP username [SMTP password] => SMTP password [Encryption] => Encryption [Send a test email to] => Send a test email to [minutes] => minutes [Password regeneration] => Password regeneration [Security: Minimum time to wait between two password changes.] => Security: Minimum time to wait between two password changes. [Memorize the language used in Admin panel forms] => Memorize the language used in Admin panel forms [Allow employees to select a specific language for the Admin panel form.] => Allow employees to select a specific language for the Admin panel form. [Permission profile] => Permission profile [Default page] => Default page [Please name your data matching configuration in order to save it.] => Please name your data matching configuration in order to save it. [What do you want to import?] => What do you want to import? [Select a file to import] => Select a file to import [Language of the file] => Language of the file [Field separator] => Field separator [Multiple value separator] => Multiple value separator [Delete all [1]categories[/1] before import] => Delete all [1]categories[/1] before import [Use product reference as key] => Use product reference as key [Skip thumbnails regeneration] => Skip thumbnails regeneration [Force all ID numbers] => Force all ID numbers [Send notification email] => Send notification email [Next step] => Next step [Minimum severity level] => Minimum severity level [Enable multi-statements queries] => Enable multi-statements queries [Back office token protection] => Back office token protection [0 - Extremely guessable] => 0 - Extremely guessable [1 - Very guessable] => 1 - Very guessable [2 - Somewhat guessable] => 2 - Somewhat guessable [3 - Safely unguessable] => 3 - Safely unguessable [4 - Very unguessable] => 4 - Very unguessable [Minimum length] => Minimum length [Maximum length] => Maximum length [Minimum password security score] => Minimum password security score [Enable PrestaShop's webservice] => Enable PrestaShop's webservice [Enable CGI mode for PHP] => Enable CGI mode for PHP [Webservice account key.] => Webservice account key. [Enable webservice key] => Enable webservice key [Current password] => Current password [New password] => New password [Confirm password] => Confirm password [Download the backup file (%s MB)] => Download the backup file (%s MB) [Tip: You can also download this file from your FTP server. Backup files are located in the "/adminXXXX/backups" directory.] => Tip: You can also download this file from your FTP server. Backup files are located in the "/adminXXXX/backups" directory. [Backup options] => Backup options [Available fields] => Available fields [* Required field] => * Required field [History of uploaded files] => History of uploaded files [Download] => Download [Choose from history / FTP] => Choose from history / FTP [Download sample csv files] => Download sample csv files [Back to the dashboard] => Back to the dashboard [Test your email configuration] => Test your email configuration [A test email has been sent to the email address you provided.] => A test email has been sent to the email address you provided. [Send a test email] => Send a test email [Employee options] => Employee options [Employees] => Employees [Manage your team] => Manage your team [Create profiles for your employees with specific rights. SuperAdmin can access the entire store while other people can only be dedicated to the catalog or orders pages.] => Create profiles for your employees with specific rights. SuperAdmin can access the entire store while other people can only be dedicated to the catalog or orders pages. [Edit: %lastname% %firstname%] => Edit: %lastname% %firstname% [Add new employee] => Add new employee [New features] => New features [Experimental features] => Experimental features [Match your data] => Match your data [Please match each column of your source file to one of the destination columns.] => Please match each column of your source file to one of the destination columns. [Load a data matching configuration] => Load a data matching configuration [Save your data matching configuration] => Save your data matching configuration [Rows to skip] => Rows to skip [Indicate how many of the first rows of your file should be skipped when importing the data. For instance set it to 1 if the first row of your file contains headers.] => Indicate how many of the first rows of your file should be skipped when importing the data. For instance set it to 1 if the first row of your file contains headers. [Two columns cannot have the same type of values] => Two columns cannot have the same type of values [This column must be set:] => This column must be set: [Meaning of severity levels:] => Meaning of severity levels: [Logs by email] => Logs by email [No module] => No module [Profile] => Profile [List of MySQL Tables] => List of MySQL Tables [Please choose a table.] => Please choose a table. [Add table name to SQL query] => Add table name to SQL query [List of attributes for this MySQL table] => List of attributes for this MySQL table [Add attribute to SQL query] => Add attribute to SQL query [Action] => Action [SQL query] => SQL query [Add new SQL query] => Add new SQL query [SQL query result] => SQL query result [Outdated sessions] => Outdated sessions [Clear outdated sessions manually] => Clear outdated sessions manually [Clear] => Clear [Password policy] => Password policy [0 means the password is extremely easy to guess (within 10^3 guesses). Dictionary words like "password" or "mother" score 0.] => 0 means the password is extremely easy to guess (within 10^3 guesses). Dictionary words like "password" or "mother" score 0. [1 is still very easy to guess (guesses lesser than 10^6). An extra character on a dictionary word can score 1.] => 1 is still very easy to guess (guesses less than 10^6). An extra character on a dictionary word can score 1. [2 is pretty easy to guess (guesses lesser than 10^8). It provides some protection from unthrottled online attacks.] => 2 is pretty easy to guess (guesses less than 10^8). It provides some protection from unthrottled online attacks. [3 is safely unguessable (guesses lesser than 10^10). It offers moderate protection from offline slow-hash scenario.] => 3 is safely unguessable (guesses less than 10^10). It offers moderate protection from offline slow-hash scenario. [4 is very unguessable (guesses greater than or equal to 10^10) and provides strong protection from offline slow-hash scenario.] => 4 is very unguessable (guesses greater than or equal to 10^10) and provides strong protection from offline slow-hash scenario. [1 is still very easy to guess (guesses less than 10^6). An extra character on a dictionary word can score 1.] => 1 is still very easy to guess (guesses less than 10^6). An extra character on a dictionary word can score 1. [2 is pretty easy to guess (guesses less than 10^8). It provides some protection from unthrottled online attacks.] => 2 is pretty easy to guess (guesses less than 10^8). It provides some protection from unthrottled online attacks. [3 is safely unguessable (guesses less than 10^10). It offers moderate protection from offline slow-hash scenario.] => 3 is safely unguessable (guesses less than 10^10). It offers moderate protection from offline slow-hash scenario. [Webservice Accounts] => Webservice Accounts [Set the resource permissions for this key:] => Set the resource permissions for this key: [Add new webservice key] => Add new webservice key [Webservice status] => Webservice status [Webservice is enabled. Main entry point is] => Webservice is enabled. Main entry point is [It seems that the webservice endpoint is not functional. If you are using httpd/apache2, you need to enable URL rewriting on your server.] => It seems that the webservice endpoint is not functional. If you are using httpd/apache2, you need to enable URL rewriting on your server. [Read the [1]developer documentation[/1].] => Read the [1]developer documentation[/1]. [Upload quota] => Upload quota [Port] => Port [IP Address] => IP Address [Weight] => Weight [Add server] => Add server [Add Server] => Add Server [Test Server] => Test Server [Debug mode] => Debug mode [Smarty] => Smarty [Modules] => Modules [Disable non built-in modules] => Disable non built-in modules [Optional features] => Optional features [CCC (Combine, Compress and Cache)] => CCC (Combine, Compress and Cache) [Media servers (use only with CCC)] => Media servers (use only with CCC) [You must enter another domain, or subdomain, in order to use cookieless static content.] => You must enter another domain, or subdomain, in order to use cookieless static content. [Caching] => Caching [Disable all non-built-in modules?] => Disable all non-built-in modules? [Configuration information] => Configuration information [This information must be provided when you report an issue on GitHub or on the forum.] => This information must be provided when you report an issue on GitHub or on the forum. [Server information] => Server information [Server information:] => Server information: [Server software version:] => Server software version: [PHP version:] => PHP version: [Memory limit:] => Memory limit: [Max execution time:] => Max execution time: [Upload Max File size:] => Upload Max File size: [PageSpeed module for Apache installed (mod_instaweb)] => PageSpeed module for Apache installed (mod_instaweb) [Database information] => Database information [MySQL version:] => MySQL version: [MySQL server:] => MySQL server: [MySQL name:] => MySQL name: [MySQL user:] => MySQL user: [Tables prefix:] => Tables prefix: [MySQL engine:] => MySQL engine: [MySQL driver:] => MySQL driver: [List of overrides] => List of overrides [Store information] => Store information [PrestaShop version:] => PrestaShop version: [Shop URL:] => Shop URL: [Shop path:] => Shop path: [Current theme in use:] => Current theme in use: [Mail configuration] => Mail configuration [Mail method:] => Mail method: [You are using /usr/sbin/sendmail] => You are using /usr/sbin/sendmail [You are using your own SMTP parameters.] => You are using your own SMTP parameters. [SMTP server:] => SMTP server: [SMTP username:] => SMTP username: [Defined] => Defined [Not defined] => Not defined [SMTP password:] => SMTP password: [Encryption:] => Encryption: [SMTP port:] => SMTP port: [Your information] => Your information [Your web browser:] => Your web browser: [Check your configuration] => Check your configuration [Required parameters:] => Required parameters: [Optional parameters:] => Optional parameters: [List of changed files] => List of changed files [You must provide this information when reporting an issue on GitHub or on the forum.] => You must provide this information when reporting an issue on GitHub or on the forum. [No overrides have been found.] => No overrides have been found. [Straight rows of keys are easy to guess] => Straight rows of keys are easy to guess [Short keyboard patterns are easy to guess] => Short keyboard patterns are easy to guess [Use a longer keyboard pattern with more turns] => Use a longer keyboard pattern with more turns [Repeats like "aaa" are easy to guess] => Repeats like "aaa" are easy to guess [Repeats like "abcabcabc" are only slightly harder to guess than "abc"] => Repeats like "abcabcabc" are only slightly harder to guess than "abc" [Sequences like abc or 6543 are easy to guess] => Sequences like abc or 6543 are easy to guess [Recent years are easy to guess] => Recent years are easy to guess [Dates are often easy to guess] => Dates are often easy to guess [This is a top-10 common password] => This is a top-10 common password [This is a top-100 common password] => This is a top-100 common password [This is a very common password] => This is a very common password [This is similar to a commonly used password] => This is similar to a commonly used password [A word by itself is easy to guess] => A word by itself is easy to guess [Names and surnames by themselves are easy to guess] => Names and surnames by themselves are easy to guess [Common names and surnames are easy to guess] => Common names and surnames are easy to guess [Very weak] => Very weak [Weak] => Weak [Average] => Average [Strong] => Strong [Very strong] => Very strong [Use a few words, avoid common phrases] => Use a few words, avoid common phrases [No need for symbols, digits, or uppercase letters] => No need for symbols, digits, or uppercase letters [Avoid repeated words and characters] => Avoid repeated words and characters [Avoid sequences] => Avoid sequences [Avoid recent years] => Avoid recent years [Avoid years that are associated with you] => Avoid years that are associated with you [Avoid dates and years that are associated with you] => Avoid dates and years that are associated with you [Capitalization doesn't help very much] => Capitalization doesn't help very much [All-uppercase is almost as easy to guess as all-lowercase] => All-uppercase is almost as easy to guess as all-lowercase [Reversed words aren't much harder to guess] => Reversed words aren't much harder to guess [Predictable substitutions like '@' instead of 'a' don't help very much] => Predictable substitutions like '@' instead of 'a' don't help very much [Add another word or two. Uncommon words are better.] => Add another word or two. Uncommon words are better. [Enter a password between %d and %d characters] => Enter a password between %d and %d characters [The minimum score must be: %s] => The minimum score must be: %s [Sequences like "abc" or "6543" are easy to guess] => Sequences like "abc" or "6543" are easy to guess. [Predictable substitutions like "@" instead of "a" don't help very much] => Predictable substitutions like "@" instead of "a" don't help very much. [File size] => File size [Price tax excluded] => Price tax excluded [Price tax included] => Price tax included [Price per unit] => Base price ) [AdminCatalogFeature] => Array ( [Texture] => Texture [Apply a discount] => Apply a discount [Percent (%)] => Percent (%) [Apply a discount to] => Apply a discount to [Order (without shipping)] => Order (without shipping) [Specific product] => Specific product [Cheapest product] => Cheapest product [Selected product(s)] => Selected product(s) [Exclude discounted products] => Exclude discounted products [Send a free gift] => Send a free gift [Search a product] => Search a product [Matching products] => Matching products [Available combinations] => Available combinations [Country selection] => Country selection [Carrier selection] => Carrier selection [Customer group selection] => Customer group selection [Store selection] => Store selection [Limit to a single customer] => Limit to a single customer [Valid] => Valid [Minimum amount] => Minimum amount [Shipping excluded] => Shipping excluded [Shipping included] => Shipping included [Total available] => Total available [Total available for each user] => Total available for each user [Restrictions] => Restrictions [Unselected countries] => Unselected countries [Selected countries] => Selected countries [Unselected carriers] => Unselected carriers [Selected carriers] => Selected carriers [Unselected groups] => Unselected groups [Selected groups] => Selected groups [Compatibility with other cart rules] => Compatibility with other cart rules [Uncombinable cart rules] => Uncombinable cart rules [Combinable cart rules] => Combinable cart rules [Product selection] => Product selection [Unselected shops] => Unselected shops [Selected shops] => Selected shops [Cart rule] => Cart rule [Information] => Information [Now] => Now [Done] => Done [Choose Time] => Choose Time [Time] => Time [Minute] => Minute [Conditions] => Conditions [Highlight] => Highlight [Partial use] => Partial use [Number of products required in the cart to enjoy the discount:] => Number of products required in the cart to enjoy the discount: [Attachment] => Attachment [Product name] => Product name [Add a new condition group] => Add a new condition group [Add condition] => Add condition [Condition group] => Condition group [MPN] => MPN [Root] => Root [Home] => Home [Increase] => Increase [Decrease] => Decrease [Customer Order] => Customer Order [Adjustment following an inventory of stock] => Adjustment following an inventory of stock [Transfer to another warehouse] => Transfer to another warehouse [Transfer from another warehouse] => Transfer from another warehouse [Supply Order] => Supply Order [Product Return] => Product return [Manual Entry] => Manual Entry [Values] => Values [Value] => Value [Color or texture] => Color or texture [Public name] => Public name [Attribute type] => Attribute type [Attribute group] => Attribute group [Current texture] => Current texture [Add new values] => Add new values [Add New Attributes] => Add New Attributes [Edit New Attribute] => Edit New Attribute [Add New Attribute] => Add New Attribute [Edit value] => Edit value [Save then add another value] => Save then add another value [Color] => Color [Attributes] => Attributes [Payment:] => Payment: [Cart Rules] => Cart Rules [Open] => Open [Messages] => Messages [Private] => Private [Last message] => Last message [Contact options] => Contact options [Allow file uploading] => Allow file uploading [Default message] => Default message [Customer service options] => Customer service options [IMAP URL] => IMAP URL [IMAP port] => IMAP port [IMAP user] => IMAP user [IMAP password] => IMAP password [Delete messages] => Delete messages [Create new threads] => Create new threads [IMAP options] => IMAP options [Total threads] => Total threads [Threads pending] => Threads pending [Total number of customer messages] => Total number of customer messages [Total number of employee messages] => Total number of employee messages [Unread threads] => Unread threads [Closed threads] => Closed threads [Pending Discussion Threads] => Pending Discussion Threads [Average Response Time] => Average Response Time [Messages per Thread] => Messages per Thread [Reply to the next unanswered message in this thread] => Reply to the next unanswered message in this thread [Mark as "handled"] => Mark as "handled" [Re-open] => Re-open [Mark as "pending 1" (will be answered later)] => Mark as "pending 1" (will be answered later) [Disable pending status] => Disable pending status [Mark as "pending 2" (will be answered later)] => Mark as "pending 2" (will be answered later) [Message to:] => Message to: [Product:] => Product: [Status:] => Status: [Closed] => Closed [Pending 1] => Pending 1 [Pending 2] => Pending 2 [Message forwarded to] => Message forwarded to [Edit New Feature] => Edit New Feature [Add New Feature] => Add New Feature [Feature value] => Feature value [Add a new feature value] => Add a new feature value [Add new feature] => Add new feature [Impact on weight] => Impact on weight [Short description] => Short description [Condition] => Condition [Low stock level] => Low stock level [Label when in stock] => Label when in stock [Delivery time of in-stock products:] => Delivery time of in-stock products: [Number of allowed downloads] => Number of allowed downloads [Category root] => Category root [Reduction with or without taxes] => Reduction with or without taxes [Beginning] => Beginning [End] => End [Reduction type] => Reduction type [Leave initial price] => Leave initial price [Number of products] => Number of products [Average number of products per category] => Average number of products per category [Disabled Categories] => Disabled Categories [Empty Categories] => Empty Categories [Top Category] => Top Category [All combinations] => All combinations [copy of %s] => copy of %s [Comment:] => Comment: [Opened] => Opened [Default delivery time: [1]%delivery_time% - %oos_delivery_time%[/1] [2]Edit delivery time[/2]] => Default delivery time: [1]%delivery_time% - %oos_delivery_time%[/1] [2]Edit delivery time[/2] [None] => None [Use default behavior] => Use default behavior [Allow orders] => Allow orders [Deny orders] => Deny orders [Decrement pack only.] => Decrement pack only. [Decrement products in pack only.] => Decrement products in pack only. [Decrement both.] => Decrement both. [New] => New [Used] => Used [Refurbished] => Refurbished [A physical product that needs to be shipped.] => A physical product that needs to be shipped. [A product with different variations (size, color, etc.) from which customers can choose.] => A product with different variations (size, color, etc.) from which customers can choose. [A collection of products from your catalog.] => A collection of products from your catalog. [An intangible product that doesn't require shipping. You can also add a downloadable file.] => An intangible product that doesn't require shipping. You can also add a downloadable file. [Pack of products] => Pack of products [Standard product] => Standard product [Customers can access the product by browsing the catalog, using the search bar, or the link.] => Customers can access the product by browsing the catalog, using the search bar, or the link. [Customers can access the product only by browsing the catalog. This is particularly useful to avoid displaying too many similar products in a search.] => Customers can access the product only by browsing the catalog. This is particularly useful to avoid displaying too many similar products in a search. [Customers can access the product only by using the search bar.] => Customers can access the product only by using the search bar. [Only customers with the link can access the product.] => Only customers with the link can access the product. [Everywhere] => Everywhere [Catalog only] => Catalog only [Search only] => Search only [Nowhere] => Nowhere [product(s)] => product(s) [Cart rules] => Cart rules [Products] => Products [List of disabled products] => List of disabled products [List of empty categories] => List of empty categories [List of products with combinations but without available quantities for sale] => List of products with combinations but without available quantities for sale [List of products without combinations and without available quantities for sale] => List of products without combinations and without available quantities for sale [List of products without description and summary] => List of products without description and summary [List of products without images] => List of products without images [List of products without price] => List of products without price [%product_name%: %combination_details%] => %product_name%: %combination_details% [Cover image] => Cover image [%price% (tax incl.)] => %price% (tax incl.) [%price% (tax excl.)] => %price% (tax excl.) [Add new root category] => Add new root category [Add new category] => Add new category [Low stock alert] => Low stock alert [Combination name] => Combination name [Physical quantity] => Physical quantity [Reserved quantity] => Reserved quantity [Category name] => Category name [Parent of the category] => Parent of the category [Please select a file] => Please select a file [ISBN code] => ISBN code [Min. quantity for sale] => Min. quantity for sale [Select images of this combination:] => Select images of this combination: [Final price] => Final price [Impact on price per unit (tax excl.)] => Impact on price per unit (tax excl.) [Set as default combination] => Set as default combination [Impact on price (tax incl.)] => Impact on price (tax incl.) [Ecotax (tax incl.)] => Ecotax (tax incl.) [Send me an email when the quantity is below or equals this level] => Send me an email when the quantity is below or equals this level [Stock location] => Stock location [Availability date] => Availability date [Cost Price] => Cost Price [Minimum quantity] => Minimum quantity [Add products to your pack] => Add products to your pack [Choose a brand] => Choose a brand [Pre-tax retail price] => Pre-tax retail price [Retail price with tax] => Retail price with tax [Add a new category] => Add a new category [Accessories] => Accessories [Invalid characters are: %invalidCharacters%] => Invalid characters are: %invalidCharacters% [Default category] => Default category [This field contains invalid characters: %invalidCharacters%] => This field contains invalid characters: %invalidCharacters% [UPC barcode] => UPC barcode [EAN-13 or JAN barcode] => EAN-13 or JAN barcode [Display options] => Display options [Default suppliers] => Default suppliers [Attachments for this product:] => Attachments for this product: [ISBN] => ISBN [Display condition on product page] => Display condition on product page [Available for order] => Available for order [Show price] => Show price [Web only (not sold in your retail store)] => Web only (not sold in your retail store) [No tax] => No tax [Apply to all products] => Apply to all products [Display the "On sale!" flag on the product page, and on product listings.] => Display the "On sale!" flag on the product page, and on product listings. [Retail price (tax excl.)] => Retail price (tax excl.) [Retail price (tax incl.)] => Retail price (tax incl.) [Retail price per unit (tax excl.)] => Retail price per unit (tax excl.) [Create combinations] => Create combinations [I want to use the advanced stock management system for this product.] => I want to use the advanced stock management system for this product. [The available quantities for the current product and its combinations are based on the stock in your warehouse (using the advanced stock management system). ] => The available quantities for the current product and its combinations are based on the stock in your warehouse (using the advanced stock management system). [I want to specify available quantities manually.] => I want to specify available quantities manually. [Label when out of stock (and backorders allowed)] => Label when out of stock (and backorders allowed) [When out of stock] => When out of stock [Minimum quantity for sale] => Minimum quantity for sale [Add downloadable file] => Add downloadable file [Pack stock behavior] => Pack stock behavior [No redirection (404)] => No redirection (404) [No redirection (410)] => No redirection (410) [Target] => Target [Meta title] => Meta title [Meta description] => Meta description [Target product] => Target product [Target category] => Target category [Redirection when offline] => Redirection when offline [Permanent redirection to a category (301)] => Permanent redirection to a category (301) [Temporary redirection to a category (302)] => Temporary redirection to a category (302) [Permanent redirection to a product (301)] => Permanent redirection to a product (301) [Temporary redirection to a product (302)] => Temporary redirection to a product (302) [Default behavior from configuration] => Default behavior from configuration [No redirection (200), display product] => No redirection (200), display product [No redirection (404), display product] => No redirection (404), display product [No redirection (410), display product] => No redirection (410), display product [No redirection (404), display error page] => No redirection (404), display error page [No redirection (410), display error page] => No redirection (410), display error page [Friendly URL] => Friendly URL [Specific delivery time to this product] => Specific delivery time to this product [Default delivery time] => Default delivery time [Delivered within 3-4 days] => Delivered within 3-4 days [Delivery time of out-of-stock products with allowed orders:] => Delivery time of out-of-stock products with allowed orders: [Delivered within 5-7 days] => Delivered within 5-7 days [Width] => Width [Height] => Height [Depth] => Depth [Weight] => Weight [Delivery time] => Delivery time [Shipping fees] => Shipping fees [Available carriers] => Available carriers [Add customer] => Add customer [Apply to all combinations] => Apply to all combinations [Available from] => Available from [Starting at] => Starting at [Unit(s)] => Unit(s) [Product price (tax excl.)] => Product price (tax excl.) [Reduction tax] => Reduction tax [Number of days] => Number of days [Stored] => Stored [Location (optional)] => Location (optional) [Add categories] => Add categories [Minimum order quantity] => Minimum order quantity [Edit fixed quantity] => Edit fixed quantity [You can bulk edit the selected combinations by enabling and filling each field that needs to be updated.] => You can bulk edit the selected combinations by enabling and filling each field that needs to be updated. [Edit combination: ] => Edit combination: [You can specify which images should be displayed when customer selects this combination. If you don't select any image, all will be displayed. The default image of the combination will be the first one selected from the list.] => You can specify which images should be displayed when customer selects this combination. If you don't select any image, all will be displayed. The default image of the combination will be the first one selected from the list. [Manage product combinations] => Manage product combinations [Final retail price (tax excl.)] => Final retail price (tax excl.) [Final retail price (tax incl.)] => Final retail price (tax incl.) [Impact on price per unit (tax incl.)] => Impact on price per unit (tax incl.) [Related products] => Related products [Description] => Description [No brand] => No brand [Details] => Details [Choose a value] => Choose a value [Pre-defined value] => Pre-defined value [OR Customized value] => OR Customized value [Choose a feature] => Choose a feature [Choose a value or provide a customized one] => Choose a value or provide a customized one [References] => References [Custom value] => Custom value [New product] => New product [Caption] => Caption [[1]%filesNb%[/1] selected file(s)] => [1]%filesNb%[/1] selected file(s) [Use as cover image] => Use as cover image [Manage images] => Manage images [Product has no images.] => Product has no images. [Image] => Image [Images will be deleted.] => Images will be deleted. [[1]{filesNb}[/1] selected file(s)] => [1]{filesNb}[/1] selected file(s) [Image is not associated to this store] => Image is not associated to this store [Options] => Options [No files attached] => No files attached [[1]Manage all files[/1]] => [1]Manage all files[/1] [[1]Manage catalog price rules[/1]] => [1]Manage catalog price rules[/1] [%price% tax excl.] => %price% tax excl. [%price% tax incl.] => %price% tax incl. [%price% %unity%] => %price% %unity% [%price% margin] => %price% margin [%margin_rate%% margin rate] => %margin_rate%% margin rate [%price% cost price] => %price% cost price [Show catalog price rules] => Show catalog price rules [Hide catalog price rules] => Hide catalog price rules [Set a specific order for this product] => Set a specific order for this product [Use default order: [1]{priority_list}[/1]] => Use default order: [1]{priority_list}[/1] [Ecotax rate %rate%%] => Ecotax rate %rate%% [Ecotax (tax excl.)] => Ecotax (tax excl.) [Tax feature is disabled, it will not affect price tax included.] => Tax feature is disabled, it will not affect price tax included. [[1]Manage tax rules[/1]] => [1]Manage tax rules[/1] [Tax %1$s : %2$s%%] => Tax %1$s : %2$s%% [Tax %1$s-%3$s: %2$s%%] => Tax %1$s-%3$s: %2$s%% [Apply a discount to the initial price] => Apply a discount to the initial price [Set specific price] => Set specific price [At least one of the following must be activated] => At least one of the following must be activated [Apply a discount to the initial price or set a specific price.] => Apply a discount to the initial price or set a specific price. [For customers meeting the conditions, the initial price will be crossed out and the discount will be highlighted.] => For customers meeting the conditions, the initial price will be crossed out and the discount will be highlighted. [Minimum number of units purchased] => Minimum number of units purchased [Duration] => Duration [Retail price per unit (tax incl.)] => Retail price per unit (tax incl.) [Unit] => Unit [Display retail price per unit] => Display retail price per unit [Enter the keywords that customers might search for when looking for this product.] => Enter the keywords that customers might search for when looking for this product. [[1]Manage all tags[/1]] => [1]Manage all tags[/1] [Search engine optimization] => Search engine optimization [Recent stock movements] => Recent stock movements [[1]View all stock movements[/1]] => [1]View all stock movements[/1] [Edit quantity] => Edit quantity [Sold products] => Sold products [Shipped products] => Shipped products [Returned products] => Returned products [Enter threshold value] => Enter threshold value [Pack quantities] => Pack quantities [Pack] => Pack [Add new file] => Add new file [Upload files here] => Upload files here [Make some files available to your customers and facilitate their purchasing environment by adding them just here! It can be instruction manuals, technical works or anything you want to attach to a product.] => Make some files available to your customers and facilitate their purchasing environment by adding them just here! It can be instruction manuals, technical works or anything you want to attach to a product. [Manage your credit slips] => Manage your credit slips [When a customer returns a product, a credit slip must be created in his favor. Generate vouchers and have a look at their follow-up.] => When a customer returns a product, a credit slip must be created in his favor. Generate vouchers and have a look at their follow-up. [Manage your products] => Manage your products [Create new product] => Create new product [Import a list of products.] => Import a list of products [Keep in touch with your suppliers] => Keep in touch with your suppliers [Having suppliers is optional if brands supply you directly. Make sure you don't confuse product suppliers and product brands to facilitate stock management.] => Having suppliers is optional if brands supply you directly. Make sure you don't confuse product suppliers and product brands to facilitate stock management. [Add new supplier] => Add new supplier [Viewing %from%-%to% on %total% (page %current_page% / %page_count%)] => Viewing %from%-%to% out of %total% (page %current_page% / %page_count%) [Items per page:] => Items per page: [Enter page number and press enter] => Enter page number and press enter [Not available yet] => Not available yet [Not available yet.] => Not available yet. [Edit: %value%] => Edit: %value% [Category] => Category [Price (tax incl.)] => Price (tax incl.) [Price (tax excl.)] => Price (tax excl.) [Quantity] => Quantity [These products will be deleted for good. Please confirm.] => These products will be deleted for good. Please confirm. [Delete products?] => Delete products? [[1]Add your first product[/1][2]or import a list of products (filetypes: .csv, .xls, .xlsx, .xlst, .ods, .ots).[/2]] => [1]Add your first product[/1][2]or import a list of products (filetypes: .csv, .xls, .xlsx, .xlst, .ods, .ots).[/2] [Go to catalog] => Go to catalog [Add new product] => Add new product [Product list] => Product list [SEO] => SEO [Modules] => Modules [Pricing] => Pricing [Basic settings] => Basic settings [Shipping] => Shipping [Categories] => Categories [Create a new category] => Create a new category [New category name] => New category name [Create a category] => Create a category [Associated categories] => Associated categories [Ecotax] => Ecotax [Specific references] => Specific references [Prev. combination] => Prev. combination [Back to product] => Back to product [Combination details] => Combination details [Price and impact] => Price and impact [Final retail price (tax excl.) will be] => Final retail price (tax excl.) will be [Final retail price (tax incl.) will be] => Final retail price (tax incl.) will be [Does this combination have a different price per unit?] => Does this combination have a different price per unit? [Images] => Images [Next combination] => Next combination [Stock] => Stock [Impact on price (tax excl.)] => Impact on price (tax excl.) [Final price (tax excl.)] => Final price (tax excl.) [Manage your product combinations] => Manage your product combinations [Bulk actions ([1]/[2] combination(s) selected)] => Bulk actions ([1]/[2] combination(s) selected) [Default combination] => Default combination [Availability preferences] => Availability preferences [Behavior when out of stock] => Behavior when out of stock [Stock management is disabled] => Stock management is disabled [Combinations] => Combinations [You can increase or decrease low stock levels in bulk. You cannot disable them in bulk: you have to do it on a per-combination basis.] => You can increase or decrease low stock levels in bulk. You cannot disable them in bulk: you have to do it on a per-combination basis. [The email will be sent to all the users who have the right to run the stock page. To modify the permissions, go to Advanced Parameters > Team] => The email will be sent to all the users who have the right to run the stock page. To modify the permissions, go to Advanced Parameters > Team [Delete combinations] => Delete combinations [Edit a specific price] => Edit a specific price [Brand] => Brand [Add a brand] => Add a brand [Related product] => Related product [Add a related product] => Add a related product [Here is a preview of your search engine result, play with it!] => Here is a preview of your search engine result, play with it! [Improve your ranking and how your product page will appear in search engines results.] => Improve your ranking and how your product page will appear in search engines results. [Redirection page] => Redirection page [Reset URL] => Reset URL [Search Engine Optimization] => Search Engine Optimization [Additional shipping costs] => Additional shipping costs [Package dimension] => Package dimension [Adjust your shipping costs by filling in the product dimensions.] => Charge additional shipping costs based on packet dimensions covered here. [Leave empty to disable.] => Leave empty to disable. [Impact on price] => Impact on price [Specific price conditions] => Specific price conditions [Apply a discount of] => Apply a discount of [Choose the suppliers associated with this product] => Choose the suppliers associated with this product [Default supplier] => Default supplier [Cost price (tax excl.)] => Cost price (tax excl.) [Supplier reference(s)] => Supplier reference(s) [Supplier reference] => Supplier reference [Product location in warehouses] => Product location in warehouses [Please choose the warehouses associated with this product.] => Please choose the warehouses associated with this product. [Summary] => Summary [Add a feature] => Add a feature [Tax rule] => Tax rule [Tax excluded] => Tax excluded [Tax included] => Tax included [Reference] => Reference [Product with combinations] => Product with combinations [View all images] => View all images [View less] => View less [Simple product] => Simple product [Features] => Features [Visibility] => Visibility [Where do you want your product to appear?] => Where do you want your product to appear? [Attached files] => Attached files [Add a customization field] => Add a customization field [Customers can personalize the product by entering some text or by providing custom image files.] => Customers can personalize the product by entering some text or by providing custom image files. [Tags] => Tags [Condition & References] => Condition & References [Select the files (instructions, documentation, recipes, etc.) your customers can directly download on this product page.] => Select the files (instructions, documentation, recipes, etc.) your customers can directly download on this product page. [Need to browse all files? Go to [1]Catalog > Files[/1]] => Need to browse all files? Go to [1]Catalog > Files[/1] [Attach a new file] => Attach a new file [Cost price] => Cost price [Retail price] => Retail price [Specific prices] => Specific prices [Priority management] => Priority management [Add a specific price] => Add a specific price [Manage tax rules] => Manage tax rules [Final retail price: [1][2][/2] tax incl.[/1] / [3][/3] tax excl.] => Final retail price: [1][2][/2] tax incl.[/1] / [3][/3] tax excl. [Rule] => Rule [Fixed price] => Fixed price [Impact] => Impact [From] => From [Priorities] => Priorities [Combination] => Combination [Quantities] => Quantities [Cover] => Cover [Drop images here] => Drop images here [or select files] => or select files [Recommended size 800 x 800px for default theme.] => Recommended size 800 x 800px for default theme. [JPG, GIF or PNG format.] => JPG, GIF or PNG format. [Virtual product] => Virtual product [These modules are relative to the product page of your shop.] => These modules are relative to the product page of your shop. [tax excl.] => tax excl. [JPG, GIF, PNG or WebP format.] => JPG, GIF, PNG or WebP format. [tax incl.] => tax incl. [Module to configure] => Module to configure [Choose a module to configure] => Choose module related options [To manage all your modules go to the [1]Installed module page[/1]] => To manage all your modules go to the [1]Installed module page[/1] [These modules are relative to the product page of your store.] => These modules are relative to the product page of your store. [Zoom] => Zoom [Add new value] => Add new value [Create attributes] => Create attributes [Color, dimension, size, disk space... think about attributes as properties that change from one product to another. As a consequence, attributes allow you to build product combinations.] => Color, dimension, size, disk space... think about attributes as properties that change from one product to another. As a consequence, attributes allow you to build product combinations. [Add new attribute] => Add new attribute [From quantity] => From quantity [Reduction] => Reduction [Catalog price rules] => Catalog price rules [Add new catalog price rule] => Add new catalog price rule [Parent category] => Parent category [Additional description] => Additional description [Category cover image] => Category cover image [Category thumbnail] => Category thumbnail [Menu thumbnails] => Menu thumbnails [Group access] => Group access [%group_name% - All people without a valid customer account.] => %group_name% - All people without a valid customer account. [%group_name% - Customer who placed an order with the guest checkout.] => %group_name% - Customer who placed an order with the guest checkout. [%group_name% - All people who have created an account on this site.] => %group_name% - All people who have created an account on this site. [Set categories] => Set categories [Categories are essential, as they enable you to group equivalent products. This helps customers find their way through the variety of your catalog.] => Categories are essential, as they enable you to group equivalent products. This helps customers find their way through the variety of your catalog. [Feature] => Feature [Add a new feature] => Add a new feature [Addresses] => Addresses [Ref:] => Ref.: [EAN13:] => EAN13: [UPC:] => UPC: [MPN:] => MPN: [Qty:] => Qty: [EAN-13:] => EAN-13: [Available quantity] => Available quantity [Attribute name] => Attribute name [UPC] => UPC [EAN-13] => EAN-13 [Brands] => Brands [Add new brand] => Add new brand [Add new brand address] => Add new brand address [Focus on your catalog] => Focus on your catalog [Empty categories, disabled products, items that lack image or price... check the monitoring section to optimize your products management and make sure you forgot nothing.] => Empty categories, disabled products, items that lack image or price... check the monitoring section to optimize your products management and make sure you forgot nothing. [tax incl. (tax rule: %taxRate%%)] => tax incl. (tax rule: %taxRate%%) [out of stock] => out of stock [low stock] => low stock [in stock] => in stock [Editing %total% combinations] => Editing %total% combinations [Editing %done%/%total% combinations] => Editing %done%/%total% combinations [Generate product combinations] => Generate product combinations [Combinations are the different variations of a product, with attributes like its size, weight or color taking different values.] => Combinations are the different variations of a product, with attributes like its size, weight, or color taking different values. [Loading combinations] => Loading combinations [Edition mode] => Edition mode [Save list] => Save list [Generate combinations] => Generate combinations [Error log] => Error log [Close] => Close [Stop processing] => Stop processing [%error_count% errors occurred. You can download the logs for future reference.] => %error_count% errors occurred. You can download the logs for future reference. [Back to processing] => Back to processing [Download error log] => Download error log [View %error_count% error logs] => View %error_count% error logs [Edit %combinations_number% combinations] => Edit %combinations_number% combinations [Apply to %combinations_number% combinations] => Apply to %combinations_number% combinations [Delete %combinations_number% combinations] => Delete %combinations_number% combinations [Deleting %total% combinations] => Deleting %total% combinations [Deleting %done%/%total% combinations] => Deleting %done%/%total% combinations [Previous combination] => Previous combination [Edited combinations (%editedNb%)] => Edited combinations (%editedNb%) [Here, you can have a look at the combinations you have edited. The list will reset when you close the editing window.] => Here, you can have a look at the combinations you have edited. The list will reset when you close the editing window. [Delete %combinations_number% combinations from store "%store_name%"] => Delete %combinations_number% combinations from store "%store_name%" [Delete %combinations_number% combinations from all stores] => Delete %combinations_number% combinations from all stores [Edited combinations ({editedNb})] => Edited combinations ({editedNb}) [Open history] => Open history [Close history] => Close history [Loading catalog price rules] => Loading catalog price rules [Discount] => Discount [Open combinations generator] => Open combinations generator [Successfully generated %combinationsNb% combinations.] => Successfully generated %combinationsNb% combinations. [Generate combinations|Generate combination|Generate %combinationsNb% combinations] => Generate combinations|Generate combination|Generate %combinationsNb% combinations [Search for attributes...] => Search for attributes... [Successfully generated {combinationsNb} combinations.] => Successfully generated {combinationsNb} combinations. [Generate combinations|Generate combination|Generate {combinationsNb} combinations] => Generate combinations|Generate combination|Generate {combinationsNb} combinations [Select all values ({valuesNb})] => Select all values ({valuesNb}) [Generate URL from name] => Generate URL from name [Loading specific prices] => Loading specific prices [Specific price (tax excl.)] => Specific price (tax excl.) [Discount (tax incl.)] => Discount (tax incl.) [Units] => Units [EAN13] => EAN13 [Wholesale price] => Wholesale price [Customization] => Customization [Price per unit] => Base price [Add new cart rule] => Add new cart rule [Expiration date] => Expiration date [Product deleted] => Product deleted [[1][/1] of [2][/2] characters allowed] => [1][/1] of [2][/2] characters allowed [Type] => Type [Main category] => Main category [[1][/1] of [2][/2] characters used (recommended)] => [1][/1] of [2][/2] characters used (recommended) [List of products for this pack] => List of products for this pack [Use checkboxes to bulk edit quantities] => Use checkboxes to bulk edit quantities [Advanced filters] => Advanced filters [Apply advanced filters] => Apply advanced filters [Apply new quantity] => Apply new quantity [Display products below low stock level first] => Display products below low stock level first [Filter by movement type] => Filter by movement type [Filter by employee] => Filter by employee [Filter by period] => Filter by period [Search a category] => Search a category [Search a supplier] => Search a supplier [Filter by status] => Filter by status [All] => All [Filter by supplier] => Filter by supplier [Stock management] => Stock management [Movements] => Movements [Search products (search by name, reference, supplier)] => Search products (search by name, reference, supplier) [This product is below the low stock level you have defined.] => This product is below the low stock level you have defined. [Low stock level:] => Low stock level: [Low stock alert:] => Low stock alert: [Bulk edit quantity] => Bulk edit quantity [Combination's ID] => Combination's ID [Date & Time] => Date & Time [Go to the import system] => Go to the import system [Export data into CSV] => Export data into CSV [Physical] => Physical [Reserved] => Reserved ) [AdminShopparametersNotification] => Array ( [Caution: The discount applied to a category does not stack with the overall reduction but instead replaces it.] => Caution: The discount applied to a category does not stack with the overall reduction but instead replaces it. [Only products that have this category as the default category will be affected.] => Only products that have this category as the default category will be affected. [You cannot delete this shop (customer and/or order dependency)] => You cannot delete this shop (customer and/or order dependency) [Click here to set a URL for this shop.] => Click here to set a URL for this shop. [Width and height must be numeric values.] => Width and height must be numeric values. [The discount value is incorrect (must be a percentage).] => The discount value is incorrect (must be a percentage). [Wrong category ID.] => Wrong category ID. [The discount value is incorrect.] => The discount value is incorrect. [You cannot save group reductions.] => You cannot save group reductions. [An error occurred while updating this group.] => An error occurred while updating this group. [Aliases and results are both required.] => Aliases and results are both required. [Is not a valid result] => Is not a valid result [Is not a valid alias] => Is not a valid alias [This is not a valid IP address:] => This is not a valid IP address: [You cannot delete this shop (customer and/or order dependency).] => You cannot delete this shop (customer and/or order dependency). [Please create some sub-categories for this root category.] => Please create some sub-categories for this root category. [You need to select at least the root category.] => You need to select at least the root category. [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.] => Warning: You won't be able to change the group of this store if it belongs to a group with one of these options activated: Share Customers, Share Quantities or Share Orders. [You can only move your shop to a shop group with all "share" options disabled -- or to a shop group with no customers/orders.] => You can only move your store to a store group with all "share" options disabled -- or to a store group with no customers/orders. [For security reasons, you cannot delete default order statuses.] => For security reasons, you cannot delete default order statuses. [An address located in a country containing states must have a state selected.] => An address located in a country containing states must have a state selected. [Latitude and longitude are required.] => Latitude and longitude are required. [The specified state is not located in this country.] => The specified state is not located in this country. [Before being able to use this tool, you need to:] => Before being able to use this tool, you need to: [Create a blank .htaccess in your root directory.] => Create a blank .htaccess in your root directory. [Give it write permissions (CHMOD 666 on Unix system).] => Give it write permissions (CHMOD 666 on Unix system). [The Base URI is not valid.] => The Base URI is not valid. [An order status with the same name already exists: %s] => An order status with the same name already exists: %s [You must define an SMTP server and an SMTP port. If you do not know it, use the PHP mail() function instead.] => You must define an SMTP server and an SMTP port. If you do not know it, use the PHP mail() function instead. [Assign a valid page if you want it to be read.] => Assign a valid page if you want it to be read. [Your robots.txt file MUST be in your website's root directory and nowhere else (e.g. http://www.example.com/robots.txt).] => Your robots.txt file MUST be in your website's root directory and nowhere else (e.g. http://www.example.com/robots.txt). [Generate your "robots.txt" file by clicking on the following button (this will erase the old robots.txt file)] => Generate your "robots.txt" file by clicking on the following button (this will erase the old robots.txt file) [Before you can use this tool, you need to:] => Before you can use this tool, you need to: [1) Create a blank robots.txt file in your root directory.] => 1) Create a blank robots.txt file in your root directory. [2) Give it write permissions (CHMOD 666 on Unix system).] => 2) Give it write permissions (CHMOD 666 on Unix system). [The multistore option is enabled. If you want to change the URL of your shop, you must go to the "Multistore" page under the "Advanced Parameters" menu.] => The multistore option is enabled. If you want to change the URL of your shop, you must go to the "Multistore" page under the "Advanced Parameters" menu. [Here you can set the URL for your shop. If you migrate your shop to a new URL, remember to change the values below.] => Here you can set the URL for your shop. If you migrate your shop to a new URL, remember to change the values below. [This section enables you to change the default pattern of your links. In order to use this functionality, PrestaShop's "Friendly URL" option must be enabled, and Apache's URL rewriting module (mod_rewrite) must be activated on your web server.] => This section enables you to change the default pattern of your links. In order to use this functionality, PrestaShop's "Friendly URL" option must be enabled, and Apache's URL rewriting module (mod_rewrite) must be activated on your web server. [There are several available keywords for each route listed below; note that keywords with * are required!] => There are several available keywords for each route listed below; note that keywords with * are required! [To add a keyword in your URL, use the {keyword} syntax. If the keyword is not empty, you can add text before or after the keyword with syntax {prepend:keyword:append}. For example {-hey-:meta_title} will add "-hey-my-title" in the URL if the meta title is set.] => To add a keyword in your URL, use the {keyword} syntax. If the keyword is not empty, you can add text before or after the keyword with syntax {prepend:keyword:append}. For example {-hey-:meta_title} will add "-hey-my-title" in the URL if the meta title is set. [Before making any changes to the default pattern of your URLs, make sure to meet the following requirements:] => Before making any changes to the default pattern of your URLs, make sure to meet the following requirements: [The Friendly URL feature must be enabled] => The Friendly URL feature must be enabled [URL rewriting must be activated on your web server] => URL rewriting must be activated on your web server [All mandatory keywords (*) must be included in the route] => All mandatory keywords (*) must be included in the route [You should also comply with the syntax:] => You should also comply with the syntax: [Keywords must be in braces {keyword}] => Keywords must be in braces {keyword} [All keywords must be separated] => All keywords must be separated [As long as a keyword has an associated value, you can use the syntax {prepend:keyword:append} to add text before and after it] => As long as a keyword has an associated value, you can use the syntax {prepend:keyword:append} to add text before and after it. [As long as a keyword has an associated value, you can use the syntax {prepend:keyword:append} to add text before and after it.] => As long as a keyword has an associated value, you can use the syntax {prepend:keyword:append} to add text before and after it. [You can only display the page list in a shop context.] => You can only display the page list in a shop context. ) [ModulesDataprivacyAdmin] => Array ( [Customer data privacy block] => Customer data privacy block [Reassure your customers, display a short notice to let them know you care about privacy.] => Reassure your customers, display a short notice to let them know you care about privacy. [Customer data privacy message for customer form:] => Customer data privacy message for customer form: [The customer data privacy message will be displayed in the customer form] => The customer data privacy message will be displayed in the customer form [Tip: If the customer privacy message is too long to be written directly in the form, you can add a link to one of your pages. This can easily be created via the "Pages" page under the "Design" menu.] => Tip: If the customer privacy message is too long to be written directly in the form, you can add a link to one of your pages. This can easily be created via the "Pages" page under the "Design" menu. [The personal data you provide is used to answer queries, process orders or allow access to specific information. You have the right to modify and delete all the personal information found in the "My Account" page.] => The personal data you provide is used to answer queries, process orders or allow access to specific information. You have the right to modify and delete all the personal information found in the "My Account" page. ) [AdminModulesFeature] => Array ( [RTL Module] => RTL Module [Manage hooks] => Manage hooks [Toggle dropdown] => Toggle dropdown [Administration] => Administration [Advertising & Marketing] => Advertising & Marketing [Analytics & Stats] => Analytics & Stats [Taxes & Invoicing] => Taxes & Invoicing [Checkout] => Checkout [Content Management] => Content Management [Customer Reviews] => Customer Reviews [Front office Features] => Front office Features [Internationalization & Localization] => Internationalization & Localization [Merchandising] => Merchandising [Migration Tools] => Migration Tools [Payments & Gateways] => Payments & Gateways [Site certification & Fraud prevention] => Site certification & Fraud prevention [Pricing & Promotion] => Pricing & Promotion [Quick / Bulk update] => Quick / Bulk update [Shipping & Logistics] => Shipping & Logistics [Slideshows] => Slideshows [Comparison site & Feed management] => Comparison site & Feed management [Marketplace] => Marketplace [Other Modules] => Other Modules [Emailing & SMS] => Emailing & SMS [Social Networks] => Social Networks [Social & Community] => Social & Community [Enable Mobile] => Enable Mobile [Disable Mobile] => Disable Mobile [Module manager] => Module manager [Delete] => Delete [Module notifications] => Module notifications [Discover] => Discover [Free] => Free [v%version% - by %author%] => v%version% - by %author% [Service by %author%] => Service by %author% [Upgrade available] => Upgrade available [PrestaShop Addons Marketplace] => PrestaShop Addons Marketplace [Exit to PrestaShop Addons Marketplace] => Exit to PrestaShop Addons Marketplace [See all results for your search on] => See all results for your search on [Recently used] => Recently used [All categories] => All categories [Installed modules] => Installed modules [Disabled modules] => Disabled modules [Show all modules] => Show all modules [Enabled modules] => Enabled modules [Uninstalled modules] => Uninstalled modules [You do not have module in « %categoryName% ».] => You do not have module in « %categoryName% ». [Recently Used] => Recently Used [Disable module?] => Disable module? [Uninstall module?] => Uninstall module? [Reset module?] => Reset module? [Yes, disable it] => Yes, disable it [Yes, uninstall it] => Yes, uninstall it [Yes, reset it] => Yes, reset it [Optional: delete module folder after uninstall.] => Optional: delete module folder after uninstall. [Bulk action confirmation] => Bulk action confirmation [Yes, I want to do it] => Yes, I want to do it [Upload a module] => Upload a module [Drop your module archive here or [1]select file[/1]] => Drop your module archive here or [1]select file[/1] [v%version% by %author%] => v%version% by %author% [Overview] => Overview [Additional information] => Additional information [Benefits] => Benefits [Features] => Features [Demo video] => Demo video [Changelog] => Changelog [Multistore compatibility:] => Multistore compatibility: [This module is compatible with the multistore feature. It can be either:] => This module is compatible with the multistore feature. It can be either: [configured differently from one store to another;] => configured differently from one store to another; [configured quickly in the same way on all stores thanks to the all shops context or to the group of shops;] => configured quickly in the same way on all stores thanks to the all shops context or to the group of shops; [or even activated for one store and deactivated for another.] => or even activated for one store and deactivated for another. [This module is partially compatible with the multistore feature. Some of its options might not be available.] => This module is partially compatible with the multistore feature. Some of its options might not be available. [This module is not compatible with the multistore feature because it would not be useful.] => This module is not compatible with the multistore feature because it would not be useful. [This module is not compatible with the multistore feature. It means that its configuration applies to all stores.] => This module is not compatible with the multistore feature. It means that its configuration applies to all stores. [%nbModules% modules and services selected for you] => %nbModules% modules and services selected for you [Selection] => Selection [Increasing Price] => Increasing price [Decreasing Price] => Decreasing price [Popularity] => Popularity [%nbModules% modules to configure] => %nbModules% modules to configure [Modules to configure] => Modules to configure [%nbModules% modules to update] => %nbModules% modules to update [Modules to update] => Modules to update [Upgrade All] => Upgrade All ) [AdminNavigationHeader] => Array ( [Orders] => Orders [View my shop] => View my store [A new order has been placed on your shop.] => A new order has been placed on your shop. [A new customer registered on your shop.] => A new customer registered on your shop. [A new message was posted on your shop.] => A new message was posted on your shop. [PrestaShop logo] => PrestaShop logo [Remove from QuickAccess] => Remove from QuickAccess [Add current page to QuickAccess] => Add current page to QuickAccess [Manage quick accesses] => Manage quick accesses [Product name, SKU, reference...] => Product name, SKU, reference... [Email, name...] => Email, name... [Customers by name] => Customers by name [Customers by IP address] => Customers by IP address [Invoice Number] => Invoice Number [Welcome back %name%] => Welcome back %name% [Your profile] => Your profile [Sign out] => Sign out [Quick Access] => Quick Access [Please name this shortcut:] => Please name this shortcut: [Remove from Quick Access] => Remove from Quick Acess [Manage your quick accesses] => Manage your quick accesses [Customers] => Customers [Everywhere] => Everywhere [What are you looking for?] => What are you looking for? [Order ID] => Order ID [Cart ID] => Cart ID [Module name] => Module name [Search (e.g.: product reference, customer name…)] => Search (e.g.: product reference, customer name…) [Searchbar] => Searchbar [Product name, reference, etc.] => Product name, reference, etc. [Name] => Name [by name] => by name [123.45.67.89] => 123.45.67.89 [by IP address] => by IP address [Invoice number] => Invoice number [SEARCH] => SEARCH [View my store] => View my store [Order number:] => Order number: [Read this message] => Read this message [A new order has been placed on your store.] => A new order has been placed on your store. [A new customer registered on your store.] => A new customer registered on your store. [A new message was posted on your store.] => A new message was posted on your store. [Customer name:] => Customer name: [Debug mode] => Debug mode [Maintenance mode] => Maintenance mode [Home] => Home [My Shop] => My Shop [New category] => New category [New product] => New product [New voucher] => New voucher [Installed modules] => Installed modules [Catalog evaluation] => Catalog evaluation [Link] => Link [Quick Access menu] => Quick Access menu [If it's a URL that comes from your back office, you MUST remove the security token.] => If it's a URL that comes from your back office, you MUST remove the security token. [Open in new window] => Open in new window [Add new quick access] => Add new quick access [New customers] => New customers [New window] => New window [Customize your multistore header, [1]pick a color[/1] for this store context.] => Customize your multistore header, [1]pick a color[/1] for this store context. [To apply specific settings to a store or a group of stores, select the parameter to modify, make your changes and save.] => To apply specific settings to a store or a group of stores, select the parameter to modify, make your changes and save. [Select stores] => Select stores ) [ShopThemeCatalog] => Array ( [Unit discount] => Unit discount [Items] => Items [Item] => Item [Categories] => Categories [Pages] => Pages [Price drop] => Price drop [Best sellers] => Best sellers [Category: %category_name%] => Category: %category_name% [List of all brands] => List of all brands [%number% products] => %number% products [%number% product] => %number% product [Prices drop] => Prices drop [Search results] => Search results [List of products by supplier %supplier_name%] => List of products by supplier %supplier_name% [List of all suppliers] => List of all suppliers [Quantity] => Quantity [Reference, A to Z] => Reference, A to Z [Reference, Z to A] => Reference, Z to A [Sales, highest to lowest] => Sales, highest to lowest [Date added, newest to oldest] => Date added, newest to oldest [Date added, oldest to newest] => Date added, oldest to newest [Name, A to Z] => Name, A to Z [Name, Z to A] => Name, Z to A [Price, low to high] => Price, low to high [Price, high to low] => Price, high to low [Relevance] => Relevance [%1$s:] => %1$s: [Search our catalog] => Search our catalog [Search] => Search [New] => New [Used] => Used [Refurbished] => Refurbished [Online only] => Online only [On sale!] => On sale! [Reduced price] => Reduced price [Pack] => Pack [Product available with different options] => Product available with different options [Last items in stock] => Last items in stock [ean13] => EAN13 [isbn] => ISBN [upc] => UPC [MPN] => MPN [Best Sellers] => Best Sellers [All best sellers] => All best sellers [All brands] => All brands [brands] => brands [No brand] => No brand [Brands] => Brands [%s other product in the same category:] => %s other product in the same category: [%s other products in the same category:] => %s other products in the same category: [Customers who bought this product also bought:] => Customers who bought this product also bought: [My alerts] => My alerts [Popular Products] => Popular Products [All products] => All products [New products] => New products [All new products] => All new products [1 person is currently watching this product.] => 1 person is currently watching this product. [%nb_people% people are currently watching this product.] => %nb_people% people are currently watching this product. [Last time this product was bought: %date_last_order%] => Last time this product was bought: %date_last_order% [Last time this product was added to a cart: %date_last_cart%] => Last time this product was added to a cart: %date_last_cart% [No RSS feed added] => No RSS feed added [On sale] => On sale [All sale products] => All sale products [All suppliers] => All suppliers [No supplier] => No supplier [Suppliers] => Suppliers [Viewed products] => Viewed products [Regular price] => Regular price [Price] => Price [Your customization:] => Your customization: [Product customization] => Product customization [Brand] => Brand [In stock] => In stock [Availability date:] => Availability date: [Data sheet] => Data sheet [Specific References] => Specific References [Condition] => Condition [Reference] => Reference [Volume discounts] => Volume discounts [You Save] => You Save [Save %percentage%] => Save %percentage% [Save %amount%] => Save %amount% [%price% tax excl.] => %price% tax excl. [Instead of %price%] => Instead of %price% [Including %amount% for ecotax] => Including %amount% for ecotax [(not impacted by the discount)] => (not impacted by the discount) [No tax] => No tax [: ] => : [Showing %from%-%to% of %total% item(s)] => Showing %from%-%to% of %total% item(s) [There are %product_count% products.] => There are %product_count% products. [There is 1 product.] => There is 1 product. [List of products by brand %brand_name%] => List of products by brand %brand_name% [No products available yet] => No products available yet [Stay tuned! More products will be shown here as they are added.] => Stay tuned! More products will be shown here as they are added. [No matches were found for your search] => No matches were found for your search [Please try other keywords to describe what you are looking for.] => Please try other keywords to describe what you are looking for. [List of products by supplier %s] => List of products by supplier %s [This pack contains] => This pack contains [Description] => Description [Product Details] => Product Details [Attachments] => Attachments [You might also like] => You might also like [Unit price] => Unit price [Total price] => Total price [Product] => Product [No products available] => No products available ) [ModulesStatsregistrationsAdmin] => Array ( [Customer accounts] => Customer accounts [Adds a registration progress tab to the Stats dashboard.] => Adds a registration progress tab to the Stats dashboard. [Number of visitors who stopped at the registering step:] => Number of visitors who stopped at the registering step: [Number of visitors who placed an order directly after registration:] => Number of visitors who placed an order directly after registration: [Total customer accounts:] => Total customer accounts: [Number of customer accounts created] => Number of customer accounts created [The total number of accounts created is not in itself important information. However, it is beneficial to analyze the number created over time. This will indicate whether or not things are on the right track.] => The total number of accounts created is not in itself important information. However, it is beneficial to analyze the number created over time. This will indicate whether or not things are on the right track. [How to act on the registrations' evolution?] => How to act on the registrations' evolution? [If you let your shop run without changing anything, the number of customer registrations should stay stable or show a slight decline.] => If you let your shop run without changing anything, the number of customer registrations should stay stable or show a slight decline. [A significant increase or decrease in customer registration shows that there has probably been a change to your shop. With that in mind, we suggest that you identify the cause, correct the issue and get back in the business of making money!] => A significant increase or decrease in customer registration shows that there has probably been a change to your shop. With that in mind, we suggest that you identify the cause, correct the issue and get back in the business of making money! [Here is a summary of what may affect the creation of customer accounts:] => Here is a summary of what may affect the creation of customer accounts: [An advertising campaign can attract an increased number of visitors to your online store. This will likely be followed by an increase in customer accounts and profit margins, which will depend on customer "quality." Well-targeted advertising is typically more effective than large-scale advertising... and it's cheaper too!] => An advertising campaign can attract an increased number of visitors to your online store. This will likely be followed by an increase in customer accounts and profit margins, which will depend on customer "quality." Well-targeted advertising is typically more effective than large-scale advertising... and it's cheaper too! [Specials, sales, promotions and/or contests typically demand a shoppers' attentions. Offering such things will not only keep your business lively, it will also increase traffic, build customer loyalty and genuinely change your current e-commerce philosophy.] => Specials, sales, promotions and/or contests typically demand a shoppers' attentions. Offering such things will not only keep your business lively, it will also increase traffic, build customer loyalty and genuinely change your current e-commerce philosophy. [Design and user-friendliness are more important than ever in the world of online sales. An ill-chosen or hard-to-follow graphical theme can keep shoppers at bay. This means that you should aspire to find the right balance between beauty and functionality for your online store.] => Design and user-friendliness are more important than ever in the world of online sales. An ill-chosen or hard-to-follow graphical theme can keep shoppers at bay. This means that you should aspire to find the right balance between beauty and functionality for your online store. [CSV Export] => CSV Export ) [ModulesStatsdataAdmin] => Array ( [Data mining for statistics] => Data mining for statistics [This module must be enabled if you want to use statistics.] => This module must be enabled if you want to use statistics. [Save page views for each customer] => Save page views for each customer [Storing customer page views uses a lot of CPU resources and database space. Only enable if your server can handle it.] => Storing customer page views uses a lot of CPU resources and database space. Only enable if your server can handle it. [Save global page views] => Save global page views [Global page views uses fewer resources than customer's, but it uses resources nonetheless.] => Global page views uses fewer resources than customer's, but it uses resources nonetheless. [Plugins detection] => Plugins detection [Plugins detection loads an extra 20 kb JavaScript file once for new visitors.] => Plugins detection loads an extra 20 kb JavaScript file once for new visitors. [Collect as much information as possible to enrich your stats and run your business further.] => Collect as much information as possible to enrich your stats and run your business further. ) [ModulesStatssalesAdmin] => Array ( [Sales and orders] => Sales and orders [Enrich your stats, add graphics presenting the evolution of your sales and orders.] => Enrich your stats, add graphics presenting the evolution of your sales and orders. [About order statuses] => About order statuses [In your Back Office, you can modify the following order statuses: Awaiting Check Payment, Payment Accepted, Preparation in Progress, Shipping, Delivered, Canceled, Refund, Payment Error, Out of Stock, and Awaiting Bank Wire Payment.] => In your back office, you can modify the following order statuses: Awaiting Check Payment, Payment Accepted, Preparation in Progress, Shipping, Delivered, Canceled, Refund, Payment Error, Out of Stock, and Awaiting Bank Wire Payment. [These order statuses cannot be removed from the Back Office; however you have the option to add more.] => These order statuses cannot be removed from the back office; however you have the option to add more. [The following graphs represent the evolution of your shop's orders and sales turnover for a selected period.] => The following graphs represent the evolution of your shop's orders and sales turnover for a selected period. [You should often consult this screen, as it allows you to quickly monitor your shop's sustainability. It also allows you to monitor multiple time periods.] => You should often consult this screen, as it allows you to quickly monitor your shop's sustainability. It also allows you to monitor multiple time periods. [Only valid orders are graphically represented.] => Only valid orders are graphically represented. [Orders placed:] => Orders placed: [CSV Export] => CSV Export [Sales:] => Sales: [You can view the distribution of order statuses below.] => You can view the distribution of order statuses below. [No orders for this period.] => No orders for this period. [Orders placed] => Orders placed [Products bought] => Products bought [Products:] => Products: [Sales currency: %s] => Sales currency: %s [Percentage of orders per status.] => Percentage of orders per status. ) [AdminDesignNotification] => Array ( [You can choose to keep your images stored in the previous system. There's nothing wrong with that.] => You can choose to keep your images stored in the previous system. There's nothing wrong with that. [After moving all of your product images, set the "Use the legacy image filesystem" option above to "No" for best performance.] => After moving all of your product images, set the "Use the legacy image filesystem" option above to "No" for best performance. [Be careful! Depending on the options selected, former manually uploaded thumbnails might be erased and replaced by automatically generated thumbnails.] => Be careful! Depending on the options selected, former manually uploaded thumbnails might be erased and replaced by automatically generated thumbnails. [Also, regenerating thumbnails for all existing images can take several minutes, please be patient.] => Also, regenerating thumbnails for all existing images can take several minutes, please be patient. [If you delete this image format, the theme won't be able to use it anymore. This will result in a degraded experience on your front office.] => If you delete this image format, the theme won't be able to use it anymore. This will result in a degraded experience on your front office. [Delete the images linked to this image setting] => Delete the images linked to this image setting [Regenerate thumbnails for the selected images? With the "erase" option enabled, the previously selected thumbnails will be deleted.] => Regenerate thumbnails for the selected images? With the "erase" option enabled, the previously selected thumbnails will be deleted. [Current theme is unavailable. Please check your theme's directory name ("%s") and permissions.] => Current theme is unavailable. Please check your theme's directory name ("%s") and permissions. [Duplicate images were found when moving the product images. This is likely caused by unused demonstration images. Please make sure that the folder %folder% only contains demonstration images, and then delete it.] => Duplicate images were found when moving the product images. This is likely caused by unused demonstration images. Please make sure that the folder %folder% only contains demonstration images, and then delete it. [Incorrect value for the selected JPEG image compression.] => Incorrect value for the selected JPEG image compression. [Incorrect value for the selected PNG image compression.] => Incorrect value for the selected PNG image compression. [Incorrect value for the selected WebP image compression.] => Incorrect value for the selected WebP image compression. [Source file does not exist or is empty (%filepath%)] => Source file does not exist or is empty (%filepath%) [Failed to resize image file (%filepath%)] => Failed to resize image file (%filepath%) [Failed to resize image file to high resolution (%filepath%)] => Failed to resize image file to high resolution (%filepath%) [Original image is corrupt (%filename%) for product ID %id% or bad permission on folder.] => Original image is corrupt (%filename%) for product ID %id% or bad permission on folder. [Original image is missing or empty (%filename%) for product ID %id%] => Original image is missing or empty (%filename%) for product ID %id% [Cannot write images for this type: %1$s. Please check the %2$s folder's writing permissions.] => Cannot write images for this type: %1$s. Please check the %2$s folder's writing permissions. [Only part of the images have been regenerated. The server timed out before finishing.] => Only part of the images have been regenerated. The server timed out before finishing. [Server timed out. The watermark may not have been applied to all images.] => Server timed out. The watermark may not have been applied to all images. [Cannot write "No picture" image to %s images folder. Please check the folder's writing permissions.] => Cannot write "No picture" image to %s images folder. Please check the folder's writing permissions. [Error: Your server configuration is not compatible with the new image system. No images were moved.] => Error: Your server configuration is not compatible with the new image system. No images were moved. [Not all images have been moved. The server timed out before finishing. Click on "%move_images_label%" again to resume the moving process.] => Not all images have been moved. The server timed out before finishing. Click on "%move_images_label%" again to resume the moving process. [Error: Some -- or all -- images cannot be moved.] => Error: Some -- or all -- images cannot be moved. [After modification, do not forget to regenerate thumbnails] => After modification, do not forget to regenerate thumbnails [Make sure the theme you use doesn't rely on this image format before deleting it.] => Make sure the theme you use doesn't rely on this image format before deleting it. [This name already exists.] => This name already exists. [An error occurred. The information "%s" is missing.] => An error occurred. The information "%s" is missing. [An error occurred. The template "%s" is missing.] => An error occurred. The template "%s" is missing. [An error occurred while uploading the favicon: cannot copy file "%s" to folder "%s".] => An error occurred while uploading the favicon: cannot copy file "%s" to folder "%s". [Your theme has been correctly exported: %path%] => Your theme has been correctly exported: %path% [The page Category cannot be moved here.] => The page Category cannot be moved here. [Your RTL stylesheets has been generated successfully] => Your RTL stylesheets has been generated successfully [Your theme has been correctly reset to its default settings. You may want to regenerate your images. See the Improve > Design > Images Settings screen for the '%regenerate_label%' button.] => Your theme has been correctly reset to its default settings. You may want to regenerate your images. See the Improve > Design > Images Settings screen for the '%regenerate_label%' button. [There is already a theme %theme_name% in your themes folder. Remove it if you want to continue.] => There is already a theme %theme_name% in your themes folder. Remove it if you want to continue. [Failed to delete theme. Make sure you have permissions and theme is not used.] => Failed to delete theme. Make sure you have permissions and theme is not used. [Cannot adapt theme to RTL languages.] => Cannot adapt theme to RTL languages. [Invalid file format.] => Invalid file format. [Warning: if no email logo is available, the main logo will be used instead.] => Warning: if no email logo is available, the main logo will be used instead. ) [ModulesStatsforecastAdmin] => Array ( [Stats Dashboard] => Stats Dashboard [Enrich your stats, add a summary of all your current statistics on your back office.] => Enrich your stats, add a summary of all your current statistics on your back office. [The listed amounts do not include tax.] => The listed amounts do not include tax. [Time frame] => Time frame [Daily] => Daily [Weekly] => Weekly [Monthly] => Monthly [Yearly] => Yearly [Placed orders] => Placed orders [Bought items] => Bought items [Percentage of registrations] => Percentage of registrations [Percentage of orders] => Percentage of orders [Revenue] => Revenue [Average] => Average [Forecast] => Forecast [Conversion] => Conversion [Accounts] => Accounts [Full carts] => Full carts [Registered visitors] => Registered visitors [A simple statistical calculation lets you know the monetary value of your visitors:] => A simple statistical calculation lets you know the monetary value of your visitors: [On average, each visitor places an order for this amount:] => On average, each visitor places an order for this amount: [On average, each registered visitor places an order for this amount:] => On average, each registered visitor places an order for this amount: [Payment distribution] => Payment distribution [The amounts include taxes, so you can get an estimation of the commission due to the payment method.] => The amounts include taxes, so you can get an estimation of the commission due to the payment method. [-- No filter --] => -- No filter -- [Module] => Module [Average cart value] => Average cart value [Category distribution] => Category distribution [Products sold] => Products sold [Percentage of products sold] => Percentage of products sold [Percentage of sales] => Percentage of sales [Language distribution] => Language distribution [Growth] => Growth [Zone distribution] => Zone distribution [Currency distribution] => Currency distribution [Sales (converted)] => Sales (converted) [Attribute distribution] => Attribute distribution [Quantity of products sold] => Quantity of products sold ) [ModulesSpecialsAdmin] => Array ( [Specials block] => Specials block [Displays your products that are currently on sale in a dedicated block.] => Provides information on special offers in a specific block [Products to display] => Products to display [Define the number of products to be displayed in this block on home page.] => Define the number of products to be displayed in this block on home page. [Provide information on your special offers in a specific block displayed on your homepage.] => Provide information on your special offers in a specific block displayed on your homepage. [The number of products is invalid. Please enter a positive number.] => The number of products is invalid. Please enter a positive number. ) [ModulesStatsstockAdmin] => Array ( [Available quantities] => Available quantities [Adds a tab showing the quantity of available products for sale to the Stats dashboard.] => Adds a tab showing the quantity of available products for sale to the Stats dashboard. [Evaluation of available quantities for sale] => Evaluation of available quantities for sale [Your catalog is empty.] => Your catalog is empty. [Ref.] => Ref. [Price*] => Price* [Total quantities] => Total quantities [Total value] => Total value [This section corresponds to the default wholesale price according to the default supplier for the product. An average price is used when the product has attributes.] => This section corresponds to the default wholesale price according to the default supplier for the product. An average price is used when the product has attributes. [Enrich your stats, add a tab showing the available quantities of products left for sale.] => Enrich your stats, add a tab showing the available quantities of products left for sale. ) [ModulesContactinfoShop] => Array ( [Contact us] => Contact us [Call us: [1]%phone%[/1]] => Call us: [1]%phone%[/1] [Store information] => Store information [Email us: [1]%email%[/1]] => Email us: [1]%email%[/1] [Call us:] => Call us: [Fax:] => Fax: [Details:] => Details: [Email us:] => Email us: [Fax: [1]%fax%[/1]] => Fax: [1]%fax%[/1] [Tel: %phone%] => Tel: %phone% [Fax: %fax%] => Fax: %fax% [Email: [1]%email%[/1]] => Email: [1]%email%[/1] ) [ModulesWirepaymentShop] => Array ( [%1$s (tax incl.)] => %1$s (tax incl.) [This payment method is not available.] => This payment method is not available. [Amount] => Amount [Name of account owner] => Name of account owner [Please include these details] => Please include these details [Bank name] => Bank name [Pay by bank wire] => Pay by bank wire [(order processing will be longer)] => (order processing will be longer) [Your order on %s is complete.] => Your order on %s is complete. [Please send us a bank wire with:] => Please send us a bank wire with: [Please specify your order reference %s in the bankwire description.] => Please specify your order reference %s in the bankwire description. [We've also sent you this information by e-mail.] => We've also sent you this information by e-mail. [Your order will be sent as soon as we receive payment.] => Your order will be sent as soon as we receive payment. [If you have questions, comments or concerns, please contact our [1]expert customer support team[/1].] => If you have questions, comments or concerns, please contact our [1]expert customer support team[/1]. [Please transfer the invoice amount to our bank account. You will receive our order confirmation by email containing bank details and order number.] => Please transfer the invoice amount to our bank account. You will receive our order confirmation by email containing bank details and order number. [Goods will be reserved %s days for you and we'll process the order immediately after receiving the payment.] => Goods will be reserved %s days for you and we'll process the order immediately after receiving the payment. [More information] => More information [Bankwire] => Bankwire [Payment is made by transfer of the invoice amount to the following account:] => Payment is made by transfer of the invoice amount to the following account: [Goods will be reserved %s day for you and we'll process the order immediately after receiving the payment.] => Goods will be reserved %s day for you and we'll process the order immediately after receiving the payment. ) [AdminModulesHelp] => Array ( [Search modules: keyword, name, author...] => Search modules: keyword, name, author... [Please upload one file at a time, .zip or tarball format (.tar, .tar.gz or .tgz).] => Please upload one file at a time, .zip or tarball format (.tar, .tar.gz or .tgz). [Your module will be installed right after that.] => Your module will be installed right after that. [What happened?] => What happened? [Customize your store with this selection of modules recommended for your shop, based on your country, language and version of PrestaShop. It includes the most popular modules from our Addons marketplace, and free partner modules.] => Customize your store with this selection of modules recommended for your shop, based on your country, language and version of PrestaShop. It includes the most popular modules from our Addons marketplace, and free partner modules. [You bought this module on PrestaShop Addons. Thank You.] => You bought this module on PrestaShop Addons. Thank You. [Bought] => Bought [This module is available on PrestaShop Addons.] => This module is available on PrestaShop Addons. [Popular] => Popular [This module is available for free thanks to our partner.] => This module is available for free thanks to our partner. [Official] => Official [Need update] => Need update [These modules require your attention: you need to take some action to ensure they are fully operational.] => These modules require your attention: you need to take some action to ensure they are fully operational. [Update these modules to enjoy their latest versions.] => Update these modules to enjoy their latest versions. ) [ModulesGAnalyticsAdmin] => Array ( [Save] => Save [Back to list] => Back to list [Settings] => Settings [Google Analytics Tracking ID] => Google Analytics Tracking ID [This information is available in your Google Analytics account] => This information is available in your Google Analytics account [Enable User ID tracking] => Enable User ID tracking [Yes] => Yes [No] => No [Anonymize IP] => Anonymize IP [Use this option to anonymize the visitor’s IP to comply with data privacy laws in some countries] => Use this option to anonymize the visitor’s IP to comply with data privacy laws in some countries [Enable Back Office Tracking] => Enable Back Office Tracking [Use this option to enable the tracking inside the Back Office] => Use this option to enable the tracking inside the Back Office [Cancelled order states] => Canceled order states [Choose order states, in which you consider the given order cancelled. This will be usually only the default "Cancelled" state, but some shops may have extra states like "Returned" etc.] => Choose order states, in which you consider the given order canceled. This will usually be the default "Canceled" state, but some stores may have extra states like "Returned" etc.ShopsShopsShops [Enable Cross-Domain tracking] => Enable Cross-Domain tracking [Account ID updated successfully] => Account ID updated successfully [Settings for User ID updated successfully] => Settings for User ID updated successfully [Settings for Anonymize IP updated successfully] => Settings for Anonymize IP updated successfully [Settings for Enable Back Office tracking updated successfully] => Settings for Enable Back Office tracking updated successfully. [Settings for cancelled order states updated successfully] => Settings for canceled order states updated successfully. [Enable Google Analytics 4] => Enable Google Analytics 4 [Universal analytics will stop processing data on July 1, 2023. We recommend switching to Google Analytics 4 as soon as possible.] => Universal analytics will stop processing data on July 1, 2023. We recommend switching to Google Analytics 4 as soon as possible. [This information is available in your Google Analytics account. GA4 tracking ID starts with "G-", Universal Analytics with "UA-".] => This information is available in your Google Analytics account. GA4 tracking ID starts with "G-", Universal Analytics with "UA-". [Canceled order states] => Canceled order states [Choose order states in which you consider the given order canceled. This will usually be the default "Canceled" state, but some stores may have extra states like "Returned", etc.] => Choose order states in which you consider the given order canceled. This will usually be the default "Canceled" state, but some stores may have extra states like "Returned", etc. [Settings updated successfully.] => Settings updated successfully. [Google Analytics] => Google Analytics [Gain clear insights into important metrics about your customers, using Google Analytics] => Gain clear insights into important metrics about your customers, using Google Analytics [Are you sure you want to uninstall Google Analytics? You will lose all the data related to this module.] => Are you sure you want to uninstall Google Analytics? You will lose all the data related to this module. [Your customers go everywhere; shouldn't your analytics.] => Your customers go everywhere; shouldn't your analytics. [Google Analytics shows you the full customer picture across ads and videos, websites and social tools, tables and smartphones. That makes it easier to serve your current customers and win new ones.] => Google Analytics shows you the full customer picture across ads and videos, websites and social tools, tables and smartphones. That makes it easier to serve your current customers and win new ones. [With ecommerce functionality in Google Analytics you can gain clear insight into important metrics about shopper behavior and conversion, including:] => With ecommerce functionality in Google Analytics you can gain clear insight into important metrics about shopper behavior and conversion, including: [Product detail views] => Product detail views [Internal merchandising Success] => Internal merchandising Success ["Add to cart" actions] => "Add to cart" actions [The checkout process] => The checkout process [Internal campaign clicks] => Internal campaign clicks [And purchase] => And purchase [Merchants are able to understand how far along users get in the buying process and where they are dropping off.] => Merchants are able to understand how far along users get in the buying process and where they are dropping off. [Create your account to get started.] => Create your account to get started. [Create your account to get started] => Create your account to get started ) [ModulesMailalertsShop] => Array ( [Your e-mail address is invalid] => Your e-mail address is invalid [You already have an alert for this product] => You already have an alert for this product [Request notification registered] => Request notification registered [Remove mail alert] => Remove mail alert ) [ModulesGoogleanalyticsAdmin] => Array ( [Save] => Save [Back to list] => Back to list [Settings] => Settings [Google Analytics tracking ID] => Google Analytics tracking ID [This information is available in your Google Analytics account. Google Analytics 4 tracking ID starts with "G-".] => This information is available in your Google Analytics account. Google Analytics 4 tracking ID starts with "G-". [Enable User ID tracking] => Enable User ID tracking [This option adds unique user ID to the tag to better track the customer. Use this option only if it complies with laws in your country.] => This option adds unique user ID to the tag to better track the customer. Use this option only if it complies with laws in your country. [Yes] => Yes [No] => No [Anonymize IP] => Anonymize IP [Use this option to anonymize the visitor’s IP to comply with data privacy laws in some countries] => Use this option to anonymize the visitor’s IP to comply with data privacy laws in some countries [Enable back office tracking] => Enable back office tracking [Use this option to enable the tracking inside the back -office] => Use this option to enable the tracking inside the back -office [Canceled order states] => Canceled order states [Choose order states in which you consider the given order canceled. This will usually be the default "Canceled" state, but some stores may have extra states like "Returned", etc.] => Choose order states in which you consider the given order canceled. This will usually be the default "Canceled" state, but some stores may have extra states like "Returned", etc. [Re-send failed orders] => Re-send failed orders [This option will resend all orders that failed to be sent normally in the front office, due to failures or ad-blockers.] => This option will resend all orders that failed to be sent normally in the front office, due to failures or ad-blockers. [Failed orders period] => Failed orders period [If you want to resend failed orders, specify how many days back the module should look for them. Default: 30.] => If you want to resend failed orders, specify how many days back the module should look for them. Default: 30. [Settings updated successfully.] => Settings updated successfully. [Google Analytics Tracking ID] => Google Analytics Tracking ID [Enable Back Office Tracking] => Enable Back Office Tracking [Use this option to enable the tracking inside the Back Office] => Use this option to enable the tracking inside the Back Office [This option will resend all orders that failed to be sent normally in front-office, due to failures or ad-blockers.] => This option will resend all orders that failed to be sent normally in front-office, due to failures or ad-blockers. [Google Analytics] => Google Analytics [Gain clear insights into important metrics about your customers, using Google Analytics] => Gain clear insights into important metrics about your customers, using Google Analytics [Are you sure you want to uninstall Google Analytics? You will lose all the data related to this module.] => Are you sure you want to uninstall Google Analytics? You will lose all the data related to this module. [Your customers go everywhere; shouldn't your analytics.] => Your customers go everywhere; shouldn't your analytics. [Google Analytics shows you the full customer picture across ads and videos, websites and social tools, tables and smartphones. That makes it easier to serve your current customers and win new ones.] => Google Analytics shows you the full customer picture across ads and videos, websites and social tools, tables and smartphones. That makes it easier to serve your current customers and win new ones. [With ecommerce functionality in Google Analytics you can gain clear insight into important metrics about shopper behavior and conversion, including:] => With ecommerce functionality in Google Analytics you can gain clear insight into important metrics about shopper behavior and conversion, including: [Product detail views] => Product detail views [Internal merchandising Success] => Internal merchandising Success ["Add to cart" actions] => "Add to cart" actions [The checkout process] => The checkout process [Internal campaign clicks] => Internal campaign clicks [And purchase] => And purchase [Create your account to get started] => Create your account to get started [Merchants are able to understand how far along users get in the buying process and where they are dropping off.] => Merchants are able to understand how far along users get in the buying process and where they are dropping off. ) [AdminCatalogHelp] => Array ( [Does not apply to the shipping costs] => Does not apply to the shipping costs [Optional: The cart rule will be available to everyone if you leave this field blank.] => Optional: The cart rule will be available to everyone if you leave this field blank. [The default period is one month.] => The default period is one month. [You can choose a minimum amount for the cart either with or without the taxes and shipping.] => You can choose a minimum amount for the cart either with or without the taxes and shipping. [The cart rule will be applied to the first "X" customers only.] => The cart rule will be applied to the first "X" customers only. [A customer will only be able to use the cart rule "X" time(s).] => A customer will only be able to use the cart rule "X" time(s). [This restriction applies to the country of delivery.] => This restriction applies to the country of delivery. [This will be displayed in the cart summary, as well as on the invoice.] => This will be displayed in the cart summary, as well as on the invoice. [For your eyes only. This will never be displayed to the customer.] => For your eyes only. This will never be displayed to the customer. [Caution! If you leave this field blank, the rule will automatically be applied to benefiting customers.] => Caution! If you leave this field blank, the rule will automatically be applied to benefiting customers. [If the voucher is not yet in the cart, it will be displayed in the cart summary.] => If the voucher is not yet in the cart, it will be displayed in the cart summary. [Only applicable if the voucher value is greater than the cart total.] => Only applicable if the voucher value is greater than the cart total. [If you do not allow partial use, the voucher value will be lowered to the total order amount. If you allow partial use, however, a new voucher will be created with the remainder.] => If you do not allow partial use, the voucher value will be lowered to the total order amount. If you allow partial use, however, a new voucher will be created with the remainder. [Cart rules are applied by priority. A cart rule with a priority of "1" will be processed before a cart rule with a priority of "2".] => Cart rules are applied by priority. A cart rule with a priority of "1" will be processed before a cart rule with a priority of "2". [Your internal name for this attribute.] => Your internal name for this attribute. [The public name for this attribute, displayed to the customers.] => The public name for this attribute, displayed to the customers. [The way the attribute's values will be presented to the customers in the product's page.] => The way the attribute's values will be presented to the customers in the product's page. [Choose the attribute group for this value.] => Choose the attribute group for this value. [Upload an image file containing the color texture from your computer.] => Upload an image file containing the color texture from your computer. [This will override the HTML color!] => This will override the HTML color! [Save then add another value] => Save then add another value [Choose a color with the color picker, or enter an HTML color (e.g. "lightblue", "#CC6600").] => Choose a color with the color picker, or enter an HTML color (e.g. "lightblue", "#CC6600"). [Allow customers to upload files using the contact page.] => Allow customers to upload files using the contact page. [Please fill out the message fields that appear by default when you answer a thread on the customer service page.] => Please fill out the message fields that appear by default when you answer a thread on the customer service page. [URL for your IMAP server (ie.: mail.server.com).] => URL for your IMAP server (ie.: mail.server.com). [Port to use to connect to your IMAP server.] => Port to use to connect to your IMAP server. [User to use to connect to your IMAP server.] => User to use to connect to your IMAP server. [Password to use to connect your IMAP server.] => Password to use to connect your IMAP server. [Delete messages after synchronization. If you do not enable this option, the synchronization will take more time.] => Delete messages after synchronization. If you do not enable this option, the synchronization will take more time. [Create new threads for unrecognized emails.] => Create new threads for unrecognized emails. [Use POP3 instead of IMAP.] => Use POP3 instead of IMAP. [Do not use RSH or SSH to establish a preauthenticated IMAP sessions.] => Do not use RSH or SSH to establish a preauthenticated IMAP sessions. [Use the Secure Socket Layer (TLS/SSL) to encrypt the session.] => Use the Secure Socket Layer (TLS/SSL) to encrypt the session. [Validate certificates from the TLS/SSL server.] => Validate certificates from the TLS/SSL server. [Do not validate certificates from the TLS/SSL server. This is only needed if a server uses self-signed certificates.] => Do not validate certificates from the TLS/SSL server. This is only needed if a server uses self-signed certificates. [Force use of start-TLS to encrypt the session, and reject connection to servers that do not support it.] => Force use of start-TLS to encrypt the session, and reject connection to servers that do not support it. [Do not use start-TLS to encrypt the session, even with servers that support it.] => Do not use start-TLS to encrypt the session, even with servers that support it. [Save and add another value] => Save and add another value [Back to the list] => Back to the list [Add new feature values] => Add new feature values [Add new feature value] => Add new feature value [Company name for this supplier] => Company name for this supplier [Phone number for this supplier] => Phone number for this supplier [Mobile phone number for this supplier.] => Mobile phone number for this supplier. [Will appear in the list of suppliers.] => Will appear in the list of suppliers. [Upload a supplier logo from your computer.] => Upload a supplier logo from your computer. [Search reference] => Search reference [Create a new product: CTRL+P] => Create a new product: CTRL+P [To have a different title from the category name, enter it here.] => To have a different title from the category name, enter it here. [To have a different description than your category summary in search results page, write it here.] => To have a different description than your category summary in search results page, write it here. [Unless the 'Accented URL' option is enabled (in Shop parameters > Traffic & SEO), only letters, numbers, underscores (_), and hyphens (-) are allowed.] => Unless the 'Accented URL' option is enabled (in Shop parameters > Traffic & SEO), only letters, numbers, underscores (_), and hyphens (-) are allowed. [Leave empty to disable] => Leave empty to disable [Search for a product] => Search for a product [Enter your product name] => Enter your product name [The summary is a short sentence describing your product.It will appears at the top of your shop's product page, in product lists, and in search engines' results page (so it's important for SEO). To give more details about your product, use the "Description" tab.] => Fill in a striking short description of the product (displayed on product page and product list as abstract for customers and search engines). For detailed informations use the 'description tab.' [Search and add a related product] => Search and add a related product [Use a comma to create separate tags. E.g.: dress, cotton, party dresses.] => Use a comma to create separate tags. E.g.: dress, cotton, party dresses. [Per kilo, per litre] => Per kilo, per litre [Combine several attributes, e.g.: "Size: all", "Color: red".] => Combine several attributes, e.g.: "Size: all", "Color: red". [To which product the page should redirect?] => To which product the page should redirect? [To which category the page should redirect?] => To which category the page should redirect? [If no category is selected the Main Category is used] => If no category is selected, the Main Category is used [To have a different title from the product name, enter it here.] => To have a different title from the product name, enter it here. [To have a different description than your product summary in search results pages, write it here.] => To have a different description than your product summary in search results pages, write it here. [To which product should the page redirect?] => To which product should the page redirect? [To which category should the page redirect?] => To which category should the page redirect? [By default, the main category will be used if no category is selected.] => By default, the main category will be used if no category is selected. [This description will appear in search engines. You need a single sentence, shorter than 160 characters (including spaces)] => This description will appear in search engines. You need a single sentence, shorter than 160 characters (including spaces) [Public title for the product's page, and for search engines. Leave blank to use the product name. The number of remaining characters is displayed to the left of the field.] => Public title for the product page and for search engines. Leave blank to use the product name. The number of remaining characters is displayed to the left of the field. [Upload a brand logo from your computer.] => Upload a brand logo from your computer. [This interface allows you to specify the suppliers of the current combination.] => This interface allows you to specify the suppliers of the current combination. [Search product] => Search product [Using another image as cover will automatically uncheck this box.] => Using another image as cover will automatically uncheck this box. [Search file] => Search file [Instructions, size guide, or any file you want to add to a product.] => Instructions, size guide, or any file you want to add to a product. [Customers can download these files on the product page.] => Customers can download these files on the product page. [Set specific prices for customers meeting certain conditions.] => Set specific prices for customers meeting certain conditions. [Define which condition should apply first when a customer is eligible for multiple specific prices.] => Define which condition should apply first when a customer is eligible for multiple specific prices. [Add new specific price] => Add new specific price [Indicate the price for a single unit of the product. For instance, if you're selling fabrics, it would be the price per meter.] => Indicate the price for a single unit of the product. For instance, if you're selling fabrics, it would be the price per meter. [[1]No redirection (200), display product[/1] [2] Do not redirect anywhere, display product as discontinued and return normal 200 response.] => [1]No redirection (200), display product[/1] [2] Do not redirect anywhere, display product as discontinued and return normal 200 response. [[1]No redirection (404), display product[/1] [2] Do not redirect anywhere, display product as discontinued and return 404 "Not Found" response.] => [1]No redirection (404), display product[/1] [2] Do not redirect anywhere, display product as discontinued and return 404 "Not Found" response. [[1]No redirection (410), display product[/1] [2] Do not redirect anywhere, display product as discontinued and return 410 "Gone" response.] => [1]No redirection (410), display product[/1] [2] Do not redirect anywhere, display product as discontinued and return 410 "Gone" response. [[1]No redirection (404), display error page[/1] [2] Do not redirect anywhere and display a 404 "Not Found" page.] => [1]No redirection (404), display error page[/1] [2] Do not redirect anywhere and display a 404 "Not Found" page. [[1]No redirection (410), display error page[/1] [2] Do not redirect anywhere and display a 410 "Gone" page.] => [1]No redirection (410), display error page[/1] [2] Do not redirect anywhere and display a 410 "Gone" page. [[1]Permanent redirection (301)[/1] [2] Permanently display another product or category instead.] => [1]Permanent redirection (301)[/1] [2] Permanently display another product or category instead. [[1]Temporary redirection (302)[/1] [2] Temporarily display another product or category instead.] => [1]Temporary redirection (302)[/1] [2] Temporarily display another product or category instead. [Public title that may appear in the browser and search engines. The recommended length is about 60 characters (including spaces). If you leave it blank, the product name will be used.] => Public title that may appear in the browser and search engines. The recommended length is about 60 characters (including spaces). If you leave it blank, the product name will be used. [Summary for robots, that could appear in search engines. The recommended length is about 160 characters (including spaces). If you leave it blank, an excerpt from the short description will be used.] => Summary for robots, that could appear in search engines. The recommended length is about 160 characters (including spaces). If you leave it blank, an excerpt from the short description will be used. [Separate each tag with a comma or press the Enter key.] => Separate each tag with a comma or press the Enter key. [Search combination] => Search combination [Controls how you want stock of the pack to be calculated. You can decide, if you want to manage the stocks of packs manually, or if it should be calculated automatically depending on stock of the products inside. In that case, the quantity of the pack inside is ignored.] => Controls how you want stock of the pack to be calculated. You can decide, if you want to manage the stocks of packs manually, or if it should be calculated automatically depending on stock of the products inside. In that case, the quantity of the pack inside is ignored. [Search name] => Search name [Search category] => Search category [Search ref.] => Search ref. [Save the product and stay on the current page: ALT+SHIFT+S] => Save the product and stay on the current page: ALT+SHIFT+S [Permanently delete this product.] => Permanently delete this product. [See how your product sheet will look online: ALT+SHIFT+V] => See how your product sheet will look online: ALT+SHIFT+V [Enable or disable the product on your shop: ALT+SHIFT+O] => Enable or disable the product on your shop: ALT+SHIFT+O [Save and duplicate this product, then go to the new product: ALT+SHIFT+D] => Save and duplicate this product, then go to the new product: ALT+SHIFT+D [Save and go back to the catalog: ALT+SHIFT+Q] => Save and go back to the catalog: ALT+SHIFT+Q [Save and create a new product: ALT+SHIFT+P] => Save and create a new product: ALT+SHIFT+P [Is the product a pack (a combination of at least two existing products), a virtual product (downloadable file, service, etc.), or simply a standard, physical product?] => Is the product a pack (a combination of at least two existing products), a virtual product (downloadable file, service, etc.), or simply a standard, physical product? [Where should the product be available on your site? The main category is where the product appears by default: this is the category which is seen in the product page's URL. Disabled categories are written in italics.] => Where should the product be available on your site? The main category is where the product appears by default: this is the category which is seen in the product page's URL. Disabled categories are written in italics. [If you want to quickly create a new category, you can do it here. Don’t forget to then go to the Categories page to fill in the needed details (description, image, etc.). A new category will not automatically appear in your shop's menu, please read the Help about it.] => If you want to quickly create a new category, you can do it here. Don’t forget to then go to the Categories page to fill in the needed details (description, image, etc.). A new category will not automatically appear in your shop's menu, please read the Help about it. [Search categories] => Search categories [Does this combination have a different price? Is it cheaper or more expensive than the default retail price?] => Does this combination have a different price? Is it cheaper or more expensive than the default retail price? [The minimum quantity required to buy this product (set to 1 to disable this feature). E.g.: if set to 3, customers will be able to purchase the product only if they take at least 3 in quantity.] => The minimum quantity required to buy this product (set to 1 to disable this feature). E.g.: if set to 3, customers will be able to purchase the product only if they take at least 3 in quantity. [The email will be sent to all the users who have the right to run the stock page. To modify the permissions, go to [1]Advanced Parameters > Team[/1]] => The email will be sent to all the users who have the right to run the stock page. To modify the permissions, go to [1]Advanced Parameters > Team[/1] [This type of product code is specific to Europe and Japan, but is widely used internationally. It is a superset of the UPC code: all products marked with an EAN will be accepted in North America.] => This type of product code is specific to Europe and Japan, but is widely used internationally. It is a superset of the UPC code: all products marked with an EAN will be accepted in North America. [Combinations are the different variations of a product, with attributes like its size, weight or color taking different values. To create a combination, you need to create your product attributes first. Go to Catalog > Attributes & Features for this!] => Combinations are the different variations of a product, with attributes like its size, weight or color taking different values. To create a combination, you need to create your product attributes first. Go to Catalog > Attributes & Features for this! [To add combinations, you first need to create proper attributes and values in [1]%attributes_and_features_label%[/1]. When done, you may enter the wanted attributes (like "size" or "color") and their respective values ("XS", "red", "all", etc.) in the field below; or simply select them from the right column. Then click on "%generate_label%": it will automatically create all the combinations for you!] => To add combinations, you first need to create proper attributes and values in [1]%attributes_and_features_label%[/1]. When done, you may enter the wanted attributes (like "size" or "color") and their respective values ("XS", "red", "all", etc.) in the field below; or simply select them from the right column. Then click on "%generate_label%": it will automatically create all the combinations for you! [This is the human-readable URL, as generated from the product's name. You can change it if you want.] => This is the human-readable URL, as generated from the product's name. You can change it if you want. [When your product is disabled, choose to which page you’d like to redirect the customers visiting its page by typing the product or category name.] => When your product is disabled, choose to which page you’d like to redirect the customers visiting its page by typing the product or category name. [No redirection (404) = Do not redirect anywhere and display a 404 "Not Found" page.] => No redirection (404) = Do not redirect anywhere and display a 404 "Not Found" page. [No redirection (410) = Do not redirect anywhere and display a 410 "Gone" page.] => No redirection (410) = Do not redirect anywhere and display a 410 "Gone" page. [Permanent redirection (301) = Permanently display another product or category instead.] => Permanent redirection (301) = Permanently display another product or category instead. [Temporary redirection (302) = Temporarily display another product or category instead.] => Temporary redirection (302) = Temporarily display another product or category instead. [Default behavior is specified in the Shop Parameters > Product settings page.] => Default behavior is specified in the Shop Parameters > Product settings page. [No redirection (200), display product = Do not redirect anywhere, display product as discontinued and return normal 200 response.] => No redirection (200), display product = Do not redirect anywhere, display product as discontinued and return normal 200 response. [No redirection (404), display product = Do not redirect anywhere, display product as discontinued and return 404 "Not Found" response.] => No redirection (404), display product = Do not redirect anywhere, display product as discontinued and return 404 "Not Found" response. [No redirection (410), display product = Do not redirect anywhere, display product as discontinued and return 410 "Gone" response.] => No redirection (410), display product = Do not redirect anywhere, display product as discontinued and return 410 "Gone" response. [No redirection (404), display error page = Do not redirect anywhere and display a 404 "Not Found" page.] => No redirection (404), display error page = Do not redirect anywhere and display a 404 "Not Found" page. [No redirection (410), display error page = Do not redirect anywhere and display a 410 "Gone" page.] => No redirection (410), display error page = Do not redirect anywhere and display a 410 "Gone" page. [Display delivery time for a product is advised for merchants selling in Europe to comply with the local laws.] => Display delivery time for a product is advised for merchants selling in Europe to comply with the local laws. [If a carrier has a tax, it will be added to the shipping fees. Does not apply to free shipping.] => If a carrier has a tax, it will be added to the shipping fees. Does not apply to free shipping. [edit] => edit [This interface allows you to specify the suppliers of the current product and its combinations, if any.] => This interface allows you to specify the suppliers of the current product and its combinations, if any. [You can specify supplier references according to previously associated suppliers.] => You can specify supplier references according to previously associated suppliers. [When using the advanced stock management tool (see Shop Parameters > Products settings), the values you define (price, references) will be used in supply orders.] => When using the advanced stock management tool (see Shop Parameters > Products settings), the values you define (price, references) will be used in supply orders. [You can specify product reference(s) for each associated supplier. Click "%save_label%" after changing selected suppliers to display the associated product references.] => You can specify product reference(s) for each associated supplier. Click "%save_label%" after changing selected suppliers to display the associated product references. [This interface allows you to specify the warehouse in which the product is stocked.] => This interface allows you to specify the warehouse in which the product is stocked. [It is also possible to specify the location within the warehouse for each product or combination.] => It is also possible to specify the location within the warehouse for each product or combination. [Number of days this file can be accessed by customers. Set to zero for unlimited access.] => Number of days this file can be accessed by customers. Set to zero for unlimited access. [Upload a file from your computer (%maxUploadSize% max.)] => Upload a file from your computer (%maxUploadSize% max.) [The full filename with its extension (e.g. Book.pdf)] => The full filename with its extension (e.g. Book.pdf) [Number of downloads allowed per customer. Set to 0 for unlimited downloads.] => Number of downloads allowed per customer. Set to 0 for unlimited downloads. [If set, the file will not be downloadable after this date. Leave blank if you do not wish to attach an expiration date.] => If set, the file will not be downloadable after this date. Leave blank if you do not wish to attach an expiration date. [Combinations are the different variations of a product, with attributes like its size, weight or color taking different values. Does your product require combinations?] => Combinations are the different variations of a product, with attributes like its size, weight or color taking different values. Does your product require combinations? [Advanced settings in [1][2]Combinations[/1]] => Advanced settings in [1][2]Combinations[/1] [Your reference code for this product. Allowed special characters: .-_#.] => Your reference code for this product. Allowed special characters: .-_#. [How many products should be available for sale?] => How many products should be available for sale? [Advanced settings in [1][2]Quantities[/1]] => Advanced settings in [1][2]Quantities[/1] [This is the retail price at which you intend to sell this product to your customers. The tax included price will change according to the tax rule you select.] => This is the net sales price for your customers. The retail price will automatically be calculated using the applied tax rate. [Advanced settings in [1][2]Pricing[/1]] => Advanced settings in [1][2]Pricing[/1] [MPN is used internationally to identify the Manufacturer Part Number.] => MPN is used internationally to identify the Manufacturer Part Number. [This type of product code is widely used in the United States, Canada, the United Kingdom, Australia, New Zealand and in other countries.] => This type of product code is widely used in the United States, Canada, the United Kingdom, Australia, New Zealand and in other countries. [ISBN is used internationally to identify books and their various editions.] => The International Standard Book Number (ISBN) is used to identify books and other publications. [Tags are meant to help your customers find your products via the search bar.] => Tags facilitate the product search for customers using the search bar. [Choose terms and keywords that your customers will use to search for this product and make sure you are consistent with the tags you may have already used.] => Choose terms and keywords which your potential customers commonly would search for when looking for this product. Make sure that they are consistent with the tags you may have already defined. [You can manage tag aliases in the [1]Search section[/1]. If you add new tags, you have to rebuild the index.] => You can manage tag aliases in the [1]Search section[/1]. If you add new tags, you have to rebuild the index. [Not all shops sell new products. This option enables you to indicate the condition of the product. It can be required on some marketplaces.] => Not all shops sell new products. This option enables you to indicate the condition of the product. It can be required on some marketplaces. [This is the price at which you intend to sell this product to your customers. The tax included price will change according to the tax rule you select.] => This is the net sales price for your customers. The retail price will automatically be calculated using the applied tax rate. [Some products can be purchased by unit (per bottle, per pound, etc.), and this is the price for one unit. For instance, if you’re selling fabrics, it would be the price per meter.] => Some products can be purchased by unit (per bottle, per pound, etc.), and this is the price for one unit. For instance, if you’re selling fabrics, it would be the price per meter. [The cost price is the price you paid for the product. Do not include the tax. It should be lower than the retail price: the difference between the two will be your margin.] => The cost price is the price you paid for the product. Do not include the tax. It should be lower than the retail price: the difference between the two will be your margin. [You can set specific prices for customers belonging to different groups, different countries, etc.] => You can set specific prices for customers belonging to different groups, different countries, etc. [Sometimes one customer can fit into multiple price rules. Priorities allow you to define which rules apply first.] => Sometimes one customer can fit into multiple price rules. Priorities allow you to define which rules apply first. [Invalid token] => Invalid token [[1]Invalid token[/1]: direct access to this link may lead to a potential security breach.] => [1]Invalid token[/1]: direct access to this link may lead to a potential security breach. [Do you want to display this page?] => Do you want to display this page? [Yes, I understand the risks] => I understand the risk [Take me out of there!] => Take me out of there! [Click on "%displayed_label%" to index the category on your shop.] => Click on "%displayed_label%" to index the category on your shop. [If you want a category to appear in the menu of your shop, go to [1]Modules > Module Manager[/1] and configure your menu module.] => If you want a category to appear in the menu of your shop, go to [1]Modules > Module Manager[/1] and configure your menu module. [This is the main image for your category, displayed in the category page. The category description will overlap this image and appear in its top-left corner.] => This is the main image for your category, displayed in the category page. The category description will overlap this image and appear in its top-left corner. [Displays a small image in the parent category's page, if the theme allows it.] => Displays a small image in the parent category's page, if the theme allows it. [The category thumbnail appears in the menu as a small image representing the category, if the theme allows it.] => The category thumbnail appears in the menu as a small image representing the category, if the theme allows it. [Only letters, numbers, underscore (_) and the minus (-) character are allowed.] => Only letters, numbers, underscore (_) and the minus (-) character are allowed. [Mark all of the customer groups which you would like to have access to this category.] => Mark all of the customer groups which you would like to have access to this category. [You now have three default customer groups.] => You now have three default customer groups. [An empty category is a category that has no product directly associated to it. An empty category may however contain products through its subcategories.] => An empty category is a category that has no product directly associated to it. An empty category may however contain products through its subcategories. [To add combinations, you first need to create proper attributes and values in [1]%attributes_and_features_label%[/1].] => To add combinations, you first need to create proper attributes and values in [1]%attributes_and_features_label%[/1]. ) [ShopDemoCatalog] => Array ( [Size] => Size [Shoe size] => Shoe size [Color] => Color [S] => S [M] => M [L] => L [One size] => One size [Grey] => Gray [Taupe] => Taupe [Beige] => Beige [White] => White [Off White] => Off White [Red] => Red [Black] => Black [Camel] => Camel [Orange] => Orange [Blue] => Blue [Green] => Green [Yellow] => Yellow [Brown] => Brown [35] => 35 [36] => 36 [37] => 37 [38] => 38 [39] => 39 [40] => 40 [Pink] => Pink [Height] => Height [Width] => Width [Depth] => Depth [Weight] => Weight [Compositions] => Compositions [Styles] => Styles [Properties] => Properties [Polyester] => Polyester [Wool] => Wool [Viscose] => Viscose [Elastane] => Elastane [Cotton] => Cotton [Silk] => Silk [Suede] => Suede [Straw] => Straw [Leather] => Leather [Classic] => Classic [Casual] => Casual [Military] => Military [Girly] => Girly [Rock] => Rock [Basic] => Basic [Dressy] => Dressy [Short Sleeve] => Short Sleeve [Colorful Dress] => Colorful Dress [Short Dress] => Short Dress [Midi Dress] => Midi Dress [Maxi Dress] => Maxi Dress [2.75 in] => 2.75 in [2.06 in] => 2.06 in [49.2 g] => 49.2 g [0.26 in] => 0.26 in [1.07 in] => 1.07 in [1.62 in] => 1.62 in [15.5 g] => 15.5 g [0.41 in (clip included)] => 0.41 in (clip included) [4.33 in] => 4.33 in [2.76 in] => 2.76 in [120g] => 120 g [0.31 in] => 0.31 in [120 g] => 120 g ) ) [metadata:Symfony\Component\Translation\MessageCatalogue:private] => Array ( ) [resources:Symfony\Component\Translation\MessageCatalogue:private] => Array ( ) [locale:Symfony\Component\Translation\MessageCatalogue:private] => en-US [fallbackCatalogue:Symfony\Component\Translation\MessageCatalogue:private] => Symfony\Component\Translation\MessageCatalogue Object ( [messages:Symfony\Component\Translation\MessageCatalogue:private] => Array ( ) [metadata:Symfony\Component\Translation\MessageCatalogue:private] => Array ( ) [resources:Symfony\Component\Translation\MessageCatalogue:private] => Array ( ) [locale:Symfony\Component\Translation\MessageCatalogue:private] => en [fallbackCatalogue:Symfony\Component\Translation\MessageCatalogue:private] => [parent:Symfony\Component\Translation\MessageCatalogue:private] => Symfony\Component\Translation\MessageCatalogue Object *RECURSION* ) [parent:Symfony\Component\Translation\MessageCatalogue:private] => ) ) [locale:Symfony\Component\Translation\Translator:private] => en-US [fallbackLocales:Symfony\Component\Translation\Translator:private] => Array ( ) [loaders:Symfony\Component\Translation\Translator:private] => Array ( ) [resources:Symfony\Component\Translation\Translator:private] => Array ( ) [formatter:Symfony\Component\Translation\Translator:private] => Symfony\Component\Translation\Formatter\MessageFormatter Object ( [translator:Symfony\Component\Translation\Formatter\MessageFormatter:private] => Symfony\Component\Translation\IdentityTranslator Object ( [selector:Symfony\Component\Translation\IdentityTranslator:private] => [locale:Symfony\Component\Translation\IdentityTranslator:private] => ) [intlFormatter:Symfony\Component\Translation\Formatter\MessageFormatter:private] => Symfony\Component\Translation\Formatter\IntlFormatter Object ( [hasMessageFormatter:Symfony\Component\Translation\Formatter\IntlFormatter:private] => [cache:Symfony\Component\Translation\Formatter\IntlFormatter:private] => Array ( ) ) ) [cacheDir:Symfony\Component\Translation\Translator:private] => /data05/virt2670/domeenid/www.ewsound.ee/shop/var/cache/dev/translations [debug:Symfony\Component\Translation\Translator:private] => [cacheVary:Symfony\Component\Translation\Translator:private] => Array ( ) [configCacheFactory:Symfony\Component\Translation\Translator:private] => Symfony\Component\Config\ConfigCacheFactory Object ( [debug:Symfony\Component\Config\ConfigCacheFactory:private] => ) [parentLocales:Symfony\Component\Translation\Translator:private] => [hasIntlFormatter:Symfony\Component\Translation\Translator:private] => 1 ) [priceFormatter:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => PrestaShop\PrestaShop\Adapter\Product\PriceFormatter Object ( ) [products:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [totals:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [subTotals:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [summaryString:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [productsCount:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [vouchers:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [minimalPurchase:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [minimalPurchaseRequired:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [labels:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [idAddressDelivery:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [idAddressInvoice:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [isVirtual:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [discounts:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => [link:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// [ssl_enable:protected] => 1 [urlShopId:protected] => ) [imageRetriever:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartLazyArray:private] => PrestaShop\PrestaShop\Adapter\Image\ImageRetriever Object ( [link:PrestaShop\PrestaShop\Adapter\Image\ImageRetriever:private] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// [ssl_enable:protected] => 1 [urlShopId:protected] => ) [isMultipleImageFormatFeatureActive:PrestaShop\PrestaShop\Adapter\Image\ImageRetriever:private] => ) [arrayAccessList:PrestaShop\PrestaShop\Adapter\Presenter\AbstractLazyArray:private] => ArrayObject Object ( [storage:ArrayObject:private] => Array ( [products] => Array ( [type] => method [value] => getProducts [isRewritable] => 1 ) [totals] => Array ( [type] => method [value] => getTotals [isRewritable] => 1 ) [subtotals] => Array ( [type] => method [value] => getSubtotals [isRewritable] => 1 ) [products_count] => Array ( [type] => method [value] => getProductsCount [isRewritable] => 1 ) [summary_string] => Array ( [type] => method [value] => getSummaryString [isRewritable] => 1 ) [labels] => Array ( [type] => method [value] => getLabels [isRewritable] => 1 ) [id_address_delivery] => Array ( [type] => method [value] => getIdAddressDelivery [isRewritable] => 1 ) [id_address_invoice] => Array ( [type] => method [value] => getIdAddressInvoice [isRewritable] => 1 ) [is_virtual] => Array ( [type] => method [value] => getIsVirtual [isRewritable] => 1 ) [vouchers] => Array ( [type] => method [value] => getVouchers [isRewritable] => 1 ) [discounts] => Array ( [type] => method [value] => getDiscounts [isRewritable] => 1 ) [minimalPurchase] => Array ( [type] => method [value] => getMinimalPurchase [isRewritable] => 1 ) [minimalPurchaseRequired] => Array ( [type] => method [value] => getMinimalPurchaseRequired [isRewritable] => 1 ) ) ) [arrayAccessIterator:PrestaShop\PrestaShop\Adapter\Presenter\AbstractLazyArray:private] => ArrayIterator Object ( [storage:ArrayIterator:private] => ArrayObject Object ( [storage:ArrayObject:private] => Array ( [products] => Array ( [type] => method [value] => getProducts [isRewritable] => 1 ) [totals] => Array ( [type] => method [value] => getTotals [isRewritable] => 1 ) [subtotals] => Array ( [type] => method [value] => getSubtotals [isRewritable] => 1 ) [products_count] => Array ( [type] => method [value] => getProductsCount [isRewritable] => 1 ) [summary_string] => Array ( [type] => method [value] => getSummaryString [isRewritable] => 1 ) [labels] => Array ( [type] => method [value] => getLabels [isRewritable] => 1 ) [id_address_delivery] => Array ( [type] => method [value] => getIdAddressDelivery [isRewritable] => 1 ) [id_address_invoice] => Array ( [type] => method [value] => getIdAddressInvoice [isRewritable] => 1 ) [is_virtual] => Array ( [type] => method [value] => getIsVirtual [isRewritable] => 1 ) [vouchers] => Array ( [type] => method [value] => getVouchers [isRewritable] => 1 ) [discounts] => Array ( [type] => method [value] => getDiscounts [isRewritable] => 1 ) [minimalPurchase] => Array ( [type] => method [value] => getMinimalPurchase [isRewritable] => 1 ) [minimalPurchaseRequired] => Array ( [type] => method [value] => getMinimalPurchaseRequired [isRewritable] => 1 ) ) ) ) [methodCacheResults:PrestaShop\PrestaShop\Adapter\Presenter\AbstractLazyArray:private] => Array ( ) ) [nocache] => ) [currency] => Smarty_Variable Object ( [value] => Array ( [id] => 1 [name] => Euro [iso_code] => EUR [iso_code_num] => 978 [sign] => € ) [nocache] => ) [customer] => Smarty_Variable Object ( [value] => Array ( [lastname] => [firstname] => [email] => [last_passwd_gen] => [birthday] => [newsletter] => [newsletter_date_add] => [ip_registration_newsletter] => [optin] => [website] => [company] => [siret] => [ape] => [outstanding_allow_amount] => 0 [max_payment_days] => 0 [active] => 1 [note] => [is_guest] => [id_shop] => [id_shop_group] => [id_default_group] => 1 [date_add] => [date_upd] => [reset_password_token] => [reset_password_validity] => [id] => [is_logged] => [gender] => Array ( [type] => [name] => [id] => ) [risk] => Array ( [name] => [color] => [percent] => [id] => ) [addresses] => Array ( ) ) [nocache] => ) [country] => Smarty_Variable Object ( [value] => Array ( [id_zone] => 13 [id_currency] => 0 [call_prefix] => 372 [iso_code] => EE [active] => 1 [contains_states] => 0 [need_identification_number] => 0 [need_zip_code] => 1 [zip_code_format] => NNNNN [display_tax_label] => 1 [name] => Eesti [id] => 86 ) [nocache] => ) [language] => Smarty_Variable Object ( [value] => Array ( [name] => English (English) [iso_code] => en [locale] => en-US [language_code] => en-us [active] => 1 [is_rtl] => 0 [date_format_lite] => m/d/Y [date_format_full] => m/d/Y H:i:s [id] => 1 ) [nocache] => ) [page] => Smarty_Variable Object ( [value] => Array ( [title] => [canonical] => https://shop.ewsound.ee/en/10_dbx [meta] => Array ( [title] => dbx [description] => [keywords] => [robots] => index ) [page_name] => manufacturer [body_classes] => Array ( [lang-en] => 1 [lang-rtl] => [country-EE] => 1 [currency-EUR] => 1 [layout-full-width] => 1 [page-manufacturer] => 1 [tax-display-enabled] => 1 [page-customer-account] => [manufacturer-id-10] => 1 [manufacturer-dbx] => 1 ) [admin_notifications] => Array ( ) [password-policy] => Array ( [feedbacks] => Array ( [0] => Very weak [1] => Weak [2] => Average [3] => Strong [4] => Very strong [Straight rows of keys are easy to guess] => Straight rows of keys are easy to guess [Short keyboard patterns are easy to guess] => Short keyboard patterns are easy to guess [Use a longer keyboard pattern with more turns] => Use a longer keyboard pattern with more turns [Repeats like "aaa" are easy to guess] => Repeats like "aaa" are easy to guess [Repeats like "abcabcabc" are only slightly harder to guess than "abc"] => Repeats like "abcabcabc" are only slightly harder to guess than "abc" [Sequences like abc or 6543 are easy to guess] => Sequences like "abc" or "6543" are easy to guess. [Recent years are easy to guess] => Recent years are easy to guess [Dates are often easy to guess] => Dates are often easy to guess [This is a top-10 common password] => This is a top-10 common password [This is a top-100 common password] => This is a top-100 common password [This is a very common password] => This is a very common password [This is similar to a commonly used password] => This is similar to a commonly used password [A word by itself is easy to guess] => A word by itself is easy to guess [Names and surnames by themselves are easy to guess] => Names and surnames by themselves are easy to guess [Common names and surnames are easy to guess] => Common names and surnames are easy to guess [Use a few words, avoid common phrases] => Use a few words, avoid common phrases [No need for symbols, digits, or uppercase letters] => No need for symbols, digits, or uppercase letters [Avoid repeated words and characters] => Avoid repeated words and characters [Avoid sequences] => Avoid sequences [Avoid recent years] => Avoid recent years [Avoid years that are associated with you] => Avoid years that are associated with you [Avoid dates and years that are associated with you] => Avoid dates and years that are associated with you [Capitalization doesn't help very much] => Capitalization doesn't help very much [All-uppercase is almost as easy to guess as all-lowercase] => All-uppercase is almost as easy to guess as all-lowercase [Reversed words aren't much harder to guess] => Reversed words aren't much harder to guess [Predictable substitutions like '@' instead of 'a' don't help very much] => Predictable substitutions like "@" instead of "a" don't help very much. [Add another word or two. Uncommon words are better.] => Add another word or two. Uncommon words are better. ) ) ) [nocache] => ) [shop] => Smarty_Variable Object ( [value] => Array ( [id] => 1 [group_id] => 1 [name] => OÜ EW Sound & Light [email] => [email protected] [registration_number] => Reg. no: 11341201 KMKR: EE101124490 [long] => [lat] => [logo] => https://shop.ewsound.ee/img/ew-sound-light-logo-1616416137.jpg [logo_details] => Array ( [src] => https://shop.ewsound.ee/img/ew-sound-light-logo-1616416137.jpg [width] => 1013 [height] => 238 ) [stores_icon] => https://shop.ewsound.ee/img/logo_stores.png [favicon] => https://shop.ewsound.ee/img/favicon.ico [favicon_update_time] => 1616416137 [address] => Array ( [formatted] => Raua 1/Pronksi 610124 TallinnEstonia [address1] => Raua 1/Pronksi 6 [address2] => [postcode] => 10124 [city] => Tallinn [state] => [country] => Estonia ) [phone] => +372 6612 767 [fax] => ) [nocache] => ) [core_js_public_path] => Smarty_Variable Object ( [value] => /themes/ [nocache] => ) [urls] => Smarty_Variable Object ( [value] => Array ( [base_url] => https://shop.ewsound.ee/ [current_url] => https://shop.ewsound.ee/en/10_dbx [shop_domain_url] => https://shop.ewsound.ee [img_ps_url] => https://shop.ewsound.ee/img/ [img_cat_url] => https://shop.ewsound.ee/img/c/ [img_lang_url] => https://shop.ewsound.ee/img/l/ [img_prod_url] => https://shop.ewsound.ee/img/p/ [img_manu_url] => https://shop.ewsound.ee/img/m/ [img_sup_url] => https://shop.ewsound.ee/img/su/ [img_ship_url] => https://shop.ewsound.ee/img/s/ [img_store_url] => https://shop.ewsound.ee/img/st/ [img_col_url] => https://shop.ewsound.ee/img/co/ [img_url] => https://shop.ewsound.ee/themes/javo/assets/img/ [css_url] => https://shop.ewsound.ee/themes/javo/assets/css/ [js_url] => https://shop.ewsound.ee/themes/javo/assets/js/ [pic_url] => https://shop.ewsound.ee/upload/ [theme_assets] => https://shop.ewsound.ee/themes/javo/assets/ [theme_dir] => https://shop.ewsound.ee/themes/javo/ [pages] => Array ( [address] => https://shop.ewsound.ee/en/address [addresses] => https://shop.ewsound.ee/en/addresses [authentication] => https://shop.ewsound.ee/en/login [manufacturer] => https://shop.ewsound.ee/en/brands [cart] => https://shop.ewsound.ee/en/cart [category] => https://shop.ewsound.ee/en/index.php?controller=category [cms] => https://shop.ewsound.ee/en/index.php?controller=cms [contact] => https://shop.ewsound.ee/en/contact-us [discount] => https://shop.ewsound.ee/en/discount [guest_tracking] => https://shop.ewsound.ee/en/guest-tracking [history] => https://shop.ewsound.ee/en/order-history [identity] => https://shop.ewsound.ee/en/identity [index] => https://shop.ewsound.ee/en/ [my_account] => https://shop.ewsound.ee/en/my-account [order_confirmation] => https://shop.ewsound.ee/en/order-confirmation [order_detail] => https://shop.ewsound.ee/en/index.php?controller=order-detail [order_follow] => https://shop.ewsound.ee/en/order-follow [order] => https://shop.ewsound.ee/en/order [order_return] => https://shop.ewsound.ee/en/index.php?controller=order-return [order_slip] => https://shop.ewsound.ee/en/credit-slip [pagenotfound] => https://shop.ewsound.ee/en/page-not-found [password] => https://shop.ewsound.ee/en/password-recovery [pdf_invoice] => https://shop.ewsound.ee/en/index.php?controller=pdf-invoice [pdf_order_return] => https://shop.ewsound.ee/en/index.php?controller=pdf-order-return [pdf_order_slip] => https://shop.ewsound.ee/en/index.php?controller=pdf-order-slip [prices_drop] => https://shop.ewsound.ee/en/prices-drop [product] => https://shop.ewsound.ee/en/index.php?controller=product [registration] => https://shop.ewsound.ee/en/index.php?controller=registration [search] => https://shop.ewsound.ee/en/search [sitemap] => https://shop.ewsound.ee/en/sitemap [stores] => https://shop.ewsound.ee/en/stores [supplier] => https://shop.ewsound.ee/en/supplier [new_products] => https://shop.ewsound.ee/en/new-products [brands] => https://shop.ewsound.ee/en/brands [register] => https://shop.ewsound.ee/en/index.php?controller=registration [order_login] => https://shop.ewsound.ee/en/order?login=1 ) [alternative_langs] => Array ( [en-us] => https://shop.ewsound.ee/en/10_dbx [et] => https://shop.ewsound.ee/et/10_dbx ) [actions] => Array ( [logout] => https://shop.ewsound.ee/en/?mylogout= ) [no_picture_image] => Array ( [bySize] => Array ( [small_default] => Array ( [url] => https://shop.ewsound.ee/img/p/en-default-small_default.jpg [width] => 98 [height] => 98 ) [cart_default] => Array ( [url] => https://shop.ewsound.ee/img/p/en-default-cart_default.jpg [width] => 125 [height] => 125 ) [home_default] => Array ( [url] => https://shop.ewsound.ee/img/p/en-default-home_default.jpg [width] => 250 [height] => 250 ) [medium_default] => Array ( [url] => https://shop.ewsound.ee/img/p/en-default-medium_default.jpg [width] => 452 [height] => 452 ) [large_default] => Array ( [url] => https://shop.ewsound.ee/img/p/en-default-large_default.jpg [width] => 800 [height] => 800 ) ) [small] => Array ( [url] => https://shop.ewsound.ee/img/p/en-default-small_default.jpg [width] => 98 [height] => 98 ) [medium] => Array ( [url] => https://shop.ewsound.ee/img/p/en-default-home_default.jpg [width] => 250 [height] => 250 ) [large] => Array ( [url] => https://shop.ewsound.ee/img/p/en-default-large_default.jpg [width] => 800 [height] => 800 ) [legend] => ) ) [nocache] => ) [configuration] => Smarty_Variable Object ( [value] => Array ( [display_taxes_label] => 1 [display_prices_tax_incl] => 1 [taxes_enabled] => 1 [low_quantity_threshold] => 2 [is_b2b] => 1 [is_catalog] => [show_prices] => 1 [opt_in] => Array ( [partner] => 1 ) [quantity_discount] => Array ( [type] => price [label] => Unit price ) [voucher_enabled] => 1 [return_enabled] => 0 [number_of_days_for_return] => 14 [password_policy] => Array ( [minimum_length] => 8 [maximum_length] => 72 [minimum_score] => 3 ) ) [nocache] => ) [field_required] => Smarty_Variable Object ( [value] => Array ( ) [nocache] => ) [breadcrumb] => Smarty_Variable Object ( [value] => Array ( [links] => Array ( [0] => Array ( [title] => Home [url] => https://shop.ewsound.ee/en/ ) [1] => Array ( [title] => Brands [url] => https://shop.ewsound.ee/en/brands ) [2] => Array ( [title] => dbx [url] => https://shop.ewsound.ee/en/10_dbx ) ) [count] => 3 ) [nocache] => ) [link] => Smarty_Variable Object ( [value] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// [ssl_enable:protected] => 1 [urlShopId:protected] => ) [nocache] => ) [time] => Smarty_Variable Object ( [value] => 1742483599 [nocache] => ) [static_token] => Smarty_Variable Object ( [value] => 77b3b6eb4e8ca95e669cb7c2310b9832 [nocache] => ) [token] => Smarty_Variable Object ( [value] => c017c4d11a057992a7edf4d543a02726 [nocache] => ) [debug] => Smarty_Variable Object ( [value] => 1 [nocache] => ) ) [parent] => [config_vars] => Array ( ) [ext] => Smarty_Internal_Extension_Handler Object ( [objType] => 1 [_property_info:Smarty_Internal_Extension_Handler:private] => Array ( [AutoloadFilters] => 0 [DefaultModifiers] => 0 [ConfigVars] => 0 [DebugTemplate] => 0 [RegisteredObject] => 0 [StreamVariable] => 0 [TemplateVars] => 0 [Literals] => Literals ) [resolvedProperties:Smarty_Internal_Extension_Handler:private] => Array ( ) [registerResource] => Smarty_Internal_Method_RegisterResource Object ( [objMap] => 3 ) [registerPlugin] => Smarty_Internal_Method_RegisterPlugin Object ( [objMap] => 3 ) [createData] => Smarty_Internal_Method_CreateData Object ( [objMap] => 3 ) ) ) [config_vars] => Array ( ) [ext] => Smarty_Internal_Extension_Handler Object ( [objType] => 4 [_property_info:Smarty_Internal_Extension_Handler:private] => Array ( [AutoloadFilters] => 0 [DefaultModifiers] => 0 [ConfigVars] => 0 [DebugTemplate] => 0 [RegisteredObject] => 0 [StreamVariable] => 0 [TemplateVars] => 0 [Literals] => Literals ) [resolvedProperties:Smarty_Internal_Extension_Handler:private] => Array ( ) ) ) [current_subtemplate:protected] => [tabs:protected] => Array ( ) [container:ModuleCore:private] => [multistoreCompatibility] => 0 ) Argument [1] displayHeader Argument [2]
64. $this->registerHook('actionAdminControllerSetMedia');
65. $this->registerHook('displayAdminCatalogTwigProductHeader');
66. $this->registerHook('displayAdminCatalogTwigProductFilter');
67. $this->registerHook('displayAdminCatalogTwigListingProductFields');
68. $this->registerHook('actionAdminProductsListingFieldsModifier');
69. $this->registerHook('displayHeader');
70.
71.
72. // Check if POST request is an ajax request
73.
74. $this->cronLogger = new FileLogger(0); //0 == debug level, logDebug() won’t work without this.
Argument [0] displayHeader
118. if (count($args) > 0) {
119. return $refl->newInstanceArgs($args);
120. } else {
121. // newInstanceArgs with empty array fails in PHP 5.3 when the class
122. // doesn't have an explicitly defined constructor
123. return $refl->newInstance();
124. }
125. }
126.
127. private function doMake($serviceName, array $alreadySeen = [])
128. {
148. } elseif (!is_string($constructor)) {
149. // user already provided the value, no need to construct it.
150. $service = $constructor;
151. } else {
152. // assume the $constructor is a class name
153. $service = $this->makeInstanceFromClassName($constructor, $alreadySeen);
154. }
155.
156. if ($binding['shared']) {
157. $this->instances[$serviceName] = $service;
158. }
Argument [0] vp_erply Argument [1] Array ( [vp_erply] => 1 )
161. }
162. }
163.
164. public function make($serviceName)
165. {
166. return $this->doMake($serviceName, []);
167. }
168. }
Argument [0] vp_erply Argument [1] Array ( [vp_erply] => 1 )
65. {
66. if (null === self::$service_container) {
67. throw new CoreException('Service container is not set.');
68. }
69.
70. return self::$service_container->make($serviceName);
71. }
72. }
Argument [0] vp_erply
1253. $r = static::$_INSTANCE[$module_name] = ServiceLocator::get($override);
1254. }
1255. }
1256.
1257. if (!$r && class_exists($module_name, false)) {
1258. $r = static::$_INSTANCE[$module_name] = ServiceLocator::get($module_name);
1259. }
1260.
1261. return $r;
1262. }
1263.
Argument [0] vp_erply
1232. if (!isset(static::$_INSTANCE[$module_name])) {
1233. if (!Tools::file_exists_no_cache(_PS_MODULE_DIR_ . $module_name . '/' . $module_name . '.php')) {
1234. return false;
1235. }
1236.
1237. return Module::coreLoadModule($module_name);
1238. }
1239.
1240. return static::$_INSTANCE[$module_name];
1241. }
1242.
Argument [0] vp_erply
961. continue;
962. }
963. }
964.
965. // We check if this module is valid
966. if (!($moduleInstance = Module::getInstanceByName($hookRegistration['module']))) {
967. continue;
968. }
969.
970. if ($isRegistryEnabled) {
971. $hookRegistry->hookedByModule($moduleInstance);
Argument [0] vp_erply
628. if (!isset($this->context->cart)) {
629. $this->context->cart = new Cart();
630. }
631.
632. $this->context->smarty->assign([
633. 'HOOK_HEADER' => Hook::exec('displayHeader'),
634. ]);
635. }
636.
637. public function initFooter()
638. {
Argument [0] displayHeader
81. * @see FrontController::initContent()
82. */
83. public function initContent()
84. {
85. if (Configuration::get('PS_DISPLAY_MANUFACTURERS')) {
86. parent::initContent();
87.
88. if (Validate::isLoadedObject($this->manufacturer) && $this->manufacturer->active && $this->manufacturer->isAssociatedToShop()) {
89. $this->assignManufacturer();
90. $this->label = $this->trans(
91. 'List of products by brand %brand_name%',
314. if (!$this->content_only && ($this->display_header || (isset($this->className) && $this->className))) {
315. $this->initHeader();
316. }
317.
318. if ($this->viewAccess()) {
319. $this->initContent();
320. } else {
321. $this->errors[] = $this->trans('Access denied.', [], 'Admin.Notifications.Error');
322. }
323.
324. if (!$this->content_only && ($this->display_footer || (isset($this->className) && $this->className))) {
505.
506. // Execute hook dispatcher
507. Hook::exec('actionDispatcher', $params_hook_action_dispatcher);
508.
509. // Running controller
510. $controller->run();
511.
512. // Execute hook dispatcher after
513. Hook::exec('actionDispatcherAfter', $params_hook_action_dispatcher);
514. } catch (PrestaShopException $e) {
515. $e->displayMessage();
23. * @copyright Since 2007 PrestaShop SA and Contributors
24. * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
25. */
26.
27. require dirname(__FILE__).'/config/config.inc.php';
28. Dispatcher::getInstance()->dispatch();