provider: PrestaShop\Module\FacetedSearch\Product\SearchProvider
query: PrestaShop\PrestaShop\Core\Product\Search\ProductSearchQuery
products: PrestaShop\Module\FacetedSearch\Filters\Products
adapter: PrestaShop\Module\FacetedSearch\Adapter\MySQL
caller:
Array
(
    [0] => Array
        (
            [file] => /var/www/vhosts/dev2024.grafill.it/httpdocs/modules/ps_facetedsearch/src/Adapter/MySQL.php
            [line] => 101
            [function] => computeWhereConditions
            [class] => PrestaShop\Module\FacetedSearch\Adapter\MySQL
            [type] => ->
            [args] => Array
                (
                    [0] => Array
                        (
                            [id_product_attribute] => Array
                                (
                                    [tableName] => product_attribute
                                    [tableAlias] => pa
                                    [joinCondition] => (p.id_product = pa.id_product)
                                    [joinType] => LEFT JOIN
                                )

                            [id_attribute] => Array
                                (
                                    [tableName] => product_attribute_combination
                                    [tableAlias] => pac
                                    [joinCondition] => (pa.id_product_attribute = pac.id_product_attribute)
                                    [joinType] => LEFT JOIN
                                    [dependencyField] => id_product_attribute
                                )

                            [id_attribute_group] => Array
                                (
                                    [tableName] => attribute
                                    [tableAlias] => a
                                    [joinCondition] => (a.id_attribute = pac.id_attribute)
                                    [joinType] => INNER JOIN
                                    [dependencyField] => id_attribute
                                )

                            [id_feature] => Array
                                (
                                    [tableName] => feature_product
                                    [tableAlias] => fp
                                    [joinCondition] => (p.id_product = fp.id_product)
                                    [joinType] => INNER JOIN
                                )

                            [id_shop] => Array
                                (
                                    [tableName] => product_shop
                                    [tableAlias] => ps
                                    [joinCondition] => (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE)
                                    [joinType] => INNER JOIN
                                )

                            [visibility] => Array
                                (
                                    [tableName] => product_shop
                                    [tableAlias] => ps
                                    [joinCondition] => (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE)
                                    [joinType] => INNER JOIN
                                )

                            [id_feature_value] => Array
                                (
                                    [tableName] => feature_product
                                    [tableAlias] => fp
                                    [joinCondition] => (p.id_product = fp.id_product)
                                    [joinType] => LEFT JOIN
                                )

                            [id_category] => Array
                                (
                                    [tableName] => category_product
                                    [tableAlias] => cp
                                    [joinCondition] => (p.id_product = cp.id_product)
                                    [joinType] => INNER JOIN
                                )

                            [position] => Array
                                (
                                    [tableName] => category_product
                                    [tableAlias] => cp
                                    [joinCondition] => (p.id_product = cp.id_product)
                                    [joinType] => INNER JOIN
                                )

                            [manufacturer_name] => Array
                                (
                                    [tableName] => manufacturer
                                    [tableAlias] => m
                                    [fieldName] => name
                                    [joinCondition] => (p.id_manufacturer = m.id_manufacturer)
                                    [joinType] => LEFT JOIN
                                )

                            [name] => Array
                                (
                                    [tableName] => product_lang
                                    [tableAlias] => pl
                                    [joinCondition] => (p.id_product = pl.id_product AND pl.id_shop = 1 AND pl.id_lang = 1)
                                    [joinType] => INNER JOIN
                                )

                            [nleft] => Array
                                (
                                    [tableName] => category
                                    [tableAlias] => c
                                    [joinCondition] => (cp.id_category = c.id_category AND c.active=1)
                                    [joinType] => INNER JOIN
                                    [dependencyField] => id_category
                                )

                            [nright] => Array
                                (
                                    [tableName] => category
                                    [tableAlias] => c
                                    [joinCondition] => (cp.id_category = c.id_category AND c.active=1)
                                    [joinType] => INNER JOIN
                                    [dependencyField] => id_category
                                )

                            [level_depth] => Array
                                (
                                    [tableName] => category
                                    [tableAlias] => c
                                    [joinCondition] => (cp.id_category = c.id_category AND c.active=1)
                                    [joinType] => INNER JOIN
                                    [dependencyField] => id_category
                                )

                            [out_of_stock] => Array
                                (
                                    [tableName] => stock_available
                                    [tableAlias] => sa
                                    [joinCondition] => (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 )
                                    [joinType] => LEFT JOIN
                                    [dependencyField] => id_attribute
                                )

                            [quantity] => Array
                                (
                                    [tableName] => stock_available
                                    [tableAlias] => sa
                                    [joinCondition] => (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 )
                                    [joinType] => LEFT JOIN
                                    [dependencyField] => id_attribute
                                    [aggregateFunction] => SUM
                                    [aggregateFieldName] => quantity
                                )

                            [price_min] => Array
                                (
                                    [tableName] => layered_price_index
                                    [tableAlias] => psi
                                    [joinCondition] => (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 1 AND psi.id_country = 10)
                                    [joinType] => INNER JOIN
                                )

                            [price_max] => Array
                                (
                                    [tableName] => layered_price_index
                                    [tableAlias] => psi
                                    [joinCondition] => (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 1 AND psi.id_country = 10)
                                    [joinType] => INNER JOIN
                                )

                            [range_start] => Array
                                (
                                    [tableName] => layered_price_index
                                    [tableAlias] => psi
                                    [joinCondition] => (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 1 AND psi.id_country = 10)
                                    [joinType] => INNER JOIN
                                )

                            [range_end] => Array
                                (
                                    [tableName] => layered_price_index
                                    [tableAlias] => psi
                                    [joinCondition] => (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 1 AND psi.id_country = 10)
                                    [joinType] => INNER JOIN
                                )

                            [id_group] => Array
                                (
                                    [tableName] => category_group
                                    [tableAlias] => cg
                                    [joinCondition] => (cg.id_category = c.id_category)
                                    [joinType] => LEFT JOIN
                                    [dependencyField] => nleft
                                )

                            [sales] => Array
                                (
                                    [tableName] => product_sale
                                    [tableAlias] => psales
                                    [fieldName] => quantity
                                    [fieldAlias] => sales
                                    [joinCondition] => (psales.id_product = p.id_product)
                                    [joinType] => LEFT JOIN
                                )

                            [reduction] => Array
                                (
                                    [tableName] => specific_price
                                    [tableAlias] => sp
                                    [joinCondition] => (
                    sp.id_product = p.id_product AND 
                    sp.id_shop IN (0, 1) AND 
                    sp.id_currency IN (0, 1) AND 
                    sp.id_country IN (0, 10) AND 
                    sp.id_group IN (0, 1) AND 
                    sp.from_quantity = 1 AND
                    sp.reduction > 0 AND
                    sp.id_customer = 0 AND
                    sp.id_cart = 0 AND 
                    (sp.from = '0000-00-00 00:00:00' OR '2025-05-16 19:15:26' >= sp.from) AND 
                    (sp.to = '0000-00-00 00:00:00' OR '2025-05-16 19:15:26' <= sp.to) 
                )
                                    [joinType] => LEFT JOIN
                                )

                        )

                )

        )

    [1] => Array
        (
            [file] => /var/www/vhosts/dev2024.grafill.it/httpdocs/modules/ps_facetedsearch/src/Adapter/MySQL.php
            [line] => 85
            [function] => getQuery
            [class] => PrestaShop\Module\FacetedSearch\Adapter\MySQL
            [type] => ->
            [args] => Array
                (
                )

        )

    [2] => Array
        (
            [file] => /var/www/vhosts/dev2024.grafill.it/httpdocs/modules/ps_facetedsearch/src/Filters/Products.php
            [line] => 88
            [function] => execute
            [class] => PrestaShop\Module\FacetedSearch\Adapter\MySQL
            [type] => ->
            [args] => Array
                (
                )

        )

    [3] => Array
        (
            [file] => /var/www/vhosts/dev2024.grafill.it/httpdocs/modules/ps_facetedsearch/src/Product/SearchProvider.php
            [line] => 188
            [function] => getProductByFilters
            [class] => PrestaShop\Module\FacetedSearch\Filters\Products
            [type] => ->
            [args] => Array
                (
                    [0] => PrestaShop\PrestaShop\Core\Product\Search\ProductSearchQuery Object
                        (
                            [queryType:PrestaShop\PrestaShop\Core\Product\Search\ProductSearchQuery:private] => prices-drop
                            [idCategory:PrestaShop\PrestaShop\Core\Product\Search\ProductSearchQuery:private] => 
                            [idManufacturer:PrestaShop\PrestaShop\Core\Product\Search\ProductSearchQuery:private] => 
                            [idSupplier:PrestaShop\PrestaShop\Core\Product\Search\ProductSearchQuery:private] => 
                            [searchString:PrestaShop\PrestaShop\Core\Product\Search\ProductSearchQuery:private] => 
                            [searchTag:PrestaShop\PrestaShop\Core\Product\Search\ProductSearchQuery:private] => 
                            [encodedFacets:PrestaShop\PrestaShop\Core\Product\Search\ProductSearchQuery:private] => Anno-2011-2012-2013-2014-2015-2017-2022-2023-2025
                            [resultsPerPage:PrestaShop\PrestaShop\Core\Product\Search\ProductSearchQuery:private] => 16
                            [page:PrestaShop\PrestaShop\Core\Product\Search\ProductSearchQuery:private] => 6
                            [sortOrder:PrestaShop\PrestaShop\Core\Product\Search\ProductSearchQuery:private] => PrestaShop\PrestaShop\Core\Product\Search\SortOrder Object
                                (
                                    [entity:PrestaShop\PrestaShop\Core\Product\Search\SortOrder:private] => product
                                    [field:PrestaShop\PrestaShop\Core\Product\Search\SortOrder:private] => name
                                    [direction:PrestaShop\PrestaShop\Core\Product\Search\SortOrder:private] => asc
                                    [label:PrestaShop\PrestaShop\Core\Product\Search\SortOrder:private] => 
                                )

                        )

                    [1] => Array
                        (
                            [id_feature] => Array
                                (
                                    [7] => Array
                                        (
                                            [0] => 978
                                            [1] => 977
                                            [2] => 976
                                            [3] => 975
                                            [4] => 966
                                            [5] => 973
                                            [6] => 968
                                            [7] => 967
                                            [8] => 964
                                        )

                                )

                        )

                )

        )

    [4] => Array
        (
            [file] => /var/www/vhosts/dev2024.grafill.it/httpdocs/classes/controller/ProductListingFrontController.php
            [line] => 358
            [function] => runQuery
            [class] => PrestaShop\Module\FacetedSearch\Product\SearchProvider
            [type] => ->
            [args] => Array
                (
                    [0] => 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] => 341077
                                    [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] => 341077
                                    [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-05-16 19:14:53
                                            [id_lang] => 1
                                            [id_currency] => 1
                                            [user_rand_id] => 439941
                                            [id_guest] => 341077
                                            [id_connections] => 337506
                                            [ga_last_listing] => {"item_list_url":"\/offerte?page=6&q=Anno-2009-2013-2014-2015-2018-2020-2022-2024-2025","item_list_id":"prices-drop","item_list_name":"Offerte"}
                                            [checksum] => 429059e59a033c5be00d3e8d963e57ea009b42b97e257adc8ec9b16cb2c3d324
                                        )

                                    [_name:protected] => PrestaShop-adcdbb423ea13b4d74282e16b8c34443
                                    [_expire:protected] => 1749143725
                                    [_domain:protected] => dev2024.grafill.it
                                    [_sameSite:protected] => Lax
                                    [_path:protected] => /
                                    [cipherTool:protected] => PhpEncryption Object
                                        (
                                        )

                                    [_modified:protected] => 
                                    [_allow_writing:protected] => 1
                                    [_salt:protected] => 980uDPHFXkqHHxvodei3OhwucotrdfKv
                                    [_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] => 1747415725
                                                            [c] => 1747415725
                                                            [l] => 1749143725
                                                        )

                                                    [lastUsed:Symfony\Component\HttpFoundation\Session\Storage\MetadataBag:private] => 1747415725
                                                    [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] => 10
                                    [id_zone] => 1
                                    [id_currency] => 0
                                    [iso_code] => IT
                                    [call_prefix] => 39
                                    [name] => Italia
                                    [contains_states] => 1
                                    [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] => 1
                                    [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] => PricesDropController Object
                                (
                                    [php_self] => prices-drop
                                    [warning] => Array
                                        (
                                        )

                                    [success] => Array
                                        (
                                        )

                                    [info] => Array
                                        (
                                        )

                                    [iso] => 
                                    [orderBy] => 
                                    [orderWay] => 
                                    [p] => 
                                    [n] => 
                                    [auth] => 
                                    [guestAllowed] => 
                                    [authRedirection] => 
                                    [ssl] => 1
                                    [restrictedCountry:protected] => 0
                                    [maintenance:protected] => 1
                                    [redirectionExtraExcludedKeys:protected] => Array
                                        (
                                        )

                                    [nb_items_per_page] => 
                                    [objectPresenter] => PrestaShop\PrestaShop\Adapter\Presenter\Object\ObjectPresenter Object
                                        (
                                        )

                                    [cart_presenter] => PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartPresenter Object
                                        (
                                            [priceFormatter:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartPresenter:private] => PrestaShop\PrestaShop\Adapter\Product\PriceFormatter 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] => 
                                                )

                                            [translator:PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartPresenter:private] => PrestaShopBundle\Translation\TranslatorComponent Object
                                                (
                                                    [catalogues:protected] => Array
                                                        (
                                                            [it-IT] => Symfony\Component\Translation\MessageCatalogue Object
                                                                (
                                                                    [messages:Symfony\Component\Translation\MessageCatalogue:private] => Array
                                                                        (
                                                                            [ShopFormsHelp] => Array
                                                                                (
                                                                                    [DD] => GG
                                                                                    [MM] => MM
                                                                                    [YYYY] => AAAA
                                                                                    [Only letters and the dot (.) character, followed by a space, are allowed.] => Sono consentite solo lettere e il punto (.), seguito da uno spazio.
                                                                                    [(E.g.: %date_format%)] => (Es.: %date_format%)
                                                                                    [Your password length must be between %d and %d] => La lunghezza della tua password deve essere compresa tra %d e %d caratteri
                                                                                    [Customer password is too weak] => La password cliente è troppo debole
                                                                                    [Enter a password to transform your guest account into a customer account.] => Inserisci una password per trasformare il tuo account ospite in un account cliente.
                                                                                    [your@email.com] => iltuo@email.it
                                                                                    [Select reference] => Seleziona riferimento
                                                                                    [optional] => opzionale
                                                                                    [How can we help?] => Come possiamo aiutarti?
                                                                                    [Password input] => Inserimento password
                                                                                    [Don't forget to save your customization to be able to add to cart] => Non dimenticare di salvare la tua personalizzazione per poter riempire il carrello
                                                                                    [Your message here] => Scrivi qui il tuo messaggio
                                                                                    [250 char. max] => Max. 250 caratteri
                                                                                    [No selected file] => Nessun file selezionato
                                                                                    [At least 5 characters long] => Almeno 5 caratteri
                                                                                )

                                                                            [ShopThemeCatalog] => Array
                                                                                (
                                                                                    [New] => Novità
                                                                                    [List of all brands] => Elenco di tutti gli autori
                                                                                    [All brands] => Tutti gli autori
                                                                                    [brands] => autori
                                                                                    [No brand] => Nessun autore
                                                                                    [Brand] => Autore
                                                                                    [Brands] => Autori
                                                                                    [List of products by brand %brand_name%] => Elenco dei prodotti dell'autore %brand_name%
                                                                                    [by] => di
                                                                                    [Tap to zoom] => Chiudi
                                                                                    [Download] => Scarica
                                                                                    [There are no products.] => Non ci sono prodotti
                                                                                    [Related products] => Prodotti correlati
                                                                                    [Products by %brand_name%] => Prodotti di %brand_name%
                                                                                    [Author] => Autore
                                                                                    [Unit discount] => Sconto unità
                                                                                    [Items] => Articoli
                                                                                    [Item] => Articolo
                                                                                    [Categories] => Categorie
                                                                                    [Pages] => Pagine
                                                                                    [Price drop] => Riduzione prezzo
                                                                                    [Best sellers] => Più venduti
                                                                                    [Category: %category_name%] => Categoria: %category_name%
                                                                                    [Prices drop] => Offerte
                                                                                    [Search results] => Risultati ricerca
                                                                                    [%number% products] => %number% prodotti
                                                                                    [%number% product] => %number% prodotto
                                                                                    [List of products by supplier %supplier_name%] => Elenco dei prodotti per fornitore %supplier_name%
                                                                                    [List of all suppliers] => Elenco dei fornitori
                                                                                    [Quantity] => Quantità
                                                                                    [Reference, A to Z] => Riferimento, A - Z
                                                                                    [Reference, Z to A] => Riferimento, Z - A
                                                                                    [%1$s:] => %1$s:
                                                                                    [Search our catalog] => Cerca nel catalogo
                                                                                    [Search] => Cerca
                                                                                    [Sales, highest to lowest] => Vendite, dalla più alta alla più bassa
                                                                                    [Date added, newest to oldest] => Data dell'aggiunta, dalla più recente alla meno recente
                                                                                    [Date added, oldest to newest] => Data dell'aggiunta, dalla meno recente alla più recente
                                                                                    [Used] => Usati
                                                                                    [Refurbished] => imesso a nuovo
                                                                                    [Online only] => Solo online
                                                                                    [On sale!] => In saldo!
                                                                                    [Reduced price] => Prezzo scontato
                                                                                    [Pack] => Pacchetto
                                                                                    [Product available with different options] => Prodotto disponibile con diverse opzioni
                                                                                    [Last items in stock] => Ultimi articoli in magazzino
                                                                                    [ean13] => ean13
                                                                                    [isbn] => isbn
                                                                                    [upc] => Codice a barre UPC
                                                                                    [MPN] => MPN
                                                                                    [Name, A to Z] => Nome, da A a Z
                                                                                    [Name, Z to A] => Nome, da Z ad A
                                                                                    [Price, low to high] => Prezzo, da meno caro a più caro
                                                                                    [Price, high to low] => Prezzo, da più caro a meno caro
                                                                                    [Relevance] => Rilevanza
                                                                                    [Best Sellers] => Migliori vendite
                                                                                    [All best sellers] => Tutte le migliori vendite
                                                                                    [%s other product in the same category:] => %s altri prodotti della stessa categoria:
                                                                                    [%s other products in the same category:] => %s altri prodotti della stessa categoria:
                                                                                    [Customers who bought this product also bought:] => I clienti che hanno acquistato questo prodotto hanno comprato anche:
                                                                                    [My alerts] => I miei avvisi
                                                                                    [Popular Products] => Prodotti Popolari
                                                                                    [All products] => Tutti i prodotti
                                                                                    [New products] => Nuovi prodotti
                                                                                    [All new products] => Tutti i nuovi prodotti
                                                                                    [1 person is currently watching this product.] => 1 persona sta attualmente guardando questo prodotto.
                                                                                    [%nb_people% people are currently watching this product.] => %nb_people% persone stanno attualmente guardando questo prodotto.
                                                                                    [Last time this product was bought: %date_last_order%] => Ultima volta che questo prodotto è stato acquistato: %date_last_order%
                                                                                    [Last time this product was added to a cart: %date_last_cart%] => L'ultima volta che questo prodotto è stato aggiunto al carrello: %date_last_cart%
                                                                                    [No RSS feed added] => Nessun RSS feed aggiunto
                                                                                    [On sale] => In saldo
                                                                                    [All sale products] => Tutti i prodotti in vendita
                                                                                    [All suppliers] => Tutti i fornitori
                                                                                    [No supplier] => Nessun fornitore
                                                                                    [Viewed products] => Prodotti visti
                                                                                    [Regular price] => Prezzo base
                                                                                    [Price] => Prezzo
                                                                                    [Your customization:] => La tua personalizzazione:
                                                                                    [In stock] => In magazzino
                                                                                    [Availability date:] => Disponibile dal:
                                                                                    [Data sheet] => Scheda tecnica
                                                                                    [Specific References] => Riferimenti Specifici
                                                                                    [Condition] => Condizione
                                                                                    [Volume discounts] => Sconti sul volume
                                                                                    [You Save] => Salva
                                                                                    [Save %percentage%] => Risparmia %percentage%
                                                                                    [Save %amount%] => Risparmia %amount%
                                                                                    [%price% tax excl.] => %price% Iva escl.
                                                                                    [Instead of %price%] => Invece di %price%
                                                                                    [Including %amount% for ecotax] => Inclusi %amount% a titolo di ecotassa
                                                                                    [(not impacted by the discount)] => (non influenzato dallo sconto)
                                                                                    [No tax] => Nessuna tassa
                                                                                    [: ] => : 
                                                                                    [Showing %from%-%to% of %total% item(s)] => Visualizzati %from%-%to% su %total% articoli
                                                                                    [There are %product_count% products.] => Ci sono %product_count% prodotti.
                                                                                    [There is 1 product.] => C'è 1 prodotto.
                                                                                    [No products available yet] => Non ci sono ancora prodotti disponibili
                                                                                    [Stay tuned! More products will be shown here as they are added.] => Resta in contatto! Altri prodotti verranno mostrati qui non appena saranno stati aggiunti.
                                                                                    [No matches were found for your search] => Non sono state trovate corrispondenze per la tua ricerca
                                                                                    [Please try other keywords to describe what you are looking for.] => Prova altre parole per descrivere ciò che stai cercando.
                                                                                    [List of products by supplier %s] => Elenco dei prodotti per fornitore %s
                                                                                    [This pack contains] => Questo pacco contiene
                                                                                    [Description] => Descrizione
                                                                                    [Product Details] => Dettagli del prodotto
                                                                                    [Attachments] => Documenti Allegati
                                                                                    [You might also like] => Potrebbe anche piacerti
                                                                                    [Suppliers] => Fornitori
                                                                                    [Product customization] => Personalizzazione del prodotto
                                                                                    [Reference] => Riferimento
                                                                                    [Unit price] => Prezzo unitario
                                                                                    [Total price] => Prezzo totale
                                                                                    [Product] => Prodotto
                                                                                    [No products available] => Nessun prodotto disponibile
                                                                                )

                                                                            [ModulesEcsopcAdmin] => Array
                                                                                (
                                                                                    [Sticky place button on mobile] => Bottone 'Ordina' sticky su mobile
                                                                                    [Save] => Salva
                                                                                    [Flagged invoice] => Fattura preselezionata
                                                                                    [Show reassurance hook] => Mostra hook rassicurazione
                                                                                    [Privacy page] => Pagina privacy
                                                                                    [Enable order notes] => Abilita note ordine
                                                                                    [Three columns] => 3 colonne
                                                                                    [Two columns] => 2 colonne
                                                                                    [Checkout layout] => Layout del checkout
                                                                                    [Off] => Off
                                                                                    [On] => On
                                                                                    [Enable ECS one page checkout] => Abilita il one page checkout
                                                                                    [Settings] => Impostazioni
                                                                                    [One Page Checkout by Fabio Di Benedetto] => One Page Checkout di Fabio Di Benedetto
                                                                                    [ECoSc - One Page Checkout] => ECoSc - One Page Checkout
                                                                                    [Sent success] => Inviato con successo
                                                                                    [Add field] => Aggiungi campo
                                                                                    [Row layout] => Layout riga
                                                                                    [You have to enable "Terms & conditions" in checkout. Go to [that page], enable the option and set a CMS page] => Devi abilitare i "Termini e condizioni" nel checkout. Vai alla [pagina corrispondente], abilita l'opzione e imposta una pagina CMS
                                                                                    [Country of origin of the shop] => Nazione di origine dello shop
                                                                                    [Verify VIES for country of origin] => Verifica VIES per la nazione di origine
                                                                                    [Verify vat number on VIES] => Verifica IVA sul VIES
                                                                                    [Postcode] => CAP
                                                                                    [State] => Provincia
                                                                                    [Country] => Nazione
                                                                                    [Specify on what basis the shipping costs are calculated. Some modules could use the zip number to elaborate the EcsStepShippingPayments] => Specifica in base a cosa sono calcolate le spese di spedizione. Alcuni moduli potrebbero usare il CAP per elaborare le spedizioni
                                                                                    [Shipping calculation based on] => Spedizioni basate su
                                                                                    [Force the compilation of street number as separated mandatory field] => Forza la compilazione del numero civico con un campo obbligatorio separato
                                                                                    [Enable street number] => Abilita il numero civico
                                                                                )

                                                                            [ModulesEcsopcStep] => Array
                                                                                (
                                                                                    [I declare i read [privacy policy] and will adhere to it.] => Dichiaro di aver letto l'[informativa privacy] e acconsento al trattamento dei dati personali
                                                                                    [Payment details] => Dettagli pagamento
                                                                                    [Shipping method] => Metodo di consegna
                                                                                    [Cart summary] => Riepilogo carrello
                                                                                    [Delivery info] => Indirizzo di spedizione
                                                                                    [Contact info] => Info contatto
                                                                                    [in 3 simple steps] => in 3 semplici step
                                                                                    [Customer care] => Servizio clienti
                                                                                    [SSL certificate] => Certificato SSL
                                                                                    [Safe and protected purchase] => Acquisto protetto e sicuro
                                                                                    [Apply] => Applica
                                                                                    [Put here your voucher code] => Inseriscilo qui
                                                                                    [Do you have a voucher?] => Hai un codice promozionale?
                                                                                    [Choose your sector] => Scegli il tuo settore
                                                                                    [If you don't need invoice, remove the flag above] => Spunta la casella se vuoi la fattura
                                                                                    [I need an invoice for this order] => Vuoi la fattura per quest'ordine?
                                                                                    [Shipping and payment] => Metodo di consegna, pagamento e fatturazione
                                                                                    [Personal and Shipping Information] => Inserisci i tuoi dati
                                                                                    [Place order] => Concludi l'ordine
                                                                                    [Login here] => Accedi qui
                                                                                    [insert here for fiscal detraction] => inseriscilo per la detrazione fiscale
                                                                                    [Order notes] => Note per il corriere o generali sull'ordine
                                                                                    [or insert new data] => o inseriscine una nuova
                                                                                    [Select one of data you previously used] => Scegli una delle intestazioni usate in passato
                                                                                    [STEP] => STEP
                                                                                    [Already have an account?] => Hai già un account?
                                                                                    [Connected as [1]%firstname% %lastname%[/1]. Not you? [2]Log out[/2]] => Collegato come [1]%firstname% %lastname%[/1]. Se non sei tu [2]fai log out[/2]
                                                                                    [Personal information] => Informazioni personali e spedizione
                                                                                    [Check data and pay with PayPal] => Controlla i dati e paga su PayPal
                                                                                    [Call us, we answer!] => Contatta il servizio clienti
                                                                                    [Some problem with your order?] => Hai bisogno di assistenza?
                                                                                    [Insert DNI if you want tax deduction] => Inserisci qui il codice fiscale per la detrazione fiscale
                                                                                    [Secure transaction] => Transazione sicura
                                                                                )

                                                                            [ModulesEcsopcError] => Array
                                                                                (
                                                                                    [Could not delete address.] => Non è possibile eliminare questo indirizzo
                                                                                    [Error on address save.] => Errore sul salvataggio dell'indirizzo
                                                                                    [You have to choose a payment method] => Devi scegliere un metodo di pagamento
                                                                                    [You have to accept all terms] => Devi accettare tutti i termini
                                                                                    [You have to choose a shipping method] => Devi scegliere un metodo di spedizione
                                                                                    [Phone is required] => Telefono obbligatorio
                                                                                    [At least one between SDI and PEC is required.] => Almeno uno tra codice SDI e PEC è obbligatorio
                                                                                    [Company is required] => Denominazione obbligatoria
                                                                                    [At least one between DNI and VAT number is required] => Almeno uno tra codice fiscale e partita iva è obbligatorio
                                                                                    [At least one between Company or Name/Lastname is required] => Almeno uno tra Ragione sociale e la coppia Nome-Cognome è obbligatorio
                                                                                    [You have to choose an invoice method] => Devi scegliere il tipo di documento fiscale
                                                                                    [DNI is required] => Codice fiscale obbligatorio
                                                                                    [VAT number is required] => Partita IVA obbligatoria
                                                                                    [VAT number not valid for the country selected] => Partita IVA non valida per il paese selezionato
                                                                                    [The address is required] => L'indirizzo è obbligatorio
                                                                                    [Street number is required] => Il civico è obbligatorio
                                                                                )

                                                                            [ModulesEcsopcField] => Array
                                                                                (
                                                                                    [Invoicing] => Fatturazione
                                                                                    [PEC address] => Indirizzo PEC
                                                                                    [SDI code] => Codice SDI
                                                                                    [Method] => Metodo
                                                                                    [Fiscal document] => Documento fiscale
                                                                                    [Electronic submission] => Invio telematico per detrazione fiscale per 730
                                                                                    [Electroni invoice] => Fattura elettronica per aziende e privati
                                                                                    [Address] => Indirizzo *
                                                                                    [Street number] => Civico *
                                                                                    [Job] => Professione
                                                                                )

                                                                            [ModulesEcsopcSuccess] => Array
                                                                                (
                                                                                    [Address successfully deleted!] => Indirizzo cancellato
                                                                                    [Address successfully saved!] => Indirizzo salvato
                                                                                    [Settings updated successfully] => Impostazioni salvate
                                                                                )

                                                                            [ModulesEcsopcOrderadmin] => Array
                                                                                (
                                                                                    [Invoice address] => Indirizzo di fatturazione
                                                                                    [Delivery address] => Indirizzo di spedizione
                                                                                    [Additional fields] => Campi addizionali
                                                                                )

                                                                            [ShopFormsLabels] => Array
                                                                                (
                                                                                    [Address Complement] => Interno, piano, c/o, ...
                                                                                    [Alias] => Titolo indirizzo
                                                                                    [Zip/Postal Code] => CAP
                                                                                    [VAT number] => Partita IVA
                                                                                    [Company] => Ragione sociale o nome e cognome
                                                                                    [Please choose] => Seleziona l'opzione
                                                                                    [Address] => Indirizzo
                                                                                    [City] => Città
                                                                                    [Country] => Nazione
                                                                                    [State] => Provincia
                                                                                    [Phone] => Telefono
                                                                                    [Mobile phone] => Cellulare
                                                                                    [Other] => Altro
                                                                                    [First name] => Nome
                                                                                    [Last name] => Cognome
                                                                                    [Identification number] => Codice fiscale
                                                                                    [Social title] => Titolo sociale
                                                                                    [Birthdate] => Data di nascita
                                                                                    [Email] => E-mail
                                                                                    [Password] => Password
                                                                                    [Subject] => Argomento
                                                                                    [Order reference] => Riferimento ordine
                                                                                    [Attachment] => Documento allegato
                                                                                    [Message] => Messaggio
                                                                                    [Your email address] => Il tuo indirizzo email
                                                                                    [-- day --] => -- giorno --
                                                                                    [-- month --] => -- mese --
                                                                                    [-- year --] => -- anno --
                                                                                    [Optional] => Opzionale
                                                                                    [Set your password:] => Imposta la tua password:
                                                                                    [Product] => Prodotto
                                                                                    [-- please choose --] => -- effettua una scelta --
                                                                                    [Order Reference:] => Riferimento ordine:
                                                                                    [Email:] => Email:
                                                                                    [Email address] => Indirizzo email
                                                                                    [New password] => Nuova password
                                                                                    [Confirmation] => Conferma
                                                                                )

                                                                            [ShopNavigation] => Array
                                                                                (
                                                                                    [Brand list] => Elenco autori
                                                                                    [Brands] => Autori
                                                                                    [Brands list] => Elenco autori
                                                                                    [brands] => autori
                                                                                    [Identity] => Profilo
                                                                                    [404 error] => errore 404
                                                                                    [Best sales] => Più venduti
                                                                                    [Contact us] => Contattaci
                                                                                    [Manufacturers] => Produttori
                                                                                    [New products] => Nuovi prodotti
                                                                                    [Forgot your password] => Hai dimenticato la password
                                                                                    [Prices drop] => Offerte
                                                                                    [Sitemap] => Mappa del sito
                                                                                    [Suppliers] => Fornitori
                                                                                    [Address] => Indirizzo
                                                                                    [Addresses] => Indirizzi
                                                                                    [Login] => Entra
                                                                                    [Registration] => Registrazione
                                                                                    [Cart] => Carrello
                                                                                    [Discount] => Sconto
                                                                                    [Order history] => Storico ordini
                                                                                    [My account] => Il mio account
                                                                                    [Order follow] => Segui l'ordine
                                                                                    [Credit slip] => Nota di credito
                                                                                    [Order] => Ordine
                                                                                    [Search] => Cerca
                                                                                    [Stores] => Negozi
                                                                                    [Guest tracking] => Tracciatura ospite
                                                                                    [Order confirmation] => Conferma ordine
                                                                                    [This page cannot be found] => Impossibile trovare la pagina
                                                                                    [Our best sales] => I nostri prodotti più venduti
                                                                                    [Use our form to contact us] => Si può usare il nostro modulo per contattarci
                                                                                    [Shop powered by PrestaShop] => Negozio creato usando PrestaShop
                                                                                    [Our new products] => I nostri nuovi prodotti, gli ultimi arrivi
                                                                                    [Enter the e-mail address you use to sign in to receive an e-mail with a new password] => Inserisci l'indirizzo e-mail che usi per accedere, per ricevere un'e-mail con una nuova password
                                                                                    [On-sale products] => Prodotti in vendita
                                                                                    [Lost ? Find what your are looking for] => Vi siete persi? Qui potete trovate quello che state cercando
                                                                                    [Suppliers list] => Elenco dei fornitori
                                                                                    [page-not-found] => pagina-non-trovata
                                                                                    [best-sales] => piu-venduti
                                                                                    [contact-us] => contattaci
                                                                                    [manufacturers] => produttori
                                                                                    [new-products] => nuovi-prodotti
                                                                                    [password-recovery] => recupero-password
                                                                                    [prices-drop] => offerte
                                                                                    [sitemap] => mappa-del-sito
                                                                                    [supplier] => fornitori
                                                                                    [address] => indirizzo
                                                                                    [addresses] => indirizzi
                                                                                    [login] => login
                                                                                    [registration] => registrazione
                                                                                    [cart] => carrello
                                                                                    [discount] => buoni-sconto
                                                                                    [order-history] => cronologia-ordini
                                                                                    [identity] => dati-personali
                                                                                    [my-account] => account
                                                                                    [order-follow] => segui-ordine
                                                                                    [credit-slip] => buono-ordine
                                                                                    [order] => ordine
                                                                                    [search] => ricerca
                                                                                    [stores] => negozi
                                                                                    [guest-tracking] => tracciatura-ospite
                                                                                    [order-confirmation] => conferma-ordine
                                                                                    [Best sellers] => Più venduti
                                                                                    [Our special products] => I nostri prodotti in offerta
                                                                                    [best-sellers] => piu-venduti
                                                                                    [suppliers] => fornitori
                                                                                )

                                                                            [ShopThemeGlobal] => Array
                                                                                (
                                                                                    [Brands] => Autori
                                                                                    [New] => Novità
                                                                                    [Strong] => verde
                                                                                    [Very strong] => verde
                                                                                    [Seconds] => Secondi
                                                                                    [Minutes] => Minuti
                                                                                    [Hours] => Ore
                                                                                    [Days] => Giorni
                                                                                    [Stay in touch] => Rimani in contatto
                                                                                    [List of pages in %name%:] => Lista delle pagine in %name%:
                                                                                    [Search] => Cerca
                                                                                    [Menu] => Menu
                                                                                    [Undefined] => Indefinito
                                                                                    [Straight rows of keys are easy to guess] => I tasti consecutivi sono facili da indovinare
                                                                                    [Short keyboard patterns are easy to guess] => Gli schemi brevi sulla tastiera sono facili da indovinare
                                                                                    [Use a longer keyboard pattern with more turns] => Utilizza uno schema più lungo sulla tastiera con più variazioni
                                                                                    [Repeats like "aaa" are easy to guess] => Le ripetizioni come “aaa” sono facili da indovinare
                                                                                    [Repeats like "abcabcabc" are only slightly harder to guess than "abc"] => Le ripetizioni come “abcabcabc” sono solo leggermente più difficili da indovinare rispetto ad “abc”
                                                                                    [Sequences like abc or 6543 are easy to guess] => Le sequenze come abc o 6543 sono facili da indovinare
                                                                                    [Recent years are easy to guess] => Gli anni recenti sono facili da indovinare
                                                                                    [Dates are often easy to guess] => Le date sono spesso facili da indovinare
                                                                                    [This is a top-10 common password] => Questa è una delle 10 password più comuni
                                                                                    [This is a top-100 common password] => Questa è una delle 100 password più comuni
                                                                                    [This is a very common password] => Questa password è molto comune
                                                                                    [This is similar to a commonly used password] => Questa password è simile a un’altra comunemente utilizzata
                                                                                    [A word by itself is easy to guess] => Una parola di per sé è facile da indovinare
                                                                                    [Names and surnames by themselves are easy to guess] => Nomi e cognomi sono di per sé facili da indovinare
                                                                                    [Common names and surnames are easy to guess] => Nomi e cognomi comuni sono facili da indovinare
                                                                                    [Use a few words, avoid common phrases] => Utilizza diverse parole, evita le frasi comuni
                                                                                    [No need for symbols, digits, or uppercase letters] => Nessun bisogno di simboli, cifre o lettere maiuscole
                                                                                    [Avoid repeated words and characters] => Evita parole e caratteri ripetuti
                                                                                    [Avoid sequences] => Evita le sequenze
                                                                                    [Avoid recent years] => Evita gli anni recenti
                                                                                    [Avoid years that are associated with you] => Evita gli anni associati a te
                                                                                    [Avoid dates and years that are associated with you] => Evita date e anni associati a te
                                                                                    [Capitalization doesn't help very much] => Le maiuscole non sono molto efficaci
                                                                                    [All-uppercase is almost as easy to guess as all-lowercase] => Tutto maiuscolo è quasi altrettanto facile da indovinare di tutto minuscolo
                                                                                    [Reversed words aren't much harder to guess] => Le parole al contrario non sono molto più difficili da indovinare
                                                                                    [Predictable substitutions like '@' instead of 'a' don't help very much] => Sostituzioni prevedibili come “@” invece di “a” non sono molto efficaci
                                                                                    [Add another word or two. Uncommon words are better.] => Aggiungi una o due parole in più. Le parole insolite sono più sicure.
                                                                                    [Sequences like "abc" or "6543" are easy to guess] => Le sequenze come "abc" o 6543 sono facili da indovinare
                                                                                    [Predictable substitutions like "@" instead of "a" don't help very much] => Sostituzioni prevedibili come "@" invece di "a" non sono molto efficaci
                                                                                    [Yes] => Sì
                                                                                    [No] => No
                                                                                    [None] => Nessuno
                                                                                    [Very weak] => Molto debole
                                                                                    [Weak] => Debole
                                                                                    [Average] => Media
                                                                                    [Merchandise returns] => Restituzione prodotto
                                                                                    [The page you are looking for was not found.] => La pagina che cerchi non esiste.
                                                                                    [Our Offers] => Le nostre offerte
                                                                                    [Log in] => Entra
                                                                                    [Create new account] => Crea nuovo account
                                                                                    [Monday] => Lunedì
                                                                                    [Tuesday] => Martedì
                                                                                    [Wednesday] => Mercoledì
                                                                                    [Thursday] => Giovedì
                                                                                    [Friday] => Venerdì
                                                                                    [Saturday] => Sabato 
                                                                                    [Sunday] => Domenica
                                                                                    [Home] => Home
                                                                                    [Sort by:] => Ordina per:
                                                                                    [Close] => Chiudi
                                                                                    [Store information] => Informazioni negozio
                                                                                    [Addresses] => Indirizzi
                                                                                    [Active filters] => Filtri attivi
                                                                                    [(no filter)] => (nessun filtro)
                                                                                    [(tax included)] => (Iva inclusa)
                                                                                    [(tax excluded)] => (Iva esclusa)
                                                                                    [(tax incl.)] => (Tasse incl.)
                                                                                    [(tax excl.)] => (Tasse escluse)
                                                                                    [Tax included] => Tasse incluse
                                                                                    [Tax excluded] => Tasse escluse
                                                                                    [Contact us] => Contattaci
                                                                                    [Call us: [1]%phone%[/1]] => Chiamaci: [1]%phone%[/1]
                                                                                    [Call us:] => Chiamaci:
                                                                                    [Fax:] => Fax:
                                                                                    [Email us:] => Inviaci un'e-mail:
                                                                                    [Fax: [1]%fax%[/1]] => Fax: [1]%fax%[/1]
                                                                                    [Currency:] => Valuta:
                                                                                    [Currency dropdown] => Elenco a cascata valute
                                                                                    [Get our latest news and special sales] => Ricevi le nostre novità e le offerte speciali
                                                                                    [Carousel container] => Contenitore del carosello di immagini
                                                                                    [Carousel buttons] => Pulsanti Carousel
                                                                                    [Previous] => Precedente
                                                                                    [Next] => Successivo
                                                                                    [Language:] => Lingua:
                                                                                    [Language dropdown] => Elenco a cascata lingue
                                                                                    [Sort by selection] => Ordina per selezione
                                                                                    [%copyright% %year% - Ecommerce software by %prestashop%] => %copyright% %year% - Software di Ecommerce di %prestashop%
                                                                                    [%label%:] => %label%:
                                                                                    [List of sub categories in %name%:] => Elenco di sotto-categorie in %name%:
                                                                                    [List of pages in %category_name%:] => Elenco di pagine in %category_name%:
                                                                                    [Sitemap] => Mappa del sito
                                                                                    [Our stores] => I nostri negozi
                                                                                    [About and Contact] => Info & Contatti
                                                                                    [Date] => Data
                                                                                    [Status] => Stato
                                                                                    [You are not allowed to access this page.] => Non puoi accedere a questa pagina.
                                                                                    [We'll be back soon.] => Torneremo presto.
                                                                                    [This page could not be found] => Questa pagina non può essere trovata.
                                                                                    [Try to search our catalog, you may find what you are looking for!] => Prova a cercare nel nostro catalogo, potresti trovare quello che cerchi!
                                                                                    [403 Forbidden] => 403 Proibito
                                                                                    [You cannot access this store from your country. We apologize for the inconvenience.] => Non puoi accedere al nostro negozio dal tuo paese. Ci scusiamo per l'inconveniente.
                                                                                )

                                                                            [ModulesCodplusPayment] => Array
                                                                                (
                                                                                    [Pay cash on collection] => Paga in contanti al ritiro
                                                                                    [Pay by cash on delivery] => Paga alla consegna
                                                                                    [Pay by cash on site] => Paga in contanti in negozio
                                                                                    [Pay to the carrier at delivery] => Paga alla consegna
                                                                                )

                                                                            [ModulesCodplusShop] => Array
                                                                                (
                                                                                    [This payment method is not available.] => Metodo di pagamento non disponibile
                                                                                )

                                                                            [ShopThemeCheckout] => Array
                                                                                (
                                                                                    [I agree to the [terms of service] and will adhere to them unconditionally.] => Accetto i [termini del servizio]
                                                                                    [Empty] => Vuoto
                                                                                    [is added to your shopping cart] => aggiunto al carrello
                                                                                    [There are not enough products in stock] => Non ci sono abbastanza prodotti disponibili
                                                                                    [There is %product_count% item in your cart.] => C'è %product_count% prodotto nel carrello
                                                                                    [Hai un coupon? Inseriscilo qui] => Hai un codice promozionale? Inseriscilo qui
                                                                                    [Qunatità] => Quantità
                                                                                    [tax incl.] => tasse incl.
                                                                                    [tax excl.] => tasse escl.
                                                                                    [(additional cost of %giftcost% %taxlabel%)] => (costo addizionale di %giftcost% %taxlabel%)
                                                                                    [I would like my order to be gift wrapped %cost%] => Vorrei l'ordine in una confezione regalo %cost%
                                                                                    [Personal Information] => Informazioni personali
                                                                                    [%price% tax incl.] => %price% tasse incl.
                                                                                    [%price% tax excl.] => %price% Iva escl.
                                                                                    [My Address] => Il mio indirizzo
                                                                                    [Tax included] => Tasse incluse
                                                                                    [Tax excluded] => Tasse escluse
                                                                                    [Free shipping] => Spedizione gratuita
                                                                                    [Guest order tracking] => Tracciamento ordine per il cliente ospite
                                                                                    [Order confirmation] => Conferma ordine
                                                                                    [Product Successfully Added to Your Shopping Cart] => Prodotto aggiunto con successo al carrello
                                                                                    [Discount(s)] => Sconti
                                                                                    [Shipping] => Spedizione
                                                                                    [Included taxes] => Iva inclusa
                                                                                    [Taxes] => Tasse
                                                                                    [1 item] => 1 articolo
                                                                                    [%count% items] => %count% articoli
                                                                                    [A minimum shopping cart total of %amount% (tax excl.) is required to validate your order. Current cart total is %total% (tax excl.).] => È richiesto un acquisto minimo complessivo di %amount% (Iva esclusa) per convalidare il tuo ordine. il totale attuale è %total% (Iva escl.).
                                                                                    [Free] => Gratis
                                                                                    [Total] => Totale
                                                                                    [Total (tax incl.)] => Totale (tasse incl.)
                                                                                    [Total (tax excl.)] => Totale (tasse escl.)
                                                                                    [Total paid] => Totale pagato
                                                                                    [Subtotal] => Totale parziale
                                                                                    [Gift wrapping] => Pacco regalo
                                                                                    [Discount] => Sconto
                                                                                    [Shipping and handling] => Spedizione e imballo
                                                                                    [Tax] => Imposta
                                                                                    [Product successfully added to your shopping cart] => Prodotto aggiunto al tuo carrello
                                                                                    [Quantity:] => Quantità:
                                                                                    [There are %products_count% items in your cart.] => Ci sono %products_count% articoli nel tuo carrello.
                                                                                    [There is %products_count% item in your cart.] => Ci sono %products_count% articoli nel tuo carrello.
                                                                                    [Subtotal:] => Totale parziale:
                                                                                    [Shipping:] => Spedizione:
                                                                                    [Shopping cart link containing %nbProducts% product(s)] => Link al carrello contenente %nbProducts% prodotti
                                                                                    [Cart] => Carrello
                                                                                    [The minimum purchase order quantity for the product is %quantity%.] => La quantità minima ordinabile per questo prodotto è %quantity%.
                                                                                    [Use this address for invoice too] => Usa questo indirizzo anche per la fattura
                                                                                    [%productName% product quantity field] => Campo quantità del prodotto %productName%
                                                                                    [Gift] => Regalo
                                                                                    [There are no more items in your cart] => Non ci sono più articoli nel tuo carrello
                                                                                    [Have a promo code?] => Hai un codice sconto?
                                                                                    [Promo code] => Codice promo
                                                                                    [Close] => Chiudi
                                                                                    [Create an account] => Crea un account
                                                                                    [(optional)] => (opzionale)
                                                                                    [And save time on your next order!] => E risparmia tempo al momento del tuo prossimo ordine!
                                                                                    [Order items] => Articoli nell'ordine
                                                                                    [Unit price] => Prezzo unitario
                                                                                    [Total products] => Totale prodotti
                                                                                    [Quantity] => Quantità
                                                                                    [%product_count% item in your cart] => %product_count% oggetto nel tuo carrello
                                                                                    [%products_count% items in your cart] => %products_count% oggetti nel tuo carrello
                                                                                    [Shipping Method] => Metodo di spedizione
                                                                                    [Addresses] => Indirizzi
                                                                                    [Please check your order before payment] => Controlla il tuo ordine prima di pagare
                                                                                    [Your Delivery Address] => Il tuo indirizzo di spedizione
                                                                                    [Your Invoice Address] => Indirizzo di fatturazione
                                                                                    [The selected address will be used as your personal address (for invoice).] => L'indirizzo selezionato verrà utilizzato come indirizzo personale (per la fattura).
                                                                                    [The selected address will be used both as your personal address (for invoice) and as your delivery address.] => L'indirizzo selezionato verrà utilizzato sia come indirizzo personale (per la fattura), sia come indirizzo di spedizione.
                                                                                    [Shipping Address] => Indirizzo di spedizione
                                                                                    [Billing address differs from shipping address] => L'indirizzo di fatturazione differisce da quello di consegna
                                                                                    [Transaction amount has been correctly updated] => L'importo della transazione è stato aggiornato correttamente
                                                                                    [No payment needed for this order] => Non è necessario alcun pagamento per questo ordine
                                                                                    [Selected] => Selezionati
                                                                                    [Unfortunately, there are no payment method available.] => Sfortunatamente non sono disponibili metodi di pagamento.
                                                                                    [By confirming the order, you certify that you have read and agree with all of the conditions below:] => Con la conferma dell'ordine, dichiari di aver letto e approvato tutte le condizioni sottostanti:
                                                                                    [Place order] => Invia l'ordine
                                                                                    [Please make sure you've chosen a [1]payment method[/1] and accepted the [2]terms and conditions[/2].] => Assicurati di avere scelto un [1]metodo di pagamento[/1] e di avere accettato [2]termini e condizioni[/2].
                                                                                    [Order with an obligation to pay] => Ordine con obbligo di pagamento
                                                                                    [If you sign out now, your cart will be emptied.] => Se esci ora, il tuo carrello verrà svuotato.
                                                                                    [Order as a guest] => Ordina come ospite
                                                                                    [If you would like to add a comment about your order, please write it in the field below.] => Se vuoi aggiungere un commento al tuo ordine, scrivilo qui sotto.
                                                                                    [I would like to receive my order in recycled packaging.] => Accetto di ricevere l'ordine in una confezione riciclata.
                                                                                    [If you'd like, you can add a note to the gift:] => Se lo desideri, puoi aggiungere una bigliettino al regalo:
                                                                                    [Unfortunately, there are no carriers available for your delivery address.] => Sfortunatamente, non ci sono vettori disponibili per il tuo indirizzo di consegna.
                                                                                    [Shopping Cart] => Carrello
                                                                                    [Your order is confirmed] => Il tuo ordine è stato confermato
                                                                                    [An email has been sent to your mail address %email%.] => È stata inviata un'email al tuo indirizzo %email%.
                                                                                    [You can also [1]download your invoice[/1]] => Puoi anche [1]scaricare la tua fattura[/1]
                                                                                    [Order details] => Dettagli dell'ordine
                                                                                    [Order reference: %reference%] => Riferimento ordine: %reference%
                                                                                    [Payment method: %method%] => Metodo di pagamento: %method%
                                                                                    [Shipping method: %method%] => Metodo di spedizione: %method%
                                                                                    [Save time on your next order, sign up now] => Risparmia tempo al tuo prossimo ordine, iscriviti ora
                                                                                    [Code] => Codice
                                                                                    [Description] => Descrizione
                                                                                    [Value] => Valore
                                                                                    [Minimum] => Minimo
                                                                                    [Cumulative] => Cumulativo
                                                                                    [Expiration date] => Data di scadenza
                                                                                    [Name] => Nome
                                                                                    [Payment] => Pagamento
                                                                                    [Order reference] => Riferimento ordine
                                                                                    [Date] => Data
                                                                                    [Total price] => Prezzo totale
                                                                                    [Status] => Stato
                                                                                    [Invoice] => Fattura
                                                                                    [Carrier] => Corriere
                                                                                    [Payment method] => Metodo di pagamento
                                                                                    [Delivery address %alias%] => Indirizzo di spedizione %alias%
                                                                                    [Invoice address %alias%] => Indirizzo di fatturazione %alias%
                                                                                    [Weight] => Peso
                                                                                    [Shipping cost] => Costo di spedizione
                                                                                    [Tracking number] => Numero di tracking
                                                                                )

                                                                            [ModulesCheckpaymentAdmin] => Array
                                                                                (
                                                                                    [Payments by check] => C/C Postale
                                                                                    [Pay by Check] => C/C Postale
                                                                                    [Are you sure you want to delete these details?] => Sei sicuro di voler cancellare i tuoi dati?
                                                                                    [The "Payee" and "Address" fields must be configured before using this module.] => Prima di utilizzare questo modulo è necessario configurare i campi "Beneficiario" e "Indirizzo".
                                                                                    [No currency has been set for this module.] => Nessuna valuta impostata per questo modulo.
                                                                                    [The "Payee" field is required.] => Il campo "Beneficiario" è obbligatorio.
                                                                                    [The "Address" field is required.] => Il campo "Indirizzo" è obbligatorio.
                                                                                    [Contact details] => Dettagli di contatto
                                                                                    [Payee (name)] => Beneficiario (nome)
                                                                                    [Address] => Indirizzo
                                                                                    [Address where the check should be sent to.] => Indirizzo a cui inviare l'assegno.
                                                                                    [%amount% (tax incl.)] => %amount% (Iva incl.)
                                                                                    [Display contact details blocks to make it easy for customers to pay by check on your store.] => Mostra i dettagli di contatto per far sì che sia facile per i tuoi clienti pagare con un assegno sul tuo negozio.
                                                                                    [(tax incl.)] => (Tasse incl.)
                                                                                    [This module allows you to accept payments by check.] => Questo modulo permette di accettare pagamenti tramite assegno.
                                                                                    [If the client chooses this payment method, the order status will change to 'Waiting for payment'.] => Se il cliente sceglie questa modalità di pagamento, l'ordine cambierà il proprio status a 'In attesa di pagamento'.
                                                                                    [You will need to manually confirm the order as soon as you receive a check.] => Pertanto, sarà necessario confermare l'ordine non appena si riceve un assegno.
                                                                                )

                                                                            [ModulesCheckpaymentShop] => Array
                                                                                (
                                                                                    [Please send us your check following these rules:] => Paga con C/C Postale seguendo queste istruzioni:
                                                                                    [Send your check to this address] => Indirizzo o numero conto
                                                                                    [Pay by check] => C/C Postale
                                                                                    [Your check must include:] => Le informazioni da includere sono:
                                                                                    [Payment amount.] => Importo del pagamento
                                                                                    [Payable to the order of] => Conto corrente
                                                                                    [Mail to] => Inviare a 
                                                                                    [Your order will be sent as soon as we receive your payment.] => Il tuo ordine verrà processato non appena avremo ricevuto il pagamento.
                                                                                    [This payment method is not available.] => Questo metodo di pagamento non è disponibile.
                                                                                    [Amount] => Importo
                                                                                    [Payee] => Beneficiario
                                                                                    [(order processing will be longer)] => (la elaborazione dell'ordine richiederà più tempo)
                                                                                    [Your order on %s is complete.] => Il tuo ordine su %s è completo.
                                                                                    [Do not forget to insert your order number #%d.] => Non dimenticare di inserire il tuo numero d'ordine n.%d.
                                                                                    [Do not forget to insert your order reference %s.] => Non dimenticare di inserire il riferimento ordine %s.
                                                                                    [An email has been sent to you with this information.] => Ti è stata inviata una email con queste informazioni.
                                                                                    [For any questions or for further information, please contact our] => Per eventuali domande o per ulteriori informazioni, contatta la nostra
                                                                                    [customer service department.] => assistenza clienti.
                                                                                    [We have noticed that there is a problem with your order. If you think this is an error, you can contact our] => Abbiamo notato un problema con il tuo ordine. Se pensi che questo sia un errore, contatta la nostra
                                                                                )

                                                                            [ModulesAmtforfreeshipBox] => Array
                                                                                (
                                                                                    [hai ottenuto la spedizione] => la spedizione con raccomandata postale è
                                                                                    [more to get free shipping!] => per avere la spedizione gratis con raccomandata postale
                                                                                    [Spend] => Aggiungi
                                                                                )

                                                                            [ModulesBuildformProduct] => Array
                                                                                (
                                                                                    [Message] => Messaggio
                                                                                    [Qty] => Qtà
                                                                                    [City] => Città
                                                                                    [Company] => Ragione sociale
                                                                                    [Product name] => Nome prodotto
                                                                                    [Phone] => Telefono
                                                                                    [Email] => Email
                                                                                    [Last name] => Cognome
                                                                                    [First name] => Nome
                                                                                )

                                                                            [ModulesBuildformFooter] => Array
                                                                                (
                                                                                    [Close] => Chiudi
                                                                                )

                                                                            [ShopThemeCustomeraccount] => Array
                                                                                (
                                                                                    [Log in instead!] => Accedi qui
                                                                                    [Customer area] => Area utente
                                                                                    [Transform your guest account into a customer account and enjoy:] => Trasforma il tuo account ospite in uno cliente e sfrutta:
                                                                                    [No account? Create one here] => Non hai ancora un account? Clicca qui per crearlo
                                                                                    [Your vouchers] => I tuoi codici promozionali
                                                                                    [Codici promo] => Codici promozionali
                                                                                    [Dati personali] => I tuoi dati personali
                                                                                    [Your personal information] => Il tuo profilo
                                                                                    [The minimum score must be: %s] => Per avere una sicurezza sufficiente la robustezza della password è garantita quando la barra diventa %s
                                                                                    [Receive offers from our partners] => Ricevi offerte dai nostri partner
                                                                                    [#%id%] => n° %id%
                                                                                    [Your account] => Il tuo account
                                                                                    [Vouchers] => Buoni
                                                                                    [Credit slips] => Note di credito
                                                                                    [Merchandise returns] => Restituzione prodotto
                                                                                    [Information] => Informazioni
                                                                                    [Addresses] => Indirizzi
                                                                                    [Add first address] => Aggiungi il primo indirizzo
                                                                                    [Orders] => Ordini
                                                                                    [Order tracking] => Tracciamento ordine
                                                                                    [Create account] => Crea account
                                                                                    [Log me out] => Fammi uscire
                                                                                    [Log in to your customer account] => Accedi al tuo account cliente
                                                                                    [View my customer account] => Vedi il mio account
                                                                                    [Enter a password between %s and %s characters] => Inserisci una password compresa tra %s e %s caratteri
                                                                                    [You have given permission to receive your order in recycled packaging.] => Hai dato il permesso di ricevere il tuo ordine in una confezione riciclabile.
                                                                                    [Connected as [1]%firstname% %lastname%[/1].] => Collegato come [1]%firstname% %lastname%[/1].
                                                                                    [Not you? [1]Log out[/1]] => Non sei tu? [1]Esci[/1]
                                                                                    [Create an account] => Crea un account
                                                                                    [Personalized and secure access] => Accesso sicuro e personalizzato
                                                                                    [Fast and easy checkout] => Processo di acquisto facile e veloce
                                                                                    [Easier merchandise return] => Facile restituzione dei prodotti
                                                                                    [Back to your account] => Torna al tuo account
                                                                                    [Virtual products can't be returned.] => Non è possibile restituire i prodotti virtuali.
                                                                                    [Returned] => Restituito
                                                                                    [Merchandise return] => Reso merce
                                                                                    [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.] => Se vuoi restituire uno o più prodotti, seleziona le caselle corrispondenti e dai una spiegazione per la restituzione. Quindi clicca sul tasto qui sotto.
                                                                                    [Request a return] => Chiedi un rimborso
                                                                                    [Messages] => Messaggi
                                                                                    [Add a message] => Aggiungi un messaggio
                                                                                    [If you would like to add a comment about your order, please write it in the field below.] => Se vuoi aggiungere un commento al tuo ordine, scrivilo qui sotto.
                                                                                    [Update your address] => Aggiorna il tuo indirizzo
                                                                                    [New address] => Nuovo indirizzo
                                                                                    [Your addresses] => I tuoi indirizzi
                                                                                    [Log in to your account] => Accedi al tuo account
                                                                                    [Guest Order Tracking] => Tracciamento Ordine Cliente Ospite
                                                                                    [To track your order, please enter the following information:] => Per rintracciare il tuo ordine, inserisci i seguenti dati:
                                                                                    [For example: QIIXJXNUI or QIIXJXNUI#1] => Per esempio: QIIXJXNUI o QIIXJXNUI#1
                                                                                    [Guest Tracking] => Tracciamento Ospite
                                                                                    [Order history] => Storico ordini
                                                                                    [Here are the orders you've placed since your account was created.] => Questi sono gli ordini che hai effettuato dal momento della creazione del tuo account.
                                                                                    [Details] => Dettagli
                                                                                    [Order history and details] => Storico e dettagli degli ordini
                                                                                    [Order details] => Dettagli dell'ordine
                                                                                    [Order Reference %reference% - placed on %date%] => Riferimento Ordine %reference% - effettuato il %date%
                                                                                    [Download your invoice as a PDF file.] => Scarica la fattura come file PDF.
                                                                                    [You have requested gift wrapping for this order.] => Hai chiesto la carta regalo per il tuo ordine.
                                                                                    [Message] => Messaggio
                                                                                    [Follow your order's status step-by-step] => Segui passo-passo lo stato del tuo ordine
                                                                                    [Click the following link to track the delivery of your order] => Clicca sul seguente link per seguire la consegna del tuo ordine
                                                                                    [Here is a list of pending merchandise returns] => Qui ci sono i resi di merce che hai fatto
                                                                                    [Return] => Restituzione
                                                                                    [Package status] => Stato del pacchetto
                                                                                    [Returns form] => Bolla di restituzione
                                                                                    [Return details] => Dettagli restituzione
                                                                                    [%number% on %date%] => %number% il %date%
                                                                                    [We have logged your return request.] => Abbiamo registrato la vostra richiesta di restituzione.
                                                                                    [Your package must be returned to us within %number% days of receiving your order.] => Il tuo pacco deve esserci restituito entro %number% giorni da quando lo hai ricevuto.
                                                                                    [The current status of your merchandise return is: [1] %status% [/1]] => Al momento lo stato del tuo reso merce è: [1] %status% [/1]
                                                                                    [List of items to be returned:] => Lista degli elementi da rendere:
                                                                                    [Reminder] => Promemoria
                                                                                    [All merchandise must be returned in its original packaging and in its original state.] => Tutti i prodotti devono essere restituiti nella loro confezione originale, senza danni o usura.
                                                                                    [Please print out the [1]returns form[/1] and include it with your package.] => Stampa la [1]bolla di restituzione[/1] e allegala al pacco.
                                                                                    [Please check the [1]returns form[/1] for the correct address.] => Si prega di controllare sulla [1]bolla di restituzione[/1] che l'indirizzo sia corretto.
                                                                                    [When we receive your package, we will notify you by email. We will then begin processing order reimbursement.] => Quando riceveremo il tuo pacco, sarai avvisato via email. Successivamente inizieremo ad elaborare il rimborso dell'ordine.
                                                                                    [Please let us know if you have any questions.] => Facci sapere se hai domande.
                                                                                    [If the conditions of return listed above are not respected, we reserve the right to refuse your package and/or reimbursement.] => Se le condizioni di restituzione di cui sopra non sono rispettate, ci riserviamo il diritto di rifiutare il pacchetto e / o rimborso.
                                                                                    [Order] => Ordine
                                                                                    [Date issued] => Data di emissione
                                                                                    [Credit slips you have received after canceled orders.] => Note di credito che hai ricevuto dopo aver cancellato degli ordini.
                                                                                    [Credit slip] => Nota di credito
                                                                                    [View credit slip] => Visualizza nota di credito
                                                                                    [Please enter the email address you used to register. You will receive a temporary link to reset your password.] => Si prega di inserire l'indirizzo email utilizzato per la registrazione. Riceverai un link temporaneo per reimpostare la tua password.
                                                                                    [Forgot your password?] => Hai dimenticato la password?
                                                                                    [Reset your password] => Reimposta la tua password
                                                                                    [Email address: %email%] => Indirizzo email: %email%
                                                                                    [Already have an account?] => Hai già un account?
                                                                                )

                                                                            [ModulesGrafillextraGcloud] => Array
                                                                                (
                                                                                    [There are no products yet] => Non ci sono ancora prodotti da gestire
                                                                                )

                                                                            [ModulesCodplusAdmin] => Array
                                                                                (
                                                                                    [Cash on delivery PLUS] => Contrassegno
                                                                                )

                                                                            [ModulesPsgdprCustomerpersonaldata] => Array
                                                                                (
                                                                                    [You have the right to modify all the personal information found in the "My Account" page. For any other request you might have regarding the rectification and/or erasure of your personal data, please contact us through our] => assds
                                                                                    [GDPR - Personal data] => I tuoi dati personali
                                                                                )

                                                                            [ModulesPsgdprCustomeraccount] => Array
                                                                                (
                                                                                    [GDPR - Personal data] => I tuoi dati personali
                                                                                )

                                                                            [ModulesEmailsubscriptionAdmin] => Array
                                                                                (
                                                                                    [Newsletter subscription] => Iscrizione alla 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.] => Resta in contatto con i tuoi clienti come preferisci, aggiungi un form alla home page del tuo negozio e consenti a chi è interessato di iscriversi alla tua newsletter.
                                                                                    [Are you sure that you want to delete all of your contacts?] => Sei sicuro di voler eliminare tutti i tuoi contatti?
                                                                                    [Subscribed] => Iscritto
                                                                                    [Iso language] => Codice iso lingua
                                                                                    [Subscribed on] => Iscritto a
                                                                                    [Newsletter registrations] => Iscrizioni alla newsletter
                                                                                    [Unsubscribe] => Annulla iscrizione
                                                                                    [Would you like to send a verification email after subscription?] => Invia mail di verifica dopo l'iscrizione?
                                                                                    [Would you like to send a confirmation email after subscription?] => Invio di email di conferma dopo l'iscrizione?
                                                                                    [Welcome voucher code] => Codice buono di benvenuto
                                                                                    [Leave blank to disable by default.] => Lascia vuoto per disattivare.
                                                                                    [Newsletter conditions] => Condizioni della newsletter
                                                                                    [This text will be displayed beneath the newsletter subscribe button.] => Questo testo verrà mostrato accanto al pulsante per l'iscrizione alla newsletter.
                                                                                    [Export customers' addresses] => Esporta gli indirizzi dei clienti
                                                                                    [Customers' country] => Paese dei clienti
                                                                                    [Filter customers by country.] => Filtra i clienti per nazione.
                                                                                    [Newsletter subscribers] => Iscritti alla newsletter
                                                                                    [Filter customers who have subscribed to the newsletter or not, and who have an account or not.] => Filtra i clienti che si sono iscritti alla newsletter o no, e quelli che hanno un account o no.
                                                                                    [Customers can subscribe to your newsletter when registering, or by entering their email in the newsletter form.] => I clienti possono iscriversi alla tua newsletter quando si registrano oppure inserendo la propria email nel modulo newsletter.
                                                                                    [All subscribers] => Tutti gli iscritti
                                                                                    [Subscribers with account] => Iscritti con account
                                                                                    [Subscribers without account] => Iscritti senza account
                                                                                    [Non-subscribers] => Non iscritti
                                                                                    [Partner offers subscribers] => Iscritti alle offerte dei partner
                                                                                    [Filter customers who have agreed to receive your partners' offers or not.] => Filtra i clienti che hanno accettato di ricevere le offerte dai tuoi partner.
                                                                                    [Partner offers subscribers have agreed to receive your partners' offers.] => Gli iscritti alle offerte dei partner hanno accettato di ricevere le offerte dai tuoi partner.
                                                                                    [All customers] => Tutti i clienti
                                                                                    [Partner offers non-subscribers] => Non iscritti alle offerte dei partner
                                                                                    [Search for addresses] => Ricerca indirizzi
                                                                                    [Email address to search] => Indirizzo email da ricercare
                                                                                    [Example: contact@prestashop.com or @prestashop.com] => Esempio: contatti@prestashop.com o @prestashop.com
                                                                                    [No customers found with these filters!] => Nessun cliente trovato con questi filtri!
                                                                                    [The .CSV file has been successfully exported: %d customers found.] => Il file .CSV è stato esportato con successo: trovati %d clienti.
                                                                                    [Download the file] => Scarica il file
                                                                                    [WARNING: When opening this .csv file with Excel, choose UTF-8 encoding to avoid strange characters.] => ATTENZIONE: Importando questo file .csv in Excel, scegli la codifica UTF-8 per evitare caratteri strani.
                                                                                    [Error: Write access limited] => Errore: Accesso in scrittura limitato
                                                                                    [No result found!] => Nessun risultato!
                                                                                    [Newsletter subscription: no email to delete, this customer has not registered.] => Iscrizione alla newsletter: nessuna email da cancellare, questo cliente non si è registrato.
                                                                                    [Newsletter subscription: no email to export, this customer has not registered.] => Iscrizione alla newsletter: nessuna email da esportare, questo cliente non si è registrato.
                                                                                )

                                                                            [EmailsSubject] => Array
                                                                                (
                                                                                    [Password query confirmation] => Richiesta nuova password
                                                                                    [Your guest account has been transformed into a customer account] => Il tuo account ospite è stato cambiato in un account cliente
                                                                                    [Order confirmation] => Conferma ordine
                                                                                    [New voucher for your order %s] => Nuovo voucher riguardante il tuo ordine %s
                                                                                    [Log: You have a new alert from your shop] => Log: Hai un nuovo avviso dal tuo negozio
                                                                                    [Welcome!] => Benvenuto!
                                                                                    [Package in transit] => Ordine spedito
                                                                                    [The virtual product that you bought is available for download] => Il prodotto virtuale che hai acquistato è disponibile per il download
                                                                                    [Import complete] => Importazione completata
                                                                                    [Your new password] => La tua nuova password
                                                                                    [Your order return status has changed] => Stato restituzione ordine modificato
                                                                                    [Message from a customer] => Messaggio da un cliente
                                                                                    [Message from contact form] => Messaggio da modulo di contatto
                                                                                    [Your message has been correctly sent #ct%thread_id% #tc%thread_token%] => Il tuo messaggio è stato correttamente inviato #ct%thread_id% #tc%thread_token%
                                                                                    [Your message has been correctly sent] => Il tuo messaggio è stato inviato correttamente
                                                                                    [Product available] => Prodotto disponibile
                                                                                    [New order : #%d - %s] => Nuovo ordine: n. %d - %s
                                                                                    [Product out of stock] => Prodotto esaurito
                                                                                    [Stock coverage] => Copertura magazzino
                                                                                    [New return from order #%d - %s] => Nuovo rientro dall'ordine n. %d - %s
                                                                                    [Your order has been changed] => Il tuo ordine è stato cambiato
                                                                                    [Newsletter voucher] => Buono sconto newsletter
                                                                                    [Newsletter confirmation] => Conferma newsletter
                                                                                    [Email verification] => Verifica email
                                                                                    [Process the payment of your order] => Esegui il pagamento per il tuo ordine
                                                                                    [New credit slip regarding your order] => Nuova nota di credito riguardo il tuo ordine
                                                                                    [New voucher for your order #%s] => Nuovo voucher riguardante il tuo ordine %s
                                                                                    [New message regarding your order] => Nuovo messaggio riguardo il tuo ordine
                                                                                    [Fwd: Customer message] => Messaggio cliente
                                                                                    [An answer to your message is available #ct%thread_id% #tc%thread_token%] => È disponibile una risposta al tuo messaggio #ct%thread_id% #tc%thread_token%
                                                                                )

                                                                            [ShopThemeActions] => Array
                                                                                (
                                                                                    [View] => Vedi
                                                                                    [Subscribe to the newsletter] => Iscriviti alla newsletter
                                                                                    [Order by] => Ordina per
                                                                                    [items] => articoli
                                                                                    [Add to cart] => Aggiungi al carrello
                                                                                    [Sign out] => Esci
                                                                                    [Sign in] => Accedi
                                                                                    [Filter By] => Filtra per
                                                                                    [Clear all] => Cancella tutto
                                                                                    [Remove] => Rimuovi
                                                                                    [Cart] => Carrello
                                                                                    [Subscribe] => Iscriviti
                                                                                    [OK] => OK
                                                                                    [Share] => Condividi
                                                                                    [remove from cart] => elimina dal carrello
                                                                                    [Show] => Mostra
                                                                                    [Hide] => Nascondi
                                                                                    [Previous] => Precedente
                                                                                    [Next] => Successivo
                                                                                    [View products] => Visualizza prodotti
                                                                                    [Quick view] => Anteprima
                                                                                    [Quantity] => Quantità
                                                                                    [Choose file] => Scegli file
                                                                                    [Remove Image] => Rimuovi immagine
                                                                                    [Save Customization] => Salva Personalizzazione
                                                                                    [Filter] => Filtro
                                                                                    [Back to top] => Torna all'inizio
                                                                                    [Select] => Seleziona
                                                                                    [Cancel] => Annulla
                                                                                    [Delete] => Elimina
                                                                                    [Save] => Salva
                                                                                    [Proceed to checkout] => Procedi con il checkout
                                                                                    [show details] => mostra dettagli
                                                                                    [Add] => Aggiungi
                                                                                    [Take advantage of our exclusive offers:] => Approfitta delle nostre offerte esclusive:
                                                                                    [edit] => modifica
                                                                                    [add new address] => aggiungi un nuovo indirizzo
                                                                                    [Edit] => Modifica
                                                                                    [Choose] => Scegli
                                                                                    [Continue] => Continua
                                                                                    [Checkout] => Processo di acquisto
                                                                                    [Continue shopping] => Continua lo shopping
                                                                                    [Create account] => Crea account
                                                                                    [Update] => Aggiorna
                                                                                    [Download] => Scarica
                                                                                    [Send] => Invia
                                                                                    [Add a new address] => Aggiungi nuovo indirizzo
                                                                                    [Create new address] => Crea nuovi indirizzi
                                                                                    [Reorder] => Riordina
                                                                                    [Print out] => Stampa
                                                                                    [Send reset link] => Invia link di reset
                                                                                    [Back to login] => Torna alla login
                                                                                    [Back to Login] => Torna alla Login
                                                                                    [Change Password] => Modifica password
                                                                                )

                                                                            [ShopWarehousetheme] => Array
                                                                                (
                                                                                    [Sign up to newsletter] => Iscrivit alla newsletter
                                                                                    [Payment methods] => Metodi di pagamento
                                                                                    [It is your account dashboard. Choose your section. ] => Questa è la tua area utente. Scegli una sezione
                                                                                    [Checkout] => Checkout
                                                                                    [Newsletter] => Newsletter
                                                                                    [Follow us] => Seguici
                                                                                    [Payments] => Pagamenti
                                                                                    [Posts] => Post
                                                                                    [Brands] => Marchi
                                                                                    [Less] => Meno
                                                                                    [More] => Di più
                                                                                    [Show all] => Mostra tutto
                                                                                )

                                                                            [ModulesPsgdprShop] => Array
                                                                                (
                                                                                    [My personal data] => I tuoi dati personali
                                                                                    [We will review your request and reply as soon as possible.] => Analizzeremo la richiesta e ti risponderemo il prima possibile
                                                                                    [contact page] => pagina di contatto
                                                                                    [You have the right to modify all the personal information found in the "My Account" page. For any other request you might have regarding the rectification and/or erasure of your personal data, please contact us through our] => Hai il diritto di modificare tutte le informazioni personali presenti nella pagina "Dati personali". Per qualsiasi altra richiesta relativa alla rettifica e/o cancellazione dei tuoi dati personali, ti preghiamo di contattarci tramite la nostra
                                                                                    [Rectification & Erasure requests] => Richieste di rettifica e cancellazione
                                                                                    [GET MY DATA TO PDF] => Salva i dati in PDF
                                                                                    [GET MY DATA TO CSV] => Salva i dati in CSV
                                                                                    [At any time, you have the right to retrieve the data you have provided to our site. Click on "Get my data" to automatically download a copy of your personal data on a pdf or csv file.] => In qualsiasi momento, hai il diritto di recuperare i dati che hai fornito al nostro sito. Fai clic su "Salva i dati" per scaricare automaticamente una copia dei tuoi dati personali su un file pdf o csv.
                                                                                    [Access to my data] => Accedi ai dati
                                                                                    [GDPR - Personal data] => I tuoi dati personali
                                                                                )

                                                                            [ShopNotificationsWarning] => Array
                                                                                (
                                                                                    [You do not have any vouchers.] => Non è presente alcun codice promozionale
                                                                                    [You cannot place a new order from your country (%s).] => Non puoi effettuare un nuovo ordine dal tuo paese (%s).
                                                                                    [You cannot return merchandise with a guest account.] => Non puoi restituire della merce con un account ospite.
                                                                                    [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.] => Se hai appena effettuato un ordine, ci possono volere alcuni minuti perché sia convalidato. Aggiorna la pagina se non vedi l'ordine.
                                                                                    [You must wait for confirmation before returning any merchandise.] => Attendi la nostra conferma prima di restituire qualsiasi merce.
                                                                                    [This product is not visible to your customers.] => Questo prodotto non è visibile ai tuoi clienti.
                                                                                    [You have not placed any orders.] => Non hai inviato alcun ordine.
                                                                                    [You have not received any credit slips.] => Non hai ricevuto alcuna nota di credito.
                                                                                )

                                                                            [ModulesPagesnotfoundAdmin] => Array
                                                                                (
                                                                                    [Pages not found] => Pagine non trovate
                                                                                    [Enrich your stats, display the pages requested by your visitors that could not be found.] => Arricchisci le tue statistiche, mostra le pagine richieste dai tuoi visitatori che non sono state trovate.
                                                                                    [The "pages not found" cache has been emptied.] => La cache "pagine non trovate" è stata svuotata.
                                                                                    [The "pages not found" cache has been deleted.] => La cache "pagine non trovate" è stata cancellata.
                                                                                    [Guide] => Guida
                                                                                    [404 errors] => errori 404
                                                                                    [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.] => Un errore 404 è un codice di errore HTTP che significa che il file richiesto dall'utente non può essere trovato. Nel tuo caso significa che uno dei tuoi visitatori ha digitato un'URL errata nella barra degli indirizzi o che il tuo o un altro sito web ha un link morto. Quando possibile è visualizzato il referrer, così che tu possa trovare la pagina e il sito che contiene il link morto. Altrimenti, in genere significa che si tratta di un accesso diretto, dunque qualcuno ha messo tra i preferiti un link non più esistente.
                                                                                    [How to catch these errors?] => Come individuare questi errori?
                                                                                    [If your webhost supports .htaccess files, you can create one in the root directory of PrestaShop and insert the following line inside: "%s".] => Se il tuo hosting supporta i files .htaccess, puoi crearne uno nella directory principale di PrestaShop e inserirvi dentro la seguente riga: "%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.] => Un utente che ha richiesto una pagina inesistente verrà reindirizzato alla pagina seguente: %s. Questo modulo registra gli accessi a questa pagina.
                                                                                    [You must use a .htaccess file to redirect 404 errors to the "404.php" page.] => Devi utilizzare un file .htaccess per reindirizzare gli errori 404 alla pagina "404.php".
                                                                                    [Page] => Pagina
                                                                                    [Referrer] => Referente
                                                                                    [Counter] => Contatore
                                                                                    [No "page not found" issue registered for now.] => Per ora non è stato registrato alcun problema di "pagina non trovata".
                                                                                    [Empty database] => database vuoto
                                                                                    [Empty ALL "pages not found" notices for this period] => Svuota TUTTI gli avvisi "pagine non trovate" per questo periodo
                                                                                    [Empty ALL "pages not found" notices] => Svuota TUTTI gli avvisi "pagine non trovate"
                                                                                )

                                                                            [ModulesMailalertsShop] => Array
                                                                                (
                                                                                    [Your e-mail address is invalid] => Il tuo indirizzo email non è valido
                                                                                    [You already have an alert for this product] => Tu hai già un avviso per questo prodotto
                                                                                    [Request notification registered] => Richiesta di notifica registrata
                                                                                    [Remove mail alert] => Rimuovi l'allarme email
                                                                                )

                                                                            [AdminDashboardNotification] => Array
                                                                                (
                                                                                    [You are currently connected under the following domain name:] => Sei attualmente connesso con il seguente nome di dominio:
                                                                                    [This is different from the shop domain name set in the Multistore settings: "%s".] => Questo è diverso dal nome del dominio principale del negozio impostato nelle preferenze del Multinegozio: "%s".
                                                                                    [If this is your main domain, please {link}change it now{/link}.] => Se questo è il tuo domino principale, perfavore cambialo ora.
                                                                                    [This is different from the domain name set in the "SEO & URLs" tab.] => Questo è diverso dal nome del dominio principale impostato nella sezione \"URL & SEO\".
                                                                                )

                                                                            [ModulesCrosssellingAdmin] => Array
                                                                                (
                                                                                    [Cross-selling] => Cross-selling
                                                                                    [Offer your customers the possibility to buy matching items when on a product page.] => Offri ai tuoi clienti la possibilità di acquistare gli articoli corrispondenti quando si trovano sulla pagina di un prodotto.
                                                                                    [You must fill in the "Number of displayed products" field.] => Devi valorizzare il campo "Numero di prodotti mostrati".
                                                                                    [Invalid number.] => Numero non valido.
                                                                                    [Display price on products] => Mostra prezzo sui prodotti
                                                                                    [Show the price on the products in the block.] => Mostra il prezzo sui prodotti nel blocco.
                                                                                    [Number of displayed products] => Numero di prodotti visualizzati
                                                                                    [Set the number of products displayed in this block.] => Imposta il numero di prodotti visualizzati in questo blocco.
                                                                                )

                                                                            [ModulesStatsnewsletterAdmin] => Array
                                                                                (
                                                                                    [Enrich your stats, display a graph showing newsletter registrations.] => Arricchisci le tue statistiche, visualizza un grafico che mostra le iscrizioni alla newsletter.
                                                                                    [Customer registrations:] => Iscrizioni da parte dei clienti:
                                                                                    [Visitor registrations: ] => Iscrizioni da parte dei visitatori:
                                                                                    [Both:] => Entrambi:
                                                                                    [CSV Export] => Esporta CSV
                                                                                    [The %s module must be installed.] => Deve essere installato il modulo %s.
                                                                                    [Newsletter statistics] => Statistiche Newsletter
                                                                                )

                                                                            [AdminDesignFeature] => Array
                                                                                (
                                                                                    [Move images] => Sposta immagini
                                                                                    [Regenerate thumbnails] => Rigenera miniature
                                                                                    [Select an image] => Seleziona immagine
                                                                                    [Select a format] => Seleziona formato
                                                                                    [Erase previous images] => Cancella immagini precedenti
                                                                                    [Transplant a module] => Innestare un modulo
                                                                                    [Transplant to] => Trasferire su
                                                                                    [Available hooks] => Ancoraggi disponibili
                                                                                    [Already registered hooks] => Ancoraggi già registrati
                                                                                    [Exceptions] => Eccezioni
                                                                                    [Full width] => A tutto schermo
                                                                                    [Three columns] => Tre colonne
                                                                                    [Two columns, small left column] => Due colonne, colonna di sinistra piccola
                                                                                    [Two columns, small right column] => Due colonne, colonna di destra piccola
                                                                                    [No side columns, ideal for distraction-free pages such as product pages.] => Nessuna colonna laterale, ideale per pagine non distraenti come le pagine prodotto.
                                                                                    [One large central column and 2 side columns.] => Una colonna centrale larga e 2 colonne laterali.
                                                                                    [Two columns with a small left column.] => Due colonne con una colonna di sinistra piccola.
                                                                                    [Two columns with a small right column.] => Due colonne con una colonna di destra piccola.
                                                                                    [Images generation options] => Opzioni generazione immagini
                                                                                    [Image format] => Formato immagine
                                                                                    [Use JPEG.] => Utilizza il formato JPEG.
                                                                                    [Use PNG only if the base image is in PNG format.] => Usa PNG solo per le immagini già caricate in formato PNG.
                                                                                    [Use PNG for all images.] => Utilizza il formato PNG per tutte le immagini.
                                                                                    [Use WebP only if the base image is in WebP format.] => Utilizza WebP solo se l'immagine di base è in formato WebP.
                                                                                    [Use WebP for all images.] => Utilizza WebP per tutte le immagini.
                                                                                    [JPEG compression] => Compressione JPEG
                                                                                    [PNG compression] => Compressione PNG
                                                                                    [WebP compression] => Compressione WebP
                                                                                    [Generate images based on one side of the source image] => Genera immagini basate su un lato dell'immagine sorgente
                                                                                    [Automatic (longest side)] => Automatico (lato più lungo)
                                                                                    [Maximum file size of product customization pictures] => Dimensione massima del file per le immagini di personalizzazione dei prodotti
                                                                                    [bytes] => bytes
                                                                                    [Product picture width] => Larghezza immagine prodotto
                                                                                    [pixels] => pixels
                                                                                    [Product picture height] => Altezza immagine prodotto
                                                                                    [Generate high resolution images] => Genera immagini ad alta risoluzione
                                                                                    [Use the legacy image filesystem] => Usa il filesystem precedente per le immagini
                                                                                    [Image type] => Tipo immagine
                                                                                    [Name for the image type] => Nome per il tipo immagine
                                                                                    [Add new image type] => Aggiungi un nuovo tipo immagine
                                                                                    [Image formats to generate] => Formati immagini da generare
                                                                                    [Base JPEG/PNG] => Base JPEG/PNG
                                                                                    [WebP] => WebP
                                                                                    [AVIF] => AVIF
                                                                                    [Base format] => Formato di base
                                                                                    [Use JPEG] => Usa JPEG
                                                                                    [Use PNG only if the base image is in PNG format] => Usa PNG solo se l'immagine base è in formato PNG
                                                                                    [Use PNG] => Usa PNG
                                                                                    [AVIF compression] => Compressione AVIF
                                                                                    [Regenerate] => Rigenera
                                                                                    [Are you sure you want to delete this image setting?] => Vuoi davvero eliminare questa impostazione immagine?
                                                                                    [___________ CUSTOM ___________] => ___________ ALTRI ___________
                                                                                    [____________ CORE ____________] => ________ PRINCIPALI ________
                                                                                    [Admin modules controller] => Controller moduli Admin
                                                                                    [Front modules controller] => Controller moduli del FO
                                                                                    [Pages] => Pagine
                                                                                    [Pages in category "%name%"] => Pagine nella categoria "%name%"
                                                                                    [Preview Theme %s] => Anteprima Tema %s
                                                                                    [Test email %template%] => Prova email %template%
                                                                                    [Parent category] => Categoria collegata
                                                                                    [Page category] => Pagina categoria
                                                                                    [Only letters and the hyphen (-) character are allowed.] => Soltanto lettere e il carattere meno (-) sono consentiti.
                                                                                    [Page content] => Solo lettere e segno meno (-) sono permessi
                                                                                    [Indexation by search engines] => Indicizzazione da motori di ricerca
                                                                                    [Zip file] => File Zip
                                                                                    [Archive URL] => Archivio URL
                                                                                    [Select the archive] => Seleziona l'archivio
                                                                                    [CMS Category] => Categoria CMS
                                                                                    [Select your default email theme] => Seleziona il tuo tema email predefinito
                                                                                    [Generate emails] => Genera le email
                                                                                    [Select your email theme] => Seleziona il tuo tema email
                                                                                    [Select the theme you want to overwrite] => Seleziona il tema che vuoi sovrascrivere
                                                                                    [Overwrite templates] => Sovrascrivi template
                                                                                    [List %theme% layouts] => Elenco layout %theme%
                                                                                    [Raw HTML] => HTML puro
                                                                                    [Text] => Testo
                                                                                    [Email themes] => Temi email
                                                                                    [Designed by %s] => Ideato da %s
                                                                                    [Delete this theme?] => Vuoi cancellare questo tema?
                                                                                    [Configure your page layouts] => Configura i layout della tua pagina
                                                                                    [Each page can use a different layout, choose it among the layouts bundled in your theme.] => Ciascuna pagina può utilizzare un layout diverso, scegline uno tra quelli compresi nel tuo tema.
                                                                                    [Choose layouts] => Scegli layout
                                                                                    [Reset to defaults] => Ripristina impostazioni predefinite
                                                                                    [Header logo] => Logo intestazione
                                                                                    [Mail logo] => Logo delle email
                                                                                    [Invoice logo] => Logo delle fatture
                                                                                    [Favicon] => Favicon
                                                                                    [Favicon image] => Immagine favicon
                                                                                    [Adaptation to Right-to-Left languages] => Adattamento alle lingue scritte da Destra a Sinistra
                                                                                    [Generate RTL stylesheet] => Genera foglio di stile RTL
                                                                                    [Theme to adapt] => Tema da adattare
                                                                                    [Use this theme?] => Vuoi usare questo tema?
                                                                                    [Import from your computer] => Importa dal computer
                                                                                    [Import from the web] => Importare dal web
                                                                                    [Import from FTP] => Importa con FTP
                                                                                    [Theme] => Tema
                                                                                    [Add new theme] => Aggiungi tema
                                                                                    [Export current theme] => Esporta il tema attuale
                                                                                    [My current theme] => Il mio tema corrente
                                                                                    [Use this theme] => Usa questo tema
                                                                                    [My theme for %name% shop] => Il mio tema per il negozio %name%
                                                                                    [1 module selected] => 1 modulo selezionato
                                                                                    [modules selected] => moduli selezionati
                                                                                    [Unhook the selection] => Scollega la selezione
                                                                                    [All modules] => Tutti i moduli
                                                                                    [Search for a hook] => Cerca un ancoraggio
                                                                                    [Display non-positionable hooks] => Mostra i punti di collegamento non posizionabili
                                                                                    [Unhook] => Scollega
                                                                                )

                                                                            [AdminModulesNotification] => Array
                                                                                (
                                                                                    [Activate module for this shop context: %s.] => Attiva il modulo nel contesto di questo negozio: %s.
                                                                                    [Would you like to delete the content related to this module ?] => Vuoi cancellare i contenuti relativi a questo modulo?
                                                                                    [Confirm reset] => Conferma ripristino
                                                                                    [No - reset only the parameters] => No - ripristina solo i parametri
                                                                                    [Yes - reset everything] => Si - ripristina tutto
                                                                                    [Please specify module URL] => Specificare l'URL del modulo
                                                                                    [The module was successfully downloaded.] => Questo modulo è stato scaricato con successo.
                                                                                    [Module(s) installed successfully.] => Modulo(I) installato con successo.
                                                                                    [Module(s) uninstalled successfully.] => Modulo(I) disinstallato con successo.
                                                                                    [Module reset successfully.] => Modulo reimpostato con successo.
                                                                                    [Module deleted successfully.] => Modulo eliminato con successo.
                                                                                    [Successfully signed in to PrestaShop Addons.] => Ti sei autenticato con successo a PrestaShop Addons.
                                                                                    [Unable to install the module (Module name is not valid).] => Impossibile installare il modulo (Nome del modulo non valido).
                                                                                    [The version of your module is not compliant with your PrestaShop version.] => La versione del tuo modulo non è adatta alla tua versione di PrestaShop.
                                                                                    [Before installing this module, you have to install this/these module(s) first:] => Prima di installare questo modulo devi prima installare questi moduli:
                                                                                    [This module has already been installed.] => Questo modulo è già stato installato.
                                                                                    [Could not install module controllers.] => Impossibile installare i controller dei moduli.
                                                                                    [Technical error: PrestaShop could not install this module.] => Errore tecnico: PrestaShop non può installare questo modulo.
                                                                                    [Current version: %s] => Versione corrente: %s
                                                                                    [%d file upgrade applied] => Aggiornamento del file %d applicato
                                                                                    [No upgrade has been applied] => Non è stato applicato alcun aggiornamento
                                                                                    [Upgraded from: %s to %s] => Aggiornati da: %s a %s
                                                                                    [%d upgrade left] => rimasti da aggiornare %d
                                                                                    [Module %s cannot be upgraded this time: please refresh this page to update it.] => Il modulo %s non può essere aggiornato al momento: ricarica la pagina per aggiornarlo.
                                                                                    [To prevent any problem, this module has been turned off] => Per evitare qualsiasi problema, questo modulo è stato disattivato
                                                                                    [The module is not installed.] => Il modulo non è installato.
                                                                                    [Unable to install override: %s] => Impossibile installare l'override: %s
                                                                                    [%1$s is not a valid module name.] => %1$s non è un nome valido per un modulo.
                                                                                    [All modules cannot be loaded due to memory limit restrictions, please increase your memory_limit value on your server configuration] => Tutti i moduli non può essere caricato a causa di motivi di restrizione limite di memoria, aumentare il valore memory_limit della configurazione del server
                                                                                    [%s could not be loaded.] => %s non può essere caricato.
                                                                                    [Error found in config file:] => Errore trovato nel file config:
                                                                                    [%1$s (parse error in %2$s)] => %1$s (errore di analisi in %2$s)
                                                                                    [%1$s (class missing in %2$s)] => %1$s (classe mancante in %2$s)
                                                                                    [The following module(s) could not be loaded] => Il modulo seguente (s) non è stato possibile caricare
                                                                                    [No template found for module] => Nessun modello trovato per il modulo
                                                                                    [The method %1$s in the class %2$s is already overridden by the module %3$s version %4$s at %5$s.] => Il metodo %1$s nella classe %2$s è già annullato dal modulo %3$s versione %4$s a %5$s.
                                                                                    [The method %1$s in the class %2$s is already overridden.] => Il metodo %1$s nella classe %2$s è già stato annullato.
                                                                                    [Failed to override method %1$s in class %2$s.] => Errore nel superamento del metodo %1$s nella classe %2$s.
                                                                                    [The property %1$s in the class %2$s is already defined.] => La proprietà %1$s nella classe %2$s è già definita.
                                                                                    [Failed to override property %1$s in class %2$s.] => Errore nel superamento della proprietà %1$s nella classe %2$s.
                                                                                    [The constant %1$s in the class %2$s is already defined.] => La costante %1$s nella classe %2$s è già definita.
                                                                                    [Failed to override constant %1$s in class %2$s.] => Errore nel superamento della costante %1$s nella classe %2$s.
                                                                                    [No graph engine selected] => Nessun motore di rendering selezionato
                                                                                    [Graph engine selected is unavailable.] => Il motore di rendering scelto non è disponibile
                                                                                    [No grid engine selected] => Nessun motore di tabella selezionato
                                                                                    [Grid engine selected is unavailable.] => Il motore di tabella scelto non è disponibile
                                                                                    [Unknown archive type.] => Tipo di archivio sconosciuto.
                                                                                    [There was an error while extracting the module (file may be corrupted).] => Si è verificato un errore durante l'estrazione del modulo (il file può essere corrotto).
                                                                                    [The module %1$s that you uploaded is not a valid module.] => Il modulo %1$s che hai caricato non è un modulo valido.
                                                                                    [You do not have the permission to use this module.] => Non hai i permessi per usare questo modulo.
                                                                                    [Cannot reset this module.] => Impossibile azzerare questo modulo.
                                                                                    [Cannot install this module.] => Impossibile installare il modulo.
                                                                                    [Cannot uninstall this module.] => Impossibile disinstallare il modulo.
                                                                                    [Cannot load the module's object.] => Impossibile caricare l'oggetto modulo.
                                                                                    [An error occurred while copying the archive to the module directory.] => Si è verificato un errore durante la copia dell'archivio nella directory del modulo.
                                                                                    [Sorry, the module cannot be deleted. Please check if you have the right permissions on this folder.] => Spiacenti, il modulo non può essere cancellato. Controlla se hai i giusti permessi su questa cartella.
                                                                                    [You do not have permission to access this module.] => Non hai i permessi per accedere a questo modulo.
                                                                                    [You do not have permission to install this module.] => Non hai i permessi per attivare questo modulo.
                                                                                    [You do not have permission to delete this module.] => Non hai i permessi per cancellare questo modulo.
                                                                                    [You do not have permission to configure this module.] => Non hai i permessi per configurare questo modulo.
                                                                                    [This module is already installed: %s.] => Questo modulo è già installato: %s.
                                                                                    [This module has already been uninstalled: %s.] => Questo modulo è già stato disinstallato: %s.
                                                                                    [This module needs to be installed in order to be updated: %s.] => Questo modulo deve essere installato per poter essere aggiornato: %s.
                                                                                    [You do not have permission to uninstall this module.] => Non hai i permessi per disinstallare questo modulo.
                                                                                    [The following module(s) could not be uninstalled properly: %s.] => Non è stato possibile disinstallare correttamente i seguenti moduli: %s.
                                                                                    [The following module(s) could not be installed properly: %s.] => Non è stato possibile installare correttamente i seguenti moduli: %s.
                                                                                    [This module has already been transplanted to this hook.] => Questo modulo è già stato trapiantato su questo ancoraggio.
                                                                                    [This module cannot be transplanted to this hook.] => Questo modulo non può essere spostato in questo punto di collegamento.
                                                                                    [An error occurred while transplanting the module to its hook.] => Si è verificato un errore durante lo spostamento del collegamento.
                                                                                    [Please select a module to unhook.] => Seleziona almeno un modulo da scollegare.
                                                                                    [Parse error detected in main class of module %module%: %parse_error%] => Errore di analisi individuato nella classe principale del modulo %module%: %parse_error%
                                                                                    [Error while loading file of module %module%. %error_message%] => Errore durante il caricamento del modulo %module%. %error_message%
                                                                                    [Failed to install admin tab "%name%".] => Installazione della tabella admin "%name%" fallita.
                                                                                    [Failed to uninstall admin tab "%name%".] => Disinstallazione della tabella admin "%name%" fallita.
                                                                                    [You are not allowed to install modules.] => Non ti è consentito installare moduli.
                                                                                    [You are not allowed to uninstall the module %module%.] => Non hai i permessi per disinstallare il modulo %module%.
                                                                                    [You are not allowed to upgrade the module %module%.] => Non hai i permessi per aggiornare il modulo %module%.
                                                                                    [You are not allowed to enable the module %module%.] => Non hai i permessi per abilitare il modulo %module%.
                                                                                    [You are not allowed to disable the module %module%.] => Non hai i permessi per disabilitare il modulo %module%.
                                                                                    [You are not allowed to enable the module %module% on mobile.] => Non hai i permessi per abilitare il modulo %module% sui dispositivi mobili.
                                                                                    [You are not allowed to disable the module %module% on mobile.] => Non hai i permessi per disabilitare il modulo %module%.
                                                                                    [You are not allowed to reset the module %module%.] => Non hai i permessi per reimpostare il modulo %module%.
                                                                                    [Unfortunately, the module did not return additional details.] => Sfortunatamente il modulo non ha restituito ulteriori dettagli.
                                                                                    [The module is invalid and cannot be loaded.] => Il modulo non è valido e non può essere caricato.
                                                                                    [The module %module% must be installed first] => Deve prima essere installato il modulo %module%
                                                                                    [You are not allowed to delete the module %module%.] => Non hai i permessi per eliminare il modulo %module%.
                                                                                    [This file does not seem to be a valid module zip] => Questo file non sembra essere un modulo zip valido
                                                                                    [Cannot extract module in %path%. %error%] => Impossibile estrarre il modulo in %path%. %error%
                                                                                    [Unknown module action. It must be one of these values: %actions%] => Azione modulo sconosciuta. Dovrebbe avere uno di questi valori: %actions%
                                                                                    [Validation of configuration details failed:] => Convalida dei dettagli di configurazione fallita:
                                                                                    [Configuration successfully applied.] => Configurazione aggiornata con successo.
                                                                                    [Cannot %action% module %module%. %error_details%] => Impossibile %action% il modulo %module%. %error_details%
                                                                                    [%action% action on module %module% succeeded.] => L'azione %action% sul modulo %module% ha avuto successo.
                                                                                    [This module cannot be loaded.] => Questo modulo non può essere caricato.
                                                                                    [Hook cannot be loaded.] => Il punto di collegamento non può essere caricato.
                                                                                    [An error occurred while deleting the module from its hook.] => Si è verificato un errore durante la rimozione del modulo sul punto di collegamento.
                                                                                    [The module transplanted successfully to the hook.] => Modulo spostato con successo al collegamento.
                                                                                    [The module was successfully removed from the hook.] => Modulo rimosso con successo dal collegamento.
                                                                                    [%module% did not return a valid response on installation.] => %module% non ha restituito una risposta valida durante l'installazione.
                                                                                    [Installation of module %module% was successful.] => L'installazione del modulo %module% ha avuto successo.
                                                                                    [Installation of module %module% failed. %error%] => Installazione del modulo %module% fallita. %error%
                                                                                    [Impossible to install form source] => Impossibile installare dalla sorgente
                                                                                    [Impossible to install from source] => Impossibile installare dalla sorgente
                                                                                    [No changelog provided] => Non è stato fornito alcun changelog
                                                                                    [You are about to disable %moduleName% module.] => Stai per disabilitare il modulo %moduleName%.
                                                                                    [Your current settings will be saved, but the module will no longer be active.] => Le tue attuali impostazioni verranno salvate, ma il modulo non sarà più attivo.
                                                                                    [You are about to uninstall %moduleName% module.] => Stai per disinstallare il modulo %moduleName%.
                                                                                    [This will disable the module and delete all its files. For good.] => Questo disabiliterà il modulo e cancellerà tutti i suoi file. Per sempre.
                                                                                    [This action cannot be undone.] => L'azione non può essere annullata.
                                                                                    [You're about to reset %moduleName% module.] => Stai per reimpostare il modulo %moduleName%.
                                                                                    [This will restore the defaults settings.] => Questo ripristinerà le impostazioni predefinite.
                                                                                    [You are about to [1] the following modules:] => Stai per [1] i seguenti moduli:
                                                                                    [Installing module...] => Installazione modulo...
                                                                                    [It will close as soon as the module is installed. It won't be long!] => Si chiuderà appena il modulo sarà installato. Tra non molto!
                                                                                    [Module installed!] => Modulo installato!
                                                                                    [Oops... Upload failed.] => Ooops... Caricamento fallito.
                                                                                    [No description found for this module :(] => Per questo modulo non è stata trovata una descrizione :(
                                                                                    [No additional description provided for this module :(] => Non esiste una descrizione addizionale per questo modulo :(
                                                                                    [No feature list provided for this module :(] => Non esiste un elenco delle funzioni per questo modulo :(
                                                                                    [No customer benefits notes found for this module :(] => Per questo modulo non sono state trovate delle note sui benefits :(
                                                                                    [No demonstration video found for this module :(] => Per questo modulo non è stato trovato un video dimostrativo :(
                                                                                    [No changelog provided for this module :(] => Per questo modulo non è stato fornito alcun changelog :(
                                                                                    [You need to select at least one module to use the bulk action.] => È necessario selezionare almeno un modulo per utilizzare l'azione massiva.
                                                                                    [The action "[1]" is not available, impossible to perform your request.] => L'azione "[1]" non è disponibile, impossibile eseguire la tua richiesta.
                                                                                    [The action [1] is not available for module [2]. Skipped.] => L'azione [1] non è disponibile per il modulo [2]. Saltata.
                                                                                    [Are you sure you want to upgrade this module?] => Sei sicuro di voler aggiornare questo modulo?
                                                                                    [Are you sure you want to upgrade these modules?] => Sei sicuro di voler aggiornare questi moduli?
                                                                                    [We strongly advise you to upgrade the modules on maintenance mode to avoid any cache issues.] => Ti consigliamo vivamente di aggiornare i moduli in modalità manutenzione per evitare problemi con la cache.
                                                                                    [An action is already in progress. Please wait for it to finish.] => È già in corso un'azione. Aspetta che abbia finito.
                                                                                )

                                                                            [AdminCatalogFeature] => Array
                                                                                (
                                                                                    [Texture] => Trama
                                                                                    [Apply a discount] => Applica sconto
                                                                                    [Percent (%)] => Percentuale (%)
                                                                                    [Apply a discount to] => Applica sconto
                                                                                    [Order (without shipping)] => Ordine (senza spedizione)
                                                                                    [Specific product] => Prodotto specifico
                                                                                    [Cheapest product] => Prodotto meno caro
                                                                                    [Selected product(s)] => Seleziona prodotto(i)
                                                                                    [Exclude discounted products] => Escludi i prodotti scontati
                                                                                    [Send a free gift] => Invia un regalo
                                                                                    [Search a product] => Cerca nel prodotto
                                                                                    [Matching products] => Associa prodotti
                                                                                    [Available combinations] => Combinazioni disponibili
                                                                                    [Country selection] => Selezione Nazione
                                                                                    [Carrier selection] => Scelta corriere
                                                                                    [Customer group selection] => Seleziona gruppo clienti
                                                                                    [Store selection] => Selezione negozio
                                                                                    [Limit to a single customer] => Limita a singolo cliente
                                                                                    [Valid] => Validità
                                                                                    [Minimum amount] => Quantità minima
                                                                                    [Shipping excluded] => Spedizione esclusa
                                                                                    [Shipping included] => Spedizione inclusa
                                                                                    [Total available] => Totale disponibile
                                                                                    [Total available for each user] => Totale disponibile per ciascun cliente
                                                                                    [Restrictions] => Restrizioni
                                                                                    [Unselected countries] => De-seleziona nazioni
                                                                                    [Selected countries] => Nazioni Selezionate
                                                                                    [Unselected carriers] => Corrieri deselezionati
                                                                                    [Selected carriers] => Seleziona Corrieri
                                                                                    [Unselected groups] => De-seleziona gruppi
                                                                                    [Selected groups] => Seleziona gruppi
                                                                                    [Compatibility with other cart rules] => Compatibilità con le regole carrello
                                                                                    [Uncombinable cart rules] => Togli combinazione regole gruppi
                                                                                    [Combinable cart rules] => Combina regole gruppi
                                                                                    [Product selection] => Seleziona prodotto
                                                                                    [Unselected shops] => De-seleziona negozi
                                                                                    [Selected shops] => Seleziona negozi
                                                                                    [Cart rule] => Regola carrello
                                                                                    [Information] => Informazioni
                                                                                    [Now] => Adesso
                                                                                    [Done] => Fatto
                                                                                    [Choose Time] => Scegli l'ora
                                                                                    [Time] => Ora
                                                                                    [Minute] => Minuti
                                                                                    [Conditions] => Condizioni
                                                                                    [Highlight] => Evidenzia
                                                                                    [Partial use] => Uso parziale
                                                                                    [Number of products required in the cart to enjoy the discount:] => Prodotti che devono essere nel carrello per usufruire dello sconto:
                                                                                    [Attachment] => Documento allegato
                                                                                    [Product name] => Nome del prodotto
                                                                                    [Add a new condition group] => Aggiungi una nuova condizione gruppo
                                                                                    [Add condition] => Aggiungi condizione
                                                                                    [Condition group] => Condizione gruppo
                                                                                    [MPN] => MPN
                                                                                    [Root] => Root
                                                                                    [Home] => Home
                                                                                    [Increase] => Aumento
                                                                                    [Decrease] => Diminuisci
                                                                                    [Customer Order] => Ordine Cliente
                                                                                    [Adjustment following an inventory of stock] => Adeguamento in seguito a un inventario delle scorte
                                                                                    [Transfer to another warehouse] => Trasferimento a un altro magazzino
                                                                                    [Transfer from another warehouse] => Trasferimento da un altro magazzino
                                                                                    [Supply Order] => Ordine di Fornitura
                                                                                    [Product Return] => Reso di un Prodotto
                                                                                    [Manual Entry] => Inserimento Manuale
                                                                                    [Values] => Valori
                                                                                    [Value] => Valore
                                                                                    [Color or texture] => Colore o texture
                                                                                    [Public name] => Nome pubblico
                                                                                    [Attribute type] => Tipo di attributo
                                                                                    [Attribute group] => Gruppo di attributi
                                                                                    [Current texture] => Texture attuale
                                                                                    [Add new values] => Aggiungi nuovi valori
                                                                                    [Add New Attributes] => Aggiungi nuovo attributo
                                                                                    [Edit New Attribute] => Modifica Attributo
                                                                                    [Add New Attribute] => Aggiungi nuovo attributo
                                                                                    [Edit value] => Modifica valore
                                                                                    [Save then add another value] => Salva quindi aggiungi un altro valore
                                                                                    [Payment:] => Pagamento:
                                                                                    [Cart Rules] => Regole Carrello
                                                                                    [Open] => Aperto
                                                                                    [Messages] => Messaggi
                                                                                    [Private] => Privato
                                                                                    [Last message] => Ultimo messaggio
                                                                                    [Contact options] => Opzioni di contatto
                                                                                    [Allow file uploading] => Permetti invio file
                                                                                    [Default message] => Messaggio di default
                                                                                    [Customer service options] => Opzione servizi clienti
                                                                                    [IMAP URL] => URL IMAP
                                                                                    [IMAP port] => Porta IMAP
                                                                                    [IMAP user] => Utente IMAP
                                                                                    [IMAP password] => Passoword IMAP
                                                                                    [Delete messages] => Cancella messaggi
                                                                                    [Create new threads] => Crea nuovi flussi di email
                                                                                    [IMAP options] => Opzioni IMAP
                                                                                    [Total threads] => Numero totale argomenti
                                                                                    [Threads pending] => Argomenti in attesa
                                                                                    [Total number of customer messages] => Totale messaggi clienti
                                                                                    [Total number of employee messages] => Totale messaggi dipendenti
                                                                                    [Unread threads] => Argomenti non letti
                                                                                    [Closed threads] => Argomenti chiusi
                                                                                    [Pending Discussion Threads] => Discussioni in attesa
                                                                                    [Average Response Time] => Tempo medio di risposta
                                                                                    [Messages per Thread] => Messaggi per discussione
                                                                                    [Reply to the next unanswered message in this thread] => Rispondi al prossimo messaggio non letto di questo thread
                                                                                    [Edit New Feature] => Modifica nuova caratteristica
                                                                                    [Add New Feature] => Aggiungi nuova caratteristica
                                                                                    [Feature value] => Valore caratteristica
                                                                                    [Add a new feature value] => Aggiungi un nuovo valore della caratteristica
                                                                                    [Category root] => Albero categoria
                                                                                    [Reduction with or without taxes] => Diminuzione con o senza imposte
                                                                                    [Average number of products per category] => Quantità media di prodotti per categoria
                                                                                    [Disabled Categories] => Disattiva Categorie
                                                                                    [Empty Categories] => Svuota Categorie
                                                                                    [Top Category] => Categoria Top
                                                                                    [All combinations] => Tutte le combinazioni
                                                                                    [Ref: %s] => Rif: %s
                                                                                    [copy of %s] => copia di %s
                                                                                    [Comment:] => Commento:
                                                                                    [Mark as "handled"] => Segnala come "gestito"
                                                                                    [Re-open] => Ri-apri
                                                                                    [Mark as "pending 1" (will be answered later)] => Segna come "non letto 1" (rispondi in seguito)
                                                                                    [Disable pending status] => Disattiva lo stato in sospeso
                                                                                    [Mark as "pending 2" (will be answered later)] => Segna come "non letto 2" (rispondi in seguito)
                                                                                    [Message to:] => Messaggio a:
                                                                                    [Product:] => Prodotto:
                                                                                    [Status:] => Status:
                                                                                    [Closed] => Chiuso
                                                                                    [Pending 1] => In attesa 1
                                                                                    [Pending 2] => In attesa 2
                                                                                    [Opened] => Aperto
                                                                                    [Default delivery time: [1]%delivery_time% - %oos_delivery_time%[/1] [2]Edit delivery time[/2]] => Tempo di consegna predefinito: [1]%delivery_time% - %oos_delivery_time%[/1] [2]Modifica tempo di consegna[/2]
                                                                                    [Decrement pack only.] => Diminuisci solo confezione.
                                                                                    [Decrement products in pack only.] => Diminuisci solo i prodotti in confezione.
                                                                                    [Decrement both.] => Diminuisci entrambi.
                                                                                    [A physical product that needs to be shipped.] => Prodotto fisico che deve essere spedito.
                                                                                    [A product with different variations (size, color, etc.) from which customers can choose.] => Prodotto con diverse varianti (taglia, colore, ecc.) tra le quali i clienti possono scegliere.
                                                                                    [A collection of products from your catalog.] => Una raccolta di prodotti dal tuo catalogo.
                                                                                    [An intangible product that doesn't require shipping. You can also add a downloadable file.] => Prodotto immateriale che non deve essere spedito. Puoi anche aggiungere un file scaricabile.
                                                                                    [Customers can access the product by browsing the catalog, using the search bar, or the link.] => I clienti possono accedere al prodotto navigando il catalogo, utilizzando la barra di ricerca, o il 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.] => I clienti possono accedere al prodotto soltanto navigando il catalogo. Questo è particolarmente utile per evitare di mostrare troppi prodotti simili nella ricerca.
                                                                                    [Customers can access the product only by using the search bar.] => I clienti possono accedere al prodotto solamente usando la barra di ricerca.
                                                                                    [Only customers with the link can access the product.] => Solo i clienti con il link possono accedere al prodotto.
                                                                                    [product(s)] => prodotto(i)
                                                                                    [Products] => Prodotti
                                                                                    [Color] => Colore
                                                                                    [Attributes] => Attributi
                                                                                    [Cart rules] => Regole carrello
                                                                                    [Beginning] => Inizio
                                                                                    [End] => Fine
                                                                                    [List of disabled products] => Elenco dei prodotti disattivati
                                                                                    [List of empty categories] => Elenco delle categorie vuote
                                                                                    [List of products with combinations but without available quantities for sale] => Elenco di prodotti con combinazioni ma senza che ce ne sia una quantità sufficiente per la vendita
                                                                                    [List of products without combinations and without available quantities for sale] => Elenco di prodotti senza combinazioni e senza che ce ne sia una quantità sufficiente per la vendita
                                                                                    [List of products without description and summary] => Elenco dei prodotti senza descrizione e riepilogo
                                                                                    [List of products without images] => Elenco dei prodotti senza immagine
                                                                                    [List of products without price] => Elenco dei prodotti senza un prezzo
                                                                                    [%product_name%: %combination_details%] => %product_name%: %combination_details%
                                                                                    [Cover image] => Immagine di copertina
                                                                                    [%price% (tax incl.)] => %price% (Iva incl.)
                                                                                    [%price% (tax excl.)] => %price% (Iva escl.)
                                                                                    [Add new root category] => Aggiungi una nuova categoria madre
                                                                                    [Add new category] => Aggiungi una nuova categoria
                                                                                    [Add new feature] => Aggiungi una nuova caratteristica
                                                                                    [Low stock alert] => Allarme livello di magazzino basso
                                                                                    [Select a store] => Seleziona un negozio
                                                                                    [Number of products] => Numero di prodotti
                                                                                    [Message forwarded to] => Messaggio inviato a
                                                                                    [Combination name] => Nome combinazione
                                                                                    [Physical quantity] => Quantità fisica
                                                                                    [Reserved quantity] => Quantità riservata
                                                                                    [Category name] => Nome categoria
                                                                                    [Parent of the category] => Genitore della categoria
                                                                                    [Please select a file] => Si prega di selezionare un file
                                                                                    [Impact on weight] => Impatto sul peso
                                                                                    [ISBN code] => Codice ISBN
                                                                                    [Min. quantity for sale] => Quantità minima per la vendita
                                                                                    [Select images of this combination:] => Seleziona le immagini di questa combinazione:
                                                                                    [Final price] => Prezzo finale
                                                                                    [Impact on price per unit (tax excl.)] => Impatto sul prezzo per unità (Iva escl.)
                                                                                    [UPC barcode] => Codice a barre UPC
                                                                                    [EAN-13 or JAN barcode] => Codice a barre EAN-13 o JAN
                                                                                    [Set as default combination] => Imposta come combinazione predefinita
                                                                                    [Impact on price (tax incl.)] => Impatto sul prezzo (Iva incl.)
                                                                                    [Cost Price] => Prezzo di costo
                                                                                    [Minimum quantity] => Quantità minima
                                                                                    [Short description] => Breve descrizione
                                                                                    [Pack of products] => Pacco di prodotti
                                                                                    [Standard product] => Prodotto standard
                                                                                    [Add products to your pack] => Aggiungi prodotti al pacco
                                                                                    [Choose a brand] => Scegli una marca
                                                                                    [Pre-tax retail price] => Prezzo di vendita tasse escluse
                                                                                    [Retail price with tax] => Prezzo di vendita tasse incl
                                                                                    [Add a new category] => Aggiungi una nuova categoria
                                                                                    [Accessories] => Accessori
                                                                                    [Invalid characters are: %invalidCharacters%] => I caratteri non validi sono: %invalidCharacters%
                                                                                    [Default category] => Categoria predefinita
                                                                                    [This field contains invalid characters: %invalidCharacters%] => Questo campo contiene caratteri non validi: %invalidCharacters%
                                                                                    [Condition] => Condizione
                                                                                    [New] => Nuovo
                                                                                    [Used] => Usati
                                                                                    [Refurbished] => imesso a nuovo
                                                                                    [Everywhere] => Ovunque
                                                                                    [Catalog only] => Solo catalogo
                                                                                    [Search only] => Solo ricerca
                                                                                    [Nowhere] => Da nessuna parte
                                                                                    [Display options] => Mostra opzioni
                                                                                    [Default suppliers] => Fornitori predefiniti
                                                                                    [Attachments for this product:] => Allegati per questo prodotto:
                                                                                    [ISBN] => ISBN
                                                                                    [Display condition on product page] => Mostra la condizione nella pagina del prodotto
                                                                                    [Available for order] => Disponibile per l'ordine
                                                                                    [Show price] => Mostra prezzo
                                                                                    [Web only (not sold in your retail store)] => Solo sul web (non viene venduto nel tuo negozio al dettaglio)
                                                                                    [No tax] => Nessuna tassa
                                                                                    [Apply to all products] => Applica a tutti i prodotti
                                                                                    [Display the "On sale!" flag on the product page, and on product listings.] => Mostra il flag "In vendita!" sulla pagina del prodotto e negli elenchi dei prodotti.
                                                                                    [Retail price (tax excl.)] => Prezzo finale (tasse escl.)
                                                                                    [Ecotax (tax incl.)] => Eco-tassa (tasse incl.)
                                                                                    [Retail price (tax incl.)] => Prezzo finale (tasse incl.)
                                                                                    [Retail price per unit (tax excl.)] => Prezzo al dettaglio per unità (Iva escl.)
                                                                                    [Low stock level] => Livello di magazzino basso
                                                                                    [Label when in stock] => Contrassegna quando disponibile
                                                                                    [Use default behavior] => Usa comportamento predefinito
                                                                                    [Allow orders] => Accetta gli ordini
                                                                                    [Deny orders] => Rifiuta gli ordini
                                                                                    [Send me an email when the quantity is below or equals this level] => Inviami un'email quando la quantità è pari o inferiore a questo livello
                                                                                    [Create combinations] => Crea combinazioni
                                                                                    [I want to use the advanced stock management system for this product.] => Voglio usare la gestione avanzata magazzino per questo prodotto.
                                                                                    [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 quantitativi disponibili per il prodotto corrente e le relative combinazioni sono basate sullo stock in magazzino (utilizzando il sistema avanzato di gestione delle scorte).
                                                                                    [I want to specify available quantities manually.] => Voglio specificare una quantità disponibile manualmente.
                                                                                    [Stock location] => Ubicazione magazzino
                                                                                    [Availability date] => Data disponibilità
                                                                                    [Label when out of stock (and backorders allowed)] => Contrassegna quando non disponibile (ed è consentita la prenotazione)
                                                                                    [When out of stock] => Quando fuori magazzino
                                                                                    [Minimum quantity for sale] => Quantità minima per la vendita
                                                                                    [Add downloadable file] => Aggiungi un file scaricabile
                                                                                    [Use pack quantity] => Utilizza la quantità della confezione
                                                                                    [Use quantity of products in the pack] => Utilizza la quantità di prodotti nella confezione
                                                                                    [Use both, whatever is lower] => Usali entrambi, qualunque sia il valore più basso
                                                                                    [Pack stock behavior] => Comportamento delle scorte confezioni
                                                                                    [No redirection (404)] => Nessun reindirizzamento (404)
                                                                                    [No redirection (410)] => Nessun reindirizzamento (410)
                                                                                    [Target] => Destinazione
                                                                                    [Meta title] => Meta titolo
                                                                                    [Meta description] => Meta descrizione
                                                                                    [Target product] => Target del prodotto
                                                                                    [Target category] => Categoria di destinazione
                                                                                    [Redirection when offline] => Reindirizzamento quando offline
                                                                                    [Permanent redirection to a category (301)] => Reindirizzamento permanente a una categoria (301)
                                                                                    [Temporary redirection to a category (302)] => Reindirizzamento temporaneo a una categoria (302)
                                                                                    [Permanent redirection to a product (301)] => Reindirizzamento permanente a un prodotto (301)
                                                                                    [Temporary redirection to a product (302)] => Reindirizzamento temporaneo a un prodotto (302)
                                                                                    [Default behavior from configuration] => Comportamento predefinito dalla configurazione
                                                                                    [No redirection (200), display product] => Nessun reindirizzamento (200), mostra prodotto
                                                                                    [No redirection (404), display product] => Nessun reindirizzamento (404), mostra prodotto
                                                                                    [No redirection (410), display product] => Nessun reindirizzamento (410), mostra prodotto
                                                                                    [No redirection (404), display error page] => Nessun reindirizzamento (404), mostra pagina di errore
                                                                                    [No redirection (410), display error page] => Nessun reindirizzamento (410), mostra pagina di errore
                                                                                    [Friendly URL] => Friendly url
                                                                                    [Delivery time of in-stock products:] => Tempi di spedizione per i prodotti disponibili:
                                                                                    [Specific delivery time for this product] => Tempi di consegna specifici per questo prodotto
                                                                                    [Specific delivery time to this product] => Specifica i tempi di consegna per questo prodotto
                                                                                    [Default delivery time] => Tempo di consegna predefinito
                                                                                    [Delivered within 3-4 days] => Consegnato in 3-4 giorni
                                                                                    [Delivery time of out-of-stock products with allowed orders:] => Tempi di spedizione per i prodotti non disponibili con la possibilità di prenotazione:
                                                                                    [Delivered within 5-7 days] => Consegnato in 5-7 giorni
                                                                                    [Width] => Larghezza
                                                                                    [Height] => Altezza
                                                                                    [Depth] => Profondità
                                                                                    [Weight] => Peso
                                                                                    [Delivery time] => Tempi di consegna
                                                                                    [Shipping fees] => Costi di spedizione
                                                                                    [Available carriers] => Corrieri disponibili
                                                                                    [Reduction type] => Tipo riduzione
                                                                                    [Leave initial price] => Lascia il prezzo iniziale
                                                                                    [Add customer] => Aggiungi cliente
                                                                                    [Apply to all combinations] => Applica a tutte le combinazioni
                                                                                    [Available from] => Disponibile dal
                                                                                    [Starting at] => A partire da
                                                                                    [Unit(s)] => Unità
                                                                                    [Product price (tax excl.)] => Prezzo prodotto (Iva escl.)
                                                                                    [Reduction tax] => Detassazione
                                                                                    [Number of allowed downloads] => Numero di download permessi
                                                                                    [Number of days] => Numero di giorni
                                                                                    [Stored] => Posizionato
                                                                                    [Location (optional)] => Posizione (opzionale)
                                                                                    [Add categories] => Aggiungi categorie
                                                                                    [Minimum order quantity] => Quantità minima ordine
                                                                                    [Edit fixed quantity] => Modifica quantità fissa
                                                                                    [Stocks] => Giacenze
                                                                                    [Enter stock location] => Inserisci la posizione del magazzino
                                                                                    [You can bulk edit the selected combinations by enabling and filling each field that needs to be updated.] => Puoi modificare in blocco le combinazioni selezionate abilitando e compilando ogni campo che deve essere aggiornato.
                                                                                    [[1]Edit default behavior[/1]] => [1]Modifica il comportamento predefinito[/1]
                                                                                    [Edit combination: ] => Modifica combinazione: 
                                                                                    [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.] => È possibile specificare quali immagini devono essere visualizzate quando il cliente seleziona questa combinazione. Se non selezioni alcuna immagine, verranno visualizzate tutte. L'immagine predefinita della combinazione sarà la prima selezionata dall'elenco.
                                                                                    [Manage product combinations] => Gestione combinazioni di prodotti
                                                                                    [If the price per unit of this combination is different from the initial price per unit, enter the value of the impact (negative or positive).] => Se il prezzo unitario di questa combinazione è diverso dal prezzo unitario iniziale, inserisci il valore dell'impatto (negativo o positivo).
                                                                                    [Final retail price (tax excl.)] => Prezzo finale al dettaglio (Iva escl.)
                                                                                    [Final retail price (tax incl.)] => Prezzo finale al dettaglio (Iva incl.)
                                                                                    [Impact on price per unit (tax incl.)] => Impatto sul prezzo per unità (Iva incl.)
                                                                                    [Receive a low stock alert by email] => Ricevi via email un avviso di scorte in esaurimento
                                                                                    [Related products] => Prodotti correlati
                                                                                    [Description] => Descrizione
                                                                                    [No brand] => Nessuna marca
                                                                                    [Details] => Dettagli
                                                                                    [Choose a value] => Scegli un valore
                                                                                    [Pre-defined value] => Valore prefefinito
                                                                                    [OR Customized value] => O Valore personalizzato
                                                                                    [Choose a feature] => Scegli una funzione
                                                                                    [Choose a value or provide a customized one] => Scegli un valore o forniscine uno personalizzato
                                                                                    [References] => Riferimenti
                                                                                    [Custom value] => Valore personalizzato
                                                                                    [New product] => Nuovo prodotto
                                                                                    [Caption] => Didascalia
                                                                                    [[1]%filesNb%[/1] selected file(s)] => [1]%filesNb%[/1] file selezionati
                                                                                    [Use as cover image] => Usa come immagine di copertina
                                                                                    [Manage images] => Gestione immagini
                                                                                    [Product has no images.] => Il prodotto non ha immagini.
                                                                                    [Image] => Immagine
                                                                                    [Images will be deleted.] => Le immagini verranno eliminate.
                                                                                    [[1]{filesNb}[/1] selected file(s)] => [1]{filesNb}[/1] file selezionati
                                                                                    [Image is not associated to this store] => L'immagine non è associata al negozio
                                                                                    [Options] => Opzioni
                                                                                    [No files attached] => Nessun file allegato
                                                                                    [[1]Manage all files[/1]] => [1]Gestisci tutti i file[/1]
                                                                                    [[1]Manage catalog price rules[/1]] => [1]Gestione delle regole prezzi catalogo[/1]
                                                                                    [%price% tax excl.] => %price% Iva escl.
                                                                                    [%price% tax incl.] => %price% tasse incl.
                                                                                    [%price% %unity%] => %price% %unity%
                                                                                    [%price% margin] => Margine %price%
                                                                                    [%margin_rate%% margin rate] => Percentuale margine %margin_rate%%
                                                                                    [%price% cost price] => Prezzo di costo %price%
                                                                                    [Show catalog price rules] => Mostra le regole prezzi catalogo
                                                                                    [Hide catalog price rules] => Nascondi le regole prezzi catalogo
                                                                                    [Set a specific order for this product] => Imposta un ordine specifico per questo prodotto
                                                                                    [Use default order: [1]{priority_list}[/1]] => Usa ordine predefinito: [1]{priority_list}[/1]
                                                                                    [Ecotax rate %rate%%] => Tassa ecologica %rate%%
                                                                                    [Ecotax (tax excl.)] => Ecotassa (tasse. escl.)
                                                                                    [Tax feature is disabled, it will not affect price tax included.] => La funzione tasse è disabilitata, non influirà sul prezzo Iva inclusa.
                                                                                    [[1]Manage tax rules[/1]] => [1]Gestione regole tasse[/1]
                                                                                    [Tax %1$s : %2$s%%] => Imposta %1$s : %2$s%%
                                                                                    [Tax %1$s-%3$s: %2$s%%] => Imposta %1$s-%3$s: %2$s%%
                                                                                    [Apply a discount to the initial price] => Applica uno sconto sul prezzo iniziale
                                                                                    [Set specific price] => Imposta un prezzo specifico
                                                                                    [At least one of the following must be activated] => Almeno uno dei seguenti deve essere attivato
                                                                                    [Apply a discount to the initial price or set a specific price.] => Applica uno sconto sul prezzo iniziale o imposta un prezzo specifico.
                                                                                    [For customers meeting the conditions, the initial price will be crossed out and the discount will be highlighted.] => Per i clienti che soddisfano le condizioni, il prezzo iniziale verrà barrato e lo sconto verrà evidenziato.
                                                                                    [Minimum number of units purchased] => Numero minimo di unità acquistate
                                                                                    [Duration] => Durata
                                                                                    [Retail price per unit (tax incl.)] => Prezzo unitario al dettaglio (Iva incl.)
                                                                                    [Unit] => Unità
                                                                                    [Display retail price per unit] => Visualizza il prezzo unitario al dettaglio
                                                                                    [Enter the keywords that customers might search for when looking for this product.] => Inserisci le parole chiave che i clienti potrebbero digitare quando cercano questo prodotto.
                                                                                    [[1]Manage all tags[/1]] => [1]Gestisci tutti i tag[/1]
                                                                                    [Search engine optimization] => Ottimizzazione per i motori di ricerca
                                                                                    [Recent stock movements] => Movimenti di magazzino recenti
                                                                                    [[1]View all stock movements[/1]] => [1]Visualizza tutti i movimenti di magazzino[/1]
                                                                                    [Sold products] => Prodotti venduti
                                                                                    [Shipped products] => Prodotti spediti
                                                                                    [Returned products] => Prodotti resi
                                                                                    [Enter threshold value] => Inserisci un valore di soglia
                                                                                    [Pack quantities] => Quantità confezioni
                                                                                    [Pack] => Pacchetto
                                                                                    [Add new file] => Aggiungi un nuovo file
                                                                                    [Upload files here] => Carica i tuoi file qui
                                                                                    [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.] => Rendi alcuni file disponibili per i tuoi clienti e facilita il loro acquisto aggiungendoli proprio qui! Possono essere manuali di istruzioni, lavori tecnici o qualsiasi cosa si desideri allegare ad un prodotto.
                                                                                    [Manage your credit slips] => Gestisci note di credito
                                                                                    [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.] => Quando un cliente restituisce un prodotto, è necessario creare una nota di credito a suo favore. Genera buoni e dai un'occhiata al loro follow-up.
                                                                                    [Manage your products] => Gestisci i tuoi prodotti
                                                                                    [Create new product] => Crea nuovo prodotto
                                                                                    [Import a list of products.] => Importa una lista di prodotti.
                                                                                    [Keep in touch with your suppliers] => Tieniti in contatto con i tuoi fornitori
                                                                                    [Having suppliers is optional if brands supply you directly. Make sure you don't confuse product suppliers and product brands to facilitate stock management.] => Avere dei fornitori è facoltativo se i marchi ti riforniscono direttamente. Assicurati di non confondere i fornitori dei prodotti con le marche di prodotti, per facilitare la gestione del magazzino.
                                                                                    [Viewing %from%-%to% on %total% (page %current_page% / %page_count%)] => Visualizzate %from%-%to% su %total% (pagina %current_page% / %page_count%)
                                                                                    [Enter page number and press enter] => Inserisci il numero di pagina e premi Invio
                                                                                    [Not available yet] => Non ancora disponibile
                                                                                    [Not available yet.] => Non ancora disponibile.
                                                                                    [Category] => Categoria
                                                                                    [Price (tax incl.)] => Prezzo (tasse incl.)
                                                                                    [Price (tax excl.)] => Prezzo (tasse escl.)
                                                                                    [These products will be deleted for good. Please confirm.] => Questi prodotti saranno eliminati per sempre. Si prega di confermare.
                                                                                    [Delete products?] => Cancelli i prodotti?
                                                                                    [[1]Add your first product[/1][2]or import a list of products (filetypes: .csv, .xls, .xlsx, .xlst, .ods, .ots).[/2]] => [1]Aggiungi il tuo primo articolo[/1][2]o importa un elenco di prodotti (tipi di file: csv, .xls, .xlsx, .xlst, .ods, .ots).[/2]
                                                                                    [Go to catalog] => Vai al catalogo
                                                                                    [Add new product] => Aggiungi nuovo prodotto
                                                                                    [Product list] => Elenco prodotti
                                                                                    [SEO] => SEO
                                                                                    [Modules] => Moduli
                                                                                    [Pricing] => Prezzi
                                                                                    [Basic settings] => Impostazioni di base
                                                                                    [Shipping] => Spedizione
                                                                                    [Categories] => Categorie
                                                                                    [Create a new category] => Crea nuova categoria
                                                                                    [New category name] => Nuovo nome categoria
                                                                                    [Create a category] => Crea categoria
                                                                                    [Associated categories] => Categorie correlate
                                                                                    [Ecotax] => Ecotassa
                                                                                    [Specific references] => Preferenze specifiche
                                                                                    [Prev. combination] => Combinazione preced.
                                                                                    [Back to product] => Torna al prodotto
                                                                                    [Combination details] => Dettaglio combinazione
                                                                                    [Price and impact] => Prezzo e impatto
                                                                                    [Final retail price (tax excl.) will be] => Il prezzo finale al dettaglio (Iva escl.) sarà
                                                                                    [Final retail price (tax incl.) will be] => Il prezzo finale al dettaglio (Iva incl.) sarà
                                                                                    [Does this combination have a different price per unit?] => Questa combinazione ha un prezzo unitario diverso?
                                                                                    [Images] => Immagini
                                                                                    [Next combination] => Combinazione successiva
                                                                                    [Impact on price (tax excl.)] => Impatto sul prezzo (Iva escl.)
                                                                                    [Final price (tax excl.)] => Prezzo finale (tasse escl.)
                                                                                    [Manage your product combinations] => Gestisce le tue combinazioni di prodotti
                                                                                    [Bulk actions ([1]/[2] combination(s) selected)] => Azioni massive ([1]/[2] combinazioni selezionate)
                                                                                    [Default combination] => Combinazione predefinita
                                                                                    [Availability preferences] => Preferenze disponibilità
                                                                                    [Behavior when out of stock] => Comportamento quando non disponibile
                                                                                    [Stock management is disabled] => La gestione del magazzino è disattivata
                                                                                    [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.] => Puoi aumentare o diminuire in maniera massiva i valori che indicano la scarsità di scorte. Non puoi disabilitarli nella stessa maniera: bisogna farlo su base combinata.
                                                                                    [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] => L'email verrà inviata a tutti gli utenti che hanno i permessi per agire sulla pagina del magazzino. Per modificare i permessi, vai su Parametri Avanzati > Team
                                                                                    [Delete combinations] => Elimina combinazioni
                                                                                    [Edit a specific price] => Modifica un prezzo specifico
                                                                                    [Brand] => Marca
                                                                                    [Add a brand] => Aggiungi marca
                                                                                    [Related product] => Prodotto correlato
                                                                                    [Add a related product] => Aggiungi prodotto collegato
                                                                                    [Here is a preview of your search engine result, play with it!] => Ecco un'anteprima del risultato del tuo motore di ricerca, giocaci!
                                                                                    [Improve your ranking and how your product page will appear in search engines results.] => Aumenta il tuo punteggio e come la pagina del tuo prodotto apparirà nei risultati dei motori di ricerca.
                                                                                    [Redirection page] => Pagina di reindirizzamento
                                                                                    [Reset URL] => Reimposta URL
                                                                                    [Search Engine Optimization] => Ottimizzazione (SEO)
                                                                                    [Additional shipping costs] => Costi di spedizione supplementari
                                                                                    [Package dimension] => Dimensioni imballo
                                                                                    [Adjust your shipping costs by filling in the product dimensions.] => Perfeziona i costi di spedizione completando le dimensioni del prodotto.
                                                                                    [Leave empty to disable.] => Lascia vuoto per disabilitare.
                                                                                    [Impact on price] => Impatto sul prezzo
                                                                                    [Specific price conditions] => Condizioni specifiche sul prezzo
                                                                                    [Apply a discount of] => Applica uno sconto di
                                                                                    [Choose the suppliers associated with this product] => Scegli i fornitori associati con questo prodotto
                                                                                    [Default supplier] => Fornitore predefinito
                                                                                    [Cost price (tax excl.)] => Prezzo di costo (tasse escl.)
                                                                                    [Supplier reference(s)] => Riferimenti fornitore
                                                                                    [Supplier reference] => Riferimento fornitore
                                                                                    [Product location in warehouses] => Posizione prodotto nei magazzini
                                                                                    [Please choose the warehouses associated with this product.] => Scegli i magazzini associati con questo prodotto.
                                                                                    [Stock] => Magazzino
                                                                                    [Quantities] => Quantità
                                                                                    [Quantity] => Quantità
                                                                                    [Combinations] => Combinazioni
                                                                                    [Summary] => Riepilogo
                                                                                    [Add a feature] => Aggiungi una caratteristica
                                                                                    [Tax rule] => Regime Iva
                                                                                    [Tax excluded] => Tasse escluse
                                                                                    [Tax included] => Tasse incluse
                                                                                    [Reference] => Riferimento
                                                                                    [Product with combinations] => Prodotto con combinazioni
                                                                                    [View all images] => Vedi tutte le immagini
                                                                                    [View less] => Vedi di meno
                                                                                    [Simple product] => Prodotto semplice
                                                                                    [Cover] => Immagine di copertina
                                                                                    [Features] => Funzioni
                                                                                    [Visibility] => Visibilità
                                                                                    [Where do you want your product to appear?] => Dove vuoi che il tuo prodotto appaia?
                                                                                    [Attached files] => Files allegati
                                                                                    [Add a customization field] => Aggiungi un campo di personalizzazione
                                                                                    [Customers can personalize the product by entering some text or by providing custom image files.] => I clienti possono personalizzare il prodotto inserendo del testo o fornendo delle immagini personalizzate.
                                                                                    [Tags] => Tags
                                                                                    [Condition & References] => Condizioni & Riferimenti
                                                                                    [Select the files (instructions, documentation, recipes, etc.) your customers can directly download on this product page.] => Seleziona i file (istruzioni, documentazione, ricette, ecc.) che i tuoi clienti possono scaricare direttamente su questa pagina prodotto.
                                                                                    [Need to browse all files? Go to [1]Catalog > Files[/1]] => Hai bisogno di sfogliare tutti i file? Vai a [1]Catalogo > File[/1]
                                                                                    [Attach a new file] => Allega un nuovo file
                                                                                    [Cost price] => Prezzo di costo
                                                                                    [Retail price] => Prezzo al dettaglio
                                                                                    [Specific prices] => Prezzi specifici
                                                                                    [Priority management] => Gestione priorità
                                                                                    [Add a specific price] => Aggiungi un prezzo specifico
                                                                                    [Manage tax rules] => Gestisci aliquote Iva
                                                                                    [Final retail price: [1][2][/2] tax incl.[/1] / [3][/3] tax excl.] => Prezzo finale al dettaglio: [1][2][/2] Iva incl.[/1]/[3][/3] Iva escl.
                                                                                    [Rule] => Regola
                                                                                    [Fixed price] => Prezzo fisso
                                                                                    [Impact] => Impatto
                                                                                    [From] => Da
                                                                                    [Priorities] => Priorità
                                                                                    [Combination] => Combinazione
                                                                                    [Drop images here] => Trascina qui le immagini
                                                                                    [or select files] => o seleziona files
                                                                                    [Recommended size 800 x 800px for default theme.] => Dimensione raccomandata per il tema predefinito: 800 x 800px.
                                                                                    [JPG, GIF or PNG format.] => Formato JPG, GIF o PNG.
                                                                                    [Virtual product] => Prodotto virtuale
                                                                                    [These modules are relative to the product page of your shop.] => Questi moduli sono relativi alla pagina prodotto del tuo negozio.
                                                                                    [tax excl.] => tasse escl.
                                                                                    [JPG, GIF, PNG or WebP format.] => Formato JPG, GIF, PNG o WebP
                                                                                    [tax incl.] => tasse incl.
                                                                                    [Module to configure] => Modulo da configurare
                                                                                    [Choose a module to configure] => Scegli un modulo da configurare
                                                                                    [To manage all your modules go to the [1]Installed module page[/1]] => Per gestire tutti i tuoi moduli vai alla [1]pagina dei moduli installati[/1]
                                                                                    [These modules are relative to the product page of your store.] => Questi moduli sono relativi alla pagina prodotto del tuo negozio.
                                                                                    [Zoom] => Ingrandisci
                                                                                    [Add new value] => Aggiungi nuovo valore
                                                                                    [Create attributes] => Crea attributi
                                                                                    [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.] => Colore, dimensione, taglia, spazio su disco... pensa agli attributi come proprietà che cambiano da un prodotto all'altro. Di conseguenza, gli attributi ti consentono di creare combinazioni di prodotti.
                                                                                    [Add new attribute] => Aggiungi nuovo attributo
                                                                                    [From quantity] => Da quantità
                                                                                    [Reduction] => Sconto
                                                                                    [Catalog price rules] => Regole prezzi catalogo
                                                                                    [Add new catalog price rule] => Aggiungi una nuova regola prezzi del catalogo
                                                                                    [Parent category] => Categoria collegata
                                                                                    [Additional description] => Descrizione aggiuntiva
                                                                                    [Category cover image] => Immagine di copertina categoria
                                                                                    [Category thumbnail] => Miniatura categoria
                                                                                    [Menu thumbnails] => Miniature menù
                                                                                    [Group access] => Accesso di gruppo
                                                                                    [%group_name% - All people without a valid customer account.] => %group_name% – Tutte le persone senza un account cliente valido.
                                                                                    [%group_name% - Customer who placed an order with the guest checkout.] => %group_name% – Clienti che hanno effettuato un ordine con un account ospite.
                                                                                    [%group_name% - All people who have created an account on this site.] => %group_name% - Tutte le persone che hanno creato un account su questo sito.
                                                                                    [Set categories] => Imposta categorie
                                                                                    [Categories are essential, as they enable you to group equivalent products. This helps customers find their way through the variety of your catalog.] => Le categorie sono essenziali, perché ti consentono di raggruppare prodotti equivalenti. Questo aiuta i clienti a orientarsi nella varietà del tuo catalogo.
                                                                                    [Edit: %value%] => Modifica: %value%
                                                                                    [Feature] => Caratteristica
                                                                                    [Add a new feature] => Aggiungi una nuova caratteristica
                                                                                    [Addresses] => Indirizzi
                                                                                    [Ref:] => Rif:
                                                                                    [EAN13:] => EAN13:
                                                                                    [UPC:] => UPC:
                                                                                    [MPN:] => MPN:
                                                                                    [Qty:] => Quantità:
                                                                                    [EAN-13:] => EAN-13:
                                                                                    [Available quantity] => Quantità disponibile
                                                                                    [Attribute name] => Attributi
                                                                                    [UPC] => UPS
                                                                                    [EAN-13] => EAN-13
                                                                                    [Brands] => Marchi
                                                                                    [Add new brand] => Aggiungi nuova marca
                                                                                    [Add new brand address] => Aggiungi un nuovo indirizzo marca
                                                                                    [Focus on your catalog] => Focus sul tuo catalogo
                                                                                    [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.] => Categorie vuote, prodotti disabilitati, articoli privi di immagine o prezzo... controlla la sezione di monitoraggio per ottimizzare la gestione dei tuoi prodotti e assicurarti di non aver dimenticato nulla.
                                                                                    [tax incl. (tax rule: %taxRate%%)] => Iva incl. (regola Iva: %taxRate%%)
                                                                                    [out of stock] => esaurito
                                                                                    [low stock] => in esaurimento
                                                                                    [in stock] => in magazzino
                                                                                    [Editing %total% combinations] => Modifica di %total% combinazioni
                                                                                    [Editing %done%/%total% combinations] => Modifica di %done% combinazioni su %total%
                                                                                    [Generate product combinations] => Genera combinazioni di prodotti
                                                                                    [Combinations are the different variations of a product, with attributes like its size, weight or color taking different values.] => Le combinazioni sono le diverse varianti di un prodotto, con attributi come le dimensioni, il peso o il colore che assumono valori diversi.
                                                                                    [Generate combinations] => Genera combinazioni
                                                                                    [Loading combinations] => Combinazioni in caricamento
                                                                                    [Edition mode] => Modalità di modifica
                                                                                    [Save list] => Salva elenco
                                                                                    [Error log] => Registro errori
                                                                                    [Close] => Chiudi
                                                                                    [Stop processing] => Interrompi l'elaborazione
                                                                                    [%error_count% errors occurred. You can download the logs for future reference.] => Si sono verificati %error_count% errori. Puoi scaricare i log per una futura consultazione.
                                                                                    [Back to processing] => Riprendi l'elaborazione
                                                                                    [Download error log] => Scarica il registro degli errori
                                                                                    [View %error_count% error logs] => Visualizza %error_count% log degli errori
                                                                                    [Edit %combinations_number% combinations] => Modifica di %combinations_number% combinazioni
                                                                                    [Apply to %combinations_number% combinations] => Applica a %combinations_number% combinazioni
                                                                                    [Delete %combinations_number% combinations] => Elimina %combinations_number% combinazioni
                                                                                    [Deleting %total% combinations] => Eliminazione di %total% combinazioni
                                                                                    [Deleting %done%/%total% combinations] => Eliminazione di %done% combinazioni su %total%
                                                                                    [Previous combination] => Combinazione precedente
                                                                                    [Edited combinations (%editedNb%)] => Combinazioni modificate (%editedNb%)
                                                                                    [Here, you can have a look at the combinations you have edited. The list will reset when you close the editing window.] => Qui puoi dare un'occhiata alle combinazioni che hai modificato. La lista si reimposterà quando chiudi la finestra di modifica.
                                                                                    [Delete %combinations_number% combinations from store "%store_name%"] => Elimina %combinations_number% combinazioni dal negozio "%store_name%"
                                                                                    [Delete %combinations_number% combinations from all stores] => Elimina %combinations_number% combinazioni da tutti i negozi
                                                                                    [Edited combinations ({editedNb})] => Combinazioni modificate ({editedNb})
                                                                                    [Open history] => Apri cronologia
                                                                                    [Close history] => Chiudi cronologia
                                                                                    [Loading catalog price rules] => Carica le regole prezzi catalogo
                                                                                    [Discount] => Sconto
                                                                                    [Open combinations generator] => Apri generatore di combinazioni
                                                                                    [Successfully generated %combinationsNb% combinations.] => Generate con successo %combinationsNb% combinazioni.
                                                                                    [Generate combinations|Generate combination|Generate %combinationsNb% combinations] => Genera combinazioni|Genera combinazione|Genera %combinationsNb% combinazioni
                                                                                    [Search for attributes...] => Ricerca attributi...
                                                                                    [Successfully generated {combinationsNb} combinations.] => Generate con successo {combinationsNb} combinazioni.
                                                                                    [Generate combinations|Generate combination|Generate {combinationsNb} combinations] => Genera combinazioni|Genera combinazione|Genera {combinationsNb} combinazioni
                                                                                    [Select all values ({valuesNb})] => Seleziona tutti i valori ({valuesNb})
                                                                                    [Generate URL from name] => Genera un URL a partire dal nome
                                                                                    [Loading specific prices] => Caricamento prezzi specifici
                                                                                    [Specific price (tax excl.)] => Prezzo specifico (Iva escl.)
                                                                                    [Discount (tax incl.)] => Sconto (Iva incl.)
                                                                                    [Units] => Unità
                                                                                    [EAN13] => EAN13
                                                                                    [Wholesale price] => Prezzo di acquisto
                                                                                    [Add new supplier] => Aggiungo nuovo fornitore
                                                                                    [Customization] => Personalizzazione
                                                                                    [Price per unit] => Prezzo unitario
                                                                                    [Add new cart rule] => Aggiungi una nuova regola carrello
                                                                                    [Expiration date] => Data di scadenza
                                                                                    [Items per page:] => Elementi per pagina:
                                                                                    [Product deleted] => Prodotto eliminato
                                                                                    [Type] => Tipo
                                                                                    [Main category] => Categoria principale
                                                                                    [[1][/1] of [2][/2] characters allowed] => [1][/1] di [2][/2] caratteri consentiti
                                                                                    [[1][/1] of [2][/2] characters used (recommended)] => Utilizzati [1][/1] caratteri su [2][/2] (raccomandato)
                                                                                    [List of products for this pack] => Elenco prodotti per questo pacco
                                                                                    [None] => Nessuno
                                                                                    [Edit quantity] => Modifica quantità
                                                                                    [Use checkboxes to bulk edit quantities] => Usa le caselle di spunta per modificare le quantità in maniera massiva
                                                                                    [Advanced filters] => Filtri avanzati
                                                                                    [Apply advanced filters] => Applica i filtri avanzati
                                                                                    [Apply new quantity] => Applica la nuova quantità
                                                                                    [Display products below low stock level first] => Mostra prima i prodotti le cui scorte sono inferiori al minimo stabilito
                                                                                    [Filter by movement type] => Filtra per tipo di movimentazione
                                                                                    [Filter by employee] => Filtra per dipendente
                                                                                    [Filter by period] => Filtra per periodo
                                                                                    [Search a category] => Cerca una categoria
                                                                                    [Search a supplier] => Cerca un fornitore
                                                                                    [Filter by status] => Filtra per status
                                                                                    [All] => Tutto
                                                                                    [Filter by supplier] => Filtra per fornitore
                                                                                    [Stock management] => Gestione magazzino
                                                                                    [Movements] => Movimentazioni
                                                                                    [Search products (search by name, reference, supplier)] => Ricerca prodotti (ricerca per nome, riferimento, fornitore)
                                                                                    [This product is below the low stock level you have defined.] => Questo prodotto si trova al di sotto del quantitativo da te definito.
                                                                                    [Low stock level:] => Livello di magazzino basso:
                                                                                    [Low stock alert:] => Allarme livello di magazzino basso:
                                                                                    [Bulk edit quantity] => Modifica massiva delle quantità
                                                                                    [Combination's ID] => ID combinazione
                                                                                    [Date & Time] => Data e Ora
                                                                                    [Go to the import system] => Vai al sistema di importazione
                                                                                    [Export data into CSV] => Esporta dati su CSV
                                                                                    [Physical] => Fisica
                                                                                    [Reserved] => Riservato
                                                                                )

                                                                            [ModulesLinklistShop] => Array
                                                                                (
                                                                                    [Products] => Prodotti
                                                                                    [Our company] => La nostra azienda
                                                                                )

                                                                            [ModulesStatscarrierAdmin] => Array
                                                                                (
                                                                                    [Carrier distribution] => Ripartizione per corriere
                                                                                    [Enrich your stats, add a pie chart illustrating your carriers’ distribution.] => Arricchisci le tue statistiche, aggiungi un grafico a torta che illustra il dislocamento dei tuoi corrieri.
                                                                                    [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.] => Questo grafico rappresenta le zone di copertura dei corrieri per i vostri ordini. È anche possibile restringere le indicazioni sul grafico per visualizzare la copertura dei corrieri di un ordine in particolare.
                                                                                    [No valid orders have been received for this period.] => Nessun ordine valido per questo periodo.
                                                                                    [Percentage of orders listed by carrier.] => Percentuale degli ordini per corriere.
                                                                                )

                                                                            [ModulesStatsbestcategoriesAdmin] => Array
                                                                                (
                                                                                    [Empty recordset returned] => Restituito recordset vuoto
                                                                                    [Total Quantity Sold] => Quantità totali vendute
                                                                                    [Total Price] => Prezzo totale venduto
                                                                                    [Total Margin] => Margine Totale
                                                                                    [Total Viewed] => Totale Visto
                                                                                    [Best categories] => Migliori categorie
                                                                                    [Enrich your stats, add a list of the best selling categories to the dashboard.] => Arricchisci le tue statistiche, aggiungi alla dashboard un elenco delle categorie più vendute.
                                                                                    [Display final level categories only (that have no child categories)] => Mostra solo le categorie di livello finale (che non hanno categorie figlie)
                                                                                )

                                                                            [Install] => Array
                                                                                (
                                                                                    [Choose your language] => Scegli la tua lingua
                                                                                    [License agreements] => Accettazione licenze
                                                                                    [System compatibility] => Compatibilità sistema
                                                                                    [Store information] => Informazioni negozio
                                                                                    [System configuration] => Configurazione del sistema
                                                                                    [Store installation] => Installazione del negozio
                                                                                    [Field required] => Campo obbligatorio
                                                                                    [Invalid shop name] => nome negozio non valido
                                                                                    [shop name] => nome negozio
                                                                                    [The field %field% is limited to %limit% characters] => Il campo %field% è limitato a %limit% caratteri
                                                                                    [Your firstname contains some invalid characters] => Il tuo nome contiene dei caratteri non validi
                                                                                    [firstname] => Nome
                                                                                    [Your lastname contains some invalid characters] => Il tuo cognome contiene dei caratteri non validi
                                                                                    [lastname] => Cognome
                                                                                    [The password is incorrect (must be alphanumeric string with at least 8 characters)] => La password non è corretta (sequenza alfanumerica di almeno 8 caratteri)
                                                                                    [The password is incorrect (must be Strong)] => La password non è corretta (deve essere Forte)
                                                                                    [The password and its confirmation are different] => La password e la conferma non coincidono
                                                                                    [This e-mail address is invalid] => Questo indirizzo e-mail è errato
                                                                                    [Sports and Entertainment] => Sport e divertimenti
                                                                                    [Fashion and Accessories] => Moda e Accessori
                                                                                    [Database is connected] => Il database è connesso
                                                                                    [Database is created] => Il database è creato
                                                                                    [Cannot create the database automatically] => Non è possibile creare il database automaticamente
                                                                                    [Create file parameters] => Creazione di un file con i parametri
                                                                                    [Create database tables] => Creazione di tabelle nel database
                                                                                    [Create default shop and languages] => Creazione negozio e lingue di default
                                                                                    [Populate database tables] => Compilazione tabelle nel database
                                                                                    [Configure shop information] => Configurazione del negozio
                                                                                    [Install theme] => Installazione del tema
                                                                                    [Install modules] => Installazione moduli
                                                                                    [Install demonstration data] => Installazione dati dimostrativi
                                                                                    [Post installation scripts] => Script post installazione
                                                                                    [Required PHP parameters] => impostazioni PHP richieste
                                                                                    [PHP %version% or later is not enabled] => PHP %version% o successive non è attivo
                                                                                    [Cannot upload files] => Impossibile caricare i file
                                                                                    [Cannot create new files and folders] => Impossibile creare nuovi file e cartelle
                                                                                    [cURL extension is not enabled] => L'estensione cURL non è abilitata
                                                                                    [GD library is not installed] => La libreria GD non è installata
                                                                                    [JSON extension is not loaded] => L'estensione JSON non è caricata
                                                                                    [PHP OpenSSL extension is not loaded] => L'estensione PHP OpenSSL non è stata caricata
                                                                                    [PDO MySQL extension is not loaded] => L'estensione PDO MySQL non è caricata
                                                                                    [SimpleXML extension is not loaded] => L'estensione SimpleXML non è caricata
                                                                                    [ZIP extension is not enabled] => L'estensione ZIP non è abilitata
                                                                                    [Fileinfo extension is not enabled] => L'estensione Fileinfo non è abilitata
                                                                                    [Intl extension is not loaded] => L'estensione Intl non è stata caricata
                                                                                    [PHP's config "memory_limit" must be to a minimum of 256M] => La configurazione di PHP "memory_limit" deve essere impostata ad almeno 256M
                                                                                    [Required Apache configuration] => Richiesta la configurazione di Apache
                                                                                    [Enable the Apache mod_rewrite module] => Abilita il modulo Apache mod_rewrite
                                                                                    [Files] => File
                                                                                    [Not all files were successfully uploaded on your server] => Non tutti i files sono stati caricati con successo sul tuo server
                                                                                    [Permissions on files and folders] => Permessi su file e cartelle
                                                                                    [Recursive write permissions for %user% user on %folder%] => Permessi di scrittura ricorsivi per l'utente %user% su %folder%
                                                                                    [Write permissions for %user% user on %folder%] => Permessi di scrittura per l'utente %user% su %folder%
                                                                                    [Recommended PHP parameters] => Configurazioni PHP raccomandate
                                                                                    [GZIP compression is not activated] => La compressione GZIP non è attiva
                                                                                    [Mbstring extension is not enabled] => L'estensione Mbstring non è attiva
                                                                                    [Dom extension is not loaded] => L'estensione DOM non è caricata
                                                                                    [Cannot open external URLs (requires allow_url_fopen as On)] => Impossibile aprire URL esterni (si richiede che sia On allow_url_fopen)
                                                                                    [Unable to generate private keys using openssl_pkey_new. Check your OpenSSL configuration, especially the path to openssl.cafile.] => Impossibile generare chiavi private utilizzando openssl_pkey_new. Controlla la tua configurazione OpenSSL, in particolare il percorso di openssl.cafile.
                                                                                    [Documentation] => Documentazione
                                                                                    [Blog] => Blog
                                                                                    [Information about your Store] => Informazioni relative al negozio
                                                                                    [Shop name] => Nome del negozio
                                                                                    [Main activity] => Attività principale
                                                                                    [Please choose your main activity] => Seleziona l'attività principale
                                                                                    [Other activity...] => Altre attività...
                                                                                    [Help us learn more about your store so we can offer you optimal guidance and the best features for your business!] => Aiutaci a conoscerti per orientarti al meglio e proporti le funzioni più adatte alla tua attività!
                                                                                    [Country] => Nazione
                                                                                    [Select your country] => Seleziona il tuo paese
                                                                                    [Shop timezone] => Fuso orario (timezone) del negozio
                                                                                    [Select your timezone] => Seleziona il tuo fuso orario
                                                                                    [Enable SSL] => Attiva SSL
                                                                                    [Your Account] => Il tuo account
                                                                                    [First name] => Nome
                                                                                    [Last name] => Cognome
                                                                                    [E-mail address] => Indirizzo email
                                                                                    [This email address will be your username to access your store's back office.] => Questo indirizzo email sarà il tuo nome utente con cui potrai accedere all'interfaccia di gestione del negozio.
                                                                                    [Shop password] => Password del negozio
                                                                                    [Must be at least 8 characters] => Minimo 8 caratteri
                                                                                    [Re-type to confirm] => Digita nuovamente la password
                                                                                    [Enter a password between %d and %d characters] => Inserisci una password compresa tra %d e %d caratteri
                                                                                    [The minimum score must be: %s] => Il punteggio minimo deve essere: %s
                                                                                    [Store name] => Nome del negozio
                                                                                    [Content of your store] => Contenuto del tuo negozio
                                                                                    [Yes] => Sì
                                                                                    [No] => No
                                                                                    [Installation of theme] => Installazione del tema
                                                                                    [Version:] => Versione:
                                                                                    [Select the theme to install.] => Seleziona il tema da installare.
                                                                                    [Installation of demo products] => Installazione dei prodotti demo
                                                                                    [Demo products are a good way to learn how to use PrestaShop. You should install them if you are not familiar with it.] => I prodotti dimostrativi sono un buon modo per imparare a utilizzare PrestaShop. Dovresti installarli se non hai ancora dimestichezza con la piattaforma.
                                                                                    [Installation of modules] => Installazione dei moduli
                                                                                    [Install all modules (recommended)] => Installa tutti i moduli (raccomandato)
                                                                                    [Select the modules to install] => Seleziona i moduli da installare
                                                                                    [If you are using PrestaShop for the first time, you should install all modules now and uninstall the ones you don't need later.] => Se stai utilizzando PrestaShop per la prima volta, dovresti installare ora tutti i moduli e in seguito disinstallare quelli che non ti servono.
                                                                                    [Search] => Cerca
                                                                                    [Select all] => Seleziona tutto
                                                                                    [Select the theme to install] => Seleziona il tema da installare
                                                                                    [Configure your database by filling out the following fields] => Configura il database compilando i campi sottostanti
                                                                                    [To use PrestaShop, you must create a database to collect all of your store's data-related activities.] => Per utilizzare PrestaShop, devi creare un database dove salvare i dati e le attività del tuo negozio.
                                                                                    [Please complete the fields below in order for PrestaShop to connect to your database.] => Si prega di completare i campi sottostanti al fine di collegare PrestaShop al tuo database.
                                                                                    [Database server address] => Indirizzo server del database
                                                                                    [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".] => La porta di default è 3306. Per usare un'altra porta, digita il numero della porta alla fine dell'indirizzo server. Ad esempio ":4242".
                                                                                    [Database name] => Nome del database
                                                                                    [Database login] => Nome di accesso database
                                                                                    [Database password] => Password del database
                                                                                    [Tables prefix] => Prefisso delle tabelle
                                                                                    [Drop existing tables] => Svuota le tabelle esistenti
                                                                                    [Test your database connection now!] => Verifica adesso la connessione al tuo database!
                                                                                    [PrestaShop Installation Assistant] => Assistente di Installazione PrestaShop
                                                                                    [Installation Assistant] => Assistente di Installazione
                                                                                    [To install PrestaShop, you need to have JavaScript enabled in your browser.] => Per installare PrestaShop, devi avere JavaScript abilitato nel tuo browser.
                                                                                    [https://enable-javascript.com/] => https://enable-javascript.com/
                                                                                    [Next] => Successivo
                                                                                    [Back] => Indietro
                                                                                    [License Agreements] => Accordi di licenza
                                                                                    [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.] => Per godere delle svariate funzioni che PrestaShop offre gratuitamente, si prega di leggere le condizioni di licenza qui di seguito. Il nucleo di PrestaShop è rilasciato sotto licenza OSL 3.0, mentre i moduli e i temi sono rilasciati sotto licenza AFL 3.0.
                                                                                    [I agree to the above terms and conditions.] => Accetto i termini e le condizioni dei presenti accordi.
                                                                                    [Privacy note] => Note sulla privacy
                                                                                    [this article] =>  questo articolo
                                                                                    [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%.] => Alcuni moduli di progetto potrebbero inviare informazioni pubbliche e tecniche sul tuo negozio a PrestaShop a scopi analitici. Per scoprire di più e fare una scelta informata, leggi %link%.
                                                                                    [Done!] => Fatto!
                                                                                    [An error occurred during installation...] => Si è verificato un errore durante l'installazione...
                                                                                    [You can use the links on the left column to go back to the previous steps, or restart the installation process by clicking here.] => Puoi utilizzare i link nella colonna di sinistra per tornare ai passi precedenti o ricominciare l'installazione cliccando qui.
                                                                                    [Your installation is finished!] => Installazione conclusa!
                                                                                    [You have just finished installing your shop. Thank you for using PrestaShop!] => Il tuo negozio è stato installato correttamente. Grazie per aver scelto PrestaShop!
                                                                                    [Please remember your login information:] => Ricorda le credenziali per il login:
                                                                                    [E-mail] => Email
                                                                                    [Print my login information] => Stampa le credenziali per il login
                                                                                    [Password] => Password
                                                                                    [Display] => Visualizzazione
                                                                                    [For security purposes, you must delete the "install" folder.] => Per motivi di sicurezza, devi cancellare la cartella "install".
                                                                                    [Back Office] => Pannello di amministrazione
                                                                                    [Manage your store using your Back Office. Manage your orders and customers, add modules, change themes, etc.] => Gestisci il tuo negozio tramite il Back Office. Gestisci ordini e clienti, aggiungi moduli, modifica i temi, ecc.
                                                                                    [Manage your store] => Gestisci il negozio
                                                                                    [Front Office] => Front Office
                                                                                    [Discover your store as your future customers will see it!] => Scopri come i tuoi futuri clienti vedranno il negozio!
                                                                                    [Discover your store] => Scopri il negozio
                                                                                    [We are currently checking PrestaShop compatibility with your system environment] => Stiamo verificando la compatibilità di PrestaShop con il tuo sistema
                                                                                    [PrestaShop compatibility with your system environment has been verified!] => La compatibilità del tuo sistema con PrestaShop è stata verificata!
                                                                                    [Refresh information] => Aggiorna le informazioni
                                                                                    [Oops! Please correct the item(s) below, and then click "%refresh_label%" to test the compatibility of your new system.] => Ops! Correggi i seguenti elementi, quindi clicca sul pulsante "%refresh_label%" per verificare la compatibilità del tuo nuovo sistema.
                                                                                    [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.] => Attenzione: non puoi più utilizzare questo strumento per aggiornare il tuo negozio.

Hai già installato PrestaShop %version%.
< br />Se desideri eseguire l'aggiornamento alla versione più recente, utilizza il modulo "1-Click Upgrade" e segui le sue istruzioni. [Welcome to the PrestaShop %version% Installer] => Benvenuto nell'installer di PrestaShop %version% [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.] => Installare PrestaShop è facile e veloce. In pochi istanti entrerai a far parte di una community composta da più di %numMerchants% commercianti. Stai per creare il tuo negozio online unico che puoi gestire facilmente ogni giorno. [Continue the installation in:] => Continua l'installazione 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!] => La selezione della lingua qui sopra è valida solamente nell'Assistente di Installazione. Una volta che il negozio è installato, potrai scegliere la lingua del negozio tra le oltre %d% traduzioni disponibili gratuitamente! [Please activate the 'mod_auth_basic' Apache module to allow the use of the PrestaShop webservice.] => Attiva il modulo Apache 'mcd_auth_basic' per consentire l'uso del webservice di PrestaShop. [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.] => Non abbiamo potuto controllare se sono attivati l'autenticazione base e le estensioni di riscrittura. Ti preghiamo di controllare manualmente se sono attivati, al fine di poter usare il servizio web PrestaShop. [Please activate the 'SimpleXML' PHP extension to allow testing of PrestaShop's webservice.] => Attiva l'estensione PHP 'SimpleXML' per consentire la prova del webservice di PrestaShop. [It is preferable to use SSL (https:) for webservice calls, as it avoids the "man in the middle" type security issues.] => È consigliato l'utilizzo dell'SSL (https:) per le chiamate ai webservice, in quanto esclude problemi di sicurezza del tipo "man in the middle". [Lingerie and Adult] => Lingerie e adulti [Animals and Pets] => Animali [Art and Culture] => Arte e Cultura [Babies] => Infanzia [Beauty and Personal Care] => Bellezza e cura della persona [Cars] => Aumotobili [Computer Hardware and Software] => Computer Hardware e Software [Download] => Scarica [Flowers, Gifts and Crafts] => Fiori, regali e oggettistica [Food and beverage] => Alimenti e bevande [HiFi, Photo and Video] => Hi-Fi, Foto e Video [Home and Garden] => Casa e giardinaggio [Home Appliances] => Elettrodomestici [Jewelry] => Gioielleria [Mobile and Telecom] => Telefonia mobile [Services] => Servizi [Shoes and accessories] => Scarpe e accessori [Travel] => Viaggi [Fashion and accessories] => Moda e Accessori [Sport and Entertainment] => Sport e Spettacolo [-- Please choose your main activity --] => - Scegli la tua attività principale - [Server name is not valid] => Il nome del server non è valido [You must enter a database name] => Devi inserire il nome del database [You must enter a database login] => Devi inserire un nome di accesso al database [Tables prefix is invalid] => Prefisso tabelle non valido [Cannot convert database data to utf-8] => Impossibile convertire i dati del database in utf-8 [At least one table with same prefix was already found, please change your prefix or drop your database] => È stata trovata almeno un'altra tabella con lo stesso prefisso. Cambia il prefisso o cancella le altre tabelle esistenti. [Your database login does not have the privileges to create table on the database "%s". Ask your hosting provider:] => Il tuo accesso al database non ha i privilegi per crearvi le tabelle "%s". Chiedi al tuo hosting provider: [You must be granted the privilege to select data in the tables of database "%s". Ask your hosting provider to enable it.] => È necessario disporre dei privilegi per selezionare i dati nelle tabelle del database "%s". Chiedi al tuo provider di hosting di abilitarlo. [Database Server is not found. Please verify the login, password and server fields] => Impossibile connettersi al server del database. Verifica i campi con il nome di accesso, la password e il server [Connection to MySQL server succeeded, but database "%database%" not found] => La connessione al server MySQL ha avuto successo, ma non è stato trovato il database "%database%" [Attempt to create the database automatically] => Tentativo di creare il database automaticamente [%file% file is not writable (check permissions)] => Il file %file% non è scrivibile (verifica i permessi) [%folder% folder is not writable (check permissions)] => La cartella %folder% non è scrivibile (verifica i permessi) [Cannot write settings file] => Impossibile generare il file di impostazioni (settings) [Cannot write app/config/parameters.php file] => Impossibile scrivere il file app/config/parameters.php [Cannot write app/config/parameters.yml file] => Impossibile scrivere il file app/config/parameters.yml [Database structure file not found] => Struttura del database non trovata [Cannot create group shop] => Impossibile creare il gruppo negozi [Cannot create shop] => Impossibile creare il negozio [Cannot create shop URL] => Impossibile creare l'URL del negozio [File "language.xml" not found for language iso "%iso%"] => Il file "language.xml" non è stato trovato per il codice iso della lingua "%iso%" [File "language.xml" not valid for language iso "%iso%"] => Il file "language.xml" non è valido per il codice iso della lingua "%iso%" [Cannot download language pack "%iso%"] => Impossibile scaricare il pacchetto lingua "%iso%" [Cannot install language "%iso%"] => Impossibile installare la lingua "%iso%" [Cannot copy flag language "%flag%"] => Impossibile copiare il flag per la lingua "%flag%" [Cannot create admin account] => Impossibile creare l'account admin [Cannot install module "%module%"] => Impossibile installare il modulo "%module%" [Cannot execute post install on module "%module%"] => Impossibile eseguire la post installazione sul modulo "%module%" [Fixtures class "%class%" not found] => La classe fixtures "%class%" non è stata trovata ["%class%" must be an instance of "InstallXmlLoader"] => "%class%" deve essere un'istanza di "InstallaXmlLoader" [SQL error on query %query%] => Errore SQL nella query %query% [An SQL error occurred for entity %entity%: %message%] => Si è verificato un errore SQL per l'entità %entity%: %message% [Cannot create image "%identifier%" for entity "%entity%"] => Impossibile creare l'immagine "%identifier%" per l'entità "%entity%" [Cannot create image "%identifier%" (bad permissions on folder "%folder%")] => Impossibile creare l'immagine "%identifier%" (permessi errati per la cartella "%folder%") [Cannot create image "%identifier%"] => Impossibile creare l'immagine "%identifier%" [Cannot create image "%1$s" for entity "%2$s"] => Impossibile creare l'immagine "%1$s" per l'entità "%2$s" ) [ModulesStatsregistrationsAdmin] => Array ( [Customer accounts] => Account clienti [Adds a registration progress tab to the Stats dashboard.] => Aggiunge una scheda nel pannello Statistiche che indica il progresso dell'iscrizione di un cliente. [Number of visitors who stopped at the registering step:] => I visitatori che si sono fermati alla fase di registrazione: [Number of visitors who placed an order directly after registration:] => I visitatori che hanno effettuato un ordine direttamente dopo la registrazione: [Total customer accounts:] => Totale account dei clienti: [Number of customer accounts created] => Numero di account clienti creati [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.] => Il numero totale di account creati non è di per sé un'informazione importante. Tuttavia, è utile analizzare quanti ne sono stati creati nel tempo. Questo indicherà se le cose stanno andando o meno per il verso giusto. [How to act on the registrations' evolution?] => Come agire sull'evoluzione delle iscrizioni? [If you let your shop run without changing anything, the number of customer registrations should stay stable or show a slight decline.] => Se lasci che il tuo negozio vada avanti senza cambiare nulla, il numero di iscrizioni dei clienti dovrebbe rimanere stabile o diminuire leggermente. [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!] => Un significativo aumento o diminuzione dimostra che vi è stato probabilmente un cambiamento nel tuo negozio; pertanto, è necessario identificarlo in modo da effettuare degli aggiustamenti laddove questa modifica faccia diminuire il numero di registrazioni, o invece proseguire in quella direzione se il risultato è positivo! [Here is a summary of what may affect the creation of customer accounts:] => Ecco un riassunto di ciò che può influenzare la creazione di account cliente: [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!] => Una campagna pubblicitaria può attrarre un numero maggiore di visitatori, favorendo un aumento di clienti iscritti al negozio e i marigni di profitto in base alla qualita della campagna stessa: le pubblicità ben mirate possono essere più efficaci di una pubblicità su larga scala! [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.] => Le promozioni, le vendite, o i concorsi non solo mantengono vivace il tuo negozio, ma ne aumentano il traffico attirando l'attenzione e la curiosità del cliente. In questo modo puoi spingere gli acquirenti impulsivi a fare il grande passo. [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 e semplicità d'uso sono più importanti che mai: una grafica complicata o difficile da seguire può allontanare i visitatori. Devi trovare il giusto equilibrio tra un design innovativo e lasciare che i visitatori si muovano facilmente. Anche una corretta ortografia e una grande chiarezza ispireranno maggiore fiducia nel tuo negozio. [CSV Export] => Esporta CSV ) [ModulesLegalcomplianceShop] => Array ( [Information] => Informazioni ) [AdminPaymentHelp] => Array ( [Please mark each checkbox for the currency, or currencies, for which you want the payment module(s) to be available.] => Spunta le caselle delle valute che vuoi siano disponibili nei moduli di pagamento. [Please mark each checkbox for the customer group(s), for which you want the payment module(s) to be available.] => Spunta le caselle dei gruppi di clienti che vuoi siano disponibili nei moduli di pagamento. [Please mark each checkbox for the country, or countries, in which you want the payment module(s) to be available.] => Seleziona la casella di ciascun paese in cui vuoi che siano attivi i moduli di pagamento. [Please mark each checkbox for the carrier, or carrier, for which you want the payment module(s) to be available.] => Spunta le caselle dei vettori che vuoi siano disponibili nei moduli di pagamento. [This is where you decide what payment modules are available for different variations like your customers' currency, group, and country.] => Qui puoi decidere quali moduli di pagamento sono disponibili per i clienti in base alla loro valuta, gruppo e paese. [A check mark indicates you want the payment module available.] => Selezionando la casella, il modulo di pagamento sarà attivo. [If it is not checked then this means that the payment module is disabled.] => Se non è selezionato significa che il modulo pagamenti è disattivato. ) [ModulesFacetedsearchAdmin] => Array ( [Faceted search] => Ricerca per Aspetti [Filter your catalog to help visitors picture the category tree and browse your store easily.] => Filtra il tuo catalogo per aiutare i visitatori a figurarsi l'albero delle categorie e a navigare facilmente nel tuo negozio. [Filter template name required (cannot be empty)] => Nome del modello del filtro necessario (non può essere vuoto) [You must select at least one category.] => è necessario selezionare almeno una categoria [Your filter] => Il filtro [was updated successfully.] => è stato aggiornato con successo. [was added successfully.] => è stata inserita correttamente. [Settings saved successfully] => Configurazione salvata con successo [Filter template deleted, categories updated (reverted to default Filter template).] => Filtri modello cancellato, aggiornato categorie (ripristinato modello predefinito filtri). [Filter template not found] => Modello di filtri non trovato [My template - %s] => Il mio modello - %s [My template %s] => Il mio template %s ["%s" is not a valid url] => "%s" non è un URL valido [You must select at least one page.] => Devi selezionare almeno una pagina. [You must select at least one category if you want to use this filter template on category pages.] => È necessario selezionare almeno una categoria se si desidera utilizzare questo modello di filtro nelle pagine delle categorie. [Category] => Categoria [Manufacturer] => Produttore [Supplier] => Fornitore [New products] => Nuovi prodotti [Best sales] => Più venduti [Prices drop] => Offerte [Search] => Cerca [(experimental)] => (sperimentale) [Meta title] => Meta titolo [No limit] => Nessun limite [Categories used for this template:] => Categorie usate per questo modello: [Categories selection is disabled because you have no categories or you are in a "all shops" context.] => La selezione delle categorie è disattivata perché non hai categorie o sei nel contesto "tutti i negozi". [Effective only if category pages are selected above.] => Efficace solo se le pagine delle categorie sono selezionate sopra. [Pages using this template:] => Pagine che utilizzano questo modello: [You must select at least one filter] => Devi selezionare almeno un filtro [You must select at least one category] => Devi selezionare almeno una categoria [You must select at least one page] => Devi selezionare almeno una pagina [Template name:] => Nome Modello: [Only as a reminder] => Solo come promemoria [Warning! Your hosting provider is using the Suhosin patch for PHP, which limits the maximum number of fields allowed in a form:] => Attenzione: Il tuo provider hosting sta usando il "suhosin patch" per PHP, che limita il numero di campi da inserire in un form: [for suhosin.post.max_vars.] => per suhosin.post.max_vars. [for suhosin.request.max_vars.] => per suhosin.request.max_vars. [Please ask your hosting provider to increase the Suhosin limit to] => Per favore chiedi al tuo provider di aumentare questo limite ad [Warning! Your PHP configuration limits the maximum number of fields allowed in a form:] => Attenzione! La tua configurazione PHP limita il numero di campi dei post nel form [for max_input_vars.] => per max_input_vars. [Please ask your hosting provider to increase this limit to] => Per favore chiedi al tuo provider di aumentare questo limite ad [%s at least, or you will have to edit the translation files manually.] => %s almeno, oppure devi modificare i files di traduzione manualmente. [Choose shop association:] => Scegli associazione negozio: [Sub-categories filter] => Sottocategorie filtro [Product stock filter] => Stock Il prodotto filtro [Product condition filter] => Prodotto condizione di filtro [Product brand filter] => Filtra per marca [Product weight filter (slider)] => Peso del prodotto filtro (slider) [Product price filter (slider)] => Filtra per prezzo dei prodotti (a scorrimento) [Product extras filter] => Filtro extra del prodotto [Indexes and caches] => Indici e cache [Indexing is in progress. Please do not leave this page] => Indicizzazione sono in corso. Si prega di non lasciare questa pagina [Index all missing prices] => Indice tutti i prezzi mancanti [Rebuild entire price index] => Ricostruire l'intero indice dei prezzi [Build attributes and features indexes] => Costruisci indici attributi e caratteristiche [Clear cache] => Pulisci la cache [You can set a cron job that will rebuild price index using the following URL:] => È possibile impostare un job di cron che si ri-costruire indice dei prezzi utilizzando il seguente URL: [You can set a cron job that will rebuild attribute index using the following URL:] => È possibile impostare un job di cron che sarà ri-costruire indice attributo utilizzando il seguente URL: [A nightly rebuild is recommended.] => A ricostruire la notte è raccomandato. [Filters templates] => Modelli filtro [Created on] => Creato il [Actions] => Azioni [Do you really want to delete this filter template?] => Vuoi veramente eliminare questo modello di filtro? [No filter template found.] => Nessun modello di filtro trovato. [Add new template] => Aggiungi Nuovo Template [Enable cache system] => Abilita l'archiviazione nella cache [Show the number of matching products] => Mostra il numero di prodotti corrispondenti [Show products from subcategories] => Mostra i prodotti dalle sottocategorie [Show products only from default category] => Mostra solo i prodotti della categoria predefinita [Works only if "Show products from subcategories" is off.] => Funziona solo se "Mostra i prodotti delle sottocategorie" è disattivato. [Category filter depth (0 for no limits, 1 by default)] => Profondità filtro categoria (0 per nessun limite, 1 di default) [Use tax to filter price] => Usare le tasse per filtrare i prodotti [Use rounding to filter price] => Usa arrotondamento per filtrare i prezzi [Show unavailable, out of stock last] => Mostra per ultimi i prodotti non disponibili o esauriti [(in progress)] => (in avanzamento) [URL indexing finished] => Indicizzazione URL terminata [Attribute indexing finished] => Indicizzazione attributo terminata [URL indexing failed] => Indicizzazione URL fallita [Attribute indexing failed] => Indicizzazione attibuto fallita [Price indexing finished] => Indicizzazione prezzo terminata [Price indexing failed] => Indicizzazione prezzo fallita [(in progress, %s products price to index)] => (Nel prezzo dei prodotti corso, %s all'indice) [Loading...] => Caricamento in corso ... [You selected -All categories-: all existing filter templates will be deleted. Is it OK?] => Hai selezionato - Tutte le categorie - : tutti i modelli di filttro esistenti verranno eliminati. Va bene? [Use Jquery UI slider] => Utilizza lo slider della UI di jquery [Switch this off only if your theme does not use Jquery UI slider. It is recommended to keep it on when using classic theme.] => Disattivalo solo se il tuo tema non utilizza lo slider dell'interfaccia utente di Jquery. Si consiglia di tenerlo attivo quando si utilizza il tema classico. [Default filter template for new categories] => Modello predefinito di filtro per le nuove categorie [If you want to automatically assign a filter template to new categories, select it here.] => Se vuoi assegnare automaticamente un modello di filtro alle nuove categorie, selezionalo qui. [We recommend to set regular cron tasks to manage the indexes and cache on daily/weekly basis.] => Consigliamo di impostare delle attività cron regolari per gestire gli indici e la cache su base giornaliera/settimanale. [Add missing products to price index:] => Aggiungi i prodotti mancanti all'indice dei prezzi: [Rebuild price index:] => Ricostruisci l'intero indice dei prezzi: [Rebuild attribute index:] => Ricostruisci l'indice degli attributi: [Flush block cache:] => Svuota la cache dei blocchi: [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.] => Questa opzione memorizza nella cache i blocchi di filtraggio, quindi il modulo non deve cercare continuamente i prodotti corrispondenti. La cache viene invalidata a ogni modifica sul tuo negozio. Se riscontri alcune incoerenze, disabilita questa cache o assicurati di svuotarla se necessario. [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.] => Abilita o disabilita la visualizzazione dei prodotti corrispondenti dopo i filtri. Disabilitare questa opzione non porterà alcun vantaggio in termini di prestazioni, perché i prodotti corrispondenti devono essere comunque calcolati. [Enable this, if you want to display products from subcategories, even if they are not specifically assigned to the currently browsed category.] => Abilita questa opzione se desideri visualizzare i prodotti delle sotto categorie, anche se non sono specificatamente assegnati alla categoria attualmente esplorata. [Category filter depth] => Profondità del filtro di categoria [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.] => Questa opzione controlla il comportamento del blocco del filtro delle categorie: quanto in profondità vuoi visualizzare le categorie figlie di quella attualmente esplorata? Il valore predefinito è 1 - solo le figlie dirette. Usa 0 per una profondità illimitata. [New filters template] => Nuovo filtro modello [You can drag and drop filters to adjust position] => Puoi trascinare i filtri per aggiustare la loro posizione [Filters:] => Filtri: [Total filters: %s] => Filtri totali: %s [Filter result limit:] => Limite risultato filtro: [Filter style:] => Stile filtro: [Checkbox] => Casella di controllo [Radio button] => Bottone Radio [Drop-down list] => Menù a tendina [List of ranges] => Elenco di fasce [Attribute group: %name% (%count% attributes)] => Gruppo attributi: %name% (%count% attributi) [Attribute group: %name% (%count% attribute)] => Gruppo attributi: %name% (%count% attributo) [This group will allow user to select a color] => Questo gruppo consente all'utente di selezionare un colore [Feature: %name% (%count% values)] => Caratteristica: %name% (%count% valori) [Feature: %name% (%count% value)] => Caratteristica: %name% (valore %count%) [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.] => Quando il modulo di Ricerca per Aspetti è abilitato, puoi ottenere URL più dettagliati scegliendo la parola che meglio rappresenta questo attributo. Come impostazione predefinita PrestaShop utilizza il nome dell'attributo ma tu puoi cambiarla usando questo campo. [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.] => Quando il modulo di Ricerca per Aspetti è abilitato, puoi ottenere pagine più dettagliate scegliendo la parola che meglio rappresenta questo attributo. Come impostazione predefinita PrestaShop utilizza il nome dell'attributo ma tu puoi cambiarla usando questo campo. [Invalid characters: <>;=#{}_] => Caratteri non validi: <>;=#{}_ [Indexable] => indicizzabile [Use this attribute in URL generated by the Faceted Search module.] => Usa questo attributo nell'URL generato dal modulo di Ricerca per Aspetti. [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.] => Quando il modulo di Ricerca per Aspetti è abilitato, puoi ottenere URL più dettagliati scegliendo la parola che meglio rappresenta questa funzionalità. Come impostazione predefinita PrestaShop utilizza il nome della funzionalità ma tu puoi cambiarla usando questo campo. [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.] => Quando il modulo di Ricerca per Aspetti è abilitato, puoi ottenere titoli di pagina più dettagliati scegliendo la parola che meglio rappresenta questa funzionalità. Come impostazione predefinita PrestaShop utilizza il nome della funzionalità ma tu puoi cambiarla usando questo campo. [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.] => Quando il modulo di Ricerca per Aspetti è abilitato, puoi ottenere URL più dettagliati scegliendo la parola che meglio rappresenta il valore di questa funzionalità. Come impostazione predefinita PrestaShop utilizza il nome del valore ma tu puoi cambiarla usando questo campo. [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.] => Quando il modulo di Ricerca per Aspetti è abilitato, puoi ottenere titoli di pagina più dettagliati scegliendo la parola che meglio rappresenta il valore di questa funzionalità. Come impostazione predefinita PrestaShop utilizza il nome del valore ma tu puoi cambiarla usando questo campo. ) [ModulesContactinfoShop] => Array ( [Contact us] => Contattaci [Call us: [1]%phone%[/1]] => Chiamaci: [1]%phone%[/1] [Store information] => Informazioni negozio [Email us: [1]%email%[/1]] => Scrivici: [1]%email%[/1] [Call us:] => Chiamaci: [Fax:] => Fax: [Details:] => Dettagli: [Email us:] => Inviaci un'e-mail: [Fax: [1]%fax%[/1]] => Fax: [1]%fax%[/1] [Tel: %phone%] => Tel: %phone% [Fax: %fax%] => Fax: %fax% [Email: [1]%email%[/1]] => Email: [1]%email%[/1] ) [ShopFormsErrors] => Array ( [Invalid name] => Nome non valido [Invalid format.] => Formato non valido. [Format should be %s.] => Il formato deve essere %s. [Required field] => Campo richiesto [Invalid postcode - should look like "%zipcode%"] => Codice postale non valido - dovrebbe essere simile a questo "%zipcode%" ) [AdminAdvparametersFeature] => Array ( [Menu] => Menù [No menu] => Nessun menù [Import data from another shop] => Importa dati da un altro negozio [Experimental product page] => Pagina sperimentale del prodotto [New product page - Single store] => Nuova pagina prodotto - Negozio singolo [New product page - Multistore] => Nuova pagina prodotto - Multistore [New product page] => Pagina nuovo prodotto [Authorization server] => Server di autorizzazione [Catalog price rules] => Regole prezzi catalogo [Enable / Disable having more than one image format (jpg, webp, avif, png, etc.)] => Abilita / disabilita la possibilità di avere più di un formato immagine (jpg, webp, avif, png, etc.) [Countries] => Nazione [States] => Province [Carriers] => Mezzi di spedizione [Titles] => Titoli [Tax rule groups] => Gruppi di aliquote [Customer threads] => Discussioni dei clienti [Order states] => Stati ordine [SuperAdmin] => SuperAdmin [Logistician] => Addetto alla spedizione [Translator] => Traduttore [Salesman] => Venditore [Webservice key created: %s] => Chiave del servizio web creata: %s [Webservice key %s has been deleted] => La chiave del servizio web %s è stata eliminata [Supply Orders] => Ordini fornitura [Supply Order Details] => Dettagli ordini fornitura [Product Reference] => Riferimento prodotto [Note] => Nota [Supplier ID *] => ID Fornitore* [Lang ID] => ID Lingua* [Warehouse ID *] => ID Magazzino* [Currency ID *] => ID Valuta* [Supply Order Reference *] => Riferimento ordine fornitura* [Delivery Date (Y-M-D)*] => Data di spedizione (A-M-G)* [Discount rate] => Aliquota sconto [Product ID *] => ID Prodotto* [Product Attribute ID] => ID Attributo prodotto [Unit Price (tax excl.)*] => Prezzo unitario (Tasse escl.)* [Quantity Expected *] => Quantità prevista* [Discount Rate] => Percentuale sconto [Tax Rate] => Aliquota tassa [Import .CSV data] => Importa i dati [Advanced Stock Management] => Gestione magazzino avanzata [Back office connection from %ip%] => Connessione al back office da %ip% [%class_name% addition] => Aggiunta %class_name% [Edit this SQL query] => Modifica questa query SQL [Attribute groups] => Gruppi attributi [Cart rules] => Regole carrello [Contact information] => Informazioni di contatto [Discount prices] => Prezzi scontati [Module hooks] => Punti di collegamento modulo [Meta information] => Meta informazioni [Product combinations] => Combinazioni prodotti [Available quantities for sale] => Quantità disponibile per la vendita [Warehouses] => Magazzini [Webservice accounts] => Account servizio web [Tax rules groups] => Gruppi di aliquote [Import data] => Importa dati [Choose the source shop] => Scegli il negozio di origine [Choose data to import] => Scegli i dati da importare [Shop groups list] => Lista gruppi negozio [Choose the source store] => Scegli il negozio di origine [Store groups list] => Elenco gruppi negozio [Shop group] => Gruppo di negozi [Multistore options] => Opzioni Multinegozio [Default shop] => Negozio predefinito [Add a new shop group] => Aggiungi un nuovo gruppo di negozi [Add a new shop] => Aggiungi nuovo negozio [Shop group name] => Nome gruppo negozi [Share customers] => Condividi clienti [Share available quantities for sale] => Condividi le quantità disponibili per la vendita [Share available quantities between shops of this group. When changing this option, all available products quantities will be reset to 0.] => Condividi quantità disponibile per la vendita per i negozi del gruppo. Quando cambi questa impostazione tutte le quantità dei negozi saranno impostate a 0. [Share orders] => Condividi gli ordini [Store group] => Gruppo di negozi [Default store] => Negozio predefinito [Add a new group of stores] => Aggiungi nuovo gruppo di negozi [Add a new store] => Aggiungi un nuovo negozio [Name of the store group] => Nome del gruppo di negozi [Multistore tree] => Struttura Multinegozio [Shop URL ID] => URL ID del negozio [Shop name] => Nome del negozio [Is it the main URL?] => Si tratta dell'URL principale? [URL options] => Opzioni URL [Is it the main URL for this shop?] => È l'URL principale per questo negozio? [Shop URL] => URL del negozio [Domain] => Dominio [SSL Domain] => Dominio SSL [Physical URL] => URL fisica [Virtual URL] => URL virtuale [Final URL] => URL finale [Edit this shop] => Modifica questo negozio [Add a new URL] => Aggiungi nuovo URL [Store URL ID] => URL ID del negozio [Store name] => Nome del negozio [Is it the main URL for this store?] => È l'URL principale per questo negozio? [Store URL] => URL Negozio [Edit this store] => Modifica questo negozio [Statistics] => Statistiche [Notifications] => Notifiche [This is a test message. Your server is now configured to send email.] => Questo è un messaggio di test, il tuo server è adesso disponibile ad inviare le email. [Test message -- Prestashop] => Messaggio di test - PrestaShop [Error: Please check your configuration] => Errore: controlla la tua configurazione [An error has occurred. Please check your configuration] => C'è stato un errore. Si prega di controllare la tua configurazione [%key% (missing description)] => %key% (descrizione mancante) [Use /usr/sbin/sendmail (recommended; works in most cases)] => Usa /usr/sbin/sendmail (raccomandato: funziona la maggior parte delle volte) [Set my own SMTP parameters (for advanced users ONLY)] => Imposta parametri SMTP personali (per utenti avanzati) [Never send emails (may be useful for testing purposes)] => Non inviare mai email (utile a scopo di test) [View (GET)] => Vedi (GET) [Modify (PUT)] => Modifica (PUT) [Add (POST)] => Aggiungi (POST) [Patch (PATCH)] => Patch (PATCH) [Delete (DELETE)] => Elimina (DELETE) [Fast view (HEAD)] => Visualizzazione rapida (HEAD) [Age] => Età [Template] => Modello [Recipient] => Destinatario [Subject] => Oggetto [Sent] => Inviato [Erase all] => Elimina tutto. [Severity (1-4)] => Gravità (1-4) [Object type] => Tipo di oggetto [Object ID] => ID oggetto [Error code] => Codice errore [Refresh list] => Aggiorna la lista [Last update] => Ultimo aggiornamento [The user will be signed out from this session.] => L'utente verrà disconnesso da questa sessione. [Delete session?] => Elimina sessione? [Users will be signed out from all selected sessions.] => Gli utenti verranno disconnessi da tutte le sessioni selezionate. [Delete selected sessions?] => Elimina le sessioni selezionate? [Employee ID] => ID Impiegato [Customer ID] => ID Cliente [Active (0/1)] => Attivo (0/1) [Customer email] => E-mail del cliente [Root category (0/1)] => Categoria madre (0/1) [ID / Name of shop] => ID / Nome del negozio [Product ID] => ID prodotto [Attribute (Name:Type:Position)] => Attributo (Nome:Tipo:Posizione) [Value (Value:Position)] => Valore(Valore:Posizione) [Supplier reference] => Riferimento fornitore [Default (0 = No, 1 = Yes)] => Default (0 = no, 1 = sì) [Combination availability date] => Combinazione data disponibilità [Choose among product images by position (1,2,3...)] => Scegli tra le immagini prodotto per posizione (1, 2, 3 ...) [UPC] => UPS [Minimal quantity] => Quantità minima [Image URLs (x,y,z...)] => URL delle immagini (x,y,z...) [Image alt texts (x,y,z...)] => Testi alternativi immagini (x,y,z...) [Depends on stock] => Dipende dallo stock [Warehouse] => Magazzino [EAN-13] => EAN-13 [Advanced stock management] => Gestione avanzata del magazzino [Titles ID (Mr = 1, Ms = 2, else 0)] => ID Genere (Sig = 1, Sig.ra = 2, Altrimenti 0) [Birth date (yyyy-mm-dd)] => Data di nascita (gg-mm-aaaa) [Newsletter (0/1)] => Newsletter (0=no / 1=si) [Partner offers (0/1)] => Offerte dei partner (0/1) [Registration date (yyyy-mm-dd)] => Data di registrazione (gg-mm-aaaa) [Groups (x,y,z...)] => Gruppi (x,y,z...) [Default group ID] => ID gruppo di default [Categories (x,y,z...)] => Categorie (x, y, z...) [Tax rule ID] => ID aliquota iva [On sale (0/1)] => Saldi (0/1) [Discount amount] => Somme di sconto [Discount percent] => Percentuale di sconto [Discount from (yyyy-mm-dd)] => Sconto da (aaaa-mm-gg) [Discount to (yyyy-mm-dd)] => Sconto a (aaaa-mm-gg) [Reference #] => Riferimento [Supplier reference #] => Riferimento fornitori [Delivery time of out-of-stock products with allowed orders:] => Tempi di spedizione per i prodotti non disponibili con la possibilità di prenotazione: [Additional shipping cost] => Costi di spedizione supplementari [Unit for the price per unit] => Unità per il prezzo unitario [Tags (x,y,z...)] => Tag (x, y, z...) [Rewritten URL] => URL riscritte [Label when backorder allowed] => Etichetta di quando è possibile l'ordine su prenotazione [Available for order (0 = No, 1 = Yes)] => Disponibile per l'ordine (0 = no, 1 = sì) [Product availability date] => Data disponibilità prodotto [Product creation date] => Data aggiunta prodotto [Show price (0 = No, 1 = Yes)] => Mostra prezzo (0 = no, 1 = sì) [Delete existing images (0 = No, 1 = Yes)] => Cancellare le immagini già esistenti (0 = no, 1 = sì) [Feature (Name:Value:Position:Customized)] => Caratteristica (Nome:Valore:Posizione:Personalizzato) [Available online only (0 = No, 1 = Yes)] => Disponibile solo online (0 = no, 1 = sì) [Customizable (0 = No, 1 = Yes)] => Personalizzabile (0=No, 1=Si) [Uploadable files (0 = No, 1 = Yes)] => File caricabili (0=No, 1=Si) [Text fields (0 = No, 1 = Yes)] => Campi testo (0=No, 1=Si) [Action when out of stock] => Quando fuori magazzino [Virtual product (0 = No, 1 = Yes)] => Prodotto virtuale (0 = No, 1 = Sì) [File URL] => URL file [Expiration date (yyyy-mm-dd)] => Data di scadenza (gg-mm-aaaa) [Number of days] => Numero di giorni [Accessories (x,y,z...)] => Accessori (x,y,z...) [EAN13] => EAN13 [Active (0/1)] => Attivo (0/1) [Image URL] => URL dell'immagine [Address (2)] => Indirizzo (2) [Latitude] => Latitudine [Longitude] => Longitudine [Hours (x,y,z...)] => Ore (x,y,z...) [ID / Name of the store] => ID / Nome del negozio [ID / Name of group shop] => ID / Nome gruppo negozio [New & Experimental Features] => Funzionalità Nuove e Sperimentali [Add new profile] => Aggiungi nuovo profilo [Product reference] => Riferimento prodotto [Combination reference] => Riferimento di combinazione [Memcached via PHP::Memcache] => Memcached tramite PHP::Memcache [Memcached via PHP::Memcached] => Memcached tramite PHP::Memcached [APC] => APC [Xcache] => Xcache [Use cache] => Utilizza la cache [Caching system] => Sistema di cache [Smart cache for CSS] => Smart cache per CSS [Smart cache for JavaScript] => Smart cache per JavaScript [Apache optimization] => Ottimizzazione Apache [Disable all overrides] => Disattiva tutti gli override [Enable or disable all classes and controllers overrides.] => Attiva o disattiva tutti gli override di classi e controller. [Debug profiler] => Profilo debug [Media server #1] => Server Media #1 [Media server #2] => Server Media #2 [Media server #3] => Server Media #3 [Customer groups] => Gruppo utenti [Clear cache] => Pulisci la cache [Never clear cache files] => Non pulire mai i files della cache [Clear cache everytime something has been modified] => Pulisci la cache ogni volta che qualcuno ha fatto delle modifiche [Never recompile template files] => Non ricompilare mai i file del template [Recompile templates if the files have been updated] => Ricompila i file del template se sono stati aggiornati [Force compilation] => Forza compilazione [Template compilation] => Compilazione del template [Cache] => Cache [Should be enabled except for debugging.] => Dovrebbe essere attivato tranne che per il debugging. [Multi-front optimizations] => Ottimizzazioni Multi-front [Lifetime of front office cookies] => Durata cookies del Front Office [Lifetime of back office cookies] => Durata dei cookies del Back Office [Automatically check for module updates] => Controlla automaticamente gli aggiornamenti del modulo [Check the cookie's IP address] => Verifica l'indirizzo IP del cookie [Cookie SameSite] => Cookie SameSite [Show notifications for new orders] => Mostra notifiche per nuovi ordini [Show notifications for new customers] => Mostra notifiche per nuovi clienti [Show notifications for new messages] => Mostra notifiche per nuovi messaggi [Maximum size for attached files] => Dimensione massima allegati [Maximum size for a downloadable product] => Dimensione massima per un prodotto scaricabile [Maximum size for a product's image] => Dimensione massima per l'immagine di un prodotto [megabytes] => MB [Ignore statistics tables] => Ignora tabelle statistiche [Drop existing tables during import] => Le seguenti tabelle non faranno parte del backup se selezioni questa opzione [DKIM domain] => Dominio DKIM [DKIM selector] => Selettore DKIM [DKIM private key] => Chiave privata DKIM [Both] => Entrambi [Send email in HTML format] => Invia email in formato HTML [Send email in text format] => Invia email nel formato testo [Log Emails] => Log Email [DKIM signing] => Firma DKIM [Enable the store name as a prefix in the email's subject] => Abilita l'inserimento del nome del negozio nell'oggetto delle email [Send emails to] => Invia email a [None] => Nessuno [TLS] => TLS [SSL] => SSL [Email domain name] => Nome dominio email [SMTP server] => Server SMTP [SMTP username] => Nome utente SMTP [SMTP password] => Password [Encryption] => Criptaggio [Send a test email to] => Invia una email di prova a [minutes] => minuti [Password regeneration] => Ricrea password [Security: Minimum time to wait between two password changes.] => Tempo minimo di sicurezza per ricreare la password. [Memorize the language used in Admin panel forms] => Memorizzazione della lingua di default [Allow employees to select a specific language for the Admin panel form.] => Permetti ai dipendenti di salvare la lingua di default nei loro moduli. [Permission profile] => Profilo di autorizzazione [Default page] => Pagina di default [Please name your data matching configuration in order to save it.] => Si prega di dare un nome alla configurazione di abbinamento dei dati per poterla salvare. [Ignore this column] => Ignora questa colonna [Store contacts] => Contatti negozio [What do you want to import?] => Che cosa vuoi importare? [Select a file to import] => Seleziona un file da importare [Language of the file] => Lingua del file [Field separator] => Separatore di campo [Multiple value separator] => Separatore valori multipli [Delete all [1]categories[/1] before import] => Cancella tutte le [1]categorie[/1] prima di importare [Use product reference as key] => Usare il riferimento prodotto come parola chiave [Skip thumbnails regeneration] => Salta rigenerazione anteprime [Force all ID numbers] => Forza tutti gli ID [Send notification email] => Invia email di notifica [Next step] => Fase successiva [Minimum severity level] => Livello minimo di gravità [Select your default file encoding] => Seleziona la codifica file predefinita [Enable multi-statements queries] => Abilita query con più istruzioni [SQL query name] => Nome query SQL [Back office token protection] => Protezione dei token di back office [0 - Extremely guessable] => 0 - Estremamente facile da indovinare [1 - Very guessable] => 1 - Molto facile da indovinare [2 - Somewhat guessable] => 2 - Abbastanza facile da indovinare [3 - Safely unguessable] => 3 - Sicuramente non indovinabile [4 - Very unguessable] => 4 - Assolutamente non indovinabile [Minimum length] => Lunghezza minima [Maximum length] => Lunghezza massima [Minimum password security score] => Punteggio minimo di sicurezza della password [Enable PrestaShop's webservice] => Attiva servizio web PrestaShop [Enable CGI mode for PHP] => Abilita la modalità CGI per il PHP [Key] => Chiave [Key description] => Descrizione chiave [Permissions] => Permessi [Webservice account key.] => Chiave account sevizio web. [Enable webservice key] => Abilita chiave del servizio web [Current password] => Password [New password] => Nuova password [Confirm password] => Conferma la password [Download the backup file (%s MB)] => Scarica il file di backup (%s MB) [Tip: You can also download this file from your FTP server. Backup files are located in the "/adminXXXX/backups" directory.] => Consiglio: Puoi anche scaricare questo file dal tuo server FTP. I files di backup sono collocati nella directory "adminXXXX/backups". [Backup options] => Opzioni backup [Available fields] => Campi disponibili [* Required field] => * Campi obbligatori [History of uploaded files] => Storico dei file caricati [Download] => Scarica [Choose from history / FTP] => Scegli da storico / FTP [Download sample csv files] => Scarica files csv di esempio [Back to the dashboard] => Torna al pannello di controllo [Test your email configuration] => Prova la tua configurazione email [A test email has been sent to the email address you provided.] => Un messaggio di test è stato inviato all'indirizzo indicato. [Employee options] => Opzioni dipendenti [Employees] => Dipendenti [Manage your team] => Gestisci la tua squadra [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.] => Crea dei profili per i tuoi dipendenti con privilegi specifici. SuperAdmin può accedere a tutto il negozio, mentre altre persone possono essere dedicate esclusivamente alle pagine del catalogo o degli ordini. [Edit: %lastname% %firstname%] => Modifica: %lastname% %firstname% [Add new employee] => Aggiungi un nuovo dipendente [New features] => Nuove funzionalità [Experimental features] => Funzionalità sperimentali [Match your data] => Abbina i tuoi dati [Please match each column of your source file to one of the destination columns.] => Collega ciascuna colonna del tuo file sorgente con una delle colonne di destinazione. [Load a data matching configuration] => Carica una configurazione di abbinamento dei dati [Save your data matching configuration] => Salva una configurazione di abbinamento dei dati [Rows to skip] => Righe da saltare [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.] => Questo numero indica quante tra le prime linee del tuo file vuoi saltare quando importi i dati. Per esempio imposta a 1 se la prima riga del tuo file contiene le intestazioni. [Two columns cannot have the same type of values] => Due colonne non possono avere lo stesso tipo di valori [This column must be set:] => Questa colonna deve essere impostata: [Meaning of severity levels:] => Significato dei livelli di sicurezza: [Logs by email] => Log per email [No module] => Nessun modulo [Profile] => Profilo [List of MySQL Tables] => Lista delle tabelle MySQL [Please choose a table.] => Per favore seleziona una tabella. [Add table name to SQL query] => Aggiungi nome tabella alla query SQL [List of attributes for this MySQL table] => Elenco attributi per questa tabella MySQL [Add attribute to SQL query] => Aggiungi attributo alla query SQL [Action] => Azione [SQL query] => Query SQL [Add new SQL query] => Aggiungi nuova query SQL [SQL query result] => Risultato query SQL [Outdated sessions] => Sessioni scadute [Clear outdated sessions manually] => Cancella manualmente le sessioni scadute [Clear] => Cancella [Password policy] => Politica sulle password [0 means the password is extremely easy to guess (within 10^3 guesses). Dictionary words like "password" or "mother" score 0.] => 0 significa che la password è estremamente facile da indovinare (entro 10^3 tentativi). Parole del dizionario come "password" o "madre" ottengono un punteggio di 0. [1 is still very easy to guess (guesses lesser than 10^6). An extra character on a dictionary word can score 1.] => 1 è ancora molto facile da indovinare (tentativi inferiori a 10^6). Un carattere in più su una parola del dizionario può valere 1. [2 is pretty easy to guess (guesses lesser than 10^8). It provides some protection from unthrottled online attacks.] => 2 è abbastanza facile da indovinare (tentativi inferiori a 10^8). Fornisce una certa protezione da attacchi online illimitati. [3 is safely unguessable (guesses lesser than 10^10). It offers moderate protection from offline slow-hash scenario.] => 3 è parecchio difficile da indovinare (tentativi inferiori a 10^10). Offre una protezione moderata dallo scenario slow-hash offline. [4 is very unguessable (guesses greater than or equal to 10^10) and provides strong protection from offline slow-hash scenario.] => 4 è assolutamente non indovinabile (tentativi maggiori o uguali a 10^10) e fornisce una forte protezione dallo scenario di hash lento offline. [1 is still very easy to guess (guesses less than 10^6). An extra character on a dictionary word can score 1.] => 1 è ancora molto facile da indovinare (tentativi molto inferiori a 10^6). Un carattere in più su una parola del dizionario può valere 1. [2 is pretty easy to guess (guesses less than 10^8). It provides some protection from unthrottled online attacks.] => 2 è abbastanza facile da indovinare (tentativi molto inferiori a 10^8). Fornisce una certa protezione da attacchi online illimitati. [3 is safely unguessable (guesses less than 10^10). It offers moderate protection from offline slow-hash scenario.] => 3 è parecchio difficile da indovinare (tentativi molto inferiori a 10^10). Offre una protezione moderata dallo scenario slow-hash offline. [Webservice Accounts] => Account servizio web [Set the resource permissions for this key:] => Imposta i permessi per questa chiave: [Add new webservice key] => Aggiungi una nuova chiave di servizio [Webservice status] => Stato webservice [Webservice is enabled. Main entry point is] => Il webservice è abilitato. Il punto di ingresso principale è [It seems that the webservice endpoint is not functional. If you are using httpd/apache2, you need to enable URL rewriting on your server.] => Sembra che l'endpoint del webservice non sia funzionante. Se stai usando httpd/apache2, devi abilitare la riscrittura degli URL sul tuo server. [Read the [1]developer documentation[/1].] => Leggi la [1]documentazione per gli sviluppatori[/1]. [Upload quota] => Limite di upload [Port] => Porta [IP Address] => Indirizzo IP [Weight] => Peso [Add server] => Aggiungi un server [Add Server] => Aggiungi server [Test Server] => Server di Test [Debug mode] => Modalità di debug [Smarty] => Smarty [Modules] => Moduli [Disable non built-in modules] => Disattiva i moduli non nativi [Optional features] => Caratteristiche opzionali [CCC (Combine, Compress and Cache)] => CCC (Combinazione, Compressione e Cache) [Media servers (use only with CCC)] => Server Media (utilizzato solo quando CCC è attivo) [You must enter another domain, or subdomain, in order to use cookieless static content.] => Devi inserire un altro dominio o sottodominio per usare il contenuto statico senza cookie. [Caching] => Cache [Disable all non-built-in modules?] => Disattiva tutti i moduli non nativi? [Configuration information] => Informazioni [This information must be provided when you report an issue on GitHub or on the forum.] => Queste informazioni devono essere fornite quando si segnala un problema su GitHub o sul forum. [Server information] => Informazioni sul server [Server information:] => Informazioni sul server: [Server software version:] => Versione software del server: [PHP version:] => Versione di PHP: [Memory limit:] => Limite di memoria: [Max execution time:] => Tempo di esecuzione massimo: [Upload Max File size:] => Dimensione Max. dei file da caricare: [PageSpeed module for Apache installed (mod_instaweb)] => Modulo PageSpeed per Apache installato (mod_instaweb) [Database information] => Informazioni datatbase [MySQL version:] => Versione MySQL: [MySQL server:] => Server MySQL: [MySQL name:] => Nome MySQL: [MySQL user:] => Utente MySQL: [Tables prefix:] => Prefisso delle tabelle: [MySQL engine:] => Motore MySQL: [MySQL driver:] => Driver MySQL: [List of overrides] => Elenco delle sostituzioni [Store information] => Informazioni negozio [PrestaShop version:] => Versione di PrestaShop: [Shop URL:] => URL negozio: [Shop path:] => Percorso negozio: [Current theme in use:] => Tema attualmente utilizzato: [Mail configuration] => Informazioni sulla configurazione mail [Mail method:] => Metodo invio mail: [You are using /usr/sbin/sendmail] => Stai utilizzando /usr/sbin/sendmail [You are using your own SMTP parameters.] => Stai usando i tuoi parametri SMTP. [SMTP server:] => Server SMTP: [SMTP username:] => Nome utente SMTP: [Defined] => Definito [Not defined] => Non definito [SMTP password:] => Password SMTP: [Encryption:] => Crittografia: [SMTP port:] => Porta SMTP: [Your information] => I tuoi dati [Your web browser:] => Il tuo browser: [Check your configuration] => Verifica la tua configurazione [Required parameters:] => Parametri richiesti: [Optional parameters:] => Parametri opzionali: [List of changed files] => Lista dei files cambiati [You must provide this information when reporting an issue on GitHub or on the forum.] => Devi fornire queste informazioni quando segnali un problema su GitHub o sul forum. [No overrides have been found.] => Nessun override è stato trovato. [Straight rows of keys are easy to guess] => I tasti consecutivi sono facili da indovinare [Short keyboard patterns are easy to guess] => Gli schemi brevi sulla tastiera sono facili da indovinare [Use a longer keyboard pattern with more turns] => Utilizza uno schema più lungo sulla tastiera con più variazioni [Repeats like "aaa" are easy to guess] => Le ripetizioni come “aaa” sono facili da indovinare [Repeats like "abcabcabc" are only slightly harder to guess than "abc"] => Le ripetizioni come “abcabcabc” sono solo leggermente più difficili da indovinare rispetto ad “abc” [Sequences like abc or 6543 are easy to guess] => Le sequenze come abc o 6543 sono facili da indovinare [Recent years are easy to guess] => Gli anni recenti sono facili da indovinare [Dates are often easy to guess] => Le date sono spesso facili da indovinare [This is a top-10 common password] => Questa è una delle 10 password più comuni [This is a top-100 common password] => Questa è una delle 100 password più comuni [This is a very common password] => Questa password è molto comune [This is similar to a commonly used password] => Questa password è simile a un’altra comunemente utilizzata [A word by itself is easy to guess] => Una parola di per sé è facile da indovinare [Names and surnames by themselves are easy to guess] => Nomi e cognomi sono di per sé facili da indovinare [Common names and surnames are easy to guess] => Nomi e cognomi comuni sono facili da indovinare [Very weak] => Molto debole [Weak] => Debole [Average] => Media [Strong] => Forte [Very strong] => Molto forte [Use a few words, avoid common phrases] => Utilizza diverse parole, evita le frasi comuni [No need for symbols, digits, or uppercase letters] => Nessun bisogno di simboli, cifre o lettere maiuscole [Avoid repeated words and characters] => Evita parole e caratteri ripetuti [Avoid sequences] => Evita le sequenze [Avoid recent years] => Evita gli anni recenti [Avoid years that are associated with you] => Evita gli anni associati a te [Avoid dates and years that are associated with you] => Evita date e anni associati a te [Capitalization doesn't help very much] => Le maiuscole non sono molto efficaci [All-uppercase is almost as easy to guess as all-lowercase] => Tutto maiuscolo è quasi altrettanto facile da indovinare di tutto minuscolo [Reversed words aren't much harder to guess] => Le parole al contrario non sono molto più difficili da indovinare [Predictable substitutions like '@' instead of 'a' don't help very much] => Sostituzioni prevedibili come “@” invece di “a” non sono molto efficaci [Add another word or two. Uncommon words are better.] => Aggiungi una o due parole in più. Le parole insolite sono più sicure. [Enter a password between %d and %d characters] => Inserisci una password compresa tra %d e %d caratteri [The minimum score must be: %s] => Il punteggio minimo deve essere: %s [Sequences like "abc" or "6543" are easy to guess] => Le sequenze come "abc" o 6543 sono facili da indovinare [Predictable substitutions like "@" instead of "a" don't help very much] => Sostituzioni prevedibili come "@" invece di "a" non sono molto efficaci [Send a test email] => Invia un'email di prova [File size] => Dimensione dell'immagine [Price tax excluded] => Prezzo tasse escluso [Price tax included] => Prezzo tasse incl. [Price per unit] => Prezzo unitario ) [ModulesCashondeliveryAdmin] => Array ( [Cash on delivery (COD)] => Pagamento in contrassegno [Accept cash payments on delivery to make it easy for customers to purchase on your store.] => Accetta pagamenti in contanti alla consegna per consentire ai clienti di acquistare con maggiore facilità nel tuo negozio. ) [AdminNavigationNotification] => Array ( [Your shop is in debug mode.] => Il tuo negozio si trova in modalità debug. [Your shop is in maintenance.] => Il tuo negozio è in fase di manutenzione. [Your visitors and customers cannot access your shop while in maintenance mode.%s To manage the maintenance settings, go to Shop Parameters > Maintenance tab.] => I tuoi visitatori e i clienti non possono accedere al tuo negozio mentre si trova in modalità manutenzione.%s Per gestire le impostazioni, vai alla scheda Parametri Negozio > Manutenzione. [No new order for now :(] => Per ora nessun nuovo ordine :( [No new customer for now :(] => Per ora nessun nuovo cliente :( [No new message for now.] => Per ora non ci sono nuovi messaggi. [registered] => registrato [Orders[1][/1]] => Ordini[1][/1] [Customers[1][/1]] => Clienti[1][/1] [Messages[1][/1]] => Messaggi[1][/1] [from] => da [All the PHP errors and messages are displayed. When you no longer need it, [1]turn off[/1] this mode.] => Verranno mostrati tutti gli errori e i messaggi PHP. Quando non ne avrai più bisogno, [1]escludi[/1] questa modalità. [Your store is in debug mode.] => Il tuo negozio si trova in modalità debug. [Your store is in maintenance mode.] => Il tuo negozio si trova in modalità manutenzione. [Your visitors and customers cannot access your store while in maintenance mode.] => I visitatori e i clienti non possono accedere al tuo negozio mentre è in modalità manutenzione. [To manage the maintenance settings, go to Shop Parameters > General > Maintenance tab.] => Per gestire le impostazioni di manutenzione, vai in Parametri Negozio > Generale > scheda Manutenzione. [Admins can access the store front office without storing their IP.] => Gli amministratori possono accedere al front office del negozio senza salvare i loro IP. [An error occurred while updating new window property.] => Si è verificato un errore durante l'aggiornamento delle nuove proprietà della finestra. [An error occurred while updating the new window property for this object.] => Si è verificato un errore durante l'aggiornamento delle nuove proprietà della finestra per questo oggetto. [Have you checked your [1][2]abandoned carts[/2][/1]?[3]Your next order could be hiding there!] => Hai consultato i tuoi [1][2]carrelli abbandonati[/2][/1]?[3]Il tuo prossimo ordine potrebbe essere nascosto lì! [Are you active on social media these days?] => Sei stato attivo sui social media in questi giorni? [Seems like all your customers are happy :)] => Sembra che tutti i tuoi clienti siano felici :) ) [AdminNavigationMenu] => Array ( [Menu] => Menù [Invoices] => Fatture [Catalog] => Catalogo [Sell] => Vendi [Improve] => Migliora [Configure] => Configura [More] => Più [Modules & Services] => Moduli & Servizi [Advanced Parameters] => Parametri Avanzati [Attributes] => Attributi [Carriers] => Mezzi di spedizione [Carrier] => Corriere [Cart Rules] => Regole Carrello [Catalog Price Rules] => Regole Catalogo Prezzi [Module Catalog] => Catalogo Moduli [Page Categories] => Categorie CMS [Pages] => Pagine [Combinations Generator] => Generatore di Combinazioni [Configuration] => Configurazione [Contact] => Contatto [Countries] => Nazione [Customer Service] => Servizio clienti [Customer Settings] => Impostazioni clienti [Dashboard] => Pannello di controllo [Database] => Database [Employees] => Dipendenti [Team] => Dipendenti [Features] => Funzioni [General] => Generale [Groups] => Gruppi [Image Settings] => Impostazioni immagine [Images] => Immagini [Instant Stock Status] => Stato dello Stock Istantaneo [Languages] => Lingue [Locations] => Località [Login] => Entra [Design] => Design [Brands & Suppliers] => Marche & Fornitori [Brands] => Marchi [Marketing] => Marketing [Menus] => Menù [Merchandise Returns] => Restituzione Prodotto [Modules] => Moduli [Monitoring] => Monitoraggio [Multistore] => Multinegozio [Order Settings] => Impostazioni Ordine [Payment] => Pagamento [Permissions] => Permessi [Discounts] => Buoni sconto [Quick Access] => Accesso Veloce [Referrers] => Affiliati [Search] => Cerca [Shipping] => Spedizione [Shop Parameters] => Parametri Negozio [Shop URLs] => URLs negozio [Shopping Carts] => Carrello della spesa [Shops] => Negozi [Stats] => Statistiche [Stock Coverage] => Disponibilità di magazzino [Stock Management] => Gestione del Magazzino [Stock Movement] => Movimenti di magazzino [Stores] => Negozi [Supply orders] => Ordini fornitura [Tags] => Tags [Taxes] => Tasse [Theme Catalog] => Catalogo dei Temi [Traffic & SEO] => Traffico & SEO [Warehouses] => Magazzini [Zones] => Zone [Modules Catalog] => Strumenti di Compra-Vendita [Module Manager] => Gestione Moduli [New & Experimental Features] => Funzionalità Nuove e Sperimentali [Updates] => Aggiornamenti [Alerts] => Avvisi [Authorization Server] => Server di autorizzazione [Files] => File [List of applications] => Elenco delle applicazioni [DB Backup] => Backup DB [Categories] => Categorie [Credit Slips] => Buoni sconto [Currencies] => Valute [Email] => E-mail [SEO & URLs] => SEO & URLs [Orders] => Ordini [Products] => Prodotti [Search Engines] => Motori di ricerca [States] => Province [Suppliers] => Fornitori [Tax Rules] => Aliquote Iva [Administration] => Amministrazione [Authorization Server Management] => Gestione Server di Autorizzazione [Import] => Importa [Logs] => Logs [Performance] => Prestazioni [Profiles] => Profili [Customer Sessions] => Sessioni Cliente [Employee Sessions] => Sessioni Impiegato [Security] => Sicurezza [SQL Manager] => Manager SQL [Information] => Informazioni [Contacts] => Contatti [Customers] => Clienti [Maintenance] => Manutenzione [Order settings] => Impostazioni ordine [Product Settings] => Prodotti [Titles] => Titoli [Email Theme] => Tema Email [Positions] => Posizioni [Geolocation] => Geolocalizzazione [Localization] => Localizzazione [Payment Methods] => Metodi di Pagamento [Preferences] => Impostazioni [Stock] => Magazzino [Outstanding] => In sospeso [Order Messages] => Messaggi d'ordine [Delivery Slips] => Bolle di consegna [Webservice] => Webservice [Statuses] => Stati [Theme & Logo] => Tema & Logo [Attributes & Features] => Attributi e Funzionalità [Addresses] => Indirizzi [Translations] => Traduzioni [International] => Internazionale ) [AdminNavigationSearch] => Array ( [There are no results matching your query "%s".] => Nessun risultato disponibile per "%s". [%d results match your query "%s".] => %d risultati disponibili per "%s". [1 result matches your query "%s".] => 1 risultato disponibile per "%s". [1 feature] => 1 caratteristica [%d features] => %d funzioni [1 module] => 1 modulo [%d modules] => %d moduli [1 category] => 1 categoria [%d categories] => %d categorie [1 product] => 1 prodotto [%d products] => %d prodotti [1 customer] => 1 cliente [%d customers] => %d clienti [1 order] => 1 ordine [%d orders] => %d ordini [Search docs.prestashop-project.org] => Cerca in docs.prestashop-project.org [Go to the documentation] => Vai alla documentazione [%d result matches your query "%s".] => %d risultato corrisponde alla tua query "%s". ) [AdminInternationalHelp] => Array ( [This will restore your last registered address format.] => Mostrerà di nuovo il tuo ultimo layout registrato. [This will restore the default address format for this country.] => Mostrerà il layout di default per questo paese. [This will restore your current address format.] => Tornano ad essere mostrate durante l'editing. [This will delete the current address format] => Cancellerà il layout corrente [You must use this syntax in your translations. Here are a few examples:] => È necessario utilizzare questa sintassi nelle tue traduzioni. Ecco alcuni esempi: [This expression uses a special syntax:] => Questa espressione usa una sintassi speciale: [Some of these expressions use this special syntax: %s.] => Alcune di queste locuzioni utilizzano questa sintassi speciale: %s. [There are [1]%replace%[/1] products] => Ci sono [1]%replace%[/1] prodotti ["%s" will be replaced by a number.] => "%s" verrà sostituito da un numero. [List of pages in [1]%replace%[/1]] => Elenco delle pagine in [1]%replace%[/1] ["%s" will be replaced by a string.] => "%s" verrà sostituito da una stringa. [Feature: [1]%1%[/1] ([1]%2%[/1] values)] => Funzione: [1]%1%[/1] ([1]%2%[/1] valori) [The numbers enable you to reorder the variables when necessary.] => I numeri ti permettono di riordinare le variabili, quando necessario. [Click on the title of a section to open its fieldsets.] => Clicca sul titolo di una sezione per visualizzarne i parametri. [You must use this syntax in your translations. Here are several examples:] => È necessario utilizzare questa sintassi nelle tue traduzioni. Ecco alcuni esempi: [Here you can modify translations for all installed module.] => Qui puoi modificare le traduzioni per tutti i moduli installati. [Select your module] => Seleziona il tuo modulo [Restrict country selections in front office to those covered by active carriers] => Limita la selezione dei paesi nel front office a quelli coperti dai vettori attivi [Two -- or three -- letter ISO code (e.g. "us" for United States).] => Codice ISO a due o tre lettere (es. it per l'Italia). [International call prefix, (e.g. 1 for United States).] => Prefisso internazionale, (es.,: 39 per l'Italia). [Geographical region.] => Zona geografica. [Display this country to your customers (the selected country will always be displayed in the Back Office).] => Mostra questo paese ai tuoi clienti (il paese sarà sempre visualizzato nel back office). [You can define a range of Zip/Postal codes (e.g., 75000-75015) or simply use one Zip/Postal code.] => Puoi definire un intervallo di codici postali (es. 00100-00199) o semplicemente utilizzare un Cap. [You must define the behavior if an address matches multiple rules:] => Devi definire il comportamento se un indirizzo corrisponde a più regole: [- This tax only: Will apply only this tax] => - Solo questa imposta: verrà applicata solo questa aliquota [- Combine: Combine taxes (e.g.: 10% + 5% = 15%)] => - Combina: Combina più aliquote (es. 10% + 5% = 15%) [- One after another: Apply taxes one after another (e.g.: 100 + 10% => 110 + 5% = 115.5)] => - Una dopo l'altra: Applica le aliquote l'una dopo l'altra (es. 100 + 10% => 110 + 5% = 115.5) [No Tax] => Nessuna tassa [(Total tax: 9%)] => (Totale Imposte: 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.] => Per impostazione predefinita, PrestaShop viene fornito con un elenco di valute ufficiali. Se desideri utilizzare una valuta locale, dovrai aggiungerla manualmente. Ad esempio, per accettare l'Iran iraniano nel tuo negozio, devi crearlo prima. [ISO 4217 code (e.g. USD for Dollars, EUR for Euros, etc.)] => Codice ISO 4217 (es. USD per Dollari, EUR per Euro, ecc.) [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).] => I tassi di cambio sono calcolati a partire da un'unità della tua valuta predefinita nel negozio. Per esempio, se la valuta predefinita è l'euro e la valuta selezionata è il dollaro, digita "1.20" (€1.00 = $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).] => I tassi di cambio sono calcolati a partire da un'unità della tua valuta predefinita nel negozio. Per esempio, se la valuta predefinita è l'euro e la valuta selezionata è il dollaro, digita "1.20" (€1.00 = $1.20). [This option allows you, among other things, to restrict access to your shop for certain countries. See below.] => Questa opzione ti permette, tra l'altro, di restringere l'accesso al tuo negozio da parte di molte nazioni. Vedi sotto. [Two-letter ISO code (e.g. FR, EN, DE).] => Codice ISO con 2 lettere (per es., fr, en, de). [IETF language tag (e.g. en-US, pt-BR).] => Codice di lingua IETF (es: en-US, pt-BR, it) [Short date format (e.g., Y-m-d).] => Formato data breve (es. g-m-A). [Full date format (e.g., Y-m-d H:i:s).] => Formato data completo (es. g-m-A H:i:s). [Upload the country flag from your computer.] => Carica la bandiera della nazione dal tuo computer. [Image is displayed when no picture is found.] => L'immagine viene mostrata quando non viene trovata una foto. [Enable if this language is read from right to left.] => Da attivare se la lingua è scritta da destra verso sinistra. [(Experimental: your theme must be compliant with RTL languages).] => (Sperimentale: il tuo tema deve essere compatibile con il linguaggio RTL). [Activate this language.] => Attiva questa lingua. [The ISO 639-1 identifier for the language of the country where your web server is located (en, fr, sp, ru, pl, nl, etc.).] => Identificatore ISO 639-1 per la lingua dellla nazione in cui è ubicato il tuo server (it, en, fr, sp, ru, pl, nl, ecc.). [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.).] => Identificatore ISO 3166-1 alpha-2 per la nazione in cui è ubicato il tuo server, in minuscolo (it, us, gb, fr, sp, ru, pl, nl, ecc.). [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.] => Se impostato a "SI", il pacchetto localizzazione sarà scaricato da prestashop.com. Diversamente, sarà utilizzato il file xml nella cartella "localization" della tua installazione Prestashop. [The default weight unit for your shop (e.g. "kg" for kilograms, "lbs" for pound-mass, etc.).] => Unità di peso predefinita per il tuo negozio (es. "kg" per chilogrammi). [The default distance unit for your shop (e.g. "km" for kilometer, "mi" for mile, etc.).] => Unità di distanza predefinita per il tuo negozio (es. "km" per chilometro). [The default volume unit for your shop (e.g. "L" for liter, "gal" for gallon, etc.).] => Unità di volume predefinita per l tuo negozio (es. "L" per litro). [The default dimension unit for your shop (e.g. "cm" for centimeter, "in" for inch, etc.).] => Unità di dimensione predefinita per il tuo negozio (es. "cm" per centimetro). [The default language used in your shop.] => La lingua predefinita utilizzata nel tuo negozio. [Set browser language as default language.] => Imposta come predefinita la lingua del browser. [The default country used in your shop.] => Il paese di default usato nel tuo negozio. [Set country corresponding to browser language.] => Imposta la nazione corrispondente alla lingua del browser. [The default currency used in your shop.] => La valuta di default usata nel tuo negozio. [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.] => Indicare il formato del codice postale: utilizzare L per una lettera, N per un numero, e C per ISO 3166-1 alpha-2 del codice del paese. Ad esempio, NNNNN per gli Stati Uniti, Francia, Polonia e molti altri; LNNNNLLL per l'Argentina, ecc. Se non si vuole che PrestaShop verifichi il codice postale per questo paese, lasciarlo vuoto. [Provide the state name to be displayed in addresses and on invoices.] => Inserisci il nome della provincia da mostrare negli indirizzi e nelle fatture. [1 to 4 letter ISO code.] => Codice ISO da 1 a 4 lettere [You can prefix it with the country ISO code if needed.] => Se necessario, puoi usare il codice ISO nazione come prefisso. [Country where the state is located.] => Nazione nella quale si trova la provincia. [Only the countries with the option "contains states" enabled are displayed.] => Sono visualizzate solo le nazioni con l'opzione "contiene provincie" attivata. [Geographical region where this state is located.] => Zona geografica in cui si trova la provincia. [Used for shipping] => Usato per la spedizione [Zone name (e.g. Africa, West Coast, Neighboring Countries).] => Nome zona (es. Africa, UE, Resto dell'Europa). [Allow or disallow shipping to this zone.] => Consenti o no la spedizione in questa zona. [Select whether or not to include tax on purchases.] => Seleziona se vuoi includere o meno le tasse sugli acquisti. [Select whether or not to display tax on a distinct line in the cart.] => Seleziona se vuoi mostrare o meno le tasse in una riga separata nel carrello. [If you disable the ecotax, the ecotax for all your products will be set to 0.] => Se disabiliti la eco tassa, questa sarà impostata a 0 per tutti i prodotti. [Define the ecotax (e.g. French ecotax: 20%).] => Definisci l'Ecotassa. [Tax name to display in carts and on invoices (e.g. "VAT").] => Nome delle tasse da mostrare nel carrello o nella fattura (ad es: IVA). [Format: XX.XX or XX.XXX (e.g. 19.60 or 13.925)] => Formato: XX.XX o XX.XXX (ad esempio: 19.60 o 13.925) [You can add IP addresses that will always be allowed to access your shop (e.g. Google bots' IP).] => Puoi aggiungere degli indirizzi IP che saranno sempre autorizzati ad accedere al tuo negozio (es. Bot di google). [You can add or update a language directly from the PrestaShop website here.] => È possibile aggiungere o aggiornare una lingua direttamente dal sito di PrestaShop qui. [Copies data from one language to another.] => Copia i dati da una lingua ad un'altra. [Warning: This will replace all of the existing data inside the destination language.] => Attenzione: tutti i dati esistenti per la lingua di destinazione verranno sostituiti. [If necessary [1][2] you must first create a new language[/1].] => Se necessario, [1][2] devi prima creare una nuova lingua[/1]. [Export data from one language to a file (language pack).] => Esporta i dati da una lingua ad un file (pacchetto lingua). [Select which theme you would like to export your translations to.] => Seleziona per quale tema vuoi esportare le traduzioni. [Here you can modify translations for every line of text inside PrestaShop.] => Qui puoi modificare le traduzioni per tutti i testi inseriti in 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.] => In primo luogo, seleziona un tipo di traduzione (come "Back Office" o "Moduli installati"), e quindi seleziona la lingua per la quale desideri tradurre le stringhe. [Search a word or expression, e.g.: "Order confirmation"] => Cerca una parola o una frase, es.: "Conferma ordine" ) [ModulesDashtrendsAdmin] => Array ( [Dashboard Trends] => Dashboard Tendenze [Adds a block with a graphical representation of the development of your store(s) based on selected key data.] => Aggiunge un blocco con una rappresentazione grafica dello sviluppo dei tuoi negozi basata su dati chiave selezionati. [%s points] => %s punti [Average Cart Value] => Carrello medio [Conversion Rate] => Tasso di conversione [%s (previous period)] => %s (precedente periodo) [Enrich your dashboard: display a graphical representation of your store’s development.] => Arricchisci la tua dashboard: visualizza una rappresentazione grafica dello sviluppo del tuo negozio. [Net Profit] => Profitto netto [Dashboard] => Pannello di controllo [Sum of revenue (excl. tax) generated within the date range by orders considered validated.] => Somma dei ricavi (tasse escluse) generati nell'intervallo di date da ordini considerati validi. [Total number of orders received within the date range that are considered validated.] => Numero complessivo di ordini, presi nell'intervallo di date, che sono considerati validi. [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.] => Il Valore Medio carrello è una metrica che rappresenta il valore di un ordine medio nell'intervallo di date. Viene calcolato dividendo le Vendite per gli Ordini. [Cart Value] => Valore carrello [Total number of visits within the date range. A visit is the period of time a user is actively engaged with your website.] => Numero complessivo delle visite nell'intervallo di date. Una visita è il periodo di tempo in cui un utente è attivamente impegnato nel tuo sito. [Ecommerce Conversion Rate is the percentage of visits that resulted in an validated order.] => Il Rapporto di Conversione Ecommerce è la percentuale delle visite che hanno prodotto un ordine valido. [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.] => L'utile netto è una misura della redditività di un'impresa dopo la contabilizzazione di tutti i costi di Ecommerce. Puoi fornire questi costi ciccando sull'icona configurazione qui sopra a destra. ) [ModulesImagesliderAdmin] => Array ( [Image slider] => Slider immagini [Add sliding images to your homepage to welcome your visitors in a visual and friendly way.] => Aggiungi una galleria di immagini alla tua home page per accogliere i tuoi visitatori in modo visivo e amichevole. [Invalid values] => Valori non validi [Invalid slide] => Immagine non valida [Invalid slide state.] => Stato diapositiva non valido. [Invalid slide ID] => ID slide non valido [The title is too long.] => Titolo troppo lungo. [The caption is too long.] => La didascalia è troppo lunga. [The URL is too long.] => URL troppo lungo. [The description is too long.] => Descrizione troppo lunga. [The URL format is not correct.] => Formato URL non corretto. [Invalid filename.] => Nome file non valido. [The URL is not set.] => URL non impostato. [The image is not set.] => Immagine non impostata. [The configuration could not be updated.] => La configurazione non può essere aggiornata. [The slide could not be added.] => L'immagine non può essere aggiunta. [The slide could not be updated.] => L'immagine non può essere modificata. [Slide information] => Informazioni slide [Target URL] => URL destinazione [Caption] => Didascalia [Speed] => Velocità [The duration of the transition between two slides.] => Durata della transizione tra due slides. [Pause on hover] => Pausa al passaggio del mouse [Stop sliding when the mouse cursor is over the slideshow.] => Arresta lo scorrimento quando il mouse passa sopra lo slideshow. [Loop forever] => Ciclo continuo [Loop or stop after the last slide.] => Ripeti o arresta dopo l'ultima immagine. [Since multiple languages are activated on your shop, please mind to upload your image for each one of them] => Poiché sono attivate nel tuo negozio diverse lingue, ricorda di caricare un'immagine per ciascuna di esse [You cannot manage slides items from a "All Shops" or a "Group Shop" context, select directly the shop you want to edit] => Non puoi amministrare gli oggetti del menù superiore da un contesto "Tutti i negozi" o "Gruppo Negozi". Seleziona direttamente il negozio che vuoi modificare [You can only edit this slide from the shop(s) context: %s] => Puoi modificare questa slide solo dal contesto del negozio: %s [You cannot add slides from a "All Shops" or a "Group Shop" context] => Non puoi aggiungere delle slides dal contesto "Tutti i negozi" o "Gruppo negozi" [Unable to get slide shop association information (id_slide: %d)] => Impossibile ottenere le informazioni di associazione slide (id slide: %d) [The modifications will be applied to shop: %s] => Le modifiche verranno applicate al negozio: %s [The modifications will be applied to this group: %s] => Le modifiche verranno applicate a questo gruppo: %s [The modifications will be applied to all shops and shop groups] => Le modifiche saranno applicate a tutti i negozi e ai gruppi negozio [This slide is shared with other shops! All shops associated to this slide will apply modifications made here] => Questa slide è in comune con altri negozi! Tutti i negozi associati a questa slide si vedranno applicare le modifiche fatte qui [Slides list] => Lista diapositive [Shared slide] => Slide condivisa ) [ModulesGAnalyticsAdmin] => Array ( [Save] => Salva [Back to list] => Torna alla lista [Settings] => Impostazioni [Google Analytics Tracking ID] => ID tracking di Google Analytics [This information is available in your Google Analytics account] => Questa informazione è disponibile nel tuo account di Google Analytics [Enable User ID tracking] => Attiva tracciamento ID Utente [Yes] => Sì [No] => No [Anonymize IP] => Rendi anonimi gli IP [Use this option to anonymize the visitor’s IP to comply with data privacy laws in some countries] => Usa questa opzione per rendere anonimi gli IP dei visitatori per essere conforme alle leggi sulla riservatezza dei dati di alcuni paesi [Enable Back Office Tracking] => Abilita il monitoraggio del Back Office [Use this option to enable the tracking inside the Back Office] => Utilizza questa opzione per abilitare il tracciamento all'interno del Back Office [Cancelled order states] => Stato degli ordini annullati [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.] => Scegli gli stati dell'ordine, in cui consideri l'ordine dato come annullato. Questo sarà solitamente solo lo stato predefinito "Annullato", ma alcuni negozi potrebbero avere degli stati aggiuntivi come "Restituito" ecc. [Enable Cross-Domain tracking] => Abilita il tracciamento Cross-Domain [Account ID updated successfully] => Account ID aggiornato con successo [Settings for User ID updated successfully] => Impostazioni dell'ID Utente aggiornate con successo [Settings for Anonymize IP updated successfully] => Impostazioni per rendere anonimo l'IP aggiornate con successo [Settings for Enable Back Office tracking updated successfully] => Le impostazioni per l'abilitazione del monitoraggio del Back Office sono state aggiornate correttamente [Settings for cancelled order states updated successfully] => Le impostazioni per gli stati degli ordini annullati sono state aggiornate correttamente [Enable Google Analytics 4] => Abilita 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 smetterà di processare i dati a partire dal 01 Luglio 2023. Raccomandiamo di passare a Google Analytics 4 il prima possibile. [This information is available in your Google Analytics account. GA4 tracking ID starts with "G-", Universal Analytics with "UA-".] => Questa informazione è disponibile nel tuo account Google Analytics. L'ID di tracciamento GA4 inizia con "G-", mentre quello di Universal Analytics con "UA-". [Canceled order states] => Stato degli ordini annullati [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.] => Scegli gli stati dell'ordine in cui consideri l'ordine come annullato. Questo solitamente sarà lo stato predefinito "Annullato", ma alcuni negozi potrebbero avere degli stati aggiuntivi come "Restituito", ecc. [Settings updated successfully.] => Impostazioni aggiornate con successo. [Google Analytics] => Google Analytics [Gain clear insights into important metrics about your customers, using Google Analytics] => Acquisisci dei chiari approfondimenti su importanti metriche riguardo ai tuoi clienti utilizzando Google Analytics [Are you sure you want to uninstall Google Analytics? You will lose all the data related to this module.] => Sei sicuro di voler disinstallare Google Analytics? Perderai tutti i dati correlati a questo modulo. [Your customers go everywhere; shouldn't your analytics.] => I tuoi clienti vanno dappertutto; le tue statistiche non dovrebbero. [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 ti mostra un ritratto completo dei clienti attraverso inserzioni e video, siti web e social, tabelle e smartphones. Questo ti rende più facile servire i tuoi attuali clienti e acquisirne degli altri. [With ecommerce functionality in Google Analytics you can gain clear insight into important metrics about shopper behavior and conversion, including:] => Con la funzionalità e-commerce di Google Analytics puoi acquisire dei chiari approfondimenti in importanti metriche circa il comportamento degli acquirenti e le conversioni, inclusi: [Product detail views] => Visualizzazioni dettagli prodotto [Internal merchandising Success] => Successo del merchandising interno ["Add to cart" actions] => Azioni "Aggiungi al carrello" [The checkout process] => Processo di pagamento [Internal campaign clicks] => Clicks sulle campagne interne [And purchase] => E acquisto [Merchants are able to understand how far along users get in the buying process and where they are dropping off.] => Il commerciante può capire a che punto gli utenti entrano nel processo di acquisto e quando lo abbandonano. [Create your account to get started.] => Crea il tuo account per iniziare. [Create your account to get started] => Crea il tuo account per iniziare ) [ModulesStatsbestproductsAdmin] => Array ( [An empty record-set was returned.] => Restituito recordset vuoto. [Price sold] => Prezzo di vendita [Quantity sold in a day] => Quantità vendute in un giorno [Page views] => Visualizzazioni di pagina [Best-selling products] => I migliori prodotti [Enrich your stats with a small list of your best-sellers to better know your customers.] => Arricchisci le tue statistiche con un piccolo elenco dei tuoi articoli più venduti per conoscere meglio i tuoi clienti. ) [ModulesStatssalesAdmin] => Array ( [Sales and orders] => Le vendite e gli ordini [Enrich your stats, add graphics presenting the evolution of your sales and orders.] => Arricchisci le tue statistiche, aggiungi grafici che presentano l'evoluzione delle tue vendite e ordini. [About order statuses] => Informazioni sullo stato degli ordini [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.] => Nel tuo back-office, puoi modificare i seguenti stati dell'ordine: In attesa di pagamento con assegno, Pagamento accettato, Preparazione in corso, In spedizione, Spedito, Annullato, Rimborso, Errore di pagamento, Esaurito, e In attesa di pagamento con bonifico bancario. [These order statuses cannot be removed from the Back Office; however you have the option to add more.] => Questi stati degli ordini non possono essere rimossi dal Back Office: hai comunque l'opzione di aggiungerne altri. [The following graphs represent the evolution of your shop's orders and sales turnover for a selected period.] => I grafici seguenti rappresentano l'evoluzione degli ordini del tuo negozio e il giro d'affari delle vendite per un periodo selezionato. [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.] => Dovresti consultare spesso questa schermata; essa ti permette di controllare rapidamente la vitalità del tuo negozio. Ti permette anche di controllare periodi di tempo multipli. [Only valid orders are graphically represented.] => Sono rappresentati in forma grafica solo gli ordini validi. [Orders placed:] => Gli ordini effettuati: [CSV Export] => Esporta CSV [Sales:] => Vendite: [You can view the distribution of order statuses below.] => Qui sotto puoi vedere la distribuzione degli stati degli ordini. [No orders for this period.] => Nessun ordine per questo periodo [Orders placed] => Ordini effettuati [Products bought] => Prodotti acquistati [Products:] => Prodotti: [Sales currency: %s] => Valuta vendite: %s [Percentage of orders per status.] => Percentuale degli ordini in base allo stato. ) [ModulesCashondeliveryShop] => Array ( [Pay by Cash on Delivery] => Pagamento tramite contrassegno [Your order on %s is complete.] => Il tuo ordine su %s è completo. [You have chosen the cash on delivery method.] => Hai scelto la modalità pagamento alla consegna. [Your order will be sent very soon.] => Il tuo ordine verrà inviato al più presto. [For any questions or for further information, please contact our] => Per eventuali domande o per ulteriori informazioni, contatta la nostra [customer support] => assistenza clienti [You pay for the merchandise upon delivery] => Si paga per la merce al momento della consegna ) [AdminNotificationsInfo] => Array ( [This field will be modified for all your shops.] => Questo campo verrà modificato per tutti i tuoi negozi. [This field will be modified for all shops in this shop group:] => Questo campo sarà modificato per tutti i negozi in questo gruppo di negozi: [This field will be modified for this shop:] => Questo campo verrà modificato per questo negozio: [Delete selected] => Elimina selezione [Delete selected items?] => Eliminare gli elementi selezionati? [Delete selected item?] => Elimina gli elementi selezionati? [Forbidden characters:] => Caratteri proibiti: [Note that this feature is only available in "all stores" context. It will be added to all your stores.] => Tieni presente che questa funzione è disponibile solo nel contesto di tutti i negozi. Verrà aggiunta a tutti i tuoi negozi. [Empty recordset returned.] => Restituito recordset vuoto. [Empty recordset returned] => Restituito recordset vuoto [Note that this page is available in all shops context only, this is why your context has just switched.] => Nota che questa pagina è disponibile solo nel contesto di tutti i negozi, ecco perché il tuo contesto è appena cambiato. [Note that this feature is available in all shops context only. It will be added to all your stores.] => Tieni presente che questa funzione è disponibile solo nel contesto di tutti i negozi. Verrà aggiunta a tutti i tuoi negozi. [This product is not associated with the store selected in the multistore header, please select another one.] => Questo prodotto non è associato con il negozio selezionato nell'intestazione del multistore, selezionane un altro. [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].] => Questa pagina è compatibile solo nel contesto di negozio singolo. Per accedere alla pagina, seleziona un negozio o [1]disabilita la funzione multistore[/1]. [This page is only compatible in a single-store context. Please select a store in the multistore header.] => Questa pagina è compatibile solo nel contesto di negozio singolo. Per accedere alla pagina, seleziona un negozio nel multistore header. [Note that this feature is only available in the "all stores" context. It will be added to all your stores.] => Tieni presente che questa funzione è disponibile solo nel contesto "tutti i negozi". Verrà aggiunta a tutti i tuoi negozi. [Key should be at least %length% characters long.] => La password deve essere lunga almeno %length% caratteri. [The key must be %length% characters long.] => La lunghezza della chiave deve essere di %length% caratteri. [Password should be at least %length% characters long.] => La password deve essere lunga almeno %length% caratteri. [Invalid characters: %s] => Caratteri non validi: %s [Invalid characters:] => Caratteri non validi: [Note that this page is available in a single shop context only. Switch context to work on it.] => Tieni presente che questa pagina è disponibile solamente nel contesto di un negozio. Cambia contesto per lavorarci. ) [AdminInternationalFeature] => Array ( [Some countries require different elements than others. Click on the button below to get the valid default address format for this country.] => Alcuni paesi richiedono elementi diversi rispetto ad altri. Fare clic sul pulsante in basso per ottenere il formato di indirizzo predefinito valido per questo paese. [Use the last registered format] => Usare l'ultimo layout registrato [Use the default format] => Usare layout di base [Use my current modified format] => Usare il mio layout corrente modificato [Clear format] => Pulisci layout [Assign to a new zone] => Assegna una nuova zona [This tax only] => Solamente questa imposta [Combine] => Combina [One after another] => Una dopo l'altra [Down] => Giù [Up] => Su [Expressions to translate:] => Espressioni da tradurre: [Total missing expressions:] => Totale locuzioni perse: [missing] => mancanti [expressions] => espressioni [Core emails] => Core email [Module emails] => Modulo email [Modify translations] => Modifica le traduzioni [Theme:] => Tema: [Module:] => Modulo: [Country options] => Opzioni nazioni [Country name] => Nome della nazione [Does it need Zip/Postal code?] => Serve un Codice postale? [Zip/Postal code format] => Formato del Codice postale [Add a new tax rule] => Aggiungi nuova aliquota Iva [Behavior] => Comportamento [New tax rule] => Nuova aliquota Iva [Zip/Postal code range] => Intervallo Codici postali [%1$s (Language: %2$s, Theme: %3$s)] => %1$s (Lingua: %2$s, Tema: %3$s) [Update translations] => Aggiorna le traduzioni [Themes translations] => Traduzioni dei temi [Expand all fieldsets] => Espandi tutti i campi [Close all fieldsets] => Chiudi tutti i campi [Email subject] => Oggetto email [View HTML version] => Versione HTML [Edit HTML version] => Modifica versione HTML [View/Edit TXT version] => Vedi/modifica versione TXT [Enabled Languages] => Attiva lingue [Main Country] => Nazione principale [Front office Translations] => Traduzioni Front Office [Body] => Contenuto [%s (local)] => %s (locale) [Invoice address] => Indirizzo di fatturazione [Delivery address] => Indirizzo di consegna [Back office translations] => Traduzioni Back Office [Installed modules translations] => Traduzioni moduli installati [Email translations] => Traduzioni email [Other translations] => Altre traduzioni [Back office] => Pannello di amministrazione [Front office] => Front Office [Other] => Altro [Email] => E-mail [Type] => Tipo [Search rate] => Search rate [Add new country] => Aggiungi una nuova nazione [Cannot find reference data for currency %isoCode%] => Impossibile trovare i dati di riferimento per la valuta %isoCode% [Numeric ISO code] => Codice ISO numerico [Add new state] => Aggiungi nuova provincia [Add new tax rules group] => Aggiungi un nuovo gruppo di aliquote [Add new zone] => Aggiungi una nuova zona [ISO code] => Codice ISO [Symbol] => Simbolo [Currency name] => Nome Valuta [Select a currency] => Selezionare una valuta [Create an alternative currency] => Crea una valuta alternativa [Decimals] => Decimali [Whitelisted IP addresses] => Indirizzi IP autorizzati [Geolocation behavior for restricted countries] => Comportamento di Geolocalizzazione per nazioni con restrizioni [Visitors cannot see your catalog.] => I visitatori non possono vedere il tuo catalogo. [Visitors can see your catalog but cannot place an order.] => I visitatori non possono vedere il tuo catalogo ma non possono fare ordini. [Geolocation behavior for other countries] => Comportamento di Geolocalizzazione per nazioni non riconosciute [All features are available] => Tutte le funzioni sono disponibili [Select the countries from which your store is accessible] => Seleziona le nazioni che possono accedere al tuo negozio [Language code] => Codice lingua [Date format] => Formato data [Date format (full)] => Formato data (completo) [Flag] => Bandiera ["No-picture" image] => Immagine "Segnaposto" [RTL language] => Lingua RTL [Language identifier] => Identificatore lingua [Country identifier] => Identificatore nazione [Localization pack you want to import] => Pacchetto localizzazione che vuoi importare [Content to import] => Contenuto da importare [Download pack data] => Scarica pacchetto dati [Units (e.g. weight, volume, distance)] => Unità (ad esempio, peso, volume, distanza) [Change the behavior of the price display for groups] => Cambia la modalità di visualizzazione dei prezzi a seconda dei gruppi [Weight unit] => Unità per il peso [Distance unit] => Unità di misura di distanza [Volume unit] => Unità di misura volumetrica [Dimension unit] => Unità di misura per le dimensioni [Default currency] => Valuta di default [Default language] => Lingua predefinita [Set language from browser] => Imposta la lingua in base al browser [Default country] => Nazione predefinita [Set default country from browser language] => Imposta la nazione predefinita in base alla lingua del browser [Time zone] => Fuso orario [Default store currency] => Valuta del negozio di default [Address format] => Formato indirizzo [Contains states] => Contiene stati [Do you need a tax identification number?] => Richiesto numero di codice fiscale? [Display tax label (e.g. "Tax incl.")] => Mostra etichetta tasse (es: “Tasse incl”) [Call prefix] => Prefisso telefonico [Does it need a ZIP/Postal code?] => Serve un CAP/Codice postale? [ZIP/Postal code format] => Formato del CAP/Codice postale [Enable tax] => Abilita tasse [Display tax in the shopping cart] => Mostra le tasse nel carrello [Based on] => Basato su [Use ecotax] => Usa Ecotax [Ecotax] => Ecotassa [Rate] => Percentuale [Please select the language you want to add or update] => Seleziona la lingua che desideri aggiungere o aggiornare [Update a language] => Aggiorna una lingua [Add a language] => Aggiungi una lingua [PrestaShop translations] => Traduzioni PrestaShop [Theme translations] => Traduzioni tema [Select a theme] => Seleziona un tema [Installed module translations] => Traduzioni modulo installate [Select a module] => Seleziona un modulo [Select your theme] => Scegli il tuo tema [Core (no theme selected)] => Nucleo (nessun tema selezionato) [Type of translation] => Tipo di traduzione [Select the type of email content] => Seleziona il tipo di contenuto dell'email [Select your module] => Seleziona il tuo modulo [Edited] => Modificato [Select your language] => Seleziona la tua lingua [Countries] => Nazione [Exchange rate] => Tasso di cambio [Live exchange rates] => Tassi di cambio in tempo reale [Update exchange rates] => Aggiorna i tassi di cambio [1. Enter symbol] => 1. Inserisci simbolo [2. Choose format] => 2. Scegli il formato [Customize symbol and format] => Personalizza simbolo e formato [Edit symbol / format] => Modifica simbolo / formato [%price%] => %price% [Are you sure you want to restore default settings?] => Sei sicuro di voler ripristinare le impostazioni predefinite? [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.] => Ripristinando le impostazioni predefinite per la tua valuta si cancelleranno tutte quelle personalizzate in precedenza. I parametri avranno lo stesso aspetto di quando la valuta viene importata la prima volta. [Restore default settings] => Ripristina le impostazioni predefinite [Loading currency data] => Caricamento informazioni valuta [Please wait while currency data is being loaded] => Per favore attendi mentre le informazioni della valuta vengono caricati [{price}] => {price} [Add new currency] => Aggiungi nuova valuta [Geolocation by IP address] => Geolocalizzazione tramite IP [IP address whitelist] => Whitelist degli indirizzi IP [The following features are only available if you enable the Geolocation by IP address feature.] => Le seguenti funzioni sono disponibili solo se autorizzi la funzione Geolocalizzazione tramite IP. [Add new language] => Aggiungi una nuova lingua [Import a localization pack] => Importa un pacchetto di localizzazione [Local units] => Unità di misura locali [States] => Province [Tax options] => Vedi opzioni [Add new tax] => Aggiungi una nuova tassa [Tax Rules] => Aliquote Iva [Add / Update a language] => Aggiungi / Aggiorna una lingua [Add or update a language] => Aggiungere o aggiornare la lingua [Export a language] => Esporta traduzioni [Zones] => Zone [Delete item #] => Elimina l'elemento n. [1 missing] => 1 mancante [%nb_translation% expression] => Espressione: %nb_translation% [Search translations] => Cerca traduzioni [%d missing] => %d mancante [%nb_translations% expressions] => %nb_translations% espressioni [Show messages] => Mostra i messaggi [Hide messages] => Nascondi i messaggi [%nb_translations% missing] => %nb_translations% inesistenti [%nb_translations% translations are missing in %domain%] => %nb_translations% traduzioni non si trovano in %domain% ) [AdminStatsNotification] => Array ( [Module not found] => Modulo non trovato [Please select a module from the left column.] => Seleziona un modulo nella colonna di sinistra. [The specified date is invalid.] => La data specificata non è valida. ) [AdminAdvparametersNotification] => Array ( [Administrator permissions cannot be modified.] => I permessi di Amministratore non possono essere modificati. [Importing your data...] => Importazione dei dati... [Data imported!] => Dati importati! [Look at your listings to make sure it's all there as you wished.] => Da' un'occhiata ai tuoi elenchi per essere sicuro che ci sia tutto quello che volevi. [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.] => Attenzione, questa importazione potrebbe richiedere un aggiornamento delle impostazioni PHP, per consentire un trasferimento di dati maggiore. Se questa importazione si arresta prima della fine, devi aumentare l'impostazione "post_max_size" del tuo PHP almeno a [1]%size%[/1]MB e provare nuovamente. [Some errors were detected. Please check the details:] => Sono stati riscontrati alcuni errori. Controlla i dettagli: [Errors occurred:] => Errori riscontrati: [We made the following adjustments:] => Abbiamo effettuato i seguenti aggiustamenti: [Validating data...] => Convalida dei dati... [Ignore warnings and continue?] => Vuoi ignorare gli avvisi e continuare? [Abort import] => Interrompi importazione [Aborting, please wait...] => Annullamento, si prega di attendere... [[1]%percentage%[/1]% validated] => Convalidato il [1]%percentage%[/1]% [Processing next page...] => Elaborazione della pagina successiva... [Linking accessories...] => Collegamento accessori... [[1]%size%[/1]% imported] => Importato il [1]%size%[/1]% [Error - The following e-mail template is missing: %s] => Errore - Il seguente modello email non esiste: %s ["Backup" directory does not exist.] => La Directory di backup non esiste. [Invalid ID] => Identificativo non valido: [Unable to create backup file] => Impossibile creare un backup [An error occurred while backing up. Unable to obtain the schema of %s] => Un errore si è verificato durante il backup. Impossibile ottenere lo schema di %s [No valid tables were found to backup.] => Non sono state trovate tabelle valide per il backup. [Can't add the voucher.] => Impossibile aggiungere il buono. [Your file has been successfully imported into your shop. Don't forget to re-build the products' search index.] => Il tuo file è stato importato con successo nel tuo negozio. Non dimenticare di ricostruire l'indice per la ricerca dei prodotti. [(click to open "Generators" page)] => (clicca per aprire la pagina "Generatori") [Warehouse did not exist, cannot set on product %name%.] => Il magazzino non esiste; impossibile impostarlo per il prodotto %name%. [No image was found for combination with id_product = %s and image position = %s.] => Nessuna immagine trovata per combinazione con id_product =%s e la posizione dell'immagine =%s. [EAN13 "%ean13%" has incorrect value for product with id %id%.] => EAN13 "%ean13%" ha un valore errato per il prodotto con id %id%. [Advanced stock management has incorrect value. Not set for product with id %id%.] => La gestione avanzata delle scorte ha un valore errato. Non impostata per il prodotto con Id %id% . [Advanced stock management is not enabled, cannot enable on product with id %id%.] => La gestione avanzata delle scorte non è abilitata, impossibile abilitarla per il prodotto con id %id% . [Advanced stock management is not enabled, warehouse is not set on product with id %id%.] => La gestione avanzata delle scorte non è abilitata, il magazzino non è impostato per il prodotto con id %id%. [Email address %1$s (ID: %2$s) cannot be validated.] => L'indirizzo email %1$s (ID: %2$s) non può essere convalidato. [Email address %1$s (ID: %2$s) cannot be saved.] => L'indirizzo email %1$s (ID: %2$s) non può essere salvato. [%1$s does not exist in database %2$s (ID: %3$s), and therefore cannot be validated] => %1$s non esiste nel database %2$s (ID: %3$s), e dunque non può essere convalidato [%1$s does not exist in database %2$s (ID: %3$s), and therefore cannot be saved] => %1$s non esiste nel database %2$s (ID: %3$s), e dunque non può essere salvato ["%email%" is not a valid email address.] => "%email%" non è un indirizzo email valido. [The customer ID #%d does not exist in the database, and therefore cannot be validated.] => L'ID cliente n° %d non esiste nel database, e pertanto non può essere convalidato. [The customer ID #%d does not exist in the database, and therefore cannot be saved.] => L'ID cliente #%d non esiste nel database, e dunque non può essere salvato. [Supplier is invalid] => Fornitore non valido [Alias is invalid] => Alias non valido [Store is invalid] => Il negozio non è valido [Supplier ID (%id%) is not valid (at line %line%).] => ID fornitore (%id%) non valido (alla riga %line%). [Lang ID (%id%) is not valid (at line %line%).] => ID Lingua (%id%) non valido (alla riga %line%). [Warehouse ID (%id%) is not valid (at line %line%).] => ID Magazzino (%id%) non valido (alla riga %line%). [Currency ID (%id%) is not valid (at line %line%).] => ID fornitore (%id%) non valido (alla riga %line%). [Reference (%ref%) already exists (at line %line%).] => Il riferimento (%ref%) esiste già (alla riga %line%). [YYYY-MM-DD] => AAAA-MM-GG [Date format (%date%) is not valid (at line %line%). It should be: %date_format%.] => Il formato data (%date%) non è valido (alla riga %line%). Dovrebbe essere: %date_format%. [Date (%date%) cannot be in the past (at line %line%). Format: %date_format%.] => La data (%date%) non può essere collocata nel passato (alla riga %line%). Formato %date_format%. [Format: Between 0 and 100] => Formato: fra 0 e 100 [Discount rate (%rate%) is not valid (at line %line%). %format%.] => Lo sconto (%rate%) non è valido (alla riga %line%). %format%. [Supply Order (%id%) is not editable (at line %line%).] => L'ordine di fornitura (%id%) non è modificabile (alla riga %line%). [Supply Order could not be saved (at line %line%).] => L'ordine di fornitura non può essere salvato (alla linea %line%). [Supply Order (%s) could not be loaded (at line %d).] => Ordine di fornitura (%s) non può essere caricato (alla linea %d). [Product/Attribute (%d/%d) cannot be added twice (at line %d).] => Prodotto/Attributo (%d/%d) non salvabile due volte (alla linea %d). [Product (%d/%d) is not available for this order (at line %d).] => Il prodotto (%d%d) non è disponibile per quest'ordine (alla riga %d). [Unit Price (tax excl.) (%d) is not valid (at line %d).] => Prezzo unitario (tasse escluse)(%d) non è valido (alla riga %d). [Quantity Expected (%d) is not valid (at line %d).] => La quantità prevista (%d) non è valida (alla riga %d). [Discount rate (%d) is not valid (at line %d). %s.] => Lo sconto (%d) non è valido (alla riga %d). %s. [Cannot read the .CSV file] => Impossibile leggere il file .CSV [Linking Accessories...] => Collegamento Accessori... [The confirmation email couldn't be sent, but the import is successful. Yay!] => Impossibile inviare l'email di conferma, ma l'importazione ha avuto successo. [EAN-13 "%ean13%" has incorrect value for product with ID %id%.] => EAN-13 "%ean13%" ha un valore errato per il prodotto con id %id%. [The file is too large and cannot be downloaded. Please use the LIMIT clause in this query.] => Il file è troppo grande e non può essere scaricato. Usa la clausola LIMIT in questa query. [You cannot have two shops with the same name in the same group.] => Non puoi avere due negozi con lo stesso nome nello stesso gruppo. [Unable to load this shop.] => Impossibile caricare questo negozio. [You need to select at least the root category.] => Hai bisogno di selezionare almeno la categoria principale. [You cannot have two stores with the same name in the same group.] => Non puoi avere due negozi con lo stesso nome nello stesso gruppo. [Unable to load this store.] => Impossibile caricare questo negozio. [You must configure this store's URL before setting it as default.] => Devi configurare l'URL di questo negozio prima d'impostarlo come predefinito. [You've selected a state for a country that does not contain states.] => Hai selezionato uno stato o provincia per una nazione che non ne ha. [You can't put this menu inside itself. ] => Non puoi mettere questo menù dentro se stesso.  [The settings file cannot be overwritten.] => Impossibile modificare i file di configurazione. [To use Smarty Cache, the directory %directorypath% must be writable.] => Per utilizzare Smart Cache, la directory %directorypath% deve essere scrivibile. [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]] => Prima di poter utilizzare questo strumento, devi: [1][2]Creare un file .htaccess vuoto nella tua directory principale.[/2][2] Dargli i permessi di scrittura (CHMOD 666 su sistemi Unix).[/2][/1] [Error: Could not find whether debug mode is enabled. Make sure that the correct permissions are set on the file %s] => Errore: non è stato possibile individuare se la modalità debug è abilitata. Assicurati che il file %s abbia i permessi giusti [Error: Could not find whether debug profiling is enabled. Make sure that the correct permissions are set on the file %s] => Errore: non è stato possibile individuare se la modalità debug profiling è abilitata. Assicurati che il file %s abbia i permessi giusti [The SameSite=None is only available in secure mode.] => SameSite=Nessuno è disponibile solamente in modalità sicura. [The SameSite=None attribute is only available in secure mode.] => L'attributo SameSite=Nessuno è disponibile solamente in modalità sicura. [There is an empty row in the file that won't be imported.] => C'è una riga vuota nel file, che non verrà importato. [%s import] => Importazione %s [(from %s to %s)] => (da %s a %s) [with truncate] => con sovrascrittura (truncate) [The category ID must be unique. It can't be the same as the one for Root or Home category.] => L'ID della categoria deve essere unico. Non può essere uguale quello delle categorie Principale oppure Home. [The category ID must be unique. It can't be the same as the one for the parent category (ID: %1$s).] => L'ID categoria deve essere unico. Non può essere uguale a quello della categoria genitore (ID: %1$s). [A category can't be its own parent. You should rename it (current name: %1$s).] => Una categoria non può essere parente di se stessa. Dovresti rinominarla (nome corrente: %1$s). [%category_name% (ID: %id%) cannot be saved] => %category_name% (ID: %id%) non può essere salvata [URL rewriting failed to auto-generate a friendly URL for: %category_name%] => La riscrittura degli URL non è riuscita a generare automaticamente un URL breve per: %category_name% [Rewrite link for %1$s (ID %2$s): re-written as %3$s.] => Riscrivi il link per %1$s (ID %2$s): riscritto come %3$s. [A category cannot be its own parent. The parent category ID is either missing or unknown (ID: %1$s).] => Una categoria non può essere genitore di se stessa. L'ID della categoria genitore non esiste o è sconosciuto (ID: %1$s). [The root category cannot be modified.] => La categoria "root" non può essere modificata. [cannot be copied.] => non può essere copiato. [%1$s (ID: %2$s) cannot be %3$s] => %1$s (ID: %2$s) non può essere %3$s [Unknown tax rule group ID. You need to create a group with this ID first.] => ID gruppo di aliquote sconosciuto. Devi prima creare un gruppo con questo ID. [%1$s (ID: %2$s) cannot be saved] => %1$s (ID: %2$s) non può essere salvata [%data% cannot be saved] => %data% non può essere salvato [Shop is not valid] => Spesa non valida [Discount is invalid] => Sconto non valido [Tags list is invalid] => Lista tags non valida [Error copying image: %url%] => Errore durante la copia dell'immagine: %url% [Product #%id%: the picture (%url%) cannot be saved.] => Prodotto n° %id%: l'immagine (%url%) non può essere salvata. [Advanced stock management has incorrect value. Not set for product %name%] => La gestione avanzata delle scorte ha un valore errato. Non è impostata per il prodotto %name% [Advanced stock management is not enabled, cannot enable on product %name%] => La gestione avanzata delle scorte non è abilitata, impossibile abilitarla per il prodotto %name% [Advanced stock management is not enabled, warehouse not set on product %name%] => La gestione avanzata delle scorte non è abilitata, magazzino non definito per il prodotto %name% [Incorrect value for "Depends on stock" for product %name%] => Valore errato per "Dipende dalla disponibilità" per il prodotto %name% [Advanced stock management is not enabled, cannot set "Depends on stock" for product %name%] => La gestione avanzata delle scorte non è abilitata, impossibile impostare "Dipende dalla disponibilità" per il prodotto %name% [Warehouse did not exist, cannot set on product %name%] => Il magazzino non esiste; impossibile impostarlo per il prodotto %name% [Media server #1 is invalid] => Server media n.1 non valido [Media server #2 is invalid] => Server media n.2 non valido [Media server #3 is invalid] => Server media n.3 non valido [Cannot disable SSL configuration due to the Cookie SameSite=None.] => Impossibile disabilitare la configurazione SSL a causa del fatto che Cookie SameSite è impostato come Nessuno. [Update your PHP version.] => Aggiorna la tua versione PHP. [Configure your server to allow file uploads.] => Configura il tuo server per accettare l'upload dei files. [Configure your server to allow the creation of directories and files with write permissions.] => Configura il tuo server per permettere la creazione di directory e file e scrittura di permessi. [Enable the CURL extension on your server.] => Abilita sul tuo server l'estensione CURL. [Enable the DOM extension on your server.] => Abilita sul tuo server l'estensione DOM. [Enable the Fileinfo extension on your server.] => Abilita sul tuo server l'estensione FileInfo. [Enable the GD library on your server.] => Attiva la libreria GD nel tuo server. [Enable the JSON extension on your server.] => Abilita sul tuo server l'estensione JSON. [Enable the Mbstring extension on your server.] => Abilita sul tuo server l'estensione Mbstring. [Enable the OpenSSL extension on your server.] => Abilita sul tuo server l'estensione OpenSSL. [Enable the PDO Mysql extension on your server.] => Abilita sul tuo server l'estensione PDO Mysql. [Enable the XML extension on your server.] => Abilita sul tuo server l'estensione XML. [Enable the ZIP extension on your server.] => Abilita sul tuo server l'estensione ZIP. [Enable the MySQL support on your server.] => Attiva il support MySQL nel tuo server. [Set write permissions for the "config" folder.] => Assegna permessi di scrittura alla cartella config. [Set write permissions for the "cache" folder.] => Assegna permessi di scrittura alla cartella cache. [Set write permissions for the "sitemap.xml" file.] => Assegna permessi di scrittura al file sitemap.xml. [Set write permissions for the "img" folder and subfolders.] => Imposta i permessi di scrittura alla cartella “img” e sottocartelle. [Set write permissions for the "log" folder and subfolders.] => Imposta i permessi di scrittura alla cartella “log” e sottocartelle. [Set write permissions for the "mails" folder and subfolders.] => Imposta i permessi di scrittura alla cartella “mails” e sottocartelle. [Set write permissions for the "modules" folder and subfolders.] => Imposta i permessi di scrittura alla cartella “modules” e sottocartelle. [Set write permissions for the "themes/%s/cache/" folder and subfolders, recursively.] => Imposta i permessi di scrittura per la cartella "themes/%s/cache/" e le sottocartelle, in modo ricorsivo. [Set write permissions for the "themes/%s/lang/" folder and subfolders, recursively.] => Imposta i permessi di scrittura per la cartella "themes/%s/lang/" e le sottocartelle, in modo ricorsivo. [Set write permissions for the "themes/%s/pdf/lang/" folder and subfolders, recursively.] => Imposta i permessi di scrittura per la cartella "themes/%s/pdf/lang/" e le sottocartelle, in modo ricorsivo. [Set write permissions for the "app/config/" folder and subfolders, recursively.] => Imposta i permessi di scrittura per la cartella "app/config/" e le sottocartelle, in modo ricorsivo. [Set write permissions for the "app/Resources/translations/" folder and subfolders, recursively.] => Imposta i permessi di scrittura per la cartella "app/Resources/translations/" e le sottocartelle, in modo ricorsivo. [Set write permissions for the "translations" folder and subfolders.] => Imposta i permessi di scrittura alla cartella “translations” e sottocartelle. [Set write permissions for the "upload" folder and subfolders.] => Imposta i permessi di scrittura alla cartella “upload” e sottocartelle. [Set write permissions for the "download" folder and subfolders.] => Imposta i permessi di scrittura alla cartella “download” e sottocartelle. [Allow the PHP fopen() function on your server.] => Attiva la funzione PHP fopen() sul tuo server. [Enable GZIP compression on your server.] => Attiva la compressione GZIP sul tuo server. [Some PrestaShop files are missing from your server.] => Alcuni dei files di PrestaShop mancano sul tuo 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!] => Stai utilizzando la versione %s di PHP. Presto, l'ultima versione supportata da PrestaShop sarà PHP 5.6. Per essere certo di essere pronto per il futuro, ci raccomandiamo di aggiornare adesso a PHP 5.6! [Enable the Apache mod_rewrite module] => Abilita il modulo Apache mod_rewrite [Unable to generate private keys using openssl_pkey_new. Check your OpenSSL configuration, especially the path to openssl.cafile.] => Impossibile generare chiavi private utilizzando openssl_pkey_new. Controlla la tua configurazione OpenSSL, in particolare il percorso di openssl.cafile. [Error: Could not write to file. Make sure that the correct permissions are set on the file %s] => Errore: non è stato possibile scrivere il file. Assicurati che il file %s abbia i permessi giusti [The "%tablename%" table does not exist.] => La tabella "%tablename%" non esiste. [The "%attribute%" attribute does not exist in the "%table%" table.] => L'attributo "%attribute%" non esiste nella tabella "%table%". [Undefined "%s" error] => Errore "%s" indefinito [The "*" operator cannot be used in a nested query.] => L'operatore "*" non può essere utilizzato in una query annidata. [The operator "%s" is incorrect.] => L'operatore “%s” usato non è corretto. [The "%operator%" operator is incorrect.] => L'operatore "%operator%" è errato. [The LIMIT clause must contain numeric arguments.] => La clausola LIMIT deve contenere argomenti numerici. [The "%reference%" reference does not exist in the "%table%" table.] => Il riferimento "%reference%" non esiste nella tabella "%table%". [When multiple tables are used, each attribute must refer back to a table.] => Quando si utilizzano multi tabelle, ogni attributo deve fare riferimento a una tabella. ["%key%" is an unauthorized keyword.] => "%key%" è una parola chiave non autorizzata. [The "%function%" function is not allowed.] => La funzione %function% non è permessa. [The limit chosen is larger than the server's maximum upload limit. Please increase the limits of your server.] => Il limite scelto è più grande limite massimo di upload del server. Si prega di aumentare i limiti del tuo server. [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.] => Il file caricato eccede la direttiva upload_max_filesize in php.ini. Se la configurazione del tuo server lo permette, puoi aggiungere nel tuo .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:] => Il file inviato supera la direttiva post_max_size nel file php.ini. Se la configurazione del server lo consente, è possibile aggiungere una direttiva in .htaccess, per esempio: [The uploaded file was only partially uploaded.] => Il file caricato è stato caricato solo parzialmente. [An error occurred while uploading / copying the file.] => Si è verificato un errore durante il caricamento e nella copia del file. [The extension of your file should be ".csv".] => L'estensione del tuo file deve essere ".csv". [The extension of your file should be .csv.] => L'estensione del tuo file deve essere .csv. [Error deleting] => Eliminazione dell'errore: [It appears the backup was successful, however you must download and carefully verify the backup file before proceeding.] => Sembra che il backup sia andato a buon fine, comunque devi scaricare e verificare con cura il file di backup prima di procedere. [The "Backups" directory located in the admin directory must be writable (CHMOD 755 / 777).] => La directory "Backups" collocata nella directory admin deve essere scrivibile (CHMOD 755 / 777). [The backup file does not exist] => Il file di backup non esiste [You cannot edit the SuperAdmin profile.] => Non puoi modificare il profilo dell'amministratore. [You cannot disable or delete the administrator account.] => Non puoi disattivare o cancellare l'account amministratore. [You cannot disable or delete your own account.] => Non puoi cancellare il tuo account [The employee must be associated with at least one shop.] => L'impiegato deve essere associato almeno ad un negozio. [The provided profile is invalid] => Il profilo fornito non è valido [Your current password is invalid.] => La tua password attuale non è valida. [No file was uploaded.] => Non è stato inviato alcun file [The import directory doesn't exist. Please check your file path.] => La directory di importazione non esiste. Controlla il percorso al file. [The import directory must be writable (CHMOD 755 / 777).] => La cartella di importazione deve essere modificabile (CHMOD 755 / 777). [The import file cannot be read.] => Impossibile leggere il file di importazione. [The Memcached server cannot be added.] => Impossibile aggiungere un server Memcache. [There was an error when attempting to delete the Memcached server.] => Errore nella cancellazione del server Memcache. [All caches cleared successfully] => Tutte le cache sono state ripulite con successo [For security reasons, you cannot delete the Administrator's profile.] => Per motivi di sicurezza, non puoi cancellare il profilo dell'amministratore. [Key length must be 32 character long.] => La lunghezza della chiave deve essere di 32 caratteri. [This key already exists.] => La chiave esiste già. [(you must install the [a]Memcache PECL extension[/a])] => (devi installare l'estensione [a]Memcache PECL [/a]) [(you must install the [a]Memcached PECL extension[/a])] => (devi istallare l'[a]Estensione Memcached PECL[/a]) [(you must install the [a]APC PECL extension[/a])] => (devi installare l'estensione [a]APC PECL [/a]) [(you must install the [a]Xcache extension[/a])] => (devi installare l'estensione [a]Xcache [/a]) [To proceed, please upload a file first.] => Per procedere, prima carica un file. [The locale must be installed] => La localizzazione deve essere installata [Key length must be %length% characters long.] => La lunghezza della chiave deve essere di %length% caratteri. [Only non-accented characters, numbers, and the following special characters are allowed: %allowed_characters%] => Sono consentiti solo caratteri non accentati, numeri e i seguenti caratteri speciali: %allowed_characters% [I have read the disclaimer. Please create a new backup.] => Ho letto le condizioni - Crea un nuovo Backup. [Disclaimer before creating a new backup] => Avviso prima di creare un nuovo backup [PrestaShop is not responsible for your database, its backups and/or recovery.] => PrestaShop non è responsabile per il database, il suo backup e/o ripristino dei dati. [PrestaShop is open-source software. You are using it at your own risk under the license agreement.] => PrestaShop è un software open-source, lo si utilizza a proprio rischio sotto il contratto di licenza. [You should back up your data on a regular basis (both files and database).] => Si consiglia un backup dei dati su base regolare (sia files che database). [This function only backs up your database, not your files.] => Questa funzione esegue il back up del database, non dei files. [By default, your existing database tables will be dropped during the backup recovery (see "Backup options" below).] => Di default il tuo database corrente viene sovrascritto durante un ripristino del backup (v. opzioni backup in basso). [Always verify the quality and integrity of your backup files!] => Verifica sempre la qualità e l'integrità dei tuoi file di Backup! [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.] => Verifica sempre che i tuoi Backup siano completi, aggiornati e validi.Anche se hai visto un messaggio di "successo" durante il processo di Backup. [Always check your data.] => Verifica sempre i tuoi dati. [Never restore a backup on a live site.] => Non ripristinare un Backup su un sito "pubblico". [Beginning the download ...] => Inizio del download... [Backup files should automatically start downloading.] => Il download dei file di Backup dovrebbe iniziare automaticamente. [If not,[1][2] please click here[/1]!] => Se no,[1][2] si prega di cliccare qui[/1]! [Are you sure you want to delete this entity:] => Sei sicuro di voler eliminare questa entità: [Note that the Category import does not support having two categories with the same name.] => Nota che l'importazione delle Categorie non consente di avere due categorie con lo stesso nome. [Note that you can have several products with the same reference.] => Nota che hai diversi prodotti con lo stesso numero di riferimento. [New features are available. Feel free to try them out!] => Sono disponibili nuove funzionalità. Sentiti libero di provarle! [Testing a feature before its official release can be exciting. However, you must be aware of the potential risks of such experiments:] => Testare una funzionalità prima del suo rilascio ufficiale può essere entusiasmante. Tuttavia, è necessario essere consapevoli dei potenziali rischi di tali esperimenti: [Experimental features are still under development. Enabling them could therefore have unintended consequences and cause data loss.] => Le funzionalità sperimentali sono ancora in fase di sviluppo. Abilitarle potrebbe quindi avere conseguenze indesiderate e causare la perdita di dati. [In any case, you should never experiment in production.] => In ogni caso, non dovresti mai fare esperimenti in un sito funzionante. [Are you sure you want to enable this experimental feature?] => Sei sicuro di voler abilitare questa funzionalità sperimentale? [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.] => Stai per abilitare una funzionalità che non è ancora stabile. Questo dovrebbe essere fatto solo in un ambiente di prova o con la piena conoscenza dei potenziali rischi. [Please choose a MySQL table] => Per favore scegli una tabella My [When saving the query, only the "SELECT" SQL statement is allowed.] => Quando si salva la query, è consentita solo la dichiarazione SQL "SELECT". [This SQL query has no result.] => Questa query SQL non ha risultati. [Do you really want to remove the server %serverIp%:%serverPort% ?] => Vuoi veramente rimuovere il server %serverIp%:%serverPort% ? [OK] => OK [Please fix the following error(s)] => Per favore correggi i seguenti errori [Checking files...] => Controllando i file... [Missing files] => File mancanti [Updated files] => Files aggiornati [Changed/missing files have been detected.] => Sono stati rilevati file mancanti/cambiati . [No change has been detected in your files.] => Non è stato trovato alcun cambiamento nei tuoi files. ) [AdminShippingNotification] => Array ( [Ranges are not correctly ordered:] => Le fasce non sono ordinate correttamente: [Reordering] => Riordinamento [Please validate the last range before creating a new one.] => Conferma l'ultima fascia prima di crearne una nuova. [Are you sure to delete this range ?] => Sei sicuro di voler cancellare questa fascia? [This range is not valid] => Questa fascia non è valida [Ranges are overlapping] => Gli intervalli si sovrappongono [Please select at least one zone] => Si prega di selezionare almeno una zona [Are you sure you want to delete the logo?] => Sei sicuro di voler eliminare il logo? [You do not have permission to use this wizard.] => Non hai i permessi per poter utilizzare la procedura guidata. [You must choose at least one shop or group shop.] => Devi selezionare almeno un negozio o un gruppo di negozi. [An error occurred while saving this carrier.] => Si è verificato un errore nel salvare questo corriere. [An error occurred while saving carrier groups.] => Si è verificato un errore nel salvare i gruppi di corrieri. [An error occurred while saving carrier zones.] => Si è verificato un errore nel salvare le zone di spedizione. [An error occurred while saving carrier ranges.] => Si è verificato un errore nel salvare le fasce di spedizione. [An error occurred while saving associations of shops.] => Si è verificato un errore nel salvare le associazioni ai negozi. [An error occurred while saving the tax rules group.] => Si è verificato un errore durante il salvataggio del gruppo di aliquote. [An error occurred while saving carrier logo.] => Si è verificato un errore nel salvare il logo del corriere. [An error occurred while updating carrier information.] => Si è verificato un errore nell'aggiornamento delle informazioni sul corriere. [An error occurred while updating the free shipping status.] => Si è verificato un errore durante l'aggiornamento dello stato della spedizione gratuita. ) [ModulesContactinfoAdmin] => Array ( [Contact information] => Informazioni di contatto [Allows you to display additional information about your store's customer service.] => Ti consente di mostrare informazioni supplementari sul servizio clienti del tuo negozio. [Your theme needs to be compatible with this feature] => Il tuo tema deve essere compatibile con questa funzionalità [Let your customers know how to reach you, display contact information on your store.] => Fai sapere ai tuoi clienti come contattarti, mostra le informazioni di contatto sul tuo negozio. ) [ModulesViewedproductAdmin] => Array ( [Viewed products block] => Blocco prodotti visti [Display a kind of showcase on your product pages with recently viewed products.] => Mostra una sorta di vetrina sulle pagine dei tuoi prodotti con i prodotti visualizzati di recente. [You must fill in the 'Products displayed' field.] => È necessario compilare il campo "prodotti esposti". [Invalid number.] => Numero non valido. [Products to display] => Prodotti da visualizzare [Define the number of products displayed in this block.] => Definisci il numero di prodotti esposti in questo blocco. ) [AdminLoginFeature] => Array ( [Log in] => Entra [Stay logged in] => Resta connesso [I forgot my password] => Ho dimenticato la mia password [Reset your password] => Reimposta la tua password [New password] => Nuova password [Confirm new password] => Conferma nuova password [Confirm password] => Conferma la password [Reset password] => Reimposta password [Send reset link] => Invia link di reset ) [ModulesCustomersigninAdmin] => Array ( [Customer "Sign in" link] => Link "Accesso" cliente [Make your customers feel at home on your store, invite them to sign in!] => Fai sentire i tuoi clienti a casa nel tuo negozio, invitali a entrare! [%firstname% %lastname%] => %firstname% %lastname% ) [ShopThemeCategory] => Array ( [Subcategories] => Sotto-categorie ) [AdminNotificationsSuccess] => Array ( [Successful update] => Aggiornamento riuscito [Update successful] => Aggiornato con successo [The thumbnails were successfully regenerated.] => Miniature rigenerate. [Successful upload.] => Caricamento riuscito. [Duplication was completed successfully.] => Duplicazione riuscita con successo. [The selected images have successfully been moved.] => Le immagini selezionate sono state spostate con successo. [Your cover image selection has been saved.] => La selezione della tua immagine di copertina è stata salvata. [The image's shop association has been modified.] => L'associazione delle immagini del negozio è stata modificata. [A zone has been assigned to the selection successfully.] => Zona assegnata alla selezione con successo. [Successful upgrade.] => Aggiornamento riuscito. [The status has been updated successfully.] => Status aggiornato. [Settings updated] => Impostazioni aggiornate [The settings have been updated.] => Le impostazioni sono state aggiornate. [Configuration updated] => Configurazione aggiornata [Successful update.] => Aggiornamento riuscito. [Successful deletion.] => Cancellazione avvenuta con successo. [Successful deletion] => Eliminazione riuscita [Successfully overwrote email templates for theme %s with locale %s] => Sovrascrittura riuscita dei modelli di email per il tema %s con le impostazioni locali %s [Successfully generated email templates for theme %s with locale %s] => Generazione riuscita dei modelli di email per il tema %s con le impostazioni locali %s [Email theme configuration saved successfully] => Configurazione del tema email salvata con successo [Test email for layout %layout% was successfully sent to %email%] => L'email di prova per il layout %layout% è stata inviata con successo a %email% [The settings have been successfully updated.] => Le impostazioni sono state aggiornate con successo. [Your theme has been correctly exported: %path%] => Il tuo tema è stato esportato correttamente: %path% [The selection has been successfully deleted] => Selezione cancellata con successo [The status has been successfully updated.] => Lo status è stato aggiornato con successo. [Image successfully deleted.] => Immagine cancellata con successo. [The image was successfully deleted.] => Immagine cancellata con successo. [Successful duplication] => Duplicazione effettuata con successo [Your store context has been automatically modified.] => Il contesto del tuo negozio è stato modificato automaticamente. [Update successful.] => Aggiornato con successo. [Successful creation] => Creazione riuscita [Comment successfully added.] => Commento aggiunto con successo. [The selection has been successfully deleted.] => Selezione cancellata. [Your symbol and format customizations have been successfully reset for this language.] => Le tue personalizzazioni per questa lingua di simbolo e formato sono state reimpostate con successo. [Settings updated.] => Impostazioni aggiornate. [The product was successfully added.] => Il prodotto è stato aggiunto con successo. [The product was successfully removed.] => Il prodotto è stato rimosso con successo. [[1] products were successfully added.] => [1] prodotti sono stati aggiunti con successo. [[1] products were successfully removed.] => [1] prodotti sono stati rimossi con successo. ) [AdminOrderscustomersHelp] => Array ( [You can add a comment here.] => Puoi aggiungere un commento qui [View details on the customer page] => Maggiori informazioni sulla pagina cliente [View details on the order page] => Maggiori informazioni sulla pagina ordini [Would you like to allow merchandise returns in your shop?] => Vuoi attivare o meno la restituzione della merce? [How many days after the delivery date does the customer have to return a product?] => Quanti giorni successivamente alla data di consegna il cliente può effettuare una restituzione? [Prefix used for return name (e.g. RE00001).] => Prefisso utilizzato per il nome restituzione (es. RE00001). [Merchandise return (RMA) status.] => Stato restituzione merce (RMA). [List of products in return package.] => Elenco dei prodotti nel pacco di restituzione. [The link is only available after validation and before the parcel gets delivered.] => Il link è disponibile solamente dopo la convalida e prima della spedizione del pacco. [This customer will receive your newsletter via email.] => Questo cliente riceverà la tua newsletter via email. [Password should be at least %length% characters long.] => La password deve essere lunga almeno %length% caratteri. [Only letters and the dot (.) character, followed by a space, are allowed.] => Sono consentite solo lettere e il punto (.), seguito da uno spazio. [Enable or disable customer login.] => Autorizza o meno questo cliente a connettersi. [This customer will receive your ads via email.] => Questo cliente riceverà le tue pubblicità via email. [Select all the groups that you would like to apply to this customer.] => Seleziona tutti i gruppi in cui includere il cliente. [This group will be the user's default group.] => Questo gruppo sarà il gruppo di default dell'utente. [Only the discount for the selected group will be applied to this customer.] => Solo lo sconto per il gruppo selezionato sarà applicato per questo cliente. [Valid characters:] => Caratteri validi: [Maximum number of days to return a product after the delivery date.] => Numero massimo di giorni per restituire un prodotto dopo la data di consegna. [Prefix used for merchandise returns (e.g. RE00001).] => Prefisso utilizzato per i resi merce (es. RE00001). [Prefix used for credit slips.] => Prefisso usato per le Note di Credito. [Prefix used for delivery slips.] => Prefisso utilizzato per le bolle di accompagnamento. [The next delivery slip will begin with this number and then increase with each additional slip.] => La prossima nota di consegna inizierà con questo numero, e poi aumenterà con ciascuna nota. [Add an image before the product name on delivery slips.] => Aggiungi un'immagine prima del nome del prodotto nella bolla di consegna. [Format: %s (inclusive).] => Formato: %s (inclusa). [If required, show the total amount per rate of the corresponding tax.] => Se necessario, indica l'importo totale per ogni aliquota della tassa corrispondente. [Freely definable prefix for invoice number (e.g. #IN00001).] => Prefisso definibile liberamente per il numero di fattura (es. #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%).] => La prossima fattura inizierà con questo numero e aumenterà ad ogni nuova fattura. Imposta a 0 se vuoi mantenere quello attuale (che è il n°%number%). [This text will appear at the bottom of the invoice, below your company details.] => Questo testo apparirà nella parte inferiore delle fattura, sotto i dettagli della tua azienda. [Saves memory but slows down the PDF generation.] => Risparmia memoria ma rallenta la generazione del PDF. [When enabled, your customers will receive an invoice for the purchase.] => Se abilitato, i clienti riceveranno una fattura per il loro acquisto. [Adds an image in front of the product name on the invoice.] => Aggiunge nella fattura un'immagine davanti al nome del prodotto. [Use this field to show additional information on the invoice such as specific legal information. It will be displayed below the payment methods summary.] => Usa questo campo per mostrare delle informazioni supplementari nella fattura, come delle specifiche informazioni di carattere legale. Esse appariranno sotto il riepilogo dei metodi di pagamento. [Choose an invoice model] => Scegli un modello fattura [Required fields apply to the customer's registration form, you should check the address formats in [1]International > Locations > Countries[/1] before.] => I campi obbligatori si applicano al modulo di registrazione del cliente, è necessario verificare prima i formati dell'indirizzo in [1]Internazionale > Località > Nazioni[/1]. [Select the fields you would like to be required for this section.] => Selezionare i campi che desideri siano richiesti per questa sezione. [Please make sure you are complying with the opt-in legislation applicable in your country.] => Verifica che tu stia rispettando la legislazione opt-in in vigore nel tuo paese. [[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]Assicurati[/1] di abilitare le offerte dei partner nella sezione [2]Parametri negozio > Impostazioni cliente[/2] del back office prima di richiederle. In caso contrario, i nuovi clienti non saranno in grado di creare un account e di [1]procedere[/1] al pagamento. [This feature generates a random password before sending an email to your customer.] => Questa opzione genera una password casuale e spedisce una email al cliente. [This note will be displayed to all employees but not to customers.] => Questa nota sarà mostrata a tutti i dipendenti ma non al cliente. [Format: 2011-12-31 (inclusive).] => Formato: 2011-12-31 (incluso). [You can also export orders which have not been charged yet.] => Puoi anche esportare gli ordini che non sono ancora cambiati [If enabled, your customers will receive an invoice for the purchase.] => Se abilitato, i clienti riceveranno una fattura per il loro acquisto. [Adds an image in front of the product name on the invoice] => Aggiunge nella fattura un'immagine davanti al nome del prodotto [Use this field to show additional information on the invoice, below the payment methods summary (like specific legal information).] => Utilizza questo campo per mostrare nella fattura, sotto il riepilogo dei metodi di pagamento, alcune informazioni supplementari (come delle informazioni legali specifiche). [Choose an invoice model.] => Scegli un modello fattura. [Search for an existing product by typing the first letters of its name.] => Cerca un prodotto esistente digitando le prime lettere del nome. [Search for an existing customer by typing the first letters of his/her name.] => Cerca un cliente esistente digitando le prime lettere del suo nome. [Use OR to broaden your search] => Usa la funzione OR per allargare la ricerca [Do not forget to update your exchange rate before making this change.] => Non ti dimenticare di aggiornare il tasso di cambio prima di effettuare questa modifica. [(Max %amount_refundable% %tax_method%)] => (Max %amount_refundable% %tax_method%) ) [ShopNotificationsSuccess] => Array ( [Address successfully deleted.] => Indirizzo cancellato con successo. [Address successfully updated.] => Indirizzo aggiornato con successo. [Address successfully added.] => Indirizzo aggiunto con successo. [Information successfully updated.] => Informazioni aggiornate con successo. [Your guest account has been successfully transformed into a customer account. You can now log in as a registered shopper.] => Il tuo account ospite è stato trasformato con successo in un account cliente. Ora è possibile effettuare il login come acquirente registrato. [Message successfully sent] => Messaggio inviato con successo [If this email address has been registered in our shop, you will receive a link to reset your password at %email%.] => Se questo indirizzo email è registrato nel nostro negozio, riceverai su %email% un link per reimpostare la tua password. [Your password has been successfully reset and a confirmation has been sent to your email address: %s] => La tua password è stata reimpostata con successo, ed è stata inviata una conferma al tuo indirizzo email: %s [If this email address has been registered in our store, you will receive a link to reset your password at %email%.] => Se questo indirizzo email è registrato nel nostro negozio, riceverai su %email% un link per reimpostare la tua password. [No addresses are available.] => Non ci sono indirizzi disponibili. ) [AdminModulesFeature] => Array ( [RTL Module] => Modulo RTL [Manage hooks] => Gestisci i punti di collegamento [Toggle dropdown] => Attiva/disattiva menu a discesa [Administration] => Amministrazione [Advertising & Marketing] => Pubblicità & Marketing [Analytics & Stats] => Analytics & Statistiche [Taxes & Invoicing] => Tasse e fatturazione [Checkout] => Processo di acquisto [Content Management] => Gestione contenuti [Customer Reviews] => Recensioni dei Clienti [Front office Features] => Funzionalità del Front Office [Internationalization & Localization] => Internazionalizzazione & Localizzazione [Merchandising] => Merchandising [Migration Tools] => Strumenti di migrazione [Payments & Gateways] => Pagamenti & Gateway [Site certification & Fraud prevention] => Certificazione sito e protezione da truffe [Pricing & Promotion] => Prezzi & Promozioni [Quick / Bulk update] => Aggiornamento rapido / cumulativo [Shipping & Logistics] => Spedizione e Logistica [Slideshows] => Slideshow [Comparison site & Feed management] => Sito di comparazione e gestione feedback [Marketplace] => Marketplace [Other Modules] => Altri moduli [Emailing & SMS] => Email & SMS [Social Networks] => Social network [Social & Community] => Social & Community [Enable Mobile] => Abilita versione Mobile [Disable Mobile] => Disabilita versione Mobile [Module manager] => Gestione moduli [Delete] => Elimina [Module notifications] => Notifiche modulo [Discover] => Scopri [PrestaShop Addons Marketplace] => Marketplace di PrestaShop Addons [Exit to PrestaShop Addons Marketplace] => Vai al Marketplace PrestaShop Addons [See all results for your search on] => Vedi tutti i risultati della tua ricerca su [v%version% - by %author%] => v%version% di %author% [Service by %author%] => Servizio di %author% [Upgrade available] => Aggiornamento disponibile [Recently used] => Usati di recente [All categories] => Tutte le categorie [Installed modules] => Moduli installati [Disabled modules] => Moduli disabilitati [Show all modules] => Mostra tutti i moduli [Enabled modules] => Moduli abilitati [Uninstalled modules] => Moduli disinstallati [You do not have module in « %categoryName% ».] => Non hai un modulo in «%categoryName%». [Recently Used] => Usati di Recente [Disable module?] => Disabilito il modulo? [Uninstall module?] => Disinstallo il modulo? [Reset module?] => Reimposto il modulo? [Yes, disable it] => Sì, disabilitalo [Yes, uninstall it] => Sì, disinstallalo [Yes, reset it] => Sì, reimpostalo [Optional: delete module folder after uninstall.] => Opzionale: cancella la cartella del modulo dopo la disinstallazione. [Bulk action confirmation] => Conferma azione massiva [Yes, I want to do it] => Sì, voglio farlo [Upload a module] => Carica un modulo [Drop your module archive here or [1]select file[/1]] => Trascina qui il tuo archivio del modulo o [1]seleziona un file[/1] [Free] => Gratis [v%version% by %author%] => v%version% di %author% [Overview] => Panoramica [Additional information] => Dati supplementari [Benefits] => Benefits [Features] => Funzioni [Demo video] => Video dimostrativo [Changelog] => Changelog [Multistore compatibility:] => Compatibilità multinegozio [This module is compatible with the multistore feature. It can be either:] => Questo modulo è compatibile con la funzione multinegozio. Può essere: [configured differently from one store to another;] => configurato in modo differente da un negozio all'altro; [configured quickly in the same way on all stores thanks to the all shops context or to the group of shops;] => configurato rapidamente alla stessa maniera per tutti i negozi grazie al contesto per tutti i negozi o per un gruppo di negozi; [or even activated for one store and deactivated for another.] => o persino attivato in un negozio e disattivato in un altro. [This module is partially compatible with the multistore feature. Some of its options might not be available.] => Questo modulo è parzialmente compatibile con la funzione multinegozio. Alcune delle sue opzioni potrebbero non essere disponibili. [This module is not compatible with the multistore feature because it would not be useful.] => Questo modulo non è compatibile con la funzionalità multinegozio perché non sarebbe utile. [This module is not compatible with the multistore feature. It means that its configuration applies to all stores.] => Questo modulo non è compatibile con la funzione multistore. Ciò significa che la sua configurazione si applica a tutti i negozi. [%nbModules% modules and services selected for you] => %nbModules% moduli e servizi selezionati per te [Selection] => Selezione [Increasing Price] => Prezzo in salita [Decreasing Price] => Prezzo in discesa [Popularity] => Popolarità [%nbModules% modules to configure] => %nbModules% moduli da configurare [Modules to configure] => Moduli da configurare [%nbModules% modules to update] => %nbModules% moduli da aggiornare [Modules to update] => Moduli da aggiornare [Upgrade All] => Aggiorna Tutto ) [ModulesProductcommentsShop] => Array ( [Deleted account] => Account eliminato [You need to be [1]logged in[/1] or [2]create an account[/2] to post your review.] => Devi avere [1]effettuato l'accesso[/1] o [2]creato un account[/2] per inserire la tua recensione. [You are not allowed to post a review at the moment, please try again later.] => Al momento non puoi scrivere una recensione, si prega di riprovare più tardi. [Title cannot be empty] => Il campo titolo non può essere vuoto [Title cannot be more than %s characters] => Il titolo non può superare i %s caratteri [Customer name cannot be empty] => Il nome del cliente non può essere vuoto [Customer name cannot be more than %s characters] => Il nome del cliente non può essere più lungo di %s caratteri [Criterions not available] => Criteri non disponibili [You need to be logged in to report a review.] => Devi aver effettuato l'accesso per segnalare una recensione. [You already reported this review as abusive.] => Hai già segnalato una recensione come aggressiva. [Cannot find the requested product review.] => Impossibile trovare la recensione del prodotto richiesta. [This feature is not enabled.] => Questa funzione non è abilitata. [You need to be [1]logged in[/1] or [2]create an account[/2] to give your appreciation of a review.] => Devi avere [1]effettuato l'accesso[/1] o [2]creato un account[/2] per dare l'apprezzamento a una recensione. [OK] => OK [Grade] => Valutazione [No] => No [Yes] => Sì [Be the first to write your review] => Scrivi per primo una recensione [No customer reviews for the moment.] => Ancora nessuna recensione da parte degli utenti. [Sorry, your review cannot be posted.] => Spiacenti, la recensione non può essere inviata. [Title] => Titolo [Your name] => Il tuo nome [Review] => Recensione [Required fields] => Campi richiesti [Cancel] => Annulla [Send] => Invia [Your comment has been submitted and will be available once approved by a moderator.] => Il tuo commento è stato acquisito e sarà disponibile dopo l'approvazione da parte di un moderatore. [Your comment has been added!] => Il tuo commento è stato aggiunto! [Review sent] => Recensione inviata [Your review cannot be sent] => Non è stato possibile inviare la tua recensione [Please choose a rating for your review.] => Scegli una valutazione per la tua recensione. [Write your review] => Scrivi la tua recensione [Read user reviews] => Leggi recensioni dei clienti [By %1$s] => Da %1$s [Report abuse] => Segnala abuso [Sorry, your review appreciation cannot be sent.] => Spiacenti, il tuo giudizio sulla recensione non può essere inviato. [Sorry, your abuse report cannot be sent.] => Spiacenti, non è stato possibile inviare la tua segnalazione di un abuso. [Comments] => Commenti [Your review appreciation cannot be sent] => Non è stato possibile inviare il tuo giudizio sulla recensione [Report comment] => Segnala commento [Are you sure that you want to report this comment?] => Sei sicuro di voler segnalare questo commento? [Report sent] => Segnalazione inviata [Your report has been submitted and will be considered by a moderator.] => La tua segnalazione è stata inviata e sarà esaminata da un moderatore. [Your report cannot be sent] => Non è stato possibile inviare la tua segnalazione ) [ModulesDistributionapiclientAdmin] => Array ( [Distribution API Client] => Client API di distribuzione [Download and upgrade PrestaShop's native modules.] => Scarica e aggiorna i moduli nativi di PrestaShop. ) [ModulesCrosssellingShop] => Array ( [Customers who bought this product also bought:] => I clienti che hanno acquistato questo prodotto hanno comprato anche: ) [ModulesGridhtmlAdmin] => Array ( [Simple HTML table display] => Semplice tabella di visualizzazione HTML [Just allow statistics to be displayed (and therefore analyzed) on your back office.] => Consenti solo la visualizzazione (e quindi l'analisi) delle statistiche sul tuo back office. ) [ModulesSpecialsShop] => Array ( [On sale] => In saldo [All sale products] => Tutti i prodotti in vendita ) [AdminNotificationsError] => Array ( [Unable to update settings.] => Impossibile aggiornare impostazioni. [There is %d error.] => C'è %d errore. [There are %d errors.] => Ci sono %d errori. [There are %d warnings.] => Ci sono %d avvisi. [%1$s on line %2$s in file %3$s] => %1$s alla linea %2$s nel file %3$s [This class name does not exist.] => Il nome di questa classe non esiste. [This property does not exist in the class or is forbidden.] => Questa proprietà non esiste nella classe o è vietato. [This association has too many elements.] => Questa associazione contiene troppi nomi chiave. [This name is not allowed.] => Questo nome non è consentito. [Syntax error with this pattern.] => Errore di sintassi con questo modello. [This key has already been used.] => Questo tasto è usato troppe volte (è consentito una volta). [The %s field (in tab %s) is required.] => Il campo %s (nella scheda %s) è obbligatorio. [[%s] is not a valid configuration key] => [%s] non è una chiave di configurazione valida [Cannot parse feed.] => Impossibile recuperare il flusso! [No default currency] => Nessuna valuta di default individuata! [The email is already used, please choose another one] => Questa email è già utilizzata, ti preghiamo di sceglierne un'altra [Could not load cart id=%s] => Non è stato possibile caricare il carrello id=%s [No files were uploaded.] => Nessun file è stato caricato. [Source file does not exist or is empty.] => Il file sorgente non esiste oppure è vuoto. [File has an invalid extension, it should be one of these: %s.] => Il file ha un'estensione non valida, che dovrebbe essere una di queste: %s. [Image is too large (%1$d kB). Maximum allowed: %2$d kB] => L'immagine è troppo grande (%1$d kB). Massimo permesso: %2$d kB [Image format not recognized, allowed formats are: .ico] => formato di immagine non riconosciuto; i formati autorizzati sono: .ico [Error while uploading image; please change your server's settings.] => Errore durante il caricamento dell'immagine: si prega di modificare le impostazioni del server. [Cannot generate emails because the Symfony container is unavailable.] => Impossibile generare delle email perché il contenitore Symfony è inesistente. [Cannot generate email templates: %s.] => Impossibile generare le template delle email: %s. [Cannot scan root directory] => Impossibile analizzare la directory principale [Cannot scan "override" directory] => Impossibile esaminare la directory override [File %2$s (in directory %1$s)] => File %2$s (nella directory %1$s) [Property %s is empty.] => La proprietà %s è vuota. [Property %1$s has a bad value (allowed values are: %2$s).] => La proprietà %1$s ha un valore errato (i valori permessi sono: %2$s). [Your entry in field %1$s (language %2$s) exceeds max length %3$d chars (incl. html tags).] => La voce nel campo %1$s (lingua %2$s) eccede la lunghezza massima di %3$d caratteri (incl. i tag html). [The length of property %1$s is currently %2$d chars. It must be between %3$d and %4$d chars.] => La lunghezza della proprietà %1$s è attualmente di %2$d caratteri. Essa deve essere compresa tra %3$d e %4$d caratteri. [Validation function not found: %s.] => Funzione di validazione non trovata: %s. [Property %s is not valid] => La proprietà %s non è valida [is required.] => richiesti [%1$s is too long. Maximum length: %2$d] => %1$s è troppo lungo. Lunghezza massima: %2$d [The range of property %1$s is currently %2$d. It must be between %3$d and %4$d.] => L'intervallo della proprietà %1$s è attualmente di %2$d caratteri. Essa deve essere compresa tra %3$d e %4$d caratteri. [Error on image caption: "%1s" is not a valid caption.] => Errore nella didascalia immagine: "%1s" non è una didascalia valida. [Fatal error] => Errore fatale [Server file size is different from local file size] => La dimensione del file sul server differisce da quella del file locale [The uploaded file exceeds %s] => Il file caricato supera i %s [The uploaded file was only partially uploaded] => Il file è stato parzialmente inviato. [No file was uploaded] => Nessun file è stato caricato [Missing temporary folder] => Cartella temporanea assente [Failed to write file to disk] => Impossibile scrivere il file sul disco [A PHP extension stopped the file upload] => Un'estensione PHP ha fermato il caricamento del file [Filetype not allowed] => Tipo di file non consentito [The 'From' date format is invalid (YYYY-MM-DD)] => La data di inizio non è valida (formato AAAA-MM-GG) [The 'To' date format is invalid (YYYY-MM-DD)] => La data di fine non è valida (formato AAAA-MM-GG) [An error occurred while attempting to delete the image. (cannot load object).] => Si è verificato un errore durante il tentativo di eliminare l'immagine (impossibile caricare l'oggetto). [You cannot delete this item.] => Non puoi cancellare questo elemento. [field %s is required.] => il campo %s è richiesto. [The option selected in the %s field is invalid.] => L'opzione selezionata nel campo %s non è valida. [Cannot add configuration %s] => Non è possibile aggiungere la configurazione %s [The field %field_name% is required at least in %lang%.] => Il campo %field_name% è richiesto almeno in %lang%. [%s: Incorrect value] => %s: Valore errato [Can't update #%id% status] => Impossibile aggiornare lo stato n. %id% [An error occurred while assigning a zone to the selection.] => Si è verificato un errore durante l'assegnazione di una zona alla selezione. [You must select at least one element to assign a new zone.] => Devi selezionare almeno un elemento per assegnare una nuova zona. [You need at least 1 object.] => Devi avere almeno 1 oggetto. [The uploaded file exceeds the post_max_size directive in php.ini] => Il file caricato supera il valore massimo consentito per post_max_size in php.ini [File is too big. Current size is %1s, maximum size is %2s.] => File troppo grande. La dimensione corrente è %1s, la massima dimensione è %2s. [The uploaded file exceeds the upload_max_filesize directive in php.ini] => Il file inviato supera la dimensione massima autorizzata. [file (%s) not writable] => il file (%s) non è scrivibile [directory (%s) not writable] => la directory (%s) non è scrivibile [The file you are trying to upload is %2$d KB, which is larger than the maximum size allowed of %1$d KB.] => Il file che stai cercando di caricare è di %2$d KB, che è superiore alla massima dimensione consentita di %1$d KB. [Failed to update the position.] => Impossibile aggiornare la posizione. [The object cannot be loaded.] => Impossibile caricare l'oggetto [Invalid message] => Messaggio non valido [Invalid message.] => Messaggio non valido. [Address format invalid] => Formato indirizzo non valido [An error occurred during the file upload process.] => Si è verificato un errore durante l'invio del file. [Failed to update the status] => Impossibile aggiornare lo stato [Unknown error.] => Errore sconosciuto. [Incorrect value for "Depends on stock" for product %name%] => Valore errato per "Dipende dalla disponibilità" per il prodotto %name% [There is one error.] => C'è un errore. [There are several errors.] => Ci sono diversi errori. [Email is empty.] => Indirizzo email mancante. [Invalid email address.] => E-mail non valida. [The password field is blank.] => Il campo password è vuoto. [Invalid password.] => Password non valida. [File upload was not completed.] => L'upload del file non è stato completato. [No valid value for field exceptions has been defined.] => Valore del campo eccezioni non corretto. [An error occurred while transplanting the module to its hook.] => Si è verificato un errore durante lo spostamento del collegamento. [Page not found] => Pagina non trovata [You do not have permission to view this.] => Non hai i permessi per visualizzare questo. [An error occurred while copying the image.] => Si è verificato un errore durante la copia dell'immagine. [An error occurred while attempting to create a new folder.] => È verificato un errore durante la creazione di nuova cartella [An error occurred while copying this image: %s] => Si è verificato un errore durante la copia di questa immagine: %s [Error while updating the status.] => Errore durante l'aggiornamento dello stato. [Invalid file name] => Nome di file non valido [You cannot delete all of the items.] => Non puoi cancellarli tutti. [Cannot retrieve file.] => Non è possibile recuperare il file. [Invalid name for %s language] => Nome non valido per la lingua %s [The name for %1s language is too long (%2d chars max).] => Il nome per la lingua %1s è troppo lungo (massimo %2d caratteri). [Invalid file extension] => Estensione di file non valida [The file name is too long.] => Dimensione del nome del file troppo lunga. [Invalid file] => File non valido [Invalid date range] => Intervallo di date non valido [An error occurred while updating the image.] => Si è verificato un errore durante l'aggiornamento dell'immagine. [An error occurred while linking the object %table_name% to categories.] => Si è verificato un errore durante il collegamento dell'oggetto %table_name% alle categorie. [The object cannot be loaded. ] => Impossibile caricare l'oggetto. [The %name% field is required.] => Il campo %name% è obbligatorio. [The %1$s field (%2$s) is invalid.] => Il campo %1$s (%2$s) non è valido. [The tags list (%s) is invalid.] => La lista di Tags (%s) non è valida. [An error occurred while copying this image:] => Si è verificato un errore durante la copia di questa immagine: [You need at least one object.] => Devi mantenere almeno un oggetto. [An error occurred while creating an object.] => Si è verificato un errore durante la creazione dell'oggetto. [An error occurred during deletion.] => Si è verificato un errore durante la cancellazione. [You cannot delete or disable the last shop group.] => Non è possibile eliminare o disattivare l'ultimo gruppo negozi. [You cannot delete or disable a shop group in use.] => Non puoi eliminare o disattivare un gruppo negozi in uso. [You cannot disable the Main URL.] => Non puoi disattivare l'URL principale. [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.] => Non è possibile modificare un URL principale in un URL non principale. Devi prima impostare un altro URL come URL principale per il negozio selezionato. [A shop URL that uses this domain already exists.] => Esiste già un URL negozio che utilizza questo dominio. [A shop virtual URL cannot be "%URL%"] => L'URL virtuale di un negozio non può essere "%URL%" [A Zip/Postal code is required.] => È richiesto un CAP. [The Zip/Postal code is invalid.] => Il CAP non è valido. ["%type%" does not exist.] => "%type%" non esiste. [Directory "%folder%" cannot be created] => Impossibile creare la cartella %folder% [File "%file%" cannot be created] => Impossibile creare il file %file% [Cannot write this file: "%folder%"] => Impossibile scrivere questo file: “%folder%” [This file must be writable: %file%] => Questo file deve essere scrivibile: %file% [No file has been selected.] => Nessun file selezionato. [The server does not have permissions for writing.] => Il server non dispone di permessi per la scrittura. [Please check rights for %file%] => Per favore controlla i permessi per %file% [This file must be writable:] => Questo file deve essere modificabile: [Fatal error: The module directory does not exist.] => Errore fatale: la directory che contiene i moduli non è presente. [Error while uploading image; please change your server's settings. (Error code: %s)] => Errore durante il caricamento dell'immagine, è necessario cambiare le impostazioni del server. (Codice errore: %s) [%s is invalid. Please enter an integer greater than %s.] => %s non è valido. Inserisci un numero intero maggiore di %s. [An error occurred while attempting to upload the file.] => Errore nel caricamento del file. [Maximum depth: Invalid number.] => Profondità massima: numero non valido. [Please fill out all fields.] => Per favore compila tutti i campi. [An error occurred on saving.] => Si è verificato un errore durante il salvataggio. [To use

Offerte

Prodotto aggiunto ai preferiti