^ CategoryController {#61
  #context: Context {#13
    +cart: null
    +customer: Customer {#49
      +id: null
      +id_lang: null
      #lang_associated: null
      +id_shop: null
      +id_shop_list: []
      #get_shop_from_context: true
      #table: "customer"
      #identifier: "id_customer"
      #fieldsRequired: array:4 [
        0 => "lastname"
        1 => "firstname"
        2 => "email"
        3 => "passwd"
      ]
      #fieldsSize: array:6 [
        "lastname" => 255
        "firstname" => 255
        "email" => 255
        "passwd" => 255
        "note" => 65000
        "reset_password_token" => 40
      ]
      #fieldsValidate: array:27 [
        "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: []
      #fieldsSizeLang: []
      #fieldsValidateLang: []
      #tables: []
      #webserviceParameters: array:3 [
        "objectMethods" => array:2 [
          "add" => "addWs"
          "update" => "updateWs"
        ]
        "fields" => array:8 [
          "id_default_group" => array:1 [
            "xlink_resource" => "groups"
          ]
          "id_lang" => array:1 [
            "xlink_resource" => "languages"
          ]
          "newsletter_date_add" => []
          "ip_registration_newsletter" => []
          "last_passwd_gen" => array:1 [
            "setter" => null
          ]
          "secure_key" => array:1 [
            "setter" => null
          ]
          "deleted" => []
          "passwd" => array:1 [
            "setter" => "setWsPasswd"
          ]
        ]
        "associations" => array:1 [
          "groups" => array:1 [
            "resource" => "group"
          ]
        ]
      ]
      #image_dir: null
      #image_format: "jpg"
      #translator: null
      #def: array:4 [
        "table" => "customer"
        "primary" => "id_customer"
        "fields" => array:32 [
          "secure_key" => array:3 [
            "type" => 3
            "validate" => "isMd5"
            "copy_post" => false
          ]
          "lastname" => array:4 [
            "type" => 3
            "validate" => "isCustomerName"
            "required" => true
            "size" => 255
          ]
          "firstname" => array:4 [
            "type" => 3
            "validate" => "isCustomerName"
            "required" => true
            "size" => 255
          ]
          "email" => array:4 [
            "type" => 3
            "validate" => "isEmail"
            "required" => true
            "size" => 255
          ]
          "passwd" => array:4 [
            "type" => 3
            "validate" => "isHashedPassword"
            "required" => true
            "size" => 255
          ]
          "last_passwd_gen" => array:2 [
            "type" => 3
            "copy_post" => false
          ]
          "id_gender" => array:2 [
            "type" => 1
            "validate" => "isUnsignedId"
          ]
          "birthday" => array:2 [
            "type" => 5
            "validate" => "isBirthDate"
          ]
          "newsletter" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "newsletter_date_add" => array:2 [
            "type" => 5
            "copy_post" => false
          ]
          "ip_registration_newsletter" => array:2 [
            "type" => 3
            "copy_post" => false
          ]
          "optin" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "website" => array:2 [
            "type" => 3
            "validate" => "isUrl"
          ]
          "company" => array:2 [
            "type" => 3
            "validate" => "isGenericName"
          ]
          "siret" => array:2 [
            "type" => 3
            "validate" => "isGenericName"
          ]
          "ape" => array:2 [
            "type" => 3
            "validate" => "isApe"
          ]
          "outstanding_allow_amount" => array:3 [
            "type" => 4
            "validate" => "isFloat"
            "copy_post" => false
          ]
          "show_public_prices" => array:3 [
            "type" => 2
            "validate" => "isBool"
            "copy_post" => false
          ]
          "id_risk" => array:3 [
            "type" => 1
            "validate" => "isUnsignedInt"
            "copy_post" => false
          ]
          "max_payment_days" => array:3 [
            "type" => 1
            "validate" => "isUnsignedInt"
            "copy_post" => false
          ]
          "active" => array:3 [
            "type" => 2
            "validate" => "isBool"
            "copy_post" => false
          ]
          "deleted" => array:3 [
            "type" => 2
            "validate" => "isBool"
            "copy_post" => false
          ]
          "note" => array:3 [
            "type" => 6
            "size" => 65000
            "copy_post" => false
          ]
          "is_guest" => array:3 [
            "type" => 2
            "validate" => "isBool"
            "copy_post" => false
          ]
          "id_shop" => array:3 [
            "type" => 1
            "validate" => "isUnsignedId"
            "copy_post" => false
          ]
          "id_shop_group" => array:3 [
            "type" => 1
            "validate" => "isUnsignedId"
            "copy_post" => false
          ]
          "id_default_group" => array:2 [
            "type" => 1
            "copy_post" => false
          ]
          "id_lang" => array:3 [
            "type" => 1
            "validate" => "isUnsignedId"
            "copy_post" => false
          ]
          "date_add" => array:3 [
            "type" => 5
            "validate" => "isDate"
            "copy_post" => false
          ]
          "date_upd" => array:3 [
            "type" => 5
            "validate" => "isDate"
            "copy_post" => false
          ]
          "reset_password_token" => array:4 [
            "type" => 3
            "validate" => "isSha1"
            "size" => 40
            "copy_post" => false
          ]
          "reset_password_validity" => array:3 [
            "type" => 5
            "validate" => "isDateOrNull"
            "copy_post" => false
          ]
        ]
        "classname" => "Customer"
      ]
      #update_fields: null
      +force_id: false
      +id_shop_group: null
      +secure_key: null
      +note: null
      +id_gender: 0
      +id_default_group: 3
      +lastname: null
      +firstname: null
      +birthday: null
      +email: null
      +newsletter: null
      +ip_registration_newsletter: null
      +newsletter_date_add: null
      +optin: null
      +website: null
      +company: null
      +siret: null
      +ape: null
      +outstanding_allow_amount: 0
      +show_public_prices: 0
      +id_risk: null
      +max_payment_days: 0
      +passwd: null
      +last_passwd_gen: null
      +active: true
      +is_guest: false
      +deleted: false
      +date_add: null
      +date_upd: null
      +years: null
      +days: null
      +months: null
      +geoloc_id_country: null
      +geoloc_id_state: null
      +geoloc_postcode: null
      +logged: false
      +id_guest: false
      +groupBox: null
      +reset_password_token: null
      +reset_password_validity: null
    }
    +cookie: Cookie {#25
      #_content: array:3 [
        "date_add" => "2025-11-04 02:13:35"
        "id_lang" => "1"
        "checksum" => "3a9d0f24ab6e9e3e5eea2cdc201af2eff7b5f3247f33abb09aec328d841a9026"
      ]
      #_name: "PrestaShop-4077dc667137e91977531f4582f4e231"
      #_expire: 1763947080
      #_domain: "biokombucha.es"
      #_sameSite: "Lax"
      #_path: "/"
      #cipherTool: PhpEncryption {#19}
      #_modified: true
      #_allow_writing: true
      #_salt: "CNGKOP1sr8iSr7AcFOWQB72cHgYhUvX7"
      #_standalone: false
      #_secure: true
      #session: null
    }
    +session: Symfony\Component\HttpFoundation\Session\Session {#29
      #storage: Symfony\Component\HttpFoundation\Session\Storage\PhpBridgeSessionStorage {#34
        #bags: array:2 [
          "attributes" => Symfony\Component\HttpFoundation\Session\SessionBagProxy {#37
            -bag: Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag {#36 …3}
            -data: &2 array:2 [
              "_sf2_attributes" => & []
              "_symfony_flashes" => & []
            ]
            -usageIndex: &5 2
          }
          "flashes" => Symfony\Component\HttpFoundation\Session\SessionBagProxy {#39
            -bag: Symfony\Component\HttpFoundation\Session\Flash\FlashBag {#38 …3}
            -data: &2 array:2 [&2]
            -usageIndex: &5 2
          }
        ]
        #started: true
        #closed: false
        #saveHandler: Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy {#35
          #wrapper: false
          #saveHandlerName: "files"
          #handler: Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler {#33
            -sessionName: null
            -prefetchId: null
            -prefetchData: null
            -newSessionId: null
            -igbinaryEmptyData: null
            -handler: SessionHandler {#30}
            -doDestroy: null
          }
        }
        #metadataBag: Symfony\Component\HttpFoundation\Session\Storage\MetadataBag {#31
          -name: "__metadata"
          -storageKey: "_sf2_meta"
          #meta: & array:3 [
            "u" => 1762219080
            "c" => 1762219080
            "l" => 1763947080
          ]
          -lastUsed: 1762219080
          -updateThreshold: 0
        }
        -emulateSameSite: null
      }
      -flashName: "flashes"
      -attributeName: "attributes"
      -data: &2 array:2 [&2]
      -usageIndex: &5 2
    }
    +link: Link {#50
      #allow: true
      #url: "/index.php"
      +protocol_link: "https://"
      +protocol_content: "https://"
      #ssl_enable: "1"
      #urlShopId: null
    }
    +country: Country {#20
      +id: 6
      #id_lang: 1
      #lang_associated: null
      #id_shop: 1
      +id_shop_list: []
      #get_shop_from_context: true
      #table: "country"
      #identifier: "id_country"
      #fieldsRequired: array:5 [
        0 => "id_zone"
        1 => "iso_code"
        2 => "contains_states"
        3 => "need_identification_number"
        4 => "display_tax_label"
      ]
      #fieldsSize: array:1 [
        "iso_code" => 3
      ]
      #fieldsValidate: array:10 [
        "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: array:1 [
        0 => "name"
      ]
      #fieldsSizeLang: array:1 [
        "name" => 64
      ]
      #fieldsValidateLang: array:1 [
        "name" => "isGenericName"
      ]
      #tables: []
      #webserviceParameters: array:2 [
        "objectsNodeName" => "countries"
        "fields" => array:2 [
          "id_zone" => array:1 [
            "xlink_resource" => "zones"
          ]
          "id_currency" => array:1 [
            "xlink_resource" => "currencies"
          ]
        ]
      ]
      #image_dir: null
      #image_format: "jpg"
      #translator: null
      #def: array:6 [
        "table" => "country"
        "primary" => "id_country"
        "multilang" => true
        "fields" => array:11 [
          "id_zone" => array:3 [
            "type" => 1
            "validate" => "isUnsignedId"
            "required" => true
          ]
          "id_currency" => array:2 [
            "type" => 1
            "validate" => "isUnsignedId"
          ]
          "call_prefix" => array:2 [
            "type" => 1
            "validate" => "isInt"
          ]
          "iso_code" => array:4 [
            "type" => 3
            "validate" => "isLanguageIsoCode"
            "required" => true
            "size" => 3
          ]
          "active" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "contains_states" => array:3 [
            "type" => 2
            "validate" => "isBool"
            "required" => true
          ]
          "need_identification_number" => array:3 [
            "type" => 2
            "validate" => "isBool"
            "required" => true
          ]
          "need_zip_code" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "zip_code_format" => array:2 [
            "type" => 3
            "validate" => "isZipCodeFormat"
          ]
          "display_tax_label" => array:3 [
            "type" => 2
            "validate" => "isBool"
            "required" => true
          ]
          "name" => array:5 [
            "type" => 3
            "lang" => true
            "validate" => "isGenericName"
            "required" => true
            "size" => 64
          ]
        ]
        "associations" => array:3 [
          "zone" => array:1 [
            "type" => 1
          ]
          "currency" => array:1 [
            "type" => 1
          ]
          "l" => array:3 [
            "type" => 2
            "field" => "id_country"
            "foreign_field" => "id_country"
          ]
        ]
        "classname" => "Country"
      ]
      #update_fields: null
      +force_id: false
      +id_zone: 9
      +id_currency: 1
      +iso_code: "ES"
      +call_prefix: 34
      +name: "España"
      +contains_states: "1"
      +need_identification_number: "0"
      +need_zip_code: "1"
      +zip_code_format: "NNNNN"
      +display_tax_label: "1"
      +active: "1"
    }
    +employee: null
    +controller: CategoryController {#61}
    +override_controller_name_for_translations: null
    +language: Language {#40
      +id: 1
      #id_lang: null
      #lang_associated: null
      #id_shop: 1
      +id_shop_list: []
      #get_shop_from_context: true
      #table: "lang"
      #identifier: "id_lang"
      #fieldsRequired: array:4 [
        0 => "name"
        1 => "iso_code"
        2 => "date_format_lite"
        3 => "date_format_full"
      ]
      #fieldsSize: array:6 [
        "name" => 32
        "iso_code" => 2
        "locale" => 5
        "language_code" => 5
        "date_format_lite" => 32
        "date_format_full" => 32
      ]
      #fieldsValidate: array:8 [
        "name" => "isGenericName"
        "iso_code" => "isLanguageIsoCode"
        "locale" => "isLocale"
        "language_code" => "isLanguageCode"
        "active" => "isBool"
        "is_rtl" => "isBool"
        "date_format_lite" => "isPhpDateFormat"
        "date_format_full" => "isPhpDateFormat"
      ]
      #fieldsRequiredLang: []
      #fieldsSizeLang: []
      #fieldsValidateLang: []
      #tables: []
      #webserviceParameters: array:2 [
        "objectNodeName" => "language"
        "objectsNodeName" => "languages"
      ]
      #image_dir: null
      #image_format: "jpg"
      #translator: null
      #def: array:4 [
        "table" => "lang"
        "primary" => "id_lang"
        "fields" => array:8 [
          "name" => array:4 [
            "type" => 3
            "validate" => "isGenericName"
            "required" => true
            "size" => 32
          ]
          "iso_code" => array:4 [
            "type" => 3
            "validate" => "isLanguageIsoCode"
            "required" => true
            "size" => 2
          ]
          "locale" => array:3 [
            "type" => 3
            "validate" => "isLocale"
            "size" => 5
          ]
          "language_code" => array:3 [
            "type" => 3
            "validate" => "isLanguageCode"
            "size" => 5
          ]
          "active" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "is_rtl" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "date_format_lite" => array:4 [
            "type" => 3
            "validate" => "isPhpDateFormat"
            "required" => true
            "size" => 32
          ]
          "date_format_full" => array:4 [
            "type" => 3
            "validate" => "isPhpDateFormat"
            "required" => true
            "size" => 32
          ]
        ]
        "classname" => "Language"
      ]
      #update_fields: null
      +force_id: false
      +name: "Español (Spanish)"
      +iso_code: "es"
      +locale: "es-ES"
      +language_code: "es"
      +date_format_lite: "d/m/Y"
      +date_format_full: "d/m/Y H:i:s"
      +is_rtl: "0"
      +active: "1"
      #translationsFilesAndVars: array:5 [
        "fields" => "_FIELDS"
        "errors" => "_ERRORS"
        "admin" => "_LANGADM"
        "pdf" => "_LANGPDF"
        "tabs" => "tabs"
      ]
    }
    +currency: null
    +currentLocale: null
    +tab: null
    +shop: Shop {#17
      +id: 1
      #id_lang: null
      #lang_associated: null
      #id_shop: null
      +id_shop_list: []
      #get_shop_from_context: true
      #table: "shop"
      #identifier: "id_shop"
      #fieldsRequired: array:3 [
        0 => "name"
        1 => "id_category"
        2 => "id_shop_group"
      ]
      #fieldsSize: array:1 [
        "name" => 64
      ]
      #fieldsValidate: array:5 [
        "active" => "isBool"
        "deleted" => "isBool"
        "name" => "isGenericName"
        "color" => "isColor"
        "theme_name" => "isThemeName"
      ]
      #fieldsRequiredLang: []
      #fieldsSizeLang: []
      #fieldsValidateLang: []
      #tables: []
      #webserviceParameters: array:1 [
        "fields" => array:2 [
          "id_shop_group" => array:1 [
            "xlink_resource" => "shop_groups"
          ]
          "id_category" => []
        ]
      ]
      #image_dir: null
      #image_format: "jpg"
      #translator: null
      #def: array:4 [
        "table" => "shop"
        "primary" => "id_shop"
        "fields" => array:7 [
          "active" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "deleted" => array:2 [
            "type" => 2
            "validate" => "isBool"
          ]
          "name" => array:4 [
            "type" => 3
            "validate" => "isGenericName"
            "required" => true
            "size" => 64
          ]
          "color" => array:2 [
            "type" => 3
            "validate" => "isColor"
          ]
          "id_category" => array:2 [
            "type" => 1
            "required" => true
          ]
          "theme_name" => array:2 [
            "type" => 3
            "validate" => "isThemeName"
          ]
          "id_shop_group" => array:2 [
            "type" => 1
            "required" => true
          ]
        ]
        "classname" => "Shop"
      ]
      #update_fields: null
      +force_id: false
      +id_shop_group: 1
      +id_category: 2
      +theme_name: "v3_freshfar_284"
      +name: "Biokombucha"
      +color: ""
      +active: "1"
      +deleted: "0"
      +physical_uri: "/"
      +virtual_uri: ""
      +domain: "biokombucha.es"
      +domain_ssl: "biokombucha.es"
      #group: ShopGroup {#18
        +id: 1
        #id_lang: null
        #lang_associated: null
        #id_shop: null
        +id_shop_list: []
        #get_shop_from_context: true
        #table: "shop_group"
        #identifier: "id_shop_group"
        #fieldsRequired: array:1 [
          0 => "name"
        ]
        #fieldsSize: array:1 [
          "name" => 64
        ]
        #fieldsValidate: array:7 [
          "name" => "isGenericName"
          "color" => "isColor"
          "share_customer" => "isBool"
          "share_order" => "isBool"
          "share_stock" => "isBool"
          "active" => "isBool"
          "deleted" => "isBool"
        ]
        #fieldsRequiredLang: []
        #fieldsSizeLang: []
        #fieldsValidateLang: []
        #tables: []
        #webserviceParameters: []
        #image_dir: null
        #image_format: "jpg"
        #translator: null
        #def: array:4 [
          "table" => "shop_group"
          "primary" => "id_shop_group"
          "fields" => array:7 [
            "name" => array:4 [ …4]
            "color" => array:2 [ …2]
            "share_customer" => array:2 [ …2]
            "share_order" => array:2 [ …2]
            "share_stock" => array:2 [ …2]
            "active" => array:2 [ …2]
            "deleted" => array:2 [ …2]
          ]
          "classname" => "ShopGroup"
        ]
        #update_fields: null
        +force_id: false
        +name: "Default"
        +color: ""
        +active: "1"
        +share_customer: "0"
        +share_stock: "0"
        +share_order: "0"
        +deleted: "0"
      }
      +address: null
      +theme: PrestaShop\PrestaShop\Core\Addon\Theme\Theme {#23
        -attributes: PrestaShop\PrestaShop\Core\Util\ArrayFinder {#24
          -array: array:12 [
            "name" => "v3_freshfar_284"
            "display_name" => "Freshfar Grocery Mega Super Store"
            "version" => "4.3.6"
            "theme_key" => "583e5d81e2479374aa4aedbcc90bd72b"
            "author" => array:3 [ …3]
            "meta" => array:2 [ …2]
            "assets" => null
            "global_settings" => array:5 [ …5]
            "theme_settings" => array:2 [ …2]
            "dependencies" => array:1 [ …1]
            "directory" => "/var/www/biokombucha/prestashop8/themes/v3_freshfar_284/"
            "preview" => "themes/v3_freshfar_284/preview.png"
          ]
          -propertyAccessor: Symfony\Component\PropertyAccess\PropertyAccessor {#26
            -magicCall: false
            -ignoreInvalidIndices: true
            -ignoreInvalidProperty: false
            -cacheItemPool: null
            -propertyPathCache: array:2 [ …2]
            -readPropertyCache: []
            -writePropertyCache: []
          }
        }
      }
    }
    +tmpOldShop: null
    +smarty: SmartyCustom {#42
      +_objType: 1
      +template_class: "SmartyCustomTemplate"
      +tpl_vars: []
      +parent: null
      +config_vars: []
      +ext: Smarty_Internal_Extension_Handler {#41
        +objType: 1
        -_property_info: array:8 [
          "AutoloadFilters" => 0
          "DefaultModifiers" => 0
          "ConfigVars" => 0
          "DebugTemplate" => 0
          "RegisteredObject" => 0
          "StreamVariable" => 0
          "TemplateVars" => 0
          "Literals" => "Literals"
        ]
        -resolvedProperties: []
        +"registerResource": Smarty_Internal_Method_RegisterResource {#45
          +objMap: 3
        }
        +"registerPlugin": Smarty_Internal_Method_RegisterPlugin {#48
          +objMap: 3
        }
        +"createData": Smarty_Internal_Method_CreateData {#71
          +objMap: 3
        }
      }
      +cache_id: null
      +compile_id: null
      +caching: 0
      +compile_check: 1
      +cache_lifetime: 3600
      +tplFunctions: []
      +_cache: []
      +auto_literal: true
      +error_unassigned: false
      +use_include_path: false
      +_templateDirNormalized: true
      +_joined_template_dir: "/var/www/biokombucha/prestashop8/themes/v3_freshfar_284/templates/"
      +_configDirNormalized: false
      +_joined_config_dir: null
      +default_template_handler_func: null
      +default_config_handler_func: null
      +default_plugin_handler_func: null
      +_compileDirNormalized: true
      +_pluginsDirNormalized: false
      +_cacheDirNormalized: true
      +force_compile: true
      +use_sub_dirs: true
      +allow_ambiguous_resources: false
      +merge_compiled_includes: false
      +extends_recursion: true
      +force_cache: false
      +left_delimiter: "{"
      +right_delimiter: "}"
      +literals: []
      +security_class: "Smarty_Security"
      +security_policy: null
      +allow_php_templates: false
      +debugging: false
      +debugging_ctrl: "NONE"
      +smarty_debug_id: "SMARTY_DEBUG"
      +debug_tpl: "/var/www/biokombucha/prestashop8/themes/debug.tpl"
      +error_reporting: null
      +config_overwrite: true
      +config_booleanize: true
      +config_read_hidden: false
      +compile_locking: true
      +cache_locking: false
      +locking_timeout: 10
      +default_resource_type: "file"
      +caching_type: "file"
      +default_config_type: "file"
      +cache_modified_check: false
      +registered_plugins: array:3 [
        "function" => array:7 [
          "widget" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "render" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "form_field" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "dateFormat" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "hook" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "l" => array:3 [
            0 => "smartyTranslate"
            1 => true
            2 => []
          ]
          "url" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
        ]
        "block" => array:1 [
          "widget_block" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
        ]
        "modifier" => array:36 [
          "boolval" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "classname" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "classnames" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "cleanHtml" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "end" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "escape" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "truncate" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "addcslashes" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "addslashes" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "date" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "explode" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "floatval" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "htmlentities" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "htmlspecialchars" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "implode" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "in_array" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "intval" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "json_decode" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "json_encode" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "lcfirst" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "md5" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "mt_rand" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "nl2br" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "print_r" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "rand" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "sizeof" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "str_replace" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "stripslashes" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "strtolower" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "strval" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "substr" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "trim" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "ucfirst" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "urlencode" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "var_dump" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
          "ca2e_show_subscription_products" => array:3 [
            0 => array:2 [ …2]
            1 => true
            2 => []
          ]
        ]
      ]
      +registered_objects: []
      +registered_classes: []
      +registered_filters: []
      +registered_resources: array:2 [
        "module" => SmartyResourceModule {#44
          +uncompiled: false
          +recompiled: false
          +hasCompiledHandler: false
          +paths: array:2 [
            "theme" => "/var/www/biokombucha/prestashop8/themes/v3_freshfar_284/modules/"
            "modules" => "/var/www/biokombucha/prestashop8/modules/"
          ]
          +isAdmin: false
        }
        "parent" => SmartyResourceParent {#46
          +uncompiled: false
          +recompiled: false
          +hasCompiledHandler: false
          +paths: []
        }
      ]
      +registered_cache_resources: []
      +autoload_filters: []
      +default_modifiers: []
      +escape_html: true
      +start_time: 1762219080.1052
      +_current_file: null
      +_parserdebug: false
      +_debug: null
      #template_dir: & array:1 [
        0 => "/var/www/biokombucha/prestashop8/themes/v3_freshfar_284/templates/"
      ]
      #_processedTemplateDir: & array:1 [
        0 => true
      ]
      #config_dir: & []
      #_processedConfigDir: & []
      #compile_dir: "/var/www/biokombucha/prestashop8/var/cache/dev/smarty/compile/"
      #plugins_dir: array:2 [
        0 => "/var/www/biokombucha/prestashop8/vendor/smarty/smarty/libs/plugins/"
        1 => "/var/www/biokombucha/prestashop8/themes/v3_freshfar_284/plugins"
      ]
      #cache_dir: "/var/www/biokombucha/prestashop8/var/cache/dev/smarty/cache/"
      #obsoleteProperties: array:8 [
        0 => "resource_caching"
        1 => "template_resource_caching"
        2 => "direct_access_security"
        3 => "_dir_perms"
        4 => "_file_perms"
        5 => "plugin_search_order"
        6 => "inheritance_merge_compiled_includes"
        7 => "resource_cache_mode"
      ]
      #accessMap: array:5 [
        "template_dir" => "TemplateDir"
        "config_dir" => "ConfigDir"
        "plugins_dir" => "PluginsDir"
        "compile_dir" => "CompileDir"
        "cache_dir" => "CacheDir"
      ]
      -isMutingUndefinedOrNullWarnings: false
    }
    +mobile_detect: Mobile_Detect {#62
      #cache: []
      #userAgent: "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
      #httpHeaders: array:6 [
        "HTTP_MOD_REWRITE" => "On"
        "HTTP_ACCEPT" => "*/*"
        "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
        "HTTP_COOKIE" => "PrestaShop-4077dc667137e91977531f4582f4e231=def5020083006b72492a19bb08dd0658ab57018547e459609f7a6034e343d0e9da0aff471a6298f2b142382e9c13eb953d08da310259ebe48bb2dd3a5d9bfc8c195c5f7a0cb5de283190d4bb053860628e62859b7956a57cf518b1186cc559b87142f36ca683a7f0431875dd30e0b60e22365859a371d513cac71d9e01f676bbb07a285b64aea1cab66e26bb357cbd04c132927cc4929bc59ccdb6bb001b4e6b3ba875aee4e41e6e2fa3adc434cc5569c59d209234f7761e22a26bb602911d36f1bed52aae30007aa7ea2f5b621db6692fac60ed167272a8f7"
        "HTTP_ACCEPT_ENCODING" => "gzip, br, zstd, deflate"
        "HTTP_HOST" => "biokombucha.es"
      ]
      #cloudfrontHeaders: []
      #matchingRegex: null
      #matchesArray: null
      #detectionType: "mobile"
    }
    +mode: null
    +container: null
    +virtualTotalTaxExcluded: 0
    +virtualTotalTaxIncluded: 0
    #translator: PrestaShopBundle\Translation\TranslatorComponent {#65
      #catalogues: array:1 [
        "es-ES" => Symfony\Component\Translation\MessageCatalogue {#70
          -messages: array:174 [
            "ModulesDashgoalsAdmin" => array:24 [
              "Dashboard Goals" => "Panel de Objetivos"
              "Adds a block with your store's forecast." => "Añade un bloque con las previsiones de tu tienda."
              "January" => "Enero"
              "February" => "Febrero"
              "March" => "Marzo"
              "April" => "Abril"
              "May" => "Mayo"
              "June" => "Junio"
              "July" => "Julio"
              "August" => "Agosto"
              "September" => "Septiembre"
              "October" => "Octubre"
              "November" => "Noviembre"
              "December" => "Diciembre"
              "Average cart value" => "Valor promedio del carrito"
              "Goal exceeded" => "Objetivo superado"
              "Goal not reached" => "Objetivo no alcanzado"
              "Goal set:" => "Objetivo establecido:"
              "Enrich your stats: add a block with your store’s forecast to always be one step ahead!" => "Mejora tus estadísticas: ¡Añade un bloque con la previsión de tu tienda para estar siempre un paso por delante!"
              "Conversion Rate" => "Tasa de conversión"
              "Traffic" => "Tráfico"
              "Average Cart Value" => "Valor promedio del carrito"
              "Conversion" => "Conversión"
              "Forecast" => "Previsiones"
            ]
            "EmailsSubject" => array:30 [
              "Welcome!" => "¡Bienvenid@!"
              "Log: You have a new alert from your shop" => "Registro: Tienes un aviso desde tu tienda"
              "Your guest account has been transformed into a customer account" => "Su cuenta de invitado ha sido transformada en una cuenta de cliente"
              "Order confirmation" => "Confirmación de pedido"
              "New voucher for your order %s" => "Nuevo cupón de descuento correspondiente a su pedido %s"
              "Package in transit" => "Pedido en tránsito"
              "The virtual product that you bought is available for download" => "El producto virtual que ha comprado está disponible para descargar"
              "Fwd: Customer message" => "Re: Mensaje del cliente"
              "An answer to your message is available #ct%thread_id% #tc%thread_token%" => "Hay una respuesta disponible a su mensaje #ct%thread_id% #tc%thread_token%"
              "Import complete" => "Importación completada"
              "Your new password" => "Su nueva contraseña"
              "Your order return status has changed" => "El estado de devolución de su pedido ha cambiado"
              "Message from a customer" => "Mensaje de un cliente"
              "Password query confirmation" => "Confirmación de contraseña"
              "Message from contact form" => "Mensaje desde el formulario de contacto"
              "Your message has been correctly sent #ct%thread_id% #tc%thread_token%" => "Su mensaje se ha enviado correctamente #ct%thread_id% #tc%thread_token%"
              "Your message has been correctly sent" => "Su mensaje se ha enviado correctamente"
              "Product available" => "Producto disponible"
              "New order : #%d - %s" => "Nuevo pedido: #%d - %s"
              "Product out of stock" => "Producto fuera de stock"
              "Stock coverage" => "Cobertura de stock"
              "New return from order #%d - %s" => "Nueva devolución del pedido #%d - %s"
              "Your order has been changed" => "Su pedido se ha modificado"
              "Newsletter voucher" => "Cupón de descuento del Boletín de Noticias"
              "Newsletter confirmation" => "Confirmación de la suscripción a nuestro Boletín de noticias"
              "Email verification" => "Verificación de dirección de correo electrónico"
              "Process the payment of your order" => "Procesar el pago de su compra"
              "New credit slip regarding your order" => "Nueva factura por abono relacionada con su pedido"
              "New voucher for your order #%s" => "Nuevo cupón de descuento correspondiente a su pedido %s"
              "New message regarding your order" => "Nuevo mensaje relacionado con su pedido"
            ]
            "EmailsBody" => array:319 [
              "<a href="{shop_url}">{shop_name}</a> powered by <a href="{prestashop_url}">PrestaShop™</a>" => "<a href="{shop_url}">{shop_name}</a> "
              "(waiting for validation)" => "(En espera de validación)"
              "Message from {shop_name}" => "Mensaje desde {shop_name}"
              "Your login email address on {shop_name}" => "Su dirección de correo electrónico de inicio de sesión en {shop_name}"
              "Here is your login email address:" => "Aquí está su dirección de correo electrónico de inicio de sesión:"
              "Thank you for creating a customer account at {shop_name}." => "Gracias por crear una cuenta de cliente en {shop_name}."
              "Important Security Tips:" => "Consejos Importantes de Seguridad:"
              "Always keep your account details safe." => "Mantenga los datos de su cuenta en un lugar seguro."
              "Never disclose your login details to anyone." => "No comparta sus datos de acceso con otras personas."
              "Change your password regularly." => "Cambie su contraseña regularmente."
              "Should you suspect someone is using your account illegally, please notify us immediately." => "Si sospecha que alguien está utilizando ilegalmente su cuenta, avísenos inmediatamente."
              "You can now place orders on our store:" => "Ahora puedes hacer pedidos en nuestra tienda:"
              "Email address:" => "Dirección de correo electrónico:"
              "Please go on <a href="{order_link}">{order_link}</a> to finalize the payment." => "Por favor, diríjase a <a href="{order_link}">{order_link}</a> para completar el pago."
              "A new order has been generated on your behalf." => "Se ha generado un nuevo pedido a su nombre."
              "Awaiting wire payment" => "En espera de pago por transferencia bancaria"
              "You have selected to pay by wire transfer." => "Por favor, recuerde que ha seleccionado transferencia bancaria como forma de pago."
              "Here are the bank details for your transfer:" => "Estos son los datos bancarios para su transferencia:"
              "Account owner:" => "Titular de la cuenta:"
              "Account details:" => "Datos de la cuenta:"
              "Bank address:" => "Dirección bancaria:"
              "Please specify your order reference in the bankwire description." => "Por favor, incluya el número de referencia de su pedido en los detalles de la transferencia bancaria."
              "Your order with the reference [1]{order_name}[/1] has been placed successfully and will be [1]shipped as soon as we receive your payment[/1]." => "Su pedido con la referencia [1]{order_name}[/1] ha sido realizado correctamente y será [1]enviado tan pronto como recibamos su pago[/1]."
              "Thank you for shopping with {shop_name}!" => "¡Gracias por comprar en {shop_name}!"
              "Amount:" => "Importe:"
              "Awaiting check payment" => "En espera de pago por cheque"
              "You have selected to pay by check." => "Ha seleccionado cheque como forma de pago."
              "Here are the bank details for your check:" => "Estos son los datos bancarios para su pago por cheque:"
              "Payable to the order of:" => "Páguese a la orden de:"
              "Please mail your check to:" => "Por favor, envíe su cheque a:"
              "Customer email address:" => "Dirección de email del cliente:"
              "Message from a {shop_name} customer" => "Mensaje de un cliente de {shop_name}"
              "Order ID:" => "ID del pedido:"
              "Your message to {shop_name} Customer Service" => "Su mensaje al Servicio de Atención al Cliente de {shop_name}"
              "Your message has been sent successfully." => "Su mensaje ha sido enviado correctamente."
              "We will answer as soon as possible." => "Le responderemos tan pronto como sea posible."
              "Attached file:" => "Archivo adjunto:"
              "Product:" => "Producto:"
              "Credit slip created" => "Factura de abono creada"
              "We have generated a credit slip in your name for order with the reference [1]{order_name}[/1]." => "Hemos generado una factura de abono a su nombre para el pedido con referencia [1]{order_name}[/1]."
              "Review this credit slip and download your invoice on our store, go to the <a href="{history_url}" target="_blank">%credit_slips_label%</a> section of your customer account." => "Revise este abono y descargue su factura desde nuestra tienda, vaya a la sección <a href="{history_url}" target="_blank">%credit_slips_label%</a> de su cuenta de cliente."
              "Thank you for your order with the reference {order_name} from <strong>{shop_name}</strong>" => "Gracias por su pedido con la referencia {order_name} de <strong>{shop_name}</strong>"
              "Product(s) now available for download" => "Producto(s) disponible(s) para descargar"
              "You have [1]{nbProducts}[/1] product(s) now available for download using the following link(s):" => "Usted tiene [1] producto(s) disponible(s) para descargar en el siguiente enlace(s):"
              "Your {shop_name} login information" => "Sus datos de acceso a {shop_name}"
              "Here is your personal login information for [1]{shop_name}[/1]:" => "Aquí está su información de acceso personal para [1]{shop_name}[/1]:"
              "First name:" => "Nombre:"
              "Last name:" => "Apellidos:"
              "Customer service - Forwarded discussion" => "Servicio al cliente - Transcripción de la conversación"
              "[1]{employee}[/1] added [1]"{comment}"[/1]" => "[1]{employee}[/1] añadió [1]"{comment}"[/1]"
              "[1]{employee}[/1] wanted to forward this discussion to you." => "[1]{employee}[/1] quiere transferirle esta discusión."
              "Discussion history:" => "Historial de la conversación:"
              "Your customer account creation" => "Creación de su cuenta de cliente"
              "Your guest account for [1]{shop_name}[/1] has been transformed into a customer account." => "Su cuenta de invitado en [1]{shop_name}[/1] se ha transformado en una cuenta de cliente."
              "Please be careful when sharing these login details with others." => "Por favor, no comparta sus datos de inicio de sesión con otras personas."
              "Click on the following link to set up your password:" => "Haga clic en el siguiente enlace para configurar su contraseña:"
              "You can access your customer account on our store:" => "Puede acceder a su cuenta de cliente en nuestra tienda:"
              "Import complete" => "Importación completada"
              "The file {filename} has been successfully imported to your store." => "El archivo {filename} ha sido importado satisfactoriamente a su tienda."
              "Your order with the reference [1]{order_name}[/1] is currently in transit." => "Su pedido con referencia [1]{order_name}[/1] se encuentra actualmente en tránsito."
              "{followup}" => "{followup}"
              "In transit" => "En tránsito"
              "You can track your package using the following link:" => "Puede realizar el seguimiento de su paquete mediante el siguiente enlace:"
              "You have received a new log alert" => "Has recibido una nueva alerta de registro"
              "[1]Warning:[/1] you have received a new log alert in your Back Office." => "[1]Warning:[/1] has recibido una nueva alerta en el Back Office de tu tienda."
              "You can check for it in the [1]Advanced Parameters > Logs[/1] section of your back office." => "Puede verificarlo en la sección [1]Parámetros avanzados > Registros[/1] de su back office."
              "Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been canceled." => "Su pedido con la referencia [1]{order_name}[/1] de [1]{shop_name}[/1] ha sido cancelado."
              "Order canceled" => "Pedido cancelado"
              "Order changed" => "Pedido modificado"
              "Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been changed by the merchant." => "Su pedido con número de referencia [1]{order_name}[/1] de [1]{shop_name}[/1] ha sido modificado por el comerciante."
              "Message from a customer" => "Mensaje de un cliente"
              "You have received a new message." => "Has recibido un nuevo mensaje."
              "Order reference:" => "Referencia de pedido:"
              "You have received a new message from [1]{shop_name}[/1] regarding order with the reference [1]{order_name}[/1]." => "Ha recibido un nuevo mensaje de [1]{shop_name}[/1] en relación al pedido con número de referencia [1]{order_name}[/1]."
              "Message:" => "Mensaje:"
              "Return #{id_order_return} - update" => "Devolución #{id_order_return} - actualizada"
              "We have updated the progress on your return #{id_order_return}, the new status is:" => "El estado de su devolución #{id_order_return} ha cambiado a:"
              "Item(s) out of stock" => "Artículo(s) fuera de stock"
              "Unfortunately, one or more items are currently out of stock. This may cause a slight delay in your delivery. Please accept our apologies and rest assured that we are working hard to rectify this." => "Desafortunadamente, uno o más productos de su pedido se encuentran fuera de stock. Esto puede originar un ligero retraso en el envío. Trabajeremos lo más rápido posible para solucionarlo. Por favor, acepte nuestras disculpas."
              "Thanks for your order with the reference {order_name} from {shop_name}." => "Gracias por su pedido con la referencia {order_name} de{shop_name}."
              "Your new {shop_name} login details" => "Sus nuevos datos de acceso en {shop_name}"
              "Password reset request for {shop_name}" => "Solicitud de restablecimiento de contraseña en: {shop_name}"
              "To confirm this action, please use the following link:" => "Para confirmar esta acción, por favor utilice el siguiente enlace:"
              "You have requested to reset your [1]{shop_name}[/1] login details." => "Ha solicitado restablecer sus datos de inicio de sesión en [1]{shop_name}[/1]."
              "Please note that this will change your current password." => "Tenga en cuenta que esta acción cambiará su contraseña actual."
              "Payment processed" => "Pago procesado"
              "Your payment for order with the reference <strong><span>{order_name}</span></strong> was successfully processed." => "El pago para el pedido con refencia <strong><span>{order_name}</span></strong> ha sido procesado correctamente."
              "Payment processing error" => "Error al procesar el pago"
              "There is a problem with your payment for <strong><span>{shop_name}</span></strong> order with the reference <strong><span>{order_name}</span></strong>. Please contact us at your earliest convenience." => "Hay un problema con su pago en la tienda <strong><span>{shop_name}</span></strong> para el pedido con referencia <strong><span>{order_name}</span></strong>. Por favor, póngase en contacto con nosotros lo antes posible."
              "We cannot ship your order until we receive your payment." => "No podemos enviar su pedido hasta que recibamos su pago."
              "Processing" => "Procesando"
              "We are currently processing your <strong><span>{shop_name}</span></strong> order with the reference <strong><span>{order_name}</span></strong>." => "Estamos procesando su pedido en <strong><span>{shop_name}</span></strong> con la referencia <strong><span>{order_name}</span></strong>."
              "We have processed your <strong><span>{shop_name}</span></strong> refund for order with the reference <strong><span>{order_name}</span></strong>." => "Hemos procesado el reembolso de <strong><span>{shop_name}</span></strong> para el pedido con referencia <strong><span>{order_name}</span></strong>."
              "Refund processed" => "Reembolso procesado"
              "In order to reply, please use the following link: <a href="{link}">{link}</a>" => "Para responder, por favor utilice el siguiente enlace: <a href="{link}">{link}</a>"
              "Please do not reply directly to this email, we will not receive it." => "Por favor, no conteste a este correo electrónico, no recibiremos su respuesta."
              "Your order has been shipped" => "Su pedido ha sido enviado"
              "Shipped" => "Enviado"
              "Your order with the reference [1]{order_name}[/1] has been shipped." => "Su pedido con la referencia [1]{order_name}[/1] ha sido enviado."
              "Hello" => "Hola"
              "This is a [1]test e-mail[/1] from your shop." => "Este es un [1]test e-mail[/1] de tu tienda."
              "If you can read this, the test was successful!" => "Si puede leer esto, ¡la prueba fue completada correctamente!"
              "Voucher created" => "Cupón de descuento creado"
              "A voucher has been created in your name as a result of your order with the reference [1]{order_name}[/1]." => "Se ha creado un cupón de descuento a su nombre tras haber realizado el pedido con número de referencia [1]{order_name}[/1]."
              "[1]Voucher code: {voucher_num}[/1] in the amount of [1]{voucher_amount}[/1]" => "[1]Cupón de descuento: {voucher_num}[/1] por valor de [1]{voucher_amount}[/1]"
              "This is to inform you about the creation of a voucher." => "Se ha creado un cupón de descuento para usted."
              "This item is once again in-stock." => "Este artículo está de nuevo en stock."
              "You can access the product page by clicking on the link:" => "Puede acceder a la página del producto haciendo clic en el enlace:"
              "You can order it right now from our online shop." => "Puede solicitarlo ahora mismo en nuestra tienda en línea."
              "{product} is now available." => "{product} ya está disponible."
              "Total Tax paid" => "Impuestos totales pagados"
              "A new order was placed on {shop_name} by the following customer: {firstname} {lastname} ({email})" => "Tienes un nuevo pedido en tu tienda {shop_name} realizado por el cliente: {firstname} {lastname} ({email})"
              "Order details" => "Detalles del pedido"
              "Order:" => "Pedido:"
              "Placed on" => "Realizado el"
              "Payment:" => "Pago:"
              "Reference" => "Referencia"
              "Product" => "Producto"
              "Unit price" => "Precio unitario"
              "Quantity" => "Cantidad"
              "Total price" => "Precio total"
              "Products" => "Productos"
              "Discounts" => "Descuentos"
              "Gift-wrapping" => "Embalaje de regalo"
              "Shipping" => "Transporte"
              "Total paid" => "Total pagado"
              "Carrier:" => "Transportista:"
              "Delivery address" => "Dirección de entrega"
              "Billing address" => "Dirección de facturación"
              "Customer message:" => "Mensaje del cliente:"
              "Congratulations!" => "¡Enhorabuena!"
              "Order {order_name}" => "Pedido {order_name}"
              "Order edited" => "Pedido editado"
              "Your order with the reference [1]{order_name}[/1] has been modified." => "Su pedido con referencia [1]{order_name}[/1] ha sido modificado."
              "If you have a guest account, you can follow your order via the <a href="{guest_tracking_url}" target="_blank">%guest_tracking_label%</a> section on our shop." => "Si tiene una cuenta de invitado, puede seguir su pedido desde la sección: <a href="{guest_tracking_url}" target="_blank">%guest_tracking_label%</a> de nuestra tienda."
              "Follow your order and download your invoice on our store, go to the <a href="{history_url}" target="_blank">%order_history_label%</a> section of your customer account." => "Siga su pedido y descargue su factura desde nuestra tienda, diríjase a la sección <a href="{history_url}" target="_blank">%order_history_label%</a> de su cuenta de cliente."
              "The stock cover is now less than the specified minimum of:" => "La cobertura de stock es ahora menor que el mínimo especificado en:"
              "Current stock cover:" => "Cobertura de stock actual:"
              "{product} is almost out of stock." => "{product} está cerca de quedarse sin stock."
              "{product} is nearly out of stock." => "{product} está cerca de quedarse sin stock."
              "The remaining stock is now less than the specified minimum of" => "La cobertura de stock es ahora menor que el mínimo especificado en"
              "Remaining stock:" => "Stock disponible:"
              "Replenish your inventory, go to the [1]Catalog > Stocks[/1] section of your back office to manage your stock." => "Reponga su inventario, vaya a la sección [1] Catálogo> Existencias [/1] de su back office para administrar sus existencias."
              "Hi," => "Hola,"
              "Return details" => "Detalles de la devolución"
              "{order_name} Placed on {date}" => "{order_name} Efectuado el {date}"
              "Customer:" => "Cliente:"
              "You have received a new return request for {shop_name}." => "Has recibido una nueva solicitud de devolución en {shop_name}."
              "Thank you for subscribing to our newsletter." => "Gracias por suscribirse a nuestro boletín de noticias."
              "Thank you for subscribing to our newsletter, please confirm your request by clicking the link below :" => "Gracias por suscribirse a nuestro boletín de noticias. Por favor, confirme su solicitud haciendo clic en el siguiente enlace:"
              "Newsletter subscription" => "Suscripción a nuestro boletín de noticias"
              "Regarding your newsletter subscription, we are pleased to offer you the following voucher:" => "Tras su suscripción a nuestro boletín de noticias, nos complace ofrecerle el siguiente cupón de descuento:"
              "We noticed that during your last visit on {shop_name}, you did not complete the order you had started." => "Nos dimos cuenta de que durante su última visita en {shop_name}, no completó el pedido que había iniciado."
              "As an incentive, we can give you a discount of [1]{amount}%[/1] off your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment!" => "Como incentivo, ¡le ofrecemos un descuento de [1]{amount}%[/1] en su siguiente pedido! Esta oferta es válida durante [1]{days}[/1] días, ¡puede aprovecharla desde ahora!"
              "Your {shop_name} login details" => "Sus datos de acceso a {shop_name}"
              "Your cart at {shop_name}" => "Su carrito de compra en {shop_name}"
              "Your cart has been saved, you can resume your order by visiting our store:" => "Su carrito ha sido guardado, puede reanudar su pedido visitando nuestra tienda:"
              "Thank you for your order at {shop_name}." => "Gracias por realizar su pedido en {shop_name}."
              "As our way of saying thanks, we want to give you a discount of [1]{amount}%[/1] off your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment!" => "Como agradecimiento por su confianza, ¡le ofrecemos un descuento de [1]{amount}%[/1] en su siguiente pedido! Esta oferta es válida durante [1]{days}[/1] días, ¡puede aprovecharla desde ahora!"
              "You are one of our best customers and as such we want to thank you for your continued patronage." => "Usted es uno de nuestros mejores clientes y, como tal, queremos darle las gracias por su confianza y fidelidad."
              "As appreciation for your loyalty, we want to give you a discount of [1]{amount}%[/1] valid on your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment!" => "Como agradecimiento por su lealtad y fidelidad, ¡le ofrecemos un descuento de [1]{amount}%[/1] en su siguiente pedido! Esta oferta es válida durante [1]{days}[/1] días, ¡aprovéchela desde este mismo momento!"
              "Thanks for your trust." => "Gracias por su confianza y fidelidad."
              "Here is your coupon:" => "Aquí está su cupón de descuento:"
              "Enter this code in your shopping cart to get your discount." => "Introduzca este código en su carrito de compra para obtener el descuento."
              "Hi {firstname} {lastname}," => "Hola {firstname} {lastname},"
              "You are one of our best customers, however you have not placed an order in {days_threshold} days." => "Usted es uno de nuestros mejores clientes, sin embargo, no ha realizado ningún pedido desde hace {days_threshold} días."
              "We wish to thank you for the trust you have placed in us and want to give you a discount of [1]{amount}%[/1] valid on your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment!" => "Queremos agradecerle la confianza que ha depositado en nosotros, y por ello ¡le ofrecemos un descuento de [1]{amount}%[/1] válido para su próximo pedido! Este descuento será válido durante [1]{days}[/1] días, ¡puede aprovecharlo desde este mismo momento!"
              "Your referred friend [1]{sponsored_firstname} {sponsored_lastname}[/1] has placed his or her first order on <a href="{shop_url}">{shop_name}</a>!" => "¡Su amigo referido [1]{sponsored_firstname} {sponsored_lastname}[/1] ha realizado su primera compra en <a href="{shop_url}">{shop_name}</a>!"
              "We are pleased to offer you a voucher worth [1]{discount_display} (voucher # {discount_name})[/1] that you can use on your next order." => "Nos complace ofrecerle un cupón de descuento valorado en [1]{discount_display} (cupón # {discount_name})[/1] para que lo utilice en su próximo pedido."
              "Best regards," => "Saludos."
              "join us!" => "¡únase!"
              "Your friend [1]{firstname} {lastname}[/1] wants to refer you on <a href="{shop_url}">{shop_name}</a>!" => "¡Su amigo [1]{firstname} {lastname}[/1] quiere referirle en <a href="{shop_url}">{shop_name}</a>!"
              "Get referred and earn a discount voucher of [1]{discount}![/1]" => "¡Afíliese y obtega un cupón de descuento de [1]{discount}![/1]"
              "It's very easy to sign up. Just click here!" => "Es muy fácil registrarse. ¡Solo haga clic aquí!"
              "When signing up, don't forget to provide the e-mail address of your referring friend:" => "Al registrarse, no olvide proporcionar la dirección de correo electrónico de su amigo referente:"
              "We are pleased to offer you a voucher worth [1]{discount}[/1] that you can use on your next order." => "Nos complace ofrecerle un cupón de descuento valorado en [1]{discount}[/1] para que lo utilice en su próximo pedido."
              "Referral Program" => "Programa de patrocinio"
              "Here is the code of your voucher:" => "Aquí está el código de su cupón de descuento:"
              "Simply copy/paste this code during the payment process for your next order." => "Copie y pegue este código durante el proceso de pago de su próximo pedido."
              "We have created a voucher in your name for referring a friend." => "Hemos creado un cupón de descuento a su nombre por referir a un amigo."
              ", with an amount of" => ", por valor de"
              "You can now place orders on our shop:" => "Ahora puede realizar pedidos en nuestra tienda:"
              "Account" => "Cuenta"
              "Your login details on {shop_name}" => "Sus datos de inicio de sesión en {shop_name}"
              "Here are your login details:" => "Estos son sus datos de acceso:"
              "Back Office Order" => "Pedido de Back-office"
              "Please go on <a href="{order_link}">{order_link}</a> to complete the payment." => "Por favor, diríjase a <a href="{order_link}">{order_link}</a> para completar el pago."
              "Bankwire" => "Transferencia bancaria"
              "Pending payment" => "Pendiente de Pago"
              "Payment method: bank wire" => "Método de pago: transferencia bancaria"
              "You have decided to pay by bank wire." => "Ha elegido pagar por transferencia bancaria."
              "Here is the information you need for your transfer:" => "Aquí está la información que necesita para realizar la transferencia:"
              "Your order with the reference [1]{order_name}[/1] has been placed successfully. You can expect [1]delivery as soon as your payment is received[/1]." => "Su pedido con la referencia [1]{order_name}[/1] ha sido completado correctamente y será [1]enviado tan pronto como recibamos tu pago[/1]."
              "Check" => "Cheque"
              "Awaiting payment by check" => "En espera de pago con cheque"
              "Payment method: check" => "Método de pago: cheque"
              "You have decided to pay by bank check." => "Ha elegido pagar por transferencia bancaria."
              "Here is the information you need for your check:" => "Aquí está la información que necesita para realizar el cheque:"
              "Contact" => "Contacto"
              "Customer Email Address:" => "Dirección de correo electrónico del cliente:"
              "Order ID #:" => "ID del Pedido #:"
              "Contact Form" => "Formulario de contacto"
              "Your message has been sent successfully, thank you for taking the time to write!" => "Su mensaje ha sido enviado correctamente, ¡gracias por tomarse el tiempo en escribirnos!"
              "We will reply as soon as possible." => "Nos pondremos en contacto con usted con la máxima brevedad posible."
              "Review this credit slip and download your invoice on our shop, go to the <a href="{history_url}" target="_blank">%credit_slips_label%</a> section of your customer account." => "Revise este abono y descargue su factura desde nuestra tienda, vaya a la sección <a href="{history_url}" target="_blank">%credit_slips_label%</a> de su cuenta de cliente."
              "Credit Slip" => "Factura por abono"
              "Credit slip" => "Factura por abono"
              "A credit slip has been generated in your name for order with the reference [1]{order_name}[/1]." => "Se ha creado un cupón de descuento a su nombre tras haber realizado el pedido con número de referencia [1]{order_name}[/1]."
              "Download products" => "Descargar productos"
              "Thank you for your order with the reference {order_name} from [1]{shop_name}[/1]" => "Gracias por su pedido con número de referencia {order_name} de [1]{shop_name}[/1]"
              "Product(s) to download" => "Producto(s) para descargar"
              "Employee password" => "Contraseña del empleado"
              "Here is your personal login information for {shop_name}" => "Aquí está su información de acceso personal para {shop_name}"
              "Here is your identification information on [1]{shop_name}[/1]" => "Aquí está su información de acceso personal para [1]{shop_name}[/1]"
              "Forward message" => "Transferir mensaje"
              "Customer Service - Discussion Forwarded" => "Servicio al Cliente - Discusión Transferida"
              "[1]{employee}[/1] added [1]{comment}[/1]" => "[1]{employee}[/1] añadió [1]"{comment}"[/1]"
              "You can access your customer account on our shop:" => "Puede acceder a su cuenta de cliente en nuestra tienda:"
              "Guest to customer" => "De invitado a cliente"
              "Your guest account has been turned into a customer account" => "Su cuenta de invitado ha sido transformada en una cuenta de cliente"
              "Congratulations, your guest account for [1]{shop_name}[/1] has been turned into a customer account!" => "¡Enhorabuena, su cuenta de invitado en [1]{shop_name}[/1] se ha transformado en una cuenta de cliente!"
              "The file {filename} has been successfully imported to your shop." => "El archivo {filename} ha sido importado correctamente en su tienda."
              "Import" => "Importar"
              "Import finished" => "Importación finalizada"
              "Your order with the reference [1]{order_name}[/1] is on its way." => "Su pedido con referencia [1]{order_name}[/1] está en camino."
              "Log Alert" => "Aviso de Registro"
              "New alert message saved" => "Nuevo mensaje de aviso guardado"
              "[1]WARNING:[/1] you have received a new log alert in your back office." => "[1]Warning:[/1] has recibido un nuevo aviso en el Back Office de tu tienda."
              "Newsletter" => "Boletín"
              "Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been canceled by the merchant." => "Su pedido con número de referencia [1]{order_name}[/1] de [1]{shop_name}[/1] ha sido cancelado por el comerciante."
              "Order confirmation" => "Confirmación de pedido"
              "Thank you for shopping on [1]{shop_name}[/1]!" => "¡Gracias por comprar en [1]{shop_name}[/1]!"
              "Recycled packaging:" => "Embalaje reciclado:"
              "You have received a new message regarding order with the reference" => "Ha recibido un mensaje respecto al pedido con la referencia:"
              "Order customer comment" => "Comentario del cliente sobre el pedido"
              "Message from customer" => "Mensaje de un cliente"
              "Order merchant comment" => "Comentario del comerciante sobre el pedido"
              "Order return state" => "Estado de devolución del pedido"
              "Order return #{id_order_return} - Update" => "Devolución #{id_order_return} - Actualizada"
              "Follow your order and download your invoice on our shop, go to the <a href="{history_url}" target="_blank">%order_history_label%</a> section of your customer account." => "Siga su pedido y descargue su factura desde nuestra tienda, diríjase a la sección <a href="{history_url}" target="_blank">%order_history_label%</a> de su cuenta de cliente."
              "Out of stock" => "Fuera de stock"
              "Replenishment required" => "Reabastecimiento requerido"
              "Unfortunately, one or more items are currently out of stock and this may cause a slight delay for delivery. Please accept our apologies for this inconvenience and be sure we are doing our best to correct the situation." => "Desafortunadamente, uno o más artículos están actualmente fuera de stock y esto puede causar un ligero retraso en la entrega. Por favor, acepte nuestras disculpas por este inconveniente y tenga por seguro de que estamos haciendo todo lo posible para corregir la situación."
              "Password" => "Contraseña"
              "Your password has been correctly updated." => "Su contraseña ha sido actualizada correctamente."
              "Password Query" => "Solicitud de Contraseña"
              "Confirmation of password request on {shop_name}" => "Confirmación de la solicitud de contraseña en {shop_name}"
              "In order to confirm this action, click on the following link:" => "Para confirmar esta acción, por favor utilice el siguiente enlace:"
              "If you did not make this request, just ignore this email." => "Si usted no hizo esta solicitud, simplemente ignore este correo electrónico."
              "Payment" => "Pago"
              "Your payment for order with the reference [1]{order_name}[/1] was successfully processed." => "Su pago para el pedido con refencia [1]{order_name}[/1] ha sido procesado correctamente."
              "Payment Error" => "Error de pago"
              "Payment error" => "Error en pago"
              "We have encountered an error while processing your payment for your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1]. Please contact us as soon as possible." => "Hemos encontrado un error al procesar el pago de su pedido con la referencia [1]{order_name}[/1] de [1]{shop_name}[/1]. Por favor, contacte con nosotros lo antes posible."
              "You can expect delivery as soon as your payment is received." => "El envío se realizará tan pronto como su pago sea recibido."
              "Preparation" => "Preparación"
              "Processing order" => "Procesando pedido"
              "We are currently processing your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1]." => "Nos encontramos procesando su pedido con la referencia [1]{order_name}[/1] de [1]{shop_name}[/1]."
              "Refund" => "Reembolsar"
              "We have processed your refund for your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1]." => "Hemos procesado su reembolso para su pedido con la referencia [1]{order_name}[/1] de [1]{shop_name}[/1]."
              "Reply msg" => "Mensaje de respuesta"
              "In order to reply, click on the following link: <a href="{link}" target="_blank">{link}</a>" => "Para responder, por favor utilice el siguiente enlace: <a href="{link}" target="_blank">{link}</a>"
              "Test" => "Prueba"
              "Here is a test [1]email[/1] from your shop." => "Esta es una prueba de [1]email[/1] de su tienda."
              "If you can read this, it means the test is successful!" => "Si puede leer esto, significa que ¡la prueba fue completada correctamente!"
              "Voucher" => "Cupón de descuento"
              "Voucher code generated" => "Código Cupón de descuento generado"
              "We are pleased to inform you that a voucher has been generated in your name for order with the reference [1]{order_name}[/1]." => "Nos complace informarle que hemos generado un cupón de descuento a su nombre tras haber realizado el pedido con la referencia [1]{order_name}[/1]."
              "[1]VOUCHER CODE: {voucher_num}[/1] in the amount of [1]{voucher_amount}[/1]" => "[1]CÓDIGO CUPÓN DE DESCUENTO: {voucher_num}[/1] por valor de [1]{voucher_amount}[/1]"
              "In order to use it, just copy/paste this code during check out." => "Para utilizarlo, simplemente copie/pegue este código durante el proceso de pago."
              "Voucher new" => "Nuevo Cupón de descuento"
              "Voucher code has been generated" => "Se ha generado el código del cupón"
              "Here is your new voucher code:" => "Aquí está su nuevo código de cupón:"
              "Customer Quantity" => "Cantidad Cliente"
              "Good news, this item is back in stock!" => "¡Buenas noticias, este artículo vuelve a estar en stock!"
              "Click on the following link to visit the product page and order it:" => "Haga clic en el siguiente enlace para visitar la página del producto y realizar su pedido:"
              "Including total tax" => "Incluyendo impuestos totales"
              "New Order" => "Nuevo Pedido"
              "A new order was placed on [1]{shop_name}[/1] by the following customer:" => "Un nuevo pedido ha sido efectuado en [1]{shop_name}[/1] por el siguiente cliente:"
              "Carrier" => "Transportista"
              "Order ID {order_name}" => "ID Pedido {order_name}"
              "Go to your customer account to learn more about it." => "Diríjase a su cuenta de cliente para obtener más información al respecto."
              "Product coverage" => "Cobertura del producto"
              "Your stock cover is now less than the specified minimum of:" => "La cobertura de stock es ahora menor que el mínimo especificado de:"
              "Product out of stock" => "Producto fuera de stock"
              "There are now less than [1]{last_qty}[/1] items in stock." => "Actualmente hay menos de [1]{last_qty}[/1] artículos en stock."
              "Return Slip" => "Nota de devolución"
              "Return Details" => "Detalles de devolución"
              "Newsletter Confirmation" => "Confirmación de la suscripción a nuestro boletín de noticias"
              "Newsletter Verification" => "Verificación de registro al boletín de noticias"
              "Thank you for subscribing to our newsletter. Please click on the following link to confirm your request:" => "Gracias por suscribirse a nuestro boletín de noticias. Haga clic en el siguiente enlace para confirmar su solicitud:"
              "Newsletter Voucher" => "Cupón de descuento del Boletín de Noticias"
              "Subscribing to newsletter" => "Suscribirse al boletín de noticias"
              "Thank you for subscribing to our newsletter. We are pleased to offer you the following voucher:" => "Gracias por suscribirse a nuestro boletín de noticias. Nos complace ofrecerle el siguiente cupón de descuento:"
              "Follow up 1" => "Seguimiento 1"
              "Thanks for your visit. However, it looks like you did not complete your purchase." => "Gracias por tu visita. Sin embargo, parece que no ha completado su compra."
              "Your cart has been saved, you can go back to your order on our shop:" => "Su carrito ha sido guardado, puede reanudar su pedido volviendo a visitar nuestra tienda:"
              "Your voucher code on {shop_name}" => "Su código del cupón de descuento en {shop_name}"
              "Follow up 2" => "Seguimiento 2"
              "Thanks for your order." => "Gracias por su pedido."
              "Follow up 3" => "Seguimiento 3"
              "We are pleased to offer you a discount of [1]{amount}%[/1] off your next order. And this offer is valid for [1]{days}[/1] days, so do not wait any longer!" => "Nos complace ofrecerle un descuento de un [1]{amount}%[/1] en su próximo pedido. Esta oferta es solamente válida durante [1]{days}[/1] días, ¡así que no espere más!"
              "Here is your VOUCHER CODE:" => "Aquí está su CÓDIGO DE CUPÓN DE DESCUENTO:"
              "Enter this code in your shopping cart to get the discount." => "Introduzca este código en su carrito de compra para obtener el descuento."
              "Your cart has been saved, you can resume your order by visiting our shop:" => "Su carrito ha sido guardado, puede reanudar su pedido visitando nuestra tienda:"
              "Follow up 4" => "Seguimiento 4"
              "Your cart on {shop_name}" => "Su carrito de compra en {shop_name}"
              "Congratulations, you are one of our best customers! However, it looks like you have not placed an order since {days_threshold} days." => "Usted es uno de nuestros mejores clientes, sin embargo, no ha realizado ningún pedido desde hace {days_threshold} días."
              "Referral program Congratulations" => "Enhorabuena del programa de referidos"
              "Your referred friend [1]{sponsored_firstname}[/1] [1]{sponsored_lastname}[/1] has placed his/her first order on <a href="{shop_url}">{shop_name}</a>!" => "¡Su amigo referido [1]{sponsored_firstname}[/1] [1]{sponsored_lastname}[/1] ha realizado su primera compra en <a href="{shop_url}">{shop_name}</a>!"
              "We are pleased to offer you a voucher worth [1]{discount_display}[/1] (VOUCHER # [1]{discount_name}[/1]) that you can use on your next order." => "Nos complace ofrecerle un cupón de descuento valorado en [1]{discount_display}[/1] (CUPÓN # [1]{discount_name}[/1]) para que lo utilice en su próximo pedido."
              "Referral program Invitation" => "Invitación al programa de referidos"
              "Join us!" => "¡Únase!"
              "Your friend [1]{firstname} {lastname}[/1] wants to refer you on <a href="{shop_url}" target="_blank">{shop_name}</a>!" => "¡Su amigo [1]{firstname} {lastname}[/1] quiere referirle en <a href="{shop_url}" target="_blank">{shop_name}</a>!"
              "Get referred and earn a discount voucher of [1]{discount}[/1]!" => "¡Afíliese y obtega un cupón de descuento de [1]{discount}[/1]!"
              "It's very easy to sign up, just click here!" => "Es muy fácil registrarse. ¡Solo haga clic aquí!"
              "When signing up, don't forget to provide the email address of your referring friend:" => "Al registrarse, no olvide proporcionar la dirección de correo electrónico de su amigo referente:"
              "Referral program Voucher" => "Cupón de descuento del programa de referidos"
              "Sponsorship Program" => "Programa de Patrocinio"
            ]
            "ModulesStripeofficialStripeofficial" => array:1 [
              "Pay online" => "Pagar con tarjeta"
            ]
            "es-ES" => array:49 [
              "Contact us" => ""
              "Call us:" => ""
              "Fax:" => ""
              "Email us:" => ""
              "Store information" => ""
              "Carousel buttons" => ""
              "Previous" => ""
              "Next" => ""
              "Active filters" => ""
              "(no filter)" => ""
              "Sort by:" => ""
              "%label%:" => ""
              "Close" => ""
              "List of sub categories in %name%:" => ""
              "Sitemap" => ""
              "Our stores" => ""
              "About and Contact" => ""
              "Home" => ""
              "Date" => ""
              "Status" => ""
              "We'll be back soon." => ""
              "403 Forbidden" => ""
              "You cannot access this store from your country. We apologize for the inconvenience." => ""
              "Theme Color" => "Theme Color"
              "Theme 1" => "Theme 1"
              "Theme 2" => "Theme 2"
              "Theme 3" => "Theme 3"
              "Theme 4" => "Theme 4"
              "Primary Color" => "Primary Color"
              "Layouts" => "Layouts"
              "Wide" => "Wide"
              "Box" => "Box"
              "Body Background" => "Body Background"
              "Default" => "Default"
              "Custom" => "Custom"
              "Box-Layout" => "Box-Layout"
              "Body Background Color" => "Body Background Color"
              "Title Font Family" => "Title Font Family"
              "Default Font Style" => "Default Font Style"
              "Title Color" => "Title Color"
              "Theme Font Family" => "Theme Font Family"
              "Menu Sticky" => "Menu Sticky"
              "Reset" => "Reset"
              "[1]%phone%[/1]" => "[1]%phone%[/1]"
              "[1]%email%[/1]" => "[1]%email%[/1]"
              "[1]%fax%[/1]" => "[1]%fax%[/1]"
              "List of pages in %category_name%:" => ""
              "Sorry for the inconvenience." => "Sorry for the inconvenience."
              "Search again what you are looking for" => "Search again what you are looking for"
            ]
            "ShopThemeActions" => array:71 [
              "Add To Cart" => "Añadir al carrito"
              "Call Us" => "Llámanos"
              "CheckOut" => "Salida"
              "View Cart" => "Ver carrito"
              "QTY :" => "Cantidad"
              "Register" => "Registro"
              "sec" => "seg"
              "min" => "min"
              "hour" => "hora"
              "day" => "día"
              "Out Of\n                                    Stock" => "Agotado"
              "Out Of Stock" => "Agotado"
              "Quick View" => "Vista rápida"
              "View Right Column" => "Ver columna derecha"
              "Catelog" => "Catálogo"
              "List-2" => "Lista-2"
              "List" => "Lista"
              "Grid-2" => "Cuadrícula-2"
              "Grid" => "Cuadrícula"
              "View Left Column" => "Ver columna izquierda"
              "Out of stock" => "Agotado"
              "Add to cart" => "Añadir al carrito"
              "Sign out" => "Cerrar sesión"
              "Sign in" => "Iniciar sesión"
              "Filter By" => "Filtrar por"
              "Clear all" => "Borrar todo"
              "Remove" => "Eliminar"
              "Cart" => "Carrito"
              "Subscribe" => "Suscribirse"
              "OK" => "OK"
              "Share" => "Compartir"
              "remove from cart" => "eliminar del carrito"
              "Show" => "Mostrar"
              "Hide" => "Ocultar"
              "Previous" => "Anterior"
              "Next" => "Siguiente"
              "View products" => "Ver productos"
              "Quick view" => "Vista rápida"
              "Quantity" => "Cantidad"
              "Choose file" => "Seleccionar archivo"
              "Remove Image" => "Eliminar imagen"
              "Save Customization" => "Guardar Personalización"
              "Filter" => "Filtrar"
              "Back to top" => "Volver arriba"
              "Select" => "Seleccionar"
              "Choose" => "Elegir"
              "Download" => "Descargas"
              "Cancel" => "Cancelar"
              "Delete" => "Eliminar"
              "Save" => "Guardar"
              "Edit" => "Modificar"
              "Proceed to checkout" => "Finalizar compra"
              "show details" => "mostrar detalles"
              "Add" => "Añadir"
              "Take advantage of our exclusive offers:" => "Benefíciese de nuestras ofertas exclusivas:"
              "Continue" => "Continuar"
              "edit" => "Modificar"
              "add new address" => "Añadir nueva dirección"
              "Continue shopping" => "Continuar comprando"
              "Checkout" => "Tramitar Pedido"
              "Create account" => "Crear una cuenta"
              "Update" => "Actualizar"
              "Add a new address" => "Añadir nueva dirección"
              "Create new address" => "Crear nueva dirección"
              "Send" => "Enviar"
              "Reorder" => "Pedir de nuevo"
              "Print out" => "Imprimir"
              "Send reset link" => "Enviar enlace de restablecimiento de contraseña"
              "Back to login" => "Volver a Inicio de sesión"
              "Back to Login" => "Volver a inicio"
              "Change Password" => "Cambiar la contraseña"
            ]
            "ShopThemeAction" => array:12 [
              "New products" => "rwe"
              "Stores" => "Tiendas"
              "Your Order Is Confirmed" => "Su pedido está confirmado"
              "Sign in" => "Iniciar sesión"
              "Order slip" => "Hoja de pedido"
              "Order history" => "Historial de pedidos"
              "Identity" => "Identidad"
              "My account" => "Mi cuenta"
              "Product Compare" => "Comparar productos"
              "My Wishlist" => "Mi lista de deseos"
              "Product Search" => "Búsqueda de productos"
              "Address" => "Dirección"
            ]
            "ShopThemeCatalog" => array:124 [
              "New products" => "Novedades"
              "Tax Included" => "Impuestos incluidos"
              "Home" => "Inicio"
              "Pinterest" => "Pinterest"
              "Google+" => "Google+"
              "Twitter" => "Twitter"
              "Facebook" => "Facebook"
              "Contact Us" => "Contacto"
              "Sign In" => "Iniciar sesión"
              "My Account" => "Mi cuenta"
              "Go Top" => "Ir arriba"
              "Subcategory" => "Subcategoría"
              " off" => "fuera de"
              "%1$s: " => "%1$s:"
              "1 product" => "1 producto"
              "%product_count% products" => "%product_count% productos"
              "Quantity : " => "Cantidad:"
              "Return policy:" => "Política de devoluciones:"
              "Tax Excluded" => "Impuestos excluidos"
              "(%unit_price%)" => "(%unit_price%)"
              "Up to %discount%" => "Hasta %discount%"
              "Unit discount" => "Descuento unitario"
              "Items" => "Artículos"
              "Item" => "Artículo"
              "Categories" => "Categorías"
              "Pages" => "Páginas"
              "Price drop" => "Promociones especiales"
              "Best sellers" => "Los más vendidos"
              "Category: %category_name%" => "Categoría: %category_name%"
              "List of all brands" => "Listado de todas las marcas"
              "%number% products" => "%number% productos"
              "%number% product" => "producto %number%"
              "Prices drop" => "Ofertas"
              "Search results" => "Resultados de la búsqueda"
              "List of products by supplier %supplier_name%" => "Listado de productos por proveedor %supplier_name%"
              "List of all suppliers" => "Listado de todos los proveedores"
              "Quantity" => "Cantidad"
              "Name, A to Z" => "Nombre, A a Z"
              "Name, Z to A" => "Nombre, Z a A"
              "Price, low to high" => "Precio: de más bajo a más alto"
              "Price, high to low" => "Precio, de más alto a más bajo"
              "Sales, highest to lowest" => "Ventas en orden decreciente"
              "Date added, newest to oldest" => "Fecha de añadido, más recientes a más antiguos"
              "Date added, oldest to newest" => "Fecha de añadido, de más antiguos a más recientes"
              "Relevance" => "Relevancia"
              "%1$s:" => "%1$s:"
              "Search our catalog" => "Búsqueda en catálogo"
              "Search" => "Buscar"
              "New" => "Nuevo"
              "Used" => "Utilizado"
              "Refurbished" => "Reacondicionado"
              "Online only" => "¡Disponible sólo en Internet!"
              "On sale!" => "¡En oferta!"
              "Reduced price" => "Precio rebajado"
              "Pack" => "Pack"
              "Product available with different options" => "Producto disponible con otras opciones"
              "Last items in stock" => "Últimas unidades en stock"
              "ean13" => "ean13"
              "isbn" => "isbn"
              "upc" => "upc"
              "MPN" => "MPN"
              "Best Sellers" => "Los más vendidos"
              "All best sellers" => "Los productos más vendidos"
              "All brands" => "Todas las marcas"
              "brands" => "marcas"
              "No brand" => "Ninguna marca"
              "%s other product in the same category:" => "%s otro producto en la misma categoría:"
              "%s other products in the same category:" => "%s otros productos en la misma categoría:"
              "Customers who bought this product also bought:" => "Los clientes que adquirieron este producto también compraron:"
              "My alerts" => "Mis alertas"
              "Popular Products" => "Productos Destacados"
              "All products" => "Todos los productos"
              "All new products" => "Todas las novedades"
              "1 person is currently watching this product." => "1 persona está viendo este producto."
              "%nb_people% people are currently watching this product." => "%nb_people% personas están viendo este producto ahora mismo."
              "Last time this product was bought: %date_last_order%" => "Última vez que se compró este producto: %date_last_order%"
              "Last time this product was added to a cart: %date_last_cart%" => "Última vez que se añadió este producto a un carrito: %date_last_cart%"
              "No RSS feed added" => "No se ha añadido ninguna fuente RSS"
              "On sale" => "En oferta"
              "All sale products" => "Todas los productos en oferta"
              "All suppliers" => "Todos los proveedores"
              "No supplier" => "No hay proveedores"
              "Viewed products" => "Productos más vistos"
              "Regular price" => "Precio base"
              "Price" => "Precio"
              "Your customization:" => "Su personalización:"
              "Product customization" => "Personalización del producto"
              "Brand" => "Marca"
              "In stock" => "En stock"
              "Availability date:" => "Fecha de disponibilidad:"
              "Data sheet" => "Ficha técnica"
              "Specific References" => "Referencias específicas"
              "Condition" => "Estado"
              "Reference" => "Referencia"
              "Volume discounts" => "Descuentos por volumen"
              "You Save" => "Usted ahorra"
              "Save %percentage%" => "%percentage% de descuento"
              "Save %amount%" => "Ahorre un %amount%"
              "%price% tax excl." => "%price% impuestos excl."
              "Instead of %price%" => "En lugar de %price%"
              "Including %amount% for ecotax" => "Incluyendo %amount% para la ecotasa"
              "(not impacted by the discount)" => "(no está incluido en el descuento)"
              "No tax" => "Sin impuestos"
              ": " => ": "
              "Showing %from%-%to% of %total% item(s)" => "Mostrando %from%-%to% de %total% artículo(s)"
              "There are %product_count% products." => "Hay %product_count% productos."
              "There is 1 product." => "Hay 1 producto."
              "Brands" => "Marcas"
              "List of products by brand %brand_name%" => "Listado de productos por marca %brand_name%"
              "No products available yet" => "No hay productos disponibles"
              "Stay tuned! More products will be shown here as they are added." => "¡Estate atento! Próximamente se añadirán más productos."
              "No matches were found for your search" => "No se han encontrado coincidencias con tu búsqueda"
              "Please try other keywords to describe what you are looking for." => "Usa otras palabras clave para describir lo que estás buscando."
              "List of products by supplier %s" => "Listado de productos por proveedor %s"
              "This pack contains" => "Este pack contiene"
              "Description" => "Descripción"
              "Product Details" => "Detalles del producto"
              "Attachments" => "Adjuntos"
              "You might also like" => "También podría interesarle"
              "Suppliers" => "Proveedores"
              "Unit price" => "Precio unitario"
              "Total price" => "Precio total"
              "Product" => "Producto"
              "No products available" => "No hay productos disponibles"
            ]
            "ShopFormsHelp" => array:19 [
              "Optional" => "Opcional"
              ".png .jpg .gif" => ".png .jpg .gif"
              "DD" => "DD"
              "MM" => "MM"
              "YYYY" => "YYYY"
              "Only letters and the dot (.) character, followed by a space, are allowed." => "Solo se permiten caracteres alfabéticos (letras) y el punto (.), seguidos de un espacio."
              "(E.g.: %date_format%)" => "(Ejemplo: %date_format%)"
              "Your password length must be between %d and %d" => "La longitud de su contraseña debe ser entre %d y %d"
              "Customer password is too weak" => "La contraseña del cliente es demasiado débil"
              "Enter a password to transform your guest account into a customer account." => "Introduzca una contraseña para transformar su cuenta de invitado en una cuenta de cliente."
              "your@email.com" => "su@email.com"
              "Select reference" => "Seleccionar referencia"
              "optional" => "opcional"
              "How can we help?" => "¿Cómo podemos ayudarle?"
              "Password input" => "Contraseña"
              "Don't forget to save your customization to be able to add to cart" => "No olvide guardar su personalización para poder añadirla al carrito"
              "Your message here" => "Su mensaje aquí"
              "250 char. max" => "250 caracteres como máximo"
              "No selected file" => "Ningún archivo seleccionado"
            ]
            "ShopFormsLabels" => array:38 [
              "Enter address" => "Introduzca la dirección"
              "Alias" => "Alias"
              "Address" => "Dirección"
              "Address Complement" => "Dirección Complementaria"
              "Zip/Postal Code" => "Código postal/Zip"
              "City" => "Ciudad"
              "Country" => "País"
              "State" => "Estado "
              "Phone" => "Teléfono"
              "Mobile phone" => "Teléfono móvil"
              "VAT number" => "Número de IVA"
              "Other" => "Otro"
              "First name" => "Nombre"
              "Last name" => "Apellidos"
              "Company" => "Empresa"
              "Identification number" => "Número de identificación fiscal"
              "Social title" => "Tratamiento"
              "Birthdate" => "Fecha de nacimiento"
              "Email" => "Dirección de correo electrónico"
              "Password" => "Contraseña"
              "Subject" => "Asunto"
              "Order reference" => "Referencia del pedido"
              "Attachment" => "Archivo adjunto"
              "Message" => "Mensaje"
              "Your email address" => "Su dirección de correo electrónico"
              "Please choose" => "Seleccionar..."
              "-- day --" => "-- día --"
              "-- month --" => "-- mes --"
              "-- year --" => "-- año --"
              "Optional" => "Opcional"
              "Set your password:" => "Establezca su contraseña:"
              "Product" => "Producto"
              "-- please choose --" => "-- por favor, seleccione --"
              "Order Reference:" => "Referencia del pedido:"
              "Email:" => "Email:"
              "Email address" => "Dirección de correo electrónico"
              "New password" => "Nueva contraseña"
              "Confirmation" => "Confirmación"
            ]
            "ShopThemeCheckout" => array:120 [
              "Total:" => "Total:"
              "Total shipping:" => "Envío total:"
              "Total products:" => "Total de productos:"
              "There is %product_count% item in your cart." => "Hay %product_count% artículo en su cesta."
              "No product add in cart" => "No hay productos en la cesta"
              "Proceed to checkout" => "Pasar por caja"
              "View cart" => "Ver carrito"
              "Items" => "Artículos"
              "Item" => "Artículo"
              "Your Cart: " => "Tu cesta:"
              "Sub Total" => "Subtotal"
              "Order with an obligation to pay" => "Pasar por caja"
              "tax incl." => "impuestos incl."
              "tax excl." => "impuestos excl."
              "(additional cost of %giftcost% %taxlabel%)" => "(coste adicional de %giftcost% %taxlabel%)"
              "I would like my order to be gift wrapped %cost%" => "Quiero mi pedido sea envuelto para regalo %cost%"
              "Personal Information" => "Datos Personales"
              "I agree to the [terms of service] and will adhere to them unconditionally." => "Estoy de acuerdo con los [términos del servicio] y los acepto sin reservas."
              "%price% tax incl." => "%price% imp incl."
              "%price% tax excl." => "%price% impuestos excl."
              "Free" => "Gratis"
              "My Address" => "Mi Dirección"
              "Tax included" => "Impuestos incluidos"
              "Tax excluded" => "Impuestos excluidos"
              "Free shipping" => "Envío gratuito"
              "Guest order tracking" => "Seguimiento de pedido de invitado"
              "Order confirmation" => "Confirmación de pedido"
              "Product Successfully Added to Your Shopping Cart" => "Producto añadido correctamente a su carrito"
              "Total" => "Total"
              "Total (tax incl.)" => "Total (impuestos incl.)"
              "Total (tax excl.)" => "Total (impuestos excl.)"
              "Subtotal" => "Subtotal"
              "Gift wrapping" => "Embalaje para regalo"
              "Discount(s)" => "Descuento(s)"
              "Shipping" => "Transporte"
              "Included taxes" => "Impuestos incluidos"
              "Taxes" => "Impuestos"
              "1 item" => "1 artículo"
              "%count% items" => "%count% artículos"
              "A minimum shopping cart total of %amount% (tax excl.) is required to validate your order. Current cart total is %total% (tax excl.)." => "Se necesita una compra mínima total de %amount% (impuestos exc.) para validar su pedido. En este momento el valor total de su carrito es de %total% (impuestos exc.)."
              "Total paid" => "Total pagado"
              "Discount" => "Descuento"
              "Shipping and handling" => "Envío y manipulación"
              "Tax" => "Impuestos"
              "Product successfully added to your shopping cart" => "Producto añadido correctamente a su carrito de compra"
              "Quantity:" => "Cantidad:"
              "There are %products_count% items in your cart." => "Hay %products_count% artículos en su carrito."
              "There is %products_count% item in your cart." => "Hay %products_count% artículo en su carrito."
              "Subtotal:" => "Subtotal:"
              "Shipping:" => "Envío:"
              "Shopping cart link containing %nbProducts% product(s)" => "Enlace al carrito de la compra que tiene %nbProducts% productos"
              "Cart" => "Carrito"
              "The minimum purchase order quantity for the product is %quantity%." => "La cantidad mínima en el pedido de compra para el producto es %quantity%."
              "Use this address for invoice too" => "Utilizar esta dirección para facturas también"
              "%productName% product quantity field" => "cantidad del producto %productName%"
              "Gift" => "Regalo"
              "There are no more items in your cart" => "No hay más artículos en su carrito"
              "Have a promo code?" => "¿Tiene un código promocional?"
              "Promo code" => "Código promocional"
              "Close" => "Cerrar"
              "Create an account" => "Crear una cuenta"
              "(optional)" => "(opcional)"
              "And save time on your next order!" => "¡Y ahorre tiempo en su próximo pedido!"
              "Order items" => "Artículos del pedido"
              "Unit price" => "Precio unitario"
              "Total products" => "Total productos"
              "Quantity" => "Cantidad"
              "%product_count% item in your cart" => "%product_count% artículo en su carrito"
              "%products_count% items in your cart" => "%products_count% artículos en su carrito"
              "Shipping Method" => "Método de envío"
              "Addresses" => "Direcciones"
              "Please check your order before payment" => "Por favor, revise su pedido antes de realizar el pago"
              "Your Delivery Address" => "Su dirección de entrega"
              "Your Invoice Address" => "Su dirección de facturación"
              "The selected address will be used as your personal address (for invoice)." => "La dirección seleccionada se utilizará como su dirección personal (para la facturación)."
              "The selected address will be used both as your personal address (for invoice) and as your delivery address." => "La dirección seleccionada se utilizará tanto como de dirección personal (para la factura) como de dirección de entrega."
              "Shipping Address" => "Dirección de envío"
              "Billing address differs from shipping address" => "La dirección de facturación difiere de la dirección de entrega"
              "Transaction amount has been correctly updated" => "El importe de la transacción se ha actualizado correctamente"
              "No payment needed for this order" => "Ningún pago necesario para este pedido"
              "Selected" => "Seleccionado"
              "Unfortunately, there are no payment method available." => "Desafortunadamente, no hay métodos de pago disponibles."
              "By confirming the order, you certify that you have read and agree with all of the conditions below:" => "Al confirmar el pedido, certifica que ha leído y acepta en su totalidad las siguientes condiciones:"
              "Place order" => "Realizar pedido"
              "Please make sure you've chosen a [1]payment method[/1] and accepted the [2]terms and conditions[/2]." => "Por favor, asegúrese de haber escogido un [1]método de pago[/1] y de haber aceptado los [2]términos y condiciones[/2]."
              "If you sign out now, your cart will be emptied." => "Si cierra sesión ahora, se vaciará su carrito."
              "Order as a guest" => "Pedir como invitado"
              "If you would like to add a comment about your order, please write it in the field below." => "Si desea dejarnos un comentario acerca de su pedido, por favor, escríbalo a continuación."
              "I would like to receive my order in recycled packaging." => "Quiero recibir mi pedido en embalaje reciclado."
              "If you'd like, you can add a note to the gift:" => "Si lo desea, puede añadir una nota al regalo:"
              "Unfortunately, there are no carriers available for your delivery address." => "Desafortunadamente, no disponemos de ningún transportista disponible para su dirección de envío."
              "Shopping Cart" => "Carrito"
              "Your order is confirmed" => "Su pedido está confirmado"
              "An email has been sent to your mail address %email%." => "Se ha enviado un email a su dirección de correo electrónico %email%."
              "You can also [1]download your invoice[/1]" => "También puede [1]descargar su factura[/1]"
              "Order details" => "Detalles del pedido"
              "Order reference: %reference%" => "Referencia de pedido: %reference%"
              "Payment method: %method%" => "Método de pago: %method%"
              "Shipping method: %method%" => "Método de envío: %method%"
              "Save time on your next order, sign up now" => "Ahorre tiempo en su próximo pedido, regístrese ahora"
              "Code" => "Código"
              "Description" => "Descripción"
              "Value" => "Valor"
              "Minimum" => "Mínimo"
              "Cumulative" => "Acumulativo"
              "Expiration date" => "Fecha de expiración"
              "Name" => "Nombre"
              "Payment" => "Pago"
              "Order reference" => "Referencia del pedido"
              "Date" => "Fecha"
              "Total price" => "Precio total"
              "Status" => "Estado"
              "Invoice" => "Factura"
              "Carrier" => "Transportista"
              "Payment method" => "Método de pago"
              "Delivery address %alias%" => "Dirección de entrega %alias%"
              "Invoice address %alias%" => "Dirección de facturación %alias%"
              "Weight" => "Peso"
              "Shipping cost" => "Costo de envío"
              "Tracking number" => "Número de seguimiento"
            ]
            "ShopThemeCustomeraccount" => array:85 [
              "Log into your customer account" => "Acceda a su cuenta de cliente"
              "Transform your guest account into a customer account and enjoy:" => "Transforme su cuenta de invitado en cuenta de cliente y disfrute:"
              "Receive offers from our partners" => "Recibir ofertas de nuestros socios"
              "#%id%" => "nº %id%"
              "Your account" => "Su cuenta"
              "Vouchers" => "Cupones de descuento"
              "Credit slips" => "Facturas por abono"
              "Merchandise returns" => "Devoluciones de mercancía"
              "Information" => "Información"
              "Addresses" => "Direcciones"
              "Add first address" => "Añadir primera dirección"
              "Orders" => "Pedidos"
              "Order tracking" => "Seguimiento del pedido"
              "Create account" => "Crear una cuenta"
              "Log me out" => "Cerrar sesión"
              "Log in to your customer account" => "Acceda a su cuenta de cliente"
              "View my customer account" => "Ver mi cuenta de cliente"
              "Enter a password between %s and %s characters" => "Introduce una contraseña de entre %s y %s caracteres"
              "The minimum score must be: %s" => "La puntuación mínima debe ser: %s"
              "Connected as [1]%firstname% %lastname%[/1]." => "Conectado como [1]%firstname% %lastname%[/1]."
              "Not you? [1]Log out[/1]" => "¿No es usted? [1]Cerrar sesión[/1]"
              "Create an account" => "Crear una cuenta"
              "You have given permission to receive your order in recycled packaging." => "Ha solicitado recibir su pedido en embalaje reciclado."
              "Personalized and secure access" => "Acceso seguro y personalizado"
              "Fast and easy checkout" => "Proceso de paso por caja sencillo y rápido"
              "Easier merchandise return" => "Realizar devoluciones de productos más fácilmente"
              "Back to your account" => "Volver a su cuenta"
              "Virtual products can't be returned." => "Los productos virtuales no pueden ser devueltos."
              "Returned" => "Devuelto"
              "Merchandise return" => "Devolución de mercancía"
              "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." => "Si desea devolver uno o varios productos, por favor, marque la(s) casilla(s) correspondiente(s) e indique el motivo de la devolución. A continuación haga clic en el botón para continuar."
              "Request a return" => "Solicitar una devolución"
              "Messages" => "Mensajes"
              "Add a message" => "Añadir un mensaje:"
              "If you would like to add a comment about your order, please write it in the field below." => "Si desea dejarnos un comentario acerca de su pedido, por favor, escríbalo a continuación."
              "Update your address" => "Actualizar su dirección"
              "New address" => "Nueva dirección"
              "Your addresses" => "Sus direcciones"
              "Log in to your account" => "Iniciar sesión con su cuenta"
              "No account? Create one here" => "¿No tiene una cuenta? Cree una aquí"
              "Your vouchers" => "Tus cupones de descuento"
              "Guest Order Tracking" => "Seguimiento de pedido de invitado"
              "To track your order, please enter the following information:" => "Por favor, introduzca los siguientes datos para el seguimiento de su pedido"
              "For example: QIIXJXNUI or QIIXJXNUI#1" => "Por ejemplo : QIIXJXNUI o QIIXJXNUI#1"
              "Guest Tracking" => "Seguimiento de pedido"
              "Order history" => "Historial de pedidos"
              "Here are the orders you've placed since your account was created." => "Estos son los pedidos que ha realizado desde que creó su cuenta."
              "Details" => "Datos"
              "Your personal information" => "Sus datos personales"
              "Order history and details" => "Historial y detalles de mis pedidos"
              "Order details" => "Detalles del pedido"
              "Order Reference %reference% - placed on %date%" => "Referencia de pedido %reference% - efectuado el %date%"
              "Download your invoice as a PDF file." => "Descargar su factura en formato PDF."
              "You have requested gift wrapping for this order." => "Ha solicitado envolver este pedido en papel de regalo."
              "Message" => "Mensaje"
              "Follow your order's status step-by-step" => "Siga paso a paso, el estado de su pedido"
              "Click the following link to track the delivery of your order" => "Haga clic en el siguiente enlace para realizar un seguimiento de su pedido"
              "Here is a list of pending merchandise returns" => "A continuación encontrará la lista de devoluciones en curso"
              "Return" => "Devolver"
              "Package status" => "Estado del paquete"
              "Returns form" => "Formulario de Devoluciones"
              "Return details" => "Detalles de la devolución"
              "%number% on %date%" => "%number% el %date%"
              "We have logged your return request." => "Hemos aceptado su solicitud de devolución."
              "Your package must be returned to us within %number% days of receiving your order." => "Su paquete debe ser devuelto en el plazo de %number% días desde la recepción de su pedido."
              "The current status of your merchandise return is: [1] %status% [/1]" => "El estado actual de la devolución de la mercancía es: [1] %status% [/1]"
              "List of items to be returned:" => "Listado de productos a devolver:"
              "Reminder" => "Recordatorio"
              "All merchandise must be returned in its original packaging and in its original state." => "Todos los productos deben devolverse en su embalaje original y en su estado original."
              "Please print out the [1]returns form[/1] and include it with your package." => "Por favor, imprima el [1]formulario de devolución[/1] e introdúzcalo en el paquete."
              "Please check the [1]returns form[/1] for the correct address." => "Por favor, compruebe que la dirección es la correcta en el [1]formulario de devolución[/1]."
              "When we receive your package, we will notify you by email. We will then begin processing order reimbursement." => "Cuando recibamos el paquete, se lo notificaremos por correo electrónico. A continuación, comenzaremos a procesar el reembolso del pedido."
              "Please let us know if you have any questions." => "Por favor, póngase en contacto con nosotros si tiene alguna consulta que hacernos."
              "If the conditions of return listed above are not respected, we reserve the right to refuse your package and/or reimbursement." => "Si las condiciones de devolución indicadas anteriormente no se respetan, nos reservamos el derecho de rechazar el paquete y/o el reembolso."
              "Order" => "Pedido"
              "Date issued" => "Fecha de creación"
              "Credit slips you have received after canceled orders." => "Facturas por abono que ha recibido por pedidos cancelados."
              "Credit slip" => "Factura por abono"
              "View credit slip" => "Ver factura por abono"
              "Please enter the email address you used to register. You will receive a temporary link to reset your password." => "Por favor, introduzca la dirección de correo electrónico que utilizó para registrarse. Recibirá un enlace temporal para restablecer su contraseña."
              "Forgot your password?" => "¿Olvidó su contraseña?"
              "Reset your password" => "Restablecer su contraseña"
              "Email address: %email%" => "Dirección de correo electrónico: %email%"
              "Already have an account?" => "¿Ya tiene una cuenta?"
              "Log in instead!" => "¡Inicie sesión!"
            ]
            "ShopThemeGlobal" => array:101 [
              "[1]%fax%[/1]" => "[1]%fax%[/1]"
              "[1]%phone%[/1]" => "[1]%phone%[/1]"
              "[1]%email%[/1]" => "[1]%email%[/1]"
              "Search again what you are looking for" => "Busca de nuevo lo que buscas"
              "Sorry for the inconvenience." => "Disculpe las molestias."
              "Undefined" => "Indefinido"
              "Straight rows of keys are easy to guess" => "Una serie seguida de teclas de la misma fila es fácil de adivinar"
              "Short keyboard patterns are easy to guess" => "Los patrones de teclado cortos son fáciles de adivinar"
              "Use a longer keyboard pattern with more turns" => "Usa un patrón de teclado más largo y con más giros"
              "Repeats like "aaa" are easy to guess" => "Las repeticiones como «aaa» son fáciles de adivinar"
              "Repeats like "abcabcabc" are only slightly harder to guess than "abc"" => "Las repeticiones como "abcabcabc" son solo un poco más difíciles de adivinar que "abc""
              "Sequences like abc or 6543 are easy to guess" => "Las secuencias como abc o 6543 son fáciles de adivinar"
              "Recent years are easy to guess" => "Los años recientes son fáciles de adivinar"
              "Dates are often easy to guess" => "Las fechas suelen ser fáciles de adivinar"
              "This is a top-10 common password" => "Esta es una de las 10 contraseñas más comunes"
              "This is a top-100 common password" => "Esta es una de las 100 contraseñas más comunes"
              "This is a very common password" => "Esta contraseña es muy común"
              "This is similar to a commonly used password" => "Esta contraseña es similar a otras contraseñas muy usadas"
              "A word by itself is easy to guess" => "Una palabra que por sí misma es fácil de adivinar"
              "Names and surnames by themselves are easy to guess" => "Los nombres y apellidos completos son fáciles de adivinar"
              "Common names and surnames are easy to guess" => "Los nombres comunes y los apellidos son fáciles de adivinar"
              "Use a few words, avoid common phrases" => "Usa varias palabras, evita frases comunes"
              "No need for symbols, digits, or uppercase letters" => "No se necesitan símbolos, dígitos o letras mayúsculas"
              "Avoid repeated words and characters" => "Evita repetir palabras y caracteres"
              "Avoid sequences" => "Evita secuencias"
              "Avoid recent years" => "Evita años recientes"
              "Avoid years that are associated with you" => "Evita años que puedan asociarse contigo"
              "Avoid dates and years that are associated with you" => "Evita años y fechas que puedan asociarse contigo"
              "Capitalization doesn't help very much" => "Las mayúsculas no ayudan mucho"
              "All-uppercase is almost as easy to guess as all-lowercase" => "Todo en mayúsculas es casi tan fácil de adivinar como en minúsculas"
              "Reversed words aren't much harder to guess" => "Las palabras invertidas no son mucho más difíciles de adivinar"
              "Predictable substitutions like '@' instead of 'a' don't help very much" => "Las sustituciones predecibles como usar '@' en lugar de 'a' no ayudan mucho"
              "Add another word or two. Uncommon words are better." => "Añade una o dos palabras más. Es mejor usar palabras poco habituales."
              "Sequences like "abc" or "6543" are easy to guess" => "Las secuencias como "abc" o "6543" son fáciles de adivinar"
              "Predictable substitutions like "@" instead of "a" don't help very much" => "Las sustituciones predecibles como usar "@" en lugar de "a" no ayudan mucho"
              "Yes" => ""
              "No" => "No"
              "None" => "Ninguno"
              "Very weak" => "Muy débil"
              "Weak" => "Débil"
              "Average" => "Promedio"
              "Strong" => "Fuerte"
              "Very strong" => "Muy fuerte"
              "Merchandise returns" => "Devoluciones de mercancía"
              "The page you are looking for was not found." => "La página que busca no se ha encontrado."
              "Our Offers" => "Nuestras ofertas"
              "Log in" => "Iniciar sesión"
              "Create new account" => "Crear nueva cuenta"
              "Monday" => "Lunes "
              "Tuesday" => "Martes"
              "Wednesday" => "Miércoles"
              "Thursday" => "Jueves"
              "Friday" => "Viernes"
              "Saturday" => "Sábado"
              "Sunday" => "Domingo"
              "Brands" => "Marcas"
              "Home" => "Inicio"
              "Sort by:" => "Ordenar por:"
              "Close" => "Cerrar"
              "Store information" => "Información de la tienda"
              "Addresses" => "Direcciones"
              "Active filters" => "Filtros activos"
              "(no filter)" => "(sin filtro)"
              "(tax incl.)" => "(impuestos inc.)"
              "(tax excl.)" => "(impuestos excl.)"
              "(tax included)" => "(impuestos incluidos)"
              "(tax excluded)" => "(impuestos excluidos)"
              "Tax included" => "Impuestos incluidos"
              "Tax excluded" => "Impuestos excluidos"
              "New" => "Nuevo"
              "Contact us" => "Contacte con nosotros"
              "Call us: [1]%phone%[/1]" => "Llámenos: [1]%phone%[/1]"
              "Email us:" => "Envíenos un mensaje de correo electrónico:"
              "Call us:" => "Llámenos:"
              "Fax:" => "Fax:"
              "Fax: [1]%fax%[/1]" => "Fax: [1]%fax%[/1]"
              "Currency:" => "Moneda:"
              "Currency dropdown" => "Selector desplegable de moneda"
              "Get our latest news and special sales" => "Infórmese de nuestras últimas noticias y ofertas especiales"
              "Carousel container" => "Contenedor carrusel "
              "Carousel buttons" => "Botones del carrusel"
              "Previous" => "Anterior"
              "Next" => "Siguiente"
              "Language:" => "Idioma:"
              "Language dropdown" => "Selector desplegable de idioma"
              "Sort by selection" => "Selector Ordenar por"
              "%label%:" => "%label%:"
              "%copyright% %year% - Ecommerce software by %prestashop%" => "%copyright% %year% - Software Ecommerce desarrollado por %prestashop%"
              "List of sub categories in %name%:" => "Listado de subcategorías en %name%:"
              "List of pages in %category_name%:" => "Listado de páginas en %category_name%:"
              "Sitemap" => "Mapa del sitio"
              "Our stores" => "Nuestras tiendas"
              "About and Contact" => "Acerca de y Contacto"
              "Date" => "Fecha"
              "Status" => "Estado"
              "You are not allowed to access this page." => "No tienes permiso para acceder a esta página."
              "We'll be back soon." => "Estaremos de vuelta en breve."
              "This page could not be found" => "No se encontró la página"
              "Try to search our catalog, you may find what you are looking for!" => "Intente buscar en nuestro catálogo, ¡puede encontrar lo que está buscando!"
              "403 Forbidden" => "403 Acceso Denegado"
              "You cannot access this store from your country. We apologize for the inconvenience." => "No puede acceder a nuestra tienda desde su país. Sentimos los inconvenientes."
            ]
            "ModulesCrosssellingShop" => array:1 [
              "Customers who bought this product also bought:" => "Los clientes que adquirieron este producto también compraron:"
            ]
            "AdminShippingHelp" => array:45 [
              "Format:" => "Formato:"
              "Filesize:" => "Tamaño del archivo:"
              "MB max." => "MB máximo."
              "Current size:" => "Tamaño actual:"
              "undefined" => "indefinido"
              "Your online store needs to have a proper carrier registered in PrestaShop as soon as you start shipping your products. This means sending yours parcels using your local postal service, or having a contract with a private carrier which in turn will ship your parcels to your customers. In order to have PrestaShop suggest the most adequate carrier to your customers during their order checkout process, you need to register all the carriers with which you have chosen to work." => "Tu tienda necesita tener un transportista adecuado registrado en PrestaShop tan pronto como empiece con el envío de tus productos. Esto significa enviar tus paquetes usando el servicio postal local de su ciudad, o tener un contrato con un transportista privado que a su vez enviará tus paquetes a tus clientes. Para que PrestaShop sugiera el transportista más adecuado a tus clientes durante el proceso de compra, tendrás que registrar todas las empresas de transporte con las que has elegido trabajar."
              "PrestaShop comes with a number of carrier modules that you can activate. You can also buy carrier modules on the PrestaShop Addons marketplace. Recommended modules are listed below: install the module that matches your carrier, and configure it!" => "PrestaShop trae incluido una serie de módulos de transportistas que puedes activar. También puedes comprar módulos de transportistas en el marketplace PrestaShop Addons. ¡Los módulos recomendados son los siguientes: instala el módulo que coincida con tu transportista, y configúralo!"
              "Note: DO NOT register a new carrier if there already exists a module for it! Using a module will be much faster and more accurate!" => "Nota: ¡NO registres un nuevo transportista si ya existe un módulo para ello! ¡El uso de un módulo será mucho más rápido y preciso!"
              "The carrier's name will be displayed during checkout." => "El nombre del transportista será mostrado durante el proceso de compra."
              "The delivery time will be displayed during checkout." => "El tiempo estimado para la entrega del producto será mostrado durante la compra."
              "Delivery tracking URL: Type '@' where the tracking number should appear. It will be automatically replaced by the tracking number." => "URL de seguimiento de la entrega. Teclea '@' donde el número de seguimiento debe aparecer. Este símbolo será sustituido automáticamente por el número de seguimiento."
              "For example: 'http://example.com/track.php?num=@' with '@' where the tracking number should appear." => "Por ejemplo: 'http://ejemplo.com/track.php?num=@' con '@' donde debe aparecer el número de seguimiento."
              "Include the handling costs (as set in Shipping > Preferences) in the final carrier price." => "Incluir los gastos de manipulación (como se establece en Envío > Preferencias) en el precio final del transportista."
              "Out-of-range behavior occurs when no defined range matches the customer's cart (e.g. when the weight of the cart is greater than the highest weight limit defined by the weight ranges)." => "El comportamiento fuera de rango se produce cuando ningún rango definido coincide con el carrito del cliente (por ejemplo, cuando el peso del carrito es mayor que el límite de peso más alto definido para los rangos de peso)."
              "Maximum width managed by this carrier. Set the value to "0", or leave this field blank to ignore." => "Anchura máxima permitida por este transportista. Introduce el valor a "0" o deja este campo vacío para ignorarla."
              "The value must be an integer." => "El valor debe ser un entero."
              "Maximum height managed by this carrier. Set the value to "0", or leave this field blank to ignore." => "Altura máxima permitida por este transportista. Introduce el valor a "0" o deja este campo vacío para ignorarla."
              "Maximum depth managed by this carrier. Set the value to "0", or leave this field blank to ignore." => "Profundidad máxima permitida por este transportista. Introduce el valor "0" o deja este campo en vacío para ignorarla."
              "Maximum weight managed by this carrier. Set the value to "0", or leave this field blank to ignore." => "Peso máximo permitido por este transportista. Introduce el valor "0" o deja este campo vacío para ignorarlo."
              "Allowed characters: letters, spaces and "%special_chars%"." => "Caracteres permitidos: letras, espacios y "%special_chars%"."
              "For in-store pickup, enter 0 to replace the carrier name with your shop name." => "Para la recogida en tienda, introduce 0 para reemplazar el nombre del transportista por el nombre de tu tienda."
              "Enter "0" for a longest shipping delay, or "9" for the shortest shipping delay." => "Introduce "0" para el tiempo de entrega más largo, o "9" para el más corto."
              "Mark the groups that are allowed access to this carrier." => "Marca todos los grupos que quieres que tengan acceso a este transportista."
              "Enable the carrier in the front office." => "Activar el transportista en el Front Office."
              "Carrier name displayed during checkout" => "Nombre del transportista que aparece durante el proceso de compra"
              "Upload a logo from your computer." => "Subir un logo desde tu ordenador."
              "or" => "o"
              "Estimated delivery time will be displayed during checkout." => "Tiempo estimado para la entrega del producto. Será mostrado durante el proceso de compra."
              "Delivery tracking URL: Type '@' where the tracking number should appear. It will then be automatically replaced by the tracking number." => "URL de seguimiento de la entrega. Teclea '@' donde el número de seguimiento debe aparecer. Este símbolo será sustituido automáticamente por el número de seguimiento."
              "The zones in which this carrier will be used." => "Las zonas en las que se utilizará este transportista."
              "Group access" => "Acceso de grupo"
              "Apply both regular shipping cost and product-specific shipping costs." => "Aplicar los gastos de envío y costes adicionales de envío por producto para este transportista."
              "Include the shipping and handling costs in the carrier price." => "Incluir los gastos de envío y manipulación en el precio del transportista."
              "Apply the cost of the highest defined range" => "Aplicar el coste más alto de la gama definida"
              "Out-of-range behavior occurs when none is defined (e.g. when a customer's cart weight is greater than the highest range limit)." => "El comportamiento fuera de rango se produce cuando ningún rango definido coincide con el carrito del cliente (por ejemplo, cuando el peso del carrito es mayor que el límite de peso más alto definido para los rangos de peso)."
              "Maximum height managed by this carrier. Set the value to "0," or leave this field blank to ignore." => "Altura máxima permitida por este transportista. Introduce el valor a "0" o deja este campo vacío para ignorarla."
              "Maximum width managed by this carrier. Set the value to "0," or leave this field blank to ignore." => "Anchura máxima permitida por este transportista. Introduce el valor a "0" o deja este campo vacío para ignorarla."
              "Maximum depth managed by this carrier. Set the value to "0," or leave this field blank to ignore." => "Profundidad máxima permitida por este transportista. Introduce el valor "0" o deja este campo vacío para ignorarla."
              "Maximum weight managed by this carrier. Set the value to "0," or leave this field blank to ignore." => "Peso máximo permitido por este transportista. Introduce el valor a "0" o deja este campo en vacío para ignorarlo."
              "Your shop's default carrier." => "Transportista por defecto de tu tienda."
              "This will only be visible in the front office." => "Esto solo será visible en el Front Office."
              "You need to register all the carriers with which you have chosen to work. PrestaShop comes with a selection of carrier modules you can install right below the page or buy on [1]Addons marketplace[/1]." => "Debe registrar todos los transportistas con los que ha elegido trabajar. PrestaShop viene con una selección de módulos de transporte que puede instalar justo debajo de la página o comprar en el [1]Addons marketplace[/1]."
              "If there is no existing module for your carrier, you can register it manually by clicking on "[1]" but before, please make sure you did not register a new carrier if a module already exists for it!" => "Si no hay un módulo existente para su transportista, puede registrarlo manualmente haciendo clic en "[1]", pero antes, asegúrese de no registrar un nuevo transportista si ya existe un módulo para él."
              "If you set these parameters to 0, they will be disabled." => "Si estableces estos parámetros a 0, se desactivarán."
              "Coupons are not taken into account when calculating free shipping." => "Los cupones de descuento no se tienen en cuenta al calcular el envío gratuito."
            ]
            "ModulesShoppingcartAdmin" => array:5 [
              "Shopping cart" => "Carrito de compra"
              "Display a shopping cart icon on your pages and the number of items it contains." => "Mostrar un icono de carrito de compra en tus páginas y la cantidad de artículos que contiene. "
              "Ajax: Invalid choice." => "Ajax: elección no válida."
              "Ajax cart" => "Carrito Ajax"
              "Activate Ajax mode for the cart (compatible with the default theme)." => "Activar el modo Ajax para el carrito (compatible con el tema predeterminado)."
            ]
            "AdminDashboardNotification" => array:4 [
              "You are currently connected under the following domain name:" => "En este momento estás conectado bajo el siguiente nombre de dominio:"
              "This is different from the shop domain name set in the Multistore settings: "%s"." => "Este es diferente del nombre de dominio establecido en los ajustes "Multitienda": "%s"."
              "If this is your main domain, please {link}change it now{/link}." => "Si este es tu dominio principal, por favor {link}cámbialo ahora{/link}."
              "This is different from the domain name set in the "SEO & URLs" tab." => "Este es diferente del nombre de dominio establecido en la pestaña: "SEO y URLs"."
            ]
            "AdminAdvparametersFeature" => array:464 [
              "Menu" => "Menú"
              "No menu" => "Ningún Menú"
              "Import data from another shop" => "Importar datos de otra tienda"
              "Experimental product page" => "Página de producto experimental"
              "New product page - Single store" => "Nueva página de producto - Tienda única"
              "New product page - Multistore" => "Nueva página de producto - Multitienda"
              "Permissions" => "Permisos"
              "New product page" => "Nueva página de producto"
              "Authorization server" => "Servidor de autorización"
              "Catalog price rules" => "Reglas de precio del catálogo"
              "Enable / Disable having more than one image format (jpg, webp, avif, png, etc.)" => "Activar / Desactivar tener más de un formato de imagen (jpg, webp, avif, png, etc.)"
              "Countries" => "Países"
              "States" => "Provincias"
              "Carriers" => "Transportistas"
              "Titles" => "Tratamientos"
              "Tax rule groups" => "Grupos de reglas de impuestos"
              "Customer threads" => "Servicio al cliente"
              "Order states" => "Estados de pedido"
              "SuperAdmin" => "SuperAdmin"
              "Logistician" => "Encargado de logística"
              "Translator" => "Traductor"
              "Salesman" => "Vendedor"
              "Webservice key created: %s" => "Clave de Servicio Web creada: %s"
              "Webservice key %s has been deleted" => "La clave de Servicio Web %s ha sido eliminada"
              "Supply Orders" => "Pedidos de suministros"
              "Supply Order Details" => "Detalles de los pedidos de suministros"
              "Product Reference" => "Referencia del producto"
              "Note" => "Nota"
              "Supplier ID *" => "ID Proveedor *"
              "Lang ID" => "ID Idioma"
              "Warehouse ID *" => "ID Almacén *"
              "Currency ID *" => "ID Moneda *"
              "Supply Order Reference *" => "Referencia pedido de suministros *"
              "Delivery Date (Y-M-D)*" => "Fecha de entrega (A-M-D)*"
              "Discount rate" => "Tasa de descuento"
              "Product ID *" => "ID Producto *"
              "Product Attribute ID" => "ID Atributo del Producto"
              "Unit Price (tax excl.)*" => "Precio Unitario (imp. excl.) *"
              "Quantity Expected *" => "Cantidad esperada *"
              "Discount Rate" => "Tasa de descuento"
              "Tax Rate" => "Tasa de impuesto"
              "Import .CSV data" => "Importar datos .CSV"
              "Template" => "Plantilla"
              "Customer ID" => "ID del cliente"
              "Active  (0/1)" => "Activo (0/1)"
              "Customer email" => "Correo electrónico del cliente"
              "Active (0/1)" => "Activo (0/1)"
              "Root category (0/1)" => "Categoría raíz (0/1)"
              "Image URL" => "URL de la imagen"
              "Product ID" => "ID del producto"
              "Attribute (Name:Type:Position)" => "Atributo (Nombre:Tipo:Posición)"
              "Value (Value:Position)" => "Valor (Valor:Posición)"
              "Supplier reference" => "Ref proveedor"
              "Default (0 = No, 1 = Yes)" => "Predeterminado (0 = No, 1 = Sí)"
              "Combination availability date" => "Fecha de disponibilidad de la combinación"
              "Choose among product images by position (1,2,3...)" => "Elegir entre imágenes de productos por posición (1,2,3...)"
              "Titles ID (Mr = 1, Ms = 2, else 0)" => "ID Tratamiento (Sr = 1, Sra = 2, sino 0)"
              "Birth date (yyyy-mm-dd)" => "Fecha de nacimiento (dd-mm-aaaa)"
              "Newsletter (0/1)" => "Boletín (0/1)"
              "Partner offers (0/1)" => "Ofertas de asociados (0/1)"
              "Registration date (yyyy-mm-dd)" => "Fecha de registro (dd-mm-aaaa)"
              "Groups (x,y,z...)" => "Grupos (x, y, z...)"
              "Default group ID" => "ID del grupo predeterminada"
              "UPC" => "UPC"
              "Minimal quantity" => "Cantidad mínima"
              "Image URLs (x,y,z...)" => "URL's de las imágenes (x,y,z...)"
              "Image alt texts (x,y,z...)" => "Textos alternativos de imagen (x,y,z...)"
              "Advanced Stock Management" => "Administración Avanzada de Stock"
              "Depends on stock" => "Dependiendo del stock"
              "Warehouse" => "Almacén"
              "Categories (x,y,z...)" => "Categorías (x,y,z...)"
              "Tax rule ID" => "ID regla de impuestos"
              "On sale (0/1)" => "En oferta (0/1)"
              "Discount amount" => "Valor del descuento"
              "Discount percent" => "Porcentaje de descuento"
              "Discount from (yyyy-mm-dd)" => "Descuento desde (aaaa-mm-dd)"
              "Discount to (yyyy-mm-dd)" => "Descuento hasta (aaaa-mm-dd)"
              "Reference #" => "Referencia nº"
              "Supplier reference #" => "N° de referencia proveedor"
              "Delivery time of out-of-stock products with allowed orders:" => "Plazo de entrega para los productos fuera de stock que se permiten comprar:"
              "Additional shipping cost" => "Coste adicional del envío"
              "Unit for the price per unit" => "Unidad para el precio unitario"
              "Tags (x,y,z...)" => "Etiquetas (x,y,z...)"
              "Rewritten URL" => "URL reescrita"
              "Label when backorder allowed" => "Etiqueta para cuando se permiten pedidos en espera"
              "Available for order (0 = No, 1 = Yes)" => "Disponible para pedidos (0 = No, 1 = Si)"
              "Product availability date" => "Fecha de disponibilidad del producto"
              "Product creation date" => "Fecha de creación del producto"
              "Show price (0 = No, 1 = Yes)" => "Mostrar Precio (0 = No, 1 = Si)"
              "Delete existing images (0 = No, 1 = Yes)" => "Elimine las imágenes existentes (0 = No, 1 = Si)"
              "Feature (Name:Value:Position:Customized)" => "Característica (Nombre:Valor:Posición:Personalizado)"
              "Available online only (0 = No, 1 = Yes)" => "Solo disponible por Internet (0 = No, 1 = Si)"
              "Customizable (0 = No, 1 = Yes)" => "Personalizable (0 = No, 1 = Sí)"
              "Uploadable files (0 = No, 1 = Yes)" => "Se pueden subir archivos (0 = No, 1 = Sí)"
              "Text fields (0 = No, 1 = Yes)" => "Campos de texto (0 = No, 1 = Sí)"
              "Action when out of stock" => "Acción cuando no haya existencias de stock"
              "Virtual product (0 = No, 1 = Yes)" => "Producto virtual (0 = No, 1 = Sí)"
              "File URL" => "URL de archivo"
              "Expiration date (yyyy-mm-dd)" => "Fecha de expiración (dd-mm-aaaa)"
              "Number of days" => "Número de días"
              "Accessories (x,y,z...)" => "Accesorios (x,y,z...)"
              "Address (2)" => "Dirección (2)"
              "Latitude" => "Latitud"
              "Longitude" => "Longitud"
              "Hours (x,y,z...)" => "Horas (x,y,z...)"
              "ID / Name of group shop" => "ID  / Nombre del grupo de tienda"
              "Ignore this column" => "Ignorar esta columna"
              "Store contacts" => "Contactos de la tienda"
              "EAN-13" => "EAN-13"
              "ID / Name of the store" => "ID / Nombre de la tienda"
              "Back office connection from %ip%" => "Conexión al back-office desde %ip%"
              "%class_name% addition" => "%class_name% añadida"
              "Edit this SQL query" => "Editar esta consulta SQL"
              "SQL query name" => "Nombre de la consulta SQL"
              "Select your default file encoding" => "Selecciona la codificación de archivos predeterminada"
              "Contact information" => "Información de contacto"
              "Discount prices" => "Precios descuento"
              "Module hooks" => "Hooks de los módulos"
              "Meta information" => "Metainformación"
              "Product combinations" => "Combinaciones de productos"
              "Available quantities for sale" => "Cantidades disponibles para la venta"
              "Warehouses" => "Almacenes"
              "Webservice accounts" => "Cuentas de Servicio web"
              "Attribute groups" => "Grupos de atributos"
              "Tax rules groups" => "Grupos de reglas de impuestos"
              "Cart rules" => "Reglas del carrito"
              "Import data" => "Importar datos"
              "Choose the source shop" => "Selecciona la tienda origen"
              "Choose data to import" => "Selecciona los datos a importar"
              "Shop groups list" => "Listado de grupos de tienda"
              "Customer groups" => "Grupos de clientes"
              "Choose the source store" => "Selecciona la tienda origen"
              "Store groups list" => "Lista de grupos de tiendas"
              "Shop group" => "Grupo de tiendas"
              "Multistore options" => "Opciones Multitienda"
              "Default shop" => "Tienda predeterminada"
              "Add a new shop group" => "Añadir nuevo grupo de tienda"
              "Add a new shop" => "Añadir nueva tienda"
              "Shop group name" => "Nombre del grupo de tienda"
              "Share customers" => "Compartir clientes"
              "Share available quantities for sale" => "Compartir las cantidades disponibles para vender"
              "Share available quantities between shops of this group. When changing this option, all available products quantities will be reset to 0." => "Compartir las cantidades disponibles para la venta entre las tiendas de este grupo. Al cambiar esta opción, todas las cantidades de productos disponibles se restablecerán a 0."
              "Share orders" => "Comparta pedidos"
              "Store group" => "Grupo de tiendas"
              "Default store" => "Tienda predeterminada"
              "Add a new group of stores" => "Añadir un nuevo grupo de tiendas"
              "Add a new store" => "Añadir nueva tienda"
              "Name of the store group" => "Nombre del grupo de tiendas"
              "Multistore tree" => "Árbol multitienda"
              "Shop URL ID" => "ID de la URL de la tienda"
              "Shop name" => "Nombre de la tienda"
              "Is it the main URL?" => "¿Es esta la URL principal?"
              "URL options" => "Opciones de URL"
              "Is it the main URL for this shop?" => "¿Es esta la URL principal para esta tienda?"
              "Shop URL" => "URL de tu tienda"
              "Domain" => "Dominio"
              "SSL Domain" => "Dominio SSL"
              "Physical URL" => "URL física"
              "Virtual URL" => "URL virtual"
              "Final URL" => "URL Final"
              "Edit this shop" => "Editar esta tienda"
              "Add a new URL" => "Añadir una nueva URL"
              "Store URL ID" => "ID de la URL de la tienda"
              "Store name" => "Nombre de la tienda"
              "Is it the main URL for this store?" => "¿Es esta la URL principal para esta tienda?"
              "Store URL" => "URL de la tienda"
              "Edit this store" => "Editar esta tienda"
              "Statistics" => "Estadísticas"
               …296
            ]
            "ModulesWirepaymentAdmin" => array:21 [ …21]
            "ModulesDistributionapiclientAdmin" => array:2 [ …2]
            "ModulesEmailalertsAdmin" => array:40 [ …40]
            "ModulesDashproductsAdmin" => array:27 [ …27]
            "ModulesFeaturedproductsShop" => array:2 [ …2]
            "ModulesGraphnvd3Admin" => array:2 [ …2]
            "ModulesDataprivacyAdmin" => array:6 [ …6]
            "ModulesStatsstockAdmin" => array:10 [ …10]
            "AdminLoginFeature" => array:9 [ …9]
            "ModulesDataprivacyShop" => array:1 [ …1]
            "AdminCatalogHelp" => array:173 [ …173]
            "AdminCatalogFeature" => array:618 [ …618]
            "AdminShippingFeature" => array:63 [ …63]
            "ModulesCategoryproductsAdmin" => array:7 [ …7]
            "ModulesFacetedsearchShop" => array:14 [ …14]
            "ModulesCrosssellingAdmin" => array:8 [ …8]
            "ModulesCurrencyselectorAdmin" => array:3 [ …3]
            "ModulesStatsdataAdmin" => array:9 [ …9]
            "AdminModulesHelp" => array:14 [ …14]
            "ModulesStatscarrierAdmin" => array:5 [ …5]
            "AdminDesignNotification" => array:39 [ …39]
            "ModulesStatssearchAdmin" => array:9 [ …9]
            "AdminPaymentFeature" => array:7 [ …7]
            "ModulesSpecialsAdmin" => array:6 [ …6]
            "AdminActions" => array:223 [ …223]
            "ModulesSharebuttonsShop" => array:3 [ …3]
            "messages" => array:375 [ …375]
            "ShopThemeCategory" => array:1 [ …1]
            "ModulesWelcomeAdmin" => array:47 [ …47]
            "ModulesStatsregistrationsAdmin" => array:15 [ …15]
            "ShopNotificationsSuccess" => array:10 [ …10]
            "AdminShopparametersFeature" => array:290 [ …290]
            "ModulesLinklistAdmin" => array:15 [ …15]
            "ModulesMailalertsShop" => array:4 [ …4]
            "ModulesLegalcomplianceShop" => array:1 [ …1]
            "AdminInternationalFeature" => array:165 [ …165]
            "ModulesEmailsubscriptionAdmin" => array:40 [ …40]
            "ModulesSupplierlistAdmin" => array:9 [ …9]
            "ModulesCustomtextAdmin" => array:3 [ …3]
            "ModulesBestsellersShop" => array:2 [ …2]
            "AdminDesignHelp" => array:54 [ …54]
            "ModulesBlockreassuranceAdmin" => array:57 [ …57]
            "AdminPaymentNotification" => array:11 [ …11]
            "ModulesLinklistShop" => array:2 [ …2]
            "ShopFormsErrors" => array:5 [ …5]
            "AdminOrderscustomersNotification" => array:109 [ …109]
            "AdminNavigationSearch" => array:18 [ …18]
            "ModulesStatsbestcategoriesAdmin" => array:8 [ …8]
            "ModulesStatsbestcustomersAdmin" => array:12 [ …12]
            "AdminStatsFeature" => array:11 [ …11]
            "ModulesFeaturedproductsAdmin" => array:11 [ …11]
            "ModulesAutoupgradeAdmin" => array:385 [ …385]
            "ModulesStatsbestvouchersAdmin" => array:4 [ …4]
            "AdminDashboardHelp" => array:10 [ …10]
            "AdminNotificationsWarning" => array:22 [ …22]
            "ModulesDashtrendsAdmin" => array:16 [ …16]
            "ModulesFaviconnotificationboAdmin" => array:6 [ …6]
            "ModulesContactformShop" => array:16 [ …16]
            "AdminLoginNotification" => array:27 [ …27]
            "AdminNavigationHeader" => array:63 [ …63]
            "ModulesSocialfollowAdmin" => array:23 [ …23]
            "ModulesStatsnewsletterAdmin" => array:7 [ …7]
            "ModulesCategoryproductsShop" => array:2 [ …2]
            "AdminShopparametersNotification" => array:50 [ …50]
            "ModulesPsgdprCustomeraccount" => array:1 [ …1]
            "ModulesMailalertsAdmin" => array:2 [ …2]
            "ModulesCheckpaymentShop" => array:19 [ …19]
            "ShopDemoCatalog" => array:68 [ …68]
            "ShopNotificationsError" => array:103 [ …103]
            "ModulesBlockwishlistShop" => array:60 [ …60]
            "AdminDesignFeature" => array:108 [ …108]
            "ModulesBannerAdmin" => array:8 [ …8]
            "AdminDashboardFeature" => array:7 [ …7]
            "ShopPdf" => array:98 [ …98]
            "ModulesNewproductsAdmin" => array:8 [ …8]
            "ModulesContactformAdmin" => array:9 [ …9]
            "ModulesBrandlistAdmin" => array:9 [ …9]
            "ModulesSupplierlistShop" => array:3 [ …3]
            "ModulesStatssalesAdmin" => array:18 [ …18]
            "ModulesLanguageselectorAdmin" => array:3 [ …3]
            "ModulesStatscatalogAdmin" => array:17 [ …17]
            "AdminModulesNotification" => array:129 [ …129]
            "AdminOrderscustomersFeature" => array:337 [ …337]
            "ModulesContactinfoAdmin" => array:4 [ …4]
            "ModulesMainmenuAdmin" => array:34 [ …34]
            "AdminAdvparametersNotification" => array:227 [ …227]
            "AdminNotificationsError" => array:284 [ …284]
            "ModulesViewedproductAdmin" => array:6 [ …6]
            "AdminInternationalNotification" => array:120 [ …120]
            "ShopNotificationsWarning" => array:8 [ …8]
            "AdminGlobal" => array:343 [ …343]
            "AdminNavigationNotification" => array:22 [ …22]
            "ModulesBrandlistShop" => array:3 [ …3]
            "AdminNotificationsInfo" => array:22 [ …22]
            "ModulesBestsellersAdmin" => array:5 [ …5]
            "ModulesPagesnotfoundAdmin" => array:18 [ …18]
            "ModulesCheckpaymentAdmin" => array:17 [ …17]
            "ModulesBlockwishlistAdmin" => array:21 [ …21]
            "ModulesStatsbestmanufacturersAdmin" => array:4 [ …4]
            "ModulesProductcommentsShop" => array:43 [ …43]
            "AdminPaymentHelp" => array:7 [ …7]
            "AdminNotificationsSuccess" => array:39 [ …39]
            "ModulesStatsforecastAdmin" => array:38 [ …38]
            "ModulesGsitemapAdmin" => array:40 [ …40]
            "ModulesImagesliderAdmin" => array:37 [ …37]
            "ModulesSocialfollowShop" => array:11 [ …11]
            "ModulesWirepaymentShop" => array:19 [ …19]
            "ModulesStatsbestproductsAdmin" => array:6 [ …6]
            "Install" => array:208 [ …208]
            "ModulesGridhtmlAdmin" => array:2 [ …2]
            "ModulesStatspersonalinfosAdmin" => array:28 [ …28]
            "ModulesCashondeliveryAdmin" => array:2 [ …2]
            "ModulesCustomersigninAdmin" => array:3 [ …3]
            "ModulesViewedproductShop" => array:1 [ …1]
            "AdminModulesFeature" => array:84 [ …84]
            "ModulesCustomeraccountlinksAdmin" => array:6 [ …6]
            "ModulesSearchbarAdmin" => array:2 [ …2]
            "ModulesEmailalertsShop" => array:9 [ …9]
            "ModulesStatsproductAdmin" => array:20 [ …20]
            "ModulesNewproductsShop" => array:2 [ …2]
            "ModulesFacetedsearchAdmin" => array:122 [ …122]
            "ModulesDashactivityAdmin" => array:30 [ …30]
            "ModulesStatsbestsuppliersAdmin" => array:4 [ …4]
            "AdminAdvparametersHelp" => array:135 [ …135]
            "ModulesBannerShop" => array:1 [ …1]
            "ModulesContactinfoShop" => array:12 [ …12]
            "ModulesSharebuttonsAdmin" => array:2 [ …2]
            "ModulesProductcommentsAdmin" => array:50 [ …50]
            "AdminInternationalHelp" => array:81 [ …81]
            "AdminCatalogNotification" => array:200 [ …200]
            "ModulesEmailsubscriptionShop" => array:14 [ …14]
            "ModulesCashondeliveryShop" => array:7 [ …7]
            "AdminShippingNotification" => array:19 [ …19]
            "ModulesStatscheckupAdmin" => array:17 [ …17]
            "ModulesBlockreassuranceShop" => array:4 [ …4]
            "ModulesSpecialsShop" => array:2 [ …2]
            "ModulesCategorytreeAdmin" => array:10 [ …10]
            "AdminStatsHelp" => array:4 [ …4]
            "ShopNavigation" => array:67 [ …67]
            "AdminStatsNotification" => array:3 [ …3]
            "AdminOrderscustomersHelp" => array:51 [ …51]
            "ModulesGAnalyticsAdmin" => array:41 [ …41]
            "AdminShopparametersHelp" => array:132 [ …132]
            "AdminNavigationMenu" => array:123 [ …123]
            "ModulesMboModulesselection" => array:1 [ …1]
            "ModulesMboThemescatalog" => array:1 [ …1]
            "ModulesMboModulescatalog" => array:26 [ …26]
            "ModulesMboGlobal" => array:9 [ …9]
            "ModulesMboSearch" => array:2 [ …2]
            "ModulesMboAddons" => array:23 [ …23]
            "ModulesMboLinks" => array:5 [ …5]
            "ModulesMboErrors" => array:2 [ …2]
            "ModulesMboRecommendedmodulesandservices" => array:20 [ …20]
            "ModulesCa2eshowproductsbycategoryAdmin" => array:12 [ …12]
            "ModulesCa2ekombuchaabobannerCa2ekombuchaabobanner" => array:1 [ …1]
            "ModulesCa2ekombuchaabobannerAdmin" => array:28 [ …28]
          ]
          -metadata: []
          -resources: []
          -locale: "es-ES"
          -fallbackCatalogue: Symfony\Component\Translation\MessageCatalogue {#72
            -messages: []
            -metadata: []
            -resources: []
            -locale: "es"
            -fallbackCatalogue: null
            -parent: Symfony\Component\Translation\MessageCatalogue {#70}
          }
          -parent: null
        }
      ]
      -locale: "es-ES"
      -fallbackLocales: []
      -loaders: []
      -resources: []
      -formatter: Symfony\Component\Translation\Formatter\MessageFormatter {#66
        -translator: Symfony\Component\Translation\IdentityTranslator {#67
          -selector: null
          -locale: null
        }
        -intlFormatter: Symfony\Component\Translation\Formatter\IntlFormatter {#68
          -hasMessageFormatter: null
          -cache: []
        }
      }
      -cacheDir: "/var/www/biokombucha/prestashop8/var/cache/dev/translations"
      -debug: false
      -cacheVary: []
      -configCacheFactory: Symfony\Component\Config\ConfigCacheFactory {#69
        -debug: false
      }
      -parentLocales: null
      -hasIntlFormatter: true
    }
    #priceComputingPrecision: null
    #mobile_device: null
    #is_mobile: false
    #is_tablet: false
  }
  +css_files: []
  +js_files: []
  #display_header: true
  #display_header_javascript: true
  #template: null
  #display_footer: true
  #content_only: false
  +ajax: false
  #json: false
  #status: ""
  #redirect_after: null
  +controller_type: "front"
  +php_self: "category"
  #translator: PrestaShopBundle\Translation\TranslatorComponent {#65}
  #container: null
  +errors: []
  +layout: null
  +warning: []
  +success: []
  +info: []
  +iso: null
  +orderBy: null
  +orderWay: null
  +p: null
  +n: null
  +auth: false
  +guestAllowed: false
  +authRedirection: false
  +ssl: true
  #restrictedCountry: 0
  #maintenance: false
  #redirectionExtraExcludedKeys: []
  +nb_items_per_page: null
  +objectPresenter: PrestaShop\PrestaShop\Adapter\Presenter\Object\ObjectPresenter {#60}
  +cart_presenter: PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartPresenter {#64
    -priceFormatter: PrestaShop\PrestaShop\Adapter\Product\PriceFormatter {#75}
    -link: Link {#50}
    -translator: PrestaShopBundle\Translation\TranslatorComponent {#65}
    -imageRetriever: PrestaShop\PrestaShop\Adapter\Image\ImageRetriever {#76
      -link: Link {#50}
      -isMultipleImageFormatFeatureActive: false
    }
    -taxConfiguration: TaxConfiguration {#77
      -taxCalculationMethod: []
    }
    #settings: null
    #productAssembler: null
  }
  -templateFinder: TemplateFinder {#78
    -directories: array:1 [
      0 => "/var/www/biokombucha/prestashop8/themes/v3_freshfar_284/templates/"
    ]
    -extension: ".tpl"
    -productListEntities: array:3 [
      0 => "category"
      1 => "manufacturer"
      2 => "supplier"
    ]
    -productListSearchEntities: array:6 [
      0 => "search"
      1 => "price-drop"
      2 => "best-sale"
      3 => "prices-drop"
      4 => "best-sales"
      5 => "new-products"
    ]
    -productEntities: array:1 [
      0 => "product"
    ]
    -brandListEntities: array:2 [
      0 => "manufacturers"
      1 => "suppliers"
    ]
  }
  #stylesheetManager: StylesheetManager {#79
    #directories: array:3 [
      0 => "/themes/v3_freshfar_284/"
      1 => ""
      2 => "/"
    ]
    #configuration: PrestaShop\PrestaShop\Adapter\Configuration {#80
      #parameters: null
      -shop: null
    }
    #list: array:2 [
      "external" => []
      "inline" => []
    ]
    #fqdn: null
    -valid_media: array:10 [
      0 => "all"
      1 => "braille"
      2 => "embossed"
      3 => "handheld"
      4 => "print"
      5 => "projection"
      6 => "screen"
      7 => "speech"
      8 => "tty"
      9 => "tv"
    ]
  }
  #javascriptManager: JavascriptManager {#81
    #directories: array:3 [
      0 => "/themes/v3_freshfar_284/"
      1 => ""
      2 => "/"
    ]
    #configuration: PrestaShop\PrestaShop\Adapter\Configuration {#82
      #parameters: null
      -shop: null
    }
    #list: array:2 [
      "head" => array:2 [
        "external" => []
        "inline" => []
      ]
      "bottom" => array:2 [
        "external" => []
        "inline" => []
      ]
    ]
    #fqdn: null
    #valid_position: array:2 [
      0 => "head"
      1 => "bottom"
    ]
    #valid_attribute: array:2 [
      0 => "async"
      1 => "defer"
    ]
  }
  #cccReducer: CccReducer {#83
    -cacheDir: "/var/www/biokombucha/prestashop8/themes/v3_freshfar_284/assets/cache/"
    #filesystem: Symfony\Component\Filesystem\Filesystem {#85}
    +configuration: PrestaShop\PrestaShop\Adapter\Configuration {#84
      #parameters: null
      -shop: null
    }
    #fqdn: null
  }
  #urls: null
  #automaticallyAllocateInvoiceAddress: true
  #automaticallyAllocateDeliveryAddress: true
  +page_name: null
  +customer_access: true
  #notFound: false
  #category: null
}